forked from extern/egroupware
77 lines
3.0 KiB
JavaScript
Executable File
77 lines
3.0 KiB
JavaScript
Executable File
// RO lang variables
|
|
|
|
tinyMCE.addToLang('',{
|
|
theme_style_select : '-- Stiluri --',
|
|
theme_code_desc : 'Editare sursă HTML',
|
|
theme_code_title : 'Editor sursă HTML',
|
|
theme_code_wordwrap : 'Tăiere cuvinte',
|
|
theme_sub_desc : 'Subscript',
|
|
theme_sup_desc : 'Superscript',
|
|
theme_hr_desc : 'Inserare riglă orizontală',
|
|
theme_removeformat_desc : 'Elimină formatarea',
|
|
theme_custom1_desc : 'Descrierea personalizată aici',
|
|
insert_image_border : 'Margine',
|
|
insert_image_dimensions : 'Dimensiuni',
|
|
insert_image_vspace : 'Spaţiu vertical',
|
|
insert_image_hspace : 'Spaţiu orizontal',
|
|
insert_image_align : 'Aliniament',
|
|
insert_image_align_default : '-- Nestabilit --',
|
|
insert_image_align_baseline : 'Linie de bază',
|
|
insert_image_align_top : 'Sus',
|
|
insert_image_align_middle : 'Mijloc',
|
|
insert_image_align_bottom : 'Jos',
|
|
insert_image_align_texttop : 'TextSus',
|
|
insert_image_align_absmiddle : 'Mijloc absolut',
|
|
insert_image_align_absbottom : 'Jos absolut',
|
|
insert_image_align_left : 'Stânga',
|
|
insert_image_align_right : 'Dreapta',
|
|
theme_font_size : '-- Dimensiune font --',
|
|
theme_fontdefault : '-- Familie font --',
|
|
theme_block : '-- Format --',
|
|
theme_paragraph : 'Paragraf',
|
|
theme_div : 'Div',
|
|
theme_address : 'Adresă',
|
|
theme_pre : 'Preformatat',
|
|
theme_h1 : 'Aliniament 1',
|
|
theme_h2 : 'Aliniament 2',
|
|
theme_h3 : 'Aliniament 3',
|
|
theme_h4 : 'Aliniament 4',
|
|
theme_h5 : 'Aliniament 5',
|
|
theme_h6 : 'Aliniament 6',
|
|
theme_colorpicker_title : 'Alege o culoare',
|
|
theme_colorpicker_apply : 'Aplică',
|
|
theme_forecolor_desc : 'Alege culoarea textului',
|
|
theme_backcolor_desc : 'Alege culoarea fundalului',
|
|
theme_charmap_title : 'Alege caractere personalizate',
|
|
theme_charmap_desc : 'Inserează caracter personalizat',
|
|
theme_visualaid_desc : 'Comută ghidajele/elementele invizibile',
|
|
insert_anchor_title : 'Inserează/editează ancoră',
|
|
insert_anchor_name : 'Nume ancoră',
|
|
theme_anchor_desc : 'Inserează/editează ancoră',
|
|
theme_insert_link_titlefield : 'Titlu',
|
|
theme_clipboard_msg : 'Copierea/Tăierea/Lipirea nu sunt disponibile în Mozilla şi Firefox.\nVrei mai multe informaţii despre acest lucru?',
|
|
theme_path : 'Cale',
|
|
cut_desc : 'Taie',
|
|
copy_desc : 'Copiază',
|
|
paste_desc : 'Lipeşte',
|
|
link_list : 'Listă de legături',
|
|
image_list : 'Listă de imagini',
|
|
browse : 'Răsfoieşte',
|
|
image_props_desc : 'Proprietăţi imagine',
|
|
newdocument_desc : 'Document nou',
|
|
class_name : 'Clasă',
|
|
newdocument : 'Eşti sigur că vrei să cureţi întregul conţinut?',
|
|
about_title : 'Despre TinyMCE',
|
|
about : 'Despre',
|
|
license : 'Licenţă',
|
|
plugins : 'Plugin-uri',
|
|
plugin : 'Plugin',
|
|
author : 'Autor',
|
|
version : 'Versiune',
|
|
loaded_plugins : 'Plugin-uri încărcate',
|
|
help : 'Ajutor',
|
|
not_set : '-- Nestabilit --',
|
|
close : 'Închide',
|
|
toolbar_focus : 'Salt la butoanele unelte - Alt+Q, Salt la editor - Alt-Z, Salt la cale elemente - Alt-X'
|
|
});
|