Blame view

sources/apps/files_texteditor/l10n/ja_JP.php 434 Bytes
03e52840d   Kload   Init
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" => "変更が保存されていません、クリックして戻ります。"
  );