diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-03-17 21:57:48 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-03-17 21:57:48 +0100 |
commit | 153eadd7534bba545c67d87e5391be4f4832ea18 (patch) | |
tree | faa1f32533fd6b516d7ece9c8c9e0073161f4761 /apps/files_sharing/l10n/zh_TW.php | |
parent | 6bbbf8536f6d5d21eed906c42da1e12118e4112e (diff) | |
parent | 756bbe87866471a25e1d437b60eb895d515fc103 (diff) | |
download | nextcloud-server-153eadd7534bba545c67d87e5391be4f4832ea18.tar.gz nextcloud-server-153eadd7534bba545c67d87e5391be4f4832ea18.zip |
Merge branch 'master' into close-session-faster-master
Diffstat (limited to 'apps/files_sharing/l10n/zh_TW.php')
-rw-r--r-- | apps/files_sharing/l10n/zh_TW.php | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/apps/files_sharing/l10n/zh_TW.php b/apps/files_sharing/l10n/zh_TW.php index 3854b7ae582..eb591fa3597 100644 --- a/apps/files_sharing/l10n/zh_TW.php +++ b/apps/files_sharing/l10n/zh_TW.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"Shared by {owner}" => "由 {owner} 分享", "This share is password-protected" => "這個分享有密碼保護", "The password is wrong. Try again." => "請檢查您的密碼並再試一次", "Password" => "密碼", @@ -8,12 +9,6 @@ $TRANSLATIONS = array( "the item was removed" => "項目已經移除", "the link expired" => "連結過期", "sharing is disabled" => "分享功能已停用", -"For more info, please ask the person who sent this link." => "請詢問告訴您此連結的人以瞭解更多", -"%s shared the folder %s with you" => "%s 和您分享了資料夾 %s ", -"%s shared the file %s with you" => "%s 和您分享了檔案 %s", -"Download" => "下載", -"Upload" => "上傳", -"Cancel upload" => "取消上傳", -"No preview available for" => "無法預覽" +"For more info, please ask the person who sent this link." => "請詢問告訴您此連結的人以瞭解更多" ); $PLURAL_FORMS = "nplurals=1; plural=0;"; |