nextcloud/apps/files_encryption/l10n/zh_CN.GB2312.php

5 lines
88 B
PHP
Raw Normal View History

2012-09-18 04:04:26 +04:00
<?php $TRANSLATIONS = array(
2013-05-26 04:03:54 +04:00
"Saving..." => "保存中...",
2013-05-25 04:11:52 +04:00
"Encryption" => "加密"
2012-09-18 04:04:26 +04:00
);