source: trunk/plugins/LocalFilesEditor/editarea/langs/ja.js @ 3282

Last change on this file since 3282 was 3282, checked in by plg, 15 years ago

change: according to topic:15067, svn:keywords property was removed

  • Property svn:eol-style set to LF
File size: 2.0 KB
Line 
1editAreaLoader.lang["ja"]={
2new_document: "新規作成",
3search_button: "検索・置換",
4search_command: "次を検索 / 検索窓を表示",
5search: "検索",
6replace: "置換",
7replace_command: "置換 / 置換窓を表示",
8find_next: "次を検索",
9replace_all: "全置換",
10reg_exp: "正規表現",
11match_case: "大文字小文字の区別",
12not_found: "見つかりません。",
13occurrence_replaced: "置換しました。",
14search_field_empty: "検索対象文字列が空です。",
15restart_search_at_begin: "終端に達しました、始めに戻ります",
16move_popup: "検索窓を移動",
17font_size: "--フォントサイズ--",
18go_to_line: "指定行へ移動",
19go_to_line_prompt: "指定行へ移動します:",
20undo: "元に戻す",
21redo: "やり直し",
22change_smooth_selection: "スムース表示の切り替え(CPUを使います)",
23highlight: "構文強調表示の切り替え",
24reset_highlight: "構文強調表示のリセット",
25help: "ヘルプを表示",
26save: "保存",
27load: "読み込み",
28line_abbr: "行",
29char_abbr: "文字",
30position: "位置",
31total: "合計",
32close_popup: "ポップアップを閉じる",
33shortcuts: "ショートカット",
34add_tab: "タブを挿入する",
35remove_tab: "タブを削除する",
36about_notice: "注意:構文強調表示は短いテキストでしか有効に機能しません。",
37toggle: "テキストエリアとeditAreaの切り替え",
38accesskey: "アクセスキー",
39tab: "Tab",
40shift: "Shift",
41ctrl: "Ctrl",
42esc: "Esc",
43processing: "処理中です...",
44fullscreen: "fullscreen",
45syntax_selection: "--Syntax--",
46syntax_css: "CSS",
47syntax_html: "HTML",
48syntax_js: "Javascript",
49syntax_php: "Php",
50syntax_python: "Python",
51syntax_vb: "Visual Basic",
52syntax_xml: "Xml",
53syntax_c: "C",
54syntax_cpp: "CPP",
55syntax_basic: "Basic",
56syntax_pas: "Pascal",
57syntax_brainfuck: "Brainfuck",
58syntax_sql: "SQL",
59syntax_ruby: "Ruby",
60syntax_robotstxt: "Robots txt",
61syntax_tsql: "T-SQL",
62syntax_perl: "Perl",
63syntax_coldfusion: "Coldfusion",
64close_tab: "Close file"
65};
Note: See TracBrowser for help on using the repository browser.