diff options
| author | hukl <contact@smyck.org> | 2009-02-17 21:54:39 +0100 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-02-17 21:54:39 +0100 |
| commit | f61b5b0597e0c25f084ee67d402f12a43a7a9947 (patch) | |
| tree | 3b4c3f9f38637f1a7ecf703ece4fd3bc4c6e2934 /public/javascripts/tiny_mce/langs | |
| parent | 3d3b786cc43266f6292f5edd25733dbb9bd6ed06 (diff) | |
added tinymce editor for body area of pages
Diffstat (limited to 'public/javascripts/tiny_mce/langs')
| -rwxr-xr-x | public/javascripts/tiny_mce/langs/en.js | 154 |
1 files changed, 154 insertions, 0 deletions
diff --git a/public/javascripts/tiny_mce/langs/en.js b/public/javascripts/tiny_mce/langs/en.js new file mode 100755 index 0000000..8519b4d --- /dev/null +++ b/public/javascripts/tiny_mce/langs/en.js | |||
| @@ -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 | }}}); \ No newline at end of file | ||
