upgrade to tinymce 2.1.1.1
This commit is contained in:
parent
f36ba1b268
commit
e75b689857
847 changed files with 34500 additions and 7692 deletions
|
|
@ -1,7 +1,224 @@
|
|||
Version 2.0.6.1 (2005-05-04)
|
||||
Version 2.1.1.1 (2007-05-14)
|
||||
Fixed bug where dot notaion for some callback options didn't work.
|
||||
Fixed bug where valid_child_elements option didn't work.
|
||||
Fixed bug where form trigger wasn't executed when keyboard was used to submit form.
|
||||
Version 2.1.1 (2007-05-08)
|
||||
Added new forced_root_block option. Forces inline elements or text nodes into block elements.
|
||||
Added new fullpage_hide_in_source_view option to fullpage plugin.
|
||||
Added new youtube/googlevideo support to media plugin. Simply paste a YouTube/Google URL and it will embed it.
|
||||
Added new cancel button/control to the save plugin. This will undo all changes and execute a optional callback.
|
||||
Added new remove_trailing_nbsp option that removes &nsbp; entities when paragraphs are filled with contents.
|
||||
Added new default_document option this enables you to specify a document to be loaded into TinyMCE by default.
|
||||
Added new detection for external and mail links. It will now ask to add http or mailto prefixes to these.
|
||||
Cleaned up the source code by removing some obsolete code.
|
||||
Removed debug option, no longer needed since the devkit does it better.
|
||||
Removed old IE 5.0 code and reduced the overall code by using smarter prototype add methods.
|
||||
Removed encoding of apos/' characters since they only time they need to be escaped is when placed in apos based attribs.
|
||||
Fixed bug where local urls with params like ?param=x was converted into /?param=x if relative_urls was set to true.
|
||||
Fixed bug where the clsids for wmp in media plugin was handled as RealMedia.
|
||||
Fixed bug where template plugin was inserting blank_page in FF.
|
||||
Fixed bug where it was impossible to remove the width/height of images in IE.
|
||||
Fixed bug where replace with empty contents in the replace dialog didn't work in FF.
|
||||
Fixed bug where the advanced themes insert image dialog produces a SSL warning if running over HTTPS in IE.
|
||||
Fixed bug where links directly to a anchor with a editor in IE failed due to the frameset fix.
|
||||
Fixed bug with numeric entity encoding not converting the first character in string.
|
||||
Fixed bug with new color picker not closing correctly some times.
|
||||
Fixed bug where FF was auto generating BR elements at the end of LI elements.
|
||||
Fixed bug where more colors link failed if the page had a base element in page.
|
||||
Fixed bug where link dialog produced error when importing CSS classes.
|
||||
Fixed bug where fullpage plugin inserted extra > at the end of doctype.
|
||||
Fixed bug where fullpage plugin didn't remove internal mce_src/mce_href items correctly.
|
||||
Fixed bug where fullpage plugin height was incorrect on Linux.
|
||||
Fixed bug where media plugin did a incorrect comparation of width/height.
|
||||
Fixed bug with pressing return/enter inside a paragraph in a non IE browser.
|
||||
Fixed bug with autoplay option for QT not being enabled by default in the media plugin.
|
||||
Fixed bug where isDirty state of instances was incorrect if a form submit handler didn't submit the form.
|
||||
Fixed bug where isDirty state was incorrect if another form was submitted.
|
||||
Fixed bug with getHTML not returning correct content if run twice on a row in IE.
|
||||
Fixed bug where setting class to "not set" in the advimage dialog in IE didn't remove the class attribute.
|
||||
Fixed bug where mceToggleEditor command didn't work with other elements such as DIVs.
|
||||
Fixed bug where link dialog didn't close if editing a link and having inlinepopups enabled.
|
||||
Fixed bug where the hidden textarea was updated even if the instance was hidden with mceToggleEditor.
|
||||
Fixed bug where IE7 was reporting undefined error if the iframe didn't load fast enough over https.
|
||||
Fixed bug where a space was created after links, it will now just place the cursor after the link.
|
||||
Fixed bug where false param values in media plugin wasn't stored correctly in IE.
|
||||
Fixed bug with missing cursor if a instance was totally empty in Gecko.
|
||||
Fixed so classes can be applied to images using the style select dropdown in FF and Opera.
|
||||
Fixed so the width/height fields of the advanced themes image dialogs can take more that 3 characters.
|
||||
Fixed so store/restore selection logic works in Opera and Safari (Nightly).
|
||||
Fixed so the remove column/row icons are more clear in the table plugin. Contributed by Ferenc Veres.
|
||||
Fixed so both title and alt attributes of buttons are set. Contributed by BigBrownChunx.
|
||||
Fixed so if ctrl key is hold down the default browser context menu will appear.
|
||||
Fixed so the mceResetDesignMode command resets the designmode and useCSS values more correctly.
|
||||
Fixed so custom namespaces on tags can be used in all browsers like <myns:tag>.
|
||||
Fixed problem with source editor using mono instead of monospace as a font family.
|
||||
Fixed problem with Opera detection, it now detects Opera even if it spoofs another browser.
|
||||
Fixed problem where TinyMCE failed to initialized if used together with libraries like Scriptaculous.
|
||||
Version 2.1.0 (2007-02-13)
|
||||
Added new template plugin, this supports simple snippets and advanced smart templates.
|
||||
Added new attributes dialog for xhtmlxtras plugin. Based on contribution by Ryan Demmer.
|
||||
Added new bbcode plugin, currently only support for PunBB but more might be added in the future.
|
||||
Added new support for table captions, captions can now be toggled on or off on tables.
|
||||
Added new more colors link for text/background color menus.
|
||||
Added new more advanced color picker based on a contribution by Tristan Poet.
|
||||
Added new functionality to always keep inlinepopups in viewable area contributed by Joshua T. Corbin.
|
||||
Added new maximize button for inlinepopups contributed by Joshua T. Corbin.
|
||||
Added new mceToggleEditor command. Toggles visibility of a editor instance on/off.
|
||||
Added new showInstance/hideInstance callbacks. Used by mceToggleEditor command.
|
||||
Added support for Ctrl+v handling for non IE browsers when the paste_auto_cleanup_on_paste option was used with the paste plugin.
|
||||
Fixed issue where focus wasn't returned to editor after using a inlinepopup. Contributed by Andy Skelton.
|
||||
Fixed issue where fullscreen.htm file used the _dev version of the JavaScript.
|
||||
Fixed issue with TinyMCE forcing absolute links for document local anchors. Ex: #a got converted into b.htm#a
|
||||
Fixed issue where initialization failed some times with Drupal.
|
||||
Fixed issue with rtl languages and the new color picker menus.
|
||||
Fixed major bug where url convertion logic wasn't executed correctly.
|
||||
Fixed bug where text color/background color menus wasn't visible in fullscreen mode.
|
||||
Fixed bug where text color/background color menus wasn't hidden when switching to/from fullscreen mode.
|
||||
Fixed bug where embed elements was converted into ibed elements.
|
||||
Fixed bug where contrain proportions in advimage dialog wasn't working.
|
||||
Fixes bug where an inlinepopup wouldn't close if mcWindows.selectedWindow was nullified contributed by Joshua T. Corbin.
|
||||
Fixed bug where style dropdown wasn't unique for each editor instance if diffrent content_css files where used.
|
||||
Fixed bug with the noneditable plugin and IE. Only the last element was uneditable.
|
||||
Fixed bug with link dialog and Firebug sometimes produced a TINYMCE_UNIQUEURL not defined error.
|
||||
Fixed so the fix_list_elements option is enabled by default to produce more valid XHTML code.
|
||||
Fixed so that all more info links on plugins point to the wiki in the about dialog.
|
||||
Fixed so there is two new button names forecolorpicker and backcolorpicker these can be used to make plain old color picker buttons.
|
||||
Removed the forcing of a space inside alt attributes by the advimage plugin since the default valid_elements rule defaults to "".
|
||||
Version 2.0.9 (2007-01-09)
|
||||
Added support for fullscreen new window mode since the other method was problematic for some.
|
||||
Added new hide_selects_on_submit option. Enables the possibility to enable/disable disabling of TinyMCE select elements.
|
||||
Added new removeInstance callback for plugins and also a new remove_instance_callback option.
|
||||
Added warning if flash and media plugin is used at the same time. Flash plugin should be replaced with media plugin.
|
||||
Fixed so that fullscreen can be used even if placed in absolute positioned divs with borders etc.
|
||||
Fixed so that contextmenu on named anchors doesn't display the link/unlink items.
|
||||
Fixed so that wrap in source editor dialog works in Opera.
|
||||
Fixed so that single quotes/' is only applied to text nodes not attributes.
|
||||
Fixed so that the emotions dialog is a little wider to avoid the FF bug with statusbar content alignment.
|
||||
Fixed issue where TinyMCE wasn't restoring scroll position after fullscreen mode switch.
|
||||
Fixed some HTML issues in style plugin dialog. Contributed by Michael Keck.
|
||||
Fixed bug where color selection menu was visible for instances that got removed.
|
||||
Fixed bug where it wasn't possible to remove block formatting with format select box.
|
||||
Fixed bug with xhtmlxtras plugin not working when convert_fonts_to_spans option enabled.
|
||||
Fixed bug where element path elements wasn't entity encoded properly.
|
||||
Fixed bug where IE 7 produced a invalid attribute exception for some URLs.
|
||||
Fixed bug where the fix_table_elements option moved tables out of divs and not just P and H1-6 elements.
|
||||
Fixed bug where drop menu for spellchecker didn't work in IE.
|
||||
Fixed bug with noneditable plugin. The classes where removed sometimes.
|
||||
Fixed bug where media plugin failed if single quotes wasn't entity encoded.
|
||||
Fixed bug where fullscreen mode switched the way bold/italic/underline works in FF.
|
||||
Fixed bug where style plugin could modify body element of editor instance.
|
||||
Fixed bugs and issues with searchreplace plugin.
|
||||
Fixed bug where windows using inlinepopups where invisible when using fullscreen mode. Contributed by Joshua T. Corbin.
|
||||
Fixed bug where inlinepopups where settings style values without px suffix. Contributed by Joshua T. Corbin.
|
||||
Fixed bug where externaltoolbar where causing problems in fullscreen mode. Contributed by Joshua T. Corbin.
|
||||
Fixed alignment problems of buttons inside the search/replace dialog. Contributed by Dongsu Jang.
|
||||
Optimized event/callback execution by a factor of 10.
|
||||
Optimized cleanup engine by factor of 2 on some documents.
|
||||
Optimized shortcut and key event handling logic.
|
||||
Version 2.0.8 (2006-10-23)
|
||||
Added class select lists for all xhtmlxtras dialogs, custom values can still be added.
|
||||
Added missing documentation for devkit, xhtmlxtras, visualchars and nonbreaking plugins.
|
||||
Added new gecko_spellcheck option, this enables you to disable/enable the FF 2.0 spellchecker.
|
||||
Fixed so that the media can be modified using the context menu.
|
||||
Fixed bug where media plugin wasn't working if convert_fonts_to_span option was enabled.
|
||||
Fixed bug where media plugin produced errors on older IE versions.
|
||||
Fixed bug where media plugin was breaking when prototype was used on the same page.
|
||||
Fixed bug where cite and datetime attributes wasn't added to the default valid_elements list for del and ins.
|
||||
Fixed bug where insert date in xhtmlxtras plugin wasn't placed in language pack.
|
||||
Fixed bug where new fullscreen mode didn't function in IE with XHTML transitional doctype.
|
||||
Fixed bug where new text and hilite text previews generated ghost layers in IE.
|
||||
Fixed bug where fullscreen mode produced an error is the resizing was disabled.
|
||||
Fixed bug where BR elements wasn't removed from PRE elements when apply_source_formatting was enabled.
|
||||
Fixed bug where JS errors where thrown in IE if TinyMCE was placed in a frameset.
|
||||
Fixed bug where devkit reported errors if TinyMCE was places in a frameset.
|
||||
Fixed bug where auto_focus option didn't work in IE.
|
||||
Fixed bug where FF leaked memory on some event handlers.
|
||||
Fixed bug where Fullscreen plugin didn't fill containing elements if they where absolute.
|
||||
Fixed bug where IE 7 hover out CSS events wasn't triggered correctly due to a IE bug.
|
||||
Fixed bug where contextmenu plugin showed a incorrect flash menu item if the media plugin was enabled.
|
||||
Fixed bug where 100% width of TinyMCE instances didn't work correctly.
|
||||
Fixed issue where the image icon was selected when a user selected a media object.
|
||||
Fixed issue where select elements where disabled if AJAX or custom submit triggers where used.
|
||||
Fixed issue where formatblock command could insert invalid elements.
|
||||
Fixed issue with duplicate default rules for abbr in valid_elements.
|
||||
Fixed issue where the devkit wasn't the frontmost layer all the time.
|
||||
Version 2.0.7 (2006-10-17)
|
||||
Added new visualchars plugin. Enables users to see custom chars like .
|
||||
Added new nonbreaking plugin. Enables users to insert characters.
|
||||
Added new devkit plugin. Gives TinyMCE developers more information.
|
||||
Added new xhtmlxtras plugin. Based on work contributed by Andrew Tetlaw.
|
||||
Added new text and hilite color picker layers to the advanced theme.
|
||||
Added new media plugin, this handles flash, quicktime, windows media player, real player.
|
||||
Added new valid_child_elements option. Enables you to remove non valid child nodes from parents.
|
||||
Added new required attribute flag to the valid_elements option.
|
||||
Added new popup_css add option. Enables you to add an additional css to all popups.
|
||||
Added new table_default_border, table_default_cellpadding, table_default_cellspacing options to table plugin.
|
||||
Added new RegExp support for editor_selector/editor_deselector options.
|
||||
Added new validation class. Implemented in various dialogs.
|
||||
Added new createTag and createTagHTML methods to the API.
|
||||
Added new shortcut keys for h1-h6,p,div,address elements by keys Ctrl+1-9.
|
||||
Added lightbox, nofollow and tag as possible rel attribute values in the advlink dialog.
|
||||
Added new table delete control for the table plugin.
|
||||
Added new updated search/replace dialogs. Contributed by Felix Riesterer.
|
||||
Added image browser support for style plugin.
|
||||
Fixed bugs and issues with the lastest Safari Nightly build.
|
||||
Fixed bugs where data was set outside the current function scopes.
|
||||
Fixed bug where all plugin and theme callback methods had the "this" reference incorrectly set to window.
|
||||
Fixed bug where a call to moveToBookmark method resulted in a error is called on a hidden TinyMCE instance.
|
||||
Fixed bug where script element contents and event attributes where HTML encoded.
|
||||
Fixed bug where TinyMCE didn't load if a base element and relative URL to TinyMCE where used in MSIE.
|
||||
Fixed bug where TinyMCE didn't function in MSIE 5.0.1 because call method wasn't available.
|
||||
Fixed bug where context menu location wasn't correct if the user scrolled down on page.
|
||||
Fixed bug where nodes wasn't selected correctly in Opera 9.
|
||||
Fixed bug with setOuterHTML function. This had some impacts on the spellchecker plugin.
|
||||
Fixed bug where spaces in the body node of the document couldn't be deleted.
|
||||
Fixed bug where images lost focus in IE if they where placed in a resizable div.
|
||||
Fixed bug where isDirty state was set after calling user specific onsubmit function.
|
||||
Fixed bug where editor_selector/editor_deselector matched incorrectly on some names.
|
||||
Fixed bug where contextmenu was placed in the wrong location in FF.
|
||||
Fixed bug where images had a href attribute displayed in it's element path title.
|
||||
Fixed bug where forms_utils.js function where using a relative URL to the current theme.
|
||||
Fixed bug where cursor was placed at a incorrect location after mceInsertContent call in Gecko.
|
||||
Fixed bug where selection/caret is moved to top of document on a cleanup in Gecko.
|
||||
Fixed bug where button elements was forced closed.
|
||||
Fixed bug where comma separated content_css option wasn't working with the preview plugin.
|
||||
Fixed bug where DIV element named doc caused errors in IE.
|
||||
Fixed bug where the selectedInstance wasn't updated correctly if the user clicked outside of the body of a editor area.
|
||||
Fixed bug where strong and em wasn't handled correctly in Gecko browsers if the user added them by using the source editor.
|
||||
Fixed bug where script tag was removed if it was the first element in IE and convert_fonts_to_span option was enabled.
|
||||
Fixed bug when converting empty divs to editor instances didn't work in IE.
|
||||
Fixed bug where Gecko produces a BR tag at the end of a single line of content.
|
||||
Fixed bug where the entity_encoding numeric wasn't converting to  .
|
||||
Fixed bug where fullpage plugin produced an error if the first thing was to edit the header data.
|
||||
Fixed bug where background attribute of body element in fullpage plugin produced error in IE.
|
||||
Fixed bug where Opera was reporting errors if the width/height of a editor area was set to a percent value.
|
||||
Fixed bug where JS error was produced in IE if you tried to insert a row/column.
|
||||
Fixed bug where IE was causing flicker if the browser cache was disabled and the button_tile_map option is enabled.
|
||||
Fixed bug where onchange callback wasn't executed on a mceInsertContent command.
|
||||
Fixed bug where custom classes on anchor elements was removed.
|
||||
Fixed bug where force_br_newlines options produced errors in Opera.
|
||||
Fixed bugs with table selection not beeing restored correctly when actions where performed.
|
||||
Fixed issue where a link wasn't removed on unlink in gecko if only the caret was placed within the link.
|
||||
Fixed so that the valid attribute values for the valid_elements rules are case insensitive.
|
||||
Fixed so that the fullscreen plugin uses the current document area instead of a new window/popup.
|
||||
Fixed so that the cleanup callback is executed on themes.
|
||||
Fixed so that document local anchors isn't forced absolute.
|
||||
Fixed so that the initialization is even faster both editor instanced and dialogs.
|
||||
Fixed so that the force_p_newlines option works on Opera & Safari. This is enabled by default.
|
||||
Fixed so that empty td cells are padded with by default. This can be changed with the extended_valid_elements option.
|
||||
Fixed so that the theme_advanced_disable option works with RowLayout.
|
||||
Fixed so that string serialization is alot faster in all browsers. Makes the cleanup logic a lot faster.
|
||||
Fixed issue with language variable in replace dialog in the searchreplace plugin.
|
||||
Fixed various CSS compatiblity issues with MSIE 7 beta 3.
|
||||
Renamed some image names in style and layer plugins for compatiblity with Drupal.
|
||||
Fixed some HTML and CSS issues with the style properties plugin.
|
||||
Fixed so the addMCEControl method returns the new editor instance id.
|
||||
Fixed translation issues with the style properties dialog, patch contributed by TOMASIAN.
|
||||
Removed the need for adding language codes to plugins. Since the online service now merges old ones with en.
|
||||
Version 2.0.6.1 (2006-05-04)
|
||||
Fixed issue where the layer and style plugins couldn't be added in incorrect order.
|
||||
Fixed issue with Firefox nl not beeing defined in triggerSave correctly.
|
||||
Version 2.0.6 (2005-05-03)
|
||||
Version 2.0.6 (2006-05-03)
|
||||
Added new theme_advanced_source_editor_wrap option, this gives the possibility to force word wrapping.
|
||||
Added new support for using div,blockquote,dt,dd,code,samp as a items in the theme_advanced_blockformats option.
|
||||
Added new strict_loading_mode option, this switches the loading method from document.write to DOM.
|
||||
|
|
@ -26,11 +243,11 @@ Version 2.0.6 (2005-05-03)
|
|||
Fixed issue where TinyMCE couldn't be loaded in a XML document.
|
||||
Fixed issue with contextmenu beeing placed outside of visible area on Gecko browsers.
|
||||
Fixed issue whith area tag not being closed.
|
||||
Version 2.0.5.1 (2005-03-22)
|
||||
Version 2.0.5.1 (2006-03-22)
|
||||
Fixed bug where emtpy paragraphs sometimes got removed in MSIE.
|
||||
Fixed bug where autosave plugin was running even in fullscreen mode.
|
||||
Fixed bug where browse and color image button urls in form_utils.js where hardcoded.
|
||||
Version 2.0.5 (2005-03-21)
|
||||
Version 2.0.5 (2006-03-21)
|
||||
Added API docs for the TinyMCE_Popup class that is used by all dialogs in TinyMCE.
|
||||
Added new TinyMCE_Layer class to the core of TinyMCE plugins will be using this later on.
|
||||
Added new loadPlugin function, use this to load external plugins.
|
||||
|
|
|
|||
|
|
@ -2,43 +2,8 @@
|
|||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>TinyMCE Documentation - Index</title>
|
||||
<link href="css/screen.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="header">
|
||||
<h1>TinyMCE Documentation</h1>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<ul class="helpindex">
|
||||
<li><a href="about.html">About TinyMCE</a></li>
|
||||
<li><a href="installing.html">Installation instructions</a></li>
|
||||
<li class="list_subtitle"><strong>Reference</strong></li>
|
||||
<ul>
|
||||
<li><a href="reference_configuration.html">Configuration</a></li>
|
||||
<li><a href="reference_buttons.html">Button/control reference</a></li>
|
||||
<li><a href="reference_javascript_functions.html">JavaScript functions</a></li>
|
||||
<li><a href="reference_plugins.html">Plugins</a></li>
|
||||
</ul>
|
||||
<li class="list_subtitle"><strong>Customization</strong></li>
|
||||
<ul style="padding-bottom: 5px;">
|
||||
<li><a href="customization_plugins.html">Creating a plugin</a></li>
|
||||
<li><a href="customization_language_packs.html">Creating a language pack</a></li>
|
||||
<li><a href="customization_themes.html">Creating a theme</a></li>
|
||||
</ul>
|
||||
<li><a href="compatiblity_chart.html">Compatiblity chart</a></li>
|
||||
<li><a href="faq.html">Frequently asked questions</a></li>
|
||||
<li><a href="credits.html">Credits</a></li>
|
||||
<li><a href="license.html">License (LGPL)</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="footer">
|
||||
<div class="helpindexlink"><a href="index.html">Index</a></div>
|
||||
<div class="copyright">Copyright © 2003-2006 <a href="http://www.moxiecode.com">Moxiecode Systems AB</a></div>
|
||||
<br style="clear: both" />
|
||||
</div>
|
||||
|
||||
<body onload="document.location='http://wiki.moxiecode.com/index.php/TinyMCE:Index';">
|
||||
Redirecting to http://wiki.moxiecode.com/index.php/TinyMCE:Index ..
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -7,14 +7,14 @@
|
|||
tinyMCE.init({
|
||||
mode : "textareas",
|
||||
theme : "advanced",
|
||||
plugins : "style,layer,table,save,advhr,advimage,advlink,emotions,iespell,insertdatetime,preview,flash,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable",
|
||||
plugins : "devkit,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template",
|
||||
theme_advanced_buttons1_add_before : "save,newdocument,separator",
|
||||
theme_advanced_buttons1_add : "fontselect,fontsizeselect",
|
||||
theme_advanced_buttons2_add : "separator,insertdate,inserttime,preview,separator,forecolor,backcolor",
|
||||
theme_advanced_buttons2_add_before: "cut,copy,paste,pastetext,pasteword,separator,search,replace,separator",
|
||||
theme_advanced_buttons3_add_before : "tablecontrols,separator",
|
||||
theme_advanced_buttons3_add : "emotions,iespell,flash,advhr,separator,print,separator,ltr,rtl,separator,fullscreen",
|
||||
theme_advanced_buttons4 : "insertlayer,moveforward,movebackward,absolute,|,styleprops",
|
||||
theme_advanced_buttons3_add : "emotions,iespell,media,advhr,separator,print,separator,ltr,rtl,separator,fullscreen",
|
||||
theme_advanced_buttons4 : "insertlayer,moveforward,movebackward,absolute,|,styleprops,|,cite,abbr,acronym,del,ins,attribs,|,visualchars,nonbreaking,template,|,code",
|
||||
theme_advanced_toolbar_location : "top",
|
||||
theme_advanced_toolbar_align : "left",
|
||||
theme_advanced_path_location : "bottom",
|
||||
|
|
@ -25,9 +25,17 @@
|
|||
external_link_list_url : "example_link_list.js",
|
||||
external_image_list_url : "example_image_list.js",
|
||||
flash_external_list_url : "example_flash_list.js",
|
||||
media_external_list_url : "example_media_list.js",
|
||||
template_external_list_url : "example_template_list.js",
|
||||
file_browser_callback : "fileBrowserCallBack",
|
||||
theme_advanced_resize_horizontal : false,
|
||||
theme_advanced_resizing : true
|
||||
theme_advanced_resizing : true,
|
||||
nonbreaking_force_tab : true,
|
||||
apply_source_formatting : true,
|
||||
template_replace_values : {
|
||||
username : "Jack Black",
|
||||
staffid : "991234"
|
||||
}
|
||||
});
|
||||
|
||||
function fileBrowserCallBack(field_name, url, type, win) {
|
||||
|
|
@ -43,7 +51,6 @@
|
|||
<body>
|
||||
|
||||
[Full featured example] <a href="example_advanced.htm">[Advanced example]</a> <a href="example_simple.htm">[Simple example]</a> <a href="example_word.htm">[Word example]</a>
|
||||
|
||||
<form method="post" action="http://tinymce.moxiecode.com/dump.php?example=true">
|
||||
<h3>Full featured example</h3>
|
||||
This page shows all available plugins that are included in the TinyMCE distribution. Some of these plugins will only be visible on MSIE due to the lack of some support in FF. For more details on the various options on TinyMCE check the <a href="../docs/index.html">manual</a> or for more third party plugins check the plugin section.<br /><br />
|
||||
|
|
|
|||
9
www/extras/tinymce2/examples/example_media_list.js
Executable file
9
www/extras/tinymce2/examples/example_media_list.js
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
// This list may be created by a server logic page PHP/ASP/ASPX/JSP in some backend system.
|
||||
// There flash movies will be displayed as a dropdown in all media dialog if the "media_external_list_url"
|
||||
// option is defined in TinyMCE init.
|
||||
|
||||
var tinyMCEMediaList = new Array(
|
||||
// Name, URL
|
||||
["Some Flash 1", "test1.swf"],
|
||||
["Some Flash 2", "test2.swf"]
|
||||
);
|
||||
145
www/extras/tinymce2/examples/example_template.htm
Executable file
145
www/extras/tinymce2/examples/example_template.htm
Executable file
|
|
@ -0,0 +1,145 @@
|
|||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>Template plugin example</title>
|
||||
<!-- TinyMCE -->
|
||||
<script language="javascript" type="text/javascript" src="../jscripts/tiny_mce/tiny_mce_dev.js"></script>
|
||||
<script language="javascript" type="text/javascript">
|
||||
function exampleTemplateFunction(elm) {
|
||||
elm.innerHTML = prompt("Please enter your favourite colour.", "Color");
|
||||
}
|
||||
|
||||
var Invoice = {
|
||||
calculate : function(table) {
|
||||
var _n = function(s) {
|
||||
var n = parseFloat(s.replace(/[^-\d\.]/g,''));
|
||||
return isNaN(n) ? 0 : n;
|
||||
}
|
||||
|
||||
var total = 0;
|
||||
var r = table.tBodies[0].rows;
|
||||
|
||||
for(var x = 0; x < r.length; x++) {
|
||||
var c = r[x].cells;
|
||||
var t = _n(c[1].innerHTML)*_n(c[2].innerHTML);
|
||||
total += t;
|
||||
c[3].innerHTML = '$' + t;
|
||||
}
|
||||
|
||||
table.tFoot.rows[0].cells[1].innerHTML = '$' + total;
|
||||
}
|
||||
}
|
||||
|
||||
var WordCount = {
|
||||
getText : function() {
|
||||
var inst = tinyMCE.selectedInstance;
|
||||
var na = [];
|
||||
tinyMCE.getNodeTree(inst.getBody(), na, 3);
|
||||
for(var x = 0; x < na.length; x++) {
|
||||
if(na[x].nodeValue && na[x].nodeValue.length > 3) {
|
||||
na[x] = na[x].nodeValue;
|
||||
} else {
|
||||
na[x] = '';
|
||||
}
|
||||
}
|
||||
return na.join('');
|
||||
},
|
||||
|
||||
count : function(elm) {
|
||||
var s = WordCount.getText();
|
||||
elm.innerHTML = '' + s.split(' ').length;
|
||||
},
|
||||
|
||||
charCount : function(elm) {
|
||||
var s = WordCount.getText();
|
||||
elm.innerHTML = '' + s.length;
|
||||
}
|
||||
}
|
||||
|
||||
tinyMCE.init({
|
||||
mode : "textareas",
|
||||
theme : "advanced",
|
||||
plugins : "devkit,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template",
|
||||
theme_advanced_buttons1_add_before : "save,newdocument,separator",
|
||||
theme_advanced_buttons1_add : "fontselect,fontsizeselect",
|
||||
theme_advanced_buttons2_add : "separator,insertdate,inserttime,preview,separator,forecolor,backcolor,advsearchreplace",
|
||||
theme_advanced_buttons2_add_before: "cut,copy,paste,pastetext,pasteword,separator,search,replace,separator",
|
||||
theme_advanced_buttons3_add_before : "tablecontrols,separator",
|
||||
theme_advanced_buttons3_add : "emotions,iespell,media,advhr,separator,print,separator,ltr,rtl,separator,fullscreen",
|
||||
theme_advanced_buttons4 : "insertlayer,moveforward,movebackward,absolute,|,styleprops,|,cite,abbr,acronym,del,ins,|,visualchars,nonbreaking,|,template,|,code",
|
||||
theme_advanced_toolbar_location : "top",
|
||||
theme_advanced_toolbar_align : "left",
|
||||
theme_advanced_path_location : "bottom",
|
||||
content_css : "example_full.css",
|
||||
plugin_insertdate_dateFormat : "%Y-%m-%d",
|
||||
plugin_insertdate_timeFormat : "%H:%M:%S",
|
||||
extended_valid_elements : "hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style|title|tsrc],*[mcetmpldtesrc]",
|
||||
external_link_list_url : "example_link_list.js",
|
||||
external_image_list_url : "example_image_list.js",
|
||||
flash_external_list_url : "example_flash_list.js",
|
||||
media_external_list_url : "example_media_list.js",
|
||||
file_browser_callback : "fileBrowserCallBack",
|
||||
theme_advanced_resize_horizontal : false,
|
||||
theme_advanced_resizing : true,
|
||||
nonbreaking_force_tab : true,
|
||||
apply_source_formatting : true,
|
||||
template_cdate_classes : "cdate creationdate",
|
||||
template_mdate_classes : "mdate somedate",
|
||||
template_selected_content_classes : "selcontent",
|
||||
template_cdate_format : "%m/%d/%Y : %H:%M:%S",
|
||||
template_mdate_format : "%m/%d/%Y : %H:%M:%S",
|
||||
template_replace_values : {
|
||||
username : "Andrew Tetlaw",
|
||||
"invoice-items" : Invoice.calculate,
|
||||
"word-count" : WordCount.count,
|
||||
"char-count" : WordCount.charCount
|
||||
},
|
||||
template_templates : [
|
||||
{
|
||||
title : 'Editing Details',
|
||||
src : 'templates/editing_details.htm',
|
||||
description : "Timestamps, editor's name and a comment area"
|
||||
},
|
||||
{
|
||||
title : 'Invoice Template',
|
||||
src : 'templates/invoice.htm',
|
||||
description : 'Fill in the rows and the totals are calculated automatically'
|
||||
},
|
||||
{
|
||||
title : 'Word Count',
|
||||
src : 'templates/count.htm',
|
||||
description : 'Word count for editor content'
|
||||
},
|
||||
{
|
||||
title : 'Editors Comment',
|
||||
src : 'templates/editors_comment.htm',
|
||||
description : 'Add a comment about the selected text'
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
|
||||
</script>
|
||||
<!-- /TinyMCE -->
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<a href="example_full.htm">[Full featured example]</a> <a href="example_advanced.htm">[Advanced example]</a> <a href="example_simple.htm">[Simple example]</a> <a href="example_word.htm">[Word example]</a>
|
||||
<form method="get" action="">
|
||||
<h3>Template example</h3>
|
||||
This example shows how to make more advanced templates that execute logic.<br /><br />
|
||||
<textarea id="elm1" name="elm1" rows="15" cols="80" style="width: 100%">
|
||||
<span class="example1">Test header 1</span><br />
|
||||
<span class="example2">Test header 2</span><br />
|
||||
<span class="example3">Test header 3</span><br />
|
||||
Some <b>element</b>, this is to be editor 1. <br /> This editor instance has a 100% width to it.
|
||||
<p>Some paragraph. <a href="http://www.sourceforge.net">Some link</a></p>
|
||||
<img src="logo.jpg">
|
||||
</textarea>
|
||||
<br />
|
||||
<input type="submit" name="save" value="Submit" />
|
||||
<input type="reset" name="reset" value="Reset" />
|
||||
</form>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
9
www/extras/tinymce2/examples/example_template_list.js
Executable file
9
www/extras/tinymce2/examples/example_template_list.js
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
// This list may be created by a server logic page PHP/ASP/ASPX/JSP in some backend system.
|
||||
// There templates will be displayed as a dropdown in all media dialog if the "template_external_list_url"
|
||||
// option is defined in TinyMCE init.
|
||||
|
||||
var tinyMCETemplateList = [
|
||||
// Name, URL, Description
|
||||
["Simple snippet", "templates/snippet1.htm", "Simple HTML snippet."],
|
||||
["Layout", "templates/layout1.htm", "HTML Layout."]
|
||||
];
|
||||
|
|
@ -7,13 +7,13 @@
|
|||
tinyMCE.init({
|
||||
mode : "textareas",
|
||||
theme : "advanced",
|
||||
plugins : "table,save,advhr,advimage,advlink,emotions,iespell,insertdatetime,preview,zoom,flash,searchreplace,print,contextmenu,paste,directionality,fullscreen",
|
||||
plugins : "table,save,advhr,advimage,advlink,emotions,iespell,insertdatetime,preview,zoom,media,searchreplace,print,contextmenu,paste,directionality,fullscreen",
|
||||
theme_advanced_buttons1_add_before : "save,newdocument,separator",
|
||||
theme_advanced_buttons1_add : "fontselect,fontsizeselect",
|
||||
theme_advanced_buttons2_add : "separator,insertdate,inserttime,preview,zoom,separator,forecolor,backcolor",
|
||||
theme_advanced_buttons2_add_before: "cut,copy,paste,pastetext,pasteword,separator,search,replace,separator",
|
||||
theme_advanced_buttons3_add_before : "tablecontrols,separator",
|
||||
theme_advanced_buttons3_add : "emotions,iespell,flash,advhr,separator,print,separator,ltr,rtl,separator,fullscreen",
|
||||
theme_advanced_buttons3_add : "emotions,iespell,media,advhr,separator,print,separator,ltr,rtl,separator,fullscreen",
|
||||
theme_advanced_toolbar_location : "top",
|
||||
theme_advanced_toolbar_align : "left",
|
||||
theme_advanced_statusbar_location : "bottom",
|
||||
|
|
@ -22,7 +22,7 @@
|
|||
plugi2n_insertdate_timeFormat : "%H:%M:%S",
|
||||
external_link_list_url : "example_link_list.js",
|
||||
external_image_list_url : "example_image_list.js",
|
||||
flash_external_list_url : "example_flash_list.js",
|
||||
media_external_list_url : "example_media_list.js",
|
||||
file_browser_callback : "fileBrowserCallBack",
|
||||
paste_use_dialog : false,
|
||||
theme_advanced_resizing : true,
|
||||
|
|
|
|||
5
www/extras/tinymce2/examples/templates/count.htm
Executable file
5
www/extras/tinymce2/examples/templates/count.htm
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
<!-- Template contents HTML outside the DIV will not be inserted -->
|
||||
|
||||
<div class="mceTmpl">
|
||||
<p><em>Word Count: <span class="word-count">0</span>, Character count: <span class="char-count">0</span></em></p>
|
||||
</div>
|
||||
14
www/extras/tinymce2/examples/templates/editing_details.htm
Executable file
14
www/extras/tinymce2/examples/templates/editing_details.htm
Executable file
|
|
@ -0,0 +1,14 @@
|
|||
<!-- Template contents HTML outside the DIV will not be inserted -->
|
||||
|
||||
<div class="mceTmpl">
|
||||
<table>
|
||||
<thead>
|
||||
<tr><th>Created</th><th>Modified</th><th>By</th>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
<tr><td class="cdate">Creation Date</td><td class="mdate">Last Modified</td><td class="username">UserName</td></tr>
|
||||
<tr><td class="comment" colspan="3">Please insert editors comment here</td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
9
www/extras/tinymce2/examples/templates/editors_comment.htm
Executable file
9
www/extras/tinymce2/examples/templates/editors_comment.htm
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
<!-- Template contents HTML outside the DIV will not be inserted -->
|
||||
|
||||
<div class="mceTmpl">
|
||||
<p class="selcontent" style="background-color: yellow">Selected Content</p>
|
||||
<p style="padding: 3px;color:#666;border:1px solid #CCC;">
|
||||
<strong>Editors Comment</strong> (<span class="cdate"></span>)<br />
|
||||
[Insert your comment here]
|
||||
</p>
|
||||
</div>
|
||||
26
www/extras/tinymce2/examples/templates/invoice.htm
Executable file
26
www/extras/tinymce2/examples/templates/invoice.htm
Executable file
|
|
@ -0,0 +1,26 @@
|
|||
<!-- Template contents HTML outside the DIV will not be inserted -->
|
||||
|
||||
<div class="mceTmpl">
|
||||
<h1>Invoice # [invoice number] </h1>
|
||||
<p>
|
||||
[Client details]
|
||||
</p>
|
||||
|
||||
<h2>Invoice Items</h2>
|
||||
|
||||
<table class="invoice-items">
|
||||
<thead>
|
||||
<tr><th class="col1">Item</th><th class="col2">Qty</th><th class="col3">Unit Cost</th><th class="col4">Total</th></tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
<tr><td>Item Description</td><td>1</td><td>$0.00</td><td>$0.00</td></tr>
|
||||
<tr><td>Item Description</td><td>1</td><td>$0.00</td><td>$0.00</td></tr>
|
||||
<tr><td>Item Description</td><td>1</td><td>$0.00</td><td>$0.00</td></tr>
|
||||
</tbody>
|
||||
|
||||
<tfoot>
|
||||
<tr><td colspan="3">Invoice Total</td><td id="invoice-total"></td></tr>
|
||||
</tfoot>
|
||||
</table>
|
||||
</div>
|
||||
15
www/extras/tinymce2/examples/templates/layout1.htm
Executable file
15
www/extras/tinymce2/examples/templates/layout1.htm
Executable file
|
|
@ -0,0 +1,15 @@
|
|||
<table border="1">
|
||||
<thead>
|
||||
<tr>
|
||||
<td>Column 1</td>
|
||||
<td>Column 2</td>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Username: {$username}</td>
|
||||
<td>Staffid: {$staffid}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
1
www/extras/tinymce2/examples/templates/snippet1.htm
Executable file
1
www/extras/tinymce2/examples/templates/snippet1.htm
Executable file
|
|
@ -0,0 +1 @@
|
|||
This is just some <strong>code</strong>.
|
||||
|
|
@ -1,41 +1,42 @@
|
|||
// CA lang variables by Marc Bria
|
||||
// CA lang variables by Marc Bria and Marc Folch
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
bold_desc : 'Negreta',
|
||||
italic_desc : 'Cursiva',
|
||||
underline_desc : 'Subratllat',
|
||||
striketrough_desc : 'Tatxat',
|
||||
justifyleft_desc : 'Alinear a l´esquerra',
|
||||
justifycenter_desc : 'Alinear al centre',
|
||||
justifyright_desc : 'Alinear a la dreta',
|
||||
justifyfull_desc : 'Alinear justificat',
|
||||
bold_desc : 'Negreta (Ctrl+B)',
|
||||
italic_desc : 'Cursiva (Ctrl+I)',
|
||||
underline_desc : 'Subratllat (Ctrl+U)',
|
||||
striketrough_desc : 'Barrat',
|
||||
justifyleft_desc : 'Alinea a l\'esquerra',
|
||||
justifycenter_desc : 'Centrat',
|
||||
justifyright_desc : 'Alinea a la dreta',
|
||||
justifyfull_desc : 'Justificat',
|
||||
bullist_desc : 'Llista sense ordenar',
|
||||
numlist_desc : 'Llista ordenada',
|
||||
outdent_desc : 'Disminueix sangria',
|
||||
indent_desc : 'Augmentar sangria',
|
||||
undo_desc : 'Desfer',
|
||||
redo_desc : 'Refer',
|
||||
link_desc : 'Insertar enllaç',
|
||||
unlink_desc : 'Treure enllaç',
|
||||
image_desc : 'Insertar imatge',
|
||||
cleanup_desc : 'Netejar codi',
|
||||
focus_alert : 'L´àrea de l´editor ha de ser enfocada abans d´executar aquesta comanda.',
|
||||
edit_confirm : 'Vols utilitzar el modus WYSIWYG per a aquesta àrea de text?',
|
||||
insert_link_title : 'Insertar/editar enllaç',
|
||||
insert : 'Insertar',
|
||||
update : 'Insertar',
|
||||
cancel : 'Cancel·lar',
|
||||
insert_link_url : 'Adreça de l´enllaç',
|
||||
insert_link_target : 'Destí',
|
||||
insert_link_target_same : 'Obrir enllaç a la mateixa finestra',
|
||||
insert_link_target_blank : 'Obrir enllaç en una finestra nova',
|
||||
insert_image_title : 'Insertar/editar imatge',
|
||||
insert_image_src : 'URL de l´imatge',
|
||||
insert_image_alt : 'Descripció de la imatge',
|
||||
help_desc : 'Ajut',
|
||||
outdent_desc : 'Disminueix el sagnat',
|
||||
indent_desc : 'Augmenta el sagnat',
|
||||
undo_desc : 'Desfés (Ctrl+Z)',
|
||||
redo_desc : 'Refés (Ctrl+Y)',
|
||||
link_desc : 'Insereix enllaç',
|
||||
unlink_desc : 'Treu enllaç',
|
||||
image_desc : 'Insereix imatge',
|
||||
cleanup_desc : 'Neteja el codi',
|
||||
focus_alert : 'L´àrea de l\'editor ha de ser enfocada abans d´executar aquesta comanda.',
|
||||
edit_confirm : 'Vols utilitzar el mode WYSIWYG per a aquesta àrea de text?',
|
||||
insert_link_title : 'Insereix/edita enllaà',
|
||||
insert : 'Insereix',
|
||||
update : 'Insereix',
|
||||
cancel : 'Cancel·la',
|
||||
insert_link_url : 'Adreça de l\'enllaç',
|
||||
insert_link_target : 'Destí',
|
||||
insert_link_target_same : 'Open link in the same window',
|
||||
insert_link_target_same : 'Obre l\'enllaç a la mateixa finestra',
|
||||
insert_link_target_blank : 'Obre l\'enllaç en una finestra nova',
|
||||
insert_image_title : 'Insereix/edita imatge',
|
||||
insert_image_src : 'URL de la imatge',
|
||||
insert_image_alt : 'Descripció de la imatge',
|
||||
help_desc : 'Ajuda',
|
||||
bold_img : "bold.gif",
|
||||
italic_img : "italic.gif",
|
||||
underline_img : "underline.gif",
|
||||
clipboard_msg : 'Copiar/Tallar/Enganxar no és possible amb Mozilla i Firefox.\nVols més informació sobre aquest problema de seguretat?',
|
||||
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.'
|
||||
clipboard_msg : 'Copiar, retallar i enganxar no és possible amb Mozilla i Firefox.\nVols més informació sobre aquesta qëestió?',
|
||||
popup_blocked : 'Ho sentim, però hem detectat que el bloqueig de finestres del vostre navegador ha bloquejat una finestra amb funcions del programa. Hauríeu de deshabilitar el bloqueig de finestres en aquesta web per poder utilitzar completament aquesta eina.'
|
||||
});
|
||||
|
|
|
|||
|
|
@ -1,26 +1,26 @@
|
|||
// DK lang variables contributed by Jan Moelgaard, John Dalsgaard and Bo Frederiksen.
|
||||
// DK lang variables - Transl.:Jan Moelgaard, Bo Frederiksen, John Dalsgaard - Corr.: Ronny Buelund
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
bold_desc : 'Fed',
|
||||
italic_desc : 'Kursiv',
|
||||
underline_desc : 'Understreg',
|
||||
striketrough_desc : 'Gennemstreg',
|
||||
justifyleft_desc : 'Venstrestil',
|
||||
justifyleft_desc : 'Venstrejusteret',
|
||||
justifycenter_desc : 'Centrer',
|
||||
justifyright_desc : 'Højrestil',
|
||||
justifyright_desc : 'Højrejusteret',
|
||||
justifyfull_desc : 'Lige margin',
|
||||
bullist_desc : 'Liste med bullets',
|
||||
bullist_desc : 'Liste med punkttegn',
|
||||
numlist_desc : 'Liste med tal',
|
||||
outdent_desc : 'Ryk til venstre',
|
||||
indent_desc : 'Ryk til højre',
|
||||
undo_desc : 'Fortryd',
|
||||
redo_desc : 'Gør igen',
|
||||
redo_desc : 'Gentag',
|
||||
link_desc : 'Indsæt link',
|
||||
unlink_desc : 'Fjern link',
|
||||
image_desc : 'Indsæt billede',
|
||||
cleanup_desc : 'Ryd op i koden',
|
||||
focus_alert : 'Der skal sættes fokus på sessionen, før man kan bruge denne kommando',
|
||||
edit_confirm : 'Vil du bruge WYSIWYG mode til dette textområde?',
|
||||
edit_confirm : 'Vil du bruge WYSIWYG mode til dette tekstområde?',
|
||||
insert_link_title : 'Indsæt eller rediger link',
|
||||
insert : 'Indsæt',
|
||||
update : 'Opdater',
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
// DE lang variables
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
bold_desc : 'Fett',
|
||||
italic_desc : 'Kursiv',
|
||||
underline_desc : 'Unterstrichen',
|
||||
bold_desc : 'Fett (Strg+B)',
|
||||
italic_desc : 'Kursiv (Strg+I)',
|
||||
underline_desc : 'Unterstrichen (Strg+U)',
|
||||
striketrough_desc : 'Durchgestrichen',
|
||||
justifyleft_desc : 'Linksbündig',
|
||||
justifycenter_desc : 'Zentriert',
|
||||
|
|
@ -13,8 +13,8 @@ bullist_desc : 'Aufzählungszeichen',
|
|||
numlist_desc : 'Nummerierung',
|
||||
outdent_desc : 'Einzug verkleinern',
|
||||
indent_desc : 'Einzug vergrößern',
|
||||
undo_desc : 'Rückgängig',
|
||||
redo_desc : 'Wiederholen',
|
||||
undo_desc : 'Rückgängig (Strg+Z)',
|
||||
redo_desc : 'Wiederholen (Strg+Y)',
|
||||
link_desc : 'Link einfügen/bearbeiten',
|
||||
unlink_desc : 'Link entfernen',
|
||||
image_desc : 'Bild einfügen/bearbeiten',
|
||||
|
|
@ -33,8 +33,8 @@ insert_image_title : 'Bild einfügen/bearbeiten',
|
|||
insert_image_src : 'Bild-URL',
|
||||
insert_image_alt : 'Bild-Beschreibung',
|
||||
help_desc : 'Hilfe',
|
||||
bold_img : "bold_de_se.gif",
|
||||
italic_img : "italic_de_se.gif",
|
||||
bold_img : "bold.gif",
|
||||
italic_img : "italic.gif",
|
||||
underline_img : "underline.gif",
|
||||
clipboard_msg : 'Kopieren/Ausschneiden/Einfügen ist in Mozilla und Firefox nicht verfügbar.\nWollen Sie mehr Informationen darüber erhalten?',
|
||||
popup_blocked : 'Ihr Popup-Blocker hat verhindert, dass das Bearbeitungsfenster des Editors geöffnet werden konnte. Bitte deaktivieren Sie den Popup-Schutz für diese Seite.'
|
||||
|
|
|
|||
|
|
@ -1,41 +1,42 @@
|
|||
// Greek lang variables by Jacaranda Bill
|
||||
// Revised by Dimitris Giannitsaros / MediSign SA
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
bold_desc : '¸íôïíç ãñáöÞ',
|
||||
italic_desc : 'ÐëÜãéá ãñáöÞ',
|
||||
bold_desc : 'Έντονη γραφή',
|
||||
italic_desc : 'Πλάγια γραφή',
|
||||
underline_desc : 'ÕðïãñÜììéóç',
|
||||
striketrough_desc : 'ÄéáêñéôÞ äéáãñáöÞ',
|
||||
justifyleft_desc : 'Óôïß÷éóç áñéóôåñÜ',
|
||||
striketrough_desc : 'διακριτή διαγραφή',
|
||||
justifyleft_desc : 'Στοίχιση αριστερά',
|
||||
justifycenter_desc : 'Óôïß÷éóç óôï êÝíôñï',
|
||||
justifyright_desc : 'Óôïß÷éóç äåîéÜ',
|
||||
justifyright_desc : 'Στοίχιση δεξιά',
|
||||
justifyfull_desc : 'ÐëÞñçò óôïß÷éóç',
|
||||
bullist_desc : 'Êïõêêßäåò',
|
||||
bullist_desc : 'Κουκκίδες',
|
||||
numlist_desc : 'Áñßèìçóç',
|
||||
outdent_desc : 'Ìåßùóç åóï÷Þò',
|
||||
indent_desc : 'Áýîçóç åóï÷Þò',
|
||||
undo_desc : 'Áíáßñåóç',
|
||||
redo_desc : 'Áêýñùóç áíáßñåóçò',
|
||||
link_desc : 'Äçìéïõñãßá/Äéüñèùóç õðåñ-óýíäåóçò',
|
||||
unlink_desc : 'ÄéáãñáöÞ õðåñ-óýíäåóçò',
|
||||
image_desc : 'ÅéóáãùãÞ/Äéüñèùóç åéêüíáò',
|
||||
cleanup_desc : 'ÊáèÜñéóìá êþäéêá',
|
||||
focus_alert : 'ÐñÝðåé íá õðÜñ÷åé åíåñãüò êÜðïéïò åðåîåñãáóôÞò êåéìÝíïõ ðñéí íá ÷ñçóéìïðïéÞóåôå áõôÞ ôçí åíôïëÞ.',
|
||||
edit_confirm : 'ÈÝëåôå íá ÷ñçóéìïðïéÞóåôå ôçí êáôÜóôáóç WYSIWYG ãéá ôï óõãêåêñéìÝíï ðëáßóéï êåéìÝíïõ;',
|
||||
insert_link_title : 'Äçìéïõñãßá/Äéüñèùóç õðåñ-óýíäåóçò',
|
||||
insert : 'ÅéóáãùãÞ',
|
||||
update : 'ÅéóáãùãÞ',
|
||||
outdent_desc : 'Μείωση εσοχής',
|
||||
indent_desc : 'Αύξηση εσοχής',
|
||||
undo_desc : 'Αναίρεση',
|
||||
redo_desc : 'Ακύρωση αναίρεσης',
|
||||
link_desc : 'δημιουργία/διόρθωση υπερ-σύνδεσης',
|
||||
unlink_desc : 'διαγραφή υπερ-σύνδεσης',
|
||||
image_desc : 'εισαγωγή/διόρθωση εικόνας',
|
||||
cleanup_desc : 'Καθάρισμα κώδικα',
|
||||
focus_alert : 'Πρέπει να υπάρχει ενεργός κάποιος επεξεργαστής κειμένου πριν να χρησιμοποιήσετε αυτή την εντολή.',
|
||||
edit_confirm : 'Θέλετε να χρησιμοποιήσετε την κατάσταση WYSIWYG για το συγκεκριμένο πλαίσιο κειμένου;',
|
||||
insert_link_title : 'δημιουργία/διόρθωση υπερ-σύνδεσης',
|
||||
insert : 'εισαγωγή',
|
||||
update : 'εισαγωγή',
|
||||
cancel : 'Áêýñùóç',
|
||||
insert_link_url : 'Äéåýèõíóç',
|
||||
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 : 'ÂïÞèåéá',
|
||||
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 : 'Copy/Cut/Paste is not available in Mozilla and Firefox.\nDo you want more information about this issue?',
|
||||
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.'
|
||||
clipboard_msg : 'Η Αντιγραφή/Αποκοπή/Επικόλληση δεν είναι διαθέσιμες στο Mozilla και στο Firefox.\nΘέλετε πληροφορίες για αυτό το θέμα;',
|
||||
popup_blocked : 'Ο popup-blocker σας απενεργοποίησε ένα παράθυρο το οποίο χρειάζεται. Θα πρέπει να απενεργοποιήσετε τον popup-blocker σας στο συγκεκριμένο site, ώστε να χρησιμοποιήσετε πλήρως αυτό το εργαλείο.'
|
||||
});
|
||||
|
|
|
|||
|
|
@ -4,8 +4,9 @@
|
|||
* Authors : Alvaro Velasco,
|
||||
* Adolfo Sanz De Diego (asanzdiego) <asanzdiego@yahoo.es>,
|
||||
* Carlos C Soto (eclipxe) <csoto@sia-solutions.com>
|
||||
* Last Updated : October 17, 2005
|
||||
* TinyMCE Version : 2.0RC3
|
||||
* Eneko Castresana Vara
|
||||
* Last Updated : July 14, 2006
|
||||
* TinyMCE Version : 2.0.6.1
|
||||
*/
|
||||
|
||||
|
||||
|
|
@ -20,8 +21,8 @@ justifyright_desc : 'Alinear a la derecha',
|
|||
justifyfull_desc : 'Alinear justificado',
|
||||
bullist_desc : 'Lista sin ordenar',
|
||||
numlist_desc : 'Lista ordenada',
|
||||
outdent_desc : 'Disminuir sangría',
|
||||
indent_desc : 'Aumentar sangría',
|
||||
outdent_desc : 'Disminuir sangría',
|
||||
indent_desc : 'Aumentar sangría',
|
||||
undo_desc : 'Deshacer',
|
||||
redo_desc : 'Rehacer',
|
||||
link_desc : 'Insertar enlace',
|
||||
|
|
@ -29,22 +30,22 @@ unlink_desc : 'Quitar enlace',
|
|||
image_desc : 'Insertar imagen',
|
||||
cleanup_desc : 'Limpiar codigo',
|
||||
focus_alert : 'Una instanacia del editor debe ser enfocada antes de usar este comando.',
|
||||
edit_confirm : '¿Quieres usar el modo WYSIWYG (What You See Is What You Get - "lo que ves es lo que obtienes") para esta area de texto?',
|
||||
edit_confirm : '¿Quieres usar el modo WYSIWYG (What You See Is What You Get - "lo que ves es lo que obtienes") para esta area de texto?',
|
||||
insert_link_title : 'Insertar/editar enlace',
|
||||
insert : 'Insertar',
|
||||
update : 'Actualizar',
|
||||
cancel : 'Cancelar',
|
||||
insert_link_url : 'Dirección del enlace',
|
||||
insert_link_url : 'Dirección del enlace',
|
||||
insert_link_target : 'Destino',
|
||||
insert_link_target_same : 'Abrir enlace en la misma ventana',
|
||||
insert_link_target_blank : 'Abrir enlace en una ventana nueva',
|
||||
insert_image_title : 'Insertar/editar imagen',
|
||||
insert_image_src : 'Dirección de la imagen',
|
||||
insert_image_alt : 'Descripción de la imagen',
|
||||
insert_image_src : 'Dirección de la imagen',
|
||||
insert_image_alt : 'Descripción de la imagen',
|
||||
help_desc : 'Ayuda',
|
||||
bold_img : "bold_es.gif",
|
||||
italic_img : "italic_es.gif",
|
||||
underline_img : "underline_es.gif",
|
||||
clipboard_msg : 'No se pueden utilizar los comandos Copiar / Cortar / Pegar en Mozilla y en Firefox.\r\nUse el teclado Copiar (Ctrl+C) / Cortar (Ctrl+X) / Pegar (Ctrl+V)\r\n¿Quieres obtener más información?',
|
||||
popup_blocked : 'Lo siento, pero tu bloqueador de popups ha desactivado una ventana que ha lanzado la aplicación. Debes desactivar tu bloqueador de popups para tener toda la funcionalad de la aplicación.'
|
||||
clipboard_msg : 'No se pueden utilizar los comandos Copiar / Cortar / Pegar en Mozilla y en Firefox.\r\nUse el teclado Copiar (Ctrl+C) / Cortar (Ctrl+X) / Pegar (Ctrl+V)\r\n¿Quieres obtener más información?',
|
||||
popup_blocked : 'Lo siento, pero tu bloqueador de popups ha desactivado una ventana que ha lanzado la aplicación. Debes desactivar tu bloqueador de popups para tener toda la funcionalad de la aplicación.'
|
||||
});
|
||||
|
|
|
|||
|
|
@ -1,43 +1,49 @@
|
|||
// IT lang variables
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
bold_desc : 'Grassetto (Ctrl+B)',
|
||||
italic_desc : 'Corsivo (Ctrl+I)',
|
||||
underline_desc : 'Sottolineato (Ctrl+U)',
|
||||
striketrough_desc : 'Barrato',
|
||||
justifyleft_desc : 'Allinea a sinistra',
|
||||
justifycenter_desc : 'Allinea al centro',
|
||||
justifyright_desc : 'Allinea a destra',
|
||||
justifyfull_desc : 'Giustifica',
|
||||
bullist_desc : 'Elenco puntato',
|
||||
numlist_desc : 'Elenco numerato',
|
||||
outdent_desc : 'Riduci rientro',
|
||||
indent_desc : 'Aumenta rientro',
|
||||
undo_desc : 'Annulla (Ctrl+Z)',
|
||||
redo_desc : 'Ripeti (Ctrl+Y)',
|
||||
link_desc : 'Inserisci o modifica link',
|
||||
unlink_desc : 'Elimina link',
|
||||
image_desc : 'Inserisci o modifica immagine',
|
||||
cleanup_desc : 'Pulisci il codice HTML',
|
||||
focus_alert : 'Fare clic su un\' istanza dell\'editor prima di eseguire questo comando',
|
||||
edit_confirm : 'Vuoi usare l\'editor visuale in quest\'area di testo?',
|
||||
insert_link_title : 'Inserisci o modifica link',
|
||||
insert : 'Inserisci',
|
||||
update : 'Modifica',
|
||||
cancel : 'Annulla',
|
||||
insert_link_url : 'URL del collegamento',
|
||||
insert_link_target : 'Destinazione',
|
||||
insert_link_target_same : 'Apri il link nella stessa finestra',
|
||||
insert_link_target_blank : 'Apri il link in una nuova finestra',
|
||||
insert_image_title : 'Inserisci o modifica immagine',
|
||||
insert_image_src : 'URL dell\'immagine',
|
||||
insert_image_alt : 'Descrizione',
|
||||
help_desc : 'Aiuto',
|
||||
bold_img : "bold.gif",
|
||||
italic_img : "italic.gif",
|
||||
underline_img : "underline.gif",
|
||||
clipboard_msg : 'Le operazioni di taglia, copia e incolla non sono disponibili in Firefox. Vuoi ricevere ulteriori informazioni al riguardo?',
|
||||
popup_blocked : 'Un blocco popup sta impedendo l\'utilizzo di alcune funzionalità. Dovresti disabilitare il blocco per questo sito.',
|
||||
insert_image_delta_width : 50,
|
||||
insert_link_delta_width : 75
|
||||
});
|
||||
/**
|
||||
* IT lang variables
|
||||
*
|
||||
* Author : Luciano Vernaschi <luciano@virgilio.it>
|
||||
* Last Updated : Mar. 1st, 2007
|
||||
* TinyMCE Version : 2.1.0
|
||||
*/
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
bold_desc : 'Grassetto (Ctrl+B)',
|
||||
italic_desc : 'Corsivo (Ctrl+I)',
|
||||
underline_desc : 'Sottolineato (Ctrl+U)',
|
||||
striketrough_desc : 'Barrato',
|
||||
justifyleft_desc : 'Allinea a sinistra',
|
||||
justifycenter_desc : 'Allinea al centro',
|
||||
justifyright_desc : 'Allinea a destra',
|
||||
justifyfull_desc : 'Giustifica',
|
||||
bullist_desc : 'Elenco puntato',
|
||||
numlist_desc : 'Elenco numerato',
|
||||
outdent_desc : 'Riduci rientro',
|
||||
indent_desc : 'Aumenta rientro',
|
||||
undo_desc : 'Annulla (Ctrl+Z)',
|
||||
redo_desc : 'Ripeti (Ctrl+Y)',
|
||||
link_desc : 'Inserisci o modifica link',
|
||||
unlink_desc : 'Elimina link',
|
||||
image_desc : 'Inserisci o modifica immagine',
|
||||
cleanup_desc : 'Pulisci il codice HTML',
|
||||
focus_alert : 'Fare clic su un\' istanza dell\'editor prima di eseguire questo comando',
|
||||
edit_confirm : 'Vuoi usare l\'editor visuale in quest\'area di testo?',
|
||||
insert_link_title : 'Inserisci o modifica link',
|
||||
insert : 'Inserisci',
|
||||
update : 'Modifica',
|
||||
cancel : 'Annulla',
|
||||
insert_link_url : 'URL del collegamento',
|
||||
insert_link_target : 'Destinazione',
|
||||
insert_link_target_same : 'Apri il link nella stessa finestra',
|
||||
insert_link_target_blank : 'Apri il link in una nuova finestra',
|
||||
insert_image_title : 'Inserisci o modifica immagine',
|
||||
insert_image_src : 'URL dell\'immagine',
|
||||
insert_image_alt : 'Descrizione',
|
||||
help_desc : 'Aiuto',
|
||||
bold_img : "bold.gif",
|
||||
italic_img : "italic.gif",
|
||||
underline_img : "underline.gif",
|
||||
clipboard_msg : 'Le operazioni di taglia, copia e incolla non sono disponibili in Firefox. Vuoi ricevere ulteriori informazioni al riguardo?',
|
||||
popup_blocked : 'Un blocco popup sta impedendo l\'utilizzo di alcune funzionalità. Dovresti disabilitare il blocco per questo sito.',
|
||||
insert_image_delta_width : 50,
|
||||
insert_link_delta_width : 75
|
||||
});
|
||||
|
|
|
|||
|
|
@ -1,41 +1,41 @@
|
|||
// JP lang variables
|
||||
// JA lang variables
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
bold_desc : '$BB@;z(B',
|
||||
italic_desc : '$B<PBN(B',
|
||||
underline_desc : '$B2<@~(B',
|
||||
striketrough_desc : '$BKu>C@~(B',
|
||||
justifyleft_desc : '$B:85M$a(B',
|
||||
justifycenter_desc : '$BCf1{9g$o$;(B',
|
||||
justifyright_desc : '$B1&5M$a(B',
|
||||
justifyfull_desc : '$B9TB7$((B',
|
||||
bullist_desc : '$B2U>r=q(B',
|
||||
numlist_desc : '$BHV9fIU$-2U>r=q(B',
|
||||
outdent_desc : '$B;z>e$2(B',
|
||||
indent_desc : '$B;z2<$2(B',
|
||||
undo_desc : '$B$d$j$J$*$7(B',
|
||||
redo_desc : '$B:F<B9T(B',
|
||||
link_desc : '$B%j%s%/$NA^F~(B/$BJT=8(B',
|
||||
unlink_desc : '$B%j%s%/$N:o=|(B',
|
||||
image_desc : '$B2hA|$NA^F~(B/$BJT=8(B',
|
||||
cleanup_desc : '$B%3!<%I@0M}(B',
|
||||
focus_alert : '$B$3$N%3%^%s%I$r;H$&A0$K%(%G%#%?>e$N$I$3$+$rA*Br$9$kI,MW$,$"$j$^$9!#(B',
|
||||
edit_confirm : 'WYSIWYG$B%b!<%I$G$3$N%F%-%9%H%(%j%"$rJT=8$7$^$9$+!)(B',
|
||||
insert_link_title : '$B%j%s%/$NA^F~(B/$BJT=8(B',
|
||||
insert : '$BA^F~(B',
|
||||
update : '$BA^F~(B',
|
||||
cancel : '$B<h$j>C$7(B',
|
||||
insert_link_url : '$B%j%s%/@h(BURL',
|
||||
insert_link_target : '$B%?!<%2%C%H(B',
|
||||
insert_link_target_same : '$BF1$8Ak$G%j%s%/$r3+$/(B',
|
||||
insert_link_target_blank : '$B?7$7$$Ak$G%j%s%/$r3+$/(B',
|
||||
insert_image_title : '$B2hA|$NA^F~(B/$BJT=8(B',
|
||||
insert_image_src : '$B2hA|$N(BURL',
|
||||
insert_image_alt : '$B2hA|$N@bL@(B',
|
||||
help_desc : '$B%X%k%W(B',
|
||||
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 : 'WYSIWYGモードでこのテキストエリアを編集しますか?',
|
||||
insert_link_title : 'ハイパーリンク',
|
||||
insert : '挿入',
|
||||
update : '更新',
|
||||
cancel : 'キャンセル',
|
||||
insert_link_url : 'URL',
|
||||
insert_link_target : 'ターゲット',
|
||||
insert_link_target_same : '同じウィンドウで開く',
|
||||
insert_link_target_blank : '新しいウィンドウで開く',
|
||||
insert_image_title : '画像の登録',
|
||||
insert_image_src : 'URL',
|
||||
insert_image_alt : '画像の説明',
|
||||
help_desc : 'ヘルプ',
|
||||
bold_img : "bold.gif",
|
||||
italic_img : "italic.gif",
|
||||
underline_img : "underline.gif",
|
||||
clipboard_msg : 'Copy/Cut/Paste is not available in Mozilla and Firefox.\nDo you want more information about this issue?',
|
||||
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.'
|
||||
clipboard_msg : 'コピー/切り取り/貼り付けはMozillaまたはFirefoxでは使用できません\nこの警告に関する詳細情報を表示しますか?',
|
||||
popup_blocked : 'ポップアップブロックが有効になっているためエディタの機能が一部制約されています\nこのツールを使用する場合はこのサイトに対するポップアップブロックを無効にしてください。'
|
||||
});
|
||||
|
|
|
|||
|
|
@ -2,36 +2,37 @@
|
|||
// fixed by Wooya
|
||||
// http://www.mfusion.prv.pl
|
||||
// fixed by lemiel 26.10.2005
|
||||
// Converted to UTF-8 by nicoone 11.10.2006
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
bold_desc : 'Pogrubienie (Ctrl+B)',
|
||||
italic_desc : 'Pochylenie (Ctrl+I)',
|
||||
underline_desc : 'Podkreślenie (Ctrl+U)',
|
||||
striketrough_desc : 'Przekreślenie',
|
||||
justifyleft_desc : 'Wyrównaj do lewej',
|
||||
justifycenter_desc : 'Wyrównaj do środka',
|
||||
justifyright_desc : 'Wyrównaj do prawej',
|
||||
justifyfull_desc : 'Wyrównaj na całości',
|
||||
underline_desc : 'Podkreślenie (Ctrl+U)',
|
||||
striketrough_desc : 'Przekreślenie',
|
||||
justifyleft_desc : 'Wyrównaj do lewej',
|
||||
justifycenter_desc : 'Wyrównaj do środka',
|
||||
justifyright_desc : 'Wyrównaj do prawej',
|
||||
justifyfull_desc : 'Wyrównaj na całości',
|
||||
bullist_desc : 'Lista nienumerowana',
|
||||
numlist_desc : 'Lista numerowana',
|
||||
outdent_desc : 'Zmniejsz wcięcie',
|
||||
indent_desc : 'Zwiększ wcięcie',
|
||||
outdent_desc : 'Zmniejsz wcięcie',
|
||||
indent_desc : 'Zwiększ wcięcie',
|
||||
undo_desc : 'Cofnij (Ctrl+Z)',
|
||||
redo_desc : 'Ponów (Ctrl+Y)',
|
||||
redo_desc : 'Ponów (Ctrl+Y)',
|
||||
link_desc : 'Wstaw/edytuj link',
|
||||
unlink_desc : 'Usuń link',
|
||||
unlink_desc : 'Usuń link',
|
||||
image_desc : 'Wstaw/edytuj obrazek',
|
||||
cleanup_desc : 'Usuń zbędny kod',
|
||||
focus_alert : 'Instancja edytora musi być aktywna przed użyciem tego polecenia.',
|
||||
edit_confirm : 'Czy chcesz użyć edytora WYSIWYG dla tego pola tekstowego?',
|
||||
cleanup_desc : 'Usuń zbędny kod',
|
||||
focus_alert : 'Instancja edytora musi być aktywna przed użyciem tego polecenia.',
|
||||
edit_confirm : 'Czy chcesz użyć edytora WYSIWYG dla tego pola tekstowego?',
|
||||
insert_link_title : 'Wstaw/edytuj link',
|
||||
insert : 'Wstaw',
|
||||
update : 'Aktualizuj',
|
||||
cancel : 'Anuluj',
|
||||
insert_link_url : 'URL linku',
|
||||
insert_link_target : 'Cel',
|
||||
insert_link_target_same : 'Otwórz link w tym samym oknie',
|
||||
insert_link_target_blank : 'Otwórz link w nowym oknie',
|
||||
insert_link_target_same : 'Otwórz link w tym samym oknie',
|
||||
insert_link_target_blank : 'Otwórz link w nowym oknie',
|
||||
insert_image_title : 'Wstaw/edytuj obrazek',
|
||||
insert_image_src : 'URL obrazka',
|
||||
insert_image_alt : 'Opis obrazka',
|
||||
|
|
@ -39,6 +40,6 @@ help_desc : 'Pomoc',
|
|||
bold_img : "bold.gif",
|
||||
italic_img : "italic.gif",
|
||||
underline_img : "underline.gif",
|
||||
clipboard_msg : 'Kopiuj/Wytnij/Wklej nie jest dostępne dla przeglądarek Mozilla i Firefox.\nCzy chcesz uzyskać o tym więcej informacji?',
|
||||
popup_blocked : 'Niestety, ale odnotowano, że Twoja przeglądarka ma włączoną blokadę okienek popup. Musisz wyłączyć opcję blokowania okienek dla tej strony, aby TinyMCE mógł pracować z pełną funkcjonalnością.'
|
||||
clipboard_msg : 'Kopiuj/Wytnij/Wklej nie jest dostępne dla przeglądarek Mozilla i Firefox.\nCzy chcesz uzyskać o tym więcej informacji?',
|
||||
popup_blocked : 'Niestety, ale odnotowano, że Twoja przeglądarka ma włączoną blokadę okienek popup. Musisz wyłączyć opcję blokowania okienek dla tej strony, aby TinyMCE mógł pracować z pełną funkcjonalnością.'
|
||||
});
|
||||
|
|
|
|||
|
|
@ -2,21 +2,21 @@
|
|||
* pt_br lang variables
|
||||
* Brazilian Portuguese
|
||||
*
|
||||
* Authors : ????
|
||||
* Author
|
||||
* Revision and modifications:
|
||||
* Marcio Barbosa (mpg) <mpg@mpg.com.br>
|
||||
* Last Updated : November 26, 2005
|
||||
* TinyMCE Version : 2.0RC4
|
||||
* First Release : November 26, 2005 - TinyMCE Version : 2.0RC4
|
||||
* Last Updated : November 20, 2006 - TinyMCE Version : 2.0.8
|
||||
*/
|
||||
tinyMCE.addToLang('',{
|
||||
bold_desc : 'Negrito (Ctrl+B)',
|
||||
italic_desc : 'Itálico (Ctrl+I)',
|
||||
underline_desc : 'Sublinhar (Ctrl+U)',
|
||||
underline_desc : 'Sublinhado (Ctrl+U)',
|
||||
striketrough_desc : 'Riscado',
|
||||
justifyleft_desc : 'Alinhar à esquerda',
|
||||
justifycenter_desc : 'Centralizado',
|
||||
justifycenter_desc : 'Centralizar',
|
||||
justifyright_desc : 'Alinhar à direita',
|
||||
justifyfull_desc : 'Justificado',
|
||||
justifyfull_desc : 'Justificar',
|
||||
bullist_desc : 'Lista não ordenada',
|
||||
numlist_desc : 'Lista ordenada',
|
||||
outdent_desc : 'Retirar indentação',
|
||||
|
|
@ -25,8 +25,8 @@ undo_desc : 'Desfazer (Ctrl+Z)',
|
|||
redo_desc : 'Refazer (Ctrl+Y)',
|
||||
link_desc : 'Inserir link',
|
||||
unlink_desc : 'Remover link',
|
||||
image_desc : 'Inserir Referência a imagem externa',
|
||||
object_desc : 'Inserir Objeto Multimídia da Galeria',
|
||||
image_desc : 'Inserir referência a imagem externa',
|
||||
object_desc : 'Inserir objeto multimídia da Galeria',
|
||||
cleanup_desc : 'Limpeza de código',
|
||||
focus_alert : 'Uma instância do editor deverá estar selecionada antes de utilizar este comando.',
|
||||
edit_confirm : 'Deseja utilizar o Modo Visual (WYSIWYG) de edição para esta área de texto?',
|
||||
|
|
@ -42,9 +42,9 @@ insert_image_title : 'Inserir/editar imagem',
|
|||
insert_image_src : 'Endereço (URL) da imagem',
|
||||
insert_image_alt : 'Descrição da imagem',
|
||||
help_desc : 'Ajuda',
|
||||
bold_img : "bold.gif",
|
||||
italic_img : "italic.gif",
|
||||
underline_img : "underline.gif",
|
||||
clipboard_msg : 'Copiar/Cortar/Colar não está disponível no Mozilla e Firefox.\nPretende obter mais informação sobre esta questão?',
|
||||
popup_blocked : 'Desculpe, mas sabemos que seu bloqueador de popup desativou uma que permite a funcionabilidade desta aplicação. Você precisa desativar seu bloqueador de popup neste site para que possa ser utilizado todos os recursos desta ferramenta.'
|
||||
});
|
||||
bold_img : 'bold_pt_br.gif',
|
||||
italic_img : 'italic.gif',
|
||||
underline_img : 'underline_pt_br.gif',
|
||||
clipboard_msg : 'Copiar/recortar/colar não está disponível no Mozilla e Firefox.\nPretende obter mais informação sobre esta questão?',
|
||||
popup_blocked : 'Seu navegador bloqueou um popup necessário para o correto funcionamento desta ferramenta. Você precisa desativar seu bloqueador de popup neste site para que todos os recursos possam ser utilizados.'
|
||||
});
|
||||
|
|
@ -1,7 +1,9 @@
|
|||
Language packs are from version 2.0.5 removed from the core but can be downloadable from the TinyMCE website.
|
||||
Beginning with version 2.0.5 the language packs are no
|
||||
longer included with the core distribution.
|
||||
Language packs can be downloaded from the TinyMCE website:
|
||||
http://tinymce.moxiecode.com/download.php
|
||||
|
||||
The language pack codes are based on ISO-639-1
|
||||
The language pack codes are based on ISO-639-1:
|
||||
http://www.loc.gov/standards/iso639-2/englangn.html
|
||||
|
||||
Try using entires if possible. å etc.
|
||||
Plrease try using entities if possible. Like å etc for non a-z characters.
|
||||
|
|
|
|||
41
www/extras/tinymce2/jscripts/tiny_mce/langs/ro.js
vendored
Executable file
41
www/extras/tinymce2/jscripts/tiny_mce/langs/ro.js
vendored
Executable file
|
|
@ -0,0 +1,41 @@
|
|||
// RO lang variables
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
bold_desc : 'Bold (Ctrl+B)',
|
||||
italic_desc : 'Italic (Ctrl+I)',
|
||||
underline_desc : 'Subliniat (Ctrl+U)',
|
||||
striketrough_desc : 'Tăiat',
|
||||
justifyleft_desc : 'Aliniere la stânga',
|
||||
justifycenter_desc : 'Centrat',
|
||||
justifyright_desc : 'Alinere la dreapta',
|
||||
justifyfull_desc : 'Aliniere integrală',
|
||||
bullist_desc : 'Listă neordonată',
|
||||
numlist_desc : 'Listă ordonată',
|
||||
outdent_desc : 'De-indentare',
|
||||
indent_desc : 'Indentare',
|
||||
undo_desc : 'Revenire cu un pas înapoi (Ctrl+Z)',
|
||||
redo_desc : 'Revenire cu un pas înainte (Ctrl+Y)',
|
||||
link_desc : 'Inserează/editează legătură',
|
||||
unlink_desc : 'Şterge legătura',
|
||||
image_desc : 'Inserează/editează imagine',
|
||||
cleanup_desc : 'Curăţă cod neîngrijit',
|
||||
focus_alert : 'O instanţă de editare trebuie să fie activă înainte de folosirea acestei comenzi.',
|
||||
edit_confirm : 'Vrei să foloseşti modul WYSIWYG pentru această zonă de text?',
|
||||
insert_link_title : 'Inserează/editează legătură',
|
||||
insert : 'Inserează',
|
||||
update : 'Actualizează',
|
||||
cancel : 'Anulare',
|
||||
insert_link_url : 'URL legătură',
|
||||
insert_link_target : 'Ţintă legătură',
|
||||
insert_link_target_same : 'Deschide legătura în aceeaşi fereastră',
|
||||
insert_link_target_blank : 'Deschide legătura într-o fereastră nouă',
|
||||
insert_image_title : 'Inserează/editează imagine',
|
||||
insert_image_src : 'URL imagine',
|
||||
insert_image_alt : 'Descriere imagine',
|
||||
help_desc : 'Ajutor',
|
||||
bold_img : "bold.gif",
|
||||
italic_img : "italic.gif",
|
||||
underline_img : "underline.gif",
|
||||
clipboard_msg : 'Copierea/Tăierea/Lipirea nu sunt disponibile în Mozilla şi Firefox.\nVrei mai multe informaţii despre acest lucru?',
|
||||
popup_blocked : 'Ne pare rău, dar am observat că componenta de blocare a popup-urilor a dezactivat o fereastră care asigură funcţionalitatea aplicaţiei. Va trebui să dezactivezi blocarea de popup-uri pe acest portal, pentru a putea folosi acest instrument la întreaga lui capacitate.'
|
||||
});
|
||||
|
|
@ -1,43 +1,43 @@
|
|||
// Russian windows-1251 translation by Vladimir Vitkovsky
|
||||
// admin@transport.su
|
||||
// www.webgui.uanet.biz
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
bold_desc : 'Полужирный',
|
||||
italic_desc : 'Курсив',
|
||||
underline_desc : 'Подчеркнутый',
|
||||
striketrough_desc : 'Перечеркнутый',
|
||||
justifyleft_desc : 'Выравнивание влево',
|
||||
justifycenter_desc : 'Выравнивание по центру',
|
||||
justifyright_desc : 'Выравнивание вправо',
|
||||
justifyfull_desc : 'Равномерное заполнение',
|
||||
bullist_desc : 'Маркированный список',
|
||||
numlist_desc : 'Нумерованный список',
|
||||
outdent_desc : 'Уменьшить отступ',
|
||||
indent_desc : 'Увеличить отспут',
|
||||
undo_desc : 'Отменить',
|
||||
redo_desc : 'Вернуть',
|
||||
link_desc : 'Вставить/изменить ссылку',
|
||||
unlink_desc : 'Убрать ссылку',
|
||||
image_desc : 'Вставить/изменить изображение',
|
||||
cleanup_desc : 'Подчистить избыточный код',
|
||||
focus_alert : 'Для использования данной команды Вы должны находится в поле редактора.',
|
||||
edit_confirm : 'Хотите ли Вы редактировать в визуальном (WYSIWYG) режиме?',
|
||||
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_ru.gif",
|
||||
italic_img : "italic_ru.gif",
|
||||
underline_img : "underline_ru.gif",
|
||||
clipboard_msg : 'Копировать/Вырезать/Вставить недоступны для Mozilla и Firefox.\nХотите узнать об этом подробнее?',
|
||||
popup_blocked : 'Извините, но в Вашем браузере заблокированы всплывающие окна. Для того, чтобы иметь возможность воспользоваться всеми возможностями редактора, необходимо отключить блокировку всплывающих окон для этого сайта.'
|
||||
});
|
||||
// Russian translation by Vladimir Vitkovsky - admin@transport.su
|
||||
// Updated to 2.0.6.1 with some old errors fixed by yarodin@gmail.com for e107.org
|
||||
// Updated to 2.1.0 by Oleg Nitz
|
||||
|
||||
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 : 'Хотите ли Вы редактировать в визуальном (WYSIWYG) режиме?',
|
||||
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_ru.gif",
|
||||
italic_img : "italic_ru.gif",
|
||||
underline_img : "underline_ru.gif",
|
||||
clipboard_msg : 'Копировать/Вырезать/Вставить недоступны для Mozilla и Firefox.\nХотите узнать об этом подробнее?',
|
||||
popup_blocked : 'Извините, но в Вашем браузере заблокированы всплывающие окна. Для того, чтобы иметь возможность воспользоваться всеми возможностями редактора, необходимо отключить блокировку всплывающих окон для этого сайта.'
|
||||
});
|
||||
|
|
|
|||
43
www/extras/tinymce2/jscripts/tiny_mce/langs/ru_CP1251.js
vendored
Executable file
43
www/extras/tinymce2/jscripts/tiny_mce/langs/ru_CP1251.js
vendored
Executable file
|
|
@ -0,0 +1,43 @@
|
|||
// Russian translation by Vladimir Vitkovsky - admin@transport.su
|
||||
// Updated to 2.0.6.1 with some old errors fixed by yarodin@gmail.com for e107.org
|
||||
// Updated to 2.1.0 by Oleg Nitz
|
||||
|
||||
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 : 'Хотите ли Вы редактировать в визуальном (WYSIWYG) режиме?',
|
||||
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_ru.gif",
|
||||
italic_img : "italic_ru.gif",
|
||||
underline_img : "underline_ru.gif",
|
||||
clipboard_msg : 'Копировать/Вырезать/Вставить недоступны для Mozilla и Firefox.\nХотите узнать об этом подробнее?',
|
||||
popup_blocked : 'Извините, но в Вашем браузере заблокированы всплывающие окна. Для того, чтобы иметь возможность воспользоваться всеми возможностями редактора, необходимо отключить блокировку всплывающих окон для этого сайта.'
|
||||
});
|
||||
|
|
@ -1,43 +1,43 @@
|
|||
// Russian KOI8-R translation by Vladimir Vitkovsky
|
||||
// admin@transport.su
|
||||
// www.webgui.uanet.biz
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
bold_desc : 'Полужирный',
|
||||
italic_desc : 'Курсив',
|
||||
underline_desc : 'Подчеркнутый',
|
||||
striketrough_desc : 'Перечеркнутый',
|
||||
justifyleft_desc : 'Выравнивание влево',
|
||||
justifycenter_desc : 'Выравнивание по центру',
|
||||
justifyright_desc : 'Выравнивание вправо',
|
||||
justifyfull_desc : 'Равномерное заполнение',
|
||||
bullist_desc : 'Маркированный список',
|
||||
numlist_desc : 'Нумерованный список',
|
||||
outdent_desc : 'Уменьшить отступ',
|
||||
indent_desc : 'Увеличить отспут',
|
||||
undo_desc : 'Отменить',
|
||||
redo_desc : 'Вернуть',
|
||||
link_desc : 'Вставить/изменить ссылку',
|
||||
unlink_desc : 'Убрать ссылку',
|
||||
image_desc : 'Вставить/изменить изображение',
|
||||
cleanup_desc : 'Подчистить избыточный код',
|
||||
focus_alert : 'Для использования данной команды Вы должны находится в поле редактора.',
|
||||
edit_confirm : 'Хотите ли Вы редактировать в визуальном (WYSIWYG) режиме?',
|
||||
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_ru.gif",
|
||||
italic_img : "italic_ru.gif",
|
||||
underline_img : "underline_ru.gif",
|
||||
clipboard_msg : 'Копировать/Вырезать/Вставить недоступны для Mozilla и Firefox.\nХотите узнать об этом подробнее?',
|
||||
popup_blocked : 'Извините, но в Вашем браузере заблокированы всплывающие окна. Для того, чтобы иметь возможность воспользоваться всеми возможностями редактора, необходимо отключить блокировку всплывающих окон для этого сайта.'
|
||||
});
|
||||
// Russian translation by Vladimir Vitkovsky - admin@transport.su
|
||||
// Updated to 2.0.6.1 with some old errors fixed by yarodin@gmail.com for e107.org
|
||||
// Updated to 2.1.0 by Oleg Nitz
|
||||
|
||||
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 : 'Хотите ли Вы редактировать в визуальном (WYSIWYG) режиме?',
|
||||
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_ru.gif",
|
||||
italic_img : "italic_ru.gif",
|
||||
underline_img : "underline_ru.gif",
|
||||
clipboard_msg : 'Копировать/Вырезать/Вставить недоступны для Mozilla и Firefox.\nХотите узнать об этом подробнее?',
|
||||
popup_blocked : 'Извините, но в Вашем браузере заблокированы всплывающие окна. Для того, чтобы иметь возможность воспользоваться всеми возможностями редактора, необходимо отключить блокировку всплывающих окон для этого сайта.'
|
||||
});
|
||||
|
|
|
|||
41
www/extras/tinymce2/jscripts/tiny_mce/langs/sq.js
vendored
Executable file
41
www/extras/tinymce2/jscripts/tiny_mce/langs/sq.js
vendored
Executable file
|
|
@ -0,0 +1,41 @@
|
|||
// UK lang variables
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
bold_desc : 'I forte (Ctrl+B)',
|
||||
italic_desc : 'Italik (Ctrl+I)',
|
||||
underline_desc : 'I nenvizuar (Ctrl+U)',
|
||||
striketrough_desc : 'Strikethrough',
|
||||
justifyleft_desc : 'Ne te majte',
|
||||
justifycenter_desc : 'Ne mes',
|
||||
justifyright_desc : 'Ne te djathte',
|
||||
justifyfull_desc : 'Justifiko',
|
||||
bullist_desc : 'Liste e parenditur',
|
||||
numlist_desc : 'Liste e renditur',
|
||||
outdent_desc : 'Terhiq',
|
||||
indent_desc : 'Shty',
|
||||
undo_desc : 'Ç\'bej (Ctrl+Z)',
|
||||
redo_desc : 'Ri-bej (Ctrl+Y)',
|
||||
link_desc : 'Nderfut /ndrysho lidhjen',
|
||||
unlink_desc : 'Ç\'lidh',
|
||||
image_desc : 'Nderfut /ndrysho imazhin',
|
||||
cleanup_desc : 'Pastor kodin problematik',
|
||||
focus_alert : 'fokuso nje instance editori pastaj kliko.',
|
||||
edit_confirm : 'A do te perdoresh tinyMce?',
|
||||
insert_link_title : 'Nderfut /ndrysho lidhjen',
|
||||
insert : 'Nderfut',
|
||||
update : 'Ndrysho',
|
||||
cancel : 'Kthehu',
|
||||
insert_link_url : 'URL e lidhjes',
|
||||
insert_link_target : 'Objektivi',
|
||||
insert_link_target_same : 'Hape lidhjen ne po ate dritare',
|
||||
insert_link_target_blank : 'Hape lidhjen ne dritare te re',
|
||||
insert_image_title : 'Nderfut /ndrysho imazhin',
|
||||
insert_image_src : 'URL e imazhit',
|
||||
insert_image_alt : 'Pershkrimi i imazhit',
|
||||
help_desc : 'Ndihme',
|
||||
bold_img : "bold.gif",
|
||||
italic_img : "italic.gif",
|
||||
underline_img : "underline.gif",
|
||||
clipboard_msg : '?',
|
||||
popup_blocked : 'Shiko popup blocker - in.'
|
||||
});
|
||||
41
www/extras/tinymce2/jscripts/tiny_mce/langs/sr.js
vendored
Executable file
41
www/extras/tinymce2/jscripts/tiny_mce/langs/sr.js
vendored
Executable file
|
|
@ -0,0 +1,41 @@
|
|||
// Serbian lang variables
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
bold_desc : 'Podebljano (Ctrl+B)',
|
||||
italic_desc : 'Kurziv (Ctrl+I)',
|
||||
underline_desc : 'Podvučeno (Ctrl+U)',
|
||||
striketrough_desc : 'Linija preko teksta',
|
||||
justifyleft_desc : 'Ravnanje uz levu ivicu',
|
||||
justifycenter_desc : 'Ravnanje na centar',
|
||||
justifyright_desc : 'Ravnanje uz desnu ivicu',
|
||||
justifyfull_desc : 'Ravnanje uz levu i desnu ivicu',
|
||||
bullist_desc : 'Nesortirana lista',
|
||||
numlist_desc : 'Sortirana list',
|
||||
outdent_desc : 'Outdent',
|
||||
indent_desc : 'Indent',
|
||||
undo_desc : 'Undo (Ctrl+Z)',
|
||||
redo_desc : 'Redo (Ctrl+Y)',
|
||||
link_desc : 'Ubacivanje/menjanje linka',
|
||||
unlink_desc : 'Skidanje linka',
|
||||
image_desc : 'Ubacivanje/menjanje slike',
|
||||
cleanup_desc : 'Čišćenje lošeg koda',
|
||||
focus_alert : 'Editor mora imati fokus pre korišćenja ove komande.',
|
||||
edit_confirm : 'Da li želite da koristite obogaćeni modus za ovo tekst polje?',
|
||||
insert_link_title : 'Ubacivanje/menjajne linka',
|
||||
insert : 'Ubacivanje',
|
||||
update : 'Ažuriranje',
|
||||
cancel : 'Nazad',
|
||||
insert_link_url : 'Link URL',
|
||||
insert_link_target : 'Mesto otvaranja',
|
||||
insert_link_target_same : 'Otvaranje u istom prozoru',
|
||||
insert_link_target_blank : 'Otvaranje u novom prozoru',
|
||||
insert_image_title : 'Ubacivanje/menjanje slike',
|
||||
insert_image_src : 'Link za sliku',
|
||||
insert_image_alt : 'Opis slike',
|
||||
help_desc : 'Pomoć',
|
||||
bold_img : "bold.gif",
|
||||
italic_img : "italic.gif",
|
||||
underline_img : "underline.gif",
|
||||
clipboard_msg : 'Copy/Cut/Paste nije moguće u Mozilli i Firefoxu.\nDa li želite više informacija o ovom problemu?',
|
||||
popup_blocked : 'Izvinjavamo se ali primetili smo da je Vaš program za blokiranje pop-up prozora blokirao prozor koji je potreban aplikaciji. Morate ukinuti blokiranje pop-up prozora na ovom sajtu da bi koristili aplikaciju u potpunosti.'
|
||||
});
|
||||
|
|
@ -5,30 +5,30 @@ bold_desc : 'Fet',
|
|||
italic_desc : 'Kursiv',
|
||||
underline_desc : 'Understruken',
|
||||
striketrough_desc : 'Genomstruken',
|
||||
justifyleft_desc : 'Vänsterjustera',
|
||||
justifyleft_desc : 'Vänsterjustera',
|
||||
justifycenter_desc : 'Centrera',
|
||||
justifyright_desc : 'Högerjustera',
|
||||
justifyright_desc : 'Högerjustera',
|
||||
justifyfull_desc : 'Kantjustera',
|
||||
bullist_desc : 'Punktlista',
|
||||
numlist_desc : 'Nummerlista',
|
||||
outdent_desc : 'Utdrag',
|
||||
indent_desc : 'Indrag',
|
||||
undo_desc : 'Ångra',
|
||||
redo_desc : 'Gör om',
|
||||
link_desc : 'Skapa länk',
|
||||
unlink_desc : 'Ta bort länk',
|
||||
undo_desc : 'Ångra',
|
||||
redo_desc : 'Gör om',
|
||||
link_desc : 'Skapa länk',
|
||||
unlink_desc : 'Ta bort länk',
|
||||
image_desc : 'Skapa/redigera bild',
|
||||
cleanup_desc : 'Rensa skräpkod',
|
||||
focus_alert : 'Flytta markören till en textyta innan du använder detta kommando.',
|
||||
edit_confirm : 'Vill du använda WYSIWYG-editorn för detta textfält?',
|
||||
insert_link_title : 'Skapa/redigera länk',
|
||||
cleanup_desc : 'Rensa skräpkod',
|
||||
focus_alert : 'Flytta markören till en textyta innan du använder detta kommando.',
|
||||
edit_confirm : 'Vill du använda WYSIWYG-editorn för detta textfält?',
|
||||
insert_link_title : 'Skapa/redigera länk',
|
||||
insert : 'Skapa',
|
||||
update : 'Uppdatera',
|
||||
cancel : 'Avbryt',
|
||||
insert_link_url : 'Länkens URL',
|
||||
insert_link_target : 'Fönster',
|
||||
insert_link_target_same : 'Öppna länken i samma fönster',
|
||||
insert_link_target_blank : 'Öppna länken i ett nytt fönster',
|
||||
insert_link_url : 'Länkens URL',
|
||||
insert_link_target : 'Fönster',
|
||||
insert_link_target_same : 'Öppna länken i samma fönster',
|
||||
insert_link_target_blank : 'Öppna länken i ett nytt fönster',
|
||||
insert_link_delta_width : 20,
|
||||
insert_link_delta_height : 10,
|
||||
insert_image_title : 'Skapa/redigera bild',
|
||||
|
|
@ -37,7 +37,7 @@ insert_image_alt : 'Bildens beskrivning',
|
|||
bold_img : 'bold_de_se.gif',
|
||||
italic_img : 'italic_de_se.gif',
|
||||
underline_img : "underline.gif",
|
||||
clipboard_msg : 'Klipput/Kopiera/Klistra fungerar inte Mozilla och Firefox. Vill du veta mer om detta?',
|
||||
help_desc : "Hjälp",
|
||||
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.'
|
||||
clipboard_msg : 'Klipp ut/Kopiera/Klistra in fungerar inte Mozilla och Firefox. Vill du veta mer om detta?',
|
||||
help_desc : "Hjälp",
|
||||
popup_blocked : 'En popupblockerare har spärrat ett fönster som behövs för denna funktion. Avaktivera popupblockeraren om du vill kunna använda funktionen.'
|
||||
});
|
||||
|
|
|
|||
43
www/extras/tinymce2/jscripts/tiny_mce/langs/sv_utf8.js
vendored
Executable file
43
www/extras/tinymce2/jscripts/tiny_mce/langs/sv_utf8.js
vendored
Executable file
|
|
@ -0,0 +1,43 @@
|
|||
// SE lang variables
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
bold_desc : 'Fet',
|
||||
italic_desc : 'Kursiv',
|
||||
underline_desc : 'Understruken',
|
||||
striketrough_desc : 'Genomstruken',
|
||||
justifyleft_desc : 'Vänsterjustera',
|
||||
justifycenter_desc : 'Centrera',
|
||||
justifyright_desc : 'Högerjustera',
|
||||
justifyfull_desc : 'Kantjustera',
|
||||
bullist_desc : 'Punktlista',
|
||||
numlist_desc : 'Nummerlista',
|
||||
outdent_desc : 'Utdrag',
|
||||
indent_desc : 'Indrag',
|
||||
undo_desc : 'Ångra',
|
||||
redo_desc : 'Gör om',
|
||||
link_desc : 'Skapa länk',
|
||||
unlink_desc : 'Ta bort länk',
|
||||
image_desc : 'Skapa/redigera bild',
|
||||
cleanup_desc : 'Rensa skräpkod',
|
||||
focus_alert : 'Flytta markören till en textyta innan du använder detta kommando.',
|
||||
edit_confirm : 'Vill du använda WYSIWYG-editorn för detta textfält?',
|
||||
insert_link_title : 'Skapa/redigera länk',
|
||||
insert : 'Skapa',
|
||||
update : 'Uppdatera',
|
||||
cancel : 'Avbryt',
|
||||
insert_link_url : 'Länkens URL',
|
||||
insert_link_target : 'Fönster',
|
||||
insert_link_target_same : 'Öppna länken i samma fönster',
|
||||
insert_link_target_blank : 'Öppna länken i ett nytt fönster',
|
||||
insert_link_delta_width : 20,
|
||||
insert_link_delta_height : 10,
|
||||
insert_image_title : 'Skapa/redigera bild',
|
||||
insert_image_src : 'Bildens URL',
|
||||
insert_image_alt : 'Bildens beskrivning',
|
||||
bold_img : 'bold_de_se.gif',
|
||||
italic_img : 'italic_de_se.gif',
|
||||
underline_img : "underline.gif",
|
||||
clipboard_msg : 'Klipp ut/Kopiera/Klistra in fungerar inte Mozilla och Firefox. Vill du veta mer om detta?',
|
||||
help_desc : "Hjälp",
|
||||
popup_blocked : 'En popupblockerare har spärrat ett fönster som behövs för denna funktion. Avaktivera popupblockeraren om du vill kunna använda funktionen.'
|
||||
});
|
||||
41
www/extras/tinymce2/jscripts/tiny_mce/langs/uk.js
vendored
Executable file
41
www/extras/tinymce2/jscripts/tiny_mce/langs/uk.js
vendored
Executable file
|
|
@ -0,0 +1,41 @@
|
|||
// Ukrainian translation
|
||||
|
||||
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 : 'Чи хочете редагувати у візуальному (WYSIWYG) режимі?',
|
||||
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_ru.gif",
|
||||
italic_img : "italic_ru.gif",
|
||||
underline_img : "underline_ru.gif",
|
||||
clipboard_msg : 'Копіювати/Вирізати/Вставити недоступні для Mozilla і Firefox.\nХочете дізнатися про це докладніше?',
|
||||
popup_blocked : 'Вибачте, але у Вашому браузері заблоковані спливаючі вікна. Щоб користуватися всіма можливостями редактора, треба відключити для цього сайту блокування спливаючих вікон.'
|
||||
});
|
||||
41
www/extras/tinymce2/jscripts/tiny_mce/langs/uk_CP1251.js
vendored
Executable file
41
www/extras/tinymce2/jscripts/tiny_mce/langs/uk_CP1251.js
vendored
Executable file
|
|
@ -0,0 +1,41 @@
|
|||
// Ukrainian translation
|
||||
|
||||
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 : '×è õî÷åòå ðåäàãóâàòè ó â³çóàëüíîìó (WYSIWYG) ðåæèì³?',
|
||||
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_ru.gif",
|
||||
italic_img : "italic_ru.gif",
|
||||
underline_img : "underline_ru.gif",
|
||||
clipboard_msg : 'Êîï³þâàòè/Âèð³çàòè/Âñòàâèòè íåäîñòóïí³ äëÿ Mozilla ³ Firefox.\nÕî÷åòå ä³çíàòèñÿ ïðî öå äîêëàäí³øå?',
|
||||
popup_blocked : 'Âèáà÷òå, àëå ó Âàøîìó áðàóçåð³ çàáëîêîâàí³ ñïëèâàþ÷³ â³êíà. Ùîá êîðèñòóâàòèñÿ âñ³ìà ìîæëèâîñòÿìè ðåäàêòîðà, òðåáà â³äêëþ÷èòè äëÿ öüîãî ñàéòó áëîêóâàííÿ ñïëèâàþ÷èõ â³êîí.'
|
||||
});
|
||||
41
www/extras/tinymce2/jscripts/tiny_mce/langs/uk_KOI8-U.js
vendored
Executable file
41
www/extras/tinymce2/jscripts/tiny_mce/langs/uk_KOI8-U.js
vendored
Executable file
|
|
@ -0,0 +1,41 @@
|
|||
// Ukrainian translation
|
||||
|
||||
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 : 'þÉ ÈÏÞÅÔÅ ÒÅÄÁÇÕ×ÁÔÉ Õ ×¦ÚÕÁÌØÎÏÍÕ (WYSIWYG) ÒÅÖÉͦ?',
|
||||
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_ru.gif",
|
||||
italic_img : "italic_ru.gif",
|
||||
underline_img : "underline_ru.gif",
|
||||
clipboard_msg : 'ëÏЦÀ×ÁÔÉ/÷ÉÒ¦ÚÁÔÉ/÷ÓÔÁ×ÉÔÉ ÎÅÄÏÓÔÕÐΦ ÄÌÑ Mozilla ¦ Firefox.\nèÏÞÅÔŠĦÚÎÁÔÉÓÑ ÐÒÏ ÃÅ ÄÏËÌÁÄΦÛÅ?',
|
||||
popup_blocked : '÷ÉÂÁÞÔÅ, ÁÌÅ Õ ÷ÁÛÏÍÕ ÂÒÁÕÚÅÒ¦ ÚÁÂÌÏËÏ×ÁΦ ÓÐÌÉ×ÁÀÞ¦ צËÎÁ. ýÏ ËÏÒÉÓÔÕ×ÁÔÉÓÑ ×Ó¦ÍÁ ÍÏÖÌÉ×ÏÓÔÑÍÉ ÒÅÄÁËÔÏÒÁ, ÔÒÅÂÁ צÄËÌÀÞÉÔÉ ÄÌÑ ÃØÏÇÏ ÓÁÊÔÕ ÂÌÏËÕ×ÁÎÎÑ ÓÐÌÉ×ÁÀÞÉÈ ×¦ËÏÎ.'
|
||||
});
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
// Vietnamese lang variables - Đỗ Xuân Tiến - tiendx2002@yahoo.com Việt hóa
|
||||
// Vietnamese lang variables - Đỗ Xuân Tiến - tiendx2002@yahoo.com Việt hóa
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
bold_desc : 'Đậm (Ctrl+B)',
|
||||
|
|
@ -23,7 +23,7 @@ focus_alert : 'Cần nhấn chuột vào bên trong ô nhập trước khi sử
|
|||
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',
|
||||
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',
|
||||
|
|
|
|||
|
|
@ -1,13 +1,14 @@
|
|||
GNU LIBRARY GENERAL PUBLIC LICENSE
|
||||
Version 2, June 1991
|
||||
GNU LESSER GENERAL PUBLIC LICENSE
|
||||
Version 2.1, February 1999
|
||||
|
||||
Copyright (C) 1991 Free Software Foundation, Inc.
|
||||
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
Copyright (C) 1991, 1999 Free Software Foundation, Inc.
|
||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
Everyone is permitted to copy and distribute verbatim copies
|
||||
of this license document, but changing it is not allowed.
|
||||
|
||||
[This is the first released version of the library GPL. It is
|
||||
numbered 2 because it goes with version 2 of the ordinary GPL.]
|
||||
[This is the first released version of the Lesser GPL. It also counts
|
||||
as the successor of the GNU Library Public License, version 2, hence
|
||||
the version number 2.1.]
|
||||
|
||||
Preamble
|
||||
|
||||
|
|
@ -16,97 +17,109 @@ freedom to share and change it. By contrast, the GNU General Public
|
|||
Licenses are intended to guarantee your freedom to share and change
|
||||
free software--to make sure the software is free for all its users.
|
||||
|
||||
This license, the Library General Public License, applies to some
|
||||
specially designated Free Software Foundation software, and to any
|
||||
other libraries whose authors decide to use it. You can use it for
|
||||
your libraries, too.
|
||||
This license, the Lesser General Public License, applies to some
|
||||
specially designated software packages--typically libraries--of the
|
||||
Free Software Foundation and other authors who decide to use it. You
|
||||
can use it too, but we suggest you first think carefully about whether
|
||||
this license or the ordinary General Public License is the better
|
||||
strategy to use in any particular case, based on the explanations below.
|
||||
|
||||
When we speak of free software, we are referring to freedom, not
|
||||
price. Our General Public Licenses are designed to make sure that you
|
||||
have the freedom to distribute copies of free software (and charge for
|
||||
this service if you wish), that you receive source code or can get it
|
||||
if you want it, that you can change the software or use pieces of it
|
||||
in new free programs; and that you know you can do these things.
|
||||
When we speak of free software, we are referring to freedom of use,
|
||||
not price. Our General Public Licenses are designed to make sure that
|
||||
you have the freedom to distribute copies of free software (and charge
|
||||
for this service if you wish); that you receive source code or can get
|
||||
it if you want it; that you can change the software and use pieces of
|
||||
it in new free programs; and that you are informed that you can do
|
||||
these things.
|
||||
|
||||
To protect your rights, we need to make restrictions that forbid
|
||||
anyone to deny you these rights or to ask you to surrender the rights.
|
||||
These restrictions translate to certain responsibilities for you if
|
||||
you distribute copies of the library, or if you modify it.
|
||||
distributors to deny you these rights or to ask you to surrender these
|
||||
rights. These restrictions translate to certain responsibilities for
|
||||
you if you distribute copies of the library or if you modify it.
|
||||
|
||||
For example, if you distribute copies of the library, whether gratis
|
||||
or for a fee, you must give the recipients all the rights that we gave
|
||||
you. You must make sure that they, too, receive or can get the source
|
||||
code. If you link a program with the library, you must provide
|
||||
complete object files to the recipients so that they can relink them
|
||||
with the library, after making changes to the library and recompiling
|
||||
code. If you link other code with the library, you must provide
|
||||
complete object files to the recipients, so that they can relink them
|
||||
with the library after making changes to the library and recompiling
|
||||
it. And you must show them these terms so they know their rights.
|
||||
|
||||
Our method of protecting your rights has two steps: (1) copyright
|
||||
the library, and (2) offer you this license which gives you legal
|
||||
We protect your rights with a two-step method: (1) we copyright the
|
||||
library, and (2) we offer you this license, which gives you legal
|
||||
permission to copy, distribute and/or modify the library.
|
||||
|
||||
Also, for each distributor's protection, we want to make certain
|
||||
that everyone understands that there is no warranty for this free
|
||||
library. If the library is modified by someone else and passed on, we
|
||||
want its recipients to know that what they have is not the original
|
||||
version, so that any problems introduced by others will not reflect on
|
||||
the original authors' reputations.
|
||||
.
|
||||
Finally, any free program is threatened constantly by software
|
||||
patents. We wish to avoid the danger that companies distributing free
|
||||
software will individually obtain patent licenses, thus in effect
|
||||
transforming the program into proprietary software. To prevent this,
|
||||
we have made it clear that any patent must be licensed for everyone's
|
||||
free use or not licensed at all.
|
||||
To protect each distributor, we want to make it very clear that
|
||||
there is no warranty for the free library. Also, if the library is
|
||||
modified by someone else and passed on, the recipients should know
|
||||
that what they have is not the original version, so that the original
|
||||
author's reputation will not be affected by problems that might be
|
||||
introduced by others.
|
||||
|
||||
Most GNU software, including some libraries, is covered by the ordinary
|
||||
GNU General Public License, which was designed for utility programs. This
|
||||
license, the GNU Library General Public License, applies to certain
|
||||
designated libraries. This license is quite different from the ordinary
|
||||
one; be sure to read it in full, and don't assume that anything in it is
|
||||
the same as in the ordinary license.
|
||||
Finally, software patents pose a constant threat to the existence of
|
||||
any free program. We wish to make sure that a company cannot
|
||||
effectively restrict the users of a free program by obtaining a
|
||||
restrictive license from a patent holder. Therefore, we insist that
|
||||
any patent license obtained for a version of the library must be
|
||||
consistent with the full freedom of use specified in this license.
|
||||
|
||||
The reason we have a separate public license for some libraries is that
|
||||
they blur the distinction we usually make between modifying or adding to a
|
||||
program and simply using it. Linking a program with a library, without
|
||||
changing the library, is in some sense simply using the library, and is
|
||||
analogous to running a utility program or application program. However, in
|
||||
a textual and legal sense, the linked executable is a combined work, a
|
||||
derivative of the original library, and the ordinary General Public License
|
||||
treats it as such.
|
||||
Most GNU software, including some libraries, is covered by the
|
||||
ordinary GNU General Public License. This license, the GNU Lesser
|
||||
General Public License, applies to certain designated libraries, and
|
||||
is quite different from the ordinary General Public License. We use
|
||||
this license for certain libraries in order to permit linking those
|
||||
libraries into non-free programs.
|
||||
|
||||
Because of this blurred distinction, using the ordinary General
|
||||
Public License for libraries did not effectively promote software
|
||||
sharing, because most developers did not use the libraries. We
|
||||
concluded that weaker conditions might promote sharing better.
|
||||
When a program is linked with a library, whether statically or using
|
||||
a shared library, the combination of the two is legally speaking a
|
||||
combined work, a derivative of the original library. The ordinary
|
||||
General Public License therefore permits such linking only if the
|
||||
entire combination fits its criteria of freedom. The Lesser General
|
||||
Public License permits more lax criteria for linking other code with
|
||||
the library.
|
||||
|
||||
However, unrestricted linking of non-free programs would deprive the
|
||||
users of those programs of all benefit from the free status of the
|
||||
libraries themselves. This Library General Public License is intended to
|
||||
permit developers of non-free programs to use free libraries, while
|
||||
preserving your freedom as a user of such programs to change the free
|
||||
libraries that are incorporated in them. (We have not seen how to achieve
|
||||
this as regards changes in header files, but we have achieved it as regards
|
||||
changes in the actual functions of the Library.) The hope is that this
|
||||
will lead to faster development of free libraries.
|
||||
We call this license the "Lesser" General Public License because it
|
||||
does Less to protect the user's freedom than the ordinary General
|
||||
Public License. It also provides other free software developers Less
|
||||
of an advantage over competing non-free programs. These disadvantages
|
||||
are the reason we use the ordinary General Public License for many
|
||||
libraries. However, the Lesser license provides advantages in certain
|
||||
special circumstances.
|
||||
|
||||
For example, on rare occasions, there may be a special need to
|
||||
encourage the widest possible use of a certain library, so that it becomes
|
||||
a de-facto standard. To achieve this, non-free programs must be
|
||||
allowed to use the library. A more frequent case is that a free
|
||||
library does the same job as widely used non-free libraries. In this
|
||||
case, there is little to gain by limiting the free library to free
|
||||
software only, so we use the Lesser General Public License.
|
||||
|
||||
In other cases, permission to use a particular library in non-free
|
||||
programs enables a greater number of people to use a large body of
|
||||
free software. For example, permission to use the GNU C Library in
|
||||
non-free programs enables many more people to use the whole GNU
|
||||
operating system, as well as its variant, the GNU/Linux operating
|
||||
system.
|
||||
|
||||
Although the Lesser General Public License is Less protective of the
|
||||
users' freedom, it does ensure that the user of a program that is
|
||||
linked with the Library has the freedom and the wherewithal to run
|
||||
that program using a modified version of the Library.
|
||||
|
||||
The precise terms and conditions for copying, distribution and
|
||||
modification follow. Pay close attention to the difference between a
|
||||
"work based on the library" and a "work that uses the library". The
|
||||
former contains code derived from the library, while the latter only
|
||||
works together with the library.
|
||||
former contains code derived from the library, whereas the latter must
|
||||
be combined with the library in order to run.
|
||||
|
||||
Note that it is possible for a library to be covered by the ordinary
|
||||
General Public License rather than by this special one.
|
||||
.
|
||||
GNU LIBRARY GENERAL PUBLIC LICENSE
|
||||
GNU LESSER GENERAL PUBLIC LICENSE
|
||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||
|
||||
0. This License Agreement applies to any software library which
|
||||
contains a notice placed by the copyright holder or other authorized
|
||||
party saying it may be distributed under the terms of this Library
|
||||
General Public License (also called "this License"). Each licensee is
|
||||
addressed as "you".
|
||||
0. This License Agreement applies to any software library or other
|
||||
program which contains a notice placed by the copyright holder or
|
||||
other authorized party saying it may be distributed under the terms of
|
||||
this Lesser General Public License (also called "this License").
|
||||
Each licensee is addressed as "you".
|
||||
|
||||
A "library" means a collection of software functions and/or data
|
||||
prepared so as to be conveniently linked with application programs
|
||||
|
|
@ -145,7 +158,7 @@ Library.
|
|||
You may charge a fee for the physical act of transferring a copy,
|
||||
and you may at your option offer warranty protection in exchange for a
|
||||
fee.
|
||||
.
|
||||
|
||||
2. You may modify your copy or copies of the Library or any portion
|
||||
of it, thus forming a work based on the Library, and copy and
|
||||
distribute such modifications or work under the terms of Section 1
|
||||
|
|
@ -203,7 +216,7 @@ instead of to this License. (If a newer version than version 2 of the
|
|||
ordinary GNU General Public License has appeared, then you can specify
|
||||
that version instead if you wish.) Do not make any other change in
|
||||
these notices.
|
||||
.
|
||||
|
||||
Once this change is made in a given copy, it is irreversible for
|
||||
that copy, so the ordinary GNU General Public License applies to all
|
||||
subsequent copies and derivative works made from that copy.
|
||||
|
|
@ -254,8 +267,8 @@ Library will still fall under Section 6.)
|
|||
distribute the object code for the work under the terms of Section 6.
|
||||
Any executables containing that work also fall under Section 6,
|
||||
whether or not they are linked directly with the Library itself.
|
||||
.
|
||||
6. As an exception to the Sections above, you may also compile or
|
||||
|
||||
6. As an exception to the Sections above, you may also combine or
|
||||
link a "work that uses the Library" with the Library to produce a
|
||||
work containing portions of the Library, and distribute that work
|
||||
under terms of your choice, provided that the terms permit
|
||||
|
|
@ -282,23 +295,31 @@ of these things:
|
|||
Library will not necessarily be able to recompile the application
|
||||
to use the modified definitions.)
|
||||
|
||||
b) Accompany the work with a written offer, valid for at
|
||||
b) Use a suitable shared library mechanism for linking with the
|
||||
Library. A suitable mechanism is one that (1) uses at run time a
|
||||
copy of the library already present on the user's computer system,
|
||||
rather than copying library functions into the executable, and (2)
|
||||
will operate properly with a modified version of the library, if
|
||||
the user installs one, as long as the modified version is
|
||||
interface-compatible with the version that the work was made with.
|
||||
|
||||
c) Accompany the work with a written offer, valid for at
|
||||
least three years, to give the same user the materials
|
||||
specified in Subsection 6a, above, for a charge no more
|
||||
than the cost of performing this distribution.
|
||||
|
||||
c) If distribution of the work is made by offering access to copy
|
||||
d) If distribution of the work is made by offering access to copy
|
||||
from a designated place, offer equivalent access to copy the above
|
||||
specified materials from the same place.
|
||||
|
||||
d) Verify that the user has already received a copy of these
|
||||
e) Verify that the user has already received a copy of these
|
||||
materials or that you have already sent this user a copy.
|
||||
|
||||
For an executable, the required form of the "work that uses the
|
||||
Library" must include any data and utility programs needed for
|
||||
reproducing the executable from it. However, as a special exception,
|
||||
the source code distributed need not include anything that is normally
|
||||
distributed (in either source or binary form) with the major
|
||||
the materials to be distributed need not include anything that is
|
||||
normally distributed (in either source or binary form) with the major
|
||||
components (compiler, kernel, and so on) of the operating system on
|
||||
which the executable runs, unless that component itself accompanies
|
||||
the executable.
|
||||
|
|
@ -308,7 +329,7 @@ restrictions of other proprietary libraries that do not normally
|
|||
accompany the operating system. Such a contradiction means you cannot
|
||||
use both them and the Library together in an executable that you
|
||||
distribute.
|
||||
.
|
||||
|
||||
7. You may place library facilities that are a work based on the
|
||||
Library side-by-side in a single library together with other library
|
||||
facilities not covered by this License, and distribute such a combined
|
||||
|
|
@ -347,9 +368,9 @@ Library), the recipient automatically receives a license from the
|
|||
original licensor to copy, distribute, link with or modify the Library
|
||||
subject to these terms and conditions. You may not impose any further
|
||||
restrictions on the recipients' exercise of the rights granted herein.
|
||||
You are not responsible for enforcing compliance by third parties to
|
||||
You are not responsible for enforcing compliance by third parties with
|
||||
this License.
|
||||
.
|
||||
|
||||
11. If, as a consequence of a court judgment or allegation of patent
|
||||
infringement or for any other reason (not limited to patent issues),
|
||||
conditions are imposed on you (whether by court order, agreement or
|
||||
|
|
@ -390,7 +411,7 @@ excluded. In such case, this License incorporates the limitation as if
|
|||
written in the body of this License.
|
||||
|
||||
13. The Free Software Foundation may publish revised and/or new
|
||||
versions of the Library General Public License from time to time.
|
||||
versions of the Lesser General Public License from time to time.
|
||||
Such new versions will be similar in spirit to the present version,
|
||||
but may differ in detail to address new problems or concerns.
|
||||
|
||||
|
|
@ -401,7 +422,7 @@ conditions either of that version or of any later version published by
|
|||
the Free Software Foundation. If the Library does not specify a
|
||||
license version number, you may choose any version ever published by
|
||||
the Free Software Foundation.
|
||||
.
|
||||
|
||||
14. If you wish to incorporate parts of the Library into other free
|
||||
programs whose distribution conditions are incompatible with these,
|
||||
write to the author to ask for permission. For software which is
|
||||
|
|
@ -435,3 +456,49 @@ SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
|||
DAMAGES.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
How to Apply These Terms to Your New Libraries
|
||||
|
||||
If you develop a new library, and you want it to be of the greatest
|
||||
possible use to the public, we recommend making it free software that
|
||||
everyone can redistribute and change. You can do so by permitting
|
||||
redistribution under these terms (or, alternatively, under the terms of the
|
||||
ordinary General Public License).
|
||||
|
||||
To apply these terms, attach the following notices to the library. It is
|
||||
safest to attach them to the start of each source file to most effectively
|
||||
convey the exclusion of warranty; and each file should have at least the
|
||||
"copyright" line and a pointer to where the full notice is found.
|
||||
|
||||
<one line to give the library's name and a brief idea of what it does.>
|
||||
Copyright (C) <year> <name of author>
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Lesser General Public
|
||||
License as published by the Free Software Foundation; either
|
||||
version 2.1 of the License, or (at your option) any later version.
|
||||
|
||||
This library is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
Lesser General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU Lesser General Public
|
||||
License along with this library; if not, write to the Free Software
|
||||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
Also add information on how to contact you by electronic and paper mail.
|
||||
|
||||
You should also get your employer (if you work as a programmer) or your
|
||||
school, if any, to sign a "copyright disclaimer" for the library, if
|
||||
necessary. Here is a sample; alter the names:
|
||||
|
||||
Yoyodyne, Inc., hereby disclaims all copyright interest in the
|
||||
library `Frob' (a library for tweaking knobs) written by James Random Hacker.
|
||||
|
||||
<signature of Ty Coon>, 1 April 1990
|
||||
Ty Coon, President of Vice
|
||||
|
||||
That's all there is to it!
|
||||
|
||||
|
||||
|
|
|
|||
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/_template/langs/ca.js
vendored
Executable file
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/_template/langs/ca.js
vendored
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
// UK lang variables
|
||||
|
||||
/* Remember to namespace the language parameters lang_<your plugin>_<some name> */
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
template_title : 'This is just a template popup',
|
||||
template_desc : 'This is just a template button'
|
||||
});
|
||||
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/_template/langs/cs.js
vendored
Normal file
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/_template/langs/cs.js
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
// UK lang variables
|
||||
|
||||
/* Remember to namespace the language parameters lang_<your plugin>_<some name> */
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
template_title : 'This is just a template popup',
|
||||
template_desc : 'This is just a template button'
|
||||
});
|
||||
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/_template/langs/cy.js
vendored
Normal file
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/_template/langs/cy.js
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
// UK lang variables
|
||||
|
||||
/* Remember to namespace the language parameters lang_<your plugin>_<some name> */
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
template_title : 'This is just a template popup',
|
||||
template_desc : 'This is just a template button'
|
||||
});
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
// DK lang variables contributed by Jan Moelgaard
|
||||
// DK lang variables - Transl.:Jan Moelgaard - Corr.:
|
||||
|
||||
/* Remember to namespace the language parameters lang_<your plugin>_<some name> */
|
||||
|
||||
|
|
|
|||
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/_template/langs/el.js
vendored
Executable file
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/_template/langs/el.js
vendored
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
// Initial translation by Dimitris Giannitsaros / MediSign SA
|
||||
|
||||
/* Remember to namespace the language parameters lang_<your plugin>_<some name> */
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
template_title : '¸íá popup ðñüôõðï',
|
||||
template_desc : '¸íá êïõìðß template'
|
||||
});
|
||||
|
|
@ -4,11 +4,12 @@
|
|||
* Authors : Alvaro Velasco,
|
||||
* Adolfo Sanz De Diego (asanzdiego) <asanzdiego@yahoo.es>,
|
||||
* Carlos C Soto (eclipxe) <csoto@sia-solutions.com>
|
||||
* Last Updated : October 17, 2005
|
||||
* TinyMCE Version : 2.0RC3
|
||||
* Eneko Castresana Vara
|
||||
* Last Updated : July 14, 2006
|
||||
* TinyMCE Version : 2.0.6.1
|
||||
*/
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
template_title : 'Esto es solo la plantilla de un popup',
|
||||
template_desc : 'Esto es solo la plantilla de un botón'
|
||||
template_title : 'Esto es sólo la plantilla de un popup',
|
||||
template_desc : 'Esto es sólo la plantilla de un botón'
|
||||
});
|
||||
|
|
|
|||
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/_template/langs/fa.js
vendored
Normal file
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/_template/langs/fa.js
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
// UK lang variables
|
||||
|
||||
/* Remember to namespace the language parameters lang_<your plugin>_<some name> */
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
template_title : 'This is just a template popup',
|
||||
template_desc : 'This is just a template button'
|
||||
});
|
||||
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/_template/langs/fi.js
vendored
Executable file
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/_template/langs/fi.js
vendored
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
// UK lang variables
|
||||
|
||||
/* Remember to namespace the language parameters lang_<your plugin>_<some name> */
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
template_title : 'This is just a template popup',
|
||||
template_desc : 'This is just a template button'
|
||||
});
|
||||
14
www/extras/tinymce2/jscripts/tiny_mce/plugins/_template/langs/it.js
vendored
Executable file
14
www/extras/tinymce2/jscripts/tiny_mce/plugins/_template/langs/it.js
vendored
Executable file
|
|
@ -0,0 +1,14 @@
|
|||
/**
|
||||
* IT lang variables
|
||||
*
|
||||
* Author : Luciano Vernaschi <luciano@virgilio.it>
|
||||
* Last Updated : Oct. 17th, 2006
|
||||
* TinyMCE Version : 2.0.7
|
||||
*/
|
||||
|
||||
/* Remember to namespace the language parameters lang_<your plugin>_<some name> */
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
template_title : 'Questo è solo un modello di popup',
|
||||
template_desc : 'Questo è solo un modello di pulsante'
|
||||
});
|
||||
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/_template/langs/ja.js
vendored
Normal file
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/_template/langs/ja.js
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
// UK lang variables
|
||||
|
||||
/* Remember to namespace the language parameters lang_<your plugin>_<some name> */
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
template_title : 'This is just a template popup',
|
||||
template_desc : 'This is just a template button'
|
||||
});
|
||||
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/_template/langs/ja_euc-jp.js
vendored
Normal file
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/_template/langs/ja_euc-jp.js
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
// UK lang variables
|
||||
|
||||
/* Remember to namespace the language parameters lang_<your plugin>_<some name> */
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
template_title : 'This is just a template popup',
|
||||
template_desc : 'This is just a template button'
|
||||
});
|
||||
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/_template/langs/ja_shift_jis.js
vendored
Normal file
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/_template/langs/ja_shift_jis.js
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
// UK lang variables
|
||||
|
||||
/* Remember to namespace the language parameters lang_<your plugin>_<some name> */
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
template_title : 'This is just a template popup',
|
||||
template_desc : 'This is just a template button'
|
||||
});
|
||||
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/_template/langs/ja_utf-8.js
vendored
Normal file
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/_template/langs/ja_utf-8.js
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
// UK lang variables
|
||||
|
||||
/* Remember to namespace the language parameters lang_<your plugin>_<some name> */
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
template_title : 'This is just a template popup',
|
||||
template_desc : 'This is just a template button'
|
||||
});
|
||||
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/_template/langs/ko.js
vendored
Normal file
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/_template/langs/ko.js
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
// UK lang variables
|
||||
|
||||
/* Remember to namespace the language parameters lang_<your plugin>_<some name> */
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
template_title : 'This is just a template popup',
|
||||
template_desc : 'This is just a template button'
|
||||
});
|
||||
|
|
@ -2,12 +2,13 @@
|
|||
* pt_br lang variables
|
||||
* Brazilian Portuguese
|
||||
*
|
||||
* Authors :
|
||||
* Author
|
||||
* Revision and modifications:
|
||||
* Marcio Barbosa (mpg) <mpg@mpg.com.br>
|
||||
* Last Updated : November 26, 2005
|
||||
* TinyMCE Version : 2.0RC4
|
||||
* First Release : November 26, 2005 - TinyMCE Version : 2.0RC4
|
||||
* Last Updated : November 20, 2006 - TinyMCE Version : 2.0.8
|
||||
*/
|
||||
tinyMCE.addToLang('',{
|
||||
template_title : 'Este é só um modêlo de popup',
|
||||
template_desc : 'Este é só um modêlo de botão'
|
||||
template_title : 'Este é só um modelo de popup',
|
||||
template_desc : 'Este é só um modelo de botão'
|
||||
});
|
||||
|
|
|
|||
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/_template/langs/ro.js
vendored
Executable file
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/_template/langs/ro.js
vendored
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
// RO lang variables
|
||||
|
||||
/* Remember to namespace the language parameters lang_<your plugin>_<some name> */
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
template_title : 'Acesta este doar model de tip popup',
|
||||
template_desc : 'Acesta este doar un model de buton'
|
||||
});
|
||||
|
|
@ -1,8 +1,8 @@
|
|||
// RU cp1251 lang variables
|
||||
// RU lang variables UTF-8
|
||||
|
||||
/* Remember to namespace the language parameters lang_<your plugin>_<some name> */
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
template_title : 'Ýòî øàáëîí äëÿ popup',
|
||||
template_desc : 'Ýòî øàáëîí äëÿ êíîïêè'
|
||||
template_title : 'Это шаблон для всплывающего окна',
|
||||
template_desc : 'Это шаблон для кнопки'
|
||||
});
|
||||
|
|
|
|||
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/_template/langs/ru_CP1251.js
vendored
Executable file
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/_template/langs/ru_CP1251.js
vendored
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
// RU lang variables cp1251
|
||||
|
||||
/* Remember to namespace the language parameters lang_<your plugin>_<some name> */
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
template_title : 'Ýòî øàáëîí äëÿ âñïëûâàþùåãî îêíà',
|
||||
template_desc : 'Ýòî øàáëîí äëÿ êíîïêè'
|
||||
});
|
||||
|
|
@ -1,8 +1,8 @@
|
|||
// RU KOI8-R lang variables
|
||||
// RU lang variables KOI8-R
|
||||
|
||||
/* Remember to namespace the language parameters lang_<your plugin>_<some name> */
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
template_title : 'üÔÏ ÛÁÂÌÏÎ ÄÌÑ popup',
|
||||
template_title : 'üÔÏ ÛÁÂÌÏÎ ÄÌÑ ×ÓÐÌÙ×ÁÀÝÅÇÏ ÏËÎÁ',
|
||||
template_desc : 'üÔÏ ÛÁÂÌÏÎ ÄÌÑ ËÎÏÐËÉ'
|
||||
});
|
||||
|
|
|
|||
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/_template/langs/sk.js
vendored
Normal file
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/_template/langs/sk.js
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
// UK lang variables
|
||||
|
||||
/* Remember to namespace the language parameters lang_<your plugin>_<some name> */
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
template_title : 'This is just a template popup',
|
||||
template_desc : 'This is just a template button'
|
||||
});
|
||||
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/_template/langs/sq.js
vendored
Executable file
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/_template/langs/sq.js
vendored
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
// UK lang variables
|
||||
|
||||
/* Remember to namespace the language parameters lang_<your plugin>_<some name> */
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
template_title : 'Kjo eshte nje dritare teme',
|
||||
template_desc : 'Ky eshte nje buton teme'
|
||||
});
|
||||
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/_template/langs/sr.js
vendored
Executable file
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/_template/langs/sr.js
vendored
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
// SR lang variables
|
||||
|
||||
/* Remember to namespace the language parameters lang_<your plugin>_<some name> */
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
template_title : 'Ovo je samo popup za template',
|
||||
template_desc : 'Ovo je samo dugme u template-u'
|
||||
});
|
||||
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/_template/langs/sv.js
vendored
Normal file
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/_template/langs/sv.js
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
// UK lang variables
|
||||
|
||||
/* Remember to namespace the language parameters lang_<your plugin>_<some name> */
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
template_title : 'This is just a template popup',
|
||||
template_desc : 'This is just a template button'
|
||||
});
|
||||
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/_template/langs/sv_utf8.js
vendored
Executable file
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/_template/langs/sv_utf8.js
vendored
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
// UK lang variables
|
||||
|
||||
/* Remember to namespace the language parameters lang_<your plugin>_<some name> */
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
template_title : 'This is just a template popup',
|
||||
template_desc : 'This is just a template button'
|
||||
});
|
||||
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/_template/langs/uk.js
vendored
Normal file
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/_template/langs/uk.js
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
// UK lang variables
|
||||
|
||||
/* Remember to namespace the language parameters lang_<your plugin>_<some name> */
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
template_title : 'This is just a template popup',
|
||||
template_desc : 'This is just a template button'
|
||||
});
|
||||
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/_template/langs/uk_CP1251.js
vendored
Normal file
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/_template/langs/uk_CP1251.js
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
// UK lang variables
|
||||
|
||||
/* Remember to namespace the language parameters lang_<your plugin>_<some name> */
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
template_title : 'This is just a template popup',
|
||||
template_desc : 'This is just a template button'
|
||||
});
|
||||
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/_template/langs/uk_KOI8-U.js
vendored
Normal file
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/_template/langs/uk_KOI8-U.js
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
// UK lang variables
|
||||
|
||||
/* Remember to namespace the language parameters lang_<your plugin>_<some name> */
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
template_title : 'This is just a template popup',
|
||||
template_desc : 'This is just a template button'
|
||||
});
|
||||
|
|
@ -1 +1 @@
|
|||
tinyMCE.importPluginLanguagePack('advhr','en,tr,de,sv,zh_cn,cs,fa,fr_ca,fr,pl,pt_br,nl,da,he,nb,hu,ru,ru_KOI8-R,ru_UTF-8,nn,fi,es,cy,is,zh_tw,zh_tw_utf8,sk');var TinyMCE_AdvancedHRPlugin={getInfo:function(){return{longname:'Advanced HR',author:'Moxiecode Systems',authorurl:'http://tinymce.moxiecode.com',infourl:'http://tinymce.moxiecode.com/tinymce/docs/plugin_advhr.html',version:tinyMCE.majorVersion+"."+tinyMCE.minorVersion}},getControlHTML:function(cn){switch(cn){case"advhr":return tinyMCE.getButtonHTML(cn,'lang_insert_advhr_desc','{$pluginurl}/images/advhr.gif','mceAdvancedHr');}return"";},execCommand:function(editor_id,element,command,user_interface,value){switch(command){case"mceAdvancedHr":var template=new Array();template['file']='../../plugins/advhr/rule.htm';template['width']=250;template['height']=160;template['width']+=tinyMCE.getLang('lang_advhr_delta_width',0);template['height']+=tinyMCE.getLang('lang_advhr_delta_height',0);var size="",width="",noshade="";if(tinyMCE.selectedElement!=null&&tinyMCE.selectedElement.nodeName.toLowerCase()=="hr"){tinyMCE.hrElement=tinyMCE.selectedElement;if(tinyMCE.hrElement){size=tinyMCE.hrElement.getAttribute('size')?tinyMCE.hrElement.getAttribute('size'):"";width=tinyMCE.hrElement.getAttribute('width')?tinyMCE.hrElement.getAttribute('width'):"";noshade=tinyMCE.hrElement.getAttribute('noshade')?tinyMCE.hrElement.getAttribute('noshade'):"";}tinyMCE.openWindow(template,{editor_id:editor_id,size:size,width:width,noshade:noshade,mceDo:'update'});}else{if(tinyMCE.isMSIE){tinyMCE.execInstanceCommand(editor_id,'mceInsertContent',false,'<hr />');}else{tinyMCE.openWindow(template,{editor_id:editor_id,inline:"yes",size:size,width:width,noshade:noshade,mceDo:'insert'});}}return true;}return false;},handleNodeChange:function(editor_id,node,undo_index,undo_levels,visual_aid,any_selection){if(node==null)return;do{if(node.nodeName=="HR"){tinyMCE.switchClass(editor_id+'_advhr','mceButtonSelected');return true;}}while((node=node.parentNode));tinyMCE.switchClass(editor_id+'_advhr','mceButtonNormal');return true;}};tinyMCE.addPlugin("advhr",TinyMCE_AdvancedHRPlugin);
|
||||
tinyMCE.importPluginLanguagePack('advhr');var TinyMCE_AdvancedHRPlugin={getInfo:function(){return{longname:'Advanced HR',author:'Moxiecode Systems AB',authorurl:'http://tinymce.moxiecode.com',infourl:'http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/advhr',version:tinyMCE.majorVersion+"."+tinyMCE.minorVersion}},getControlHTML:function(cn){switch(cn){case"advhr":return tinyMCE.getButtonHTML(cn,'lang_insert_advhr_desc','{$pluginurl}/images/advhr.gif','mceAdvancedHr')}return""},execCommand:function(editor_id,element,command,user_interface,value){switch(command){case"mceAdvancedHr":var template=new Array();template['file']='../../plugins/advhr/rule.htm';template['width']=250;template['height']=160;template['width']+=tinyMCE.getLang('lang_advhr_delta_width',0);template['height']+=tinyMCE.getLang('lang_advhr_delta_height',0);var size="",width="",noshade="";if(tinyMCE.selectedElement!=null&&tinyMCE.selectedElement.nodeName.toLowerCase()=="hr"){tinyMCE.hrElement=tinyMCE.selectedElement;if(tinyMCE.hrElement){size=tinyMCE.hrElement.getAttribute('size')?tinyMCE.hrElement.getAttribute('size'):"";width=tinyMCE.hrElement.getAttribute('width')?tinyMCE.hrElement.getAttribute('width'):"";noshade=tinyMCE.hrElement.getAttribute('noshade')?tinyMCE.hrElement.getAttribute('noshade'):""}tinyMCE.openWindow(template,{editor_id:editor_id,size:size,width:width,noshade:noshade,mceDo:'update'})}else{if(tinyMCE.isMSIE){tinyMCE.execInstanceCommand(editor_id,'mceInsertContent',false,'<hr />')}else{tinyMCE.openWindow(template,{editor_id:editor_id,inline:"yes",size:size,width:width,noshade:noshade,mceDo:'insert'})}}return true}return false},handleNodeChange:function(editor_id,node,undo_index,undo_levels,visual_aid,any_selection){if(node==null)return;do{if(node.nodeName=="HR"){tinyMCE.switchClass(editor_id+'_advhr','mceButtonSelected');return true}}while((node=node.parentNode));tinyMCE.switchClass(editor_id+'_advhr','mceButtonNormal');return true}};tinyMCE.addPlugin("advhr",TinyMCE_AdvancedHRPlugin);
|
||||
|
|
@ -1,22 +1,20 @@
|
|||
/**
|
||||
* $RCSfile: editor_plugin_src.js,v $
|
||||
* $Revision: 1.19 $
|
||||
* $Date: 2006/02/10 16:29:37 $
|
||||
* $Id: editor_plugin_src.js 201 2007-02-12 15:56:56Z spocke $
|
||||
*
|
||||
* @author Moxiecode
|
||||
* @copyright Copyright © 2004-2006, Moxiecode Systems AB, All rights reserved.
|
||||
* @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
|
||||
*/
|
||||
|
||||
/* Import plugin specific language pack */
|
||||
tinyMCE.importPluginLanguagePack('advhr', 'en,tr,de,sv,zh_cn,cs,fa,fr_ca,fr,pl,pt_br,nl,da,he,nb,hu,ru,ru_KOI8-R,ru_UTF-8,nn,fi,es,cy,is,zh_tw,zh_tw_utf8,sk');
|
||||
tinyMCE.importPluginLanguagePack('advhr');
|
||||
|
||||
var TinyMCE_AdvancedHRPlugin = {
|
||||
getInfo : function() {
|
||||
return {
|
||||
longname : 'Advanced HR',
|
||||
author : 'Moxiecode Systems',
|
||||
author : 'Moxiecode Systems AB',
|
||||
authorurl : 'http://tinymce.moxiecode.com',
|
||||
infourl : 'http://tinymce.moxiecode.com/tinymce/docs/plugin_advhr.html',
|
||||
infourl : 'http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/advhr',
|
||||
version : tinyMCE.majorVersion + "." + tinyMCE.minorVersion
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
function init() {
|
||||
tinyMCEPopup.resizeToInnerSize();
|
||||
|
||||
var formObj = document.forms[0];
|
||||
formObj.width.value = tinyMCE.getWindowArg('width');
|
||||
formObj.size.value = tinyMCE.getWindowArg('size');
|
||||
|
|
|
|||
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/advhr/langs/ca.js
vendored
Executable file
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/advhr/langs/ca.js
vendored
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
// UK lang variables
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
insert_advhr_desc : 'Horizontale rule',
|
||||
insert_advhr_width : 'Width',
|
||||
insert_advhr_size : 'Height',
|
||||
insert_advhr_noshade : 'No shadow'
|
||||
});
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
// DK lang variables contributed by Jan Moelgaard, John Dalsgaard and Bo Frederiksen.
|
||||
// DK lang variables - Transl.:Jan Moelgaard, Bo Frederiksen, John Dalsgaard - Corr.:
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
insert_advhr_desc : 'Indsæt / rediger horisontal linie',
|
||||
|
|
|
|||
|
|
@ -4,5 +4,5 @@ tinyMCE.addToLang('',{
|
|||
insert_advhr_desc : 'Horizontale Linie einfügen/bearbeiten',
|
||||
insert_advhr_width : 'Breite',
|
||||
insert_advhr_size : 'Höhe',
|
||||
insert_advhr_noshade : 'Keinen Schatten'
|
||||
insert_advhr_noshade : 'Kein Schatten'
|
||||
});
|
||||
|
|
|
|||
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/advhr/langs/el.js
vendored
Executable file
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/advhr/langs/el.js
vendored
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
// Initial translation by Dimitris Giannitsaros / MediSign SA
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
insert_advhr_desc : 'Ïñßæüíôéïò êáíüíáò',
|
||||
insert_advhr_width : 'ÐëÜôïò',
|
||||
insert_advhr_size : '¾øïò',
|
||||
insert_advhr_noshade : '×ùñßò óêéá'
|
||||
});
|
||||
|
|
@ -1,8 +1,14 @@
|
|||
// IT lang variables
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
insert_advhr_desc : 'Riga orizzontale',
|
||||
insert_advhr_width : 'Larghezza',
|
||||
insert_advhr_size : 'Altezza',
|
||||
insert_advhr_noshade : 'Senza rilievo'
|
||||
});
|
||||
/**
|
||||
* IT lang variables
|
||||
*
|
||||
* Author : Luciano Vernaschi <luciano@virgilio.it>
|
||||
* Last Updated : Mar. 1st, 2007
|
||||
* TinyMCE Version : 2.1.0
|
||||
*/
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
insert_advhr_desc : 'Riga orizzontale',
|
||||
insert_advhr_width : 'Larghezza',
|
||||
insert_advhr_size : 'Altezza',
|
||||
insert_advhr_noshade : 'Senza rilievo'
|
||||
});
|
||||
|
|
|
|||
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/advhr/langs/ja.js
vendored
Executable file
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/advhr/langs/ja.js
vendored
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
// UK lang variables
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
insert_advhr_desc : '水平線の挿入',
|
||||
insert_advhr_width : '幅',
|
||||
insert_advhr_size : '高さ',
|
||||
insert_advhr_noshade : '影をつけない'
|
||||
});
|
||||
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/advhr/langs/ja_shift_jis.js
vendored
Executable file
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/advhr/langs/ja_shift_jis.js
vendored
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
// 日本語 shift-jis lang variables
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
insert_advhr_desc : '平面の線を挿入・編集',
|
||||
insert_advhr_width : '幅',
|
||||
insert_advhr_size : '高さ',
|
||||
insert_advhr_noshade : '影なし'
|
||||
});
|
||||
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/advhr/langs/ko.js
vendored
Normal file
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/advhr/langs/ko.js
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
// UK lang variables
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
insert_advhr_desc : 'Horizontale rule',
|
||||
insert_advhr_width : 'Width',
|
||||
insert_advhr_size : 'Height',
|
||||
insert_advhr_noshade : 'No shadow'
|
||||
});
|
||||
|
|
@ -4,8 +4,8 @@
|
|||
// fixed by lemiel 14.11.2005
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
insert_advhr_desc : 'Wstaw/Edytuj poziomą linię',
|
||||
insert_advhr_width : 'Szerokość',
|
||||
insert_advhr_size : 'Wysokość',
|
||||
insert_advhr_desc : 'Wstaw/Edytuj poziomą linię',
|
||||
insert_advhr_width : 'Szerokość',
|
||||
insert_advhr_size : 'Wysokość',
|
||||
insert_advhr_noshade : 'Brak cienia'
|
||||
});
|
||||
|
|
|
|||
|
|
@ -2,15 +2,15 @@
|
|||
* pt_br lang variables
|
||||
* Brazilian Portuguese
|
||||
*
|
||||
* Authors : ????
|
||||
* Author
|
||||
* Revision and modifications:
|
||||
* Marcio Barbosa (mpg) <mpg@mpg.com.br>
|
||||
* Last Updated : November 26, 2005
|
||||
* TinyMCE Version : 2.0RC4
|
||||
* First Release : November 26, 2005 - TinyMCE Version : 2.0RC4
|
||||
* Last Updated : November 20, 2006 - TinyMCE Version : 2.0.8
|
||||
*/
|
||||
tinyMCE.addToLang('',{
|
||||
insert_advhr_desc : 'Inserir / editar Linha Horizontal',
|
||||
insert_advhr_desc : 'Inserir/editar linha horizontal',
|
||||
insert_advhr_width : 'Largura',
|
||||
insert_advhr_size : 'Altura',
|
||||
insert_advhr_noshade : 'Sem Sombra'
|
||||
insert_advhr_noshade : 'Sem sombra'
|
||||
});
|
||||
|
|
|
|||
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/advhr/langs/ro.js
vendored
Executable file
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/advhr/langs/ro.js
vendored
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
// RO lang variables
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
insert_advhr_desc : 'Inserează / editează rigla orizontală',
|
||||
insert_advhr_width : 'Lăţime',
|
||||
insert_advhr_size : 'Înălţime',
|
||||
insert_advhr_noshade : 'Fără umbră'
|
||||
});
|
||||
|
|
@ -1,8 +1,8 @@
|
|||
// RU cp1251 lang variables
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
insert_advhr_desc : 'Âñòàâèòü / ðåäàêòèðîâàòü ãîðèçîíòàëüíûé ðàçäåëèòåëü',
|
||||
insert_advhr_width : 'Øèðèíà',
|
||||
insert_advhr_size : 'Âûñîòà',
|
||||
insert_advhr_noshade : 'Áåç òåíè'
|
||||
});
|
||||
// RU lang variables
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
insert_advhr_desc : 'Вставить / редактировать горизонтальный разделитель',
|
||||
insert_advhr_width : 'Ширина',
|
||||
insert_advhr_size : 'Высота',
|
||||
insert_advhr_noshade : 'Без тени'
|
||||
});
|
||||
|
|
|
|||
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/advhr/langs/ru_CP1251.js
vendored
Executable file
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/advhr/langs/ru_CP1251.js
vendored
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
// RU lang variables
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
insert_advhr_desc : 'Âñòàâèòü / ðåäàêòèðîâàòü ãîðèçîíòàëüíûé ðàçäåëèòåëü',
|
||||
insert_advhr_width : 'Øèðèíà',
|
||||
insert_advhr_size : 'Âûñîòà',
|
||||
insert_advhr_noshade : 'Áåç òåíè'
|
||||
});
|
||||
|
|
@ -1,8 +1,8 @@
|
|||
// RU KOI8-R lang variables
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
insert_advhr_desc : '÷ÓÔÁ×ÉÔØ / ÒÅÄÁËÔÉÒÏ×ÁÔØ ÇÏÒÉÚÏÎÔÁÌØÎÙÊ ÒÁÚÄÅÌÉÔÅÌØ',
|
||||
insert_advhr_width : 'ûÉÒÉÎÁ',
|
||||
insert_advhr_size : '÷ÙÓÏÔÁ',
|
||||
insert_advhr_noshade : 'âÅÚ ÔÅÎÉ'
|
||||
});
|
||||
// RU lang variables
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
insert_advhr_desc : '÷ÓÔÁ×ÉÔØ / ÒÅÄÁËÔÉÒÏ×ÁÔØ ÇÏÒÉÚÏÎÔÁÌØÎÙÊ ÒÁÚÄÅÌÉÔÅÌØ',
|
||||
insert_advhr_width : 'ûÉÒÉÎÁ',
|
||||
insert_advhr_size : '÷ÙÓÏÔÁ',
|
||||
insert_advhr_noshade : 'âÅÚ ÔÅÎÉ'
|
||||
});
|
||||
|
|
|
|||
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/advhr/langs/sq.js
vendored
Executable file
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/advhr/langs/sq.js
vendored
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
// AL lang variables
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
insert_advhr_desc : 'Viszore horizontale',
|
||||
insert_advhr_width : 'Gjeresi',
|
||||
insert_advhr_size : 'Lartesi',
|
||||
insert_advhr_noshade : 'Pa hije'
|
||||
});
|
||||
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/advhr/langs/sr.js
vendored
Executable file
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/advhr/langs/sr.js
vendored
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
// SR lang variables
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
insert_advhr_desc : 'Horizontalno pravilo',
|
||||
insert_advhr_width : 'Širina',
|
||||
insert_advhr_size : 'Visina',
|
||||
insert_advhr_noshade : 'Bez senke'
|
||||
});
|
||||
|
|
@ -3,6 +3,6 @@
|
|||
tinyMCE.addToLang('',{
|
||||
insert_advhr_desc : 'Skapa/Redigera horisontell linje',
|
||||
insert_advhr_width : 'Bredd',
|
||||
insert_advhr_size : 'Höjd',
|
||||
insert_advhr_size : 'Höjd',
|
||||
insert_advhr_noshade : 'Ingen skugga'
|
||||
});
|
||||
|
|
|
|||
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/advhr/langs/sv_utf8.js
vendored
Executable file
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/advhr/langs/sv_utf8.js
vendored
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
// SE lang variables
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
insert_advhr_desc : 'Skapa/Redigera horisontell linje',
|
||||
insert_advhr_width : 'Bredd',
|
||||
insert_advhr_size : 'Höjd',
|
||||
insert_advhr_noshade : 'Ingen skugga'
|
||||
});
|
||||
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/advhr/langs/uk.js
vendored
Executable file
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/advhr/langs/uk.js
vendored
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
// UK lang variables
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
insert_advhr_desc : 'Вставити / редагувати горизонтальний роздільник',
|
||||
insert_advhr_width : 'Ширина',
|
||||
insert_advhr_size : 'Висота',
|
||||
insert_advhr_noshade : 'Без тіні'
|
||||
});
|
||||
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/advhr/langs/uk_CP1251.js
vendored
Executable file
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/advhr/langs/uk_CP1251.js
vendored
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
// UK lang variables
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
insert_advhr_desc : 'Âñòàâèòè / ðåäàãóâàòè ãîðèçîíòàëüíèé ðîçä³ëüíèê',
|
||||
insert_advhr_width : 'Øèðèíà',
|
||||
insert_advhr_size : 'Âèñîòà',
|
||||
insert_advhr_noshade : 'Áåç ò³í³'
|
||||
});
|
||||
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/advhr/langs/uk_KOI8-U.js
vendored
Executable file
8
www/extras/tinymce2/jscripts/tiny_mce/plugins/advhr/langs/uk_KOI8-U.js
vendored
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
// UK lang variables
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
insert_advhr_desc : '洞讀慄燉 / 瑙컨합陸燉 하虜博塊죈忘<ECA388> 碌旼┢忘<E294A2>',
|
||||
insert_advhr_width : '湖虜适',
|
||||
insert_advhr_size : '擇遝讀',
|
||||
insert_advhr_noshade : '邃<> 濤過'
|
||||
});
|
||||
|
|
@ -1 +1 @@
|
|||
tinyMCE.importPluginLanguagePack('advimage','en,tr,de,sv,zh_cn,cs,fa,fr_ca,fr,pl,pt_br,nl,he,nb,ru,ru_KOI8-R,ru_UTF-8,nn,cy,es,is,zh_tw,zh_tw_utf8,sk,da');var TinyMCE_AdvancedImagePlugin={getInfo:function(){return{longname:'Advanced image',author:'Moxiecode Systems',authorurl:'http://tinymce.moxiecode.com',infourl:'http://tinymce.moxiecode.com/tinymce/docs/plugin_advimage.html',version:tinyMCE.majorVersion+"."+tinyMCE.minorVersion};},getControlHTML:function(cn){switch(cn){case"image":return tinyMCE.getButtonHTML(cn,'lang_image_desc','{$themeurl}/images/image.gif','mceAdvImage');}return"";},execCommand:function(editor_id,element,command,user_interface,value){switch(command){case"mceAdvImage":var template=new Array();template['file']='../../plugins/advimage/image.htm';template['width']=480;template['height']=380;template['width']+=tinyMCE.getLang('lang_advimage_delta_width',0);template['height']+=tinyMCE.getLang('lang_advimage_delta_height',0);var inst=tinyMCE.getInstanceById(editor_id);var elm=inst.getFocusElement();if(elm!=null&&tinyMCE.getAttrib(elm,'class').indexOf('mceItem')!=-1)return true;tinyMCE.openWindow(template,{editor_id:editor_id,inline:"yes"});return true;}return false;},cleanup:function(type,content){switch(type){case"insert_to_editor_dom":var imgs=content.getElementsByTagName("img");for(var i=0;i<imgs.length;i++){var onmouseover=tinyMCE.cleanupEventStr(tinyMCE.getAttrib(imgs[i],'onmouseover'));var onmouseout=tinyMCE.cleanupEventStr(tinyMCE.getAttrib(imgs[i],'onmouseout'));if((src=this._getImageSrc(onmouseover))!=""){if(tinyMCE.getParam('convert_urls'))src=tinyMCE.convertRelativeToAbsoluteURL(tinyMCE.settings['base_href'],src);imgs[i].setAttribute('onmouseover',"this.src='"+src+"';");}if((src=this._getImageSrc(onmouseout))!=""){if(tinyMCE.getParam('convert_urls'))src=tinyMCE.convertRelativeToAbsoluteURL(tinyMCE.settings['base_href'],src);imgs[i].setAttribute('onmouseout',"this.src='"+src+"';");}}break;case"get_from_editor_dom":var imgs=content.getElementsByTagName("img");for(var i=0;i<imgs.length;i++){var onmouseover=tinyMCE.cleanupEventStr(tinyMCE.getAttrib(imgs[i],'onmouseover'));var onmouseout=tinyMCE.cleanupEventStr(tinyMCE.getAttrib(imgs[i],'onmouseout'));if((src=this._getImageSrc(onmouseover))!=""){if(tinyMCE.getParam('convert_urls'))src=eval(tinyMCE.settings['urlconverter_callback']+"(src, null, true);");imgs[i].setAttribute('onmouseover',"this.src='"+src+"';");}if((src=this._getImageSrc(onmouseout))!=""){if(tinyMCE.getParam('convert_urls'))src=eval(tinyMCE.settings['urlconverter_callback']+"(src, null, true);");imgs[i].setAttribute('onmouseout',"this.src='"+src+"';");}}break;}return content;},handleNodeChange:function(editor_id,node,undo_index,undo_levels,visual_aid,any_selection){if(node==null)return;do{if(node.nodeName=="IMG"&&tinyMCE.getAttrib(node,'class').indexOf('mceItem')==-1){tinyMCE.switchClass(editor_id+'_advimage','mceButtonSelected');return true;}}while((node=node.parentNode));tinyMCE.switchClass(editor_id+'_advimage','mceButtonNormal');return true;},_getImageSrc:function(s){var sr,p=-1;if(!s)return"";if((p=s.indexOf('this.src='))!=-1){sr=s.substring(p+10);sr=sr.substring(0,sr.indexOf('\''));return sr;}return"";}};tinyMCE.addPlugin("advimage",TinyMCE_AdvancedImagePlugin);
|
||||
tinyMCE.importPluginLanguagePack('advimage');var TinyMCE_AdvancedImagePlugin={getInfo:function(){return{longname:'Advanced image',author:'Moxiecode Systems AB',authorurl:'http://tinymce.moxiecode.com',infourl:'http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/advimage',version:tinyMCE.majorVersion+"."+tinyMCE.minorVersion}},getControlHTML:function(cn){switch(cn){case"image":return tinyMCE.getButtonHTML(cn,'lang_image_desc','{$themeurl}/images/image.gif','mceAdvImage')}return""},execCommand:function(editor_id,element,command,user_interface,value){switch(command){case"mceAdvImage":var template=new Array();template['file']='../../plugins/advimage/image.htm';template['width']=480;template['height']=380;template['width']+=tinyMCE.getLang('lang_advimage_delta_width',0);template['height']+=tinyMCE.getLang('lang_advimage_delta_height',0);var inst=tinyMCE.getInstanceById(editor_id);var elm=inst.getFocusElement();if(elm!=null&&tinyMCE.getAttrib(elm,'class').indexOf('mceItem')!=-1)return true;tinyMCE.openWindow(template,{editor_id:editor_id,inline:"yes"});return true}return false},cleanup:function(type,content){switch(type){case"insert_to_editor_dom":var imgs=content.getElementsByTagName("img"),src,i;for(i=0;i<imgs.length;i++){var onmouseover=tinyMCE.cleanupEventStr(tinyMCE.getAttrib(imgs[i],'onmouseover'));var onmouseout=tinyMCE.cleanupEventStr(tinyMCE.getAttrib(imgs[i],'onmouseout'));if((src=this._getImageSrc(onmouseover))!=""){if(tinyMCE.getParam('convert_urls'))src=tinyMCE.convertRelativeToAbsoluteURL(tinyMCE.settings['base_href'],src);imgs[i].setAttribute('onmouseover',"this.src='"+src+"';")}if((src=this._getImageSrc(onmouseout))!=""){if(tinyMCE.getParam('convert_urls'))src=tinyMCE.convertRelativeToAbsoluteURL(tinyMCE.settings['base_href'],src);imgs[i].setAttribute('onmouseout',"this.src='"+src+"';")}}break;case"get_from_editor_dom":var imgs=content.getElementsByTagName("img");for(var i=0;i<imgs.length;i++){var onmouseover=tinyMCE.cleanupEventStr(tinyMCE.getAttrib(imgs[i],'onmouseover'));var onmouseout=tinyMCE.cleanupEventStr(tinyMCE.getAttrib(imgs[i],'onmouseout'));if((src=this._getImageSrc(onmouseover))!=""){if(tinyMCE.getParam('convert_urls'))src=eval(tinyMCE.settings['urlconverter_callback']+"(src, null, true);");imgs[i].setAttribute('onmouseover',"this.src='"+src+"';")}if((src=this._getImageSrc(onmouseout))!=""){if(tinyMCE.getParam('convert_urls'))src=eval(tinyMCE.settings['urlconverter_callback']+"(src, null, true);");imgs[i].setAttribute('onmouseout',"this.src='"+src+"';")}}break}return content},handleNodeChange:function(editor_id,node,undo_index,undo_levels,visual_aid,any_selection){if(node==null)return;do{if(node.nodeName=="IMG"&&tinyMCE.getAttrib(node,'class').indexOf('mceItem')==-1){tinyMCE.switchClass(editor_id+'_advimage','mceButtonSelected');return true}}while((node=node.parentNode));tinyMCE.switchClass(editor_id+'_advimage','mceButtonNormal');return true},_getImageSrc:function(s){var sr,p=-1;if(!s)return"";if((p=s.indexOf('this.src='))!=-1){sr=s.substring(p+10);sr=sr.substring(0,sr.indexOf('\''));return sr}return""}};tinyMCE.addPlugin("advimage",TinyMCE_AdvancedImagePlugin);
|
||||
|
|
@ -1,22 +1,20 @@
|
|||
/**
|
||||
* $RCSfile: editor_plugin_src.js,v $
|
||||
* $Revision: 1.30 $
|
||||
* $Date: 2006/02/10 16:29:37 $
|
||||
* $Id: editor_plugin_src.js 201 2007-02-12 15:56:56Z spocke $
|
||||
*
|
||||
* @author Moxiecode
|
||||
* @copyright Copyright © 2004-2006, Moxiecode Systems AB, All rights reserved.
|
||||
* @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
|
||||
*/
|
||||
|
||||
/* Import plugin specific language pack */
|
||||
tinyMCE.importPluginLanguagePack('advimage', 'en,tr,de,sv,zh_cn,cs,fa,fr_ca,fr,pl,pt_br,nl,he,nb,ru,ru_KOI8-R,ru_UTF-8,nn,cy,es,is,zh_tw,zh_tw_utf8,sk,da');
|
||||
tinyMCE.importPluginLanguagePack('advimage');
|
||||
|
||||
var TinyMCE_AdvancedImagePlugin = {
|
||||
getInfo : function() {
|
||||
return {
|
||||
longname : 'Advanced image',
|
||||
author : 'Moxiecode Systems',
|
||||
author : 'Moxiecode Systems AB',
|
||||
authorurl : 'http://tinymce.moxiecode.com',
|
||||
infourl : 'http://tinymce.moxiecode.com/tinymce/docs/plugin_advimage.html',
|
||||
infourl : 'http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/advimage',
|
||||
version : tinyMCE.majorVersion + "." + tinyMCE.minorVersion
|
||||
};
|
||||
},
|
||||
|
|
@ -60,8 +58,8 @@ var TinyMCE_AdvancedImagePlugin = {
|
|||
cleanup : function(type, content) {
|
||||
switch (type) {
|
||||
case "insert_to_editor_dom":
|
||||
var imgs = content.getElementsByTagName("img");
|
||||
for (var i=0; i<imgs.length; i++) {
|
||||
var imgs = content.getElementsByTagName("img"), src, i;
|
||||
for (i=0; i<imgs.length; i++) {
|
||||
var onmouseover = tinyMCE.cleanupEventStr(tinyMCE.getAttrib(imgs[i], 'onmouseover'));
|
||||
var onmouseout = tinyMCE.cleanupEventStr(tinyMCE.getAttrib(imgs[i], 'onmouseout'));
|
||||
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
<script language="javascript" type="text/javascript" src="../../tiny_mce_popup.js"></script>
|
||||
<script language="javascript" type="text/javascript" src="../../utils/mctabs.js"></script>
|
||||
<script language="javascript" type="text/javascript" src="../../utils/form_utils.js"></script>
|
||||
<script language="javascript" type="text/javascript" src="../../utils/validate.js"></script>
|
||||
<script language="javascript" type="text/javascript" src="jscripts/functions.js"></script>
|
||||
<link href="css/advimage.css" rel="stylesheet" type="text/css" />
|
||||
<base target="_self" />
|
||||
|
|
@ -88,8 +89,8 @@
|
|||
<tr>
|
||||
<td class="column1"><label id="widthlabel" for="width">{$lang_insert_image_dimensions}</label></td>
|
||||
<td nowrap="nowrap">
|
||||
<input name="width" type="text" id="width" value="" size="5" maxlength="5" onchange="changeHeight();" /> x
|
||||
<input name="height" type="text" id="height" value="" size="5" maxlength="5" onchange="changeWidth();" /> px
|
||||
<input name="width" type="text" id="width" value="" size="5" maxlength="5" class="size" onchange="changeHeight();" /> x
|
||||
<input name="height" type="text" id="height" value="" size="5" maxlength="5" class="size" onchange="changeWidth();" /> px
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
|
@ -105,18 +106,18 @@
|
|||
|
||||
<tr>
|
||||
<td class="column1"><label id="vspacelabel" for="vspace">{$lang_insert_image_vspace}</label></td>
|
||||
<td><input name="vspace" type="text" id="vspace" value="" size="3" maxlength="3" onchange="changeAppearance();updateStyle();" />
|
||||
<td><input name="vspace" type="text" id="vspace" value="" size="3" maxlength="3" class="number" onchange="changeAppearance();updateStyle();" />
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="column1"><label id="hspacelabel" for="hspace">{$lang_insert_image_hspace}</label></td>
|
||||
<td><input name="hspace" type="text" id="hspace" value="" size="3" maxlength="3" onchange="changeAppearance();updateStyle();" /></td>
|
||||
<td><input name="hspace" type="text" id="hspace" value="" size="3" maxlength="3" class="number" onchange="changeAppearance();updateStyle();" /></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="column1"><label id="borderlabel" for="border">{$lang_insert_image_border}</label></td>
|
||||
<td><input id="border" name="border" type="text" value="" size="3" maxlength="3" onchange="changeAppearance();updateStyle();" /></td>
|
||||
<td><input id="border" name="border" type="text" value="" size="3" maxlength="3" class="number" onchange="changeAppearance();updateStyle();" /></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
|
|
|||
|
|
@ -226,19 +226,25 @@ function setAttrib(elm, attrib, value) {
|
|||
if (attrib == "width") {
|
||||
attrib = "style.width";
|
||||
value = value + "px";
|
||||
value = value.replace(/%px/g, 'px');
|
||||
}
|
||||
|
||||
if (attrib == "height") {
|
||||
attrib = "style.height";
|
||||
value = value + "px";
|
||||
value = value.replace(/%px/g, 'px');
|
||||
}
|
||||
|
||||
if (attrib == "class")
|
||||
attrib = "className";
|
||||
|
||||
eval('elm.' + attrib + "=value;");
|
||||
} else
|
||||
} else {
|
||||
if (attrib == 'class')
|
||||
elm.className = '';
|
||||
|
||||
elm.removeAttribute(attrib);
|
||||
}
|
||||
}
|
||||
|
||||
function makeAttrib(attrib, value) {
|
||||
|
|
@ -272,17 +278,13 @@ function insertAction() {
|
|||
var onmouseoversrc = formObj.onmouseoversrc.value;
|
||||
var onmouseoutsrc = formObj.onmouseoutsrc.value;
|
||||
|
||||
if (tinyMCE.getParam("accessibility_warnings")) {
|
||||
if (formObj.alt.value == "") {
|
||||
var answer = confirm(tinyMCE.getLang('lang_advimage_missing_alt', '', true));
|
||||
if (answer == true) {
|
||||
formObj.alt.value = " ";
|
||||
}
|
||||
} else {
|
||||
var answer = true;
|
||||
}
|
||||
if (!AutoValidator.validate(formObj)) {
|
||||
alert(tinyMCE.getLang('lang_invalid_data'));
|
||||
return false;
|
||||
}
|
||||
|
||||
if (!answer)
|
||||
if (tinyMCE.getParam("accessibility_warnings")) {
|
||||
if (formObj.alt.value == "" && !confirm(tinyMCE.getLang('lang_advimage_missing_alt', '', true)))
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
@ -431,7 +433,7 @@ function changeHeight() {
|
|||
if (formObj.width.value == "" || formObj.height.value == "")
|
||||
return;
|
||||
|
||||
var temp = (formObj.width.value / preloadImg.width) * preloadImg.height;
|
||||
var temp = (parseInt(formObj.width.value) / parseInt(preloadImg.width)) * preloadImg.height;
|
||||
formObj.height.value = temp.toFixed(0);
|
||||
updateStyle();
|
||||
}
|
||||
|
|
@ -447,7 +449,7 @@ function changeWidth() {
|
|||
if (formObj.width.value == "" || formObj.height.value == "")
|
||||
return;
|
||||
|
||||
var temp = (formObj.height.value / preloadImg.height) * preloadImg.width;
|
||||
var temp = (parseInt(formObj.height.value) / parseInt(preloadImg.height)) * preloadImg.width;
|
||||
formObj.width.value = temp.toFixed(0);
|
||||
updateStyle();
|
||||
}
|
||||
|
|
@ -476,27 +478,18 @@ function showPreviewImage(src, start) {
|
|||
if (src == "")
|
||||
elm.innerHTML = "";
|
||||
else
|
||||
elm.innerHTML = '<img src="' + src + '" border="0" />'
|
||||
|
||||
getImageData(src);
|
||||
elm.innerHTML = '<img id="previewImg" src="' + src + '" border="0" onload="updateImageData(' + start + ');" onerror="resetImageData();" />'
|
||||
}
|
||||
|
||||
function getImageData(src) {
|
||||
preloadImg = new Image();
|
||||
|
||||
tinyMCE.addEvent(preloadImg, "load", updateImageData);
|
||||
tinyMCE.addEvent(preloadImg, "error", resetImageData);
|
||||
|
||||
preloadImg.src = src;
|
||||
}
|
||||
|
||||
function updateImageData() {
|
||||
function updateImageData(start) {
|
||||
var formObj = document.forms[0];
|
||||
|
||||
if (formObj.width.value == "")
|
||||
preloadImg = document.getElementById('previewImg');
|
||||
|
||||
if (!start && formObj.width.value == "")
|
||||
formObj.width.value = preloadImg.width;
|
||||
|
||||
if (formObj.height.value == "")
|
||||
if (!start && formObj.height.value == "")
|
||||
formObj.height.value = preloadImg.height;
|
||||
|
||||
updateStyle();
|
||||
|
|
|
|||
27
www/extras/tinymce2/jscripts/tiny_mce/plugins/advimage/langs/ca.js
vendored
Executable file
27
www/extras/tinymce2/jscripts/tiny_mce/plugins/advimage/langs/ca.js
vendored
Executable file
|
|
@ -0,0 +1,27 @@
|
|||
// UK lang variables
|
||||
|
||||
tinyMCE.addToLang('advimage',{
|
||||
tab_general : 'General',
|
||||
tab_appearance : 'Aparença',
|
||||
tab_advanced : 'Avançcat',
|
||||
general : 'General',
|
||||
title : 'Títol',
|
||||
preview : 'Previsulització',
|
||||
constrain_proportions : 'Conserva la proporció',
|
||||
langdir : 'Direcció de la llengua',
|
||||
langcode : 'Codi de la llengua',
|
||||
long_desc : 'Enllaç a la descripció llarga',
|
||||
style : 'Estil',
|
||||
classes : 'Classe',
|
||||
ltr : 'Esquerra dreta',
|
||||
rtl : 'Dreta esquerra',
|
||||
id : 'Id',
|
||||
image_map : 'Mapa de la imatge',
|
||||
swap_image : 'Canvia imatge',
|
||||
alt_image : 'Imatge alternativa',
|
||||
mouseover : 'quan el ratolí arriba',
|
||||
mouseout : 'quan el ratolí marxa',
|
||||
misc : 'Altres',
|
||||
example_img : 'Aparença imatge previsualitzada',
|
||||
missing_alt : 'Esteu segurs que voleu continuar sense incloure una Descripció de la imatge? Sense descripció no serà accessible per usuaris amb discapacitats, que utilitzen navegadors de text o naveguint amb les imatges deshabilitades.'
|
||||
});
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
// DK lang variables contributed by Jan Moelgaard, John Dalsgaard and Bo Frederiksen.
|
||||
// DK lang variables - Transl.:Jan Moelgaard, Bo Frederiksen, John Dalsgaard - Corr.:
|
||||
|
||||
tinyMCE.addToLang('advimage',{
|
||||
tab_general : 'Generelt',
|
||||
|
|
@ -11,17 +11,17 @@ constrain_proportions : 'Fasthold proportioner',
|
|||
langdir : 'Tekstretning',
|
||||
langcode : 'Sprogkode',
|
||||
long_desc : 'Langt beskrivelseslink',
|
||||
style : 'Style',
|
||||
style : 'Stil',
|
||||
classes : 'Klasser',
|
||||
ltr : 'Venstre til højre',
|
||||
rtl : 'Højre til venstre',
|
||||
id : 'Id',
|
||||
image_map : 'Billedkort',
|
||||
swap_image : 'Alternativt billede',
|
||||
alt_image : 'Alternative image',
|
||||
mouseover : 'ved mouse over',
|
||||
mouseout : 'ved mouse out',
|
||||
alt_image : 'Alternativt billede',
|
||||
mouseover : 'ved mus over',
|
||||
mouseout : 'ved mus ud',
|
||||
misc : 'Diverse',
|
||||
example_img : 'Appearance preview image',
|
||||
example_img : 'Fremtoning forhåndsvisning billede',
|
||||
missing_alt : 'Er du sikker på at du vil fortsætte uden at indsætte en billedbeskrivelse? Uden den, kan billedet være utilgængeligt for brugere med handicap, eller for brugere med en tekst-browser, eller som har slået billedvisning fra.'
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,9 +8,9 @@ general : 'Allgemein',
|
|||
title : 'Titel',
|
||||
preview : 'Vorschau',
|
||||
constrain_proportions : 'Verhältnis beibehalten',
|
||||
langdir : 'Sprachrichtung',
|
||||
langdir : 'Textfluss',
|
||||
langcode : 'Sprach-Code',
|
||||
long_desc : 'Link zu ausführlicher Beschreibung',
|
||||
long_desc : 'Link zur ausführlichen Beschreibung',
|
||||
style : 'CSS-Stil',
|
||||
classes : 'CSS-Klassen',
|
||||
ltr : 'Von links nach rechts',
|
||||
|
|
@ -21,7 +21,7 @@ swap_image : 'Bild austauschen',
|
|||
alt_image : 'Alternatives Bild',
|
||||
mouseover : 'für Mouse-Over',
|
||||
mouseout : 'für Mouse-Out',
|
||||
misc : 'Sonstiges',
|
||||
misc : 'Verschiedenes',
|
||||
example_img : 'Erscheinungsbild Vorschau Bild',
|
||||
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.'
|
||||
missing_alt : 'Sind Sie sicher fortzufahren, ohne eine Bild-Beschreibung einzugeben? Ohne die Bild-Beschreibung können einige Besucher mit einer Behinderung, Besucher die nur einen Text-Browser benutzen oder die das Anzeigen von Bilder im Internet deaktiviert haben, Ihre Bilder nicht richtig sehen.'
|
||||
});
|
||||
|
|
|
|||
27
www/extras/tinymce2/jscripts/tiny_mce/plugins/advimage/langs/el.js
vendored
Executable file
27
www/extras/tinymce2/jscripts/tiny_mce/plugins/advimage/langs/el.js
vendored
Executable file
|
|
@ -0,0 +1,27 @@
|
|||
// Initial translation by Dimitris Giannitsaros / MediSign SA
|
||||
|
||||
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 : 'Θέλετε να συνεχίσετε χωρίς να δώσετε περιγραφή εικόνας; Χωρίς περιγραφή ίσως έχουν πρόβλημα ΑΜΕΑ, χρήστες που χρησιμοποιούν φυλλομετρητές κειμένου ή όσοι έχουν απενεργοποιήσει τις εικόνες.'
|
||||
});
|
||||
|
|
@ -4,8 +4,9 @@
|
|||
* Authors : Alvaro Velasco,
|
||||
* Adolfo Sanz De Diego (asanzdiego) <asanzdiego@yahoo.es>,
|
||||
* Carlos C Soto (eclipxe) <csoto@sia-solutions.com>
|
||||
* Last Updated : October 17, 2005
|
||||
* TinyMCE Version : 2.0RC3
|
||||
* Eneko Castresana Vara
|
||||
* Last Updated : July 14, 2006
|
||||
* TinyMCE Version : 2.0.6.1
|
||||
*/
|
||||
|
||||
tinyMCE.addToLang('advimage',{
|
||||
|
|
@ -15,10 +16,10 @@ tab_advanced : 'Avanzado',
|
|||
general : 'General',
|
||||
title : 'Titulo',
|
||||
preview : 'Vista previa',
|
||||
constrain_proportions : 'Bloquear relación de aspecto',
|
||||
langdir : 'Dirección del texto',
|
||||
langcode : 'Código del idioma',
|
||||
long_desc : 'Descripción larga del link',
|
||||
constrain_proportions : 'Bloquear relación de aspecto',
|
||||
langdir : 'Dirección del texto',
|
||||
langcode : 'Código del idioma',
|
||||
long_desc : 'Descripción larga del link',
|
||||
style : 'Estilo',
|
||||
classes : 'Clases',
|
||||
ltr : 'De izquierda a derecha',
|
||||
|
|
@ -27,9 +28,9 @@ id : 'Id',
|
|||
image_map : 'Mapa de la imagen',
|
||||
swap_image : 'Intercambio de imagen',
|
||||
alt_image : 'Imagen alternativa',
|
||||
mouseover : 'Al pasar el ratón por encima de la imagen',
|
||||
mouseout : 'Al sacar el ratón de la imagen',
|
||||
misc : 'Misceláneo',
|
||||
mouseover : 'Al pasar el ratón por encima de la imagen',
|
||||
mouseout : 'Al sacar el ratón de la imagen',
|
||||
misc : 'Misceláneo',
|
||||
example_img : 'Aspecto vista previa imagen',
|
||||
missing_alt : '¿Estás seguro de querer continuar sin incluir una descripción de la imagen? Sin ella la imagen puede no ser accesible para ciertos usuarios discapacitados, o para los usuarios que usen navegadores de texto, o para los usuarios que tengan las imagenes desactivadas en su navegador.'
|
||||
missing_alt : '¿Estás seguro de querer continuar sin incluir una descripción de la imagen? Sin ella la imagen puede no ser accesible para ciertos usuarios discapacitados, o para los usuarios que usen navegadores de texto, o para los usuarios que tengan las imagenes desactivadas en su navegador.'
|
||||
});
|
||||
|
|
|
|||
|
|
@ -1,27 +1,33 @@
|
|||
// IT lang variables
|
||||
|
||||
tinyMCE.addToLang('advimage',{
|
||||
tab_general : 'Generale',
|
||||
tab_appearance : 'Aspetto',
|
||||
tab_advanced : 'Avanzate',
|
||||
general : 'Generale',
|
||||
title : 'Titolo',
|
||||
preview : 'Anteprima',
|
||||
constrain_proportions : 'Mantieni proporzioni',
|
||||
langdir : 'Direzione del testo',
|
||||
langcode : 'Codifica lingua',
|
||||
long_desc : 'Link alla descrizione',
|
||||
style : 'Stile',
|
||||
classes : 'Classi',
|
||||
ltr : 'Da sinistra a destra',
|
||||
rtl : 'Da destra a sinistra',
|
||||
id : 'Id',
|
||||
image_map : 'Mappa',
|
||||
swap_image : 'Scambia immagine',
|
||||
alt_image : 'Immagini alternative',
|
||||
mouseover : 'Per il mouseover',
|
||||
mouseout : 'Per il mouseout',
|
||||
misc : 'Altro',
|
||||
example_img : 'Aspetto anteprima immagine',
|
||||
missing_alt : 'Sei sicuro di voler omettere il testo alternativo? Questo testo è utile a persone che usano browser testuali, che hanno disattivato il caricamento delle immagini, oppure ai disabili.'
|
||||
});
|
||||
/**
|
||||
* IT lang variables
|
||||
*
|
||||
* Author : Luciano Vernaschi <luciano@virgilio.it>
|
||||
* Last Updated : Mar. 1st, 2007
|
||||
* TinyMCE Version : 2.1.0
|
||||
*/
|
||||
|
||||
tinyMCE.addToLang('advimage',{
|
||||
tab_general : 'Generale',
|
||||
tab_appearance : 'Aspetto',
|
||||
tab_advanced : 'Avanzate',
|
||||
general : 'Generale',
|
||||
title : 'Titolo',
|
||||
preview : 'Anteprima',
|
||||
constrain_proportions : 'Mantieni proporzioni',
|
||||
langdir : 'Direzione del testo',
|
||||
langcode : 'Codifica lingua',
|
||||
long_desc : 'Link alla descrizione',
|
||||
style : 'Stile',
|
||||
classes : 'Classi',
|
||||
ltr : 'Da sinistra a destra',
|
||||
rtl : 'Da destra a sinistra',
|
||||
id : 'Id',
|
||||
image_map : 'Mappa',
|
||||
swap_image : 'Scambia immagine',
|
||||
alt_image : 'Immagini alternative',
|
||||
mouseover : 'Per il mouseover',
|
||||
mouseout : 'Per il mouseout',
|
||||
misc : 'Altro',
|
||||
example_img : 'Aspetto anteprima immagine',
|
||||
missing_alt : 'Sei sicuro di voler omettere il testo alternativo? Questo testo è utile a persone che usano browser testuali, che hanno disattivato il caricamento delle immagini, oppure ai disabili.'
|
||||
});
|
||||
|
|
|
|||
27
www/extras/tinymce2/jscripts/tiny_mce/plugins/advimage/langs/ja.js
vendored
Executable file
27
www/extras/tinymce2/jscripts/tiny_mce/plugins/advimage/langs/ja.js
vendored
Executable file
|
|
@ -0,0 +1,27 @@
|
|||
// UK lang variables
|
||||
|
||||
tinyMCE.addToLang('advimage',{
|
||||
tab_general : '全般',
|
||||
tab_appearance : '表示',
|
||||
tab_advanced : '詳細',
|
||||
general : '全般',
|
||||
title : 'タイトル',
|
||||
preview : 'プレビュー',
|
||||
constrain_proportions : '大きさを指定する',
|
||||
langdir : '表示方向',
|
||||
langcode : '言語',
|
||||
long_desc : '詳細な説明',
|
||||
style : 'スタイル',
|
||||
classes : 'クラス',
|
||||
ltr : '左から右へ',
|
||||
rtl : '右から左へ',
|
||||
id : 'ID',
|
||||
image_map : 'イメージマップ',
|
||||
swap_image : '画像の交換',
|
||||
alt_image : '画像の交換を有効にする',
|
||||
mouseover : 'マウスが重なった時',
|
||||
mouseout : 'マウスが移動した時',
|
||||
misc : 'その他の設定',
|
||||
example_img : 'Appearance preview image',
|
||||
missing_alt : '画像の説明が記入されていませんがよろしいですか?'
|
||||
});
|
||||
|
|
@ -2,16 +2,16 @@
|
|||
// fixed by lemiel 14.11.2005
|
||||
|
||||
tinyMCE.addToLang('advimage',{
|
||||
tab_general : 'Główne ustawienia',
|
||||
tab_general : 'Główne ustawienia',
|
||||
tab_appearance : 'Widok',
|
||||
tab_advanced : 'Zaawansowane',
|
||||
general : 'Główne',
|
||||
title : 'Tytuł',
|
||||
preview : 'Podgląd',
|
||||
general : 'Główne',
|
||||
title : 'Tytuł',
|
||||
preview : 'Podgląd',
|
||||
constrain_proportions : 'Zachowaj proporcje',
|
||||
langdir : 'Kierunek tekstu',
|
||||
langcode : 'Kod języka',
|
||||
long_desc : 'Długi opis linku',
|
||||
langcode : 'Kod języka',
|
||||
long_desc : 'Długi opis linku',
|
||||
style : 'Styl',
|
||||
classes : 'Klasy',
|
||||
ltr : 'Lewy do prawego',
|
||||
|
|
@ -22,7 +22,7 @@ swap_image : 'Podmiana obrazka',
|
|||
alt_image : 'Alternatywny obrazek',
|
||||
mouseover : 'gdy myszka nad obrazkiem',
|
||||
mouseout : 'gdy myszka poza obrazkiem',
|
||||
misc : 'Różne',
|
||||
example_img : 'Przykładowy podgląd obrazka',
|
||||
missing_alt : 'Czy jesteś pewien, że chcesz kontynuować bez zawarcia opisu obrazka? Niektórzy użytkownicy moga używać przeglądarek tekstowych, lub mieć ograniczenia na wyświetlanie grafik, a wtedy Twój obrazek pozostanie dla nich niewidoczny.'
|
||||
misc : 'Różne',
|
||||
example_img : 'Przykładowy podgląd obrazka',
|
||||
missing_alt : 'Czy jesteś pewien, że chcesz kontynuować bez zawarcia opisu obrazka? Niektórzy użytkownicy moga używać przeglądarek tekstowych, lub mieć ograniczenia na wyświetlanie grafik, a wtedy Twój obrazek pozostanie dla nich niewidoczny.'
|
||||
});
|
||||
|
|
|
|||
|
|
@ -2,11 +2,11 @@
|
|||
* pt_br lang variables
|
||||
* Brazilian Portuguese
|
||||
*
|
||||
* Authors : ????
|
||||
* Author
|
||||
* Revision and modifications:
|
||||
* Marcio Barbosa (mpg) <mpg@mpg.com.br>
|
||||
* Last Updated : November 26, 2005
|
||||
* TinyMCE Version : 2.0RC4
|
||||
* First Release : November 26, 2005 - TinyMCE Version : 2.0RC4
|
||||
* Last Updated : November 20, 2006 - TinyMCE Version : 2.0.8
|
||||
*/
|
||||
tinyMCE.addToLang('advimage',{
|
||||
tab_general : 'Geral',
|
||||
|
|
@ -30,6 +30,7 @@ alt_image : 'Imagem alternativa',
|
|||
mouseover : 'para o mouse sobre o link',
|
||||
mouseout : 'para o mouse fora do link',
|
||||
misc : 'Miscelânia',
|
||||
example_img : 'Aparência Visualizar Imagem',
|
||||
missing_alt : 'Tem certeza que deseja continuar sem incluir uma descrição para imagem? Sem isso a imagem pode não estar acessível para alguns usuários especiáis, ou para aqueles que utilizam um navegador em modo texto, ou para navegadores com imagens desativadas.'
|
||||
example_img : 'Exemplo da aparência',
|
||||
missing_alt : 'Não foi definida uma descrição para a imagem. Deseja continuar?\r\nSem a descrição, a imagem pode não estar acessível para alguns usuários com necessidades especiais, ou para aqueles que utilizam um navegador em modo texto ou com imagens desativadas.',
|
||||
delta_width : 40
|
||||
});
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue