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:
Diffstat (limited to 'apps/files_trashbin/l10n/mk.php')
-rw-r--r--apps/files_trashbin/l10n/mk.php14
1 files changed, 0 insertions, 14 deletions
diff --git a/apps/files_trashbin/l10n/mk.php b/apps/files_trashbin/l10n/mk.php
deleted file mode 100644
index 66c2d0a2961..00000000000
--- a/apps/files_trashbin/l10n/mk.php
+++ /dev/null
@@ -1,14 +0,0 @@
-<?php
-$TRANSLATIONS = array(
-"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" => "Избриши"
-);
-$PLURAL_FORMS = "nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;";