17 lines
707 B
JavaScript
17 lines
707 B
JavaScript
OC.L10N.register(
|
||
"files_trashbin",
|
||
{
|
||
"Couldn't delete %s permanently" : "Неуспешно безвъзвратно изтриване на %s.",
|
||
"Couldn't restore %s" : "Неуспешно възтановяване на %s.",
|
||
"Deleted files" : "Изтрити файлове",
|
||
"Restore" : "Възстановяви",
|
||
"Delete permanently" : "Изтрий завинаги",
|
||
"Error" : "Грешка",
|
||
"restored" : "възстановено",
|
||
"Nothing in here. Your trash bin is empty!" : "Няма нищо. Кошчето е празно!",
|
||
"Name" : "Име",
|
||
"Deleted" : "Изтрито",
|
||
"Delete" : "Изтрий"
|
||
},
|
||
"nplurals=2; plural=(n != 1);");
|