Zamiana skryptu edytora z editArea na CodeMirror.
[redakcja.git] / project / static / js / langs / en.js
diff --git a/project/static/js/langs/en.js b/project/static/js/langs/en.js
deleted file mode 100755 (executable)
index 1ec2561..0000000
+++ /dev/null
@@ -1,67 +0,0 @@
-editAreaLoader.lang["en"]={\r
-new_document: "new empty document",\r
-search_button: "search and replace",\r
-search_command: "search next / open search area",\r
-search: "search",\r
-replace: "replace",\r
-replace_command: "replace / open search area",\r
-find_next: "find next",\r
-replace_all: "replace all",\r
-reg_exp: "regular expressions",\r
-match_case: "match case",\r
-not_found: "not found.",\r
-occurrence_replaced: "occurences replaced.",\r
-search_field_empty: "Search field empty",\r
-restart_search_at_begin: "End of area reached. Restart at begin.",\r
-move_popup: "move search popup",\r
-font_size: "--Font size--",\r
-go_to_line: "go to line",\r
-go_to_line_prompt: "go to line number:",\r
-undo: "undo",\r
-redo: "redo",\r
-change_smooth_selection: "enable/disable some display features (smarter display but more CPU charge)",\r
-highlight: "toggle syntax highlight on/off",\r
-reset_highlight: "reset highlight (if desyncronized from text)",\r
-word_wrap: "toggle word wrapping mode",\r
-help: "about",\r
-save: "save",\r
-load: "load",\r
-line_abbr: "Ln",\r
-char_abbr: "Ch",\r
-position: "Position",\r
-total: "Total",\r
-close_popup: "close popup",\r
-shortcuts: "Shortcuts",\r
-add_tab: "add tabulation to text",\r
-remove_tab: "remove tabulation to text",\r
-about_notice: "Notice: syntax highlight function is only for small text",\r
-toggle: "Toggle editor",\r
-accesskey: "Accesskey",\r
-tab: "Tab",\r
-shift: "Shift",\r
-ctrl: "Ctrl",\r
-esc: "Esc",\r
-processing: "Processing...",\r
-fullscreen: "fullscreen",\r
-syntax_selection: "--Syntax--",\r
-syntax_css: "CSS",\r
-syntax_html: "HTML",\r
-syntax_js: "Javascript",\r
-syntax_php: "Php",\r
-syntax_python: "Python",\r
-syntax_vb: "Visual Basic",\r
-syntax_xml: "Xml",\r
-syntax_c: "C",\r
-syntax_cpp: "CPP",\r
-syntax_basic: "Basic",\r
-syntax_pas: "Pascal",\r
-syntax_brainfuck: "Brainfuck",\r
-syntax_sql: "SQL",\r
-syntax_ruby: "Ruby",\r
-syntax_robotstxt: "Robots txt",\r
-syntax_tsql: "T-SQL",\r
-syntax_perl: "Perl",\r
-syntax_coldfusion: "Coldfusion",\r
-syntax_java: "Java",\r
-close_tab: "Close file"\r
-};\r