summaryrefslogtreecommitdiff
path: root/lib/dijit/_editor/nls/ro/commands.js.uncompressed.js
blob: 565e2c3ecbdf380aa57bbc3e252029516b3cb7d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
define(
"dijit/_editor/nls/ro/commands", ({
	'bold': 'Aldin',
	'copy': 'Copiere',
	'cut': 'Tăiere',
	'delete': 'Ştergere',
	'indent': 'Micşorare indent',
	'insertHorizontalRule': 'Linie delimitatoare',
	'insertOrderedList': 'Listă numerotată',
	'insertUnorderedList': 'Listă cu marcator',
	'italic': 'Cursiv',
	'justifyCenter': 'Aliniere centru',
	'justifyFull': 'Aliniere stânga-dreapta',
	'justifyLeft': 'Aliniere stânga',
	'justifyRight': 'Aliniere dreapta',
	'outdent': 'Mărire indent',
	'paste': 'Lipire',
	'redo': 'Refacere acţiune',
	'removeFormat': 'Înlăturare format',
	'selectAll': 'Selectează tot',
	'strikethrough': 'Tăiere text cu o linie',
	'subscript': 'Scriere indice inferior',
	'superscript': 'Scriere indice superior',
	'underline': 'Subliniere',
	'undo': 'Anulare acţiune',
	'unlink': 'Înlăturare legătură',
	'createLink': 'Creare legătură',
	'toggleDir': 'Comutare direcţie',
	'insertImage': 'Inserare imagine',
	'insertTable': 'Inserare/Editare tabelă',
	'toggleTableBorder': 'Comutare bordură tabelă',
	'deleteTable': 'Ştergere tabelă',
	'tableProp': 'Proprietate tabelă',
	'htmlToggle': 'Sursă HTML',
	'foreColor': 'Culoare de prim-plan',
	'hiliteColor': 'Culoare de fundal',
	'plainFormatBlock': 'Stil paragraf',
	'formatBlock': 'Stil paragraf',
	'fontSize': 'Dimensiune font',
	'fontName': 'Nume font',
	'tabIndent': 'Indentare Tab',
	"fullScreen": "Comutare ecran complet",
	"viewSource": "Vizualizara sursă HTML",
	"print": "Tipărire",
	"newPage": "Pagină nouă",
	/* Error messages */
	'systemShortcut': 'Acţiunea "${0}" este disponibilă în browser doar utilizând o comandă rapidă de la tastatură. Utilizaţi ${1}.',
	'ctrlKey':'ctrl+${0}',
	'appleKey':'\u2318${0}' // "command" or open-apple key on Macintosh
})
);