diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-01-13 16:44:03 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-01-13 16:44:03 +0100 |
commit | 3b1396b5385f0252e951b8a1610e147da69e9cd3 (patch) | |
tree | a3a00f21b1dc0064936c508a885fa96308e926cf /core | |
parent | ce1a1996f7589a54af1e002bfe459afaa25b8158 (diff) | |
download | nextcloud-server-3b1396b5385f0252e951b8a1610e147da69e9cd3.tar.gz nextcloud-server-3b1396b5385f0252e951b8a1610e147da69e9cd3.zip |
remove ru_RU - it's almost untranslated
Diffstat (limited to 'core')
-rw-r--r-- | core/l10n/ru_RU.php | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/core/l10n/ru_RU.php b/core/l10n/ru_RU.php deleted file mode 100644 index 81ce456e142..00000000000 --- a/core/l10n/ru_RU.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php -$TRANSLATIONS = array( -"Settings" => "Настройки", -"_%n minute ago_::_%n minutes ago_" => array("","",""), -"_%n hour ago_::_%n hours ago_" => array("","",""), -"_%n day ago_::_%n days ago_" => array("","",""), -"_%n month ago_::_%n months ago_" => array("","",""), -"Yes" => "Да", -"No" => "Нет", -"_{count} file conflict_::_{count} file conflicts_" => array("","",""), -"Cancel" => "Отмена", -"Share" => "Сделать общим", -"Error" => "Ошибка", -"Password" => "Пароль", -"can edit" => "возможно редактирование", -"Warning" => "Предупреждение", -"Delete" => "Удалить", -"Username" => "Имя пользователя", -"Help" => "Помощь" -); -$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);"; |