]> git.immae.eu Git - perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git/blob - sources/plugins/forms/lang/ro.js
Upgrade to 4.5.7 and add some plugin
[perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git] / sources / plugins / forms / lang / ro.js
1 /*
2 Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3 For licensing, see LICENSE.md or http://ckeditor.com/license
4 */
5 CKEDITOR.plugins.setLang( 'forms', 'ro', {
6 button: {
7 title: 'Proprietăţi buton',
8 text: 'Text (Valoare)',
9 type: 'Tip',
10 typeBtn: 'Buton',
11 typeSbm: 'Trimite',
12 typeRst: 'Reset'
13 },
14 checkboxAndRadio: {
15 checkboxTitle: 'Proprietăţi bifă (Checkbox)',
16 radioTitle: 'Proprietăţi buton radio (Radio Button)',
17 value: 'Valoare',
18 selected: 'Selectat',
19 required: 'Required' // MISSING
20 },
21 form: {
22 title: 'Proprietăţi formular (Form)',
23 menu: 'Proprietăţi formular (Form)',
24 action: 'Acţiune',
25 method: 'Metodă',
26 encoding: 'Encodare'
27 },
28 hidden: {
29 title: 'Proprietăţi câmp ascuns (Hidden Field)',
30 name: 'Nume',
31 value: 'Valoare'
32 },
33 select: {
34 title: 'Proprietăţi câmp selecţie (Selection Field)',
35 selectInfo: 'Informaţii',
36 opAvail: 'Opţiuni disponibile',
37 value: 'Valoare',
38 size: 'Mărime',
39 lines: 'linii',
40 chkMulti: 'Permite selecţii multiple',
41 required: 'Required', // MISSING
42 opText: 'Text',
43 opValue: 'Valoare',
44 btnAdd: 'Adaugă',
45 btnModify: 'Modifică',
46 btnUp: 'Sus',
47 btnDown: 'Jos',
48 btnSetValue: 'Setează ca valoare selectată',
49 btnDelete: 'Şterge'
50 },
51 textarea: {
52 title: 'Proprietăţi suprafaţă text (Textarea)',
53 cols: 'Coloane',
54 rows: 'Linii'
55 },
56 textfield: {
57 title: 'Proprietăţi câmp text (Text Field)',
58 name: 'Nume',
59 value: 'Valoare',
60 charWidth: 'Lărgimea caracterului',
61 maxChars: 'Caractere maxime',
62 required: 'Required', // MISSING
63 type: 'Tip',
64 typeText: 'Text',
65 typePass: 'Parolă',
66 typeEmail: 'Email',
67 typeSearch: 'Cauta',
68 typeTel: 'Numar de telefon',
69 typeUrl: 'URL'
70 }
71 } );