Blame view

sources/apps/files_texteditor/l10n/zh_TW.php 364 Bytes
d1bafeea1   Kload   [fix] Upgrade to ...
1
2
3
4
5
6
7
8
9
10
11
  <?php $TRANSLATIONS = array(
  "Save" => "儲存",
  "Search" => "搜尋",
  "Close" => " 關閉",
  "Next" => "下一個",
  "Clear" => "清除",
  "Saving..." => "儲存中...",
  "Failed to save file" => "儲存檔案失敗",
  "An error occurred!" => "發生錯誤!",
  "There were unsaved changes, click here to go back" => "還有尚未儲存的變更,點這裡返回"
  );