22 lines
1000 B
JavaScript
22 lines
1000 B
JavaScript
OC.L10N.register(
|
|
"files_trashbin",
|
|
{
|
|
"Couldn't delete %s permanently" : "Ne povis foriĝi %s por ĉiam",
|
|
"Couldn't restore %s" : "Ne povis restaŭriĝi %s",
|
|
"Deleted files" : "Forigitaj dosieroj",
|
|
"Restore" : "Restaŭri",
|
|
"Delete" : "Forigi",
|
|
"Delete permanently" : "Forigi por ĉiam",
|
|
"Error" : "Eraro",
|
|
"This operation is forbidden" : "Ĉi tiu operacio malpermesatas",
|
|
"This directory is unavailable, please check the logs or contact the administrator" : "Ĉi tiu dosierujo maldisponeblas, bonvolu kontroli la protokolojn aŭ kontakti la administranton",
|
|
"restored" : "restaŭrita",
|
|
"No deleted files" : "Neniu dosiero foriĝis",
|
|
"You will be able to recover deleted files from here" : "Vi eblos restaŭrigi forigitaj dosieroj el tie",
|
|
"No entries found in this folder" : "Neniu enigo troviĝis en ĉi tiu dosierujo",
|
|
"Select all" : "Elekti ĉion",
|
|
"Name" : "Nomo",
|
|
"Deleted" : "Forigita"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|