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 'core/l10n/hy.php')
-rw-r--r--core/l10n/hy.php25
1 files changed, 0 insertions, 25 deletions
diff --git a/core/l10n/hy.php b/core/l10n/hy.php
deleted file mode 100644
index 956fe561b5a..00000000000
--- a/core/l10n/hy.php
+++ /dev/null
@@ -1,25 +0,0 @@
-<?php
-$TRANSLATIONS = array(
-"Sunday" => "Կիրակի",
-"Monday" => "Երկուշաբթի",
-"Tuesday" => "Երեքշաբթի",
-"Wednesday" => "Չորեքշաբթի",
-"Thursday" => "Հինգշաբթի",
-"Friday" => "Ուրբաթ",
-"Saturday" => "Շաբաթ",
-"January" => "Հունվար",
-"February" => "Փետրվար",
-"March" => "Մարտ",
-"April" => "Ապրիլ",
-"May" => "Մայիս",
-"June" => "Հունիս",
-"July" => "Հուլիս",
-"August" => "Օգոստոս",
-"September" => "Սեպտեմբեր",
-"October" => "Հոկտեմբեր",
-"November" => "Նոյեմբեր",
-"December" => "Դեկտեմբեր",
-"_{count} file conflict_::_{count} file conflicts_" => array("",""),
-"Delete" => "Ջնջել"
-);
-$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";