blob: d1eaa8b2260370992a10c36817e7f93c6bd7aab4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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);");
|