blob: eae24b14a1bfa6d461a970d6852357be4f941fd5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
OC.L10N.register(
"files_trashbin",
{
"Couldn't delete %s permanently" : "Неуспешно безвъзвратно изтриване на %s.",
"Couldn't restore %s" : "Неуспешно възтановяване на %s.",
"Deleted files" : "Изтрити файлове",
"Restore" : "Възстановяви",
"Delete permanently" : "Изтрий завинаги",
"Error" : "Грешка",
"restored" : "възстановено",
"Name" : "Име",
"Deleted" : "Изтрито",
"Delete" : "Изтрий"
},
"nplurals=2; plural=(n != 1);");
|