Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9da0d441 authored by Vincent Untz's avatar Vincent Untz
Browse files

Update message_compose_reply_header_fmt to have only one newline

The PREFIX quote style was using an empty line between the header and
the quote. But mail apps using this way of quoting style do not have an
empty line between the quote header and the quote.
parent 3d884a8f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -260,7 +260,7 @@ Si us plau, envia\'ns els errors, contribueix a millorar-lo a
    <string name="message_compose_quote_header_from">De:</string>
    <string name="message_compose_quote_header_to">A:</string>
    <string name="message_compose_quote_header_cc">A/c:</string>
    <string name="message_compose_reply_header_fmt"><xliff:g id="sender">%s</xliff:g> ha escrit:\n\n</string>
    <string name="message_compose_reply_header_fmt"><xliff:g id="sender">%s</xliff:g> ha escrit:\n</string>
    <string name="message_compose_error_no_recipients">Has d\'afegir-hi, com a mínim, un destinatari.</string>
    <string name="error_contact_address_not_found">No s\'ha trobat cap adreça de correu.</string>
    <string name="message_compose_attachments_skipped_toast">Alguns adjunts no es poden reenviar perquè no s\'han carregat.</string>
+1 −1
Original line number Diff line number Diff line
@@ -265,7 +265,7 @@ Posílejte prosím chybová hlášení, přispívejte novými funkcemi a ptejte
    <string name="message_compose_quote_header_from">Odesílatel:</string>
    <string name="message_compose_quote_header_to">Komu:</string>
    <string name="message_compose_quote_header_cc">Kopie:</string>
    <string name="message_compose_reply_header_fmt"><xliff:g id="sender">%s</xliff:g> napsal(a):\n\n</string>
    <string name="message_compose_reply_header_fmt"><xliff:g id="sender">%s</xliff:g> napsal(a):\n</string>
    <string name="message_compose_error_no_recipients">Musíte přidat alespoň jednoho příjemce.</string>
    <string name="error_contact_address_not_found">Nemohla být nalezena adresa.</string>
    <string name="message_compose_attachments_skipped_toast">Některé přílohy nelze přeposlat, protože ještě nebyly staženy.</string>
+1 −1
Original line number Diff line number Diff line
@@ -261,7 +261,7 @@ Vær venlig at sende fejlrapporter, anmodning om nye funktioner, og spørgsmål
    <string name="message_compose_quote_header_from">Fra:</string>
    <string name="message_compose_quote_header_to">Til:</string>
    <string name="message_compose_quote_header_cc">Cc:</string>
    <string name="message_compose_reply_header_fmt"><xliff:g id="sender">%s</xliff:g> skrev:\n\n</string>
    <string name="message_compose_reply_header_fmt"><xliff:g id="sender">%s</xliff:g> skrev:\n</string>
    <string name="message_compose_error_no_recipients">Du skal angive mindst én modtager.</string>
    <string name="error_contact_address_not_found">Mail addresse ikke fundet.</string>
    <string name="message_compose_attachments_skipped_toast">Nogle vedhæftninger kunne ikke videresendes fordi de ikke er blevet hentet fra server.</string>
+1 −1
Original line number Diff line number Diff line
@@ -261,7 +261,7 @@ Um Fehler zu melden, neue Funktionen vorzuschlagen oder Fragen zu stellen, besuc
    <string name="message_compose_quote_header_from">Von:</string>
    <string name="message_compose_quote_header_to">An:</string>
    <string name="message_compose_quote_header_cc">CC:</string>
    <string name="message_compose_reply_header_fmt">\n\n<xliff:g id="sender">%s</xliff:g> schrieb:\n\n</string>
    <string name="message_compose_reply_header_fmt">\n\n<xliff:g id="sender">%s</xliff:g> schrieb:\n</string>
    <string name="message_compose_error_no_recipients">Sie müssen mindestens einen Empfänger wählen.</string>
    <string name="error_contact_address_not_found">Es wurde keine E-Mail-Adresse für diesen Kontakt gefunden.</string>
    <string name="message_compose_attachments_skipped_toast">Einige Anhänge können nicht weitergeleitet werden, da diese nicht heruntergeladen wurden.</string>
+1 −1
Original line number Diff line number Diff line
@@ -257,7 +257,7 @@
    <string name="message_compose_quote_header_from">Από:</string>
    <string name="message_compose_quote_header_to">Προς:</string>
    <string name="message_compose_quote_header_cc">Κοιν:</string>
    <string name="message_compose_reply_header_fmt"><xliff:g id="sender">%s</xliff:g> έγραψε:\n\n</string>
    <string name="message_compose_reply_header_fmt"><xliff:g id="sender">%s</xliff:g> έγραψε:\n</string>
    <string name="message_compose_error_no_recipients">Πρέπει να συμπεριλάβετε τουλάχιστον έναν παραλήπτη.</string>
    <string name="error_contact_address_not_found">Δεν βρέθηκαν διευθύνσεις ηλεκτρονικού ταχυδρομείου.</string>
    <string name="message_compose_attachments_skipped_toast">Μερικά συνημμένα δεν μπορούν να προωθηθούν γιατί δεν έχουν κατεβεί.</string>
Loading