diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-09-16 15:25:33 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-09-16 18:35:51 +0200 |
commit | d904c2758fde8577c3c7b6570658f399ef7312c7 (patch) | |
tree | 67d0389be2a227229f5739abcc22acdbbdc04546 /Translations/Language.ko.xml | |
parent | 9e1e128b14dd51de4e036a8002d2cad40efaaf54 (diff) | |
download | VeraCrypt-d904c2758fde8577c3c7b6570658f399ef7312c7.tar.gz VeraCrypt-d904c2758fde8577c3c7b6570658f399ef7312c7.zip |
Windows Language files: update language XML files with added new fields.
Diffstat (limited to 'Translations/Language.ko.xml')
-rw-r--r-- | Translations/Language.ko.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Translations/Language.ko.xml b/Translations/Language.ko.xml index a85069bc..b23f7fcb 100644 --- a/Translations/Language.ko.xml +++ b/Translations/Language.ko.xml @@ -114,4 +114,5 @@ <control lang="ko" key="IDC_CLOSE_BKG_TASK_WHEN_NOVOL">삽입된 볼륨이 없을 때 종료</control>
<control lang="ko" key="IDC_CLOSE_TOKEN_SESSION_AFTER_MOUNT">볼륨이 성공적으로 삽입된 후 토큰 세션 닫기(* 로그 아웃)(&C)</control>
+ <control lang="en" key="IDC_COPY_EXPANDER">Include VeraCrypt Volume Expander</control>
<control lang="ko" key="IDC_COPY_WIZARD">VeraCrypt 볼륨 만들기 마법사 포함</control>
<control lang="ko" key="IDC_CREATE">만들기</control>
@@ -274,4 +275,6 @@ <control lang="ko" key="IDT_DEFAULT_MOUNT_OPTIONS">기본 삽입 옵션</control>
<control lang="ko" key="IDT_DISMOUNT_ACTION">단축키 옵션</control>
+ <control lang="en" key="IDT_DRIVER_OPTIONS">Driver Configuration</control>
+ <control lang="en" key="IDC_ENABLE_EXTENDED_IOCTL_SUPPORT">Enable extended disk control codes support</control>
<control lang="en" key="IDT_FAVORITE_LABEL">Label of selected favorite volume:</control>
<control lang="ko" key="IDT_FILE_SETTINGS">파일 설정</control>
@@ -540,4 +543,13 @@ <string lang="ko" key="CONFIRM_RESTART">컴퓨터를 다시 시작해야 합니다.\n\n지금 다시 시작하시겠습니까?</string>
<string lang="ko" key="ERR_GETTING_SYSTEM_ENCRYPTION_STATUS">시스템 암호 상태를 얻는 동안 오류가 발생했습니다.</string>
+ <string lang="en" key="ERR_PASSWORD_MISSING">No password specified in the command line. The volume can't be created.</string>
+ <string lang="en" key="ERR_SIZE_MISSING">No volume size specified in the command line. The volume can't be created.</string>
+ <string lang="en" key="ERR_NTFS_INVALID_VOLUME_SIZE">The volume file size specified in the command line is incompatible with selected NTFS filesystem.</string>
+ <string lang="en" key="ERR_FAT_INVALID_VOLUME_SIZE">The volume file size specified in the command line is incompatible with selected FAT32 filesystem.</string>
+ <string lang="en" key="ERR_DYNAMIC_NOT_SUPPORTED">The filesystem on the target drive doesn't support creating sparse files which is required for dynamic volumes.</string>
+ <string lang="en" key="ERR_DEVICE_CLI_CREATE_NOT_SUPPORTED">Only container files can be created through the command line.</string>
+ <string lang="en" key="ERR_CONTAINER_SIZE_TOO_BIG">The container file size specified in the command line is greater than the available disk free space. Volume can't be created.</string>
+ <string lang="en" key="ERR_VOLUME_SIZE_TOO_SMALL">The volume size specified in the command line is too small. The volume can't be created.</string>
+ <string lang="en" key="ERR_VOLUME_SIZE_TOO_BIG">The volume size specified in the command line is too big. The volume can't be created.</string>
<string lang="ko" key="INIT_SYS_ENC">시스템 암호화를 위한 프로그램 구성요소를 초기화하지 못했습니다.</string>
<string lang="ko" key="INIT_RAND">무작위 숫자 생성기를 초기화하는데 실패했습니다!</string>
|