| ... | ... |
@@ -1,154 +1,41 @@ |
| 1 |
-tinyMCE.addI18n({en:{
|
|
| 2 |
-common:{
|
|
| 3 |
-edit_confirm:"Do you want to use the WYSIWYG mode for this textarea?", |
|
| 4 |
-apply:"Apply", |
|
| 5 |
-insert:"Insert", |
|
| 6 |
-update:"Update", |
|
| 7 |
-cancel:"Cancel", |
|
| 8 |
-close:"Close", |
|
| 9 |
-browse:"Browse", |
|
| 10 |
-class_name:"Class", |
|
| 11 |
-not_set:"-- Not set --", |
|
| 12 |
-clipboard_msg:"Copy/Cut/Paste is not available in Mozilla and Firefox.\nDo you want more information about this issue?", |
|
| 13 |
-clipboard_no_support:"Currently not supported by your browser, use keyboard shortcuts instead.", |
|
| 14 |
-popup_blocked:"Sorry, but we have noticed that your popup-blocker has disabled a window that provides application functionality. You will need to disable popup blocking on this site in order to fully utilize this tool.", |
|
| 15 |
-invalid_data:"Error: Invalid values entered, these are marked in red.", |
|
| 16 |
-more_colors:"More colors" |
|
| 17 |
-}, |
|
| 18 |
-contextmenu:{
|
|
| 19 |
-align:"Alignment", |
|
| 20 |
-left:"Left", |
|
| 21 |
-center:"Center", |
|
| 22 |
-right:"Right", |
|
| 23 |
-full:"Full" |
|
| 24 |
-}, |
|
| 25 |
-insertdatetime:{
|
|
| 26 |
-date_fmt:"%Y-%m-%d", |
|
| 27 |
-time_fmt:"%H:%M:%S", |
|
| 28 |
-insertdate_desc:"Insert date", |
|
| 29 |
-inserttime_desc:"Insert time", |
|
| 30 |
-months_long:"January,February,March,April,May,June,July,August,September,October,November,December", |
|
| 31 |
-months_short:"Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec", |
|
| 32 |
-day_long:"Sunday,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday,Sunday", |
|
| 33 |
-day_short:"Sun,Mon,Tue,Wed,Thu,Fri,Sat,Sun" |
|
| 34 |
-}, |
|
| 35 |
-print:{
|
|
| 36 |
-print_desc:"Print" |
|
| 37 |
-}, |
|
| 38 |
-preview:{
|
|
| 39 |
-preview_desc:"Preview" |
|
| 40 |
-}, |
|
| 41 |
-directionality:{
|
|
| 42 |
-ltr_desc:"Direction left to right", |
|
| 43 |
-rtl_desc:"Direction right to left" |
|
| 44 |
-}, |
|
| 45 |
-layer:{
|
|
| 46 |
-insertlayer_desc:"Insert new layer", |
|
| 47 |
-forward_desc:"Move forward", |
|
| 48 |
-backward_desc:"Move backward", |
|
| 49 |
-absolute_desc:"Toggle absolute positioning", |
|
| 50 |
-content:"New layer..." |
|
| 51 |
-}, |
|
| 52 |
-save:{
|
|
| 53 |
-save_desc:"Save", |
|
| 54 |
-cancel_desc:"Cancel all changes" |
|
| 55 |
-}, |
|
| 56 |
-nonbreaking:{
|
|
| 57 |
-nonbreaking_desc:"Insert non-breaking space character" |
|
| 58 |
-}, |
|
| 59 |
-iespell:{
|
|
| 60 |
-iespell_desc:"Run spell checking", |
|
| 61 |
-download:"ieSpell not detected. Do you want to install it now?" |
|
| 62 |
-}, |
|
| 63 |
-advhr:{
|
|
| 64 |
-advhr_desc:"Horizontal rule" |
|
| 65 |
-}, |
|
| 66 |
-emotions:{
|
|
| 67 |
-emotions_desc:"Emotions" |
|
| 68 |
-}, |
|
| 69 |
-searchreplace:{
|
|
| 70 |
-search_desc:"Find", |
|
| 71 |
-replace_desc:"Find/Replace" |
|
| 72 |
-}, |
|
| 73 |
-advimage:{
|
|
| 74 |
-image_desc:"Insert/edit image" |
|
| 75 |
-}, |
|
| 76 |
-advlink:{
|
|
| 77 |
-link_desc:"Insert/edit link" |
|
| 78 |
-}, |
|
| 79 |
-xhtmlxtras:{
|
|
| 80 |
-cite_desc:"Citation", |
|
| 81 |
-abbr_desc:"Abbreviation", |
|
| 82 |
-acronym_desc:"Acronym", |
|
| 83 |
-del_desc:"Deletion", |
|
| 84 |
-ins_desc:"Insertion", |
|
| 85 |
-attribs_desc:"Insert/Edit Attributes" |
|
| 86 |
-}, |
|
| 87 |
-style:{
|
|
| 88 |
-desc:"Edit CSS Style" |
|
| 89 |
-}, |
|
| 90 |
-paste:{
|
|
| 91 |
-paste_text_desc:"Paste as Plain Text", |
|
| 92 |
-paste_word_desc:"Paste from Word", |
|
| 93 |
-selectall_desc:"Select All" |
|
| 94 |
-}, |
|
| 95 |
-paste_dlg:{
|
|
| 96 |
-text_title:"Use CTRL+V on your keyboard to paste the text into the window.", |
|
| 97 |
-text_linebreaks:"Keep linebreaks", |
|
| 98 |
-word_title:"Use CTRL+V on your keyboard to paste the text into the window." |
|
| 99 |
-}, |
|
| 100 |
-table:{
|
|
| 101 |
-desc:"Inserts a new table", |
|
| 102 |
-row_before_desc:"Insert row before", |
|
| 103 |
-row_after_desc:"Insert row after", |
|
| 104 |
-delete_row_desc:"Delete row", |
|
| 105 |
-col_before_desc:"Insert column before", |
|
| 106 |
-col_after_desc:"Insert column after", |
|
| 107 |
-delete_col_desc:"Remove column", |
|
| 108 |
-split_cells_desc:"Split merged table cells", |
|
| 109 |
-merge_cells_desc:"Merge table cells", |
|
| 110 |
-row_desc:"Table row properties", |
|
| 111 |
-cell_desc:"Table cell properties", |
|
| 112 |
-props_desc:"Table properties", |
|
| 113 |
-paste_row_before_desc:"Paste table row before", |
|
| 114 |
-paste_row_after_desc:"Paste table row after", |
|
| 115 |
-cut_row_desc:"Cut table row", |
|
| 116 |
-copy_row_desc:"Copy table row", |
|
| 117 |
-del:"Delete table", |
|
| 118 |
-row:"Row", |
|
| 119 |
-col:"Column", |
|
| 120 |
-cell:"Cell" |
|
| 121 |
-}, |
|
| 122 |
-autosave:{
|
|
| 123 |
-unload_msg:"The changes you made will be lost if you navigate away from this page." |
|
| 124 |
-}, |
|
| 125 |
-fullscreen:{
|
|
| 126 |
-desc:"Toggle fullscreen mode" |
|
| 127 |
-}, |
|
| 128 |
-media:{
|
|
| 129 |
-desc:"Insert / edit embedded media", |
|
| 130 |
-edit:"Edit embedded media" |
|
| 131 |
-}, |
|
| 132 |
-fullpage:{
|
|
| 133 |
-desc:"Document properties" |
|
| 134 |
-}, |
|
| 135 |
-template:{
|
|
| 136 |
-desc:"Insert predefined template content" |
|
| 137 |
-}, |
|
| 138 |
-visualchars:{
|
|
| 139 |
-desc:"Visual control characters on/off." |
|
| 140 |
-}, |
|
| 141 |
-spellchecker:{
|
|
| 142 |
-desc:"Toggle spellchecker", |
|
| 143 |
-menu:"Spellchecker settings", |
|
| 144 |
-ignore_word:"Ignore word", |
|
| 145 |
-ignore_words:"Ignore all", |
|
| 146 |
-langs:"Languages", |
|
| 147 |
-wait:"Please wait...", |
|
| 148 |
-sug:"Suggestions", |
|
| 149 |
-no_sug:"No suggestions", |
|
| 150 |
-no_mpell:"No misspellings found." |
|
| 151 |
-}, |
|
| 152 |
-pagebreak:{
|
|
| 153 |
-desc:"Insert page break." |
|
| 154 |
-}}}); |
|
| 155 | 1 |
\ No newline at end of file |
| 2 |
+// UK lang variables |
|
| 3 |
+ |
|
| 4 |
+tinyMCE.addToLang('',{
|
|
| 5 |
+bold_desc : 'Bold (Ctrl+B)', |
|
| 6 |
+italic_desc : 'Italic (Ctrl+I)', |
|
| 7 |
+underline_desc : 'Underline (Ctrl+U)', |
|
| 8 |
+striketrough_desc : 'Strikethrough', |
|
| 9 |
+justifyleft_desc : 'Align left', |
|
| 10 |
+justifycenter_desc : 'Align center', |
|
| 11 |
+justifyright_desc : 'Align right', |
|
| 12 |
+justifyfull_desc : 'Align full', |
|
| 13 |
+bullist_desc : 'Unordered list', |
|
| 14 |
+numlist_desc : 'Ordered list', |
|
| 15 |
+outdent_desc : 'Outdent', |
|
| 16 |
+indent_desc : 'Indent', |
|
| 17 |
+undo_desc : 'Undo (Ctrl+Z)', |
|
| 18 |
+redo_desc : 'Redo (Ctrl+Y)', |
|
| 19 |
+link_desc : 'Insert/edit link', |
|
| 20 |
+unlink_desc : 'Unlink', |
|
| 21 |
+image_desc : 'Insert/edit image', |
|
| 22 |
+cleanup_desc : 'Cleanup messy code', |
|
| 23 |
+focus_alert : 'A editor instance must be focused before using this command.', |
|
| 24 |
+edit_confirm : 'Do you want to use the WYSIWYG mode for this textarea?', |
|
| 25 |
+insert_link_title : 'Insert/edit link', |
|
| 26 |
+insert : 'Insert', |
|
| 27 |
+update : 'Update', |
|
| 28 |
+cancel : 'Cancel', |
|
| 29 |
+insert_link_url : 'Link URL', |
|
| 30 |
+insert_link_target : 'Target', |
|
| 31 |
+insert_link_target_same : 'Open link in the same window', |
|
| 32 |
+insert_link_target_blank : 'Open link in a new window', |
|
| 33 |
+insert_image_title : 'Insert/edit image', |
|
| 34 |
+insert_image_src : 'Image URL', |
|
| 35 |
+insert_image_alt : 'Image description', |
|
| 36 |
+help_desc : 'Help', |
|
| 37 |
+bold_img : "bold.gif", |
|
| 38 |
+italic_img : "italic.gif", |
|
| 39 |
+underline_img : "underline.gif", |
|
| 40 |
+clipboard_msg : 'Copy/Cut/Paste is not available in Mozilla and Firefox.\nDo you want more information about this issue?', |
|
| 41 |
+popup_blocked : 'Sorry, but we have noticed that your popup-blocker has disabled a window that provides application functionality. You will need to disable popup blocking on this site in order to fully utilize this tool.' |
|
| 42 |
+}); |
| 1 | 1 |
new file mode 100644 |
| ... | ... |
@@ -0,0 +1,154 @@ |
| 1 |
+tinyMCE.addI18n({en:{
|
|
| 2 |
+common:{
|
|
| 3 |
+edit_confirm:"Do you want to use the WYSIWYG mode for this textarea?", |
|
| 4 |
+apply:"Apply", |
|
| 5 |
+insert:"Insert", |
|
| 6 |
+update:"Update", |
|
| 7 |
+cancel:"Cancel", |
|
| 8 |
+close:"Close", |
|
| 9 |
+browse:"Browse", |
|
| 10 |
+class_name:"Class", |
|
| 11 |
+not_set:"-- Not set --", |
|
| 12 |
+clipboard_msg:"Copy/Cut/Paste is not available in Mozilla and Firefox.\nDo you want more information about this issue?", |
|
| 13 |
+clipboard_no_support:"Currently not supported by your browser, use keyboard shortcuts instead.", |
|
| 14 |
+popup_blocked:"Sorry, but we have noticed that your popup-blocker has disabled a window that provides application functionality. You will need to disable popup blocking on this site in order to fully utilize this tool.", |
|
| 15 |
+invalid_data:"Error: Invalid values entered, these are marked in red.", |
|
| 16 |
+more_colors:"More colors" |
|
| 17 |
+}, |
|
| 18 |
+contextmenu:{
|
|
| 19 |
+align:"Alignment", |
|
| 20 |
+left:"Left", |
|
| 21 |
+center:"Center", |
|
| 22 |
+right:"Right", |
|
| 23 |
+full:"Full" |
|
| 24 |
+}, |
|
| 25 |
+insertdatetime:{
|
|
| 26 |
+date_fmt:"%Y-%m-%d", |
|
| 27 |
+time_fmt:"%H:%M:%S", |
|
| 28 |
+insertdate_desc:"Insert date", |
|
| 29 |
+inserttime_desc:"Insert time", |
|
| 30 |
+months_long:"January,February,March,April,May,June,July,August,September,October,November,December", |
|
| 31 |
+months_short:"Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec", |
|
| 32 |
+day_long:"Sunday,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday,Sunday", |
|
| 33 |
+day_short:"Sun,Mon,Tue,Wed,Thu,Fri,Sat,Sun" |
|
| 34 |
+}, |
|
| 35 |
+print:{
|
|
| 36 |
+print_desc:"Print" |
|
| 37 |
+}, |
|
| 38 |
+preview:{
|
|
| 39 |
+preview_desc:"Preview" |
|
| 40 |
+}, |
|
| 41 |
+directionality:{
|
|
| 42 |
+ltr_desc:"Direction left to right", |
|
| 43 |
+rtl_desc:"Direction right to left" |
|
| 44 |
+}, |
|
| 45 |
+layer:{
|
|
| 46 |
+insertlayer_desc:"Insert new layer", |
|
| 47 |
+forward_desc:"Move forward", |
|
| 48 |
+backward_desc:"Move backward", |
|
| 49 |
+absolute_desc:"Toggle absolute positioning", |
|
| 50 |
+content:"New layer..." |
|
| 51 |
+}, |
|
| 52 |
+save:{
|
|
| 53 |
+save_desc:"Save", |
|
| 54 |
+cancel_desc:"Cancel all changes" |
|
| 55 |
+}, |
|
| 56 |
+nonbreaking:{
|
|
| 57 |
+nonbreaking_desc:"Insert non-breaking space character" |
|
| 58 |
+}, |
|
| 59 |
+iespell:{
|
|
| 60 |
+iespell_desc:"Run spell checking", |
|
| 61 |
+download:"ieSpell not detected. Do you want to install it now?" |
|
| 62 |
+}, |
|
| 63 |
+advhr:{
|
|
| 64 |
+advhr_desc:"Horizontal rule" |
|
| 65 |
+}, |
|
| 66 |
+emotions:{
|
|
| 67 |
+emotions_desc:"Emotions" |
|
| 68 |
+}, |
|
| 69 |
+searchreplace:{
|
|
| 70 |
+search_desc:"Find", |
|
| 71 |
+replace_desc:"Find/Replace" |
|
| 72 |
+}, |
|
| 73 |
+advimage:{
|
|
| 74 |
+image_desc:"Insert/edit image" |
|
| 75 |
+}, |
|
| 76 |
+advlink:{
|
|
| 77 |
+link_desc:"Insert/edit link" |
|
| 78 |
+}, |
|
| 79 |
+xhtmlxtras:{
|
|
| 80 |
+cite_desc:"Citation", |
|
| 81 |
+abbr_desc:"Abbreviation", |
|
| 82 |
+acronym_desc:"Acronym", |
|
| 83 |
+del_desc:"Deletion", |
|
| 84 |
+ins_desc:"Insertion", |
|
| 85 |
+attribs_desc:"Insert/Edit Attributes" |
|
| 86 |
+}, |
|
| 87 |
+style:{
|
|
| 88 |
+desc:"Edit CSS Style" |
|
| 89 |
+}, |
|
| 90 |
+paste:{
|
|
| 91 |
+paste_text_desc:"Paste as Plain Text", |
|
| 92 |
+paste_word_desc:"Paste from Word", |
|
| 93 |
+selectall_desc:"Select All" |
|
| 94 |
+}, |
|
| 95 |
+paste_dlg:{
|
|
| 96 |
+text_title:"Use CTRL+V on your keyboard to paste the text into the window.", |
|
| 97 |
+text_linebreaks:"Keep linebreaks", |
|
| 98 |
+word_title:"Use CTRL+V on your keyboard to paste the text into the window." |
|
| 99 |
+}, |
|
| 100 |
+table:{
|
|
| 101 |
+desc:"Inserts a new table", |
|
| 102 |
+row_before_desc:"Insert row before", |
|
| 103 |
+row_after_desc:"Insert row after", |
|
| 104 |
+delete_row_desc:"Delete row", |
|
| 105 |
+col_before_desc:"Insert column before", |
|
| 106 |
+col_after_desc:"Insert column after", |
|
| 107 |
+delete_col_desc:"Remove column", |
|
| 108 |
+split_cells_desc:"Split merged table cells", |
|
| 109 |
+merge_cells_desc:"Merge table cells", |
|
| 110 |
+row_desc:"Table row properties", |
|
| 111 |
+cell_desc:"Table cell properties", |
|
| 112 |
+props_desc:"Table properties", |
|
| 113 |
+paste_row_before_desc:"Paste table row before", |
|
| 114 |
+paste_row_after_desc:"Paste table row after", |
|
| 115 |
+cut_row_desc:"Cut table row", |
|
| 116 |
+copy_row_desc:"Copy table row", |
|
| 117 |
+del:"Delete table", |
|
| 118 |
+row:"Row", |
|
| 119 |
+col:"Column", |
|
| 120 |
+cell:"Cell" |
|
| 121 |
+}, |
|
| 122 |
+autosave:{
|
|
| 123 |
+unload_msg:"The changes you made will be lost if you navigate away from this page." |
|
| 124 |
+}, |
|
| 125 |
+fullscreen:{
|
|
| 126 |
+desc:"Toggle fullscreen mode" |
|
| 127 |
+}, |
|
| 128 |
+media:{
|
|
| 129 |
+desc:"Insert / edit embedded media", |
|
| 130 |
+edit:"Edit embedded media" |
|
| 131 |
+}, |
|
| 132 |
+fullpage:{
|
|
| 133 |
+desc:"Document properties" |
|
| 134 |
+}, |
|
| 135 |
+template:{
|
|
| 136 |
+desc:"Insert predefined template content" |
|
| 137 |
+}, |
|
| 138 |
+visualchars:{
|
|
| 139 |
+desc:"Visual control characters on/off." |
|
| 140 |
+}, |
|
| 141 |
+spellchecker:{
|
|
| 142 |
+desc:"Toggle spellchecker", |
|
| 143 |
+menu:"Spellchecker settings", |
|
| 144 |
+ignore_word:"Ignore word", |
|
| 145 |
+ignore_words:"Ignore all", |
|
| 146 |
+langs:"Languages", |
|
| 147 |
+wait:"Please wait...", |
|
| 148 |
+sug:"Suggestions", |
|
| 149 |
+no_sug:"No suggestions", |
|
| 150 |
+no_mpell:"No misspellings found." |
|
| 151 |
+}, |
|
| 152 |
+pagebreak:{
|
|
| 153 |
+desc:"Insert page break." |
|
| 154 |
+}}}); |
|
| 0 | 155 |
\ No newline at end of file |