1
|
editAreaLoader.lang["en"]={
|
2
|
new_document: "new empty document",
|
3
|
search_button: "search and replace",
|
4
|
search_command: "search next / open search area",
|
5
|
search: "search",
|
6
|
replace: "replace",
|
7
|
replace_command: "replace / open search area",
|
8
|
find_next: "find next",
|
9
|
replace_all: "replace all",
|
10
|
reg_exp: "regular expressions",
|
11
|
match_case: "match case",
|
12
|
not_found: "not found.",
|
13
|
occurrence_replaced: "occurences replaced.",
|
14
|
search_field_empty: "Search field empty",
|
15
|
restart_search_at_begin: "End of area reached. Restart at begin.",
|
16
|
move_popup: "move search popup",
|
17
|
font_size: "--Font size--",
|
18
|
go_to_line: "go to line",
|
19
|
go_to_line_prompt: "go to line number:",
|
20
|
undo: "undo",
|
21
|
redo: "redo",
|
22
|
change_smooth_selection: "enable/disable some display features (smarter display but more CPU charge)",
|
23
|
highlight: "toggle syntax highlight on/off",
|
24
|
reset_highlight: "reset highlight (if desyncronized from text)",
|
25
|
word_wrap: "toggle word wrapping mode",
|
26
|
help: "about",
|
27
|
save: "save",
|
28
|
load: "load",
|
29
|
line_abbr: "Ln",
|
30
|
char_abbr: "Ch",
|
31
|
position: "Position",
|
32
|
total: "Total",
|
33
|
close_popup: "close popup",
|
34
|
shortcuts: "Shortcuts",
|
35
|
add_tab: "add tabulation to text",
|
36
|
remove_tab: "remove tabulation to text",
|
37
|
about_notice: "Notice: syntax highlight function is only for small text",
|
38
|
toggle: "Toggle editor",
|
39
|
accesskey: "Accesskey",
|
40
|
tab: "Tab",
|
41
|
shift: "Shift",
|
42
|
ctrl: "Ctrl",
|
43
|
esc: "Esc",
|
44
|
processing: "Processing...",
|
45
|
fullscreen: "fullscreen",
|
46
|
syntax_selection: "--Syntax--",
|
47
|
syntax_css: "CSS",
|
48
|
syntax_html: "HTML",
|
49
|
syntax_js: "Javascript",
|
50
|
syntax_php: "Php",
|
51
|
syntax_python: "Python",
|
52
|
syntax_vb: "Visual Basic",
|
53
|
syntax_xml: "Xml",
|
54
|
syntax_c: "C",
|
55
|
syntax_cpp: "CPP",
|
56
|
syntax_basic: "Basic",
|
57
|
syntax_pas: "Pascal",
|
58
|
syntax_brainfuck: "Brainfuck",
|
59
|
syntax_sql: "SQL",
|
60
|
syntax_ruby: "Ruby",
|
61
|
syntax_robotstxt: "Robots txt",
|
62
|
syntax_tsql: "T-SQL",
|
63
|
syntax_perl: "Perl",
|
64
|
syntax_coldfusion: "Coldfusion",
|
65
|
syntax_java: "Java",
|
66
|
close_tab: "Close file"
|
67
|
};
|