nextcloud/apps/files_encryption/l10n/zh_CN.php

7 lines
211 B
PHP
Raw Normal View History

2012-09-07 04:07:22 +04:00
<?php $TRANSLATIONS = array(
"Encryption" => "加密",
2012-09-08 04:05:41 +04:00
"Exclude the following file types from encryption" => "从加密中排除列出的文件类型",
2012-09-07 04:07:22 +04:00
"None" => "None",
"Enable Encryption" => "开启加密"
);