diff options
Diffstat (limited to 'l10n-cs/editor/ui/chrome/composer/editor.dtd')
-rw-r--r-- | l10n-cs/editor/ui/chrome/composer/editor.dtd | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/l10n-cs/editor/ui/chrome/composer/editor.dtd b/l10n-cs/editor/ui/chrome/composer/editor.dtd new file mode 100644 index 0000000000..5a75c5cd7e --- /dev/null +++ b/l10n-cs/editor/ui/chrome/composer/editor.dtd @@ -0,0 +1,68 @@ +<!-- 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 "Editor"> +<!ENTITY editorWindow.titlemodifiermenuseparator " - "> + +<!-- Menu items: the . means that the menu item isn't implemented yet --> + +<!-- Toolbar-only items --> +<!ENTITY compositionToolbar.tooltip "Lišta editoru"> +<!ENTITY previewToolbarCmd.label "Procházet"> +<!ENTITY previewToolbarCmd.tooltip "Zobrazí stránku v prohlížeči"> + +<!-- File menu items --> +<!ENTITY exportToTextCmd.label "Exportovat text…"> +<!ENTITY exportToTextCmd.accesskey "x"> +<!ENTITY previewCmd.label "Náhled stránky"> +<!ENTITY previewCmd.accesskey "h"> +<!ENTITY sendPageCmd.label "Odeslat stránku…"> +<!ENTITY sendPageCmd.accesskey "l"> + + +<!-- View menu items --> +<!ENTITY compositionToolbarCmd.label "Lišta editoru"> +<!ENTITY compositionToolbarCmd.accesskey "e"> +<!ENTITY formattingToolbarCmd.label "Lišta stylů"> +<!ENTITY formattingToolbarCmd.accesskey "s"> +<!ENTITY editmodeToolbarCmd.label "Lišta zobrazení"> +<!ENTITY editmodeToolbarCmd.accesskey "z"> + +<!-- Format menu items --> +<!ENTITY formatMenu.label "Formát"> +<!ENTITY formatMenu.accesskey "F"> +<!ENTITY grid.label "Rastr pro pozicování"> +<!ENTITY grid.accesskey "R"> +<!ENTITY pageProperties.label "Vlastnosti stránky…"> +<!ENTITY pageProperties.accesskey "r"> + +<!-- Tools menu items --> +<!ENTITY validateCmd.label "Kontrola HTML"> +<!ENTITY validateCmd.accesskey "K"> + +<!-- Display Mode toolbar and View menu items --> +<!ENTITY NormalModeTab.label "Normální"> +<!ENTITY NormalMode.label "Normální režim úprav"> +<!ENTITY NormalMode.accesskey "N"> +<!ENTITY NormalMode.tooltip "Zobrazí rámečky tabulek a názvy kotev"> +<!ENTITY AllTagsModeTab.label "HTML značky"> +<!ENTITY AllTagsMode.label "HTML značky"> +<!ENTITY AllTagsMode.accesskey "a"> +<!ENTITY AllTagsMode.tooltip "Zobrazí ikony pro všechny HTML značky"> +<!-- 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 "Zdrojový kód"> +<!ENTITY HTMLSourceMode.label "Zdrojový HTML kód"> +<!ENTITY HTMLSourceMode.accesskey "H"> +<!ENTITY HTMLSourceMode.tooltip "Úprava zdrojového kódu"> +<!ENTITY PreviewModeTab.label "Náhled"> +<!ENTITY PreviewMode.label "Náhled"> +<!ENTITY PreviewMode.accesskey "l"> +<!ENTITY PreviewMode.tooltip "Zobrazí stránku jako v prohlížeči"> |