aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/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 /apps/files/l10n
parent837cefd8a3a7540b37afb42312f1397baa70c3ac (diff)
downloadnextcloud-server-de52157e7620888a0f027db101eaefb8990edc93.tar.gz
nextcloud-server-de52157e7620888a0f027db101eaefb8990edc93.zip
remove ru_RU - fixes #3135
Diffstat (limited to 'apps/files/l10n')
-rw-r--r--apps/files/l10n/ru_RU.php18
1 files changed, 0 insertions, 18 deletions
diff --git a/apps/files/l10n/ru_RU.php b/apps/files/l10n/ru_RU.php
deleted file mode 100644
index bbc06fe1a5c..00000000000
--- a/apps/files/l10n/ru_RU.php
+++ /dev/null
@@ -1,18 +0,0 @@
-<?php
-$TRANSLATIONS = array(
-"No file was uploaded. Unknown error" => "Файл не был загружен. Неизвестная ошибка",
-"There is no error, the file uploaded with success" => "Ошибки нет, файл успешно загружен",
-"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Размер загружаемого файла превысил максимально допустимый в директиве MAX_FILE_SIZE, специфицированной в HTML-форме",
-"The uploaded file was only partially uploaded" => "Загружаемый файл был загружен лишь частично",
-"No file was uploaded" => "Файл не был загружен",
-"Missing a temporary folder" => "Отсутствие временной папки",
-"Failed to write to disk" => "Не удалось записать на диск",
-"Not enough storage available" => "Недостаточно места в хранилище",
-"Share" => "Сделать общим",
-"Delete" => "Удалить",
-"Error" => "Ошибка",
-"Name" => "Имя",
-"Save" => "Сохранить",
-"Download" => "Загрузка"
-);
-$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);";