forked from extern/egroupware
93 lines
3.0 KiB
JavaScript
Executable File
93 lines
3.0 KiB
JavaScript
Executable File
// RO lang variables
|
|
|
|
tinyMCE.addToLang('fullpage',{
|
|
title : 'Proprietăţi document',
|
|
desc : 'Proprietţi document',
|
|
meta_tab : 'General',
|
|
appearance_tab : 'Aspect',
|
|
advanced_tab : 'Avansat',
|
|
meta_props : 'Meta informaţii',
|
|
langprops : 'Limbă şi codificare',
|
|
meta_title : 'Titlu',
|
|
meta_keywords : 'Cuvinte cheie',
|
|
meta_description : 'Descriere',
|
|
meta_robots : 'Roboţi',
|
|
doctypes : 'Doctype',
|
|
langcode : 'Cod limbă',
|
|
langdir : 'Direcţie limbă',
|
|
ltr : 'Stânga la dreapta',
|
|
rtl : 'Dreapta la stânga',
|
|
xml_pi : 'declaraţie XML',
|
|
encoding : 'Codificare caractere',
|
|
appearance_bgprops : 'Proprietăţi fundal',
|
|
appearance_marginprops : 'Marginile corpului',
|
|
appearance_linkprops : 'Culori legături',
|
|
appearance_textprops : 'Proprietăţi text',
|
|
bgcolor : 'Culoare fundal',
|
|
bgimage : 'Imagine de fundal',
|
|
left_margin : 'Marginea stângă',
|
|
right_margin : 'Marginea dreaptă',
|
|
top_margin : 'Marginea de sus',
|
|
bottom_margin : 'Marginea bazei',
|
|
text_color : 'Culoare text',
|
|
font_size : 'Dimensiune font',
|
|
font_face : 'Stil font',
|
|
link_color : 'Culoare legătură',
|
|
hover_color : 'Culoare la trecere peste',
|
|
visited_color : 'Culoare vizitat',
|
|
active_color : 'Culoare activ',
|
|
textcolor : 'Culoare',
|
|
fontsize : 'Dimensiune font',
|
|
fontface : 'Familie font',
|
|
meta_index_follow : 'Indexează şi urmează legăturile',
|
|
meta_index_nofollow : 'Indexează şi nu urma legăturile',
|
|
meta_noindex_follow : 'Nu indexa dar urmează legăturile',
|
|
meta_noindex_nofollow : 'Nu indexa şi nu urma legăturile',
|
|
appearance_style : 'Proprietăţi stil şi foaie de stiluri',
|
|
stylesheet : 'Foaie de stiluri',
|
|
style : 'Stil',
|
|
author : 'Autor',
|
|
copyright : 'Copyright',
|
|
add : 'Adaugă element nou',
|
|
remove : 'şterge elementul selectat',
|
|
moveup : 'Mută elementul selectat sus',
|
|
movedown : 'Mută elementul selectat jos',
|
|
head_elements : 'Elemente head',
|
|
info : 'Informaţii',
|
|
info_text : '',
|
|
add_title : 'Elementul title',
|
|
add_meta : 'Elementul meta',
|
|
add_script : 'Elementul script',
|
|
add_style : 'Elementul style',
|
|
add_link : 'Elementul link',
|
|
add_base : 'Elementul base',
|
|
add_comment : 'Nod comentarii',
|
|
title_element : 'Elementul title',
|
|
script_element : 'Elementul script',
|
|
style_element : 'Elementul style',
|
|
base_element : 'Elementul base',
|
|
link_element : 'Elementul link',
|
|
meta_element : 'Elementul meta',
|
|
comment_element : 'Comentariu',
|
|
src : 'Sursă',
|
|
language : 'Language',
|
|
href : 'Href',
|
|
target : 'ţintă',
|
|
rel : 'Rel',
|
|
type : 'Tip',
|
|
charset : 'Set de caractere',
|
|
defer : 'Înmânare',
|
|
media : 'Mediu',
|
|
properties : 'Proprietăţi',
|
|
name : 'Nume',
|
|
value : 'Valoare',
|
|
content : 'Conţinut',
|
|
rel : 'Rel',
|
|
rev : 'Rev',
|
|
hreflang : 'Limbă Href',
|
|
general_props : 'General',
|
|
advanced_props : 'Avansat',
|
|
delta_width : 0,
|
|
delta_height : 0
|
|
});
|