~mburtscher/chive/phar

« back to all changes in this revision

Viewing changes to js/components/EditArea/langs/ja.js

  • Committer: mburtscher
  • Date: 2012-04-05 04:50:36 UTC
  • mfrom: (421.1.6 trunk)
  • Revision ID: matthias.burtscher@fusonic.net-20120405045036-xyo3rzoumz6g5hrx
Merge from trunk
Use Google Closure for phar creation

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
editAreaLoader.lang["ja"]={
2
 
new_document: "新規作成",
3
 
search_button: "検索・置換",
4
 
search_command: "次を検索 / 検索窓を表示",
5
 
search: "検索",
6
 
replace: "置換",
7
 
replace_command: "置換 / 置換窓を表示",
8
 
find_next: "次を検索",
9
 
replace_all: "全置換",
10
 
reg_exp: "正規表現",
11
 
match_case: "大文字小文字の区別",
12
 
not_found: "見つかりません。",
13
 
occurrence_replaced: "置換しました。",
14
 
search_field_empty: "検索対象文字列が空です。",
15
 
restart_search_at_begin: "終端に達しました、始めに戻ります",
16
 
move_popup: "検索窓を移動",
17
 
font_size: "--フォントサイズ--",
18
 
go_to_line: "指定行へ移動",
19
 
go_to_line_prompt: "指定行へ移動します:",
20
 
undo: "元に戻す",
21
 
redo: "やり直し",
22
 
change_smooth_selection: "スムース表示の切り替え(CPUを使います)",
23
 
highlight: "構文強調表示の切り替え",
24
 
reset_highlight: "構文強調表示のリセット",
25
 
word_wrap: "toggle word wrapping mode",
26
 
help: "ヘルプを表示",
27
 
save: "保存",
28
 
load: "読み込み",
29
 
line_abbr: "行",
30
 
char_abbr: "文字",
31
 
position: "位置",
32
 
total: "合計",
33
 
close_popup: "ポップアップを閉じる",
34
 
shortcuts: "ショートカット",
35
 
add_tab: "タブを挿入する",
36
 
remove_tab: "タブを削除する",
37
 
about_notice: "注意:構文強調表示は短いテキストでしか有効に機能しません。",
38
 
toggle: "テキストエリアとeditAreaの切り替え",
39
 
accesskey: "アクセスキー",
40
 
tab: "Tab",
41
 
shift: "Shift",
42
 
ctrl: "Ctrl",
43
 
esc: "Esc",
44
 
processing: "処理中です...",
45
 
fullscreen: "fullscreen",
46
 
syntax_selection: "--Syntax--",
47
 
close_tab: "Close file"
48
 
};