upgrading to tinymce 2.0.6.1
This commit is contained in:
parent
0534118f8d
commit
533bf292d3
79 changed files with 28030 additions and 0 deletions
60
www/extras/tinymce2/jscripts/tiny_mce/plugins/style/langs/de.js
vendored
Executable file
60
www/extras/tinymce2/jscripts/tiny_mce/plugins/style/langs/de.js
vendored
Executable file
|
|
@ -0,0 +1,60 @@
|
|||
// UK lang variables
|
||||
|
||||
tinyMCE.addToLang('style',{
|
||||
title : 'CSS Stil editieren',
|
||||
styleinfo_desc : 'CSS Stil editieren',
|
||||
text_tab : 'Text',
|
||||
background_tab : 'Hintergrund',
|
||||
block_tab : 'Block',
|
||||
box_tab : 'Box',
|
||||
border_tab : 'Rahmen',
|
||||
list_tab : 'Liste',
|
||||
positioning_tab : 'Positionierung',
|
||||
text_props : 'Text',
|
||||
text_font : 'Schriftart',
|
||||
text_size : 'Grösse',
|
||||
text_weight : 'Dicke',
|
||||
text_style : 'Stil',
|
||||
text_variant : 'Variante',
|
||||
text_lineheight : 'Linienhöhe',
|
||||
text_case : 'Gross-/Kleinbuchstaben',
|
||||
text_color : 'Farbe',
|
||||
text_decoration : 'Dekoration',
|
||||
background_color : 'Hintergrundfarbe',
|
||||
background_image : 'Hintergrundfoto',
|
||||
background_repeat : 'Wiederholen',
|
||||
background_attachment : 'Anhang',
|
||||
background_hpos : 'Horizontale Position',
|
||||
background_vpos : 'Vertikale Position',
|
||||
block_wordspacing : 'Wortabstand',
|
||||
block_letterspacing : 'Zeichenabstand',
|
||||
block_vertical_alignment : 'Vertikale Ausrichtung',
|
||||
block_text_align : 'Horizontale Ausrichtung',
|
||||
block_text_indent : 'Texteinrückung',
|
||||
block_whitespace : 'Textumbruch',
|
||||
block_display : 'Anzeigeart',
|
||||
box_width : 'Breite',
|
||||
box_height : 'Höhe',
|
||||
box_float : 'Text umfliessen',
|
||||
box_clear : 'Text umfliessen beenden',
|
||||
padding : 'Innenabstand',
|
||||
same : 'Das gleiche für alle',
|
||||
top : 'Oben',
|
||||
right : 'Rechts',
|
||||
bottom : 'Unten',
|
||||
left : 'Links',
|
||||
margin : 'Aussenabstand',
|
||||
style : 'Stil',
|
||||
width : 'Breite',
|
||||
height : 'Höhe',
|
||||
color : 'Farbe',
|
||||
list_type : 'Listentyp',
|
||||
bullet_image : 'Grafik',
|
||||
position : 'Position',
|
||||
positioning_type : 'Typ',
|
||||
visibility : 'Sichtbarkeit',
|
||||
zindex : 'Z-index',
|
||||
overflow : 'Überfluss',
|
||||
placement : 'Plazierung',
|
||||
clip : 'Abschneiden'
|
||||
});
|
||||
66
www/extras/tinymce2/jscripts/tiny_mce/plugins/style/langs/en.js
vendored
Executable file
66
www/extras/tinymce2/jscripts/tiny_mce/plugins/style/langs/en.js
vendored
Executable file
|
|
@ -0,0 +1,66 @@
|
|||
// UK lang variables
|
||||
|
||||
tinyMCE.addToLang('style',{
|
||||
title : 'Edit CSS Style',
|
||||
styleinfo_desc : 'Edit CSS Style',
|
||||
apply : 'Apply',
|
||||
text_tab : 'Text',
|
||||
background_tab : 'Background',
|
||||
block_tab : 'Block',
|
||||
box_tab : 'Box',
|
||||
border_tab : 'Border',
|
||||
list_tab : 'List',
|
||||
positioning_tab : 'Positioning',
|
||||
text_props : 'Text',
|
||||
text_font : 'Font',
|
||||
text_size : 'Size',
|
||||
text_weight : 'Weight',
|
||||
text_style : 'Style',
|
||||
text_variant : 'Variant',
|
||||
text_lineheight : 'Line height',
|
||||
text_case : 'Case',
|
||||
text_color : 'Color',
|
||||
text_decoration : 'Decoration',
|
||||
text_overline : 'overline',
|
||||
text_underline : 'underline',
|
||||
text_striketrough : 'strikethrough',
|
||||
text_blink : 'blink',
|
||||
text_none : 'none',
|
||||
background_color : 'Background color',
|
||||
background_image : 'Background image',
|
||||
background_repeat : 'Repeat',
|
||||
background_attachment : 'Attachment',
|
||||
background_hpos : 'Horizontal position',
|
||||
background_vpos : 'Vertical position',
|
||||
block_wordspacing : 'Word spacing',
|
||||
block_letterspacing : 'Letter spacing',
|
||||
block_vertical_alignment : 'Vertical alignment',
|
||||
block_text_align : 'Text align',
|
||||
block_text_indent : 'Text indent',
|
||||
block_whitespace : 'Whitespace',
|
||||
block_display : 'Display',
|
||||
box_width : 'Width',
|
||||
box_height : 'Height',
|
||||
box_float : 'Float',
|
||||
box_clear : 'Clear',
|
||||
padding : 'Padding',
|
||||
same : 'Same for all',
|
||||
top : 'Top',
|
||||
right : 'Right',
|
||||
bottom : 'Bottom',
|
||||
left : 'Left',
|
||||
margin : 'Margin',
|
||||
style : 'Style',
|
||||
width : 'Width',
|
||||
height : 'Height',
|
||||
color : 'Color',
|
||||
list_type : 'Type',
|
||||
bullet_image : 'Bullet image',
|
||||
position : 'Position',
|
||||
positioning_type : 'Type',
|
||||
visibility : 'Visibility',
|
||||
zindex : 'Z-index',
|
||||
overflow : 'Overflow',
|
||||
placement : 'Placement',
|
||||
clip : 'Clip'
|
||||
});
|
||||
66
www/extras/tinymce2/jscripts/tiny_mce/plugins/style/langs/fi.js
vendored
Executable file
66
www/extras/tinymce2/jscripts/tiny_mce/plugins/style/langs/fi.js
vendored
Executable file
|
|
@ -0,0 +1,66 @@
|
|||
// FI lang variables
|
||||
|
||||
tinyMCE.addToLang('style',{
|
||||
title : 'Muokkaa CSS tyyliä',
|
||||
styleinfo_desc : 'Muokkaa CSS tyyliä',
|
||||
apply : 'Päivitä',
|
||||
text_tab : 'Teksti',
|
||||
background_tab : 'Tausta',
|
||||
block_tab : 'Lohko',
|
||||
box_tab : 'Laatikko',
|
||||
border_tab : 'Reunaviiva',
|
||||
list_tab : 'Lista',
|
||||
positioning_tab : 'Asettelu',
|
||||
text_props : 'Teksti',
|
||||
text_font : 'Kirjasin',
|
||||
text_size : 'Koko',
|
||||
text_weight : 'Lihavointi',
|
||||
text_style : 'Tyyli',
|
||||
text_variant : 'Variantti',
|
||||
text_lineheight : 'Rivikorkeus',
|
||||
text_case : 'Isot/pienet kirjaimet',
|
||||
text_color : 'Väri',
|
||||
text_decoration : 'Koristelu',
|
||||
text_overline : 'ylleviivaus',
|
||||
text_underline : 'alleviivaus',
|
||||
text_striketrough : 'yliviivaus',
|
||||
text_blink : 'vilkkuva',
|
||||
text_none : 'ei mitään',
|
||||
background_color : 'Taustaväri',
|
||||
background_image : 'Taustakuva',
|
||||
background_repeat : 'Toisto',
|
||||
background_attachment : 'Kiinnitys',
|
||||
background_hpos : 'Vaakasijoitus',
|
||||
background_vpos : 'Pystysijoitus',
|
||||
block_wordspacing : 'Sanavälitys',
|
||||
block_letterspacing : 'Kirjainvälitys',
|
||||
block_vertical_alignment : 'Pystyasettelu',
|
||||
block_text_align : 'Tekstin tasaus',
|
||||
block_text_indent : 'Tekstin sisennys',
|
||||
block_whitespace : 'Rivitys',
|
||||
block_display : 'Näyttötapa',
|
||||
box_width : 'Leveys',
|
||||
box_height : 'Korkeus',
|
||||
box_float : 'Float',
|
||||
box_clear : 'Clear',
|
||||
padding : 'Täyte',
|
||||
same : 'Sama kaikille',
|
||||
top : 'Ylä',
|
||||
right : 'Oikea',
|
||||
bottom : 'Ala',
|
||||
left : 'Vasen',
|
||||
margin : 'Marginaali',
|
||||
style : 'Tyyli',
|
||||
width : 'Leveys',
|
||||
height : 'Korkeus',
|
||||
color : 'Väri',
|
||||
list_type : 'Tyyppi',
|
||||
bullet_image : 'Luettelokuva',
|
||||
position : 'Paikka',
|
||||
positioning_type : 'Tyyppi',
|
||||
visibility : 'Näkyvyys',
|
||||
zindex : 'Z-indeksi',
|
||||
overflow : 'Overflow',
|
||||
placement : 'Asettelu',
|
||||
clip : 'Clip'
|
||||
});
|
||||
66
www/extras/tinymce2/jscripts/tiny_mce/plugins/style/langs/fr.js
vendored
Executable file
66
www/extras/tinymce2/jscripts/tiny_mce/plugins/style/langs/fr.js
vendored
Executable file
|
|
@ -0,0 +1,66 @@
|
|||
// FR lang variables
|
||||
|
||||
tinyMCE.addToLang('style',{
|
||||
title : 'Edtiteur de style CSS',
|
||||
styleinfo_desc : 'Edtiteur de style CSS',
|
||||
apply : 'Appliquer',
|
||||
text_tab : 'Texte',
|
||||
background_tab : 'Fond',
|
||||
block_tab : 'Bloc',
|
||||
box_tab : 'Boite',
|
||||
border_tab : 'Bord',
|
||||
list_tab : 'Liste',
|
||||
positioning_tab : 'Positionnement',
|
||||
text_props : 'Texte',
|
||||
text_font : 'Fonte',
|
||||
text_size : 'Taille',
|
||||
text_weight : 'Poid',
|
||||
text_style : 'Style',
|
||||
text_variant : 'Variant',
|
||||
text_lineheight : 'Hauteur de ligne',
|
||||
text_case : 'Casse',
|
||||
text_color : 'Couleur',
|
||||
text_decoration : 'Décoration',
|
||||
text_overline : 'surligné',
|
||||
text_underline : 'souligné',
|
||||
text_striketrough : 'barré',
|
||||
text_blink : 'clignotant',
|
||||
text_none : 'aucun',
|
||||
background_color : 'Couleur de fond',
|
||||
background_image : 'Image de fond',
|
||||
background_repeat : 'Répéter',
|
||||
background_attachment : 'Attacher',
|
||||
background_hpos : 'Position horizontal',
|
||||
background_vpos : 'Position vertical',
|
||||
block_wordspacing : 'Espace entre les mots',
|
||||
block_letterspacing : 'Espace entre les lettres',
|
||||
block_vertical_alignment : 'Aligenement vertical',
|
||||
block_text_align : 'Aligement du texte',
|
||||
block_text_indent : 'Indentation du texte',
|
||||
block_whitespace : 'Espace',
|
||||
block_display : 'Afficher',
|
||||
box_width : 'Largeur',
|
||||
box_height : 'Hauteur',
|
||||
box_float : 'Float',
|
||||
box_clear : 'Clear',
|
||||
padding : 'Padding',
|
||||
same : 'Identique pour tous',
|
||||
top : 'Haut',
|
||||
right : 'Droite',
|
||||
bottom : 'Bas',
|
||||
left : 'Gauche',
|
||||
margin : 'Marge',
|
||||
style : 'Style',
|
||||
width : 'Largeur',
|
||||
height : 'Hauteur',
|
||||
color : 'Couleur',
|
||||
list_type : 'Type',
|
||||
bullet_image : 'Bullet image',
|
||||
position : 'Position',
|
||||
positioning_type : 'Type',
|
||||
visibility : 'Visibilité',
|
||||
zindex : 'Z-index',
|
||||
overflow : 'Overflow',
|
||||
placement : 'Placement',
|
||||
clip : 'Clip'
|
||||
});
|
||||
60
www/extras/tinymce2/jscripts/tiny_mce/plugins/style/langs/it.js
vendored
Executable file
60
www/extras/tinymce2/jscripts/tiny_mce/plugins/style/langs/it.js
vendored
Executable file
|
|
@ -0,0 +1,60 @@
|
|||
// IT lang variables
|
||||
|
||||
tinyMCE.addToLang('style',{
|
||||
title : 'Modifica stile CSS',
|
||||
styleinfo_desc : 'Modifica stile CSS',
|
||||
text_tab : 'Testo',
|
||||
background_tab : 'Sfondo',
|
||||
block_tab : 'Blocco',
|
||||
box_tab : 'Box',
|
||||
border_tab : 'Bordo',
|
||||
list_tab : 'Lista',
|
||||
positioning_tab : 'Posizionamento',
|
||||
text_props : 'Testo',
|
||||
text_font : 'Font',
|
||||
text_size : 'Dimensione',
|
||||
text_weight : 'Peso',
|
||||
text_style : 'Stile',
|
||||
text_variant : 'Variante',
|
||||
text_lineheight : 'Altezza linea',
|
||||
text_case : 'Caso',
|
||||
text_color : 'Colore',
|
||||
text_decoration : 'Decorazione',
|
||||
background_color : 'Colore di sfondo',
|
||||
background_image : 'Immagine di sfondo',
|
||||
background_repeat : 'Ripeti',
|
||||
background_attachment : 'Ancoraggio',
|
||||
background_hpos : 'Posizione orizzontale',
|
||||
background_vpos : 'Posizione verticale',
|
||||
block_wordspacing : 'Spaziatura parole',
|
||||
block_letterspacing : 'Spaziatura lettere',
|
||||
block_vertical_alignment : 'Allineamento verticale',
|
||||
block_text_align : 'Allineamento del testo',
|
||||
block_text_indent : 'Indentazione del testo',
|
||||
block_whitespace : 'Whitespace',
|
||||
block_display : 'Display',
|
||||
box_width : 'Larghezza',
|
||||
box_height : 'Altezza',
|
||||
box_float : 'Float',
|
||||
box_clear : 'Clear',
|
||||
padding : 'Spaziatura interna',
|
||||
same : 'Uguale per tutti',
|
||||
top : 'Alto',
|
||||
right : 'Destra',
|
||||
bottom : 'Basso',
|
||||
left : 'Sinistra',
|
||||
margin : 'Margine esterno',
|
||||
style : 'Stile',
|
||||
width : 'Larghezza',
|
||||
height : 'Altezza',
|
||||
color : 'Colore',
|
||||
list_type : 'Tipo',
|
||||
bullet_image : 'Immagine punto elenco',
|
||||
position : 'Posizionamento',
|
||||
positioning_type : 'Tipo',
|
||||
visibility : 'Visibilità',
|
||||
zindex : 'Z-index',
|
||||
overflow : 'Overflow',
|
||||
placement : 'Piazzamento',
|
||||
clip : 'Clip'
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue