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
6
www/extras/tinymce2/jscripts/tiny_mce/plugins/fullscreen/langs/ca.js
vendored
Executable file
6
www/extras/tinymce2/jscripts/tiny_mce/plugins/fullscreen/langs/ca.js
vendored
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
// UK lang variables
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
fullscreen_title : 'Fullscreen mode',
|
||||
fullscreen_desc : 'Toggle fullscreen mode'
|
||||
});
|
||||
|
|
@ -1,6 +1,5 @@
|
|||
// DK lang variables contributed by Jan Moelgaard, John Dalsgaard and Bo Frederiksen.
|
||||
// // DK lang variables - Transl.:Jan Moelgaard, Bo Frederiksen - Corr.:
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
fullscreen_title : 'Fuldskærmstilstand',
|
||||
fullscreen_desc : 'Tænd / sluk for fuldskærm'
|
||||
fullscreen_desc : 'Skift fuldskærms mode'
|
||||
});
|
||||
|
|
|
|||
6
www/extras/tinymce2/jscripts/tiny_mce/plugins/fullscreen/langs/el.js
vendored
Executable file
6
www/extras/tinymce2/jscripts/tiny_mce/plugins/fullscreen/langs/el.js
vendored
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
// Initial translation by Dimitris Giannitsaros / MediSign SA
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
fullscreen_title : 'ÊáôÜóôáóç ðëÞñïõò åéêüíáò',
|
||||
fullscreen_desc : 'ÁíôéóôñïöÞ êáôÜóôáóçò ðëÞñïõò åéêüíáò'
|
||||
});
|
||||
|
|
@ -1,6 +1,5 @@
|
|||
// UK lang variables
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
fullscreen_title : 'Fullscreen mode',
|
||||
fullscreen_desc : 'Toggle fullscreen mode'
|
||||
});
|
||||
|
|
|
|||
6
www/extras/tinymce2/jscripts/tiny_mce/plugins/fullscreen/langs/fa.js
vendored
Normal file
6
www/extras/tinymce2/jscripts/tiny_mce/plugins/fullscreen/langs/fa.js
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
// UK lang variables
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
fullscreen_title : 'Fullscreen mode',
|
||||
fullscreen_desc : 'Toggle fullscreen mode'
|
||||
});
|
||||
|
|
@ -1,6 +1,11 @@
|
|||
// IT lang variables
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
fullscreen_title : 'Modalità a schermo intero',
|
||||
fullscreen_desc : 'Abilita o disabilita la modalità a schermo intero'
|
||||
});
|
||||
/**
|
||||
* IT lang variables
|
||||
*
|
||||
* Author : Luciano Vernaschi <luciano@virgilio.it>
|
||||
* Last Updated : Mar. 1st, 2007
|
||||
* TinyMCE Version : 2.1.0
|
||||
*/
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
fullscreen_desc : 'Abilita o disabilita la modalità a schermo intero'
|
||||
});
|
||||
|
|
|
|||
5
www/extras/tinymce2/jscripts/tiny_mce/plugins/fullscreen/langs/ja.js
vendored
Executable file
5
www/extras/tinymce2/jscripts/tiny_mce/plugins/fullscreen/langs/ja.js
vendored
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
// JA lang variables
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
fullscreen_desc : 'フルスクリーンモードを切り替える'
|
||||
});
|
||||
6
www/extras/tinymce2/jscripts/tiny_mce/plugins/fullscreen/langs/ko.js
vendored
Normal file
6
www/extras/tinymce2/jscripts/tiny_mce/plugins/fullscreen/langs/ko.js
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
// UK lang variables
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
fullscreen_title : 'Fullscreen mode',
|
||||
fullscreen_desc : 'Toggle fullscreen mode'
|
||||
});
|
||||
|
|
@ -4,6 +4,6 @@
|
|||
// fixed by lemiel 14.11.2005
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
fullscreen_title : 'Tryb pe³noekranowy',
|
||||
fullscreen_desc : 'Prze³±cz w tryb pe³noekranowy'
|
||||
fullscreen_title : 'Tryb pełnoekranowy',
|
||||
fullscreen_desc : 'Przełącz w tryb pełnoekranowy'
|
||||
});
|
||||
|
|
|
|||
|
|
@ -2,13 +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('',{
|
||||
fullscreen_title : 'Modo de Janela Inteira (Fullscreen)',
|
||||
fullscreen_title : 'Modo de janela inteira (Fullscreen)',
|
||||
fullscreen_desc : 'Alterar para modo de janela inteira'
|
||||
});
|
||||
|
|
|
|||
6
www/extras/tinymce2/jscripts/tiny_mce/plugins/fullscreen/langs/ro.js
vendored
Executable file
6
www/extras/tinymce2/jscripts/tiny_mce/plugins/fullscreen/langs/ro.js
vendored
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
// RO lang variables
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
fullscreen_title : 'Afişare pe tot ecranul',
|
||||
fullscreen_desc : 'Comută modul de afişare'
|
||||
});
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
// RU lang variables cp1251
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
fullscreen_title : 'Ïîëíîýêðàííûé ðåæèì',
|
||||
fullscreen_desc : 'Âêëþ÷èòü ïîëíîýêðàííûé ðåæèì'
|
||||
});
|
||||
// RU lang variables
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
fullscreen_title : 'Полноэкранный режим',
|
||||
fullscreen_desc : 'Включить полноэкранный режим'
|
||||
});
|
||||
|
|
|
|||
6
www/extras/tinymce2/jscripts/tiny_mce/plugins/fullscreen/langs/ru_CP1251.js
vendored
Executable file
6
www/extras/tinymce2/jscripts/tiny_mce/plugins/fullscreen/langs/ru_CP1251.js
vendored
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
// RU lang variables
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
fullscreen_title : 'Ïîëíîýêðàííûé ðåæèì',
|
||||
fullscreen_desc : 'Âêëþ÷èòü ïîëíîýêðàííûé ðåæèì'
|
||||
});
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
// RU lang variables KOI8-R
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
fullscreen_title : 'ðÏÌÎÏÜËÒÁÎÎÙÊ ÒÅÖÉÍ',
|
||||
fullscreen_desc : '÷ËÌÀÞÉÔØ ÐÏÌÎÏÜËÒÁÎÎÙÊ ÒÅÖÉÍ'
|
||||
});
|
||||
// RU lang variables
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
fullscreen_title : 'ðÏÌÎÏÜËÒÁÎÎÙÊ ÒÅÖÉÍ',
|
||||
fullscreen_desc : '÷ËÌÀÞÉÔØ ÐÏÌÎÏÜËÒÁÎÎÙÊ ÒÅÖÉÍ'
|
||||
});
|
||||
|
|
|
|||
6
www/extras/tinymce2/jscripts/tiny_mce/plugins/fullscreen/langs/sq.js
vendored
Executable file
6
www/extras/tinymce2/jscripts/tiny_mce/plugins/fullscreen/langs/sq.js
vendored
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
// UK lang variables
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
fullscreen_title : 'Modaliteti i ekranit te plote',
|
||||
fullscreen_desc : 'Cakto modalitetin e ekranit te plote'
|
||||
});
|
||||
6
www/extras/tinymce2/jscripts/tiny_mce/plugins/fullscreen/langs/sr.js
vendored
Executable file
6
www/extras/tinymce2/jscripts/tiny_mce/plugins/fullscreen/langs/sr.js
vendored
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
// SR lang variables
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
fullscreen_title : 'Mod celog ekrana',
|
||||
fullscreen_desc : 'Menjanje moda punog ekrana'
|
||||
});
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
// SV lang variables
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
fullscreen_title : 'Fullskärmsläge',
|
||||
fullscreen_desc : 'Hoppa från/till fullskärmsläge'
|
||||
fullscreen_title : 'Fullskärmsläge',
|
||||
fullscreen_desc : 'Hoppa från/till fullskärmsläge'
|
||||
});
|
||||
|
|
|
|||
6
www/extras/tinymce2/jscripts/tiny_mce/plugins/fullscreen/langs/sv_utf8.js
vendored
Executable file
6
www/extras/tinymce2/jscripts/tiny_mce/plugins/fullscreen/langs/sv_utf8.js
vendored
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
// SV lang variables
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
fullscreen_title : 'Fullskärmsläge',
|
||||
fullscreen_desc : 'Hoppa från/till fullskärmsläge'
|
||||
});
|
||||
6
www/extras/tinymce2/jscripts/tiny_mce/plugins/fullscreen/langs/uk.js
vendored
Executable file
6
www/extras/tinymce2/jscripts/tiny_mce/plugins/fullscreen/langs/uk.js
vendored
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
// UK lang variables
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
fullscreen_title : 'Повноекранний режим',
|
||||
fullscreen_desc : 'Включити повноекранний режим'
|
||||
});
|
||||
6
www/extras/tinymce2/jscripts/tiny_mce/plugins/fullscreen/langs/uk_CP1251.js
vendored
Executable file
6
www/extras/tinymce2/jscripts/tiny_mce/plugins/fullscreen/langs/uk_CP1251.js
vendored
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
// UK lang variables
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
fullscreen_title : 'Ïîâíîåêðàííèé ðåæèì',
|
||||
fullscreen_desc : 'Âêëþ÷èòè ïîâíîåêðàííèé ðåæèì'
|
||||
});
|
||||
6
www/extras/tinymce2/jscripts/tiny_mce/plugins/fullscreen/langs/uk_KOI8-U.js
vendored
Executable file
6
www/extras/tinymce2/jscripts/tiny_mce/plugins/fullscreen/langs/uk_KOI8-U.js
vendored
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
// UK lang variables
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
fullscreen_title : 'ðÏ×ÎÏÅËÒÁÎÎÉÊ ÒÅÖÉÍ',
|
||||
fullscreen_desc : '÷ËÌÀÞÉÔÉ ÐÏ×ÎÏÅËÒÁÎÎÉÊ ÒÅÖÉÍ'
|
||||
});
|
||||
6
www/extras/tinymce2/jscripts/tiny_mce/plugins/fullscreen/langs/vi.js
vendored
Executable file
6
www/extras/tinymce2/jscripts/tiny_mce/plugins/fullscreen/langs/vi.js
vendored
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
// Vietnamese lang variables - Đỗ Xuân Tiến - tiendx2002@yahoo.com Việt hóa
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
fullscreen_title : 'Chế độ toàn màn hình',
|
||||
fullscreen_desc : 'Chuyển đổi chế độ xem toàn màn hình'
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue