Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2013-10-29 15:31:51 +0400
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2013-10-29 15:31:51 +0400
commitb0b76fe064860d2074c91897a29e0f9ac5705db8 (patch)
tree403b6102c31503b3adb8be3268713d46ec946474 /apps/files_trashbin
parentaaefb643069c3bd681b439fe25725ef636004e65 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_trashbin')
-rw-r--r--apps/files_trashbin/l10n/mk.php9
1 files changed, 8 insertions, 1 deletions
diff --git a/apps/files_trashbin/l10n/mk.php b/apps/files_trashbin/l10n/mk.php
index 9200be01cd1..06a9dcfb241 100644
--- a/apps/files_trashbin/l10n/mk.php
+++ b/apps/files_trashbin/l10n/mk.php
@@ -1,7 +1,14 @@
<?php
$TRANSLATIONS = array(
+"Couldn't delete %s permanently" => "Не можеше трајно да се избрише %s",
+"Couldn't restore %s" => "Не можеше да се поврати %s",
"Error" => "Грешка",
+"restored" => "повратени",
+"Nothing in here. Your trash bin is empty!" => "Тука нема ништо. Вашата корпа за отпадоци е празна!",
"Name" => "Име",
-"Delete" => "Избриши"
+"Restore" => "Поврати",
+"Deleted" => "Избришан",
+"Delete" => "Избриши",
+"Deleted Files" => "Избришани датотеки"
);
$PLURAL_FORMS = "nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;";