diff options
author | vdigital <vdigital@piwigo.org> | 2008-05-23 21:05:41 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-05-23 21:05:41 +0000 |
commit | 77fd1f51a3c5f5a52f72ef8a299fe368228e2285 (patch) | |
tree | a67ede42904657ccf3349ecdaef1cec8b8e36ff8 /BSF/plugins/LocalFilesEditor/editarea/langs/ja.js | |
parent | 553727dffacc48e8337c1d141f2a25af359e74b1 (diff) |
git-svn-id: http://piwigo.org/svn/trunk@2357 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'BSF/plugins/LocalFilesEditor/editarea/langs/ja.js')
-rw-r--r-- | BSF/plugins/LocalFilesEditor/editarea/langs/ja.js | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/BSF/plugins/LocalFilesEditor/editarea/langs/ja.js b/BSF/plugins/LocalFilesEditor/editarea/langs/ja.js new file mode 100644 index 000000000..3afc1cb7d --- /dev/null +++ b/BSF/plugins/LocalFilesEditor/editarea/langs/ja.js @@ -0,0 +1,61 @@ +editAreaLoader.lang["ja"]={ +new_document: "新規作成", +search_button: "検索・置換", +search_command: "次を検索 / 検索窓を表示", +search: "検索", +replace: "置換", +replace_command: "置換 / 置換窓を表示", +find_next: "次を検索", +replace_all: "全置換", +reg_exp: "正規表現", +match_case: "大文字小文字の区別", +not_found: "見つかりません。", +occurrence_replaced: "置換しました。", +search_field_empty: "検索対象文字列が空です。", +restart_search_at_begin: "終端に達しました、始めに戻ります", +move_popup: "検索窓を移動", +font_size: "--フォントサイズ--", +go_to_line: "指定行へ移動", +go_to_line_prompt: "指定行へ移動します:", +undo: "元に戻す", +redo: "やり直し", +change_smooth_selection: "スムース表示の切り替え(CPUを使います)", +highlight: "構文強調表示の切り替え", +reset_highlight: "構文強調表示のリセット", +help: "ヘルプを表示", +save: "保存", +load: "読み込み", +line_abbr: "行", +char_abbr: "文字", +position: "位置", +total: "合計", +close_popup: "ポップアップを閉じる", +shortcuts: "ショートカット", +add_tab: "タブを挿入する", +remove_tab: "タブを削除する", +about_notice: "注意:構文強調表示は短いテキストでしか有効に機能しません。", +toggle: "テキストエリアとeditAreaの切り替え", +accesskey: "アクセスキー", +tab: "Tab", +shift: "Shift", +ctrl: "Ctrl", +esc: "Esc", +processing: "処理中です...", +fullscreen: "fullscreen", +syntax_selection: "--Syntax--", +syntax_css: "CSS", +syntax_html: "HTML", +syntax_js: "Javascript", +syntax_php: "Php", +syntax_python: "Python", +syntax_vb: "Visual Basic", +syntax_xml: "Xml", +syntax_c: "C", +syntax_cpp: "CPP", +syntax_basic: "Basic", +syntax_pas: "Pascal", +syntax_brainfuck: "Brainfuck", +syntax_sql: "SQL", +syntax_ruby: "Ruby", +close_tab: "Close file" +}; |