summaryrefslogtreecommitdiffstats
path: root/lib/l10n
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-08-17 11:43:37 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2013-08-17 11:43:37 +0200
commitde52157e7620888a0f027db101eaefb8990edc93 (patch)
tree1b67670f92f662e56208917c297d177aff602f6f /lib/l10n
parent837cefd8a3a7540b37afb42312f1397baa70c3ac (diff)
downloadnextcloud-server-de52157e7620888a0f027db101eaefb8990edc93.tar.gz
nextcloud-server-de52157e7620888a0f027db101eaefb8990edc93.zip
remove ru_RU - fixes #3135
Diffstat (limited to 'lib/l10n')
-rw-r--r--lib/l10n/ru_RU.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/l10n/ru_RU.php b/lib/l10n/ru_RU.php
deleted file mode 100644
index 1761c1ebf3b..00000000000
--- a/lib/l10n/ru_RU.php
+++ /dev/null
@@ -1,6 +0,0 @@
-<?php
-$TRANSLATIONS = array(
-"Settings" => "Настройки",
-"Text" => "Текст"
-);
-$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);";