upgrading to tinymce 2.0.6.1
This commit is contained in:
parent
f8e69afdf4
commit
0534118f8d
70 changed files with 1159 additions and 555 deletions
|
|
@ -1,9 +1,9 @@
|
|||
// Canadian French lang variables by Virtuelcom last modification: 2005-06-15
|
||||
// Modifié par Normand Lamoureux le 2005-11-12
|
||||
// FR lang variables
|
||||
// Modified by Motte, last updated 2006-03-23
|
||||
|
||||
/* N'oubliez pas d'identifer les paramètres de langue ainsi: <votre plugin>_<un nom> */
|
||||
/* N'oubliez pas d'identifer les parametres de langue ainsi: <votre plugin>_<un nom> */
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
template_title : 'Texte qui apparaîtra sous forme de titre dans la fenêtre pop-up de votre plugin',
|
||||
template_desc : 'Texte qui apparaîtra sous forme d\'info-bulle au survol du bouton de votre plugin'
|
||||
template_title : 'Texte qui apparaîtra sous forme de titre dans la fenêtre pop-up de votre plugin',
|
||||
template_desc : 'Texte qui apparaîtra sous forme d\'info-bulle au survol du bouton de votre plugin'
|
||||
});
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
// French lang variables by Laurent Dran
|
||||
// Modifié par Normand Lamoureux le 2005-11-12
|
||||
// FR lang variables
|
||||
// Modified by Motte, last updated 2006-03-23
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
insert_advhr_desc : 'Insérer une règle horizontale stylée',
|
||||
insert_advhr_desc : 'Insérer une règle horizontale stylée',
|
||||
insert_advhr_width : 'Largeur',
|
||||
insert_advhr_size : 'Hauteur',
|
||||
insert_advhr_noshade : 'Sans ombre'
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
// HE lang variables by Liron Newman, http://eesh.net
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
insert_advhr_desc : 'äëðñ/òøåê ÷å àåô÷é',
|
||||
insert_advhr_desc : '÷å àåô÷é',
|
||||
insert_advhr_width : 'øåçá',
|
||||
insert_advhr_size : 'âåáä',
|
||||
insert_advhr_noshade : 'ììà öì'
|
||||
|
|
|
|||
|
|
@ -1,27 +1,28 @@
|
|||
// Modifier par Mathieu Gautheret
|
||||
// FR lang variables
|
||||
// Modified by Motte, last updated 2006-03-23
|
||||
|
||||
tinyMCE.addToLang('advimage',{
|
||||
tab_general : 'Générale',
|
||||
tab_general : 'Générale',
|
||||
tab_appearance : 'Apparence',
|
||||
tab_advanced : 'Avancée',
|
||||
general : 'Générale',
|
||||
tab_advanced : 'Avancé',
|
||||
general : 'Générale',
|
||||
title : 'Titre',
|
||||
preview : 'Prévisualisation',
|
||||
preview : 'Prévisualisation',
|
||||
constrain_proportions : 'Conserver les proportions',
|
||||
langdir : 'Sens d\'écriture',
|
||||
langcode : 'Code de langue du libellé',
|
||||
langdir : 'Sens d\'écriture',
|
||||
langcode : 'Code de langue du libellé',
|
||||
long_desc : 'Description du lien',
|
||||
style : 'Style',
|
||||
classes : 'Classes',
|
||||
ltr : 'De gauche à droite',
|
||||
rtl : 'De droite à gauche',
|
||||
ltr : 'De gauche à droite',
|
||||
rtl : 'De droite à gauche',
|
||||
id : 'Id',
|
||||
image_map : 'Image map',
|
||||
swap_image : 'Image d\'échange',
|
||||
swap_image : 'Image d\'échange',
|
||||
alt_image : 'Image alternative',
|
||||
mouseover : 'Quand le pointeur est au dessus',
|
||||
mouseout : 'Quand le pointeur est en dehors',
|
||||
misc : 'Divers',
|
||||
example_img : 'Apparence prévisualisation image',
|
||||
missing_alt : 'Etes vous sur de vouloir continuer sans inclure une description de l\'image. Cette description est utile pour les utilisateurs ne pouvant pas afficher les images ou les ayant désactivées.'
|
||||
example_img : 'Apparence prévisualisation image',
|
||||
missing_alt : 'Etes vous sur de vouloir continuer sans inclure une description de l\'image. Cette description est utile pour les utilisateurs ne pouvant pas afficher les images ou les ayant désactivées.'
|
||||
});
|
||||
|
|
@ -2,15 +2,38 @@
|
|||
* Slovak lang variables
|
||||
* encoding: utf-8
|
||||
*
|
||||
* @author Vladimir VASIL vvasil@post.sk
|
||||
* @author Marián Zvalo marian.zvalo@student.umb.sk
|
||||
*
|
||||
* $Id: sk.js,v 1.1 2005/11/22 20:56:44 spocke Exp $
|
||||
* $Id: sk.js,v 1.1 2006/02/28 20:56:44 spocke Exp $
|
||||
*/
|
||||
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
insert_image_alt2 : 'Názov obrázku',
|
||||
insert_image_onmousemove : 'Alternatívny obrázok',
|
||||
insert_image_mouseover : 'pri najet? myšou',
|
||||
insert_image_mouseout : 'pri odjet? myšou'
|
||||
insert_image_mouseover : 'pri prejdení myšou',
|
||||
insert_image_mouseout : 'pri odídení myši',
|
||||
advimage_tab_general : 'Hlavné',
|
||||
advimage_tab_appearance : 'Vzhľad',
|
||||
advimage_tab_advanced : 'Rozšírené',
|
||||
advimage_general : 'Hlavné nastavenia',
|
||||
advimage_title : 'Titulok',
|
||||
advimage_preview : 'Náhľad',
|
||||
advimage_constrain_proportions : 'Zachovať pomer strán',
|
||||
advimage_langdir : 'Smer textu',
|
||||
advimage_langcode : 'Kód jazyka',
|
||||
advimage_long_desc : 'Dlhý popis obrázka',
|
||||
advimage_style : 'CSS Štýl',
|
||||
advimage_classes : 'CSS Trieda',
|
||||
advimage_ltr : 'Z ľava do prava',
|
||||
advimage_rtl : 'Z prava do ľava',
|
||||
advimage_id : 'Id',
|
||||
advimage_image_map : 'Obrazová mapa',
|
||||
advimage_swap_image : 'Zmena obrázka',
|
||||
advimage_alt_image : 'Alternatívny obrázok',
|
||||
advimage_mouseover : 'ak je kurzor nad obrázkom',
|
||||
advimage_mouseout : 'ak kurzor odíde z obrázka',
|
||||
advimage_misc : 'Rôzne',
|
||||
advimage_example_img : 'Vzhľad náhľad obrázka',
|
||||
advimage_missing_alt : 'Ste si istý(á), že chcete pokračovať bez vloženého popisu obrázka? Bez popisu sa obrázok nesprávne zobrazí v textových prehliadačoch, ak má užívateľ vypnuté zobrazenie obrázkov alebo ak je užívateľ nevidiaci.'
|
||||
});
|
||||
|
|
|
|||
|
|
@ -1,22 +1,48 @@
|
|||
// French lang variables by Laurent Dran
|
||||
// FR lang variables
|
||||
// Modified by Motte, last updated 2006-03-23
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
insert_link_target_same : 'Ouvre dans la fenętre / Cadre(frame)',
|
||||
insert_link_target_parent : 'Ouvre dans fenętre parente / Cadres(frame)',
|
||||
insert_link_target_top : 'Ouvre dans le Top frame (remplace toutes les cadres(frames))',
|
||||
insert_link_target_blank : 'Ouvre dans la fenętre',
|
||||
insert_link_target_named : 'Ouvre dans la fenętre',
|
||||
insert_link_popup : 'JS-Popup',
|
||||
insert_link_popup_url : 'URL de la Popup',
|
||||
insert_link_popup_name : 'Nom de la fenętre',
|
||||
insert_link_popup_return : 'Insert \'return false\'',
|
||||
insert_link_popup_scrollbars : 'Montrer la barre de défilement ',
|
||||
insert_link_popup_statusbar : 'Montrer la barre d\'état',
|
||||
insert_link_popup_toolbar : 'Montrer la barre d\'outils',
|
||||
insert_link_popup_menubar : 'Montrer la barre du menu',
|
||||
insert_link_popup_location : 'Montre la barre d\'adresse',
|
||||
insert_link_popup_resizable : 'Fabriquer une fenętre redimensionnable',
|
||||
insert_link_popup_size : 'Taille',
|
||||
insert_link_popup_position : 'Position (X/Y)',
|
||||
insert_link_popup_missingtarget : 'Veuillez insérer un nom pour la cible ou choisissez une autre option.'
|
||||
tinyMCE.addToLang('advlink',{
|
||||
target_same : 'Ouvre dans la même fenêtre / Cadre',
|
||||
target_parent : 'Ouvre dans la fenêtre / cadre parente',
|
||||
target_top : 'Ouvre dans le Top frame (remplace toutes les cadres)',
|
||||
target_blank : 'Ouvre dans une nouvelle fenêtre',
|
||||
target_name : 'Nom de la cible',
|
||||
popup : 'JS-Popup',
|
||||
popup_url : 'URL de la Popup',
|
||||
popup_name : 'Nom de la fenêtre',
|
||||
popup_return : 'Insert \'return false\'',
|
||||
popup_scrollbars : 'Montrer la barre de défilement ',
|
||||
popup_statusbar : 'Montrer la barre d\'état',
|
||||
popup_toolbar : 'Montrer la barre d\'outils',
|
||||
popup_menubar : 'Montrer la barre du menu',
|
||||
popup_location : 'Montre la barre d\'adresse',
|
||||
popup_resizable : 'Fabriquer une fenêtre redimensionnable',
|
||||
popup_dependent : 'Dependent (Mozilla/Firefox only)',
|
||||
popup_size : 'Taille',
|
||||
popup_position : 'Position (X/Y)',
|
||||
popup_missingtarget : 'Veuillez insérer un nom pour la cible ou choisissez une autre option.',
|
||||
general_tab : 'Général',
|
||||
popup_tab : 'Popup',
|
||||
events_tab : 'Evênements',
|
||||
advanced_tab : 'Avancé',
|
||||
general_props : 'Propriétés générales',
|
||||
popup_props : 'Propriétés Popup',
|
||||
event_props : 'Evênements',
|
||||
advanced_props : 'Propriétés Avancées',
|
||||
popup_opts : 'Options',
|
||||
anchor_names : 'Ancres',
|
||||
id : 'Id',
|
||||
style: 'Style',
|
||||
classes : 'Classes',
|
||||
langdir : 'Sens d\'écriture',
|
||||
target_langcode : 'Langage cible',
|
||||
langcode : 'Code langue',
|
||||
encoding : 'Codage caractères de la cible',
|
||||
mime : 'Type MIME de la cible',
|
||||
rel : 'Page relative à la cible',
|
||||
rev : 'Cible relative à la page',
|
||||
tabindex : 'Tabindex',
|
||||
accesskey : 'Touche d\'accès',
|
||||
ltr : 'De gauche à droite',
|
||||
rtl : 'De droite à gauche'
|
||||
});
|
||||
|
|
|
|||
|
|
@ -2,9 +2,9 @@
|
|||
* Slovak lang variables
|
||||
* encoding: utf-8
|
||||
*
|
||||
* @author Vladimir VASIL vvasil@post.sk
|
||||
* @author Marián Zvalo marian.zvalo@student.umb.sk
|
||||
*
|
||||
* $Id: sk.js,v 1.1 2005/11/22 20:56:44 spocke Exp $
|
||||
* $Id: sk.js,v 1.1 2006/02/28 20:56:44 spocke Exp $
|
||||
*/
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
|
|
@ -25,6 +25,48 @@ insert_link_popup_location : 'Ukázať lištu umiestení',
|
|||
insert_link_popup_resizable : 'Premenlivá veľkosť okna',
|
||||
insert_link_popup_size : 'Velikosť',
|
||||
insert_link_popup_position : 'Umiestnenie (X/Y)',
|
||||
insert_link_popup_missingtarget : 'Vložte názov cieľa alebo vyberte inú voľbu.'
|
||||
insert_link_popup_missingtarget : 'Vložte názov cieľa alebo vyberte inú voľbu.',
|
||||
advlink_general_tab : 'Hlavné',
|
||||
advlink_popup_tab : 'Nové okno',
|
||||
advlink_events_tab : 'Udalosti',
|
||||
advlink_advanced_tab : 'Rozšírené',
|
||||
advlink_general_props : 'Hlavné nastavenia',
|
||||
advlink_popup_props : 'Nastavenia nového okna',
|
||||
advlink_event_props : 'Udalosti prehliadača',
|
||||
advlink_advanced_props : 'Rozšírené nastavenia',
|
||||
advlink_popup_opts : 'Voľby',
|
||||
advlink_anchor_names : 'Ukotvenia',
|
||||
advlink_target_same : 'Otvoriť v aktuálnom okne / ráme',
|
||||
advlink_target_parent : 'Otvoriť v materskom okne / ráme',
|
||||
advlink_target_top : 'Otvoriť v najvyššom ráme (prepíše všetky rámy)',
|
||||
advlink_target_blank : 'Otvoriť v novom okne',
|
||||
advlink_popup : 'Nové okno prehliadača',
|
||||
advlink_popup_url : 'Adresa nového okna',
|
||||
advlink_popup_name : 'Názov okna',
|
||||
advlink_popup_return : 'Vložiť \'return false\'',
|
||||
advlink_popup_scrollbars : 'Zobraziť posuvníky',
|
||||
advlink_popup_statusbar : 'Zobraziť stavový riadok',
|
||||
advlink_popup_toolbar : 'Zobraziť nástroje',
|
||||
advlink_popup_menubar : 'Zobraziť menu',
|
||||
advlink_popup_location : 'Zobraziť navigačný panel',
|
||||
advlink_popup_resizable : 'Umožniť zmenu veľkosti',
|
||||
advlink_popup_dependent : 'Závislosť (iba Mozilla/Firefox)',
|
||||
advlink_popup_size : 'Veľkosť',
|
||||
advlink_popup_position : 'Pozícia (X/Y)',
|
||||
advlink_id : 'Id',
|
||||
advlink_style: 'CSS štýl',
|
||||
advlink_classes : 'Trieda',
|
||||
advlink_target_name : 'Názov elementu',
|
||||
advlink_langdir : 'Smerovanie textu',
|
||||
advlink_target_langcode : 'Jazyk cieľa',
|
||||
advlink_langcode : 'Kód jazyka cieľa',
|
||||
advlink_encoding : 'Znakové kódovanie cieľa',
|
||||
advlink_mime : 'MIME typ cieľa',
|
||||
advlink_rel : 'Vzťah stránky k cieľu',
|
||||
advlink_rev : 'Vzťah cieľa k stránke',
|
||||
advlink_tabindex : 'Poradie pre tabulátor',
|
||||
advlink_accesskey : 'Klávesová skratka',
|
||||
advlink_ltr : 'Z ľava do prava',
|
||||
advlink_rtl : 'Z prava do ľava'
|
||||
});
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
// Traduit par Normand Lamoureux le 2005-11-12
|
||||
// FR lang variables
|
||||
// Modified by Motte, last updated 2006-03-23
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
autosave_unload_msg : 'Vos modifications seront perdues si vous quittez cette page.'
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -1,7 +1,7 @@
|
|||
/**
|
||||
* $RCSfile: editor_plugin_src.js,v $
|
||||
* $Revision: 1.29 $
|
||||
* $Date: 2006/02/13 15:09:28 $
|
||||
* $Revision: 1.31 $
|
||||
* $Date: 2006/05/03 10:46:41 $
|
||||
*
|
||||
* @author Moxiecode
|
||||
* @copyright Copyright © 2004-2006, Moxiecode Systems AB, All rights reserved.
|
||||
|
|
@ -288,12 +288,12 @@ TinyMCE_ContextMenu.prototype = {
|
|||
|
||||
html += '<td class="contextMenuIcon"><img src="' + icon + '" width="20" height="20" class="contextMenuImage" /></td>';
|
||||
html += '<td><div class="contextMenuText">';
|
||||
html += '<a href="javascript:void(0);" onclick="' + onMouseDown + '" onmousedown="return false;"> ';
|
||||
html += '<a href="javascript:void(0);" onclick="' + onMouseDown + '" onmousedown="return false;"> ';
|
||||
|
||||
// Add text
|
||||
html += title;
|
||||
|
||||
html += ' </a>';
|
||||
html += ' </a>';
|
||||
html += '</div></td>';
|
||||
html += '</tr>';
|
||||
|
||||
|
|
@ -302,6 +302,8 @@ TinyMCE_ContextMenu.prototype = {
|
|||
},
|
||||
|
||||
show : function(x, y) {
|
||||
var vp, width, height;
|
||||
|
||||
if (this.html == "")
|
||||
return;
|
||||
|
||||
|
|
@ -313,27 +315,34 @@ TinyMCE_ContextMenu.prototype = {
|
|||
|
||||
this.contextMenuDiv.innerHTML = html;
|
||||
|
||||
// Get dimensions
|
||||
this.contextMenuDiv.style.display = "block";
|
||||
width = this.contextMenuDiv.offsetWidth;
|
||||
height = this.contextMenuDiv.offsetHeight;
|
||||
this.contextMenuDiv.style.display = "none";
|
||||
|
||||
if (tinyMCE.isMSIE && !tinyMCE.isMSIE5_0 && !tinyMCE.isOpera) {
|
||||
var width, height;
|
||||
|
||||
// Get dimensions
|
||||
this.contextMenuDiv.style.display = "block";
|
||||
width = this.contextMenuDiv.offsetWidth;
|
||||
height = this.contextMenuDiv.offsetHeight;
|
||||
this.contextMenuDiv.style.display = "none";
|
||||
|
||||
// Setup popup and show
|
||||
this.pop.document.body.innerHTML = '<div class="contextMenu">' + html + "</div>";
|
||||
this.pop.document.tinyMCE = tinyMCE;
|
||||
this.pop.document.contextMenu = this;
|
||||
this.pop.show(x, y, width, height);
|
||||
} else {
|
||||
this.contextMenuDiv.style.left = x + 'px';
|
||||
this.contextMenuDiv.style.top = y + 'px';
|
||||
vp = this.getViewPort();
|
||||
|
||||
this.contextMenuDiv.style.left = (x > vp.width - width ? vp.width - width : x) + 'px';
|
||||
this.contextMenuDiv.style.top = (y > vp.height - height ? vp.height - height : y) + 'px';
|
||||
this.contextMenuDiv.style.display = "block";
|
||||
}
|
||||
},
|
||||
|
||||
getViewPort : function() {
|
||||
return {
|
||||
width : document.documentElement.offsetWidth || document.body.offsetWidth,
|
||||
height : self.innerHeight || document.documentElement.clientHeight || document.body.clientHeight
|
||||
};
|
||||
},
|
||||
|
||||
hide : function() {
|
||||
if (tinyMCE.isMSIE && !tinyMCE.isMSIE5_0 && !tinyMCE.isOpera)
|
||||
this.pop.hide();
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
// Traduit par Normand Lamoureux le 2005-11-12
|
||||
// FR lang variables
|
||||
// Modified by Motte, last updated 2006-03-23
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
directionality_ltr_desc : 'Vers la droite',
|
||||
|
|
|
|||
|
|
@ -1,17 +1,18 @@
|
|||
// Traduit par Normand Lamoureux le 2005-11-12
|
||||
// FR lang variables
|
||||
// Modified by Motte, last updated 2006-03-23
|
||||
|
||||
tinyMCE.addToLang('emotions',{
|
||||
title : 'Choisir une émoticône',
|
||||
desc : 'Insérer une émoticône',
|
||||
title : 'Choisir une émoticône',
|
||||
desc : 'Insérer une émoticône',
|
||||
cool : 'Cool',
|
||||
cry : 'Triste',
|
||||
embarassed : 'Embarrassé',
|
||||
embarassed : 'Embarrassé',
|
||||
foot_in_mouth : 'Oups !',
|
||||
frown : 'Mécontent',
|
||||
frown : 'Mécontent',
|
||||
innocent : 'Innocent',
|
||||
kiss : 'Bisou',
|
||||
laughing : 'Mort de rire',
|
||||
money_mouth : 'Sencuré',
|
||||
money_mouth : 'Sencuré',
|
||||
sealed : 'Motus',
|
||||
smile : 'Sourire',
|
||||
surprised : 'Surprise',
|
||||
|
|
|
|||
|
|
@ -1,6 +1,22 @@
|
|||
//IT lang variables
|
||||
// IT lang variables
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
insert_emotions_title : 'Inserisci una emoticon',
|
||||
emotions_desc : 'Emoticon'
|
||||
tinyMCE.addToLang('emotions',{
|
||||
title : 'Inserisci emoticon',
|
||||
desc : 'Emoticons',
|
||||
cool : 'Fico',
|
||||
cry : 'Pianto',
|
||||
embarassed : 'Imbarazzo',
|
||||
foot_in_mouth : 'Calcio in faccia',
|
||||
frown : 'Tristezza',
|
||||
innocent : 'Innocenza',
|
||||
kiss : 'Bacio',
|
||||
laughing : 'Risata',
|
||||
money_mouth : 'Soldi',
|
||||
sealed : 'Bocca chiusa',
|
||||
smile : 'Sorriso',
|
||||
surprised : 'Sorpresa',
|
||||
tongue_out : 'Linguaccia',
|
||||
undecided : 'Indecisione',
|
||||
wink : 'Occhiolino',
|
||||
yell : 'Urlo'
|
||||
});
|
||||
|
|
|
|||
|
|
@ -1,11 +1,12 @@
|
|||
// Traduit par Normand Lamoureux le 2005-11-12
|
||||
// FR lang variables
|
||||
// Modified by Motte, last updated 2006-03-23
|
||||
|
||||
tinyMCE.addToLang('flash',{
|
||||
title : 'Gestionnaire d\'animation Flash',
|
||||
desc : 'Insérer une animation Flash',
|
||||
desc : 'Insérer une animation Flash',
|
||||
file : 'Fichier Flash (.swf)',
|
||||
size : 'Taille',
|
||||
list : 'Fichiers Flash',
|
||||
props : 'Propriétés Flash',
|
||||
general : 'Général'
|
||||
props : 'Propriétés Flash',
|
||||
general : 'Général'
|
||||
});
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
// Traduit par Normand Lamoureux le 2005-11-12
|
||||
// FR lang variables
|
||||
// Modified by Motte, last updated 2006-03-23
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
fullscreen_title : 'Affichage plein écran',
|
||||
fullscreen_desc : 'Affichage plein écran/normal'
|
||||
fullscreen_title : 'Affichage plein écran',
|
||||
fullscreen_desc : 'Affichage plein écran/normal'
|
||||
});
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
// French lang variables by Laurent Dran
|
||||
// Modifié par Normand Lamoureux le 2005-11-12
|
||||
// FR lang variables
|
||||
// Modified by Motte, last updated 2006-03-23
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
iespell_desc : 'Lancer le vérificateur d\'orthographe',
|
||||
iespell_download : "Le dictionnaire ieSpell n\'a pas été trouvé.\n\nCliquez sur Ok pour aller au site de téléchargement."
|
||||
iespell_desc : 'Lancer le vérificateur d\'orthographe',
|
||||
iespell_download : "Le dictionnaire ieSpell n\'a pas été trouvé.\n\nCliquez sur Ok pour aller au site de téléchargement."
|
||||
});
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
// IT lang variables
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
iespell_desc : 'Avvia il controllo ortografico',
|
||||
iespell_download : "ieSpell non trovato. Clicca OK per andare alla pagina di download."
|
||||
iespell_desc : 'Esegui controllo ortografico',
|
||||
iespell_download : "ieSpell non trovato. Fai clic su OK per visitare la pagina di download."
|
||||
});
|
||||
|
||||
|
|
|
|||
|
|
@ -1,12 +1,13 @@
|
|||
// Traduit par Normand Lamoureux le 2005-11-12
|
||||
// FR lang variables
|
||||
// Modified by Motte, last updated 2006-03-23
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
insertdate_def_fmt : '%Y-%m-%d',
|
||||
inserttime_def_fmt : '%H:%M:%S',
|
||||
insertdate_desc : 'Insérer la date',
|
||||
inserttime_desc : 'Insérer l\'heure',
|
||||
inserttime_months_long : new Array("Janvier", "Février", "Mars", "Avril", "Mai", "Juin", "Juillet", "Août", "Septembre", "Octobre", "Novembre", "Décembre"),
|
||||
inserttime_months_short : new Array("Jan", "Fév", "Mar", "Avr", "Mai", "Jun", "Jul", "Aoû", "Sep", "Oct", "Nov", "Déc"),
|
||||
insertdate_def_fmt : '%d/%m/%Y',
|
||||
inserttime_def_fmt : '%Hh%M',
|
||||
insertdate_desc : 'Insérer la date',
|
||||
inserttime_desc : 'Insérer l\'heure',
|
||||
inserttime_months_long : new Array("Janvier", "Février", "Mars", "Avril", "Mai", "Juin", "Juillet", "Août", "Septembre", "Octobre", "Novembre", "Décembre"),
|
||||
inserttime_months_short : new Array("Jan", "Fév", "Mar", "Avr", "Mai", "Jun", "Jul", "Aoû", "Sep", "Oct", "Nov", "Déc"),
|
||||
inserttime_day_long : new Array("Dimanche", "Lundi", "Mardi", "Mercredi", "Jeudi", "Vendredi", "Samedi", "Dimanche"),
|
||||
inserttime_day_short : new Array("Dim", "Lun", "Mar", "Mer", "Jeu", "Ven", "Sam", "Dim")
|
||||
});
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
// IT lang variables
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
insertdate_def_fmt : '%Y-%m-%d',
|
||||
insertdate_def_fmt : '%d/%m/%Y',
|
||||
inserttime_def_fmt : '%H:%M:%S',
|
||||
insertdate_desc : 'Inserisci data',
|
||||
inserttime_desc : 'Inserisci ora',
|
||||
inserttime_months_long : new Array("Gennaio", "Febbraio", "Marzo", "Aprile", "Maggio", "Giugno", "Luglio", "Agosto", "Settembre", "Ottobre", "Novembre", "Dicembre"),
|
||||
inserttime_months_short : new Array("Gen", "Feb", "Mar", "Apr", "Mag", "Giu", "Lug", "Ago", "Set", "Ott", "Nov", "Dic"),
|
||||
inserttime_day_long : new Array("Domenica", "Lunedì", "Martedì", "Mercoledì", "Giovedì", "Venerdì", "Sabato", "Domenica"),
|
||||
inserttime_day_short : new Array("Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun")
|
||||
inserttime_day_long : new Array("Domenica", "Lunedì", "Martedì", "Mercoledì", "Giovedì", "Venerdì", "Sabato", "Domenica"),
|
||||
inserttime_day_short : new Array("Dom", "Lun", "Mar", "Mer", "Gio", "Ven", "Sab", "Dom")
|
||||
});
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -1,7 +1,7 @@
|
|||
/**
|
||||
* $RCSfile: editor_plugin_src.js,v $
|
||||
* $Revision: 1.36 $
|
||||
* $Date: 2006/03/20 12:03:44 $
|
||||
* $Revision: 1.37 $
|
||||
* $Date: 2006/03/27 10:07:08 $
|
||||
*
|
||||
* @author Moxiecode
|
||||
* @copyright Copyright © 2004-2006, Moxiecode Systems AB, All rights reserved.
|
||||
|
|
@ -308,15 +308,15 @@ var TinyMCE_PastePlugin = {
|
|||
// Add the rest
|
||||
var np = p.nextSibling;
|
||||
while (np) {
|
||||
// If the node is whitespace, then
|
||||
// ignore it and continue on.
|
||||
if (np.nodeType == 3 && /^\s$/m.test(np.nodeValue)) {
|
||||
np = np.nextSibling;
|
||||
continue;
|
||||
}
|
||||
|
||||
// If the node is whitespace, then
|
||||
// ignore it and continue on.
|
||||
if (np.nodeType == 3 && new RegExp('^\\s$', 'm').test(np.nodeValue)) {
|
||||
np = np.nextSibling;
|
||||
continue;
|
||||
}
|
||||
|
||||
if (search == mdot) {
|
||||
if (np.nodeType == 1 && /^o(\s+| )/.test(np.innerHTML)) {
|
||||
if (np.nodeType == 1 && new RegExp('^o(\\s+| )').test(np.innerHTML)) {
|
||||
// Second level of nesting
|
||||
if (!prevul) {
|
||||
prevul = ul;
|
||||
|
|
|
|||
|
|
@ -1,10 +1,11 @@
|
|||
// Traduit par Normand Lamoureux le 2005-11-12
|
||||
// FR lang variables
|
||||
// Modified by Motte, last updated 2006-03-23
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
paste_text_desc : 'Coller comme du texte',
|
||||
paste_text_title : 'Faites CTRL+V pour coller le texte dans la fenêtre.',
|
||||
paste_text_linebreaks : 'Conserver les retours à la ligne',
|
||||
paste_text_title : 'Faites CTRL+V pour coller le texte dans la fenêtre.',
|
||||
paste_text_linebreaks : 'Conserver les retours à la ligne',
|
||||
paste_word_desc : 'Coller depuis Word',
|
||||
paste_word_title : 'Faites CTRL+V pour coller le texte dans la fenêtre.',
|
||||
selectall_desc : 'Sélectionner tout'
|
||||
paste_word_title : 'Faites CTRL+V pour coller le texte dans la fenêtre.',
|
||||
selectall_desc : 'Sélectionner tout'
|
||||
});
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
// French lang variables by Laurent Dran
|
||||
// Modifié par Normand Lamoureux le 2005-11-12
|
||||
// FR lang variables
|
||||
// Modified by Motte, last updated 2006-03-23
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
preview_desc : 'Prévisualisation'
|
||||
preview_desc : 'Prévisualisation'
|
||||
});
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
// French lang variables by Laurent Dran
|
||||
// FR lang variables
|
||||
// Modified by Motte, last updated 2006-03-23
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
print_desc : 'Imprimer'
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
// French lang variables by Laurent Dran
|
||||
// Modifié par Normand Lamoureux le 2005-11-12
|
||||
// FR lang variables
|
||||
// Modified by Motte, last updated 2006-03-23
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
save_desc : 'Enregistrer'
|
||||
|
|
|
|||
|
|
@ -1,14 +1,14 @@
|
|||
// Franch lang variables by Laurent Dran
|
||||
// Modifié par Normand Lamoureux le 2005-11-12
|
||||
// FR lang variables
|
||||
// Modified by Motte, last updated 2006-03-23
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
searchreplace_search_desc : 'Rehercher',
|
||||
searchreplace_searchnext_desc : 'Rehercher suivant',
|
||||
searchreplace_replace_desc : 'Rechercher/Remplacer',
|
||||
searchreplace_notfound : 'Recherche complétée. La fin du document a été atteinte.',
|
||||
searchreplace_notfound : 'Recherche complétée. La fin du document a été atteinte.',
|
||||
searchreplace_search_title : 'Rechercher',
|
||||
searchreplace_replace_title : 'Rechercher/Remplacer',
|
||||
searchreplace_allreplaced : 'Action terminée avec succès. Les remplacements\nont été faits dans l\'ensemble du document.',
|
||||
searchreplace_allreplaced : 'Action terminée avec succès. Les remplacements\nont été faits dans l\'ensemble du document.',
|
||||
searchreplace_findwhat : 'Trouver le mot',
|
||||
searchreplace_replacewith : 'Remplacer avec',
|
||||
searchreplace_direction : 'Direction',
|
||||
|
|
|
|||
|
|
@ -48,11 +48,6 @@ function init() {
|
|||
|
||||
updateColor('bordercolor_pick', 'bordercolor');
|
||||
updateColor('bgcolor_pick', 'bgcolor');
|
||||
|
||||
if (tinyMCE.getParam('class_selectors', true)) {
|
||||
var sr = document.getElementById('styleSelectRow');
|
||||
sr.style.display = 'none';
|
||||
}
|
||||
}
|
||||
|
||||
function updateAction() {
|
||||
|
|
|
|||
|
|
@ -40,11 +40,6 @@ function init() {
|
|||
document.getElementById('backgroundimage').style.width = '180px';
|
||||
|
||||
updateColor('bgcolor_pick', 'bgcolor');
|
||||
|
||||
if (tinyMCE.getParam('class_selectors', true)) {
|
||||
var sr = document.getElementById('styleSelectRow');
|
||||
sr.style.display = 'none';
|
||||
}
|
||||
}
|
||||
|
||||
function updateAction() {
|
||||
|
|
|
|||
|
|
@ -259,11 +259,6 @@ function init() {
|
|||
formObj.cols.disabled = true;
|
||||
formObj.rows.disabled = true;
|
||||
}
|
||||
|
||||
if (tinyMCE.getParam ('class_selectors', true)) {
|
||||
var sr = document.getElementById('styleSelectRow');
|
||||
sr.style.display = 'none';
|
||||
}
|
||||
}
|
||||
|
||||
function changedSize() {
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ align_top : 'Oben',
|
|||
align_bottom : 'Unten',
|
||||
props_desc : 'Tabelleneigenschaften',
|
||||
bordercolor : 'Rahmenfarbe',
|
||||
bgcolor : 'Hintergrundbild',
|
||||
bgcolor : 'Hintergrundfarbe',
|
||||
merge_cells_title : 'Zellen zusammenfügen',
|
||||
split_cells_desc : 'Zelle teilen',
|
||||
merge_cells_desc : 'Zellen zusammenfügen',
|
||||
|
|
@ -51,7 +51,7 @@ langcode : 'Sprachcode',
|
|||
mime : 'MIME-Typ',
|
||||
ltr : 'Von links nach rechts',
|
||||
rtl : 'Von rechts nach links',
|
||||
bgimage : 'Hintergrundfarbe',
|
||||
bgimage : 'Hintergrundbild',
|
||||
summary : 'Zusammenfassung',
|
||||
td : "Daten",
|
||||
th : "Kopfzeile",
|
||||
|
|
|
|||
|
|
@ -19,8 +19,8 @@ width : 'Leveys',
|
|||
height : 'Korkeus',
|
||||
cols : 'Saraketta',
|
||||
rows : 'Riviä',
|
||||
cellspacing : 'Cellspacing',
|
||||
cellpadding : 'Cellpadding',
|
||||
cellspacing : 'Soluvälitys',
|
||||
cellpadding : 'Solutäyte',
|
||||
border : 'Reuna',
|
||||
align : 'Asettelu',
|
||||
align_default : 'Oletus',
|
||||
|
|
@ -54,7 +54,7 @@ ltr : 'Vasemmalta oikealle',
|
|||
rtl : 'Oikealta vasemmalle',
|
||||
bgimage : 'Taustakuva',
|
||||
summary : 'Yhteenveto',
|
||||
td : "Data",
|
||||
td : "Tieto",
|
||||
th : "Otsikko",
|
||||
cell_cell : 'Päivitä kyseinen solu',
|
||||
cell_row : 'Päivitä kaikki solut rivissä',
|
||||
|
|
@ -63,15 +63,15 @@ row_row : 'Päivitä kyseinen rivi',
|
|||
row_odd : 'Päivitä parittomat rivit',
|
||||
row_even : 'Päivitä parilliset rivit',
|
||||
row_all : 'Päivitä kaikki rivit',
|
||||
thead : 'Table Head',
|
||||
tbody : 'Table Body',
|
||||
tfoot : 'Table Foot',
|
||||
thead : 'Taulukon otsake (head)',
|
||||
tbody : 'Taulukon runko (body)',
|
||||
tfoot : 'Taulukon alaosa (foot)',
|
||||
del : 'Poista taulukko',
|
||||
scope : 'Scope',
|
||||
scope : 'Scope-määrite',
|
||||
row : 'Rivi',
|
||||
col : 'Sarake',
|
||||
rowgroup : 'Riviryhmä',
|
||||
colgroup : 'Sarakeryhmä',
|
||||
missing_scope: 'Are you sure you want to continue without specifying a scope for this table header cell. Without it, it may be difficult for some users with disabilities to understand the content or data displayed of the table.',
|
||||
missing_scope: 'Oletko varma että haluat jatkaa ilman että olet määrittänyt scope-määritettä tälle taulukon otsikolle? Scope-määritys auttaa ihmisiä joilla on terveydellisiä rajoitteita.',
|
||||
cellprops_delta_width : 50
|
||||
});
|
||||
|
|
|
|||
|
|
@ -1,77 +1,77 @@
|
|||
// French lang variables by Laurent Dran
|
||||
// Modifié par Normand Lamoureux le 2005-11-12
|
||||
// FR lang variables
|
||||
// Modified by Motte, last updated 2006-03-23
|
||||
|
||||
tinyMCE.addToLang('table',{
|
||||
general_tab : 'Général',
|
||||
advanced_tab : 'Avancé',
|
||||
general_props : 'Propriétés générales',
|
||||
advanced_props : 'Propriétés avancées',
|
||||
desc : 'Insérer/Modifier un tableau',
|
||||
row_before_desc : 'Insérer une rangée avant',
|
||||
row_after_desc : 'Insérer une rangée après',
|
||||
delete_row_desc : 'Effacer la rangée',
|
||||
col_before_desc : 'Insérer une colonne avant',
|
||||
col_after_desc : 'Insérer une colonne après',
|
||||
general_tab : 'Général',
|
||||
advanced_tab : 'Avancé',
|
||||
general_props : 'Propriétés générales',
|
||||
advanced_props : 'Propriétés avancées',
|
||||
desc : 'Insérer/Modifier un tableau',
|
||||
row_before_desc : 'Insérer une rangée avant',
|
||||
row_after_desc : 'Insérer une rangée après',
|
||||
delete_row_desc : 'Effacer la rangée',
|
||||
col_before_desc : 'Insérer une colonne avant',
|
||||
col_after_desc : 'Insérer une colonne après',
|
||||
delete_col_desc : 'Effacer la colonne',
|
||||
rowtype : 'Type de rangée',
|
||||
rowtype : 'Type de rangée',
|
||||
title : 'Gestionnaire de tableau',
|
||||
width : 'Largeur',
|
||||
height : 'Hauteur',
|
||||
cols : 'Colonnes',
|
||||
rows : 'Rangées',
|
||||
rows : 'Rangées',
|
||||
cellspacing : 'Entre les cellules',
|
||||
cellpadding : 'Marges intérieures',
|
||||
cellpadding : 'Marges intérieures',
|
||||
border : 'Bordures',
|
||||
align : 'Alignement horizontal',
|
||||
align_default : 'Par défault',
|
||||
align_left : 'À gauche',
|
||||
align_right : 'À droite',
|
||||
align_middle : 'Centré',
|
||||
row_title : 'Propriétés des rangées',
|
||||
cell_title : 'Propriétés des cellules',
|
||||
align_default : 'Par défault',
|
||||
align_left : 'A gauche',
|
||||
align_right : 'A droite',
|
||||
align_middle : 'Centré',
|
||||
row_title : 'Propriétés des rangées',
|
||||
cell_title : 'Propriétés des cellules',
|
||||
cell_type : 'Type',
|
||||
row_desc : 'Propriétés des rangées',
|
||||
cell_desc : 'Propriétés des cellules',
|
||||
row_desc : 'Propriétés des rangées',
|
||||
cell_desc : 'Propriétés des cellules',
|
||||
valign : 'Alignement vertical',
|
||||
align_top : 'Haut',
|
||||
align_bottom : 'Bas',
|
||||
props_desc : 'Propriétés du tableau',
|
||||
props_desc : 'Propriétés du tableau',
|
||||
bordercolor : 'Couleur des bordures',
|
||||
bgcolor : 'Couleur d\'arrière-plan',
|
||||
bgcolor : 'Couleur d\'arrière-plan',
|
||||
merge_cells_title : 'Fusionner les cellules',
|
||||
split_cells_desc : 'Scinder les cellules',
|
||||
merge_cells_desc : 'Fusionner les cellules',
|
||||
cut_row_desc : 'Éliminer la rangée',
|
||||
copy_row_desc : 'Copier la rangée',
|
||||
paste_row_before_desc : 'Coller la rangée avant',
|
||||
paste_row_after_desc : 'Coller la rangée après',
|
||||
cut_row_desc : 'Eliminer la rangée',
|
||||
copy_row_desc : 'Copier la rangée',
|
||||
paste_row_before_desc : 'Coller la rangée avant',
|
||||
paste_row_after_desc : 'Coller la rangée après',
|
||||
id : 'Id',
|
||||
style: 'Style en ligne',
|
||||
langdir : 'Sens d\'écriture',
|
||||
langdir : 'Sens d\'écriture',
|
||||
langcode : 'Code de langue',
|
||||
mime : 'Type MIME de la cible',
|
||||
ltr : 'Vers la droite',
|
||||
rtl : 'Vers la gauche',
|
||||
bgimage : 'Image d\'arrière-plan',
|
||||
bgimage : 'Image d\'arrière-plan',
|
||||
summary : 'Descriptif',
|
||||
td : "Donnée",
|
||||
th : "En-tête",
|
||||
cell_cell : 'Appliquer à la cellule',
|
||||
cell_row : 'Appliquer à toute la rangée',
|
||||
cell_all : 'Appliquer à tout le tableau',
|
||||
row_row : 'Appliquer à la rangée',
|
||||
row_odd : 'Appliquer aux rangées pair',
|
||||
row_even : 'Appliquer aux rangées impair',
|
||||
row_all : 'Appliquer à toutes les rangées',
|
||||
thead : 'En-tête',
|
||||
td : "Donnée",
|
||||
th : "En-tête",
|
||||
cell_cell : 'Appliquer à la cellule',
|
||||
cell_row : 'Appliquer à toute la rangée',
|
||||
cell_all : 'Appliquer à tout le tableau',
|
||||
row_row : 'Appliquer à la rangée',
|
||||
row_odd : 'Appliquer aux rangées pair',
|
||||
row_even : 'Appliquer aux rangées impair',
|
||||
row_all : 'Appliquer à toutes les rangées',
|
||||
thead : 'En-tête',
|
||||
tbody : 'Corps',
|
||||
tfoot : 'Pied',
|
||||
del : 'Effacer le tableau',
|
||||
scope : 'Attribut scope',
|
||||
row : 'Rangée',
|
||||
row : 'Rangée',
|
||||
col : 'Colonne',
|
||||
rowgroup : 'Groupe de rangées',
|
||||
rowgroup : 'Groupe de rangées',
|
||||
colgroup : 'Groupe de colonnes',
|
||||
missing_scope: 'Les attributs scope rendraient votre tableau de données plus\naccessible à certains groupes d\'utilisateurs.\n\nÊtes-vous sûr de ne pas vouloir spécifier\nd\'attribut scope aux cellules d\'en-tête ?\n\n',
|
||||
missing_scope: 'Les attributs scope rendraient votre tableau de données plus\naccessible à certains groupes d\'utilisateurs.\n\nEtes-vous sûr de ne pas vouloir spécifier\nd\'attribut scope aux cellules d\'en-tête ?\n\n',
|
||||
cellprops_delta_width : 50
|
||||
});
|
||||
|
|
|
|||
|
|
@ -71,5 +71,8 @@ row : '
|
|||
col : 'טור',
|
||||
rowgroup : 'קבוצת שורות',
|
||||
colgroup : 'קבוצת טורים',
|
||||
col_limit : 'חרגת מהמספר המקסימלי המותר של {$cols} טורים.',
|
||||
row_limit : 'חרגת מהמספר המקסימלי המותר של {$rows} שורות.',
|
||||
cell_limit : 'חרגת מהמספר המקסימלי המותר של {$cells} תאים.',
|
||||
missing_scope: 'האם אתה בטוח שברצונך להמשיך מבלי לציין את תחום הכותרת של הטבלה? בלי כותרת מוגדרת, יתכן כי משתמשים בעלי מוגבלויות יתקשו להבין את התוכן או המידע המוצגים בטבלה.'
|
||||
});
|
||||
|
|
|
|||
|
|
@ -1,43 +1,79 @@
|
|||
// Variabili di lingua IT - fabrix.xm@lombardiacom.it
|
||||
// IT lang variables
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
table_desc : 'Inserisci una nuova tabella',
|
||||
table_insert_row_before_desc : 'Inserisci una riga prima',
|
||||
table_insert_row_after_desc : 'Inserisci una riga dopo',
|
||||
table_delete_row_desc : 'Cancella riga',
|
||||
table_insert_col_before_desc : 'Inserisci colonna prima',
|
||||
table_insert_col_after_desc : 'Inserisci colonna dopo',
|
||||
table_delete_col_desc : 'Rimuovi colonna',
|
||||
insert_table_title : 'Inserisci/modifica tabella',
|
||||
insert_table_width : 'Larghezza',
|
||||
insert_table_height : 'Altezza',
|
||||
insert_table_cols : 'Colonne',
|
||||
insert_table_rows : 'Righe',
|
||||
insert_table_cellspacing : 'Cellspacing',
|
||||
insert_table_cellpadding : 'Cellpadding',
|
||||
insert_table_border : 'Bordo',
|
||||
insert_table_align : 'Allineamento',
|
||||
insert_table_align_default : 'Default',
|
||||
insert_table_align_left : 'Sinistra',
|
||||
insert_table_align_right : 'Destra',
|
||||
insert_table_align_middle : 'Centro',
|
||||
insert_table_class : 'Classe',
|
||||
table_row_title : 'Propriet\u00E0 della riga',
|
||||
table_cell_title : 'Propriet\u00E0 della cella',
|
||||
table_row_desc : 'Propriet\u00E0 della riga',
|
||||
table_cell_desc : 'Propriet\u00E0 della cella',
|
||||
insert_table_valign : 'Allineamento verticale',
|
||||
insert_table_align_top : 'In alto',
|
||||
insert_table_align_bottom : 'In basso',
|
||||
table_props_desc : 'Propriet\u00E0 della tabella',
|
||||
table_bordercolor : 'Colore bordo',
|
||||
table_bgcolor : 'Colore sfondo',
|
||||
table_merge_cells_title : 'Unisci celle',
|
||||
table_split_cells_desc : 'Dividi celle',
|
||||
table_merge_cells_desc : 'Unisci le celle',
|
||||
table_cut_row_desc : 'Taglia riga',
|
||||
table_copy_row_desc : 'Copia riga',
|
||||
table_paste_row_before_desc : 'Incolla riga prima',
|
||||
table_paste_row_after_desc : 'Incolla riga dopo',
|
||||
table_insert_desc : 'Inserisci una nuova tabella'
|
||||
tinyMCE.addToLang('table',{
|
||||
general_tab : 'Generale',
|
||||
advanced_tab : 'Avanzate',
|
||||
general_props : 'Proprietà generali',
|
||||
advanced_props : 'Proprietà avanzate',
|
||||
desc : 'Inserisci una nuova tabella',
|
||||
row_before_desc : 'Inserisci una riga prima',
|
||||
row_after_desc : 'Inserisci una riga dopo',
|
||||
delete_row_desc : 'Cancella riga',
|
||||
col_before_desc : 'Inserisci una colonna prima',
|
||||
col_after_desc : 'Inserisci una colonna dopo',
|
||||
delete_col_desc : 'Cancella colonna',
|
||||
rowtype : 'Tipo di riga',
|
||||
title : 'Inserisci o modifica tabella',
|
||||
width : 'Larghezza',
|
||||
height : 'Altezza',
|
||||
cols : 'Colonne',
|
||||
rows : 'Righe',
|
||||
cellspacing : 'Spaziatura tra celle',
|
||||
cellpadding : 'Margine interno celle',
|
||||
border : 'Bordo',
|
||||
align : 'Allineamento',
|
||||
align_default : 'Predefinito',
|
||||
align_left : 'A sinistra',
|
||||
align_right : 'A destra',
|
||||
align_middle : 'Al centro',
|
||||
row_title : 'Proprietà di riga',
|
||||
cell_title : 'Proprietà di cella',
|
||||
cell_type : 'Tipo di cella',
|
||||
row_desc : 'Proprietà di riga',
|
||||
cell_desc : 'Proprietà di cella',
|
||||
valign : 'Allineamento verticale',
|
||||
align_top : 'In alto',
|
||||
align_bottom : 'In basso',
|
||||
props_desc : 'Proprietà di tabella',
|
||||
bordercolor : 'Colore del bordo',
|
||||
bgcolor : 'Colore di sfondo',
|
||||
merge_cells_title : 'Unisci celle',
|
||||
split_cells_desc : 'Dividi celle',
|
||||
merge_cells_desc : 'Unisci celle',
|
||||
cut_row_desc : 'Taglia riga',
|
||||
copy_row_desc : 'Copia riga',
|
||||
paste_row_before_desc : 'Incolla riga prima',
|
||||
paste_row_after_desc : 'Incolla riga dopo',
|
||||
id : 'Id',
|
||||
style: 'Stile',
|
||||
langdir : 'Direzione del testo',
|
||||
langcode : 'Codifica lingua',
|
||||
mime : 'Tipo MIME destinazione',
|
||||
ltr : 'Da sinistra a destra',
|
||||
rtl : 'Da destra a sinistra',
|
||||
bgimage : 'Immagine di sfondo',
|
||||
summary : 'Riassunto',
|
||||
td : "Normale",
|
||||
th : "Intestazione",
|
||||
cell_cell : 'Aggiorna cella corrente',
|
||||
cell_row : 'Aggiorna tutte le celle della riga',
|
||||
cell_all : 'Aggiorna tutte le celle della tabella',
|
||||
row_row : 'Aggiorna riga corrente',
|
||||
row_odd : 'Aggiorna righe dispari della tabella',
|
||||
row_even : 'Aggiorna righe pari della tabella',
|
||||
row_all : 'Aggiorna tutte le righe della tabella',
|
||||
thead : 'Intestazione',
|
||||
tbody : 'Corpo',
|
||||
tfoot : 'Footer',
|
||||
del : 'Elimina tabella',
|
||||
scope : 'Ambito',
|
||||
row : 'Riga',
|
||||
col : 'Colonna',
|
||||
rowgroup : 'Gruppo di righe',
|
||||
colgroup : 'Gruppo di colonne',
|
||||
col_limit : 'Hai superato il massimo numero di colonne di {$cols}.',
|
||||
row_limit : 'Hai superato il massimo numero di righe di {$rows}.',
|
||||
cell_limit : 'Hai superato il massimo numero di celle di {$cells}.',
|
||||
missing_scope: 'Sei sicuro di voler omettere un ambito per questa cella di intestazione? L\'ambito è utile alle persone con disabilità per interpretare i contenuti della tabella.',
|
||||
cellprops_delta_width : 150
|
||||
});
|
||||
|
|
|
|||
|
|
@ -2,19 +2,14 @@
|
|||
* Slovak lang variables
|
||||
* encoding: utf-8
|
||||
*
|
||||
* @author Vladimir VASIL vvasil@post.sk
|
||||
* @author Marián Zvalo marian.zvalo@student.umb.sk
|
||||
*
|
||||
* $Id: sk.js,v 1.1 2005/11/22 20:56:44 spocke Exp $
|
||||
* $Id: sk.js,v 1.1 2006/02/28 20:56:44 spocke Exp $
|
||||
*/
|
||||
|
||||
tinyMCE.addToLang('',{
|
||||
table_desc : 'Vložiť novú tabuľku',
|
||||
table_insert_row_before_desc : 'Vložiť riadok pred',
|
||||
table_insert_row_after_desc : 'Vložiť riadok po',
|
||||
table_delete_row_desc : 'Zmazať riadok',
|
||||
table_insert_col_before_desc : 'Vložiť stĺpec pred',
|
||||
table_insert_col_after_desc : 'Vložiť stĺpec po',
|
||||
table_delete_col_desc : 'Odstrániť stĺpec',
|
||||
lang_class_name: 'CSS trieda',
|
||||
lang_not_set: ' ',
|
||||
insert_table_title : 'Vložiť/upraviť tabuľku',
|
||||
insert_table_width : 'Šírka',
|
||||
insert_table_height : 'Výška',
|
||||
|
|
@ -32,7 +27,7 @@ insert_table_class : 'Trieda',
|
|||
table_row_title : 'Vlastnosti riadku',
|
||||
table_cell_title : 'Vlastnosti bunky',
|
||||
table_row_desc : 'Vlastnosti riadku',
|
||||
table_cell_desc : 'Vlastnosti riadku',
|
||||
table_cell_desc : 'Vlastnosti bunky',
|
||||
insert_table_valign : 'Vertikálne zarovnávanie',
|
||||
insert_table_align_top : 'Nahor',
|
||||
insert_table_align_bottom : 'Dole',
|
||||
|
|
@ -46,6 +41,77 @@ table_cut_row_desc : 'Vyňať riadok',
|
|||
table_copy_row_desc : 'Kopírovať riadok',
|
||||
table_paste_row_before_desc : 'Vložiť riadok pred',
|
||||
table_paste_row_after_desc : 'Vložiť riadok za',
|
||||
table_insert_desc : 'Vložiť tabuľku'
|
||||
table_insert_desc : 'Vložiť tabuľku',
|
||||
table_general_tab : 'Hlavné',
|
||||
table_advanced_tab : 'Rozšírené',
|
||||
table_general_props : 'Hlavné nastavenia',
|
||||
table_advanced_props : 'Rozšírené nastavenia',
|
||||
table_desc : 'Vložiť novú tabuľku',
|
||||
table_row_before_desc : 'Vložiť riadok pred',
|
||||
table_row_after_desc : 'Vložiť riadok za',
|
||||
table_delete_row_desc : 'Odstrániť riadok',
|
||||
table_col_before_desc : 'Vložiť stĺpec pred',
|
||||
table_col_after_desc : 'Vložiť stĺpec za',
|
||||
table_delete_col_desc : 'Odstrániť stĺpec',
|
||||
table_rowtype : 'Row in table part',
|
||||
table_title : 'Vložiť/Upraviť tabuľku',
|
||||
table_width : 'Šírka',
|
||||
table_height : 'Výška',
|
||||
table_cols : 'Stĺpce',
|
||||
table_rows : 'Riadky',
|
||||
table_cellspacing : 'Medzera medzi bunkami',
|
||||
table_cellpadding : 'Medzera medzi textom a okrajom bunky',
|
||||
table_border : 'Rámik',
|
||||
table_align : 'Zarovnanie',
|
||||
table_align_default : 'Prednastavené',
|
||||
table_align_left : 'Vľavo',
|
||||
table_align_right : 'Vpravo',
|
||||
table_align_middle : 'Centrovať',
|
||||
table_row_title : 'Nastavenie riadku tabuľky',
|
||||
table_cell_title : 'Nastavenie bunky tabuľky',
|
||||
table_cell_type : 'Typ bunky',
|
||||
table_row_desc : 'Nastavenie riadku tabuľky',
|
||||
table_cell_desc : 'Nastavenie bunky tabuľky',
|
||||
table_valign : 'Vertikálne zarovnanie',
|
||||
table_align_top : 'Hore',
|
||||
table_align_bottom : 'Dole',
|
||||
table_props_desc : 'Nastavenia tabuľky',
|
||||
table_bordercolor : 'Farba rámika',
|
||||
table_bgcolor : 'Farba pozadia',
|
||||
table_merge_cells_title : 'Zlúčiť bunky',
|
||||
table_split_cells_desc : 'Rozdeliť bunky',
|
||||
table_merge_cells_desc : 'Zlúčiť bunky',
|
||||
table_cut_row_desc : 'Vystrihnúť riadok',
|
||||
table_copy_row_desc : 'Kopírovať riadok',
|
||||
table_paste_row_before_desc : 'Vložiť riadok pred',
|
||||
table_paste_row_after_desc : 'Vložiť riadok za',
|
||||
table_id : 'Id',
|
||||
table_style: 'CSS Štýl',
|
||||
table_langdir : 'Smer textu',
|
||||
table_langcode : 'Kód jazyka',
|
||||
table_mime : 'Target MIME type',
|
||||
table_ltr : 'Z ľava do prava',
|
||||
table_rtl : 'Z prava do ľava',
|
||||
table_bgimage : 'Obrázok pozadia',
|
||||
table_summary : 'Popis tabuľky',
|
||||
table_td : "Dáta",
|
||||
table_th : "Hlavička",
|
||||
table_cell_cell : 'Upraviť aktuálnu bunku',
|
||||
table_cell_row : 'Upraviť všetky bunky v riadku',
|
||||
table_cell_all : 'Upraviť všetky bunky v tabuľke',
|
||||
table_row_row : 'Upraviť aktuálny riadok',
|
||||
table_row_odd : 'Upraviť nepárne riadky v tabuľke',
|
||||
table_row_even : 'Upraviť párne ridky v tabuľke',
|
||||
table_row_all : 'Upraviť všetky riadky v tabuľke',
|
||||
table_thead : 'Hlavička tabuľky',
|
||||
table_tbody : 'Telo tabuľky',
|
||||
table_tfoot : 'Pätka tabuľky',
|
||||
table_del : 'Zmazať tabuľku',
|
||||
table_scope : 'Scope',
|
||||
table_row : 'Riadok',
|
||||
table_col : 'Stĺpec',
|
||||
table_rowgroup : 'Skupina riadkov',
|
||||
table_colgroup : 'Skupina stĺpcov',
|
||||
table_missing_scope: 'Ste si istý(á), že chcete pokračovať bez špecifikovania SCOPE pre túto hlavičku tabuľky. Without it, it may be difficult for some users with disabilities to understand the content or data displayed of the table.'
|
||||
});
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1 @@
|
|||
var TinyMCE_ZoomPlugin={getInfo:function(){return{longname:'Zoom',author:'Moxiecode Systems',authorurl:'http://tinymce.moxiecode.com',infourl:'http://tinymce.moxiecode.com/tinymce/docs/plugin_zoom.html',version:tinyMCE.majorVersion+"."+tinyMCE.minorVersion};},getControlHTML:function(control_name){if(!tinyMCE.isMSIE||tinyMCE.isMSIE5_0||tinyMCE.isOpera)return"";switch(control_name){case"zoom":return'<select id="{$editor_id}_zoomSelect" name="{$editor_id}_zoomSelect" onfocus="tinyMCE.addSelectAccessibility(event, this, window);" onchange="tinyMCE.execInstanceCommand(\'{$editor_id}\',\'mceZoom\',false,this.options[this.selectedIndex].value);" class="mceSelectList">\
|
||||
<option value="100%">+ 100%</option>\
|
||||
<option value="150%">+ 150%</option>\
|
||||
<option value="200%">+ 200%</option>\
|
||||
<option value="250%">+ 250%</option>\
|
||||
</select>';}return"";},execCommand:function(editor_id,element,command,user_interface,value){switch(command){case"mceZoom":tinyMCE.getInstanceById(editor_id).contentDocument.body.style.zoom=value;tinyMCE.getInstanceById(editor_id).contentDocument.body.style.mozZoom=value;return true;}return false;}};tinyMCE.addPlugin("zoom",TinyMCE_ZoomPlugin);
|
||||
var TinyMCE_ZoomPlugin={getInfo:function(){return{longname:'Zoom',author:'Moxiecode Systems',authorurl:'http://tinymce.moxiecode.com',infourl:'http://tinymce.moxiecode.com/tinymce/docs/plugin_zoom.html',version:tinyMCE.majorVersion+"."+tinyMCE.minorVersion};},getControlHTML:function(control_name){if(!tinyMCE.isMSIE||tinyMCE.isMSIE5_0||tinyMCE.isOpera)return"";switch(control_name){case"zoom":return'<select id="{$editor_id}_zoomSelect" name="{$editor_id}_zoomSelect" onfocus="tinyMCE.addSelectAccessibility(event, this, window);" onchange="tinyMCE.execInstanceCommand(\'{$editor_id}\',\'mceZoom\',false,this.options[this.selectedIndex].value);" class="mceSelectList">'+'<option value="100%">+ 100%</option>'+'<option value="150%">+ 150%</option>'+'<option value="200%">+ 200%</option>'+'<option value="250%">+ 250%</option>'+'</select>';}return"";},execCommand:function(editor_id,element,command,user_interface,value){switch(command){case"mceZoom":tinyMCE.getInstanceById(editor_id).contentDocument.body.style.zoom=value;tinyMCE.getInstanceById(editor_id).contentDocument.body.style.mozZoom=value;return true;}return false;}};tinyMCE.addPlugin("zoom",TinyMCE_ZoomPlugin);
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
/**
|
||||
* $RCSfile: editor_plugin_src.js,v $
|
||||
* $Revision: 1.9 $
|
||||
* $Date: 2006/03/03 16:10:41 $
|
||||
* $Revision: 1.10 $
|
||||
* $Date: 2006/04/07 15:52:50 $
|
||||
*
|
||||
* @author Moxiecode
|
||||
* @copyright Copyright Š 2004-2006, Moxiecode Systems AB, All rights reserved.
|
||||
|
|
@ -27,12 +27,12 @@ var TinyMCE_ZoomPlugin = {
|
|||
|
||||
switch (control_name) {
|
||||
case "zoom":
|
||||
return '<select id="{$editor_id}_zoomSelect" name="{$editor_id}_zoomSelect" onfocus="tinyMCE.addSelectAccessibility(event, this, window);" onchange="tinyMCE.execInstanceCommand(\'{$editor_id}\',\'mceZoom\',false,this.options[this.selectedIndex].value);" class="mceSelectList">\
|
||||
<option value="100%">+ 100%</option>\
|
||||
<option value="150%">+ 150%</option>\
|
||||
<option value="200%">+ 200%</option>\
|
||||
<option value="250%">+ 250%</option>\
|
||||
</select>';
|
||||
return '<select id="{$editor_id}_zoomSelect" name="{$editor_id}_zoomSelect" onfocus="tinyMCE.addSelectAccessibility(event, this, window);" onchange="tinyMCE.execInstanceCommand(\'{$editor_id}\',\'mceZoom\',false,this.options[this.selectedIndex].value);" class="mceSelectList">' +
|
||||
'<option value="100%">+ 100%</option>' +
|
||||
'<option value="150%">+ 150%</option>' +
|
||||
'<option value="200%">+ 200%</option>' +
|
||||
'<option value="250%">+ 250%</option>' +
|
||||
'</select>';
|
||||
}
|
||||
|
||||
return "";
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
// Traduit par Normand Lamoureux le 2005-11-12
|
||||
// FR lang variables
|
||||
// Modified by Motte, last updated 2006-03-23
|
||||
|
||||
tinyMCELang['lang_zoom_prefix'] = 'Augmenter la taille';
|
||||
Loading…
Add table
Add a link
Reference in a new issue