Blame view

sources/apps/ownpad_lite/l10n/zh_TW.php 437 Bytes
42e4f8d60   Kload   add all apps
1
2
3
4
5
6
7
8
9
10
11
12
13
  <?php $TRANSLATIONS = array(
  "Document was shared" => "已分享文件",
  "User %s shared quick document %s with you." => "用戶 %s 與您分享了一個文件 %s 。",
  "My pad" => "我的記事本",
  "Settings" => "設定",
  "Pad Title" => "記事本標題",
  "Open" => "開啟",
  "Share with" => "與...分享",
  "Share" => "分享",
  "Etherpad service URL" => "Etherpad 服務網址",
  "Username" => "使用者名稱",
  "Save" => "儲存"
  );