diff options
Diffstat (limited to 'l10n-es-ES/mail/chrome/communicator/utilityOverlay.dtd')
-rw-r--r-- | l10n-es-ES/mail/chrome/communicator/utilityOverlay.dtd | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/l10n-es-ES/mail/chrome/communicator/utilityOverlay.dtd b/l10n-es-ES/mail/chrome/communicator/utilityOverlay.dtd new file mode 100644 index 0000000000..4d29d121fe --- /dev/null +++ b/l10n-es-ES/mail/chrome/communicator/utilityOverlay.dtd @@ -0,0 +1,47 @@ +<!-- 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/. --> + +<!-- LOCALIZATION NOTE : FILE This file contains the global menu items --> + +<!ENTITY fileMenu.label "Archivo"> +<!ENTITY fileMenu.accesskey "a"> +<!ENTITY newMenu.label "Nuevo"> +<!ENTITY newMenu.accesskey "N"> + +<!ENTITY editMenu.label "Editar"> +<!ENTITY editMenu.accesskey "E"> +<!ENTITY undoCmd.label "Deshacer"> +<!ENTITY undoCmd.accesskey "h"> +<!ENTITY redoCmd.label "Rehacer"> +<!ENTITY redoCmd.accesskey "R"> +<!ENTITY deleteCmd.label "Eliminar"> +<!ENTITY deleteCmd.accesskey "m"> +<!ENTITY preferencesCmd2.label "Opciones"> +<!ENTITY preferencesCmd2.accesskey "O"> +<!ENTITY preferencesCmdUnix.label "Preferencias"> +<!ENTITY preferencesCmdUnix.accesskey "n"> + +<!ENTITY customizeCmd.label "Personalizar"> +<!ENTITY customizeCmd.accesskey "o"> + +<!ENTITY viewMenu.label "Ver"> +<!ENTITY viewMenu.accesskey "V"> +<!ENTITY viewToolbarsMenu.label "Barras de herramientas"> +<!ENTITY viewToolbarsMenu.accesskey "h"> +<!ENTITY showTaskbarCmd.label "Barra de estado"> +<!ENTITY showTaskbarCmd.accesskey "B"> + +<!ENTITY closeCmd.label "Cerrar"> +<!ENTITY closeCmd.key "W"> +<!ENTITY closeCmd.accesskey "C"> + +<!ENTITY quitApplicationCmd.label "Salir"> +<!ENTITY quitApplicationCmd.key "Q"> +<!ENTITY quitApplicationCmd.accesskey "S"> + +<!ENTITY quitApplicationCmdUnix.label "Salir"> +<!ENTITY quitApplicationCmdUnix.accesskey "S"> + +<!ENTITY quitApplicationCmdMac.label "Salir de &brandShortName;"> +<!ENTITY quitApplicationCmdMac.accesskey "S"> |