diff options
Diffstat (limited to 'l10n-ru/browser/browser/menubar.ftl')
-rw-r--r-- | l10n-ru/browser/browser/menubar.ftl | 353 |
1 files changed, 353 insertions, 0 deletions
diff --git a/l10n-ru/browser/browser/menubar.ftl b/l10n-ru/browser/browser/menubar.ftl new file mode 100644 index 0000000000..35df609c02 --- /dev/null +++ b/l10n-ru/browser/browser/menubar.ftl @@ -0,0 +1,353 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + + +# NOTE: For English locales, strings in this file should be in APA-style Title Case. +# See https://apastyle.apa.org/style-grammar-guidelines/capitalization/title-case +# +# NOTE: For Engineers, please don't re-use these strings outside of the menubar. + + +# NOTE: For English locales, strings in this file should be in APA-style Title Case. +# See https://apastyle.apa.org/style-grammar-guidelines/capitalization/title-case +# +# NOTE: For Engineers, please don't reuse these strings outside of the menubar. + + +## Application Menu (macOS only) + +menu-application-preferences = + .label = Настройки +menu-application-services = + .label = Службы +menu-application-hide-this = + .label = Скрыть { -brand-shorter-name } +menu-application-hide-other = + .label = Скрыть остальные +menu-application-show-all = + .label = Показать все +menu-application-touch-bar = + .label = Настроить сенсорную панель… + +## + +# These menu-quit strings are only used on Windows and Linux. +menu-quit = + .label = + { PLATFORM() -> + [windows] Выход + *[other] Выход + } + .accesskey = + { PLATFORM() -> + [windows] х + *[other] ы + } +# This menu-quit-mac string is only used on macOS. +menu-quit-mac = + .label = Завершить { -brand-shorter-name } +menu-about = + .label = О { -brand-shorter-name } + .accesskey = О + +## File Menu + +menu-file = + .label = Файл + .accesskey = Ф +menu-file-new-tab = + .label = Новая вкладка + .accesskey = о +menu-file-new-container-tab = + .label = Новая вкладка в контейнере + .accesskey = а +menu-file-new-window = + .label = Новое окно + .accesskey = Н +menu-file-new-private-window = + .label = Новое приватное окно + .accesskey = е +# "Open Location" is only displayed on macOS, and only on windows +# that aren't main browser windows, or when there are no windows +# but Firefox is still running. +menu-file-open-location = + .label = Открыть адрес… +menu-file-open-file = + .label = Открыть файл… + .accesskey = к +# Variables: +# $tabCount (Number): the number of tabs that are affected by the action. +menu-file-close-tab = + .label = + { $tabCount -> + [1] Закрыть вкладку + [one] Закрыть { $tabCount } вкладку + [few] Закрыть { $tabCount } вкладки + *[many] Закрыть { $tabCount } вкладок + } + .accesskey = ы +menu-file-close-window = + .label = Закрыть окно + .accesskey = а +menu-file-save-page = + .label = Сохранить как… + .accesskey = х +menu-file-email-link = + .label = Отправить ссылку по почте… + .accesskey = п +menu-file-share-url = + .label = Поделиться + .accesskey = л +menu-file-print-setup = + .label = Параметры страницы… + .accesskey = м +menu-file-print = + .label = Печать… + .accesskey = ч +menu-file-import-from-another-browser = + .label = Импорт из другого браузера… + .accesskey = з +menu-file-go-offline = + .label = Работать автономно + .accesskey = б + +## Edit Menu + +menu-edit = + .label = Правка + .accesskey = П +menu-edit-find-in-page = + .label = Найти на странице… + .accesskey = а +menu-edit-find-again = + .label = Найти следующее + .accesskey = с +menu-edit-bidi-switch-text-direction = + .label = Переключить направление текста на странице + .accesskey = т + +## View Menu + +menu-view = + .label = Вид + .accesskey = В +menu-view-toolbars-menu = + .label = Панели инструментов + .accesskey = П +menu-view-customize-toolbar2 = + .label = Настройка панели инструментов… + .accesskey = а +menu-view-sidebar = + .label = Боковая панель + .accesskey = Б +menu-view-bookmarks = + .label = Закладки +menu-view-history-button = + .label = Журнал +menu-view-synced-tabs-sidebar = + .label = Облачные вкладки +menu-view-full-zoom = + .label = Масштаб + .accesskey = ш +menu-view-full-zoom-enlarge = + .label = Увеличить + .accesskey = в +menu-view-full-zoom-reduce = + .label = Уменьшить + .accesskey = м +menu-view-full-zoom-actual-size = + .label = Исходный размер + .accesskey = х +menu-view-full-zoom-toggle = + .label = Только текст + .accesskey = т +menu-view-page-style-menu = + .label = Стиль страницы + .accesskey = и +menu-view-page-style-no-style = + .label = Без стиля + .accesskey = е +menu-view-page-basic-style = + .label = Основной стиль страницы + .accesskey = О +menu-view-repair-text-encoding = + .label = Исправить кодировку текста + .accesskey = п + +## These should match what Safari and other Apple applications +## use on macOS. + +menu-view-enter-full-screen = + .label = Перейти в полноэкранный режим + .accesskey = о +menu-view-exit-full-screen = + .label = Выйти из полноэкранного режима + .accesskey = о +menu-view-full-screen = + .label = Полный экран + .accesskey = э + +## These menu items may use the same accesskey. + +# This should match reader-view-enter-button in browser.ftl +menu-view-enter-readerview = + .label = Перейти в режим чтения + .accesskey = ч +# This should match reader-view-close-button in browser.ftl +menu-view-close-readerview = + .label = Закрыть режим чтения + .accesskey = ч + +## + +menu-view-show-all-tabs = + .label = Показать все вкладки + .accesskey = в +menu-view-bidi-switch-page-direction = + .label = Переключить направление текста на странице + .accesskey = н + +## History Menu + +menu-history = + .label = Журнал + .accesskey = Ж +menu-history-show-all-history = + .label = Показать весь журнал +menu-history-clear-recent-history = + .label = Удалить недавнюю историю… +menu-history-synced-tabs = + .label = Облачные вкладки +menu-history-restore-last-session = + .label = Восстановить предыдущую сессию +menu-history-hidden-tabs = + .label = Скрытые вкладки +menu-history-undo-menu = + .label = Недавно закрытые вкладки +menu-history-undo-window-menu = + .label = Недавно закрытые окна +# "Search" is a verb, as in "Search in History" +menu-history-search = + .label = Поиск в журнале + +## Bookmarks Menu + +menu-bookmarks-menu = + .label = Закладки + .accesskey = З +menu-bookmarks-manage = + .label = Управление закладками +menu-bookmark-tab = + .label = Добавить текущую вкладку в закладки… +menu-edit-bookmark = + .label = Изменить эту закладку… +# "Search" is a verb, as in "Search in bookmarks" +menu-bookmarks-search = + .label = Искать в закладках +menu-bookmarks-all-tabs = + .label = Добавить все вкладки… +menu-bookmarks-toolbar = + .label = Панель закладок +menu-bookmarks-other = + .label = Другие закладки +menu-bookmarks-mobile = + .label = Мобильные закладки + +## Tools Menu + +menu-tools = + .label = Инструменты + .accesskey = И +menu-tools-downloads = + .label = Загрузки + .accesskey = З +menu-tools-addons-and-themes = + .label = Дополнения и темы + .accesskey = п +menu-tools-fxa-sign-in2 = + .label = Войти + .accesskey = й +menu-tools-turn-on-sync2 = + .label = Включить синхронизацию… + .accesskey = ч +menu-tools-sync-now = + .label = Синхронизировать + .accesskey = х +menu-tools-fxa-re-auth = + .label = Переприсоединиться к { -brand-product-name }… + .accesskey = п +menu-tools-browser-tools = + .label = Инструменты браузера + .accesskey = н +menu-tools-task-manager = + .label = Диспетчер задач + .accesskey = п +menu-tools-page-source = + .label = Исходный код страницы + .accesskey = х +menu-tools-page-info = + .label = Сведения о странице + .accesskey = в +menu-settings = + .label = Настройки + .accesskey = + { PLATFORM() -> + [windows] а + *[other] а + } +menu-tools-layout-debugger = + .label = Отладчик макета + .accesskey = л + +## Window Menu + +menu-window-menu = + .label = Окно +menu-window-bring-all-to-front = + .label = Все окна — на передний план + +## Help Menu + + +# NOTE: For Engineers, any additions or changes to Help menu strings should +# also be reflected in the related strings in appmenu.ftl. Those strings, by +# convention, will have the same ID as these, but prefixed with "app". +# Example: appmenu-get-help +# +# These strings are duplicated to allow for different casing depending on +# where the strings appear. + +menu-help = + .label = Справка + .accesskey = С +menu-get-help = + .label = Получить помощь + .accesskey = ч +menu-help-more-troubleshooting-info = + .label = Информация для решения проблем + .accesskey = И +menu-help-report-site-issue = + .label = Сообщить о проблеме с сайтом… +menu-help-share-ideas = + .label = Поделиться идеями или оставить отзыв + .accesskey = д +menu-help-enter-troubleshoot-mode2 = + .label = Безопасный режим… + .accesskey = Б +menu-help-exit-troubleshoot-mode = + .label = Отключить безопасный режим + .accesskey = Б +menu-help-switch-device = + .label = Переход на новое устройство + .accesskey = х +# Label of the Help menu item. Either this or +# menu-help-notdeceptive is shown. +menu-help-report-deceptive-site = + .label = Сообщить о поддельном сайте… + .accesskey = п +menu-help-not-deceptive = + .label = Это не поддельный сайт… + .accesskey = п +menu-report-broken-site = + .label = Сообщить о сломанном сайте |