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