diff options
Diffstat (limited to '')
-rw-r--r-- | l10n-nl/mail/chrome/messenger/viewSource.dtd | 90 |
1 files changed, 90 insertions, 0 deletions
diff --git a/l10n-nl/mail/chrome/messenger/viewSource.dtd b/l10n-nl/mail/chrome/messenger/viewSource.dtd new file mode 100644 index 0000000000..adb8022f03 --- /dev/null +++ b/l10n-nl/mail/chrome/messenger/viewSource.dtd @@ -0,0 +1,90 @@ +<!-- 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 "Bron van "> + +<!ENTITY editMenu.label "Bewerken"> +<!ENTITY editMenu.accesskey "B"> +<!ENTITY fileMenu.label "Bestand"> +<!ENTITY fileMenu.accesskey "B"> +<!ENTITY savePageCmd.label "Pagina opslaan als…"> +<!ENTITY savePageCmd.accesskey "l"> +<!ENTITY savePageCmd.commandkey "S"> +<!ENTITY pageSetupCmd.label "Pagina-instellingen…"> +<!ENTITY pageSetupCmd.accesskey "I"> +<!ENTITY printPreviewCmd.label "Afdrukvoorbeeld"> +<!ENTITY printPreviewCmd.accesskey "V"> +<!ENTITY printCmd.label "Afdrukken…"> +<!ENTITY printCmd.accesskey "d"> +<!ENTITY printCmd.commandkey "P"> +<!ENTITY closeCmd.label "Sluiten"> +<!ENTITY closeCmd.accesskey "S"> +<!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 "Ga naar regel…"> +<!ENTITY goToLineCmd.accesskey "G"> +<!ENTITY goToLineCmd.commandkey "L"> + +<!ENTITY viewMenu.label "Beeld"> +<!ENTITY viewMenu.accesskey "l"> +<!ENTITY reloadCmd.label "Vernieuwen"> +<!ENTITY reloadCmd.accesskey "V"> +<!ENTITY reloadCmd.commandkey "r"> +<!ENTITY menu_wrapLongLines.title "Automatische terugloop"> +<!ENTITY menu_wrapLongLines.accesskey "A"> +<!ENTITY menu_highlightSyntax.label "Syntaxismarkering"> +<!ENTITY menu_highlightSyntax.accesskey "S"> +<!ENTITY menu_textSize.label "Tekengrootte"> +<!ENTITY menu_textSize.accesskey "T"> +<!ENTITY menu_textEnlarge.label "Vergroten"> +<!ENTITY menu_textEnlarge.accesskey "r"> +<!ENTITY menu_textReduce.label "Verkleinen"> +<!ENTITY menu_textReduce.accesskey "k"> +<!ENTITY menu_textReset.label "Normaal"> +<!ENTITY menu_textReset.accesskey "N"> + +<!ENTITY findOnCmd.label "Zoeken op deze pagina…"> +<!ENTITY findOnCmd.accesskey "Z"> +<!ENTITY findOnCmd.commandkey "f"> +<!ENTITY findAgainCmd.label "Opnieuw zoeken"> +<!ENTITY findAgainCmd.accesskey "w"> +<!ENTITY findAgainCmd.commandkey "g"> +<!ENTITY findAgainCmd.commandkey2 "VK_F3"> +<!ENTITY findSelectionCmd.commandkey "e"> + +<!ENTITY backCmd.label "Terug"> +<!ENTITY backCmd.accesskey "T"> +<!ENTITY forwardCmd.label "Vooruit"> +<!ENTITY forwardCmd.accesskey "V"> +<!ENTITY goBackCmd.commandKey "["> +<!ENTITY goForwardCmd.commandKey "]"> + +<!ENTITY copyLinkCmd.label "Koppelingslocatie kopiëren"> +<!ENTITY copyLinkCmd.accesskey "l"> +<!ENTITY copyEmailCmd.label "E-mailadres kopiëren"> +<!ENTITY copyEmailCmd.accesskey "E"> |