Blame view

sources/apps/activity/l10n/zh_TW.php 1.01 KB
6d9380f96   Cédric Dupont   Update sources OC...
1
2
3
  <?php
  $TRANSLATIONS = array(
  "Your settings have been updated." => "您的設定已更新.",
d1bafeea1   Kload   [fix] Upgrade to ...
4
  "Activity" => "活動",
6d9380f96   Cédric Dupont   Update sources OC...
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
  "A file or folder has been <strong>shared</strong>" => "檔案或目錄已經被 <strong>分享</strong>",
  "You created %1\$s" => "您建立了 %1\$s",
  "%2\$s created %1\$s" => "%2\$s 已建立 %1\$s",
  "You changed %1\$s" => "您異動了 %1\$s",
  "%2\$s changed %1\$s" => "%2\$s 已異動 %1\$s",
  "You deleted %1\$s" => "您刪除了 %1\$s",
  "%2\$s deleted %1\$s" => "%2\$s 已刪除 %1\$s",
  "Files" => "檔案",
  "_%s and <strong class=\_tooltip\_ title=\_%s\_>%n more</strong>_::_%s and <strong class=\_tooltip\_ title=\_%s\_>%n more</strong>_" => array(""),
  "_%s and %n more_::_%s and %n more_" => array(""),
  "You will see a list of events here when you start to use your %s." => "當您開始使用您的 %s 時候,您將會在這看到事件列表。",
  "Notifications" => "通知",
  "Mail" => "電子郵件",
  "Stream" => "串流",
  "Daily" => "每日",
  "Weekly" => "每週"
d1bafeea1   Kload   [fix] Upgrade to ...
21
  );
6d9380f96   Cédric Dupont   Update sources OC...
22
  $PLURAL_FORMS = "nplurals=1; plural=0;";