mirror of
https://github.com/elementary/gala.git
synced 2024-12-26 02:33:27 +03:00
372 lines
17 KiB
Plaintext
372 lines
17 KiB
Plaintext
# Russian translation for beat-box
|
||
# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
|
||
# This file is distributed under the same license as the beat-box package.
|
||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
|
||
#
|
||
msgid ""
|
||
msgstr ""
|
||
"Project-Id-Version: beat-box\n"
|
||
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||
"POT-Creation-Date: 2015-10-09 16:41+0000\n"
|
||
"PO-Revision-Date: 2015-10-22 12:14+0000\n"
|
||
"Last-Translator: Djaler <djaler1@gmail.com>\n"
|
||
"Language-Team: Russian <ru@li.org>\n"
|
||
"MIME-Version: 1.0\n"
|
||
"Content-Type: text/plain; charset=UTF-8\n"
|
||
"Content-Transfer-Encoding: 8bit\n"
|
||
"X-Launchpad-Export-Date: 2015-10-23 05:41+0000\n"
|
||
"X-Generator: Launchpad (build 17812)\n"
|
||
|
||
#: ../src/WindowManager.vala:1549
|
||
msgid "Does the display look OK?"
|
||
msgstr "Монитор настроен правильно?"
|
||
|
||
#: ../src/WindowManager.vala:1552
|
||
msgid "Keep This Configuration"
|
||
msgstr "Сохранить текущие настройки"
|
||
|
||
#: ../src/WindowManager.vala:1553
|
||
msgid "Restore Previous Configuration"
|
||
msgstr "Восстановить предыдущие настройки"
|
||
|
||
#: ../src/Widgets/WindowMenu.vala:58
|
||
msgid "Minimize"
|
||
msgstr "Свернуть"
|
||
|
||
#: ../src/Widgets/WindowMenu.vala:73
|
||
msgid "Move"
|
||
msgstr "Переместить"
|
||
|
||
#: ../src/Widgets/WindowMenu.vala:80
|
||
msgid "Resize"
|
||
msgstr "Изменить размер"
|
||
|
||
#: ../src/Widgets/WindowMenu.vala:87
|
||
msgid "Always on Top"
|
||
msgstr "Поверх всех окон"
|
||
|
||
#: ../src/Widgets/WindowMenu.vala:96
|
||
msgid "Always on Visible Workspace"
|
||
msgstr "Всегда на видимом рабочем столе"
|
||
|
||
#: ../src/Widgets/WindowMenu.vala:105
|
||
msgid "Move to Workspace Left"
|
||
msgstr "Переместить на рабочий стол слева"
|
||
|
||
#: ../src/Widgets/WindowMenu.vala:113
|
||
msgid "Move to Workspace Right"
|
||
msgstr "Переместить на рабочий стол справа"
|
||
|
||
#: ../src/Widgets/WindowMenu.vala:121
|
||
msgid "Close"
|
||
msgstr "Закрыть"
|
||
|
||
#: ../src/Widgets/WindowMenu.vala:133
|
||
msgid "Unmaximize"
|
||
msgstr "Восстановить"
|
||
|
||
#: ../src/Widgets/WindowMenu.vala:133
|
||
msgid "Maximize"
|
||
msgstr "Развернуть"
|
||
|
||
#: ../data/gala-multitaskingview.desktop.in.h:1
|
||
msgid "Multitasking View"
|
||
msgstr "Многозадачный вид"
|
||
|
||
#: ../data/gala-multitaskingview.desktop.in.h:2
|
||
msgid "View all open windows and workspaces"
|
||
msgstr "Просмотр всех открытых окон и рабочих столов"
|
||
|
||
#: ../data/org.pantheon.desktop.gala.gschema.xml.in.in.h:1
|
||
msgid "Action for the top left corner"
|
||
msgstr "Действие в левом верхнем углу"
|
||
|
||
#: ../data/org.pantheon.desktop.gala.gschema.xml.in.in.h:2
|
||
msgid "Algorithm for window overview layout"
|
||
msgstr "Алгоритм просмотра окон"
|
||
|
||
#: ../data/org.pantheon.desktop.gala.gschema.xml.in.in.h:3
|
||
msgid "Choose the algorithm used for exposing the windows"
|
||
msgstr "Выбрать алгоритм, используемый для раскрытия окна"
|
||
|
||
#: ../data/org.pantheon.desktop.gala.gschema.xml.in.in.h:4
|
||
msgid "Action for the top right corner"
|
||
msgstr "Действие в правом верхнем углу"
|
||
|
||
#: ../data/org.pantheon.desktop.gala.gschema.xml.in.in.h:5
|
||
msgid "Action for the bottom left corner"
|
||
msgstr "Действие в левом нижнем углу"
|
||
|
||
#: ../data/org.pantheon.desktop.gala.gschema.xml.in.in.h:6
|
||
msgid "Action for the bottom right corner"
|
||
msgstr "Действие в правом нижнем углу"
|
||
|
||
#: ../data/org.pantheon.desktop.gala.gschema.xml.in.in.h:7
|
||
msgid ""
|
||
"The command that will be executed for the hotcorner action 'custom-command' "
|
||
"or multiple"
|
||
msgstr ""
|
||
"Одна или несколько команд, выполняющиеся при выбранном для активного угла "
|
||
"действии «Выполнить команду»"
|
||
|
||
#: ../data/org.pantheon.desktop.gala.gschema.xml.in.in.h:8
|
||
msgid ""
|
||
"If you just put a single command, it will be used for every hotcorner "
|
||
"assigned to 'custom-command'. If you instead use the pattern 'hotcorner-"
|
||
"topleft:command;;hotcorner-bottomright:command' the specific commands will "
|
||
"be used per hotcorner. Possible identifiers are 'hotcorner-[topleft; "
|
||
"topright; bottomleft; bottomright]' followed by a ':' and then the command. "
|
||
"';;' is used as delimiter between command defintions."
|
||
msgstr ""
|
||
"Если указана только одна команда, то она будет выполняться для любого "
|
||
"активного угла с соответствующим действием. Чтобы указать отдельную команду "
|
||
"для определённого угла необходимо использовать шаблон 'hotcorner-"
|
||
"topleft:command;;hotcorner-bottomright:command'. Возможные идентификаторы — "
|
||
"'hotcorner-[topleft; topright; bottomleft; bottomright]', после которых идёт "
|
||
"':' и затем команда. ';;' используется как разделитель."
|
||
|
||
#: ../data/org.pantheon.desktop.gala.gschema.xml.in.in.h:9
|
||
msgid "Enable edge tiling when dropping windows on screen edges"
|
||
msgstr "Включить закрепление окон у границ экрана"
|
||
|
||
#: ../data/org.pantheon.desktop.gala.gschema.xml.in.in.h:10
|
||
msgid ""
|
||
"If enabled, dropping windows on vertical screen edges maximizes them "
|
||
"vertically and resizes them horizontally to cover half of the available "
|
||
"area. Dropping windows on the top screen edge maximizes them completely."
|
||
msgstr ""
|
||
"Если активно, то при перетаскивании окна к левому/правому краю экрана, оно "
|
||
"будет развернуто на всю высоту и занимать половину экрана по ширине. При "
|
||
"перетаскивании окна к верхнему краю экрана, оно будет развернуто на весь "
|
||
"рабочий стол."
|
||
|
||
#: ../data/org.pantheon.desktop.gala.gschema.xml.in.in.h:11
|
||
msgid "Panel main menu action"
|
||
msgstr "Панель меню «Основные действия»"
|
||
|
||
#: ../data/org.pantheon.desktop.gala.gschema.xml.in.in.h:12
|
||
msgid ""
|
||
"Sets the command to run when the panel-main-menu keybinding is pressed"
|
||
msgstr ""
|
||
"Команда, которая выполняется при нажатии соответствующих горячих клавиш"
|
||
|
||
#: ../data/org.pantheon.desktop.gala.gschema.xml.in.in.h:13
|
||
msgid "Enable dynamic workspace instead of static ones"
|
||
msgstr "Включить динамические рабочие места вместо статичных"
|
||
|
||
#: ../data/org.pantheon.desktop.gala.gschema.xml.in.in.h:14
|
||
msgid ""
|
||
"Use a dynamically increasing or decreseasing number, as needed, of "
|
||
"workspaces instead of a static, fixed number"
|
||
msgstr ""
|
||
"Использовать переменное количество рабочих столов, изменяющееся по мере "
|
||
"необходимости"
|
||
|
||
#: ../data/org.pantheon.desktop.gala.gschema.xml.in.in.h:15
|
||
msgid "Names that are recognized as dock windows for the window switcher"
|
||
msgstr "Имена, которые переключатель окон признаёт в качестве «доков»"
|
||
|
||
#: ../data/org.pantheon.desktop.gala.gschema.xml.in.in.h:16
|
||
msgid ""
|
||
"When launching the window-switcher, gala iterates over this list and "
|
||
"attempts to find a window matching the names. If it does, it will hide this "
|
||
"window and fade it back in, once the the switcher is closed."
|
||
msgstr ""
|
||
"При запуске переключателя окон, gala проходит по этому списку и пытается "
|
||
"найти соответствие. При положительном результате этот «док» будет скрыт в "
|
||
"переключателе и выведен обратно по завершении переключения окон."
|
||
|
||
#: ../data/org.pantheon.desktop.gala.gschema.xml.in.in.h:17
|
||
msgid "Shortcut to move to first workspace"
|
||
msgstr "Ярлык для перемещения на первый рабочий стол"
|
||
|
||
#: ../data/org.pantheon.desktop.gala.gschema.xml.in.in.h:18
|
||
msgid "Shortcut to move to last workspace"
|
||
msgstr "Ярлык для перемещения на последний рабочий стол"
|
||
|
||
#: ../data/org.pantheon.desktop.gala.gschema.xml.in.in.h:19
|
||
msgid "Shortcut to move the current window to first workspace"
|
||
msgstr "Ярлык для перемещения текущего окна на первый рабочий стол"
|
||
|
||
#: ../data/org.pantheon.desktop.gala.gschema.xml.in.in.h:20
|
||
msgid "Shortcut to move the current window to last workspace"
|
||
msgstr "Ярлык для перемещения текущего окна на последний рабочий стол"
|
||
|
||
#: ../data/org.pantheon.desktop.gala.gschema.xml.in.in.h:21
|
||
msgid "Zoom in"
|
||
msgstr "Приблизить"
|
||
|
||
#: ../data/org.pantheon.desktop.gala.gschema.xml.in.in.h:22
|
||
msgid "Zoom out"
|
||
msgstr "Отдалить"
|
||
|
||
#: ../data/org.pantheon.desktop.gala.gschema.xml.in.in.h:23
|
||
msgid "Shortcut to open the window overview"
|
||
msgstr "Ярлык для открытия обзора окон"
|
||
|
||
#: ../data/org.pantheon.desktop.gala.gschema.xml.in.in.h:24
|
||
msgid "Shortcut to open the window overview for all windows"
|
||
msgstr "Ярлык для открытия обзора всех окон"
|
||
|
||
#: ../data/org.pantheon.desktop.gala.gschema.xml.in.in.h:25
|
||
msgid "Cycle to the next workspace to the right or to back to the first"
|
||
msgstr "Цикличное перемещение по рабочим столам, слева направо"
|
||
|
||
#: ../data/org.pantheon.desktop.gala.gschema.xml.in.in.h:26
|
||
msgid "Cycle to next keyboard layout"
|
||
msgstr "Цикличное переключение на следующую раскладку клавиатуры"
|
||
|
||
#: ../data/org.pantheon.desktop.gala.gschema.xml.in.in.h:27
|
||
msgid "Cycle to previous keyboard layout"
|
||
msgstr "Цикличное переключение на предыдущую раскладку клавиатуры"
|
||
|
||
#: ../data/org.pantheon.desktop.gala.gschema.xml.in.in.h:28
|
||
msgid "Attach modal dialogs"
|
||
msgstr "Прикреплять модальные диалоги"
|
||
|
||
#: ../data/org.pantheon.desktop.gala.gschema.xml.in.in.h:29
|
||
msgid ""
|
||
"When true, instead of having independent titlebars, modal dialogs appear "
|
||
"attached to the titlebar of the parent window and are moved together with "
|
||
"the parent window."
|
||
msgstr ""
|
||
"Если активно, то диалоговые окна будут объединены с вызвавшим их окном и "
|
||
"перемещаться вместе с ним."
|
||
|
||
#: ../data/org.pantheon.desktop.gala.gschema.xml.in.in.h:30
|
||
msgid "Arrangement of buttons on the titlebar"
|
||
msgstr "Расположение кнопок в панели заголовка"
|
||
|
||
#: ../data/org.pantheon.desktop.gala.gschema.xml.in.in.h:31
|
||
msgid ""
|
||
"Arrangement of buttons on the titlebar. The value should be a string, such "
|
||
"as \"menu:minimize,maximize,spacer,close\"; the colon separates the left "
|
||
"corner of the window from the right corner, and the button names are comma-"
|
||
"separated. Duplicate buttons are not allowed. Unknown button names are "
|
||
"silently ignored so that buttons can be added in future metacity versions "
|
||
"without breaking older versions. A special spacer tag can be used to insert "
|
||
"some space between two adjacent buttons."
|
||
msgstr ""
|
||
"Расположение кнопок в заголовке окна. Значение должно быть строкой, "
|
||
"например, «menu:minimize,maximize,spacer,close». Двоеточие разделяет левую и "
|
||
"правую сторону заголовка окна, а имена кнопок разделяются запятыми. "
|
||
"Дублирование кнопок не допускается. Неизвестные имена кнопок игнорируются "
|
||
"без уведомления. Специальный элемент spacer может использоваться для вставки "
|
||
"промежутка между двумя кнопками."
|
||
|
||
#: ../data/org.pantheon.desktop.gala.gschema.xml.in.in.h:32
|
||
msgid "Make parent windows that spawn a modal attached dialog being dimmed"
|
||
msgstr "Затемнять родительское окно при открытии в нём модального окна"
|
||
|
||
#: ../data/org.pantheon.desktop.gala.gschema.xml.in.in.h:33
|
||
msgid ""
|
||
"The opacity of the windows located in the background in the alt-tab-switcher."
|
||
msgstr "Прозрачность неактивных окон в переключателе окон"
|
||
|
||
#: ../data/org.pantheon.desktop.gala.gschema.xml.in.in.h:34
|
||
msgid "Background-image used in the workspace-switcher"
|
||
msgstr "Фоновое изображение, используемое в переключателе рабочих столов"
|
||
|
||
#: ../data/org.pantheon.desktop.gala.gschema.xml.in.in.h:35
|
||
msgid "Enable Animations"
|
||
msgstr "Включить анимации"
|
||
|
||
#: ../data/org.pantheon.desktop.gala.gschema.xml.in.in.h:36
|
||
msgid ""
|
||
"Whether animations should be displayed. Note: This is a global key, it "
|
||
"changes the behaviour of the window manager, the panel etc."
|
||
msgstr ""
|
||
"Показывать ли анимацию. Заметьте, это глобальный ключ, он изменяет поведение "
|
||
"оконного менеджера, панели и т. д."
|
||
|
||
#: ../data/org.pantheon.desktop.gala.gschema.xml.in.in.h:37
|
||
msgid "Duration of the snap animation as used by maximize/unmaximize"
|
||
msgstr "Длительность анимации разворачивания/восстановления"
|
||
|
||
#: ../data/org.pantheon.desktop.gala.gschema.xml.in.in.h:38
|
||
msgid "Duration of the close animation"
|
||
msgstr "Длительность анимации закрытия"
|
||
|
||
#: ../data/org.pantheon.desktop.gala.gschema.xml.in.in.h:39
|
||
msgid "Duration of the minimize animation"
|
||
msgstr "Длительность анимации сворачивания"
|
||
|
||
#: ../data/org.pantheon.desktop.gala.gschema.xml.in.in.h:40
|
||
msgid "Duration of the workspace switch animation"
|
||
msgstr "Длительность анимации смены рабочего стола"
|
||
|
||
#: ../data/org.pantheon.desktop.gala.gschema.xml.in.in.h:41
|
||
msgid "Duration of the menu mapping animation"
|
||
msgstr "Длительность анимации вывода меню"
|
||
|
||
#: ../data/org.pantheon.desktop.gala.gschema.xml.in.in.h:42
|
||
msgid "Defines the shadow of normal focused windows"
|
||
msgstr "Определяет тень активного окна"
|
||
|
||
#: ../data/org.pantheon.desktop.gala.gschema.xml.in.in.h:43
|
||
msgid ""
|
||
"The first value is the radius of the blur of the shadow, the second one the "
|
||
"top fade (which is usually just -1), the third and fourth the x- and y-"
|
||
"offset and the last the opacity. So [blur-radius, top-fade, x-offset, y-"
|
||
"offset, opacity]"
|
||
msgstr ""
|
||
"Первое значение определяет размытие тени, второе — угасание тени (обычно -"
|
||
"1), третье и четвертое значения — смещение по x и y, последнее значение "
|
||
"определяет прозрачность. [размытие, угасание, смещение-по-x, смещение-по-y, "
|
||
"прозрачность]"
|
||
|
||
#: ../data/org.pantheon.desktop.gala.gschema.xml.in.in.h:44
|
||
msgid "Defines the shadow of a normal unfocused window"
|
||
msgstr "Тень неактивного окна"
|
||
|
||
#: ../data/org.pantheon.desktop.gala.gschema.xml.in.in.h:45
|
||
msgid "See normal-focused"
|
||
msgstr "Смотри normal-focused"
|
||
|
||
#: ../data/org.pantheon.desktop.gala.gschema.xml.in.in.h:46
|
||
msgid "Defines the shadow of a menu"
|
||
msgstr "Определяет тень от меню"
|
||
|
||
#: ../data/org.pantheon.desktop.gala.gschema.xml.in.in.h:47
|
||
msgid "Defines the shadow of a focused dialog"
|
||
msgstr "Определять тень активного окна"
|
||
|
||
#: ../data/org.pantheon.desktop.gala.gschema.xml.in.in.h:48
|
||
msgid "Defines the shadow of an unfocused dialog"
|
||
msgstr "Определять тень неактивного окна"
|
||
|
||
#: ../data/org.pantheon.desktop.gala.gschema.xml.in.in.h:49
|
||
msgid "Disable all notifications"
|
||
msgstr "Отключить все уведомления"
|
||
|
||
#: ../data/org.pantheon.desktop.gala.gschema.xml.in.in.h:50
|
||
msgid "Enable bubbles"
|
||
msgstr "Включить всплывающие уведомления"
|
||
|
||
#: ../data/org.pantheon.desktop.gala.gschema.xml.in.in.h:51
|
||
msgid "Enable sounds"
|
||
msgstr "Включить звуки"
|
||
|
||
#: ../data/org.pantheon.desktop.gala.gschema.xml.in.in.h:52
|
||
msgid "Show missed notifications in notification center"
|
||
msgstr "Показывать пропущенные уведомления в центре уведомлений"
|
||
|
||
#: ../data/org.pantheon.desktop.gala.gschema.xml.in.in.h:53
|
||
msgid "Enable rounded corner mask"
|
||
msgstr "Включить закругленные углы"
|
||
|
||
#: ../data/org.pantheon.desktop.gala.gschema.xml.in.in.h:54
|
||
msgid "Corner radius"
|
||
msgstr "Радиус закругления углов"
|
||
|
||
#: ../data/org.pantheon.desktop.gala.gschema.xml.in.in.h:55
|
||
msgid "Disable corner mask on fullscreen"
|
||
msgstr "Отключить закругленные углы при разворачивании окна на весь экран"
|
||
|
||
#: ../data/org.pantheon.desktop.gala.gschema.xml.in.in.h:56
|
||
msgid "Only show corner masks on primary monitor"
|
||
msgstr "Отображать закругленные углы только на основном мониторе"
|
||
|
||
#~ msgid "Cancel"
|
||
#~ msgstr "Отмена"
|