aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2014-07-18 01:54:43 -0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2014-07-18 01:54:43 -0400
commit80983f5853ffdfd59c74e9ad550ac4f709dd4544 (patch)
treee331fce2714e07450f21c8b87180da622390c264 /apps/files_trashbin
parentf92b5a2507f427288f2d606d42149c0a249c9ad4 (diff)
downloadnextcloud-server-80983f5853ffdfd59c74e9ad550ac4f709dd4544.tar.gz
nextcloud-server-80983f5853ffdfd59c74e9ad550ac4f709dd4544.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_trashbin')
-rw-r--r--apps/files_trashbin/l10n/bg_BG.php12
1 files changed, 7 insertions, 5 deletions
diff --git a/apps/files_trashbin/l10n/bg_BG.php b/apps/files_trashbin/l10n/bg_BG.php
index 62057538ce4..64a4eb51d21 100644
--- a/apps/files_trashbin/l10n/bg_BG.php
+++ b/apps/files_trashbin/l10n/bg_BG.php
@@ -1,12 +1,14 @@
<?php
$TRANSLATIONS = array(
-"Couldn't delete %s permanently" => "Невъзможно перманентното изтриване на %s",
-"Couldn't restore %s" => "Невъзможно възтановяване на %s",
-"Restore" => "Възтановяване",
+"Couldn't delete %s permanently" => "Неуспешно безвъзвратно изтриване на %s.",
+"Couldn't restore %s" => "Неуспешно възтановяване на %s.",
+"Deleted files" => "Изтрити файлове",
+"Restore" => "Възстановяви",
"Error" => "Грешка",
-"Nothing in here. Your trash bin is empty!" => "Няма нищо. Кофата е празна!",
+"restored" => "възстановено",
+"Nothing in here. Your trash bin is empty!" => "Няма нищо. Кошчето е празно!",
"Name" => "Име",
"Deleted" => "Изтрито",
-"Delete" => "Изтриване"
+"Delete" => "Изтрий"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";