Project

General

Profile

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
close_tab: "Close file"
48
};
(5-5/21)