diff options
Diffstat (limited to 'apps/files_trashbin/l10n/bg.js')
-rw-r--r-- | apps/files_trashbin/l10n/bg.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/files_trashbin/l10n/bg.js b/apps/files_trashbin/l10n/bg.js index a213ea709e6..d8eb4d698b7 100644 --- a/apps/files_trashbin/l10n/bg.js +++ b/apps/files_trashbin/l10n/bg.js @@ -1,13 +1,10 @@ OC.L10N.register( "files_trashbin", { - "Couldn't delete %s permanently" : "Неуспешно безвъзвратно изтриване на %s.", - "Couldn't restore %s" : "Неуспешно възстановяване на %s", "Deleted files" : "Изтрити файлове", "Restore" : "Възстановяне", "Delete" : "Изтрий", "Delete permanently" : "Изтрий завинаги", - "Error" : "Грешка", "This operation is forbidden" : "Операцията е забранена", "This directory is unavailable, please check the logs or contact the administrator" : "Директорията не е налична. Моля проверете журнала или се свържете с администратор", "restored" : "възстановено", @@ -16,6 +13,9 @@ OC.L10N.register( "No entries found in this folder" : "Няма намерени записи в тази папка", "Select all" : "Избери всички", "Name" : "Име", - "Deleted" : "Изтрито" + "Deleted" : "Изтрито", + "Couldn't delete %s permanently" : "Неуспешно безвъзвратно изтриване на %s.", + "Couldn't restore %s" : "Неуспешно възстановяване на %s", + "Error" : "Грешка" }, "nplurals=2; plural=(n != 1);"); |