blob: b9e37621a21b081c7dadee842a665fb13c11d124 (
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
|
<!-- 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/. -->
<!--
# Reviewer(s):
#
# Alexandru Szasz <alexxed@gmail.com>
#
-->
<!--LOCALIZATION NOTE askSendFormat.dtd UI for dialog that asks the user, which format to use for sending a message -->
<!ENTITY windowTitle.label "Mesaj HTML">
<!ENTITY recipient.label "O parte dintre destinatari nu sunt marcați ca fiind capabili de a primi email-uri HTML.">
<!ENTITY question.label "Doriți să convertiți mesajul în format text sau să îl trimiteți în continuare ca HTML?">
<!ENTITY plainTextAndHtml.label "Trimite și în format text și în HTML">
<!ENTITY plainTextAndHtml.accesskey "a">
<!ENTITY plainTextOnly.label "Trimite doar în format text">
<!ENTITY plainTextOnly.accesskey "T">
<!ENTITY htmlOnly.label "Trimite doar în format HTML">
<!ENTITY htmlOnly.accesskey "H">
<!ENTITY send.label "Trimite">
<!ENTITY send.accesskey "T">
|