20 lines
817 B
JavaScript
20 lines
817 B
JavaScript
OC.L10N.register(
|
|
"files_trashbin",
|
|
{
|
|
"Couldn't delete %s permanently" : "Nepavyko negrįžtamai ištrinti %s",
|
|
"Couldn't restore %s" : "Nepavyko atkurti %s",
|
|
"Deleted files" : "Ištrinti failai",
|
|
"Restore" : "Atstatyti",
|
|
"Delete permanently" : "Ištrinti negrįžtamai",
|
|
"Error" : "Klaida",
|
|
"restored" : "atstatyta",
|
|
"No deleted files" : "Nėra ištrintų failų",
|
|
"You will be able to recover deleted files from here" : "Jūs galėsite atkurti ištrintus failus iš čia",
|
|
"No entries found in this folder" : "Nerasta įrašų šiame aplanke",
|
|
"Select all" : "Pažymėti viską",
|
|
"Name" : "Pavadinimas",
|
|
"Deleted" : "Ištrinti",
|
|
"Delete" : "Ištrinti"
|
|
},
|
|
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);");
|