source: trunk/plugins/LocalFilesEditor/editarea/langs/en.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: 1.8 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)",
25help: "about",
26save: "save",
27load: "load",
28line_abbr: "Ln",
29char_abbr: "Ch",
30position: "Position",
31total: "Total",
32close_popup: "close popup",
33shortcuts: "Shortcuts",
34add_tab: "add tabulation to text",
35remove_tab: "remove tabulation to text",
36about_notice: "Notice: syntax highlight function is only for small text",
37toggle: "Toggle editor",
38accesskey: "Accesskey",
39tab: "Tab",
40shift: "Shift",
41ctrl: "Ctrl",
42esc: "Esc",
43processing: "Processing...",
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.