upgrading to tinymce 2.0.6.1
This commit is contained in:
parent
7582dbe9b1
commit
dd804d81d0
43 changed files with 845 additions and 0 deletions
93
www/extras/tinymce2/jscripts/tiny_mce/plugins/fullpage/langs/fr.js
vendored
Executable file
93
www/extras/tinymce2/jscripts/tiny_mce/plugins/fullpage/langs/fr.js
vendored
Executable file
|
|
@ -0,0 +1,93 @@
|
|||
// FR lang variables
|
||||
// Modified by Motte, last updated 2006-03-23
|
||||
|
||||
tinyMCE.addToLang('fullpage',{
|
||||
title : 'Propriétés de la page',
|
||||
desc : 'Propriétés de la page',
|
||||
meta_tab : 'Général',
|
||||
appearance_tab : 'Apparence',
|
||||
advanced_tab : 'Avancé',
|
||||
meta_props : 'Balises Meta',
|
||||
langprops : 'Langue et encodage',
|
||||
meta_title : 'Titre',
|
||||
meta_keywords : 'Mots clés',
|
||||
meta_description : 'Description',
|
||||
meta_robots : 'Robots',
|
||||
doctypes : 'Doctype',
|
||||
langcode : 'Code langue',
|
||||
langdir : 'Sens de l\'écriture',
|
||||
ltr : 'Gauche à droite',
|
||||
rtl : 'Droite à gauche',
|
||||
xml_pi : 'En-tête XML',
|
||||
encoding : 'Encodage',
|
||||
appearance_bgprops : 'Arrière-plan',
|
||||
appearance_marginprops : 'Marges du document',
|
||||
appearance_linkprops : 'Couleur des liens',
|
||||
appearance_textprops : 'Propriétés du texte',
|
||||
bgcolor : 'Couleur de fond',
|
||||
bgimage : 'Image de fond',
|
||||
left_margin : 'Gauche',
|
||||
right_margin : 'Droite',
|
||||
top_margin : 'Haut',
|
||||
bottom_margin : 'Bas',
|
||||
text_color : 'Couleur du texte',
|
||||
font_size : 'Taille',
|
||||
font_face : 'Police',
|
||||
link_color : 'Couleur des liens',
|
||||
hover_color : 'Liens survolés',
|
||||
visited_color : 'Liens visités',
|
||||
active_color : 'Liens actifs',
|
||||
textcolor : 'Couleur',
|
||||
fontsize : 'Taille',
|
||||
fontface : 'Police',
|
||||
meta_index_follow : 'Page actuelle et pages liées',
|
||||
meta_index_nofollow : 'Page actuelle uniquement',
|
||||
meta_noindex_follow : 'Uniquement les pages liées',
|
||||
meta_noindex_nofollow : 'Aucune indexation',
|
||||
appearance_style : 'Feuille de style et propriétés',
|
||||
stylesheet : 'Feuille de style',
|
||||
style : 'Style',
|
||||
author : 'Auteur',
|
||||
copyright : 'Copyright',
|
||||
add : 'Ajouter un élément',
|
||||
remove : 'Retirer l\'élément sélectionné',
|
||||
moveup : 'Vers le haut',
|
||||
movedown : 'Vers le bas',
|
||||
head_elements : 'En-têtes',
|
||||
info : 'Information',
|
||||
info_text : '',
|
||||
add_title : 'Balise Titre',
|
||||
add_meta : 'Balise Meta',
|
||||
add_script : 'Balise Script',
|
||||
add_style : 'Balise Style',
|
||||
add_link : 'Balise Lien',
|
||||
add_base : 'Balise Base',
|
||||
add_comment : 'Ajouter un commentaire',
|
||||
title_element : 'Balise Titre',
|
||||
script_element : 'Balise Script',
|
||||
style_element : 'Balise Style',
|
||||
base_element : 'Balise Base',
|
||||
link_element : 'Balise Lien',
|
||||
meta_element : 'Balise Meta',
|
||||
comment_element : 'Commentaire',
|
||||
src : 'Src',
|
||||
language : 'Langage',
|
||||
href : 'Href',
|
||||
target : 'Target',
|
||||
rel : 'Rel',
|
||||
type : 'Type',
|
||||
charset : 'Charset',
|
||||
defer : 'Defer',
|
||||
media : 'Media',
|
||||
properties : 'Propriétés',
|
||||
name : 'Nom',
|
||||
value : 'Valeur',
|
||||
content : 'Contenu',
|
||||
rel : 'Rel',
|
||||
rev : 'Rev',
|
||||
hreflang : 'Href lang',
|
||||
general_props : 'Général',
|
||||
advanced_props : 'Avancé',
|
||||
delta_width : 0,
|
||||
delta_height : 0
|
||||
});
|
||||
92
www/extras/tinymce2/jscripts/tiny_mce/plugins/fullpage/langs/it.js
vendored
Executable file
92
www/extras/tinymce2/jscripts/tiny_mce/plugins/fullpage/langs/it.js
vendored
Executable file
|
|
@ -0,0 +1,92 @@
|
|||
// IT lang variables
|
||||
|
||||
tinyMCE.addToLang('fullpage',{
|
||||
title : 'Proprietà del documento',
|
||||
desc : 'Proprietà del documento',
|
||||
meta_tab : 'Generale',
|
||||
appearance_tab : 'Aspetto',
|
||||
advanced_tab : 'Avanzate',
|
||||
meta_props : 'Tag Meta',
|
||||
langprops : 'Lingua e codifica',
|
||||
meta_title : 'Titolo',
|
||||
meta_keywords : 'Parole chiave',
|
||||
meta_description : 'Descrizione',
|
||||
meta_robots : 'Robots',
|
||||
doctypes : 'Doctype',
|
||||
langcode : 'Codifica lingua',
|
||||
langdir : 'Direzione del testo',
|
||||
ltr : 'Da sinistra a destra',
|
||||
rtl : 'Da destra a sinistra',
|
||||
xml_pi : 'Dichiarazione XML',
|
||||
encoding : 'Codifica caratteri',
|
||||
appearance_bgprops : 'Proprietà dello sfondo',
|
||||
appearance_marginprops : 'Margine',
|
||||
appearance_linkprops : 'Colori dei link',
|
||||
appearance_textprops : 'Proprietà del testo',
|
||||
bgcolor : 'Colore di sfondo',
|
||||
bgimage : 'Immagine di sfondo',
|
||||
left_margin : 'Margine sinistro',
|
||||
right_margin : 'Margine destro',
|
||||
top_margin : 'Margine superiore',
|
||||
bottom_margin : 'Margine inferiore',
|
||||
text_color : 'Colore del testo',
|
||||
font_size : 'Dimensione del carattere',
|
||||
font_face : 'Font',
|
||||
link_color : 'Colore dei link',
|
||||
hover_color : 'Colore del link sotto il mouse',
|
||||
visited_color : 'Colore dei link visitati',
|
||||
active_color : 'Colore del link attivo',
|
||||
textcolor : 'Colore',
|
||||
fontsize : 'Dimensione del carattere',
|
||||
fontface : 'Font',
|
||||
meta_index_follow : 'Indicizza e segui i link',
|
||||
meta_index_nofollow : 'Indicizza, ma non seguire i link',
|
||||
meta_noindex_follow : 'Non indicizzare, ma segui i link',
|
||||
meta_noindex_nofollow : 'Non indicizzare e non seguire i link',
|
||||
appearance_style : 'Fogli di stile e proprietà degli stili',
|
||||
stylesheet : 'Foglio di stile',
|
||||
style : 'Stile',
|
||||
author : 'Autore',
|
||||
copyright : 'Copyright',
|
||||
add : 'Aggiungi nuovo elemento',
|
||||
remove : 'Rimuovi elemento selezionato',
|
||||
moveup : 'Muovi elemento selezionato verso l\'alto',
|
||||
movedown : 'Muovi elemento selezionato verso il basso',
|
||||
head_elements : 'Elementi Head',
|
||||
info : 'Informazioni',
|
||||
info_text : '',
|
||||
add_title : 'Elemento Title',
|
||||
add_meta : 'Elemento Meta',
|
||||
add_script : 'Elemento Script',
|
||||
add_style : 'Elemento Style',
|
||||
add_link : 'ELemento Link',
|
||||
add_base : 'Elemento Base',
|
||||
add_comment : 'Nodo Commento',
|
||||
title_element : 'Elemento Title',
|
||||
script_element : 'Elemento Script',
|
||||
style_element : 'Elemento Style',
|
||||
base_element : 'Elemento Base',
|
||||
link_element : 'ELemento Link',
|
||||
meta_element : 'Elemento Met',
|
||||
comment_element : 'Commento',
|
||||
src : 'Src',
|
||||
language : 'Language',
|
||||
href : 'Href',
|
||||
target : 'Target',
|
||||
rel : 'Rel',
|
||||
type : 'Type',
|
||||
charset : 'Charset',
|
||||
defer : 'Defer',
|
||||
media : 'Media',
|
||||
properties : 'Properties',
|
||||
name : 'Name',
|
||||
value : 'Value',
|
||||
content : 'Content',
|
||||
rel : 'Rel',
|
||||
rev : 'Rev',
|
||||
hreflang : 'Href lang',
|
||||
general_props : 'Generale',
|
||||
advanced_props : 'Avanzate',
|
||||
delta_width : 0,
|
||||
delta_height : 0
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue