summaryrefslogtreecommitdiffstats
path: root/static/plupload/js/i18n/ro.js
blob: fd198f0a241ddb90b2a6e24397f99cadc20b191f (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
// Romanian
plupload.addI18n({
    'Select files' : 'Selectare fişiere',
    'Add files to the upload queue and click the start button.' : 'Adaugă fişiere în lista apoi apasă butonul \'Începe încărcare\'.',
    'Filename' : 'Nume fişier',
    'Status' : 'Stare',
    'Size' : 'Mărime',
    'Add files' : 'Adăugare fişiere',
    'Stop current upload' : 'Întrerupe încărcarea curentă',
    'Start uploading queue' : 'Începe incărcarea',
    'Uploaded %d/%d files': 'Fişiere încărcate %d/%d',
    'N/A' : 'N/A',
    'Drag files here.' : 'Trage aici fişierele',
    'File extension error.': 'Extensie fişier eronată',
    'File size error.': 'Eroare dimensiune fişier',
    'Init error.': 'Eroare iniţializare',
    'HTTP Error.': 'Eroare HTTP',
    'Security error.': 'Eroare securitate',
    'Generic error.': 'Eroare generică',
    'IO error.': 'Eroare Intrare/Ieşire',
    'Stop Upload': 'Oprire încărcare',
    'Start upload': 'Începe încărcare',
    '%d files queued': '%d fişiere listate'
});