diff options
Diffstat (limited to 'apps/files_sharing/l10n/zh_TW.php')
-rw-r--r-- | apps/files_sharing/l10n/zh_TW.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files_sharing/l10n/zh_TW.php b/apps/files_sharing/l10n/zh_TW.php index b172879469f..b950cbf8c9e 100644 --- a/apps/files_sharing/l10n/zh_TW.php +++ b/apps/files_sharing/l10n/zh_TW.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Password" => "密碼", "Submit" => "送出", "%s shared the folder %s with you" => "%s 和您分享了資料夾 %s ", @@ -8,3 +9,4 @@ "Cancel upload" => "取消上傳", "No preview available for" => "無法預覽" ); +$PLURAL_FORMS = "nplurals=1; plural=0;"; |