diff options
Diffstat (limited to 'l10n-sk/mail/chrome/messenger/viewSource.dtd')
-rw-r--r-- | l10n-sk/mail/chrome/messenger/viewSource.dtd | 86 |
1 files changed, 86 insertions, 0 deletions
diff --git a/l10n-sk/mail/chrome/messenger/viewSource.dtd b/l10n-sk/mail/chrome/messenger/viewSource.dtd new file mode 100644 index 0000000000..40a380c7b7 --- /dev/null +++ b/l10n-sk/mail/chrome/messenger/viewSource.dtd @@ -0,0 +1,86 @@ +<!-- 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 content/viewSource.xul --> + +<!-- extracted from content/viewSource.xhtml --> + +<!-- LOCALIZATION NOTE (mainWindow.title) : DONT_TRANSLATE --> +<!ENTITY mainWindow.title "&brandFullName;"> +<!-- LOCALIZATION NOTE (mainWindow.titlemodifier) : DONT_TRANSLATE --> +<!ENTITY mainWindow.titlemodifier "&brandFullName;"> +<!-- LOCALIZATION NOTE (mainWindow.titlemodifierseparator) : DONT_TRANSLATE --> +<!ENTITY mainWindow.titlemodifierseparator " - "> +<!ENTITY mainWindow.preface "Zdrojový kód pre: "> + +<!ENTITY editMenu.label "Upraviť"> +<!ENTITY editMenu.accesskey "U"> +<!ENTITY fileMenu.label "Súbor"> +<!ENTITY fileMenu.accesskey "S"> +<!ENTITY savePageCmd.label "Uložiť stránku ako…"> +<!ENTITY savePageCmd.accesskey "a"> +<!ENTITY savePageCmd.commandkey "S"> +<!ENTITY printCmd.label "Tlačiť…"> +<!ENTITY printCmd.accesskey "T"> +<!ENTITY printCmd.commandkey "P"> +<!ENTITY closeCmd.label "Zavrieť"> +<!ENTITY closeCmd.accesskey "Z"> +<!ENTITY closeCmd.commandkey "W"> + +<!-- LOCALIZATION NOTE : +textEnlarge.commandkey3, textReduce.commandkey2 and +textReset.commandkey2 are alternative acceleration keys for zoom. +If shift key is needed with your locale popular keyboard for them, +you can use these alternative items. Otherwise, their values should be empty. --> + +<!ENTITY textEnlarge.commandkey "+"> +<!ENTITY textEnlarge.commandkey2 "="> +<!ENTITY textEnlarge.commandkey3 ""> +<!ENTITY textReduce.commandkey "-"> +<!ENTITY textReduce.commandkey2 ""> +<!ENTITY textReset.commandkey "0"> +<!ENTITY textReset.commandkey2 ""> + +<!ENTITY goToLineCmd.label "Prejsť na riadok…"> +<!ENTITY goToLineCmd.accesskey "n"> +<!ENTITY goToLineCmd.commandkey "l"> + +<!ENTITY viewMenu.label "Zobraziť"> +<!ENTITY viewMenu.accesskey "Z"> +<!ENTITY reloadCmd.label "Obnoviť"> +<!ENTITY reloadCmd.accesskey "O"> +<!ENTITY reloadCmd.commandkey "r"> +<!ENTITY menu_wrapLongLines.title "Zalomiť dlhé riadky"> +<!ENTITY menu_wrapLongLines.accesskey "l"> +<!ENTITY menu_highlightSyntax.label "Zvýrazniť syntax"> +<!ENTITY menu_highlightSyntax.accesskey "s"> +<!ENTITY menu_textSize.label "Veľkosť písma"> +<!ENTITY menu_textSize.accesskey "V"> +<!ENTITY menu_textEnlarge.label "Zväčšiť veľkosť písma"> +<!ENTITY menu_textEnlarge.accesskey "v"> +<!ENTITY menu_textReduce.label "Zmenšiť veľkosť písma"> +<!ENTITY menu_textReduce.accesskey "m"> +<!ENTITY menu_textReset.label "Normálna"> +<!ENTITY menu_textReset.accesskey "N"> + +<!ENTITY findOnCmd.label "Hľadať na tejto stránke…"> +<!ENTITY findOnCmd.accesskey "H"> +<!ENTITY findOnCmd.commandkey "f"> +<!ENTITY findAgainCmd.label "Hľadať znova"> +<!ENTITY findAgainCmd.accesskey "z"> +<!ENTITY findAgainCmd.commandkey "g"> +<!ENTITY findAgainCmd.commandkey2 "VK_F3"> +<!ENTITY findSelectionCmd.commandkey "e"> + +<!ENTITY backCmd.label "Naspäť"> +<!ENTITY backCmd.accesskey "s"> +<!ENTITY forwardCmd.label "Dopredu"> +<!ENTITY forwardCmd.accesskey "p"> +<!ENTITY goBackCmd.commandKey "["> +<!ENTITY goForwardCmd.commandKey "]"> + +<!ENTITY copyLinkCmd.label "Kopírovať adresu odkazu"> +<!ENTITY copyLinkCmd.accesskey "a"> +<!ENTITY copyEmailCmd.label "Kopírovať e-mailovú adresu"> +<!ENTITY copyEmailCmd.accesskey "e"> |