diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-09-08 02:05:41 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-09-08 02:05:41 +0200 |
commit | d5d2e896220de5b11e86dcfaf5f25787b7838811 (patch) | |
tree | f45587821a62c1ae46b5c50b6dfecb548a5ce2fc /apps/files_encryption/l10n | |
parent | edcd29747692ff1ffbec927b9f31ac239c5e192d (diff) | |
download | nextcloud-server-d5d2e896220de5b11e86dcfaf5f25787b7838811.tar.gz nextcloud-server-d5d2e896220de5b11e86dcfaf5f25787b7838811.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_encryption/l10n')
-rw-r--r-- | apps/files_encryption/l10n/vi.php | 6 | ||||
-rw-r--r-- | apps/files_encryption/l10n/zh_CN.php | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/apps/files_encryption/l10n/vi.php b/apps/files_encryption/l10n/vi.php new file mode 100644 index 00000000000..cabf2da7dce --- /dev/null +++ b/apps/files_encryption/l10n/vi.php @@ -0,0 +1,6 @@ +<?php $TRANSLATIONS = array( +"Encryption" => "Mã hóa", +"Exclude the following file types from encryption" => "Loại trừ các loại tập tin sau đây từ mã hóa", +"None" => "none", +"Enable Encryption" => "BẬT mã hóa" +); diff --git a/apps/files_encryption/l10n/zh_CN.php b/apps/files_encryption/l10n/zh_CN.php index 139ae909709..1e1247d15ff 100644 --- a/apps/files_encryption/l10n/zh_CN.php +++ b/apps/files_encryption/l10n/zh_CN.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( "Encryption" => "加密", +"Exclude the following file types from encryption" => "从加密中排除列出的文件类型", "None" => "None", "Enable Encryption" => "开启加密" ); |