diff options
Diffstat (limited to 'l10n-ru/suite/chrome/editor/editor.dtd')
-rw-r--r-- | l10n-ru/suite/chrome/editor/editor.dtd | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/l10n-ru/suite/chrome/editor/editor.dtd b/l10n-ru/suite/chrome/editor/editor.dtd new file mode 100644 index 0000000000..f93581573b --- /dev/null +++ b/l10n-ru/suite/chrome/editor/editor.dtd @@ -0,0 +1,67 @@ +<!-- 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/. --> + +<!-- Window title --> +<!-- LOCALIZATION NOTE (editorWindow.titlemodifier): DONT_TRANSLATE --> +<!ENTITY editorWindow.titlemodifier "Компоновщик"> +<!ENTITY editorWindow.titlemodifiermenuseparator " - "> + +<!-- Menu items: the . means that the menu item isn't implemented yet --> + +<!-- Toolbar-only items --> +<!ENTITY compositionToolbar.tooltip "Панель компоновки"> +<!ENTITY previewToolbarCmd.label "Просмотр"> +<!ENTITY previewToolbarCmd.tooltip "Загрузить эту страницу в браузер"> + +<!-- File menu items --> +<!ENTITY exportToTextCmd.label "Экспорт в текстовый формат…"> +<!ENTITY exportToTextCmd.accesskey "т"> +<!ENTITY previewCmd.label "Просмотр страницы"> +<!ENTITY previewCmd.accesskey "м"> +<!ENTITY sendPageCmd.label "Отправить страницу…"> +<!ENTITY sendPageCmd.accesskey "т"> + +<!-- View menu items --> +<!ENTITY compositionToolbarCmd.label "Панель компоновки"> +<!ENTITY compositionToolbarCmd.accesskey "к"> +<!ENTITY formattingToolbarCmd.label "Панель форматирования"> +<!ENTITY formattingToolbarCmd.accesskey "ф"> +<!ENTITY editmodeToolbarCmd.label "Панель режимов редактирования"> +<!ENTITY editmodeToolbarCmd.accesskey "р"> + +<!-- Format menu items --> +<!ENTITY formatMenu.label "Формат"> +<!ENTITY formatMenu.accesskey "м"> +<!ENTITY grid.label "Сетка"> +<!ENTITY grid.accesskey "е"> +<!ENTITY pageProperties.label "Заголовок и свойства страницы…"> +<!ENTITY pageProperties.accesskey "г"> + +<!-- Tools menu items --> +<!ENTITY validateCmd.label "Проверить HTML"> +<!ENTITY validateCmd.accesskey "в"> + +<!-- Display Mode toolbar and View menu items --> +<!ENTITY NormalModeTab.label "Обычный"> +<!ENTITY NormalMode.label "Обычный режим редактирования"> +<!ENTITY NormalMode.accesskey "О"> +<!ENTITY NormalMode.tooltip "Показываются границы таблиц и имена якорей"> +<!ENTITY AllTagsModeTab.label "HTML-теги"> +<!ENTITY AllTagsMode.label "HTML-теги"> +<!ENTITY AllTagsMode.accesskey "т"> +<!ENTITY AllTagsMode.tooltip "Показываются значки для всех HTML-тегов"> +<!-- LOCALIZATION NOTE: (HTMLSourceModeTab.dir, HTMLSourceModeTab.label) + Do NOT translate text for 'HTMLSourceModeTab.dir', use latin "ltr" if + you want the <html> image to left of the 'HTMLSourceModeTab.label' text, + or use latin "rtl" if you want this image to the right of text. You do + not need to include HTML in the label 'HTMLSourceModeTab.label' --> +<!ENTITY HTMLSourceModeTab.dir "ltr"> +<!ENTITY HTMLSourceModeTab.label "Исходный код"> +<!ENTITY HTMLSourceMode.label "Исходный код HTML"> +<!ENTITY HTMLSourceMode.accesskey "к"> +<!ENTITY HTMLSourceMode.tooltip "Редактировать исходный код HTML"> +<!ENTITY PreviewModeTab.label "Предварительный просмотр"> +<!ENTITY PreviewMode.label "Предварительный просмотр"> +<!ENTITY PreviewMode.accesskey "р"> +<!ENTITY PreviewMode.tooltip "Показывать страницу, как в браузере"> |