diff options
Diffstat (limited to 'l10n-gl/suite/chrome/mailnews/pref/pref-composing_messages.dtd')
-rw-r--r-- | l10n-gl/suite/chrome/mailnews/pref/pref-composing_messages.dtd | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/l10n-gl/suite/chrome/mailnews/pref/pref-composing_messages.dtd b/l10n-gl/suite/chrome/mailnews/pref/pref-composing_messages.dtd new file mode 100644 index 0000000000..12c915090e --- /dev/null +++ b/l10n-gl/suite/chrome/mailnews/pref/pref-composing_messages.dtd @@ -0,0 +1,55 @@ +<!-- 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/. --> + +<!ENTITY pref.composing.messages.title "Redacción"> +<!ENTITY generalComposing.label "Xeral"> +<!ENTITY forwardMsg.label "Reencamiñar mensaxes:"> +<!ENTITY inline.label "Inserida"> +<!ENTITY inline.accesskey "n"> +<!ENTITY asAttachment.label "Como anexo"> +<!ENTITY asAttachment.accesskey "a"> + +<!ENTITY replyQuoteInline.label "Citar anexos visíbeis inseridos nas respostas"> +<!ENTITY replyQuoteInline.accesskey "C"> +<!ENTITY warnOnSendAccelKey.label "Solicitar confirmación cando se utilice un atallo de teclado para enviar mensaxes"> +<!ENTITY warnOnSendAccelKey.accesskey "S"> +<!-- LOCALIZATION NOTE (autoSave.label): This will concatenate with + "xxx minutes", using a number and (autoSaveEnd.label). --> +<!ENTITY autoSave.label "Gardar automaticamente a mensaxe cada"> +<!ENTITY autoSave.accesskey "u"> +<!ENTITY autoSaveEnd.label "minutos"> +<!-- LOCALIZATION NOTE (wrapOutMsg.label): This will concatenate with "xxx characters", using a number and (char.label). --> +<!ENTITY wrapOutMsg.label "Axustar as mensaxes de texto sen formato en"> +<!ENTITY wrapOutMsg.accesskey "A"> +<!ENTITY char.label "caracteres"> + +<!ENTITY defaultMessagesHeader.label "Valores predeterminados para as mensaxes HTML"> +<!ENTITY font.label "Tipo de letra:"> +<!ENTITY font.accesskey "l"> +<!ENTITY size.label "Tamaño:"> +<!ENTITY size.accesskey "m"> +<!ENTITY fontColor.label "Texto:"> +<!ENTITY fontColor.accesskey "T"> +<!ENTITY bgColor.label "Fondo:"> +<!ENTITY bgColor.accesskey "F"> + +<!ENTITY selectHeaderType.label "Seleccione o tipo de cabeceira da resposta:"> +<!ENTITY selectHeaderType.accesskey "e"> +<!ENTITY noReplyOption.label "Ningunha cabeceira na resposta"> +<!-- LOCALIZATION NOTE (authorWroteOption.label): this is tied to the + mailnews.reply_header_authorwrote preference. [Author] needs to be + translated. --> +<!ENTITY authorWroteOption.label "[Author] escribiu:"> +<!-- LOCALIZATION NOTE (onDateAuthorWroteOption.label): this is tied to the + combination of the mailnews.reply_header_ondate(On [date]), + mailnews.reply_header_separator (a comma in this case) and + mailnews.reply_header_authorwrote([Author] wrote) preferences. [date] and + [Author] need to be translated, and the correct separator put in. --> +<!ENTITY onDateAuthorWroteOption.label "O [date], [author] escribiu:"> +<!-- LOCALIZATION NOTE (authorWroteOnDateOption.label): this is tied to the + combination of the mailnews.reply_header_authorwrote([Author] wrote), + mailnews.reply_header_separator (a comma in this case), and + mailnews.reply_header_ondate preferences(On [date]). [Author] and [date] + need to be translated, and the correct separator put in. --> +<!ENTITY authorWroteOnDateOption.label "[Author] escribiu, o [date]:"> |