upgrade to tinymce 2.1.1.1

This commit is contained in:
JT Smith 2007-07-07 21:26:06 +00:00
parent f36ba1b268
commit e75b689857
847 changed files with 34500 additions and 7692 deletions

View file

@ -1 +1 @@
tinyMCE.importPluginLanguagePack('autosave','en,tr,sv,cs,he,nb,hu,de,da,ru,ru_KOI8-R,ru_UTF-8,nn,fi,cy,es,is,pl,pt_br');var TinyMCE_AutoSavePlugin={getInfo:function(){return{longname:'Auto save',author:'Moxiecode Systems',authorurl:'http://tinymce.moxiecode.com',infourl:'http://tinymce.moxiecode.com/tinymce/docs/plugin_autosave.html',version:tinyMCE.majorVersion+"."+tinyMCE.minorVersion};},_beforeUnloadHandler:function(){var n,inst,anyDirty=false,msg=tinyMCE.getLang("lang_autosave_unload_msg");if(tinyMCE.getParam("fullscreen_is_enabled"))return;for(n in tinyMCE.instances){inst=tinyMCE.instances[n];if(!tinyMCE.isInstance(inst))continue;if(inst.isDirty())return msg;}return;}};window.onbeforeunload=TinyMCE_AutoSavePlugin._beforeUnloadHandler;tinyMCE.addPlugin("autosave",TinyMCE_AutoSavePlugin);
tinyMCE.importPluginLanguagePack('autosave');var TinyMCE_AutoSavePlugin={getInfo:function(){return{longname:'Auto save',author:'Moxiecode Systems AB',authorurl:'http://tinymce.moxiecode.com',infourl:'http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/autosave',version:tinyMCE.majorVersion+"."+tinyMCE.minorVersion}},_beforeUnloadHandler:function(){var n,inst,anyDirty=false,msg=tinyMCE.getLang("lang_autosave_unload_msg");if(tinyMCE.getParam("fullscreen_is_enabled"))return;for(n in tinyMCE.instances){inst=tinyMCE.instances[n];if(!tinyMCE.isInstance(inst))continue;if(inst.isDirty())return msg}return}};window.onbeforeunload=TinyMCE_AutoSavePlugin._beforeUnloadHandler;tinyMCE.addPlugin("autosave",TinyMCE_AutoSavePlugin);

View file

@ -1,22 +1,20 @@
/**
* $RCSfile: editor_plugin_src.js,v $
* $Revision: 1.11 $
* $Date: 2006/03/22 12:21:21 $
* $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('autosave', 'en,tr,sv,cs,he,nb,hu,de,da,ru,ru_KOI8-R,ru_UTF-8,nn,fi,cy,es,is,pl,pt_br');
tinyMCE.importPluginLanguagePack('autosave');
var TinyMCE_AutoSavePlugin = {
getInfo : function() {
return {
longname : 'Auto save',
author : 'Moxiecode Systems',
author : 'Moxiecode Systems AB',
authorurl : 'http://tinymce.moxiecode.com',
infourl : 'http://tinymce.moxiecode.com/tinymce/docs/plugin_autosave.html',
infourl : 'http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/autosave',
version : tinyMCE.majorVersion + "." + tinyMCE.minorVersion
};
},

View file

@ -0,0 +1,5 @@
// EN lang variables
tinyMCE.addToLang('',{
autosave_unload_msg : 'The changes you made will be lost if you navigate away from this page.'
});

View file

@ -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('',{
autosave_unload_msg : 'De ændringer, du har lavet, vil gå tabt, hvis du lukker denne side.'

View file

@ -1,5 +1,5 @@
// DE lang variables
tinyMCE.addToLang('',{
autosave_unload_msg : 'Alle Veränderungen an dieser Seite werden verlorengehen, wenn Sie diese Seite jetzt verlassen.'
autosave_unload_msg : 'Alle Veränderungen an dieser Seite werden verloren gehen, wenn Sie diese Seite jetzt verlassen!'
});

View file

@ -0,0 +1,5 @@
// Initial translation by Dimitris Giannitsaros / MediSign SA
tinyMCE.addToLang('',{
autosave_unload_msg : 'Οι αλλαγές που κάνατε θα χαθούν αν φύγετε από αυτή τη σελίδα.'
});

View file

@ -4,10 +4,11 @@
* 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('',{
autosave_unload_msg : 'Los cambios que hayas hecho pueden perderse si navegas fuera de esta página.'
autosave_unload_msg : 'Los cambios que hayas hecho pueden perderse si navegas fuera de esta p&aacute;gina.'
});

View file

@ -0,0 +1,5 @@
// EN lang variables
tinyMCE.addToLang('',{
autosave_unload_msg : 'The changes you made will be lost if you navigate away from this page.'
});

View file

@ -0,0 +1,5 @@
// EN lang variables
tinyMCE.addToLang('',{
autosave_unload_msg : 'The changes you made will be lost if you navigate away from this page.'
});

View file

@ -1,5 +1,11 @@
// IT lang variables
tinyMCE.addToLang('',{
autosave_unload_msg : 'I cambiamenti andranno persi se si carica un\'altra pagina.'
});
/**
* IT lang variables
*
* Author : Luciano Vernaschi <luciano@virgilio.it>
* Last Updated : Mar. 1st, 2007
* TinyMCE Version : 2.1.0
*/
tinyMCE.addToLang('',{
autosave_unload_msg : 'I cambiamenti andranno persi se si carica un\'altra pagina.'
});

View file

@ -0,0 +1,5 @@
// JAlang variables
tinyMCE.addToLang('',{
autosave_unload_msg : 'ページを移動すると編集中の文章は失われます。'
});

View file

@ -0,0 +1,5 @@
// EN lang variables
tinyMCE.addToLang('',{
autosave_unload_msg : 'The changes you made will be lost if you navigate away from this page.'
});

View file

@ -4,5 +4,5 @@
// fixed by lemiel 14.11.2005
tinyMCE.addToLang('',{
autosave_unload_msg : 'Zmiany jakie wprowadziłeś zostaną utracone, jeśli opuścisz teraz tę stronę.'
autosave_unload_msg : 'Zmiany jakie wprowadziłeś zostaną utracone, jeśli opuścisz teraz tę stronę.'
});

View file

@ -2,10 +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('',{
autosave_unload_msg : 'As modificações feitas serão perdidas caso você navegue fora desta página.'

View file

@ -0,0 +1,5 @@
// RO lang variables
tinyMCE.addToLang('',{
autosave_unload_msg : 'Modific&#259;rile pe care le-ai f&#259;cut vor fi pierdute dac&#259; p&#259;r&#259;se&#351;ti aceast&#259; pagin&#259;.'
});

View file

@ -1,5 +1,5 @@
// RU lang variables cp1251
tinyMCE.addToLang('',{
autosave_unload_msg : 'Изменения не будут потеряны если Вы уйдёте с этой страницы.'
});
// RU lang variables
tinyMCE.addToLang('',{
autosave_unload_msg : 'Изменения не будут потеряны если Вы уйдёте с этой страницы.'
});

View file

@ -0,0 +1,5 @@
// RU lang variables
tinyMCE.addToLang('',{
autosave_unload_msg : 'Изменения не будут потеряны если Вы уйдёте с этой страницы.'
});

View file

@ -1,5 +1,5 @@
// RU lang variables KOI8-R
tinyMCE.addToLang('',{
autosave_unload_msg : 'Изменения не будут потеряны если Вы уйдёте с этой страницы.'
});
// RU lang variables
tinyMCE.addToLang('',{
autosave_unload_msg : 'Изменения не будут потеряны если Вы уйдёте с этой страницы.'
});

View file

@ -0,0 +1,5 @@
// EN lang variables
tinyMCE.addToLang('',{
autosave_unload_msg : 'Ndryshimet e bera do te humbasin po naviguat jashte kesaj faqeje.'
});

View file

@ -0,0 +1,5 @@
// SR lang variables
tinyMCE.addToLang('',{
autosave_unload_msg : 'Promene koje ste napravili biće izgubljene ako pređete na drugu stranu.'
});

View file

@ -0,0 +1,6 @@
// SE lang variables
tinyMCE.addToLang('',{
autosave_unload_msg : 'F&ouml;r&auml;ndringarna du gjorde kommer att g&aring; f&ouml;rlorade om du v&auml;ljer att l&auml;mna denna sida.'
});

View file

@ -0,0 +1,5 @@
// UK lang variables
tinyMCE.addToLang('',{
autosave_unload_msg : 'Зміни не будуть втрачені коли Ви підете з цієї сторінки.'
});

View file

@ -0,0 +1,5 @@
// UK lang variables
tinyMCE.addToLang('',{
autosave_unload_msg : 'Зміни не будуть втрачені коли Ви підете з цієї сторінки.'
});

View file

@ -0,0 +1,5 @@
// UK lang variables
tinyMCE.addToLang('',{
autosave_unload_msg : 'Зм╕ни не будуть втрачен╕ коли Ви п╕дете з ц╕╓╖ стор╕нки.'
});