diff options
Diffstat (limited to 'apps/files_sharing/l10n/zh_CN.php')
-rw-r--r-- | apps/files_sharing/l10n/zh_CN.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/apps/files_sharing/l10n/zh_CN.php b/apps/files_sharing/l10n/zh_CN.php index 2399f5116a6..0a8c0950497 100644 --- a/apps/files_sharing/l10n/zh_CN.php +++ b/apps/files_sharing/l10n/zh_CN.php @@ -1,7 +1,5 @@ <?php $TRANSLATIONS = array( -"Saved" => "已保存", -"Reset" => "重置", "Shared by {owner}" => "由{owner}共享", "Shared by" => "共享人", "This share is password-protected" => "这是一个密码保护的共享", @@ -16,7 +14,6 @@ $TRANSLATIONS = array( "For more info, please ask the person who sent this link." => "欲知详情,请联系发给你链接的人。", "Download" => "下载", "Download %s" => "下载 %s", -"Direct link" => "直接链接", -"Save" => "保存" +"Direct link" => "直接链接" ); $PLURAL_FORMS = "nplurals=1; plural=0;"; |