zenity/po/ru.po

840 lines
26 KiB
Plaintext
Raw Normal View History

2010-09-23 13:01:03 +00:00
# translation of ru.po to Russian
# Copyright (C) 2003 zenity COPYRIGHT HOLDER
# This file is distributed under the same license as the zenity package.
#
2013-03-11 05:19:39 +00:00
#
2006-08-12 12:07:07 +00:00
# Shaynurov Ildar <shir80@mail.ru>, 2003.
2010-09-23 13:01:03 +00:00
# Leonid Kanter <leon@asplinux.ru>, 2004, 2005, 2006, 2010.
2013-03-11 05:19:39 +00:00
# Yuri Kozlov <yuray@komyakino.ru>, 2010, 2013.
2012-08-23 20:09:50 +00:00
# Yuri Myasoedov <omerta13@yandex.ru>, 2012.
msgid ""
msgstr ""
2010-09-23 13:01:03 +00:00
"Project-Id-Version: ru\n"
2013-09-07 15:36:27 +00:00
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=zenity&keywords=I18N+L10N&component=general\n"
2013-09-25 19:13:35 +00:00
"POT-Creation-Date: 2013-09-25 12:35+0000\n"
"PO-Revision-Date: 2013-09-25 23:13+0300\n"
2013-09-07 15:36:27 +00:00
"Last-Translator: Yuri Myasoedov <omerta13@yandex.ru>\n"
2013-03-11 05:19:39 +00:00
"Language-Team: Russian <gnome-cyr@gnome.org>\n"
2012-08-23 20:09:50 +00:00
"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
2013-03-11 05:19:39 +00:00
"X-Generator: Lokalize 1.4\n"
2013-09-07 15:36:27 +00: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"
2006-02-28 18:41:19 +00:00
#: ../src/about.c:64
2013-09-07 15:36:27 +00:00
msgid "This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.\n"
msgstr "Это свободное ПО; вы можете распространять и/или изменять его на условиях универсальной общественной лицензии GNU, опубликованной фондом Free Software Foundation; либо версии 2 этой лицензии, либо (на ваш выбор) любой более поздней версии.\n"
2006-08-12 12:07:07 +00:00
#: ../src/about.c:68
2013-09-07 15:36:27 +00:00
msgid "This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.\n"
msgstr "Данная программа распространяется в надежде, что он может быть полезен,но БЕЗ КАКОГО-ЛИБО ВИДА ГАРАНТИЙ, ВЫРАЖЕННЫХ ЯВНО ИЛИ ПОДРАЗУМЕВАЕМЫХ, ВКЛЮЧАЯ, НО НЕ ОГРАНИЧИВАЯСЬ ПОДРАЗУМЕВАЕМЫМИ ГАРАНТИЯМИ КОММЕРЧЕСКОЙ ЦЕННОСТИ И ПРИГОДНОСТИ ДЛЯ КОНКРЕТНОЙ ЦЕЛИ. Для получения дополнительных сведений обратитесь к универсальной общественной лицензии GNU.\n"
2006-08-12 12:07:07 +00:00
#: ../src/about.c:72
2013-09-07 15:36:27 +00:00
msgid "You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA."
msgstr "Вы должны получить копию лицензии GNU вместе c программой. Если лицензия не была получена, известите об этом Фонд свободного программного обеспечения по адресу Free Software Foundation, Inc.: Franklin Street, Fifth Floor, Boston, MA 02110-1301, США."
2006-08-12 12:07:07 +00:00
#: ../src/about.c:265
msgid "translator-credits"
2004-12-28 13:03:11 +00:00
msgstr ""
"Ильдар Шайнуров <shir80@mail.ru>\n"
"Леонид Кантер <leon@asplinux.ru>"
#: ../src/about.c:277
msgid "Display dialog boxes from shell scripts"
msgstr "Программа для отображения диалоговых окон из скриптов оболочки"
2011-03-15 18:27:19 +00:00
#: ../src/main.c:105
#, c-format
msgid "You must specify a dialog type. See 'zenity --help' for details\n"
2013-09-07 15:36:27 +00:00
msgstr "Укажите тип диалога. См. «zenity --help» для получения большее подробной информации\n"
2013-03-11 05:19:39 +00:00
#: ../src/notification.c:121
#, c-format
msgid ""
"Invalid value for a boolean typed hint.\n"
"Supported values are 'true' or 'false'.\n"
msgstr ""
"Некорректное значение свойства логического типа.\n"
"Возможные значения: «true» или «false».\n"
#. (iibiiay)
#: ../src/notification.c:137
#, c-format
2013-03-11 05:19:39 +00:00
msgid "Unsupported hint. Skipping.\n"
msgstr "Неподдерживаемое свойство, пропускается.\n"
2013-03-11 05:19:39 +00:00
#. unknown hints
#: ../src/notification.c:150
#, c-format
msgid "Unknown hint name. Skipping.\n"
msgstr "Неизвестное имя свойства, пропускается.\n"
#: ../src/notification.c:209
#, c-format
msgid "Could not parse command from stdin\n"
msgstr "Не удалось разобрать команду со стандартного ввода\n"
#: ../src/notification.c:241
#, c-format
msgid "Could not parse message from stdin\n"
2011-03-15 18:27:19 +00:00
msgstr "Не удалось разобрать сообщение из стандартного ввода\n"
2013-03-11 05:19:39 +00:00
#: ../src/notification.c:323
msgid "Zenity notification"
2004-12-28 13:03:11 +00:00
msgstr "Уведомление Zenity"
2010-09-23 13:01:03 +00:00
#: ../src/password.c:64
msgid "Type your password"
2012-02-08 07:23:31 +00:00
msgstr "Введите пароль"
2010-09-23 13:01:03 +00:00
#: ../src/password.c:99
msgid "Username:"
msgstr "Имя пользователя:"
#: ../src/password.c:115
msgid "Password:"
msgstr "Пароль:"
2011-09-01 07:04:58 +00:00
#: ../src/scale.c:57
#, c-format
2006-02-28 18:41:19 +00:00
msgid "Maximum value must be greater than minimum value.\n"
msgstr "Максимальное значение должно быть больше, чем минимальное.\n"
2011-09-01 07:04:58 +00:00
#: ../src/scale.c:64
#, c-format
2006-02-28 18:41:19 +00:00
msgid "Value out of range.\n"
msgstr "Значение за пределами диапазона.\n"
2013-09-07 15:36:27 +00:00
#: ../src/tree.c:364
#, c-format
msgid "No column titles specified for List dialog.\n"
2012-02-08 07:23:31 +00:00
msgstr "Для диалога со списком не указаны заголовки столбцов.\n"
2013-09-07 15:36:27 +00:00
#: ../src/tree.c:370
#, c-format
2005-09-02 11:02:50 +00:00
msgid "You should use only one List dialog type.\n"
2012-02-08 07:23:31 +00:00
msgstr "Необходимо использовать только один тип диалога «Список».\n"
2005-09-02 11:02:50 +00:00
#: ../src/zenity.ui.h:1
2012-08-23 20:09:50 +00:00
msgid "Calendar selection"
msgstr "Выбор даты"
2011-03-15 18:27:19 +00:00
#: ../src/zenity.ui.h:2
2012-08-23 20:09:50 +00:00
msgid "Select a date from below."
msgstr "Ниже выберите дату."
2011-03-15 18:27:19 +00:00
#: ../src/zenity.ui.h:3
2012-08-23 20:09:50 +00:00
msgid "C_alendar:"
msgstr "К_алендарь:"
2011-03-15 18:27:19 +00:00
#: ../src/zenity.ui.h:4
2012-08-23 20:09:50 +00:00
msgid "Add a new entry"
msgstr "Добавьте новое значение"
2011-03-15 18:27:19 +00:00
#: ../src/zenity.ui.h:5
2012-08-23 20:09:50 +00:00
msgid "_Enter new text:"
msgstr "_Введите новый текст:"
2011-03-15 18:27:19 +00:00
#: ../src/zenity.ui.h:6
2012-08-23 20:09:50 +00:00
msgid "Error"
msgstr "Ошибка"
2011-03-15 18:27:19 +00:00
#: ../src/zenity.ui.h:7
2012-08-23 20:09:50 +00:00
msgid "An error has occurred."
msgstr "Произошла ошибка"
2011-03-15 18:27:19 +00:00
#: ../src/zenity.ui.h:8
2012-08-23 20:09:50 +00:00
msgid "Forms dialog"
msgstr "Диалог форм"
2011-03-15 18:27:19 +00:00
#: ../src/zenity.ui.h:9
msgid "Information"
msgstr "Информация"
2012-08-23 20:09:50 +00:00
#: ../src/zenity.ui.h:10
msgid "All updates are complete."
msgstr "Все обновления выполнены."
2011-03-15 18:27:19 +00:00
#: ../src/zenity.ui.h:11
msgid "Progress"
2012-02-08 07:23:31 +00:00
msgstr "Ход выполнения"
2011-03-15 18:27:19 +00:00
#: ../src/zenity.ui.h:12
msgid "Running..."
2012-02-08 07:23:31 +00:00
msgstr "Выполнение..."
2012-08-23 20:09:50 +00:00
#: ../src/zenity.ui.h:13
msgid "Question"
msgstr "Вопрос"
2011-03-15 18:27:19 +00:00
#: ../src/zenity.ui.h:14
2012-08-23 20:09:50 +00:00
msgid "Are you sure you want to proceed?"
msgstr "Действительно хотите продолжить?"
2011-03-15 18:27:19 +00:00
#: ../src/zenity.ui.h:15
2012-08-23 20:09:50 +00:00
msgid "Adjust the scale value"
msgstr "Настроить значение масштаба"
2011-03-15 18:27:19 +00:00
#: ../src/zenity.ui.h:16
msgid "Text View"
msgstr "Просмотр текста"
2012-08-23 20:09:50 +00:00
#: ../src/zenity.ui.h:17
msgid "Select items from the list"
msgstr "Выберите значение из списка"
2011-03-15 18:27:19 +00:00
#: ../src/zenity.ui.h:18
2012-08-23 20:09:50 +00:00
msgid "Select items from the list below."
msgstr "Выберите элементы из списка ниже."
2011-03-15 18:27:19 +00:00
#: ../src/zenity.ui.h:19
2012-08-23 20:09:50 +00:00
msgid "Warning"
msgstr "Предупреждение"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:160
msgid "Set the dialog title"
2011-03-15 18:27:19 +00:00
msgstr "Установить заголовок диалога"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:161
msgid "TITLE"
msgstr "ЗАГОЛОВОК"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:169
msgid "Set the window icon"
2011-03-15 18:27:19 +00:00
msgstr "Установить значок диалога"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:170
msgid "ICONPATH"
msgstr "ПУТЬ_К_ЗНАЧКУ"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:178
msgid "Set the width"
2011-03-15 18:27:19 +00:00
msgstr "Установить ширину"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:179
msgid "WIDTH"
msgstr "ШИРИНА"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:187
msgid "Set the height"
2011-03-15 18:27:19 +00:00
msgstr "Установить высоту"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:188
msgid "HEIGHT"
msgstr "ВЫСОТА"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:196
msgid "Set dialog timeout in seconds"
2011-03-15 18:27:19 +00:00
msgstr "Установить задержку диалога в секундах"
#. Timeout for closing the dialog
2013-09-25 19:13:35 +00:00
#: ../src/option.c:198
msgid "TIMEOUT"
msgstr "ЗАДЕРЖКА"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:206
2011-09-01 07:04:58 +00:00
msgid "Sets the label of the Ok button"
2012-02-08 07:23:31 +00:00
msgstr "Устанавливает метку для кнопки подтверждения"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:207
#: ../src/option.c:216
#: ../src/option.c:258
#: ../src/option.c:318
#: ../src/option.c:327
#: ../src/option.c:361
#: ../src/option.c:411
#: ../src/option.c:540
#: ../src/option.c:656
#: ../src/option.c:674
#: ../src/option.c:700
#: ../src/option.c:772
#: ../src/option.c:840
#: ../src/option.c:849
#: ../src/option.c:893
#: ../src/option.c:943
#: ../src/option.c:1112
2011-09-01 07:04:58 +00:00
msgid "TEXT"
msgstr "ТЕКСТ"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:215
2011-09-01 07:04:58 +00:00
msgid "Sets the label of the Cancel button"
2012-02-08 07:23:31 +00:00
msgstr "Устанавливает метку для кнопки отмены"
2011-09-01 07:04:58 +00:00
2013-09-25 19:13:35 +00:00
#: ../src/option.c:224
2012-09-27 12:41:06 +00:00
msgid "Set the modal hint"
msgstr "Установить модальное свойство"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:233
2013-09-07 15:36:27 +00:00
msgid "Set the parent window to attach to"
msgstr "Установить родительское окно для прикрепления"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:234
2013-09-07 15:36:27 +00:00
msgid "WINDOW"
msgstr "ОКНО"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:248
msgid "Display calendar dialog"
2011-03-15 18:27:19 +00:00
msgstr "Показать диалог выбора даты"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:257
#: ../src/option.c:317
#: ../src/option.c:360
#: ../src/option.c:410
#: ../src/option.c:539
#: ../src/option.c:699
#: ../src/option.c:771
#: ../src/option.c:892
#: ../src/option.c:942
#: ../src/option.c:1111
msgid "Set the dialog text"
2011-03-15 18:27:19 +00:00
msgstr "Установить текст диалога"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:266
msgid "Set the calendar day"
2011-03-15 18:27:19 +00:00
msgstr "Установить день в календаре"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:267
msgid "DAY"
msgstr "ДЕНЬ"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:275
msgid "Set the calendar month"
2011-03-15 18:27:19 +00:00
msgstr "Установить месяц в календаре"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:276
msgid "MONTH"
msgstr "МЕСЯЦ"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:284
msgid "Set the calendar year"
2011-03-15 18:27:19 +00:00
msgstr "Установить год в календаре"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:285
msgid "YEAR"
msgstr "ГОД"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:293
#: ../src/option.c:1129
msgid "Set the format for the returned date"
2011-03-15 18:27:19 +00:00
msgstr "Установить формат возвращаемой даты"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:294
#: ../src/option.c:1130
msgid "PATTERN"
msgstr "ШАБЛОН"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:308
msgid "Display text entry dialog"
2012-02-08 07:23:31 +00:00
msgstr "Показать диалог с полем ввода"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:326
msgid "Set the entry text"
2012-02-08 07:23:31 +00:00
msgstr "Установить текст для поля ввода"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:335
msgid "Hide the entry text"
2012-02-08 07:23:31 +00:00
msgstr "Скрывать текст в поле ввода"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:351
msgid "Display error dialog"
2011-03-15 18:27:19 +00:00
msgstr "Показать диалог для вывода ошибки"
2013-09-07 15:36:27 +00:00
#: ../src/option.c:369
#: ../src/option.c:419
#: ../src/option.c:780
#: ../src/option.c:901
2013-09-25 19:13:35 +00:00
msgid "Set the dialog icon"
msgstr "Установить значок диалога"
#: ../src/option.c:370
#: ../src/option.c:420
#: ../src/option.c:781
#: ../src/option.c:902
2012-09-27 12:41:06 +00:00
msgid "ICON-NAME"
msgstr "ИМЯ_ЗНАЧКА"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:378
#: ../src/option.c:428
#: ../src/option.c:789
#: ../src/option.c:910
2005-09-02 11:02:50 +00:00
msgid "Do not enable text wrapping"
2011-03-15 18:27:19 +00:00
msgstr "Запретить перенос текста"
2005-09-02 11:02:50 +00:00
2013-09-25 19:13:35 +00:00
#: ../src/option.c:387
#: ../src/option.c:437
#: ../src/option.c:798
#: ../src/option.c:919
2011-09-01 07:04:58 +00:00
msgid "Do not enable pango markup"
msgstr "Не включать разметку Pango"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:401
msgid "Display info dialog"
2011-03-15 18:27:19 +00:00
msgstr "Показать диалог для вывода информации"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:451
msgid "Display file selection dialog"
2011-03-15 18:27:19 +00:00
msgstr "Показать диалог выбора файлов"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:460
msgid "Set the filename"
2011-03-15 18:27:19 +00:00
msgstr "Установить имя файла"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:461
#: ../src/option.c:822
msgid "FILENAME"
msgstr "ИМЯ_ФАЙЛА"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:469
msgid "Allow multiple files to be selected"
msgstr "Разрешить выбор нескольких файлов"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:478
msgid "Activate directory-only selection"
2011-03-15 18:27:19 +00:00
msgstr "Включить выделение только по каталогам"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:487
msgid "Activate save mode"
2011-03-15 18:27:19 +00:00
msgstr "Включить безопасный режим"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:496
#: ../src/option.c:584
#: ../src/option.c:1120
msgid "Set output separator character"
msgstr "Установить выходной разделяющий символ"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:497
#: ../src/option.c:585
#: ../src/option.c:1121
msgid "SEPARATOR"
msgstr "РАЗДЕЛИТЕЛЬ"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:505
2006-08-12 12:07:07 +00:00
msgid "Confirm file selection if filename already exists"
msgstr "Подтверждать выбор файла, если имя файла уже существует"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:514
msgid "Sets a filename filter"
2011-03-15 18:27:19 +00:00
msgstr "Устанавливает фильтр файлов"
#. Help for file-filter argument (name and patterns for file selection)
2013-09-25 19:13:35 +00:00
#: ../src/option.c:516
msgid "NAME | PATTERN1 PATTERN2 ..."
msgstr "ИМЯ или ШАБЛОН1 ШАБЛОН2 ..."
2013-09-25 19:13:35 +00:00
#: ../src/option.c:530
msgid "Display list dialog"
2011-03-15 18:27:19 +00:00
msgstr "Показать диалог со списком"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:548
msgid "Set the column header"
2011-03-15 18:27:19 +00:00
msgstr "Установить заголовок столбца"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:549
msgid "COLUMN"
msgstr "СТОЛБЕЦ"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:557
msgid "Use check boxes for first column"
2011-03-15 18:27:19 +00:00
msgstr "Использовать флажки для первого столбца"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:566
msgid "Use radio buttons for first column"
2011-03-15 18:27:19 +00:00
msgstr "Использовать переключатели для первого столбца"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:575
2012-08-23 20:09:50 +00:00
msgid "Use an image for first column"
msgstr "Использовать изображение для первого столбца"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:593
2005-09-02 11:02:50 +00:00
msgid "Allow multiple rows to be selected"
msgstr "Разрешить выбор нескольких строк"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:602
#: ../src/option.c:830
msgid "Allow changes to text"
msgstr "Разрешить изменять текст"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:611
2013-09-07 15:36:27 +00:00
msgid "Print a specific column (Default is 1. 'ALL' can be used to print all columns)"
msgstr "Показать указанный столбец (по умолчанию — 1-й; «ALL» — показать все столбцы)"
#. Column index number to print out on a list dialog
2013-09-25 19:13:35 +00:00
#: ../src/option.c:613
#: ../src/option.c:622
msgid "NUMBER"
msgstr "ЧИСЛО"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:621
2005-09-02 11:02:50 +00:00
msgid "Hide a specific column"
msgstr "Скрыть указанный столбец"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:630
msgid "Hides the column headers"
msgstr "Скрыть заголовки столбцов"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:646
msgid "Display notification"
2011-03-15 18:27:19 +00:00
msgstr "Показать диалог уведомления"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:655
msgid "Set the notification text"
2011-03-15 18:27:19 +00:00
msgstr "Установить текст уведомления"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:664
msgid "Listen for commands on stdin"
2011-03-15 18:27:19 +00:00
msgstr "Выполнять команды со стандартного ввода"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:673
2013-03-11 05:19:39 +00:00
msgid "Set the notification hints"
msgstr "Установить свойства уведомления"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:690
msgid "Display progress indication dialog"
2011-03-15 18:27:19 +00:00
msgstr "Показать диалог выполнения процесса"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:708
msgid "Set initial percentage"
2011-03-15 18:27:19 +00:00
msgstr "Указать начальный процент"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:709
msgid "PERCENTAGE"
msgstr "ПРОЦЕНТЫ"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:717
msgid "Pulsate progress bar"
2011-03-15 18:27:19 +00:00
msgstr "Пульсирующий индикатор выполнения"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:727
#, no-c-format
msgid "Dismiss the dialog when 100% has been reached"
2011-03-15 18:27:19 +00:00
msgstr "Закрыть диалог при достижении 100%"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:737
2010-09-23 13:01:03 +00:00
#, no-c-format
msgid "Kill parent process if Cancel button is pressed"
2011-03-15 18:27:19 +00:00
msgstr "Завершить родительский процесс, если нажата кнопка «Отменить»"
2010-09-23 13:01:03 +00:00
2013-09-25 19:13:35 +00:00
#: ../src/option.c:747
#, no-c-format
2010-09-23 13:01:03 +00:00
msgid "Hide Cancel button"
2011-03-15 18:27:19 +00:00
msgstr "Скрыть кнопку «Отменить»"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:762
msgid "Display question dialog"
2011-03-15 18:27:19 +00:00
msgstr "Показать диалог с вопросом"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:812
msgid "Display text information dialog"
2011-03-15 18:27:19 +00:00
msgstr "Показать диалог с текстовой информацией"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:821
msgid "Open file"
msgstr "Открыть файл"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:839
2011-03-15 18:27:19 +00:00
msgid "Set the text font"
msgstr "Установить шрифт текста"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:848
2011-09-01 07:04:58 +00:00
msgid "Enable an I read and agree checkbox"
2013-03-11 05:19:39 +00:00
msgstr "Включить кнопку с флагом «Я прочитал(а) и согласен(на)»"
2011-09-01 07:04:58 +00:00
2013-09-25 19:13:35 +00:00
#: ../src/option.c:858
2011-09-01 07:04:58 +00:00
msgid "Enable html support"
msgstr "Включить поддержку HTML"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:867
2011-09-01 07:04:58 +00:00
msgid "Sets an url instead of a file. Only works if you use --html option"
2012-02-08 07:23:31 +00:00
msgstr "Устанавливает вместо файла URL. Работает только с параметром --html"
2011-09-01 07:04:58 +00:00
2013-09-25 19:13:35 +00:00
#: ../src/option.c:868
2011-09-01 07:04:58 +00:00
msgid "URL"
msgstr "URL"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:883
msgid "Display warning dialog"
2011-03-15 18:27:19 +00:00
msgstr "Показать диалог с предупреждением"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:933
2006-02-28 18:41:19 +00:00
msgid "Display scale dialog"
2011-03-15 18:27:19 +00:00
msgstr "Показать диалог масштаба"
2006-02-28 18:41:19 +00:00
2013-09-25 19:13:35 +00:00
#: ../src/option.c:951
2006-02-28 18:41:19 +00:00
msgid "Set initial value"
2011-03-15 18:27:19 +00:00
msgstr "Установить начальное значение"
2006-02-28 18:41:19 +00:00
2013-09-25 19:13:35 +00:00
#: ../src/option.c:952
#: ../src/option.c:961
#: ../src/option.c:970
#: ../src/option.c:979
#: ../src/option.c:1178
msgid "VALUE"
msgstr "ЗНАЧЕНИЕ"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:960
2006-02-28 18:41:19 +00:00
msgid "Set minimum value"
2011-03-15 18:27:19 +00:00
msgstr "Установить минимальное значение"
2006-02-28 18:41:19 +00:00
2013-09-25 19:13:35 +00:00
#: ../src/option.c:969
2006-02-28 18:41:19 +00:00
msgid "Set maximum value"
2011-03-15 18:27:19 +00:00
msgstr "Установить максимальное значение"
2006-02-28 18:41:19 +00:00
2013-09-25 19:13:35 +00:00
#: ../src/option.c:978
2006-02-28 18:41:19 +00:00
msgid "Set step size"
2011-03-15 18:27:19 +00:00
msgstr "Установить шаг"
2006-02-28 18:41:19 +00:00
2013-09-25 19:13:35 +00:00
#: ../src/option.c:987
2006-02-28 18:41:19 +00:00
msgid "Print partial values"
msgstr "Печатать частичные значения"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:996
2006-02-28 18:41:19 +00:00
msgid "Hide value"
msgstr "Скрыть величину"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:1011
2011-03-15 18:27:19 +00:00
msgid "Display forms dialog"
msgstr "Показать диалог форм"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:1020
2011-03-15 18:27:19 +00:00
msgid "Add a new Entry in forms dialog"
msgstr "Добавить новое поле в диалог форм"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:1021
#: ../src/option.c:1030
2011-03-15 18:27:19 +00:00
msgid "Field name"
msgstr "Название поля"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:1029
2011-03-15 18:27:19 +00:00
msgid "Add a new Password Entry in forms dialog"
msgstr "Добавить новое поле с паролем в диалог форм"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:1038
2011-03-15 18:27:19 +00:00
msgid "Add a new Calendar in forms dialog"
msgstr "Добавить новый календарь в диалог форм"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:1039
2011-03-15 18:27:19 +00:00
msgid "Calendar field name"
msgstr "Название поле календаря"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:1047
2012-02-08 07:23:31 +00:00
msgid "Add a new List in forms dialog"
msgstr "Добавить новый список в диалог форм"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:1048
2012-02-08 07:23:31 +00:00
msgid "List field and header name"
msgstr "Поле списка и название заголовка"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:1056
2012-02-08 07:23:31 +00:00
msgid "List of values for List"
msgstr "Список значений для списка"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:1057
#: ../src/option.c:1066
#: ../src/option.c:1084
2012-02-08 07:23:31 +00:00
msgid "List of values separated by |"
msgstr "Список значений, разделённых «|»"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:1065
2012-02-08 07:23:31 +00:00
msgid "List of values for columns"
msgstr "Список значений для столбцов"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:1074
#| msgid "Add a new List in forms dialog"
msgid "Add a new combo box in forms dialog"
msgstr "Добавить новый выпадающий список в диалог форм"
#: ../src/option.c:1075
#| msgid "Calendar field name"
msgid "Combo box field name"
msgstr "Название поле выпадающего списка"
2013-09-07 15:36:27 +00:00
#: ../src/option.c:1083
2013-09-25 19:13:35 +00:00
#| msgid "List of values for columns"
msgid "List of values for combo box"
msgstr "Список значений для выпадающего списка"
#: ../src/option.c:1102
2012-02-08 07:23:31 +00:00
msgid "Show the columns header"
msgstr "Показать заголовок столбцов"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:1144
2010-09-23 13:01:03 +00:00
msgid "Display password dialog"
2011-03-15 18:27:19 +00:00
msgstr "Показать диалог пароля"
2010-09-23 13:01:03 +00:00
2013-09-25 19:13:35 +00:00
#: ../src/option.c:1153
2010-09-23 13:01:03 +00:00
msgid "Display the username option"
2011-03-15 18:27:19 +00:00
msgstr "Показать параметр имени пользователя"
2010-09-23 13:01:03 +00:00
2013-09-25 19:13:35 +00:00
#: ../src/option.c:1168
2010-09-23 13:01:03 +00:00
msgid "Display color selection dialog"
2011-03-15 18:27:19 +00:00
msgstr "Показать диалог выбора цвета"
2010-09-23 13:01:03 +00:00
2013-09-25 19:13:35 +00:00
#: ../src/option.c:1177
2010-09-23 13:01:03 +00:00
msgid "Set the color"
msgstr "Установить цвет"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:1186
2010-09-23 13:01:03 +00:00
msgid "Show the palette"
2011-03-15 18:27:19 +00:00
msgstr "Показать палитру цветов"
2010-09-23 13:01:03 +00:00
2013-09-25 19:13:35 +00:00
#: ../src/option.c:1201
msgid "About zenity"
2011-03-15 18:27:19 +00:00
msgstr "О программе zenity"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:1210
msgid "Print version"
2012-02-08 07:23:31 +00:00
msgstr "Вывести версию"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:2121
msgid "General options"
2011-03-15 18:27:19 +00:00
msgstr "Общие параметры"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:2122
msgid "Show general options"
2012-02-08 07:23:31 +00:00
msgstr "Показать общие параметры"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:2132
msgid "Calendar options"
2004-12-28 13:03:11 +00:00
msgstr "Параметры календаря"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:2133
msgid "Show calendar options"
2012-02-08 07:23:31 +00:00
msgstr "Показать параметры календаря"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:2143
msgid "Text entry options"
2004-12-28 13:03:11 +00:00
msgstr "Параметры ввода текста"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:2144
msgid "Show text entry options"
2012-02-08 07:23:31 +00:00
msgstr "Показать параметры ввода текста"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:2154
msgid "Error options"
2004-12-28 13:03:11 +00:00
msgstr "Параметры диалога вывода ошибки"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:2155
msgid "Show error options"
2012-02-08 07:23:31 +00:00
msgstr "Показать параметры диалога вывода ошибки"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:2165
msgid "Info options"
2004-12-28 13:03:11 +00:00
msgstr "Параметры диалога вывода информации"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:2166
msgid "Show info options"
2012-02-08 07:23:31 +00:00
msgstr "Показать параметры диалога вывода информации"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:2176
msgid "File selection options"
2004-12-28 13:03:11 +00:00
msgstr "Параметры диалога выбора файла"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:2177
msgid "Show file selection options"
2012-02-08 07:23:31 +00:00
msgstr "Показать параметры диалога выбора файлов"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:2187
msgid "List options"
2004-12-28 13:03:11 +00:00
msgstr "Параметры списка"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:2188
msgid "Show list options"
2012-02-08 07:23:31 +00:00
msgstr "Показать параметры списка"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:2199
2005-02-08 09:53:01 +00:00
msgid "Notification icon options"
msgstr "Параметры значка уведомления"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:2200
2005-02-08 09:53:01 +00:00
msgid "Show notification icon options"
2012-02-08 07:23:31 +00:00
msgstr "Показать параметры значка уведомления"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:2211
msgid "Progress options"
2004-12-28 13:03:11 +00:00
msgstr "Параметры хода процесса"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:2212
msgid "Show progress options"
2012-02-08 07:23:31 +00:00
msgstr "Показать параметры хода процесса"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:2222
msgid "Question options"
2004-12-28 13:03:11 +00:00
msgstr "Параметры запроса"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:2223
msgid "Show question options"
2012-02-08 07:23:31 +00:00
msgstr "Показать параметры запроса"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:2233
msgid "Warning options"
2004-12-28 13:03:11 +00:00
msgstr "Параметры диалога для вывода предупреждения"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:2234
msgid "Show warning options"
2012-02-08 07:23:31 +00:00
msgstr "Показать параметры диалога для вывода предупреждения"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:2244
2006-02-28 18:41:19 +00:00
msgid "Scale options"
msgstr "Параметры масштаба"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:2245
2006-02-28 18:41:19 +00:00
msgid "Show scale options"
2012-02-08 07:23:31 +00:00
msgstr "Показать параметры масштаба"
2006-02-28 18:41:19 +00:00
2013-09-25 19:13:35 +00:00
#: ../src/option.c:2255
2005-02-08 09:53:01 +00:00
msgid "Text information options"
msgstr "Параметры текстовой информации"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:2256
2005-02-08 09:53:01 +00:00
msgid "Show text information options"
2012-02-08 07:23:31 +00:00
msgstr "Показать параметры текстовой информации"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:2266
2010-09-23 13:01:03 +00:00
msgid "Color selection options"
msgstr "Параметры выбора цвета"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:2267
2010-09-23 13:01:03 +00:00
msgid "Show color selection options"
msgstr "Показать параметры диалога выбора файлов"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:2277
2010-09-23 13:01:03 +00:00
msgid "Password dialog options"
msgstr "Параметры диалога ввода пароля"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:2278
2010-09-23 13:01:03 +00:00
msgid "Show password dialog options"
msgstr "Показать параметры диалога ввода пароля"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:2288
2011-03-15 18:27:19 +00:00
msgid "Forms dialog options"
msgstr "Параметры диалога форм"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:2289
2011-03-15 18:27:19 +00:00
msgid "Show forms dialog options"
msgstr "Показать параметры диалога форм"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:2299
msgid "Miscellaneous options"
2004-12-28 13:03:11 +00:00
msgstr "Прочие параметры"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:2300
msgid "Show miscellaneous options"
2012-02-08 07:23:31 +00:00
msgstr "Показать прочие параметры"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:2325
#, c-format
2013-09-07 15:36:27 +00:00
msgid "This option is not available. Please see --help for all possible usages.\n"
msgstr "Этот параметр недоступен. Используйте --help для просмотра всех возможных параметров.\n"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:2329
2004-12-28 13:03:11 +00:00
#, c-format
msgid "--%s is not supported for this dialog\n"
2004-12-28 13:03:11 +00:00
msgstr "--%s не поддерживается данным диалогом\n"
2013-09-25 19:13:35 +00:00
#: ../src/option.c:2333
#, c-format
msgid "Two or more dialog options specified\n"
2012-02-08 07:23:31 +00:00
msgstr "Указано два или более параметра для диалога\n"
2013-09-07 15:36:27 +00:00