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/sr.php')
-rw-r--r--apps/files_external/l10n/sr.php14
1 files changed, 0 insertions, 14 deletions
diff --git a/apps/files_external/l10n/sr.php b/apps/files_external/l10n/sr.php
deleted file mode 100644
index 79650019c79..00000000000
--- a/apps/files_external/l10n/sr.php
+++ /dev/null
@@ -1,14 +0,0 @@
-<?php
-$TRANSLATIONS = array(
-"Location" => "Локација",
-"Port" => "Порт",
-"Region" => "Регија",
-"Host" => "Домаћин",
-"Username" => "Корисничко име",
-"Password" => "Лозинка",
-"Share" => "Дели",
-"Personal" => "Лично",
-"Name" => "Име",
-"Delete" => "Обриши"
-);
-$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);";