diff options
Diffstat (limited to '')
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | messages/eu/LC_MESSAGES/mailman.po | 5 | ||||
-rw-r--r-- | templates/eu/article.html | 6 |
3 files changed, 9 insertions, 4 deletions
@@ -53,6 +53,8 @@ Here is a history of user visible changes to Mailman. i18n + - A few errors in the Basque translation are fixed. Bug #836861. + - Fixed a misspelling in the German invite.txt template. Bug #815444. - Fixed a missing format character in the Spanish translation. diff --git a/messages/eu/LC_MESSAGES/mailman.po b/messages/eu/LC_MESSAGES/mailman.po index 79d4858e..9206a3c1 100644 --- a/messages/eu/LC_MESSAGES/mailman.po +++ b/messages/eu/LC_MESSAGES/mailman.po @@ -11269,7 +11269,10 @@ msgid "" "From: %(sender)s on %(date)s\n" "Subject: %(subject)s\n" "Cause: %(reason)s" -msgstr "p" +msgstr "" +"Bidaltzailea: %(sender)s %(date)s\n" +"Gaia: %(subject)s\n" +"Arrazoia: $(reason)s" #: cron/cull_bad_shunt:20 msgid "" diff --git a/templates/eu/article.html b/templates/eu/article.html index c1cab2a7..a98f8319 100644 --- a/templates/eu/article.html +++ b/templates/eu/article.html @@ -33,12 +33,12 @@ </LI> </UL> <HR> -<!--artikuluahasi--> +<!--beginarticle--> %(body)s -<!--artikuluaamaitu--> +<!--endarticle--> <HR> <P><UL> - <!--hariak--> + <!--threads--> %(prev_wsubj)s %(next_wsubj)s <LI> <B>Mezuak horrela antolatu:</B> |