more tinymce stuff
This commit is contained in:
parent
5a60010a6f
commit
b19f4cf952
468 changed files with 11635 additions and 0 deletions
3
www/extras/tinymce2/jscripts/tiny_mce/plugins/zoom/langs/es.js
vendored
Normal file
3
www/extras/tinymce2/jscripts/tiny_mce/plugins/zoom/langs/es.js
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
// Español por matiasl-AR
|
||||
|
||||
tinyMCELang['lang_zoom_prefix'] = 'Aumento de Tamaño';
|
||||
3
www/extras/tinymce2/jscripts/tiny_mce/plugins/zoom/langs/fr.js
vendored
Normal file
3
www/extras/tinymce2/jscripts/tiny_mce/plugins/zoom/langs/fr.js
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
// Traduit par Normand Lamoureux le 2005-11-12
|
||||
|
||||
tinyMCELang['lang_zoom_prefix'] = 'Augmenter la taille';
|
||||
5
www/extras/tinymce2/jscripts/tiny_mce/plugins/zoom/langs/he.js
vendored
Normal file
5
www/extras/tinymce2/jscripts/tiny_mce/plugins/zoom/langs/he.js
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
// HE lang variables by Liron Newman, http://eesh.net
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
zoom_prefix : 'æåí'
|
||||
});
|
||||
10
www/extras/tinymce2/jscripts/tiny_mce/plugins/zoom/langs/pt_br.js
vendored
Normal file
10
www/extras/tinymce2/jscripts/tiny_mce/plugins/zoom/langs/pt_br.js
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
/**
|
||||
* pt_br lang variables
|
||||
* Brazilian Portuguese
|
||||
*
|
||||
* Authors :
|
||||
* Marcio Barbosa (mpg) <mpg@mpg.com.br>
|
||||
* Last Updated : November 26, 2005
|
||||
* TinyMCE Version : 2.0RC4
|
||||
*/
|
||||
tinyMCELang['lang_zoom_prefix'] = 'Aumentar de Tamanho';
|
||||
5
www/extras/tinymce2/jscripts/tiny_mce/plugins/zoom/langs/ru.js
vendored
Normal file
5
www/extras/tinymce2/jscripts/tiny_mce/plugins/zoom/langs/ru.js
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
// RU cp1251 lang variables
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
zoom_prefix : 'ìàñøòàá'
|
||||
});
|
||||
5
www/extras/tinymce2/jscripts/tiny_mce/plugins/zoom/langs/ru_KOI8-R.js
vendored
Normal file
5
www/extras/tinymce2/jscripts/tiny_mce/plugins/zoom/langs/ru_KOI8-R.js
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
// RU KOI8-R lang variables
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
zoom_prefix : 'ÍÁÓÛÔÁÂ'
|
||||
});
|
||||
5
www/extras/tinymce2/jscripts/tiny_mce/plugins/zoom/langs/ru_UTF-8.js
vendored
Normal file
5
www/extras/tinymce2/jscripts/tiny_mce/plugins/zoom/langs/ru_UTF-8.js
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
// RU UTF-8 lang variables
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
zoom_prefix : 'масштаб'
|
||||
});
|
||||
6
www/extras/tinymce2/jscripts/tiny_mce/plugins/zoom/langs/zh_tw.js
vendored
Normal file
6
www/extras/tinymce2/jscripts/tiny_mce/plugins/zoom/langs/zh_tw.js
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
// Traditional Chinese BIG-5; Twapweb Site translated; twapweb_AT_gmail_DOT_com
|
||||
// 繁體中文 BIG-5 ;數位應用坊製作; twapweb_AT_gmail_DOT_com
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
zoom_prefix : '放大'
|
||||
});
|
||||
6
www/extras/tinymce2/jscripts/tiny_mce/plugins/zoom/langs/zh_tw_utf8.js
vendored
Normal file
6
www/extras/tinymce2/jscripts/tiny_mce/plugins/zoom/langs/zh_tw_utf8.js
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
// Traditional Chinese UTF-8; Twapweb Site translated; twapweb_AT_gmail_DOT_com
|
||||
// 繁體中文 UTF-8 ;數位應用坊製作; twapweb_AT_gmail_DOT_com
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
zoom_prefix : '放大'
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue