diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-11-21 00:02:33 +0100 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-11-21 00:02:33 +0100 |
commit | 9204be827b92d9b0e16a9bb59d1bf72f19065e27 (patch) | |
tree | a5007d0395141592b8718736d8b43e0db75af2b6 /apps/files_encryption/l10n/ko.php | |
parent | 486b8013d03e4ba3dfa6f11e5a86498391e8dcea (diff) | |
download | nextcloud-server-9204be827b92d9b0e16a9bb59d1bf72f19065e27.tar.gz nextcloud-server-9204be827b92d9b0e16a9bb59d1bf72f19065e27.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_encryption/l10n/ko.php')
-rw-r--r-- | apps/files_encryption/l10n/ko.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/files_encryption/l10n/ko.php b/apps/files_encryption/l10n/ko.php new file mode 100644 index 00000000000..83816bc2f14 --- /dev/null +++ b/apps/files_encryption/l10n/ko.php @@ -0,0 +1,6 @@ +<?php $TRANSLATIONS = array( +"Encryption" => "암호화", +"Exclude the following file types from encryption" => "다음파일 형식에 암호화 제외", +"None" => "없음", +"Enable Encryption" => "암호화 사용" +); |