From c012e8913de6be00f76b8cc342e373e183518112 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Sat, 15 Apr 2006 20:09:41 +0000 Subject: [PATCH] upgrading tinymce to 2.0.5.1 --- .../docs/option_accessibility_focus.html | 38 ++++++ .../docs/option_custom_shortcuts.html | 39 ++++++ ...on_custom_undo_redo_restore_selection.html | 38 ++++++ .../docs/option_execcommand_callback.html | 69 +++++++++++ .../docs/option_fix_list_elements.html | 62 ++++++++++ .../docs/option_fix_table_elements.html | 63 ++++++++++ .../docs/option_handle_event_callback.html | 46 +++++++ .../tinymce2/docs/option_onpageload.html | 42 +++++++ www/extras/tinymce2/docs/plugin_fullpage.html | 112 ++++++++++++++++++ .../tinymce2/docs/plugin_spellchecker.html | 64 ++++++++++ .../tinymce2/jscripts/tiny_mce/langs/si.js | 41 +++++++ .../tinymce2/jscripts/tiny_mce/langs/tr.js | 41 +++++++ .../tinymce2/jscripts/tiny_mce/langs/vi.js | 41 +++++++ .../jscripts/tiny_mce/langs/zh_cn_utf8.js | 42 +++++++ .../tiny_mce/plugins/_template/langs/si.js | 8 ++ .../tiny_mce/plugins/_template/langs/tr.js | 6 + .../tiny_mce/plugins/_template/langs/vi.js | 8 ++ .../plugins/_template/langs/zh_cn_utf8.js | 9 ++ .../tiny_mce/plugins/advimage/langs/si.js | 27 +++++ .../tiny_mce/plugins/advimage/langs/tr.js | 27 +++++ .../tiny_mce/plugins/advimage/langs/vi.js | 27 +++++ .../plugins/advimage/langs/zh_cn_utf8.js | 28 +++++ .../tiny_mce/plugins/paste/langs/si.js | 10 ++ .../tiny_mce/plugins/paste/langs/tr.js | 10 ++ .../tiny_mce/plugins/paste/langs/vi.js | 10 ++ .../plugins/paste/langs/zh_cn_utf8.js | 11 ++ .../themes/advanced/images/button_menu.gif | Bin 0 -> 57 bytes .../themes/advanced/images/menu_check.gif | Bin 0 -> 51 bytes .../themes/advanced/images/separator.gif | Bin 0 -> 57 bytes .../tiny_mce/themes/advanced/langs/si.js | 76 ++++++++++++ .../tiny_mce/themes/advanced/langs/tr.js | 76 ++++++++++++ .../tiny_mce/themes/advanced/langs/vi.js | 76 ++++++++++++ .../themes/advanced/langs/zh_cn_utf8.js | 77 ++++++++++++ .../tiny_mce/themes/simple/images/buttons.gif | Bin 0 -> 1054 bytes .../themes/simple/images/separator.gif | Bin 0 -> 57 bytes 35 files changed, 1224 insertions(+) create mode 100644 www/extras/tinymce2/docs/option_accessibility_focus.html create mode 100644 www/extras/tinymce2/docs/option_custom_shortcuts.html create mode 100644 www/extras/tinymce2/docs/option_custom_undo_redo_restore_selection.html create mode 100644 www/extras/tinymce2/docs/option_execcommand_callback.html create mode 100644 www/extras/tinymce2/docs/option_fix_list_elements.html create mode 100644 www/extras/tinymce2/docs/option_fix_table_elements.html create mode 100644 www/extras/tinymce2/docs/option_handle_event_callback.html create mode 100644 www/extras/tinymce2/docs/option_onpageload.html create mode 100644 www/extras/tinymce2/docs/plugin_fullpage.html create mode 100644 www/extras/tinymce2/docs/plugin_spellchecker.html create mode 100644 www/extras/tinymce2/jscripts/tiny_mce/langs/si.js create mode 100644 www/extras/tinymce2/jscripts/tiny_mce/langs/tr.js create mode 100755 www/extras/tinymce2/jscripts/tiny_mce/langs/vi.js create mode 100755 www/extras/tinymce2/jscripts/tiny_mce/langs/zh_cn_utf8.js create mode 100644 www/extras/tinymce2/jscripts/tiny_mce/plugins/_template/langs/si.js create mode 100644 www/extras/tinymce2/jscripts/tiny_mce/plugins/_template/langs/tr.js create mode 100755 www/extras/tinymce2/jscripts/tiny_mce/plugins/_template/langs/vi.js create mode 100755 www/extras/tinymce2/jscripts/tiny_mce/plugins/_template/langs/zh_cn_utf8.js create mode 100644 www/extras/tinymce2/jscripts/tiny_mce/plugins/advimage/langs/si.js create mode 100644 www/extras/tinymce2/jscripts/tiny_mce/plugins/advimage/langs/tr.js create mode 100755 www/extras/tinymce2/jscripts/tiny_mce/plugins/advimage/langs/vi.js create mode 100755 www/extras/tinymce2/jscripts/tiny_mce/plugins/advimage/langs/zh_cn_utf8.js create mode 100644 www/extras/tinymce2/jscripts/tiny_mce/plugins/paste/langs/si.js create mode 100644 www/extras/tinymce2/jscripts/tiny_mce/plugins/paste/langs/tr.js create mode 100755 www/extras/tinymce2/jscripts/tiny_mce/plugins/paste/langs/vi.js create mode 100755 www/extras/tinymce2/jscripts/tiny_mce/plugins/paste/langs/zh_cn_utf8.js create mode 100644 www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/button_menu.gif create mode 100644 www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/menu_check.gif create mode 100644 www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/separator.gif create mode 100644 www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/si.js create mode 100644 www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/tr.js create mode 100755 www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/vi.js create mode 100755 www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/zh_cn_utf8.js create mode 100644 www/extras/tinymce2/jscripts/tiny_mce/themes/simple/images/buttons.gif create mode 100644 www/extras/tinymce2/jscripts/tiny_mce/themes/simple/images/separator.gif diff --git a/www/extras/tinymce2/docs/option_accessibility_focus.html b/www/extras/tinymce2/docs/option_accessibility_focus.html new file mode 100644 index 000000000..460c76392 --- /dev/null +++ b/www/extras/tinymce2/docs/option_accessibility_focus.html @@ -0,0 +1,38 @@ + + + +Option: accessibility_focus + + + + +
+

Option: accessibility_focus

+
+ +
+

+ If this option is set to true some accessibility focus will available to all buttons, you will be able to tab through them all. If you set this option to false, focus will be placed inside the text area when you tab through the interface. +

+ +
+ +

Example of usage of the accessibility_focus option:

+
+
+tinyMCE.init({
+	...
+	accessibility_focus : false
+});
+
+
+
+ + + + + diff --git a/www/extras/tinymce2/docs/option_custom_shortcuts.html b/www/extras/tinymce2/docs/option_custom_shortcuts.html new file mode 100644 index 000000000..248378e8e --- /dev/null +++ b/www/extras/tinymce2/docs/option_custom_shortcuts.html @@ -0,0 +1,39 @@ + + + +Option: custom_shortcuts + + + + +
+

Option: custom_shortcuts

+
+ +
+

+ This option enables you to disable/enable the custom keyboard shortcuts plugins and themes may register. The value of this + option is set to true by default. +

+ +
+ +

Example of usage of the custom_shortcuts option:

+
+
+tinyMCE.init({
+	...
+	custom_shortcuts : false
+});
+
+
+
+ + + + + diff --git a/www/extras/tinymce2/docs/option_custom_undo_redo_restore_selection.html b/www/extras/tinymce2/docs/option_custom_undo_redo_restore_selection.html new file mode 100644 index 000000000..e8e35edc2 --- /dev/null +++ b/www/extras/tinymce2/docs/option_custom_undo_redo_restore_selection.html @@ -0,0 +1,38 @@ + + + +Option: custom_undo_redo_restore_selection + + + + +
+

Option: custom_undo_redo_restore_selection

+
+ +
+

+ This option gives you the possibility to turn on/off the restoration of the cursor/selection when a undo/redo event occurs. This option is enabled by default. +

+ +
+ +

Example of usage of the custom_undo_redo_restore_selection option:

+
+
+tinyMCE.init({
+	...
+	custom_undo_redo_restore_selection : false
+});
+
+
+
+ + + + + diff --git a/www/extras/tinymce2/docs/option_execcommand_callback.html b/www/extras/tinymce2/docs/option_execcommand_callback.html new file mode 100644 index 000000000..3f854cdc1 --- /dev/null +++ b/www/extras/tinymce2/docs/option_execcommand_callback.html @@ -0,0 +1,69 @@ + + + +Option: execcommand_callback + + + + +
+

Option: execcommand_callback

+
+ +
+

+ This option allows you to add a custom callback function for execCommand handling. This enables you to override internal + command functions in TinyMCE. The example below shows how the mceLink and mceImage are overriden. +

+ +
+ +

Example of usage of the execcommand_callback option:

+
+
+function myCustomExecCommandHandler(editor_id, elm, command, user_interface, value) {
+	var linkElm, imageElm, inst;
+
+	switch (command) {
+		case "mceLink":
+			inst = tinyMCE.getInstanceById(editor_id);
+			linkElm = tinyMCE.getParentElement(inst.selection.getFocusElement(), "a");
+
+			if (linkElm)
+				alert("Link dialog has been overriden. Found link href: " + tinyMCE.getAttrib(linkElm, "href"));
+			else
+				alert("Link dialog has been overriden.");
+
+			return true;
+
+		case "mceImage":
+			inst = tinyMCE.getInstanceById(editor_id);
+			imageElm = tinyMCE.getParentElement(inst.selection.getFocusElement(), "img");
+
+			if (imageElm)
+				alert("Image dialog has been overriden. Found image src: " + tinyMCE.getAttrib(imageElm, "src"));
+			else
+				alert("Image dialog has been overriden.");
+
+			return true;
+	}
+
+	return false; // Pass to next handler in chain
+}
+
+tinyMCE.init({
+	...
+	execcommand_callback : "myCustomExecCommandHandler"
+});
+
+
+
+ + + + + diff --git a/www/extras/tinymce2/docs/option_fix_list_elements.html b/www/extras/tinymce2/docs/option_fix_list_elements.html new file mode 100644 index 000000000..d6c494b5d --- /dev/null +++ b/www/extras/tinymce2/docs/option_fix_list_elements.html @@ -0,0 +1,62 @@ + + + +Option: fix_list_elements + + + + +
+

Option: fix_list_elements

+
+ +
+

+ This option enables you to specify that list elements UL/OL is to be converted to valid XHTML. This option is disabled by default.

+

+
+This invalid list:
+<ol>
+	<li>a</li>
+	<ol>
+		<li>b</li>
+		<li>c</li>
+	</ol>
+	<li>e</li>
+</ol>
+
+Gets converted into this valid list:
+<ol>
+	<li>a
+		<ol>
+			<li>b</li>
+			<li>c</li>
+		</ol>
+	</li>
+	<li>e</li>
+</ol>
+
+
+

+ +
+ +

Example of usage of the fix_list_elements option:

+
+
+tinyMCE.init({
+	...
+	fix_list_elements : true
+});
+
+
+
+ + + + + diff --git a/www/extras/tinymce2/docs/option_fix_table_elements.html b/www/extras/tinymce2/docs/option_fix_table_elements.html new file mode 100644 index 000000000..3a511ab11 --- /dev/null +++ b/www/extras/tinymce2/docs/option_fix_table_elements.html @@ -0,0 +1,63 @@ + + + +Option: fix_table_elements + + + + +
+

Option: fix_table_elements

+
+ +
+

+ This option enables you to specify that list table elements should be moved outside paragraphs or other block elements. If you enable this option block elements will be split into two chunks when a table is found within it, see the example below for details. This option is disabled by default.

+

+
+This invalid table:
+<p>
+a
+<table>
+	<tr><td>b</td></tr>
+	<tr><td>c</td></tr>
+</table>
+d
+</p>
+
+Gets converted into this valid XHTML:
+<p>
+a
+</p>
+<table>
+	<tr><td>b</td></tr>
+	<tr><td>c</td></tr>
+</table>
+<p>
+d
+</p>
+
+
+

+ +
+ +

Example of usage of the fix_table_elements option:

+
+
+tinyMCE.init({
+	...
+	fix_table_elements : true
+});
+
+
+
+ + + + + diff --git a/www/extras/tinymce2/docs/option_handle_event_callback.html b/www/extras/tinymce2/docs/option_handle_event_callback.html new file mode 100644 index 000000000..cde71cf4a --- /dev/null +++ b/www/extras/tinymce2/docs/option_handle_event_callback.html @@ -0,0 +1,46 @@ + + + +Option: handle_event_callback + + + + +
+

Option: handle_event_callback

+
+ +
+

+ This option should contain a function name to be executed each time TinyMCE intercepts and handles a event such as keydown, mousedown and so forth. The format of this function is: handleEvent(event), where inst is the editor instance object reference. If the handle event function returns false it will terminate the internal event handling. +

+ +
+ +

Example of usage of the handle_event_callback option:

+
+
+// Remember to enable the possibility to switch status messages in the browser before trying the example below
+
+function myHandleEvent(e) {
+	window.status = "event:" + e.type;
+
+	return true; // Continue handling
+}
+
+tinyMCE.init({
+	...
+	handle_event_callback : "myHandleEvent"
+});
+
+
+
+ + + + + diff --git a/www/extras/tinymce2/docs/option_onpageload.html b/www/extras/tinymce2/docs/option_onpageload.html new file mode 100644 index 000000000..4f3298ae4 --- /dev/null +++ b/www/extras/tinymce2/docs/option_onpageload.html @@ -0,0 +1,42 @@ + + + +Option: onpageload + + + + +
+

Option: onpageload

+
+ +
+

+ This option enables you to specify a function name to be executed when the page is loaded but before the TinyMCE instances are created. +

+ +
+ +

Example of usage of the onpageload option:

+
+
+function myCustomOnPageLoad() {
+	alert("We are nearly ready to rumble!!");
+}
+
+tinyMCE.init({
+	...
+	onpageload : "myCustomOnPageLoad"
+});
+
+
+
+ + + + + diff --git a/www/extras/tinymce2/docs/plugin_fullpage.html b/www/extras/tinymce2/docs/plugin_fullpage.html new file mode 100644 index 000000000..310ebf211 --- /dev/null +++ b/www/extras/tinymce2/docs/plugin_fullpage.html @@ -0,0 +1,112 @@ + + + +Plugin: fullpage + + + + +
+

Plugin: fullpage

+
+ +
+

This plugin adds fullpage editing support. This enables you to edit whole documents with both head and body.

+ +

Installation Instructions

+

+

+

+ +

+

Options

+

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
[fullpage_doctypes]This is a name/value list of possible document types. The value format of this option is name=value,name=value. These document types will be presented in the document type selection list. The default value of this option is: XHTML 1.0 Transitional=<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">,XHTML 1.0 Frameset=<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">,XHTML 1.0 Strict=<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">,XHTML 1.1=<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">">,HTML 4.01 Transitional=<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">,HTML 4.01 Strict=<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">,HTML 4.01 Frameset=<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">.
[fullpage_fonts]This option enables you specify what font family style values that can be added to the body element. The value format of this option is name=value;name=value. The default value of this option is: Arial=arial,helvetica,sans-serif;Courier New=courier new,courier,monospace;Georgia=georgia,times new roman,times,serif;Tahoma=tahoma,arial,helvetica,sans-serif;Times New Roman=times new roman,times,serif;Verdana=verdana,arial,helvetica,sans-serif;Impact=impact;WingDings=wingdings +
[fullpage_fontsizes]This is a comma separated list of possible font sizes for the style attribute of the body element. This option defaults to: 10px,11px,12px,13px,14px,15px,16px.
[fullpage_encodings]This option enables you to specify what the document character encoding sets the user may select from. The default value of this option is: Western european (iso-8859-1)=iso-8859-1,Central European (iso-8859-2)=iso-8859-2,Unicode (UTF-8)=utf-8,Chinese traditional (Big5)=big5,Cyrillic (iso-8859-5)=iso-8859-5,Japanese (iso-2022-jp)=iso-2022-jp,Greek (iso-8859-7)=iso-8859-7,Korean (iso-2022-kr)=iso-2022-kr,ASCII (us-ascii)=us-ascii +
[fullpage_default_doctype]This option enables you to specify the default doctype for the output HTML.
[fullpage_default_encoding]This option enables you to specify the default encoding for the output HTML.
[fullpage_default_title]This option enables you to specify the default title for the output HTML.
[fullpage_default_font_size]This option enables you to specify the default font size for body element.
[fullpage_default_font_family]This option enables you to specify the default font family for body element.
[fullpage_default_text_color]This option enables you to specify the default text color for body element.
[fullpage_default_langcode]This option enables you to specify the default langcode for the output HTML.
[fullpage_default_xml_pi]This option enables you to specify if a XML declaration should be added or not true/false option.
+

+

+

Initialization Example

+

+

+

+
+tinyMCE.init({
+	theme : "advanced",
+	mode : "textareas",
+	plugins : "fullpage",
+	theme_advanced_buttons3_add : "fullpage",
+	fullpage_fontsizes : '13px,14px,15px,18pt,xx-large',
+	fullpage_default_xml_pi : false,
+	fullpage_default_langcode : 'en',
+	fullpage_default_title : "My document title"
+});
+
+

+
+ + + + + diff --git a/www/extras/tinymce2/docs/plugin_spellchecker.html b/www/extras/tinymce2/docs/plugin_spellchecker.html new file mode 100644 index 000000000..8283d79b4 --- /dev/null +++ b/www/extras/tinymce2/docs/plugin_spellchecker.html @@ -0,0 +1,64 @@ + + + +Plugin: spellchecker + + + + +
+

Plugin: spellchecker

+
+ +
+

This plugin adds spellchecker functionality to TinyMCE by providing a new button that performs a AJAX call to a backend PHP page that uses pspell.

+

Installation Instructions

+

+

    +
  1. Download the spellchecker plugin from the TinyMCE website.
  2. +
  3. Copy the spellchecker directory to the plugins directory of TinyMCE (/jscripts/tiny_mce/plugins).
  4. +
  5. Add plugin to TinyMCE plugin option list example: plugins : "spellchecker".
  6. +
  7. Add the button name to button list, example: theme_advanced_buttons3_add : "spellchecker".
  8. +
+

+

Initialization Example

+

+

+
+tinyMCE.init({
+	theme : "advanced",
+	mode : "textareas",
+	plugins : "spellchecker",
+	theme_advanced_buttons3_add : "spellchecker",
+	spellchecker_languages : "+English=en,Swedish=sv",
+	spellchecker_word_separator_chars : "\\s!\"#$%&()*+,-./:;<=>?@[\]ˆ_{|}©«®»\u201d\u201c"
+});
+
+
+

+

+

Options

+

+

+ + + + + + + + + +
[spellchecker_languages]Enables you to specify what languages your pspell installation can handle. The value of this option should be a comma separated name value list in the following format name1=value1,name2=value,name3=value where name is the string to present in the menu and the value is a ISO language code like sv or en. If you add a + character infront of the name it will be the default value for the spellchecker. The default value for this option is: +English=en.
[spellchecker_word_separator_chars]This option enables you to specify the word separator characters. The default value for this option is: \\s!"#$%&()*+,-./:;<=>?@[\]^_{|}\u201d\u201c.
+

+ +
+ + + + + diff --git a/www/extras/tinymce2/jscripts/tiny_mce/langs/si.js b/www/extras/tinymce2/jscripts/tiny_mce/langs/si.js new file mode 100644 index 000000000..8482a1480 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/langs/si.js @@ -0,0 +1,41 @@ +// SI lang variables ISO-8859-2 + +tinyMCE.addToLang('',{ +bold_desc : 'Krepko (Ctrl+B)', +italic_desc : 'Postrani (Ctrl+I)', +underline_desc : 'Podčrtano (Ctrl+U)', +striketrough_desc : 'Prečrtano', +justifyleft_desc : 'Poravnava levo', +justifycenter_desc : 'Sredinska poravnava', +justifyright_desc : 'Poravnava desno', +justifyfull_desc : 'Porazdeli vsebino', +bullist_desc : 'Označevanje', +numlist_desc : 'Oštevilčevanje', +outdent_desc : 'Zmanjšaj zamik', +indent_desc : 'Povečaj zamik', +undo_desc : 'Prekliči zadnjo akcijo (Ctrl+Z)', +redo_desc : 'Ponovi prejšnjo akcijo (Ctrl+Y)', +link_desc : 'Vstavi/uredi hiperpovezavo', +unlink_desc : 'Zbriši hiperpovezavo', +image_desc : 'Vstavi/uredi sliko', +cleanup_desc : 'Počisti umazano kodo', +focus_alert : 'Pred uporabo tega ukaza morate klikniti na urejevalnik.', +edit_confirm : 'Ali želite uporabljati WYSIWYG način za ta urejevalnik?', +insert_link_title : 'Vstavi/uredi hiperpovezavo', +insert : 'Vstavi', +update : 'Posodobi', +cancel : 'Prekliči', +insert_link_url : 'URL naslov', +insert_link_target : 'Tarča', +insert_link_target_same : 'Odpri hiperpovezavo v istem oknu', +insert_link_target_blank : 'Odpri hiperpovezavo v novem oknu', +insert_image_title : 'Vstavi/uredi sliko', +insert_image_src : 'URL naslov slike', +insert_image_alt : 'Opis slike', +help_desc : 'Pomoč', +bold_img : "bold.gif", +italic_img : "italic.gif", +underline_img : "underline.gif", +clipboard_msg : 'Kopiraj/Izreži/Prilepi ni na voljo v brskalnikih Mozilla in Firefox.\nAli želite več informacij glede tega?', +popup_blocked : 'Odpiranje novega okna je bilo blokirano. Če želite uporabljati vsa orodja, morate izklopiti blokiranje novih oken na tej strani.' +}); diff --git a/www/extras/tinymce2/jscripts/tiny_mce/langs/tr.js b/www/extras/tinymce2/jscripts/tiny_mce/langs/tr.js new file mode 100644 index 000000000..e45b58600 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/langs/tr.js @@ -0,0 +1,41 @@ +// TR lang variables + +tinyMCE.addToLang('',{ +bold_desc : 'Kaln (Ctrl+B)', +italic_desc : 'talik (Ctrl+I)', +underline_desc : 'Alt izgili (Ctrl+U)', +striketrough_desc : 'st izgili', +justifyleft_desc : 'Sola dayal', +justifycenter_desc : 'Ortalanm', +justifyright_desc : 'Saa dayal', +justifyfull_desc : 'ki kenara yaslanm', +bullist_desc : 'Srasz liste', +numlist_desc : 'Sral liste', +outdent_desc : 'Girintiyi azalt', +indent_desc : 'Girintiyi arttr', +undo_desc : 'Geri al (Ctrl+Z)', +redo_desc : 'Yeniden yap (Ctrl+Y)', +link_desc : 'Link ekle/dzenle', +unlink_desc : 'Linki kaldr', +image_desc : 'Resim ekle/dzenle', +cleanup_desc : 'Dank kodu dzenle', +focus_alert : 'Bu komutu kullanmadan nce editr seilmeli(aktif olmal).', +edit_confirm : 'Bu text alan iin WYSIWYG modu kullanmak ister misiniz?', +insert_link_title : 'Link ekle/dzenle', +insert : 'Ekle', +update : 'Gncelle', +cancel : 'ptal', +insert_link_url : 'Link adresi giriniz', +insert_link_target : 'Hedef adres', +insert_link_target_same : 'Linki ayn sayfada a', +insert_link_target_blank : 'Linki yeni sayfada a', +insert_image_title : 'Resim ekle/dzenle', +insert_image_src : 'Resim adresi', +insert_image_alt : 'Resim aklamas', +help_desc : 'Yardm', +bold_img : "bold.gif", +italic_img : "italic.gif", +underline_img : "underline.gif", +clipboard_msg : 'Mozilla ve Firefox tarayclarnda kopyala/kes/yaptr komutlarn kullanamassnz.\n Bu konu hakknda daha fazla bilgi edinmek ister misiniz?', +popup_blocked : 'Popup engelleyiciniz programn almasn nlemektedir, bu zellikten yararlanabilmeniz iin popup engelleyicinizi kapatmanz gerekiyor.' +}); \ No newline at end of file diff --git a/www/extras/tinymce2/jscripts/tiny_mce/langs/vi.js b/www/extras/tinymce2/jscripts/tiny_mce/langs/vi.js new file mode 100755 index 000000000..9f6496e5a --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/langs/vi.js @@ -0,0 +1,41 @@ +// Vietnamese lang variables - Đỗ Xuân Tiến - tiendx2002@yahoo.com Việt hóa + +tinyMCE.addToLang('',{ +bold_desc : 'Đậm (Ctrl+B)', +italic_desc : 'Nghiêng (Ctrl+I)', +underline_desc : 'Gạch chân (Ctrl+U)', +striketrough_desc : 'Gạch ngang', +justifyleft_desc : 'Căn lề trái', +justifycenter_desc : 'Căn lề giữa', +justifyright_desc : 'Căn lề phải', +justifyfull_desc : 'Căn lề đều hai bên', +bullist_desc : 'Danh sách không sắp xếp thứ tự', +numlist_desc : 'Danh sách có sắp xếp thứ tự', +outdent_desc : 'Nhô ra', +indent_desc : 'Thụt vào', +undo_desc : 'Quay lại một thao tác (Ctrl+Z)', +redo_desc : 'Thực hiện lại một thao tác (Ctrl+Y)', +link_desc : 'Thêm/sửa liên kết', +unlink_desc : 'Hủy liên kết', +image_desc : 'Thêm/sửa ảnh', +cleanup_desc : 'Xóa sạch các mã lộn xộn', +focus_alert : 'Cần nhấn chuột vào bên trong ô nhập trước khi sử dụng lệnh này.', +edit_confirm : 'Bạn có muốn dùng chế độ WYSIWYG (thấy gì có nấy) cho ô nhập này?', +insert_link_title : 'Thêm/sửa liên kết', +insert : 'Thêm', +update : 'Cập nhật', +cancel : 'Hủy bỏ', +insert_link_url : 'Địa chỉ liên kết', +insert_link_target : 'Mục tiêu', +insert_link_target_same : 'Mở liên kết trong cùng cửa sổ', +insert_link_target_blank : 'Mở liên kết trong cửa sổ mới', +insert_image_title : 'Thêm/sửa ảnh', +insert_image_src : 'Địa chỉ ảnh', +insert_image_alt : 'Mô tả ảnh', +help_desc : 'Trợ giúp', +bold_img : "bold.gif", +italic_img : "italic.gif", +underline_img : "underline.gif", +clipboard_msg : 'Trên Mozilla và Firefox không sử dụng được các thao tác Sao chép/Cắt/Dán. \nBạn cần thêm thông tin về điều này?', +popup_blocked : 'Xin lỗi, nhưng chúng tôi thấy bộ khóa các cửa sổ bật ra (popup-blocker) của bạn đã khóa một cửa sổ cung cấp chức năng ứng dụng. Bạn cần tắt chế độ khóa cửa sổ bật ra cho trang web này để sử dụng hết các chức năng của công cụ này.' +}); diff --git a/www/extras/tinymce2/jscripts/tiny_mce/langs/zh_cn_utf8.js b/www/extras/tinymce2/jscripts/tiny_mce/langs/zh_cn_utf8.js new file mode 100755 index 000000000..786611253 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/langs/zh_cn_utf8.js @@ -0,0 +1,42 @@ +// Simplified Chinese lang variables contributed by TinyMCE_China_Team ( tinymce_china {AT} yahoogroups {DOT} com ). +// visit our homepage at: http://www.cube316.net/tinymce/ for more information. + +tinyMCE.addToLang('',{ +bold_desc : '黑体 (Ctrl+B)', +italic_desc : '斜体 (Ctrl+I)', +underline_desc : '下划线 (Ctrl+U)', +striketrough_desc : '删除线', +justifyleft_desc : '左对齐', +justifycenter_desc : '居中对齐', +justifyright_desc : '右对齐', +justifyfull_desc : '两端对齐', +bullist_desc : '无序列表', +numlist_desc : '有序列表', +outdent_desc : '减少缩进', +indent_desc : '增加缩进', +undo_desc : '撤消 (Ctrl+Z)', +redo_desc : '重做 (Ctrl+Y)', +link_desc : '插入/编辑 链接', +unlink_desc : '删除链接', +image_desc : '插入/编辑 图像', +cleanup_desc : '删除冗余代码', +focus_alert : '请先选择编辑区', +edit_confirm : '您想在编辑区域上使用所见即所得编辑器么?', +insert_link_title : '插入/编辑 链接', +insert : '插入', +update : '更新', +cancel : '取消', +insert_link_url : '链接地址', +insert_link_target : '链接目标', +insert_link_target_same : '在同一窗口中打开链接', +insert_link_target_blank : '在新窗口中打开链接', +insert_image_title : '插入/编辑 图像', +insert_image_src : '图像地址', +insert_image_alt : '图像描述', +help_desc : '帮助', +bold_img : "bold.gif", +italic_img : "italic.gif", +underline_img : "underline.gif", +clipboard_msg : '剪切/复制/粘贴功能在 Mozilla 和 Firefox 浏览器中不支持。您希望获得更多的信息吗?', +popup_blocked : '对不起, 您的浏览器禁止了弹出式窗口。为了让您使用到最完善的功能,请对本网站的弹出式窗口解除禁止。' +}); diff --git a/www/extras/tinymce2/jscripts/tiny_mce/plugins/_template/langs/si.js b/www/extras/tinymce2/jscripts/tiny_mce/plugins/_template/langs/si.js new file mode 100644 index 000000000..747b65f77 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/plugins/_template/langs/si.js @@ -0,0 +1,8 @@ +// SI lang variables ISO-8859-2 + +/* Remember to namespace the language parameters lang__ */ + +tinyMCE.addToLang('',{ +template_title : 'To je samo primer popup okna', +template_desc : 'To je samo primer gumba' +}); diff --git a/www/extras/tinymce2/jscripts/tiny_mce/plugins/_template/langs/tr.js b/www/extras/tinymce2/jscripts/tiny_mce/plugins/_template/langs/tr.js new file mode 100644 index 000000000..64a2338cc --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/plugins/_template/langs/tr.js @@ -0,0 +1,6 @@ +// TR lang variables + +tinyMCE.addToLang('',{ +template_title : 'Bu sadece bir ablon popup penceresidir', +template_desc : 'Bu sadece bir ablon butonudur' +}); diff --git a/www/extras/tinymce2/jscripts/tiny_mce/plugins/_template/langs/vi.js b/www/extras/tinymce2/jscripts/tiny_mce/plugins/_template/langs/vi.js new file mode 100755 index 000000000..8cad79472 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/plugins/_template/langs/vi.js @@ -0,0 +1,8 @@ +// Vietnamese lang variables - Đỗ Xuân Tiến - tiendx2002@yahoo.com Việt hóa + +/* Remember to namespace the language parameters lang__ */ + +tinyMCE.addToLang('',{ +template_title : 'Đây chỉ là một cửa sổ bật ra cho mẫu', +template_desc : 'Đây chỉ là một nút cho mẫu' +}); diff --git a/www/extras/tinymce2/jscripts/tiny_mce/plugins/_template/langs/zh_cn_utf8.js b/www/extras/tinymce2/jscripts/tiny_mce/plugins/_template/langs/zh_cn_utf8.js new file mode 100755 index 000000000..4f75efb5c --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/plugins/_template/langs/zh_cn_utf8.js @@ -0,0 +1,9 @@ +// Simplified Chinese lang variables contributed by TinyMCE_China_Team ( tinymce_china {AT} yahoogroups {DOT} com ). +// visit our homepage at: http://www.cube316.net/tinymce/ for more information. + +/* Remember to namespace the language parameters _ */ + +tinyMCE.addToLang('',{ +template_title : '这是一个模板弹出窗口', +template_desc : '这是一个模板按钮' +}); diff --git a/www/extras/tinymce2/jscripts/tiny_mce/plugins/advimage/langs/si.js b/www/extras/tinymce2/jscripts/tiny_mce/plugins/advimage/langs/si.js new file mode 100644 index 000000000..5cb35e773 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/plugins/advimage/langs/si.js @@ -0,0 +1,27 @@ +// SI lang variables ISO-8859-2 + +tinyMCE.addToLang('advimage',{ +tab_general : 'Splošno', +tab_appearance : 'Izgled', +tab_advanced : 'Napredno', +general : 'Splošno', +title : 'Naslov', +preview : 'Predogled', +constrain_proportions : 'Zakleni razmerje', +langdir : 'Smer jezika', +langcode : 'Koda jezika', +long_desc : 'Povezava do podrobnega opisa', +style : 'Stil', +classes : 'Razredi', +ltr : 'Od leve proti desni', +rtl : 'Od desne proti levi', +id : 'Id', +image_map : 'Ime zemljevida', +swap_image : 'Zamenjava slike', +alt_image : 'Alternativna slika', +mouseover : 'ko gre miš čez sliko', +mouseout : 'ko gre miš s slike', +misc : 'Razno', +example_img : 'Slika za predogled', +missing_alt : 'Ali ste prepričani, da želite nadaljevati brez vnosa za opis slike? Brez njega bo slika mogoče nedosegljiva za uporabnike s posebnimi potrebami ali uporabnike s tekstovnimi brskalniki.' +}); diff --git a/www/extras/tinymce2/jscripts/tiny_mce/plugins/advimage/langs/tr.js b/www/extras/tinymce2/jscripts/tiny_mce/plugins/advimage/langs/tr.js new file mode 100644 index 000000000..6ead325f5 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/plugins/advimage/langs/tr.js @@ -0,0 +1,27 @@ +// TR lang variables + +tinyMCE.addToLang('advimage',{ +tab_general : 'Genel', +tab_appearance : 'Grn', +tab_advanced : 'Gelimi', +general : 'Genel', +title : 'Balk', +preview : 'nizleme', +constrain_proportions : 'Boyutlar kilitle', +langdir : 'Dil ynetimi', +langcode : 'Dil kodu', +long_desc : 'Uzun aklama linki', +style : 'Stil', +classes : 'Snflar', +ltr : 'Soldan saa', +rtl : 'Sadan sola', +id : 'Id', +image_map : 'Resim haritas(image map)', +swap_image : 'Resmi deitir', +alt_image : 'Alternatif resim', +mouseover : 'Mouse over iin', +mouseout : 'Mouse out iin', +misc : 'eitli/Dier', +example_img : 'Grnm nizleme resim', +missing_alt : 'Resim aklamas olmadan devam etmek istediinize emin misiniz?' +}); \ No newline at end of file diff --git a/www/extras/tinymce2/jscripts/tiny_mce/plugins/advimage/langs/vi.js b/www/extras/tinymce2/jscripts/tiny_mce/plugins/advimage/langs/vi.js new file mode 100755 index 000000000..0c259733f --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/plugins/advimage/langs/vi.js @@ -0,0 +1,27 @@ +// Vietnamese lang variables - Đỗ Xuân Tiến - tiendx2002@yahoo.com Việt hóa + +tinyMCE.addToLang('advimage',{ +tab_general : 'Chung', +tab_appearance : 'Xuất hiện', +tab_advanced : 'Nâng cao', +general : 'Chung', +title : 'Tiêu đề', +preview : 'Xem trước', +constrain_proportions : 'Ràng buộc kích thước', +langdir : 'Hướng ngôn ngữ', +langcode : 'Bộ mã ngôn ngữ', +long_desc : 'Mô tả đầy đủ', +style : 'Kiểu', +classes : 'Lớp', +ltr : 'Trái sang phải', +rtl : 'Phải sang trái', +id : 'Id', +image_map : 'Bản đồ ảnh', +swap_image : 'Thay đổi ảnh', +alt_image : 'Ảnh thay thế', +mouseover : 'khi di chuột vào', +mouseout : 'khi di chuột ra ngoài', +misc : 'Linh tinh', +example_img : 'Ảnh xem trước', +missing_alt : 'Bạn có chắc bạn muốn tiếp tục mà không cần nhập vào mô tả ảnh? Không có mô tả sẽ hạn chế khả năng truy cập của những người sử dụng khuyết tật, hoặc những người sử dụng trình duyệt văn bản, hoặc xem trang này khi đã tắt chế độ hiển thị ảnh.' +}); diff --git a/www/extras/tinymce2/jscripts/tiny_mce/plugins/advimage/langs/zh_cn_utf8.js b/www/extras/tinymce2/jscripts/tiny_mce/plugins/advimage/langs/zh_cn_utf8.js new file mode 100755 index 000000000..f835bc0ae --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/plugins/advimage/langs/zh_cn_utf8.js @@ -0,0 +1,28 @@ +// Simplified Chinese lang variables contributed by TinyMCE_China_Team ( tinymce_china {AT} yahoogroups {DOT} com ). +// visit our homepage at: http://www.cube316.net/tinymce/ for more information. + +tinyMCE.addToLang('advimage',{ +tab_general : '一般', +tab_appearance : '显示', +tab_advanced : '高级', +general : '一般', +title : '标题', +preview : '预览', +constrain_proportions : '约束属性', +langdir : '书写方向', +langcode : '语言编码', +long_desc : '长描述链接', +style : '风格', +classes : '类', +ltr : '从左至右', +rtl : '从右至左', +id : '表识', +image_map : '图片对应', +swap_image : '调换图片', +alt_image : '候选图片', +mouseover : '鼠标在上面时', +mouseout : '鼠标离开时', +misc : '杂项', +example_img : '显示 预览 图片', +missing_alt : '您确认要在没有图片说明的情况下继续吗? 这样其他关闭图片浏览的用户将无法注意到你在这里有图片。' +}); diff --git a/www/extras/tinymce2/jscripts/tiny_mce/plugins/paste/langs/si.js b/www/extras/tinymce2/jscripts/tiny_mce/plugins/paste/langs/si.js new file mode 100644 index 000000000..60d54245c --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/plugins/paste/langs/si.js @@ -0,0 +1,10 @@ +// SI lang variables ISO-8859-2 + +tinyMCE.addToLang('',{ +paste_text_desc : 'Prilepi kot navadno besedilo', +paste_text_title : 'Uporabite CTRL+V na vaši tipkovnici, da prilepite besedilo v okno.', +paste_text_linebreaks : 'Obdrži prelome vrstic', +paste_word_desc : 'Prilepi iz Word-a', +paste_word_title : 'Uporabite CTRL+V na vaši tipkovnici, da prilepite besedilo v okno.', +selectall_desc : 'Označi vse' +}); diff --git a/www/extras/tinymce2/jscripts/tiny_mce/plugins/paste/langs/tr.js b/www/extras/tinymce2/jscripts/tiny_mce/plugins/paste/langs/tr.js new file mode 100644 index 000000000..2e880a5bc --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/plugins/paste/langs/tr.js @@ -0,0 +1,10 @@ +// Tr lang variables + +tinyMCE.addToLang('',{ +paste_text_desc : 'Dz metin olarak yaptr', +paste_text_title : 'Yaptrmak iin klavyenizden CTRL+V kullann.', +paste_text_linebreaks : 'Satr sonlarn koru', +paste_word_desc : 'Word\'den yaptr', +paste_word_title : 'Yaptrmak iin klavyenizden CTRL+V kullann.', +selectall_desc : 'Tmn se' +}); diff --git a/www/extras/tinymce2/jscripts/tiny_mce/plugins/paste/langs/vi.js b/www/extras/tinymce2/jscripts/tiny_mce/plugins/paste/langs/vi.js new file mode 100755 index 000000000..0c67387f4 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/plugins/paste/langs/vi.js @@ -0,0 +1,10 @@ +// Vietnamese lang variables - Đỗ Xuân Tiến - tiendx2002@yahoo.com Việt hóa + +tinyMCE.addToLang('',{ +paste_text_desc : 'Dán như văn bản đơn giản', +paste_text_title : 'Sử dụng tổ hợp phím CTRL+V để dán văn bản vào cửa sổ.', +paste_text_linebreaks : 'Giữ các ký tự xuống dòng', +paste_word_desc : 'Dán từ Word', +paste_word_title : 'Sử dụng tổ hợp phím CTRL+V để dán văn bản vào cửa sổ.', +selectall_desc : 'Chọn toàn bộ' +}); diff --git a/www/extras/tinymce2/jscripts/tiny_mce/plugins/paste/langs/zh_cn_utf8.js b/www/extras/tinymce2/jscripts/tiny_mce/plugins/paste/langs/zh_cn_utf8.js new file mode 100755 index 000000000..64368c326 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/plugins/paste/langs/zh_cn_utf8.js @@ -0,0 +1,11 @@ +// Simplified Chinese lang variables contributed by TinyMCE_China_Team ( tinymce_china {AT} yahoogroups {DOT} com ). +// visit our homepage at: http://www.cube316.net/tinymce/ for more information. + +tinyMCE.addToLang('',{ +paste_text_desc : '作为纯文本粘贴', +paste_text_title : '使用快捷键 CTRL+V 将文本本粘贴到以下窗口中', +paste_text_linebreaks : '保留换行符', +paste_word_desc : '从Word粘贴', +paste_word_title : '使用快捷键 CTRL+V 将文本粘贴到以下窗口', +selectall_desc : '全选' +}); diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/button_menu.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/button_menu.gif new file mode 100644 index 0000000000000000000000000000000000000000..c3d8fa23117f9a5630277071a6e07cd04264173f GIT binary patch literal 57 zcmZ?wbhEHbjEB<5wG8q|kKzxu41Cu~c|H{*E`Gsc$hp{fYx2K(n G!5RQ}Dh{In literal 0 HcmV?d00001 diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/menu_check.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/menu_check.gif new file mode 100644 index 0000000000000000000000000000000000000000..50d6afd50536aa9b942ae24012a4073c250753b4 GIT binary patch literal 51 zcmZ?wbhEHbWM^PwXkcUjg8%>jEB<5wG8q|kKzxu40~1#dfBJzLcf(v(F)&yI02q@C APXGV_ literal 0 HcmV?d00001 diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/separator.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/images/separator.gif new file mode 100644 index 0000000000000000000000000000000000000000..4f39b809e98103422a7a8815d9e0ff23123034b5 GIT binary patch literal 57 zcmZ?wbhEHbWMU9un8?J?(9rN73>X*~6o0ZXGB7YP=m6P3N(4x7O<|q5`t188u7e^B F)&TE55J&(3 literal 0 HcmV?d00001 diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/si.js b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/si.js new file mode 100644 index 000000000..6daa6f51b --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/si.js @@ -0,0 +1,76 @@ +// SI lang variables ISO-8859-2 + +tinyMCE.addToLang('',{ +theme_style_select : '-- Stili --', +theme_code_desc : 'Uredi HTML kodo', +theme_code_title : 'Urejevalnik HTML kode', +theme_code_wordwrap : 'Odreži vrstice', +theme_sub_desc : 'Podpisano', +theme_sup_desc : 'Nadpisano', +theme_hr_desc : 'Vstavi vodoravno črto', +theme_removeformat_desc : 'Odstrani oblikovanje', +theme_custom1_desc : 'Vaš opis', +insert_image_border : 'Okvir', +insert_image_dimensions : 'Dimenzije', +insert_image_vspace : 'Vertikalni razmak', +insert_image_hspace : 'Horizontalni razmak', +insert_image_align : 'Poravnava', +insert_image_align_default : '-- Brez --', +insert_image_align_baseline : 'Ob osnovni črti', +insert_image_align_top : 'Na vrh', +insert_image_align_middle : 'Na sredo', +insert_image_align_bottom : 'Na dno', +insert_image_align_texttop : 'Na vrh besedila', +insert_image_align_absmiddle : 'Absolutna sredina', +insert_image_align_absbottom : 'Absolutno dno', +insert_image_align_left : 'Levo', +insert_image_align_right : 'Desno', +theme_font_size : '-- Velikost pisave --', +theme_fontdefault : '-- Pisava --', +theme_block : '-- Format --', +theme_paragraph : 'Odstavek', +theme_div : 'Div', +theme_address : 'Naslov', +theme_pre : 'Oblikovano besedilo', +theme_h1 : 'Naslov 1', +theme_h2 : 'Naslov 2', +theme_h3 : 'Naslov 3', +theme_h4 : 'Naslov 4', +theme_h5 : 'Naslov 5', +theme_h6 : 'Naslov 6', +theme_colorpicker_title : 'Izberite barvo', +theme_colorpicker_apply : 'Uporabi', +theme_forecolor_desc : 'Izberite barvo pisave', +theme_backcolor_desc : 'Izberite barvo ozadja', +theme_charmap_title : 'Izberite poseben znak', +theme_charmap_desc : 'Vstavi poseben znak', +theme_visualaid_desc : 'Prikaži/skrij skrite elemente', +insert_anchor_title : 'Vstavi/uredi povezavo', +insert_anchor_name : 'Ime povezave', +theme_anchor_desc : 'Vstavi/uredi povezavo', +theme_insert_link_titlefield : 'Naslov', +theme_clipboard_msg : 'Kopiraj/Izreži/Prilepi ni na voljo v brskalnikih Mozilla in Firefox.\nAli želite več informacij glede tega?', +theme_path : 'Pot', +cut_desc : 'Izreži', +copy_desc : 'Kopiraj', +paste_desc : 'Prilepi', +link_list : 'Seznam povezav', +image_list : 'Seznam slik', +browse : 'Prebrskaj', +image_props_desc : 'Lastnosti slike', +newdocument_desc : 'Nov dokument', +class_name : 'Razred', +newdocument : 'Ali ste prepričani, da želite zbrisati vso vsebino?', +about_title : 'O urejevalniku TinyMCE', +about : 'O urejevalniku', +license : 'Licenca', +plugins : 'Vtičniki', +plugin : 'Vtičnik', +author : 'Avtor', +version : 'Različica', +loaded_plugins : 'Naloženi vtičniki', +help : 'Pomoč', +not_set : '-- Ni nastavljeno --', +close : 'Zapri', +toolbar_focus : 'Skok na orodne gumbe - Alt+Q, Skok na urejevalnik - Alt-Z, Skok na pot elementa - Alt-X' +}); diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/tr.js b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/tr.js new file mode 100644 index 000000000..a35529e56 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/tr.js @@ -0,0 +1,76 @@ +// UK lang variables + +tinyMCE.addToLang('',{ +theme_style_select : '-- Stiller --', +theme_code_desc : 'HTML Kayna Dzenle', +theme_code_title : 'HTML Editr', +theme_code_wordwrap : 'Szck kaydr', +theme_sub_desc : 'Altsimge', +theme_sup_desc : 'stsimge', +theme_hr_desc : 'Yatay izgi ekle', +theme_removeformat_desc : 'Format kaldr', +theme_custom1_desc : 'zel aklamanz buraya', +insert_image_border : 'Kenar kalnl', +insert_image_dimensions : 'Boyutlar', +insert_image_vspace : 'Dikey boluk', +insert_image_hspace : 'Yatay boluk', +insert_image_align : 'Hizalama', +insert_image_align_default : '-- Atanmam --', +insert_image_align_baseline : 'Taban izgisi', +insert_image_align_top : 'st', +insert_image_align_middle : 'Orta', +insert_image_align_bottom : 'Alt', +insert_image_align_texttop : 'Yaz stte', +insert_image_align_absmiddle : 'Tam ortada', +insert_image_align_absbottom : 'En altta', +insert_image_align_left : 'Sol', +insert_image_align_right : 'Sa', +theme_font_size : '-- Yaz boyutu --', +theme_fontdefault : '-- Yaz tipi --', +theme_block : '-- Biim --', +theme_paragraph : 'Paragraf', +theme_div : 'Div etiketi', +theme_address : 'Adres', +theme_pre : 'nceden dzenlenmi', +theme_h1 : 'Balk 1', +theme_h2 : 'Balk 2', +theme_h3 : 'Balk 3', +theme_h4 : 'Balk 4', +theme_h5 : 'Balk 5', +theme_h6 : 'Balk 6', +theme_colorpicker_title : 'Renk seiniz', +theme_colorpicker_apply : 'Uygula', +theme_forecolor_desc : 'Yaz rengi', +theme_backcolor_desc : 'Arkaplan rengi', +theme_charmap_title : 'zel karakterler', +theme_charmap_desc : 'zel karakter ekle', +theme_visualaid_desc : 'Gizli nesneler', +insert_anchor_title : 'Link ekle/dzenle', +insert_anchor_name : 'Link ismi', +theme_anchor_desc : 'Link ekle/dzenle', +theme_insert_link_titlefield : 'Balk', +theme_clipboard_msg : 'Mozilla ve Firefox tarayclarnda kopyala/kes/yaptr komutlarn kullanamassnz.\n Bu konu hakknda daha fazla bilgi edinmek ister misiniz?', +theme_path : 'Etiket yolu', +cut_desc : 'Kes', +copy_desc : 'Kopyala', +paste_desc : 'Yaptr', +link_list : 'Link listesi', +image_list : 'Resim listesi', +browse : 'Gzat', +image_props_desc : 'Resim zellikleri', +newdocument_desc : 'Yeni dkman', +class_name : 'Snf', +newdocument : 'Tm ierii silmek istediinizden emin misiniz?', +about_title : 'TinyMCE Hakknda', +about : 'Hakknda', +license : 'Lisans', +plugins : 'Pluginler', +plugin : 'Plugin', +author : 'Yazar', +version : 'Versiyon', +loaded_plugins : 'Yklenen pluginler', +help : 'Yardm', +not_set : '-- Atanmam --', +close : 'Kapat', +toolbar_focus : 'Ara butonlarna ge - Alt+Q , Editre ge - Alt-Z, Eleman zelliklerine ge - Alt-X' +}); diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/vi.js b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/vi.js new file mode 100755 index 000000000..2b6c99404 --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/vi.js @@ -0,0 +1,76 @@ +// Vietnamese lang variables - Đỗ Xuân Tiến - tiendx2002@yahoo.com Việt hóa + +tinyMCE.addToLang('',{ +theme_style_select : '-- Phong cách --', +theme_code_desc : 'Sửa mã nguồn HTML', +theme_code_title : 'Bộ soạn thảo mã HTML', +theme_code_wordwrap : 'Gói gọn các từ - Word wrap', +theme_sub_desc : 'Chỉ số dưới', +theme_sup_desc : 'Chỉ số trên', +theme_hr_desc : 'Thêm đường thẳng ngang', +theme_removeformat_desc : 'Xóa định dạng', +theme_custom1_desc : 'Mô tả của bạn ở đây', +insert_image_border : 'Khung', +insert_image_dimensions : 'Kích thước', +insert_image_vspace : 'Khoảng cách dọc', +insert_image_hspace : 'Khoảng cách ngang', +insert_image_align : 'Căn lề', +insert_image_align_default : '-- Chưa đặt --', +insert_image_align_baseline : 'Theo dòng', +insert_image_align_top : 'Trên cùng', +insert_image_align_middle : 'Giữa', +insert_image_align_bottom : 'Dưới cùng', +insert_image_align_texttop : 'Văn bản trên cùng', +insert_image_align_absmiddle : 'Tuyệt đối giữa', +insert_image_align_absbottom : 'Tuyệt đối dưới cùng', +insert_image_align_left : 'Trái', +insert_image_align_right : 'Phải', +theme_font_size : '-- Kích thước chữ --', +theme_fontdefault : '-- Font chữ --', +theme_block : '-- Định dạng --', +theme_paragraph : 'Đoạn', +theme_div : 'Div', +theme_address : 'Địa chỉ', +theme_pre : 'Định dạng trước', +theme_h1 : 'Tiêu đề cấp 1', +theme_h2 : 'Tiêu đề cấp 2', +theme_h3 : 'Tiêu đề cấp 3', +theme_h4 : 'Tiêu đề cấp 4', +theme_h5 : 'Tiêu đề cấp 5', +theme_h6 : 'Tiêu đề cấp 6', +theme_colorpicker_title : 'Chọn một màu', +theme_colorpicker_apply : 'Áp dụng', +theme_forecolor_desc : 'Chọn màu chữ', +theme_backcolor_desc : 'Chọn màu nền', +theme_charmap_title : 'Chọn ký tự đặc biệt', +theme_charmap_desc : 'Thêm ký tự đặc biệt', +theme_visualaid_desc : 'Bật tắt chế độ hướng dẫn', +insert_anchor_title : 'Thêm/sửa neo', +insert_anchor_name : 'Tên neo', +theme_anchor_desc : 'Thêm/sửa neo', +theme_insert_link_titlefield : 'Tiêu đề', +theme_clipboard_msg : 'Trên Mozilla và Firefox không sử dụng được các thao tác Sao chép/Cắt/Dán. \nBạn cần thêm thông tin về điều này?', +theme_path : 'Đường dẫn', +cut_desc : 'Cắt', +copy_desc : 'Sao chép', +paste_desc : 'Dán', +link_list : 'Danh sách liên kết', +image_list : 'Danh sách ảnh', +browse : 'Duyệt', +image_props_desc : 'Thuộc tính ảnh', +newdocument_desc : 'Văn bản mới', +class_name : 'Lớp', +newdocument : 'Bạn có chắc muốn xóa sạch nội dung?', +about_title : 'Thông tin về TinyMCE', +about : 'Thông tin', +license : 'Chứng nhận', +plugins : 'Chức năng', +plugin : 'Chức năng', +author : 'Tác giả', +version : 'Phiên bản', +loaded_plugins : 'Chức năng đã nạp', +help : 'Trợ giúp', +not_set : '-- Chưa đặt --', +close : 'Đóng', +toolbar_focus : 'Nút chuyển tới công cụ - Alt+Q, Chuyển tới bộ soạn thảo - Alt-Z, Chuyển tới đường dẫn thành phần - Alt-X' +}); diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/zh_cn_utf8.js b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/zh_cn_utf8.js new file mode 100755 index 000000000..90a998f5b --- /dev/null +++ b/www/extras/tinymce2/jscripts/tiny_mce/themes/advanced/langs/zh_cn_utf8.js @@ -0,0 +1,77 @@ +// Simplified Chinese lang variables contributed by TinyMCE_China_Team ( tinymce_china {AT} yahoogroups {DOT} com ). +// visit our homepage at: http://www.cube316.net/tinymce/ for more information. + +tinyMCE.addToLang('',{ +theme_style_select : '-- 格式 --', +theme_code_desc : '编辑HTML源代码', +theme_code_title : 'HTML源代码编辑器', +theme_code_wordwrap : '自动换行', +theme_sub_desc : '下标', +theme_sup_desc : '上标', +theme_hr_desc : '插入水平线', +theme_removeformat_desc : '移除格式', +theme_custom1_desc : '这里填写用户自定义描述', +insert_image_border : '边框', +insert_image_dimensions : '维数', +insert_image_vspace : '垂直间距', +insert_image_hspace : '水平间距', +insert_image_align : '对齐方式', +insert_image_align_default : '-- 默认 --', +insert_image_align_baseline : '基线', +insert_image_align_top : '顶端', +insert_image_align_middle : '居中', +insert_image_align_bottom : '底部', +insert_image_align_texttop : '文字上方', +insert_image_align_absmiddle : '绝对居中', +insert_image_align_absbottom : '绝对底部', +insert_image_align_left : '左对齐', +insert_image_align_right : '右对齐', +theme_font_size : '-- 字号 --', +theme_fontdefault : '-- 字体 --', +theme_block : '-- 格式 --', +theme_paragraph : '段落', +theme_div : '层', +theme_address : '地址', +theme_pre : '预格式化', +theme_h1 : '标题 1', +theme_h2 : '标题 2', +theme_h3 : '标题 3', +theme_h4 : '标题 4', +theme_h5 : '标题 5', +theme_h6 : '标题 6', +theme_colorpicker_title : '选择颜色', +theme_colorpicker_apply : '应用', +theme_forecolor_desc : '选择文字颜色', +theme_backcolor_desc : '选择背景颜色', +theme_charmap_title : '选择特殊符号', +theme_charmap_desc : '插入特殊符号', +theme_visualaid_desc : '开关不可见元素', +insert_anchor_title : '插入/编辑 锚点', +insert_anchor_name : '锚点名称', +theme_anchor_desc : '插入/编辑 锚点', +theme_insert_link_titlefield : '标题', +theme_clipboard_msg : '剪切/复制/粘贴功能在 Mozilla 和 Firefox 浏览器中不支持。\n您希望获得更多的信息吗?', +theme_path : '路径', +cut_desc : '剪切', +copy_desc : '复制', +paste_desc : '粘贴', +link_list : '链接列表', +image_list : '图像列表', +browse : '浏览', +image_props_desc : '图像属性', +newdocument_desc : '新建间档', +class_name : '类', +newdocument : '您确认要清除所有内容吗?', +about_title : '关于 TinyMCE', +about : '关于', +license : '授权书', +plugins : '所有插件', +plugin : '插件', +author : '作者', +version : '版本', +loaded_plugins : '读取插件', +help : '帮助', +not_set : '-- 空设定 --', +close : '关闭', +toolbar_focus : '跳到工具按钮 - Alt+Q, 跳到编辑器 - Alt-Z, 跳到元素路径 - Alt-X' +}); diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/images/buttons.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/images/buttons.gif new file mode 100644 index 0000000000000000000000000000000000000000..9d86222e6358fb519f5991c7610f66a245ca603a GIT binary patch literal 1054 zcmZ?wbhEHb+`=Hj@XU{aiHT|T!MFD5yY`%Vxn;|ie}4~6+5BPU{#TZ%+cxdK@alR^ zXxGQ;>gu4H>o$?I%%c|6PuTPQj@ zlcU}If|RV9+-%ftpI?)gR~OWD-L~lZr4!TAQ;%E4&f7G}D6a0<&ZGBr{U;q-D8x}mX=9XPKzcL zEt-|Yz`y_$1d@XdDE?$&WMJ@P&;dCN6ekSq{~P?8np;}i+B-VCx_f&2`X@}BGNYW4x_qfel;y_8&9IWvv7b$7boqYEO}$3pO}j(i7njD7lc(IJd{;$PCU?_34 zZqjvP=5c2OF6?YBi-=HAZeMupMYI@`OiTcqps-4VhZ@Jzuwxr;zkkhs@<`9dbD9er zxO}D@VDjs%xpsn$$8t+UoZkt7i_DfY%I^i$Y~3CxoUb{fgF|g@NV9@Chrz+TAGs?O zRrM!)nA4#7BB7a^<6qfbCEHB#PBsmZhaPslXRqBepEO5-i6e&f=gDez?*kf(xg}Iq z&Qo_R-QcBW?o;5T&dDJ-Q$_xdz~i34GNoA-lS?)nU|hLmyON^#9D{?r^Ed>Z1uhnB zKf$i8!KkXiYqDkTyv_~B&P|>4z`&6$x=50xe#(cR&KhnnEIRc%{Dc?;zNEfdsc6gj W>*b0i)3RQzT(N9bmU<%tgEat$sGB?h literal 0 HcmV?d00001 diff --git a/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/images/separator.gif b/www/extras/tinymce2/jscripts/tiny_mce/themes/simple/images/separator.gif new file mode 100644 index 0000000000000000000000000000000000000000..4f39b809e98103422a7a8815d9e0ff23123034b5 GIT binary patch literal 57 zcmZ?wbhEHbWMU9un8?J?(9rN73>X*~6o0ZXGB7YP=m6P3N(4x7O<|q5`t188u7e^B F)&TE55J&(3 literal 0 HcmV?d00001