Blame view

sources/apps/files_texteditor/l10n/ja_JP.php 546 Bytes
42e4f8d60   Kload   add all apps
1
2
3
4
5
6
7
8
9
10
11
12
  <?php $TRANSLATIONS = array(
  "Save" => "保存",
  "Search" => "検索",
  "Close" => "閉じる",
  "Next" => "次",
  "Clear" => "クリア",
  "Saving..." => "保存中...",
  "Failed to save file" => "ファイルの保存に失敗しました",
  "An error occurred!" => "エラーが発生しました。",
  "There are unsaved changes in the text editor" => "テキストエディタに未保存の変更があります",
  "There were unsaved changes, click here to go back" => "変更が保存されていません、クリックして戻ります。"
  );