diff options
Diffstat (limited to 'core/l10n/zh_TW.php')
-rw-r--r-- | core/l10n/zh_TW.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/l10n/zh_TW.php b/core/l10n/zh_TW.php index bc381329b76..a5b4e5a6c3e 100644 --- a/core/l10n/zh_TW.php +++ b/core/l10n/zh_TW.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "%s shared »%s« with you" => "%s 與您分享了 %s", "Category type not provided." => "未提供分類類型。", "No category to add?" => "沒有可增加的分類?", @@ -140,3 +141,4 @@ "next" => "下一頁", "Updating ownCloud to version %s, this may take a while." => "正在將 Owncloud 升級至版本 %s ,這可能需要一點時間。" ); +$PLURAL_FORMS = "nplurals=1; plural=0;"; |