diff options
Diffstat (limited to 'apps/files_trashbin/l10n/bg_BG.js')
-rw-r--r-- | apps/files_trashbin/l10n/bg_BG.js | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/apps/files_trashbin/l10n/bg_BG.js b/apps/files_trashbin/l10n/bg_BG.js new file mode 100644 index 00000000000..f910190faf1 --- /dev/null +++ b/apps/files_trashbin/l10n/bg_BG.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "files_trashbin", + { + "Couldn't delete %s permanently" : "Неуспешно безвъзвратно изтриване на %s.", + "Couldn't restore %s" : "Неуспешно възтановяване на %s.", + "Deleted files" : "Изтрити файлове", + "Restore" : "Възстановяви", + "Error" : "Грешка", + "restored" : "възстановено", + "Nothing in here. Your trash bin is empty!" : "Няма нищо. Кошчето е празно!", + "Name" : "Име", + "Deleted" : "Изтрито", + "Delete" : "Изтрий" +}, +"nplurals=2; plural=(n != 1);"); |