nextcloud/l10n/ru_RU/files.po

323 lines
9.6 KiB
Plaintext
Raw Normal View History

2012-08-30 04:06:45 +04:00
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
2013-04-24 19:46:20 +04:00
# AnnaSch <cdewqazxsqwe@gmail.com>, 2013
# AnnaSch <cdewqazxsqwe@gmail.com>, 2012
# skoptev <skoptev@ukr.net>, 2012
# Langaru <langaru@gmail.com>, 2013
2012-08-30 04:06:45 +04:00
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
2013-04-26 03:58:21 +04:00
"POT-Creation-Date: 2013-04-26 01:55+0200\n"
"PO-Revision-Date: 2013-04-25 23:00+0000\n"
2013-02-15 03:06:50 +04:00
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
2012-08-30 04:06:45 +04:00
"Language-Team: Russian (Russia) (http://www.transifex.com/projects/p/owncloud/language/ru_RU/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ru_RU\n"
2012-09-05 04:05:39 +04:00
"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);\n"
2012-08-30 04:06:45 +04:00
2013-02-09 03:14:08 +04:00
#: ajax/move.php:17
#, php-format
msgid "Could not move %s - File with this name already exists"
2013-02-11 18:42:41 +04:00
msgstr "Неполучается перенести %s - Файл с таким именем уже существует"
2013-02-09 03:14:08 +04:00
#: ajax/move.php:27 ajax/move.php:30
#, php-format
msgid "Could not move %s"
2013-02-11 18:42:41 +04:00
msgstr "Неполучается перенести %s "
2013-02-09 03:14:08 +04:00
#: ajax/rename.php:22 ajax/rename.php:25
msgid "Unable to rename file"
2013-02-11 18:42:41 +04:00
msgstr "Невозможно переименовать файл"
2013-02-09 03:14:08 +04:00
2013-02-07 03:11:04 +04:00
#: ajax/upload.php:19
2013-01-04 16:23:31 +04:00
msgid "No file was uploaded. Unknown error"
2013-01-05 03:03:58 +04:00
msgstr "Файл не был загружен. Неизвестная ошибка"
2013-01-04 16:23:31 +04:00
2013-02-07 03:11:04 +04:00
#: ajax/upload.php:26
2012-08-30 04:06:45 +04:00
msgid "There is no error, the file uploaded with success"
2012-09-13 04:03:54 +04:00
msgstr "Ошибка отсутствует, файл загружен успешно."
2012-08-30 04:06:45 +04:00
2013-02-07 03:11:04 +04:00
#: ajax/upload.php:27
2012-12-01 03:03:27 +04:00
msgid ""
"The uploaded file exceeds the upload_max_filesize directive in php.ini: "
2012-12-19 03:04:14 +04:00
msgstr "Размер загружаемого файла превышает upload_max_filesize директиву в php.ini:"
2012-08-30 04:06:45 +04:00
2013-02-07 03:11:04 +04:00
#: ajax/upload.php:29
2012-08-30 04:06:45 +04:00
msgid ""
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
"the HTML form"
2012-09-13 04:03:54 +04:00
msgstr "Размер загруженного"
2012-08-30 04:06:45 +04:00
2013-03-02 03:05:42 +04:00
#: ajax/upload.php:30
2012-08-30 04:06:45 +04:00
msgid "The uploaded file was only partially uploaded"
2012-09-13 04:03:54 +04:00
msgstr "Загружаемый файл был загружен частично"
2012-08-30 04:06:45 +04:00
2013-03-02 03:05:42 +04:00
#: ajax/upload.php:31
2012-08-30 04:06:45 +04:00
msgid "No file was uploaded"
2012-09-13 04:03:54 +04:00
msgstr "Файл не был загружен"
2012-08-30 04:06:45 +04:00
2013-03-02 03:05:42 +04:00
#: ajax/upload.php:32
2012-08-30 04:06:45 +04:00
msgid "Missing a temporary folder"
2012-09-13 04:03:54 +04:00
msgstr "Отсутствует временная папка"
2012-08-30 04:06:45 +04:00
2013-03-02 03:05:42 +04:00
#: ajax/upload.php:33
2012-08-30 04:06:45 +04:00
msgid "Failed to write to disk"
2012-09-13 04:03:54 +04:00
msgstr "Не удалось записать на диск"
2012-08-30 04:06:45 +04:00
2013-03-02 03:05:42 +04:00
#: ajax/upload.php:51
2013-02-09 03:14:08 +04:00
msgid "Not enough storage available"
2013-02-11 18:42:41 +04:00
msgstr "Недостаточно места в хранилище"
2013-01-04 16:23:31 +04:00
2013-04-08 04:18:28 +04:00
#: ajax/upload.php:83
2013-01-04 16:23:31 +04:00
msgid "Invalid directory."
2013-01-31 20:05:21 +04:00
msgstr "Неверный каталог."
2013-01-04 16:23:31 +04:00
2013-03-17 01:18:26 +04:00
#: appinfo/app.php:12
2012-08-30 04:06:45 +04:00
msgid "Files"
2012-09-13 04:03:54 +04:00
msgstr "Файлы"
2012-08-30 04:06:45 +04:00
2013-04-24 19:46:20 +04:00
#: js/fileactions.js:116
msgid "Share"
2013-04-24 20:31:36 +04:00
msgstr "Сделать общим"
2013-04-24 19:46:20 +04:00
#: js/fileactions.js:126
2013-02-07 03:11:04 +04:00
msgid "Delete permanently"
2013-02-09 03:14:08 +04:00
msgstr "Удалить навсегда"
2013-02-07 03:11:04 +04:00
2013-04-24 19:46:20 +04:00
#: js/fileactions.js:128 templates/index.php:94 templates/index.php:95
2012-08-30 04:06:45 +04:00
msgid "Delete"
2012-09-13 04:03:54 +04:00
msgstr "Удалить"
2012-08-30 04:06:45 +04:00
2013-04-24 19:46:20 +04:00
#: js/fileactions.js:194
2012-09-22 03:18:31 +04:00
msgid "Rename"
2012-10-11 04:07:32 +04:00
msgstr "Переименовать"
2012-09-22 03:18:31 +04:00
2013-04-08 04:18:28 +04:00
#: js/filelist.js:49 js/filelist.js:52 js/filelist.js:414
2013-02-10 03:10:29 +04:00
msgid "Pending"
msgstr "Ожидающий решения"
2013-04-08 04:18:28 +04:00
#: js/filelist.js:252 js/filelist.js:254
2012-10-18 04:09:32 +04:00
msgid "{new_name} already exists"
2012-10-19 04:08:00 +04:00
msgstr "{новое_имя} уже существует"
2012-08-30 04:06:45 +04:00
2013-04-08 04:18:28 +04:00
#: js/filelist.js:252 js/filelist.js:254
2012-08-30 04:06:45 +04:00
msgid "replace"
2012-09-13 04:03:54 +04:00
msgstr "отмена"
2012-08-30 04:06:45 +04:00
2013-04-08 04:18:28 +04:00
#: js/filelist.js:252
2012-09-06 04:06:37 +04:00
msgid "suggest name"
2012-09-14 04:03:18 +04:00
msgstr "подобрать название"
2012-09-06 04:06:37 +04:00
2013-04-08 04:18:28 +04:00
#: js/filelist.js:252 js/filelist.js:254
2012-08-30 04:06:45 +04:00
msgid "cancel"
2012-09-13 04:03:54 +04:00
msgstr "отменить"
2012-08-30 04:06:45 +04:00
2013-04-08 04:18:28 +04:00
#: js/filelist.js:299
2013-03-04 03:07:35 +04:00
msgid "replaced {new_name} with {old_name}"
msgstr "заменено {новое_имя} с {старое_имя}"
2012-08-30 04:06:45 +04:00
2013-04-08 04:18:28 +04:00
#: js/filelist.js:299
2012-09-06 04:06:37 +04:00
msgid "undo"
2012-09-13 04:03:54 +04:00
msgstr "отменить действие"
2012-08-30 04:06:45 +04:00
2013-04-08 04:18:28 +04:00
#: js/filelist.js:324
2013-01-31 20:05:21 +04:00
msgid "perform delete operation"
2013-02-09 03:14:08 +04:00
msgstr "выполняется процесс удаления"
2012-08-30 04:06:45 +04:00
2013-04-08 04:18:28 +04:00
#: js/filelist.js:406
msgid "1 file uploading"
msgstr "загрузка 1 файла"
#: js/filelist.js:409 js/filelist.js:463
msgid "files uploading"
msgstr ""
2013-01-27 03:06:21 +04:00
#: js/files.js:52
2013-01-07 03:06:32 +04:00
msgid "'.' is an invalid file name."
2013-01-31 20:05:21 +04:00
msgstr "'.' является неверным именем файла."
2013-01-07 03:06:32 +04:00
2013-01-27 03:06:21 +04:00
#: js/files.js:56
2013-01-07 03:06:32 +04:00
msgid "File name cannot be empty."
2013-01-31 20:05:21 +04:00
msgstr "Имя файла не может быть пустым."
2013-01-07 03:06:32 +04:00
2013-01-27 03:06:21 +04:00
#: js/files.js:64
2012-11-24 03:03:00 +04:00
msgid ""
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not "
"allowed."
2012-11-27 03:10:47 +04:00
msgstr "Некорректное имя, '\\', '/', '<', '>', ':', '\"', '|', '?' и '*' не допустимы."
2012-11-24 03:03:00 +04:00
2013-01-27 03:06:21 +04:00
#: js/files.js:78
msgid "Your storage is full, files can not be updated or synced anymore!"
2013-02-09 03:14:08 +04:00
msgstr "Ваше хранилище переполнено, фалы больше не могут быть обновлены или синхронизированы!"
2013-01-27 03:06:21 +04:00
#: js/files.js:82
msgid "Your storage is almost full ({usedSpacePercent}%)"
2013-02-09 03:14:08 +04:00
msgstr "Ваше хранилище почти полно ({usedSpacePercent}%)"
2013-01-27 03:06:21 +04:00
2013-03-17 01:18:26 +04:00
#: js/files.js:226
2013-01-20 03:06:40 +04:00
msgid ""
"Your download is being prepared. This might take some time if the files are "
"big."
2013-02-09 03:14:08 +04:00
msgstr "Идёт подготовка к скачке Вашего файла. Это может занять некоторое время, если фалы большие."
2012-08-30 04:06:45 +04:00
2013-04-08 04:18:28 +04:00
#: js/files.js:259
2012-08-30 04:06:45 +04:00
msgid "Unable to upload your file as it is a directory or has 0 bytes"
2012-09-14 04:03:18 +04:00
msgstr "Невозможно загрузить файл,\n так как он имеет нулевой размер или является директорией"
2012-08-30 04:06:45 +04:00
2013-04-08 04:18:28 +04:00
#: js/files.js:272
msgid "Not enough space available"
2013-04-09 04:14:02 +04:00
msgstr "Не достаточно свободного места"
2012-09-26 15:22:37 +04:00
2013-04-08 04:18:28 +04:00
#: js/files.js:312
2012-08-30 04:06:45 +04:00
msgid "Upload cancelled."
2012-09-13 04:03:54 +04:00
msgstr "Загрузка отменена"
2012-08-30 04:06:45 +04:00
2013-04-08 04:18:28 +04:00
#: js/files.js:408
2012-08-31 04:07:19 +04:00
msgid ""
"File upload is in progress. Leaving the page now will cancel the upload."
2012-09-14 04:03:18 +04:00
msgstr "Процесс загрузки файла. Если покинуть страницу сейчас, загрузка будет отменена."
2012-08-31 04:07:19 +04:00
2013-04-08 04:18:28 +04:00
#: js/files.js:481
2013-01-09 03:05:49 +04:00
msgid "URL cannot be empty."
2013-01-10 03:05:53 +04:00
msgstr "URL не должен быть пустым."
2013-01-09 03:05:49 +04:00
2013-04-08 04:18:28 +04:00
#: js/files.js:486
2013-01-09 03:05:49 +04:00
msgid "Invalid folder name. Usage of 'Shared' is reserved by Owncloud"
2013-01-31 20:05:21 +04:00
msgstr "Неверное имя папки. Использование наименования 'Опубликовано' зарезервировано Owncloud"
2012-11-23 03:03:17 +04:00
2013-04-08 04:18:28 +04:00
#: js/files.js:515 js/files.js:531 js/files.js:821 js/files.js:859
msgid "Error"
2013-04-09 04:14:02 +04:00
msgstr "Ошибка"
2013-04-08 04:18:28 +04:00
#: js/files.js:872 templates/index.php:70
2012-09-26 15:22:37 +04:00
msgid "Name"
msgstr "Имя"
2013-04-08 04:18:28 +04:00
#: js/files.js:873 templates/index.php:81
2012-08-30 04:06:45 +04:00
msgid "Size"
2012-09-13 04:03:54 +04:00
msgstr "Размер"
2012-08-30 04:06:45 +04:00
2013-04-08 04:18:28 +04:00
#: js/files.js:874 templates/index.php:83
2012-08-30 04:06:45 +04:00
msgid "Modified"
2012-09-13 04:03:54 +04:00
msgstr "Изменен"
2012-08-30 04:06:45 +04:00
2013-04-08 04:18:28 +04:00
#: js/files.js:893
2012-10-18 04:09:32 +04:00
msgid "1 folder"
2012-10-19 04:08:00 +04:00
msgstr "1 папка"
2012-08-30 04:06:45 +04:00
2013-04-08 04:18:28 +04:00
#: js/files.js:895
2012-10-18 04:09:32 +04:00
msgid "{count} folders"
2012-10-19 04:08:00 +04:00
msgstr "{количество} папок"
2012-08-30 04:06:45 +04:00
2013-04-08 04:18:28 +04:00
#: js/files.js:903
2012-10-18 04:09:32 +04:00
msgid "1 file"
2012-10-19 04:08:00 +04:00
msgstr "1 файл"
2012-08-30 04:06:45 +04:00
2013-04-08 04:18:28 +04:00
#: js/files.js:905
2012-10-18 04:09:32 +04:00
msgid "{count} files"
2012-10-19 04:08:00 +04:00
msgstr "{количество} файлов"
2012-08-30 04:06:45 +04:00
2013-01-27 03:06:21 +04:00
#: lib/helper.php:11 templates/index.php:18
msgid "Upload"
msgstr "Загрузить "
2012-08-30 04:06:45 +04:00
#: templates/admin.php:5
msgid "File handling"
2012-09-13 04:03:54 +04:00
msgstr "Работа с файлами"
2012-08-30 04:06:45 +04:00
#: templates/admin.php:7
msgid "Maximum upload size"
2012-09-13 04:03:54 +04:00
msgstr "Максимальный размер загружаемого файла"
2012-08-30 04:06:45 +04:00
2013-01-04 16:23:31 +04:00
#: templates/admin.php:10
2012-08-30 04:06:45 +04:00
msgid "max. possible: "
2012-09-13 04:03:54 +04:00
msgstr "Максимально возможный"
2012-08-30 04:06:45 +04:00
2013-01-04 16:23:31 +04:00
#: templates/admin.php:15
2012-08-30 04:06:45 +04:00
msgid "Needed for multi-file and folder downloads."
2012-09-14 04:03:18 +04:00
msgstr "Необходимо для множественной загрузки."
2012-08-30 04:06:45 +04:00
2013-01-04 16:23:31 +04:00
#: templates/admin.php:17
2012-08-30 04:06:45 +04:00
msgid "Enable ZIP-download"
2012-09-14 04:03:18 +04:00
msgstr "Включение ZIP-загрузки"
2012-08-30 04:06:45 +04:00
2013-01-04 16:23:31 +04:00
#: templates/admin.php:20
2012-08-30 04:06:45 +04:00
msgid "0 is unlimited"
2012-09-14 04:03:18 +04:00
msgstr "0 без ограничений"
2012-08-30 04:06:45 +04:00
2013-01-04 16:23:31 +04:00
#: templates/admin.php:22
2012-08-30 04:06:45 +04:00
msgid "Maximum input size for ZIP files"
2012-09-14 04:03:18 +04:00
msgstr "Максимальный размер входящих ZIP-файлов "
2012-08-30 04:06:45 +04:00
2013-01-04 16:23:31 +04:00
#: templates/admin.php:26
2012-09-05 04:05:39 +04:00
msgid "Save"
2012-09-13 04:03:54 +04:00
msgstr "Сохранить"
2012-09-05 04:05:39 +04:00
2012-08-30 04:06:45 +04:00
#: templates/index.php:7
msgid "New"
2012-09-13 04:03:54 +04:00
msgstr "Новый"
2012-08-30 04:06:45 +04:00
2012-12-01 03:03:27 +04:00
#: templates/index.php:10
2012-08-30 04:06:45 +04:00
msgid "Text file"
2012-09-13 04:03:54 +04:00
msgstr "Текстовый файл"
2012-08-30 04:06:45 +04:00
2012-12-01 03:03:27 +04:00
#: templates/index.php:12
2012-08-30 04:06:45 +04:00
msgid "Folder"
2012-09-13 04:03:54 +04:00
msgstr "Папка"
2012-08-30 04:06:45 +04:00
2012-12-01 03:03:27 +04:00
#: templates/index.php:14
2012-11-02 03:04:59 +04:00
msgid "From link"
2012-11-03 03:02:24 +04:00
msgstr "По ссылке"
2012-08-30 04:06:45 +04:00
2013-03-27 03:11:05 +04:00
#: templates/index.php:42
2013-02-15 03:06:50 +04:00
msgid "Deleted files"
msgstr ""
2013-01-31 20:05:21 +04:00
2013-03-27 03:11:05 +04:00
#: templates/index.php:48
2012-08-30 04:06:45 +04:00
msgid "Cancel upload"
2012-09-13 04:03:54 +04:00
msgstr "Отмена загрузки"
2012-08-30 04:06:45 +04:00
2013-03-27 03:11:05 +04:00
#: templates/index.php:55
2013-03-02 03:05:42 +04:00
msgid "You dont have write permissions here."
msgstr ""
2013-03-27 03:11:05 +04:00
#: templates/index.php:62
2012-08-30 04:06:45 +04:00
msgid "Nothing in here. Upload something!"
2012-09-13 04:03:54 +04:00
msgstr "Здесь ничего нет. Загрузите что-нибудь!"
2012-08-30 04:06:45 +04:00
2013-03-27 03:11:05 +04:00
#: templates/index.php:76
2012-08-30 04:06:45 +04:00
msgid "Download"
2012-09-13 04:03:54 +04:00
msgstr "Загрузить"
2012-08-30 04:06:45 +04:00
2013-03-27 03:11:05 +04:00
#: templates/index.php:88 templates/index.php:89
2013-02-10 03:10:29 +04:00
msgid "Unshare"
msgstr "Скрыть"
2013-03-27 03:11:05 +04:00
#: templates/index.php:108
2012-08-30 04:06:45 +04:00
msgid "Upload too large"
2012-09-13 04:03:54 +04:00
msgstr "Загрузка слишком велика"
2012-08-30 04:06:45 +04:00
2013-03-27 03:11:05 +04:00
#: templates/index.php:110
2012-08-30 04:06:45 +04:00
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
2012-09-13 04:03:54 +04:00
msgstr "Размер файлов, которые Вы пытаетесь загрузить, превышает максимально допустимый размер для загрузки на данный сервер."
2012-08-30 04:06:45 +04:00
2013-03-27 03:11:05 +04:00
#: templates/index.php:115
2012-08-30 04:06:45 +04:00
msgid "Files are being scanned, please wait."
2012-09-14 04:03:18 +04:00
msgstr "Файлы сканируются, пожалуйста, подождите."
2012-08-30 04:06:45 +04:00
2013-03-27 03:11:05 +04:00
#: templates/index.php:118
2012-08-30 04:06:45 +04:00
msgid "Current scanning"
2012-09-13 04:03:54 +04:00
msgstr "Текущее сканирование"
2013-01-31 03:31:28 +04:00
#: templates/upgrade.php:2
msgid "Upgrading filesystem cache..."
2013-01-31 20:05:21 +04:00
msgstr "Обновление кэша файловой системы... "