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_external/l10n/mk.php')
-rw-r--r--apps/files_external/l10n/mk.php26
1 files changed, 0 insertions, 26 deletions
diff --git a/apps/files_external/l10n/mk.php b/apps/files_external/l10n/mk.php
deleted file mode 100644
index 8c9ab8fff14..00000000000
--- a/apps/files_external/l10n/mk.php
+++ /dev/null
@@ -1,26 +0,0 @@
-<?php
-$TRANSLATIONS = array(
-"Please provide a valid Dropbox app key and secret." => "Ве молам доставите валиден Dropbox клуч и тајна лозинка.",
-"Local" => "Локален",
-"Location" => "Локација",
-"Port" => "Порта",
-"Region" => "Регион",
-"Host" => "Домаќин",
-"Username" => "Корисничко име",
-"Password" => "Лозинка",
-"Share" => "Сподели",
-"URL" => "Адреса",
-"Access granted" => "Пристапот е дозволен",
-"Error configuring Dropbox storage" => "Грешка при конфигурација на Dropbox",
-"Grant access" => "Дозволи пристап",
-"Error configuring Google Drive storage" => "Грешка при конфигурација на Google Drive",
-"Personal" => "Лично",
-"Saved" => "Снимено",
-"Name" => "Име",
-"External Storage" => "Надворешно складиште",
-"Folder name" => "Име на папка",
-"Configuration" => "Конфигурација",
-"Delete" => "Избриши",
-"Enable User External Storage" => "Овозможи надворешни за корисници"
-);
-$PLURAL_FORMS = "nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;";