summaryrefslogtreecommitdiffstats
path: root/l10n-gl/suite/chrome/mailnews/compose/messengercompose.dtd
blob: 15558dcfe26edd1b65e42e3c1a77cf354b751c15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<!-- 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 messengercompose.dtd Main UI for message composition -->
<!ENTITY msgComposeWindow.title "Redacción: (sen asunto)">

<!ENTITY fromAddr.label "De:">
<!ENTITY fromAddr.accesskey "D">
<!ENTITY subject.label  "Asunto: ">
<!ENTITY subject.accesskey "s">
<!ENTITY attachments.label "Anexos:">
<!ENTITY attachments.accesskey "A">

<!-- menu items:  the . means that the menu item isn't implemented yet -->

<!-- File menu items -->
<!ENTITY saveCmd.label "Gardar">
<!ENTITY saveCmd.accesskey "G">
<!ENTITY saveAsCmd.label "Gardar como">
<!ENTITY saveAsCmd.accesskey "a">
<!ENTITY saveAsFileCmd.label "Ficheiro…">
<!ENTITY saveAsFileCmd.accesskey "F">
<!ENTITY saveAsDraftCmd.label "Borrador">
<!ENTITY saveAsDraftCmd.accesskey "d">
<!ENTITY saveAsTemplateCmd.label "Modelo">
<!ENTITY saveAsTemplateCmd.accesskey "M">
<!ENTITY attachMenu.label "Anexar">
<!ENTITY attachMenu.accesskey "A">
<!ENTITY attachFileCmd.label "Ficheiro(s)…">
<!ENTITY attachFileCmd.accesskey "F">
<!ENTITY attachPageCmd.label "Páxina web…">
<!ENTITY attachPageCmd.accesskey "w">
<!--LOCALIZATION NOTE attachVCardCmd.label Don't translate the term 'vCard' -->
<!ENTITY attachVCardCmd.label "Tarxeta persoal (vCard)">
<!ENTITY attachVCardCmd.accesskey "p">
<!ENTITY sendNowCmd.label "Enviar agora">
<!ENTITY sendCmd.keycode "VK_RETURN">
<!ENTITY sendNowCmd.accesskey "E">
<!ENTITY sendLaterCmd.label "Enviar máis tarde">
<!ENTITY sendLaterCmd.keycode "VK_RETURN">
<!ENTITY sendLaterCmd.accesskey "E">

<!ENTITY accountManagerCmd.label "Configuración de contas de correo e novas…">
<!ENTITY accountManagerCmd.accesskey "C">

<!-- View menu items -->
<!ENTITY showComposeToolbarCmd.label "Barra de ferramentas do correo">
<!ENTITY showComposeToolbarCmd.accesskey "o">
<!ENTITY showFormatToolbarCmd.label "Barra de formatación">
<!ENTITY showFormatToolbarCmd.accesskey "f">

<!-- Format menu items -->
<!ENTITY formatMenu.label "Formato">
<!ENTITY formatMenu.accesskey "o">

<!-- Options menu items -->
<!ENTITY optionsMenu.label "Opcións">
<!ENTITY optionsMenu.accesskey "p">

<!ENTITY quoteCmd.label "Citar mensaxe">
<!ENTITY quoteCmd.accesskey "C">
<!ENTITY selectAddressCmd.label "Seleccionar enderezos…">
<!ENTITY selectAddressCmd.key "">
<!ENTITY selectAddressCmd.accesskey "a">

<!ENTITY priorityMenu.label "Prioridade">
<!ENTITY priorityMenu.accesskey "P">
<!ENTITY lowestPriorityCmd.label "A máis baixa">
<!ENTITY lowestPriorityCmd.accesskey "A">
<!ENTITY lowPriorityCmd.label "Baixa">
<!ENTITY lowPriorityCmd.accesskey "B">
<!ENTITY normalPriorityCmd.label "Normal">
<!ENTITY normalPriorityCmd.accesskey "N">
<!ENTITY highPriorityCmd.label "Alta">
<!ENTITY highPriorityCmd.accesskey "A">
<!ENTITY highestPriorityCmd.label "A máis alta">
<!ENTITY highestPriorityCmd.accesskey "A">

<!ENTITY returnReceiptMenu.label "Aviso de recepción">
<!ENTITY returnReceiptMenu.accesskey "A">
<!ENTITY dsnMenu.label "Notificación do estado de envío">
<!ENTITY dsnMenu.accesskey "N">

<!ENTITY outputFormatMenu.label "Formato">
<!ENTITY outputFormatMenu.accesskey  "F">
<!ENTITY autoFormatCmd.label "Detección automática">
<!ENTITY autoFormatCmd.accesskey "a">
<!ENTITY plainTextFormatCmd.label "Só texto sen formato">
<!ENTITY plainTextFormatCmd.accesskey "S">
<!ENTITY htmlFormatCmd.label "Só texto enriquecido (HTML)">
<!ENTITY htmlFormatCmd.accesskey "r">
<!ENTITY bothFormatCmd.label "Texto sen formato e texto enriquecido (HTML)">
<!ENTITY bothFormatCmd.accesskey "L">

<!ENTITY fileCarbonCopyCmd.label "Enviar unha copia a">
<!ENTITY fileCarbonCopyCmd.accesskey "E">
<!ENTITY fileHereMenu.label "Gardar aquí">

<!--LOCALIZATION NOTE Toolbar items Don't change any "chrome://" URLs -->
<!-- Toolbar items -->
<!ENTITY sendButton.label "Enviar">
<!ENTITY addressButton.label "Enderezo">
<!ENTITY attachButton.label "Anexar">
<!ENTITY spellingButton.label "Ortografía">
<!ENTITY saveButton.label "Gardar">
<!ENTITY stopButton.label "Deter">

<!--tooltips-->
<!-- We already inherit &menuBar.tooltip and &mailToolbar.tooltip from messenger.dtd -->
<!ENTITY addressBar.tooltip "Barra de enderezos">
<!ENTITY formatToolbar.tooltip "Barra de formatación">
<!ENTITY sendButton.tooltip "Enviar esta mensaxe agora"> 
<!ENTITY sendlaterButton.tooltip "Enviar esta mensaxe máis tarde"> 
<!ENTITY addressButton.tooltip "Seleccionar un destinatario dunha axenda de enderezos"> 
<!ENTITY attachButton.tooltip "Incluír un anexo"> 
<!ENTITY saveButton.tooltip "Gardar esta mensaxe"> 
<!ENTITY stopButton.tooltip "Deter a transferencia actual"> 

<!-- context menu items -->
<!ENTITY openAttachment.label "Abrir">
<!ENTITY openAttachment.accesskey "A">
<!ENTITY renameAttachment.label "Renomear…">
<!ENTITY renameAttachment.accesskey "R">
<!ENTITY deleteAttachment.accesskey "r">
<!ENTITY selectAllAttachments.accesskey "a">
<!ENTITY attachFile.label "Anexar ficheiro(s)…">
<!ENTITY attachFile.accesskey "f">
<!ENTITY attachPage.label "Anexar páxina web…">
<!ENTITY attachPage.accesskey "w">