source: trunk/plugins/LocalFilesEditor/editarea/langs/en.js @ 5160

Last change on this file since 5160 was 5160, checked in by patdenice, 14 years ago

Editor
Update editarea to 0.8.2.
Remove CSS tab.
Fix jQuery path.

  • Property svn:eol-style set to LF
File size: 1.4 KB
Line 
1editAreaLoader.lang["en"]={
2new_document: "new empty document",
3search_button: "search and replace",
4search_command: "search next / open search area",
5search: "search",
6replace: "replace",
7replace_command: "replace / open search area",
8find_next: "find next",
9replace_all: "replace all",
10reg_exp: "regular expressions",
11match_case: "match case",
12not_found: "not found.",
13occurrence_replaced: "occurences replaced.",
14search_field_empty: "Search field empty",
15restart_search_at_begin: "End of area reached. Restart at begin.",
16move_popup: "move search popup",
17font_size: "--Font size--",
18go_to_line: "go to line",
19go_to_line_prompt: "go to line number:",
20undo: "undo",
21redo: "redo",
22change_smooth_selection: "enable/disable some display features (smarter display but more CPU charge)",
23highlight: "toggle syntax highlight on/off",
24reset_highlight: "reset highlight (if desyncronized from text)",
25word_wrap: "toggle word wrapping mode",
26help: "about",
27save: "save",
28load: "load",
29line_abbr: "Ln",
30char_abbr: "Ch",
31position: "Position",
32total: "Total",
33close_popup: "close popup",
34shortcuts: "Shortcuts",
35add_tab: "add tabulation to text",
36remove_tab: "remove tabulation to text",
37about_notice: "Notice: syntax highlight function is only for small text",
38toggle: "Toggle editor",
39accesskey: "Accesskey",
40tab: "Tab",
41shift: "Shift",
42ctrl: "Ctrl",
43esc: "Esc",
44processing: "Processing...",
45fullscreen: "fullscreen",
46syntax_selection: "--Syntax--",
47close_tab: "Close file"
48};
Note: See TracBrowser for help on using the repository browser.