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:
authorGeorg Ehrke <dev@georgswebsite.de>2012-04-18 19:27:34 +0400
committerGeorg Ehrke <dev@georgswebsite.de>2012-04-18 19:27:34 +0400
commit45de7ad221f9e505abdabcc5084dd12c80851469 (patch)
tree9afe2994fe01d35cf7aa2e16389c04bb3e298faf /apps/files/l10n/ru.php
parentdfc92675e0d76ad9550a274b712e084e1738831c (diff)
move files to app folder
Diffstat (limited to 'apps/files/l10n/ru.php')
-rw-r--r--apps/files/l10n/ru.php23
1 files changed, 23 insertions, 0 deletions
diff --git a/apps/files/l10n/ru.php b/apps/files/l10n/ru.php
new file mode 100644
index 00000000000..88a6d8ee19c
--- /dev/null
+++ b/apps/files/l10n/ru.php
@@ -0,0 +1,23 @@
+<?php $TRANSLATIONS = array(
+"There is no error, the file uploaded with success" => "Файл успешно загружен",
+"The uploaded file exceeds the upload_max_filesize directive in php.ini" => "Файл превышает допустимые размеры (описаны как upload_max_filesize в php.ini)",
+"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" => "Невозможно найти временную директорию",
+"Files" => "Файлы",
+"Maximum upload size" => "Максимальный размер файла",
+"New" => "Новый",
+"Text file" => "Текстовый файл",
+"Folder" => "Папка",
+"From the web" => "Из интернета",
+"Upload" => "Закачать",
+"Nothing in here. Upload something!" => "Здесь ничего нет. Закачайте что-нибудь!",
+"Name" => "Название",
+"Download" => "Скачать",
+"Size" => "Размер",
+"Modified" => "Изменен",
+"Delete" => "Удалить",
+"Upload too large" => "Файл слишком большой",
+"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Файлы, которые Вы пытаетесь закачать, превышают лимит для файлов на этом сервере."
+);