Commit | Line | Data |
---|---|---|
5ca3c838 | 1 | <?php |
a94cf79e | 2 | |
30c8dd34 DM |
3 | // This file is part of Moodle - http://moodle.org/ |
4 | // | |
5 | // Moodle is free software: you can redistribute it and/or modify | |
6 | // it under the terms of the GNU General Public License as published by | |
7 | // the Free Software Foundation, either version 3 of the License, or | |
8 | // (at your option) any later version. | |
9 | // | |
10 | // Moodle is distributed in the hope that it will be useful, | |
11 | // but WITHOUT ANY WARRANTY; without even the implied warranty of | |
12 | // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
13 | // GNU General Public License for more details. | |
14 | // | |
15 | // You should have received a copy of the GNU General Public License | |
16 | // along with Moodle. If not, see <http://www.gnu.org/licenses/>. | |
f3920b67 | 17 | |
30c8dd34 DM |
18 | /** |
19 | * Strings for component 'editor_tinymce', language 'en', branch 'MOODLE_20_STABLE' | |
20 | * | |
7ad5a627 PS |
21 | * @package editor |
22 | * @subpackage tinymce | |
942695e7 PS |
23 | * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} |
24 | * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | |
30c8dd34 | 25 | */ |
f68ab42b | 26 | |
34a30b5c PS |
27 | |
28 | //== Custom Moodle strings that are not part of upstream TinyMCE == | |
29 | $string['common:browseimage'] = 'Find or upload an image...'; | |
30 | $string['common:browsemedia'] = 'Find or upload a sound, video or applet...'; | |
31 | $string['dragmath:dragmath_desc'] = 'Insert equation'; | |
32 | $string['dragmath:dragmath_javaneeded'] = 'To use this page you need a Java-enabled browser. Download the latest Java plug-in from {$a}.'; | |
33 | $string['dragmath:dragmath_title'] = 'DragMath Equation Editor'; | |
34 | $string['media_dlg:filename'] = 'Filename'; | |
13cf6181 | 35 | $string['moodlenolink:desc'] = "Prevent automatic linking"; |
34a30b5c PS |
36 | $string['pluginname'] = 'TinyMCE HTML editor'; |
37 | ||
38 | ||
39 | // == TinyMCE upstream lang strings from all plugins == | |
6eca5390 | 40 | $string['advanced:address'] = 'Address'; |
41 | $string['advanced:anchor_delta_height'] = ''; | |
42 | $string['advanced:anchor_delta_width'] = ''; | |
43 | $string['advanced:anchor_desc'] = 'Insert/edit anchor'; | |
44 | $string['advanced:backcolor_desc'] = 'Select background color'; | |
f3920b67 | 45 | $string['advanced:block'] = 'Format'; |
6eca5390 | 46 | $string['advanced:blockquote'] = 'Blockquote'; |
47 | $string['advanced:blockquote_desc'] = 'Blockquote'; | |
48 | $string['advanced:bold_desc'] = 'Bold (Ctrl+B)'; | |
49 | $string['advanced:bullist_desc'] = 'Unordered list'; | |
34a30b5c PS |
50 | $string['advanced:charmap_delta_height'] = ''; |
51 | $string['advanced:charmap_delta_width'] = ''; | |
52 | $string['advanced:charmap_desc'] = 'Insert custom character'; | |
6eca5390 | 53 | $string['advanced:cleanup_desc'] = 'Cleanup messy code'; |
54 | $string['advanced:clipboard_msg'] = 'Copy/Cut/Paste is not available in Mozilla and Firefox. | |
55 | Do you want more information about this issue?'; | |
56 | $string['advanced:code'] = 'Code'; | |
57 | $string['advanced:code_desc'] = 'Edit HTML Source'; | |
58 | $string['advanced:colorpicker_delta_height'] = ''; | |
59 | $string['advanced:colorpicker_delta_width'] = ''; | |
60 | $string['advanced:copy_desc'] = 'Copy'; | |
61 | $string['advanced:custom1_desc'] = 'Your custom description here'; | |
62 | $string['advanced:cut_desc'] = 'Cut'; | |
63 | $string['advanced:dd'] = 'Definition description'; | |
f3920b67 | 64 | $string['advanced:div'] = 'Div'; |
34a30b5c PS |
65 | $string['advanced:dt'] = 'Definition term '; |
66 | $string['advanced:font_size'] = 'Font size'; | |
67 | $string['advanced:fontdefault'] = 'Font family'; | |
68 | $string['advanced:forecolor_desc'] = 'Select text color'; | |
69 | $string['advanced:h1'] = 'Heading 1'; | |
70 | $string['advanced:h2'] = 'Heading 2'; | |
71 | $string['advanced:h3'] = 'Heading 3'; | |
72 | $string['advanced:h4'] = 'Heading 4'; | |
73 | $string['advanced:h5'] = 'Heading 5'; | |
74 | $string['advanced:h6'] = 'Heading 6'; | |
75 | $string['advanced:help_desc'] = 'Help'; | |
76 | $string['advanced:hr_desc'] = 'Insert horizontal ruler'; | |
77 | $string['advanced:image_delta_height'] = ''; | |
78 | $string['advanced:image_delta_width'] = ''; | |
79 | $string['advanced:image_desc'] = 'Insert/edit image'; | |
80 | $string['advanced:image_props_desc'] = 'Image properties'; | |
81 | $string['advanced:indent_desc'] = 'Indent'; | |
82 | $string['advanced:italic_desc'] = 'Italic (Ctrl+I)'; | |
83 | $string['advanced:justifycenter_desc'] = 'Align center'; | |
84 | $string['advanced:justifyfull_desc'] = 'Align full'; | |
85 | $string['advanced:justifyleft_desc'] = 'Align left'; | |
86 | $string['advanced:justifyright_desc'] = 'Align right'; | |
87 | $string['advanced:link_delta_height'] = ''; | |
88 | $string['advanced:link_delta_width'] = ''; | |
89 | $string['advanced:link_desc'] = 'Insert/edit link'; | |
90 | $string['advanced:more_colors'] = 'More colors'; | |
91 | $string['advanced:newdocument'] = 'Are you sure you want clear all contents?'; | |
92 | $string['advanced:newdocument_desc'] = 'New document'; | |
93 | $string['advanced:numlist_desc'] = 'Ordered list'; | |
94 | $string['advanced:outdent_desc'] = 'Outdent'; | |
95 | $string['advanced:paragraph'] = 'Paragraph'; | |
96 | $string['advanced:paste_desc'] = 'Paste'; | |
97 | $string['advanced:path'] = 'Path'; | |
98 | $string['advanced:pre'] = 'Preformatted'; | |
99 | $string['advanced:redo_desc'] = 'Redo (Ctrl+Y)'; | |
100 | $string['advanced:removeformat_desc'] = 'Remove formatting'; | |
101 | $string['advanced:samp'] = 'Code sample'; | |
102 | $string['advanced:striketrough_desc'] = 'Strikethrough'; | |
103 | $string['advanced:style_select'] = 'Styles'; | |
104 | $string['advanced:sub_desc'] = 'Subscript'; | |
105 | $string['advanced:sup_desc'] = 'Superscript'; | |
106 | $string['advanced:toolbar_focus'] = 'Jump to tool buttons - Alt+Q, Jump to editor - Alt-Z, Jump to element path - Alt-X'; | |
107 | $string['advanced:underline_desc'] = 'Underline (Ctrl+U)'; | |
108 | $string['advanced:undo_desc'] = 'Undo (Ctrl+Z)'; | |
109 | $string['advanced:unlink_desc'] = 'Unlink'; | |
110 | $string['advanced:visualaid_desc'] = 'Toggle guidelines/invisible elements'; | |
6eca5390 | 111 | $string['advanced_dlg:about_author'] = 'Author'; |
f3920b67 | 112 | $string['advanced_dlg:about_general'] = 'About'; |
113 | $string['advanced_dlg:about_help'] = 'Help'; | |
114 | $string['advanced_dlg:about_license'] = 'License'; | |
6eca5390 | 115 | $string['advanced_dlg:about_loaded'] = 'Loaded plugins'; |
f3920b67 | 116 | $string['advanced_dlg:about_plugin'] = 'Plugin'; |
6eca5390 | 117 | $string['advanced_dlg:about_plugins'] = 'Plugins'; |
118 | $string['advanced_dlg:about_title'] = 'About TinyMCE'; | |
f3920b67 | 119 | $string['advanced_dlg:about_version'] = 'Version'; |
f3920b67 | 120 | $string['advanced_dlg:anchor_name'] = 'Anchor name'; |
6eca5390 | 121 | $string['advanced_dlg:anchor_title'] = 'Insert/edit anchor'; |
34a30b5c | 122 | $string['advanced_dlg:charmap_title'] = 'Select custom character'; |
f3920b67 | 123 | $string['advanced_dlg:code_title'] = 'HTML Source Editor'; |
124 | $string['advanced_dlg:code_wordwrap'] = 'Word wrap'; | |
f3920b67 | 125 | $string['advanced_dlg:colorpicker_color'] = 'Color:'; |
126 | $string['advanced_dlg:colorpicker_name'] = 'Name:'; | |
6eca5390 | 127 | $string['advanced_dlg:colorpicker_named_tab'] = 'Named'; |
128 | $string['advanced_dlg:colorpicker_named_title'] = 'Named colors'; | |
129 | $string['advanced_dlg:colorpicker_palette_tab'] = 'Palette'; | |
130 | $string['advanced_dlg:colorpicker_palette_title'] = 'Palette colors'; | |
131 | $string['advanced_dlg:colorpicker_picker_tab'] = 'Picker'; | |
132 | $string['advanced_dlg:colorpicker_picker_title'] = 'Color picker'; | |
133 | $string['advanced_dlg:colorpicker_title'] = 'Select a color'; | |
f3920b67 | 134 | $string['advanced_dlg:image_align'] = 'Alignment'; |
135 | $string['advanced_dlg:image_align_baseline'] = 'Baseline'; | |
f3920b67 | 136 | $string['advanced_dlg:image_align_bottom'] = 'Bottom'; |
f3920b67 | 137 | $string['advanced_dlg:image_align_left'] = 'Left'; |
6eca5390 | 138 | $string['advanced_dlg:image_align_middle'] = 'Middle'; |
f3920b67 | 139 | $string['advanced_dlg:image_align_right'] = 'Right'; |
6eca5390 | 140 | $string['advanced_dlg:image_align_textbottom'] = 'Text bottom'; |
141 | $string['advanced_dlg:image_align_texttop'] = 'Text top'; | |
142 | $string['advanced_dlg:image_align_top'] = 'Top'; | |
143 | $string['advanced_dlg:image_alt'] = 'Image description'; | |
144 | $string['advanced_dlg:image_border'] = 'Border'; | |
145 | $string['advanced_dlg:image_dimensions'] = 'Dimensions'; | |
146 | $string['advanced_dlg:image_hspace'] = 'Horizontal space'; | |
147 | $string['advanced_dlg:image_list'] = 'Image list'; | |
148 | $string['advanced_dlg:image_src'] = 'Image URL'; | |
149 | $string['advanced_dlg:image_title'] = 'Insert/edit image'; | |
150 | $string['advanced_dlg:image_vspace'] = 'Vertical space'; | |
f3920b67 | 151 | $string['advanced_dlg:link_is_email'] = 'The URL you entered seems to be an email address, do you want to add the required mailto: prefix?'; |
152 | $string['advanced_dlg:link_is_external'] = 'The URL you entered seems to external link, do you want to add the required http:// prefix?'; | |
153 | $string['advanced_dlg:link_list'] = 'Link list'; | |
6eca5390 | 154 | $string['advanced_dlg:link_target'] = 'Target'; |
155 | $string['advanced_dlg:link_target_blank'] = 'Open link in a new window'; | |
156 | $string['advanced_dlg:link_target_same'] = 'Open link in the same window'; | |
157 | $string['advanced_dlg:link_title'] = 'Insert/edit link'; | |
158 | $string['advanced_dlg:link_titlefield'] = 'Title'; | |
159 | $string['advanced_dlg:link_url'] = 'Link URL'; | |
f3920b67 | 160 | $string['advhr:advhr_desc'] = 'Horizontal rule'; |
f3920b67 | 161 | $string['advhr:delta_height'] = ''; |
6eca5390 | 162 | $string['advhr:delta_width'] = ''; |
f3920b67 | 163 | $string['advhr_dlg:noshade'] = 'No shadow'; |
6eca5390 | 164 | $string['advhr_dlg:size'] = 'Height'; |
165 | $string['advhr_dlg:width'] = 'Width'; | |
f3920b67 | 166 | $string['advimage:delta_height'] = ''; |
6eca5390 | 167 | $string['advimage:delta_width'] = ''; |
34a30b5c | 168 | $string['advimage:image_desc'] = 'Insert/edit image'; |
6eca5390 | 169 | $string['advimage_dlg:align'] = 'Alignment'; |
170 | $string['advimage_dlg:align_baseline'] = 'Baseline'; | |
171 | $string['advimage_dlg:align_bottom'] = 'Bottom'; | |
172 | $string['advimage_dlg:align_left'] = 'Left'; | |
173 | $string['advimage_dlg:align_middle'] = 'Middle'; | |
174 | $string['advimage_dlg:align_right'] = 'Right'; | |
175 | $string['advimage_dlg:align_textbottom'] = 'Text bottom'; | |
176 | $string['advimage_dlg:align_texttop'] = 'Text top'; | |
177 | $string['advimage_dlg:align_top'] = 'Top'; | |
178 | $string['advimage_dlg:alt'] = 'Image description'; | |
179 | $string['advimage_dlg:alt_image'] = 'Alternative image'; | |
180 | $string['advimage_dlg:border'] = 'Border'; | |
181 | $string['advimage_dlg:classes'] = 'Classes'; | |
f3920b67 | 182 | $string['advimage_dlg:constrain_proportions'] = 'Constrain proportions'; |
6eca5390 | 183 | $string['advimage_dlg:dialog_title'] = 'Insert/edit image'; |
184 | $string['advimage_dlg:dimensions'] = 'Dimensions'; | |
185 | $string['advimage_dlg:example_img'] = 'Appearance preview image'; | |
186 | $string['advimage_dlg:general'] = 'General'; | |
187 | $string['advimage_dlg:hspace'] = 'Horizontal space'; | |
188 | $string['advimage_dlg:id'] = 'Id'; | |
189 | $string['advimage_dlg:image_list'] = 'Image list'; | |
f3920b67 | 190 | $string['advimage_dlg:langcode'] = 'Language code'; |
6eca5390 | 191 | $string['advimage_dlg:langdir'] = 'Language direction'; |
192 | $string['advimage_dlg:list'] = 'Image list'; | |
f3920b67 | 193 | $string['advimage_dlg:long_desc'] = 'Long description link'; |
f3920b67 | 194 | $string['advimage_dlg:ltr'] = 'Left to right'; |
f3920b67 | 195 | $string['advimage_dlg:map'] = 'Image map'; |
f3920b67 | 196 | $string['advimage_dlg:misc'] = 'Miscellaneous'; |
f3920b67 | 197 | $string['advimage_dlg:missing_alt'] = 'Are you sure you want to continue without including an Image Description? Without it the image may not be accessible to some users with disabilities, or to those using a text browser, or browsing the Web with images turned off.'; |
6eca5390 | 198 | $string['advimage_dlg:mouseout'] = 'for mouse out'; |
199 | $string['advimage_dlg:mouseover'] = 'for mouse over'; | |
200 | $string['advimage_dlg:preview'] = 'Preview'; | |
201 | $string['advimage_dlg:rtl'] = 'Right to left'; | |
f3920b67 | 202 | $string['advimage_dlg:src'] = 'Image URL'; |
6eca5390 | 203 | $string['advimage_dlg:style'] = 'Style'; |
204 | $string['advimage_dlg:swap_image'] = 'Swap image'; | |
205 | $string['advimage_dlg:tab_advanced'] = 'Advanced'; | |
206 | $string['advimage_dlg:tab_appearance'] = 'Appearance'; | |
207 | $string['advimage_dlg:tab_general'] = 'General'; | |
208 | $string['advimage_dlg:title'] = 'Title'; | |
f3920b67 | 209 | $string['advimage_dlg:vspace'] = 'Vertical space'; |
f3920b67 | 210 | $string['advlink:delta_height'] = ''; |
6eca5390 | 211 | $string['advlink:delta_width'] = ''; |
34a30b5c | 212 | $string['advlink:link_desc'] = 'Insert/edit link'; |
6eca5390 | 213 | $string['advlink_dlg:accesskey'] = 'Accesskey'; |
214 | $string['advlink_dlg:advanced_props'] = 'Advanced properties'; | |
215 | $string['advlink_dlg:advanced_tab'] = 'Advanced'; | |
216 | $string['advlink_dlg:anchor_names'] = 'Anchors'; | |
217 | $string['advlink_dlg:classes'] = 'Classes'; | |
218 | $string['advlink_dlg:encoding'] = 'Target character encoding'; | |
219 | $string['advlink_dlg:event_props'] = 'Events'; | |
220 | $string['advlink_dlg:events_tab'] = 'Events'; | |
221 | $string['advlink_dlg:general_props'] = 'General properties'; | |
222 | $string['advlink_dlg:general_tab'] = 'General'; | |
223 | $string['advlink_dlg:id'] = 'Id'; | |
f3920b67 | 224 | $string['advlink_dlg:is_email'] = 'The URL you entered seems to be an email address, do you want to add the required mailto: prefix?'; |
225 | $string['advlink_dlg:is_external'] = 'The URL you entered seems to external link, do you want to add the required http:// prefix?'; | |
6eca5390 | 226 | $string['advlink_dlg:langcode'] = 'Language code'; |
227 | $string['advlink_dlg:langdir'] = 'Language direction'; | |
228 | $string['advlink_dlg:link_list'] = 'Link list'; | |
f3920b67 | 229 | $string['advlink_dlg:list'] = 'Link list'; |
6eca5390 | 230 | $string['advlink_dlg:ltr'] = 'Left to right'; |
231 | $string['advlink_dlg:mime'] = 'Target MIME type'; | |
f3920b67 | 232 | $string['advlink_dlg:popup'] = 'Javascript popup'; |
6eca5390 | 233 | $string['advlink_dlg:popup_dependent'] = 'Dependent (Mozilla/Firefox only)'; |
234 | $string['advlink_dlg:popup_location'] = 'Show location bar'; | |
235 | $string['advlink_dlg:popup_menubar'] = 'Show menu bar'; | |
f3920b67 | 236 | $string['advlink_dlg:popup_name'] = 'Window name'; |
6eca5390 | 237 | $string['advlink_dlg:popup_opts'] = 'Options'; |
238 | $string['advlink_dlg:popup_position'] = 'Position (X/Y)'; | |
239 | $string['advlink_dlg:popup_props'] = 'Popup properties'; | |
240 | $string['advlink_dlg:popup_resizable'] = 'Make window resizable'; | |
f3920b67 | 241 | $string['advlink_dlg:popup_return'] = 'Insert \'return false\''; |
242 | $string['advlink_dlg:popup_scrollbars'] = 'Show scrollbars'; | |
6eca5390 | 243 | $string['advlink_dlg:popup_size'] = 'Size'; |
f3920b67 | 244 | $string['advlink_dlg:popup_statusbar'] = 'Show status bar'; |
6eca5390 | 245 | $string['advlink_dlg:popup_tab'] = 'Popup'; |
f3920b67 | 246 | $string['advlink_dlg:popup_toolbar'] = 'Show toolbars'; |
6eca5390 | 247 | $string['advlink_dlg:popup_url'] = 'Popup URL'; |
f3920b67 | 248 | $string['advlink_dlg:rel'] = 'Relationship page to target'; |
249 | $string['advlink_dlg:rev'] = 'Relationship target to page'; | |
f3920b67 | 250 | $string['advlink_dlg:rtl'] = 'Right to left'; |
6eca5390 | 251 | $string['advlink_dlg:style'] = 'Style'; |
252 | $string['advlink_dlg:tabindex'] = 'Tabindex'; | |
253 | $string['advlink_dlg:target'] = 'Target'; | |
254 | $string['advlink_dlg:target_blank'] = 'Open in new window'; | |
255 | $string['advlink_dlg:target_langcode'] = 'Target language'; | |
256 | $string['advlink_dlg:target_name'] = 'Target name'; | |
257 | $string['advlink_dlg:target_parent'] = 'Open in parent window / frame'; | |
258 | $string['advlink_dlg:target_same'] = 'Open in this window / frame'; | |
259 | $string['advlink_dlg:target_top'] = 'Open in top frame (replaces all frames)'; | |
260 | $string['advlink_dlg:title'] = 'Insert/edit link'; | |
261 | $string['advlink_dlg:titlefield'] = 'Title'; | |
262 | $string['advlink_dlg:url'] = 'Link URL'; | |
34a30b5c PS |
263 | $string['advlist:circle'] = 'Circle'; |
264 | $string['advlist:def'] = 'Default'; | |
265 | $string['advlist:disc'] = 'Disc'; | |
266 | $string['advlist:lower_alpha'] = 'Lower alpha'; | |
267 | $string['advlist:lower_greek'] = 'Lower greek'; | |
268 | $string['advlist:lower_roman'] = 'Lower roman'; | |
269 | $string['advlist:square'] = 'Square'; | |
270 | $string['advlist:types'] = 'Types'; | |
271 | $string['advlist:upper_alpha'] = 'Upper alpha'; | |
272 | $string['advlist:upper_roman'] = 'Upper roman'; | |
273 | $string['autosave:restore_content'] = 'Restore auto-saved content.'; | |
f3920b67 | 274 | $string['autosave:unload_msg'] = 'The changes you made will be lost if you navigate away from this page.'; |
34a30b5c PS |
275 | $string['autosave:warning_message'] = 'If you restore the saved content, you will lose all the content that is currently in the editor. |
276 | ||
277 | Are you sure you want to restore the saved content?.'; | |
6eca5390 | 278 | $string['common:apply'] = 'Apply'; |
279 | $string['common:browse'] = 'Browse'; | |
280 | $string['common:cancel'] = 'Cancel'; | |
281 | $string['common:class_name'] = 'Class'; | |
34a30b5c PS |
282 | $string['common:clipboard_msg'] = 'Copy/Cut/Paste is not available in Mozilla and Firefox. |
283 | Do you want more information about this issue?'; | |
6eca5390 | 284 | $string['common:clipboard_no_support'] = 'Currently not supported by your browser, use keyboard shortcuts instead.'; |
285 | $string['common:close'] = 'Close'; | |
286 | $string['common:edit_confirm'] = 'Do you want to use the WYSIWYG mode for this textarea?'; | |
287 | $string['common:insert'] = 'Insert'; | |
288 | $string['common:invalid_data'] = 'Error: Invalid values entered, these are marked in red.'; | |
289 | $string['common:more_colors'] = 'More colors'; | |
290 | $string['common:not_set'] = '-- Not set --'; | |
291 | $string['common: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.'; | |
292 | $string['common:update'] = 'Update'; | |
293 | $string['contextmenu:align'] = 'Alignment'; | |
294 | $string['contextmenu:center'] = 'Center'; | |
295 | $string['contextmenu:full'] = 'Full'; | |
296 | $string['contextmenu:left'] = 'Left'; | |
297 | $string['contextmenu:right'] = 'Right'; | |
298 | $string['directionality:ltr_desc'] = 'Direction left to right'; | |
299 | $string['directionality:rtl_desc'] = 'Direction right to left'; | |
300 | $string['emotions:delta_height'] = ''; | |
301 | $string['emotions:delta_width'] = ''; | |
34a30b5c | 302 | $string['emotions:emotions_desc'] = 'Emotions'; |
6eca5390 | 303 | $string['emotions_dlg:cool'] = 'Cool'; |
304 | $string['emotions_dlg:cry'] = 'Cry'; | |
305 | $string['emotions_dlg:desc'] = 'Emotions'; | |
306 | $string['emotions_dlg:embarassed'] = 'Embarassed'; | |
307 | $string['emotions_dlg:foot_in_mouth'] = 'Foot in mouth'; | |
308 | $string['emotions_dlg:frown'] = 'Frown'; | |
309 | $string['emotions_dlg:innocent'] = 'Innocent'; | |
310 | $string['emotions_dlg:kiss'] = 'Kiss'; | |
311 | $string['emotions_dlg:laughing'] = 'Laughing'; | |
312 | $string['emotions_dlg:money_mouth'] = 'Money mouth'; | |
313 | $string['emotions_dlg:sealed'] = 'Sealed'; | |
314 | $string['emotions_dlg:smile'] = 'Smile'; | |
315 | $string['emotions_dlg:surprised'] = 'Surprised'; | |
316 | $string['emotions_dlg:title'] = 'Insert emotion'; | |
317 | $string['emotions_dlg:tongue_out'] = 'Tongue out'; | |
318 | $string['emotions_dlg:undecided'] = 'Undecided'; | |
319 | $string['emotions_dlg:wink'] = 'Wink'; | |
320 | $string['emotions_dlg:yell'] = 'Yell'; | |
f3920b67 | 321 | $string['fullpage:delta_height'] = ''; |
6eca5390 | 322 | $string['fullpage:delta_width'] = ''; |
323 | $string['fullpage:desc'] = 'Document properties'; | |
324 | $string['fullpage_dlg:active_color'] = 'Active color'; | |
325 | $string['fullpage_dlg:add'] = 'Add new element'; | |
326 | $string['fullpage_dlg:add_base'] = 'Base element'; | |
327 | $string['fullpage_dlg:add_comment'] = 'Comment node'; | |
328 | $string['fullpage_dlg:add_link'] = 'Link element'; | |
329 | $string['fullpage_dlg:add_meta'] = 'Meta element'; | |
330 | $string['fullpage_dlg:add_script'] = 'Script element'; | |
331 | $string['fullpage_dlg:add_style'] = 'Style element'; | |
332 | $string['fullpage_dlg:add_title'] = 'Title element'; | |
333 | $string['fullpage_dlg:advanced_props'] = 'Advanced'; | |
334 | $string['fullpage_dlg:advanced_tab'] = 'Advanced'; | |
f3920b67 | 335 | $string['fullpage_dlg:appearance_bgprops'] = 'Background properties'; |
f3920b67 | 336 | $string['fullpage_dlg:appearance_linkprops'] = 'Link colors'; |
6eca5390 | 337 | $string['fullpage_dlg:appearance_marginprops'] = 'Body margins'; |
338 | $string['fullpage_dlg:appearance_style'] = 'Stylesheet and style properties'; | |
339 | $string['fullpage_dlg:appearance_tab'] = 'Appearance'; | |
f3920b67 | 340 | $string['fullpage_dlg:appearance_textprops'] = 'Text properties'; |
6eca5390 | 341 | $string['fullpage_dlg:author'] = 'Author'; |
342 | $string['fullpage_dlg:base_element'] = 'Base element'; | |
f3920b67 | 343 | $string['fullpage_dlg:bgcolor'] = 'Background color'; |
344 | $string['fullpage_dlg:bgimage'] = 'Background image'; | |
f3920b67 | 345 | $string['fullpage_dlg:bottom_margin'] = 'Bottom margin'; |
34a30b5c | 346 | $string['fullpage_dlg:charset'] = 'Charset'; |
6eca5390 | 347 | $string['fullpage_dlg:comment_element'] = 'Comment'; |
348 | $string['fullpage_dlg:content'] = 'Content'; | |
349 | $string['fullpage_dlg:copyright'] = 'Copyright'; | |
350 | $string['fullpage_dlg:defer'] = 'Defer'; | |
351 | $string['fullpage_dlg:doctypes'] = 'Doctype'; | |
352 | $string['fullpage_dlg:encoding'] = 'Character encoding'; | |
30c8dd34 | 353 | $string['fullpage_dlg:font_face'] = 'Font face'; |
30c8dd34 | 354 | $string['fullpage_dlg:font_size'] = 'Font size'; |
34a30b5c PS |
355 | $string['fullpage_dlg:fontface'] = 'Font family'; |
356 | $string['fullpage_dlg:fontsize'] = 'Font size'; | |
6eca5390 | 357 | $string['fullpage_dlg:general_props'] = 'General'; |
358 | $string['fullpage_dlg:head_elements'] = 'Head elements'; | |
359 | $string['fullpage_dlg:hover_color'] = 'Hover color'; | |
360 | $string['fullpage_dlg:href'] = 'Href'; | |
361 | $string['fullpage_dlg:hreflang'] = 'Href lang'; | |
362 | $string['fullpage_dlg:info'] = 'Information'; | |
363 | $string['fullpage_dlg:langcode'] = 'Language code'; | |
364 | $string['fullpage_dlg:langdir'] = 'Language direction'; | |
365 | $string['fullpage_dlg:langprops'] = 'Language and encoding'; | |
366 | $string['fullpage_dlg:language'] = 'Language'; | |
367 | $string['fullpage_dlg:left_margin'] = 'Left margin'; | |
368 | $string['fullpage_dlg:link_color'] = 'Link color'; | |
369 | $string['fullpage_dlg:link_element'] = 'Link element'; | |
370 | $string['fullpage_dlg:ltr'] = 'Left to right'; | |
371 | $string['fullpage_dlg:media'] = 'Media'; | |
372 | $string['fullpage_dlg:meta_description'] = 'Description'; | |
373 | $string['fullpage_dlg:meta_element'] = 'Meta element'; | |
f3920b67 | 374 | $string['fullpage_dlg:meta_index_follow'] = 'Index and follow the links'; |
375 | $string['fullpage_dlg:meta_index_nofollow'] = 'Index and don\'t follow the links'; | |
6eca5390 | 376 | $string['fullpage_dlg:meta_keywords'] = 'Keywords'; |
f3920b67 | 377 | $string['fullpage_dlg:meta_noindex_follow'] = 'Do not index but follow the links'; |
34a30b5c | 378 | $string['fullpage_dlg:meta_noindex_nofollow'] = 'Do not index and don\\\'t follow the links'; |
6eca5390 | 379 | $string['fullpage_dlg:meta_props'] = 'Meta information'; |
380 | $string['fullpage_dlg:meta_robots'] = 'Robots'; | |
381 | $string['fullpage_dlg:meta_tab'] = 'General'; | |
382 | $string['fullpage_dlg:meta_title'] = 'Title'; | |
f3920b67 | 383 | $string['fullpage_dlg:movedown'] = 'Move selected element down'; |
6eca5390 | 384 | $string['fullpage_dlg:moveup'] = 'Move selected element up'; |
385 | $string['fullpage_dlg:name'] = 'Name'; | |
386 | $string['fullpage_dlg:properties'] = 'Properties'; | |
387 | $string['fullpage_dlg:rel'] = 'Rel'; | |
388 | $string['fullpage_dlg:remove'] = 'Remove selected element'; | |
389 | $string['fullpage_dlg:rev'] = 'Rev'; | |
390 | $string['fullpage_dlg:right_margin'] = 'Right margin'; | |
391 | $string['fullpage_dlg:rtl'] = 'Right to left'; | |
f3920b67 | 392 | $string['fullpage_dlg:script_element'] = 'Script element'; |
f3920b67 | 393 | $string['fullpage_dlg:src'] = 'Src'; |
6eca5390 | 394 | $string['fullpage_dlg:style'] = 'Style'; |
395 | $string['fullpage_dlg:style_element'] = 'Style element'; | |
396 | $string['fullpage_dlg:stylesheet'] = 'Stylesheet'; | |
f3920b67 | 397 | $string['fullpage_dlg:target'] = 'Target'; |
30c8dd34 | 398 | $string['fullpage_dlg:text_color'] = 'Text color'; |
34a30b5c | 399 | $string['fullpage_dlg:textcolor'] = 'Color'; |
6eca5390 | 400 | $string['fullpage_dlg:title'] = 'Document properties'; |
401 | $string['fullpage_dlg:title_element'] = 'Title element'; | |
402 | $string['fullpage_dlg:top_margin'] = 'Top margin'; | |
f3920b67 | 403 | $string['fullpage_dlg:type'] = 'Type'; |
f3920b67 | 404 | $string['fullpage_dlg:value'] = 'Value'; |
6eca5390 | 405 | $string['fullpage_dlg:visited_color'] = 'Visited color'; |
406 | $string['fullpage_dlg:xml_pi'] = 'XML declaration'; | |
407 | $string['fullscreen:desc'] = 'Toggle fullscreen mode'; | |
408 | $string['iespell:download'] = 'ieSpell not detected. Do you want to install it now?'; | |
409 | $string['iespell:iespell_desc'] = 'Run spell checking'; | |
30c8dd34 | 410 | $string['insertdatetime:date_fmt'] = '%Y-%m-%d'; |
6eca5390 | 411 | $string['insertdatetime:day_long'] = 'Sunday,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday,Sunday'; |
412 | $string['insertdatetime:day_short'] = 'Sun,Mon,Tue,Wed,Thu,Fri,Sat,Sun'; | |
413 | $string['insertdatetime:insertdate_desc'] = 'Insert date'; | |
414 | $string['insertdatetime:inserttime_desc'] = 'Insert time'; | |
415 | $string['insertdatetime:months_long'] = 'January,February,March,April,May,June,July,August,September,October,November,December'; | |
416 | $string['insertdatetime:months_short'] = 'Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec'; | |
30c8dd34 | 417 | $string['insertdatetime:time_fmt'] = '%H:%M:%S'; |
6eca5390 | 418 | $string['layer:absolute_desc'] = 'Toggle absolute positioning'; |
419 | $string['layer:backward_desc'] = 'Move backward'; | |
420 | $string['layer:content'] = 'New layer...'; | |
421 | $string['layer:forward_desc'] = 'Move forward'; | |
422 | $string['layer:insertlayer_desc'] = 'Insert new layer'; | |
423 | $string['media:delta_height'] = ''; | |
424 | $string['media:delta_width'] = ''; | |
425 | $string['media:desc'] = 'Insert / edit embedded media'; | |
34a30b5c | 426 | $string['media:edit'] = 'Edit embedded media'; |
6eca5390 | 427 | $string['media_dlg:advanced'] = 'Advanced'; |
428 | $string['media_dlg:align'] = 'Align'; | |
429 | $string['media_dlg:align_bottom'] = 'Bottom'; | |
430 | $string['media_dlg:align_bottom_left'] = 'Bottom left'; | |
431 | $string['media_dlg:align_bottom_right'] = 'Bottom right'; | |
432 | $string['media_dlg:align_center'] = 'Center'; | |
433 | $string['media_dlg:align_left'] = 'Left'; | |
434 | $string['media_dlg:align_right'] = 'Right'; | |
435 | $string['media_dlg:align_top'] = 'Top'; | |
436 | $string['media_dlg:align_top_left'] = 'Top left'; | |
437 | $string['media_dlg:align_top_right'] = 'Top right'; | |
438 | $string['media_dlg:autogotourl'] = 'Auto goto URL'; | |
439 | $string['media_dlg:autohref'] = 'AutoHREF'; | |
440 | $string['media_dlg:autostart'] = 'Auto start'; | |
441 | $string['media_dlg:balance'] = 'Balance'; | |
442 | $string['media_dlg:base'] = 'Base'; | |
443 | $string['media_dlg:baseurl'] = 'Base URL'; | |
444 | $string['media_dlg:bgcolor'] = 'Background'; | |
445 | $string['media_dlg:cache'] = 'Cache'; | |
446 | $string['media_dlg:captioningid'] = 'Captioning id'; | |
447 | $string['media_dlg:center'] = 'Center'; | |
448 | $string['media_dlg:class_name'] = 'Class'; | |
449 | $string['media_dlg:console'] = 'Console'; | |
450 | $string['media_dlg:constrain_proportions'] = 'Constrain proportions'; | |
451 | $string['media_dlg:controller'] = 'Controller'; | |
452 | $string['media_dlg:controls'] = 'Controls'; | |
453 | $string['media_dlg:correction'] = 'No correction'; | |
454 | $string['media_dlg:currentmarker'] = 'Current marker'; | |
455 | $string['media_dlg:currentposition'] = 'Current position'; | |
456 | $string['media_dlg:defaultframe'] = 'Default frame'; | |
457 | $string['media_dlg:enabled'] = 'Enabled'; | |
458 | $string['media_dlg:enablejavascript'] = 'Enable JavaScript'; | |
459 | $string['media_dlg:endtime'] = 'End time'; | |
460 | $string['media_dlg:file'] = 'File/URL'; | |
461 | $string['media_dlg:flash_options'] = 'Flash options'; | |
462 | $string['media_dlg:flashvars'] = 'Flashvars'; | |
463 | $string['media_dlg:flv_autostart'] = 'Auto start'; | |
464 | $string['media_dlg:flv_buffer'] = 'Buffer'; | |
465 | $string['media_dlg:flv_defaultvolume'] = 'Default volumne'; | |
466 | $string['media_dlg:flv_hiddengui'] = 'Hidden GUI'; | |
467 | $string['media_dlg:flv_jscallback'] = 'JS Callback'; | |
468 | $string['media_dlg:flv_loop'] = 'Loop'; | |
469 | $string['media_dlg:flv_options'] = 'Flash video options'; | |
470 | $string['media_dlg:flv_scalemode'] = 'Scale mode'; | |
471 | $string['media_dlg:flv_showscalemodes'] = 'Show scale modes'; | |
472 | $string['media_dlg:flv_smoothvideo'] = 'Smooth video'; | |
473 | $string['media_dlg:flv_startimage'] = 'Start image'; | |
474 | $string['media_dlg:flv_starttime'] = 'Start time'; | |
475 | $string['media_dlg:fullscreen'] = 'Fullscreen'; | |
476 | $string['media_dlg:general'] = 'General'; | |
477 | $string['media_dlg:hidden'] = 'Hidden'; | |
478 | $string['media_dlg:href'] = 'Href'; | |
479 | $string['media_dlg:hspace'] = 'H-Space'; | |
480 | $string['media_dlg:id'] = 'Id'; | |
481 | $string['media_dlg:imagestatus'] = 'Image status'; | |
482 | $string['media_dlg:invokeurls'] = 'Invoke URLs'; | |
483 | $string['media_dlg:kioskmode'] = 'Kiosk mode'; | |
484 | $string['media_dlg:list'] = 'List'; | |
485 | $string['media_dlg:liveconnect'] = 'SWLiveConnect'; | |
486 | $string['media_dlg:loop'] = 'Loop'; | |
487 | $string['media_dlg:maintainaspect'] = 'Maintain aspect'; | |
488 | $string['media_dlg:menu'] = 'Show menu'; | |
489 | $string['media_dlg:mute'] = 'Mute'; | |
490 | $string['media_dlg:name'] = 'Name'; | |
491 | $string['media_dlg:nojava'] = 'No java'; | |
492 | $string['media_dlg:numloop'] = 'Num loops'; | |
493 | $string['media_dlg:play'] = 'Auto play'; | |
494 | $string['media_dlg:playcount'] = 'Play count'; | |
495 | $string['media_dlg:playeveryframe'] = 'Play every frame'; | |
496 | $string['media_dlg:prefetch'] = 'Prefetch'; | |
497 | $string['media_dlg:preview'] = 'Preview'; | |
498 | $string['media_dlg:progress'] = 'Progress'; | |
499 | $string['media_dlg:qt_options'] = 'Quicktime options'; | |
34a30b5c PS |
500 | $string['media_dlg:qt_stream_warn'] = 'Streamed rtsp resources should be added to the QT Src field under the advanced tab. |
501 | You should also add a non streamed version to the Src field..'; | |
6eca5390 | 502 | $string['media_dlg:qtsrc'] = 'QT Src'; |
503 | $string['media_dlg:qtsrcchokespeed'] = 'Choke speed'; | |
504 | $string['media_dlg:quality'] = 'Quality'; | |
505 | $string['media_dlg:rate'] = 'Rate'; | |
506 | $string['media_dlg:rmp_options'] = 'Real media player options'; | |
507 | $string['media_dlg:salign'] = 'SAlign'; | |
508 | $string['media_dlg:scale'] = 'Scale'; | |
509 | $string['media_dlg:scriptcallbacks'] = 'Script callbacks'; | |
510 | $string['media_dlg:shockwave_options'] = 'Shockwave options'; | |
511 | $string['media_dlg:shuffle'] = 'Shuffle'; | |
512 | $string['media_dlg:size'] = 'Dimensions'; | |
513 | $string['media_dlg:sound'] = 'Sound'; | |
514 | $string['media_dlg:starttime'] = 'Start time'; | |
515 | $string['media_dlg:stretchtofit'] = 'Stretch to fit'; | |
516 | $string['media_dlg:swstretchhalign'] = 'Stretch H-Align'; | |
517 | $string['media_dlg:swstretchstyle'] = 'Stretch style'; | |
518 | $string['media_dlg:swstretchvalign'] = 'Stretch V-Align'; | |
519 | $string['media_dlg:target'] = 'Target'; | |
520 | $string['media_dlg:targetcache'] = 'Target cache'; | |
521 | $string['media_dlg:title'] = 'Insert / edit embedded media'; | |
522 | $string['media_dlg:type'] = 'Type'; | |
523 | $string['media_dlg:uimode'] = 'UI Mode'; | |
524 | $string['media_dlg:volume'] = 'Volume'; | |
525 | $string['media_dlg:vspace'] = 'V-Space'; | |
526 | $string['media_dlg:windowlessvideo'] = 'Windowless video'; | |
527 | $string['media_dlg:wmode'] = 'WMode'; | |
528 | $string['media_dlg:wmp_options'] = 'Windows media player options'; | |
529 | $string['nonbreaking:nonbreaking_desc'] = 'Insert non-breaking space character'; | |
530 | $string['pagebreak:desc'] = 'Insert page break.'; | |
30c8dd34 DM |
531 | $string['paste:paste_text_desc'] = 'Paste as Plain Text'; |
532 | $string['paste:paste_word_desc'] = 'Paste from Word'; | |
34a30b5c PS |
533 | $string['paste:plaintext_mode'] = 'Paste is now in plain text mode. Click again to toggle back to regular paste mode.'; |
534 | $string['paste:plaintext_mode_sticky'] = 'Paste is now in plain text mode. Click again to toggle back to regular paste mode. After you paste something you will be returned to regular paste mode.'; | |
30c8dd34 | 535 | $string['paste:selectall_desc'] = 'Select All'; |
34a30b5c PS |
536 | $string['paste_dlg:text_linebreaks'] = 'Keep linebreaks'; |
537 | $string['paste_dlg:text_title'] = 'Use CTRL+V on your keyboard to paste the text into the window.'; | |
538 | $string['paste_dlg:word_title'] = 'Use CTRL+V on your keyboard to paste the text into the window.'; | |
6eca5390 | 539 | $string['preview:preview_desc'] = 'Preview'; |
540 | $string['print:print_desc'] = 'Print'; | |
541 | $string['save:cancel_desc'] = 'Cancel all changes'; | |
542 | $string['save:save_desc'] = 'Save'; | |
543 | $string['searchreplace:delta_height'] = ''; | |
544 | $string['searchreplace:delta_width'] = ''; | |
34a30b5c PS |
545 | $string['searchreplace:replace_desc'] = 'Find/Replace'; |
546 | $string['searchreplace:search_desc'] = 'Find'; | |
6eca5390 | 547 | $string['searchreplace_dlg:allreplaced'] = 'All occurrences of the search string were replaced.'; |
548 | $string['searchreplace_dlg:direction'] = 'Direction'; | |
549 | $string['searchreplace_dlg:down'] = 'Down'; | |
550 | $string['searchreplace_dlg:findnext'] = 'Find next'; | |
551 | $string['searchreplace_dlg:findwhat'] = 'Find what'; | |
552 | $string['searchreplace_dlg:mcase'] = 'Match case'; | |
553 | $string['searchreplace_dlg:notfound'] = 'The search has been completed. The search string could not be found.'; | |
554 | $string['searchreplace_dlg:replace'] = 'Replace'; | |
30c8dd34 | 555 | $string['searchreplace_dlg:replace_title'] = 'Find/Replace'; |
34a30b5c | 556 | $string['searchreplace_dlg:replaceall'] = 'Replace all'; |
6eca5390 | 557 | $string['searchreplace_dlg:replacewith'] = 'Replace with'; |
30c8dd34 | 558 | $string['searchreplace_dlg:search_title'] = 'Find'; |
34a30b5c | 559 | $string['searchreplace_dlg:searchnext_desc'] = 'Find again'; |
6eca5390 | 560 | $string['searchreplace_dlg:up'] = 'Up'; |
561 | $string['simple:bold_desc'] = 'Bold (Ctrl+B)'; | |
562 | $string['simple:bullist_desc'] = 'Unordered list'; | |
563 | $string['simple:cleanup_desc'] = 'Cleanup messy code'; | |
564 | $string['simple:italic_desc'] = 'Italic (Ctrl+I)'; | |
565 | $string['simple:numlist_desc'] = 'Ordered list'; | |
566 | $string['simple:redo_desc'] = 'Redo (Ctrl+Y)'; | |
567 | $string['simple:striketrough_desc'] = 'Strikethrough'; | |
568 | $string['simple:underline_desc'] = 'Underline (Ctrl+U)'; | |
569 | $string['simple:undo_desc'] = 'Undo (Ctrl+Z)'; | |
570 | $string['spellchecker:desc'] = 'Toggle spellchecker'; | |
571 | $string['spellchecker:ignore_word'] = 'Ignore word'; | |
572 | $string['spellchecker:ignore_words'] = 'Ignore all'; | |
573 | $string['spellchecker:langs'] = 'Languages'; | |
574 | $string['spellchecker:menu'] = 'Spellchecker settings'; | |
575 | $string['spellchecker:no_mpell'] = 'No misspellings found.'; | |
576 | $string['spellchecker:no_sug'] = 'No suggestions'; | |
577 | $string['spellchecker:sug'] = 'Suggestions'; | |
578 | $string['spellchecker:wait'] = 'Please wait...'; | |
579 | $string['style:delta_height'] = ''; | |
580 | $string['style:delta_width'] = ''; | |
581 | $string['style:desc'] = 'Edit CSS Style'; | |
582 | $string['style_dlg:apply'] = 'Apply'; | |
583 | $string['style_dlg:background_attachment'] = 'Attachment'; | |
584 | $string['style_dlg:background_color'] = 'Background color'; | |
585 | $string['style_dlg:background_hpos'] = 'Horizontal position'; | |
586 | $string['style_dlg:background_image'] = 'Background image'; | |
587 | $string['style_dlg:background_repeat'] = 'Repeat'; | |
588 | $string['style_dlg:background_tab'] = 'Background'; | |
589 | $string['style_dlg:background_vpos'] = 'Vertical position'; | |
590 | $string['style_dlg:block_display'] = 'Display'; | |
591 | $string['style_dlg:block_letterspacing'] = 'Letter spacing'; | |
592 | $string['style_dlg:block_tab'] = 'Block'; | |
593 | $string['style_dlg:block_text_align'] = 'Text align'; | |
594 | $string['style_dlg:block_text_indent'] = 'Text indent'; | |
595 | $string['style_dlg:block_vertical_alignment'] = 'Vertical alignment'; | |
596 | $string['style_dlg:block_whitespace'] = 'Whitespace'; | |
597 | $string['style_dlg:block_wordspacing'] = 'Word spacing'; | |
598 | $string['style_dlg:border_tab'] = 'Border'; | |
599 | $string['style_dlg:bottom'] = 'Bottom'; | |
600 | $string['style_dlg:box_clear'] = 'Clear'; | |
601 | $string['style_dlg:box_float'] = 'Float'; | |
602 | $string['style_dlg:box_height'] = 'Height'; | |
603 | $string['style_dlg:box_tab'] = 'Box'; | |
604 | $string['style_dlg:box_width'] = 'Width'; | |
605 | $string['style_dlg:bullet_image'] = 'Bullet image'; | |
606 | $string['style_dlg:clip'] = 'Clip'; | |
607 | $string['style_dlg:color'] = 'Color'; | |
608 | $string['style_dlg:height'] = 'Height'; | |
609 | $string['style_dlg:left'] = 'Left'; | |
610 | $string['style_dlg:list_tab'] = 'List'; | |
611 | $string['style_dlg:list_type'] = 'Type'; | |
612 | $string['style_dlg:margin'] = 'Margin'; | |
613 | $string['style_dlg:overflow'] = 'Overflow'; | |
614 | $string['style_dlg:padding'] = 'Padding'; | |
615 | $string['style_dlg:placement'] = 'Placement'; | |
616 | $string['style_dlg:position'] = 'Position'; | |
617 | $string['style_dlg:positioning_tab'] = 'Positioning'; | |
618 | $string['style_dlg:positioning_type'] = 'Type'; | |
619 | $string['style_dlg:right'] = 'Right'; | |
620 | $string['style_dlg:same'] = 'Same for all'; | |
621 | $string['style_dlg:style'] = 'Style'; | |
622 | $string['style_dlg:text_blink'] = 'blink'; | |
623 | $string['style_dlg:text_case'] = 'Case'; | |
624 | $string['style_dlg:text_color'] = 'Color'; | |
625 | $string['style_dlg:text_decoration'] = 'Decoration'; | |
626 | $string['style_dlg:text_font'] = 'Font'; | |
627 | $string['style_dlg:text_lineheight'] = 'Line height'; | |
628 | $string['style_dlg:text_none'] = 'none'; | |
629 | $string['style_dlg:text_overline'] = 'overline'; | |
630 | $string['style_dlg:text_props'] = 'Text'; | |
631 | $string['style_dlg:text_size'] = 'Size'; | |
632 | $string['style_dlg:text_striketrough'] = 'strikethrough'; | |
633 | $string['style_dlg:text_style'] = 'Style'; | |
634 | $string['style_dlg:text_tab'] = 'Text'; | |
635 | $string['style_dlg:text_underline'] = 'underline'; | |
636 | $string['style_dlg:text_variant'] = 'Variant'; | |
637 | $string['style_dlg:text_weight'] = 'Weight'; | |
638 | $string['style_dlg:title'] = 'Edit CSS Style'; | |
639 | $string['style_dlg:top'] = 'Top'; | |
640 | $string['style_dlg:visibility'] = 'Visibility'; | |
641 | $string['style_dlg:width'] = 'Width'; | |
642 | $string['style_dlg:zindex'] = 'Z-index'; | |
643 | $string['table:cell'] = 'Cell'; | |
644 | $string['table:cell_desc'] = 'Table cell properties'; | |
645 | $string['table:cellprops_delta_height'] = ''; | |
646 | $string['table:cellprops_delta_width'] = ''; | |
647 | $string['table:col'] = 'Column'; | |
648 | $string['table:col_after_desc'] = 'Insert column after'; | |
649 | $string['table:col_before_desc'] = 'Insert column before'; | |
650 | $string['table:copy_row_desc'] = 'Copy table row'; | |
651 | $string['table:cut_row_desc'] = 'Cut table row'; | |
652 | $string['table:del'] = 'Delete table'; | |
653 | $string['table:delete_col_desc'] = 'Remove column'; | |
654 | $string['table:delete_row_desc'] = 'Delete row'; | |
655 | $string['table:desc'] = 'Inserts a new table'; | |
34a30b5c PS |
656 | $string['table:merge_cells_delta_height'] = ''; |
657 | $string['table:merge_cells_delta_width'] = ''; | |
658 | $string['table:merge_cells_desc'] = 'Merge table cells'; | |
659 | $string['table:paste_row_after_desc'] = 'Paste table row after'; | |
660 | $string['table:paste_row_before_desc'] = 'Paste table row before'; | |
661 | $string['table:props_desc'] = 'Table properties'; | |
662 | $string['table:row'] = 'Row'; | |
663 | $string['table:row_after_desc'] = 'Insert row after'; | |
664 | $string['table:row_before_desc'] = 'Insert row before'; | |
665 | $string['table:row_desc'] = 'Table row properties'; | |
666 | $string['table:rowprops_delta_height'] = ''; | |
667 | $string['table:rowprops_delta_width'] = ''; | |
668 | $string['table:split_cells_desc'] = 'Split merged table cells'; | |
669 | $string['table:table_delta_height'] = ''; | |
670 | $string['table:table_delta_width'] = ''; | |
6eca5390 | 671 | $string['table_dlg:advanced_props'] = 'Advanced properties'; |
672 | $string['table_dlg:advanced_tab'] = 'Advanced'; | |
673 | $string['table_dlg:align'] = 'Alignment'; | |
674 | $string['table_dlg:align_bottom'] = 'Bottom'; | |
675 | $string['table_dlg:align_default'] = 'Default'; | |
676 | $string['table_dlg:align_left'] = 'Left'; | |
677 | $string['table_dlg:align_middle'] = 'Center'; | |
678 | $string['table_dlg:align_right'] = 'Right'; | |
679 | $string['table_dlg:align_top'] = 'Top'; | |
680 | $string['table_dlg:bgcolor'] = 'Background color'; | |
681 | $string['table_dlg:bgimage'] = 'Background image'; | |
682 | $string['table_dlg:border'] = 'Border'; | |
683 | $string['table_dlg:bordercolor'] = 'Border color'; | |
684 | $string['table_dlg:caption'] = 'Table caption'; | |
685 | $string['table_dlg:cell_all'] = 'Update all cells in table'; | |
686 | $string['table_dlg:cell_cell'] = 'Update current cell'; | |
687 | $string['table_dlg:cell_limit'] = 'You\'ve exceeded the maximum number of cells of {$cells}.'; | |
688 | $string['table_dlg:cell_row'] = 'Update all cells in row'; | |
689 | $string['table_dlg:cell_title'] = 'Table cell properties'; | |
690 | $string['table_dlg:cell_type'] = 'Cell type'; | |
34a30b5c PS |
691 | $string['table_dlg:cellpadding'] = 'Cellpadding'; |
692 | $string['table_dlg:cellspacing'] = 'Cellspacing'; | |
30c8dd34 | 693 | $string['table_dlg:col_limit'] = 'You\'ve exceeded the maximum number of columns of {$cols}.'; |
34a30b5c | 694 | $string['table_dlg:colgroup'] = 'Col Group'; |
6eca5390 | 695 | $string['table_dlg:cols'] = 'Cols'; |
696 | $string['table_dlg:frame'] = 'Frame'; | |
697 | $string['table_dlg:frame_all'] = 'all'; | |
698 | $string['table_dlg:frame_cols'] = 'cols'; | |
699 | $string['table_dlg:frame_groups'] = 'groups'; | |
700 | $string['table_dlg:frame_none'] = 'none'; | |
701 | $string['table_dlg:frame_rows'] = 'rows'; | |
702 | $string['table_dlg:general_props'] = 'General properties'; | |
703 | $string['table_dlg:general_tab'] = 'General'; | |
704 | $string['table_dlg:height'] = 'Height'; | |
705 | $string['table_dlg:id'] = 'Id'; | |
706 | $string['table_dlg:langcode'] = 'Language code'; | |
707 | $string['table_dlg:langdir'] = 'Language direction'; | |
708 | $string['table_dlg:ltr'] = 'Left to right'; | |
709 | $string['table_dlg:merge_cells_title'] = 'Merge table cells'; | |
710 | $string['table_dlg:mime'] = 'Target MIME type'; | |
711 | $string['table_dlg:missing_scope'] = 'Are you sure you want to continue without specifying a scope for this table header cell. Without it, it may be difficult for some users with disabilities to understand the content or data displayed of the table.'; | |
712 | $string['table_dlg:row_all'] = 'Update all rows in table'; | |
713 | $string['table_dlg:row_even'] = 'Update even rows in table'; | |
714 | $string['table_dlg:row_limit'] = 'You\'ve exceeded the maximum number of rows of {$rows}.'; | |
715 | $string['table_dlg:row_odd'] = 'Update odd rows in table'; | |
716 | $string['table_dlg:row_row'] = 'Update current row'; | |
30c8dd34 | 717 | $string['table_dlg:row_title'] = 'Table row properties'; |
34a30b5c PS |
718 | $string['table_dlg:rowgroup'] = 'Row Group'; |
719 | $string['table_dlg:rows'] = 'Rows'; | |
6eca5390 | 720 | $string['table_dlg:rowtype'] = 'Row in table part'; |
721 | $string['table_dlg:rtl'] = 'Right to left'; | |
722 | $string['table_dlg:rules'] = 'Rules'; | |
723 | $string['table_dlg:rules_above'] = 'above'; | |
724 | $string['table_dlg:rules_below'] = 'below'; | |
725 | $string['table_dlg:rules_border'] = 'border'; | |
726 | $string['table_dlg:rules_box'] = 'box'; | |
727 | $string['table_dlg:rules_hsides'] = 'hsides'; | |
728 | $string['table_dlg:rules_lhs'] = 'lhs'; | |
729 | $string['table_dlg:rules_rhs'] = 'rhs'; | |
730 | $string['table_dlg:rules_void'] = 'void'; | |
731 | $string['table_dlg:rules_vsides'] = 'vsides'; | |
732 | $string['table_dlg:scope'] = 'Scope'; | |
733 | $string['table_dlg:style'] = 'Style'; | |
734 | $string['table_dlg:summary'] = 'Summary'; | |
735 | $string['table_dlg:tbody'] = 'Table Body'; | |
736 | $string['table_dlg:td'] = 'Data'; | |
737 | $string['table_dlg:tfoot'] = 'Table Foot'; | |
738 | $string['table_dlg:th'] = 'Header'; | |
739 | $string['table_dlg:thead'] = 'Table Head'; | |
740 | $string['table_dlg:title'] = 'Insert/Modify table'; | |
741 | $string['table_dlg:valign'] = 'Vertical alignment'; | |
742 | $string['table_dlg:width'] = 'Width'; | |
f3920b67 | 743 | $string['template:desc'] = 'Insert predefined template content'; |
30c8dd34 | 744 | $string['template_dlg:cdate_format'] = '%Y-%m-%d %H:%M:%S'; |
6eca5390 | 745 | $string['template_dlg:day_long'] = 'Sunday,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday,Sunday'; |
746 | $string['template_dlg:day_short'] = 'Sun,Mon,Tue,Wed,Thu,Fri,Sat,Sun'; | |
f3920b67 | 747 | $string['template_dlg:desc'] = 'Insert predefined template content'; |
6eca5390 | 748 | $string['template_dlg:desc_label'] = 'Description'; |
749 | $string['template_dlg:label'] = 'Template'; | |
30c8dd34 | 750 | $string['template_dlg:mdate_format'] = '%Y-%m-%d %H:%M:%S'; |
f3920b67 | 751 | $string['template_dlg:months_long'] = 'January,February,March,April,May,June,July,August,September,October,November,December'; |
752 | $string['template_dlg:months_short'] = 'Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec'; | |
6eca5390 | 753 | $string['template_dlg:preview'] = 'Preview'; |
754 | $string['template_dlg:select'] = 'Select a template'; | |
755 | $string['template_dlg:title'] = 'Templates'; | |
756 | $string['template_dlg:warning'] = 'Warning: Updating a template with a different one may cause data loss.'; | |
f3920b67 | 757 | $string['visualchars:desc'] = 'Visual control characters on/off.'; |
6eca5390 | 758 | $string['xhtmlxtras:abbr_delta_height'] = ''; |
759 | $string['xhtmlxtras:abbr_delta_width'] = ''; | |
760 | $string['xhtmlxtras:abbr_desc'] = 'Abbreviation'; | |
761 | $string['xhtmlxtras:acronym_delta_height'] = ''; | |
762 | $string['xhtmlxtras:acronym_delta_width'] = ''; | |
763 | $string['xhtmlxtras:acronym_desc'] = 'Acronym'; | |
764 | $string['xhtmlxtras:attribs_delta_height'] = ''; | |
765 | $string['xhtmlxtras:attribs_delta_width'] = ''; | |
766 | $string['xhtmlxtras:attribs_desc'] = 'Insert/Edit Attributes'; | |
767 | $string['xhtmlxtras:cite_delta_height'] = ''; | |
768 | $string['xhtmlxtras:cite_delta_width'] = ''; | |
769 | $string['xhtmlxtras:cite_desc'] = 'Citation'; | |
770 | $string['xhtmlxtras:del_delta_height'] = ''; | |
771 | $string['xhtmlxtras:del_delta_width'] = ''; | |
772 | $string['xhtmlxtras:del_desc'] = 'Deletion'; | |
34a30b5c PS |
773 | $string['xhtmlxtras:ins_delta_height'] = ''; |
774 | $string['xhtmlxtras:ins_delta_width'] = ''; | |
775 | $string['xhtmlxtras:ins_desc'] = 'Insertion'; | |
30c8dd34 | 776 | $string['xhtmlxtras_dlg:attrib_tab'] = 'Attributes'; |
34a30b5c | 777 | $string['xhtmlxtras_dlg:attribs_title'] = 'Insert/Edit Attributes'; |
6eca5390 | 778 | $string['xhtmlxtras_dlg:attribute_attrib_tab'] = 'Attributes'; |
779 | $string['xhtmlxtras_dlg:attribute_events_tab'] = 'Events'; | |
780 | $string['xhtmlxtras_dlg:attribute_label_accesskey'] = 'AccessKey'; | |
781 | $string['xhtmlxtras_dlg:attribute_label_cite'] = 'Cite'; | |
782 | $string['xhtmlxtras_dlg:attribute_label_class'] = 'Class'; | |
783 | $string['xhtmlxtras_dlg:attribute_label_datetime'] = 'Date/Time'; | |
784 | $string['xhtmlxtras_dlg:attribute_label_id'] = 'ID'; | |
785 | $string['xhtmlxtras_dlg:attribute_label_langcode'] = 'Language'; | |
786 | $string['xhtmlxtras_dlg:attribute_label_langdir'] = 'Text Direction'; | |
787 | $string['xhtmlxtras_dlg:attribute_label_style'] = 'Style'; | |
788 | $string['xhtmlxtras_dlg:attribute_label_tabindex'] = 'TabIndex'; | |
789 | $string['xhtmlxtras_dlg:attribute_label_title'] = 'Title'; | |
790 | $string['xhtmlxtras_dlg:attribute_option_ltr'] = 'Left to right'; | |
791 | $string['xhtmlxtras_dlg:attribute_option_rtl'] = 'Right to left'; | |
792 | $string['xhtmlxtras_dlg:events_tab'] = 'Events'; | |
793 | $string['xhtmlxtras_dlg:fieldset_attrib_tab'] = 'Element Attributes'; | |
794 | $string['xhtmlxtras_dlg:fieldset_events_tab'] = 'Element Events'; | |
795 | $string['xhtmlxtras_dlg:fieldset_general_tab'] = 'General Settings'; | |
796 | $string['xhtmlxtras_dlg:general_tab'] = 'General'; | |
797 | $string['xhtmlxtras_dlg:insert_date'] = 'Insert current date/time'; | |
798 | $string['xhtmlxtras_dlg:option_ltr'] = 'Left to right'; | |
799 | $string['xhtmlxtras_dlg:option_rtl'] = 'Right to left'; | |
800 | $string['xhtmlxtras_dlg:remove'] = 'Remove'; | |
801 | $string['xhtmlxtras_dlg:title_abbr_element'] = 'Abbreviation Element'; | |
802 | $string['xhtmlxtras_dlg:title_acronym_element'] = 'Acronym Element'; | |
803 | $string['xhtmlxtras_dlg:title_cite_element'] = 'Citation Element'; | |
804 | $string['xhtmlxtras_dlg:title_del_element'] = 'Deletion Element'; | |
805 | $string['xhtmlxtras_dlg:title_ins_element'] = 'Insertion Element'; | |
34a30b5c | 806 |