Package: listadmin
Version: 2.40-1
Severity: normal
Tags: patch
User: [EMAIL PROTECTED]
Usertags: origin-ubuntu hardy ubuntu-patch
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
In Ubuntu, we've applied the attached patch to achieve the following:
* Added support for Danish mailman interfaces.
We thought you might be interested in doing the same.
(I already sent the patch to upstream back in December 2007)
- -- System Information:
Debian Release: lenny/sid
APT prefers hardy
APT policy: (500, 'hardy')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.24-12-generic (SMP w/2 CPU cores)
Locale: LANG=da_DK.UTF-8, LC_CTYPE=da_DK.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFH8NGMonjfXui9pOMRArDUAJ9nAO4oUzREmsCwNiQ7QB0X/DY4iwCaAg19
Zwlut541+DYJV79DjOf8I8Y=
=mkBM
-----END PGP SIGNATURE-----
diff -u listadmin-2.40/debian/changelog listadmin-2.40/debian/changelog
--- listadmin-2.40.orig/listadmin.pl
+++ listadmin-2.40/listadmin.pl
@@ -835,28 +835,34 @@
"en" => "authentication",
"de" => "Authentifikation",
"fr" => "authentification",
+ "da" => "Login",
},
"subscr_success" =>
{
"en" => "Successfully ((un)?subscribed|Removed)",
"de" => "Erfolgreich (ein|aus)getragen",
+ "da" => "(Til|Fra)melding (er sket|udf.*rt):",
},
"subscr_error" =>
{
"en" => "Error (un)?subscribing",
+ "da" => "Fejl under (til|fra)melding",
},
"no_such_list" =>
{
"en" => "Mailman Admindb Error.*No such list:",
+ "da" => "Listen findes ikke",
},
"pending_req" =>
{
"en" => "(current set of administrative|pending request)",
"de" => "(gegenwärtigen administrativen|unbearbeiteten
Anfragen)",
+ "da" => "(Administrative anmodninger|ingen anmodninger)",
},
"headline_subscr" =>
{
"en" => "subscription",
+ "da" => "medlemskab",
},
"held_for_approval" =>
{
@@ -865,6 +871,7 @@
"already_member" =>
{
"en" => "Already a member",
+ "da" => "Allerede medlem",
},
);