diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-09-18 02:04:26 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-09-18 02:04:26 +0200 |
commit | 06e963c54f3067381784c976df75c250e43a95bd (patch) | |
tree | b53085ed7886466635b150566cdf1e8280b6b14b /apps/files_versions/l10n/zh_CN.GB2312.php | |
parent | 6444c27e6a5e47d24416d421ac2011ccffd4e3ed (diff) | |
download | nextcloud-server-06e963c54f3067381784c976df75c250e43a95bd.tar.gz nextcloud-server-06e963c54f3067381784c976df75c250e43a95bd.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_versions/l10n/zh_CN.GB2312.php')
-rw-r--r-- | apps/files_versions/l10n/zh_CN.GB2312.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/files_versions/l10n/zh_CN.GB2312.php b/apps/files_versions/l10n/zh_CN.GB2312.php new file mode 100644 index 00000000000..43af097a21e --- /dev/null +++ b/apps/files_versions/l10n/zh_CN.GB2312.php @@ -0,0 +1,7 @@ +<?php $TRANSLATIONS = array( +"Expire all versions" => "作废所有版本", +"Versions" => "版本", +"This will delete all existing backup versions of your files" => "这将删除所有您现有文件的备份版本", +"Files Versioning" => "文件版本", +"Enable" => "启用" +); |