source: branches/rsr.v5.1/web/app/plugins/tinymce/jscripts/tiny_mce/langs/en.js @ 1

Last change on this file since 1 was 1, checked in by dj3c1t, 12 years ago

import initial

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