diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-08-16 01:32:30 -0400 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-08-16 01:32:30 -0400 |
commit | 6bd0ba79df64d68c100d57819fa43b35d9a22049 (patch) | |
tree | 9a5833b8622fb1435bc165364dfe5a905060610f /apps/files/l10n/zh_HK.php | |
parent | d2767faf6104f4a4f0330c1771c488beea6245cd (diff) | |
download | nextcloud-server-6bd0ba79df64d68c100d57819fa43b35d9a22049.tar.gz nextcloud-server-6bd0ba79df64d68c100d57819fa43b35d9a22049.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/zh_HK.php')
-rw-r--r-- | apps/files/l10n/zh_HK.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/zh_HK.php b/apps/files/l10n/zh_HK.php index 52f23f4a5d7..a9064fa7f78 100644 --- a/apps/files/l10n/zh_HK.php +++ b/apps/files/l10n/zh_HK.php @@ -3,7 +3,6 @@ $TRANSLATIONS = array( "Files" => "文件", "Error" => "錯誤", "Share" => "分享", -"Delete" => "刪除", "_Uploading %n file_::_Uploading %n files_" => array(""), "Name" => "名稱", "_%n folder_::_%n folders_" => array(""), @@ -11,6 +10,7 @@ $TRANSLATIONS = array( "Upload" => "上傳", "Save" => "儲存", "Download" => "下載", -"Unshare" => "取消分享" +"Unshare" => "取消分享", +"Delete" => "刪除" ); $PLURAL_FORMS = "nplurals=1; plural=0;"; |