diff options
Diffstat (limited to 'l10n-ru/suite/chrome/common/sidebar')
4 files changed, 79 insertions, 0 deletions
diff --git a/l10n-ru/suite/chrome/common/sidebar/customize.dtd b/l10n-ru/suite/chrome/common/sidebar/customize.dtd new file mode 100644 index 0000000000..f62cee1f87 --- /dev/null +++ b/l10n-ru/suite/chrome/common/sidebar/customize.dtd @@ -0,0 +1,25 @@ +<!-- 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/. --> + +<!-- extracted from ./customize.xul --> + +<!ENTITY sidebar.customize.title "Настроить боковую панель"> +<!ENTITY sidebar.customize.current2.label "Разделы на боковой панели:"> +<!ENTITY sidebar.customize.current2.accesskey "ы"> +<!ENTITY sidebar.customize.customize.label "Настроить раздел…"> +<!ENTITY sidebar.customize.customize.accesskey "Н"> +<!ENTITY sidebar.customize.remove.label "Удалить"> +<!ENTITY sidebar.customize.remove.accesskey "У"> +<!ENTITY sidebar.customize.additional.label "Доступные разделы:"> +<!ENTITY sidebar.customize.additional.accesskey "р"> +<!ENTITY sidebar.customize.add.label "Добавить"> +<!ENTITY sidebar.customize.add.accesskey "Д"> +<!ENTITY sidebar.customize.preview.label "Просмотр…"> +<!ENTITY sidebar.customize.preview.accesskey "П"> +<!ENTITY sidebar.customize.up.label "Вверх"> +<!ENTITY sidebar.customize.up.accesskey "в"> +<!ENTITY sidebar.customize.down.label "Вниз"> +<!ENTITY sidebar.customize.down.accesskey "н"> +<!ENTITY sidebar.more.label "Найти другие разделы…"> +<!ENTITY sidebar.more.accesskey "д"> diff --git a/l10n-ru/suite/chrome/common/sidebar/preview.dtd b/l10n-ru/suite/chrome/common/sidebar/preview.dtd new file mode 100644 index 0000000000..237cf2eeed --- /dev/null +++ b/l10n-ru/suite/chrome/common/sidebar/preview.dtd @@ -0,0 +1,5 @@ +<!-- 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/. --> + +<!ENTITY sidebar.preview.title.label "Предварительный просмотр раздела"> diff --git a/l10n-ru/suite/chrome/common/sidebar/sidebar.properties b/l10n-ru/suite/chrome/common/sidebar/sidebar.properties new file mode 100644 index 0000000000..67e4ad226f --- /dev/null +++ b/l10n-ru/suite/chrome/common/sidebar/sidebar.properties @@ -0,0 +1,11 @@ +# 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/. + +addPanelConfirmTitle=Добавление раздела в боковую панель + +addPanelConfirmMessage2=Добавить раздел «%title%» на боковую панель?##Источник: %url% +persistentPanelWarning2=Добавляемый раздел может передавать данные по Интернету и запускать JavaScript даже тогда, когда боковая панель закрыта. + +dupePanelAlertTitle=Боковая панель +dupePanelAlertMessage2=%url% уже существует в боковой панели. diff --git a/l10n-ru/suite/chrome/common/sidebar/sidebarOverlay.dtd b/l10n-ru/suite/chrome/common/sidebar/sidebarOverlay.dtd new file mode 100644 index 0000000000..36e68bcb12 --- /dev/null +++ b/l10n-ru/suite/chrome/common/sidebar/sidebarOverlay.dtd @@ -0,0 +1,38 @@ +<!-- 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/. --> + +<!ENTITY sidebar.panels.label "Боковая панель"> +<!ENTITY sidebar.reload.label "Обновить"> +<!ENTITY sidebar.reload.accesskey "О"> +<!ENTITY sidebar.picker.label "Разделы"> +<!ENTITY sidebar.customize.label "Настроить боковую панель…"> +<!ENTITY sidebar.customize.accesskey "Н"> +<!ENTITY sidebar.hide.label "Скрыть раздел"> +<!ENTITY sidebar.hide.accesskey "к"> +<!ENTITY sidebar.switch.label "Переключиться в раздел"> +<!ENTITY sidebar.switch.accesskey "П"> +<!ENTITY sidebarCmd.label "Боковая панель"> +<!ENTITY sidebarCmd.accesskey "Б"> +<!ENTITY sidebar.loading.label "Идёт загрузка…"> +<!ENTITY sidebar.loadstopped.label "Загрузка остановлена"> +<!ENTITY sidebar.loading.stop.label "Остановить"> +<!ENTITY sidebar.loading.stop.accesskey "с"> + +<!-- LOCALIZATION NOTE (showHideSidebarCmd.key): This is only used on the + mac platform, other platforms use VK_F9. --> +<!ENTITY showHideSidebarCmd.key "S"> + +<!ENTITY sidebar.no-panels.state "Боковая панель пуста."> +<!ENTITY sidebar.no-panels.add 'Вы можете добавить разделы, нажав на кнопку «Разделы».'> +<!ENTITY sidebar.no-panels.hide 'Если вы хотите полностью скрыть боковую панель, выберите меню «Вид» и выберите пункт «Боковая панель» из меню «Показать/Скрыть».'> +<!ENTITY sidebar.sbDirectory.label "Каталог разделов боковой панели…"> + +<!ENTITY sidebar.pagenotfound.label "Этот раздел сейчас недоступен."> +<!ENTITY sidebar.close.tooltip "Закрыть боковую панель"> +<!ENTITY sidebar.open.tooltip "Открыть боковую панель"> + +<!ENTITY sidebar.search.label "Поиск"> +<!ENTITY sidebar.client-bookmarks.label "Закладки"> +<!ENTITY sidebar.client-history.label "Журнал посещений"> +<!ENTITY sidebar.client-addressbook.label "Адресная книга"> |