aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Mailman/Cgi/admin.py6
-rw-r--r--Mailman/Cgi/rmlist.py4
-rw-r--r--Mailman/Gui/General.py8
-rw-r--r--Mailman/Gui/NonDigest.py10
-rw-r--r--NEWS5
-rw-r--r--messages/ar/LC_MESSAGES/mailman.po214
-rw-r--r--messages/ast/LC_MESSAGES/mailman.po214
-rw-r--r--messages/ca/LC_MESSAGES/mailman.po213
-rw-r--r--messages/cs/LC_MESSAGES/mailman.po214
-rw-r--r--messages/da/LC_MESSAGES/mailman.po214
-rw-r--r--messages/de/LC_MESSAGES/mailman.po214
-rw-r--r--messages/es/LC_MESSAGES/mailman.po214
-rw-r--r--messages/et/LC_MESSAGES/mailman.po214
-rw-r--r--messages/eu/LC_MESSAGES/mailman.po213
-rw-r--r--messages/fi/LC_MESSAGES/mailman.po214
-rw-r--r--messages/fr/LC_MESSAGES/mailman.po214
-rw-r--r--messages/gl/LC_MESSAGES/mailman.po213
-rw-r--r--messages/he/LC_MESSAGES/mailman.po214
-rw-r--r--messages/hr/LC_MESSAGES/mailman.po213
-rw-r--r--messages/hu/LC_MESSAGES/mailman.po213
-rw-r--r--messages/ia/LC_MESSAGES/mailman.po214
-rw-r--r--messages/it/LC_MESSAGES/mailman.po214
-rw-r--r--messages/ja/LC_MESSAGES/mailman.po215
-rw-r--r--messages/ko/LC_MESSAGES/mailman.po211
-rw-r--r--messages/lt/LC_MESSAGES/mailman.po209
-rw-r--r--messages/mailman.pot208
-rw-r--r--messages/nl/LC_MESSAGES/mailman.po215
-rw-r--r--messages/no/LC_MESSAGES/mailman.po214
-rw-r--r--messages/pl/LC_MESSAGES/mailman.po214
-rw-r--r--messages/pt/LC_MESSAGES/mailman.po212
-rw-r--r--messages/pt_BR/LC_MESSAGES/mailman.po214
-rw-r--r--messages/ro/LC_MESSAGES/mailman.po212
-rw-r--r--messages/ru/LC_MESSAGES/mailman.po213
-rw-r--r--messages/sk/LC_MESSAGES/mailman.po214
-rw-r--r--messages/sl/LC_MESSAGES/mailman.po213
-rw-r--r--messages/sr/LC_MESSAGES/mailman.po210
-rw-r--r--messages/sv/LC_MESSAGES/mailman.po212
-rw-r--r--messages/tr/LC_MESSAGES/mailman.po212
-rw-r--r--messages/uk/LC_MESSAGES/mailman.po214
-rw-r--r--messages/vi/LC_MESSAGES/mailman.po214
-rw-r--r--messages/zh_CN/LC_MESSAGES/mailman.po214
-rw-r--r--messages/zh_TW/LC_MESSAGES/mailman.po211
42 files changed, 4054 insertions, 3863 deletions
diff --git a/Mailman/Cgi/admin.py b/Mailman/Cgi/admin.py
index 202fc8de..5f01a319 100644
--- a/Mailman/Cgi/admin.py
+++ b/Mailman/Cgi/admin.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2009 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2010 by the Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
@@ -192,8 +192,8 @@ def main():
if not mlist.nondigestable and mlist.getRegularMemberKeys():
doc.addError(
_('''You have regular list members but non-digestified mail is
- turned off. They will receive mail until you fix this
- problem.'''), tag=_('Warning: '))
+ turned off. They will receive non-digestified mail until you
+ fix this problem.'''), tag=_('Warning: '))
# Glom up the results page and print it out
show_results(mlist, doc, category, subcat, cgidata)
print doc.Format()
diff --git a/Mailman/Cgi/rmlist.py b/Mailman/Cgi/rmlist.py
index 8227063c..8988dc42 100644
--- a/Mailman/Cgi/rmlist.py
+++ b/Mailman/Cgi/rmlist.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001,2002 by the Free Software Foundation, Inc.
+# Copyright (C) 2001-2010 by the Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
@@ -201,7 +201,7 @@ def request_deletion(doc, mlist, errmsg=None):
FontAttr(_('Error: '), color='#ff0000', size='+2').Format() +
Italic(errmsg).Format()))])
- table.AddRow([_("""This page allows you as the list owner, to permanent
+ table.AddRow([_("""This page allows you as the list owner, to permanently
remove this mailing list from the system. <strong>This action is not
undoable</strong> so you should undertake it only if you are absolutely
sure this mailing list has served its purpose and is no longer necessary.
diff --git a/Mailman/Gui/General.py b/Mailman/Gui/General.py
index 43c5967d..b398bc92 100644
--- a/Mailman/Gui/General.py
+++ b/Mailman/Gui/General.py
@@ -344,7 +344,7 @@ class General(GUIBase):
type="hidden" name="new_member_options" value="ignore">'''),
_("""When a new member is subscribed to this list, their initial
- set of options is taken from the this variable's setting.""")),
+ set of options is taken from this variable's setting.""")),
('administrivia', mm_cfg.Radio, (_('No'), _('Yes')), 0,
_('''(Administrivia filter) Check postings and intercept ones
@@ -423,15 +423,15 @@ class General(GUIBase):
mailing list to avoid stray bounces? <em>Yes</em> is
recommended."""),
- _(""""<a href="http://www.faqs.org/rfcs/rfc2822.html">RFC
+ _("""<a href="http://www.faqs.org/rfcs/rfc2822.html">RFC
2822</a> defines the <tt>Sender</tt> header and defines it
as "the mailbox of the agent responsible for the actual
transmission of the message." Mailman replaces this header
- per default with the list's bounce address.
+ by default with the list's bounce address.
<p>While it is debatable if Mailman is such an agent, setting
this header helps directing bounces from some broken MTAs to
- the right destination. On the other hand do some mail
+ the right destination. On the other hand, some mail
readers show unexpected behaviour if this header is set (like
missing addresses in forwarded mails and copies sent to the
bounce address on reply-to-all), so it can be disabled
diff --git a/Mailman/Gui/NonDigest.py b/Mailman/Gui/NonDigest.py
index d1d0d232..9af4a2be 100644
--- a/Mailman/Gui/NonDigest.py
+++ b/Mailman/Gui/NonDigest.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2007 by the Free Software Foundation, Inc.
+# Copyright (C) 2001-2010 by the Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
@@ -82,7 +82,7 @@ class NonDigest(GUIBase):
address.
<p>When personalization is enabled, a few more expansion
- variables that can be included in the <a
+ variables can be included in the <a
href="?VARHELP=nondigest/msg_header">message header</a> and
<a href="?VARHELP=nondigest/msg_footer">message footer</a>.
@@ -139,10 +139,10 @@ and footers:
info.extend([
('scrub_nondigest', mm_cfg.Toggle, (_('No'), _('Yes')), 0,
_('Scrub attachments of regular delivery message?'),
- _('''When you scrub attachments, they are stored in archive
+ _('''When you scrub attachments, they are stored in the archive
area and links are made in the message so that the member can
- access via web browser. If you want the attachments totally
- disappear, you can use content filter options.''')),
+ access them via a web browser. If you want the attachments to
+ totally disappear, you can use content filtering options.''')),
])
info.extend([
diff --git a/NEWS b/NEWS
index ecdd99c1..48e1660a 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,7 @@ Copyright (C) 1998-2010 by the Free Software Foundation, Inc.
Here is a history of user visible changes to Mailman.
-2.1.14rc1 (9-Sep-2010)
+2.1.14 (xx-Sep-2010)
Security
@@ -48,6 +48,9 @@ Here is a history of user visible changes to Mailman.
Bug Fixes and other patches
+ - Made minor wording improvements and typo corrections in some messages.
+ Bug #426979.
+
- Fixed i18n._() to catch exceptions due to bad formats. Bug #632660.
- Fixed admindb interface to decode base64 and quoted-printable encoded
diff --git a/messages/ar/LC_MESSAGES/mailman.po b/messages/ar/LC_MESSAGES/mailman.po
index 32abbeaa..7c982bd0 100644
--- a/messages/ar/LC_MESSAGES/mailman.po
+++ b/messages/ar/LC_MESSAGES/mailman.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: mailman_ar\n"
-"POT-Creation-Date: Tue Jul 27 08:05:43 2010\n"
+"POT-Creation-Date: Fri Sep 10 10:50:49 2010\n"
"PO-Revision-Date: 2006-03-19 17:06+0300\n"
"Last-Translator: Munzir Taha <munzirtaha@newhorizons.com.sa>\n"
"Language-Team: Arabic\n"
@@ -100,7 +100,7 @@ msgstr "يوليو"
msgid "June"
msgstr "يونيو"
-#: Mailman/Archiver/HyperArch.py:923 Mailman/i18n.py:103
+#: Mailman/Archiver/HyperArch.py:923 Mailman/i18n.py:107
msgid "May"
msgstr "مايو"
@@ -281,10 +281,12 @@ msgstr ""
" هؤلاء الناس لن يستلموا أي بريد."
#: Mailman/Cgi/admin.py:194
+#, fuzzy
msgid ""
"You have regular list members but non-digestified mail is\n"
-" turned off. They will receive mail until you fix this\n"
-" problem."
+" turned off. They will receive non-digestified mail until "
+"you\n"
+" fix this problem."
msgstr ""
"لديك مشتركين بالإفراد، ولكن البريد بالإفراد معطل.\n"
" سوف يستلم هؤلاء الناس البريد إلى أن تحل المشكلة"
@@ -505,7 +507,7 @@ msgstr "اسم الموضوع:"
msgid "Regexp:"
msgstr "صيغة نظامية Regexp:"
-#: Mailman/Cgi/admin.py:709 Mailman/Cgi/options.py:1046
+#: Mailman/Cgi/admin.py:709 Mailman/Cgi/options.py:1047
msgid "Description:"
msgstr "الشرح:"
@@ -1530,8 +1532,8 @@ msgstr ""
"اضغط على زر <em>إلغاء الاشتراك</em> تحت لإكمال عملية التأكيد\n"
" <p>أو اضغط <em>إلغاء وإزالة</em> لإلغاء طلب إلغاء الاشتراك."
-#: Mailman/Cgi/confirm.py:491 Mailman/Cgi/options.py:760
-#: Mailman/Cgi/options.py:904 Mailman/Cgi/options.py:914
+#: Mailman/Cgi/confirm.py:491 Mailman/Cgi/options.py:761
+#: Mailman/Cgi/options.py:905 Mailman/Cgi/options.py:915
msgid "Unsubscribe"
msgstr "إلغاء الاشتراك"
@@ -2164,7 +2166,7 @@ msgstr ""
msgid "Edit Options"
msgstr "خيارات التحرير"
-#: Mailman/Cgi/listinfo.py:201 Mailman/Cgi/options.py:869
+#: Mailman/Cgi/listinfo.py:201 Mailman/Cgi/options.py:870
#: Mailman/Cgi/roster.py:118
msgid "View this page in"
msgstr "اعرض هذه الصفحة في"
@@ -2185,8 +2187,8 @@ msgstr "لا يوجد عنوان معطى"
msgid "Illegal Email Address: %(safeuser)s"
msgstr "عنوان بريد إلكتروني غير نظامي: %(safeuser)s"
-#: Mailman/Cgi/options.py:128 Mailman/Cgi/options.py:192
-#: Mailman/Cgi/options.py:214
+#: Mailman/Cgi/options.py:128 Mailman/Cgi/options.py:193
+#: Mailman/Cgi/options.py:215
msgid "No such member: %(safeuser)s."
msgstr "لا يوجد مثل هذ العضو: %(safeuser)s"
@@ -2196,35 +2198,35 @@ msgid ""
" forwarded to the list administrator for approval."
msgstr "تم تحويل طلب إلغاء اشتراكك إلى مشرف القائمة للموافقة."
-#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:197
+#: Mailman/Cgi/options.py:184 Mailman/Cgi/options.py:198
msgid "The confirmation email has been sent."
msgstr "تم إرسال رسالة التأكيد."
-#: Mailman/Cgi/options.py:208 Mailman/Cgi/options.py:220
-#: Mailman/Cgi/options.py:277
+#: Mailman/Cgi/options.py:209 Mailman/Cgi/options.py:221
+#: Mailman/Cgi/options.py:278
msgid "A reminder of your password has been emailed to you."
msgstr "رسالة تذكيرية لكلمة سرك قد أرسلت إليك."
-#: Mailman/Cgi/options.py:249
+#: Mailman/Cgi/options.py:250
msgid "Authentication failed."
msgstr "فشل التحقق."
-#: Mailman/Cgi/options.py:284
+#: Mailman/Cgi/options.py:285
msgid ""
"The list administrator may not view the other\n"
" subscriptions for this user."
msgstr ""
-#: Mailman/Cgi/options.py:285 Mailman/Cgi/options.py:328
-#: Mailman/Cgi/options.py:456 Mailman/Cgi/options.py:672
+#: Mailman/Cgi/options.py:286 Mailman/Cgi/options.py:329
+#: Mailman/Cgi/options.py:457 Mailman/Cgi/options.py:673
msgid "Note: "
msgstr "ملاحظة: "
-#: Mailman/Cgi/options.py:290
+#: Mailman/Cgi/options.py:291
msgid "List subscriptions for %(safeuser)s on %(hostname)s"
msgstr "اشتراكات القائمة لـ %(safeuser)s على الخادم %(hostname)s"
-#: Mailman/Cgi/options.py:293
+#: Mailman/Cgi/options.py:294
msgid ""
"Click on a link to visit your options page for the\n"
" requested mailing list."
@@ -2232,22 +2234,22 @@ msgstr ""
"انقر على الرابط للذهاب إلى صفحة الخيارات المتعلقة بك من أجل القائمة البريدية "
"المطلوبة."
-#: Mailman/Cgi/options.py:325
+#: Mailman/Cgi/options.py:326
msgid ""
"The list administrator may not change the names\n"
" or addresses for this user's other subscriptions. However, the\n"
" subscription for this mailing list has been changed."
msgstr ""
-#: Mailman/Cgi/options.py:348
+#: Mailman/Cgi/options.py:349
msgid "Addresses did not match!"
msgstr "العناوين لم تتطابق!"
-#: Mailman/Cgi/options.py:353
+#: Mailman/Cgi/options.py:354
msgid "You are already using that email address"
msgstr "أنت تستعمل أصلاً ذلك العنوان البريدي الإلكتروني"
-#: Mailman/Cgi/options.py:365
+#: Mailman/Cgi/options.py:366
msgid ""
"The new address you requested %(newaddr)s is already a member of the\n"
"%(listname)s mailing list, however you have also requested a global change "
@@ -2259,31 +2261,31 @@ msgstr ""
"%(listname)s, مع أنك طلبت أيضاً تغيير العنوان بشكل عام. عند التأكيد سيتم "
"تغيير كل قائمة بريدية تحتوي على العنوان %(safeuser)s. "
-#: Mailman/Cgi/options.py:374
+#: Mailman/Cgi/options.py:375
msgid "The new address is already a member: %(newaddr)s"
msgstr "العنوان الجديد عضو أصلاً: %(newaddr)s"
-#: Mailman/Cgi/options.py:380
+#: Mailman/Cgi/options.py:381
msgid "Addresses may not be blank"
msgstr "العناوين يجب أن لا تكون فارغة"
-#: Mailman/Cgi/options.py:394
+#: Mailman/Cgi/options.py:395
msgid "A confirmation message has been sent to %(newaddr)s. "
msgstr "تم إرسال رسالة تأكيد إلى: %(newaddr)s. "
-#: Mailman/Cgi/options.py:403
+#: Mailman/Cgi/options.py:404
msgid "Bad email address provided"
msgstr "تم التزويد بعنوان سيء"
-#: Mailman/Cgi/options.py:405
+#: Mailman/Cgi/options.py:406
msgid "Illegal email address provided"
msgstr "تم التزويد بعنوان غير نظامي"
-#: Mailman/Cgi/options.py:407
+#: Mailman/Cgi/options.py:408
msgid "%(newaddr)s is already a member of the list."
msgstr "%(newaddr)s عضو أصلاً في القائمة."
-#: Mailman/Cgi/options.py:410
+#: Mailman/Cgi/options.py:411
#, fuzzy
msgid ""
"%(newaddr)s is banned from this list. If you\n"
@@ -2294,11 +2296,11 @@ msgstr ""
"إذا كنت ترى أن هذا حصل بالخطأ، الرجاء اتصل بأصحاب القائمة في الارتباط %"
"(listowner)s."
-#: Mailman/Cgi/options.py:421
+#: Mailman/Cgi/options.py:422
msgid "Member name successfully changed. "
msgstr "تم تغيير اسم العضو بنجاح. "
-#: Mailman/Cgi/options.py:431
+#: Mailman/Cgi/options.py:432
#, fuzzy
msgid ""
"The list administrator may not change the\n"
@@ -2307,15 +2309,15 @@ msgstr ""
"لقد عطل مشرف القائمة الإرسال بغير الدفعات لهذه القائمة، ولهذا لم يتم ضبط "
"خيار الإرسال لك. على كل حال تم ضبط الخيارات الأخرى بنجاح."
-#: Mailman/Cgi/options.py:440
+#: Mailman/Cgi/options.py:441
msgid "Passwords may not be blank"
msgstr "يجب أن لا تكون كلمات السر فارغة."
-#: Mailman/Cgi/options.py:445
+#: Mailman/Cgi/options.py:446
msgid "Passwords did not match!"
msgstr "لم تتطابق كلمات السر!"
-#: Mailman/Cgi/options.py:453
+#: Mailman/Cgi/options.py:454
#, fuzzy
msgid ""
"The list administrator may not change the\n"
@@ -2325,12 +2327,12 @@ msgstr ""
"لقد عطل مشرف القائمة الإرسال بغير الدفعات لهذه القائمة، ولهذا لم يتم ضبط "
"خيار الإرسال لك. على كل حال تم ضبط الخيارات الأخرى بنجاح."
-#: Mailman/Cgi/options.py:470 Mailman/Commands/cmd_password.py:83
+#: Mailman/Cgi/options.py:471 Mailman/Commands/cmd_password.py:83
#: Mailman/Commands/cmd_password.py:109
msgid "Password successfully changed."
msgstr "تم تغيير كلمة السر بنجاح."
-#: Mailman/Cgi/options.py:479
+#: Mailman/Cgi/options.py:480
msgid ""
"You must confirm your unsubscription request by turning\n"
" on the checkbox below the <em>Unsubscribe</em> button. You\n"
@@ -2339,11 +2341,11 @@ msgstr ""
"يجب عليك تأكيد إلغاء اشتراكك بتفعيل حقل صح/خطأ تحت زر <em>إلغاء الاشتراك</"
"em>. لم يتم إلغاء اشتراكك."
-#: Mailman/Cgi/options.py:511
+#: Mailman/Cgi/options.py:512
msgid "Unsubscription results"
msgstr "نتائج إلغاء الاشتراك"
-#: Mailman/Cgi/options.py:515
+#: Mailman/Cgi/options.py:516
msgid ""
"Your unsubscription request has been received and\n"
" forwarded on to the list moderators for approval. You will\n"
@@ -2353,7 +2355,7 @@ msgstr ""
"تم استلام طلب إلغاء اشتراكك وتم تحويله إلى منظمي القائمة للموافقة. سوف تستلم "
"إعلام فور اتخاذ منظمي القائمة قرارهم."
-#: Mailman/Cgi/options.py:520
+#: Mailman/Cgi/options.py:521
msgid ""
"You have been successfully unsubscribed from the\n"
" mailing list %(fqdn_listname)s. If you were receiving digest\n"
@@ -2366,7 +2368,7 @@ msgstr ""
"إرسال بالدفعات فقد تستلم دفعة أخرى واحدة. إن كان عندك أي أسئلة حول إلغاء "
"اشتراكك، الرجاء اتصل بمالكي القائمة %(owneraddr)s."
-#: Mailman/Cgi/options.py:669
+#: Mailman/Cgi/options.py:670
msgid ""
"The list administrator may not change the\n"
" options for this user's other subscriptions. However the\n"
@@ -2374,7 +2376,7 @@ msgid ""
" changed."
msgstr ""
-#: Mailman/Cgi/options.py:679
+#: Mailman/Cgi/options.py:680
msgid ""
"The list administrator has disabled digest delivery for\n"
" this list, so your delivery option has not been set. However "
@@ -2384,7 +2386,7 @@ msgstr ""
"لقد عطل مشرف القائمة الإرسال بالدفعات لهذه القائمة، ولهذا لم يتم ضبط خيار "
"الإرسال لك. على كل حال تم ضبط الخيارات الأخرى بنجاح."
-#: Mailman/Cgi/options.py:683
+#: Mailman/Cgi/options.py:684
msgid ""
"The list administrator has disabled non-digest delivery\n"
" for this list, so your delivery option has not been set. "
@@ -2394,63 +2396,63 @@ msgstr ""
"لقد عطل مشرف القائمة الإرسال بغير الدفعات لهذه القائمة، ولهذا لم يتم ضبط "
"خيار الإرسال لك. على كل حال تم ضبط الخيارات الأخرى بنجاح."
-#: Mailman/Cgi/options.py:687
+#: Mailman/Cgi/options.py:688
msgid "You have successfully set your options."
msgstr "لقد قمت بتحديد خياراتك بنجاح."
-#: Mailman/Cgi/options.py:690
+#: Mailman/Cgi/options.py:691
msgid "You may get one last digest."
msgstr "من الممكن أن تتلقى دفعة أخيرة واحدة."
-#: Mailman/Cgi/options.py:762
+#: Mailman/Cgi/options.py:763
msgid "<em>Yes, I really want to unsubscribe</em>"
msgstr "<em>نعم، أنا أريد حقيقة أن ألغي اشتراكي</em>"
-#: Mailman/Cgi/options.py:766
+#: Mailman/Cgi/options.py:767
msgid "Change My Password"
msgstr "غير كلمة سري"
-#: Mailman/Cgi/options.py:769
+#: Mailman/Cgi/options.py:770
msgid "List my other subscriptions"
msgstr "اعرض اشتراكاتي الأخرى"
-#: Mailman/Cgi/options.py:775
+#: Mailman/Cgi/options.py:776
msgid "Email My Password To Me"
msgstr "أرسل كلمة سري إلي برسالة إلكترونية"
-#: Mailman/Cgi/options.py:777
+#: Mailman/Cgi/options.py:778
msgid "password"
msgstr "كلمة السر"
-#: Mailman/Cgi/options.py:779
+#: Mailman/Cgi/options.py:780
msgid "Log out"
msgstr "خروج"
-#: Mailman/Cgi/options.py:781
+#: Mailman/Cgi/options.py:782
msgid "Submit My Changes"
msgstr "أرسل تعديلاتي"
-#: Mailman/Cgi/options.py:793
+#: Mailman/Cgi/options.py:794
msgid "days"
msgstr "يوم"
-#: Mailman/Cgi/options.py:795
+#: Mailman/Cgi/options.py:796
msgid "day"
msgstr "يوم"
-#: Mailman/Cgi/options.py:796
+#: Mailman/Cgi/options.py:797
msgid "%(days)d %(units)s"
msgstr "%(days)d %(units)s"
-#: Mailman/Cgi/options.py:802
+#: Mailman/Cgi/options.py:803
msgid "Change My Address and Name"
msgstr "غير عنواني واسمي"
-#: Mailman/Cgi/options.py:828
+#: Mailman/Cgi/options.py:829
msgid "<em>No topics defined</em>"
msgstr "<em>لا يوجد مواضيع معرفة</em>"
-#: Mailman/Cgi/options.py:836
+#: Mailman/Cgi/options.py:837
msgid ""
"\n"
"You are subscribed to this list with the case-preserved address\n"
@@ -2459,19 +2461,19 @@ msgstr ""
"\n"
"أنت مشترك في هذه القائمة بالعنوان المحفوظ حالة أحرفه <em>%(cpuser)s</em>."
-#: Mailman/Cgi/options.py:850
+#: Mailman/Cgi/options.py:851
msgid "%(realname)s list: member options login page"
msgstr "صفحة الدخول إلى خيارات عضو القائمة %(realname)s "
-#: Mailman/Cgi/options.py:851
+#: Mailman/Cgi/options.py:852
msgid "email address and "
msgstr "عنوان إلكتروني و "
-#: Mailman/Cgi/options.py:854
+#: Mailman/Cgi/options.py:855
msgid "%(realname)s list: member options for user %(safeuser)s"
msgstr "خيارات عضو القائمة %(realname)s للمستخدم %(safeuser)s"
-#: Mailman/Cgi/options.py:880
+#: Mailman/Cgi/options.py:881
msgid ""
"In order to change your membership option, you must\n"
" first log in by giving your %(extra)smembership password in the section\n"
@@ -2496,19 +2498,19 @@ msgstr ""
"الكوكيز مفعلة في مستعرضك، وإلا فلن تؤثر أي من تغييراتك.\n"
" "
-#: Mailman/Cgi/options.py:894
+#: Mailman/Cgi/options.py:895
msgid "Email address:"
msgstr "البريد الإلكتروني:"
-#: Mailman/Cgi/options.py:898
+#: Mailman/Cgi/options.py:899
msgid "Password:"
msgstr "كلمة السر:"
-#: Mailman/Cgi/options.py:900
+#: Mailman/Cgi/options.py:901
msgid "Log in"
msgstr "دخول"
-#: Mailman/Cgi/options.py:908
+#: Mailman/Cgi/options.py:909
msgid ""
"By clicking on the <em>Unsubscribe</em> button, a\n"
" confirmation message will be emailed to you. This message will have a\n"
@@ -2520,38 +2522,38 @@ msgstr ""
"هذه الرسالة على رابط عليك أن تنقر عليه لتكمل عملية الإزالة (يمكنك أيضاً "
"التأكيد بالبريد، انظر التعليمات في رسالة التأكيد)."
-#: Mailman/Cgi/options.py:916
+#: Mailman/Cgi/options.py:917
msgid "Password reminder"
msgstr "مذكر كلمة السر"
-#: Mailman/Cgi/options.py:920
+#: Mailman/Cgi/options.py:921
msgid ""
"By clicking on the <em>Remind</em> button, your\n"
" password will be emailed to you."
msgstr ""
"بالنقر على زر <em>تذكير</em>, سوف يتم إرسال كلمة سرك إليك بالبريد الإلكتروني."
-#: Mailman/Cgi/options.py:923
+#: Mailman/Cgi/options.py:924
msgid "Remind"
msgstr "تذكير"
-#: Mailman/Cgi/options.py:1023
+#: Mailman/Cgi/options.py:1024
msgid "<missing>"
msgstr "<مفقود>"
-#: Mailman/Cgi/options.py:1034
+#: Mailman/Cgi/options.py:1035
msgid "Requested topic is not valid: %(topicname)s"
msgstr "موضوع مطلوب غير صحيح: %(topicname)s"
-#: Mailman/Cgi/options.py:1039
+#: Mailman/Cgi/options.py:1040
msgid "Topic filter details"
msgstr "تفاصيل مصفي الموضوع"
-#: Mailman/Cgi/options.py:1042
+#: Mailman/Cgi/options.py:1043
msgid "Name:"
msgstr "الاسم:"
-#: Mailman/Cgi/options.py:1044
+#: Mailman/Cgi/options.py:1045
msgid "Pattern (as regexp):"
msgstr "الصيغة المكررة (كصيغة نظامية):"
@@ -2609,8 +2611,9 @@ msgid "Permanently remove mailing list <em>%(realname)s</em>"
msgstr "أزل القائمة <em>%(realname)s</em> بشكل دائم"
#: Mailman/Cgi/rmlist.py:204
+#, fuzzy
msgid ""
-"This page allows you as the list owner, to permanent\n"
+"This page allows you as the list owner, to permanently\n"
" remove this mailing list from the system. <strong>This action is not\n"
" undoable</strong> so you should undertake it only if you are absolutely\n"
" sure this mailing list has served its purpose and is no longer "
@@ -5079,9 +5082,10 @@ msgstr ""
" type=\"hidden\" name=\"new_member_options\" value=\"ignore\">"
#: Mailman/Gui/General.py:346
+#, fuzzy
msgid ""
"When a new member is subscribed to this list, their initial\n"
-" set of options is taken from the this variable's setting."
+" set of options is taken from this variable's setting."
msgstr ""
"عندما يشترك عضو جديد في هذه القائمة فإن الضبط الابتدائي لخياراتهم سوف يؤخذ "
"من هذا المتغير. "
@@ -5226,18 +5230,18 @@ msgstr ""
#: Mailman/Gui/General.py:426
msgid ""
-"\"<a href=\"http://www.faqs.org/rfcs/rfc2822.html\">RFC\n"
+"<a href=\"http://www.faqs.org/rfcs/rfc2822.html\">RFC\n"
" 2822</a> defines the <tt>Sender</tt> header and defines it\n"
" as \"the mailbox of the agent responsible for the actual\n"
" transmission of the message.\" Mailman replaces this "
"header\n"
-" per default with the list's bounce address.\n"
+" by default with the list's bounce address.\n"
" \n"
" <p>While it is debatable if Mailman is such an agent, "
"setting\n"
" this header helps directing bounces from some broken MTAs "
"to\n"
-" the right destination. On the other hand do some mail\n"
+" the right destination. On the other hand, some mail\n"
" readers show unexpected behaviour if this header is set "
"(like\n"
" missing addresses in forwarded mails and copies sent to "
@@ -5450,6 +5454,7 @@ msgstr ""
"من أجل نقاش حول قضايا مهمة حول الأداء."
#: Mailman/Gui/NonDigest.py:61
+#, fuzzy
msgid ""
"Normally, Mailman sends the regular delivery messages to\n"
" the mail server in batches. This is much more efficent\n"
@@ -5482,7 +5487,7 @@ msgid ""
" address.\n"
"\n"
" <p>When personalization is enabled, a few more expansion\n"
-" variables that can be included in the <a\n"
+" variables can be included in the <a\n"
" href=\"?VARHELP=nondigest/msg_header\">message header</a> "
"and\n"
" <a href=\"?VARHELP=nondigest/msg_footer\">message footer</"
@@ -5592,11 +5597,12 @@ msgid "Scrub attachments of regular delivery message?"
msgstr "هل أقوم بفصل المرفقات من الرسائل ذات التوصيل العادي؟"
#: Mailman/Gui/NonDigest.py:142
+#, fuzzy
msgid ""
-"When you scrub attachments, they are stored in archive\n"
+"When you scrub attachments, they are stored in the archive\n"
" area and links are made in the message so that the member can\n"
-" access via web browser. If you want the attachments totally\n"
-" disappear, you can use content filter options."
+" access them via a web browser. If you want the attachments to\n"
+" totally disappear, you can use content filtering options."
msgstr ""
"عندما تفصل المرفقات، فإنه يتم حفظها في أرشيف ويتم استبدالها برابط يوضع في "
"الرسالة المرسلة بحيث يستطيع العضو الوصول إليها عن طريق مستعرض الإنترنت. إذا "
@@ -6955,7 +6961,7 @@ msgstr "اذهب إلى قائمة المشتركين"
msgid "Once a month, your password will be emailed to you as a reminder."
msgstr "في كل شهر مرة، سيتم بإذن الله إرسال كلمة سرك إليك كتذكير."
-#: Mailman/HTMLFormatter.py:393
+#: Mailman/HTMLFormatter.py:394
msgid "The current archive"
msgstr "الأرشيف الحالي"
@@ -7532,83 +7538,83 @@ msgstr "مدعومة بلغة بايثون"
msgid "Gnu's Not Unix"
msgstr "جي إن يو ليست يونيكس"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Mon"
msgstr "الإثنين"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Thu"
msgstr "الخميس"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Tue"
msgstr "الثلاثاء"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Wed"
msgstr "الأربعاء"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Fri"
msgstr "الجمعة"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Sat"
msgstr "السبت"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Sun"
msgstr "الأحد"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Apr"
msgstr "أبريل"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Feb"
msgstr "فبراير"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Jan"
msgstr "يناير"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Jun"
msgstr "يونيو"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Mar"
msgstr "مارس"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Aug"
msgstr "إغسطس"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Dec"
msgstr "ديسمبر"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Jul"
msgstr "يوليو"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Nov"
msgstr "نوفمبر"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Oct"
msgstr "أكتوبر"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Sep"
msgstr "سبتمبر"
-#: Mailman/i18n.py:107
+#: Mailman/i18n.py:111
msgid "Server Local Time"
msgstr "الوقت المحلي للخادم"
-#: Mailman/i18n.py:146
+#: Mailman/i18n.py:150
msgid ""
"%(wday)s %(mon)s %(day)2i %(hh)02i:%(mm)02i:%(ss)02i %(tzname)s %(year)04i"
msgstr ""
diff --git a/messages/ast/LC_MESSAGES/mailman.po b/messages/ast/LC_MESSAGES/mailman.po
index 848616ff..263f0005 100644
--- a/messages/ast/LC_MESSAGES/mailman.po
+++ b/messages/ast/LC_MESSAGES/mailman.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Mailman\n"
-"POT-Creation-Date: Tue Jul 27 08:05:43 2010\n"
+"POT-Creation-Date: Fri Sep 10 10:50:49 2010\n"
"PO-Revision-Date: 2009-12-07 17:01+0100\n"
"Last-Translator: astur <malditoastur@gmail.com>\n"
"Language-Team: Asturian <alministradores@softastur.org>\n"
@@ -96,7 +96,7 @@ msgstr "Xunetu"
msgid "June"
msgstr "Xunu"
-#: Mailman/Archiver/HyperArch.py:923 Mailman/i18n.py:103
+#: Mailman/Archiver/HyperArch.py:923 Mailman/i18n.py:107
msgid "May"
msgstr "Mayu"
@@ -278,10 +278,12 @@ msgstr ""
" Esos soscritores nun recibirn corru."
#: Mailman/Cgi/admin.py:194
+#, fuzzy
msgid ""
"You have regular list members but non-digestified mail is\n"
-" turned off. They will receive mail until you fix this\n"
-" problem."
+" turned off. They will receive non-digestified mail until "
+"you\n"
+" fix this problem."
msgstr ""
"Tienes soscritores que quieren recibir el corru a mida que\n"
" llega, pero esta modalid ta desactivada. Ellos\n"
@@ -517,7 +519,7 @@ msgstr "Nome del tema:"
msgid "Regexp:"
msgstr "Espresin regular:"
-#: Mailman/Cgi/admin.py:709 Mailman/Cgi/options.py:1046
+#: Mailman/Cgi/admin.py:709 Mailman/Cgi/options.py:1047
msgid "Description:"
msgstr "Descripcin"
@@ -1618,8 +1620,8 @@ msgstr ""
" <p>O calca <em>Encaboxar y descartar</em> pa encaboxar esta solicit\n"
" de baxa."
-#: Mailman/Cgi/confirm.py:491 Mailman/Cgi/options.py:760
-#: Mailman/Cgi/options.py:904 Mailman/Cgi/options.py:914
+#: Mailman/Cgi/confirm.py:491 Mailman/Cgi/options.py:761
+#: Mailman/Cgi/options.py:905 Mailman/Cgi/options.py:915
msgid "Unsubscribe"
msgstr "Esborrase de la llista"
@@ -2304,7 +2306,7 @@ msgstr ""
msgid "Edit Options"
msgstr "Editar Opciones"
-#: Mailman/Cgi/listinfo.py:201 Mailman/Cgi/options.py:869
+#: Mailman/Cgi/listinfo.py:201 Mailman/Cgi/options.py:870
#: Mailman/Cgi/roster.py:118
msgid "View this page in"
msgstr "Ver esta pxina en "
@@ -2325,8 +2327,8 @@ msgstr "Nun se di direicin"
msgid "Illegal Email Address: %(safeuser)s"
msgstr "Direicin de corru electrnicu incorreuta: %(safeuser)s"
-#: Mailman/Cgi/options.py:128 Mailman/Cgi/options.py:192
-#: Mailman/Cgi/options.py:214
+#: Mailman/Cgi/options.py:128 Mailman/Cgi/options.py:193
+#: Mailman/Cgi/options.py:215
msgid "No such member: %(safeuser)s."
msgstr "Nun esiste soscritor: %(safeuser)s."
@@ -2338,20 +2340,20 @@ msgstr ""
"La solicit de baxa reunvise al\n"
" alministrador de la llista pa que-y de'l preste."
-#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:197
+#: Mailman/Cgi/options.py:184 Mailman/Cgi/options.py:198
msgid "The confirmation email has been sent."
msgstr "La confirmacin unvise per corru electrnicu."
-#: Mailman/Cgi/options.py:208 Mailman/Cgi/options.py:220
-#: Mailman/Cgi/options.py:277
+#: Mailman/Cgi/options.py:209 Mailman/Cgi/options.py:221
+#: Mailman/Cgi/options.py:278
msgid "A reminder of your password has been emailed to you."
msgstr "Unvise un recordatoriu de la to contrasea al to corru-e."
-#: Mailman/Cgi/options.py:249
+#: Mailman/Cgi/options.py:250
msgid "Authentication failed."
msgstr "Fall l'autentificacin."
-#: Mailman/Cgi/options.py:284
+#: Mailman/Cgi/options.py:285
msgid ""
"The list administrator may not view the other\n"
" subscriptions for this user."
@@ -2359,16 +2361,16 @@ msgstr ""
"L'alministrador de la llista puede nun ver les otres\n"
" soscriciones pa esti usuariu."
-#: Mailman/Cgi/options.py:285 Mailman/Cgi/options.py:328
-#: Mailman/Cgi/options.py:456 Mailman/Cgi/options.py:672
+#: Mailman/Cgi/options.py:286 Mailman/Cgi/options.py:329
+#: Mailman/Cgi/options.py:457 Mailman/Cgi/options.py:673
msgid "Note: "
msgstr "Nota: "
-#: Mailman/Cgi/options.py:290
+#: Mailman/Cgi/options.py:291
msgid "List subscriptions for %(safeuser)s on %(hostname)s"
msgstr "soscriciones de %(safeuser)s en %(hostname)s"
-#: Mailman/Cgi/options.py:293
+#: Mailman/Cgi/options.py:294
msgid ""
"Click on a link to visit your options page for the\n"
" requested mailing list."
@@ -2376,7 +2378,7 @@ msgstr ""
"Calca nel enllaz pa visitar la pxina de les tos opciones\n"
" na llista de corru solicitada."
-#: Mailman/Cgi/options.py:325
+#: Mailman/Cgi/options.py:326
msgid ""
"The list administrator may not change the names\n"
" or addresses for this user's other subscriptions. However, the\n"
@@ -2387,15 +2389,15 @@ msgstr ""
"la\n"
" soscricin pa la llista de corru camudse."
-#: Mailman/Cgi/options.py:348
+#: Mailman/Cgi/options.py:349
msgid "Addresses did not match!"
msgstr "Les direiciones nun concasen!"
-#: Mailman/Cgi/options.py:353
+#: Mailman/Cgi/options.py:354
msgid "You are already using that email address"
msgstr "Y tas usando esa direicin de corru electrnicu"
-#: Mailman/Cgi/options.py:365
+#: Mailman/Cgi/options.py:366
msgid ""
"The new address you requested %(newaddr)s is already a member of the\n"
"%(listname)s mailing list, however you have also requested a global change "
@@ -2408,31 +2410,31 @@ msgstr ""
"global de direicin. Una vegada que lo confirmes, tamin se camudar\n"
"cualisquier otra llista de corru que caltenga la direicin %(safeuser)s."
-#: Mailman/Cgi/options.py:374
+#: Mailman/Cgi/options.py:375
msgid "The new address is already a member: %(newaddr)s"
msgstr "La direicin nueva y ta dada d'alta: %(newaddr)s"
-#: Mailman/Cgi/options.py:380
+#: Mailman/Cgi/options.py:381
msgid "Addresses may not be blank"
msgstr "Les direiciones nun pueden tar ermes"
-#: Mailman/Cgi/options.py:394
+#: Mailman/Cgi/options.py:395
msgid "A confirmation message has been sent to %(newaddr)s. "
msgstr "Unvise un mensax de confirmacin a %(newaddr)s"
-#: Mailman/Cgi/options.py:403
+#: Mailman/Cgi/options.py:404
msgid "Bad email address provided"
msgstr "Disti una direicin de corru electrnicu nun vlida"
-#: Mailman/Cgi/options.py:405
+#: Mailman/Cgi/options.py:406
msgid "Illegal email address provided"
msgstr "Dise una direicin de corru electrnicu illegal"
-#: Mailman/Cgi/options.py:407
+#: Mailman/Cgi/options.py:408
msgid "%(newaddr)s is already a member of the list."
msgstr "%(newaddr)s y ta soscritu a la llista."
-#: Mailman/Cgi/options.py:410
+#: Mailman/Cgi/options.py:411
msgid ""
"%(newaddr)s is banned from this list. If you\n"
" think this restriction is erroneous, please contact\n"
@@ -2442,11 +2444,11 @@ msgstr ""
" qu'esta restricin ta mal, por favor, contauta\n"
" colos propietarios de la llista en %(owneraddr)s."
-#: Mailman/Cgi/options.py:421
+#: Mailman/Cgi/options.py:422
msgid "Member name successfully changed. "
msgstr "Nome de soscritor camudaos dafechu."
-#: Mailman/Cgi/options.py:431
+#: Mailman/Cgi/options.py:432
msgid ""
"The list administrator may not change the\n"
" password for a user."
@@ -2454,15 +2456,15 @@ msgstr ""
"L'alministrador de la llista puede non camudar\n"
" la contrasea pal usuariu."
-#: Mailman/Cgi/options.py:440
+#: Mailman/Cgi/options.py:441
msgid "Passwords may not be blank"
msgstr "Les contrasees nun pueden tar ermes"
-#: Mailman/Cgi/options.py:445
+#: Mailman/Cgi/options.py:446
msgid "Passwords did not match!"
msgstr "Les contrasees nun concasen!"
-#: Mailman/Cgi/options.py:453
+#: Mailman/Cgi/options.py:454
msgid ""
"The list administrator may not change the\n"
" password for this user's other subscriptions. However, the\n"
@@ -2472,12 +2474,12 @@ msgstr ""
" contrasea pa esti usuariu n'otres soscriciones. Sicas,\n"
" camudse la contrasea nesta llista de corru."
-#: Mailman/Cgi/options.py:470 Mailman/Commands/cmd_password.py:83
+#: Mailman/Cgi/options.py:471 Mailman/Commands/cmd_password.py:83
#: Mailman/Commands/cmd_password.py:109
msgid "Password successfully changed."
msgstr "Camudse la contrasea dafechu."
-#: Mailman/Cgi/options.py:479
+#: Mailman/Cgi/options.py:480
msgid ""
"You must confirm your unsubscription request by turning\n"
" on the checkbox below the <em>Unsubscribe</em> button. You\n"
@@ -2487,11 +2489,11 @@ msgstr ""
" verificacin que ta embaxu de <em>Desoscribir</em>. Nun se\n"
" t'esborr de la soscricin!"
-#: Mailman/Cgi/options.py:511
+#: Mailman/Cgi/options.py:512
msgid "Unsubscription results"
msgstr "Resultaos de la desoscricin"
-#: Mailman/Cgi/options.py:515
+#: Mailman/Cgi/options.py:516
msgid ""
"Your unsubscription request has been received and\n"
" forwarded on to the list moderators for approval. You will\n"
@@ -2502,7 +2504,7 @@ msgstr ""
" de llendadores pa la so aprobacin. Notificarsete\n"
" cuando'l llendador tenga tomao la so decisin."
-#: Mailman/Cgi/options.py:520
+#: Mailman/Cgi/options.py:521
msgid ""
"You have been successfully unsubscribed from the\n"
" mailing list %(fqdn_listname)s. If you were receiving digest\n"
@@ -2519,7 +2521,7 @@ msgstr ""
" baxa, por favor contauta colos propietarios de la llista en\n"
" %(owneraddr)s."
-#: Mailman/Cgi/options.py:669
+#: Mailman/Cgi/options.py:670
msgid ""
"The list administrator may not change the\n"
" options for this user's other subscriptions. However the\n"
@@ -2531,7 +2533,7 @@ msgstr ""
" casu, camudarnse les opciones pa la soscricin d'esta\n"
" llista."
-#: Mailman/Cgi/options.py:679
+#: Mailman/Cgi/options.py:680
msgid ""
"The list administrator has disabled digest delivery for\n"
" this list, so your delivery option has not been set. However "
@@ -2543,7 +2545,7 @@ msgstr ""
"En tou\n"
" casu, les otres tos opciones afitronse dafechu."
-#: Mailman/Cgi/options.py:683
+#: Mailman/Cgi/options.py:684
msgid ""
"The list administrator has disabled non-digest delivery\n"
" for this list, so your delivery option has not been set. "
@@ -2555,63 +2557,63 @@ msgstr ""
"En tou\n"
" casu, les tos otres opciones afitronse dafechu."
-#: Mailman/Cgi/options.py:687
+#: Mailman/Cgi/options.py:688
msgid "You have successfully set your options."
msgstr "Afitasti les tos opciones con situ."
-#: Mailman/Cgi/options.py:690
+#: Mailman/Cgi/options.py:691
msgid "You may get one last digest."
msgstr "Puede que tengas un caberu corru agrupu."
-#: Mailman/Cgi/options.py:762
+#: Mailman/Cgi/options.py:763
msgid "<em>Yes, I really want to unsubscribe</em>"
msgstr "<em>S, daveres quiero dame de baxa</em>"
-#: Mailman/Cgi/options.py:766
+#: Mailman/Cgi/options.py:767
msgid "Change My Password"
msgstr "Camudar la mio contrasea"
-#: Mailman/Cgi/options.py:769
+#: Mailman/Cgi/options.py:770
msgid "List my other subscriptions"
msgstr "Llistar les mios otres soscriciones"
-#: Mailman/Cgi/options.py:775
+#: Mailman/Cgi/options.py:776
msgid "Email My Password To Me"
msgstr "Unviame la mio contrasea per corru-e"
-#: Mailman/Cgi/options.py:777
+#: Mailman/Cgi/options.py:778
msgid "password"
msgstr "contrasea"
-#: Mailman/Cgi/options.py:779
+#: Mailman/Cgi/options.py:780
msgid "Log out"
msgstr "Colar"
-#: Mailman/Cgi/options.py:781
+#: Mailman/Cgi/options.py:782
msgid "Submit My Changes"
msgstr "Confirmar los mios cambeos"
-#: Mailman/Cgi/options.py:793
+#: Mailman/Cgi/options.py:794
msgid "days"
msgstr "des"
-#: Mailman/Cgi/options.py:795
+#: Mailman/Cgi/options.py:796
msgid "day"
msgstr "da"
-#: Mailman/Cgi/options.py:796
+#: Mailman/Cgi/options.py:797
msgid "%(days)d %(units)s"
msgstr "%(days)d %(units)s"
-#: Mailman/Cgi/options.py:802
+#: Mailman/Cgi/options.py:803
msgid "Change My Address and Name"
msgstr "Camudar la mio Direicin y Nome"
-#: Mailman/Cgi/options.py:828
+#: Mailman/Cgi/options.py:829
msgid "<em>No topics defined</em>"
msgstr "<em>Temes non definos</em>"
-#: Mailman/Cgi/options.py:836
+#: Mailman/Cgi/options.py:837
msgid ""
"\n"
"You are subscribed to this list with the case-preserved address\n"
@@ -2621,19 +2623,19 @@ msgstr ""
"Tas soscritu a la llista cola direicin respetando mayscules y minscules\n"
"<em>%(cpuser)s</em>."
-#: Mailman/Cgi/options.py:850
+#: Mailman/Cgi/options.py:851
msgid "%(realname)s list: member options login page"
msgstr "Llista %(realname)s: pxina d'entrada d'opciones soscritor"
-#: Mailman/Cgi/options.py:851
+#: Mailman/Cgi/options.py:852
msgid "email address and "
msgstr "direicin de corru electrnicu y "
-#: Mailman/Cgi/options.py:854
+#: Mailman/Cgi/options.py:855
msgid "%(realname)s list: member options for user %(safeuser)s"
msgstr "Llista %(realname)s: opciones de soscricin de %(safeuser)s"
-#: Mailman/Cgi/options.py:880
+#: Mailman/Cgi/options.py:881
msgid ""
"In order to change your membership option, you must\n"
" first log in by giving your %(extra)smembership password in the section\n"
@@ -2668,19 +2670,19 @@ msgstr ""
" "
# In this entry insert a space at the end of string, it will be stripped.
-#: Mailman/Cgi/options.py:894
+#: Mailman/Cgi/options.py:895
msgid "Email address:"
msgstr "Corru electrnicu: "
-#: Mailman/Cgi/options.py:898
+#: Mailman/Cgi/options.py:899
msgid "Password:"
msgstr "Contrasea:"
-#: Mailman/Cgi/options.py:900
+#: Mailman/Cgi/options.py:901
msgid "Log in"
msgstr "Entrar"
-#: Mailman/Cgi/options.py:908
+#: Mailman/Cgi/options.py:909
msgid ""
"By clicking on the <em>Unsubscribe</em> button, a\n"
" confirmation message will be emailed to you. This message will have a\n"
@@ -2694,11 +2696,11 @@ msgstr ""
" tamin confirmar per corru electrnicu; mira les intrucciones nel\n"
" mensax de confirmacin)."
-#: Mailman/Cgi/options.py:916
+#: Mailman/Cgi/options.py:917
msgid "Password reminder"
msgstr "Remembrar contrasea"
-#: Mailman/Cgi/options.py:920
+#: Mailman/Cgi/options.py:921
msgid ""
"By clicking on the <em>Remind</em> button, your\n"
" password will be emailed to you."
@@ -2706,27 +2708,27 @@ msgstr ""
"Al calcar en <em>Remembrar</em>, la to\n"
" contrasea unviarsete per email al to corru."
-#: Mailman/Cgi/options.py:923
+#: Mailman/Cgi/options.py:924
msgid "Remind"
msgstr "Remembrar"
-#: Mailman/Cgi/options.py:1023
+#: Mailman/Cgi/options.py:1024
msgid "<missing>"
msgstr "<perdu>"
-#: Mailman/Cgi/options.py:1034
+#: Mailman/Cgi/options.py:1035
msgid "Requested topic is not valid: %(topicname)s"
msgstr "El tema solicitu nun ye vlidu: %(topicname)s"
-#: Mailman/Cgi/options.py:1039
+#: Mailman/Cgi/options.py:1040
msgid "Topic filter details"
msgstr "Detalles de la peera de temes"
-#: Mailman/Cgi/options.py:1042
+#: Mailman/Cgi/options.py:1043
msgid "Name:"
msgstr "Nome:"
-#: Mailman/Cgi/options.py:1044
+#: Mailman/Cgi/options.py:1045
msgid "Pattern (as regexp):"
msgstr "Patrn (como una espresin regular):"
@@ -2786,8 +2788,9 @@ msgid "Permanently remove mailing list <em>%(realname)s</em>"
msgstr "Desaniciar dafechu la llista de corru <em>%(realname)s</em>"
#: Mailman/Cgi/rmlist.py:204
+#, fuzzy
msgid ""
-"This page allows you as the list owner, to permanent\n"
+"This page allows you as the list owner, to permanently\n"
" remove this mailing list from the system. <strong>This action is not\n"
" undoable</strong> so you should undertake it only if you are absolutely\n"
" sure this mailing list has served its purpose and is no longer "
@@ -5618,9 +5621,10 @@ msgstr ""
" type=\"hidden\" name=\"new_member_options\" value=\"ignore\">"
#: Mailman/Gui/General.py:346
+#, fuzzy
msgid ""
"When a new member is subscribed to this list, their initial\n"
-" set of options is taken from the this variable's setting."
+" set of options is taken from this variable's setting."
msgstr ""
"Cuando un nuevu miembru se soscribe a la llista, los valores\n"
" d'aniciu de les sos opciones tomarnse del contenu d'esta "
@@ -5792,18 +5796,18 @@ msgstr ""
#: Mailman/Gui/General.py:426
msgid ""
-"\"<a href=\"http://www.faqs.org/rfcs/rfc2822.html\">RFC\n"
+"<a href=\"http://www.faqs.org/rfcs/rfc2822.html\">RFC\n"
" 2822</a> defines the <tt>Sender</tt> header and defines it\n"
" as \"the mailbox of the agent responsible for the actual\n"
" transmission of the message.\" Mailman replaces this "
"header\n"
-" per default with the list's bounce address.\n"
+" by default with the list's bounce address.\n"
" \n"
" <p>While it is debatable if Mailman is such an agent, "
"setting\n"
" this header helps directing bounces from some broken MTAs "
"to\n"
-" the right destination. On the other hand do some mail\n"
+" the right destination. On the other hand, some mail\n"
" readers show unexpected behaviour if this header is set "
"(like\n"
" missing addresses in forwarded mails and copies sent to "
@@ -6046,6 +6050,7 @@ msgstr ""
" lleer una discusin de temes qu'afeuten al rendimientu."
#: Mailman/Gui/NonDigest.py:61
+#, fuzzy
msgid ""
"Normally, Mailman sends the regular delivery messages to\n"
" the mail server in batches. This is much more efficent\n"
@@ -6078,7 +6083,7 @@ msgid ""
" address.\n"
"\n"
" <p>When personalization is enabled, a few more expansion\n"
-" variables that can be included in the <a\n"
+" variables can be included in the <a\n"
" href=\"?VARHELP=nondigest/msg_header\">message header</a> "
"and\n"
" <a href=\"?VARHELP=nondigest/msg_footer\">message footer</"
@@ -6227,11 +6232,12 @@ msgid "Scrub attachments of regular delivery message?"
msgstr "Desaniciar los axuntos de los mensaxes regulares?"
#: Mailman/Gui/NonDigest.py:142
+#, fuzzy
msgid ""
-"When you scrub attachments, they are stored in archive\n"
+"When you scrub attachments, they are stored in the archive\n"
" area and links are made in the message so that the member can\n"
-" access via web browser. If you want the attachments totally\n"
-" disappear, you can use content filter options."
+" access them via a web browser. If you want the attachments to\n"
+" totally disappear, you can use content filtering options."
msgstr ""
"Cuando s'esborren los axuntos del mensax, atrxense nn rea\n"
" d'almacenamientu y sustitinse por enllaces, de mou que'l\n"
@@ -7871,7 +7877,7 @@ msgstr "Visitar Llista Soscritores"
msgid "Once a month, your password will be emailed to you as a reminder."
msgstr "Cada ms, se unviar la to clave per corru pa remembratela."
-#: Mailman/HTMLFormatter.py:393
+#: Mailman/HTMLFormatter.py:394
msgid "The current archive"
msgstr "L'archivu actual"
@@ -8475,83 +8481,83 @@ msgstr "Fecho en Python"
msgid "Gnu's Not Unix"
msgstr "Gnu Nun ye Unix"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Mon"
msgstr "Llu"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Thu"
msgstr "Xue"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Tue"
msgstr "Mar"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Wed"
msgstr "Mi"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Fri"
msgstr "Vie"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Sat"
msgstr "Sb"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Sun"
msgstr "Dom"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Apr"
msgstr "Abr"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Feb"
msgstr "Feb"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Jan"
msgstr "Xin"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Jun"
msgstr "Xun"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Mar"
msgstr "Mar"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Aug"
msgstr "Ago"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Dec"
msgstr "Avi"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Jul"
msgstr "Xnt"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Nov"
msgstr "Pay"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Oct"
msgstr "Och"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Sep"
msgstr "Set"
-#: Mailman/i18n.py:107
+#: Mailman/i18n.py:111
msgid "Server Local Time"
msgstr "Hora llocal del sirvidor"
-#: Mailman/i18n.py:146
+#: Mailman/i18n.py:150
msgid ""
"%(wday)s %(mon)s %(day)2i %(hh)02i:%(mm)02i:%(ss)02i %(tzname)s %(year)04i"
msgstr ""
diff --git a/messages/ca/LC_MESSAGES/mailman.po b/messages/ca/LC_MESSAGES/mailman.po
index 67379747..994a562a 100644
--- a/messages/ca/LC_MESSAGES/mailman.po
+++ b/messages/ca/LC_MESSAGES/mailman.po
@@ -14,7 +14,7 @@
msgid ""
msgstr ""
"Project-Id-Version: mailman 2.1.11\n"
-"POT-Creation-Date: Tue Jul 27 08:05:43 2010\n"
+"POT-Creation-Date: Fri Sep 10 10:50:49 2010\n"
"PO-Revision-Date: 2009-01-28 01:23+0100\n"
"Last-Translator: David Planella <david.planella@gmail.com>\n"
"Language-Team: Catalan <mailman@llistes.softcatala.org>\n"
@@ -105,7 +105,7 @@ msgstr "juliol"
msgid "June"
msgstr "juny"
-#: Mailman/Archiver/HyperArch.py:923 Mailman/i18n.py:103
+#: Mailman/Archiver/HyperArch.py:923 Mailman/i18n.py:107
msgid "May"
msgstr "maig"
@@ -288,10 +288,12 @@ msgstr ""
" podran rebre cap correu."
#: Mailman/Cgi/admin.py:194
+#, fuzzy
msgid ""
"You have regular list members but non-digestified mail is\n"
-" turned off. They will receive mail until you fix this\n"
-" problem."
+" turned off. They will receive non-digestified mail until "
+"you\n"
+" fix this problem."
msgstr ""
"Hi ha subscriptors que reben els correus de forma individual, però "
"l'enviament\n"
@@ -525,7 +527,7 @@ msgstr "Nom del tema:"
msgid "Regexp:"
msgstr "Expressió regular:"
-#: Mailman/Cgi/admin.py:709 Mailman/Cgi/options.py:1046
+#: Mailman/Cgi/admin.py:709 Mailman/Cgi/options.py:1047
msgid "Description:"
msgstr "Descripció:"
@@ -1645,8 +1647,8 @@ msgstr ""
"de\n"
" cancel·lació de subscripció."
-#: Mailman/Cgi/confirm.py:491 Mailman/Cgi/options.py:760
-#: Mailman/Cgi/options.py:904 Mailman/Cgi/options.py:914
+#: Mailman/Cgi/confirm.py:491 Mailman/Cgi/options.py:761
+#: Mailman/Cgi/options.py:905 Mailman/Cgi/options.py:915
msgid "Unsubscribe"
msgstr "Cancel·la la subscripció"
@@ -2343,7 +2345,7 @@ msgstr ""
msgid "Edit Options"
msgstr "Edita les opcions"
-#: Mailman/Cgi/listinfo.py:201 Mailman/Cgi/options.py:869
+#: Mailman/Cgi/listinfo.py:201 Mailman/Cgi/options.py:870
#: Mailman/Cgi/roster.py:118
msgid "View this page in"
msgstr "Mostra aquesta pàgina en"
@@ -2364,8 +2366,8 @@ msgstr "No s'ha especificat cap adreça"
msgid "Illegal Email Address: %(safeuser)s"
msgstr "Adreça de correu electrònic errònia: %(safeuser)s"
-#: Mailman/Cgi/options.py:128 Mailman/Cgi/options.py:192
-#: Mailman/Cgi/options.py:214
+#: Mailman/Cgi/options.py:128 Mailman/Cgi/options.py:193
+#: Mailman/Cgi/options.py:215
msgid "No such member: %(safeuser)s."
msgstr "El membre no existeix: %(safeuser)s."
@@ -2378,22 +2380,22 @@ msgstr ""
" s'ha enviat a l'administrador de la llista\n"
" perquè l'aprovi."
-#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:197
+#: Mailman/Cgi/options.py:184 Mailman/Cgi/options.py:198
msgid "The confirmation email has been sent."
msgstr "S'ha enviat el correu electrònic de confirmació."
-#: Mailman/Cgi/options.py:208 Mailman/Cgi/options.py:220
-#: Mailman/Cgi/options.py:277
+#: Mailman/Cgi/options.py:209 Mailman/Cgi/options.py:221
+#: Mailman/Cgi/options.py:278
msgid "A reminder of your password has been emailed to you."
msgstr ""
"Se us ha enviat un recordatori de la vostra contrasenya per correu "
"electrònic."
-#: Mailman/Cgi/options.py:249
+#: Mailman/Cgi/options.py:250
msgid "Authentication failed."
msgstr "Ha fallat l'autenticació."
-#: Mailman/Cgi/options.py:284
+#: Mailman/Cgi/options.py:285
msgid ""
"The list administrator may not view the other\n"
" subscriptions for this user."
@@ -2401,16 +2403,16 @@ msgstr ""
"L'administrador de la llista no pot visualitzar les\n"
" altres subscripcions d'aquest usuari."
-#: Mailman/Cgi/options.py:285 Mailman/Cgi/options.py:328
-#: Mailman/Cgi/options.py:456 Mailman/Cgi/options.py:672
+#: Mailman/Cgi/options.py:286 Mailman/Cgi/options.py:329
+#: Mailman/Cgi/options.py:457 Mailman/Cgi/options.py:673
msgid "Note: "
msgstr "Nota: "
-#: Mailman/Cgi/options.py:290
+#: Mailman/Cgi/options.py:291
msgid "List subscriptions for %(safeuser)s on %(hostname)s"
msgstr "Subscripcions de la llista per %(safeuser)s a %(hostname)s"
-#: Mailman/Cgi/options.py:293
+#: Mailman/Cgi/options.py:294
msgid ""
"Click on a link to visit your options page for the\n"
" requested mailing list."
@@ -2418,7 +2420,7 @@ msgstr ""
"Feu clic en un enllaç per a visitar la vostra pàgina\n"
" d'opcions de la llista sol·licitada."
-#: Mailman/Cgi/options.py:325
+#: Mailman/Cgi/options.py:326
msgid ""
"The list administrator may not change the names\n"
" or addresses for this user's other subscriptions. However, the\n"
@@ -2429,15 +2431,15 @@ msgstr ""
" maneres, s'ha canviat la subscripció per a aquesta llista de "
"correu."
-#: Mailman/Cgi/options.py:348
+#: Mailman/Cgi/options.py:349
msgid "Addresses did not match!"
msgstr "Les adreces no coincideixen"
-#: Mailman/Cgi/options.py:353
+#: Mailman/Cgi/options.py:354
msgid "You are already using that email address"
msgstr "Ja esteu fent servir aquesta adreça de correu electrònic"
-#: Mailman/Cgi/options.py:365
+#: Mailman/Cgi/options.py:366
msgid ""
"The new address you requested %(newaddr)s is already a member of the\n"
"%(listname)s mailing list, however you have also requested a global change "
@@ -2451,31 +2453,31 @@ msgstr ""
"qualsevol altra llista que contingui l'adreça %(safeuser)s també serà "
"canviada."
-#: Mailman/Cgi/options.py:374
+#: Mailman/Cgi/options.py:375
msgid "The new address is already a member: %(newaddr)s"
msgstr "La nova adreça de correu electrònic ja es un membre: %(newaddr)s"
-#: Mailman/Cgi/options.py:380
+#: Mailman/Cgi/options.py:381
msgid "Addresses may not be blank"
msgstr "les adreces no poden estar en blanc"
-#: Mailman/Cgi/options.py:394
+#: Mailman/Cgi/options.py:395
msgid "A confirmation message has been sent to %(newaddr)s. "
msgstr "Un missatge de confirmació ha estat enviat a %(newaddr)s."
-#: Mailman/Cgi/options.py:403
+#: Mailman/Cgi/options.py:404
msgid "Bad email address provided"
msgstr "L'adreça proporcionada es errònia "
-#: Mailman/Cgi/options.py:405
+#: Mailman/Cgi/options.py:406
msgid "Illegal email address provided"
msgstr "L'adreça proporcionada es errònia "
-#: Mailman/Cgi/options.py:407
+#: Mailman/Cgi/options.py:408
msgid "%(newaddr)s is already a member of the list."
msgstr "%(newaddr)s ja es un membre de la llista."
-#: Mailman/Cgi/options.py:410
+#: Mailman/Cgi/options.py:411
msgid ""
"%(newaddr)s is banned from this list. If you\n"
" think this restriction is erroneous, please contact\n"
@@ -2486,11 +2488,11 @@ msgstr ""
" contacteu amb el propietari de la llista a %(owneraddr)"
"s."
-#: Mailman/Cgi/options.py:421
+#: Mailman/Cgi/options.py:422
msgid "Member name successfully changed. "
msgstr "Nom de membre canviat satisfactòriament."
-#: Mailman/Cgi/options.py:431
+#: Mailman/Cgi/options.py:432
msgid ""
"The list administrator may not change the\n"
" password for a user."
@@ -2498,15 +2500,15 @@ msgstr ""
"L'administrador de la llista no pot canviar\n"
" la contrasenya d'un usuari."
-#: Mailman/Cgi/options.py:440
+#: Mailman/Cgi/options.py:441
msgid "Passwords may not be blank"
msgstr "La contrasenya no ha d'estar en blanc"
-#: Mailman/Cgi/options.py:445
+#: Mailman/Cgi/options.py:446
msgid "Passwords did not match!"
msgstr "La contrasenya no coincideix!"
-#: Mailman/Cgi/options.py:453
+#: Mailman/Cgi/options.py:454
msgid ""
"The list administrator may not change the\n"
" password for this user's other subscriptions. However, the\n"
@@ -2518,12 +2520,12 @@ msgstr ""
"llista \n"
" de correu"
-#: Mailman/Cgi/options.py:470 Mailman/Commands/cmd_password.py:83
+#: Mailman/Cgi/options.py:471 Mailman/Commands/cmd_password.py:83
#: Mailman/Commands/cmd_password.py:109
msgid "Password successfully changed."
msgstr "Contrasenya canviada satisfactòriament."
-#: Mailman/Cgi/options.py:479
+#: Mailman/Cgi/options.py:480
msgid ""
"You must confirm your unsubscription request by turning\n"
" on the checkbox below the <em>Unsubscribe</em> button. You\n"
@@ -2534,11 +2536,11 @@ msgstr ""
" la casella sota el botó <em>cancel·lar subscripció</em>.\n"
" La vostra subscripció no ha estat cancel·lada!"
-#: Mailman/Cgi/options.py:511
+#: Mailman/Cgi/options.py:512
msgid "Unsubscription results"
msgstr "Resultats de la cancel·lació de la subscripció"
-#: Mailman/Cgi/options.py:515
+#: Mailman/Cgi/options.py:516
msgid ""
"Your unsubscription request has been received and\n"
" forwarded on to the list moderators for approval. You will\n"
@@ -2551,7 +2553,7 @@ msgstr ""
"Rebràs una\n"
" notificació quan el moderador prengui una decisió."
-#: Mailman/Cgi/options.py:520
+#: Mailman/Cgi/options.py:521
msgid ""
"You have been successfully unsubscribed from the\n"
" mailing list %(fqdn_listname)s. If you were receiving digest\n"
@@ -2568,7 +2570,7 @@ msgstr ""
" subscripció contacta amb l'amo de la llista a\n"
" %(owneraddr)s."
-#: Mailman/Cgi/options.py:669
+#: Mailman/Cgi/options.py:670
msgid ""
"The list administrator may not change the\n"
" options for this user's other subscriptions. However the\n"
@@ -2582,7 +2584,7 @@ msgstr ""
"de\n"
" correu sí que s'han canviat."
-#: Mailman/Cgi/options.py:679
+#: Mailman/Cgi/options.py:680
msgid ""
"The list administrator has disabled digest delivery for\n"
" this list, so your delivery option has not been set. However "
@@ -2596,7 +2598,7 @@ msgstr ""
"totes \n"
" les altres opcions s'han establert satisfactòriament."
-#: Mailman/Cgi/options.py:683
+#: Mailman/Cgi/options.py:684
msgid ""
"The list administrator has disabled non-digest delivery\n"
" for this list, so your delivery option has not been set. "
@@ -2610,63 +2612,63 @@ msgstr ""
"establert\n"
" satisfactòriament."
-#: Mailman/Cgi/options.py:687
+#: Mailman/Cgi/options.py:688
msgid "You have successfully set your options."
msgstr "Heu establert les teves opcions satisfactòriament."
-#: Mailman/Cgi/options.py:690
+#: Mailman/Cgi/options.py:691
msgid "You may get one last digest."
msgstr "Pot ser que encara rebeu un últim resum."
-#: Mailman/Cgi/options.py:762
+#: Mailman/Cgi/options.py:763
msgid "<em>Yes, I really want to unsubscribe</em>"
msgstr "<em>Sí, realment vull cancel·lar la subscripció</em>"
-#: Mailman/Cgi/options.py:766
+#: Mailman/Cgi/options.py:767
msgid "Change My Password"
msgstr "Canvia la meva contrasenya"
-#: Mailman/Cgi/options.py:769
+#: Mailman/Cgi/options.py:770
msgid "List my other subscriptions"
msgstr "Llista les meves altres subscripcions"
-#: Mailman/Cgi/options.py:775
+#: Mailman/Cgi/options.py:776
msgid "Email My Password To Me"
msgstr "Envia'm la meva contrasenya per correu electrònic"
-#: Mailman/Cgi/options.py:777
+#: Mailman/Cgi/options.py:778
msgid "password"
msgstr "contrasenya"
-#: Mailman/Cgi/options.py:779
+#: Mailman/Cgi/options.py:780
msgid "Log out"
msgstr "Surt"
-#: Mailman/Cgi/options.py:781
+#: Mailman/Cgi/options.py:782
msgid "Submit My Changes"
msgstr "Envia els meus canvis"
-#: Mailman/Cgi/options.py:793
+#: Mailman/Cgi/options.py:794
msgid "days"
msgstr "dies"
-#: Mailman/Cgi/options.py:795
+#: Mailman/Cgi/options.py:796
msgid "day"
msgstr "dia"
-#: Mailman/Cgi/options.py:796
+#: Mailman/Cgi/options.py:797
msgid "%(days)d %(units)s"
msgstr "%(days)d %(units)s"
-#: Mailman/Cgi/options.py:802
+#: Mailman/Cgi/options.py:803
msgid "Change My Address and Name"
msgstr "Canvia la meva adreça i el meu nom"
-#: Mailman/Cgi/options.py:828
+#: Mailman/Cgi/options.py:829
msgid "<em>No topics defined</em>"
msgstr "<em>No hi ha temes definits </em>"
-#: Mailman/Cgi/options.py:836
+#: Mailman/Cgi/options.py:837
msgid ""
"\n"
"You are subscribed to this list with the case-preserved address\n"
@@ -2676,19 +2678,19 @@ msgstr ""
"Esteu subscrit a aquesta llista amb l'adreça <em>%(cpuser)s</em>, de la qual "
"se n'han mantingut les majúscules i minúscules. "
-#: Mailman/Cgi/options.py:850
+#: Mailman/Cgi/options.py:851
msgid "%(realname)s list: member options login page"
msgstr "Llista %(realname)s: pàgina d'entrada a les opcions de membre "
-#: Mailman/Cgi/options.py:851
+#: Mailman/Cgi/options.py:852
msgid "email address and "
msgstr "adreça electrònica i "
-#: Mailman/Cgi/options.py:854
+#: Mailman/Cgi/options.py:855
msgid "%(realname)s list: member options for user %(safeuser)s"
msgstr "Llista %(realname)s: opcions d'usuari per a %(safeuser)s"
-#: Mailman/Cgi/options.py:880
+#: Mailman/Cgi/options.py:881
msgid ""
"In order to change your membership option, you must\n"
" first log in by giving your %(extra)smembership password in the section\n"
@@ -2719,19 +2721,19 @@ msgstr ""
" efecte.\n"
" "
-#: Mailman/Cgi/options.py:894
+#: Mailman/Cgi/options.py:895
msgid "Email address:"
msgstr "Adreça electrònica:"
-#: Mailman/Cgi/options.py:898
+#: Mailman/Cgi/options.py:899
msgid "Password:"
msgstr "Contrasenya:"
-#: Mailman/Cgi/options.py:900
+#: Mailman/Cgi/options.py:901
msgid "Log in"
msgstr "Entra"
-#: Mailman/Cgi/options.py:908
+#: Mailman/Cgi/options.py:909
msgid ""
"By clicking on the <em>Unsubscribe</em> button, a\n"
" confirmation message will be emailed to you. This message will have a\n"
@@ -2746,11 +2748,11 @@ msgstr ""
" les instruccions en el missatge de confirmació per a obtenir-ne més \n"
" informació)."
-#: Mailman/Cgi/options.py:916
+#: Mailman/Cgi/options.py:917
msgid "Password reminder"
msgstr "Recordatori de la contrasenya"
-#: Mailman/Cgi/options.py:920
+#: Mailman/Cgi/options.py:921
msgid ""
"By clicking on the <em>Remind</em> button, your\n"
" password will be emailed to you."
@@ -2758,27 +2760,27 @@ msgstr ""
"En fer clic en el botó <em>Recorda-me-la</em>, se us enviarà\n"
" la contrasenya per correu electrònic."
-#: Mailman/Cgi/options.py:923
+#: Mailman/Cgi/options.py:924
msgid "Remind"
msgstr "Recorda-me-la"
-#: Mailman/Cgi/options.py:1023
+#: Mailman/Cgi/options.py:1024
msgid "<missing>"
msgstr "<manca>"
-#: Mailman/Cgi/options.py:1034
+#: Mailman/Cgi/options.py:1035
msgid "Requested topic is not valid: %(topicname)s"
msgstr "El tema sol·licitat no és vàlid: %(topicname)s"
-#: Mailman/Cgi/options.py:1039
+#: Mailman/Cgi/options.py:1040
msgid "Topic filter details"
msgstr "Detalls del filtre de temes"
-#: Mailman/Cgi/options.py:1042
+#: Mailman/Cgi/options.py:1043
msgid "Name:"
msgstr "Nom:"
-#: Mailman/Cgi/options.py:1044
+#: Mailman/Cgi/options.py:1045
msgid "Pattern (as regexp):"
msgstr "Patró (com a regexp):"
@@ -2838,8 +2840,9 @@ msgid "Permanently remove mailing list <em>%(realname)s</em>"
msgstr "Suprimeix la llista de correu <em>%(realname)s</em> de forma permanent"
#: Mailman/Cgi/rmlist.py:204
+#, fuzzy
msgid ""
-"This page allows you as the list owner, to permanent\n"
+"This page allows you as the list owner, to permanently\n"
" remove this mailing list from the system. <strong>This action is not\n"
" undoable</strong> so you should undertake it only if you are absolutely\n"
" sure this mailing list has served its purpose and is no longer "
@@ -5713,9 +5716,10 @@ msgstr ""
" type=\"hidden\" name=\"new_member_options\" value=\"ignore\">"
#: Mailman/Gui/General.py:346
+#, fuzzy
msgid ""
"When a new member is subscribed to this list, their initial\n"
-" set of options is taken from the this variable's setting."
+" set of options is taken from this variable's setting."
msgstr ""
"Quan un nou membre es subscrit a aquest llista, les seves opcions inicials\n"
" son agafades d'aquest conjunt de variables."
@@ -5886,18 +5890,18 @@ msgstr ""
#: Mailman/Gui/General.py:426
msgid ""
-"\"<a href=\"http://www.faqs.org/rfcs/rfc2822.html\">RFC\n"
+"<a href=\"http://www.faqs.org/rfcs/rfc2822.html\">RFC\n"
" 2822</a> defines the <tt>Sender</tt> header and defines it\n"
" as \"the mailbox of the agent responsible for the actual\n"
" transmission of the message.\" Mailman replaces this "
"header\n"
-" per default with the list's bounce address.\n"
+" by default with the list's bounce address.\n"
" \n"
" <p>While it is debatable if Mailman is such an agent, "
"setting\n"
" this header helps directing bounces from some broken MTAs "
"to\n"
-" the right destination. On the other hand do some mail\n"
+" the right destination. On the other hand, some mail\n"
" readers show unexpected behaviour if this header is set "
"(like\n"
" missing addresses in forwarded mails and copies sent to "
@@ -6150,6 +6154,7 @@ msgstr ""
" per informació important sobre el rendiment."
#: Mailman/Gui/NonDigest.py:61
+#, fuzzy
msgid ""
"Normally, Mailman sends the regular delivery messages to\n"
" the mail server in batches. This is much more efficent\n"
@@ -6182,7 +6187,7 @@ msgid ""
" address.\n"
"\n"
" <p>When personalization is enabled, a few more expansion\n"
-" variables that can be included in the <a\n"
+" variables can be included in the <a\n"
" href=\"?VARHELP=nondigest/msg_header\">message header</a> "
"and\n"
" <a href=\"?VARHELP=nondigest/msg_footer\">message footer</"
@@ -6323,10 +6328,10 @@ msgstr ""
#: Mailman/Gui/NonDigest.py:142
msgid ""
-"When you scrub attachments, they are stored in archive\n"
+"When you scrub attachments, they are stored in the archive\n"
" area and links are made in the message so that the member can\n"
-" access via web browser. If you want the attachments totally\n"
-" disappear, you can use content filter options."
+" access them via a web browser. If you want the attachments to\n"
+" totally disappear, you can use content filtering options."
msgstr ""
#: Mailman/Gui/NonDigest.py:149
@@ -7956,7 +7961,7 @@ msgstr ""
"Una vegada al mes, se us enviarà la vostra contrasenya per correu electrònic "
"com a recordatori."
-#: Mailman/HTMLFormatter.py:393
+#: Mailman/HTMLFormatter.py:394
msgid "The current archive"
msgstr "L'arxiu actual"
@@ -8577,83 +8582,83 @@ msgstr "Funciona amb el Python"
msgid "Gnu's Not Unix"
msgstr "GNU No és Unix"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Mon"
msgstr "dll"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Thu"
msgstr "dij"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Tue"
msgstr "dim"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Wed"
msgstr "dic"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Fri"
msgstr "div"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Sat"
msgstr "dis"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Sun"
msgstr "diu"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Apr"
msgstr "abr"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Feb"
msgstr "feb"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Jan"
msgstr "gen"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Jun"
msgstr "jun"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Mar"
msgstr "mar"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Aug"
msgstr "ago"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Dec"
msgstr "des"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Jul"
msgstr "jul"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Nov"
msgstr "nov"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Oct"
msgstr "oct"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Sep"
msgstr "set"
-#: Mailman/i18n.py:107
+#: Mailman/i18n.py:111
msgid "Server Local Time"
msgstr "Hora local del servidor"
-#: Mailman/i18n.py:146
+#: Mailman/i18n.py:150
msgid ""
"%(wday)s %(mon)s %(day)2i %(hh)02i:%(mm)02i:%(ss)02i %(tzname)s %(year)04i"
msgstr ""
diff --git a/messages/cs/LC_MESSAGES/mailman.po b/messages/cs/LC_MESSAGES/mailman.po
index 5a179b0f..1d21b407 100644
--- a/messages/cs/LC_MESSAGES/mailman.po
+++ b/messages/cs/LC_MESSAGES/mailman.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: a\n"
-"POT-Creation-Date: Tue Jul 27 08:05:43 2010\n"
+"POT-Creation-Date: Fri Sep 10 10:50:49 2010\n"
"PO-Revision-Date: 2007-03-23 11:26+0100\n"
"Last-Translator: Dan Ohnesorg <dan@ohnesorg.cz>\n"
"Language-Team: <cs@li.org>\n"
@@ -101,7 +101,7 @@ msgstr "ervenec"
msgid "June"
msgstr "erven"
-#: Mailman/Archiver/HyperArch.py:923 Mailman/i18n.py:103
+#: Mailman/Archiver/HyperArch.py:923 Mailman/i18n.py:107
msgid "May"
msgstr "Kvten"
@@ -283,10 +283,12 @@ msgstr ""
" Pokud digest vypnete nebudou dostvat potu."
#: Mailman/Cgi/admin.py:194
+#, fuzzy
msgid ""
"You have regular list members but non-digestified mail is\n"
-" turned off. They will receive mail until you fix this\n"
-" problem."
+" turned off. They will receive non-digestified mail until "
+"you\n"
+" fix this problem."
msgstr ""
"Pozor: V konferenci mte ne-digest astnky, ale je\n"
" povoleno jen rozeslni digestu. Tito nebudou dostvat potu."
@@ -515,7 +517,7 @@ msgstr "Nzev tmatu:"
msgid "Regexp:"
msgstr "Regulrn vraz:"
-#: Mailman/Cgi/admin.py:709 Mailman/Cgi/options.py:1046
+#: Mailman/Cgi/admin.py:709 Mailman/Cgi/options.py:1047
msgid "Description:"
msgstr "Popis:"
@@ -1592,8 +1594,8 @@ msgstr ""
"\n"
" <p>A nebo kliknte na <em>Zruit</em> a odhlen se neprovede."
-#: Mailman/Cgi/confirm.py:491 Mailman/Cgi/options.py:760
-#: Mailman/Cgi/options.py:904 Mailman/Cgi/options.py:914
+#: Mailman/Cgi/confirm.py:491 Mailman/Cgi/options.py:761
+#: Mailman/Cgi/options.py:905 Mailman/Cgi/options.py:915
msgid "Unsubscribe"
msgstr "Odhlsit"
@@ -2248,7 +2250,7 @@ msgstr ""
msgid "Edit Options"
msgstr "Editace vlastnost"
-#: Mailman/Cgi/listinfo.py:201 Mailman/Cgi/options.py:869
+#: Mailman/Cgi/listinfo.py:201 Mailman/Cgi/options.py:870
#: Mailman/Cgi/roster.py:118
msgid "View this page in"
msgstr "Zobraz tuto strnku v "
@@ -2269,8 +2271,8 @@ msgstr "Nebyl zadna adresa"
msgid "Illegal Email Address: %(safeuser)s"
msgstr "Neplatn emailov adresa: %(safeuser)s"
-#: Mailman/Cgi/options.py:128 Mailman/Cgi/options.py:192
-#: Mailman/Cgi/options.py:214
+#: Mailman/Cgi/options.py:128 Mailman/Cgi/options.py:193
+#: Mailman/Cgi/options.py:215
msgid "No such member: %(safeuser)s."
msgstr "Nenalezl jsem astnka: %(safeuser)s."
@@ -2282,20 +2284,20 @@ msgstr ""
"Vae dost o pihlen byla pedna administrtorovi konference ke "
"zpracovn."
-#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:197
+#: Mailman/Cgi/options.py:184 Mailman/Cgi/options.py:198
msgid "The confirmation email has been sent."
msgstr "Potvrzovac email byl odesln."
-#: Mailman/Cgi/options.py:208 Mailman/Cgi/options.py:220
-#: Mailman/Cgi/options.py:277
+#: Mailman/Cgi/options.py:209 Mailman/Cgi/options.py:221
+#: Mailman/Cgi/options.py:278
msgid "A reminder of your password has been emailed to you."
msgstr "Bylo Vm zaslno pipomenut Vaeho hesla."
-#: Mailman/Cgi/options.py:249
+#: Mailman/Cgi/options.py:250
msgid "Authentication failed."
msgstr "Autentizace selhala."
-#: Mailman/Cgi/options.py:284
+#: Mailman/Cgi/options.py:285
msgid ""
"The list administrator may not view the other\n"
" subscriptions for this user."
@@ -2303,24 +2305,24 @@ msgstr ""
"Sprvce konference neme vidt ostatn\n"
" konference, do kterch uivatel pihlen."
-#: Mailman/Cgi/options.py:285 Mailman/Cgi/options.py:328
-#: Mailman/Cgi/options.py:456 Mailman/Cgi/options.py:672
+#: Mailman/Cgi/options.py:286 Mailman/Cgi/options.py:329
+#: Mailman/Cgi/options.py:457 Mailman/Cgi/options.py:673
msgid "Note: "
msgstr "Poznmka "
-#: Mailman/Cgi/options.py:290
+#: Mailman/Cgi/options.py:291
msgid "List subscriptions for %(safeuser)s on %(hostname)s"
msgstr ""
"Seznam konferenc, ve kterch je pihlen uivatel %(safeuser)s na serveru %"
"(hostname)s"
-#: Mailman/Cgi/options.py:293
+#: Mailman/Cgi/options.py:294
msgid ""
"Click on a link to visit your options page for the\n"
" requested mailing list."
msgstr "Pro zobrazen vlastnost tto konference kliknte na odkaz."
-#: Mailman/Cgi/options.py:325
+#: Mailman/Cgi/options.py:326
msgid ""
"The list administrator may not change the names\n"
" or addresses for this user's other subscriptions. However, the\n"
@@ -2330,15 +2332,15 @@ msgstr ""
" tohoto uivatele v ostatnch konferencch, kde je pihlen.\n"
" Nicmn daje platn pro tuto konferenci byly zmnny."
-#: Mailman/Cgi/options.py:348
+#: Mailman/Cgi/options.py:349
msgid "Addresses did not match!"
msgstr "Adresy nesouhlas!"
-#: Mailman/Cgi/options.py:353
+#: Mailman/Cgi/options.py:354
msgid "You are already using that email address"
msgstr "Tuto emailovou adresu ji pouvte"
-#: Mailman/Cgi/options.py:365
+#: Mailman/Cgi/options.py:366
msgid ""
"The new address you requested %(newaddr)s is already a member of the\n"
"%(listname)s mailing list, however you have also requested a global change "
@@ -2351,31 +2353,31 @@ msgstr ""
"zmnu adresy a tak budou po potvrzen zmnny adresy v ostatnch\n"
"konferencch, kterch je uivatel %(safeuser)s lenem."
-#: Mailman/Cgi/options.py:374
+#: Mailman/Cgi/options.py:375
msgid "The new address is already a member: %(newaddr)s"
msgstr "Nov adresa je v konferenci ji pihlena: %(newaddr)s"
-#: Mailman/Cgi/options.py:380
+#: Mailman/Cgi/options.py:381
msgid "Addresses may not be blank"
msgstr "Adresy nesm zstat nevyplnn."
-#: Mailman/Cgi/options.py:394
+#: Mailman/Cgi/options.py:395
msgid "A confirmation message has been sent to %(newaddr)s. "
msgstr "Zprva s upozornnm byla zaslna na adresu %(newaddr)s"
-#: Mailman/Cgi/options.py:403
+#: Mailman/Cgi/options.py:404
msgid "Bad email address provided"
msgstr "Neplatn emailov adresa"
-#: Mailman/Cgi/options.py:405
+#: Mailman/Cgi/options.py:406
msgid "Illegal email address provided"
msgstr "Neplatn emailov adresa"
-#: Mailman/Cgi/options.py:407
+#: Mailman/Cgi/options.py:408
msgid "%(newaddr)s is already a member of the list."
msgstr "%(newaddr)s ji je pihlen."
-#: Mailman/Cgi/options.py:410
+#: Mailman/Cgi/options.py:411
msgid ""
"%(newaddr)s is banned from this list. If you\n"
" think this restriction is erroneous, please contact\n"
@@ -2385,11 +2387,11 @@ msgstr ""
"kter se nesm pihlsit do konference. Pokud mte pocit, e je to chyba\n"
"kontaktujte sprvce konference na adrese %(owneraddr)s."
-#: Mailman/Cgi/options.py:421
+#: Mailman/Cgi/options.py:422
msgid "Member name successfully changed. "
msgstr "Jmno bylo spn zmnno."
-#: Mailman/Cgi/options.py:431
+#: Mailman/Cgi/options.py:432
#, fuzzy
msgid ""
"The list administrator may not change the\n"
@@ -2398,15 +2400,15 @@ msgstr ""
"Sprvce konference neme vidt ostatn\n"
" konference, do kterch uivatel pihlen."
-#: Mailman/Cgi/options.py:440
+#: Mailman/Cgi/options.py:441
msgid "Passwords may not be blank"
msgstr "Nejsou povolena przdn hesla."
-#: Mailman/Cgi/options.py:445
+#: Mailman/Cgi/options.py:446
msgid "Passwords did not match!"
msgstr "Hesla nesouhlas"
-#: Mailman/Cgi/options.py:453
+#: Mailman/Cgi/options.py:454
msgid ""
"The list administrator may not change the\n"
" password for this user's other subscriptions. However, the\n"
@@ -2416,12 +2418,12 @@ msgstr ""
" ve kterch je astnk pihlen. Nicmn heslo pro tuto konferenci\n"
" bylo zmnno."
-#: Mailman/Cgi/options.py:470 Mailman/Commands/cmd_password.py:83
+#: Mailman/Cgi/options.py:471 Mailman/Commands/cmd_password.py:83
#: Mailman/Commands/cmd_password.py:109
msgid "Password successfully changed."
msgstr "Heslo bylo spn zmnno."
-#: Mailman/Cgi/options.py:479
+#: Mailman/Cgi/options.py:480
msgid ""
"You must confirm your unsubscription request by turning\n"
" on the checkbox below the <em>Unsubscribe</em> button. You\n"
@@ -2431,11 +2433,11 @@ msgstr ""
"Zakrtnte polko pod tlatkem <em>Odhlsit</em>.\n"
"V tomto okamiku jet nejste odhlen!"
-#: Mailman/Cgi/options.py:511
+#: Mailman/Cgi/options.py:512
msgid "Unsubscription results"
msgstr "Vsledky odhlen"
-#: Mailman/Cgi/options.py:515
+#: Mailman/Cgi/options.py:516
msgid ""
"Your unsubscription request has been received and\n"
" forwarded on to the list moderators for approval. You will\n"
@@ -2445,7 +2447,7 @@ msgstr ""
"V poadavek na odhlen byl pijat a pedn modertorovi ke schvlen.\n"
" O vsledku budete informovn "
-#: Mailman/Cgi/options.py:520
+#: Mailman/Cgi/options.py:521
msgid ""
"You have been successfully unsubscribed from the\n"
" mailing list %(fqdn_listname)s. If you were receiving digest\n"
@@ -2460,7 +2462,7 @@ msgstr ""
"kontaktujte sprvce\n"
"na adrese: %(owneraddr)s."
-#: Mailman/Cgi/options.py:669
+#: Mailman/Cgi/options.py:670
msgid ""
"The list administrator may not change the\n"
" options for this user's other subscriptions. However the\n"
@@ -2471,7 +2473,7 @@ msgstr ""
" ostatn konference, kde je uivatel pihlen. Nicmn\n"
" pravidla pro tuto konferenci byla zmnna."
-#: Mailman/Cgi/options.py:679
+#: Mailman/Cgi/options.py:680
msgid ""
"The list administrator has disabled digest delivery for\n"
" this list, so your delivery option has not been set. However "
@@ -2482,7 +2484,7 @@ msgstr ""
"konferenci.\n"
"Ale ostatn volby, kter jste nastavil, byly akceptovny."
-#: Mailman/Cgi/options.py:683
+#: Mailman/Cgi/options.py:684
msgid ""
"The list administrator has disabled non-digest delivery\n"
" for this list, so your delivery option has not been set. "
@@ -2493,63 +2495,63 @@ msgstr ""
"mdu.\n"
"Ale ostatn volby, kter jste nastavil, byly akceptovny."
-#: Mailman/Cgi/options.py:687
+#: Mailman/Cgi/options.py:688
msgid "You have successfully set your options."
msgstr "Vae nastaven bylo spn zmnno."
-#: Mailman/Cgi/options.py:690
+#: Mailman/Cgi/options.py:691
msgid "You may get one last digest."
msgstr "Jet mon obdrte jeden posledn digest."
-#: Mailman/Cgi/options.py:762
+#: Mailman/Cgi/options.py:763
msgid "<em>Yes, I really want to unsubscribe</em>"
msgstr "<em>Ano; skuten se chci odhlsit</em>"
-#: Mailman/Cgi/options.py:766
+#: Mailman/Cgi/options.py:767
msgid "Change My Password"
msgstr "Zmnit heslo"
-#: Mailman/Cgi/options.py:769
+#: Mailman/Cgi/options.py:770
msgid "List my other subscriptions"
msgstr "Zobraz ostatn konference, ve kterch jsem pihlen."
-#: Mailman/Cgi/options.py:775
+#: Mailman/Cgi/options.py:776
msgid "Email My Password To Me"
msgstr "Zali mi heslo emailem"
-#: Mailman/Cgi/options.py:777
+#: Mailman/Cgi/options.py:778
msgid "password"
msgstr "heslo"
-#: Mailman/Cgi/options.py:779
+#: Mailman/Cgi/options.py:780
msgid "Log out"
msgstr "Odhlsit"
-#: Mailman/Cgi/options.py:781
+#: Mailman/Cgi/options.py:782
msgid "Submit My Changes"
msgstr "Prove zmny"
-#: Mailman/Cgi/options.py:793
+#: Mailman/Cgi/options.py:794
msgid "days"
msgstr "dny"
-#: Mailman/Cgi/options.py:795
+#: Mailman/Cgi/options.py:796
msgid "day"
msgstr "den"
-#: Mailman/Cgi/options.py:796
+#: Mailman/Cgi/options.py:797
msgid "%(days)d %(units)s"
msgstr "%(days)d %(units)s"
-#: Mailman/Cgi/options.py:802
+#: Mailman/Cgi/options.py:803
msgid "Change My Address and Name"
msgstr "Zm moj adresu a jmno"
-#: Mailman/Cgi/options.py:828
+#: Mailman/Cgi/options.py:829
msgid "<em>No topics defined</em>"
msgstr "<em>Nen definovno dn tma</em>"
-#: Mailman/Cgi/options.py:836
+#: Mailman/Cgi/options.py:837
msgid ""
"\n"
"You are subscribed to this list with the case-preserved address\n"
@@ -2560,19 +2562,19 @@ msgstr ""
"psmen\n"
"<em>%(cpuser)s</em>."
-#: Mailman/Cgi/options.py:850
+#: Mailman/Cgi/options.py:851
msgid "%(realname)s list: member options login page"
msgstr "Konference %(realname)s: pihlen astnka pro editaci parametr"
-#: Mailman/Cgi/options.py:851
+#: Mailman/Cgi/options.py:852
msgid "email address and "
msgstr "emailov adresa a "
-#: Mailman/Cgi/options.py:854
+#: Mailman/Cgi/options.py:855
msgid "%(realname)s list: member options for user %(safeuser)s"
msgstr "Nastaven parametr pro %(safeuser)s v konferenci %(realname)s"
-#: Mailman/Cgi/options.py:880
+#: Mailman/Cgi/options.py:881
msgid ""
"In order to change your membership option, you must\n"
" first log in by giving your %(extra)smembership password in the section\n"
@@ -2603,19 +2605,19 @@ msgstr ""
"do kliknut na odhlsit."
# In this entry insert a space at the end of string, it will be stripped.
-#: Mailman/Cgi/options.py:894
+#: Mailman/Cgi/options.py:895
msgid "Email address:"
msgstr "Emailov adresa:"
-#: Mailman/Cgi/options.py:898
+#: Mailman/Cgi/options.py:899
msgid "Password:"
msgstr "Heslo:"
-#: Mailman/Cgi/options.py:900
+#: Mailman/Cgi/options.py:901
msgid "Log in"
msgstr "Pihlsit"
-#: Mailman/Cgi/options.py:908
+#: Mailman/Cgi/options.py:909
msgid ""
"By clicking on the <em>Unsubscribe</em> button, a\n"
" confirmation message will be emailed to you. This message will have a\n"
@@ -2629,38 +2631,38 @@ msgstr ""
"Nebo\n"
"mete odhlen potvrdit mailem, podrobnosti budou uvedeny v t zprv."
-#: Mailman/Cgi/options.py:916
+#: Mailman/Cgi/options.py:917
msgid "Password reminder"
msgstr "Pipomnka hesla"
-#: Mailman/Cgi/options.py:920
+#: Mailman/Cgi/options.py:921
msgid ""
"By clicking on the <em>Remind</em> button, your\n"
" password will be emailed to you."
msgstr ""
"Kliknutm na tlatko <em>Poli heslo</em> Vm bude zaslna Vae heslo."
-#: Mailman/Cgi/options.py:923
+#: Mailman/Cgi/options.py:924
msgid "Remind"
msgstr "Upozorni"
-#: Mailman/Cgi/options.py:1023
+#: Mailman/Cgi/options.py:1024
msgid "<missing>"
msgstr "<chyb>"
-#: Mailman/Cgi/options.py:1034
+#: Mailman/Cgi/options.py:1035
msgid "Requested topic is not valid: %(topicname)s"
msgstr "Tma, kter poadujete, neexistuje: %(topicname)s"
-#: Mailman/Cgi/options.py:1039
+#: Mailman/Cgi/options.py:1040
msgid "Topic filter details"
msgstr "Parametry tmatickho filtru"
-#: Mailman/Cgi/options.py:1042
+#: Mailman/Cgi/options.py:1043
msgid "Name:"
msgstr "Jmno:"
-#: Mailman/Cgi/options.py:1044
+#: Mailman/Cgi/options.py:1045
msgid "Pattern (as regexp):"
msgstr "Pravidlo (regulrn vraz):"
@@ -2719,8 +2721,9 @@ msgid "Permanently remove mailing list <em>%(realname)s</em>"
msgstr "Skuten nevratn zruit konferenci <em>%(realname)s</em>"
#: Mailman/Cgi/rmlist.py:204
+#, fuzzy
msgid ""
-"This page allows you as the list owner, to permanent\n"
+"This page allows you as the list owner, to permanently\n"
" remove this mailing list from the system. <strong>This action is not\n"
" undoable</strong> so you should undertake it only if you are absolutely\n"
" sure this mailing list has served its purpose and is no longer "
@@ -5389,9 +5392,10 @@ msgstr ""
" type=\"hidden\" name=\"new_member_options\" value=\"ignore\">"
#: Mailman/Gui/General.py:346
+#, fuzzy
msgid ""
"When a new member is subscribed to this list, their initial\n"
-" set of options is taken from the this variable's setting."
+" set of options is taken from this variable's setting."
msgstr ""
"Kdy se do konference pihls nov astnk,\n"
" vchoz hodnoty jeho tu budou nastaveny\n"
@@ -5544,18 +5548,18 @@ msgstr ""
#: Mailman/Gui/General.py:426
msgid ""
-"\"<a href=\"http://www.faqs.org/rfcs/rfc2822.html\">RFC\n"
+"<a href=\"http://www.faqs.org/rfcs/rfc2822.html\">RFC\n"
" 2822</a> defines the <tt>Sender</tt> header and defines it\n"
" as \"the mailbox of the agent responsible for the actual\n"
" transmission of the message.\" Mailman replaces this "
"header\n"
-" per default with the list's bounce address.\n"
+" by default with the list's bounce address.\n"
" \n"
" <p>While it is debatable if Mailman is such an agent, "
"setting\n"
" this header helps directing bounces from some broken MTAs "
"to\n"
-" the right destination. On the other hand do some mail\n"
+" the right destination. On the other hand, some mail\n"
" readers show unexpected behaviour if this header is set "
"(like\n"
" missing addresses in forwarded mails and copies sent to "
@@ -5789,6 +5793,7 @@ msgstr ""
" dleit informace o dopadech na rychlost doruovn. "
#: Mailman/Gui/NonDigest.py:61
+#, fuzzy
msgid ""
"Normally, Mailman sends the regular delivery messages to\n"
" the mail server in batches. This is much more efficent\n"
@@ -5821,7 +5826,7 @@ msgid ""
" address.\n"
"\n"
" <p>When personalization is enabled, a few more expansion\n"
-" variables that can be included in the <a\n"
+" variables can be included in the <a\n"
" href=\"?VARHELP=nondigest/msg_header\">message header</a> "
"and\n"
" <a href=\"?VARHELP=nondigest/msg_footer\">message footer</"
@@ -5938,11 +5943,12 @@ msgid "Scrub attachments of regular delivery message?"
msgstr "Odstranit plohy z bn doruovanch zprv?"
#: Mailman/Gui/NonDigest.py:142
+#, fuzzy
msgid ""
-"When you scrub attachments, they are stored in archive\n"
+"When you scrub attachments, they are stored in the archive\n"
" area and links are made in the message so that the member can\n"
-" access via web browser. If you want the attachments totally\n"
-" disappear, you can use content filter options."
+" access them via a web browser. If you want the attachments to\n"
+" totally disappear, you can use content filtering options."
msgstr ""
"Pokud odstraujete plohy, jsou ukldny do archivu\n"
" a do zprv jsou vkldny odkazy, umoujc\n"
@@ -7405,7 +7411,7 @@ msgstr "Zobraz seznam astnk"
msgid "Once a month, your password will be emailed to you as a reminder."
msgstr "Jednou msn Vm bude heslo pro pipomenut zaslno."
-#: Mailman/HTMLFormatter.py:393
+#: Mailman/HTMLFormatter.py:394
msgid "The current archive"
msgstr "aktuln archiv"
@@ -8012,83 +8018,83 @@ msgstr "Python Powered"
msgid "Gnu's Not Unix"
msgstr "Gnu's Not Unix"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Mon"
msgstr "Pondl"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Thu"
msgstr "tvrtek"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Tue"
msgstr "ter"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Wed"
msgstr "Steda"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Fri"
msgstr "Ptek"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Sat"
msgstr "Sobota"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Sun"
msgstr "Nedle"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Apr"
msgstr "Duben"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Feb"
msgstr "nor"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Jan"
msgstr "Leden"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Jun"
msgstr "erven"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Mar"
msgstr "Bezen"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Aug"
msgstr "Srpen"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Dec"
msgstr "Prosinec"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Jul"
msgstr "ervenec"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Nov"
msgstr "Listopad"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Oct"
msgstr "jen"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Sep"
msgstr "Z"
-#: Mailman/i18n.py:107
+#: Mailman/i18n.py:111
msgid "Server Local Time"
msgstr "Mstn as serveru"
-#: Mailman/i18n.py:146
+#: Mailman/i18n.py:150
msgid ""
"%(wday)s %(mon)s %(day)2i %(hh)02i:%(mm)02i:%(ss)02i %(tzname)s %(year)04i"
msgstr ""
diff --git a/messages/da/LC_MESSAGES/mailman.po b/messages/da/LC_MESSAGES/mailman.po
index 158099b5..dac0a0f2 100644
--- a/messages/da/LC_MESSAGES/mailman.po
+++ b/messages/da/LC_MESSAGES/mailman.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: mailman\n"
-"POT-Creation-Date: Tue Jul 27 08:05:43 2010\n"
+"POT-Creation-Date: Fri Sep 10 10:50:49 2010\n"
"PO-Revision-Date: 2008-01-25 15:12+0100\n"
"Last-Translator: Tom G. Christensen <mm-da@statsbiblioteket.dk>\n"
"Language-Team: Dansk <mm-da@statsbiblioteket.dk>\n"
@@ -100,7 +100,7 @@ msgstr "Juli"
msgid "June"
msgstr "Juni"
-#: Mailman/Archiver/HyperArch.py:923 Mailman/i18n.py:103
+#: Mailman/Archiver/HyperArch.py:923 Mailman/i18n.py:107
msgid "May"
msgstr "Maj"
@@ -280,10 +280,12 @@ msgstr ""
"fordi du har valgt denne m&aring;de at distribuere e-mail p&aring;."
#: Mailman/Cgi/admin.py:194
+#, fuzzy
msgid ""
"You have regular list members but non-digestified mail is\n"
-" turned off. They will receive mail until you fix this\n"
-" problem."
+" turned off. They will receive non-digestified mail until "
+"you\n"
+" fix this problem."
msgstr ""
"Der er medlemmer p&aring; listen som har valgt normal-modus.\n"
"Disse vil nu ikke l&aelig;ngere modtage e-mail fra listen,\n"
@@ -517,7 +519,7 @@ msgstr "Navnet p&aring; emnet:"
msgid "Regexp:"
msgstr "Regexp-udtryk:"
-#: Mailman/Cgi/admin.py:709 Mailman/Cgi/options.py:1046
+#: Mailman/Cgi/admin.py:709 Mailman/Cgi/options.py:1047
msgid "Description:"
msgstr "Beskrivelse:"
@@ -1610,8 +1612,8 @@ msgstr ""
"<p>Eller klik <em>Afbryd og Annuller</em> for fortsat at v&aelig;re medlem "
"af listen."
-#: Mailman/Cgi/confirm.py:491 Mailman/Cgi/options.py:760
-#: Mailman/Cgi/options.py:904 Mailman/Cgi/options.py:914
+#: Mailman/Cgi/confirm.py:491 Mailman/Cgi/options.py:761
+#: Mailman/Cgi/options.py:905 Mailman/Cgi/options.py:915
msgid "Unsubscribe"
msgstr "Afmeld mig"
@@ -2292,7 +2294,7 @@ msgstr ""
msgid "Edit Options"
msgstr "&AElig;ndre Indstillinger"
-#: Mailman/Cgi/listinfo.py:201 Mailman/Cgi/options.py:869
+#: Mailman/Cgi/listinfo.py:201 Mailman/Cgi/options.py:870
#: Mailman/Cgi/roster.py:118
msgid "View this page in"
msgstr "Se denne side p&aring;"
@@ -2313,8 +2315,8 @@ msgstr "Ingen e-mailadresse angivet"
msgid "Illegal Email Address: %(safeuser)s"
msgstr "Forkert/Ugyldig e-mailadresse: %(safeuser)s"
-#: Mailman/Cgi/options.py:128 Mailman/Cgi/options.py:192
-#: Mailman/Cgi/options.py:214
+#: Mailman/Cgi/options.py:128 Mailman/Cgi/options.py:193
+#: Mailman/Cgi/options.py:215
msgid "No such member: %(safeuser)s."
msgstr "Medlemmet findes ikke: %(safeuser)s."
@@ -2326,36 +2328,36 @@ msgstr ""
"Din anmodning om at blive afmeldt maillisten\n"
" skal godkendes og er blevet videresendt til listeadministrator."
-#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:197
+#: Mailman/Cgi/options.py:184 Mailman/Cgi/options.py:198
msgid "The confirmation email has been sent."
msgstr "En e-mail med bekr&aelig;ftelse er afsendt."
-#: Mailman/Cgi/options.py:208 Mailman/Cgi/options.py:220
-#: Mailman/Cgi/options.py:277
+#: Mailman/Cgi/options.py:209 Mailman/Cgi/options.py:221
+#: Mailman/Cgi/options.py:278
msgid "A reminder of your password has been emailed to you."
msgstr "En e-mail med din adgangskode er sendt til dig."
-#: Mailman/Cgi/options.py:249
+#: Mailman/Cgi/options.py:250
msgid "Authentication failed."
msgstr "Login mislykkedes."
-#: Mailman/Cgi/options.py:284
+#: Mailman/Cgi/options.py:285
msgid ""
"The list administrator may not view the other\n"
" subscriptions for this user."
msgstr ""
"Liste administratoren m&aring; ikke se denne brugers andre listemedlemskaber."
-#: Mailman/Cgi/options.py:285 Mailman/Cgi/options.py:328
-#: Mailman/Cgi/options.py:456 Mailman/Cgi/options.py:672
+#: Mailman/Cgi/options.py:286 Mailman/Cgi/options.py:329
+#: Mailman/Cgi/options.py:457 Mailman/Cgi/options.py:673
msgid "Note: "
msgstr "Bem&aelig;rk: "
-#: Mailman/Cgi/options.py:290
+#: Mailman/Cgi/options.py:291
msgid "List subscriptions for %(safeuser)s on %(hostname)s"
msgstr "Listemedlemskab for %(safeuser)s p&aring; %(hostname)s"
-#: Mailman/Cgi/options.py:293
+#: Mailman/Cgi/options.py:294
msgid ""
"Click on a link to visit your options page for the\n"
" requested mailing list."
@@ -2363,7 +2365,7 @@ msgstr ""
"Klik p&aring; en liste for at komme til dine personlige indstillinger for "
"listen."
-#: Mailman/Cgi/options.py:325
+#: Mailman/Cgi/options.py:326
msgid ""
"The list administrator may not change the names\n"
" or addresses for this user's other subscriptions. However, the\n"
@@ -2373,15 +2375,15 @@ msgstr ""
"denne brugers andre medlemskaber. Medlemskabet p&aring; denne liste er dog "
"blevet &aelig;ndret."
-#: Mailman/Cgi/options.py:348
+#: Mailman/Cgi/options.py:349
msgid "Addresses did not match!"
msgstr "Adresserne er ikke ens!"
-#: Mailman/Cgi/options.py:353
+#: Mailman/Cgi/options.py:354
msgid "You are already using that email address"
msgstr "Den e-mailadresse er du allerede tilmeldt listen med"
-#: Mailman/Cgi/options.py:365
+#: Mailman/Cgi/options.py:366
msgid ""
"The new address you requested %(newaddr)s is already a member of the\n"
"%(listname)s mailing list, however you have also requested a global change "
@@ -2394,31 +2396,31 @@ msgstr ""
"godkendelse vil\n"
"alle andre e-maillister som indeholder %(safeuser)s blive &aelig;ndret. "
-#: Mailman/Cgi/options.py:374
+#: Mailman/Cgi/options.py:375
msgid "The new address is already a member: %(newaddr)s"
msgstr "Den nye adressen er allerede tilmeldt: %(newaddr)s"
-#: Mailman/Cgi/options.py:380
+#: Mailman/Cgi/options.py:381
msgid "Addresses may not be blank"
msgstr "Adressefelterne m&aelig; ikke v&aelig;re tomme"
-#: Mailman/Cgi/options.py:394
+#: Mailman/Cgi/options.py:395
msgid "A confirmation message has been sent to %(newaddr)s. "
msgstr "En bekr&aelig;ftelse er sendt i en e-mail til %(newaddr)s. "
-#: Mailman/Cgi/options.py:403
+#: Mailman/Cgi/options.py:404
msgid "Bad email address provided"
msgstr "Ugyldig e-mailadresse angivet"
-#: Mailman/Cgi/options.py:405
+#: Mailman/Cgi/options.py:406
msgid "Illegal email address provided"
msgstr "Ulovlig e-mailadresse angivet"
-#: Mailman/Cgi/options.py:407
+#: Mailman/Cgi/options.py:408
msgid "%(newaddr)s is already a member of the list."
msgstr "%(newaddr)s er allerede medlem af listen."
-#: Mailman/Cgi/options.py:410
+#: Mailman/Cgi/options.py:411
msgid ""
"%(newaddr)s is banned from this list. If you\n"
" think this restriction is erroneous, please contact\n"
@@ -2428,26 +2430,26 @@ msgstr ""
"Hvis du mener at dette er en fejl, kan du kontakte listens ejer p&aring; %"
"(owneraddr)s."
-#: Mailman/Cgi/options.py:421
+#: Mailman/Cgi/options.py:422
msgid "Member name successfully changed. "
msgstr "Navnet er &aelig;ndret. "
-#: Mailman/Cgi/options.py:431
+#: Mailman/Cgi/options.py:432
msgid ""
"The list administrator may not change the\n"
" password for a user."
msgstr ""
"Liste administratoren m&aring; ikke &aelig;ndre adgangskode for en bruger."
-#: Mailman/Cgi/options.py:440
+#: Mailman/Cgi/options.py:441
msgid "Passwords may not be blank"
msgstr "Felterne til adgangskode m&aring; ikke v&aelig;re tomme"
-#: Mailman/Cgi/options.py:445
+#: Mailman/Cgi/options.py:446
msgid "Passwords did not match!"
msgstr "Adgangskoderne er ikke ens!"
-#: Mailman/Cgi/options.py:453
+#: Mailman/Cgi/options.py:454
msgid ""
"The list administrator may not change the\n"
" password for this user's other subscriptions. However, the\n"
@@ -2457,12 +2459,12 @@ msgstr ""
"brugers andre medlemskaber.\n"
"Adgangskoden p&aring; denne liste er dog blevet &aelig;ndret."
-#: Mailman/Cgi/options.py:470 Mailman/Commands/cmd_password.py:83
+#: Mailman/Cgi/options.py:471 Mailman/Commands/cmd_password.py:83
#: Mailman/Commands/cmd_password.py:109
msgid "Password successfully changed."
msgstr "Adgangskoden er &aelig;ndret."
-#: Mailman/Cgi/options.py:479
+#: Mailman/Cgi/options.py:480
msgid ""
"You must confirm your unsubscription request by turning\n"
" on the checkbox below the <em>Unsubscribe</em> button. You\n"
@@ -2472,11 +2474,11 @@ msgstr ""
"i boksen under <em>Afmeld mig</em> knappen.\n"
"Du er IKKE fjernet fra listen!"
-#: Mailman/Cgi/options.py:511
+#: Mailman/Cgi/options.py:512
msgid "Unsubscription results"
msgstr "Resultat af afmelding"
-#: Mailman/Cgi/options.py:515
+#: Mailman/Cgi/options.py:516
msgid ""
"Your unsubscription request has been received and\n"
" forwarded on to the list moderators for approval. You will\n"
@@ -2488,7 +2490,7 @@ msgstr ""
"Du vil modtage en meddelelse s&aring; snart der er truffet en afg&oslash;"
"relse."
-#: Mailman/Cgi/options.py:520
+#: Mailman/Cgi/options.py:521
msgid ""
"You have been successfully unsubscribed from the\n"
" mailing list %(fqdn_listname)s. If you were receiving digest\n"
@@ -2503,7 +2505,7 @@ msgstr ""
"Kontakt venligst listens ejer p&aring; adressen %(owneraddr)s, hvis du har "
"sp&oslash;rgsm&aring;l ang&aring;ende din afmelding."
-#: Mailman/Cgi/options.py:669
+#: Mailman/Cgi/options.py:670
msgid ""
"The list administrator may not change the\n"
" options for this user's other subscriptions. However the\n"
@@ -2514,7 +2516,7 @@ msgstr ""
"brugers andre medlemskaber. Indstillingerne for denne liste er dog blevet "
"&aelig;ndret."
-#: Mailman/Cgi/options.py:679
+#: Mailman/Cgi/options.py:680
msgid ""
"The list administrator has disabled digest delivery for\n"
" this list, so your delivery option has not been set. However "
@@ -2526,7 +2528,7 @@ msgstr ""
"Dit valg af sammendrag-modus blev derfor ikke gennemf&oslash;rt, men alle "
"andre &aelig;ndringer er gennemf&oslash;rt"
-#: Mailman/Cgi/options.py:683
+#: Mailman/Cgi/options.py:684
msgid ""
"The list administrator has disabled non-digest delivery\n"
" for this list, so your delivery option has not been set. "
@@ -2538,63 +2540,63 @@ msgstr ""
"Dit fravalg af sammendrag-modus blev derfor ikke gennemf&oslash;rt, men alle "
"dine andre &aelig;ndringer er gennemf&oslash;rt."
-#: Mailman/Cgi/options.py:687
+#: Mailman/Cgi/options.py:688
msgid "You have successfully set your options."
msgstr "Dine valg af indstillinger er nu gennemf&oslash;rt.."
-#: Mailman/Cgi/options.py:690
+#: Mailman/Cgi/options.py:691
msgid "You may get one last digest."
msgstr "Du vil m&aring;ske modtage en sidste samle-email."
-#: Mailman/Cgi/options.py:762
+#: Mailman/Cgi/options.py:763
msgid "<em>Yes, I really want to unsubscribe</em>"
msgstr "<em>Ja, jeg vil afmelde mig listen</em>"
-#: Mailman/Cgi/options.py:766
+#: Mailman/Cgi/options.py:767
msgid "Change My Password"
msgstr "Skift Adgangskode"
-#: Mailman/Cgi/options.py:769
+#: Mailman/Cgi/options.py:770
msgid "List my other subscriptions"
msgstr "Vis andre lister jeg er medlem af"
-#: Mailman/Cgi/options.py:775
+#: Mailman/Cgi/options.py:776
msgid "Email My Password To Me"
msgstr "Send Mig Min Adgangskode"
-#: Mailman/Cgi/options.py:777
+#: Mailman/Cgi/options.py:778
msgid "password"
msgstr "adgangskode"
-#: Mailman/Cgi/options.py:779
+#: Mailman/Cgi/options.py:780
msgid "Log out"
msgstr "Log ud"
-#: Mailman/Cgi/options.py:781
+#: Mailman/Cgi/options.py:782
msgid "Submit My Changes"
msgstr "Gem &aelig;ndringer"
-#: Mailman/Cgi/options.py:793
+#: Mailman/Cgi/options.py:794
msgid "days"
msgstr "dage"
-#: Mailman/Cgi/options.py:795
+#: Mailman/Cgi/options.py:796
msgid "day"
msgstr "dag"
-#: Mailman/Cgi/options.py:796
+#: Mailman/Cgi/options.py:797
msgid "%(days)d %(units)s"
msgstr "%(days)d %(units)s"
-#: Mailman/Cgi/options.py:802
+#: Mailman/Cgi/options.py:803
msgid "Change My Address and Name"
msgstr "&Aelig;ndre Min Adresse og Mit Navn"
-#: Mailman/Cgi/options.py:828
+#: Mailman/Cgi/options.py:829
msgid "<em>No topics defined</em>"
msgstr "</em>Ingen emner er defineret</em>"
-#: Mailman/Cgi/options.py:836
+#: Mailman/Cgi/options.py:837
msgid ""
"\n"
"You are subscribed to this list with the case-preserved address\n"
@@ -2603,19 +2605,19 @@ msgstr ""
"\n"
"Du er medlem af denne liste med e-mailadressen <em>%(cpuser)s</em>."
-#: Mailman/Cgi/options.py:850
+#: Mailman/Cgi/options.py:851
msgid "%(realname)s list: member options login page"
msgstr "%(realname)s: login til personlige indstillinger"
-#: Mailman/Cgi/options.py:851
+#: Mailman/Cgi/options.py:852
msgid "email address and "
msgstr "e-mailadresse og "
-#: Mailman/Cgi/options.py:854
+#: Mailman/Cgi/options.py:855
msgid "%(realname)s list: member options for user %(safeuser)s"
msgstr "%(realname)s: personlige indstillinger for %(safeuser)s"
-#: Mailman/Cgi/options.py:880
+#: Mailman/Cgi/options.py:881
msgid ""
"In order to change your membership option, you must\n"
" first log in by giving your %(extra)smembership password in the section\n"
@@ -2646,19 +2648,19 @@ msgstr ""
"ellers vil ingen af dine &aelig;ndringer blive gemt.\n"
" "
-#: Mailman/Cgi/options.py:894
+#: Mailman/Cgi/options.py:895
msgid "Email address:"
msgstr "E-mailadresse:"
-#: Mailman/Cgi/options.py:898
+#: Mailman/Cgi/options.py:899
msgid "Password:"
msgstr "Adgangskode:"
-#: Mailman/Cgi/options.py:900
+#: Mailman/Cgi/options.py:901
msgid "Log in"
msgstr "Log ind"
-#: Mailman/Cgi/options.py:908
+#: Mailman/Cgi/options.py:909
msgid ""
"By clicking on the <em>Unsubscribe</em> button, a\n"
" confirmation message will be emailed to you. This message will have a\n"
@@ -2673,11 +2675,11 @@ msgstr ""
"Du kan ogs&aring; bekr&aelig;fte afmeldingen via e-mail. F&oslash;lg "
"instruktionen i den e-mail du f&aring;r tilsendt."
-#: Mailman/Cgi/options.py:916
+#: Mailman/Cgi/options.py:917
msgid "Password reminder"
msgstr "Send mig min Adgangskode"
-#: Mailman/Cgi/options.py:920
+#: Mailman/Cgi/options.py:921
msgid ""
"By clicking on the <em>Remind</em> button, your\n"
" password will be emailed to you."
@@ -2685,27 +2687,27 @@ msgstr ""
"Klik p&aring; <em>Send Adgangskode</em> for at f&aring; din adgangskode "
"tilsendt i en e-mail."
-#: Mailman/Cgi/options.py:923
+#: Mailman/Cgi/options.py:924
msgid "Remind"
msgstr "Send Adgangskode"
-#: Mailman/Cgi/options.py:1023
+#: Mailman/Cgi/options.py:1024
msgid "<missing>"
msgstr "<mangler>"
-#: Mailman/Cgi/options.py:1034
+#: Mailman/Cgi/options.py:1035
msgid "Requested topic is not valid: %(topicname)s"
msgstr "Emnet er ikke gyldigt: %(topicname)s"
-#: Mailman/Cgi/options.py:1039
+#: Mailman/Cgi/options.py:1040
msgid "Topic filter details"
msgstr "Mere information om emnefilteret"
-#: Mailman/Cgi/options.py:1042
+#: Mailman/Cgi/options.py:1043
msgid "Name:"
msgstr "Navn:"
-#: Mailman/Cgi/options.py:1044
+#: Mailman/Cgi/options.py:1045
msgid "Pattern (as regexp):"
msgstr "Filter (regexp-udtryk):"
@@ -2762,8 +2764,9 @@ msgid "Permanently remove mailing list <em>%(realname)s</em>"
msgstr "Fjern maillisten <em>%(realname)s</em> permanent"
#: Mailman/Cgi/rmlist.py:204
+#, fuzzy
msgid ""
-"This page allows you as the list owner, to permanent\n"
+"This page allows you as the list owner, to permanently\n"
" remove this mailing list from the system. <strong>This action is not\n"
" undoable</strong> so you should undertake it only if you are absolutely\n"
" sure this mailing list has served its purpose and is no longer "
@@ -5556,9 +5559,10 @@ msgstr ""
"<input type=\"hidden\" name=\"new_member_options\" value=\"ignore\">"
#: Mailman/Gui/General.py:346
+#, fuzzy
msgid ""
"When a new member is subscribed to this list, their initial\n"
-" set of options is taken from the this variable's setting."
+" set of options is taken from this variable's setting."
msgstr ""
"N&aring;r et nyt medlem tilmeldes listen, bliver medlemmets indstillinger "
"taget herfra."
@@ -5725,18 +5729,18 @@ msgstr ""
#: Mailman/Gui/General.py:426
msgid ""
-"\"<a href=\"http://www.faqs.org/rfcs/rfc2822.html\">RFC\n"
+"<a href=\"http://www.faqs.org/rfcs/rfc2822.html\">RFC\n"
" 2822</a> defines the <tt>Sender</tt> header and defines it\n"
" as \"the mailbox of the agent responsible for the actual\n"
" transmission of the message.\" Mailman replaces this "
"header\n"
-" per default with the list's bounce address.\n"
+" by default with the list's bounce address.\n"
" \n"
" <p>While it is debatable if Mailman is such an agent, "
"setting\n"
" this header helps directing bounces from some broken MTAs "
"to\n"
-" the right destination. On the other hand do some mail\n"
+" the right destination. On the other hand, some mail\n"
" readers show unexpected behaviour if this header is set "
"(like\n"
" missing addresses in forwarded mails and copies sent to "
@@ -5984,6 +5988,7 @@ msgstr ""
"vurdering med hensyn til ydelse."
#: Mailman/Gui/NonDigest.py:61
+#, fuzzy
msgid ""
"Normally, Mailman sends the regular delivery messages to\n"
" the mail server in batches. This is much more efficent\n"
@@ -6016,7 +6021,7 @@ msgid ""
" address.\n"
"\n"
" <p>When personalization is enabled, a few more expansion\n"
-" variables that can be included in the <a\n"
+" variables can be included in the <a\n"
" href=\"?VARHELP=nondigest/msg_header\">message header</a> "
"and\n"
" <a href=\"?VARHELP=nondigest/msg_footer\">message footer</"
@@ -6149,11 +6154,12 @@ msgid "Scrub attachments of regular delivery message?"
msgstr "Fjern attachments ved almindelig levering af e-mail?"
#: Mailman/Gui/NonDigest.py:142
+#, fuzzy
msgid ""
-"When you scrub attachments, they are stored in archive\n"
+"When you scrub attachments, they are stored in the archive\n"
" area and links are made in the message so that the member can\n"
-" access via web browser. If you want the attachments totally\n"
-" disappear, you can use content filter options."
+" access them via a web browser. If you want the attachments to\n"
+" totally disappear, you can use content filtering options."
msgstr ""
"N&aring;r du fjerner vedh&aelig;ftninger, gemmes de i et arkiv omr&aring;de\n"
"og der laves istedet links i e-mailen s&aring;ledes at medlemmer kan\n"
@@ -7710,7 +7716,7 @@ msgstr ""
"En gang om m&aring;neden vil du som en p&aring;mindelse modtage din "
"adgangskode i en e-mail."
-#: Mailman/HTMLFormatter.py:393
+#: Mailman/HTMLFormatter.py:394
msgid "The current archive"
msgstr "Arkivet"
@@ -8314,83 +8320,83 @@ msgstr "Programmeret i Python"
msgid "Gnu's Not Unix"
msgstr "GNU er ikke Unix"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Mon"
msgstr "Man"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Thu"
msgstr "Tor"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Tue"
msgstr "Tir"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Wed"
msgstr "Ons"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Fri"
msgstr "Fre"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Sat"
msgstr "Lr"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Sun"
msgstr "Sn"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Apr"
msgstr "Apr"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Feb"
msgstr "Feb"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Jan"
msgstr "Jan"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Jun"
msgstr "Jun"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Mar"
msgstr "Mar"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Aug"
msgstr "Aug"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Dec"
msgstr "Dec"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Jul"
msgstr "Jul"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Nov"
msgstr "Nov"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Oct"
msgstr "Okt"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Sep"
msgstr "Sep"
-#: Mailman/i18n.py:107
+#: Mailman/i18n.py:111
msgid "Server Local Time"
msgstr "Lokal tid"
-#: Mailman/i18n.py:146
+#: Mailman/i18n.py:150
msgid ""
"%(wday)s %(mon)s %(day)2i %(hh)02i:%(mm)02i:%(ss)02i %(tzname)s %(year)04i"
msgstr ""
diff --git a/messages/de/LC_MESSAGES/mailman.po b/messages/de/LC_MESSAGES/mailman.po
index c76e3b42..8fb95d67 100644
--- a/messages/de/LC_MESSAGES/mailman.po
+++ b/messages/de/LC_MESSAGES/mailman.po
@@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Project-Id-Version: mailman\n"
-"POT-Creation-Date: Tue Jul 27 08:05:43 2010\n"
+"POT-Creation-Date: Fri Sep 10 10:50:49 2010\n"
"PO-Revision-Date: 2008-06-23 22:21+0200\n"
"Last-Translator: Peer Heinlein <p.heinlein@heinlein-support.de>\n"
"Language-Team: <de@li.org>\n"
@@ -109,7 +109,7 @@ msgid "June"
msgstr "Juni"
# Mailman/Cgi/options.py:563
-#: Mailman/Archiver/HyperArch.py:923 Mailman/i18n.py:103
+#: Mailman/Archiver/HyperArch.py:923 Mailman/i18n.py:107
msgid "May"
msgstr "Mai"
@@ -322,10 +322,12 @@ msgstr ""
# Mailman/Cgi/admin.py:179
#: Mailman/Cgi/admin.py:194
+#, fuzzy
msgid ""
"You have regular list members but non-digestified mail is\n"
-" turned off. They will receive mail until you fix this\n"
-" problem."
+" turned off. They will receive non-digestified mail until "
+"you\n"
+" fix this problem."
msgstr ""
"Sie haben Mitglieder, die einzelne Nachrichten bekommen wollen, aber dieser "
"Modus ist von Ihnen deaktiviert. Diese Mitglieder bekommen erst dann wieder "
@@ -595,7 +597,7 @@ msgid "Regexp:"
msgstr "Regulrer Ausdruck:"
# Mailman/Cgi/admin.py:652 Mailman/Cgi/options.py:799
-#: Mailman/Cgi/admin.py:709 Mailman/Cgi/options.py:1046
+#: Mailman/Cgi/admin.py:709 Mailman/Cgi/options.py:1047
msgid "Description:"
msgstr "Beschreibung:"
@@ -1844,8 +1846,8 @@ msgstr ""
# Mailman/Cgi/confirm.py:388 Mailman/Cgi/options.py:530
# Mailman/Cgi/options.py:665 Mailman/Cgi/options.py:675
-#: Mailman/Cgi/confirm.py:491 Mailman/Cgi/options.py:760
-#: Mailman/Cgi/options.py:904 Mailman/Cgi/options.py:914
+#: Mailman/Cgi/confirm.py:491 Mailman/Cgi/options.py:761
+#: Mailman/Cgi/options.py:905 Mailman/Cgi/options.py:915
msgid "Unsubscribe"
msgstr "Kndigung des Abos"
@@ -2590,7 +2592,7 @@ msgid "Edit Options"
msgstr "Optionen verndern"
# Mailman/Cgi/listinfo.py:183 Mailman/Cgi/roster.py:109
-#: Mailman/Cgi/listinfo.py:201 Mailman/Cgi/options.py:869
+#: Mailman/Cgi/listinfo.py:201 Mailman/Cgi/options.py:870
#: Mailman/Cgi/roster.py:118
msgid "View this page in"
msgstr "Anzeige dieser Seite auf / View this page in"
@@ -2616,8 +2618,8 @@ msgid "Illegal Email Address: %(safeuser)s"
msgstr "Ungltige E-Mailadresse: %(safeuser)s"
# Mailman/Cgi/options.py:93
-#: Mailman/Cgi/options.py:128 Mailman/Cgi/options.py:192
-#: Mailman/Cgi/options.py:214
+#: Mailman/Cgi/options.py:128 Mailman/Cgi/options.py:193
+#: Mailman/Cgi/options.py:215
msgid "No such member: %(safeuser)s."
msgstr " %(safeuser)s ist nicht Abonnent."
@@ -2630,40 +2632,40 @@ msgstr ""
"Listenadministrator weitergeleitet. "
# Mailman/Cgi/options.py:133
-#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:197
+#: Mailman/Cgi/options.py:184 Mailman/Cgi/options.py:198
msgid "The confirmation email has been sent."
msgstr "Die E-Mail mit der Besttigung wurde verschickt."
# Mailman/Cgi/options.py:144 Mailman/Cgi/options.py:181
-#: Mailman/Cgi/options.py:208 Mailman/Cgi/options.py:220
-#: Mailman/Cgi/options.py:277
+#: Mailman/Cgi/options.py:209 Mailman/Cgi/options.py:221
+#: Mailman/Cgi/options.py:278
msgid "A reminder of your password has been emailed to you."
msgstr "An Sie wurde eine E-Mail mit Ihrem Passwort geschickt."
# Mailman/Cgi/options.py:161
-#: Mailman/Cgi/options.py:249
+#: Mailman/Cgi/options.py:250
msgid "Authentication failed."
msgstr "Authorisierung fehlgeschlagen."
-#: Mailman/Cgi/options.py:284
+#: Mailman/Cgi/options.py:285
msgid ""
"The list administrator may not view the other\n"
" subscriptions for this user."
msgstr ""
"Der Listenadministrator darf nicht anderen Abonnements eines Nutzers sehen. "
-#: Mailman/Cgi/options.py:285 Mailman/Cgi/options.py:328
-#: Mailman/Cgi/options.py:456 Mailman/Cgi/options.py:672
+#: Mailman/Cgi/options.py:286 Mailman/Cgi/options.py:329
+#: Mailman/Cgi/options.py:457 Mailman/Cgi/options.py:673
msgid "Note: "
msgstr "Bachten Sie: "
# Mailman/Cgi/options.py:187
-#: Mailman/Cgi/options.py:290
+#: Mailman/Cgi/options.py:291
msgid "List subscriptions for %(safeuser)s on %(hostname)s"
msgstr "Abonnierte Mailinglisten fr %(safeuser)s auf %(hostname)s "
# Mailman/Cgi/options.py:190
-#: Mailman/Cgi/options.py:293
+#: Mailman/Cgi/options.py:294
msgid ""
"Click on a link to visit your options page for the\n"
" requested mailing list."
@@ -2671,7 +2673,7 @@ msgstr ""
"Klicken Sie auf einen Link, um Ihre Optionen fr die entsprechende Liste zu "
"verndern."
-#: Mailman/Cgi/options.py:325
+#: Mailman/Cgi/options.py:326
msgid ""
"The list administrator may not change the names\n"
" or addresses for this user's other subscriptions. However, the\n"
@@ -2682,16 +2684,16 @@ msgstr ""
"gendert."
# Mailman/Cgi/options.py:231
-#: Mailman/Cgi/options.py:348
+#: Mailman/Cgi/options.py:349
msgid "Addresses did not match!"
msgstr "Die Adressen sind nicht identisch!"
# Mailman/Cgi/options.py:236
-#: Mailman/Cgi/options.py:353
+#: Mailman/Cgi/options.py:354
msgid "You are already using that email address"
msgstr "Sie verwenden bereits diese E-Mailadresse"
-#: Mailman/Cgi/options.py:365
+#: Mailman/Cgi/options.py:366
msgid ""
"The new address you requested %(newaddr)s is already a member of the\n"
"%(listname)s mailing list, however you have also requested a global change "
@@ -2707,36 +2709,36 @@ msgstr ""
" %(safeuser)s entsprechend angepat."
# Mailman/Cgi/admindb.py:364
-#: Mailman/Cgi/options.py:374
+#: Mailman/Cgi/options.py:375
msgid "The new address is already a member: %(newaddr)s"
msgstr "Die neue Adresse ist bereits Mitglied: %(newaddr)s"
# Mailman/Cgi/options.py:242
-#: Mailman/Cgi/options.py:380
+#: Mailman/Cgi/options.py:381
msgid "Addresses may not be blank"
msgstr "Die Adresse darf nicht leer sein"
# Mailman/Cgi/options.py:258
-#: Mailman/Cgi/options.py:394
+#: Mailman/Cgi/options.py:395
msgid "A confirmation message has been sent to %(newaddr)s. "
msgstr "Eine Besttigung wurde an %(newaddr)s geschickt. "
# Mailman/Cgi/options.py:267
-#: Mailman/Cgi/options.py:403
+#: Mailman/Cgi/options.py:404
msgid "Bad email address provided"
msgstr "Ungltige E-Mailadresse"
# Mailman/Cgi/options.py:269
-#: Mailman/Cgi/options.py:405
+#: Mailman/Cgi/options.py:406
msgid "Illegal email address provided"
msgstr "E-Mailadresse ist nicht erlaubt"
# Mailman/Cgi/options.py:271
-#: Mailman/Cgi/options.py:407
+#: Mailman/Cgi/options.py:408
msgid "%(newaddr)s is already a member of the list."
msgstr "%(newaddr)s ist bereits Abonnent der Liste."
-#: Mailman/Cgi/options.py:410
+#: Mailman/Cgi/options.py:411
msgid ""
"%(newaddr)s is banned from this list. If you\n"
" think this restriction is erroneous, please contact\n"
@@ -2748,28 +2750,28 @@ msgstr ""
"%(owneraddr)s."
# Mailman/Cgi/options.py:280
-#: Mailman/Cgi/options.py:421
+#: Mailman/Cgi/options.py:422
msgid "Member name successfully changed. "
msgstr "Mitgliedsname erfolgreich gendert."
-#: Mailman/Cgi/options.py:431
+#: Mailman/Cgi/options.py:432
msgid ""
"The list administrator may not change the\n"
" password for a user."
msgstr "Der Listenadministrator darf nicht das Passwort eines Nutzers ndern. "
# Mailman/Cgi/options.py:291
-#: Mailman/Cgi/options.py:440
+#: Mailman/Cgi/options.py:441
msgid "Passwords may not be blank"
msgstr "Die Passwrter drfen nicht leer sein"
# Mailman/Cgi/options.py:296
-#: Mailman/Cgi/options.py:445
+#: Mailman/Cgi/options.py:446
msgid "Passwords did not match!"
msgstr "Die Passwrter sind nicht identisch !"
# Mailman/Cgi/options.py:462
-#: Mailman/Cgi/options.py:453
+#: Mailman/Cgi/options.py:454
msgid ""
"The list administrator may not change the\n"
" password for this user's other subscriptions. However, the\n"
@@ -2782,13 +2784,13 @@ msgstr ""
"diese Liste wurden das Passwort gendert."
# Mailman/Cgi/options.py:312
-#: Mailman/Cgi/options.py:470 Mailman/Commands/cmd_password.py:83
+#: Mailman/Cgi/options.py:471 Mailman/Commands/cmd_password.py:83
#: Mailman/Commands/cmd_password.py:109
msgid "Password successfully changed."
msgstr "Passwort erfolgreich gendert."
# Mailman/Cgi/options.py:321
-#: Mailman/Cgi/options.py:479
+#: Mailman/Cgi/options.py:480
msgid ""
"You must confirm your unsubscription request by turning\n"
" on the checkbox below the <em>Unsubscribe</em> button. You\n"
@@ -2799,11 +2801,11 @@ msgstr ""
"erfolgreich !"
# Mailman/Cgi/options.py:349
-#: Mailman/Cgi/options.py:511
+#: Mailman/Cgi/options.py:512
msgid "Unsubscription results"
msgstr "Ergebnis der Kndigung"
-#: Mailman/Cgi/options.py:515
+#: Mailman/Cgi/options.py:516
msgid ""
"Your unsubscription request has been received and\n"
" forwarded on to the list moderators for approval. You will\n"
@@ -2815,7 +2817,7 @@ msgstr ""
"ber seine Entscheidung. "
# Mailman/Cgi/options.py:352
-#: Mailman/Cgi/options.py:520
+#: Mailman/Cgi/options.py:521
msgid ""
"You have been successfully unsubscribed from the\n"
" mailing list %(fqdn_listname)s. If you were receiving digest\n"
@@ -2829,7 +2831,7 @@ msgstr ""
"eine weitere. Wenn Sie noch irgendwelche Fragen zu Ihrer Kndigung haben, "
"richten Sie bitte Ihre Fragen an den Eigentmer der Liste, %(owneraddr)s."
-#: Mailman/Cgi/options.py:669
+#: Mailman/Cgi/options.py:670
msgid ""
"The list administrator may not change the\n"
" options for this user's other subscriptions. However the\n"
@@ -2841,7 +2843,7 @@ msgstr ""
"gendert."
# Mailman/Cgi/options.py:458
-#: Mailman/Cgi/options.py:679
+#: Mailman/Cgi/options.py:680
msgid ""
"The list administrator has disabled digest delivery for\n"
" this list, so your delivery option has not been set. However "
@@ -2853,7 +2855,7 @@ msgstr ""
"Optionen wurden erfolgreich gesetzt."
# Mailman/Cgi/options.py:462
-#: Mailman/Cgi/options.py:683
+#: Mailman/Cgi/options.py:684
msgid ""
"The list administrator has disabled non-digest delivery\n"
" for this list, so your delivery option has not been set. "
@@ -2865,77 +2867,77 @@ msgstr ""
"Optionen wurden erfolgreich gesetzt."
# Mailman/Cgi/options.py:466
-#: Mailman/Cgi/options.py:687
+#: Mailman/Cgi/options.py:688
msgid "You have successfully set your options."
msgstr "Sie haben Ihre Optionen erfolgreich gesetzt."
# Mailman/Cgi/options.py:469
-#: Mailman/Cgi/options.py:690
+#: Mailman/Cgi/options.py:691
msgid "You may get one last digest."
msgstr "Sie erhalten eventuell eine letzte Nachrichtensammlung."
# Mailman/Cgi/options.py:532
-#: Mailman/Cgi/options.py:762
+#: Mailman/Cgi/options.py:763
msgid "<em>Yes, I really want to unsubscribe</em>"
msgstr "<em>Ja, Ich mchte das Abo wirklich kndigen</em>"
# Mailman/Cgi/options.py:536
-#: Mailman/Cgi/options.py:766
+#: Mailman/Cgi/options.py:767
msgid "Change My Password"
msgstr "Mein Passwort ndern"
# Mailman/Cgi/options.py:539
-#: Mailman/Cgi/options.py:769
+#: Mailman/Cgi/options.py:770
msgid "List my other subscriptions"
msgstr "Meine anderen Abonnements auflisten"
# Mailman/Cgi/options.py:545
-#: Mailman/Cgi/options.py:775
+#: Mailman/Cgi/options.py:776
msgid "Email My Password To Me"
msgstr "Mein Passwort per E-Mail an mich senden"
# Mailman/Cgi/options.py:547
-#: Mailman/Cgi/options.py:777
+#: Mailman/Cgi/options.py:778
msgid "password"
msgstr "Passwort"
# Mailman/Cgi/options.py:549
-#: Mailman/Cgi/options.py:779
+#: Mailman/Cgi/options.py:780
msgid "Log out"
msgstr "Logout"
# Mailman/Cgi/options.py:551
-#: Mailman/Cgi/options.py:781
+#: Mailman/Cgi/options.py:782
msgid "Submit My Changes"
msgstr "Meine nderungen bermitteln"
# Mailman/Cgi/options.py:561
-#: Mailman/Cgi/options.py:793
+#: Mailman/Cgi/options.py:794
msgid "days"
msgstr "Tage"
# Mailman/Cgi/options.py:563
-#: Mailman/Cgi/options.py:795
+#: Mailman/Cgi/options.py:796
msgid "day"
msgstr "Tag"
# Mailman/Cgi/options.py:564
-#: Mailman/Cgi/options.py:796
+#: Mailman/Cgi/options.py:797
msgid "%(days)d %(units)s"
msgstr "%(days)d %(units)s "
# Mailman/Cgi/options.py:570
-#: Mailman/Cgi/options.py:802
+#: Mailman/Cgi/options.py:803
msgid "Change My Address and Name"
msgstr "Meine E-Mailadresse und Namen ndern "
# Mailman/Cgi/options.py:598
-#: Mailman/Cgi/options.py:828
+#: Mailman/Cgi/options.py:829
msgid "<em>No topics defined</em>"
msgstr "<em>Keine Themen definiert</em>"
# Mailman/Cgi/options.py:606
-#: Mailman/Cgi/options.py:836
+#: Mailman/Cgi/options.py:837
msgid ""
"\n"
"You are subscribed to this list with the case-preserved address\n"
@@ -2946,22 +2948,22 @@ msgstr ""
"<em>%(cpuser)s</em> abonniert."
# Mailman/Cgi/options.py:619
-#: Mailman/Cgi/options.py:850
+#: Mailman/Cgi/options.py:851
msgid "%(realname)s list: member options login page"
msgstr "Mailingliste %(realname)s: Login fr Mitglieder"
# Mailman/Cgi/options.py:621
-#: Mailman/Cgi/options.py:851
+#: Mailman/Cgi/options.py:852
msgid "email address and "
msgstr "und E-Mailadresse"
# Mailman/Cgi/options.py:623
-#: Mailman/Cgi/options.py:854
+#: Mailman/Cgi/options.py:855
msgid "%(realname)s list: member options for user %(safeuser)s"
msgstr "Mailingliste %(realname)s: Optionen fr das Mitglied %(safeuser)s "
# Mailman/Cgi/options.py:636
-#: Mailman/Cgi/options.py:880
+#: Mailman/Cgi/options.py:881
msgid ""
"In order to change your membership option, you must\n"
" first log in by giving your %(extra)smembership password in the section\n"
@@ -2996,22 +2998,22 @@ msgstr ""
"p> "
# Mailman/Cgi/options.py:656
-#: Mailman/Cgi/options.py:894
+#: Mailman/Cgi/options.py:895
msgid "Email address:"
msgstr "E-Mailadresse:"
# Mailman/Cgi/confirm.py:203 Mailman/Cgi/options.py:658
-#: Mailman/Cgi/options.py:898
+#: Mailman/Cgi/options.py:899
msgid "Password:"
msgstr "Passwort:"
# Mailman/Cgi/options.py:660
-#: Mailman/Cgi/options.py:900
+#: Mailman/Cgi/options.py:901
msgid "Log in"
msgstr "Login"
# Mailman/Cgi/options.py:669
-#: Mailman/Cgi/options.py:908
+#: Mailman/Cgi/options.py:909
msgid ""
"By clicking on the <em>Unsubscribe</em> button, a\n"
" confirmation message will be emailed to you. This message will have a\n"
@@ -3031,12 +3033,12 @@ msgstr ""
" E-Mailkonten weiterleiten lassen!</p>"
# Mailman/Cgi/options.py:679
-#: Mailman/Cgi/options.py:916
+#: Mailman/Cgi/options.py:917
msgid "Password reminder"
msgstr "Passwort-Erinnerung"
# Mailman/Cgi/options.py:683
-#: Mailman/Cgi/options.py:920
+#: Mailman/Cgi/options.py:921
msgid ""
"By clicking on the <em>Remind</em> button, your\n"
" password will be emailed to you."
@@ -3047,32 +3049,32 @@ msgstr ""
"zugeschickt. "
# Mailman/Cgi/options.py:686
-#: Mailman/Cgi/options.py:923
+#: Mailman/Cgi/options.py:924
msgid "Remind"
msgstr "Passwort zumailen"
# Mailman/Cgi/options.py:776
-#: Mailman/Cgi/options.py:1023
+#: Mailman/Cgi/options.py:1024
msgid "<missing>"
msgstr "<fehlend>"
# Mailman/Cgi/options.py:787
-#: Mailman/Cgi/options.py:1034
+#: Mailman/Cgi/options.py:1035
msgid "Requested topic is not valid: %(topicname)s"
msgstr "Angefordertes Thema ist nicht in Ordnung: %(topicname)s"
# Mailman/Cgi/options.py:792
-#: Mailman/Cgi/options.py:1039
+#: Mailman/Cgi/options.py:1040
msgid "Topic filter details"
msgstr "Themenfilter Details"
# Mailman/Cgi/options.py:795
-#: Mailman/Cgi/options.py:1042
+#: Mailman/Cgi/options.py:1043
msgid "Name:"
msgstr "Name:"
# Mailman/Cgi/options.py:797
-#: Mailman/Cgi/options.py:1044
+#: Mailman/Cgi/options.py:1045
msgid "Pattern (as regexp):"
msgstr "Suchmuster (als regulrer Ausdruck):"
@@ -3139,8 +3141,9 @@ msgstr "Dauerhaft die Mailingliste <em>%(realname)s</em> lschen"
# Mailman/Cgi/rmlist.py:186
#: Mailman/Cgi/rmlist.py:204
+#, fuzzy
msgid ""
-"This page allows you as the list owner, to permanent\n"
+"This page allows you as the list owner, to permanently\n"
" remove this mailing list from the system. <strong>This action is not\n"
" undoable</strong> so you should undertake it only if you are absolutely\n"
" sure this mailing list has served its purpose and is no longer "
@@ -5902,9 +5905,10 @@ msgstr ""
" type=\"hidden\" name=\"new_member_options\" value=\"ignore\">"
#: Mailman/Gui/General.py:346
+#, fuzzy
msgid ""
"When a new member is subscribed to this list, their initial\n"
-" set of options is taken from the this variable's setting."
+" set of options is taken from this variable's setting."
msgstr ""
"Wenn ein neues Mitglied die Liste abboniert, werden die hier gemachten\n"
" Einstellungen als die initialen Einstellungen fr das Mitglied bernommen."
@@ -6067,18 +6071,18 @@ msgstr ""
#: Mailman/Gui/General.py:426
msgid ""
-"\"<a href=\"http://www.faqs.org/rfcs/rfc2822.html\">RFC\n"
+"<a href=\"http://www.faqs.org/rfcs/rfc2822.html\">RFC\n"
" 2822</a> defines the <tt>Sender</tt> header and defines it\n"
" as \"the mailbox of the agent responsible for the actual\n"
" transmission of the message.\" Mailman replaces this "
"header\n"
-" per default with the list's bounce address.\n"
+" by default with the list's bounce address.\n"
" \n"
" <p>While it is debatable if Mailman is such an agent, "
"setting\n"
" this header helps directing bounces from some broken MTAs "
"to\n"
-" the right destination. On the other hand do some mail\n"
+" the right destination. On the other hand, some mail\n"
" readers show unexpected behaviour if this header is set "
"(like\n"
" missing addresses in forwarded mails and copies sent to "
@@ -6322,6 +6326,7 @@ msgstr ""
"verbrennen."
#: Mailman/Gui/NonDigest.py:61
+#, fuzzy
msgid ""
"Normally, Mailman sends the regular delivery messages to\n"
" the mail server in batches. This is much more efficent\n"
@@ -6354,7 +6359,7 @@ msgid ""
" address.\n"
"\n"
" <p>When personalization is enabled, a few more expansion\n"
-" variables that can be included in the <a\n"
+" variables can be included in the <a\n"
" href=\"?VARHELP=nondigest/msg_header\">message header</a> "
"and\n"
" <a href=\"?VARHELP=nondigest/msg_footer\">message footer</"
@@ -6466,11 +6471,12 @@ msgid "Scrub attachments of regular delivery message?"
msgstr "Attachments und E-Mails aufsplitten?"
#: Mailman/Gui/NonDigest.py:142
+#, fuzzy
msgid ""
-"When you scrub attachments, they are stored in archive\n"
+"When you scrub attachments, they are stored in the archive\n"
" area and links are made in the message so that the member can\n"
-" access via web browser. If you want the attachments totally\n"
-" disappear, you can use content filter options."
+" access them via a web browser. If you want the attachments to\n"
+" totally disappear, you can use content filtering options."
msgstr ""
"Wenn Sie Mails und Attachments aufsplitten, werden die Anhnge in den "
"Mailarchiven separat gespeichert und in die Nachricht selbst wird ein Link "
@@ -7988,7 +7994,7 @@ msgid "Once a month, your password will be emailed to you as a reminder."
msgstr "Zur Erinnerung wird Ihnen monatlich Ihr Passwort gemailt."
# Mailman/HTMLFormatter.py:358
-#: Mailman/HTMLFormatter.py:393
+#: Mailman/HTMLFormatter.py:394
msgid "The current archive"
msgstr "Das aktuelle Archiv"
@@ -8696,64 +8702,64 @@ msgstr "Gnu's Not Unix (Gnu's sind keine Unickse)"
# Mailman/Gui/Privacy.py:111 Mailman/Gui/Privacy.py:114
# Mailman/Gui/Privacy.py:147 Mailman/Gui/Privacy.py:221
# Mailman/Gui/Usenet.py:43 Mailman/Gui/Usenet.py:47 Mailman/Gui/Usenet.py:51
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Mon"
msgstr "Mo"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Thu"
msgstr "Do"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Tue"
msgstr "Di"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Wed"
msgstr "Mi"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Fri"
msgstr "Fr"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Sat"
msgstr "Sa"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Sun"
msgstr "So"
# Mailman/Cgi/admindb.py:181 Mailman/Cgi/admindb.py:280
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Apr"
msgstr "Apr"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Feb"
msgstr "Feb"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Jan"
msgstr "Jan"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Jun"
msgstr "Jun"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Mar"
msgstr "Mr"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Aug"
msgstr "Aug"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Dec"
msgstr "Dez"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Jul"
msgstr "Jul"
@@ -8771,23 +8777,23 @@ msgstr "Jul"
# Mailman/Gui/Privacy.py:111 Mailman/Gui/Privacy.py:114
# Mailman/Gui/Privacy.py:147 Mailman/Gui/Privacy.py:221
# Mailman/Gui/Usenet.py:43 Mailman/Gui/Usenet.py:47 Mailman/Gui/Usenet.py:51
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Nov"
msgstr "Nov"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Oct"
msgstr "Okt"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Sep"
msgstr "Sep"
-#: Mailman/i18n.py:107
+#: Mailman/i18n.py:111
msgid "Server Local Time"
msgstr "Lokale Serverzeit"
-#: Mailman/i18n.py:146
+#: Mailman/i18n.py:150
msgid ""
"%(wday)s %(mon)s %(day)2i %(hh)02i:%(mm)02i:%(ss)02i %(tzname)s %(year)04i"
msgstr ""
diff --git a/messages/es/LC_MESSAGES/mailman.po b/messages/es/LC_MESSAGES/mailman.po
index f5a8cea5..9b544a7e 100644
--- a/messages/es/LC_MESSAGES/mailman.po
+++ b/messages/es/LC_MESSAGES/mailman.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Mailman\n"
-"POT-Creation-Date: Tue Jul 27 08:05:43 2010\n"
+"POT-Creation-Date: Fri Sep 10 10:50:49 2010\n"
"PO-Revision-Date: 2006-02-15 12:02+0100\n"
"Last-Translator: David Martnez Moreno <ender@rediris.es>\n"
"Language-Team: Espaol <es@li.org>\n"
@@ -96,7 +96,7 @@ msgstr "Julio"
msgid "June"
msgstr "Junio"
-#: Mailman/Archiver/HyperArch.py:923 Mailman/i18n.py:103
+#: Mailman/Archiver/HyperArch.py:923 Mailman/i18n.py:107
msgid "May"
msgstr "Mayo"
@@ -278,10 +278,12 @@ msgstr ""
" Esos suscriptores no recibirn correo."
#: Mailman/Cgi/admin.py:194
+#, fuzzy
msgid ""
"You have regular list members but non-digestified mail is\n"
-" turned off. They will receive mail until you fix this\n"
-" problem."
+" turned off. They will receive non-digestified mail until "
+"you\n"
+" fix this problem."
msgstr ""
"Tiene suscriptores que quieren recibir el correo a medida que \n"
" llega, pero esta modalidad est desactivada. Ellos\n"
@@ -520,7 +522,7 @@ msgstr "Nombre del tema:"
msgid "Regexp:"
msgstr "Expresin regular:"
-#: Mailman/Cgi/admin.py:709 Mailman/Cgi/options.py:1046
+#: Mailman/Cgi/admin.py:709 Mailman/Cgi/options.py:1047
msgid "Description:"
msgstr "Descripcin"
@@ -1627,8 +1629,8 @@ msgstr ""
" <p>O pulse <em>Cancelar y descartar</em> para cancelar esta solicitud\n"
" de baja."
-#: Mailman/Cgi/confirm.py:491 Mailman/Cgi/options.py:760
-#: Mailman/Cgi/options.py:904 Mailman/Cgi/options.py:914
+#: Mailman/Cgi/confirm.py:491 Mailman/Cgi/options.py:761
+#: Mailman/Cgi/options.py:905 Mailman/Cgi/options.py:915
msgid "Unsubscribe"
msgstr "Borrarse de la lista"
@@ -2315,7 +2317,7 @@ msgstr ""
msgid "Edit Options"
msgstr "Editar opciones"
-#: Mailman/Cgi/listinfo.py:201 Mailman/Cgi/options.py:869
+#: Mailman/Cgi/listinfo.py:201 Mailman/Cgi/options.py:870
#: Mailman/Cgi/roster.py:118
msgid "View this page in"
msgstr "Ver esta pgina en "
@@ -2336,8 +2338,8 @@ msgstr "No se ha indicado una direccin"
msgid "Illegal Email Address: %(safeuser)s"
msgstr "Direccin de correo electrnico incorrecta: %(safeuser)s"
-#: Mailman/Cgi/options.py:128 Mailman/Cgi/options.py:192
-#: Mailman/Cgi/options.py:214
+#: Mailman/Cgi/options.py:128 Mailman/Cgi/options.py:193
+#: Mailman/Cgi/options.py:215
msgid "No such member: %(safeuser)s."
msgstr "No existe tal suscriptor: %(safeuser)s."
@@ -2349,21 +2351,21 @@ msgstr ""
"La solicitud de baja ha sido reenviada al administrador de la\n"
"lista para que le de el visto bueno."
-#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:197
+#: Mailman/Cgi/options.py:184 Mailman/Cgi/options.py:198
msgid "The confirmation email has been sent."
msgstr "Se ha enviado el mensaje de confirmacin."
-#: Mailman/Cgi/options.py:208 Mailman/Cgi/options.py:220
-#: Mailman/Cgi/options.py:277
+#: Mailman/Cgi/options.py:209 Mailman/Cgi/options.py:221
+#: Mailman/Cgi/options.py:278
msgid "A reminder of your password has been emailed to you."
msgstr ""
"Se le ha mandado un recordatorio de su clave por correo electrnico.<p>"
-#: Mailman/Cgi/options.py:249
+#: Mailman/Cgi/options.py:250
msgid "Authentication failed."
msgstr "La autentificacin ha sido infructuosa."
-#: Mailman/Cgi/options.py:284
+#: Mailman/Cgi/options.py:285
msgid ""
"The list administrator may not view the other\n"
" subscriptions for this user."
@@ -2371,16 +2373,16 @@ msgstr ""
"El administrador de la lista puede que no vea las otras\n"
" suscripciones de este usuario."
-#: Mailman/Cgi/options.py:285 Mailman/Cgi/options.py:328
-#: Mailman/Cgi/options.py:456 Mailman/Cgi/options.py:672
+#: Mailman/Cgi/options.py:286 Mailman/Cgi/options.py:329
+#: Mailman/Cgi/options.py:457 Mailman/Cgi/options.py:673
msgid "Note: "
msgstr "Nota: "
-#: Mailman/Cgi/options.py:290
+#: Mailman/Cgi/options.py:291
msgid "List subscriptions for %(safeuser)s on %(hostname)s"
msgstr "suscripciones de %(safeuser)s en %(hostname)s"
-#: Mailman/Cgi/options.py:293
+#: Mailman/Cgi/options.py:294
msgid ""
"Click on a link to visit your options page for the\n"
" requested mailing list."
@@ -2388,7 +2390,7 @@ msgstr ""
"Dle con el ratn a un enlace para visitar su pgina\n"
" de opciones en la lista de distribucin solicitada."
-#: Mailman/Cgi/options.py:325
+#: Mailman/Cgi/options.py:326
msgid ""
"The list administrator may not change the names\n"
" or addresses for this user's other subscriptions. However, the\n"
@@ -2399,15 +2401,15 @@ msgstr ""
" de este usuario en otras suscripciones.\n"
" No obstante, se han cambiado los datos para esta."
-#: Mailman/Cgi/options.py:348
+#: Mailman/Cgi/options.py:349
msgid "Addresses did not match!"
msgstr "Las direcciones no coinciden!"
-#: Mailman/Cgi/options.py:353
+#: Mailman/Cgi/options.py:354
msgid "You are already using that email address"
msgstr "Ya ests usando esa direccin de correo electrnico"
-#: Mailman/Cgi/options.py:365
+#: Mailman/Cgi/options.py:366
msgid ""
"The new address you requested %(newaddr)s is already a member of the\n"
"%(listname)s mailing list, however you have also requested a global change "
@@ -2421,31 +2423,31 @@ msgstr ""
"cambiar cualquier otra lista de distribucin que contenga la direccin\n"
"%(safeuser)s. "
-#: Mailman/Cgi/options.py:374
+#: Mailman/Cgi/options.py:375
msgid "The new address is already a member: %(newaddr)s"
msgstr "La direccin nueva ya est dada de alta: %(newaddr)s"
-#: Mailman/Cgi/options.py:380
+#: Mailman/Cgi/options.py:381
msgid "Addresses may not be blank"
msgstr "Las direcciones no debern estar en blanco"
-#: Mailman/Cgi/options.py:394
+#: Mailman/Cgi/options.py:395
msgid "A confirmation message has been sent to %(newaddr)s. "
msgstr "Se le ha enviado un mensaje de confirmacin a %(newaddr)s"
-#: Mailman/Cgi/options.py:403
+#: Mailman/Cgi/options.py:404
msgid "Bad email address provided"
msgstr "Ha proporcionado una direccin de correo incorrecta"
-#: Mailman/Cgi/options.py:405
+#: Mailman/Cgi/options.py:406
msgid "Illegal email address provided"
msgstr "Se ha proporcionado una direccin de correo ilegal"
-#: Mailman/Cgi/options.py:407
+#: Mailman/Cgi/options.py:408
msgid "%(newaddr)s is already a member of the list."
msgstr "%(newaddr)s ya est suscrito a la lista."
-#: Mailman/Cgi/options.py:410
+#: Mailman/Cgi/options.py:411
msgid ""
"%(newaddr)s is banned from this list. If you\n"
" think this restriction is erroneous, please contact\n"
@@ -2456,12 +2458,12 @@ msgstr ""
" por favor, pngase en contacto con el propietario\n"
" de la lista en %(owneraddr)s."
-#: Mailman/Cgi/options.py:421
+#: Mailman/Cgi/options.py:422
msgid "Member name successfully changed. "
msgstr ""
"Se ha cambiado el nombre y apellidos del suscriptor satisfactoriamente."
-#: Mailman/Cgi/options.py:431
+#: Mailman/Cgi/options.py:432
#, fuzzy
msgid ""
"The list administrator may not change the\n"
@@ -2470,15 +2472,15 @@ msgstr ""
"El administrador de la lista puede que no vea las otras\n"
" suscripciones de este usuario."
-#: Mailman/Cgi/options.py:440
+#: Mailman/Cgi/options.py:441
msgid "Passwords may not be blank"
msgstr "Las claves nodebern estar en blanco"
-#: Mailman/Cgi/options.py:445
+#: Mailman/Cgi/options.py:446
msgid "Passwords did not match!"
msgstr "Las claves no coinciden!"
-#: Mailman/Cgi/options.py:453
+#: Mailman/Cgi/options.py:454
msgid ""
"The list administrator may not change the\n"
" password for this user's other subscriptions. However, the\n"
@@ -2488,12 +2490,12 @@ msgstr ""
" de este usuario en otras suscripciones. No obstante,\n"
" se ha cambiado la clave en esta lista de distribucin."
-#: Mailman/Cgi/options.py:470 Mailman/Commands/cmd_password.py:83
+#: Mailman/Cgi/options.py:471 Mailman/Commands/cmd_password.py:83
#: Mailman/Commands/cmd_password.py:109
msgid "Password successfully changed."
msgstr "Se ha cambiado la clave satisfactoriamente."
-#: Mailman/Cgi/options.py:479
+#: Mailman/Cgi/options.py:480
msgid ""
"You must confirm your unsubscription request by turning\n"
" on the checkbox below the <em>Unsubscribe</em> button. You\n"
@@ -2503,11 +2505,11 @@ msgstr ""
" verificacin que est debajo del botn\n"
" <em>Desuscribirs</em>. No ha sido dado de baja!."
-#: Mailman/Cgi/options.py:511
+#: Mailman/Cgi/options.py:512
msgid "Unsubscription results"
msgstr "Resultados de la desuscripcin"
-#: Mailman/Cgi/options.py:515
+#: Mailman/Cgi/options.py:516
msgid ""
"Your unsubscription request has been received and\n"
" forwarded on to the list moderators for approval. You will\n"
@@ -2519,7 +2521,7 @@ msgstr ""
" para su aprobacin. Recibir una notificaci\n"
" una vez que el moderador haya tomado una decisin"
-#: Mailman/Cgi/options.py:520
+#: Mailman/Cgi/options.py:521
msgid ""
"You have been successfully unsubscribed from the\n"
" mailing list %(fqdn_listname)s. If you were receiving digest\n"
@@ -2535,7 +2537,7 @@ msgstr ""
" baja, por favor pngase en contacto con los propietarios de\n"
" la lista en %(owneraddr)s."
-#: Mailman/Cgi/options.py:669
+#: Mailman/Cgi/options.py:670
msgid ""
"The list administrator may not change the\n"
" options for this user's other subscriptions. However the\n"
@@ -2547,7 +2549,7 @@ msgstr ""
" otras suscripciones. No obstante, se han cambiado\n"
" los datos de la suscripcin en esta lista."
-#: Mailman/Cgi/options.py:679
+#: Mailman/Cgi/options.py:680
msgid ""
"The list administrator has disabled digest delivery for\n"
" this list, so your delivery option has not been set. However "
@@ -2558,7 +2560,7 @@ msgstr ""
"esta lista, sin embargo el resto de sus opciones han sido definidas con\n"
"xito."
-#: Mailman/Cgi/options.py:683
+#: Mailman/Cgi/options.py:684
msgid ""
"The list administrator has disabled non-digest delivery\n"
" for this list, so your delivery option has not been set. "
@@ -2570,63 +2572,63 @@ msgstr ""
"la opcin de entrega no se ha activado. Sin embargo, el resto \n"
"de sus opciones se ha cambiado correctamente."
-#: Mailman/Cgi/options.py:687
+#: Mailman/Cgi/options.py:688
msgid "You have successfully set your options."
msgstr "Ha definido sus opciones con xito."
-#: Mailman/Cgi/options.py:690
+#: Mailman/Cgi/options.py:691
msgid "You may get one last digest."
msgstr "Puede que obtenga una ltima recopilacin."
-#: Mailman/Cgi/options.py:762
+#: Mailman/Cgi/options.py:763
msgid "<em>Yes, I really want to unsubscribe</em>"
msgstr "<em>Si, realmente quiero darme de baja</em>"
-#: Mailman/Cgi/options.py:766
+#: Mailman/Cgi/options.py:767
msgid "Change My Password"
msgstr "Cambiar mi contrasea"
-#: Mailman/Cgi/options.py:769
+#: Mailman/Cgi/options.py:770
msgid "List my other subscriptions"
msgstr "Listar mis otras suscripciones"
-#: Mailman/Cgi/options.py:775
+#: Mailman/Cgi/options.py:776
msgid "Email My Password To Me"
msgstr "Enviarme mi contrasea por email"
-#: Mailman/Cgi/options.py:777
+#: Mailman/Cgi/options.py:778
msgid "password"
msgstr "contrasea"
-#: Mailman/Cgi/options.py:779
+#: Mailman/Cgi/options.py:780
msgid "Log out"
msgstr "Salir"
-#: Mailman/Cgi/options.py:781
+#: Mailman/Cgi/options.py:782
msgid "Submit My Changes"
msgstr "Confirmar mis cambios"
-#: Mailman/Cgi/options.py:793
+#: Mailman/Cgi/options.py:794
msgid "days"
msgstr "das"
-#: Mailman/Cgi/options.py:795
+#: Mailman/Cgi/options.py:796
msgid "day"
msgstr "da"
-#: Mailman/Cgi/options.py:796
+#: Mailman/Cgi/options.py:797
msgid "%(days)d %(units)s"
msgstr "%(days)d %(units)s"
-#: Mailman/Cgi/options.py:802
+#: Mailman/Cgi/options.py:803
msgid "Change My Address and Name"
msgstr "Cambiar mi direccin y mi nombre"
-#: Mailman/Cgi/options.py:828
+#: Mailman/Cgi/options.py:829
msgid "<em>No topics defined</em>"
msgstr "<em>No se han definido temas</em>"
-#: Mailman/Cgi/options.py:836
+#: Mailman/Cgi/options.py:837
msgid ""
"\n"
"You are subscribed to this list with the case-preserved address\n"
@@ -2636,19 +2638,19 @@ msgstr ""
"Est suscrito a la lista con la direccin <em>%(cpuser)s</em> respetando "
"maysculas y minsculas."
-#: Mailman/Cgi/options.py:850
+#: Mailman/Cgi/options.py:851
msgid "%(realname)s list: member options login page"
msgstr "Lista %(realname)s: pgina de entrada de preferencias de suscriptor"
-#: Mailman/Cgi/options.py:851
+#: Mailman/Cgi/options.py:852
msgid "email address and "
msgstr "direccin de correo electrnico y su "
-#: Mailman/Cgi/options.py:854
+#: Mailman/Cgi/options.py:855
msgid "%(realname)s list: member options for user %(safeuser)s"
msgstr "Lista %(realname)s: opciones de suscripcin de %(safeuser)s"
-#: Mailman/Cgi/options.py:880
+#: Mailman/Cgi/options.py:881
msgid ""
"In order to change your membership option, you must\n"
" first log in by giving your %(extra)smembership password in the section\n"
@@ -2688,19 +2690,19 @@ msgstr ""
" entre satisfactoriamente)."
# In this entry insert a space at the end of string, it will be stripped.
-#: Mailman/Cgi/options.py:894
+#: Mailman/Cgi/options.py:895
msgid "Email address:"
msgstr "Direccin de correo-e: "
-#: Mailman/Cgi/options.py:898
+#: Mailman/Cgi/options.py:899
msgid "Password:"
msgstr "Clave:"
-#: Mailman/Cgi/options.py:900
+#: Mailman/Cgi/options.py:901
msgid "Log in"
msgstr "Entrar"
-#: Mailman/Cgi/options.py:908
+#: Mailman/Cgi/options.py:909
msgid ""
"By clicking on the <em>Unsubscribe</em> button, a\n"
" confirmation message will be emailed to you. This message will have a\n"
@@ -2715,11 +2717,11 @@ msgstr ""
" realizar esta accin por correo electrnico, lea\n"
" las instrucciones en el mensaje de confirmacin)."
-#: Mailman/Cgi/options.py:916
+#: Mailman/Cgi/options.py:917
msgid "Password reminder"
msgstr "Recordatorio de la clave"
-#: Mailman/Cgi/options.py:920
+#: Mailman/Cgi/options.py:921
msgid ""
"By clicking on the <em>Remind</em> button, your\n"
" password will be emailed to you."
@@ -2727,27 +2729,27 @@ msgstr ""
"Al pulsar con el ratn el botn <em>Recordar</em>,\n"
" se le mandar la clave por correo electrnico."
-#: Mailman/Cgi/options.py:923
+#: Mailman/Cgi/options.py:924
msgid "Remind"
msgstr "Recordar"
-#: Mailman/Cgi/options.py:1023
+#: Mailman/Cgi/options.py:1024
msgid "<missing>"
msgstr "<perdido>"
-#: Mailman/Cgi/options.py:1034
+#: Mailman/Cgi/options.py:1035
msgid "Requested topic is not valid: %(topicname)s"
msgstr "El tema solicitado no es vlido: %(topicname)s"
-#: Mailman/Cgi/options.py:1039
+#: Mailman/Cgi/options.py:1040
msgid "Topic filter details"
msgstr "Detalles del filtrado de tpicos"
-#: Mailman/Cgi/options.py:1042
+#: Mailman/Cgi/options.py:1043
msgid "Name:"
msgstr "Nombre:"
-#: Mailman/Cgi/options.py:1044
+#: Mailman/Cgi/options.py:1045
msgid "Pattern (as regexp):"
msgstr "Patrn (como una expresin regular):"
@@ -2808,8 +2810,9 @@ msgid "Permanently remove mailing list <em>%(realname)s</em>"
msgstr "Borrar permanentemente la lista de distribucin <em>%(realname)s</em>"
#: Mailman/Cgi/rmlist.py:204
+#, fuzzy
msgid ""
-"This page allows you as the list owner, to permanent\n"
+"This page allows you as the list owner, to permanently\n"
" remove this mailing list from the system. <strong>This action is not\n"
" undoable</strong> so you should undertake it only if you are absolutely\n"
" sure this mailing list has served its purpose and is no longer "
@@ -5708,9 +5711,10 @@ msgstr ""
" type=\"hidden\" name=\"new_member_options\" value=\"ignore\">"
#: Mailman/Gui/General.py:346
+#, fuzzy
msgid ""
"When a new member is subscribed to this list, their initial\n"
-" set of options is taken from the this variable's setting."
+" set of options is taken from this variable's setting."
msgstr ""
"Cuando se suscribe un nuevo miembro a la lista, los valores\n"
" iniciales de sus opciones se tomarn del contenido de esta "
@@ -5893,18 +5897,18 @@ msgstr ""
#: Mailman/Gui/General.py:426
msgid ""
-"\"<a href=\"http://www.faqs.org/rfcs/rfc2822.html\">RFC\n"
+"<a href=\"http://www.faqs.org/rfcs/rfc2822.html\">RFC\n"
" 2822</a> defines the <tt>Sender</tt> header and defines it\n"
" as \"the mailbox of the agent responsible for the actual\n"
" transmission of the message.\" Mailman replaces this "
"header\n"
-" per default with the list's bounce address.\n"
+" by default with the list's bounce address.\n"
" \n"
" <p>While it is debatable if Mailman is such an agent, "
"setting\n"
" this header helps directing bounces from some broken MTAs "
"to\n"
-" the right destination. On the other hand do some mail\n"
+" the right destination. On the other hand, some mail\n"
" readers show unexpected behaviour if this header is set "
"(like\n"
" missing addresses in forwarded mails and copies sent to "
@@ -6143,6 +6147,7 @@ msgstr ""
" leer una discusin de temas que afectan al rendimiento."
#: Mailman/Gui/NonDigest.py:61
+#, fuzzy
msgid ""
"Normally, Mailman sends the regular delivery messages to\n"
" the mail server in batches. This is much more efficent\n"
@@ -6175,7 +6180,7 @@ msgid ""
" address.\n"
"\n"
" <p>When personalization is enabled, a few more expansion\n"
-" variables that can be included in the <a\n"
+" variables can be included in the <a\n"
" href=\"?VARHELP=nondigest/msg_header\">message header</a> "
"and\n"
" <a href=\"?VARHELP=nondigest/msg_footer\">message footer</"
@@ -6325,11 +6330,12 @@ msgid "Scrub attachments of regular delivery message?"
msgstr "Quitar los adjuntos de los mensajes regulares?"
#: Mailman/Gui/NonDigest.py:142
+#, fuzzy
msgid ""
-"When you scrub attachments, they are stored in archive\n"
+"When you scrub attachments, they are stored in the archive\n"
" area and links are made in the message so that the member can\n"
-" access via web browser. If you want the attachments totally\n"
-" disappear, you can use content filter options."
+" access them via a web browser. If you want the attachments to\n"
+" totally disappear, you can use content filtering options."
msgstr ""
"Cuando se quitan los adjuntos del mensaje, se almacenan en un rea de\n"
" almacenamiento y se sustituyen por enlaces, de manera que\n"
@@ -7946,7 +7952,7 @@ msgid "Once a month, your password will be emailed to you as a reminder."
msgstr ""
"Cada ms, se le enviar su clave por correo electrnico para recordarsela."
-#: Mailman/HTMLFormatter.py:393
+#: Mailman/HTMLFormatter.py:394
msgid "The current archive"
msgstr "El archivo actual"
@@ -8558,83 +8564,83 @@ msgstr "Hecho en Python"
msgid "Gnu's Not Unix"
msgstr "Gnu No es Unix"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Mon"
msgstr "Lun"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Thu"
msgstr "Jue"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Tue"
msgstr "Mar"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Wed"
msgstr "Mie"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Fri"
msgstr "Vie"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Sat"
msgstr "Sab"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Sun"
msgstr "Dom"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Apr"
msgstr "Abr"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Feb"
msgstr "Feb"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Jan"
msgstr "Ene"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Jun"
msgstr "Jun"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Mar"
msgstr "Mar"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Aug"
msgstr "Ago"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Dec"
msgstr "Dic"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Jul"
msgstr "Jul"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Nov"
msgstr "Nov"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Oct"
msgstr "Oct"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Sep"
msgstr "Sep"
-#: Mailman/i18n.py:107
+#: Mailman/i18n.py:111
msgid "Server Local Time"
msgstr "Hora local del servidor"
-#: Mailman/i18n.py:146
+#: Mailman/i18n.py:150
msgid ""
"%(wday)s %(mon)s %(day)2i %(hh)02i:%(mm)02i:%(ss)02i %(tzname)s %(year)04i"
msgstr ""
diff --git a/messages/et/LC_MESSAGES/mailman.po b/messages/et/LC_MESSAGES/mailman.po
index 16861c78..ae4dfdfb 100644
--- a/messages/et/LC_MESSAGES/mailman.po
+++ b/messages/et/LC_MESSAGES/mailman.po
@@ -3,7 +3,7 @@
msgid ""
msgstr ""
"Project-Id-Version: mailman\n"
-"POT-Creation-Date: Tue Jul 27 08:05:43 2010\n"
+"POT-Creation-Date: Fri Sep 10 10:50:49 2010\n"
"PO-Revision-Date: 2005-04-14 10:45+0300\n"
"Last-Translator: Anti Veeranna <duke@linux.ee>\n"
"Language-Team: Estonian <et@li.org>\n"
@@ -95,7 +95,7 @@ msgstr "Juuli"
msgid "June"
msgstr "Juuni"
-#: Mailman/Archiver/HyperArch.py:923 Mailman/i18n.py:103
+#: Mailman/Archiver/HyperArch.py:923 Mailman/i18n.py:107
msgid "May"
msgstr "Mai"
@@ -275,10 +275,12 @@ msgstr ""
"jua. "
#: Mailman/Cgi/admin.py:194
+#, fuzzy
msgid ""
"You have regular list members but non-digestified mail is\n"
-" turned off. They will receive mail until you fix this\n"
-" problem."
+" turned off. They will receive non-digestified mail until "
+"you\n"
+" fix this problem."
msgstr ""
"Mned selle listi liikmed soovivad ksikkirju kuid ksikkirjade\n"
" saatmine on keelatud ja seetttu listi kirjad nende liikmeteni "
@@ -504,7 +506,7 @@ msgstr "Teema nimetus:"
msgid "Regexp:"
msgstr "Regulaaravaldis:"
-#: Mailman/Cgi/admin.py:709 Mailman/Cgi/options.py:1046
+#: Mailman/Cgi/admin.py:709 Mailman/Cgi/options.py:1047
msgid "Description:"
msgstr "Kirjeldus:"
@@ -1568,8 +1570,8 @@ msgstr ""
"\n"
"<p>Vi kliki<em>Thista</em> kui mber mtlesid."
-#: Mailman/Cgi/confirm.py:491 Mailman/Cgi/options.py:760
-#: Mailman/Cgi/options.py:904 Mailman/Cgi/options.py:914
+#: Mailman/Cgi/confirm.py:491 Mailman/Cgi/options.py:761
+#: Mailman/Cgi/options.py:905 Mailman/Cgi/options.py:915
msgid "Unsubscribe"
msgstr "Lahku listist"
@@ -2212,7 +2214,7 @@ msgstr ""
msgid "Edit Options"
msgstr "Muuda seadeid"
-#: Mailman/Cgi/listinfo.py:201 Mailman/Cgi/options.py:869
+#: Mailman/Cgi/listinfo.py:201 Mailman/Cgi/options.py:870
#: Mailman/Cgi/roster.py:118
msgid "View this page in"
msgstr "Vali keel"
@@ -2233,8 +2235,8 @@ msgstr "Aadress puudub"
msgid "Illegal Email Address: %(safeuser)s"
msgstr "Viga aadressis: %(safeuser)s"
-#: Mailman/Cgi/options.py:128 Mailman/Cgi/options.py:192
-#: Mailman/Cgi/options.py:214
+#: Mailman/Cgi/options.py:128 Mailman/Cgi/options.py:193
+#: Mailman/Cgi/options.py:215
msgid "No such member: %(safeuser)s."
msgstr "Sellist liiget pole: %(safeuser)s."
@@ -2246,56 +2248,56 @@ msgstr ""
"Teie tellimuse lpetamise soovd edastatati listi omanikule\n"
"lbivaatuseks."
-#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:197
+#: Mailman/Cgi/options.py:184 Mailman/Cgi/options.py:198
msgid "The confirmation email has been sent."
msgstr "Kinnitusmeil on saadetud."
-#: Mailman/Cgi/options.py:208 Mailman/Cgi/options.py:220
-#: Mailman/Cgi/options.py:277
+#: Mailman/Cgi/options.py:209 Mailman/Cgi/options.py:221
+#: Mailman/Cgi/options.py:278
msgid "A reminder of your password has been emailed to you."
msgstr "Sinu parool saadeti sulle meiliga."
-#: Mailman/Cgi/options.py:249
+#: Mailman/Cgi/options.py:250
msgid "Authentication failed."
msgstr "Autoriseerimine ebannestus."
-#: Mailman/Cgi/options.py:284
+#: Mailman/Cgi/options.py:285
msgid ""
"The list administrator may not view the other\n"
" subscriptions for this user."
msgstr ""
-#: Mailman/Cgi/options.py:285 Mailman/Cgi/options.py:328
-#: Mailman/Cgi/options.py:456 Mailman/Cgi/options.py:672
+#: Mailman/Cgi/options.py:286 Mailman/Cgi/options.py:329
+#: Mailman/Cgi/options.py:457 Mailman/Cgi/options.py:673
msgid "Note: "
msgstr ""
-#: Mailman/Cgi/options.py:290
+#: Mailman/Cgi/options.py:291
msgid "List subscriptions for %(safeuser)s on %(hostname)s"
msgstr "%(safeuser)s listide tellimused serveris %(hostname)s"
-#: Mailman/Cgi/options.py:293
+#: Mailman/Cgi/options.py:294
msgid ""
"Click on a link to visit your options page for the\n"
" requested mailing list."
msgstr "Kliki mnel lingil, et muuta oma listi tellimuse seadistusi."
-#: Mailman/Cgi/options.py:325
+#: Mailman/Cgi/options.py:326
msgid ""
"The list administrator may not change the names\n"
" or addresses for this user's other subscriptions. However, the\n"
" subscription for this mailing list has been changed."
msgstr ""
-#: Mailman/Cgi/options.py:348
+#: Mailman/Cgi/options.py:349
msgid "Addresses did not match!"
msgstr "Aadressid ei olnud hesugused!"
-#: Mailman/Cgi/options.py:353
+#: Mailman/Cgi/options.py:354
msgid "You are already using that email address"
msgstr "Sa ju kasutad juba seda aadressi"
-#: Mailman/Cgi/options.py:365
+#: Mailman/Cgi/options.py:366
msgid ""
"The new address you requested %(newaddr)s is already a member of the\n"
"%(listname)s mailing list, however you have also requested a global change "
@@ -2308,31 +2310,31 @@ msgstr ""
"igal pool, siis peale sinu kinnitust, vahetatakse aadress\n"
"ra kigis listides mille liige %(safeuser)s preagu on."
-#: Mailman/Cgi/options.py:374
+#: Mailman/Cgi/options.py:375
msgid "The new address is already a member: %(newaddr)s"
msgstr "%(newaddr)s on juba selle listi tellja."
-#: Mailman/Cgi/options.py:380
+#: Mailman/Cgi/options.py:381
msgid "Addresses may not be blank"
msgstr "Aadressid ei tohi olla thjad"
-#: Mailman/Cgi/options.py:394
+#: Mailman/Cgi/options.py:395
msgid "A confirmation message has been sent to %(newaddr)s. "
msgstr "Kinnitus saadeti aadressile %(newaddr)s."
-#: Mailman/Cgi/options.py:403
+#: Mailman/Cgi/options.py:404
msgid "Bad email address provided"
msgstr "Vigane meiliaadress"
-#: Mailman/Cgi/options.py:405
+#: Mailman/Cgi/options.py:406
msgid "Illegal email address provided"
msgstr "Vigane meiliaadress"
-#: Mailman/Cgi/options.py:407
+#: Mailman/Cgi/options.py:408
msgid "%(newaddr)s is already a member of the list."
msgstr "%(newaddr)s on juba selle listi tellinud."
-#: Mailman/Cgi/options.py:410
+#: Mailman/Cgi/options.py:411
#, fuzzy
msgid ""
"%(newaddr)s is banned from this list. If you\n"
@@ -2343,11 +2345,11 @@ msgstr ""
"see on eksitus, siis vtke palun hendust listi omanikuga aadressil \n"
"%(listowner)s."
-#: Mailman/Cgi/options.py:421
+#: Mailman/Cgi/options.py:422
msgid "Member name successfully changed. "
msgstr "Liikme nimi on vahetatud. "
-#: Mailman/Cgi/options.py:431
+#: Mailman/Cgi/options.py:432
#, fuzzy
msgid ""
"The list administrator may not change the\n"
@@ -2356,15 +2358,15 @@ msgstr ""
"Listi administraator on ksikkirjade saatmise keelanud ja seetttu\n"
"ei saa sa neid tellida. Kik teised sinu tehtud valikud aga salvestati."
-#: Mailman/Cgi/options.py:440
+#: Mailman/Cgi/options.py:441
msgid "Passwords may not be blank"
msgstr "Paroolid ei tohi olla thjad"
-#: Mailman/Cgi/options.py:445
+#: Mailman/Cgi/options.py:446
msgid "Passwords did not match!"
msgstr "Paroolid ei olnud hesugused!"
-#: Mailman/Cgi/options.py:453
+#: Mailman/Cgi/options.py:454
#, fuzzy
msgid ""
"The list administrator may not change the\n"
@@ -2374,12 +2376,12 @@ msgstr ""
"Listi administraator on ksikkirjade saatmise keelanud ja seetttu\n"
"ei saa sa neid tellida. Kik teised sinu tehtud valikud aga salvestati."
-#: Mailman/Cgi/options.py:470 Mailman/Commands/cmd_password.py:83
+#: Mailman/Cgi/options.py:471 Mailman/Commands/cmd_password.py:83
#: Mailman/Commands/cmd_password.py:109
msgid "Password successfully changed."
msgstr "Parool on edukalt vahetatud."
-#: Mailman/Cgi/options.py:479
+#: Mailman/Cgi/options.py:480
msgid ""
"You must confirm your unsubscription request by turning\n"
" on the checkbox below the <em>Unsubscribe</em> button. You\n"
@@ -2389,11 +2391,11 @@ msgstr ""
"<em>Lpeta tellimus</em> nupu all. Tellimus ei ole veel\n"
"lpetatud!"
-#: Mailman/Cgi/options.py:511
+#: Mailman/Cgi/options.py:512
msgid "Unsubscription results"
msgstr "Tellimuse lpetamine"
-#: Mailman/Cgi/options.py:515
+#: Mailman/Cgi/options.py:516
msgid ""
"Your unsubscription request has been received and\n"
" forwarded on to the list moderators for approval. You will\n"
@@ -2404,7 +2406,7 @@ msgstr ""
"lbivaatuseks. Niipea kui ta on oma otsuse teinud,teatatakse\n"
"sellest sulle."
-#: Mailman/Cgi/options.py:520
+#: Mailman/Cgi/options.py:521
msgid ""
"You have been successfully unsubscribed from the\n"
" mailing list %(fqdn_listname)s. If you were receiving digest\n"
@@ -2418,7 +2420,7 @@ msgstr ""
"Ksimustega prdu listi omaniku poole aadressil\n"
"%(owneraddr)s"
-#: Mailman/Cgi/options.py:669
+#: Mailman/Cgi/options.py:670
msgid ""
"The list administrator may not change the\n"
" options for this user's other subscriptions. However the\n"
@@ -2426,7 +2428,7 @@ msgid ""
" changed."
msgstr ""
-#: Mailman/Cgi/options.py:679
+#: Mailman/Cgi/options.py:680
msgid ""
"The list administrator has disabled digest delivery for\n"
" this list, so your delivery option has not been set. However "
@@ -2436,7 +2438,7 @@ msgstr ""
"Listi omanik on kokkuvtete koostamise keelanud ja seetttu\n"
"ei saa sa neid tellida. Kik teised valikud aga salvestati."
-#: Mailman/Cgi/options.py:683
+#: Mailman/Cgi/options.py:684
msgid ""
"The list administrator has disabled non-digest delivery\n"
" for this list, so your delivery option has not been set. "
@@ -2446,63 +2448,63 @@ msgstr ""
"Listi administraator on ksikkirjade saatmise keelanud ja seetttu\n"
"ei saa sa neid tellida. Kik teised sinu tehtud valikud aga salvestati."
-#: Mailman/Cgi/options.py:687
+#: Mailman/Cgi/options.py:688
msgid "You have successfully set your options."
msgstr "Sinu seadistused on salvestatud."
-#: Mailman/Cgi/options.py:690
+#: Mailman/Cgi/options.py:691
msgid "You may get one last digest."
msgstr "Vimalik, et saate veel he viimase kokkuvtte."
-#: Mailman/Cgi/options.py:762
+#: Mailman/Cgi/options.py:763
msgid "<em>Yes, I really want to unsubscribe</em>"
msgstr "<em>Jah, ma tahan tellimust katkestada</em>"
-#: Mailman/Cgi/options.py:766
+#: Mailman/Cgi/options.py:767
msgid "Change My Password"
msgstr "Vaheta parooli"
-#: Mailman/Cgi/options.py:769
+#: Mailman/Cgi/options.py:770
msgid "List my other subscriptions"
msgstr "Nita mulle mu teisi tellimusi"
-#: Mailman/Cgi/options.py:775
+#: Mailman/Cgi/options.py:776
msgid "Email My Password To Me"
msgstr "Meili mulle mu parool"
-#: Mailman/Cgi/options.py:777
+#: Mailman/Cgi/options.py:778
msgid "password"
msgstr "parool"
-#: Mailman/Cgi/options.py:779
+#: Mailman/Cgi/options.py:780
msgid "Log out"
msgstr "Logi vlja"
-#: Mailman/Cgi/options.py:781
+#: Mailman/Cgi/options.py:782
msgid "Submit My Changes"
msgstr "Salvesta"
-#: Mailman/Cgi/options.py:793
+#: Mailman/Cgi/options.py:794
msgid "days"
msgstr "peva"
-#: Mailman/Cgi/options.py:795
+#: Mailman/Cgi/options.py:796
msgid "day"
msgstr "pev"
-#: Mailman/Cgi/options.py:796
+#: Mailman/Cgi/options.py:797
msgid "%(days)d %(units)s"
msgstr "%(days)d %(units)s"
-#: Mailman/Cgi/options.py:802
+#: Mailman/Cgi/options.py:803
msgid "Change My Address and Name"
msgstr "Muuda minu aadressi ja nime"
-#: Mailman/Cgi/options.py:828
+#: Mailman/Cgi/options.py:829
msgid "<em>No topics defined</em>"
msgstr "<em>htegi teemat pole mratud</em>"
-#: Mailman/Cgi/options.py:836
+#: Mailman/Cgi/options.py:837
msgid ""
"\n"
"You are subscribed to this list with the case-preserved address\n"
@@ -2512,19 +2514,19 @@ msgstr ""
"See list on teil tellitud jrgmise tstutundliku (??) aadressiga\n"
"<em>%(cpuser)s</em>."
-#: Mailman/Cgi/options.py:850
+#: Mailman/Cgi/options.py:851
msgid "%(realname)s list: member options login page"
msgstr "List %(realname)s: Logi sisse"
-#: Mailman/Cgi/options.py:851
+#: Mailman/Cgi/options.py:852
msgid "email address and "
msgstr "meiliaadress ja "
-#: Mailman/Cgi/options.py:854
+#: Mailman/Cgi/options.py:855
msgid "%(realname)s list: member options for user %(safeuser)s"
msgstr "Listi %(realname)s seadistused liikmele %(safeuser)s"
-#: Mailman/Cgi/options.py:880
+#: Mailman/Cgi/options.py:881
msgid ""
"In order to change your membership option, you must\n"
" first log in by giving your %(extra)smembership password in the section\n"
@@ -2552,19 +2554,19 @@ msgstr ""
"brauseril lubama sellest saidist kpsiseid vastu vtta. Vastasel korral\n"
"muudatusi ei salvestata."
-#: Mailman/Cgi/options.py:894
+#: Mailman/Cgi/options.py:895
msgid "Email address:"
msgstr "E-posti aadress:"
-#: Mailman/Cgi/options.py:898
+#: Mailman/Cgi/options.py:899
msgid "Password:"
msgstr "Parool:"
-#: Mailman/Cgi/options.py:900
+#: Mailman/Cgi/options.py:901
msgid "Log in"
msgstr "Logi sisse"
-#: Mailman/Cgi/options.py:908
+#: Mailman/Cgi/options.py:909
msgid ""
"By clicking on the <em>Unsubscribe</em> button, a\n"
" confirmation message will be emailed to you. This message will have a\n"
@@ -2577,11 +2579,11 @@ msgstr ""
"kklikkima (kinnitada saab ka meili teel, vastav juhend sisaldub samuti\n"
"selles kirjas)."
-#: Mailman/Cgi/options.py:916
+#: Mailman/Cgi/options.py:917
msgid "Password reminder"
msgstr "Parooli meeldetuletus"
-#: Mailman/Cgi/options.py:920
+#: Mailman/Cgi/options.py:921
msgid ""
"By clicking on the <em>Remind</em> button, your\n"
" password will be emailed to you."
@@ -2589,27 +2591,27 @@ msgstr ""
"Kui klikid nupul <em>Tuleta meelde</em>, saadetakse sinu\n"
"parool su lle meiliga."
-#: Mailman/Cgi/options.py:923
+#: Mailman/Cgi/options.py:924
msgid "Remind"
msgstr "Tuleta meelde"
-#: Mailman/Cgi/options.py:1023
+#: Mailman/Cgi/options.py:1024
msgid "<missing>"
msgstr "<puudub>"
-#: Mailman/Cgi/options.py:1034
+#: Mailman/Cgi/options.py:1035
msgid "Requested topic is not valid: %(topicname)s"
msgstr "Soovitud teema on vigane: %(topicname)s"
-#: Mailman/Cgi/options.py:1039
+#: Mailman/Cgi/options.py:1040
msgid "Topic filter details"
msgstr "Teemafiltri info"
-#: Mailman/Cgi/options.py:1042
+#: Mailman/Cgi/options.py:1043
msgid "Name:"
msgstr "Nimi:"
-#: Mailman/Cgi/options.py:1044
+#: Mailman/Cgi/options.py:1045
msgid "Pattern (as regexp):"
msgstr "Mall (regulaaravaldis):"
@@ -2666,8 +2668,9 @@ msgid "Permanently remove mailing list <em>%(realname)s</em>"
msgstr "Kustutada <em>%(realname)s</em> list"
#: Mailman/Cgi/rmlist.py:204
+#, fuzzy
msgid ""
-"This page allows you as the list owner, to permanent\n"
+"This page allows you as the list owner, to permanently\n"
" remove this mailing list from the system. <strong>This action is not\n"
" undoable</strong> so you should undertake it only if you are absolutely\n"
" sure this mailing list has served its purpose and is no longer "
@@ -5256,9 +5259,10 @@ msgstr ""
" type=\"hidden\" name=\"new_member_options\" value=\"ignore\">"
#: Mailman/Gui/General.py:346
+#, fuzzy
msgid ""
"When a new member is subscribed to this list, their initial\n"
-" set of options is taken from the this variable's setting."
+" set of options is taken from this variable's setting."
msgstr "Kigi uute tellimuste esialgsed seadistused vetaks siit."
#: Mailman/Gui/General.py:350
@@ -5404,18 +5408,18 @@ msgstr ""
#: Mailman/Gui/General.py:426
msgid ""
-"\"<a href=\"http://www.faqs.org/rfcs/rfc2822.html\">RFC\n"
+"<a href=\"http://www.faqs.org/rfcs/rfc2822.html\">RFC\n"
" 2822</a> defines the <tt>Sender</tt> header and defines it\n"
" as \"the mailbox of the agent responsible for the actual\n"
" transmission of the message.\" Mailman replaces this "
"header\n"
-" per default with the list's bounce address.\n"
+" by default with the list's bounce address.\n"
" \n"
" <p>While it is debatable if Mailman is such an agent, "
"setting\n"
" this header helps directing bounces from some broken MTAs "
"to\n"
-" the right destination. On the other hand do some mail\n"
+" the right destination. On the other hand, some mail\n"
" readers show unexpected behaviour if this header is set "
"(like\n"
" missing addresses in forwarded mails and copies sent to "
@@ -5644,6 +5648,7 @@ msgstr ""
"levaadet sellega kaasnevast judluse vhenemisest."
#: Mailman/Gui/NonDigest.py:61
+#, fuzzy
msgid ""
"Normally, Mailman sends the regular delivery messages to\n"
" the mail server in batches. This is much more efficent\n"
@@ -5676,7 +5681,7 @@ msgid ""
" address.\n"
"\n"
" <p>When personalization is enabled, a few more expansion\n"
-" variables that can be included in the <a\n"
+" variables can be included in the <a\n"
" href=\"?VARHELP=nondigest/msg_header\">message header</a> "
"and\n"
" <a href=\"?VARHELP=nondigest/msg_footer\">message footer</"
@@ -5788,11 +5793,12 @@ msgid "Scrub attachments of regular delivery message?"
msgstr "Eemaldada ksikkirjalt manused?"
#: Mailman/Gui/NonDigest.py:142
+#, fuzzy
msgid ""
-"When you scrub attachments, they are stored in archive\n"
+"When you scrub attachments, they are stored in the archive\n"
" area and links are made in the message so that the member can\n"
-" access via web browser. If you want the attachments totally\n"
-" disappear, you can use content filter options."
+" access them via a web browser. If you want the attachments to\n"
+" totally disappear, you can use content filtering options."
msgstr ""
"Eemaldatud manuseid silitatakse listi arhiivis ja kirjas asendatakse manus "
"lingiga ka sellele; nnda saab adressaat faili oma veebibrauseris vaadata. "
@@ -7168,7 +7174,7 @@ msgstr "Nita liikmete nimekirja"
msgid "Once a month, your password will be emailed to you as a reminder."
msgstr "Kord kuus meilitakse sulle sinu parool."
-#: Mailman/HTMLFormatter.py:393
+#: Mailman/HTMLFormatter.py:394
msgid "The current archive"
msgstr "Aktiivne arhiiv"
@@ -7761,83 +7767,83 @@ msgstr "Python Powered"
msgid "Gnu's Not Unix"
msgstr "Gnu's Not Unix (Gnu ei ole Unix)"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Mon"
msgstr "E"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Thu"
msgstr "N"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Tue"
msgstr "T"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Wed"
msgstr "K"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Fri"
msgstr "R"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Sat"
msgstr "L"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Sun"
msgstr "P"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Apr"
msgstr "Aprill"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Feb"
msgstr "Veebruar"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Jan"
msgstr "Jaanuar"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Jun"
msgstr "Juuni"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Mar"
msgstr "Mrts"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Aug"
msgstr "August"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Dec"
msgstr "Detsember"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Jul"
msgstr "Juuli"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Nov"
msgstr "November"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Oct"
msgstr "Oktoober"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Sep"
msgstr "September"
-#: Mailman/i18n.py:107
+#: Mailman/i18n.py:111
msgid "Server Local Time"
msgstr "Serveri kellaaeg"
-#: Mailman/i18n.py:146
+#: Mailman/i18n.py:150
msgid ""
"%(wday)s %(mon)s %(day)2i %(hh)02i:%(mm)02i:%(ss)02i %(tzname)s %(year)04i"
msgstr ""
diff --git a/messages/eu/LC_MESSAGES/mailman.po b/messages/eu/LC_MESSAGES/mailman.po
index a4f7a3fc..0925035f 100644
--- a/messages/eu/LC_MESSAGES/mailman.po
+++ b/messages/eu/LC_MESSAGES/mailman.po
@@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Project-Id-Version: mailman\n"
-"POT-Creation-Date: Tue Jul 27 08:05:43 2010\n"
+"POT-Creation-Date: Fri Sep 10 10:50:49 2010\n"
"PO-Revision-Date: 2003-11-08 00:31+0100\n"
"Last-Translator: Piarres Beobide <pi@beobide.net>\n"
"Language-Team: Euskara <eu@li.org>\n"
@@ -101,7 +101,7 @@ msgstr "Uztaila"
msgid "June"
msgstr "Ekaina"
-#: Mailman/Archiver/HyperArch.py:923 Mailman/i18n.py:103
+#: Mailman/Archiver/HyperArch.py:923 Mailman/i18n.py:107
msgid "May"
msgstr "Maiatza"
@@ -283,10 +283,12 @@ msgstr ""
"ez dute mezurik jasoko."
#: Mailman/Cgi/admin.py:194
+#, fuzzy
msgid ""
"You have regular list members but non-digestified mail is\n"
-" turned off. They will receive mail until you fix this\n"
-" problem."
+" turned off. They will receive non-digestified mail until "
+"you\n"
+" fix this problem."
msgstr ""
"Mezuak banaka jaso nahi dituzten zerrendakideak dituzu, baina\n"
" aukera ez dago aktibatuta. Zerrendakide horiek ez dute "
@@ -518,7 +520,7 @@ msgstr "Gaiaren izena:"
msgid "Regexp:"
msgstr "Espresio erregularra:"
-#: Mailman/Cgi/admin.py:709 Mailman/Cgi/options.py:1046
+#: Mailman/Cgi/admin.py:709 Mailman/Cgi/options.py:1047
msgid "Description:"
msgstr "Deskribapena:"
@@ -1611,8 +1613,8 @@ msgstr ""
" <p>Edo sakatu <em>Bertan Behera Utzi</em> botoia\n"
" eskaera ezereztatzeko."
-#: Mailman/Cgi/confirm.py:491 Mailman/Cgi/options.py:760
-#: Mailman/Cgi/options.py:904 Mailman/Cgi/options.py:914
+#: Mailman/Cgi/confirm.py:491 Mailman/Cgi/options.py:761
+#: Mailman/Cgi/options.py:905 Mailman/Cgi/options.py:915
msgid "Unsubscribe"
msgstr "Zerrenda utzi"
@@ -2286,7 +2288,7 @@ msgstr ""
msgid "Edit Options"
msgstr "Aukerak Editatu"
-#: Mailman/Cgi/listinfo.py:201 Mailman/Cgi/options.py:869
+#: Mailman/Cgi/listinfo.py:201 Mailman/Cgi/options.py:870
#: Mailman/Cgi/roster.py:118
msgid "View this page in"
msgstr "Orrialde hau hemen ikusi:"
@@ -2307,8 +2309,8 @@ msgstr "Ez duzu helbiderik adierazi!"
msgid "Illegal Email Address: %(safeuser)s"
msgstr "ePosta helbide okerra: %(safeuser)s"
-#: Mailman/Cgi/options.py:128 Mailman/Cgi/options.py:192
-#: Mailman/Cgi/options.py:214
+#: Mailman/Cgi/options.py:128 Mailman/Cgi/options.py:193
+#: Mailman/Cgi/options.py:215
msgid "No such member: %(safeuser)s."
msgstr "Harpidedun ezezaguna: %(safeuser)s."
@@ -2321,36 +2323,36 @@ msgstr ""
"Zerrenda uzteko egindako eskaera kudeatzaileari bidali zaio gainbegira\n"
"dezan."
-#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:197
+#: Mailman/Cgi/options.py:184 Mailman/Cgi/options.py:198
msgid "The confirmation email has been sent."
msgstr "Baieztapen mezua bidalia izan da."
-#: Mailman/Cgi/options.py:208 Mailman/Cgi/options.py:220
-#: Mailman/Cgi/options.py:277
+#: Mailman/Cgi/options.py:209 Mailman/Cgi/options.py:221
+#: Mailman/Cgi/options.py:278
msgid "A reminder of your password has been emailed to you."
msgstr "Zure pasahitzaren gogorazle bat epostaz bidalia izan zaizu."
-#: Mailman/Cgi/options.py:249
+#: Mailman/Cgi/options.py:250
msgid "Authentication failed."
msgstr "Egiaztapenak huts egin du."
-#: Mailman/Cgi/options.py:284
+#: Mailman/Cgi/options.py:285
msgid ""
"The list administrator may not view the other\n"
" subscriptions for this user."
msgstr ""
-#: Mailman/Cgi/options.py:285 Mailman/Cgi/options.py:328
-#: Mailman/Cgi/options.py:456 Mailman/Cgi/options.py:672
+#: Mailman/Cgi/options.py:286 Mailman/Cgi/options.py:329
+#: Mailman/Cgi/options.py:457 Mailman/Cgi/options.py:673
msgid "Note: "
msgstr ""
-#: Mailman/Cgi/options.py:290
+#: Mailman/Cgi/options.py:291
msgid "List subscriptions for %(safeuser)s on %(hostname)s"
msgstr ""
"%(hostname)s zerbitzariko posta zerrendetako %(safeuser)s-ren hapidetza "
-#: Mailman/Cgi/options.py:293
+#: Mailman/Cgi/options.py:294
msgid ""
"Click on a link to visit your options page for the\n"
" requested mailing list."
@@ -2358,22 +2360,22 @@ msgstr ""
"Klikatu loturetako bat, hautatutako posta\n"
" zerrendaren aukeren orrialdera joateko."
-#: Mailman/Cgi/options.py:325
+#: Mailman/Cgi/options.py:326
msgid ""
"The list administrator may not change the names\n"
" or addresses for this user's other subscriptions. However, the\n"
" subscription for this mailing list has been changed."
msgstr ""
-#: Mailman/Cgi/options.py:348
+#: Mailman/Cgi/options.py:349
msgid "Addresses did not match!"
msgstr "Helbideak ez datoz bat!"
-#: Mailman/Cgi/options.py:353
+#: Mailman/Cgi/options.py:354
msgid "You are already using that email address"
msgstr "Dagoeneko ePosta helbide hori darabizu"
-#: Mailman/Cgi/options.py:365
+#: Mailman/Cgi/options.py:366
msgid ""
"The new address you requested %(newaddr)s is already a member of the\n"
"%(listname)s mailing list, however you have also requested a global change "
@@ -2386,31 +2388,31 @@ msgstr ""
"ere eskatu duzu. Baieztatu ondoren, %(safeuser)s helbidea duten beste\n"
"zerrenda guztiak ere aldatu egingo dira."
-#: Mailman/Cgi/options.py:374
+#: Mailman/Cgi/options.py:375
msgid "The new address is already a member: %(newaddr)s"
msgstr "Helbide berria zerrendakide da dagoeneko: %(newaddr)s"
-#: Mailman/Cgi/options.py:380
+#: Mailman/Cgi/options.py:381
msgid "Addresses may not be blank"
msgstr "Helbideak ezin dira hutsik egon"
-#: Mailman/Cgi/options.py:394
+#: Mailman/Cgi/options.py:395
msgid "A confirmation message has been sent to %(newaddr)s. "
msgstr "Egiaztapen mezu bat bidali da %(newaddr)s helbidera. "
-#: Mailman/Cgi/options.py:403
+#: Mailman/Cgi/options.py:404
msgid "Bad email address provided"
msgstr "Emandako ePosta helbidea okerra da"
-#: Mailman/Cgi/options.py:405
+#: Mailman/Cgi/options.py:406
msgid "Illegal email address provided"
msgstr "Emandako ePosta helbidea okerra da."
-#: Mailman/Cgi/options.py:407
+#: Mailman/Cgi/options.py:408
msgid "%(newaddr)s is already a member of the list."
msgstr "%(newaddr)s dagoeneko zerrendako partaide da."
-#: Mailman/Cgi/options.py:410
+#: Mailman/Cgi/options.py:411
#, fuzzy
msgid ""
"%(newaddr)s is banned from this list. If you\n"
@@ -2422,11 +2424,11 @@ msgstr ""
"jabeari\n"
"%(listowner)s helbidera."
-#: Mailman/Cgi/options.py:421
+#: Mailman/Cgi/options.py:422
msgid "Member name successfully changed. "
msgstr "Zerrendakidearen izen-abizenak behar bezala aldatu dira."
-#: Mailman/Cgi/options.py:431
+#: Mailman/Cgi/options.py:432
#, fuzzy
msgid ""
"The list administrator may not change the\n"
@@ -2437,15 +2439,15 @@ msgstr ""
"konfiguratu.\n"
" Dena dela, gainontzeko aukerak behar bezala daude."
-#: Mailman/Cgi/options.py:440
+#: Mailman/Cgi/options.py:441
msgid "Passwords may not be blank"
msgstr "Pasahitzak ezin dira hutsik egon"
-#: Mailman/Cgi/options.py:445
+#: Mailman/Cgi/options.py:446
msgid "Passwords did not match!"
msgstr "Pasahitzak ez datoz bat!"
-#: Mailman/Cgi/options.py:453
+#: Mailman/Cgi/options.py:454
#, fuzzy
msgid ""
"The list administrator may not change the\n"
@@ -2457,12 +2459,12 @@ msgstr ""
"konfiguratu.\n"
" Dena dela, gainontzeko aukerak behar bezala daude."
-#: Mailman/Cgi/options.py:470 Mailman/Commands/cmd_password.py:83
+#: Mailman/Cgi/options.py:471 Mailman/Commands/cmd_password.py:83
#: Mailman/Commands/cmd_password.py:109
msgid "Password successfully changed."
msgstr "Pasahitza zuzen aldatu da."
-#: Mailman/Cgi/options.py:479
+#: Mailman/Cgi/options.py:480
msgid ""
"You must confirm your unsubscription request by turning\n"
" on the checkbox below the <em>Unsubscribe</em> button. You\n"
@@ -2472,11 +2474,11 @@ msgstr ""
" egiaztapen eremua aktibatu egin behar duzu.\n"
" Oraindik ez duzu zerrenda utzi!"
-#: Mailman/Cgi/options.py:511
+#: Mailman/Cgi/options.py:512
msgid "Unsubscription results"
msgstr "Harpidetza uztearen emaitzak"
-#: Mailman/Cgi/options.py:515
+#: Mailman/Cgi/options.py:516
msgid ""
"Your unsubscription request has been received and\n"
" forwarded on to the list moderators for approval. You will\n"
@@ -2488,7 +2490,7 @@ msgstr ""
" Berak jakinaraziko dizu azkenengo erabakia\n"
" zein den."
-#: Mailman/Cgi/options.py:520
+#: Mailman/Cgi/options.py:521
msgid ""
"You have been successfully unsubscribed from the\n"
" mailing list %(fqdn_listname)s. If you were receiving digest\n"
@@ -2503,7 +2505,7 @@ msgstr ""
" idatzi, mesedez, zerrenda jabeari helbide honetara:\n"
" %(owneraddr)s."
-#: Mailman/Cgi/options.py:669
+#: Mailman/Cgi/options.py:670
msgid ""
"The list administrator may not change the\n"
" options for this user's other subscriptions. However the\n"
@@ -2511,7 +2513,7 @@ msgid ""
" changed."
msgstr ""
-#: Mailman/Cgi/options.py:679
+#: Mailman/Cgi/options.py:680
msgid ""
"The list administrator has disabled digest delivery for\n"
" this list, so your delivery option has not been set. However "
@@ -2522,7 +2524,7 @@ msgstr ""
" egin du; zure hautaketa beraz, ez da onartu. Dena dela, \n"
" gainontzeko aukerak behar bezala zehaztu dira."
-#: Mailman/Cgi/options.py:683
+#: Mailman/Cgi/options.py:684
msgid ""
"The list administrator has disabled non-digest delivery\n"
" for this list, so your delivery option has not been set. "
@@ -2534,82 +2536,82 @@ msgstr ""
"konfiguratu.\n"
" Dena dela, gainontzeko aukerak behar bezala daude."
-#: Mailman/Cgi/options.py:687
+#: Mailman/Cgi/options.py:688
msgid "You have successfully set your options."
msgstr "Zure erabiltzaile-aukerak behar bezala egokitu dituzu."
-#: Mailman/Cgi/options.py:690
+#: Mailman/Cgi/options.py:691
msgid "You may get one last digest."
msgstr "Baliteke azken mezu-bilduma bat jasotzea."
-#: Mailman/Cgi/options.py:762
+#: Mailman/Cgi/options.py:763
msgid "<em>Yes, I really want to unsubscribe</em>"
msgstr "<em>Bai, zerrenda utzi nahi dut</em>"
-#: Mailman/Cgi/options.py:766
+#: Mailman/Cgi/options.py:767
msgid "Change My Password"
msgstr "Nire Pasahitza Aldatu"
-#: Mailman/Cgi/options.py:769
+#: Mailman/Cgi/options.py:770
msgid "List my other subscriptions"
msgstr "Nire beste haridetzen zerrenda"
-#: Mailman/Cgi/options.py:775
+#: Mailman/Cgi/options.py:776
msgid "Email My Password To Me"
msgstr "Bidali Pasahitza Nire ePosta Helbidera"
-#: Mailman/Cgi/options.py:777
+#: Mailman/Cgi/options.py:778
msgid "password"
msgstr "pasahitza"
-#: Mailman/Cgi/options.py:779
+#: Mailman/Cgi/options.py:780
msgid "Log out"
msgstr "Saioa amaitu"
-#: Mailman/Cgi/options.py:781
+#: Mailman/Cgi/options.py:782
msgid "Submit My Changes"
msgstr "Nire Aldaketak bidali"
-#: Mailman/Cgi/options.py:793
+#: Mailman/Cgi/options.py:794
msgid "days"
msgstr "egun"
-#: Mailman/Cgi/options.py:795
+#: Mailman/Cgi/options.py:796
msgid "day"
msgstr "egun"
-#: Mailman/Cgi/options.py:796
+#: Mailman/Cgi/options.py:797
msgid "%(days)d %(units)s"
msgstr ""
-#: Mailman/Cgi/options.py:802
+#: Mailman/Cgi/options.py:803
msgid "Change My Address and Name"
msgstr "Aldatu Nire Helbidea eta Izena"
-#: Mailman/Cgi/options.py:828
+#: Mailman/Cgi/options.py:829
msgid "<em>No topics defined</em>"
msgstr "<em>Gaiak ez dira zehaztu</em>"
-#: Mailman/Cgi/options.py:836
+#: Mailman/Cgi/options.py:837
msgid ""
"\n"
"You are subscribed to this list with the case-preserved address\n"
"<em>%(cpuser)s</em>."
msgstr ""
-#: Mailman/Cgi/options.py:850
+#: Mailman/Cgi/options.py:851
msgid "%(realname)s list: member options login page"
msgstr "%(realname)s zerrenda: erabiltzailearen aukeren sarrera orria"
-#: Mailman/Cgi/options.py:851
+#: Mailman/Cgi/options.py:852
msgid "email address and "
msgstr "ePosta helbidea eta "
-#: Mailman/Cgi/options.py:854
+#: Mailman/Cgi/options.py:855
msgid "%(realname)s list: member options for user %(safeuser)s"
msgstr "%(realname)s zerrenda: %(safeuser)s erabiltzailearen aukerak"
-#: Mailman/Cgi/options.py:880
+#: Mailman/Cgi/options.py:881
msgid ""
"In order to change your membership option, you must\n"
" first log in by giving your %(extra)smembership password in the section\n"
@@ -2640,19 +2642,19 @@ msgstr ""
" dira gauzatuko.\n"
" "
-#: Mailman/Cgi/options.py:894
+#: Mailman/Cgi/options.py:895
msgid "Email address:"
msgstr "ePosta helbidea:"
-#: Mailman/Cgi/options.py:898
+#: Mailman/Cgi/options.py:899
msgid "Password:"
msgstr "Pasahitza:"
-#: Mailman/Cgi/options.py:900
+#: Mailman/Cgi/options.py:901
msgid "Log in"
msgstr "Saioa hasi"
-#: Mailman/Cgi/options.py:908
+#: Mailman/Cgi/options.py:909
msgid ""
"By clicking on the <em>Unsubscribe</em> button, a\n"
" confirmation message will be emailed to you. This message will have a\n"
@@ -2667,11 +2669,11 @@ msgstr ""
" berretsi dezakezu zerrenda uzteko asmoa; irakurri\n"
" konfirmazio mezuan emango zaizkizun argibideak)."
-#: Mailman/Cgi/options.py:916
+#: Mailman/Cgi/options.py:917
msgid "Password reminder"
msgstr "Pasahitz gogorarazlea"
-#: Mailman/Cgi/options.py:920
+#: Mailman/Cgi/options.py:921
msgid ""
"By clicking on the <em>Remind</em> button, your\n"
" password will be emailed to you."
@@ -2679,27 +2681,27 @@ msgstr ""
"<em>Gogoratu<em> botoia klikatuz, zure \n"
" pasahitza ePostaz bidaliko zaizu."
-#: Mailman/Cgi/options.py:923
+#: Mailman/Cgi/options.py:924
msgid "Remind"
msgstr "Gogoratu"
-#: Mailman/Cgi/options.py:1023
+#: Mailman/Cgi/options.py:1024
msgid "<missing>"
msgstr "<galduta>"
-#: Mailman/Cgi/options.py:1034
+#: Mailman/Cgi/options.py:1035
msgid "Requested topic is not valid: %(topicname)s"
msgstr "Eskatuta gaia ez da zuzena: %(topicname)s"
-#: Mailman/Cgi/options.py:1039
+#: Mailman/Cgi/options.py:1040
msgid "Topic filter details"
msgstr "Gaien iragazkiaren xehetasunak"
-#: Mailman/Cgi/options.py:1042
+#: Mailman/Cgi/options.py:1043
msgid "Name:"
msgstr "Izena:"
-#: Mailman/Cgi/options.py:1044
+#: Mailman/Cgi/options.py:1045
msgid "Pattern (as regexp):"
msgstr "Patroia (adierazpen erregularra):"
@@ -2759,8 +2761,9 @@ msgid "Permanently remove mailing list <em>%(realname)s</em>"
msgstr "<em>%(realname)s</em> Eposta zerrenda betirako ezabatu"
#: Mailman/Cgi/rmlist.py:204
+#, fuzzy
msgid ""
-"This page allows you as the list owner, to permanent\n"
+"This page allows you as the list owner, to permanently\n"
" remove this mailing list from the system. <strong>This action is not\n"
" undoable</strong> so you should undertake it only if you are absolutely\n"
" sure this mailing list has served its purpose and is no longer "
@@ -5437,9 +5440,10 @@ msgstr ""
" type=\"hidden\" name=\"new_member_options\" value=\"ignore\">"
#: Mailman/Gui/General.py:346
+#, fuzzy
msgid ""
"When a new member is subscribed to this list, their initial\n"
-" set of options is taken from the this variable's setting."
+" set of options is taken from this variable's setting."
msgstr ""
"Zerrendakide berrien hasierako ezaugarriak\n"
" aldagai-segida horretatik hartuko dira."
@@ -5589,18 +5593,18 @@ msgstr ""
#: Mailman/Gui/General.py:426
msgid ""
-"\"<a href=\"http://www.faqs.org/rfcs/rfc2822.html\">RFC\n"
+"<a href=\"http://www.faqs.org/rfcs/rfc2822.html\">RFC\n"
" 2822</a> defines the <tt>Sender</tt> header and defines it\n"
" as \"the mailbox of the agent responsible for the actual\n"
" transmission of the message.\" Mailman replaces this "
"header\n"
-" per default with the list's bounce address.\n"
+" by default with the list's bounce address.\n"
" \n"
" <p>While it is debatable if Mailman is such an agent, "
"setting\n"
" this header helps directing bounces from some broken MTAs "
"to\n"
-" the right destination. On the other hand do some mail\n"
+" the right destination. On the other hand, some mail\n"
" readers show unexpected behaviour if this header is set "
"(like\n"
" missing addresses in forwarded mails and copies sent to "
@@ -5839,6 +5843,7 @@ msgstr ""
" atala gai garrantzitsuak aztertzen dituelako."
#: Mailman/Gui/NonDigest.py:61
+#, fuzzy
msgid ""
"Normally, Mailman sends the regular delivery messages to\n"
" the mail server in batches. This is much more efficent\n"
@@ -5871,7 +5876,7 @@ msgid ""
" address.\n"
"\n"
" <p>When personalization is enabled, a few more expansion\n"
-" variables that can be included in the <a\n"
+" variables can be included in the <a\n"
" href=\"?VARHELP=nondigest/msg_header\">message header</a> "
"and\n"
" <a href=\"?VARHELP=nondigest/msg_footer\">message footer</"
@@ -6003,10 +6008,10 @@ msgstr ""
#: Mailman/Gui/NonDigest.py:142
msgid ""
-"When you scrub attachments, they are stored in archive\n"
+"When you scrub attachments, they are stored in the archive\n"
" area and links are made in the message so that the member can\n"
-" access via web browser. If you want the attachments totally\n"
-" disappear, you can use content filter options."
+" access them via a web browser. If you want the attachments to\n"
+" totally disappear, you can use content filtering options."
msgstr ""
#: Mailman/Gui/NonDigest.py:149
@@ -7544,7 +7549,7 @@ msgstr "Harpidedun zerrenda ikusi"
msgid "Once a month, your password will be emailed to you as a reminder."
msgstr "Hilean behin mezu bat jasoko duzu zure pasahitza gogorarazten."
-#: Mailman/HTMLFormatter.py:393
+#: Mailman/HTMLFormatter.py:394
msgid "The current archive"
msgstr "Oraingo fitxategia"
@@ -8141,83 +8146,83 @@ msgstr "Phyton-ek hornitua"
msgid "Gnu's Not Unix"
msgstr "Gnu ez da Unix"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Mon"
msgstr "Al"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Thu"
msgstr "Ast"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Tue"
msgstr "As"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Wed"
msgstr "Ost"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Fri"
msgstr "Or"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Sat"
msgstr "Lar"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Sun"
msgstr "Iga"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Apr"
msgstr "Api"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Feb"
msgstr "Ots"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Jan"
msgstr "Urt"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Jun"
msgstr "Eka"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Mar"
msgstr "Mar"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Aug"
msgstr "Abu"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Dec"
msgstr "Abe"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Jul"
msgstr "Uzt"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Nov"
msgstr "Aza"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Oct"
msgstr "Urr"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Sep"
msgstr "Ira"
-#: Mailman/i18n.py:107
+#: Mailman/i18n.py:111
msgid "Server Local Time"
msgstr "Zerbitzariaren Bertako Ordua"
-#: Mailman/i18n.py:146
+#: Mailman/i18n.py:150
msgid ""
"%(wday)s %(mon)s %(day)2i %(hh)02i:%(mm)02i:%(ss)02i %(tzname)s %(year)04i"
msgstr ""
diff --git a/messages/fi/LC_MESSAGES/mailman.po b/messages/fi/LC_MESSAGES/mailman.po
index 397ee3e4..f588cd98 100644
--- a/messages/fi/LC_MESSAGES/mailman.po
+++ b/messages/fi/LC_MESSAGES/mailman.po
@@ -13,7 +13,7 @@
msgid ""
msgstr ""
"Project-Id-Version: 2.15\n"
-"POT-Creation-Date: Tue Jul 27 08:05:43 2010\n"
+"POT-Creation-Date: Fri Sep 10 10:50:49 2010\n"
"PO-Revision-Date: 2010-07-26 10:25+0300\n"
"Last-Translator: Joni Tyryl <joni.toyryla@stonelake.fi>\n"
"Language-Team: Finnish Language Team\n"
@@ -104,7 +104,7 @@ msgstr "heinkuu"
msgid "June"
msgstr "keskuu"
-#: Mailman/Archiver/HyperArch.py:923 Mailman/i18n.py:103
+#: Mailman/Archiver/HyperArch.py:923 Mailman/i18n.py:107
msgid "May"
msgstr "toukokuu"
@@ -286,10 +286,12 @@ msgstr ""
" ovat poissa kytst. Nm henkilt eivt saa viestej."
#: Mailman/Cgi/admin.py:194
+#, fuzzy
msgid ""
"You have regular list members but non-digestified mail is\n"
-" turned off. They will receive mail until you fix this\n"
-" problem."
+" turned off. They will receive non-digestified mail until "
+"you\n"
+" fix this problem."
msgstr ""
"Listalla on tavallisia jseni, mutta ei-koostetut\n"
" viestit ovat poissa kytst. Nm henkilt eivt saa viestej."
@@ -522,7 +524,7 @@ msgstr "Aiheen nimi:"
msgid "Regexp:"
msgstr "Pttyy:"
-#: Mailman/Cgi/admin.py:709 Mailman/Cgi/options.py:1046
+#: Mailman/Cgi/admin.py:709 Mailman/Cgi/options.py:1047
msgid "Description:"
msgstr "Kuvaus:"
@@ -1597,8 +1599,8 @@ msgstr ""
" <p>Tai paina <em>Peruuta</em> peruuttaaksesi tmn\n"
"irtisanoutumispyynnn."
-#: Mailman/Cgi/confirm.py:491 Mailman/Cgi/options.py:760
-#: Mailman/Cgi/options.py:904 Mailman/Cgi/options.py:914
+#: Mailman/Cgi/confirm.py:491 Mailman/Cgi/options.py:761
+#: Mailman/Cgi/options.py:905 Mailman/Cgi/options.py:915
msgid "Unsubscribe"
msgstr "Irtisano"
@@ -2266,7 +2268,7 @@ msgstr ""
msgid "Edit Options"
msgstr "Muokkaa valintoja"
-#: Mailman/Cgi/listinfo.py:201 Mailman/Cgi/options.py:869
+#: Mailman/Cgi/listinfo.py:201 Mailman/Cgi/options.py:870
#: Mailman/Cgi/roster.py:118
msgid "View this page in"
msgstr "Nyt tm sivu"
@@ -2287,8 +2289,8 @@ msgstr "Osoitetta ei annettu"
msgid "Illegal Email Address: %(safeuser)s"
msgstr "Virheellinen shkpostiosoite: %(safeuser)s"
-#: Mailman/Cgi/options.py:128 Mailman/Cgi/options.py:192
-#: Mailman/Cgi/options.py:214
+#: Mailman/Cgi/options.py:128 Mailman/Cgi/options.py:193
+#: Mailman/Cgi/options.py:215
msgid "No such member: %(safeuser)s."
msgstr "Ei sellaista jsent: %(safeuser)s."
@@ -2299,20 +2301,20 @@ msgid ""
" forwarded to the list administrator for approval."
msgstr "Irtisanomispyyntsi on lhetetty listan yllpitjn hyvksyttvksi."
-#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:197
+#: Mailman/Cgi/options.py:184 Mailman/Cgi/options.py:198
msgid "The confirmation email has been sent."
msgstr "Vahvistusshkposti on lhetetty."
-#: Mailman/Cgi/options.py:208 Mailman/Cgi/options.py:220
-#: Mailman/Cgi/options.py:277
+#: Mailman/Cgi/options.py:209 Mailman/Cgi/options.py:221
+#: Mailman/Cgi/options.py:278
msgid "A reminder of your password has been emailed to you."
msgstr "Muistutus salasanastasi on lhetetty shkpostiisi."
-#: Mailman/Cgi/options.py:249
+#: Mailman/Cgi/options.py:250
msgid "Authentication failed."
msgstr "Tunnistautuminen eponnistui."
-#: Mailman/Cgi/options.py:284
+#: Mailman/Cgi/options.py:285
msgid ""
"The list administrator may not view the other\n"
" subscriptions for this user."
@@ -2320,16 +2322,16 @@ msgstr ""
"Listan yllpitjt eivt voi katsella kyttjn\n"
" tietoja toisissa postituslistoissa."
-#: Mailman/Cgi/options.py:285 Mailman/Cgi/options.py:328
-#: Mailman/Cgi/options.py:456 Mailman/Cgi/options.py:672
+#: Mailman/Cgi/options.py:286 Mailman/Cgi/options.py:329
+#: Mailman/Cgi/options.py:457 Mailman/Cgi/options.py:673
msgid "Note: "
msgstr "Viesti: "
-#: Mailman/Cgi/options.py:290
+#: Mailman/Cgi/options.py:291
msgid "List subscriptions for %(safeuser)s on %(hostname)s"
msgstr "%(safeuser)s, listojen jsenyydet palvelimella %(hostname)s"
-#: Mailman/Cgi/options.py:293
+#: Mailman/Cgi/options.py:294
msgid ""
"Click on a link to visit your options page for the\n"
" requested mailing list."
@@ -2337,7 +2339,7 @@ msgstr ""
"Napsauta linkki mennksesi tmn postituslistan\n"
" valintasivulle."
-#: Mailman/Cgi/options.py:325
+#: Mailman/Cgi/options.py:326
msgid ""
"The list administrator may not change the names\n"
" or addresses for this user's other subscriptions. However, the\n"
@@ -2347,15 +2349,15 @@ msgstr ""
" tai osoitteita toisissa postituslistoissa. Kuitenkin\n"
" muutokset ovat pivitetty thn listaan."
-#: Mailman/Cgi/options.py:348
+#: Mailman/Cgi/options.py:349
msgid "Addresses did not match!"
msgstr "Osoitteet eivt tsmnneet!"
-#: Mailman/Cgi/options.py:353
+#: Mailman/Cgi/options.py:354
msgid "You are already using that email address"
msgstr "Kytt jo sit shkpostiosoitetta"
-#: Mailman/Cgi/options.py:365
+#: Mailman/Cgi/options.py:366
msgid ""
"The new address you requested %(newaddr)s is already a member of the\n"
"%(listname)s mailing list, however you have also requested a global change "
@@ -2369,32 +2371,32 @@ msgstr ""
"mys\n"
"kaikki muut listat jotka sisltvt osoitteen %(safeuser)s muutetaan."
-#: Mailman/Cgi/options.py:374
+#: Mailman/Cgi/options.py:375
msgid "The new address is already a member: %(newaddr)s"
msgstr "%(newaddr)s on jo listan jsen."
-#: Mailman/Cgi/options.py:380
+#: Mailman/Cgi/options.py:381
msgid "Addresses may not be blank"
msgstr "Osoitteet eivt voi olla tyhji"
-#: Mailman/Cgi/options.py:394
+#: Mailman/Cgi/options.py:395
msgid "A confirmation message has been sent to %(newaddr)s. "
msgstr "Vahvistusviesti on lhetetty osoitteeseen %(newaddr)s"
-#: Mailman/Cgi/options.py:403
+#: Mailman/Cgi/options.py:404
msgid "Bad email address provided"
msgstr "Vr shkpostiosoite annettu"
-#: Mailman/Cgi/options.py:405
+#: Mailman/Cgi/options.py:406
msgid "Illegal email address provided"
msgstr "Virheellinen shkpostiosoite"
-#: Mailman/Cgi/options.py:407
+#: Mailman/Cgi/options.py:408
msgid "%(newaddr)s is already a member of the list."
msgstr "%(newaddr)s on jo listan jsen."
# #######
-#: Mailman/Cgi/options.py:410
+#: Mailman/Cgi/options.py:411
msgid ""
"%(newaddr)s is banned from this list. If you\n"
" think this restriction is erroneous, please contact\n"
@@ -2406,11 +2408,11 @@ msgstr ""
"hyv ja\n"
" \t\t ottakaa yhteytt listan omistajiin %(owneraddr)s."
-#: Mailman/Cgi/options.py:421
+#: Mailman/Cgi/options.py:422
msgid "Member name successfully changed. "
msgstr "Jsenen nimen muutos on onnistunut."
-#: Mailman/Cgi/options.py:431
+#: Mailman/Cgi/options.py:432
msgid ""
"The list administrator may not change the\n"
" password for a user."
@@ -2418,15 +2420,15 @@ msgstr ""
"Yllpitj ei voi vaihtaa kyttjn\n"
" salasanaa."
-#: Mailman/Cgi/options.py:440
+#: Mailman/Cgi/options.py:441
msgid "Passwords may not be blank"
msgstr "Salasanat eivt voi olla tyhji"
-#: Mailman/Cgi/options.py:445
+#: Mailman/Cgi/options.py:446
msgid "Passwords did not match!"
msgstr "Salasanat eivt tsm!"
-#: Mailman/Cgi/options.py:453
+#: Mailman/Cgi/options.py:454
msgid ""
"The list administrator may not change the\n"
" password for this user's other subscriptions. However, the\n"
@@ -2436,12 +2438,12 @@ msgstr ""
" muihin liittymisiin (subscriptions). Tst "
"huolimatta postituslistan salasana on vaihdettu.."
-#: Mailman/Cgi/options.py:470 Mailman/Commands/cmd_password.py:83
+#: Mailman/Cgi/options.py:471 Mailman/Commands/cmd_password.py:83
#: Mailman/Commands/cmd_password.py:109
msgid "Password successfully changed."
msgstr "Salasana muutettu."
-#: Mailman/Cgi/options.py:479
+#: Mailman/Cgi/options.py:480
msgid ""
"You must confirm your unsubscription request by turning\n"
" on the checkbox below the <em>Unsubscribe</em> button. You\n"
@@ -2451,11 +2453,11 @@ msgstr ""
" alla oleva <em>Irtisano</em> nppin.\n"
" Sinua ei ole irtisanottu!"
-#: Mailman/Cgi/options.py:511
+#: Mailman/Cgi/options.py:512
msgid "Unsubscription results"
msgstr "Irtisanomisen tulokset"
-#: Mailman/Cgi/options.py:515
+#: Mailman/Cgi/options.py:516
msgid ""
"Your unsubscription request has been received and\n"
" forwarded on to the list moderators for approval. You will\n"
@@ -2467,7 +2469,7 @@ msgstr ""
" listan pkyttjien ptksest.\n"
" "
-#: Mailman/Cgi/options.py:520
+#: Mailman/Cgi/options.py:521
msgid ""
"You have been successfully unsubscribed from the\n"
" mailing list %(fqdn_listname)s. If you were receiving digest\n"
@@ -2482,7 +2484,7 @@ msgstr ""
" Jos sinulla on irtisanomistasi koskevia kysymyksi, ota\n"
" yhteytt listan omistajaan %(owneraddr)s."
-#: Mailman/Cgi/options.py:669
+#: Mailman/Cgi/options.py:670
msgid ""
"The list administrator may not change the\n"
" options for this user's other subscriptions. However the\n"
@@ -2493,7 +2495,7 @@ msgstr ""
" tmn kyttjn asetuksia toisissa postituslistoissa.\n"
" Kuitenkin asetukset tss postituslistassa ovat muutettu."
-#: Mailman/Cgi/options.py:679
+#: Mailman/Cgi/options.py:680
msgid ""
"The list administrator has disabled digest delivery for\n"
" this list, so your delivery option has not been set. However "
@@ -2504,7 +2506,7 @@ msgstr ""
" tlt listalta, joten jakelumrityksi ole asetettu. Sen \n"
" sijaan muut mritykset on asetettu."
-#: Mailman/Cgi/options.py:683
+#: Mailman/Cgi/options.py:684
msgid ""
"The list administrator has disabled non-digest delivery\n"
" for this list, so your delivery option has not been set. "
@@ -2515,63 +2517,63 @@ msgstr ""
" tlt listalta, joten lhetysmritystsi ei ole asetettu. \n"
" Sen sijaan muut mritykset on asetettu."
-#: Mailman/Cgi/options.py:687
+#: Mailman/Cgi/options.py:688
msgid "You have successfully set your options."
msgstr "Valintasi on asetettu onnistuneesti."
-#: Mailman/Cgi/options.py:690
+#: Mailman/Cgi/options.py:691
msgid "You may get one last digest."
msgstr "Saatat saada viel viimeisen lukemiston."
-#: Mailman/Cgi/options.py:762
+#: Mailman/Cgi/options.py:763
msgid "<em>Yes, I really want to unsubscribe</em>"
msgstr "<em>Kyll, haluan varmasti irtisanoutua</em>"
-#: Mailman/Cgi/options.py:766
+#: Mailman/Cgi/options.py:767
msgid "Change My Password"
msgstr "Muuta salasanani"
-#: Mailman/Cgi/options.py:769
+#: Mailman/Cgi/options.py:770
msgid "List my other subscriptions"
msgstr "Nyt muut liitymistietoni"
-#: Mailman/Cgi/options.py:775
+#: Mailman/Cgi/options.py:776
msgid "Email My Password To Me"
msgstr "Lhet salasanani shkpostina minulle"
-#: Mailman/Cgi/options.py:777
+#: Mailman/Cgi/options.py:778
msgid "password"
msgstr "salasana"
-#: Mailman/Cgi/options.py:779
+#: Mailman/Cgi/options.py:780
msgid "Log out"
msgstr "Kirjaudu ulos"
-#: Mailman/Cgi/options.py:781
+#: Mailman/Cgi/options.py:782
msgid "Submit My Changes"
msgstr "Lhet muutokseni"
-#: Mailman/Cgi/options.py:793
+#: Mailman/Cgi/options.py:794
msgid "days"
msgstr "piv"
-#: Mailman/Cgi/options.py:795
+#: Mailman/Cgi/options.py:796
msgid "day"
msgstr "piv"
-#: Mailman/Cgi/options.py:796
+#: Mailman/Cgi/options.py:797
msgid "%(days)d %(units)s"
msgstr "%(days)d %(units)s"
-#: Mailman/Cgi/options.py:802
+#: Mailman/Cgi/options.py:803
msgid "Change My Address and Name"
msgstr "Muuta osoitteeni ja nimeni"
-#: Mailman/Cgi/options.py:828
+#: Mailman/Cgi/options.py:829
msgid "<em>No topics defined</em>"
msgstr "<em>Aihetta ei ole mritelty</em>"
-#: Mailman/Cgi/options.py:836
+#: Mailman/Cgi/options.py:837
msgid ""
"\n"
"You are subscribed to this list with the case-preserved address\n"
@@ -2581,19 +2583,19 @@ msgstr ""
"Olet liittynyt tlle listalle aihekohtaisella osoitteella\n"
"<em>%(cpuser)s</em>."
-#: Mailman/Cgi/options.py:850
+#: Mailman/Cgi/options.py:851
msgid "%(realname)s list: member options login page"
msgstr "%(realname)s listan: jsenen sisnkirjautumissivu"
-#: Mailman/Cgi/options.py:851
+#: Mailman/Cgi/options.py:852
msgid "email address and "
msgstr "shkpostiosoite ja"
-#: Mailman/Cgi/options.py:854
+#: Mailman/Cgi/options.py:855
msgid "%(realname)s list: member options for user %(safeuser)s"
msgstr "%(realname)s lista: jsenen %(safeuser)s valinnat"
-#: Mailman/Cgi/options.py:880
+#: Mailman/Cgi/options.py:881
msgid ""
"In order to change your membership option, you must\n"
" first log in by giving your %(extra)smembership password in the section\n"
@@ -2628,19 +2630,19 @@ msgstr ""
" (jonka net onnistuneen sisnkirjautumisen jlkeen).\n"
" "
-#: Mailman/Cgi/options.py:894
+#: Mailman/Cgi/options.py:895
msgid "Email address:"
msgstr "Shkpostiosoite:"
-#: Mailman/Cgi/options.py:898
+#: Mailman/Cgi/options.py:899
msgid "Password:"
msgstr "Salasana:"
-#: Mailman/Cgi/options.py:900
+#: Mailman/Cgi/options.py:901
msgid "Log in"
msgstr "Kirjaudu sisn"
-#: Mailman/Cgi/options.py:908
+#: Mailman/Cgi/options.py:909
msgid ""
"By clicking on the <em>Unsubscribe</em> button, a\n"
" confirmation message will be emailed to you. This message will have a\n"
@@ -2654,13 +2656,13 @@ msgstr ""
" vahvistaa shkpostina; katso ohjeet vahvistusviestist.\n"
" "
-#: Mailman/Cgi/options.py:916
+#: Mailman/Cgi/options.py:917
msgid "Password reminder"
msgstr "Salasanan muistuttaja"
# Harrin osuus pttyy thn
# #######
-#: Mailman/Cgi/options.py:920
+#: Mailman/Cgi/options.py:921
msgid ""
"By clicking on the <em>Remind</em> button, your\n"
" password will be emailed to you."
@@ -2668,27 +2670,27 @@ msgstr ""
"Klikkaamalla <em>Muistuta</em>-painiketta,\n"
" salasanasi lhetetn sinulle shkpostina."
-#: Mailman/Cgi/options.py:923
+#: Mailman/Cgi/options.py:924
msgid "Remind"
msgstr "Muistuta"
-#: Mailman/Cgi/options.py:1023
+#: Mailman/Cgi/options.py:1024
msgid "<missing>"
msgstr "<puuttuu>"
-#: Mailman/Cgi/options.py:1034
+#: Mailman/Cgi/options.py:1035
msgid "Requested topic is not valid: %(topicname)s"
msgstr "Pyydetty aihe ei kelpaa: %(topicname)s"
-#: Mailman/Cgi/options.py:1039
+#: Mailman/Cgi/options.py:1040
msgid "Topic filter details"
msgstr "Aihesuodattimen tarkemmat tiedot"
-#: Mailman/Cgi/options.py:1042
+#: Mailman/Cgi/options.py:1043
msgid "Name:"
msgstr "Nimi:"
-#: Mailman/Cgi/options.py:1044
+#: Mailman/Cgi/options.py:1045
msgid "Pattern (as regexp):"
msgstr "Merkkijono (snnllisen lausekkeena):"
@@ -2751,8 +2753,9 @@ msgid "Permanently remove mailing list <em>%(realname)s</em>"
msgstr "Pysyv <em>%(realname)s</em> postituslistan poistaminen"
#: Mailman/Cgi/rmlist.py:204
+#, fuzzy
msgid ""
-"This page allows you as the list owner, to permanent\n"
+"This page allows you as the list owner, to permanently\n"
" remove this mailing list from the system. <strong>This action is not\n"
" undoable</strong> so you should undertake it only if you are absolutely\n"
" sure this mailing list has served its purpose and is no longer "
@@ -5545,9 +5548,10 @@ msgstr ""
" type=\"hidden\" name=\"new_member_options\" value=\"ignore\">"
#: Mailman/Gui/General.py:346
+#, fuzzy
msgid ""
"When a new member is subscribed to this list, their initial\n"
-" set of options is taken from the this variable's setting."
+" set of options is taken from this variable's setting."
msgstr ""
"Kun uusi jsen on liitetty tlle listalle, hnen\n"
" alkuperiset asetukset on otettu tmn muuttujan arvoista."
@@ -5716,18 +5720,18 @@ msgstr ""
#: Mailman/Gui/General.py:426
msgid ""
-"\"<a href=\"http://www.faqs.org/rfcs/rfc2822.html\">RFC\n"
+"<a href=\"http://www.faqs.org/rfcs/rfc2822.html\">RFC\n"
" 2822</a> defines the <tt>Sender</tt> header and defines it\n"
" as \"the mailbox of the agent responsible for the actual\n"
" transmission of the message.\" Mailman replaces this "
"header\n"
-" per default with the list's bounce address.\n"
+" by default with the list's bounce address.\n"
" \n"
" <p>While it is debatable if Mailman is such an agent, "
"setting\n"
" this header helps directing bounces from some broken MTAs "
"to\n"
-" the right destination. On the other hand do some mail\n"
+" the right destination. On the other hand, some mail\n"
" readers show unexpected behaviour if this header is set "
"(like\n"
" missing addresses in forwarded mails and copies sent to "
@@ -5971,6 +5975,7 @@ msgstr ""
" keskustelussa."
#: Mailman/Gui/NonDigest.py:61
+#, fuzzy
msgid ""
"Normally, Mailman sends the regular delivery messages to\n"
" the mail server in batches. This is much more efficent\n"
@@ -6003,7 +6008,7 @@ msgid ""
" address.\n"
"\n"
" <p>When personalization is enabled, a few more expansion\n"
-" variables that can be included in the <a\n"
+" variables can be included in the <a\n"
" href=\"?VARHELP=nondigest/msg_header\">message header</a> "
"and\n"
" <a href=\"?VARHELP=nondigest/msg_footer\">message footer</"
@@ -6140,11 +6145,12 @@ msgid "Scrub attachments of regular delivery message?"
msgstr "Puhdista liitetiedostot tavallisista viesteist?"
#: Mailman/Gui/NonDigest.py:142
+#, fuzzy
msgid ""
-"When you scrub attachments, they are stored in archive\n"
+"When you scrub attachments, they are stored in the archive\n"
" area and links are made in the message so that the member can\n"
-" access via web browser. If you want the attachments totally\n"
-" disappear, you can use content filter options."
+" access them via a web browser. If you want the attachments to\n"
+" totally disappear, you can use content filtering options."
msgstr ""
"Kun liitetiedosto puhdistetaan sit ei poisteta kokonaan vaan tallennetaan "
"arkistoon.\n"
@@ -7727,7 +7733,7 @@ msgstr "Vieraile liittyjn listalla"
msgid "Once a month, your password will be emailed to you as a reminder."
msgstr "Kerran kuussa, salasananmuistuttaja lhett sinulle salasanasi"
-#: Mailman/HTMLFormatter.py:393
+#: Mailman/HTMLFormatter.py:394
msgid "The current archive"
msgstr "Nykyinen arkisto"
@@ -8319,83 +8325,83 @@ msgstr "Python Powered"
msgid "Gnu's Not Unix"
msgstr "Gnu's Not Unix"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Mon"
msgstr "Ma"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Thu"
msgstr "To"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Tue"
msgstr "Ti"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Wed"
msgstr "Ke"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Fri"
msgstr "Pe"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Sat"
msgstr "La"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Sun"
msgstr "Su"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Apr"
msgstr "Huhti"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Feb"
msgstr "Helmi"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Jan"
msgstr "Tammi"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Jun"
msgstr "Kes"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Mar"
msgstr "Maalis"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Aug"
msgstr "Elo"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Dec"
msgstr "Joulu"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Jul"
msgstr "Hein"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Nov"
msgstr "Loka"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Oct"
msgstr "Marras"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Sep"
msgstr "Syys"
-#: Mailman/i18n.py:107
+#: Mailman/i18n.py:111
msgid "Server Local Time"
msgstr "Palvelimen paikallisaika"
-#: Mailman/i18n.py:146
+#: Mailman/i18n.py:150
msgid ""
"%(wday)s %(mon)s %(day)2i %(hh)02i:%(mm)02i:%(ss)02i %(tzname)s %(year)04i"
msgstr ""
diff --git a/messages/fr/LC_MESSAGES/mailman.po b/messages/fr/LC_MESSAGES/mailman.po
index 084367d1..2b5ced03 100644
--- a/messages/fr/LC_MESSAGES/mailman.po
+++ b/messages/fr/LC_MESSAGES/mailman.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Mailman 2.1b6\n"
-"POT-Creation-Date: Tue Jul 27 08:05:43 2010\n"
+"POT-Creation-Date: Fri Sep 10 10:50:49 2010\n"
"PO-Revision-Date: 2003-01-22 12:50-0500\n"
"Last-Translator: Pascal George <george@lyon.inserm.fr>\n"
"Language-Team: fr <traduc@traduc.org>\n"
@@ -97,7 +97,7 @@ msgstr "Juillet"
msgid "June"
msgstr "Juin"
-#: Mailman/Archiver/HyperArch.py:923 Mailman/i18n.py:103
+#: Mailman/Archiver/HyperArch.py:923 Mailman/i18n.py:107
msgid "May"
msgstr "Mai"
@@ -278,10 +278,12 @@ msgstr ""
"dsactive. Ces abonns ne recevront pas de courriels."
#: Mailman/Cgi/admin.py:194
+#, fuzzy
msgid ""
"You have regular list members but non-digestified mail is\n"
-" turned off. They will receive mail until you fix this\n"
-" problem."
+" turned off. They will receive non-digestified mail until "
+"you\n"
+" fix this problem."
msgstr ""
"Vous avez des abonns normaux mais les envois non-groups sont\n"
"dsactivs. Ils recevront les courriels jusqu' ce ce que vous resolviez le "
@@ -516,7 +518,7 @@ msgstr "Nom du thme :"
msgid "Regexp:"
msgstr "Expression regulire :"
-#: Mailman/Cgi/admin.py:709 Mailman/Cgi/options.py:1046
+#: Mailman/Cgi/admin.py:709 Mailman/Cgi/options.py:1047
msgid "Description:"
msgstr "Description :"
@@ -1604,8 +1606,8 @@ msgstr ""
"\t<p>Ou cliquez sur <em>Annuler et ignorer</em> pour annuler cette\n"
"\trequte de rsiliation."
-#: Mailman/Cgi/confirm.py:491 Mailman/Cgi/options.py:760
-#: Mailman/Cgi/options.py:904 Mailman/Cgi/options.py:914
+#: Mailman/Cgi/confirm.py:491 Mailman/Cgi/options.py:761
+#: Mailman/Cgi/options.py:905 Mailman/Cgi/options.py:915
msgid "Unsubscribe"
msgstr "Rsilier"
@@ -2281,7 +2283,7 @@ msgstr ""
msgid "Edit Options"
msgstr "Modifier les Options"
-#: Mailman/Cgi/listinfo.py:201 Mailman/Cgi/options.py:869
+#: Mailman/Cgi/listinfo.py:201 Mailman/Cgi/options.py:870
#: Mailman/Cgi/roster.py:118
msgid "View this page in"
msgstr "Visualisez cette page en"
@@ -2302,8 +2304,8 @@ msgstr "Aucune adresse fournie"
msgid "Illegal Email Address: %(safeuser)s"
msgstr "Adresse courriel invalide : %(safeuser)s"
-#: Mailman/Cgi/options.py:128 Mailman/Cgi/options.py:192
-#: Mailman/Cgi/options.py:214
+#: Mailman/Cgi/options.py:128 Mailman/Cgi/options.py:193
+#: Mailman/Cgi/options.py:215
msgid "No such member: %(safeuser)s."
msgstr "Abonn inconnu : %(safeuser)s."
@@ -2315,20 +2317,20 @@ msgstr ""
"Votre requte de rsiliation d'abonnement a t envoye \n"
" l'administrateur de la liste pour approbation."
-#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:197
+#: Mailman/Cgi/options.py:184 Mailman/Cgi/options.py:198
msgid "The confirmation email has been sent."
msgstr "Le courriel de confirmation a t envoy."
-#: Mailman/Cgi/options.py:208 Mailman/Cgi/options.py:220
-#: Mailman/Cgi/options.py:277
+#: Mailman/Cgi/options.py:209 Mailman/Cgi/options.py:221
+#: Mailman/Cgi/options.py:278
msgid "A reminder of your password has been emailed to you."
msgstr "Un rappel de votre mot de passe vous a t envoy."
-#: Mailman/Cgi/options.py:249
+#: Mailman/Cgi/options.py:250
msgid "Authentication failed."
msgstr "Echec de l'authentification."
-#: Mailman/Cgi/options.py:284
+#: Mailman/Cgi/options.py:285
msgid ""
"The list administrator may not view the other\n"
" subscriptions for this user."
@@ -2336,16 +2338,16 @@ msgstr ""
"L'administrateur de la liste n'a peut-tre pas vu \n"
"\t les autres abonnements de cet utilisateur."
-#: Mailman/Cgi/options.py:285 Mailman/Cgi/options.py:328
-#: Mailman/Cgi/options.py:456 Mailman/Cgi/options.py:672
+#: Mailman/Cgi/options.py:286 Mailman/Cgi/options.py:329
+#: Mailman/Cgi/options.py:457 Mailman/Cgi/options.py:673
msgid "Note: "
msgstr "Note :"
-#: Mailman/Cgi/options.py:290
+#: Mailman/Cgi/options.py:291
msgid "List subscriptions for %(safeuser)s on %(hostname)s"
msgstr "Les abonnements de %(safeuser)s sur %(hostname)s"
-#: Mailman/Cgi/options.py:293
+#: Mailman/Cgi/options.py:294
msgid ""
"Click on a link to visit your options page for the\n"
" requested mailing list."
@@ -2353,7 +2355,7 @@ msgstr ""
"Cliquez sur un lien pour afficher la page de vos\n"
" options pour la liste demande."
-#: Mailman/Cgi/options.py:325
+#: Mailman/Cgi/options.py:326
msgid ""
"The list administrator may not change the names\n"
" or addresses for this user's other subscriptions. However, the\n"
@@ -2363,15 +2365,15 @@ msgstr ""
"\t ou les adresses des autres abonnements de cet utilisateur.\n"
"\t Nanmoins l'abonnement pour cette liste a t modifi."
-#: Mailman/Cgi/options.py:348
+#: Mailman/Cgi/options.py:349
msgid "Addresses did not match!"
msgstr "Les adresses ne correspondent pas !"
-#: Mailman/Cgi/options.py:353
+#: Mailman/Cgi/options.py:354
msgid "You are already using that email address"
msgstr "Vous utilisez dj cette adresse courriel."
-#: Mailman/Cgi/options.py:365
+#: Mailman/Cgi/options.py:366
msgid ""
"The new address you requested %(newaddr)s is already a member of the\n"
"%(listname)s mailing list, however you have also requested a global change "
@@ -2385,31 +2387,31 @@ msgstr ""
"listes de diffusion contenant l'adresse %(safeuser)s\n"
"seront modifies."
-#: Mailman/Cgi/options.py:374
+#: Mailman/Cgi/options.py:375
msgid "The new address is already a member: %(newaddr)s"
msgstr "La nouvelle adresse est dj abonne : %(newaddr)s"
-#: Mailman/Cgi/options.py:380
+#: Mailman/Cgi/options.py:381
msgid "Addresses may not be blank"
msgstr "Les adresses ne doivent pas tre vides"
-#: Mailman/Cgi/options.py:394
+#: Mailman/Cgi/options.py:395
msgid "A confirmation message has been sent to %(newaddr)s. "
msgstr "Un message de confirmation a t envoy %(newaddr)s. "
-#: Mailman/Cgi/options.py:403
+#: Mailman/Cgi/options.py:404
msgid "Bad email address provided"
msgstr "Mauvaise adresse courriel fournie"
-#: Mailman/Cgi/options.py:405
+#: Mailman/Cgi/options.py:406
msgid "Illegal email address provided"
msgstr "Adresse courriel fournie invalide"
-#: Mailman/Cgi/options.py:407
+#: Mailman/Cgi/options.py:408
msgid "%(newaddr)s is already a member of the list."
msgstr "%(newaddr)s est dj abonn la liste."
-#: Mailman/Cgi/options.py:410
+#: Mailman/Cgi/options.py:411
msgid ""
"%(newaddr)s is banned from this list. If you\n"
" think this restriction is erroneous, please contact\n"
@@ -2419,11 +2421,11 @@ msgstr ""
"cette mesure est errone, veuillez contacter le propritaire de la\n"
"liste l'adresse %(owneraddr)s."
-#: Mailman/Cgi/options.py:421
+#: Mailman/Cgi/options.py:422
msgid "Member name successfully changed. "
msgstr "Nom de l'abonn modifi avec succs. "
-#: Mailman/Cgi/options.py:431
+#: Mailman/Cgi/options.py:432
#, fuzzy
msgid ""
"The list administrator may not change the\n"
@@ -2432,15 +2434,15 @@ msgstr ""
"L'administrateur de la liste n'a peut-tre pas vu \n"
"\t les autres abonnements de cet utilisateur."
-#: Mailman/Cgi/options.py:440
+#: Mailman/Cgi/options.py:441
msgid "Passwords may not be blank"
msgstr "Les mots de passe ne peuvent pas tre vides"
-#: Mailman/Cgi/options.py:445
+#: Mailman/Cgi/options.py:446
msgid "Passwords did not match!"
msgstr "Les mots de passe ne correspondent pas !"
-#: Mailman/Cgi/options.py:453
+#: Mailman/Cgi/options.py:454
msgid ""
"The list administrator may not change the\n"
" password for this user's other subscriptions. However, the\n"
@@ -2450,12 +2452,12 @@ msgstr ""
" le mot de passe des autres abonnements de cet utilisateur.\n"
" Nanmoins le mot de passe pour cette liste a t modifi."
-#: Mailman/Cgi/options.py:470 Mailman/Commands/cmd_password.py:83
+#: Mailman/Cgi/options.py:471 Mailman/Commands/cmd_password.py:83
#: Mailman/Commands/cmd_password.py:109
msgid "Password successfully changed."
msgstr "Mot de passe modifi avec succs."
-#: Mailman/Cgi/options.py:479
+#: Mailman/Cgi/options.py:480
msgid ""
"You must confirm your unsubscription request by turning\n"
" on the checkbox below the <em>Unsubscribe</em> button. You\n"
@@ -2465,11 +2467,11 @@ msgstr ""
" cocher sous le bouton <em>Rsilier</em>. Votre abonnement\n"
" n'a pas t rsili !"
-#: Mailman/Cgi/options.py:511
+#: Mailman/Cgi/options.py:512
msgid "Unsubscription results"
msgstr "Rsultats de la rsiliation"
-#: Mailman/Cgi/options.py:515
+#: Mailman/Cgi/options.py:516
msgid ""
"Your unsubscription request has been received and\n"
" forwarded on to the list moderators for approval. You will\n"
@@ -2480,7 +2482,7 @@ msgstr ""
" de la liste pour approbation. Vous recevrez un avis ds que les\n"
" modrateurs de la liste auront pris une dcision."
-#: Mailman/Cgi/options.py:520
+#: Mailman/Cgi/options.py:521
msgid ""
"You have been successfully unsubscribed from the\n"
" mailing list %(fqdn_listname)s. If you were receiving digest\n"
@@ -2496,7 +2498,7 @@ msgstr ""
"veuillez contacter\n"
" le gestionnaire de la liste l'adresse %(owneraddr)s."
-#: Mailman/Cgi/options.py:669
+#: Mailman/Cgi/options.py:670
msgid ""
"The list administrator may not change the\n"
" options for this user's other subscriptions. However the\n"
@@ -2507,7 +2509,7 @@ msgstr ""
"\t les options des autres abonnements de cet utilisateur.\n"
"\t Nanmoins les options pour cette liste ont t modifies."
-#: Mailman/Cgi/options.py:679
+#: Mailman/Cgi/options.py:680
msgid ""
"The list administrator has disabled digest delivery for\n"
" this list, so your delivery option has not been set. However "
@@ -2518,7 +2520,7 @@ msgstr ""
" vos options de distribution ne seront donc pas modifies,\n"
" contrairement aux autres."
-#: Mailman/Cgi/options.py:683
+#: Mailman/Cgi/options.py:684
msgid ""
"The list administrator has disabled non-digest delivery\n"
" for this list, so your delivery option has not been set. "
@@ -2529,63 +2531,63 @@ msgstr ""
" pour cette liste, par suite toutes les options autre que\n"
" celle-ci ont ts sauvegardes avec succs."
-#: Mailman/Cgi/options.py:687
+#: Mailman/Cgi/options.py:688
msgid "You have successfully set your options."
msgstr "Vos options ont ts paramtres avec succs."
-#: Mailman/Cgi/options.py:690
+#: Mailman/Cgi/options.py:691
msgid "You may get one last digest."
msgstr "Vous recevrez un dernier lot."
-#: Mailman/Cgi/options.py:762
+#: Mailman/Cgi/options.py:763
msgid "<em>Yes, I really want to unsubscribe</em>"
msgstr "<em>Oui, je veux vraiment rsilier mon abonnement</em>"
-#: Mailman/Cgi/options.py:766
+#: Mailman/Cgi/options.py:767
msgid "Change My Password"
msgstr "Modifier mon mot de passe"
-#: Mailman/Cgi/options.py:769
+#: Mailman/Cgi/options.py:770
msgid "List my other subscriptions"
msgstr "Afficher mes autres abonnements"
-#: Mailman/Cgi/options.py:775
+#: Mailman/Cgi/options.py:776
msgid "Email My Password To Me"
msgstr "Envoyez-moi mon mot de passe par courriel"
-#: Mailman/Cgi/options.py:777
+#: Mailman/Cgi/options.py:778
msgid "password"
msgstr "mot de passe"
-#: Mailman/Cgi/options.py:779
+#: Mailman/Cgi/options.py:780
msgid "Log out"
msgstr "Dconnecter"
-#: Mailman/Cgi/options.py:781
+#: Mailman/Cgi/options.py:782
msgid "Submit My Changes"
msgstr "Valider mes modifications"
-#: Mailman/Cgi/options.py:793
+#: Mailman/Cgi/options.py:794
msgid "days"
msgstr "jours"
-#: Mailman/Cgi/options.py:795
+#: Mailman/Cgi/options.py:796
msgid "day"
msgstr "jour"
-#: Mailman/Cgi/options.py:796
+#: Mailman/Cgi/options.py:797
msgid "%(days)d %(units)s"
msgstr "%(units)s %(days)d"
-#: Mailman/Cgi/options.py:802
+#: Mailman/Cgi/options.py:803
msgid "Change My Address and Name"
msgstr "Modifier mon adresse et mon nom"
-#: Mailman/Cgi/options.py:828
+#: Mailman/Cgi/options.py:829
msgid "<em>No topics defined</em>"
msgstr "<em>Aucun thme dfini</em>"
-#: Mailman/Cgi/options.py:836
+#: Mailman/Cgi/options.py:837
msgid ""
"\n"
"You are subscribed to this list with the case-preserved address\n"
@@ -2595,19 +2597,19 @@ msgstr ""
"Vous tes abonn cette liste avec une adresse de type prservation de la\n"
"casse <em>%(cpuser)s</em>."
-#: Mailman/Cgi/options.py:850
+#: Mailman/Cgi/options.py:851
msgid "%(realname)s list: member options login page"
msgstr "Liste %(realname)s : Page de login d'abonn"
-#: Mailman/Cgi/options.py:851
+#: Mailman/Cgi/options.py:852
msgid "email address and "
msgstr "adresse courriel et "
-#: Mailman/Cgi/options.py:854
+#: Mailman/Cgi/options.py:855
msgid "%(realname)s list: member options for user %(safeuser)s"
msgstr "Liste %(realname)s : options d'abonn de l'utilisateur %(safeuser)s"
-#: Mailman/Cgi/options.py:880
+#: Mailman/Cgi/options.py:881
msgid ""
"In order to change your membership option, you must\n"
" first log in by giving your %(extra)smembership password in the section\n"
@@ -2637,19 +2639,19 @@ msgstr ""
"de vos modifications ne prendra effet.\n"
"\t"
-#: Mailman/Cgi/options.py:894
+#: Mailman/Cgi/options.py:895
msgid "Email address:"
msgstr "Adresse courriel :"
-#: Mailman/Cgi/options.py:898
+#: Mailman/Cgi/options.py:899
msgid "Password:"
msgstr "Mot de passe :"
-#: Mailman/Cgi/options.py:900
+#: Mailman/Cgi/options.py:901
msgid "Log in"
msgstr "Connecter"
-#: Mailman/Cgi/options.py:908
+#: Mailman/Cgi/options.py:909
msgid ""
"By clicking on the <em>Unsubscribe</em> button, a\n"
" confirmation message will be emailed to you. This message will have a\n"
@@ -2662,11 +2664,11 @@ msgstr ""
"cliquer pour achever le processus de rsiliation (vous pourrez galement\n"
"le faire par courriel; lisez les instructions dans ledit message)."
-#: Mailman/Cgi/options.py:916
+#: Mailman/Cgi/options.py:917
msgid "Password reminder"
msgstr "Rappel de mot de passe"
-#: Mailman/Cgi/options.py:920
+#: Mailman/Cgi/options.py:921
msgid ""
"By clicking on the <em>Remind</em> button, your\n"
" password will be emailed to you."
@@ -2674,27 +2676,27 @@ msgstr ""
"En cliquant sur le bouton <em>Rappel</em>, votre mot de passe vous sera\n"
"envoy par courriel."
-#: Mailman/Cgi/options.py:923
+#: Mailman/Cgi/options.py:924
msgid "Remind"
msgstr "Rappel"
-#: Mailman/Cgi/options.py:1023
+#: Mailman/Cgi/options.py:1024
msgid "<missing>"
msgstr "<absent>"
-#: Mailman/Cgi/options.py:1034
+#: Mailman/Cgi/options.py:1035
msgid "Requested topic is not valid: %(topicname)s"
msgstr "Le thme demand n'est pas valide : %(topicname)s"
-#: Mailman/Cgi/options.py:1039
+#: Mailman/Cgi/options.py:1040
msgid "Topic filter details"
msgstr "Dtails du filtre de thme"
-#: Mailman/Cgi/options.py:1042
+#: Mailman/Cgi/options.py:1043
msgid "Name:"
msgstr "Nom :"
-#: Mailman/Cgi/options.py:1044
+#: Mailman/Cgi/options.py:1045
msgid "Pattern (as regexp):"
msgstr "modle (sous forme d'expression regulire) :"
@@ -2754,8 +2756,9 @@ msgid "Permanently remove mailing list <em>%(realname)s</em>"
msgstr "Supprimer dfinitivement la liste de diffusion <em>%(realname)s</em>"
#: Mailman/Cgi/rmlist.py:204
+#, fuzzy
msgid ""
-"This page allows you as the list owner, to permanent\n"
+"This page allows you as the list owner, to permanently\n"
" remove this mailing list from the system. <strong>This action is not\n"
" undoable</strong> so you should undertake it only if you are absolutely\n"
" sure this mailing list has served its purpose and is no longer "
@@ -5577,9 +5580,10 @@ msgstr ""
" type=\"hidden\" name=\"new_member_options\" value=\"ignore\">"
#: Mailman/Gui/General.py:346
+#, fuzzy
msgid ""
"When a new member is subscribed to this list, their initial\n"
-" set of options is taken from the this variable's setting."
+" set of options is taken from this variable's setting."
msgstr ""
"Lorsque cette liste accueille un nouvel abonn, ses paramtres initiaux\n"
" seront extraits de la valeur de cette variable."
@@ -5761,18 +5765,18 @@ msgstr ""
#: Mailman/Gui/General.py:426
msgid ""
-"\"<a href=\"http://www.faqs.org/rfcs/rfc2822.html\">RFC\n"
+"<a href=\"http://www.faqs.org/rfcs/rfc2822.html\">RFC\n"
" 2822</a> defines the <tt>Sender</tt> header and defines it\n"
" as \"the mailbox of the agent responsible for the actual\n"
" transmission of the message.\" Mailman replaces this "
"header\n"
-" per default with the list's bounce address.\n"
+" by default with the list's bounce address.\n"
" \n"
" <p>While it is debatable if Mailman is such an agent, "
"setting\n"
" this header helps directing bounces from some broken MTAs "
"to\n"
-" the right destination. On the other hand do some mail\n"
+" the right destination. On the other hand, some mail\n"
" readers show unexpected behaviour if this header is set "
"(like\n"
" missing addresses in forwarded mails and copies sent to "
@@ -6006,6 +6010,7 @@ msgstr ""
" aux problmes de performances."
#: Mailman/Gui/NonDigest.py:61
+#, fuzzy
msgid ""
"Normally, Mailman sends the regular delivery messages to\n"
" the mail server in batches. This is much more efficent\n"
@@ -6038,7 +6043,7 @@ msgid ""
" address.\n"
"\n"
" <p>When personalization is enabled, a few more expansion\n"
-" variables that can be included in the <a\n"
+" variables can be included in the <a\n"
" href=\"?VARHELP=nondigest/msg_header\">message header</a> "
"and\n"
" <a href=\"?VARHELP=nondigest/msg_footer\">message footer</"
@@ -6185,11 +6190,12 @@ msgid "Scrub attachments of regular delivery message?"
msgstr "Nettoyer les messages dlivrs des documents attachs ?"
#: Mailman/Gui/NonDigest.py:142
+#, fuzzy
msgid ""
-"When you scrub attachments, they are stored in archive\n"
+"When you scrub attachments, they are stored in the archive\n"
" area and links are made in the message so that the member can\n"
-" access via web browser. If you want the attachments totally\n"
-" disappear, you can use content filter options."
+" access them via a web browser. If you want the attachments to\n"
+" totally disappear, you can use content filtering options."
msgstr ""
"Lorsque vous nettoyez les pices attaches, elles sont stockes\n"
"\t dans la section archive et des liens sont cres dans les messages\n"
@@ -7823,7 +7829,7 @@ msgstr "Visualisez la liste des abonns"
msgid "Once a month, your password will be emailed to you as a reminder."
msgstr "Votre recevrez un rappel mensuel de votre mot de passe par courriel."
-#: Mailman/HTMLFormatter.py:393
+#: Mailman/HTMLFormatter.py:394
msgid "The current archive"
msgstr "L'archive en cours"
@@ -8429,83 +8435,83 @@ msgstr "Python Powered"
msgid "Gnu's Not Unix"
msgstr "Gnus's Not Unix"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Mon"
msgstr "Lun"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Thu"
msgstr "Jeu"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Tue"
msgstr "Mar"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Wed"
msgstr "Mer"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Fri"
msgstr "Ven"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Sat"
msgstr "Sam"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Sun"
msgstr "Dim"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Apr"
msgstr "Avr"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Feb"
msgstr "Fv"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Jan"
msgstr "Jan"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Jun"
msgstr "Juin"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Mar"
msgstr "Mar"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Aug"
msgstr "Aou"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Dec"
msgstr "Dc"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Jul"
msgstr "Juil"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Nov"
msgstr "Nov"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Oct"
msgstr "Oct"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Sep"
msgstr "Sep"
-#: Mailman/i18n.py:107
+#: Mailman/i18n.py:111
msgid "Server Local Time"
msgstr "Serveur de temps local"
-#: Mailman/i18n.py:146
+#: Mailman/i18n.py:150
msgid ""
"%(wday)s %(mon)s %(day)2i %(hh)02i:%(mm)02i:%(ss)02i %(tzname)s %(year)04i"
msgstr ""
diff --git a/messages/gl/LC_MESSAGES/mailman.po b/messages/gl/LC_MESSAGES/mailman.po
index 31c633de..6459d36b 100644
--- a/messages/gl/LC_MESSAGES/mailman.po
+++ b/messages/gl/LC_MESSAGES/mailman.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: mailman_src\n"
-"POT-Creation-Date: Tue Jul 27 08:05:43 2010\n"
+"POT-Creation-Date: Fri Sep 10 10:50:49 2010\n"
"PO-Revision-Date: 2007-10-19 14:01+0200\n"
"Last-Translator: Frco. Javier Rial Rodríguez <fjrial@cesga.es>\n"
"Language-Team: Galician <mancomun@mancomun.org>\n"
@@ -98,7 +98,7 @@ msgstr "Xullo"
msgid "June"
msgstr "Xuño"
-#: Mailman/Archiver/HyperArch.py:923 Mailman/i18n.py:103
+#: Mailman/Archiver/HyperArch.py:923 Mailman/i18n.py:107
msgid "May"
msgstr "Maio"
@@ -280,10 +280,12 @@ msgstr ""
" Por tanto, estes subscritores non recibirán correo."
#: Mailman/Cgi/admin.py:194
+#, fuzzy
msgid ""
"You have regular list members but non-digestified mail is\n"
-" turned off. They will receive mail until you fix this\n"
-" problem."
+" turned off. They will receive non-digestified mail until "
+"you\n"
+" fix this problem."
msgstr ""
"Ten subscritores que queren recibir o correo a medida que \n"
" chega, mais esta modalidade está desactivada. Eles\n"
@@ -518,7 +520,7 @@ msgstr "Nome do tema:"
msgid "Regexp:"
msgstr "Expresión regular:"
-#: Mailman/Cgi/admin.py:709 Mailman/Cgi/options.py:1046
+#: Mailman/Cgi/admin.py:709 Mailman/Cgi/options.py:1047
msgid "Description:"
msgstr "Descrición:"
@@ -1603,8 +1605,8 @@ msgstr ""
" <p>ou prema <em>Cancelar e rexeitar</em> para cancelar esta solicitude\n"
" de baixa."
-#: Mailman/Cgi/confirm.py:491 Mailman/Cgi/options.py:760
-#: Mailman/Cgi/options.py:904 Mailman/Cgi/options.py:914
+#: Mailman/Cgi/confirm.py:491 Mailman/Cgi/options.py:761
+#: Mailman/Cgi/options.py:905 Mailman/Cgi/options.py:915
msgid "Unsubscribe"
msgstr "Darse de baixa"
@@ -2278,7 +2280,7 @@ msgstr ""
msgid "Edit Options"
msgstr "Editar as opcións"
-#: Mailman/Cgi/listinfo.py:201 Mailman/Cgi/options.py:869
+#: Mailman/Cgi/listinfo.py:201 Mailman/Cgi/options.py:870
#: Mailman/Cgi/roster.py:118
msgid "View this page in"
msgstr "Ver esta páxina en "
@@ -2299,8 +2301,8 @@ msgstr "Non se indicou un enderezo"
msgid "Illegal Email Address: %(safeuser)s"
msgstr "O enderezo de correo electrónico é incorrecto: %(safeuser)s"
-#: Mailman/Cgi/options.py:128 Mailman/Cgi/options.py:192
-#: Mailman/Cgi/options.py:214
+#: Mailman/Cgi/options.py:128 Mailman/Cgi/options.py:193
+#: Mailman/Cgi/options.py:215
msgid "No such member: %(safeuser)s."
msgstr "Non existe ese subscritor: %(safeuser)s."
@@ -2310,35 +2312,35 @@ msgid ""
" forwarded to the list administrator for approval."
msgstr ""
-#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:197
+#: Mailman/Cgi/options.py:184 Mailman/Cgi/options.py:198
msgid "The confirmation email has been sent."
msgstr "Enviouse a mensaxe de confirmación."
-#: Mailman/Cgi/options.py:208 Mailman/Cgi/options.py:220
-#: Mailman/Cgi/options.py:277
+#: Mailman/Cgi/options.py:209 Mailman/Cgi/options.py:221
+#: Mailman/Cgi/options.py:278
msgid "A reminder of your password has been emailed to you."
msgstr "Envióuselle un lembranza do seu contrasinal por correo electrónico.<p>"
-#: Mailman/Cgi/options.py:249
+#: Mailman/Cgi/options.py:250
msgid "Authentication failed."
msgstr "Produciuse un erro na autenticación."
-#: Mailman/Cgi/options.py:284
+#: Mailman/Cgi/options.py:285
msgid ""
"The list administrator may not view the other\n"
" subscriptions for this user."
msgstr ""
-#: Mailman/Cgi/options.py:285 Mailman/Cgi/options.py:328
-#: Mailman/Cgi/options.py:456 Mailman/Cgi/options.py:672
+#: Mailman/Cgi/options.py:286 Mailman/Cgi/options.py:329
+#: Mailman/Cgi/options.py:457 Mailman/Cgi/options.py:673
msgid "Note: "
msgstr "Nota: "
-#: Mailman/Cgi/options.py:290
+#: Mailman/Cgi/options.py:291
msgid "List subscriptions for %(safeuser)s on %(hostname)s"
msgstr "Subscricións de %(safeuser)s en %(hostname)s"
-#: Mailman/Cgi/options.py:293
+#: Mailman/Cgi/options.py:294
msgid ""
"Click on a link to visit your options page for the\n"
" requested mailing list."
@@ -2346,22 +2348,22 @@ msgstr ""
"Prema co rato a ligazón para visitar a páxina\n"
" de opcións na rolda de distribución solicitada."
-#: Mailman/Cgi/options.py:325
+#: Mailman/Cgi/options.py:326
msgid ""
"The list administrator may not change the names\n"
" or addresses for this user's other subscriptions. However, the\n"
" subscription for this mailing list has been changed."
msgstr ""
-#: Mailman/Cgi/options.py:348
+#: Mailman/Cgi/options.py:349
msgid "Addresses did not match!"
msgstr "Os enderezos non coinciden"
-#: Mailman/Cgi/options.py:353
+#: Mailman/Cgi/options.py:354
msgid "You are already using that email address"
msgstr "Xa está a empregar ese enderezo de correo electrónico"
-#: Mailman/Cgi/options.py:365
+#: Mailman/Cgi/options.py:366
msgid ""
"The new address you requested %(newaddr)s is already a member of the\n"
"%(listname)s mailing list, however you have also requested a global change "
@@ -2375,56 +2377,56 @@ msgstr ""
"cambiará calquera outra rolda de distribución que conteña o enderezo\n"
"%(safeuser)s. "
-#: Mailman/Cgi/options.py:374
+#: Mailman/Cgi/options.py:375
msgid "The new address is already a member: %(newaddr)s"
msgstr "O enderezo novo xa está dado de alta: %(newaddr)s"
-#: Mailman/Cgi/options.py:380
+#: Mailman/Cgi/options.py:381
msgid "Addresses may not be blank"
msgstr "Os enderezos non poden estar en branco"
-#: Mailman/Cgi/options.py:394
+#: Mailman/Cgi/options.py:395
msgid "A confirmation message has been sent to %(newaddr)s. "
msgstr "Envióuselles unha mensaxe de confirmación a %(newaddr)s"
-#: Mailman/Cgi/options.py:403
+#: Mailman/Cgi/options.py:404
msgid "Bad email address provided"
msgstr "Proporcionou un enderezo de correo que é incorrecto"
-#: Mailman/Cgi/options.py:405
+#: Mailman/Cgi/options.py:406
msgid "Illegal email address provided"
msgstr "Proporcionouse un enderezo de correo que non é correcto"
-#: Mailman/Cgi/options.py:407
+#: Mailman/Cgi/options.py:408
msgid "%(newaddr)s is already a member of the list."
msgstr "%(newaddr)s xa está subscrito á rolda."
-#: Mailman/Cgi/options.py:410
+#: Mailman/Cgi/options.py:411
msgid ""
"%(newaddr)s is banned from this list. If you\n"
" think this restriction is erroneous, please contact\n"
" the list owners at %(owneraddr)s."
msgstr ""
-#: Mailman/Cgi/options.py:421
+#: Mailman/Cgi/options.py:422
msgid "Member name successfully changed. "
msgstr "Cambiouse, con éxito, o nome e mais os apelidos do subscritor."
-#: Mailman/Cgi/options.py:431
+#: Mailman/Cgi/options.py:432
msgid ""
"The list administrator may not change the\n"
" password for a user."
msgstr ""
-#: Mailman/Cgi/options.py:440
+#: Mailman/Cgi/options.py:441
msgid "Passwords may not be blank"
msgstr "Os contrasinais non deberían estar en branco"
-#: Mailman/Cgi/options.py:445
+#: Mailman/Cgi/options.py:446
msgid "Passwords did not match!"
msgstr "Os contrasinais non coinciden"
-#: Mailman/Cgi/options.py:453
+#: Mailman/Cgi/options.py:454
#, fuzzy
msgid ""
"The list administrator may not change the\n"
@@ -2436,12 +2438,12 @@ msgstr ""
"a opción de entrega non se activou. Pola contra, o resto \n"
"das opcións cambiáronse correctamente."
-#: Mailman/Cgi/options.py:470 Mailman/Commands/cmd_password.py:83
+#: Mailman/Cgi/options.py:471 Mailman/Commands/cmd_password.py:83
#: Mailman/Commands/cmd_password.py:109
msgid "Password successfully changed."
msgstr "Cambiose a contrasinal satisfactoriamente."
-#: Mailman/Cgi/options.py:479
+#: Mailman/Cgi/options.py:480
msgid ""
"You must confirm your unsubscription request by turning\n"
" on the checkbox below the <em>Unsubscribe</em> button. You\n"
@@ -2451,11 +2453,11 @@ msgstr ""
" verificación que está debaixo do botón\n"
" <em>Baixa</em>. Non se deu de baixa!."
-#: Mailman/Cgi/options.py:511
+#: Mailman/Cgi/options.py:512
msgid "Unsubscription results"
msgstr "Resultados da baixa"
-#: Mailman/Cgi/options.py:515
+#: Mailman/Cgi/options.py:516
msgid ""
"Your unsubscription request has been received and\n"
" forwarded on to the list moderators for approval. You will\n"
@@ -2467,7 +2469,7 @@ msgstr ""
" para a súa aprobación. Recibirá unha notificación\n"
" despois de o moderador tomar unha decisión"
-#: Mailman/Cgi/options.py:520
+#: Mailman/Cgi/options.py:521
msgid ""
"You have been successfully unsubscribed from the\n"
" mailing list %(fqdn_listname)s. If you were receiving digest\n"
@@ -2482,7 +2484,7 @@ msgstr ""
" baixa, póñase en contacto cos propietarios da\n"
" rolda en %(owneraddr)s."
-#: Mailman/Cgi/options.py:669
+#: Mailman/Cgi/options.py:670
msgid ""
"The list administrator may not change the\n"
" options for this user's other subscriptions. However the\n"
@@ -2490,7 +2492,7 @@ msgid ""
" changed."
msgstr ""
-#: Mailman/Cgi/options.py:679
+#: Mailman/Cgi/options.py:680
msgid ""
"The list administrator has disabled digest delivery for\n"
" this list, so your delivery option has not been set. However "
@@ -2501,7 +2503,7 @@ msgstr ""
"esta rolda. Pola contra, o resto das opcións definíronse con\n"
"éxito."
-#: Mailman/Cgi/options.py:683
+#: Mailman/Cgi/options.py:684
msgid ""
"The list administrator has disabled non-digest delivery\n"
" for this list, so your delivery option has not been set. "
@@ -2513,63 +2515,63 @@ msgstr ""
"a opción de entrega non se activou. Pola contra, o resto \n"
"das opcións cambiáronse correctamente."
-#: Mailman/Cgi/options.py:687
+#: Mailman/Cgi/options.py:688
msgid "You have successfully set your options."
msgstr "Definiu as súas opcións con éxito."
-#: Mailman/Cgi/options.py:690
+#: Mailman/Cgi/options.py:691
msgid "You may get one last digest."
msgstr "É posíbel que reciba unha última compilación."
-#: Mailman/Cgi/options.py:762
+#: Mailman/Cgi/options.py:763
msgid "<em>Yes, I really want to unsubscribe</em>"
msgstr "<em>Si, realmente quero darme de baixa</em>"
-#: Mailman/Cgi/options.py:766
+#: Mailman/Cgi/options.py:767
msgid "Change My Password"
msgstr "Mudar o meu contrasinal"
-#: Mailman/Cgi/options.py:769
+#: Mailman/Cgi/options.py:770
msgid "List my other subscriptions"
msgstr "Relacionar as outras subscricións"
-#: Mailman/Cgi/options.py:775
+#: Mailman/Cgi/options.py:776
msgid "Email My Password To Me"
msgstr "Enviarme o contrasinal por correo"
-#: Mailman/Cgi/options.py:777
+#: Mailman/Cgi/options.py:778
msgid "password"
msgstr "contrasinal"
-#: Mailman/Cgi/options.py:779
+#: Mailman/Cgi/options.py:780
msgid "Log out"
msgstr "Saír"
-#: Mailman/Cgi/options.py:781
+#: Mailman/Cgi/options.py:782
msgid "Submit My Changes"
msgstr "Enviar os cambios"
-#: Mailman/Cgi/options.py:793
+#: Mailman/Cgi/options.py:794
msgid "days"
msgstr "días"
-#: Mailman/Cgi/options.py:795
+#: Mailman/Cgi/options.py:796
msgid "day"
msgstr "día"
-#: Mailman/Cgi/options.py:796
+#: Mailman/Cgi/options.py:797
msgid "%(days)d %(units)s"
msgstr "%(days)d %(units)s"
-#: Mailman/Cgi/options.py:802
+#: Mailman/Cgi/options.py:803
msgid "Change My Address and Name"
msgstr "Mudar o meu enderezo e o meu nome"
-#: Mailman/Cgi/options.py:828
+#: Mailman/Cgi/options.py:829
msgid "<em>No topics defined</em>"
msgstr "<em>Non se definiu ningún tema</em>"
-#: Mailman/Cgi/options.py:836
+#: Mailman/Cgi/options.py:837
msgid ""
"\n"
"You are subscribed to this list with the case-preserved address\n"
@@ -2579,19 +2581,19 @@ msgstr ""
"Está subscrito á rolda de correo co enderezo <em>%s</em> respectando as "
"maiúsculas e as minúsculas."
-#: Mailman/Cgi/options.py:850
+#: Mailman/Cgi/options.py:851
msgid "%(realname)s list: member options login page"
msgstr "Rolda %(realname)s: páxina de entrada das opcións do subscritor"
-#: Mailman/Cgi/options.py:851
+#: Mailman/Cgi/options.py:852
msgid "email address and "
msgstr "enderezo de correo electrónico e "
-#: Mailman/Cgi/options.py:854
+#: Mailman/Cgi/options.py:855
msgid "%(realname)s list: member options for user %(safeuser)s"
msgstr "Rolda %(realname)s: opcións de subscrición de %(safeuser)s"
-#: Mailman/Cgi/options.py:880
+#: Mailman/Cgi/options.py:881
msgid ""
"In order to change your membership option, you must\n"
" first log in by giving your %(extra)smembership password in the section\n"
@@ -2629,19 +2631,19 @@ msgstr ""
" premer a ligazón <em>Desconexión</em> (que verá unha vez\n"
" entre satisfactoriamente)."
-#: Mailman/Cgi/options.py:894
+#: Mailman/Cgi/options.py:895
msgid "Email address:"
msgstr "Enderezo de correo electrónico: "
-#: Mailman/Cgi/options.py:898
+#: Mailman/Cgi/options.py:899
msgid "Password:"
msgstr "Contrasinal:"
-#: Mailman/Cgi/options.py:900
+#: Mailman/Cgi/options.py:901
msgid "Log in"
msgstr "Entrar"
-#: Mailman/Cgi/options.py:908
+#: Mailman/Cgi/options.py:909
msgid ""
"By clicking on the <em>Unsubscribe</em> button, a\n"
" confirmation message will be emailed to you. This message will have a\n"
@@ -2656,11 +2658,11 @@ msgstr ""
" realizar a confirmación por correo electrónico; lea\n"
" as instrucións na mensaxe de confirmación)."
-#: Mailman/Cgi/options.py:916
+#: Mailman/Cgi/options.py:917
msgid "Password reminder"
msgstr "Lembranza do contrasinal"
-#: Mailman/Cgi/options.py:920
+#: Mailman/Cgi/options.py:921
msgid ""
"By clicking on the <em>Remind</em> button, your\n"
" password will be emailed to you."
@@ -2668,27 +2670,27 @@ msgstr ""
"Ao premer o botón <em>Lembrar</em>,\n"
" enviaráselle o contrasinal por correo electrónico."
-#: Mailman/Cgi/options.py:923
+#: Mailman/Cgi/options.py:924
msgid "Remind"
msgstr "Lembrar"
-#: Mailman/Cgi/options.py:1023
+#: Mailman/Cgi/options.py:1024
msgid "<missing>"
msgstr "<perdido>"
-#: Mailman/Cgi/options.py:1034
+#: Mailman/Cgi/options.py:1035
msgid "Requested topic is not valid: %(topicname)s"
msgstr "O tema solicitado non é válido: %(topicname)s"
-#: Mailman/Cgi/options.py:1039
+#: Mailman/Cgi/options.py:1040
msgid "Topic filter details"
msgstr "Detalles do filtro de temas"
-#: Mailman/Cgi/options.py:1042
+#: Mailman/Cgi/options.py:1043
msgid "Name:"
msgstr "Nome:"
-#: Mailman/Cgi/options.py:1044
+#: Mailman/Cgi/options.py:1045
msgid "Pattern (as regexp):"
msgstr "Patrón (como unha expresión regular):"
@@ -2749,8 +2751,9 @@ msgid "Permanently remove mailing list <em>%(realname)s</em>"
msgstr "Borrar permanentemente a rolda de distribución <em>%(realname)s</em>"
#: Mailman/Cgi/rmlist.py:204
+#, fuzzy
msgid ""
-"This page allows you as the list owner, to permanent\n"
+"This page allows you as the list owner, to permanently\n"
" remove this mailing list from the system. <strong>This action is not\n"
" undoable</strong> so you should undertake it only if you are absolutely\n"
" sure this mailing list has served its purpose and is no longer "
@@ -5400,9 +5403,10 @@ msgstr ""
" type=\"hidden\" name=\"new_member_options\" value=\"ignore\">"
#: Mailman/Gui/General.py:346
+#, fuzzy
msgid ""
"When a new member is subscribed to this list, their initial\n"
-" set of options is taken from the this variable's setting."
+" set of options is taken from this variable's setting."
msgstr ""
"Cando se subscribe un novo membro á rolda, os valores\n"
" iniciais das súas opcións tomaranse do contido desta variábel."
@@ -5556,18 +5560,18 @@ msgstr ""
#: Mailman/Gui/General.py:426
msgid ""
-"\"<a href=\"http://www.faqs.org/rfcs/rfc2822.html\">RFC\n"
+"<a href=\"http://www.faqs.org/rfcs/rfc2822.html\">RFC\n"
" 2822</a> defines the <tt>Sender</tt> header and defines it\n"
" as \"the mailbox of the agent responsible for the actual\n"
" transmission of the message.\" Mailman replaces this "
"header\n"
-" per default with the list's bounce address.\n"
+" by default with the list's bounce address.\n"
" \n"
" <p>While it is debatable if Mailman is such an agent, "
"setting\n"
" this header helps directing bounces from some broken MTAs "
"to\n"
-" the right destination. On the other hand do some mail\n"
+" the right destination. On the other hand, some mail\n"
" readers show unexpected behaviour if this header is set "
"(like\n"
" missing addresses in forwarded mails and copies sent to "
@@ -5801,6 +5805,7 @@ msgstr ""
" ler unha discusión de temas que afectan ao rendemento."
#: Mailman/Gui/NonDigest.py:61
+#, fuzzy
msgid ""
"Normally, Mailman sends the regular delivery messages to\n"
" the mail server in batches. This is much more efficent\n"
@@ -5833,7 +5838,7 @@ msgid ""
" address.\n"
"\n"
" <p>When personalization is enabled, a few more expansion\n"
-" variables that can be included in the <a\n"
+" variables can be included in the <a\n"
" href=\"?VARHELP=nondigest/msg_header\">message header</a> "
"and\n"
" <a href=\"?VARHELP=nondigest/msg_footer\">message footer</"
@@ -5984,10 +5989,10 @@ msgstr ""
#: Mailman/Gui/NonDigest.py:142
msgid ""
-"When you scrub attachments, they are stored in archive\n"
+"When you scrub attachments, they are stored in the archive\n"
" area and links are made in the message so that the member can\n"
-" access via web browser. If you want the attachments totally\n"
-" disappear, you can use content filter options."
+" access them via a web browser. If you want the attachments to\n"
+" totally disappear, you can use content filtering options."
msgstr ""
#: Mailman/Gui/NonDigest.py:149
@@ -7538,7 +7543,7 @@ msgid "Once a month, your password will be emailed to you as a reminder."
msgstr ""
"Cada mes, enviaráselle o contrasinal por correo electrónico para o lembrar."
-#: Mailman/HTMLFormatter.py:393
+#: Mailman/HTMLFormatter.py:394
msgid "The current archive"
msgstr "O arquivo actual"
@@ -8138,83 +8143,83 @@ msgstr "Feito en Python"
msgid "Gnu's Not Unix"
msgstr "Gnu non é Unix"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Mon"
msgstr "Lun"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Thu"
msgstr "Xov"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Tue"
msgstr "Mar"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Wed"
msgstr "Mér"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Fri"
msgstr "Ven"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Sat"
msgstr "Sab"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Sun"
msgstr "Dom"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Apr"
msgstr "Abr"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Feb"
msgstr "Feb"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Jan"
msgstr "Xan"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Jun"
msgstr "Xuñ"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Mar"
msgstr "Mar"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Aug"
msgstr "Ago"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Dec"
msgstr "Dec"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Jul"
msgstr "Xul"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Nov"
msgstr "Nov"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Oct"
msgstr "Out"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Sep"
msgstr "Set"
-#: Mailman/i18n.py:107
+#: Mailman/i18n.py:111
msgid "Server Local Time"
msgstr "Hora local do servidor"
-#: Mailman/i18n.py:146
+#: Mailman/i18n.py:150
msgid ""
"%(wday)s %(mon)s %(day)2i %(hh)02i:%(mm)02i:%(ss)02i %(tzname)s %(year)04i"
msgstr ""
diff --git a/messages/he/LC_MESSAGES/mailman.po b/messages/he/LC_MESSAGES/mailman.po
index 5d6eacd3..4fea848f 100644
--- a/messages/he/LC_MESSAGES/mailman.po
+++ b/messages/he/LC_MESSAGES/mailman.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: mailman v2.1.8\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: Tue Jul 27 08:05:43 2010\n"
+"POT-Creation-Date: Fri Sep 10 10:50:49 2010\n"
"PO-Revision-Date: 2007-04-05 21:33+0300\n"
"Last-Translator: Dov Zamir <linux@zamirfamily.com>\n"
"Language-Team: Hebrew\n"
@@ -98,7 +98,7 @@ msgstr "יולי"
msgid "June"
msgstr "יוני"
-#: Mailman/Archiver/HyperArch.py:923 Mailman/i18n.py:103
+#: Mailman/Archiver/HyperArch.py:923 Mailman/i18n.py:107
msgid "May"
msgstr "מאי"
@@ -278,10 +278,12 @@ msgstr ""
" אנשים אלה לא יקבלו דואר."
#: Mailman/Cgi/admin.py:194
+#, fuzzy
msgid ""
"You have regular list members but non-digestified mail is\n"
-" turned off. They will receive mail until you fix this\n"
-" problem."
+" turned off. They will receive non-digestified mail until "
+"you\n"
+" fix this problem."
msgstr ""
"יש לך מנוים שמקבלים דואר רגיל, אבל דואר שלא בתקצירים\n"
" מבוטל. הם לא יקבלו דואר עד תיקון בעיה זו."
@@ -507,7 +509,7 @@ msgstr "שם הנושא:"
msgid "Regexp:"
msgstr "ביטוי רגולרי:"
-#: Mailman/Cgi/admin.py:709 Mailman/Cgi/options.py:1046
+#: Mailman/Cgi/admin.py:709 Mailman/Cgi/options.py:1047
msgid "Description:"
msgstr "תאור:"
@@ -1563,8 +1565,8 @@ msgstr ""
"\n"
" <p>או לחץ <em>בטל ומחק</em>, כדי לבטל את בקשת הסרה זו."
-#: Mailman/Cgi/confirm.py:491 Mailman/Cgi/options.py:760
-#: Mailman/Cgi/options.py:904 Mailman/Cgi/options.py:914
+#: Mailman/Cgi/confirm.py:491 Mailman/Cgi/options.py:761
+#: Mailman/Cgi/options.py:905 Mailman/Cgi/options.py:915
msgid "Unsubscribe"
msgstr "הסר מנוי"
@@ -2220,7 +2222,7 @@ msgstr ""
msgid "Edit Options"
msgstr "אפשריות עריכה"
-#: Mailman/Cgi/listinfo.py:201 Mailman/Cgi/options.py:869
+#: Mailman/Cgi/listinfo.py:201 Mailman/Cgi/options.py:870
#: Mailman/Cgi/roster.py:118
msgid "View this page in"
msgstr "צפה בעמוד זה ב-"
@@ -2241,8 +2243,8 @@ msgstr "לא הוכנסה כתובת"
msgid "Illegal Email Address: %(safeuser)s"
msgstr "כתובת דוא\"ל לא חוקית: %(safeuser)s"
-#: Mailman/Cgi/options.py:128 Mailman/Cgi/options.py:192
-#: Mailman/Cgi/options.py:214
+#: Mailman/Cgi/options.py:128 Mailman/Cgi/options.py:193
+#: Mailman/Cgi/options.py:215
msgid "No such member: %(safeuser)s."
msgstr "אין כזה מנוי: %(safeuser)s."
@@ -2254,20 +2256,20 @@ msgstr ""
"בקשתך להסרה מרשימת המנוים הועברה אל\n"
" מנהל הרשימה לאישור."
-#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:197
+#: Mailman/Cgi/options.py:184 Mailman/Cgi/options.py:198
msgid "The confirmation email has been sent."
msgstr "הודעת אישור נשלחה."
-#: Mailman/Cgi/options.py:208 Mailman/Cgi/options.py:220
-#: Mailman/Cgi/options.py:277
+#: Mailman/Cgi/options.py:209 Mailman/Cgi/options.py:221
+#: Mailman/Cgi/options.py:278
msgid "A reminder of your password has been emailed to you."
msgstr "תזכורת עם סיסמתך נשלחה אליך."
-#: Mailman/Cgi/options.py:249
+#: Mailman/Cgi/options.py:250
msgid "Authentication failed."
msgstr "אימות נכשל"
-#: Mailman/Cgi/options.py:284
+#: Mailman/Cgi/options.py:285
msgid ""
"The list administrator may not view the other\n"
" subscriptions for this user."
@@ -2275,16 +2277,16 @@ msgstr ""
"למנהל הרשימה אין אפשרות לצפות\n"
" במנויים אחרים של משתמש זה."
-#: Mailman/Cgi/options.py:285 Mailman/Cgi/options.py:328
-#: Mailman/Cgi/options.py:456 Mailman/Cgi/options.py:672
+#: Mailman/Cgi/options.py:286 Mailman/Cgi/options.py:329
+#: Mailman/Cgi/options.py:457 Mailman/Cgi/options.py:673
msgid "Note: "
msgstr "הערה:"
-#: Mailman/Cgi/options.py:290
+#: Mailman/Cgi/options.py:291
msgid "List subscriptions for %(safeuser)s on %(hostname)s"
msgstr "מנויי רשימה של %(safeuser)s על %(hostname)s"
-#: Mailman/Cgi/options.py:293
+#: Mailman/Cgi/options.py:294
msgid ""
"Click on a link to visit your options page for the\n"
" requested mailing list."
@@ -2292,7 +2294,7 @@ msgstr ""
"לחץ על הקישור כדי לבקר בעמוד האפשריות\n"
" של הרשימה המבוקשת."
-#: Mailman/Cgi/options.py:325
+#: Mailman/Cgi/options.py:326
msgid ""
"The list administrator may not change the names\n"
" or addresses for this user's other subscriptions. However, the\n"
@@ -2302,15 +2304,15 @@ msgstr ""
" הכתובות של המנויים האחרים של משתמש זה. אבל\n"
" המנוי ברשימת דיוור זו עודכן."
-#: Mailman/Cgi/options.py:348
+#: Mailman/Cgi/options.py:349
msgid "Addresses did not match!"
msgstr "הכתובות לא זהות"
-#: Mailman/Cgi/options.py:353
+#: Mailman/Cgi/options.py:354
msgid "You are already using that email address"
msgstr "אתה משתמש כבר בכתובת זו"
-#: Mailman/Cgi/options.py:365
+#: Mailman/Cgi/options.py:366
msgid ""
"The new address you requested %(newaddr)s is already a member of the\n"
"%(listname)s mailing list, however you have also requested a global change "
@@ -2322,31 +2324,31 @@ msgstr ""
"%(listname)s, יתכן שביצעת עדכון גלובלי של הכתובת. עם האישור,\n"
"כל רשימה אחרת המכילה את הכתובת %(safeuser)s תתעדכן."
-#: Mailman/Cgi/options.py:374
+#: Mailman/Cgi/options.py:375
msgid "The new address is already a member: %(newaddr)s"
msgstr "הכתובת החדשה הנה כבר מנויה: %(newaddr)s"
-#: Mailman/Cgi/options.py:380
+#: Mailman/Cgi/options.py:381
msgid "Addresses may not be blank"
msgstr "הכתובת לא יכולה להיות ריקה"
-#: Mailman/Cgi/options.py:394
+#: Mailman/Cgi/options.py:395
msgid "A confirmation message has been sent to %(newaddr)s. "
msgstr "נשלחה הודעת אישוד אל %(newaddr)s. "
-#: Mailman/Cgi/options.py:403
+#: Mailman/Cgi/options.py:404
msgid "Bad email address provided"
msgstr "הוקלדה כתובת דוא\"ל לא תקינה"
-#: Mailman/Cgi/options.py:405
+#: Mailman/Cgi/options.py:406
msgid "Illegal email address provided"
msgstr "הוקלדה כתובת דוא\"ל לא חוקית"
-#: Mailman/Cgi/options.py:407
+#: Mailman/Cgi/options.py:408
msgid "%(newaddr)s is already a member of the list."
msgstr "%(newaddr)s הנה כבר מנויה ברשימה."
-#: Mailman/Cgi/options.py:410
+#: Mailman/Cgi/options.py:411
msgid ""
"%(newaddr)s is banned from this list. If you\n"
" think this restriction is erroneous, please contact\n"
@@ -2355,11 +2357,11 @@ msgstr ""
"%(newaddr)s חסום מרשימה זו. אם לדעתך חסימה זו\n"
" שגויה, נא ליצור קשר עם בעלי הרשימה ב-%(owneraddr)s."
-#: Mailman/Cgi/options.py:421
+#: Mailman/Cgi/options.py:422
msgid "Member name successfully changed. "
msgstr "שם המנוי עודכן בהצלחה"
-#: Mailman/Cgi/options.py:431
+#: Mailman/Cgi/options.py:432
#, fuzzy
msgid ""
"The list administrator may not change the\n"
@@ -2368,15 +2370,15 @@ msgstr ""
"למנהל הרשימה אין אפשרות לצפות\n"
" במנויים אחרים של משתמש זה."
-#: Mailman/Cgi/options.py:440
+#: Mailman/Cgi/options.py:441
msgid "Passwords may not be blank"
msgstr "הסיסמא לא יכולה להיות ריקה"
-#: Mailman/Cgi/options.py:445
+#: Mailman/Cgi/options.py:446
msgid "Passwords did not match!"
msgstr "הסיסמאות לא זהות!"
-#: Mailman/Cgi/options.py:453
+#: Mailman/Cgi/options.py:454
msgid ""
"The list administrator may not change the\n"
" password for this user's other subscriptions. However, the\n"
@@ -2386,12 +2388,12 @@ msgstr ""
" של משתמש זה ברשימות אחרות. אבל\n"
" הסיסמא של רשימה זו עודכנה."
-#: Mailman/Cgi/options.py:470 Mailman/Commands/cmd_password.py:83
+#: Mailman/Cgi/options.py:471 Mailman/Commands/cmd_password.py:83
#: Mailman/Commands/cmd_password.py:109
msgid "Password successfully changed."
msgstr "הסיסמאות עודכנו בהצלחה"
-#: Mailman/Cgi/options.py:479
+#: Mailman/Cgi/options.py:480
msgid ""
"You must confirm your unsubscription request by turning\n"
" on the checkbox below the <em>Unsubscribe</em> button. You\n"
@@ -2401,11 +2403,11 @@ msgstr ""
" אתה צריך לאשר את בקשת ביטול המנוי על ידי\n"
" סימון בתיבת הסימון מתחת ללחצן <em>בטל מנוי</em>."
-#: Mailman/Cgi/options.py:511
+#: Mailman/Cgi/options.py:512
msgid "Unsubscription results"
msgstr "תצאות ביטול המנוי"
-#: Mailman/Cgi/options.py:515
+#: Mailman/Cgi/options.py:516
msgid ""
"Your unsubscription request has been received and\n"
" forwarded on to the list moderators for approval. You will\n"
@@ -2416,7 +2418,7 @@ msgstr ""
" מפקחי הרשימה לאישור. תקבל הודעה לאחר\n"
" קבלת החלטה של מפקחי הרשימה."
-#: Mailman/Cgi/options.py:520
+#: Mailman/Cgi/options.py:521
msgid ""
"You have been successfully unsubscribed from the\n"
" mailing list %(fqdn_listname)s. If you were receiving digest\n"
@@ -2431,7 +2433,7 @@ msgstr ""
" לביטול המנוי שלך, נא ליצור קשר עם בעלי הרשימה\n"
" בכתובת %(owneraddr)s."
-#: Mailman/Cgi/options.py:669
+#: Mailman/Cgi/options.py:670
msgid ""
"The list administrator may not change the\n"
" options for this user's other subscriptions. However the\n"
@@ -2442,7 +2444,7 @@ msgstr ""
" את ההגדרות של משתמש זה ברשימות אחרות.\n"
" אבל עודכנו ההגדרות שלו ברשימה זו."
-#: Mailman/Cgi/options.py:679
+#: Mailman/Cgi/options.py:680
msgid ""
"The list administrator has disabled digest delivery for\n"
" this list, so your delivery option has not been set. However "
@@ -2453,7 +2455,7 @@ msgstr ""
" תקצירים ברשימה זו, לכן אפשרות זו לא הופעלה.\n"
" אבל ההגדרות האחרות עודכנו בהצלחה."
-#: Mailman/Cgi/options.py:683
+#: Mailman/Cgi/options.py:684
msgid ""
"The list administrator has disabled non-digest delivery\n"
" for this list, so your delivery option has not been set. "
@@ -2465,63 +2467,63 @@ msgstr ""
" אפשרות זו לא הופעלה. אבל ההגדרות\n"
" האחרות עודכנו בהצלחה."
-#: Mailman/Cgi/options.py:687
+#: Mailman/Cgi/options.py:688
msgid "You have successfully set your options."
msgstr "ההגדרות שלך נקלטו בהצלחה"
-#: Mailman/Cgi/options.py:690
+#: Mailman/Cgi/options.py:691
msgid "You may get one last digest."
msgstr "יתכן שתקבל תקציר אחד אחרון"
-#: Mailman/Cgi/options.py:762
+#: Mailman/Cgi/options.py:763
msgid "<em>Yes, I really want to unsubscribe</em>"
msgstr "<em>כן, אני באמת רוצה לבטל את המנוי שלי</em>"
-#: Mailman/Cgi/options.py:766
+#: Mailman/Cgi/options.py:767
msgid "Change My Password"
msgstr "שנה את הסיסמא שלי"
-#: Mailman/Cgi/options.py:769
+#: Mailman/Cgi/options.py:770
msgid "List my other subscriptions"
msgstr "הצג את המנוים האחרים שלי"
-#: Mailman/Cgi/options.py:775
+#: Mailman/Cgi/options.py:776
msgid "Email My Password To Me"
msgstr "שלח את הסיסמא אלי בדוא\"ל"
-#: Mailman/Cgi/options.py:777
+#: Mailman/Cgi/options.py:778
msgid "password"
msgstr "סיסמא"
-#: Mailman/Cgi/options.py:779
+#: Mailman/Cgi/options.py:780
msgid "Log out"
msgstr "יציאה"
-#: Mailman/Cgi/options.py:781
+#: Mailman/Cgi/options.py:782
msgid "Submit My Changes"
msgstr "הגש את שינוים שלי"
-#: Mailman/Cgi/options.py:793
+#: Mailman/Cgi/options.py:794
msgid "days"
msgstr "ימים"
-#: Mailman/Cgi/options.py:795
+#: Mailman/Cgi/options.py:796
msgid "day"
msgstr "יום"
-#: Mailman/Cgi/options.py:796
+#: Mailman/Cgi/options.py:797
msgid "%(days)d %(units)s"
msgstr "%(units)s %(days)d"
-#: Mailman/Cgi/options.py:802
+#: Mailman/Cgi/options.py:803
msgid "Change My Address and Name"
msgstr "שנה את כתובתי ואת שמי"
-#: Mailman/Cgi/options.py:828
+#: Mailman/Cgi/options.py:829
msgid "<em>No topics defined</em>"
msgstr "<em>לא הוגדרו נושאים</em>"
-#: Mailman/Cgi/options.py:836
+#: Mailman/Cgi/options.py:837
msgid ""
"\n"
"You are subscribed to this list with the case-preserved address\n"
@@ -2531,19 +2533,19 @@ msgstr ""
"הנך רשום לרשימה זו באמצעות הכתובת\n"
"(עם שמירת אותיות גדולות/קטנות) em>%(cpuser)s</em>."
-#: Mailman/Cgi/options.py:850
+#: Mailman/Cgi/options.py:851
msgid "%(realname)s list: member options login page"
msgstr "רשימת %(realname)s: עמוד כניסה להגדרות מנוים"
-#: Mailman/Cgi/options.py:851
+#: Mailman/Cgi/options.py:852
msgid "email address and "
msgstr "כתובת דוא\"ל ו-"
-#: Mailman/Cgi/options.py:854
+#: Mailman/Cgi/options.py:855
msgid "%(realname)s list: member options for user %(safeuser)s"
msgstr "רשימת %(realname)s: הגדרות מנוי עבור %(safeuser)s "
-#: Mailman/Cgi/options.py:880
+#: Mailman/Cgi/options.py:881
msgid ""
"In order to change your membership option, you must\n"
" first log in by giving your %(extra)smembership password in the section\n"
@@ -2570,19 +2572,19 @@ msgstr ""
" בדפדפן שלך, אחרת השינוים שלך לא יכנסו לתוקף.\n"
" "
-#: Mailman/Cgi/options.py:894
+#: Mailman/Cgi/options.py:895
msgid "Email address:"
msgstr "כתובת דוא\"ל:"
-#: Mailman/Cgi/options.py:898
+#: Mailman/Cgi/options.py:899
msgid "Password:"
msgstr "סיסמא:"
-#: Mailman/Cgi/options.py:900
+#: Mailman/Cgi/options.py:901
msgid "Log in"
msgstr "כניסה למערכת"
-#: Mailman/Cgi/options.py:908
+#: Mailman/Cgi/options.py:909
msgid ""
"By clicking on the <em>Unsubscribe</em> button, a\n"
" confirmation message will be emailed to you. This message will have a\n"
@@ -2595,11 +2597,11 @@ msgstr ""
" עליו כדי להשלים את תהליך ביטול המנוי (אפשר גם לאשר\n"
" באמצעות דוא\"ל; ראה את ההוראות בהודעת האישור)."
-#: Mailman/Cgi/options.py:916
+#: Mailman/Cgi/options.py:917
msgid "Password reminder"
msgstr "תזכורת סיסמא"
-#: Mailman/Cgi/options.py:920
+#: Mailman/Cgi/options.py:921
msgid ""
"By clicking on the <em>Remind</em> button, your\n"
" password will be emailed to you."
@@ -2607,27 +2609,27 @@ msgstr ""
"כשתלחץ על הלחצן <em>תזכורת</em>, הסיסמא שלך\n"
" תישלח אליך בדוא\"ל."
-#: Mailman/Cgi/options.py:923
+#: Mailman/Cgi/options.py:924
msgid "Remind"
msgstr "תזכורת"
-#: Mailman/Cgi/options.py:1023
+#: Mailman/Cgi/options.py:1024
msgid "<missing>"
msgstr "<חסר>"
-#: Mailman/Cgi/options.py:1034
+#: Mailman/Cgi/options.py:1035
msgid "Requested topic is not valid: %(topicname)s"
msgstr "הנושא המבוקש אינו חוקי: %(topicname)s"
-#: Mailman/Cgi/options.py:1039
+#: Mailman/Cgi/options.py:1040
msgid "Topic filter details"
msgstr "פרטי מסנן נושא"
-#: Mailman/Cgi/options.py:1042
+#: Mailman/Cgi/options.py:1043
msgid "Name:"
msgstr "שם:"
-#: Mailman/Cgi/options.py:1044
+#: Mailman/Cgi/options.py:1045
msgid "Pattern (as regexp):"
msgstr "תבנית (כביטיו רגולרי):"
@@ -2687,8 +2689,9 @@ msgid "Permanently remove mailing list <em>%(realname)s</em>"
msgstr "הסר לצמיתות את רשימת הדיוור <em>%(realname)s</em>"
#: Mailman/Cgi/rmlist.py:204
+#, fuzzy
msgid ""
-"This page allows you as the list owner, to permanent\n"
+"This page allows you as the list owner, to permanently\n"
" remove this mailing list from the system. <strong>This action is not\n"
" undoable</strong> so you should undertake it only if you are absolutely\n"
" sure this mailing list has served its purpose and is no longer "
@@ -5293,9 +5296,10 @@ msgstr ""
"............·value=\"ignore\">"
#: Mailman/Gui/General.py:346
+#, fuzzy
msgid ""
"When a new member is subscribed to this list, their initial\n"
-" set of options is taken from the this variable's setting."
+" set of options is taken from this variable's setting."
msgstr ""
"כאשר מנוי חדש נרשם לרשימה, קבוצת ההגדרות הראשנית שלו נלקחת\n"
" מערך משתנה זה."
@@ -5453,18 +5457,18 @@ msgstr ""
#: Mailman/Gui/General.py:426
msgid ""
-"\"<a href=\"http://www.faqs.org/rfcs/rfc2822.html\">RFC\n"
+"<a href=\"http://www.faqs.org/rfcs/rfc2822.html\">RFC\n"
" 2822</a> defines the <tt>Sender</tt> header and defines it\n"
" as \"the mailbox of the agent responsible for the actual\n"
" transmission of the message.\" Mailman replaces this "
"header\n"
-" per default with the list's bounce address.\n"
+" by default with the list's bounce address.\n"
" \n"
" <p>While it is debatable if Mailman is such an agent, "
"setting\n"
" this header helps directing bounces from some broken MTAs "
"to\n"
-" the right destination. On the other hand do some mail\n"
+" the right destination. On the other hand, some mail\n"
" readers show unexpected behaviour if this header is set "
"(like\n"
" missing addresses in forwarded mails and copies sent to "
@@ -5689,6 +5693,7 @@ msgstr ""
" לדיון חשוב לנושא ביצועים."
#: Mailman/Gui/NonDigest.py:61
+#, fuzzy
msgid ""
"Normally, Mailman sends the regular delivery messages to\n"
" the mail server in batches. This is much more efficent\n"
@@ -5721,7 +5726,7 @@ msgid ""
" address.\n"
"\n"
" <p>When personalization is enabled, a few more expansion\n"
-" variables that can be included in the <a\n"
+" variables can be included in the <a\n"
" href=\"?VARHELP=nondigest/msg_header\">message header</a> "
"and\n"
" <a href=\"?VARHELP=nondigest/msg_footer\">message footer</"
@@ -5849,11 +5854,12 @@ msgid "Scrub attachments of regular delivery message?"
msgstr "לקרצף מצורפים של מסרים למסירה רגילה?"
#: Mailman/Gui/NonDigest.py:142
+#, fuzzy
msgid ""
-"When you scrub attachments, they are stored in archive\n"
+"When you scrub attachments, they are stored in the archive\n"
" area and links are made in the message so that the member can\n"
-" access via web browser. If you want the attachments totally\n"
-" disappear, you can use content filter options."
+" access them via a web browser. If you want the attachments to\n"
+" totally disappear, you can use content filtering options."
msgstr ""
"כאשר אתה מקרצף מצורפים, הם מאוחסנים באיזור ארכיון ונוצרים קישורים\n"
" במסר כדי שמנויים יוכלו לגשת אליהם בעזרת דפדפן. אם תרצה להעלים "
@@ -7304,7 +7310,7 @@ msgstr "בקר ברשימת המנוים"
msgid "Once a month, your password will be emailed to you as a reminder."
msgstr "פעם בחודש, הסיסמא תישלח אליך בדוא\"ל כתזכורת."
-#: Mailman/HTMLFormatter.py:393
+#: Mailman/HTMLFormatter.py:394
msgid "The current archive"
msgstr "הארכיון הנוכחי"
@@ -7895,83 +7901,83 @@ msgstr "מונע על ידי Python"
msgid "Gnu's Not Unix"
msgstr "Gnu אינו Unix"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Mon"
msgstr "שני"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Thu"
msgstr "חמי"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Tue"
msgstr "שלי"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Wed"
msgstr "רבי"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Fri"
msgstr "שיש"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Sat"
msgstr "שבת"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Sun"
msgstr "ראש"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Apr"
msgstr "אפר"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Feb"
msgstr "פבר"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Jan"
msgstr "ינו"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Jun"
msgstr "יונ"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Mar"
msgstr "מרס"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Aug"
msgstr "אוג"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Dec"
msgstr "דצמ"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Jul"
msgstr "יול"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Nov"
msgstr "נוב"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Oct"
msgstr "אוק"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Sep"
msgstr "ספט"
-#: Mailman/i18n.py:107
+#: Mailman/i18n.py:111
msgid "Server Local Time"
msgstr "זמן שרת מקומי"
-#: Mailman/i18n.py:146
+#: Mailman/i18n.py:150
msgid ""
"%(wday)s %(mon)s %(day)2i %(hh)02i:%(mm)02i:%(ss)02i %(tzname)s %(year)04i"
msgstr ""
diff --git a/messages/hr/LC_MESSAGES/mailman.po b/messages/hr/LC_MESSAGES/mailman.po
index 21ffb48b..cd46d580 100644
--- a/messages/hr/LC_MESSAGES/mailman.po
+++ b/messages/hr/LC_MESSAGES/mailman.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: 1.2\n"
-"POT-Creation-Date: Tue Jul 27 08:05:43 2010\n"
+"POT-Creation-Date: Fri Sep 10 10:50:49 2010\n"
"PO-Revision-Date: 2004-06-15 12:00+1\n"
"Last-Translator: Nino Katic <nkatic@jagor.srce.hr>\n"
"Language-Team: Croatian <nkatic@jagor.srce.hr>\n"
@@ -97,7 +97,7 @@ msgstr "Srpanj"
msgid "June"
msgstr "Lipanj"
-#: Mailman/Archiver/HyperArch.py:923 Mailman/i18n.py:103
+#: Mailman/Archiver/HyperArch.py:923 Mailman/i18n.py:107
msgid "May"
msgstr "Svibanj"
@@ -277,10 +277,12 @@ msgstr ""
" iskljuceni. Ti ljudi nece primiti mail."
#: Mailman/Cgi/admin.py:194
+#, fuzzy
msgid ""
"You have regular list members but non-digestified mail is\n"
-" turned off. They will receive mail until you fix this\n"
-" problem."
+" turned off. They will receive non-digestified mail until "
+"you\n"
+" fix this problem."
msgstr ""
"Imate regularne clanove liste, ali niti jedan digest mail\n"
" nije iskljucen. Oni ce primiti mail kada popravite ovaj\n"
@@ -513,7 +515,7 @@ msgstr "Naziv naslova"
msgid "Regexp:"
msgstr "Regexp:"
-#: Mailman/Cgi/admin.py:709 Mailman/Cgi/options.py:1046
+#: Mailman/Cgi/admin.py:709 Mailman/Cgi/options.py:1047
msgid "Description:"
msgstr "Opis"
@@ -1621,8 +1623,8 @@ msgstr ""
" <p>Ili stisnite <em>Zanemari i odbaci</em> da biste zanemarili ovaj\n"
" zahtjev za pretplatom."
-#: Mailman/Cgi/confirm.py:491 Mailman/Cgi/options.py:760
-#: Mailman/Cgi/options.py:904 Mailman/Cgi/options.py:914
+#: Mailman/Cgi/confirm.py:491 Mailman/Cgi/options.py:761
+#: Mailman/Cgi/options.py:905 Mailman/Cgi/options.py:915
msgid "Unsubscribe"
msgstr "Odjava"
@@ -2298,7 +2300,7 @@ msgstr ""
msgid "Edit Options"
msgstr "Uredi Opcije"
-#: Mailman/Cgi/listinfo.py:201 Mailman/Cgi/options.py:869
+#: Mailman/Cgi/listinfo.py:201 Mailman/Cgi/options.py:870
#: Mailman/Cgi/roster.py:118
msgid "View this page in"
msgstr "Pogledaj ovu stranicu koristei"
@@ -2319,8 +2321,8 @@ msgstr "Adresa nije dana"
msgid "Illegal Email Address: %(safeuser)s"
msgstr "Pogrena Email Adresa: %(safeuser)s"
-#: Mailman/Cgi/options.py:128 Mailman/Cgi/options.py:192
-#: Mailman/Cgi/options.py:214
+#: Mailman/Cgi/options.py:128 Mailman/Cgi/options.py:193
+#: Mailman/Cgi/options.py:215
msgid "No such member: %(safeuser)s."
msgstr "Nema takvog lana: %(safeuser)s."
@@ -2332,35 +2334,35 @@ msgstr ""
"Va zahtjev za odjavom je prosljeen administratoru liste na\n"
"odobrenje."
-#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:197
+#: Mailman/Cgi/options.py:184 Mailman/Cgi/options.py:198
msgid "The confirmation email has been sent."
msgstr "Potvrdni e-mail je poslan."
-#: Mailman/Cgi/options.py:208 Mailman/Cgi/options.py:220
-#: Mailman/Cgi/options.py:277
+#: Mailman/Cgi/options.py:209 Mailman/Cgi/options.py:221
+#: Mailman/Cgi/options.py:278
msgid "A reminder of your password has been emailed to you."
msgstr "Podsjetnik vae lozinke poslan vam je mailom."
-#: Mailman/Cgi/options.py:249
+#: Mailman/Cgi/options.py:250
msgid "Authentication failed."
msgstr "Autentikacija nije uspjela."
-#: Mailman/Cgi/options.py:284
+#: Mailman/Cgi/options.py:285
msgid ""
"The list administrator may not view the other\n"
" subscriptions for this user."
msgstr ""
-#: Mailman/Cgi/options.py:285 Mailman/Cgi/options.py:328
-#: Mailman/Cgi/options.py:456 Mailman/Cgi/options.py:672
+#: Mailman/Cgi/options.py:286 Mailman/Cgi/options.py:329
+#: Mailman/Cgi/options.py:457 Mailman/Cgi/options.py:673
msgid "Note: "
msgstr ""
-#: Mailman/Cgi/options.py:290
+#: Mailman/Cgi/options.py:291
msgid "List subscriptions for %(safeuser)s on %(hostname)s"
msgstr "Pretplata na listu za %(safeuser)s na %(hostname)s"
-#: Mailman/Cgi/options.py:293
+#: Mailman/Cgi/options.py:294
msgid ""
"Click on a link to visit your options page for the\n"
" requested mailing list."
@@ -2368,22 +2370,22 @@ msgstr ""
"Kliknite na link da biste posjetili svoju stranicu sa opcijama za\n"
" traenu mailing listu."
-#: Mailman/Cgi/options.py:325
+#: Mailman/Cgi/options.py:326
msgid ""
"The list administrator may not change the names\n"
" or addresses for this user's other subscriptions. However, the\n"
" subscription for this mailing list has been changed."
msgstr ""
-#: Mailman/Cgi/options.py:348
+#: Mailman/Cgi/options.py:349
msgid "Addresses did not match!"
msgstr "Adrese se ne podudaraju!"
-#: Mailman/Cgi/options.py:353
+#: Mailman/Cgi/options.py:354
msgid "You are already using that email address"
msgstr "Ve koristite tu e-mail adresu"
-#: Mailman/Cgi/options.py:365
+#: Mailman/Cgi/options.py:366
msgid ""
"The new address you requested %(newaddr)s is already a member of the\n"
"%(listname)s mailing list, however you have also requested a global change "
@@ -2397,31 +2399,31 @@ msgstr ""
"Nakon potvrde, bilo koja druga lista koja sadri adresu\n"
"%(safeuser)s bit e promjenjena. "
-#: Mailman/Cgi/options.py:374
+#: Mailman/Cgi/options.py:375
msgid "The new address is already a member: %(newaddr)s"
msgstr "Nova adresa je ve lan: %(newaddr)s"
-#: Mailman/Cgi/options.py:380
+#: Mailman/Cgi/options.py:381
msgid "Addresses may not be blank"
msgstr "Adrese ne smiju biti prazne"
-#: Mailman/Cgi/options.py:394
+#: Mailman/Cgi/options.py:395
msgid "A confirmation message has been sent to %(newaddr)s. "
msgstr "Potvrdna purka je poslana na %(newaddr)s. "
-#: Mailman/Cgi/options.py:403
+#: Mailman/Cgi/options.py:404
msgid "Bad email address provided"
msgstr "Dana je kriva e-mail adresa"
-#: Mailman/Cgi/options.py:405
+#: Mailman/Cgi/options.py:406
msgid "Illegal email address provided"
msgstr "Dana je pogrena e-mail adresa"
-#: Mailman/Cgi/options.py:407
+#: Mailman/Cgi/options.py:408
msgid "%(newaddr)s is already a member of the list."
msgstr "%(newaddr)s je ve lan liste."
-#: Mailman/Cgi/options.py:410
+#: Mailman/Cgi/options.py:411
#, fuzzy
msgid ""
"%(newaddr)s is banned from this list. If you\n"
@@ -2432,11 +2434,11 @@ msgstr ""
"Ako mislite da je ova restrikcija preotra, obratite se vlasniku\n"
"liste na %(listowner)s."
-#: Mailman/Cgi/options.py:421
+#: Mailman/Cgi/options.py:422
msgid "Member name successfully changed. "
msgstr "lansko ime je uspjeno promjenjeno. "
-#: Mailman/Cgi/options.py:431
+#: Mailman/Cgi/options.py:432
#, fuzzy
msgid ""
"The list administrator may not change the\n"
@@ -2446,15 +2448,15 @@ msgstr ""
" tako da vaa opcija dostave nije postavljena. Ipak,\n"
" druge opcije su uspjeno postavljene."
-#: Mailman/Cgi/options.py:440
+#: Mailman/Cgi/options.py:441
msgid "Passwords may not be blank"
msgstr "Lozinke ne smiju biti prazne"
-#: Mailman/Cgi/options.py:445
+#: Mailman/Cgi/options.py:446
msgid "Passwords did not match!"
msgstr "Lozinke se ne podudaraju!"
-#: Mailman/Cgi/options.py:453
+#: Mailman/Cgi/options.py:454
#, fuzzy
msgid ""
"The list administrator may not change the\n"
@@ -2465,12 +2467,12 @@ msgstr ""
" tako da vaa opcija dostave nije postavljena. Ipak,\n"
" druge opcije su uspjeno postavljene."
-#: Mailman/Cgi/options.py:470 Mailman/Commands/cmd_password.py:83
+#: Mailman/Cgi/options.py:471 Mailman/Commands/cmd_password.py:83
#: Mailman/Commands/cmd_password.py:109
msgid "Password successfully changed."
msgstr "Lozinka je uspjeno promjenjena."
-#: Mailman/Cgi/options.py:479
+#: Mailman/Cgi/options.py:480
msgid ""
"You must confirm your unsubscription request by turning\n"
" on the checkbox below the <em>Unsubscribe</em> button. You\n"
@@ -2479,11 +2481,11 @@ msgstr ""
"Va zahtjev za odjavom morate potvrditi ukljuivanjem polja ispod\n"
" <em>Odjava</em> gumba. Niste odjavljeni!"
-#: Mailman/Cgi/options.py:511
+#: Mailman/Cgi/options.py:512
msgid "Unsubscription results"
msgstr "Rezultati odjave"
-#: Mailman/Cgi/options.py:515
+#: Mailman/Cgi/options.py:516
msgid ""
"Your unsubscription request has been received and\n"
" forwarded on to the list moderators for approval. You will\n"
@@ -2494,7 +2496,7 @@ msgstr ""
" liste na odobrenje. Kada moderator liste napravi odluku primit\n"
" ete obavijest."
-#: Mailman/Cgi/options.py:520
+#: Mailman/Cgi/options.py:521
msgid ""
"You have been successfully unsubscribed from the\n"
" mailing list %(fqdn_listname)s. If you were receiving digest\n"
@@ -2510,7 +2512,7 @@ msgstr ""
"odjave,\n"
" kontaktirajte vlasnike liste na %(owneraddr)s."
-#: Mailman/Cgi/options.py:669
+#: Mailman/Cgi/options.py:670
msgid ""
"The list administrator may not change the\n"
" options for this user's other subscriptions. However the\n"
@@ -2518,7 +2520,7 @@ msgid ""
" changed."
msgstr ""
-#: Mailman/Cgi/options.py:679
+#: Mailman/Cgi/options.py:680
msgid ""
"The list administrator has disabled digest delivery for\n"
" this list, so your delivery option has not been set. However "
@@ -2529,7 +2531,7 @@ msgstr ""
" opcija dostave nije postavljena. Ipak, ostale opcije\n"
" su uspjeno postavljene."
-#: Mailman/Cgi/options.py:683
+#: Mailman/Cgi/options.py:684
msgid ""
"The list administrator has disabled non-digest delivery\n"
" for this list, so your delivery option has not been set. "
@@ -2540,63 +2542,63 @@ msgstr ""
" tako da vaa opcija dostave nije postavljena. Ipak,\n"
" druge opcije su uspjeno postavljene."
-#: Mailman/Cgi/options.py:687
+#: Mailman/Cgi/options.py:688
msgid "You have successfully set your options."
msgstr "Uspjeno ste postavili svoje opcije."
-#: Mailman/Cgi/options.py:690
+#: Mailman/Cgi/options.py:691
msgid "You may get one last digest."
msgstr "Moete eventualno dobiti jo jedan digest mail."
-#: Mailman/Cgi/options.py:762
+#: Mailman/Cgi/options.py:763
msgid "<em>Yes, I really want to unsubscribe</em>"
msgstr "<em>Da, ja se stvarno elim odjaviti</em>"
-#: Mailman/Cgi/options.py:766
+#: Mailman/Cgi/options.py:767
msgid "Change My Password"
msgstr "Promjeni Moju Lozinku"
-#: Mailman/Cgi/options.py:769
+#: Mailman/Cgi/options.py:770
msgid "List my other subscriptions"
msgstr "Prikai listu mojih drugih pretplata"
-#: Mailman/Cgi/options.py:775
+#: Mailman/Cgi/options.py:776
msgid "Email My Password To Me"
msgstr "Poalji mi Moju Lozinku Mailom"
-#: Mailman/Cgi/options.py:777
+#: Mailman/Cgi/options.py:778
msgid "password"
msgstr "lozinka"
-#: Mailman/Cgi/options.py:779
+#: Mailman/Cgi/options.py:780
msgid "Log out"
msgstr "Odjava"
-#: Mailman/Cgi/options.py:781
+#: Mailman/Cgi/options.py:782
msgid "Submit My Changes"
msgstr "Poalji Moje Promjene"
-#: Mailman/Cgi/options.py:793
+#: Mailman/Cgi/options.py:794
msgid "days"
msgstr "dani"
-#: Mailman/Cgi/options.py:795
+#: Mailman/Cgi/options.py:796
msgid "day"
msgstr "dan"
-#: Mailman/Cgi/options.py:796
+#: Mailman/Cgi/options.py:797
msgid "%(days)d %(units)s"
msgstr "%(days)d %(units)s"
-#: Mailman/Cgi/options.py:802
+#: Mailman/Cgi/options.py:803
msgid "Change My Address and Name"
msgstr "Promjeni Moju Adresu i Ime"
-#: Mailman/Cgi/options.py:828
+#: Mailman/Cgi/options.py:829
msgid "<em>No topics defined</em>"
msgstr "<em>Nijedna tema nije napisana</em>"
-#: Mailman/Cgi/options.py:836
+#: Mailman/Cgi/options.py:837
msgid ""
"\n"
"You are subscribed to this list with the case-preserved address\n"
@@ -2607,19 +2609,19 @@ msgstr ""
"mala slova)\n"
"<em>%(cpuser)s</em>."
-#: Mailman/Cgi/options.py:850
+#: Mailman/Cgi/options.py:851
msgid "%(realname)s list: member options login page"
msgstr "%(realname)s lista: lanska ulazna stranica sa opcijama"
-#: Mailman/Cgi/options.py:851
+#: Mailman/Cgi/options.py:852
msgid "email address and "
msgstr "e-mail adresa i "
-#: Mailman/Cgi/options.py:854
+#: Mailman/Cgi/options.py:855
msgid "%(realname)s list: member options for user %(safeuser)s"
msgstr "%(realname)s lista: lanske opcije za korisnika %(safeuser)s"
-#: Mailman/Cgi/options.py:880
+#: Mailman/Cgi/options.py:881
msgid ""
"In order to change your membership option, you must\n"
" first log in by giving your %(extra)smembership password in the section\n"
@@ -2651,19 +2653,19 @@ msgstr ""
" koje ste napravili nee imati uinka.\n"
" "
-#: Mailman/Cgi/options.py:894
+#: Mailman/Cgi/options.py:895
msgid "Email address:"
msgstr "Email adresa:"
-#: Mailman/Cgi/options.py:898
+#: Mailman/Cgi/options.py:899
msgid "Password:"
msgstr "Lozinka:"
-#: Mailman/Cgi/options.py:900
+#: Mailman/Cgi/options.py:901
msgid "Log in"
msgstr "Prijavi se"
-#: Mailman/Cgi/options.py:908
+#: Mailman/Cgi/options.py:909
msgid ""
"By clicking on the <em>Unsubscribe</em> button, a\n"
" confirmation message will be emailed to you. This message will have a\n"
@@ -2677,11 +2679,11 @@ msgstr ""
"takoer moete\n"
" potvrditi i mailom; pogledajte upute u poruci sa potvrdom"
-#: Mailman/Cgi/options.py:916
+#: Mailman/Cgi/options.py:917
msgid "Password reminder"
msgstr "Podsjetnik lozinke"
-#: Mailman/Cgi/options.py:920
+#: Mailman/Cgi/options.py:921
msgid ""
"By clicking on the <em>Remind</em> button, your\n"
" password will be emailed to you."
@@ -2689,27 +2691,27 @@ msgstr ""
"Klikom na <em>Podsjeti</em> gumb bit e\n"
" vam mailana vaa lozinka."
-#: Mailman/Cgi/options.py:923
+#: Mailman/Cgi/options.py:924
msgid "Remind"
msgstr "Podsjeti"
-#: Mailman/Cgi/options.py:1023
+#: Mailman/Cgi/options.py:1024
msgid "<missing>"
msgstr "<missing>"
-#: Mailman/Cgi/options.py:1034
+#: Mailman/Cgi/options.py:1035
msgid "Requested topic is not valid: %(topicname)s"
msgstr "Traeni naslov (tema) nije ispravan: %(topicname)s"
-#: Mailman/Cgi/options.py:1039
+#: Mailman/Cgi/options.py:1040
msgid "Topic filter details"
msgstr "Detalji o filteru teme"
-#: Mailman/Cgi/options.py:1042
+#: Mailman/Cgi/options.py:1043
msgid "Name:"
msgstr "Naziv:"
-#: Mailman/Cgi/options.py:1044
+#: Mailman/Cgi/options.py:1045
msgid "Pattern (as regexp):"
msgstr "Uzorak (kao regexp):"
@@ -2768,8 +2770,9 @@ msgid "Permanently remove mailing list <em>%(realname)s</em>"
msgstr "Trajno ukloni mailing listu <em>%(realname)s</em>"
#: Mailman/Cgi/rmlist.py:204
+#, fuzzy
msgid ""
-"This page allows you as the list owner, to permanent\n"
+"This page allows you as the list owner, to permanently\n"
" remove this mailing list from the system. <strong>This action is not\n"
" undoable</strong> so you should undertake it only if you are absolutely\n"
" sure this mailing list has served its purpose and is no longer "
@@ -5584,9 +5587,10 @@ msgstr ""
" type=\"hidden\" name=\"new_member_options\" value=\"ignore\">"
#: Mailman/Gui/General.py:346
+#, fuzzy
msgid ""
"When a new member is subscribed to this list, their initial\n"
-" set of options is taken from the this variable's setting."
+" set of options is taken from this variable's setting."
msgstr ""
"Kada je novi lan pretplaen na ovu listu, njegove su poetne\n"
" postavke uzete iz vrijednosti varijabli."
@@ -5760,18 +5764,18 @@ msgstr ""
#: Mailman/Gui/General.py:426
msgid ""
-"\"<a href=\"http://www.faqs.org/rfcs/rfc2822.html\">RFC\n"
+"<a href=\"http://www.faqs.org/rfcs/rfc2822.html\">RFC\n"
" 2822</a> defines the <tt>Sender</tt> header and defines it\n"
" as \"the mailbox of the agent responsible for the actual\n"
" transmission of the message.\" Mailman replaces this "
"header\n"
-" per default with the list's bounce address.\n"
+" by default with the list's bounce address.\n"
" \n"
" <p>While it is debatable if Mailman is such an agent, "
"setting\n"
" this header helps directing bounces from some broken MTAs "
"to\n"
-" the right destination. On the other hand do some mail\n"
+" the right destination. On the other hand, some mail\n"
" readers show unexpected behaviour if this header is set "
"(like\n"
" missing addresses in forwarded mails and copies sent to "
@@ -6008,6 +6012,7 @@ msgstr ""
"\">proitajte detalje</a>"
#: Mailman/Gui/NonDigest.py:61
+#, fuzzy
msgid ""
"Normally, Mailman sends the regular delivery messages to\n"
" the mail server in batches. This is much more efficent\n"
@@ -6040,7 +6045,7 @@ msgid ""
" address.\n"
"\n"
" <p>When personalization is enabled, a few more expansion\n"
-" variables that can be included in the <a\n"
+" variables can be included in the <a\n"
" href=\"?VARHELP=nondigest/msg_header\">message header</a> "
"and\n"
" <a href=\"?VARHELP=nondigest/msg_footer\">message footer</"
@@ -6179,10 +6184,10 @@ msgstr ""
#: Mailman/Gui/NonDigest.py:142
msgid ""
-"When you scrub attachments, they are stored in archive\n"
+"When you scrub attachments, they are stored in the archive\n"
" area and links are made in the message so that the member can\n"
-" access via web browser. If you want the attachments totally\n"
-" disappear, you can use content filter options."
+" access them via a web browser. If you want the attachments to\n"
+" totally disappear, you can use content filtering options."
msgstr ""
#: Mailman/Gui/NonDigest.py:149
@@ -7734,7 +7739,7 @@ msgstr "Posjetite Listu Pretplatnika"
msgid "Once a month, your password will be emailed to you as a reminder."
msgstr "Jednom mjeseno, vaa e vam lozinka biti mailana kao podsjetnik."
-#: Mailman/HTMLFormatter.py:393
+#: Mailman/HTMLFormatter.py:394
msgid "The current archive"
msgstr "Trenutna arhiva"
@@ -8342,83 +8347,83 @@ msgstr "Python Powered"
msgid "Gnu's Not Unix"
msgstr "Gnu's Not Unix"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Mon"
msgstr "Pon"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Thu"
msgstr "et"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Tue"
msgstr "Uto"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Wed"
msgstr "Sri"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Fri"
msgstr "Pet"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Sat"
msgstr "Sub"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Sun"
msgstr "Ned"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Apr"
msgstr "Tra"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Feb"
msgstr "Vel"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Jan"
msgstr "Sij"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Jun"
msgstr "Lip"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Mar"
msgstr "Ou"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Aug"
msgstr "Kol"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Dec"
msgstr "Pro"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Jul"
msgstr "Srp"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Nov"
msgstr "Stu"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Oct"
msgstr "Lis"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Sep"
msgstr "Ruj"
-#: Mailman/i18n.py:107
+#: Mailman/i18n.py:111
msgid "Server Local Time"
msgstr "Lokalno Vrijeme Servera"
-#: Mailman/i18n.py:146
+#: Mailman/i18n.py:150
msgid ""
"%(wday)s %(mon)s %(day)2i %(hh)02i:%(mm)02i:%(ss)02i %(tzname)s %(year)04i"
msgstr ""
diff --git a/messages/hu/LC_MESSAGES/mailman.po b/messages/hu/LC_MESSAGES/mailman.po
index 8b62cea8..79b323bc 100644
--- a/messages/hu/LC_MESSAGES/mailman.po
+++ b/messages/hu/LC_MESSAGES/mailman.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Mailman\n"
-"POT-Creation-Date: Tue Jul 27 08:05:43 2010\n"
+"POT-Creation-Date: Fri Sep 10 10:50:49 2010\n"
"PO-Revision-Date: 2004-03-23 14:55--100\n"
"Last-Translator: Szilrd Vizi <vizisz@freemail.hu>\n"
"Language-Team: Hungarian <LL@li.org>\n"
@@ -96,7 +96,7 @@ msgstr "Jlius"
msgid "June"
msgstr "Jnius"
-#: Mailman/Archiver/HyperArch.py:923 Mailman/i18n.py:103
+#: Mailman/Archiver/HyperArch.py:923 Mailman/i18n.py:107
msgid "May"
msgstr "Mjus"
@@ -277,10 +277,12 @@ msgstr ""
"\t levelet kapni."
#: Mailman/Cgi/admin.py:194
+#, fuzzy
msgid ""
"You have regular list members but non-digestified mail is\n"
-" turned off. They will receive mail until you fix this\n"
-" problem."
+" turned off. They will receive non-digestified mail until "
+"you\n"
+" fix this problem."
msgstr ""
"Rendes listatagok vannak\n"
"\t jelen a listn, de nincs engedlyezve a nem-digest levelek\n"
@@ -509,7 +511,7 @@ msgstr "Tma neve:"
msgid "Regexp:"
msgstr "Keressi felttel:"
-#: Mailman/Cgi/admin.py:709 Mailman/Cgi/options.py:1046
+#: Mailman/Cgi/admin.py:709 Mailman/Cgi/options.py:1047
msgid "Description:"
msgstr "Lers"
@@ -1583,8 +1585,8 @@ msgstr ""
" <p>Ha nem akarod a leiratkozst megersteni, akkor vlaszd a\n"
" <em>Mgsem s elvet</em> gombot."
-#: Mailman/Cgi/confirm.py:491 Mailman/Cgi/options.py:760
-#: Mailman/Cgi/options.py:904 Mailman/Cgi/options.py:914
+#: Mailman/Cgi/confirm.py:491 Mailman/Cgi/options.py:761
+#: Mailman/Cgi/options.py:905 Mailman/Cgi/options.py:915
msgid "Unsubscribe"
msgstr "Leiratkozs"
@@ -2248,7 +2250,7 @@ msgstr ""
msgid "Edit Options"
msgstr "Belltsok szerkesztse"
-#: Mailman/Cgi/listinfo.py:201 Mailman/Cgi/options.py:869
+#: Mailman/Cgi/listinfo.py:201 Mailman/Cgi/options.py:870
#: Mailman/Cgi/roster.py:118
msgid "View this page in"
msgstr "Az oldal nyelve/View this page in"
@@ -2269,8 +2271,8 @@ msgstr "Nincs cm megadva"
msgid "Illegal Email Address: %(safeuser)s"
msgstr "rvnytelen e-mail cm: %(safeuser)s"
-#: Mailman/Cgi/options.py:128 Mailman/Cgi/options.py:192
-#: Mailman/Cgi/options.py:214
+#: Mailman/Cgi/options.py:128 Mailman/Cgi/options.py:193
+#: Mailman/Cgi/options.py:215
msgid "No such member: %(safeuser)s."
msgstr "Nem tallhat %(safeuser)s cmmel tag."
@@ -2282,35 +2284,35 @@ msgstr ""
"Leiratkozsi krelmed a lista adminisztrtorhoz lett tovbbtva,\n"
"megerstshez."
-#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:197
+#: Mailman/Cgi/options.py:184 Mailman/Cgi/options.py:198
msgid "The confirmation email has been sent."
msgstr "A megerstsre felszlt levl el lett kldve."
-#: Mailman/Cgi/options.py:208 Mailman/Cgi/options.py:220
-#: Mailman/Cgi/options.py:277
+#: Mailman/Cgi/options.py:209 Mailman/Cgi/options.py:221
+#: Mailman/Cgi/options.py:278
msgid "A reminder of your password has been emailed to you."
msgstr "Az emlkeztet a jelszavadrl e-mailben el lett kldve."
-#: Mailman/Cgi/options.py:249
+#: Mailman/Cgi/options.py:250
msgid "Authentication failed."
msgstr "Sikertelen azonosts"
-#: Mailman/Cgi/options.py:284
+#: Mailman/Cgi/options.py:285
msgid ""
"The list administrator may not view the other\n"
" subscriptions for this user."
msgstr ""
-#: Mailman/Cgi/options.py:285 Mailman/Cgi/options.py:328
-#: Mailman/Cgi/options.py:456 Mailman/Cgi/options.py:672
+#: Mailman/Cgi/options.py:286 Mailman/Cgi/options.py:329
+#: Mailman/Cgi/options.py:457 Mailman/Cgi/options.py:673
msgid "Note: "
msgstr ""
-#: Mailman/Cgi/options.py:290
+#: Mailman/Cgi/options.py:291
msgid "List subscriptions for %(safeuser)s on %(hostname)s"
msgstr "%(safeuser)s felhasznl listatagsgai a(z) %(hostname)s gpen"
-#: Mailman/Cgi/options.py:293
+#: Mailman/Cgi/options.py:294
msgid ""
"Click on a link to visit your options page for the\n"
" requested mailing list."
@@ -2318,22 +2320,22 @@ msgstr ""
"A levelezlistn lv belltsaid megtekintshez kattints\n"
"\tide:"
-#: Mailman/Cgi/options.py:325
+#: Mailman/Cgi/options.py:326
msgid ""
"The list administrator may not change the names\n"
" or addresses for this user's other subscriptions. However, the\n"
" subscription for this mailing list has been changed."
msgstr ""
-#: Mailman/Cgi/options.py:348
+#: Mailman/Cgi/options.py:349
msgid "Addresses did not match!"
msgstr "A cmek nem egyeznek!"
-#: Mailman/Cgi/options.py:353
+#: Mailman/Cgi/options.py:354
msgid "You are already using that email address"
msgstr "Jelenleg is ezt az e-mail cmet hasznlod."
-#: Mailman/Cgi/options.py:365
+#: Mailman/Cgi/options.py:366
msgid ""
"The new address you requested %(newaddr)s is already a member of the\n"
"%(listname)s mailing list, however you have also requested a global change "
@@ -2347,31 +2349,31 @@ msgstr ""
"cmed ezrt azokon a listkon, ahol %(safeuser)s cmmel vagy nylvntartva\n"
"a vltoztats a megerstsi utn sikeresen megtrtnik majd."
-#: Mailman/Cgi/options.py:374
+#: Mailman/Cgi/options.py:375
msgid "The new address is already a member: %(newaddr)s"
msgstr "A megadott cmmel mr van tag a listn: %(newaddr)s"
-#: Mailman/Cgi/options.py:380
+#: Mailman/Cgi/options.py:381
msgid "Addresses may not be blank"
msgstr "Legalbb egy cmet meg kell adnod."
-#: Mailman/Cgi/options.py:394
+#: Mailman/Cgi/options.py:395
msgid "A confirmation message has been sent to %(newaddr)s. "
msgstr "A megerstsi rtests a(z) %(newaddr)s cmre el lett kldve."
-#: Mailman/Cgi/options.py:403
+#: Mailman/Cgi/options.py:404
msgid "Bad email address provided"
msgstr "A megadott e-mail cm hibs."
-#: Mailman/Cgi/options.py:405
+#: Mailman/Cgi/options.py:406
msgid "Illegal email address provided"
msgstr "A megadott e-mail cm rvnytelen."
-#: Mailman/Cgi/options.py:407
+#: Mailman/Cgi/options.py:408
msgid "%(newaddr)s is already a member of the list."
msgstr "%(newaddr)s mr tagja a listnak."
-#: Mailman/Cgi/options.py:410
+#: Mailman/Cgi/options.py:411
#, fuzzy
msgid ""
"%(newaddr)s is banned from this list. If you\n"
@@ -2382,11 +2384,11 @@ msgstr ""
"Ha gy gondolod, hogy ez a korltozs jogtalan, akkor krlek\n"
"rj a lista tulajdonosnak a kvetkez cmre: %(listowner)s"
-#: Mailman/Cgi/options.py:421
+#: Mailman/Cgi/options.py:422
msgid "Member name successfully changed. "
msgstr "A listatag neve sikeresen megvltoztatva."
-#: Mailman/Cgi/options.py:431
+#: Mailman/Cgi/options.py:432
#, fuzzy
msgid ""
"The list administrator may not change the\n"
@@ -2396,15 +2398,15 @@ msgstr ""
" , ezrt ezt a kldsi mdot nem lehet megadni. Azonban a tbbi\n"
" vltoztats sikeresen el lett mentve."
-#: Mailman/Cgi/options.py:440
+#: Mailman/Cgi/options.py:441
msgid "Passwords may not be blank"
msgstr "Ktelez megadni jelszt"
-#: Mailman/Cgi/options.py:445
+#: Mailman/Cgi/options.py:446
msgid "Passwords did not match!"
msgstr "A jelszavak nem egyeznek!"
-#: Mailman/Cgi/options.py:453
+#: Mailman/Cgi/options.py:454
#, fuzzy
msgid ""
"The list administrator may not change the\n"
@@ -2415,12 +2417,12 @@ msgstr ""
" , ezrt ezt a kldsi mdot nem lehet megadni. Azonban a tbbi\n"
" vltoztats sikeresen el lett mentve."
-#: Mailman/Cgi/options.py:470 Mailman/Commands/cmd_password.py:83
+#: Mailman/Cgi/options.py:471 Mailman/Commands/cmd_password.py:83
#: Mailman/Commands/cmd_password.py:109
msgid "Password successfully changed."
msgstr "Jelsz megvltoztatva."
-#: Mailman/Cgi/options.py:479
+#: Mailman/Cgi/options.py:480
msgid ""
"You must confirm your unsubscription request by turning\n"
" on the checkbox below the <em>Unsubscribe</em> button. You\n"
@@ -2429,11 +2431,11 @@ msgstr ""
"Meg kell erstened a leiratkozsi szndkodat a <em>Leiratkozs</em>\n"
" gomb alatti kapcsol kipiplsval. Nem lettl trlve a listrl!"
-#: Mailman/Cgi/options.py:511
+#: Mailman/Cgi/options.py:512
msgid "Unsubscription results"
msgstr "Trlve"
-#: Mailman/Cgi/options.py:515
+#: Mailman/Cgi/options.py:516
msgid ""
"Your unsubscription request has been received and\n"
" forwarded on to the list moderators for approval. You will\n"
@@ -2443,7 +2445,7 @@ msgstr ""
"Leiratkozsi krelmedet megkaptuk s tovbbtottuk a lista szerkesztjhez\n"
"jvhagysra. A szerkeszt dntsrl e-mailben kapsz rtestst."
-#: Mailman/Cgi/options.py:520
+#: Mailman/Cgi/options.py:521
msgid ""
"You have been successfully unsubscribed from the\n"
" mailing list %(fqdn_listname)s. If you were receiving digest\n"
@@ -2458,7 +2460,7 @@ msgstr ""
"\tnyugodtan a fordulj a lista tulajdonoshoz ezen a cmen:\n"
"\t%(owneraddr)s"
-#: Mailman/Cgi/options.py:669
+#: Mailman/Cgi/options.py:670
msgid ""
"The list administrator may not change the\n"
" options for this user's other subscriptions. However the\n"
@@ -2466,7 +2468,7 @@ msgid ""
" changed."
msgstr ""
-#: Mailman/Cgi/options.py:679
+#: Mailman/Cgi/options.py:680
msgid ""
"The list administrator has disabled digest delivery for\n"
" this list, so your delivery option has not been set. However "
@@ -2477,7 +2479,7 @@ msgstr ""
" , ezrt ezt a kldsi mdot nem lehet megadni. Azonban a tbbi\n"
" vltoztats sikeresen el lett mentve."
-#: Mailman/Cgi/options.py:683
+#: Mailman/Cgi/options.py:684
msgid ""
"The list administrator has disabled non-digest delivery\n"
" for this list, so your delivery option has not been set. "
@@ -2488,63 +2490,63 @@ msgstr ""
" , ezrt ezt a kldsi mdot nem lehet megadni. Azonban a tbbi\n"
" vltoztats sikeresen el lett mentve."
-#: Mailman/Cgi/options.py:687
+#: Mailman/Cgi/options.py:688
msgid "You have successfully set your options."
msgstr "A kvnt vltoztatsok sikeresen el lettek mentve."
-#: Mailman/Cgi/options.py:690
+#: Mailman/Cgi/options.py:691
msgid "You may get one last digest."
msgstr "Egy utols digestet mg kapni fogsz."
-#: Mailman/Cgi/options.py:762
+#: Mailman/Cgi/options.py:763
msgid "<em>Yes, I really want to unsubscribe</em>"
msgstr "<em>Igen, tnyleg le akarok iratkozni</em>"
-#: Mailman/Cgi/options.py:766
+#: Mailman/Cgi/options.py:767
msgid "Change My Password"
msgstr "Jelszavam megvltoztatsa"
-#: Mailman/Cgi/options.py:769
+#: Mailman/Cgi/options.py:770
msgid "List my other subscriptions"
msgstr "Mutasd a tbbi feliratkozsomat"
-#: Mailman/Cgi/options.py:775
+#: Mailman/Cgi/options.py:776
msgid "Email My Password To Me"
msgstr "Kldd el e-mailben a jelszavamat"
-#: Mailman/Cgi/options.py:777
+#: Mailman/Cgi/options.py:778
msgid "password"
msgstr "jelsz"
-#: Mailman/Cgi/options.py:779
+#: Mailman/Cgi/options.py:780
msgid "Log out"
msgstr "Kilps"
-#: Mailman/Cgi/options.py:781
+#: Mailman/Cgi/options.py:782
msgid "Submit My Changes"
msgstr "Vltoztatsaim mentse"
-#: Mailman/Cgi/options.py:793
+#: Mailman/Cgi/options.py:794
msgid "days"
msgstr "nap"
-#: Mailman/Cgi/options.py:795
+#: Mailman/Cgi/options.py:796
msgid "day"
msgstr "nap"
-#: Mailman/Cgi/options.py:796
+#: Mailman/Cgi/options.py:797
msgid "%(days)d %(units)s"
msgstr "%(days)d %(units)s"
-#: Mailman/Cgi/options.py:802
+#: Mailman/Cgi/options.py:803
msgid "Change My Address and Name"
msgstr "Feliratkozsi cmem s nevem megvltoztatsa"
-#: Mailman/Cgi/options.py:828
+#: Mailman/Cgi/options.py:829
msgid "<em>No topics defined</em>"
msgstr "<em>Nincsen tmaszrs</em>"
-#: Mailman/Cgi/options.py:836
+#: Mailman/Cgi/options.py:837
msgid ""
"\n"
"You are subscribed to this list with the case-preserved address\n"
@@ -2553,19 +2555,19 @@ msgstr ""
"\n"
"Feliratkozsod bethelyesen a kvetkez <em>%(cpuser)s</em>."
-#: Mailman/Cgi/options.py:850
+#: Mailman/Cgi/options.py:851
msgid "%(realname)s list: member options login page"
msgstr "%(realname)s lista: listatagsgi oldal"
-#: Mailman/Cgi/options.py:851
+#: Mailman/Cgi/options.py:852
msgid "email address and "
msgstr "e-mail cmed s "
-#: Mailman/Cgi/options.py:854
+#: Mailman/Cgi/options.py:855
msgid "%(realname)s list: member options for user %(safeuser)s"
msgstr "%(realname)s lista: %(safeuser)s tag belltsai"
-#: Mailman/Cgi/options.py:880
+#: Mailman/Cgi/options.py:881
msgid ""
"In order to change your membership option, you must\n"
" first log in by giving your %(extra)smembership password in the section\n"
@@ -2598,19 +2600,19 @@ msgstr ""
" "
# In this entry insert a space at the end of string, it will be stripped.
-#: Mailman/Cgi/options.py:894
+#: Mailman/Cgi/options.py:895
msgid "Email address:"
msgstr "E-mail cm: "
-#: Mailman/Cgi/options.py:898
+#: Mailman/Cgi/options.py:899
msgid "Password:"
msgstr "Jelsz: "
-#: Mailman/Cgi/options.py:900
+#: Mailman/Cgi/options.py:901
msgid "Log in"
msgstr "Bejelentkezs"
-#: Mailman/Cgi/options.py:908
+#: Mailman/Cgi/options.py:909
msgid ""
"By clicking on the <em>Unsubscribe</em> button, a\n"
" confirmation message will be emailed to you. This message will have a\n"
@@ -2624,11 +2626,11 @@ msgstr ""
" (vagy a megfelel e-mailt elkldeni; errl a levlben lehet \n"
" rszletesen olvasni)."
-#: Mailman/Cgi/options.py:916
+#: Mailman/Cgi/options.py:917
msgid "Password reminder"
msgstr "Jelsz emlkeztet"
-#: Mailman/Cgi/options.py:920
+#: Mailman/Cgi/options.py:921
msgid ""
"By clicking on the <em>Remind</em> button, your\n"
" password will be emailed to you."
@@ -2636,27 +2638,27 @@ msgstr ""
"Az <em>Emlkeztet</em> gombra kattintva e-mailben elkldsre kerl\n"
" a jelszavad."
-#: Mailman/Cgi/options.py:923
+#: Mailman/Cgi/options.py:924
msgid "Remind"
msgstr "Emlkeztet"
-#: Mailman/Cgi/options.py:1023
+#: Mailman/Cgi/options.py:1024
msgid "<missing>"
msgstr "<hinyzik>"
-#: Mailman/Cgi/options.py:1034
+#: Mailman/Cgi/options.py:1035
msgid "Requested topic is not valid: %(topicname)s"
msgstr "A krt tmaszrs nem megfelel: %(topicname)s"
-#: Mailman/Cgi/options.py:1039
+#: Mailman/Cgi/options.py:1040
msgid "Topic filter details"
msgstr "Bvebben a tmk szrsrl"
-#: Mailman/Cgi/options.py:1042
+#: Mailman/Cgi/options.py:1043
msgid "Name:"
msgstr "Neve:"
-#: Mailman/Cgi/options.py:1044
+#: Mailman/Cgi/options.py:1045
msgid "Pattern (as regexp):"
msgstr "Szrsi felttel (kifejezsknt megadva)"
@@ -2716,8 +2718,9 @@ msgid "Permanently remove mailing list <em>%(realname)s</em>"
msgstr "<em>%(realname)s</em> levelez lista vgleges trlse"
#: Mailman/Cgi/rmlist.py:204
+#, fuzzy
msgid ""
-"This page allows you as the list owner, to permanent\n"
+"This page allows you as the list owner, to permanently\n"
" remove this mailing list from the system. <strong>This action is not\n"
" undoable</strong> so you should undertake it only if you are absolutely\n"
" sure this mailing list has served its purpose and is no longer "
@@ -5429,9 +5432,10 @@ msgstr ""
" type=\"hidden\" name=\"new_member_options\" value=\"ignore\">"
#: Mailman/Gui/General.py:346
+#, fuzzy
msgid ""
"When a new member is subscribed to this list, their initial\n"
-" set of options is taken from the this variable's setting."
+" set of options is taken from this variable's setting."
msgstr ""
"Az itt megadott belltsokkal fog rendelkezni minden frissen\n"
"felvett listatag."
@@ -5593,18 +5597,18 @@ msgstr ""
#: Mailman/Gui/General.py:426
msgid ""
-"\"<a href=\"http://www.faqs.org/rfcs/rfc2822.html\">RFC\n"
+"<a href=\"http://www.faqs.org/rfcs/rfc2822.html\">RFC\n"
" 2822</a> defines the <tt>Sender</tt> header and defines it\n"
" as \"the mailbox of the agent responsible for the actual\n"
" transmission of the message.\" Mailman replaces this "
"header\n"
-" per default with the list's bounce address.\n"
+" by default with the list's bounce address.\n"
" \n"
" <p>While it is debatable if Mailman is such an agent, "
"setting\n"
" this header helps directing bounces from some broken MTAs "
"to\n"
-" the right destination. On the other hand do some mail\n"
+" the right destination. On the other hand, some mail\n"
" readers show unexpected behaviour if this header is set "
"(like\n"
" missing addresses in forwarded mails and copies sent to "
@@ -5828,6 +5832,7 @@ msgstr ""
"magyarzatot."
#: Mailman/Gui/NonDigest.py:61
+#, fuzzy
msgid ""
"Normally, Mailman sends the regular delivery messages to\n"
" the mail server in batches. This is much more efficent\n"
@@ -5860,7 +5865,7 @@ msgid ""
" address.\n"
"\n"
" <p>When personalization is enabled, a few more expansion\n"
-" variables that can be included in the <a\n"
+" variables can be included in the <a\n"
" href=\"?VARHELP=nondigest/msg_header\">message header</a> "
"and\n"
" <a href=\"?VARHELP=nondigest/msg_footer\">message footer</"
@@ -5985,10 +5990,10 @@ msgstr ""
#: Mailman/Gui/NonDigest.py:142
msgid ""
-"When you scrub attachments, they are stored in archive\n"
+"When you scrub attachments, they are stored in the archive\n"
" area and links are made in the message so that the member can\n"
-" access via web browser. If you want the attachments totally\n"
-" disappear, you can use content filter options."
+" access them via a web browser. If you want the attachments to\n"
+" totally disappear, you can use content filtering options."
msgstr ""
#: Mailman/Gui/NonDigest.py:149
@@ -7447,7 +7452,7 @@ msgstr "Mutasd a tagok listjt"
msgid "Once a month, your password will be emailed to you as a reminder."
msgstr "Havonta egyszer a jelszavad emlkeztetl e-mailben elkldsre kerl."
-#: Mailman/HTMLFormatter.py:393
+#: Mailman/HTMLFormatter.py:394
msgid "The current archive"
msgstr "Az aktulis archvum"
@@ -8051,83 +8056,83 @@ msgstr "Python alap"
msgid "Gnu's Not Unix"
msgstr "Gnu Nem Unix"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Mon"
msgstr "H"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Thu"
msgstr "Cs"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Tue"
msgstr "K"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Wed"
msgstr "Sze"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Fri"
msgstr "P"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Sat"
msgstr "Szo"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Sun"
msgstr "V"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Apr"
msgstr "pr"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Feb"
msgstr "Feb"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Jan"
msgstr "Jan"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Jun"
msgstr "Jn"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Mar"
msgstr "Mr"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Aug"
msgstr "Aug"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Dec"
msgstr "Dec"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Jul"
msgstr "Jl"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Nov"
msgstr "Nov"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Oct"
msgstr "Okt"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Sep"
msgstr "Sze"
-#: Mailman/i18n.py:107
+#: Mailman/i18n.py:111
msgid "Server Local Time"
msgstr "Helyi id a rendszeren"
-#: Mailman/i18n.py:146
+#: Mailman/i18n.py:150
msgid ""
"%(wday)s %(mon)s %(day)2i %(hh)02i:%(mm)02i:%(ss)02i %(tzname)s %(year)04i"
msgstr ""
diff --git a/messages/ia/LC_MESSAGES/mailman.po b/messages/ia/LC_MESSAGES/mailman.po
index d2615186..47b33c4d 100644
--- a/messages/ia/LC_MESSAGES/mailman.po
+++ b/messages/ia/LC_MESSAGES/mailman.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: mailman\n"
-"POT-Creation-Date: Tue Jul 27 08:05:43 2010\n"
+"POT-Creation-Date: Fri Sep 10 10:50:49 2010\n"
"PO-Revision-Date: 2005-07-31 00:00+100\n"
"Last-Translator: Thomas Breinstrup <info@interlingua.dk>\n"
"Language-Team: Interlingua <TradSoft@interlingua.com>\n"
@@ -97,7 +97,7 @@ msgstr "julio"
msgid "June"
msgstr "junio"
-#: Mailman/Archiver/HyperArch.py:923 Mailman/i18n.py:103
+#: Mailman/Archiver/HyperArch.py:923 Mailman/i18n.py:107
msgid "May"
msgstr "maio"
@@ -278,10 +278,12 @@ msgstr ""
" inactive. Iste personas non recipera posta."
#: Mailman/Cgi/admin.py:194
+#, fuzzy
msgid ""
"You have regular list members but non-digestified mail is\n"
-" turned off. They will receive mail until you fix this\n"
-" problem."
+" turned off. They will receive non-digestified mail until "
+"you\n"
+" fix this problem."
msgstr ""
"Tu ha membros regular al lista ma messages non summarisate\n"
" es inactive. Illes recepira posta normal usque quando\n"
@@ -511,7 +513,7 @@ msgstr "Nomine del argumento:"
msgid "Regexp:"
msgstr "Regexp:"
-#: Mailman/Cgi/admin.py:709 Mailman/Cgi/options.py:1046
+#: Mailman/Cgi/admin.py:709 Mailman/Cgi/options.py:1047
msgid "Description:"
msgstr "Description:"
@@ -1612,8 +1614,8 @@ msgstr ""
"requesta\n"
" de disabonamento."
-#: Mailman/Cgi/confirm.py:491 Mailman/Cgi/options.py:760
-#: Mailman/Cgi/options.py:904 Mailman/Cgi/options.py:914
+#: Mailman/Cgi/confirm.py:491 Mailman/Cgi/options.py:761
+#: Mailman/Cgi/options.py:905 Mailman/Cgi/options.py:915
msgid "Unsubscribe"
msgstr "Disabona me"
@@ -2289,7 +2291,7 @@ msgstr ""
msgid "Edit Options"
msgstr "Modifica optiones"
-#: Mailman/Cgi/listinfo.py:201 Mailman/Cgi/options.py:869
+#: Mailman/Cgi/listinfo.py:201 Mailman/Cgi/options.py:870
#: Mailman/Cgi/roster.py:118
msgid "View this page in"
msgstr "Vide iste pagina in"
@@ -2310,8 +2312,8 @@ msgstr "Nulle adresse date"
msgid "Illegal Email Address: %(safeuser)s"
msgstr "Adresse de e-posta illegal: %(safeuser)s"
-#: Mailman/Cgi/options.py:128 Mailman/Cgi/options.py:192
-#: Mailman/Cgi/options.py:214
+#: Mailman/Cgi/options.py:128 Mailman/Cgi/options.py:193
+#: Mailman/Cgi/options.py:215
msgid "No such member: %(safeuser)s."
msgstr "Membro inexistente: %(safeuser)s."
@@ -2323,35 +2325,35 @@ msgstr ""
"Tu requesta de disabonamento ha essite\n"
" inviate al administrator del lista pro approvation."
-#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:197
+#: Mailman/Cgi/options.py:184 Mailman/Cgi/options.py:198
msgid "The confirmation email has been sent."
msgstr "Le message de confirmation ha essite inviate."
-#: Mailman/Cgi/options.py:208 Mailman/Cgi/options.py:220
-#: Mailman/Cgi/options.py:277
+#: Mailman/Cgi/options.py:209 Mailman/Cgi/options.py:221
+#: Mailman/Cgi/options.py:278
msgid "A reminder of your password has been emailed to you."
msgstr "Un promemoria de tu contrasigno te ha essite inviate."
-#: Mailman/Cgi/options.py:249
+#: Mailman/Cgi/options.py:250
msgid "Authentication failed."
msgstr "Authentication fallite."
-#: Mailman/Cgi/options.py:284
+#: Mailman/Cgi/options.py:285
msgid ""
"The list administrator may not view the other\n"
" subscriptions for this user."
msgstr ""
-#: Mailman/Cgi/options.py:285 Mailman/Cgi/options.py:328
-#: Mailman/Cgi/options.py:456 Mailman/Cgi/options.py:672
+#: Mailman/Cgi/options.py:286 Mailman/Cgi/options.py:329
+#: Mailman/Cgi/options.py:457 Mailman/Cgi/options.py:673
msgid "Note: "
msgstr ""
-#: Mailman/Cgi/options.py:290
+#: Mailman/Cgi/options.py:291
msgid "List subscriptions for %(safeuser)s on %(hostname)s"
msgstr "Abonamentos de %(safeuser)s in %(hostname)s"
-#: Mailman/Cgi/options.py:293
+#: Mailman/Cgi/options.py:294
msgid ""
"Click on a link to visit your options page for the\n"
" requested mailing list."
@@ -2359,22 +2361,22 @@ msgstr ""
"Clicca sur un ligamine pro visitar tu pagina de optiones\n"
" pro le lista seligite."
-#: Mailman/Cgi/options.py:325
+#: Mailman/Cgi/options.py:326
msgid ""
"The list administrator may not change the names\n"
" or addresses for this user's other subscriptions. However, the\n"
" subscription for this mailing list has been changed."
msgstr ""
-#: Mailman/Cgi/options.py:348
+#: Mailman/Cgi/options.py:349
msgid "Addresses did not match!"
msgstr "Le adresses non corresponde!"
-#: Mailman/Cgi/options.py:353
+#: Mailman/Cgi/options.py:354
msgid "You are already using that email address"
msgstr "Tu jam usa iste adresse de e-posta"
-#: Mailman/Cgi/options.py:365
+#: Mailman/Cgi/options.py:366
msgid ""
"The new address you requested %(newaddr)s is already a member of the\n"
"%(listname)s mailing list, however you have also requested a global change "
@@ -2388,31 +2390,31 @@ msgstr ""
"Post tu confirmation, tote altere listas continente le adresse\n"
"%(safeuser)s essera cambiate. "
-#: Mailman/Cgi/options.py:374
+#: Mailman/Cgi/options.py:375
msgid "The new address is already a member: %(newaddr)s"
msgstr "Le nove adresse jam es un membro: %(newaddr)s"
-#: Mailman/Cgi/options.py:380
+#: Mailman/Cgi/options.py:381
msgid "Addresses may not be blank"
msgstr "Adresses non pote esser vacue"
-#: Mailman/Cgi/options.py:394
+#: Mailman/Cgi/options.py:395
msgid "A confirmation message has been sent to %(newaddr)s. "
msgstr "Un message de confirmation ha essite inviate a %(newaddr)s."
-#: Mailman/Cgi/options.py:403
+#: Mailman/Cgi/options.py:404
msgid "Bad email address provided"
msgstr "Adresse de e-posta errate"
-#: Mailman/Cgi/options.py:405
+#: Mailman/Cgi/options.py:406
msgid "Illegal email address provided"
msgstr "Adresse de e-posta illegal"
-#: Mailman/Cgi/options.py:407
+#: Mailman/Cgi/options.py:408
msgid "%(newaddr)s is already a member of the list."
msgstr "%(newaddr)s jam es un membro del lista."
-#: Mailman/Cgi/options.py:410
+#: Mailman/Cgi/options.py:411
#, fuzzy
msgid ""
"%(newaddr)s is banned from this list. If you\n"
@@ -2425,11 +2427,11 @@ msgstr ""
"(es) del\n"
"lista a %(listowner)s."
-#: Mailman/Cgi/options.py:421
+#: Mailman/Cgi/options.py:422
msgid "Member name successfully changed. "
msgstr "Le nomine del abonato ha essite cambiate con successo. "
-#: Mailman/Cgi/options.py:431
+#: Mailman/Cgi/options.py:432
#, fuzzy
msgid ""
"The list administrator may not change the\n"
@@ -2440,15 +2442,15 @@ msgstr ""
"comocunque\n"
" tote tu altere optiones ha essite activate con successo."
-#: Mailman/Cgi/options.py:440
+#: Mailman/Cgi/options.py:441
msgid "Passwords may not be blank"
msgstr "Contrasignos non pote esser vacue"
-#: Mailman/Cgi/options.py:445
+#: Mailman/Cgi/options.py:446
msgid "Passwords did not match!"
msgstr "Le contrasignos non corresponde!"
-#: Mailman/Cgi/options.py:453
+#: Mailman/Cgi/options.py:454
#, fuzzy
msgid ""
"The list administrator may not change the\n"
@@ -2460,12 +2462,12 @@ msgstr ""
"comocunque\n"
" tote tu altere optiones ha essite activate con successo."
-#: Mailman/Cgi/options.py:470 Mailman/Commands/cmd_password.py:83
+#: Mailman/Cgi/options.py:471 Mailman/Commands/cmd_password.py:83
#: Mailman/Commands/cmd_password.py:109
msgid "Password successfully changed."
msgstr "Contrasigno cambiate con successo."
-#: Mailman/Cgi/options.py:479
+#: Mailman/Cgi/options.py:480
msgid ""
"You must confirm your unsubscription request by turning\n"
" on the checkbox below the <em>Unsubscribe</em> button. You\n"
@@ -2475,11 +2477,11 @@ msgstr ""
" le cella sub le button <em>Disabona</em>. Tu\n"
" ancora non ha essite disabonate!"
-#: Mailman/Cgi/options.py:511
+#: Mailman/Cgi/options.py:512
msgid "Unsubscription results"
msgstr "Resultatos del disabonamento"
-#: Mailman/Cgi/options.py:515
+#: Mailman/Cgi/options.py:516
msgid ""
"Your unsubscription request has been received and\n"
" forwarded on to the list moderators for approval. You will\n"
@@ -2491,7 +2493,7 @@ msgstr ""
" un notification post que le moderatores ha prendite lor\n"
" decision."
-#: Mailman/Cgi/options.py:520
+#: Mailman/Cgi/options.py:521
msgid ""
"You have been successfully unsubscribed from the\n"
" mailing list %(fqdn_listname)s. If you were receiving digest\n"
@@ -2505,7 +2507,7 @@ msgstr ""
" Si tu ha alicun question super tu disabonamento, per favor\n"
" contacta le proprietarios del lista a %(owneraddr)s.\n"
-#: Mailman/Cgi/options.py:669
+#: Mailman/Cgi/options.py:670
msgid ""
"The list administrator may not change the\n"
" options for this user's other subscriptions. However the\n"
@@ -2513,7 +2515,7 @@ msgid ""
" changed."
msgstr ""
-#: Mailman/Cgi/options.py:679
+#: Mailman/Cgi/options.py:680
msgid ""
"The list administrator has disabled digest delivery for\n"
" this list, so your delivery option has not been set. However "
@@ -2525,7 +2527,7 @@ msgstr ""
"comocunque\n"
" tote tu altere optiones ha essite activate con successo."
-#: Mailman/Cgi/options.py:683
+#: Mailman/Cgi/options.py:684
msgid ""
"The list administrator has disabled non-digest delivery\n"
" for this list, so your delivery option has not been set. "
@@ -2537,63 +2539,63 @@ msgstr ""
"comocunque\n"
" tote tu altere optiones ha essite activate con successo."
-#: Mailman/Cgi/options.py:687
+#: Mailman/Cgi/options.py:688
msgid "You have successfully set your options."
msgstr "Tu ha editate tu optiones con successo."
-#: Mailman/Cgi/options.py:690
+#: Mailman/Cgi/options.py:691
msgid "You may get one last digest."
msgstr "Tu poterea reciper un ultime summario."
-#: Mailman/Cgi/options.py:762
+#: Mailman/Cgi/options.py:763
msgid "<em>Yes, I really want to unsubscribe</em>"
msgstr "<em>Si, io vermente vole disabonar me</em>"
-#: Mailman/Cgi/options.py:766
+#: Mailman/Cgi/options.py:767
msgid "Change My Password"
msgstr "Cambia mi contrasigno"
-#: Mailman/Cgi/options.py:769
+#: Mailman/Cgi/options.py:770
msgid "List my other subscriptions"
msgstr "Lista mi altere abonamentos"
-#: Mailman/Cgi/options.py:775
+#: Mailman/Cgi/options.py:776
msgid "Email My Password To Me"
msgstr "Invia me mi contrasigno per e-posta"
-#: Mailman/Cgi/options.py:777
+#: Mailman/Cgi/options.py:778
msgid "password"
msgstr "contrasigno"
-#: Mailman/Cgi/options.py:779
+#: Mailman/Cgi/options.py:780
msgid "Log out"
msgstr "Claude session"
-#: Mailman/Cgi/options.py:781
+#: Mailman/Cgi/options.py:782
msgid "Submit My Changes"
msgstr "Confirma mi cambios"
-#: Mailman/Cgi/options.py:793
+#: Mailman/Cgi/options.py:794
msgid "days"
msgstr "dies"
-#: Mailman/Cgi/options.py:795
+#: Mailman/Cgi/options.py:796
msgid "day"
msgstr "die"
-#: Mailman/Cgi/options.py:796
+#: Mailman/Cgi/options.py:797
msgid "%(days)d %(units)s"
msgstr "%(days)d %(units)s"
-#: Mailman/Cgi/options.py:802
+#: Mailman/Cgi/options.py:803
msgid "Change My Address and Name"
msgstr "Cambia mi adresse e nomine"
-#: Mailman/Cgi/options.py:828
+#: Mailman/Cgi/options.py:829
msgid "<em>No topics defined</em>"
msgstr "<em>Nulle thema definite</em>"
-#: Mailman/Cgi/options.py:836
+#: Mailman/Cgi/options.py:837
msgid ""
"\n"
"You are subscribed to this list with the case-preserved address\n"
@@ -2603,19 +2605,19 @@ msgstr ""
"Tu es abonate al lista con le adresse sin variationes de maiusculas\n"
"<em>%(cpuser)s</em>."
-#: Mailman/Cgi/options.py:850
+#: Mailman/Cgi/options.py:851
msgid "%(realname)s list: member options login page"
msgstr "Lista %(realname)s: pagina de entrata al optiones del membro"
-#: Mailman/Cgi/options.py:851
+#: Mailman/Cgi/options.py:852
msgid "email address and "
msgstr "adresse de e-posta e "
-#: Mailman/Cgi/options.py:854
+#: Mailman/Cgi/options.py:855
msgid "%(realname)s list: member options for user %(safeuser)s"
msgstr "Lista %(realname)s: optiones del usator %(safeuser)s"
-#: Mailman/Cgi/options.py:880
+#: Mailman/Cgi/options.py:881
msgid ""
"In order to change your membership option, you must\n"
" first log in by giving your %(extra)smembership password in the section\n"
@@ -2645,19 +2647,19 @@ msgstr ""
" o tu cambios non habera ulle effecto.\n"
" "
-#: Mailman/Cgi/options.py:894
+#: Mailman/Cgi/options.py:895
msgid "Email address:"
msgstr "Adresse e-posta:"
-#: Mailman/Cgi/options.py:898
+#: Mailman/Cgi/options.py:899
msgid "Password:"
msgstr "Contrasigno:"
-#: Mailman/Cgi/options.py:900
+#: Mailman/Cgi/options.py:901
msgid "Log in"
msgstr "Aperi session"
-#: Mailman/Cgi/options.py:908
+#: Mailman/Cgi/options.py:909
msgid ""
"By clicking on the <em>Unsubscribe</em> button, a\n"
" confirmation message will be emailed to you. This message will have a\n"
@@ -2672,11 +2674,11 @@ msgstr ""
"message\n"
" de confirmation)."
-#: Mailman/Cgi/options.py:916
+#: Mailman/Cgi/options.py:917
msgid "Password reminder"
msgstr "Promemoria del contrasigno"
-#: Mailman/Cgi/options.py:920
+#: Mailman/Cgi/options.py:921
msgid ""
"By clicking on the <em>Remind</em> button, your\n"
" password will be emailed to you."
@@ -2684,27 +2686,27 @@ msgstr ""
"Post cliccar le button <em>Promemoria</em> button, tu\n"
" contrasigno te essera inviate in e-posta."
-#: Mailman/Cgi/options.py:923
+#: Mailman/Cgi/options.py:924
msgid "Remind"
msgstr "Promemoria"
-#: Mailman/Cgi/options.py:1023
+#: Mailman/Cgi/options.py:1024
msgid "<missing>"
msgstr "<mancante>"
-#: Mailman/Cgi/options.py:1034
+#: Mailman/Cgi/options.py:1035
msgid "Requested topic is not valid: %(topicname)s"
msgstr "Le thema non es valide: %(topicname)s"
-#: Mailman/Cgi/options.py:1039
+#: Mailman/Cgi/options.py:1040
msgid "Topic filter details"
msgstr "Detalios de filtro de themas"
-#: Mailman/Cgi/options.py:1042
+#: Mailman/Cgi/options.py:1043
msgid "Name:"
msgstr "Nomine:"
-#: Mailman/Cgi/options.py:1044
+#: Mailman/Cgi/options.py:1045
msgid "Pattern (as regexp):"
msgstr "Motivo (como expression regular):"
@@ -2765,8 +2767,9 @@ msgid "Permanently remove mailing list <em>%(realname)s</em>"
msgstr "Remove permanentemente le lista <em>%(realname)s</em>"
#: Mailman/Cgi/rmlist.py:204
+#, fuzzy
msgid ""
-"This page allows you as the list owner, to permanent\n"
+"This page allows you as the list owner, to permanently\n"
" remove this mailing list from the system. <strong>This action is not\n"
" undoable</strong> so you should undertake it only if you are absolutely\n"
" sure this mailing list has served its purpose and is no longer "
@@ -5629,9 +5632,10 @@ msgstr ""
" type=\"hidden\" name=\"new_member_options\" value=\"ignore\">"
#: Mailman/Gui/General.py:346
+#, fuzzy
msgid ""
"When a new member is subscribed to this list, their initial\n"
-" set of options is taken from the this variable's setting."
+" set of options is taken from this variable's setting."
msgstr ""
"Quando un nove membro se abona a iste lista, le serie de\n"
" preferentias initial es prendite del preferentias de iste "
@@ -5810,18 +5814,18 @@ msgstr ""
#: Mailman/Gui/General.py:426
msgid ""
-"\"<a href=\"http://www.faqs.org/rfcs/rfc2822.html\">RFC\n"
+"<a href=\"http://www.faqs.org/rfcs/rfc2822.html\">RFC\n"
" 2822</a> defines the <tt>Sender</tt> header and defines it\n"
" as \"the mailbox of the agent responsible for the actual\n"
" transmission of the message.\" Mailman replaces this "
"header\n"
-" per default with the list's bounce address.\n"
+" by default with the list's bounce address.\n"
" \n"
" <p>While it is debatable if Mailman is such an agent, "
"setting\n"
" this header helps directing bounces from some broken MTAs "
"to\n"
-" the right destination. On the other hand do some mail\n"
+" the right destination. On the other hand, some mail\n"
" readers show unexpected behaviour if this header is set "
"(like\n"
" missing addresses in forwarded mails and copies sent to "
@@ -6058,6 +6062,7 @@ msgstr ""
" capacitate."
#: Mailman/Gui/NonDigest.py:61
+#, fuzzy
msgid ""
"Normally, Mailman sends the regular delivery messages to\n"
" the mail server in batches. This is much more efficent\n"
@@ -6090,7 +6095,7 @@ msgid ""
" address.\n"
"\n"
" <p>When personalization is enabled, a few more expansion\n"
-" variables that can be included in the <a\n"
+" variables can be included in the <a\n"
" href=\"?VARHELP=nondigest/msg_header\">message header</a> "
"and\n"
" <a href=\"?VARHELP=nondigest/msg_footer\">message footer</"
@@ -6235,11 +6240,12 @@ msgid "Scrub attachments of regular delivery message?"
msgstr "Remove attachamentos de message livrate regularmente?"
#: Mailman/Gui/NonDigest.py:142
+#, fuzzy
msgid ""
-"When you scrub attachments, they are stored in archive\n"
+"When you scrub attachments, they are stored in the archive\n"
" area and links are made in the message so that the member can\n"
-" access via web browser. If you want the attachments totally\n"
-" disappear, you can use content filter options."
+" access them via a web browser. If you want the attachments to\n"
+" totally disappear, you can use content filtering options."
msgstr ""
"Quando tu remove attachamentos, illos es conservate in le area del\n"
" archivo, e ligamines es create in le message assi que le membro "
@@ -7803,7 +7809,7 @@ msgstr "Visita le lista del abonatos"
msgid "Once a month, your password will be emailed to you as a reminder."
msgstr "Un vice cata mense, tu contrasigno te essera inviate como pro memoria."
-#: Mailman/HTMLFormatter.py:393
+#: Mailman/HTMLFormatter.py:394
msgid "The current archive"
msgstr "Le archivo currente"
@@ -8424,83 +8430,83 @@ msgstr "Conducite per Python"
msgid "Gnu's Not Unix"
msgstr "GNU non es Unix"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Mon"
msgstr "Lun"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Thu"
msgstr "Jov"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Tue"
msgstr "Mar"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Wed"
msgstr "Mer"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Fri"
msgstr "Ven"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Sat"
msgstr "Sab"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Sun"
msgstr "Dom"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Apr"
msgstr "Apr"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Feb"
msgstr "Feb"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Jan"
msgstr "Jan"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Jun"
msgstr "Jun"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Mar"
msgstr "Mar"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Aug"
msgstr "Aug"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Dec"
msgstr "Dec"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Jul"
msgstr "Jul"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Nov"
msgstr "Nov"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Oct"
msgstr "Oct"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Sep"
msgstr "Sep"
-#: Mailman/i18n.py:107
+#: Mailman/i18n.py:111
msgid "Server Local Time"
msgstr "Tempore local"
-#: Mailman/i18n.py:146
+#: Mailman/i18n.py:150
msgid ""
"%(wday)s %(mon)s %(day)2i %(hh)02i:%(mm)02i:%(ss)02i %(tzname)s %(year)04i"
msgstr ""
diff --git a/messages/it/LC_MESSAGES/mailman.po b/messages/it/LC_MESSAGES/mailman.po
index e61bc6a9..49264d4b 100644
--- a/messages/it/LC_MESSAGES/mailman.po
+++ b/messages/it/LC_MESSAGES/mailman.po
@@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: mailman\n"
-"POT-Creation-Date: Tue Jul 27 08:05:43 2010\n"
+"POT-Creation-Date: Fri Sep 10 10:50:49 2010\n"
"PO-Revision-Date: 2008-03-24 19:19+0100\n"
"Last-Translator: Simone Piunno <pioppo@ferrara.linux.it>\n"
"Language-Team: <it@li.org>\n"
@@ -102,7 +102,7 @@ msgstr "Luglio"
msgid "June"
msgstr "Giugno"
-#: Mailman/Archiver/HyperArch.py:923 Mailman/i18n.py:103
+#: Mailman/Archiver/HyperArch.py:923 Mailman/i18n.py:107
msgid "May"
msgstr "Maggio"
@@ -301,10 +301,12 @@ msgstr ""
" riceveranno posta."
#: Mailman/Cgi/admin.py:194
+#, fuzzy
msgid ""
"You have regular list members but non-digestified mail is\n"
-" turned off. They will receive mail until you fix this\n"
-" problem."
+" turned off. They will receive non-digestified mail until "
+"you\n"
+" fix this problem."
msgstr ""
"Hai degli iscritti regolari ma le impostazioni della lista lo vietano.\n"
" Essi riceveranno i messaggi normalmente finch non\n"
@@ -562,7 +564,7 @@ msgstr "Regexp:"
# /home/mailman/Mailman/Cgi/admin.py:260
# /home/mailman/Mailman/Cgi/admin.py:352
# /home/mailman/Mailman/Cgi/listinfo.py:159
-#: Mailman/Cgi/admin.py:709 Mailman/Cgi/options.py:1046
+#: Mailman/Cgi/admin.py:709 Mailman/Cgi/options.py:1047
msgid "Description:"
msgstr "Descrizione:"
@@ -1751,8 +1753,8 @@ msgstr ""
" richiesta di cancellazione."
# /home/mailman/Mailman/Cgi/admindb.py:213
-#: Mailman/Cgi/confirm.py:491 Mailman/Cgi/options.py:760
-#: Mailman/Cgi/options.py:904 Mailman/Cgi/options.py:914
+#: Mailman/Cgi/confirm.py:491 Mailman/Cgi/options.py:761
+#: Mailman/Cgi/options.py:905 Mailman/Cgi/options.py:915
msgid "Unsubscribe"
msgstr "Cancellami"
@@ -2481,7 +2483,7 @@ msgid "Edit Options"
msgstr "Modifica Opzioni"
# /home/mailman/Mailman/Cgi/listinfo.py:199
-#: Mailman/Cgi/listinfo.py:201 Mailman/Cgi/options.py:869
+#: Mailman/Cgi/listinfo.py:201 Mailman/Cgi/options.py:870
#: Mailman/Cgi/roster.py:118
msgid "View this page in"
msgstr "Vedi questa pagina in"
@@ -2511,8 +2513,8 @@ msgstr "Nessun indirizzo fornito"
msgid "Illegal Email Address: %(safeuser)s"
msgstr "Indirizzo email errato/non valido: %(safeuser)s"
-#: Mailman/Cgi/options.py:128 Mailman/Cgi/options.py:192
-#: Mailman/Cgi/options.py:214
+#: Mailman/Cgi/options.py:128 Mailman/Cgi/options.py:193
+#: Mailman/Cgi/options.py:215
msgid "No such member: %(safeuser)s."
msgstr "Nessun iscritto: %(safeuser)s."
@@ -2524,20 +2526,20 @@ msgstr ""
"La tua richiesta di iscrizione stata inoltrata \n"
"all'amministratore della lista per essere approvata."
-#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:197
+#: Mailman/Cgi/options.py:184 Mailman/Cgi/options.py:198
msgid "The confirmation email has been sent."
msgstr "L'email di conferma &egrave; stata spedita."
-#: Mailman/Cgi/options.py:208 Mailman/Cgi/options.py:220
-#: Mailman/Cgi/options.py:277
+#: Mailman/Cgi/options.py:209 Mailman/Cgi/options.py:221
+#: Mailman/Cgi/options.py:278
msgid "A reminder of your password has been emailed to you."
msgstr "Un promemoria della tua password ti &egrave; stato inviato."
-#: Mailman/Cgi/options.py:249
+#: Mailman/Cgi/options.py:250
msgid "Authentication failed."
msgstr "Autenticazione fallita."
-#: Mailman/Cgi/options.py:284
+#: Mailman/Cgi/options.py:285
msgid ""
"The list administrator may not view the other\n"
" subscriptions for this user."
@@ -2545,24 +2547,24 @@ msgstr ""
"L'amministratore della lista non pu vedere le altre iscrizioni di questo "
"utente."
-#: Mailman/Cgi/options.py:285 Mailman/Cgi/options.py:328
-#: Mailman/Cgi/options.py:456 Mailman/Cgi/options.py:672
+#: Mailman/Cgi/options.py:286 Mailman/Cgi/options.py:329
+#: Mailman/Cgi/options.py:457 Mailman/Cgi/options.py:673
msgid "Note: "
msgstr "Nota: "
# /home/mailman/Mailman/Cgi/handle_opts.py:147
-#: Mailman/Cgi/options.py:290
+#: Mailman/Cgi/options.py:291
msgid "List subscriptions for %(safeuser)s on %(hostname)s"
msgstr "Lista delle iscrizioni per %(safeuser)s su %(hostname)s"
# /home/mailman/Mailman/Cgi/handle_opts.py:149
-#: Mailman/Cgi/options.py:293
+#: Mailman/Cgi/options.py:294
msgid ""
"Click on a link to visit your options page for the\n"
" requested mailing list."
msgstr "Clicca su un link per visitare le tue opzioni per la lista"
-#: Mailman/Cgi/options.py:325
+#: Mailman/Cgi/options.py:326
msgid ""
"The list administrator may not change the names\n"
" or addresses for this user's other subscriptions. However, the\n"
@@ -2573,16 +2575,16 @@ msgstr ""
"a\n"
" questa lista stata cambiata."
-#: Mailman/Cgi/options.py:348
+#: Mailman/Cgi/options.py:349
msgid "Addresses did not match!"
msgstr "Gli indirizzi non sono uguali|"
# /home/mailman/Mailman/MailCommandHandler.py:351
-#: Mailman/Cgi/options.py:353
+#: Mailman/Cgi/options.py:354
msgid "You are already using that email address"
msgstr "Stai gi usando questo indirizzo"
-#: Mailman/Cgi/options.py:365
+#: Mailman/Cgi/options.py:366
msgid ""
"The new address you requested %(newaddr)s is already a member of the\n"
"%(listname)s mailing list, however you have also requested a global change "
@@ -2595,34 +2597,34 @@ msgstr ""
"cambio globale di indirizzo. Se confermi, ogni altra lista contenente\n"
"l'indirizzo %(safeuser)s sar&agrave; cambiata."
-#: Mailman/Cgi/options.py:374
+#: Mailman/Cgi/options.py:375
msgid "The new address is already a member: %(newaddr)s"
msgstr "Il nuovo indirizzo gi un iscritto: %(newaddr)s"
-#: Mailman/Cgi/options.py:380
+#: Mailman/Cgi/options.py:381
msgid "Addresses may not be blank"
msgstr "Gli indirizzi non possono essere vuoti"
-#: Mailman/Cgi/options.py:394
+#: Mailman/Cgi/options.py:395
msgid "A confirmation message has been sent to %(newaddr)s. "
msgstr "Una richiesta di conferma &egrave; stata spedita a %(newaddr)s"
# /home/mailman/Mailman/Cgi/admin.py:861
-#: Mailman/Cgi/options.py:403
+#: Mailman/Cgi/options.py:404
msgid "Bad email address provided"
msgstr "Indirizzo email errato/non valido"
# /home/mailman/Mailman/Cgi/admin.py:861
-#: Mailman/Cgi/options.py:405
+#: Mailman/Cgi/options.py:406
msgid "Illegal email address provided"
msgstr "Indirizzo email errato/non valido"
# /home/mailman/Mailman/MailCommandHandler.py:297
-#: Mailman/Cgi/options.py:407
+#: Mailman/Cgi/options.py:408
msgid "%(newaddr)s is already a member of the list."
msgstr "%(newaddr)s gi iscritto alla lista."
-#: Mailman/Cgi/options.py:410
+#: Mailman/Cgi/options.py:411
msgid ""
"%(newaddr)s is banned from this list. If you\n"
" think this restriction is erroneous, please contact\n"
@@ -2633,11 +2635,11 @@ msgstr ""
"della lista all'indirizzo %(owneraddr)s."
# /home/mailman/Mailman/Cgi/edithtml.py:194
-#: Mailman/Cgi/options.py:421
+#: Mailman/Cgi/options.py:422
msgid "Member name successfully changed. "
msgstr "Nome dell'iscritto modificato con successo."
-#: Mailman/Cgi/options.py:431
+#: Mailman/Cgi/options.py:432
#, fuzzy
msgid ""
"The list administrator may not change the\n"
@@ -2646,15 +2648,15 @@ msgstr ""
"L'amministratore della lista non pu vedere le altre iscrizioni di questo "
"utente."
-#: Mailman/Cgi/options.py:440
+#: Mailman/Cgi/options.py:441
msgid "Passwords may not be blank"
msgstr "Le password non possono essere vuote"
-#: Mailman/Cgi/options.py:445
+#: Mailman/Cgi/options.py:446
msgid "Passwords did not match!"
msgstr "Le password non sono uguali!"
-#: Mailman/Cgi/options.py:453
+#: Mailman/Cgi/options.py:454
msgid ""
"The list administrator may not change the\n"
" password for this user's other subscriptions. However, the\n"
@@ -2665,12 +2667,12 @@ msgstr ""
" per questa lista &egrave; stata cambiata."
# /home/mailman/Mailman/Cgi/edithtml.py:194
-#: Mailman/Cgi/options.py:470 Mailman/Commands/cmd_password.py:83
+#: Mailman/Cgi/options.py:471 Mailman/Commands/cmd_password.py:83
#: Mailman/Commands/cmd_password.py:109
msgid "Password successfully changed."
msgstr "Password modificata con successo."
-#: Mailman/Cgi/options.py:479
+#: Mailman/Cgi/options.py:480
msgid ""
"You must confirm your unsubscription request by turning\n"
" on the checkbox below the <em>Unsubscribe</em> button. You\n"
@@ -2681,11 +2683,11 @@ msgstr ""
" Non sei stato cancellato!"
# /home/mailman/Mailman/Cgi/admindb.py:289
-#: Mailman/Cgi/options.py:511
+#: Mailman/Cgi/options.py:512
msgid "Unsubscription results"
msgstr "Risultati di cancellazione"
-#: Mailman/Cgi/options.py:515
+#: Mailman/Cgi/options.py:516
msgid ""
"Your unsubscription request has been received and\n"
" forwarded on to the list moderators for approval. You will\n"
@@ -2697,7 +2699,7 @@ msgstr ""
" Riceverai una notifica quando i moderatori avranno \n"
" preso una decisione."
-#: Mailman/Cgi/options.py:520
+#: Mailman/Cgi/options.py:521
msgid ""
"You have been successfully unsubscribed from the\n"
" mailing list %(fqdn_listname)s. If you were receiving digest\n"
@@ -2712,7 +2714,7 @@ msgstr ""
" a proposito della tua cancellazione, contatta i gestori della\n"
" lista all'indirizzo %(owneraddr)s."
-#: Mailman/Cgi/options.py:669
+#: Mailman/Cgi/options.py:670
msgid ""
"The list administrator may not change the\n"
" options for this user's other subscriptions. However the\n"
@@ -2723,7 +2725,7 @@ msgstr ""
" iscrizioni di questo utente. Tuttavia, le opzioni per\n"
" l'iscrizione a questa lista sono state cambiate."
-#: Mailman/Cgi/options.py:679
+#: Mailman/Cgi/options.py:680
msgid ""
"The list administrator has disabled digest delivery for\n"
" this list, so your delivery option has not been set. However "
@@ -2735,7 +2737,7 @@ msgstr ""
" state modificate. In ogni caso tutti gli altri parametri\n"
" sono stati salvati correttamente."
-#: Mailman/Cgi/options.py:683
+#: Mailman/Cgi/options.py:684
msgid ""
"The list administrator has disabled non-digest delivery\n"
" for this list, so your delivery option has not been set. "
@@ -2748,69 +2750,69 @@ msgstr ""
" sono stati salvati correttamente."
# /home/mailman/Mailman/Cgi/handle_opts.py:242
-#: Mailman/Cgi/options.py:687
+#: Mailman/Cgi/options.py:688
msgid "You have successfully set your options."
msgstr "Le tue opzioni sono state modificate con successo."
# /home/mailman/Mailman/Cgi/handle_opts.py:248
-#: Mailman/Cgi/options.py:690
+#: Mailman/Cgi/options.py:691
msgid "You may get one last digest."
msgstr "Potresti ricevere un ultimo digest."
-#: Mailman/Cgi/options.py:762
+#: Mailman/Cgi/options.py:763
msgid "<em>Yes, I really want to unsubscribe</em>"
msgstr "<em>S&igrave;, voglio veramente cancellarmi</em>"
# /home/mailman/Mailman/Cgi/options.py:140
-#: Mailman/Cgi/options.py:766
+#: Mailman/Cgi/options.py:767
msgid "Change My Password"
msgstr "Cambia la mia password"
# /home/mailman/Mailman/Cgi/options.py:138
-#: Mailman/Cgi/options.py:769
+#: Mailman/Cgi/options.py:770
msgid "List my other subscriptions"
msgstr "Elenco delle altre mie iscrizioni"
# /home/mailman/Mailman/Cgi/options.py:146
-#: Mailman/Cgi/options.py:775
+#: Mailman/Cgi/options.py:776
msgid "Email My Password To Me"
msgstr "Mandami la mia password via email"
# /home/mailman/Mailman/Cgi/options.py:149
-#: Mailman/Cgi/options.py:777
+#: Mailman/Cgi/options.py:778
msgid "password"
msgstr "password"
-#: Mailman/Cgi/options.py:779
+#: Mailman/Cgi/options.py:780
msgid "Log out"
msgstr "Termina Sessione"
-#: Mailman/Cgi/options.py:781
+#: Mailman/Cgi/options.py:782
msgid "Submit My Changes"
msgstr "Esegui le variazioni"
-#: Mailman/Cgi/options.py:793
+#: Mailman/Cgi/options.py:794
msgid "days"
msgstr "giorni"
-#: Mailman/Cgi/options.py:795
+#: Mailman/Cgi/options.py:796
msgid "day"
msgstr "giorno"
-#: Mailman/Cgi/options.py:796
+#: Mailman/Cgi/options.py:797
msgid "%(days)d %(units)s"
msgstr "%(days)d %(units)s"
-#: Mailman/Cgi/options.py:802
+#: Mailman/Cgi/options.py:803
msgid "Change My Address and Name"
msgstr "Cambia il mio nome e indirizzo"
-#: Mailman/Cgi/options.py:828
+#: Mailman/Cgi/options.py:829
msgid "<em>No topics defined</em>"
msgstr "<em>Non sono stati definiti argomenti</em>"
# /home/mailman/Mailman/Cgi/options.py:151
-#: Mailman/Cgi/options.py:836
+#: Mailman/Cgi/options.py:837
msgid ""
"\n"
"You are subscribed to this list with the case-preserved address\n"
@@ -2821,20 +2823,20 @@ msgstr ""
"(conservando maiuscole e minuscole)\n"
"<em>%(cpuser)s</em>."
-#: Mailman/Cgi/options.py:850
+#: Mailman/Cgi/options.py:851
msgid "%(realname)s list: member options login page"
msgstr "lista %(realname)s: login alla pagina di opzioni per gli iscritti"
# /home/mailman/Mailman/Cgi/admin.py:861
-#: Mailman/Cgi/options.py:851
+#: Mailman/Cgi/options.py:852
msgid "email address and "
msgstr "indirizzo email e"
-#: Mailman/Cgi/options.py:854
+#: Mailman/Cgi/options.py:855
msgid "%(realname)s list: member options for user %(safeuser)s"
msgstr "Lista %(realname)s: opzioni di iscrizione per %(safeuser)s"
-#: Mailman/Cgi/options.py:880
+#: Mailman/Cgi/options.py:881
msgid ""
"In order to change your membership option, you must\n"
" first log in by giving your %(extra)smembership password in the section\n"
@@ -2866,20 +2868,20 @@ msgstr ""
# In this entry insert a space at the end of string, it will be stripped.
# /home/mailman/Mailman/HTMLFormatter.py:287
-#: Mailman/Cgi/options.py:894
+#: Mailman/Cgi/options.py:895
msgid "Email address:"
msgstr "Indirizzo email:"
# /home/mailman/Mailman/HTMLFormatter.py:301
-#: Mailman/Cgi/options.py:898
+#: Mailman/Cgi/options.py:899
msgid "Password:"
msgstr "Password:"
-#: Mailman/Cgi/options.py:900
+#: Mailman/Cgi/options.py:901
msgid "Log in"
msgstr "Entra"
-#: Mailman/Cgi/options.py:908
+#: Mailman/Cgi/options.py:909
msgid ""
"By clicking on the <em>Unsubscribe</em> button, a\n"
" confirmation message will be emailed to you. This message will have a\n"
@@ -2894,11 +2896,11 @@ msgstr ""
" email; vedi le istruzioni nel messaggio)."
# /home/mailman/Mailman/HTMLFormatter.py:301
-#: Mailman/Cgi/options.py:916
+#: Mailman/Cgi/options.py:917
msgid "Password reminder"
msgstr "Promemoria password"
-#: Mailman/Cgi/options.py:920
+#: Mailman/Cgi/options.py:921
msgid ""
"By clicking on the <em>Remind</em> button, your\n"
" password will be emailed to you."
@@ -2906,27 +2908,27 @@ msgstr ""
"Cliccando sul pulsante <em>Promemoria</em>,\n"
" ti sar&agrave; spedita la tua password."
-#: Mailman/Cgi/options.py:923
+#: Mailman/Cgi/options.py:924
msgid "Remind"
msgstr "Promemoria"
-#: Mailman/Cgi/options.py:1023
+#: Mailman/Cgi/options.py:1024
msgid "<missing>"
msgstr "<mancante>"
-#: Mailman/Cgi/options.py:1034
+#: Mailman/Cgi/options.py:1035
msgid "Requested topic is not valid: %(topicname)s"
msgstr "L'argomento richiesto non &egrave; valido: %(topicname)s"
-#: Mailman/Cgi/options.py:1039
+#: Mailman/Cgi/options.py:1040
msgid "Topic filter details"
msgstr "Dettagli sul filtro per argomenti"
-#: Mailman/Cgi/options.py:1042
+#: Mailman/Cgi/options.py:1043
msgid "Name:"
msgstr "Nome:"
-#: Mailman/Cgi/options.py:1044
+#: Mailman/Cgi/options.py:1045
msgid "Pattern (as regexp):"
msgstr "Pattern (come regexp):"
@@ -2998,8 +3000,9 @@ msgid "Permanently remove mailing list <em>%(realname)s</em>"
msgstr "Rimuovi permanentemente la lista <em>%(realname)s</em>"
#: Mailman/Cgi/rmlist.py:204
+#, fuzzy
msgid ""
-"This page allows you as the list owner, to permanent\n"
+"This page allows you as the list owner, to permanently\n"
" remove this mailing list from the system. <strong>This action is not\n"
" undoable</strong> so you should undertake it only if you are absolutely\n"
" sure this mailing list has served its purpose and is no longer "
@@ -5895,9 +5898,10 @@ msgstr ""
" type=\"hidden\" name=\"new_member_options\" value=\"ignore\">"
#: Mailman/Gui/General.py:346
+#, fuzzy
msgid ""
"When a new member is subscribed to this list, their initial\n"
-" set of options is taken from the this variable's setting."
+" set of options is taken from this variable's setting."
msgstr ""
"Quando un nuovo utente si iscrive alla lista, le sue opzioni\n"
" iniziali vengono prese da questa variabile."
@@ -6071,18 +6075,18 @@ msgstr ""
#: Mailman/Gui/General.py:426
msgid ""
-"\"<a href=\"http://www.faqs.org/rfcs/rfc2822.html\">RFC\n"
+"<a href=\"http://www.faqs.org/rfcs/rfc2822.html\">RFC\n"
" 2822</a> defines the <tt>Sender</tt> header and defines it\n"
" as \"the mailbox of the agent responsible for the actual\n"
" transmission of the message.\" Mailman replaces this "
"header\n"
-" per default with the list's bounce address.\n"
+" by default with the list's bounce address.\n"
" \n"
" <p>While it is debatable if Mailman is such an agent, "
"setting\n"
" this header helps directing bounces from some broken MTAs "
"to\n"
-" the right destination. On the other hand do some mail\n"
+" the right destination. On the other hand, some mail\n"
" readers show unexpected behaviour if this header is set "
"(like\n"
" missing addresses in forwarded mails and copies sent to "
@@ -6331,6 +6335,7 @@ msgstr ""
" importanti effetti sulle prestazioni."
#: Mailman/Gui/NonDigest.py:61
+#, fuzzy
msgid ""
"Normally, Mailman sends the regular delivery messages to\n"
" the mail server in batches. This is much more efficent\n"
@@ -6363,7 +6368,7 @@ msgid ""
" address.\n"
"\n"
" <p>When personalization is enabled, a few more expansion\n"
-" variables that can be included in the <a\n"
+" variables can be included in the <a\n"
" href=\"?VARHELP=nondigest/msg_header\">message header</a> "
"and\n"
" <a href=\"?VARHELP=nondigest/msg_footer\">message footer</"
@@ -6501,11 +6506,12 @@ msgid "Scrub attachments of regular delivery message?"
msgstr "Filtra gli allegati dei messaggi non-digest?"
#: Mailman/Gui/NonDigest.py:142
+#, fuzzy
msgid ""
-"When you scrub attachments, they are stored in archive\n"
+"When you scrub attachments, they are stored in the archive\n"
" area and links are made in the message so that the member can\n"
-" access via web browser. If you want the attachments totally\n"
-" disappear, you can use content filter options."
+" access them via a web browser. If you want the attachments to\n"
+" totally disappear, you can use content filtering options."
msgstr ""
"Quando gli allegati vengono filtrati, essi vengono salvati in un'area "
"archivio e vengono creati collegamenti nel testo del messaggio in modo che "
@@ -8145,7 +8151,7 @@ msgstr ""
"Una volta al mese, la tua password ti verr&agrave; spedita come promemoria."
# /home/mailman/Mailman/HTMLFormatter.py:373
-#: Mailman/HTMLFormatter.py:393
+#: Mailman/HTMLFormatter.py:394
msgid "The current archive"
msgstr "L'archivio corrente"
@@ -8768,64 +8774,64 @@ msgid "Gnu's Not Unix"
msgstr "Gnu's Not Unix"
# /home/mailman/Mailman/MailList.py:539
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Mon"
msgstr "Lun"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Thu"
msgstr "Gio"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Tue"
msgstr "Mar"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Wed"
msgstr "Mer"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Fri"
msgstr "Ven"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Sat"
msgstr "Sab"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Sun"
msgstr "Dom"
# /home/mailman/Mailman/Cgi/admindb.py:225
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Apr"
msgstr "Apr"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Feb"
msgstr "Feb"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Jan"
msgstr "Gen"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Jun"
msgstr "Giu"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Mar"
msgstr "Mar"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Aug"
msgstr "Ago"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Dec"
msgstr "Dic"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Jul"
msgstr "Lug"
@@ -8841,23 +8847,23 @@ msgstr "Lug"
# /home/mailman/Mailman/MailList.py:599 /home/mailman/Mailman/MailList.py:611
# /home/mailman/Mailman/MailList.py:614 /home/mailman/Mailman/MailList.py:642
# /home/mailman/Mailman/MailList.py:699 /home/mailman/Mailman/MailList.py:707
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Nov"
msgstr "Nov"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Oct"
msgstr "Ott"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Sep"
msgstr "Set"
-#: Mailman/i18n.py:107
+#: Mailman/i18n.py:111
msgid "Server Local Time"
msgstr "Ora locale del server"
-#: Mailman/i18n.py:146
+#: Mailman/i18n.py:150
msgid ""
"%(wday)s %(mon)s %(day)2i %(hh)02i:%(mm)02i:%(ss)02i %(tzname)s %(year)04i"
msgstr ""
diff --git a/messages/ja/LC_MESSAGES/mailman.po b/messages/ja/LC_MESSAGES/mailman.po
index de8d7caa..3d34e27c 100644
--- a/messages/ja/LC_MESSAGES/mailman.po
+++ b/messages/ja/LC_MESSAGES/mailman.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Mailman 2.1.11\n"
-"POT-Creation-Date: Tue Jul 27 08:05:43 2010\n"
+"POT-Creation-Date: Fri Sep 10 10:50:49 2010\n"
"PO-Revision-Date: 2008-07-06 09:00+09:00\n"
"Last-Translator: Tokio Kikuchi <tkikuchi@is.kochi-u.ac.jp>\n"
"Language-Team: Japanese <mmjp-users@mm.tkikuchi.net>\n"
@@ -98,7 +98,7 @@ msgstr "7"
msgid "June"
msgstr "6"
-#: Mailman/Archiver/HyperArch.py:923 Mailman/i18n.py:103
+#: Mailman/Archiver/HyperArch.py:923 Mailman/i18n.py:107
msgid "May"
msgstr "5"
@@ -278,10 +278,12 @@ msgstr ""
"ޤȤɤ߲ϥ᡼ޤ."
#: Mailman/Cgi/admin.py:194
+#, fuzzy
msgid ""
"You have regular list members but non-digestified mail is\n"
-" turned off. They will receive mail until you fix this\n"
-" problem."
+" turned off. They will receive non-digestified mail until "
+"you\n"
+" fix this problem."
msgstr ""
"ϥդǤޤ򤷤Ƥޤ.\n"
"꤬ޤ, ᡼³ޤ."
@@ -509,7 +511,7 @@ msgstr "̾:"
msgid "Regexp:"
msgstr "ɽ:"
-#: Mailman/Cgi/admin.py:709 Mailman/Cgi/options.py:1046
+#: Mailman/Cgi/admin.py:709 Mailman/Cgi/options.py:1047
msgid "Description:"
msgstr ":"
@@ -1556,8 +1558,8 @@ msgstr ""
"ǧμ³λˤ, <em></em>ܥ򲡤ޤ.\n"
"<p><em>󥻥롦˴</em>ܥäȤǤޤ."
-#: Mailman/Cgi/confirm.py:491 Mailman/Cgi/options.py:760
-#: Mailman/Cgi/options.py:904 Mailman/Cgi/options.py:914
+#: Mailman/Cgi/confirm.py:491 Mailman/Cgi/options.py:761
+#: Mailman/Cgi/options.py:905 Mailman/Cgi/options.py:915
msgid "Unsubscribe"
msgstr ""
@@ -2191,7 +2193,7 @@ msgstr ""
msgid "Edit Options"
msgstr "ץԽ"
-#: Mailman/Cgi/listinfo.py:201 Mailman/Cgi/options.py:869
+#: Mailman/Cgi/listinfo.py:201 Mailman/Cgi/options.py:870
#: Mailman/Cgi/roster.py:118
msgid "View this page in"
msgstr "ɽ"
@@ -2212,8 +2214,8 @@ msgstr "ɥ쥹ϤƤޤ"
msgid "Illegal Email Address: %(safeuser)s"
msgstr "ѤǤʤ᡼륢ɥ쥹: %(safeuser)s"
-#: Mailman/Cgi/options.py:128 Mailman/Cgi/options.py:192
-#: Mailman/Cgi/options.py:214
+#: Mailman/Cgi/options.py:128 Mailman/Cgi/options.py:193
+#: Mailman/Cgi/options.py:215
msgid "No such member: %(safeuser)s."
msgstr "Τ褦ʲϤޤ: %(safeuser)s."
@@ -2223,20 +2225,20 @@ msgid ""
" forwarded to the list administrator for approval."
msgstr "ǧ³ΤꥹȴԤžޤ."
-#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:197
+#: Mailman/Cgi/options.py:184 Mailman/Cgi/options.py:198
msgid "The confirmation email has been sent."
msgstr "ǧ᡼ޤ."
-#: Mailman/Cgi/options.py:208 Mailman/Cgi/options.py:220
-#: Mailman/Cgi/options.py:277
+#: Mailman/Cgi/options.py:209 Mailman/Cgi/options.py:221
+#: Mailman/Cgi/options.py:278
msgid "A reminder of your password has been emailed to you."
msgstr "ѥ˺Τޤ."
-#: Mailman/Cgi/options.py:249
+#: Mailman/Cgi/options.py:250
msgid "Authentication failed."
msgstr "ǧڼ"
-#: Mailman/Cgi/options.py:284
+#: Mailman/Cgi/options.py:285
msgid ""
"The list administrator may not view the other\n"
" subscriptions for this user."
@@ -2244,23 +2246,23 @@ msgstr ""
"ꥹȴԤϤβˤĤ¾򸫤뤳Ȥ\n"
"Ǥޤ."
-#: Mailman/Cgi/options.py:285 Mailman/Cgi/options.py:328
-#: Mailman/Cgi/options.py:456 Mailman/Cgi/options.py:672
+#: Mailman/Cgi/options.py:286 Mailman/Cgi/options.py:329
+#: Mailman/Cgi/options.py:457 Mailman/Cgi/options.py:673
msgid "Note: "
msgstr ":"
-#: Mailman/Cgi/options.py:290
+#: Mailman/Cgi/options.py:291
msgid "List subscriptions for %(safeuser)s on %(hostname)s"
msgstr "%(hostname)s Ǥ %(safeuser)s ΥꥹȲϿ"
-#: Mailman/Cgi/options.py:293
+#: Mailman/Cgi/options.py:294
msgid ""
"Click on a link to visit your options page for the\n"
" requested mailing list."
msgstr ""
"󥯤򥯥å, Υ᡼󥰥ꥹȤΥץڡ˰ưޤ."
-#: Mailman/Cgi/options.py:325
+#: Mailman/Cgi/options.py:326
msgid ""
"The list administrator may not change the names\n"
" or addresses for this user's other subscriptions. However, the\n"
@@ -2269,15 +2271,15 @@ msgstr ""
"ꥹȴԤ, β¾ΥꥹȤˤ̾᡼륢ɥ쥹\n"
"ѹ뤳ȤϤǤޤ. , ΥꥹȤˤĤƤѹޤ."
-#: Mailman/Cgi/options.py:348
+#: Mailman/Cgi/options.py:349
msgid "Addresses did not match!"
msgstr "ɥ쥹פޤ"
-#: Mailman/Cgi/options.py:353
+#: Mailman/Cgi/options.py:354
msgid "You are already using that email address"
msgstr "ˤΥ᡼륢ɥ쥹񤷤Ƥޤ."
-#: Mailman/Cgi/options.py:365
+#: Mailman/Cgi/options.py:366
msgid ""
"The new address you requested %(newaddr)s is already a member of the\n"
"%(listname)s mailing list, however you have also requested a global change "
@@ -2290,31 +2292,31 @@ msgstr ""
"ǧξ, %(safeuser)s ¾Τ٤ƤΥꥹȤϿƤ륢ɥ쥹\n"
"ѹޤ."
-#: Mailman/Cgi/options.py:374
+#: Mailman/Cgi/options.py:375
msgid "The new address is already a member: %(newaddr)s"
msgstr "ɥ쥹ϴѤߤǤ: %(newaddr)s"
-#: Mailman/Cgi/options.py:380
+#: Mailman/Cgi/options.py:381
msgid "Addresses may not be blank"
msgstr "ɥ쥹Ƥ"
-#: Mailman/Cgi/options.py:394
+#: Mailman/Cgi/options.py:395
msgid "A confirmation message has been sent to %(newaddr)s. "
msgstr "%(newaddr)s ˳ǧ᡼ޤ."
-#: Mailman/Cgi/options.py:403
+#: Mailman/Cgi/options.py:404
msgid "Bad email address provided"
msgstr "ʤ᡼륢ɥ쥹Ϥޤ"
-#: Mailman/Cgi/options.py:405
+#: Mailman/Cgi/options.py:406
msgid "Illegal email address provided"
msgstr "ʥ᡼륢ɥ쥹Ϥޤ"
-#: Mailman/Cgi/options.py:407
+#: Mailman/Cgi/options.py:408
msgid "%(newaddr)s is already a member of the list."
msgstr "%(newaddr)s ϴѤߤǤ."
-#: Mailman/Cgi/options.py:410
+#: Mailman/Cgi/options.py:411
msgid ""
"%(newaddr)s is banned from this list. If you\n"
" think this restriction is erroneous, please contact\n"
@@ -2324,11 +2326,11 @@ msgstr ""
"¤ϿˤΤȻפ\n"
"Υꥹȴ԰ˤϢ: %(owneraddr)s"
-#: Mailman/Cgi/options.py:421
+#: Mailman/Cgi/options.py:422
msgid "Member name successfully changed. "
msgstr "̾ѹޤ."
-#: Mailman/Cgi/options.py:431
+#: Mailman/Cgi/options.py:432
msgid ""
"The list administrator may not change the\n"
" password for a user."
@@ -2336,15 +2338,15 @@ msgstr ""
"ꥹȴԤ¾ΥꥹȤˤĤƤ\n"
"ѥѹϤǤޤ."
-#: Mailman/Cgi/options.py:440
+#: Mailman/Cgi/options.py:441
msgid "Passwords may not be blank"
msgstr "ѥɤϤƤ"
-#: Mailman/Cgi/options.py:445
+#: Mailman/Cgi/options.py:446
msgid "Passwords did not match!"
msgstr "ѥɤפޤ"
-#: Mailman/Cgi/options.py:453
+#: Mailman/Cgi/options.py:454
msgid ""
"The list administrator may not change the\n"
" password for this user's other subscriptions. However, the\n"
@@ -2353,12 +2355,12 @@ msgstr ""
"ꥹȴԤ¾ΥꥹȤˤĤƤβѥѹϤǤޤ.\n"
", Υ᡼󥰥ꥹȤΥѥɤѹޤ."
-#: Mailman/Cgi/options.py:470 Mailman/Commands/cmd_password.py:83
+#: Mailman/Cgi/options.py:471 Mailman/Commands/cmd_password.py:83
#: Mailman/Commands/cmd_password.py:109
msgid "Password successfully changed."
msgstr "ѥɤѹޤ."
-#: Mailman/Cgi/options.py:479
+#: Mailman/Cgi/options.py:480
msgid ""
"You must confirm your unsubscription request by turning\n"
" on the checkbox below the <em>Unsubscribe</em> button. You\n"
@@ -2367,11 +2369,11 @@ msgstr ""
"ǧ뤿, <em></em>ܥβΥåܥå\n"
"åƤ. ǤϴλƤޤ!"
-#: Mailman/Cgi/options.py:511
+#: Mailman/Cgi/options.py:512
msgid "Unsubscription results"
msgstr ""
-#: Mailman/Cgi/options.py:515
+#: Mailman/Cgi/options.py:516
msgid ""
"Your unsubscription request has been received and\n"
" forwarded on to the list moderators for approval. You will\n"
@@ -2381,7 +2383,7 @@ msgstr ""
", ꥹȴԤžޤ. \n"
"˴ؤθ, ̤᡼Τޤ."
-#: Mailman/Cgi/options.py:520
+#: Mailman/Cgi/options.py:521
msgid ""
"You have been successfully unsubscribed from the\n"
" mailing list %(fqdn_listname)s. If you were receiving digest\n"
@@ -2394,7 +2396,7 @@ msgstr ""
"ޤȤɤߤꤷƤ, ǸΤޤȤɤߥ᡼뤬Ϥ⤷ޤ.\n"
"˴ؤƼ䤬, ꥹȴԤ %(owneraddr)s ޤǤꤤޤ."
-#: Mailman/Cgi/options.py:669
+#: Mailman/Cgi/options.py:670
msgid ""
"The list administrator may not change the\n"
" options for this user's other subscriptions. However the\n"
@@ -2404,7 +2406,7 @@ msgstr ""
"ꥹȴԤ, β¾ΥꥹȤˤ륪ץѹ뤳Ȥ\n"
"Ǥޤ. , ΥꥹȤǤΥץѹޤ."
-#: Mailman/Cgi/options.py:679
+#: Mailman/Cgi/options.py:680
msgid ""
"The list administrator has disabled digest delivery for\n"
" this list, so your delivery option has not been set. However "
@@ -2415,7 +2417,7 @@ msgstr ""
" ץѹǤޤǤ.\n"
" ¾Υץѹޤ."
-#: Mailman/Cgi/options.py:683
+#: Mailman/Cgi/options.py:684
msgid ""
"The list administrator has disabled non-digest delivery\n"
" for this list, so your delivery option has not been set. "
@@ -2426,63 +2428,63 @@ msgstr ""
" ץѹǤޤǤ.\n"
" ¾Υץѹλޤ."
-#: Mailman/Cgi/options.py:687
+#: Mailman/Cgi/options.py:688
msgid "You have successfully set your options."
msgstr "ץѹλޤ."
-#: Mailman/Cgi/options.py:690
+#: Mailman/Cgi/options.py:691
msgid "You may get one last digest."
msgstr "ǸΡ֤ޤȤɤߡפϤ⤷ޤ."
-#: Mailman/Cgi/options.py:762
+#: Mailman/Cgi/options.py:763
msgid "<em>Yes, I really want to unsubscribe</em>"
msgstr "<em>Ϥ, 񤷤ޤ</em>"
-#: Mailman/Cgi/options.py:766
+#: Mailman/Cgi/options.py:767
msgid "Change My Password"
msgstr "ѥѹ"
-#: Mailman/Cgi/options.py:769
+#: Mailman/Cgi/options.py:770
msgid "List my other subscriptions"
msgstr "¾ΥꥹȤؤ"
-#: Mailman/Cgi/options.py:775
+#: Mailman/Cgi/options.py:776
msgid "Email My Password To Me"
msgstr "ѥɤ᡼äƤ"
-#: Mailman/Cgi/options.py:777
+#: Mailman/Cgi/options.py:778
msgid "password"
msgstr "ѥ"
-#: Mailman/Cgi/options.py:779
+#: Mailman/Cgi/options.py:780
msgid "Log out"
msgstr ""
-#: Mailman/Cgi/options.py:781
+#: Mailman/Cgi/options.py:782
msgid "Submit My Changes"
msgstr "ѹ"
-#: Mailman/Cgi/options.py:793
+#: Mailman/Cgi/options.py:794
msgid "days"
msgstr ""
-#: Mailman/Cgi/options.py:795
+#: Mailman/Cgi/options.py:796
msgid "day"
msgstr ""
-#: Mailman/Cgi/options.py:796
+#: Mailman/Cgi/options.py:797
msgid "%(days)d %(units)s"
msgstr "%(days)d %(units)s"
-#: Mailman/Cgi/options.py:802
+#: Mailman/Cgi/options.py:803
msgid "Change My Address and Name"
msgstr "ɥ쥹̾ѹ"
-#: Mailman/Cgi/options.py:828
+#: Mailman/Cgi/options.py:829
msgid "<em>No topics defined</em>"
msgstr "<em>꤬Ƥޤ</em>"
-#: Mailman/Cgi/options.py:836
+#: Mailman/Cgi/options.py:837
msgid ""
"\n"
"You are subscribed to this list with the case-preserved address\n"
@@ -2492,19 +2494,19 @@ msgstr ""
"<em>%(cpuser)s</em>Ȥ񤷤ޤ.\n"
"̾ʸȾʸζ̤¸ޤ."
-#: Mailman/Cgi/options.py:850
+#: Mailman/Cgi/options.py:851
msgid "%(realname)s list: member options login page"
msgstr "%(realname)s ꥹ: ץڡ"
-#: Mailman/Cgi/options.py:851
+#: Mailman/Cgi/options.py:852
msgid "email address and "
msgstr "᡼륢ɥ쥹"
-#: Mailman/Cgi/options.py:854
+#: Mailman/Cgi/options.py:855
msgid "%(realname)s list: member options for user %(safeuser)s"
msgstr "%(realname)sꥹ: %(safeuser)s ץ"
-#: Mailman/Cgi/options.py:880
+#: Mailman/Cgi/options.py:881
msgid ""
"In order to change your membership option, you must\n"
" first log in by giving your %(extra)smembership password in the section\n"
@@ -2532,19 +2534,19 @@ msgstr ""
"ѹǤޤ. \n"
" "
-#: Mailman/Cgi/options.py:894
+#: Mailman/Cgi/options.py:895
msgid "Email address:"
msgstr "᡼륢ɥ쥹:"
-#: Mailman/Cgi/options.py:898
+#: Mailman/Cgi/options.py:899
msgid "Password:"
msgstr "ѥ:"
-#: Mailman/Cgi/options.py:900
+#: Mailman/Cgi/options.py:901
msgid "Log in"
msgstr ""
-#: Mailman/Cgi/options.py:908
+#: Mailman/Cgi/options.py:909
msgid ""
"By clicking on the <em>Unsubscribe</em> button, a\n"
" confirmation message will be emailed to you. This message will have a\n"
@@ -2556,11 +2558,11 @@ msgstr ""
"Υ᡼˽񤫤Ƥ󥯤򥯥åλޤ. \n"
"(᡼dzǧ뤳ȤǤޤ; ܤ, ᡼λؼɤߤ). "
-#: Mailman/Cgi/options.py:916
+#: Mailman/Cgi/options.py:917
msgid "Password reminder"
msgstr "ѥ˺"
-#: Mailman/Cgi/options.py:920
+#: Mailman/Cgi/options.py:921
msgid ""
"By clicking on the <em>Remind</em> button, your\n"
" password will be emailed to you."
@@ -2568,27 +2570,27 @@ msgstr ""
"<em>˺</em>ܥ򥯥å, \n"
"ѥɤ᡼ޤ."
-#: Mailman/Cgi/options.py:923
+#: Mailman/Cgi/options.py:924
msgid "Remind"
msgstr "˺"
-#: Mailman/Cgi/options.py:1023
+#: Mailman/Cgi/options.py:1024
msgid "<missing>"
msgstr "<ޤ>"
-#: Mailman/Cgi/options.py:1034
+#: Mailman/Cgi/options.py:1035
msgid "Requested topic is not valid: %(topicname)s"
msgstr "׵ᤵ줿̵Ǥ: %(topicname)s"
-#: Mailman/Cgi/options.py:1039
+#: Mailman/Cgi/options.py:1040
msgid "Topic filter details"
msgstr "ե륿ξܺ"
-#: Mailman/Cgi/options.py:1042
+#: Mailman/Cgi/options.py:1043
msgid "Name:"
msgstr "̾:"
-#: Mailman/Cgi/options.py:1044
+#: Mailman/Cgi/options.py:1045
msgid "Pattern (as regexp):"
msgstr "ѥ(ɽǻ):"
@@ -2645,8 +2647,9 @@ msgid "Permanently remove mailing list <em>%(realname)s</em>"
msgstr "Ū˥᡼󥰥ꥹ <em>%(realname)s</em> "
#: Mailman/Cgi/rmlist.py:204
+#, fuzzy
msgid ""
-"This page allows you as the list owner, to permanent\n"
+"This page allows you as the list owner, to permanently\n"
" remove this mailing list from the system. <strong>This action is not\n"
" undoable</strong> so you should undertake it only if you are absolutely\n"
" sure this mailing list has served its purpose and is no longer "
@@ -5209,9 +5212,10 @@ msgstr ""
"<input type=\"hidden\" name=\"new_member_options\" value=\"ignore\">"
#: Mailman/Gui/General.py:346
+#, fuzzy
msgid ""
"When a new member is subscribed to this list, their initial\n"
-" set of options is taken from the this variable's setting."
+" set of options is taken from this variable's setting."
msgstr "ѿ꤬ν˻Ȥޤ."
#: Mailman/Gui/General.py:350
@@ -5354,19 +5358,20 @@ msgstr ""
" ʤʤ褦ˤޤ? <em>Ϥ</em>侩ޤ."
#: Mailman/Gui/General.py:426
+#, fuzzy
msgid ""
-"\"<a href=\"http://www.faqs.org/rfcs/rfc2822.html\">RFC\n"
+"<a href=\"http://www.faqs.org/rfcs/rfc2822.html\">RFC\n"
" 2822</a> defines the <tt>Sender</tt> header and defines it\n"
" as \"the mailbox of the agent responsible for the actual\n"
" transmission of the message.\" Mailman replaces this "
"header\n"
-" per default with the list's bounce address.\n"
+" by default with the list's bounce address.\n"
" \n"
" <p>While it is debatable if Mailman is such an agent, "
"setting\n"
" this header helps directing bounces from some broken MTAs "
"to\n"
-" the right destination. On the other hand do some mail\n"
+" the right destination. On the other hand, some mail\n"
" readers show unexpected behaviour if this header is set "
"(like\n"
" missing addresses in forwarded mails and copies sent to "
@@ -5600,6 +5605,7 @@ msgstr ""
"<a href=\"?VARHELP=nondigest/personalize\">ܺ</a>⤪ɤߤ."
#: Mailman/Gui/NonDigest.py:61
+#, fuzzy
msgid ""
"Normally, Mailman sends the regular delivery messages to\n"
" the mail server in batches. This is much more efficent\n"
@@ -5632,7 +5638,7 @@ msgid ""
" address.\n"
"\n"
" <p>When personalization is enabled, a few more expansion\n"
-" variables that can be included in the <a\n"
+" variables can be included in the <a\n"
" href=\"?VARHELP=nondigest/msg_header\">message header</a> "
"and\n"
" <a href=\"?VARHELP=nondigest/msg_footer\">message footer</"
@@ -5742,11 +5748,12 @@ msgid "Scrub attachments of regular delivery message?"
msgstr "᡼źեեݴɤޤ?"
#: Mailman/Gui/NonDigest.py:142
+#, fuzzy
msgid ""
-"When you scrub attachments, they are stored in archive\n"
+"When you scrub attachments, they are stored in the archive\n"
" area and links are made in the message so that the member can\n"
-" access via web browser. If you want the attachments totally\n"
-" disappear, you can use content filter options."
+" access them via a web browser. If you want the attachments to\n"
+" totally disappear, you can use content filtering options."
msgstr ""
"źեեݴɤȡ֥֥饦ǥǤ¸ˤ\n"
"¸졢᡼ʸˤϥ󥯤ޤ. źեե\n"
@@ -7161,7 +7168,7 @@ msgstr "̾Υڡ"
msgid "Once a month, your password will be emailed to you as a reminder."
msgstr "᡼ǥѥɤ˺Τޤ."
-#: Mailman/HTMLFormatter.py:393
+#: Mailman/HTMLFormatter.py:394
msgid "The current archive"
msgstr "ߤ¸"
@@ -7755,83 +7762,83 @@ msgstr "Python Powered"
msgid "Gnu's Not Unix"
msgstr "Gnu's Not Unix"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Mon"
msgstr ""
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Thu"
msgstr ""
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Tue"
msgstr ""
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Wed"
msgstr ""
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Fri"
msgstr ""
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Sat"
msgstr ""
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Sun"
msgstr ""
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Apr"
msgstr "4"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Feb"
msgstr "2"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Jan"
msgstr "1"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Jun"
msgstr "6"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Mar"
msgstr "3"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Aug"
msgstr "8"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Dec"
msgstr "12"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Jul"
msgstr "7"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Nov"
msgstr "11"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Oct"
msgstr "10"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Sep"
msgstr "9"
-#: Mailman/i18n.py:107
+#: Mailman/i18n.py:111
msgid "Server Local Time"
msgstr "Сθϻ"
-#: Mailman/i18n.py:146
+#: Mailman/i18n.py:150
msgid ""
"%(wday)s %(mon)s %(day)2i %(hh)02i:%(mm)02i:%(ss)02i %(tzname)s %(year)04i"
msgstr ""
diff --git a/messages/ko/LC_MESSAGES/mailman.po b/messages/ko/LC_MESSAGES/mailman.po
index dae02667..a743a572 100644
--- a/messages/ko/LC_MESSAGES/mailman.po
+++ b/messages/ko/LC_MESSAGES/mailman.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: Tue Jul 27 08:05:43 2010\n"
+"POT-Creation-Date: Fri Sep 10 10:50:49 2010\n"
"PO-Revision-Date: 2002-03-28 19:21+09:00\n"
"Last-Translator: Hyejin Soang, Wongyo Jung<redcloak@igrus.inha.ac.kr, "
"andsoon@igrus.inha.ac.kr>\n"
@@ -104,7 +104,7 @@ msgstr ""
msgid "June"
msgstr ""
-#: Mailman/Archiver/HyperArch.py:923 Mailman/i18n.py:103
+#: Mailman/Archiver/HyperArch.py:923 Mailman/i18n.py:107
#, fuzzy
msgid "May"
msgstr ""
@@ -294,10 +294,12 @@ msgstr ""
" ̷ ް ˴ϴ."
#: Mailman/Cgi/admin.py:194
+#, fuzzy
msgid ""
"You have regular list members but non-digestified mail is\n"
-" turned off. They will receive mail until you fix this\n"
-" problem."
+" turned off. They will receive non-digestified mail until "
+"you\n"
+" fix this problem."
msgstr ""
" (Non-Digest) ȸԴϴ.\n"
" (Non-Digest) õǾ ʽϴ.\n"
@@ -526,7 +528,7 @@ msgstr " ̸:"
msgid "Regexp:"
msgstr "ǥ:"
-#: Mailman/Cgi/admin.py:709 Mailman/Cgi/options.py:1046
+#: Mailman/Cgi/admin.py:709 Mailman/Cgi/options.py:1047
msgid "Description:"
msgstr ":"
@@ -1579,8 +1581,8 @@ msgstr ""
"\n"
"<p> Ȥ Ż û ϱ ؼ <em>ϰ </em> ."
-#: Mailman/Cgi/confirm.py:491 Mailman/Cgi/options.py:760
-#: Mailman/Cgi/options.py:904 Mailman/Cgi/options.py:914
+#: Mailman/Cgi/confirm.py:491 Mailman/Cgi/options.py:761
+#: Mailman/Cgi/options.py:905 Mailman/Cgi/options.py:915
msgid "Unsubscribe"
msgstr "Żϱ"
@@ -2218,7 +2220,7 @@ msgstr ""
msgid "Edit Options"
msgstr " κ"
-#: Mailman/Cgi/listinfo.py:201 Mailman/Cgi/options.py:869
+#: Mailman/Cgi/listinfo.py:201 Mailman/Cgi/options.py:870
#: Mailman/Cgi/roster.py:118
msgid "View this page in"
msgstr " "
@@ -2240,8 +2242,8 @@ msgstr "E ּҰ ־ ʾҽϴ."
msgid "Illegal Email Address: %(safeuser)s"
msgstr "̻ E ּҸ ּ̽ϴ."
-#: Mailman/Cgi/options.py:128 Mailman/Cgi/options.py:192
-#: Mailman/Cgi/options.py:214
+#: Mailman/Cgi/options.py:128 Mailman/Cgi/options.py:193
+#: Mailman/Cgi/options.py:215
msgid "No such member: %(safeuser)s."
msgstr "%(safeuser)s ڰ ϴ."
@@ -2252,57 +2254,57 @@ msgid ""
" forwarded to the list administrator for approval."
msgstr " Ż û Ʈ ڿ ޵Ǿϴ."
-#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:197
+#: Mailman/Cgi/options.py:184 Mailman/Cgi/options.py:198
msgid "The confirmation email has been sent."
msgstr "Ȯ E ϴ."
-#: Mailman/Cgi/options.py:208 Mailman/Cgi/options.py:220
-#: Mailman/Cgi/options.py:277
+#: Mailman/Cgi/options.py:209 Mailman/Cgi/options.py:221
+#: Mailman/Cgi/options.py:278
msgid "A reminder of your password has been emailed to you."
msgstr " н带 ſ ޵Ǿϴ"
-#: Mailman/Cgi/options.py:249
+#: Mailman/Cgi/options.py:250
msgid "Authentication failed."
msgstr " "
-#: Mailman/Cgi/options.py:284
+#: Mailman/Cgi/options.py:285
msgid ""
"The list administrator may not view the other\n"
" subscriptions for this user."
msgstr ""
-#: Mailman/Cgi/options.py:285 Mailman/Cgi/options.py:328
-#: Mailman/Cgi/options.py:456 Mailman/Cgi/options.py:672
+#: Mailman/Cgi/options.py:286 Mailman/Cgi/options.py:329
+#: Mailman/Cgi/options.py:457 Mailman/Cgi/options.py:673
msgid "Note: "
msgstr ""
-#: Mailman/Cgi/options.py:290
+#: Mailman/Cgi/options.py:291
#, fuzzy
msgid "List subscriptions for %(safeuser)s on %(hostname)s"
msgstr "%(hostname)s %(user)s Ʈ "
-#: Mailman/Cgi/options.py:293
+#: Mailman/Cgi/options.py:294
msgid ""
"Click on a link to visit your options page for the\n"
" requested mailing list."
msgstr "û ϸ Ʈ 湮ϽǷ ũ Ŭϼ."
-#: Mailman/Cgi/options.py:325
+#: Mailman/Cgi/options.py:326
msgid ""
"The list administrator may not change the names\n"
" or addresses for this user's other subscriptions. However, the\n"
" subscription for this mailing list has been changed."
msgstr ""
-#: Mailman/Cgi/options.py:348
+#: Mailman/Cgi/options.py:349
msgid "Addresses did not match!"
msgstr "E ּҰ ʽϴ!"
-#: Mailman/Cgi/options.py:353
+#: Mailman/Cgi/options.py:354
msgid "You are already using that email address"
msgstr " ̹ E ּҸ Դϴ."
-#: Mailman/Cgi/options.py:365
+#: Mailman/Cgi/options.py:366
msgid ""
"The new address you requested %(newaddr)s is already a member of the\n"
"%(listname)s mailing list, however you have also requested a global change "
@@ -2311,33 +2313,33 @@ msgid ""
"%(safeuser)s will be changed. "
msgstr ""
-#: Mailman/Cgi/options.py:374
+#: Mailman/Cgi/options.py:375
#, fuzzy
msgid "The new address is already a member: %(newaddr)s"
msgstr "%(newaddr)s ̹ Ʈ ȸԴϴ."
-#: Mailman/Cgi/options.py:380
+#: Mailman/Cgi/options.py:381
msgid "Addresses may not be blank"
msgstr "E ּҴ ȵ˴ϴ."
-#: Mailman/Cgi/options.py:394
+#: Mailman/Cgi/options.py:395
#, fuzzy
msgid "A confirmation message has been sent to %(newaddr)s. "
msgstr "Ȯ ޼ %(newaddr)s ϴ."
-#: Mailman/Cgi/options.py:403
+#: Mailman/Cgi/options.py:404
msgid "Bad email address provided"
msgstr "߸ E ּҸ ּ̽ϴ."
-#: Mailman/Cgi/options.py:405
+#: Mailman/Cgi/options.py:406
msgid "Illegal email address provided"
msgstr "̻ E ּҸ ּ̽ϴ."
-#: Mailman/Cgi/options.py:407
+#: Mailman/Cgi/options.py:408
msgid "%(newaddr)s is already a member of the list."
msgstr "%(newaddr)s ̹ Ʈ ȸԴϴ."
-#: Mailman/Cgi/options.py:410
+#: Mailman/Cgi/options.py:411
#, fuzzy
msgid ""
"%(newaddr)s is banned from this list. If you\n"
@@ -2348,12 +2350,12 @@ msgstr ""
" ִٰ Ͻø Ʈ ( %(listowner)s ) Ͻñ "
"ϴ."
-#: Mailman/Cgi/options.py:421
+#: Mailman/Cgi/options.py:422
#, fuzzy
msgid "Member name successfully changed. "
msgstr "ȸ ̸ Ǿϴ."
-#: Mailman/Cgi/options.py:431
+#: Mailman/Cgi/options.py:432
#, fuzzy
msgid ""
"The list administrator may not change the\n"
@@ -2363,15 +2365,15 @@ msgstr ""
" ʾҽϴ. ٸ "
" Ǿϴ."
-#: Mailman/Cgi/options.py:440
+#: Mailman/Cgi/options.py:441
msgid "Passwords may not be blank"
msgstr "н() ȵ˴ϴ."
-#: Mailman/Cgi/options.py:445
+#: Mailman/Cgi/options.py:446
msgid "Passwords did not match!"
msgstr "н() ʽϴ!"
-#: Mailman/Cgi/options.py:453
+#: Mailman/Cgi/options.py:454
#, fuzzy
msgid ""
"The list administrator may not change the\n"
@@ -2382,12 +2384,12 @@ msgstr ""
" ʾҽϴ. ٸ "
" Ǿϴ."
-#: Mailman/Cgi/options.py:470 Mailman/Commands/cmd_password.py:83
+#: Mailman/Cgi/options.py:471 Mailman/Commands/cmd_password.py:83
#: Mailman/Commands/cmd_password.py:109
msgid "Password successfully changed."
msgstr "йȣ Ǿϴ."
-#: Mailman/Cgi/options.py:479
+#: Mailman/Cgi/options.py:480
msgid ""
"You must confirm your unsubscription request by turning\n"
" on the checkbox below the <em>Unsubscribe</em> button. You\n"
@@ -2396,11 +2398,11 @@ msgstr ""
" Ʒ <em>Żϱ</em>ư üũڽ ν Ż û"
" Ȯؾ մϴ. Ż ʾҽϴ!"
-#: Mailman/Cgi/options.py:511
+#: Mailman/Cgi/options.py:512
msgid "Unsubscription results"
msgstr "Ż "
-#: Mailman/Cgi/options.py:515
+#: Mailman/Cgi/options.py:516
msgid ""
"Your unsubscription request has been received and\n"
" forwarded on to the list moderators for approval. You will\n"
@@ -2410,7 +2412,7 @@ msgstr ""
" Ż û Ʈ ۰ ޵Ǿϴ. "
" ۰ EϷ ֽϴ."
-#: Mailman/Cgi/options.py:520
+#: Mailman/Cgi/options.py:521
msgid ""
"You have been successfully unsubscribed from the\n"
" mailing list %(fqdn_listname)s. If you were receiving digest\n"
@@ -2424,7 +2426,7 @@ msgstr ""
"ֽϴ. Ż  ø %(owneraddr)s ("
"Ʈ ) ֽñ ٶϴ."
-#: Mailman/Cgi/options.py:669
+#: Mailman/Cgi/options.py:670
msgid ""
"The list administrator may not change the\n"
" options for this user's other subscriptions. However the\n"
@@ -2432,7 +2434,7 @@ msgid ""
" changed."
msgstr ""
-#: Mailman/Cgi/options.py:679
+#: Mailman/Cgi/options.py:680
msgid ""
"The list administrator has disabled digest delivery for\n"
" this list, so your delivery option has not been set. However "
@@ -2443,7 +2445,7 @@ msgstr ""
" ʾҽϴ. ٸ "
" Ǿϴ."
-#: Mailman/Cgi/options.py:683
+#: Mailman/Cgi/options.py:684
msgid ""
"The list administrator has disabled non-digest delivery\n"
" for this list, so your delivery option has not been set. "
@@ -2454,63 +2456,63 @@ msgstr ""
" ʾҽϴ. ٸ "
" Ǿϴ."
-#: Mailman/Cgi/options.py:687
+#: Mailman/Cgi/options.py:688
msgid "You have successfully set your options."
msgstr " Ͽϴ."
-#: Mailman/Cgi/options.py:690
+#: Mailman/Cgi/options.py:691
msgid "You may get one last digest."
msgstr " ϳ ̻ ֽϴ."
-#: Mailman/Cgi/options.py:762
+#: Mailman/Cgi/options.py:763
msgid "<em>Yes, I really want to unsubscribe</em>"
msgstr "<em>, ŻϽ մϴ.</em>"
-#: Mailman/Cgi/options.py:766
+#: Mailman/Cgi/options.py:767
msgid "Change My Password"
msgstr " йȣ ϱ"
-#: Mailman/Cgi/options.py:769
+#: Mailman/Cgi/options.py:770
msgid "List my other subscriptions"
msgstr " ٸ "
-#: Mailman/Cgi/options.py:775
+#: Mailman/Cgi/options.py:776
msgid "Email My Password To Me"
msgstr " йȣ EϷ ~"
-#: Mailman/Cgi/options.py:777
+#: Mailman/Cgi/options.py:778
msgid "password"
msgstr "йȣ"
-#: Mailman/Cgi/options.py:779
+#: Mailman/Cgi/options.py:780
msgid "Log out"
msgstr "α ƿ"
-#: Mailman/Cgi/options.py:781
+#: Mailman/Cgi/options.py:782
msgid "Submit My Changes"
msgstr " ϱ"
-#: Mailman/Cgi/options.py:793
+#: Mailman/Cgi/options.py:794
msgid "days"
msgstr ""
-#: Mailman/Cgi/options.py:795
+#: Mailman/Cgi/options.py:796
msgid "day"
msgstr ""
-#: Mailman/Cgi/options.py:796
+#: Mailman/Cgi/options.py:797
msgid "%(days)d %(units)s"
msgstr ""
-#: Mailman/Cgi/options.py:802
+#: Mailman/Cgi/options.py:803
msgid "Change My Address and Name"
msgstr " E ּҿ ̸ ϱ"
-#: Mailman/Cgi/options.py:828
+#: Mailman/Cgi/options.py:829
msgid "<em>No topics defined</em>"
msgstr "<em> ǵ ϴ.</em>"
-#: Mailman/Cgi/options.py:836
+#: Mailman/Cgi/options.py:837
msgid ""
"\n"
"You are subscribed to this list with the case-preserved address\n"
@@ -2520,20 +2522,20 @@ msgstr ""
"̹ Ǿ ִ ּ(<em>%(cpuser)s</em) ϸ Ʈ ϼ̽"
"."
-#: Mailman/Cgi/options.py:850
+#: Mailman/Cgi/options.py:851
msgid "%(realname)s list: member options login page"
msgstr "%(realname)s Ʈ: ȸ α "
-#: Mailman/Cgi/options.py:851
+#: Mailman/Cgi/options.py:852
msgid "email address and "
msgstr "E ּҿ"
-#: Mailman/Cgi/options.py:854
+#: Mailman/Cgi/options.py:855
#, fuzzy
msgid "%(realname)s list: member options for user %(safeuser)s"
msgstr "%(realname)s Ʈ: %(user)s ȸ "
-#: Mailman/Cgi/options.py:880
+#: Mailman/Cgi/options.py:881
#, fuzzy
msgid ""
"In order to change your membership option, you must\n"
@@ -2562,19 +2564,19 @@ msgstr ""
" °ų, ȭ鿡 ִ \"<em>α׾ƿ</em>\"( "
" α ϸ ֽϴ.) Ŭϸ ڵ ϴ."
-#: Mailman/Cgi/options.py:894
+#: Mailman/Cgi/options.py:895
msgid "Email address:"
msgstr "E ּ:"
-#: Mailman/Cgi/options.py:898
+#: Mailman/Cgi/options.py:899
msgid "Password:"
msgstr "йȣ:"
-#: Mailman/Cgi/options.py:900
+#: Mailman/Cgi/options.py:901
msgid "Log in"
msgstr "α"
-#: Mailman/Cgi/options.py:908
+#: Mailman/Cgi/options.py:909
msgid ""
"By clicking on the <em>Unsubscribe</em> button, a\n"
" confirmation message will be emailed to you. This message will have a\n"
@@ -2587,11 +2589,11 @@ msgstr ""
"ϳ ȳ ñ ٶϴ.) Ϸϱ ũ "
"ϰ ֽϴ."
-#: Mailman/Cgi/options.py:916
+#: Mailman/Cgi/options.py:917
msgid "Password reminder"
msgstr "н (Reminder)"
-#: Mailman/Cgi/options.py:920
+#: Mailman/Cgi/options.py:921
msgid ""
"By clicking on the <em>Remind</em> button, your\n"
" password will be emailed to you."
@@ -2599,27 +2601,27 @@ msgstr ""
"<em> йȣ !</em> ư Ŭν йȣ ſ"
" ޵ Դϴ."
-#: Mailman/Cgi/options.py:923
+#: Mailman/Cgi/options.py:924
msgid "Remind"
msgstr " йȣ !"
-#: Mailman/Cgi/options.py:1023
+#: Mailman/Cgi/options.py:1024
msgid "<missing>"
msgstr "<>"
-#: Mailman/Cgi/options.py:1034
+#: Mailman/Cgi/options.py:1035
msgid "Requested topic is not valid: %(topicname)s"
msgstr "û Ʋϴ: %(topicname)s"
-#: Mailman/Cgi/options.py:1039
+#: Mailman/Cgi/options.py:1040
msgid "Topic filter details"
msgstr " ɷ λ"
-#: Mailman/Cgi/options.py:1042
+#: Mailman/Cgi/options.py:1043
msgid "Name:"
msgstr "̸: "
-#: Mailman/Cgi/options.py:1044
+#: Mailman/Cgi/options.py:1045
msgid "Pattern (as regexp):"
msgstr "(ǥ):"
@@ -2674,8 +2676,9 @@ msgid "Permanently remove mailing list <em>%(realname)s</em>"
msgstr "<em>%(realname)s</em> ϸ Ʈ "
#: Mailman/Cgi/rmlist.py:204
+#, fuzzy
msgid ""
-"This page allows you as the list owner, to permanent\n"
+"This page allows you as the list owner, to permanently\n"
" remove this mailing list from the system. <strong>This action is not\n"
" undoable</strong> so you should undertake it only if you are absolutely\n"
" sure this mailing list has served its purpose and is no longer "
@@ -5000,7 +5003,7 @@ msgstr ""
#, fuzzy
msgid ""
"When a new member is subscribed to this list, their initial\n"
-" set of options is taken from the this variable's setting."
+" set of options is taken from this variable's setting."
msgstr ""
"ο ȸ Ʈ ϸ ׵ ʱ ˴ϴ."
@@ -5136,18 +5139,18 @@ msgstr ""
#: Mailman/Gui/General.py:426
msgid ""
-"\"<a href=\"http://www.faqs.org/rfcs/rfc2822.html\">RFC\n"
+"<a href=\"http://www.faqs.org/rfcs/rfc2822.html\">RFC\n"
" 2822</a> defines the <tt>Sender</tt> header and defines it\n"
" as \"the mailbox of the agent responsible for the actual\n"
" transmission of the message.\" Mailman replaces this "
"header\n"
-" per default with the list's bounce address.\n"
+" by default with the list's bounce address.\n"
" \n"
" <p>While it is debatable if Mailman is such an agent, "
"setting\n"
" this header helps directing bounces from some broken MTAs "
"to\n"
-" the right destination. On the other hand do some mail\n"
+" the right destination. On the other hand, some mail\n"
" readers show unexpected behaviour if this header is set "
"(like\n"
" missing addresses in forwarded mails and copies sent to "
@@ -5380,7 +5383,7 @@ msgid ""
" address.\n"
"\n"
" <p>When personalization is enabled, a few more expansion\n"
-" variables that can be included in the <a\n"
+" variables can be included in the <a\n"
" href=\"?VARHELP=nondigest/msg_header\">message header</a> "
"and\n"
" <a href=\"?VARHELP=nondigest/msg_footer\">message footer</"
@@ -5467,10 +5470,10 @@ msgstr ""
#: Mailman/Gui/NonDigest.py:142
msgid ""
-"When you scrub attachments, they are stored in archive\n"
+"When you scrub attachments, they are stored in the archive\n"
" area and links are made in the message so that the member can\n"
-" access via web browser. If you want the attachments totally\n"
-" disappear, you can use content filter options."
+" access them via a web browser. If you want the attachments to\n"
+" totally disappear, you can use content filtering options."
msgstr ""
#: Mailman/Gui/NonDigest.py:149
@@ -6777,7 +6780,7 @@ msgstr " "
msgid "Once a month, your password will be emailed to you as a reminder."
msgstr "Ѵ޿ ѹ н带 Email 帳ϴ."
-#: Mailman/HTMLFormatter.py:393
+#: Mailman/HTMLFormatter.py:394
#, fuzzy
msgid "The current archive"
msgstr " "
@@ -7353,88 +7356,88 @@ msgstr "Python Powered"
msgid "Gnu's Not Unix"
msgstr "Gnu's Not Unux"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
#, fuzzy
msgid "Mon"
msgstr ""
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Thu"
msgstr ""
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Tue"
msgstr ""
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Wed"
msgstr ""
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Fri"
msgstr ""
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
#, fuzzy
msgid "Sat"
msgstr ""
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Sun"
msgstr ""
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
#, fuzzy
msgid "Apr"
msgstr "ϱ"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Feb"
msgstr ""
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Jan"
msgstr ""
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Jun"
msgstr ""
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Mar"
msgstr ""
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Aug"
msgstr ""
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Dec"
msgstr ""
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Jul"
msgstr ""
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
#, fuzzy
msgid "Nov"
msgstr "ƴϿ"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Oct"
msgstr ""
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
#, fuzzy
msgid "Sep"
msgstr ""
-#: Mailman/i18n.py:107
+#: Mailman/i18n.py:111
msgid "Server Local Time"
msgstr ""
-#: Mailman/i18n.py:146
+#: Mailman/i18n.py:150
msgid ""
"%(wday)s %(mon)s %(day)2i %(hh)02i:%(mm)02i:%(ss)02i %(tzname)s %(year)04i"
msgstr ""
diff --git a/messages/lt/LC_MESSAGES/mailman.po b/messages/lt/LC_MESSAGES/mailman.po
index 01aa2f36..84f797d2 100644
--- a/messages/lt/LC_MESSAGES/mailman.po
+++ b/messages/lt/LC_MESSAGES/mailman.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Mailman 2.1\n"
-"POT-Creation-Date: Tue Jul 27 08:05:43 2010\n"
+"POT-Creation-Date: Fri Sep 10 10:50:49 2010\n"
"PO-Revision-Date: 2002-12-26 09:07+0200\n"
"Last-Translator: Mantas Kriauciunas <mantas@akl.lt>\n"
"Language-Team: Lithuanian <info@akl.lt>\n"
@@ -102,7 +102,7 @@ msgstr "Liepa"
msgid "June"
msgstr "Birelis"
-#: Mailman/Archiver/HyperArch.py:923 Mailman/i18n.py:103
+#: Mailman/Archiver/HyperArch.py:923 Mailman/i18n.py:107
msgid "May"
msgstr "Gegu"
@@ -304,8 +304,9 @@ msgstr ""
#, fuzzy
msgid ""
"You have regular list members but non-digestified mail is\n"
-" turned off. They will receive mail until you fix this\n"
-" problem."
+" turned off. They will receive non-digestified mail until "
+"you\n"
+" fix this problem."
msgstr ""
"Js forume yra asmen, kurie usisak gauti pavienius laikus,\n"
" taiau Js ijungte negrupuot laik siuntim.\n"
@@ -568,7 +569,7 @@ msgstr "Topic name:"
msgid "Regexp:"
msgstr "Regexp:"
-#: Mailman/Cgi/admin.py:709 Mailman/Cgi/options.py:1046
+#: Mailman/Cgi/admin.py:709 Mailman/Cgi/options.py:1047
msgid "Description:"
msgstr "Apraas:"
@@ -1663,8 +1664,8 @@ msgid ""
" request."
msgstr ""
-#: Mailman/Cgi/confirm.py:491 Mailman/Cgi/options.py:760
-#: Mailman/Cgi/options.py:904 Mailman/Cgi/options.py:914
+#: Mailman/Cgi/confirm.py:491 Mailman/Cgi/options.py:761
+#: Mailman/Cgi/options.py:905 Mailman/Cgi/options.py:915
msgid "Unsubscribe"
msgstr "Atsisakyti"
@@ -2219,7 +2220,7 @@ msgstr ""
msgid "Edit Options"
msgstr "Keisti nustatymus"
-#: Mailman/Cgi/listinfo.py:201 Mailman/Cgi/options.py:869
+#: Mailman/Cgi/listinfo.py:201 Mailman/Cgi/options.py:870
#: Mailman/Cgi/roster.py:118
msgid "View this page in"
msgstr "irti puslap"
@@ -2241,8 +2242,8 @@ msgstr "Nevestas adresas"
msgid "Illegal Email Address: %(safeuser)s"
msgstr "Neteisingas adresas"
-#: Mailman/Cgi/options.py:128 Mailman/Cgi/options.py:192
-#: Mailman/Cgi/options.py:214
+#: Mailman/Cgi/options.py:128 Mailman/Cgi/options.py:193
+#: Mailman/Cgi/options.py:215
msgid "No such member: %(safeuser)s."
msgstr "Nra tokio vartotojo: %(safeuser)s."
@@ -2255,57 +2256,57 @@ msgstr ""
"Js prisijungimo praymas buvo persistas forumo administratoriui\n"
" %(listowner)s."
-#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:197
+#: Mailman/Cgi/options.py:184 Mailman/Cgi/options.py:198
msgid "The confirmation email has been sent."
msgstr "Jums isistas patvirtinimas."
-#: Mailman/Cgi/options.py:208 Mailman/Cgi/options.py:220
-#: Mailman/Cgi/options.py:277
+#: Mailman/Cgi/options.py:209 Mailman/Cgi/options.py:221
+#: Mailman/Cgi/options.py:278
msgid "A reminder of your password has been emailed to you."
msgstr "Jums isistas slaptaodio priminimas."
-#: Mailman/Cgi/options.py:249
+#: Mailman/Cgi/options.py:250
msgid "Authentication failed."
msgstr "Neskmingas prisijungimas."
-#: Mailman/Cgi/options.py:284
+#: Mailman/Cgi/options.py:285
msgid ""
"The list administrator may not view the other\n"
" subscriptions for this user."
msgstr ""
-#: Mailman/Cgi/options.py:285 Mailman/Cgi/options.py:328
-#: Mailman/Cgi/options.py:456 Mailman/Cgi/options.py:672
+#: Mailman/Cgi/options.py:286 Mailman/Cgi/options.py:329
+#: Mailman/Cgi/options.py:457 Mailman/Cgi/options.py:673
msgid "Note: "
msgstr ""
-#: Mailman/Cgi/options.py:290
+#: Mailman/Cgi/options.py:291
#, fuzzy
msgid "List subscriptions for %(safeuser)s on %(hostname)s"
msgstr "Ivardinti %(user)s usisakymus serveryje %(hostname)s"
-#: Mailman/Cgi/options.py:293
+#: Mailman/Cgi/options.py:294
msgid ""
"Click on a link to visit your options page for the\n"
" requested mailing list."
msgstr ""
-#: Mailman/Cgi/options.py:325
+#: Mailman/Cgi/options.py:326
msgid ""
"The list administrator may not change the names\n"
" or addresses for this user's other subscriptions. However, the\n"
" subscription for this mailing list has been changed."
msgstr ""
-#: Mailman/Cgi/options.py:348
+#: Mailman/Cgi/options.py:349
msgid "Addresses did not match!"
msgstr ""
-#: Mailman/Cgi/options.py:353
+#: Mailman/Cgi/options.py:354
msgid "You are already using that email address"
msgstr ""
-#: Mailman/Cgi/options.py:365
+#: Mailman/Cgi/options.py:366
msgid ""
"The new address you requested %(newaddr)s is already a member of the\n"
"%(listname)s mailing list, however you have also requested a global change "
@@ -2314,79 +2315,79 @@ msgid ""
"%(safeuser)s will be changed. "
msgstr ""
-#: Mailman/Cgi/options.py:374
+#: Mailman/Cgi/options.py:375
msgid "The new address is already a member: %(newaddr)s"
msgstr "Naujasis adresas %(newaddr)s jau forumo dalyvis"
-#: Mailman/Cgi/options.py:380
+#: Mailman/Cgi/options.py:381
msgid "Addresses may not be blank"
msgstr "Negalima praleisti adreso"
-#: Mailman/Cgi/options.py:394
+#: Mailman/Cgi/options.py:395
msgid "A confirmation message has been sent to %(newaddr)s. "
msgstr "%(newaddr)s isistas patvirtinimo laikas."
-#: Mailman/Cgi/options.py:403
+#: Mailman/Cgi/options.py:404
msgid "Bad email address provided"
msgstr "Neteisingas adresas"
-#: Mailman/Cgi/options.py:405
+#: Mailman/Cgi/options.py:406
msgid "Illegal email address provided"
msgstr "Neteisingas adresas"
-#: Mailman/Cgi/options.py:407
+#: Mailman/Cgi/options.py:408
msgid "%(newaddr)s is already a member of the list."
msgstr "%(newaddr)s io forumo dalyvis nuo anksiau."
-#: Mailman/Cgi/options.py:410
+#: Mailman/Cgi/options.py:411
msgid ""
"%(newaddr)s is banned from this list. If you\n"
" think this restriction is erroneous, please contact\n"
" the list owners at %(owneraddr)s."
msgstr ""
-#: Mailman/Cgi/options.py:421
+#: Mailman/Cgi/options.py:422
msgid "Member name successfully changed. "
msgstr "Dalyvio vardas skmingai pakeistas. "
-#: Mailman/Cgi/options.py:431
+#: Mailman/Cgi/options.py:432
msgid ""
"The list administrator may not change the\n"
" password for a user."
msgstr ""
-#: Mailman/Cgi/options.py:440
+#: Mailman/Cgi/options.py:441
msgid "Passwords may not be blank"
msgstr "Slaptaodis negali bti tuias"
-#: Mailman/Cgi/options.py:445
+#: Mailman/Cgi/options.py:446
msgid "Passwords did not match!"
msgstr "Slaptaodiai nesutampa!"
-#: Mailman/Cgi/options.py:453
+#: Mailman/Cgi/options.py:454
msgid ""
"The list administrator may not change the\n"
" password for this user's other subscriptions. However, the\n"
" password for this mailing list has been changed."
msgstr ""
-#: Mailman/Cgi/options.py:470 Mailman/Commands/cmd_password.py:83
+#: Mailman/Cgi/options.py:471 Mailman/Commands/cmd_password.py:83
#: Mailman/Commands/cmd_password.py:109
msgid "Password successfully changed."
msgstr "Slaptaodis skmingai pakeistas."
-#: Mailman/Cgi/options.py:479
+#: Mailman/Cgi/options.py:480
msgid ""
"You must confirm your unsubscription request by turning\n"
" on the checkbox below the <em>Unsubscribe</em> button. You\n"
" have not been unsubscribed!"
msgstr ""
-#: Mailman/Cgi/options.py:511
+#: Mailman/Cgi/options.py:512
msgid "Unsubscription results"
msgstr "Atsisakymo rezultatai"
-#: Mailman/Cgi/options.py:515
+#: Mailman/Cgi/options.py:516
msgid ""
"Your unsubscription request has been received and\n"
" forwarded on to the list moderators for approval. You will\n"
@@ -2394,7 +2395,7 @@ msgid ""
" decision."
msgstr ""
-#: Mailman/Cgi/options.py:520
+#: Mailman/Cgi/options.py:521
msgid ""
"You have been successfully unsubscribed from the\n"
" mailing list %(fqdn_listname)s. If you were receiving digest\n"
@@ -2404,7 +2405,7 @@ msgid ""
" %(owneraddr)s."
msgstr ""
-#: Mailman/Cgi/options.py:669
+#: Mailman/Cgi/options.py:670
msgid ""
"The list administrator may not change the\n"
" options for this user's other subscriptions. However the\n"
@@ -2412,7 +2413,7 @@ msgid ""
" changed."
msgstr ""
-#: Mailman/Cgi/options.py:679
+#: Mailman/Cgi/options.py:680
msgid ""
"The list administrator has disabled digest delivery for\n"
" this list, so your delivery option has not been set. However "
@@ -2420,7 +2421,7 @@ msgid ""
" other options have been set successfully."
msgstr ""
-#: Mailman/Cgi/options.py:683
+#: Mailman/Cgi/options.py:684
msgid ""
"The list administrator has disabled non-digest delivery\n"
" for this list, so your delivery option has not been set. "
@@ -2428,83 +2429,83 @@ msgid ""
" your other options have been set successfully."
msgstr ""
-#: Mailman/Cgi/options.py:687
+#: Mailman/Cgi/options.py:688
msgid "You have successfully set your options."
msgstr "Skmingai rate nustatymus."
-#: Mailman/Cgi/options.py:690
+#: Mailman/Cgi/options.py:691
msgid "You may get one last digest."
msgstr "Gausite vien paskutin rinkin."
-#: Mailman/Cgi/options.py:762
+#: Mailman/Cgi/options.py:763
msgid "<em>Yes, I really want to unsubscribe</em>"
msgstr "<em>Taip, a tikrai noriu atsisakyti</em>"
-#: Mailman/Cgi/options.py:766
+#: Mailman/Cgi/options.py:767
msgid "Change My Password"
msgstr "Pakeiskite mano slaptaod"
-#: Mailman/Cgi/options.py:769
+#: Mailman/Cgi/options.py:770
msgid "List my other subscriptions"
msgstr "Parodyti kitus mano usisakytus forumus"
-#: Mailman/Cgi/options.py:775
+#: Mailman/Cgi/options.py:776
msgid "Email My Password To Me"
msgstr "Isiskite man mano slaptaod"
-#: Mailman/Cgi/options.py:777
+#: Mailman/Cgi/options.py:778
msgid "password"
msgstr "Slaptaodis"
-#: Mailman/Cgi/options.py:779
+#: Mailman/Cgi/options.py:780
msgid "Log out"
msgstr "Atsijungti"
-#: Mailman/Cgi/options.py:781
+#: Mailman/Cgi/options.py:782
msgid "Submit My Changes"
msgstr "Patvirtinti mano pakeitimus"
-#: Mailman/Cgi/options.py:793
+#: Mailman/Cgi/options.py:794
msgid "days"
msgstr "dien"
-#: Mailman/Cgi/options.py:795
+#: Mailman/Cgi/options.py:796
msgid "day"
msgstr "diena"
-#: Mailman/Cgi/options.py:796
+#: Mailman/Cgi/options.py:797
msgid "%(days)d %(units)s"
msgstr ""
-#: Mailman/Cgi/options.py:802
+#: Mailman/Cgi/options.py:803
msgid "Change My Address and Name"
msgstr "Pakeisti Mano Adres ir Vard"
-#: Mailman/Cgi/options.py:828
+#: Mailman/Cgi/options.py:829
msgid "<em>No topics defined</em>"
msgstr ""
-#: Mailman/Cgi/options.py:836
+#: Mailman/Cgi/options.py:837
msgid ""
"\n"
"You are subscribed to this list with the case-preserved address\n"
"<em>%(cpuser)s</em>."
msgstr ""
-#: Mailman/Cgi/options.py:850
+#: Mailman/Cgi/options.py:851
msgid "%(realname)s list: member options login page"
msgstr "Forumo %(realname)s dalyvi nustatymo puslapio prisijungimas"
-#: Mailman/Cgi/options.py:851
+#: Mailman/Cgi/options.py:852
msgid "email address and "
msgstr " el. pato adresas ir "
-#: Mailman/Cgi/options.py:854
+#: Mailman/Cgi/options.py:855
#, fuzzy
msgid "%(realname)s list: member options for user %(safeuser)s"
msgstr "Forumo %(realname)s dalyvio %(user)s nustatymai"
-#: Mailman/Cgi/options.py:880
+#: Mailman/Cgi/options.py:881
msgid ""
"In order to change your membership option, you must\n"
" first log in by giving your %(extra)smembership password in the section\n"
@@ -2535,19 +2536,19 @@ msgstr ""
" isaugoti.\n"
" "
-#: Mailman/Cgi/options.py:894
+#: Mailman/Cgi/options.py:895
msgid "Email address:"
msgstr " El. pato adresas:"
-#: Mailman/Cgi/options.py:898
+#: Mailman/Cgi/options.py:899
msgid "Password:"
msgstr " Slaptaodis:"
-#: Mailman/Cgi/options.py:900
+#: Mailman/Cgi/options.py:901
msgid "Log in"
msgstr " Prisijungti"
-#: Mailman/Cgi/options.py:908
+#: Mailman/Cgi/options.py:909
msgid ""
"By clicking on the <em>Unsubscribe</em> button, a\n"
" confirmation message will be emailed to you. This message will have a\n"
@@ -2563,11 +2564,11 @@ msgstr ""
" galite patvirtinti ir laiku; r. instrukcijas patvirtinimo\n"
" laike)."
-#: Mailman/Cgi/options.py:916
+#: Mailman/Cgi/options.py:917
msgid "Password reminder"
msgstr " Slaptaodio priminimas"
-#: Mailman/Cgi/options.py:920
+#: Mailman/Cgi/options.py:921
msgid ""
"By clicking on the <em>Remind</em> button, your\n"
" password will be emailed to you."
@@ -2575,27 +2576,27 @@ msgstr ""
"Spustelkite mygtuk <em>Priminti</em> \n"
"\t\tir Jums bus isistas Js slaptaodis."
-#: Mailman/Cgi/options.py:923
+#: Mailman/Cgi/options.py:924
msgid "Remind"
msgstr "Priminti"
-#: Mailman/Cgi/options.py:1023
+#: Mailman/Cgi/options.py:1024
msgid "<missing>"
msgstr ""
-#: Mailman/Cgi/options.py:1034
+#: Mailman/Cgi/options.py:1035
msgid "Requested topic is not valid: %(topicname)s"
msgstr ""
-#: Mailman/Cgi/options.py:1039
+#: Mailman/Cgi/options.py:1040
msgid "Topic filter details"
msgstr ""
-#: Mailman/Cgi/options.py:1042
+#: Mailman/Cgi/options.py:1043
msgid "Name:"
msgstr "Vardas:"
-#: Mailman/Cgi/options.py:1044
+#: Mailman/Cgi/options.py:1045
msgid "Pattern (as regexp):"
msgstr "Fragmentas (regexp):"
@@ -2651,7 +2652,7 @@ msgstr ""
#: Mailman/Cgi/rmlist.py:204
msgid ""
-"This page allows you as the list owner, to permanent\n"
+"This page allows you as the list owner, to permanently\n"
" remove this mailing list from the system. <strong>This action is not\n"
" undoable</strong> so you should undertake it only if you are absolutely\n"
" sure this mailing list has served its purpose and is no longer "
@@ -4756,7 +4757,7 @@ msgstr ""
#: Mailman/Gui/General.py:346
msgid ""
"When a new member is subscribed to this list, their initial\n"
-" set of options is taken from the this variable's setting."
+" set of options is taken from this variable's setting."
msgstr ""
#: Mailman/Gui/General.py:350
@@ -4867,18 +4868,18 @@ msgstr ""
#: Mailman/Gui/General.py:426
msgid ""
-"\"<a href=\"http://www.faqs.org/rfcs/rfc2822.html\">RFC\n"
+"<a href=\"http://www.faqs.org/rfcs/rfc2822.html\">RFC\n"
" 2822</a> defines the <tt>Sender</tt> header and defines it\n"
" as \"the mailbox of the agent responsible for the actual\n"
" transmission of the message.\" Mailman replaces this "
"header\n"
-" per default with the list's bounce address.\n"
+" by default with the list's bounce address.\n"
" \n"
" <p>While it is debatable if Mailman is such an agent, "
"setting\n"
" this header helps directing bounces from some broken MTAs "
"to\n"
-" the right destination. On the other hand do some mail\n"
+" the right destination. On the other hand, some mail\n"
" readers show unexpected behaviour if this header is set "
"(like\n"
" missing addresses in forwarded mails and copies sent to "
@@ -5088,7 +5089,7 @@ msgid ""
" address.\n"
"\n"
" <p>When personalization is enabled, a few more expansion\n"
-" variables that can be included in the <a\n"
+" variables can be included in the <a\n"
" href=\"?VARHELP=nondigest/msg_header\">message header</a> "
"and\n"
" <a href=\"?VARHELP=nondigest/msg_footer\">message footer</"
@@ -5158,10 +5159,10 @@ msgstr ""
#: Mailman/Gui/NonDigest.py:142
msgid ""
-"When you scrub attachments, they are stored in archive\n"
+"When you scrub attachments, they are stored in the archive\n"
" area and links are made in the message so that the member can\n"
-" access via web browser. If you want the attachments totally\n"
-" disappear, you can use content filter options."
+" access them via a web browser. If you want the attachments to\n"
+" totally disappear, you can use content filtering options."
msgstr ""
#: Mailman/Gui/NonDigest.py:149
@@ -6272,7 +6273,7 @@ msgid "Once a month, your password will be emailed to you as a reminder."
msgstr ""
"<br>Kart mnes el. pato laiku Jums bus primenamss Js slaptaodis."
-#: Mailman/HTMLFormatter.py:393
+#: Mailman/HTMLFormatter.py:394
msgid "The current archive"
msgstr ""
@@ -6794,83 +6795,83 @@ msgstr ""
msgid "Gnu's Not Unix"
msgstr ""
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Mon"
msgstr "Pir"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Thu"
msgstr "Ket"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Tue"
msgstr "Ant"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Wed"
msgstr "Tre"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Fri"
msgstr "Pen"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Sat"
msgstr "e"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Sun"
msgstr "Sek"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Apr"
msgstr "Bal"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Feb"
msgstr "Vas"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Jan"
msgstr "Saus"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Jun"
msgstr "Bir"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Mar"
msgstr "Kov"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Aug"
msgstr "Rugj"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Dec"
msgstr "Gruod"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Jul"
msgstr "Liep"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Nov"
msgstr "Lapkr"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Oct"
msgstr "Spal"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Sep"
msgstr "Rugs"
-#: Mailman/i18n.py:107
+#: Mailman/i18n.py:111
msgid "Server Local Time"
msgstr ""
-#: Mailman/i18n.py:146
+#: Mailman/i18n.py:150
msgid ""
"%(wday)s %(mon)s %(day)2i %(hh)02i:%(mm)02i:%(ss)02i %(tzname)s %(year)04i"
msgstr ""
diff --git a/messages/mailman.pot b/messages/mailman.pot
index 0014cba3..43a61d65 100644
--- a/messages/mailman.pot
+++ b/messages/mailman.pot
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: Tue Jul 27 08:05:43 2010\n"
+"POT-Creation-Date: Fri Sep 10 10:50:49 2010\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -99,7 +99,7 @@ msgstr ""
msgid "June"
msgstr ""
-#: Mailman/Archiver/HyperArch.py:923 Mailman/i18n.py:103
+#: Mailman/Archiver/HyperArch.py:923 Mailman/i18n.py:107
msgid "May"
msgstr ""
@@ -276,8 +276,8 @@ msgstr ""
#: Mailman/Cgi/admin.py:194
msgid ""
"You have regular list members but non-digestified mail is\n"
-" turned off. They will receive mail until you fix this\n"
-" problem."
+" turned off. They will receive non-digestified mail until you\n"
+" fix this problem."
msgstr ""
#: Mailman/Cgi/admin.py:218
@@ -476,7 +476,7 @@ msgstr ""
msgid "Regexp:"
msgstr ""
-#: Mailman/Cgi/admin.py:709 Mailman/Cgi/options.py:1046
+#: Mailman/Cgi/admin.py:709 Mailman/Cgi/options.py:1047
msgid "Description:"
msgstr ""
@@ -1404,8 +1404,8 @@ msgid ""
" request."
msgstr ""
-#: Mailman/Cgi/confirm.py:491 Mailman/Cgi/options.py:760
-#: Mailman/Cgi/options.py:904 Mailman/Cgi/options.py:914
+#: Mailman/Cgi/confirm.py:491 Mailman/Cgi/options.py:761
+#: Mailman/Cgi/options.py:905 Mailman/Cgi/options.py:915
msgid "Unsubscribe"
msgstr ""
@@ -1928,7 +1928,7 @@ msgstr ""
msgid "Edit Options"
msgstr ""
-#: Mailman/Cgi/listinfo.py:201 Mailman/Cgi/options.py:869
+#: Mailman/Cgi/listinfo.py:201 Mailman/Cgi/options.py:870
#: Mailman/Cgi/roster.py:118
msgid "View this page in"
msgstr ""
@@ -1949,8 +1949,8 @@ msgstr ""
msgid "Illegal Email Address: %(safeuser)s"
msgstr ""
-#: Mailman/Cgi/options.py:128 Mailman/Cgi/options.py:192
-#: Mailman/Cgi/options.py:214
+#: Mailman/Cgi/options.py:128 Mailman/Cgi/options.py:193
+#: Mailman/Cgi/options.py:215
msgid "No such member: %(safeuser)s."
msgstr ""
@@ -1960,56 +1960,56 @@ msgid ""
" forwarded to the list administrator for approval."
msgstr ""
-#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:197
+#: Mailman/Cgi/options.py:184 Mailman/Cgi/options.py:198
msgid "The confirmation email has been sent."
msgstr ""
-#: Mailman/Cgi/options.py:208 Mailman/Cgi/options.py:220
-#: Mailman/Cgi/options.py:277
+#: Mailman/Cgi/options.py:209 Mailman/Cgi/options.py:221
+#: Mailman/Cgi/options.py:278
msgid "A reminder of your password has been emailed to you."
msgstr ""
-#: Mailman/Cgi/options.py:249
+#: Mailman/Cgi/options.py:250
msgid "Authentication failed."
msgstr ""
-#: Mailman/Cgi/options.py:284
+#: Mailman/Cgi/options.py:285
msgid ""
"The list administrator may not view the other\n"
" subscriptions for this user."
msgstr ""
-#: Mailman/Cgi/options.py:285 Mailman/Cgi/options.py:328
-#: Mailman/Cgi/options.py:456 Mailman/Cgi/options.py:672
+#: Mailman/Cgi/options.py:286 Mailman/Cgi/options.py:329
+#: Mailman/Cgi/options.py:457 Mailman/Cgi/options.py:673
msgid "Note: "
msgstr ""
-#: Mailman/Cgi/options.py:290
+#: Mailman/Cgi/options.py:291
msgid "List subscriptions for %(safeuser)s on %(hostname)s"
msgstr ""
-#: Mailman/Cgi/options.py:293
+#: Mailman/Cgi/options.py:294
msgid ""
"Click on a link to visit your options page for the\n"
" requested mailing list."
msgstr ""
-#: Mailman/Cgi/options.py:325
+#: Mailman/Cgi/options.py:326
msgid ""
"The list administrator may not change the names\n"
" or addresses for this user's other subscriptions. However, the\n"
" subscription for this mailing list has been changed."
msgstr ""
-#: Mailman/Cgi/options.py:348
+#: Mailman/Cgi/options.py:349
msgid "Addresses did not match!"
msgstr ""
-#: Mailman/Cgi/options.py:353
+#: Mailman/Cgi/options.py:354
msgid "You are already using that email address"
msgstr ""
-#: Mailman/Cgi/options.py:365
+#: Mailman/Cgi/options.py:366
msgid ""
"The new address you requested %(newaddr)s is already a member of the\n"
"%(listname)s mailing list, however you have also requested a global change of\n"
@@ -2017,79 +2017,79 @@ msgid ""
"%(safeuser)s will be changed. "
msgstr ""
-#: Mailman/Cgi/options.py:374
+#: Mailman/Cgi/options.py:375
msgid "The new address is already a member: %(newaddr)s"
msgstr ""
-#: Mailman/Cgi/options.py:380
+#: Mailman/Cgi/options.py:381
msgid "Addresses may not be blank"
msgstr ""
-#: Mailman/Cgi/options.py:394
+#: Mailman/Cgi/options.py:395
msgid "A confirmation message has been sent to %(newaddr)s. "
msgstr ""
-#: Mailman/Cgi/options.py:403
+#: Mailman/Cgi/options.py:404
msgid "Bad email address provided"
msgstr ""
-#: Mailman/Cgi/options.py:405
+#: Mailman/Cgi/options.py:406
msgid "Illegal email address provided"
msgstr ""
-#: Mailman/Cgi/options.py:407
+#: Mailman/Cgi/options.py:408
msgid "%(newaddr)s is already a member of the list."
msgstr ""
-#: Mailman/Cgi/options.py:410
+#: Mailman/Cgi/options.py:411
msgid ""
"%(newaddr)s is banned from this list. If you\n"
" think this restriction is erroneous, please contact\n"
" the list owners at %(owneraddr)s."
msgstr ""
-#: Mailman/Cgi/options.py:421
+#: Mailman/Cgi/options.py:422
msgid "Member name successfully changed. "
msgstr ""
-#: Mailman/Cgi/options.py:431
+#: Mailman/Cgi/options.py:432
msgid ""
"The list administrator may not change the\n"
" password for a user."
msgstr ""
-#: Mailman/Cgi/options.py:440
+#: Mailman/Cgi/options.py:441
msgid "Passwords may not be blank"
msgstr ""
-#: Mailman/Cgi/options.py:445
+#: Mailman/Cgi/options.py:446
msgid "Passwords did not match!"
msgstr ""
-#: Mailman/Cgi/options.py:453
+#: Mailman/Cgi/options.py:454
msgid ""
"The list administrator may not change the\n"
" password for this user's other subscriptions. However, the\n"
" password for this mailing list has been changed."
msgstr ""
-#: Mailman/Cgi/options.py:470 Mailman/Commands/cmd_password.py:83
+#: Mailman/Cgi/options.py:471 Mailman/Commands/cmd_password.py:83
#: Mailman/Commands/cmd_password.py:109
msgid "Password successfully changed."
msgstr ""
-#: Mailman/Cgi/options.py:479
+#: Mailman/Cgi/options.py:480
msgid ""
"You must confirm your unsubscription request by turning\n"
" on the checkbox below the <em>Unsubscribe</em> button. You\n"
" have not been unsubscribed!"
msgstr ""
-#: Mailman/Cgi/options.py:511
+#: Mailman/Cgi/options.py:512
msgid "Unsubscription results"
msgstr ""
-#: Mailman/Cgi/options.py:515
+#: Mailman/Cgi/options.py:516
msgid ""
"Your unsubscription request has been received and\n"
" forwarded on to the list moderators for approval. You will\n"
@@ -2097,7 +2097,7 @@ msgid ""
" decision."
msgstr ""
-#: Mailman/Cgi/options.py:520
+#: Mailman/Cgi/options.py:521
msgid ""
"You have been successfully unsubscribed from the\n"
" mailing list %(fqdn_listname)s. If you were receiving digest\n"
@@ -2106,7 +2106,7 @@ msgid ""
" %(owneraddr)s."
msgstr ""
-#: Mailman/Cgi/options.py:669
+#: Mailman/Cgi/options.py:670
msgid ""
"The list administrator may not change the\n"
" options for this user's other subscriptions. However the\n"
@@ -2114,96 +2114,96 @@ msgid ""
" changed."
msgstr ""
-#: Mailman/Cgi/options.py:679
+#: Mailman/Cgi/options.py:680
msgid ""
"The list administrator has disabled digest delivery for\n"
" this list, so your delivery option has not been set. However your\n"
" other options have been set successfully."
msgstr ""
-#: Mailman/Cgi/options.py:683
+#: Mailman/Cgi/options.py:684
msgid ""
"The list administrator has disabled non-digest delivery\n"
" for this list, so your delivery option has not been set. However\n"
" your other options have been set successfully."
msgstr ""
-#: Mailman/Cgi/options.py:687
+#: Mailman/Cgi/options.py:688
msgid "You have successfully set your options."
msgstr ""
-#: Mailman/Cgi/options.py:690
+#: Mailman/Cgi/options.py:691
msgid "You may get one last digest."
msgstr ""
-#: Mailman/Cgi/options.py:762
+#: Mailman/Cgi/options.py:763
msgid "<em>Yes, I really want to unsubscribe</em>"
msgstr ""
-#: Mailman/Cgi/options.py:766
+#: Mailman/Cgi/options.py:767
msgid "Change My Password"
msgstr ""
-#: Mailman/Cgi/options.py:769
+#: Mailman/Cgi/options.py:770
msgid "List my other subscriptions"
msgstr ""
-#: Mailman/Cgi/options.py:775
+#: Mailman/Cgi/options.py:776
msgid "Email My Password To Me"
msgstr ""
-#: Mailman/Cgi/options.py:777
+#: Mailman/Cgi/options.py:778
msgid "password"
msgstr ""
-#: Mailman/Cgi/options.py:779
+#: Mailman/Cgi/options.py:780
msgid "Log out"
msgstr ""
-#: Mailman/Cgi/options.py:781
+#: Mailman/Cgi/options.py:782
msgid "Submit My Changes"
msgstr ""
-#: Mailman/Cgi/options.py:793
+#: Mailman/Cgi/options.py:794
msgid "days"
msgstr ""
-#: Mailman/Cgi/options.py:795
+#: Mailman/Cgi/options.py:796
msgid "day"
msgstr ""
-#: Mailman/Cgi/options.py:796
+#: Mailman/Cgi/options.py:797
msgid "%(days)d %(units)s"
msgstr ""
-#: Mailman/Cgi/options.py:802
+#: Mailman/Cgi/options.py:803
msgid "Change My Address and Name"
msgstr ""
-#: Mailman/Cgi/options.py:828
+#: Mailman/Cgi/options.py:829
msgid "<em>No topics defined</em>"
msgstr ""
-#: Mailman/Cgi/options.py:836
+#: Mailman/Cgi/options.py:837
msgid ""
"\n"
"You are subscribed to this list with the case-preserved address\n"
"<em>%(cpuser)s</em>."
msgstr ""
-#: Mailman/Cgi/options.py:850
+#: Mailman/Cgi/options.py:851
msgid "%(realname)s list: member options login page"
msgstr ""
-#: Mailman/Cgi/options.py:851
+#: Mailman/Cgi/options.py:852
msgid "email address and "
msgstr ""
-#: Mailman/Cgi/options.py:854
+#: Mailman/Cgi/options.py:855
msgid "%(realname)s list: member options for user %(safeuser)s"
msgstr ""
-#: Mailman/Cgi/options.py:880
+#: Mailman/Cgi/options.py:881
msgid ""
"In order to change your membership option, you must\n"
" first log in by giving your %(extra)smembership password in the section\n"
@@ -2218,19 +2218,19 @@ msgid ""
" "
msgstr ""
-#: Mailman/Cgi/options.py:894
+#: Mailman/Cgi/options.py:895
msgid "Email address:"
msgstr ""
-#: Mailman/Cgi/options.py:898
+#: Mailman/Cgi/options.py:899
msgid "Password:"
msgstr ""
-#: Mailman/Cgi/options.py:900
+#: Mailman/Cgi/options.py:901
msgid "Log in"
msgstr ""
-#: Mailman/Cgi/options.py:908
+#: Mailman/Cgi/options.py:909
msgid ""
"By clicking on the <em>Unsubscribe</em> button, a\n"
" confirmation message will be emailed to you. This message will have a\n"
@@ -2239,37 +2239,37 @@ msgid ""
" message)."
msgstr ""
-#: Mailman/Cgi/options.py:916
+#: Mailman/Cgi/options.py:917
msgid "Password reminder"
msgstr ""
-#: Mailman/Cgi/options.py:920
+#: Mailman/Cgi/options.py:921
msgid ""
"By clicking on the <em>Remind</em> button, your\n"
" password will be emailed to you."
msgstr ""
-#: Mailman/Cgi/options.py:923
+#: Mailman/Cgi/options.py:924
msgid "Remind"
msgstr ""
-#: Mailman/Cgi/options.py:1023
+#: Mailman/Cgi/options.py:1024
msgid "<missing>"
msgstr ""
-#: Mailman/Cgi/options.py:1034
+#: Mailman/Cgi/options.py:1035
msgid "Requested topic is not valid: %(topicname)s"
msgstr ""
-#: Mailman/Cgi/options.py:1039
+#: Mailman/Cgi/options.py:1040
msgid "Topic filter details"
msgstr ""
-#: Mailman/Cgi/options.py:1042
+#: Mailman/Cgi/options.py:1043
msgid "Name:"
msgstr ""
-#: Mailman/Cgi/options.py:1044
+#: Mailman/Cgi/options.py:1045
msgid "Pattern (as regexp):"
msgstr ""
@@ -2324,7 +2324,7 @@ msgstr ""
#: Mailman/Cgi/rmlist.py:204
msgid ""
-"This page allows you as the list owner, to permanent\n"
+"This page allows you as the list owner, to permanently\n"
" remove this mailing list from the system. <strong>This action is not\n"
" undoable</strong> so you should undertake it only if you are absolutely\n"
" sure this mailing list has served its purpose and is no longer necessary.\n"
@@ -4201,7 +4201,7 @@ msgstr ""
#: Mailman/Gui/General.py:346
msgid ""
"When a new member is subscribed to this list, their initial\n"
-" set of options is taken from the this variable's setting."
+" set of options is taken from this variable's setting."
msgstr ""
#: Mailman/Gui/General.py:350
@@ -4296,15 +4296,15 @@ msgstr ""
#: Mailman/Gui/General.py:426
msgid ""
-"\"<a href=\"http://www.faqs.org/rfcs/rfc2822.html\">RFC\n"
+"<a href=\"http://www.faqs.org/rfcs/rfc2822.html\">RFC\n"
" 2822</a> defines the <tt>Sender</tt> header and defines it\n"
" as \"the mailbox of the agent responsible for the actual\n"
" transmission of the message.\" Mailman replaces this header\n"
-" per default with the list's bounce address.\n"
+" by default with the list's bounce address.\n"
" \n"
" <p>While it is debatable if Mailman is such an agent, setting\n"
" this header helps directing bounces from some broken MTAs to\n"
-" the right destination. On the other hand do some mail\n"
+" the right destination. On the other hand, some mail\n"
" readers show unexpected behaviour if this header is set (like\n"
" missing addresses in forwarded mails and copies sent to the\n"
" bounce address on reply-to-all), so it can be disabled \n"
@@ -4492,7 +4492,7 @@ msgid ""
" address.\n"
"\n"
" <p>When personalization is enabled, a few more expansion\n"
-" variables that can be included in the <a\n"
+" variables can be included in the <a\n"
" href=\"?VARHELP=nondigest/msg_header\">message header</a> and\n"
" <a href=\"?VARHELP=nondigest/msg_footer\">message footer</a>.\n"
"\n"
@@ -4554,10 +4554,10 @@ msgstr ""
#: Mailman/Gui/NonDigest.py:142
msgid ""
-"When you scrub attachments, they are stored in archive\n"
+"When you scrub attachments, they are stored in the archive\n"
" area and links are made in the message so that the member can\n"
-" access via web browser. If you want the attachments totally\n"
-" disappear, you can use content filter options."
+" access them via a web browser. If you want the attachments to\n"
+" totally disappear, you can use content filtering options."
msgstr ""
#: Mailman/Gui/NonDigest.py:149
@@ -5564,7 +5564,7 @@ msgstr ""
msgid "Once a month, your password will be emailed to you as a reminder."
msgstr ""
-#: Mailman/HTMLFormatter.py:393
+#: Mailman/HTMLFormatter.py:394
msgid "The current archive"
msgstr ""
@@ -6066,83 +6066,83 @@ msgstr ""
msgid "Gnu's Not Unix"
msgstr ""
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Mon"
msgstr ""
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Thu"
msgstr ""
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Tue"
msgstr ""
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Wed"
msgstr ""
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Fri"
msgstr ""
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Sat"
msgstr ""
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Sun"
msgstr ""
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Apr"
msgstr ""
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Feb"
msgstr ""
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Jan"
msgstr ""
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Jun"
msgstr ""
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Mar"
msgstr ""
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Aug"
msgstr ""
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Dec"
msgstr ""
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Jul"
msgstr ""
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Nov"
msgstr ""
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Oct"
msgstr ""
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Sep"
msgstr ""
-#: Mailman/i18n.py:107
+#: Mailman/i18n.py:111
msgid "Server Local Time"
msgstr ""
-#: Mailman/i18n.py:146
+#: Mailman/i18n.py:150
msgid "%(wday)s %(mon)s %(day)2i %(hh)02i:%(mm)02i:%(ss)02i %(tzname)s %(year)04i"
msgstr ""
diff --git a/messages/nl/LC_MESSAGES/mailman.po b/messages/nl/LC_MESSAGES/mailman.po
index 45f18001..373af3c5 100644
--- a/messages/nl/LC_MESSAGES/mailman.po
+++ b/messages/nl/LC_MESSAGES/mailman.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Mailman 2.1.14\n"
-"POT-Creation-Date: Tue Jul 27 08:05:43 2010\n"
+"POT-Creation-Date: Fri Sep 10 10:50:49 2010\n"
"PO-Revision-Date: 2010-07-07 14:17+0100\n"
"Last-Translator: Jan Veuger <info@janveuger.com>\n"
"Language-Team: Dutch <info@janveuger.com>\n"
@@ -99,7 +99,7 @@ msgstr "juli"
msgid "June"
msgstr "juni"
-#: Mailman/Archiver/HyperArch.py:923 Mailman/i18n.py:103
+#: Mailman/Archiver/HyperArch.py:923 Mailman/i18n.py:107
msgid "May"
msgstr "mei"
@@ -280,10 +280,12 @@ msgstr ""
" deze optie gebruiken. Deze leden krijgen nu geen mail bezorgd."
#: Mailman/Cgi/admin.py:194
+#, fuzzy
msgid ""
"You have regular list members but non-digestified mail is\n"
-" turned off. They will receive mail until you fix this\n"
-" problem."
+" turned off. They will receive non-digestified mail until "
+"you\n"
+" fix this problem."
msgstr ""
"U heeft de bezorging van reguliere mail uitgezet, maar er zijn\n"
" leden die deze optie gebruiken. Deze leden zullen mail\n"
@@ -516,7 +518,7 @@ msgstr "Naam onderwerp:"
msgid "Regexp:"
msgstr "Uitdrukking:"
-#: Mailman/Cgi/admin.py:709 Mailman/Cgi/options.py:1046
+#: Mailman/Cgi/admin.py:709 Mailman/Cgi/options.py:1047
msgid "Description:"
msgstr "Omschrijving:"
@@ -1607,8 +1609,8 @@ msgstr ""
" <p>Of klik op <em>Annuleer en negeer</em> om uw afmeldingsverzoek in\n"
" te trekken."
-#: Mailman/Cgi/confirm.py:491 Mailman/Cgi/options.py:760
-#: Mailman/Cgi/options.py:904 Mailman/Cgi/options.py:914
+#: Mailman/Cgi/confirm.py:491 Mailman/Cgi/options.py:761
+#: Mailman/Cgi/options.py:905 Mailman/Cgi/options.py:915
msgid "Unsubscribe"
msgstr "Afmelden"
@@ -2287,7 +2289,7 @@ msgstr ""
msgid "Edit Options"
msgstr "Wijzig opties"
-#: Mailman/Cgi/listinfo.py:201 Mailman/Cgi/options.py:869
+#: Mailman/Cgi/listinfo.py:201 Mailman/Cgi/options.py:870
#: Mailman/Cgi/roster.py:118
msgid "View this page in"
msgstr "Bekijk deze pagina in"
@@ -2308,8 +2310,8 @@ msgstr "Er is geen adres opgegeven"
msgid "Illegal Email Address: %(safeuser)s"
msgstr "Ongeldig e-mailadres: %(safeuser)s"
-#: Mailman/Cgi/options.py:128 Mailman/Cgi/options.py:192
-#: Mailman/Cgi/options.py:214
+#: Mailman/Cgi/options.py:128 Mailman/Cgi/options.py:193
+#: Mailman/Cgi/options.py:215
msgid "No such member: %(safeuser)s."
msgstr "Niet bestaand lid: %(safeuser)s."
@@ -2321,20 +2323,20 @@ msgstr ""
"Uw afmeldingsverzoek is doorgestuurd\n"
" naar de lijstmoderator ter goedkeuring."
-#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:197
+#: Mailman/Cgi/options.py:184 Mailman/Cgi/options.py:198
msgid "The confirmation email has been sent."
msgstr "Het bevestigingsbericht is verzonden."
-#: Mailman/Cgi/options.py:208 Mailman/Cgi/options.py:220
-#: Mailman/Cgi/options.py:277
+#: Mailman/Cgi/options.py:209 Mailman/Cgi/options.py:221
+#: Mailman/Cgi/options.py:278
msgid "A reminder of your password has been emailed to you."
msgstr "Een herinneringsbericht met uw wachtwoord is naar u verzonden."
-#: Mailman/Cgi/options.py:249
+#: Mailman/Cgi/options.py:250
msgid "Authentication failed."
msgstr "Authentificatie is mislukt."
-#: Mailman/Cgi/options.py:284
+#: Mailman/Cgi/options.py:285
msgid ""
"The list administrator may not view the other\n"
" subscriptions for this user."
@@ -2342,16 +2344,16 @@ msgstr ""
"The lijstbeheerder mag de andere abonnementen\n"
" van deze gebruiker niet inzien."
-#: Mailman/Cgi/options.py:285 Mailman/Cgi/options.py:328
-#: Mailman/Cgi/options.py:456 Mailman/Cgi/options.py:672
+#: Mailman/Cgi/options.py:286 Mailman/Cgi/options.py:329
+#: Mailman/Cgi/options.py:457 Mailman/Cgi/options.py:673
msgid "Note: "
msgstr "Opmerking:"
-#: Mailman/Cgi/options.py:290
+#: Mailman/Cgi/options.py:291
msgid "List subscriptions for %(safeuser)s on %(hostname)s"
msgstr "Aanmeldingen voor %(safeuser)s op %(hostname)s"
-#: Mailman/Cgi/options.py:293
+#: Mailman/Cgi/options.py:294
msgid ""
"Click on a link to visit your options page for the\n"
" requested mailing list."
@@ -2359,7 +2361,7 @@ msgstr ""
"Klik op een link om uw instellingenpagina voor de\n"
" betreffende maillijst te bezoeken."
-#: Mailman/Cgi/options.py:325
+#: Mailman/Cgi/options.py:326
msgid ""
"The list administrator may not change the names\n"
" or addresses for this user's other subscriptions. However, the\n"
@@ -2369,15 +2371,15 @@ msgstr ""
" andere abonnementen van deze gebruiker niet wijzigen. Het\n"
" abonnement op deze maillijst is echter gewijzigd."
-#: Mailman/Cgi/options.py:348
+#: Mailman/Cgi/options.py:349
msgid "Addresses did not match!"
msgstr "Adressen komen niet overeen!"
-#: Mailman/Cgi/options.py:353
+#: Mailman/Cgi/options.py:354
msgid "You are already using that email address"
msgstr "U gebruikt reeds dat e-mailadres"
-#: Mailman/Cgi/options.py:365
+#: Mailman/Cgi/options.py:366
msgid ""
"The new address you requested %(newaddr)s is already a member of the\n"
"%(listname)s mailing list, however you have also requested a global change "
@@ -2391,31 +2393,31 @@ msgstr ""
"voor alle maillijsten waarvan u lid bent. Na bevestiging zal het adres\n"
"%(safeuser)s in alle maillijsten worden gewijzigd. "
-#: Mailman/Cgi/options.py:374
+#: Mailman/Cgi/options.py:375
msgid "The new address is already a member: %(newaddr)s"
msgstr "Het nieuwe adres %(newaddr)s is reeds lid."
-#: Mailman/Cgi/options.py:380
+#: Mailman/Cgi/options.py:381
msgid "Addresses may not be blank"
msgstr "E-mailadressen dienen ingevuld te worden"
-#: Mailman/Cgi/options.py:394
+#: Mailman/Cgi/options.py:395
msgid "A confirmation message has been sent to %(newaddr)s. "
msgstr "Een bevestigingsbericht is verzonden naar %(newaddr)s."
-#: Mailman/Cgi/options.py:403
+#: Mailman/Cgi/options.py:404
msgid "Bad email address provided"
msgstr "Foutief e-mailadres opgegeven"
-#: Mailman/Cgi/options.py:405
+#: Mailman/Cgi/options.py:406
msgid "Illegal email address provided"
msgstr "Ongeldig e-mailadres opgegeven"
-#: Mailman/Cgi/options.py:407
+#: Mailman/Cgi/options.py:408
msgid "%(newaddr)s is already a member of the list."
msgstr "%(newaddr)s is al lid van de lijst."
-#: Mailman/Cgi/options.py:410
+#: Mailman/Cgi/options.py:411
msgid ""
"%(newaddr)s is banned from this list. If you\n"
" think this restriction is erroneous, please contact\n"
@@ -2426,11 +2428,11 @@ msgstr ""
" kunt u contact opnemen met de lijsteigenaren:\n"
" %(owneraddr)s."
-#: Mailman/Cgi/options.py:421
+#: Mailman/Cgi/options.py:422
msgid "Member name successfully changed. "
msgstr "Gebruikersnaam is met succes veranderd. "
-#: Mailman/Cgi/options.py:431
+#: Mailman/Cgi/options.py:432
msgid ""
"The list administrator may not change the\n"
" password for a user."
@@ -2438,15 +2440,15 @@ msgstr ""
"De lijstbeheerder kan het wachtwoord\n"
" van een gebruiker niet wijzigen."
-#: Mailman/Cgi/options.py:440
+#: Mailman/Cgi/options.py:441
msgid "Passwords may not be blank"
msgstr "Wachtwoorden dienen ingevuld te worden"
-#: Mailman/Cgi/options.py:445
+#: Mailman/Cgi/options.py:446
msgid "Passwords did not match!"
msgstr "Wachtwoorden kwamen niet overeen!"
-#: Mailman/Cgi/options.py:453
+#: Mailman/Cgi/options.py:454
msgid ""
"The list administrator may not change the\n"
" password for this user's other subscriptions. However, the\n"
@@ -2456,12 +2458,12 @@ msgstr ""
" andere abonnementen van deze gebruiker niet wijzigen. Het\n"
" wachtwoord voor deze maillijst is echter gewijzigd."
-#: Mailman/Cgi/options.py:470 Mailman/Commands/cmd_password.py:83
+#: Mailman/Cgi/options.py:471 Mailman/Commands/cmd_password.py:83
#: Mailman/Commands/cmd_password.py:109
msgid "Password successfully changed."
msgstr "Wachtwoord is met succes veranderd."
-#: Mailman/Cgi/options.py:479
+#: Mailman/Cgi/options.py:480
msgid ""
"You must confirm your unsubscription request by turning\n"
" on the checkbox below the <em>Unsubscribe</em> button. You\n"
@@ -2471,11 +2473,11 @@ msgstr ""
" onder de button <em>Afmelden</em> aan te vinken. U\n"
" bent niet afgemeld!"
-#: Mailman/Cgi/options.py:511
+#: Mailman/Cgi/options.py:512
msgid "Unsubscription results"
msgstr "Afmeldingsresultaat"
-#: Mailman/Cgi/options.py:515
+#: Mailman/Cgi/options.py:516
msgid ""
"Your unsubscription request has been received and\n"
" forwarded on to the list moderators for approval. You will\n"
@@ -2487,7 +2489,7 @@ msgstr ""
" ontvangen zodra de lijstmoderators een beslissing hebben\n"
" genomen."
-#: Mailman/Cgi/options.py:520
+#: Mailman/Cgi/options.py:521
msgid ""
"You have been successfully unsubscribed from the\n"
" mailing list %(fqdn_listname)s. If you were receiving digest\n"
@@ -2503,7 +2505,7 @@ msgstr ""
" contact op met de lijsteigenaren op het volgende e-mailadres:\n"
" %(owneraddr)s."
-#: Mailman/Cgi/options.py:669
+#: Mailman/Cgi/options.py:670
msgid ""
"The list administrator may not change the\n"
" options for this user's other subscriptions. However the\n"
@@ -2514,7 +2516,7 @@ msgstr ""
" andere abonnementen van deze gebruiker niet wijzigen. De\n"
" abonnementsopties van deze maillijst zijn echter gewijzigd."
-#: Mailman/Cgi/options.py:679
+#: Mailman/Cgi/options.py:680
msgid ""
"The list administrator has disabled digest delivery for\n"
" this list, so your delivery option has not been set. However "
@@ -2526,7 +2528,7 @@ msgstr ""
" optie niet worden aangezet. Alle andere wijzigingen van uw\n"
" instellingen zijn wel met succes doorgevoerd."
-#: Mailman/Cgi/options.py:683
+#: Mailman/Cgi/options.py:684
msgid ""
"The list administrator has disabled non-digest delivery\n"
" for this list, so your delivery option has not been set. "
@@ -2538,63 +2540,63 @@ msgstr ""
" worden aangezet. Alle andere wijzigingen van uw instellingen\n"
" zijn wel met succes doorgevoerd."
-#: Mailman/Cgi/options.py:687
+#: Mailman/Cgi/options.py:688
msgid "You have successfully set your options."
msgstr "De wijzigingen van uw instellingen zijn met succes doorgevoerd."
-#: Mailman/Cgi/options.py:690
+#: Mailman/Cgi/options.py:691
msgid "You may get one last digest."
msgstr "U krijgt wellicht nog ��n laatste verzamelmail toegestuurd."
-#: Mailman/Cgi/options.py:762
+#: Mailman/Cgi/options.py:763
msgid "<em>Yes, I really want to unsubscribe</em>"
msgstr "<em>Ja, ik wil mezelf echt afmelden</em>"
-#: Mailman/Cgi/options.py:766
+#: Mailman/Cgi/options.py:767
msgid "Change My Password"
msgstr "Wijzig mijn wachtwoord"
-#: Mailman/Cgi/options.py:769
+#: Mailman/Cgi/options.py:770
msgid "List my other subscriptions"
msgstr "Laat mijn andere aanmeldingen zien"
-#: Mailman/Cgi/options.py:775
+#: Mailman/Cgi/options.py:776
msgid "Email My Password To Me"
msgstr "Stuur mijn wachtwoord per e-mail toe"
-#: Mailman/Cgi/options.py:777
+#: Mailman/Cgi/options.py:778
msgid "password"
msgstr "wachtwoord"
-#: Mailman/Cgi/options.py:779
+#: Mailman/Cgi/options.py:780
msgid "Log out"
msgstr "Uitloggen"
-#: Mailman/Cgi/options.py:781
+#: Mailman/Cgi/options.py:782
msgid "Submit My Changes"
msgstr "Verstuur de wijzigingen"
-#: Mailman/Cgi/options.py:793
+#: Mailman/Cgi/options.py:794
msgid "days"
msgstr "dagen"
-#: Mailman/Cgi/options.py:795
+#: Mailman/Cgi/options.py:796
msgid "day"
msgstr "dag"
-#: Mailman/Cgi/options.py:796
+#: Mailman/Cgi/options.py:797
msgid "%(days)d %(units)s"
msgstr "%(days)d %(units)s"
-#: Mailman/Cgi/options.py:802
+#: Mailman/Cgi/options.py:803
msgid "Change My Address and Name"
msgstr "Verander mijn e-mailadres en naam"
-#: Mailman/Cgi/options.py:828
+#: Mailman/Cgi/options.py:829
msgid "<em>No topics defined</em>"
msgstr "<em>Geen onderwerpen gedefinieerd</em>"
-#: Mailman/Cgi/options.py:836
+#: Mailman/Cgi/options.py:837
msgid ""
"\n"
"You are subscribed to this list with the case-preserved address\n"
@@ -2604,20 +2606,20 @@ msgstr ""
"U bent op deze lijst aangemeld met het adres\n"
"<em>%(cpuser)s</em>."
-#: Mailman/Cgi/options.py:850
+#: Mailman/Cgi/options.py:851
msgid "%(realname)s list: member options login page"
msgstr "%(realname)s lijst: inlogpagina voor lidmaatschapsinstellingen"
-#: Mailman/Cgi/options.py:851
+#: Mailman/Cgi/options.py:852
msgid "email address and "
msgstr "e-mailadres en "
-#: Mailman/Cgi/options.py:854
+#: Mailman/Cgi/options.py:855
msgid "%(realname)s list: member options for user %(safeuser)s"
msgstr ""
"%(realname)s lijst: lidmaatschapsinstellingen voor gebruiker %(safeuser)s"
-#: Mailman/Cgi/options.py:880
+#: Mailman/Cgi/options.py:881
msgid ""
"In order to change your membership option, you must\n"
" first log in by giving your %(extra)smembership password in the section\n"
@@ -2645,19 +2647,19 @@ msgstr ""
" niet ge�ffectueerd worden.\n"
" "
-#: Mailman/Cgi/options.py:894
+#: Mailman/Cgi/options.py:895
msgid "Email address:"
msgstr "E-mailadres:"
-#: Mailman/Cgi/options.py:898
+#: Mailman/Cgi/options.py:899
msgid "Password:"
msgstr "Wachtwoord"
-#: Mailman/Cgi/options.py:900
+#: Mailman/Cgi/options.py:901
msgid "Log in"
msgstr "Inloggen"
-#: Mailman/Cgi/options.py:908
+#: Mailman/Cgi/options.py:909
msgid ""
"By clicking on the <em>Unsubscribe</em> button, a\n"
" confirmation message will be emailed to you. This message will have a\n"
@@ -2671,11 +2673,11 @@ msgstr ""
" dit desgewenst ook per e-mail doen; het bevestigingsbericht bevat\n"
" instructies daartoe)."
-#: Mailman/Cgi/options.py:916
+#: Mailman/Cgi/options.py:917
msgid "Password reminder"
msgstr "Wachtwoordherinnering"
-#: Mailman/Cgi/options.py:920
+#: Mailman/Cgi/options.py:921
msgid ""
"By clicking on the <em>Remind</em> button, your\n"
" password will be emailed to you."
@@ -2683,27 +2685,27 @@ msgstr ""
"Door op de button <em>Herinnering</em> te klikken, krijgt u uw wachtwoord\n"
" per e-mail toegestuurd."
-#: Mailman/Cgi/options.py:923
+#: Mailman/Cgi/options.py:924
msgid "Remind"
msgstr "Herinnering"
-#: Mailman/Cgi/options.py:1023
+#: Mailman/Cgi/options.py:1024
msgid "<missing>"
msgstr "<onvolledig>"
-#: Mailman/Cgi/options.py:1034
+#: Mailman/Cgi/options.py:1035
msgid "Requested topic is not valid: %(topicname)s"
msgstr "Vermelde onderwerp is niet geldig: %(topicname)s"
-#: Mailman/Cgi/options.py:1039
+#: Mailman/Cgi/options.py:1040
msgid "Topic filter details"
msgstr "Details onderwerpfilter"
-#: Mailman/Cgi/options.py:1042
+#: Mailman/Cgi/options.py:1043
msgid "Name:"
msgstr "Naam:"
-#: Mailman/Cgi/options.py:1044
+#: Mailman/Cgi/options.py:1045
msgid "Pattern (as regexp):"
msgstr "Patroon (als uitdrukking):"
@@ -2763,8 +2765,9 @@ msgid "Permanently remove mailing list <em>%(realname)s</em>"
msgstr "Permanent verwijderen van maillijst <em>%(realname)s</em>"
#: Mailman/Cgi/rmlist.py:204
+#, fuzzy
msgid ""
-"This page allows you as the list owner, to permanent\n"
+"This page allows you as the list owner, to permanently\n"
" remove this mailing list from the system. <strong>This action is not\n"
" undoable</strong> so you should undertake it only if you are absolutely\n"
" sure this mailing list has served its purpose and is no longer "
@@ -5613,9 +5616,10 @@ msgstr ""
" type=\"hidden\" name=\"new_member_options\" value=\"ignore\">"
#: Mailman/Gui/General.py:346
+#, fuzzy
msgid ""
"When a new member is subscribed to this list, their initial\n"
-" set of options is taken from the this variable's setting."
+" set of options is taken from this variable's setting."
msgstr ""
"Als een nieuw lid wordt aangemeld op deze lijst, zal deze set van\n"
" opties automatisch worden overgenomen als initi�le\n"
@@ -5785,19 +5789,20 @@ msgstr ""
" aanbevolen."
#: Mailman/Gui/General.py:426
+#, fuzzy
msgid ""
-"\"<a href=\"http://www.faqs.org/rfcs/rfc2822.html\">RFC\n"
+"<a href=\"http://www.faqs.org/rfcs/rfc2822.html\">RFC\n"
" 2822</a> defines the <tt>Sender</tt> header and defines it\n"
" as \"the mailbox of the agent responsible for the actual\n"
" transmission of the message.\" Mailman replaces this "
"header\n"
-" per default with the list's bounce address.\n"
+" by default with the list's bounce address.\n"
" \n"
" <p>While it is debatable if Mailman is such an agent, "
"setting\n"
" this header helps directing bounces from some broken MTAs "
"to\n"
-" the right destination. On the other hand do some mail\n"
+" the right destination. On the other hand, some mail\n"
" readers show unexpected behaviour if this header is set "
"(like\n"
" missing addresses in forwarded mails and copies sent to "
@@ -6061,6 +6066,7 @@ msgstr ""
" performance van uw site danig kan beinvloeden."
#: Mailman/Gui/NonDigest.py:61
+#, fuzzy
msgid ""
"Normally, Mailman sends the regular delivery messages to\n"
" the mail server in batches. This is much more efficent\n"
@@ -6093,7 +6099,7 @@ msgid ""
" address.\n"
"\n"
" <p>When personalization is enabled, a few more expansion\n"
-" variables that can be included in the <a\n"
+" variables can be included in the <a\n"
" href=\"?VARHELP=nondigest/msg_header\">message header</a> "
"and\n"
" <a href=\"?VARHELP=nondigest/msg_footer\">message footer</"
@@ -6226,11 +6232,12 @@ msgid "Scrub attachments of regular delivery message?"
msgstr "Wilt u bijlagen van het te verzenden bericht <em>scrubben</em>?"
#: Mailman/Gui/NonDigest.py:142
+#, fuzzy
msgid ""
-"When you scrub attachments, they are stored in archive\n"
+"When you scrub attachments, they are stored in the archive\n"
" area and links are made in the message so that the member can\n"
-" access via web browser. If you want the attachments totally\n"
-" disappear, you can use content filter options."
+" access them via a web browser. If you want the attachments to\n"
+" totally disappear, you can use content filtering options."
msgstr ""
"Als u bijlagen van het bericht <em>scrubt</em>, zullen deze worden "
"opgeslagen in\n"
@@ -7814,7 +7821,7 @@ msgstr "Bekijk de ledenlijst"
msgid "Once a month, your password will be emailed to you as a reminder."
msgstr "Maandelijks krijgt u uw wachtwoord toegemaild als herinnering."
-#: Mailman/HTMLFormatter.py:393
+#: Mailman/HTMLFormatter.py:394
msgid "The current archive"
msgstr "Het huidige archief"
@@ -8391,83 +8398,83 @@ msgstr "Python Powered"
msgid "Gnu's Not Unix"
msgstr "Gnu's Not Unix"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Mon"
msgstr "Ma"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Thu"
msgstr "Do"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Tue"
msgstr "Di"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Wed"
msgstr "Wo"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Fri"
msgstr "Vr"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Sat"
msgstr "Za"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Sun"
msgstr "Zo"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Apr"
msgstr "Apr"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Feb"
msgstr "Feb"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Jan"
msgstr "Jan"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Jun"
msgstr "Jun"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Mar"
msgstr "Mrt"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Aug"
msgstr "Aug"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Dec"
msgstr "Dec"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Jul"
msgstr "Jul"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Nov"
msgstr "Nov"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Oct"
msgstr "Okt"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Sep"
msgstr "Sep"
-#: Mailman/i18n.py:107
+#: Mailman/i18n.py:111
msgid "Server Local Time"
msgstr "Lokale tijd server"
-#: Mailman/i18n.py:146
+#: Mailman/i18n.py:150
msgid ""
"%(wday)s %(mon)s %(day)2i %(hh)02i:%(mm)02i:%(ss)02i %(tzname)s %(year)04i"
msgstr ""
diff --git a/messages/no/LC_MESSAGES/mailman.po b/messages/no/LC_MESSAGES/mailman.po
index cd206d7a..8b4ef370 100644
--- a/messages/no/LC_MESSAGES/mailman.po
+++ b/messages/no/LC_MESSAGES/mailman.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Mailman 2.1.5\n"
-"POT-Creation-Date: Tue Jul 27 08:05:43 2010\n"
+"POT-Creation-Date: Fri Sep 10 10:50:49 2010\n"
"PO-Revision-Date: 2005-05-07 23:27+0200\n"
"Last-Translator: Daniel Buchmann <Daniel.Buchmann@bibsys.no>\n"
"Language-Team: Norwegian <i18n-no@lister.ping.uio.no>\n"
@@ -97,7 +97,7 @@ msgstr "Juli"
msgid "June"
msgstr "Juni"
-#: Mailman/Archiver/HyperArch.py:923 Mailman/i18n.py:103
+#: Mailman/Archiver/HyperArch.py:923 Mailman/i18n.py:107
msgid "May"
msgstr "Mai"
@@ -276,10 +276,12 @@ msgstr ""
"fordi du skrudde av denne m&aring;ten &aring; distribuere epost p&aring;."
#: Mailman/Cgi/admin.py:194
+#, fuzzy
msgid ""
"You have regular list members but non-digestified mail is\n"
-" turned off. They will receive mail until you fix this\n"
-" problem."
+" turned off. They will receive non-digestified mail until "
+"you\n"
+" fix this problem."
msgstr ""
"Det finnes medlemmer p&aring; listen som har valgt normal-modus.\n"
"Disse vil n&aring; ikke lenger motta epost fra listen,\n"
@@ -514,7 +516,7 @@ msgstr "Navn p&aring; emnet:"
msgid "Regexp:"
msgstr "Regexp-uttrykk:"
-#: Mailman/Cgi/admin.py:709 Mailman/Cgi/options.py:1046
+#: Mailman/Cgi/admin.py:709 Mailman/Cgi/options.py:1047
msgid "Description:"
msgstr "Beskrivelse:"
@@ -1601,8 +1603,8 @@ msgstr ""
"<p>Eller klikk <em>Avbryt</em> for &aring; fortsatt v&aelig;re medlem av "
"listen."
-#: Mailman/Cgi/confirm.py:491 Mailman/Cgi/options.py:760
-#: Mailman/Cgi/options.py:904 Mailman/Cgi/options.py:914
+#: Mailman/Cgi/confirm.py:491 Mailman/Cgi/options.py:761
+#: Mailman/Cgi/options.py:905 Mailman/Cgi/options.py:915
msgid "Unsubscribe"
msgstr "Meld meg ut"
@@ -2279,7 +2281,7 @@ msgstr ""
msgid "Edit Options"
msgstr "Endre Innstillinger"
-#: Mailman/Cgi/listinfo.py:201 Mailman/Cgi/options.py:869
+#: Mailman/Cgi/listinfo.py:201 Mailman/Cgi/options.py:870
#: Mailman/Cgi/roster.py:118
msgid "View this page in"
msgstr "Se denne siden p&aring;"
@@ -2300,8 +2302,8 @@ msgstr "Ingen epostadresse angitt"
msgid "Illegal Email Address: %(safeuser)s"
msgstr "Feil/Ugyldig epostadresse: %(safeuser)s"
-#: Mailman/Cgi/options.py:128 Mailman/Cgi/options.py:192
-#: Mailman/Cgi/options.py:214
+#: Mailman/Cgi/options.py:128 Mailman/Cgi/options.py:193
+#: Mailman/Cgi/options.py:215
msgid "No such member: %(safeuser)s."
msgstr "Medlemmet finnes ikke: %(safeuser)s."
@@ -2313,35 +2315,35 @@ msgstr ""
"Din sknad om bli meldt ut av epostlisten m godkjennes\n"
"og er blitt videresendt til listeadministratoren."
-#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:197
+#: Mailman/Cgi/options.py:184 Mailman/Cgi/options.py:198
msgid "The confirmation email has been sent."
msgstr "En epost med bekreftelse er sendt."
-#: Mailman/Cgi/options.py:208 Mailman/Cgi/options.py:220
-#: Mailman/Cgi/options.py:277
+#: Mailman/Cgi/options.py:209 Mailman/Cgi/options.py:221
+#: Mailman/Cgi/options.py:278
msgid "A reminder of your password has been emailed to you."
msgstr "En epost med passordet er sendt til deg."
-#: Mailman/Cgi/options.py:249
+#: Mailman/Cgi/options.py:250
msgid "Authentication failed."
msgstr "Innlogging mislyktes."
-#: Mailman/Cgi/options.py:284
+#: Mailman/Cgi/options.py:285
msgid ""
"The list administrator may not view the other\n"
" subscriptions for this user."
msgstr ""
-#: Mailman/Cgi/options.py:285 Mailman/Cgi/options.py:328
-#: Mailman/Cgi/options.py:456 Mailman/Cgi/options.py:672
+#: Mailman/Cgi/options.py:286 Mailman/Cgi/options.py:329
+#: Mailman/Cgi/options.py:457 Mailman/Cgi/options.py:673
msgid "Note: "
msgstr ""
-#: Mailman/Cgi/options.py:290
+#: Mailman/Cgi/options.py:291
msgid "List subscriptions for %(safeuser)s on %(hostname)s"
msgstr "Vise listemedlemskap for %(safeuser)s p&aring; %(hostname)s"
-#: Mailman/Cgi/options.py:293
+#: Mailman/Cgi/options.py:294
msgid ""
"Click on a link to visit your options page for the\n"
" requested mailing list."
@@ -2349,22 +2351,22 @@ msgstr ""
"Klikk p&aring; en liste for &aring; g&aring; til dine personlige "
"innstillinger for den."
-#: Mailman/Cgi/options.py:325
+#: Mailman/Cgi/options.py:326
msgid ""
"The list administrator may not change the names\n"
" or addresses for this user's other subscriptions. However, the\n"
" subscription for this mailing list has been changed."
msgstr ""
-#: Mailman/Cgi/options.py:348
+#: Mailman/Cgi/options.py:349
msgid "Addresses did not match!"
msgstr "Adressene er ikke like!"
-#: Mailman/Cgi/options.py:353
+#: Mailman/Cgi/options.py:354
msgid "You are already using that email address"
msgstr "Den epostadressen er du allerede p&aring;meldt listen med"
-#: Mailman/Cgi/options.py:365
+#: Mailman/Cgi/options.py:366
msgid ""
"The new address you requested %(newaddr)s is already a member of the\n"
"%(listname)s mailing list, however you have also requested a global change "
@@ -2376,32 +2378,32 @@ msgstr ""
"men du har ogs bedt om endring p alle lister. Etter ditt samtykke vil\n"
"alle andre epostlister som inneholder %(safeuser)s bli endret. "
-#: Mailman/Cgi/options.py:374
+#: Mailman/Cgi/options.py:375
msgid "The new address is already a member: %(newaddr)s"
msgstr "Den nye adressen er allerede pmeldt: %(newaddr)s"
-#: Mailman/Cgi/options.py:380
+#: Mailman/Cgi/options.py:381
msgid "Addresses may not be blank"
msgstr "Adressene kan ikke v&aelig;re tomme"
-#: Mailman/Cgi/options.py:394
+#: Mailman/Cgi/options.py:395
msgid "A confirmation message has been sent to %(newaddr)s. "
msgstr ""
"En foresp&oslash;rsel om bekreftelse er sendt i en epost til %(newaddr)s. "
-#: Mailman/Cgi/options.py:403
+#: Mailman/Cgi/options.py:404
msgid "Bad email address provided"
msgstr "Ugyldig epostadresse angitt"
-#: Mailman/Cgi/options.py:405
+#: Mailman/Cgi/options.py:406
msgid "Illegal email address provided"
msgstr "Ulovlig epostadresse angitt"
-#: Mailman/Cgi/options.py:407
+#: Mailman/Cgi/options.py:408
msgid "%(newaddr)s is already a member of the list."
msgstr "%(newaddr)s er allerede medlem av listen."
-#: Mailman/Cgi/options.py:410
+#: Mailman/Cgi/options.py:411
#, fuzzy
msgid ""
"%(newaddr)s is banned from this list. If you\n"
@@ -2411,11 +2413,11 @@ msgstr ""
"Epostadressen du har angitt er utestengt fra denne epostlisten.\n"
"Dersom du tror dette kan vre en feil, kontakt listens eier p %(listowner)s."
-#: Mailman/Cgi/options.py:421
+#: Mailman/Cgi/options.py:422
msgid "Member name successfully changed. "
msgstr "Navnet er endret. "
-#: Mailman/Cgi/options.py:431
+#: Mailman/Cgi/options.py:432
#, fuzzy
msgid ""
"The list administrator may not change the\n"
@@ -2427,15 +2429,15 @@ msgstr ""
"gjennomf&oslash;rt, men alle andre endringer du gjorde, er gjennomf&oslash;"
"rt."
-#: Mailman/Cgi/options.py:440
+#: Mailman/Cgi/options.py:441
msgid "Passwords may not be blank"
msgstr "Passordene kan ikke v&aelig;re tomme"
-#: Mailman/Cgi/options.py:445
+#: Mailman/Cgi/options.py:446
msgid "Passwords did not match!"
msgstr "Passordene er ikke like!"
-#: Mailman/Cgi/options.py:453
+#: Mailman/Cgi/options.py:454
#, fuzzy
msgid ""
"The list administrator may not change the\n"
@@ -2448,12 +2450,12 @@ msgstr ""
"gjennomf&oslash;rt, men alle andre endringer du gjorde, er gjennomf&oslash;"
"rt."
-#: Mailman/Cgi/options.py:470 Mailman/Commands/cmd_password.py:83
+#: Mailman/Cgi/options.py:471 Mailman/Commands/cmd_password.py:83
#: Mailman/Commands/cmd_password.py:109
msgid "Password successfully changed."
msgstr "Passordet ditt er endret."
-#: Mailman/Cgi/options.py:479
+#: Mailman/Cgi/options.py:480
msgid ""
"You must confirm your unsubscription request by turning\n"
" on the checkbox below the <em>Unsubscribe</em> button. You\n"
@@ -2463,11 +2465,11 @@ msgstr ""
"valget for dette.\n"
"Du er IKKE fjernet fra listen!"
-#: Mailman/Cgi/options.py:511
+#: Mailman/Cgi/options.py:512
msgid "Unsubscription results"
msgstr "Resultat av utmelding"
-#: Mailman/Cgi/options.py:515
+#: Mailman/Cgi/options.py:516
msgid ""
"Your unsubscription request has been received and\n"
" forwarded on to the list moderators for approval. You will\n"
@@ -2478,7 +2480,7 @@ msgstr ""
"vurdert av listemoderatorene.\n"
"Du vil motta en melding s&aring; snart de har tatt en avgj&oslash;relse."
-#: Mailman/Cgi/options.py:520
+#: Mailman/Cgi/options.py:521
msgid ""
"You have been successfully unsubscribed from the\n"
" mailing list %(fqdn_listname)s. If you were receiving digest\n"
@@ -2493,7 +2495,7 @@ msgstr ""
"Har du sp&oslash;rsm&aring;l knyttet til din utmelding, kontakt listens eier "
"p&aring; %(owneraddr)s."
-#: Mailman/Cgi/options.py:669
+#: Mailman/Cgi/options.py:670
msgid ""
"The list administrator may not change the\n"
" options for this user's other subscriptions. However the\n"
@@ -2501,7 +2503,7 @@ msgid ""
" changed."
msgstr ""
-#: Mailman/Cgi/options.py:679
+#: Mailman/Cgi/options.py:680
msgid ""
"The list administrator has disabled digest delivery for\n"
" this list, so your delivery option has not been set. However "
@@ -2514,7 +2516,7 @@ msgstr ""
"gjennomf&oslash;rt, men alle andre endringer du gjorde, er gjennomf&oslash;"
"rt."
-#: Mailman/Cgi/options.py:683
+#: Mailman/Cgi/options.py:684
msgid ""
"The list administrator has disabled non-digest delivery\n"
" for this list, so your delivery option has not been set. "
@@ -2527,63 +2529,63 @@ msgstr ""
"gjennomf&oslash;rt, men alle andre endringer du gjorde, er gjennomf&oslash;"
"rt."
-#: Mailman/Cgi/options.py:687
+#: Mailman/Cgi/options.py:688
msgid "You have successfully set your options."
msgstr "Dine valg er n&aring; satt slik du &oslash;nsket."
-#: Mailman/Cgi/options.py:690
+#: Mailman/Cgi/options.py:691
msgid "You may get one last digest."
msgstr "Det kan v&aelig;re du vil motta en siste samle-epost."
-#: Mailman/Cgi/options.py:762
+#: Mailman/Cgi/options.py:763
msgid "<em>Yes, I really want to unsubscribe</em>"
msgstr "<em>Ja, jeg vil melde meg ut av listen</em>"
-#: Mailman/Cgi/options.py:766
+#: Mailman/Cgi/options.py:767
msgid "Change My Password"
msgstr "Endre Mitt Passord"
-#: Mailman/Cgi/options.py:769
+#: Mailman/Cgi/options.py:770
msgid "List my other subscriptions"
msgstr "Vise andre lister jeg er medlem av"
-#: Mailman/Cgi/options.py:775
+#: Mailman/Cgi/options.py:776
msgid "Email My Password To Me"
msgstr "Send Meg Passordet Mitt"
-#: Mailman/Cgi/options.py:777
+#: Mailman/Cgi/options.py:778
msgid "password"
msgstr "passord"
-#: Mailman/Cgi/options.py:779
+#: Mailman/Cgi/options.py:780
msgid "Log out"
msgstr "Logg ut"
-#: Mailman/Cgi/options.py:781
+#: Mailman/Cgi/options.py:782
msgid "Submit My Changes"
msgstr "Lagre Endringer"
-#: Mailman/Cgi/options.py:793
+#: Mailman/Cgi/options.py:794
msgid "days"
msgstr "dager"
-#: Mailman/Cgi/options.py:795
+#: Mailman/Cgi/options.py:796
msgid "day"
msgstr "dag"
-#: Mailman/Cgi/options.py:796
+#: Mailman/Cgi/options.py:797
msgid "%(days)d %(units)s"
msgstr "%(days)d %(units)s"
-#: Mailman/Cgi/options.py:802
+#: Mailman/Cgi/options.py:803
msgid "Change My Address and Name"
msgstr "Endre Min Adresse og Mitt Navn"
-#: Mailman/Cgi/options.py:828
+#: Mailman/Cgi/options.py:829
msgid "<em>No topics defined</em>"
msgstr "</em>Ingen emner er definert</em>"
-#: Mailman/Cgi/options.py:836
+#: Mailman/Cgi/options.py:837
msgid ""
"\n"
"You are subscribed to this list with the case-preserved address\n"
@@ -2592,19 +2594,19 @@ msgstr ""
"\n"
"Du er medlem av denne listen med epostadressen <em>%(cpuser)s</em>."
-#: Mailman/Cgi/options.py:850
+#: Mailman/Cgi/options.py:851
msgid "%(realname)s list: member options login page"
msgstr "%(realname)s: innlogging til personlige innstillinger"
-#: Mailman/Cgi/options.py:851
+#: Mailman/Cgi/options.py:852
msgid "email address and "
msgstr "epostadressen og "
-#: Mailman/Cgi/options.py:854
+#: Mailman/Cgi/options.py:855
msgid "%(realname)s list: member options for user %(safeuser)s"
msgstr "%(realname)s: personlige innstillinger for %(safeuser)s"
-#: Mailman/Cgi/options.py:880
+#: Mailman/Cgi/options.py:881
msgid ""
"In order to change your membership option, you must\n"
" first log in by giving your %(extra)smembership password in the section\n"
@@ -2633,19 +2635,19 @@ msgstr ""
"p&aring;sl&aring;tt i nettleseren din, ellers vil ingen endringer lagres.\n"
" "
-#: Mailman/Cgi/options.py:894
+#: Mailman/Cgi/options.py:895
msgid "Email address:"
msgstr "Epostadresse:"
-#: Mailman/Cgi/options.py:898
+#: Mailman/Cgi/options.py:899
msgid "Password:"
msgstr "Passord:"
-#: Mailman/Cgi/options.py:900
+#: Mailman/Cgi/options.py:901
msgid "Log in"
msgstr "Logg inn"
-#: Mailman/Cgi/options.py:908
+#: Mailman/Cgi/options.py:909
msgid ""
"By clicking on the <em>Unsubscribe</em> button, a\n"
" confirmation message will be emailed to you. This message will have a\n"
@@ -2660,11 +2662,11 @@ msgstr ""
"(Du kan ogs&aring; bekrefte dette via epost; f&oslash;lg instruksjonene i "
"epost du f&aring;r tilsendt.)"
-#: Mailman/Cgi/options.py:916
+#: Mailman/Cgi/options.py:917
msgid "Password reminder"
msgstr "P&aring;minnelse om passord"
-#: Mailman/Cgi/options.py:920
+#: Mailman/Cgi/options.py:921
msgid ""
"By clicking on the <em>Remind</em> button, your\n"
" password will be emailed to you."
@@ -2672,27 +2674,27 @@ msgstr ""
"Trykker du p&aring; <em>Send P&aring;minnelse</em> knappen, vil du f&aring; "
"tilsendt passordet ditt i en epost."
-#: Mailman/Cgi/options.py:923
+#: Mailman/Cgi/options.py:924
msgid "Remind"
msgstr "Send p&aring;minnelse"
-#: Mailman/Cgi/options.py:1023
+#: Mailman/Cgi/options.py:1024
msgid "<missing>"
msgstr "<mangler>"
-#: Mailman/Cgi/options.py:1034
+#: Mailman/Cgi/options.py:1035
msgid "Requested topic is not valid: %(topicname)s"
msgstr "Emnet er ikke gyldig: %(topicname)s"
-#: Mailman/Cgi/options.py:1039
+#: Mailman/Cgi/options.py:1040
msgid "Topic filter details"
msgstr "Mer informasjon om emnefilteret"
-#: Mailman/Cgi/options.py:1042
+#: Mailman/Cgi/options.py:1043
msgid "Name:"
msgstr "Navn:"
-#: Mailman/Cgi/options.py:1044
+#: Mailman/Cgi/options.py:1045
msgid "Pattern (as regexp):"
msgstr "Filter (regexp-uttrykk):"
@@ -2749,8 +2751,9 @@ msgid "Permanently remove mailing list <em>%(realname)s</em>"
msgstr "Fjerne epostlisten <em>%(realname)s</em> permanent"
#: Mailman/Cgi/rmlist.py:204
+#, fuzzy
msgid ""
-"This page allows you as the list owner, to permanent\n"
+"This page allows you as the list owner, to permanently\n"
" remove this mailing list from the system. <strong>This action is not\n"
" undoable</strong> so you should undertake it only if you are absolutely\n"
" sure this mailing list has served its purpose and is no longer "
@@ -5484,9 +5487,10 @@ msgstr ""
"<input type=\"hidden\" name=\"new_member_options\" value=\"ignore\">"
#: Mailman/Gui/General.py:346
+#, fuzzy
msgid ""
"When a new member is subscribed to this list, their initial\n"
-" set of options is taken from the this variable's setting."
+" set of options is taken from this variable's setting."
msgstr ""
"Nr et nytt medlem meldes p listen, blir medlemmets innstillinger tatt "
"herfra."
@@ -5654,18 +5658,18 @@ msgstr ""
#: Mailman/Gui/General.py:426
msgid ""
-"\"<a href=\"http://www.faqs.org/rfcs/rfc2822.html\">RFC\n"
+"<a href=\"http://www.faqs.org/rfcs/rfc2822.html\">RFC\n"
" 2822</a> defines the <tt>Sender</tt> header and defines it\n"
" as \"the mailbox of the agent responsible for the actual\n"
" transmission of the message.\" Mailman replaces this "
"header\n"
-" per default with the list's bounce address.\n"
+" by default with the list's bounce address.\n"
" \n"
" <p>While it is debatable if Mailman is such an agent, "
"setting\n"
" this header helps directing bounces from some broken MTAs "
"to\n"
-" the right destination. On the other hand do some mail\n"
+" the right destination. On the other hand, some mail\n"
" readers show unexpected behaviour if this header is set "
"(like\n"
" missing addresses in forwarded mails and copies sent to "
@@ -5902,6 +5906,7 @@ msgstr ""
"vurdering med hensyn p&aring; ytelse."
#: Mailman/Gui/NonDigest.py:61
+#, fuzzy
msgid ""
"Normally, Mailman sends the regular delivery messages to\n"
" the mail server in batches. This is much more efficent\n"
@@ -5934,7 +5939,7 @@ msgid ""
" address.\n"
"\n"
" <p>When personalization is enabled, a few more expansion\n"
-" variables that can be included in the <a\n"
+" variables can be included in the <a\n"
" href=\"?VARHELP=nondigest/msg_header\">message header</a> "
"and\n"
" <a href=\"?VARHELP=nondigest/msg_footer\">message footer</"
@@ -6065,11 +6070,12 @@ msgid "Scrub attachments of regular delivery message?"
msgstr "Plukk ut vedlegg i vanlige meldinger?"
#: Mailman/Gui/NonDigest.py:142
+#, fuzzy
msgid ""
-"When you scrub attachments, they are stored in archive\n"
+"When you scrub attachments, they are stored in the archive\n"
" area and links are made in the message so that the member can\n"
-" access via web browser. If you want the attachments totally\n"
-" disappear, you can use content filter options."
+" access them via a web browser. If you want the attachments to\n"
+" totally disappear, you can use content filtering options."
msgstr ""
"Nr du plukker ut vedlegg, lagres de i listens arkivomrde og lenker settes "
"inn\n"
@@ -7574,7 +7580,7 @@ msgstr ""
"En gang i m&aring;neden vil du som en p&aring;minnelse motta passordet ditt "
"i en epost."
-#: Mailman/HTMLFormatter.py:393
+#: Mailman/HTMLFormatter.py:394
msgid "The current archive"
msgstr "Arkivet"
@@ -8181,83 +8187,83 @@ msgstr "Programmert i Python"
msgid "Gnu's Not Unix"
msgstr "GNU er ikke UNiX"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Mon"
msgstr "Man"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Thu"
msgstr "Tor"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Tue"
msgstr "Tir"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Wed"
msgstr "Ons"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Fri"
msgstr "Fre"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Sat"
msgstr "Lr"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Sun"
msgstr "Sn"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Apr"
msgstr "Apr"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Feb"
msgstr "Feb"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Jan"
msgstr "Jan"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Jun"
msgstr "Jun"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Mar"
msgstr "Mar"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Aug"
msgstr "Aug"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Dec"
msgstr "Des"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Jul"
msgstr "Jul"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Nov"
msgstr "Nov"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Oct"
msgstr "Okt"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Sep"
msgstr "Sep"
-#: Mailman/i18n.py:107
+#: Mailman/i18n.py:111
msgid "Server Local Time"
msgstr "Lokal tid"
-#: Mailman/i18n.py:146
+#: Mailman/i18n.py:150
msgid ""
"%(wday)s %(mon)s %(day)2i %(hh)02i:%(mm)02i:%(ss)02i %(tzname)s %(year)04i"
msgstr ""
diff --git a/messages/pl/LC_MESSAGES/mailman.po b/messages/pl/LC_MESSAGES/mailman.po
index 19784f34..95a1ce27 100644
--- a/messages/pl/LC_MESSAGES/mailman.po
+++ b/messages/pl/LC_MESSAGES/mailman.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mailman 2.1\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: Tue Jul 27 08:05:43 2010\n"
+"POT-Creation-Date: Fri Sep 10 10:50:49 2010\n"
"PO-Revision-Date: 2009-02-05 23:29+0100\n"
"Last-Translator: Zbigniew Szalbot <zszalbot@gmail.com>\n"
"Language-Team: Polish <sawickib@iem.pw.edu.pl>\n"
@@ -98,7 +98,7 @@ msgstr "Lipiec"
msgid "June"
msgstr "Czerwiec"
-#: Mailman/Archiver/HyperArch.py:923 Mailman/i18n.py:103
+#: Mailman/Archiver/HyperArch.py:923 Mailman/i18n.py:107
msgid "May"
msgstr "Maj"
@@ -279,10 +279,12 @@ msgstr ""
" bd otrzymywa poczty."
#: Mailman/Cgi/admin.py:194
+#, fuzzy
msgid ""
"You have regular list members but non-digestified mail is\n"
-" turned off. They will receive mail until you fix this\n"
-" problem."
+" turned off. They will receive non-digestified mail until "
+"you\n"
+" fix this problem."
msgstr ""
"Istniej subskrybenci z wczonym trybem normalnym,\n"
" a wyczye go globalnie. Ci ludzie nie\n"
@@ -515,7 +517,7 @@ msgstr "Temat:"
msgid "Regexp:"
msgstr "Wyraenie regularne:"
-#: Mailman/Cgi/admin.py:709 Mailman/Cgi/options.py:1046
+#: Mailman/Cgi/admin.py:709 Mailman/Cgi/options.py:1047
msgid "Description:"
msgstr "Opis:"
@@ -1578,8 +1580,8 @@ msgstr ""
"\n"
" <p>Kliknij <em>Anuluj</em>, aby zrezygnowa.\n"
-#: Mailman/Cgi/confirm.py:491 Mailman/Cgi/options.py:760
-#: Mailman/Cgi/options.py:904 Mailman/Cgi/options.py:914
+#: Mailman/Cgi/confirm.py:491 Mailman/Cgi/options.py:761
+#: Mailman/Cgi/options.py:905 Mailman/Cgi/options.py:915
msgid "Unsubscribe"
msgstr "Wypisz"
@@ -2248,7 +2250,7 @@ msgstr ""
msgid "Edit Options"
msgstr "Edytuj opcje"
-#: Mailman/Cgi/listinfo.py:201 Mailman/Cgi/options.py:869
+#: Mailman/Cgi/listinfo.py:201 Mailman/Cgi/options.py:870
#: Mailman/Cgi/roster.py:118
msgid "View this page in"
msgstr "Przecz jzyk na"
@@ -2269,8 +2271,8 @@ msgstr "Nie podano adresu"
msgid "Illegal Email Address: %(safeuser)s"
msgstr "Nieprawidowy adres: %(safeuser)s"
-#: Mailman/Cgi/options.py:128 Mailman/Cgi/options.py:192
-#: Mailman/Cgi/options.py:214
+#: Mailman/Cgi/options.py:128 Mailman/Cgi/options.py:193
+#: Mailman/Cgi/options.py:215
msgid "No such member: %(safeuser)s."
msgstr "Nie znaleziono prenumeratora: %(safeuser)s."
@@ -2282,36 +2284,36 @@ msgstr ""
"Twoja proba o wypisanie zostaa przekazana do opiekuna \n"
"listy i czeka na jego potwierdzenie."
-#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:197
+#: Mailman/Cgi/options.py:184 Mailman/Cgi/options.py:198
msgid "The confirmation email has been sent."
msgstr "Potwierdzenie zostao wysane."
-#: Mailman/Cgi/options.py:208 Mailman/Cgi/options.py:220
-#: Mailman/Cgi/options.py:277
+#: Mailman/Cgi/options.py:209 Mailman/Cgi/options.py:221
+#: Mailman/Cgi/options.py:278
msgid "A reminder of your password has been emailed to you."
msgstr "Email z przypomnieniem hasa zosta wysany."
-#: Mailman/Cgi/options.py:249
+#: Mailman/Cgi/options.py:250
msgid "Authentication failed."
msgstr "Bd uwierzytelnienia."
-#: Mailman/Cgi/options.py:284
+#: Mailman/Cgi/options.py:285
msgid ""
"The list administrator may not view the other\n"
" subscriptions for this user."
msgstr ""
-#: Mailman/Cgi/options.py:285 Mailman/Cgi/options.py:328
-#: Mailman/Cgi/options.py:456 Mailman/Cgi/options.py:672
+#: Mailman/Cgi/options.py:286 Mailman/Cgi/options.py:329
+#: Mailman/Cgi/options.py:457 Mailman/Cgi/options.py:673
msgid "Note: "
msgstr ""
-#: Mailman/Cgi/options.py:290
+#: Mailman/Cgi/options.py:291
msgid "List subscriptions for %(safeuser)s on %(hostname)s"
msgstr ""
"Listy zaprenumerowane przez uytkownika %(safeuser)s na serwerze %(hostname)s"
-#: Mailman/Cgi/options.py:293
+#: Mailman/Cgi/options.py:294
msgid ""
"Click on a link to visit your options page for the\n"
" requested mailing list."
@@ -2319,22 +2321,22 @@ msgstr ""
"Kliknij odnonik, aby przej na stron z opcjami dla wybranej\n"
" listy."
-#: Mailman/Cgi/options.py:325
+#: Mailman/Cgi/options.py:326
msgid ""
"The list administrator may not change the names\n"
" or addresses for this user's other subscriptions. However, the\n"
" subscription for this mailing list has been changed."
msgstr ""
-#: Mailman/Cgi/options.py:348
+#: Mailman/Cgi/options.py:349
msgid "Addresses did not match!"
msgstr "Adresy nie s identyczne!"
-#: Mailman/Cgi/options.py:353
+#: Mailman/Cgi/options.py:354
msgid "You are already using that email address"
msgstr "Ten adres jest ju na licie"
-#: Mailman/Cgi/options.py:365
+#: Mailman/Cgi/options.py:366
msgid ""
"The new address you requested %(newaddr)s is already a member of the\n"
"%(listname)s mailing list, however you have also requested a global change "
@@ -2347,31 +2349,31 @@ msgstr ""
"wystpujcy \n"
"we wszystkich innych listach zostanie zmieniony."
-#: Mailman/Cgi/options.py:374
+#: Mailman/Cgi/options.py:375
msgid "The new address is already a member: %(newaddr)s"
msgstr "%(newaddr)s jest ju zapisany na list."
-#: Mailman/Cgi/options.py:380
+#: Mailman/Cgi/options.py:381
msgid "Addresses may not be blank"
msgstr "Pole adresu nie moe by puste"
-#: Mailman/Cgi/options.py:394
+#: Mailman/Cgi/options.py:395
msgid "A confirmation message has been sent to %(newaddr)s. "
msgstr "Potwierdzenie zostao wysane do %(newaddr)s"
-#: Mailman/Cgi/options.py:403
+#: Mailman/Cgi/options.py:404
msgid "Bad email address provided"
msgstr "Wprowadzie bdny adres"
-#: Mailman/Cgi/options.py:405
+#: Mailman/Cgi/options.py:406
msgid "Illegal email address provided"
msgstr "Nieprawidowy adres"
-#: Mailman/Cgi/options.py:407
+#: Mailman/Cgi/options.py:408
msgid "%(newaddr)s is already a member of the list."
msgstr "%(newaddr)s jest ju zapisany na list."
-#: Mailman/Cgi/options.py:410
+#: Mailman/Cgi/options.py:411
msgid ""
"%(newaddr)s is banned from this list. If you\n"
" think this restriction is erroneous, please contact\n"
@@ -2381,11 +2383,11 @@ msgstr ""
"doszo do tego przez pomyk, skontaktuj si z opiekunem listy \n"
" - %(owneraddr)s."
-#: Mailman/Cgi/options.py:421
+#: Mailman/Cgi/options.py:422
msgid "Member name successfully changed. "
msgstr "Imi i nazwisko prenumeratora zmienione."
-#: Mailman/Cgi/options.py:431
+#: Mailman/Cgi/options.py:432
msgid ""
"The list administrator may not change the\n"
" password for a user."
@@ -2393,15 +2395,15 @@ msgstr ""
"Administrator listy nie ma moliwoci \n"
"zmiany hasa uytkownika."
-#: Mailman/Cgi/options.py:440
+#: Mailman/Cgi/options.py:441
msgid "Passwords may not be blank"
msgstr "Hasa nie mog by puste"
-#: Mailman/Cgi/options.py:445
+#: Mailman/Cgi/options.py:446
msgid "Passwords did not match!"
msgstr "Hasa nie byy identyczne!"
-#: Mailman/Cgi/options.py:453
+#: Mailman/Cgi/options.py:454
msgid ""
"The list administrator may not change the\n"
" password for this user's other subscriptions. However, the\n"
@@ -2411,12 +2413,12 @@ msgstr ""
" inne subskrypcje uytkownika. Haso dla biecej listy\n"
" zostao zmienione."
-#: Mailman/Cgi/options.py:470 Mailman/Commands/cmd_password.py:83
+#: Mailman/Cgi/options.py:471 Mailman/Commands/cmd_password.py:83
#: Mailman/Commands/cmd_password.py:109
msgid "Password successfully changed."
msgstr "Haso zmienione."
-#: Mailman/Cgi/options.py:479
+#: Mailman/Cgi/options.py:480
msgid ""
"You must confirm your unsubscription request by turning\n"
" on the checkbox below the <em>Unsubscribe</em> button. You\n"
@@ -2425,11 +2427,11 @@ msgstr ""
"Musisz potwierdzi prob o wypisanie poprzez zaznaczenie opcji\n"
" <em>Wypisz</em> poniej. Nie zostae wypisany!"
-#: Mailman/Cgi/options.py:511
+#: Mailman/Cgi/options.py:512
msgid "Unsubscription results"
msgstr "Raport z wypisywania"
-#: Mailman/Cgi/options.py:515
+#: Mailman/Cgi/options.py:516
msgid ""
"Your unsubscription request has been received and\n"
" forwarded on to the list moderators for approval. You will\n"
@@ -2440,7 +2442,7 @@ msgstr ""
" opiekunowi listy i czeka na jego decyzj, o ktrej \n"
" zostaniesz poinformowany emailem."
-#: Mailman/Cgi/options.py:520
+#: Mailman/Cgi/options.py:521
msgid ""
"You have been successfully unsubscribed from the\n"
" mailing list %(fqdn_listname)s. If you were receiving digest\n"
@@ -2455,7 +2457,7 @@ msgstr ""
" zwizane z wypisaniem, skontaktuj si z administratorem listy\n"
" - %(owneraddr)s."
-#: Mailman/Cgi/options.py:669
+#: Mailman/Cgi/options.py:670
msgid ""
"The list administrator may not change the\n"
" options for this user's other subscriptions. However the\n"
@@ -2463,7 +2465,7 @@ msgid ""
" changed."
msgstr ""
-#: Mailman/Cgi/options.py:679
+#: Mailman/Cgi/options.py:680
msgid ""
"The list administrator has disabled digest delivery for\n"
" this list, so your delivery option has not been set. However "
@@ -2473,7 +2475,7 @@ msgstr ""
"Administrator listy wyczy dostarczanie listw w postaci paczek.\n"
" Pozostae opcje zostay ustawione."
-#: Mailman/Cgi/options.py:683
+#: Mailman/Cgi/options.py:684
msgid ""
"The list administrator has disabled non-digest delivery\n"
" for this list, so your delivery option has not been set. "
@@ -2484,63 +2486,63 @@ msgstr ""
" a zatem tej opcji nie wprowadzono. Pozostae opcje\n"
" zostay ustawione."
-#: Mailman/Cgi/options.py:687
+#: Mailman/Cgi/options.py:688
msgid "You have successfully set your options."
msgstr "Opcje zostay ustawione."
-#: Mailman/Cgi/options.py:690
+#: Mailman/Cgi/options.py:691
msgid "You may get one last digest."
msgstr "By moe otrzymasz jeszcze jedn paczk."
-#: Mailman/Cgi/options.py:762
+#: Mailman/Cgi/options.py:763
msgid "<em>Yes, I really want to unsubscribe</em>"
msgstr "<em>Tak, chc si wypisa</em>"
-#: Mailman/Cgi/options.py:766
+#: Mailman/Cgi/options.py:767
msgid "Change My Password"
msgstr "Zmie haso"
-#: Mailman/Cgi/options.py:769
+#: Mailman/Cgi/options.py:770
msgid "List my other subscriptions"
msgstr "Wywietl moje pozostae subskrypcje"
-#: Mailman/Cgi/options.py:775
+#: Mailman/Cgi/options.py:776
msgid "Email My Password To Me"
msgstr "Wylij mi moje haso"
-#: Mailman/Cgi/options.py:777
+#: Mailman/Cgi/options.py:778
msgid "password"
msgstr "haso"
-#: Mailman/Cgi/options.py:779
+#: Mailman/Cgi/options.py:780
msgid "Log out"
msgstr "Wyloguj si"
-#: Mailman/Cgi/options.py:781
+#: Mailman/Cgi/options.py:782
msgid "Submit My Changes"
msgstr "Zatwierd"
-#: Mailman/Cgi/options.py:793
+#: Mailman/Cgi/options.py:794
msgid "days"
msgstr "dni"
-#: Mailman/Cgi/options.py:795
+#: Mailman/Cgi/options.py:796
msgid "day"
msgstr "dzie"
-#: Mailman/Cgi/options.py:796
+#: Mailman/Cgi/options.py:797
msgid "%(days)d %(units)s"
msgstr "%(days)d %(units)s"
-#: Mailman/Cgi/options.py:802
+#: Mailman/Cgi/options.py:803
msgid "Change My Address and Name"
msgstr "Zmie mj adres oraz imi i nazwisko"
-#: Mailman/Cgi/options.py:828
+#: Mailman/Cgi/options.py:829
msgid "<em>No topics defined</em>"
msgstr "<em>Nie zdefiniowano tematw</em>"
-#: Mailman/Cgi/options.py:836
+#: Mailman/Cgi/options.py:837
msgid ""
"\n"
"You are subscribed to this list with the case-preserved address\n"
@@ -2550,19 +2552,19 @@ msgstr ""
"Jeste zapisany na list z adresu\n"
"<em>%(cpuser)s</em> (z zachowaniem wielkoci liter)."
-#: Mailman/Cgi/options.py:850
+#: Mailman/Cgi/options.py:851
msgid "%(realname)s list: member options login page"
msgstr "Lista %(realname)s: strona logowania dla prenumeratorw"
-#: Mailman/Cgi/options.py:851
+#: Mailman/Cgi/options.py:852
msgid "email address and "
msgstr "adres email oraz "
-#: Mailman/Cgi/options.py:854
+#: Mailman/Cgi/options.py:855
msgid "%(realname)s list: member options for user %(safeuser)s"
msgstr "Lista %(realname)s: opcje prenumeratora %(safeuser)s"
-#: Mailman/Cgi/options.py:880
+#: Mailman/Cgi/options.py:881
msgid ""
"In order to change your membership option, you must\n"
" first log in by giving your %(extra)smembership password in the section\n"
@@ -2591,19 +2593,19 @@ msgstr ""
" nie zadziaaj.\n"
" "
-#: Mailman/Cgi/options.py:894
+#: Mailman/Cgi/options.py:895
msgid "Email address:"
msgstr "Adres email:"
-#: Mailman/Cgi/options.py:898
+#: Mailman/Cgi/options.py:899
msgid "Password:"
msgstr "Haso:"
-#: Mailman/Cgi/options.py:900
+#: Mailman/Cgi/options.py:901
msgid "Log in"
msgstr "Zaloguj"
-#: Mailman/Cgi/options.py:908
+#: Mailman/Cgi/options.py:909
msgid ""
"By clicking on the <em>Unsubscribe</em> button, a\n"
" confirmation message will be emailed to you. This message will have a\n"
@@ -2619,11 +2621,11 @@ msgstr ""
"przeczytaj\n"
" instrukcje w wysanym potwierdzeniu)."
-#: Mailman/Cgi/options.py:916
+#: Mailman/Cgi/options.py:917
msgid "Password reminder"
msgstr "Przypomnienie hasa"
-#: Mailman/Cgi/options.py:920
+#: Mailman/Cgi/options.py:921
msgid ""
"By clicking on the <em>Remind</em> button, your\n"
" password will be emailed to you."
@@ -2631,27 +2633,27 @@ msgstr ""
"Po klikniciu przycisku <em>Przypomnij</em>, Twoje\n"
" haso zostanie przesane e-mailem."
-#: Mailman/Cgi/options.py:923
+#: Mailman/Cgi/options.py:924
msgid "Remind"
msgstr "Przypomnij"
-#: Mailman/Cgi/options.py:1023
+#: Mailman/Cgi/options.py:1024
msgid "<missing>"
msgstr "<brak>"
-#: Mailman/Cgi/options.py:1034
+#: Mailman/Cgi/options.py:1035
msgid "Requested topic is not valid: %(topicname)s"
msgstr "dany temat jest nieprawidowy: %(topicname)s"
-#: Mailman/Cgi/options.py:1039
+#: Mailman/Cgi/options.py:1040
msgid "Topic filter details"
msgstr "Szczegy filtra tematycznego"
-#: Mailman/Cgi/options.py:1042
+#: Mailman/Cgi/options.py:1043
msgid "Name:"
msgstr "Nazwa:"
-#: Mailman/Cgi/options.py:1044
+#: Mailman/Cgi/options.py:1045
msgid "Pattern (as regexp):"
msgstr "Wzorzec (wyraenie regularne)"
@@ -2709,8 +2711,9 @@ msgid "Permanently remove mailing list <em>%(realname)s</em>"
msgstr "Usu list <em>%(realname)s</em> (tej czynnoci nie mona odwrci)"
#: Mailman/Cgi/rmlist.py:204
+#, fuzzy
msgid ""
-"This page allows you as the list owner, to permanent\n"
+"This page allows you as the list owner, to permanently\n"
" remove this mailing list from the system. <strong>This action is not\n"
" undoable</strong> so you should undertake it only if you are absolutely\n"
" sure this mailing list has served its purpose and is no longer "
@@ -5243,9 +5246,10 @@ msgstr ""
"\"new_member_options\" value=\"ignore\">"
#: Mailman/Gui/General.py:346
+#, fuzzy
msgid ""
"When a new member is subscribed to this list, their initial\n"
-" set of options is taken from the this variable's setting."
+" set of options is taken from this variable's setting."
msgstr ""
"Podczas zapisywania si nowych osb, opcje prenumeraty s zgodne z tymi "
"ustawieniami."
@@ -5398,18 +5402,18 @@ msgstr ""
#: Mailman/Gui/General.py:426
msgid ""
-"\"<a href=\"http://www.faqs.org/rfcs/rfc2822.html\">RFC\n"
+"<a href=\"http://www.faqs.org/rfcs/rfc2822.html\">RFC\n"
" 2822</a> defines the <tt>Sender</tt> header and defines it\n"
" as \"the mailbox of the agent responsible for the actual\n"
" transmission of the message.\" Mailman replaces this "
"header\n"
-" per default with the list's bounce address.\n"
+" by default with the list's bounce address.\n"
" \n"
" <p>While it is debatable if Mailman is such an agent, "
"setting\n"
" this header helps directing bounces from some broken MTAs "
"to\n"
-" the right destination. On the other hand do some mail\n"
+" the right destination. On the other hand, some mail\n"
" readers show unexpected behaviour if this header is set "
"(like\n"
" missing addresses in forwarded mails and copies sent to "
@@ -5615,6 +5619,7 @@ msgstr ""
"aby przeczyta o istotnych problemach zwizanych z wydajnoci."
#: Mailman/Gui/NonDigest.py:61
+#, fuzzy
msgid ""
"Normally, Mailman sends the regular delivery messages to\n"
" the mail server in batches. This is much more efficent\n"
@@ -5647,7 +5652,7 @@ msgid ""
" address.\n"
"\n"
" <p>When personalization is enabled, a few more expansion\n"
-" variables that can be included in the <a\n"
+" variables can be included in the <a\n"
" href=\"?VARHELP=nondigest/msg_header\">message header</a> "
"and\n"
" <a href=\"?VARHELP=nondigest/msg_footer\">message footer</"
@@ -5756,11 +5761,12 @@ msgstr ""
"Odrzuci wszystkie zaczniki w wiadomociach wysyanych w trybie listw?"
#: Mailman/Gui/NonDigest.py:142
+#, fuzzy
msgid ""
-"When you scrub attachments, they are stored in archive\n"
+"When you scrub attachments, they are stored in the archive\n"
" area and links are made in the message so that the member can\n"
-" access via web browser. If you want the attachments totally\n"
-" disappear, you can use content filter options."
+" access them via a web browser. If you want the attachments to\n"
+" totally disappear, you can use content filtering options."
msgstr ""
"Odrzucenie zacznikw oznacza, e nadal bd one dostpne\n"
" w archiwum na stronie www. Cakowite usunicie zacznika \n"
@@ -7161,7 +7167,7 @@ msgstr "Zobacz list prenumeratorw"
msgid "Once a month, your password will be emailed to you as a reminder."
msgstr "Raz w miesicu bdziesz otrzymywa email z hasem."
-#: Mailman/HTMLFormatter.py:393
+#: Mailman/HTMLFormatter.py:394
msgid "The current archive"
msgstr "Biece archiwum"
@@ -7760,83 +7766,83 @@ msgstr ""
msgid "Gnu's Not Unix"
msgstr ""
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Mon"
msgstr "Pon"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Thu"
msgstr "Czw"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Tue"
msgstr "Wto"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Wed"
msgstr "ro"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Fri"
msgstr "Pi"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Sat"
msgstr "Sob"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Sun"
msgstr "Nie"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Apr"
msgstr "Kwi"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Feb"
msgstr "Lut"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Jan"
msgstr "Sty"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Jun"
msgstr "Cze"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Mar"
msgstr "Mar"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Aug"
msgstr "Sie"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Dec"
msgstr "Gru"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Jul"
msgstr "Lip"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Nov"
msgstr "Lis"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Oct"
msgstr "Pa"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Sep"
msgstr "Wrz"
-#: Mailman/i18n.py:107
+#: Mailman/i18n.py:111
msgid "Server Local Time"
msgstr "Lokalny Czas Serwera"
-#: Mailman/i18n.py:146
+#: Mailman/i18n.py:150
msgid ""
"%(wday)s %(mon)s %(day)2i %(hh)02i:%(mm)02i:%(ss)02i %(tzname)s %(year)04i"
msgstr ""
diff --git a/messages/pt/LC_MESSAGES/mailman.po b/messages/pt/LC_MESSAGES/mailman.po
index 5fce5d2b..207b3a04 100644
--- a/messages/pt/LC_MESSAGES/mailman.po
+++ b/messages/pt/LC_MESSAGES/mailman.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: mailman\n"
-"POT-Creation-Date: Tue Jul 27 08:05:43 2010\n"
+"POT-Creation-Date: Fri Sep 10 10:50:49 2010\n"
"PO-Revision-Date: 2003-02-19 10:14GMT\n"
"Last-Translator: \n"
"Language-Team: \n"
@@ -99,7 +99,7 @@ msgstr "Julho"
msgid "June"
msgstr "Junho"
-#: Mailman/Archiver/HyperArch.py:923 Mailman/i18n.py:103
+#: Mailman/Archiver/HyperArch.py:923 Mailman/i18n.py:107
msgid "May"
msgstr "Maio"
@@ -279,10 +279,12 @@ msgstr ""
" Essas pessoas no recebero mensagens."
#: Mailman/Cgi/admin.py:194
+#, fuzzy
msgid ""
"You have regular list members but non-digestified mail is\n"
-" turned off. They will receive mail until you fix this\n"
-" problem."
+" turned off. They will receive non-digestified mail until "
+"you\n"
+" fix this problem."
msgstr ""
"Tem membros regulares na lista, mas os emails em modo no-digest esto\n"
" desactivados. Eles continuaro a receber mensagens at\n"
@@ -514,7 +516,7 @@ msgstr "Nome do tpico:"
msgid "Regexp:"
msgstr "Expresso Regular (regexp):"
-#: Mailman/Cgi/admin.py:709 Mailman/Cgi/options.py:1046
+#: Mailman/Cgi/admin.py:709 Mailman/Cgi/options.py:1047
msgid "Description:"
msgstr "Descrio:"
@@ -1602,8 +1604,8 @@ msgstr ""
" <p>Ou clique em <em>Cancelar e ignorar</em> para cancelar\n"
" este pedido de anulao da inscrio."
-#: Mailman/Cgi/confirm.py:491 Mailman/Cgi/options.py:760
-#: Mailman/Cgi/options.py:904 Mailman/Cgi/options.py:914
+#: Mailman/Cgi/confirm.py:491 Mailman/Cgi/options.py:761
+#: Mailman/Cgi/options.py:905 Mailman/Cgi/options.py:915
msgid "Unsubscribe"
msgstr "Anular a inscrio"
@@ -2274,7 +2276,7 @@ msgstr ""
msgid "Edit Options"
msgstr "Editar Opes"
-#: Mailman/Cgi/listinfo.py:201 Mailman/Cgi/options.py:869
+#: Mailman/Cgi/listinfo.py:201 Mailman/Cgi/options.py:870
#: Mailman/Cgi/roster.py:118
msgid "View this page in"
msgstr "Ver esta pgina em"
@@ -2296,8 +2298,8 @@ msgstr "No foi fornecido endereo"
msgid "Illegal Email Address: %(safeuser)s"
msgstr "Endereo de email incorrecto/invlido: %(member)s"
-#: Mailman/Cgi/options.py:128 Mailman/Cgi/options.py:192
-#: Mailman/Cgi/options.py:214
+#: Mailman/Cgi/options.py:128 Mailman/Cgi/options.py:193
+#: Mailman/Cgi/options.py:215
msgid "No such member: %(safeuser)s."
msgstr "Membro inexistente: %(safeuser)s"
@@ -2310,36 +2312,36 @@ msgstr ""
"O seu pedido de inscrio foi encaminhado para o administrador da lista\n"
"para aprovao."
-#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:197
+#: Mailman/Cgi/options.py:184 Mailman/Cgi/options.py:198
msgid "The confirmation email has been sent."
msgstr "A mensagem de confirmao foi enviada."
-#: Mailman/Cgi/options.py:208 Mailman/Cgi/options.py:220
-#: Mailman/Cgi/options.py:277
+#: Mailman/Cgi/options.py:209 Mailman/Cgi/options.py:221
+#: Mailman/Cgi/options.py:278
msgid "A reminder of your password has been emailed to you."
msgstr "Foi-lhe enviada uma nota com a sua password"
-#: Mailman/Cgi/options.py:249
+#: Mailman/Cgi/options.py:250
msgid "Authentication failed."
msgstr "A autenticao falhou."
-#: Mailman/Cgi/options.py:284
+#: Mailman/Cgi/options.py:285
msgid ""
"The list administrator may not view the other\n"
" subscriptions for this user."
msgstr ""
-#: Mailman/Cgi/options.py:285 Mailman/Cgi/options.py:328
-#: Mailman/Cgi/options.py:456 Mailman/Cgi/options.py:672
+#: Mailman/Cgi/options.py:286 Mailman/Cgi/options.py:329
+#: Mailman/Cgi/options.py:457 Mailman/Cgi/options.py:673
msgid "Note: "
msgstr ""
-#: Mailman/Cgi/options.py:290
+#: Mailman/Cgi/options.py:291
#, fuzzy
msgid "List subscriptions for %(safeuser)s on %(hostname)s"
msgstr "Inscries em listas para o utilizador %(user)s em %(hostname)s"
-#: Mailman/Cgi/options.py:293
+#: Mailman/Cgi/options.py:294
msgid ""
"Click on a link to visit your options page for the\n"
" requested mailing list."
@@ -2347,22 +2349,22 @@ msgstr ""
"Clique num link para visitar a sua pgina de opes para a\n"
" lista de discusso que indicar."
-#: Mailman/Cgi/options.py:325
+#: Mailman/Cgi/options.py:326
msgid ""
"The list administrator may not change the names\n"
" or addresses for this user's other subscriptions. However, the\n"
" subscription for this mailing list has been changed."
msgstr ""
-#: Mailman/Cgi/options.py:348
+#: Mailman/Cgi/options.py:349
msgid "Addresses did not match!"
msgstr "Os endereos no conferem!"
-#: Mailman/Cgi/options.py:353
+#: Mailman/Cgi/options.py:354
msgid "You are already using that email address"
msgstr "J est a usar esse endereo de email"
-#: Mailman/Cgi/options.py:365
+#: Mailman/Cgi/options.py:366
#, fuzzy
msgid ""
"The new address you requested %(newaddr)s is already a member of the\n"
@@ -2376,31 +2378,31 @@ msgstr ""
"modificao global do endereo. Aps confirmao, qualquer outra lista de \n"
"discusso contendo o endereo %(user)s ser alterada."
-#: Mailman/Cgi/options.py:374
+#: Mailman/Cgi/options.py:375
msgid "The new address is already a member: %(newaddr)s"
msgstr "O novo endereo j membro: %(newaddr)s"
-#: Mailman/Cgi/options.py:380
+#: Mailman/Cgi/options.py:381
msgid "Addresses may not be blank"
msgstr "Os endereos no podem estar em branco"
-#: Mailman/Cgi/options.py:394
+#: Mailman/Cgi/options.py:395
msgid "A confirmation message has been sent to %(newaddr)s. "
msgstr "Uma mensagem de confirmao foi enviada para %(newaddr)s"
-#: Mailman/Cgi/options.py:403
+#: Mailman/Cgi/options.py:404
msgid "Bad email address provided"
msgstr "Foi fornecido um endereo de email incorrecto"
-#: Mailman/Cgi/options.py:405
+#: Mailman/Cgi/options.py:406
msgid "Illegal email address provided"
msgstr "Foi fornecido um endereo de email ilegal"
-#: Mailman/Cgi/options.py:407
+#: Mailman/Cgi/options.py:408
msgid "%(newaddr)s is already a member of the list."
msgstr "%(newaddr)s j membro desta lista."
-#: Mailman/Cgi/options.py:410
+#: Mailman/Cgi/options.py:411
#, fuzzy
msgid ""
"%(newaddr)s is banned from this list. If you\n"
@@ -2411,11 +2413,11 @@ msgstr ""
"Se voc acha que esta restrio est incorrecta, por favor contacte os \n"
"donos da lista em %(listowner)s."
-#: Mailman/Cgi/options.py:421
+#: Mailman/Cgi/options.py:422
msgid "Member name successfully changed. "
msgstr "O nome do membro foi modificado com sucesso."
-#: Mailman/Cgi/options.py:431
+#: Mailman/Cgi/options.py:432
#, fuzzy
msgid ""
"The list administrator may not change the\n"
@@ -2427,15 +2429,15 @@ msgstr ""
" No entanto as outras opes foram ajustadas \n"
" com sucesso. "
-#: Mailman/Cgi/options.py:440
+#: Mailman/Cgi/options.py:441
msgid "Passwords may not be blank"
msgstr "As passwords no podem estar vazias"
-#: Mailman/Cgi/options.py:445
+#: Mailman/Cgi/options.py:446
msgid "Passwords did not match!"
msgstr "As passwords no conferem"
-#: Mailman/Cgi/options.py:453
+#: Mailman/Cgi/options.py:454
#, fuzzy
msgid ""
"The list administrator may not change the\n"
@@ -2448,12 +2450,12 @@ msgstr ""
" No entanto as outras opes foram ajustadas \n"
" com sucesso. "
-#: Mailman/Cgi/options.py:470 Mailman/Commands/cmd_password.py:83
+#: Mailman/Cgi/options.py:471 Mailman/Commands/cmd_password.py:83
#: Mailman/Commands/cmd_password.py:109
msgid "Password successfully changed."
msgstr "Password modificada com sucesso."
-#: Mailman/Cgi/options.py:479
+#: Mailman/Cgi/options.py:480
msgid ""
"You must confirm your unsubscription request by turning\n"
" on the checkbox below the <em>Unsubscribe</em> button. You\n"
@@ -2463,11 +2465,11 @@ msgstr ""
" a caixa abaixo do boto <em>Anular inscrio</em>.\n"
" No foi anulada a inscrio!"
-#: Mailman/Cgi/options.py:511
+#: Mailman/Cgi/options.py:512
msgid "Unsubscription results"
msgstr "Resultados da anulao da inscrio"
-#: Mailman/Cgi/options.py:515
+#: Mailman/Cgi/options.py:516
msgid ""
"Your unsubscription request has been received and\n"
" forwarded on to the list moderators for approval. You will\n"
@@ -2479,7 +2481,7 @@ msgstr ""
" Receber uma notificao logo que os moderadores da lista\n"
" tomem uma deciso."
-#: Mailman/Cgi/options.py:520
+#: Mailman/Cgi/options.py:521
msgid ""
"You have been successfully unsubscribed from the\n"
" mailing list %(fqdn_listname)s. If you were receiving digest\n"
@@ -2494,7 +2496,7 @@ msgstr ""
" quaisquer questes sobre a anulao da sua inscrio,\n"
" contacte por favor os donos da lista em %(owneraddr)s."
-#: Mailman/Cgi/options.py:669
+#: Mailman/Cgi/options.py:670
msgid ""
"The list administrator may not change the\n"
" options for this user's other subscriptions. However the\n"
@@ -2502,7 +2504,7 @@ msgid ""
" changed."
msgstr ""
-#: Mailman/Cgi/options.py:679
+#: Mailman/Cgi/options.py:680
msgid ""
"The list administrator has disabled digest delivery for\n"
" this list, so your delivery option has not been set. However "
@@ -2515,7 +2517,7 @@ msgstr ""
" No entanto as outras opes foram ajustadas \n"
" com sucesso."
-#: Mailman/Cgi/options.py:683
+#: Mailman/Cgi/options.py:684
msgid ""
"The list administrator has disabled non-digest delivery\n"
" for this list, so your delivery option has not been set. "
@@ -2528,63 +2530,63 @@ msgstr ""
" No entanto as outras opes foram ajustadas \n"
" com sucesso. "
-#: Mailman/Cgi/options.py:687
+#: Mailman/Cgi/options.py:688
msgid "You have successfully set your options."
msgstr "Ajustou com sucesso as suas opes."
-#: Mailman/Cgi/options.py:690
+#: Mailman/Cgi/options.py:691
msgid "You may get one last digest."
msgstr "Poder receber um ltimo digest."
-#: Mailman/Cgi/options.py:762
+#: Mailman/Cgi/options.py:763
msgid "<em>Yes, I really want to unsubscribe</em>"
msgstr "<em>Sim, desejo realmente anular a minha inscrio</em>"
-#: Mailman/Cgi/options.py:766
+#: Mailman/Cgi/options.py:767
msgid "Change My Password"
msgstr "Modificar a minha password"
-#: Mailman/Cgi/options.py:769
+#: Mailman/Cgi/options.py:770
msgid "List my other subscriptions"
msgstr "Listar as minhas outras inscries"
-#: Mailman/Cgi/options.py:775
+#: Mailman/Cgi/options.py:776
msgid "Email My Password To Me"
msgstr "Enviar-me a minha password"
-#: Mailman/Cgi/options.py:777
+#: Mailman/Cgi/options.py:778
msgid "password"
msgstr "password"
-#: Mailman/Cgi/options.py:779
+#: Mailman/Cgi/options.py:780
msgid "Log out"
msgstr "Sair"
-#: Mailman/Cgi/options.py:781
+#: Mailman/Cgi/options.py:782
msgid "Submit My Changes"
msgstr "Enviar as minhas modificaes"
-#: Mailman/Cgi/options.py:793
+#: Mailman/Cgi/options.py:794
msgid "days"
msgstr "dias"
-#: Mailman/Cgi/options.py:795
+#: Mailman/Cgi/options.py:796
msgid "day"
msgstr "dia"
-#: Mailman/Cgi/options.py:796
+#: Mailman/Cgi/options.py:797
msgid "%(days)d %(units)s"
msgstr "%(days)d %(units)s"
-#: Mailman/Cgi/options.py:802
+#: Mailman/Cgi/options.py:803
msgid "Change My Address and Name"
msgstr "Modificar o meu Nome e Endereo"
-#: Mailman/Cgi/options.py:828
+#: Mailman/Cgi/options.py:829
msgid "<em>No topics defined</em>"
msgstr "<em>Nenhum tpico definido</em>"
-#: Mailman/Cgi/options.py:836
+#: Mailman/Cgi/options.py:837
msgid ""
"\n"
"You are subscribed to this list with the case-preserved address\n"
@@ -2594,20 +2596,20 @@ msgstr ""
"Est inscrito nesta lista com a capitalizao do endereo preservada\n"
"<em>%(cpuser)s</em>"
-#: Mailman/Cgi/options.py:850
+#: Mailman/Cgi/options.py:851
msgid "%(realname)s list: member options login page"
msgstr "lista %(realname)s: pgina de login das opes de membro"
-#: Mailman/Cgi/options.py:851
+#: Mailman/Cgi/options.py:852
msgid "email address and "
msgstr "endereo de email e "
-#: Mailman/Cgi/options.py:854
+#: Mailman/Cgi/options.py:855
#, fuzzy
msgid "%(realname)s list: member options for user %(safeuser)s"
msgstr "lista %(realname)s: opes de membro para o utilizador %(user)s"
-#: Mailman/Cgi/options.py:880
+#: Mailman/Cgi/options.py:881
msgid ""
"In order to change your membership option, you must\n"
" first log in by giving your %(extra)smembership password in the section\n"
@@ -2635,19 +2637,19 @@ msgstr ""
" browser tem de aceitar cookies, caso contrrio\n"
" nenhuma das suas opes ter efeito."
-#: Mailman/Cgi/options.py:894
+#: Mailman/Cgi/options.py:895
msgid "Email address:"
msgstr "Endereo de email:"
-#: Mailman/Cgi/options.py:898
+#: Mailman/Cgi/options.py:899
msgid "Password:"
msgstr "Password:"
-#: Mailman/Cgi/options.py:900
+#: Mailman/Cgi/options.py:901
msgid "Log in"
msgstr "Entrar"
-#: Mailman/Cgi/options.py:908
+#: Mailman/Cgi/options.py:909
msgid ""
"By clicking on the <em>Unsubscribe</em> button, a\n"
" confirmation message will be emailed to you. This message will have a\n"
@@ -2661,11 +2663,11 @@ msgstr ""
" remoo (tambm pode confirmar por email; veja as\n"
" instrues na mensagem de confirmao)."
-#: Mailman/Cgi/options.py:916
+#: Mailman/Cgi/options.py:917
msgid "Password reminder"
msgstr "Nota com a password"
-#: Mailman/Cgi/options.py:920
+#: Mailman/Cgi/options.py:921
msgid ""
"By clicking on the <em>Remind</em> button, your\n"
" password will be emailed to you."
@@ -2673,27 +2675,27 @@ msgstr ""
"Ao clicar no boto <em>Lembrar</em>, a sua password\n"
" ser-lhe- enviada por email."
-#: Mailman/Cgi/options.py:923
+#: Mailman/Cgi/options.py:924
msgid "Remind"
msgstr "Lembrar"
-#: Mailman/Cgi/options.py:1023
+#: Mailman/Cgi/options.py:1024
msgid "<missing>"
msgstr "<faltando>"
-#: Mailman/Cgi/options.py:1034
+#: Mailman/Cgi/options.py:1035
msgid "Requested topic is not valid: %(topicname)s"
msgstr "O tpico pedido no vlido: %(topicname)s"
-#: Mailman/Cgi/options.py:1039
+#: Mailman/Cgi/options.py:1040
msgid "Topic filter details"
msgstr "Detalhes do filtro do tpico"
-#: Mailman/Cgi/options.py:1042
+#: Mailman/Cgi/options.py:1043
msgid "Name:"
msgstr "Nome:"
-#: Mailman/Cgi/options.py:1044
+#: Mailman/Cgi/options.py:1045
msgid "Pattern (as regexp):"
msgstr "Padro (como expr. regular):"
@@ -2753,8 +2755,9 @@ msgid "Permanently remove mailing list <em>%(realname)s</em>"
msgstr "Remover permanentemente a lista de discusso <em>%(realname)s</em>"
#: Mailman/Cgi/rmlist.py:204
+#, fuzzy
msgid ""
-"This page allows you as the list owner, to permanent\n"
+"This page allows you as the list owner, to permanently\n"
" remove this mailing list from the system. <strong>This action is not\n"
" undoable</strong> so you should undertake it only if you are absolutely\n"
" sure this mailing list has served its purpose and is no longer "
@@ -5484,9 +5487,10 @@ msgstr ""
"<input type=\"hidden\" name=\"new_member_options\" value=\"ignore\">"
#: Mailman/Gui/General.py:346
+#, fuzzy
msgid ""
"When a new member is subscribed to this list, their initial\n"
-" set of options is taken from the this variable's setting."
+" set of options is taken from this variable's setting."
msgstr ""
"Quando um novo membro inscrito nesta lista, o seu conjunto\n"
" inicial de opes definido a partir desta varivel."
@@ -5648,18 +5652,18 @@ msgstr ""
#: Mailman/Gui/General.py:426
msgid ""
-"\"<a href=\"http://www.faqs.org/rfcs/rfc2822.html\">RFC\n"
+"<a href=\"http://www.faqs.org/rfcs/rfc2822.html\">RFC\n"
" 2822</a> defines the <tt>Sender</tt> header and defines it\n"
" as \"the mailbox of the agent responsible for the actual\n"
" transmission of the message.\" Mailman replaces this "
"header\n"
-" per default with the list's bounce address.\n"
+" by default with the list's bounce address.\n"
" \n"
" <p>While it is debatable if Mailman is such an agent, "
"setting\n"
" this header helps directing bounces from some broken MTAs "
"to\n"
-" the right destination. On the other hand do some mail\n"
+" the right destination. On the other hand, some mail\n"
" readers show unexpected behaviour if this header is set "
"(like\n"
" missing addresses in forwarded mails and copies sent to "
@@ -5921,7 +5925,7 @@ msgid ""
" address.\n"
"\n"
" <p>When personalization is enabled, a few more expansion\n"
-" variables that can be included in the <a\n"
+" variables can be included in the <a\n"
" href=\"?VARHELP=nondigest/msg_header\">message header</a> "
"and\n"
" <a href=\"?VARHELP=nondigest/msg_footer\">message footer</"
@@ -6047,10 +6051,10 @@ msgstr ""
#: Mailman/Gui/NonDigest.py:142
msgid ""
-"When you scrub attachments, they are stored in archive\n"
+"When you scrub attachments, they are stored in the archive\n"
" area and links are made in the message so that the member can\n"
-" access via web browser. If you want the attachments totally\n"
-" disappear, you can use content filter options."
+" access them via a web browser. If you want the attachments to\n"
+" totally disappear, you can use content filtering options."
msgstr ""
#: Mailman/Gui/NonDigest.py:149
@@ -7570,7 +7574,7 @@ msgstr "Visitar a lista de inscritos"
msgid "Once a month, your password will be emailed to you as a reminder."
msgstr "Uma vez por ms, a sua password ser-lhe- enviada."
-#: Mailman/HTMLFormatter.py:393
+#: Mailman/HTMLFormatter.py:394
msgid "The current archive"
msgstr "O arquivo actual"
@@ -8176,83 +8180,83 @@ msgstr "Executado em Python"
msgid "Gnu's Not Unix"
msgstr "GNU no Unix"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Mon"
msgstr "Segunda-Feira"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Thu"
msgstr "Quinta-Feira"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Tue"
msgstr "Tera-Feira"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Wed"
msgstr "Quarta-Feira"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Fri"
msgstr "Sexta-Feira"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Sat"
msgstr "Sbado"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Sun"
msgstr "Domingo"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Apr"
msgstr "Abril"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Feb"
msgstr "Fevereiro"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Jan"
msgstr "Janeiro"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Jun"
msgstr "Junho"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Mar"
msgstr "Maro"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Aug"
msgstr "Agosto"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Dec"
msgstr "Dezembro"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Jul"
msgstr "Julho"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Nov"
msgstr "Novembro"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Oct"
msgstr "Outubro"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Sep"
msgstr "Setembro"
-#: Mailman/i18n.py:107
+#: Mailman/i18n.py:111
msgid "Server Local Time"
msgstr "Hora local do servidor"
-#: Mailman/i18n.py:146
+#: Mailman/i18n.py:150
msgid ""
"%(wday)s %(mon)s %(day)2i %(hh)02i:%(mm)02i:%(ss)02i %(tzname)s %(year)04i"
msgstr ""
diff --git a/messages/pt_BR/LC_MESSAGES/mailman.po b/messages/pt_BR/LC_MESSAGES/mailman.po
index 618f4e2d..4ba62561 100644
--- a/messages/pt_BR/LC_MESSAGES/mailman.po
+++ b/messages/pt_BR/LC_MESSAGES/mailman.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Mailman\n"
-"POT-Creation-Date: Tue Jul 27 08:05:43 2010\n"
+"POT-Creation-Date: Fri Sep 10 10:50:49 2010\n"
"PO-Revision-Date: 2008-06-29 03:45-0300\n"
"Last-Translator: Diego Francisco de Gastal Morales <dgmorales@gmail.com>\n"
"Language-Team: Portuguese <debian-l10n-portuguese@lists.debian.org>\n"
@@ -97,7 +97,7 @@ msgstr "Julho"
msgid "June"
msgstr "Junho"
-#: Mailman/Archiver/HyperArch.py:923 Mailman/i18n.py:103
+#: Mailman/Archiver/HyperArch.py:923 Mailman/i18n.py:107
msgid "May"
msgstr "Maio"
@@ -277,10 +277,12 @@ msgstr ""
" Estas pessoas no recebero emails."
#: Mailman/Cgi/admin.py:194
+#, fuzzy
msgid ""
"You have regular list members but non-digestified mail is\n"
-" turned off. They will receive mail until you fix this\n"
-" problem."
+" turned off. They will receive non-digestified mail until "
+"you\n"
+" fix this problem."
msgstr ""
"Voc tem membros regulares da lista mas os emails no-digest\n"
" esto desativados. Eles continuaro recebendo mensagens \n"
@@ -515,7 +517,7 @@ msgstr "Nome de tpico:"
msgid "Regexp:"
msgstr "Expresso Regular:"
-#: Mailman/Cgi/admin.py:709 Mailman/Cgi/options.py:1046
+#: Mailman/Cgi/admin.py:709 Mailman/Cgi/options.py:1047
msgid "Description:"
msgstr "Descrio"
@@ -1608,8 +1610,8 @@ msgstr ""
" <p>Ou clique em <em>Cancelar e descartar</em> para cancelar\n"
" esta requisio de remoo."
-#: Mailman/Cgi/confirm.py:491 Mailman/Cgi/options.py:760
-#: Mailman/Cgi/options.py:904 Mailman/Cgi/options.py:914
+#: Mailman/Cgi/confirm.py:491 Mailman/Cgi/options.py:761
+#: Mailman/Cgi/options.py:905 Mailman/Cgi/options.py:915
msgid "Unsubscribe"
msgstr "Desinscrever"
@@ -2272,7 +2274,7 @@ msgstr ""
msgid "Edit Options"
msgstr "Editar Opes"
-#: Mailman/Cgi/listinfo.py:201 Mailman/Cgi/options.py:869
+#: Mailman/Cgi/listinfo.py:201 Mailman/Cgi/options.py:870
#: Mailman/Cgi/roster.py:118
msgid "View this page in"
msgstr "Ver esta pgina em"
@@ -2293,8 +2295,8 @@ msgstr "Nenhum endereo fornecido"
msgid "Illegal Email Address: %(safeuser)s"
msgstr "Endereo de email incorreto/invlido: %(safeuser)s"
-#: Mailman/Cgi/options.py:128 Mailman/Cgi/options.py:192
-#: Mailman/Cgi/options.py:214
+#: Mailman/Cgi/options.py:128 Mailman/Cgi/options.py:193
+#: Mailman/Cgi/options.py:215
msgid "No such member: %(safeuser)s."
msgstr "Membro inexistente: %(safeuser)s"
@@ -2306,35 +2308,35 @@ msgstr ""
"Sua requisio de cancelamento de inscrio foi redirecionada para o\n"
"administrador da lista para aprovao."
-#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:197
+#: Mailman/Cgi/options.py:184 Mailman/Cgi/options.py:198
msgid "The confirmation email has been sent."
msgstr "A mensagem de confirmao foi enviada."
-#: Mailman/Cgi/options.py:208 Mailman/Cgi/options.py:220
-#: Mailman/Cgi/options.py:277
+#: Mailman/Cgi/options.py:209 Mailman/Cgi/options.py:221
+#: Mailman/Cgi/options.py:278
msgid "A reminder of your password has been emailed to you."
msgstr "Um lembrete de sua senha ser enviado a voc."
-#: Mailman/Cgi/options.py:249
+#: Mailman/Cgi/options.py:250
msgid "Authentication failed."
msgstr "Falha na autenticao."
-#: Mailman/Cgi/options.py:284
+#: Mailman/Cgi/options.py:285
msgid ""
"The list administrator may not view the other\n"
" subscriptions for this user."
msgstr ""
-#: Mailman/Cgi/options.py:285 Mailman/Cgi/options.py:328
-#: Mailman/Cgi/options.py:456 Mailman/Cgi/options.py:672
+#: Mailman/Cgi/options.py:286 Mailman/Cgi/options.py:329
+#: Mailman/Cgi/options.py:457 Mailman/Cgi/options.py:673
msgid "Note: "
msgstr ""
-#: Mailman/Cgi/options.py:290
+#: Mailman/Cgi/options.py:291
msgid "List subscriptions for %(safeuser)s on %(hostname)s"
msgstr "Inscries na lista para o usurio %(safeuser)s em %(hostname)s"
-#: Mailman/Cgi/options.py:293
+#: Mailman/Cgi/options.py:294
msgid ""
"Click on a link to visit your options page for the\n"
" requested mailing list."
@@ -2342,22 +2344,22 @@ msgstr ""
"Clique em um link para visitar sua pgina de opes para a \n"
" lista de discusso requisitada."
-#: Mailman/Cgi/options.py:325
+#: Mailman/Cgi/options.py:326
msgid ""
"The list administrator may not change the names\n"
" or addresses for this user's other subscriptions. However, the\n"
" subscription for this mailing list has been changed."
msgstr ""
-#: Mailman/Cgi/options.py:348
+#: Mailman/Cgi/options.py:349
msgid "Addresses did not match!"
msgstr "Os endereos no conferem!"
-#: Mailman/Cgi/options.py:353
+#: Mailman/Cgi/options.py:354
msgid "You are already using that email address"
msgstr "Voc j est usando aquele endereo de email"
-#: Mailman/Cgi/options.py:365
+#: Mailman/Cgi/options.py:366
msgid ""
"The new address you requested %(newaddr)s is already a member of the\n"
"%(listname)s mailing list, however you have also requested a global change "
@@ -2370,31 +2372,31 @@ msgstr ""
"modificao global de endereo. Aps a confirmao, quaisquer lista de \n"
"discusso contendo o endereo %(safeuser)s ser alterado."
-#: Mailman/Cgi/options.py:374
+#: Mailman/Cgi/options.py:375
msgid "The new address is already a member: %(newaddr)s"
msgstr "O novo endereo j um membro: %(newaddr)s"
-#: Mailman/Cgi/options.py:380
+#: Mailman/Cgi/options.py:381
msgid "Addresses may not be blank"
msgstr "Os endereos no podem estar em branco"
-#: Mailman/Cgi/options.py:394
+#: Mailman/Cgi/options.py:395
msgid "A confirmation message has been sent to %(newaddr)s. "
msgstr "Uma mensagem de confirmao dever ser enviada para %(newaddr)s"
-#: Mailman/Cgi/options.py:403
+#: Mailman/Cgi/options.py:404
msgid "Bad email address provided"
msgstr "Endereo de email incorreto fornecido"
-#: Mailman/Cgi/options.py:405
+#: Mailman/Cgi/options.py:406
msgid "Illegal email address provided"
msgstr "Endereo de email ilegal fornecido"
-#: Mailman/Cgi/options.py:407
+#: Mailman/Cgi/options.py:408
msgid "%(newaddr)s is already a member of the list."
msgstr "%(newaddr)s j um membro desta lista."
-#: Mailman/Cgi/options.py:410
+#: Mailman/Cgi/options.py:411
msgid ""
"%(newaddr)s is banned from this list. If you\n"
" think this restriction is erroneous, please contact\n"
@@ -2404,11 +2406,11 @@ msgstr ""
" acha que esta restrio incorreta, por favor\n"
" contate os donos da lista em %(owneraddr)s."
-#: Mailman/Cgi/options.py:421
+#: Mailman/Cgi/options.py:422
msgid "Member name successfully changed. "
msgstr "Nome do membro modificado com sucesso."
-#: Mailman/Cgi/options.py:431
+#: Mailman/Cgi/options.py:432
msgid ""
"The list administrator may not change the\n"
" password for a user."
@@ -2416,27 +2418,27 @@ msgstr ""
"O administrador da lista no deve mudar a\n"
" senha de um usurio."
-#: Mailman/Cgi/options.py:440
+#: Mailman/Cgi/options.py:441
msgid "Passwords may not be blank"
msgstr "As senhas no podem estar vazias"
-#: Mailman/Cgi/options.py:445
+#: Mailman/Cgi/options.py:446
msgid "Passwords did not match!"
msgstr "As senhas no conferem"
-#: Mailman/Cgi/options.py:453
+#: Mailman/Cgi/options.py:454
msgid ""
"The list administrator may not change the\n"
" password for this user's other subscriptions. However, the\n"
" password for this mailing list has been changed."
msgstr ""
-#: Mailman/Cgi/options.py:470 Mailman/Commands/cmd_password.py:83
+#: Mailman/Cgi/options.py:471 Mailman/Commands/cmd_password.py:83
#: Mailman/Commands/cmd_password.py:109
msgid "Password successfully changed."
msgstr "Senha modificada com sucesso."
-#: Mailman/Cgi/options.py:479
+#: Mailman/Cgi/options.py:480
msgid ""
"You must confirm your unsubscription request by turning\n"
" on the checkbox below the <em>Unsubscribe</em> button. You\n"
@@ -2446,11 +2448,11 @@ msgstr ""
" a caixa de checagem abaixo do boto <em>Unsubscribe</em>. \n"
" Voc no foi desinscrito!"
-#: Mailman/Cgi/options.py:511
+#: Mailman/Cgi/options.py:512
msgid "Unsubscription results"
msgstr "Resultados da Remoo"
-#: Mailman/Cgi/options.py:515
+#: Mailman/Cgi/options.py:516
msgid ""
"Your unsubscription request has been received and\n"
" forwarded on to the list moderators for approval. You will\n"
@@ -2462,7 +2464,7 @@ msgstr ""
" receber uma notificao assim que os moderadores da lista\n"
" fizeram sua deciso."
-#: Mailman/Cgi/options.py:520
+#: Mailman/Cgi/options.py:521
msgid ""
"You have been successfully unsubscribed from the\n"
" mailing list %(fqdn_listname)s. If you were receiving digest\n"
@@ -2477,7 +2479,7 @@ msgstr ""
" quaisquer questes sobre sua remoo, por favor\n"
" contate os donos da lista em %(owneraddr)s."
-#: Mailman/Cgi/options.py:669
+#: Mailman/Cgi/options.py:670
msgid ""
"The list administrator may not change the\n"
" options for this user's other subscriptions. However the\n"
@@ -2485,7 +2487,7 @@ msgid ""
" changed."
msgstr ""
-#: Mailman/Cgi/options.py:679
+#: Mailman/Cgi/options.py:680
msgid ""
"The list administrator has disabled digest delivery for\n"
" this list, so your delivery option has not been set. However "
@@ -2497,7 +2499,7 @@ msgstr ""
" No entanto suas outras opes foram ajustadas \n"
" com sucesso."
-#: Mailman/Cgi/options.py:683
+#: Mailman/Cgi/options.py:684
msgid ""
"The list administrator has disabled non-digest delivery\n"
" for this list, so your delivery option has not been set. "
@@ -2509,63 +2511,63 @@ msgstr ""
" No entanto suas outras opes foram ajustadas com \n"
" sucesso."
-#: Mailman/Cgi/options.py:687
+#: Mailman/Cgi/options.py:688
msgid "You have successfully set your options."
msgstr "Voc ajustou com sucesso suas opes."
-#: Mailman/Cgi/options.py:690
+#: Mailman/Cgi/options.py:691
msgid "You may get one last digest."
msgstr "Voc poder receber um ltimo digest."
-#: Mailman/Cgi/options.py:762
+#: Mailman/Cgi/options.py:763
msgid "<em>Yes, I really want to unsubscribe</em>"
msgstr "<em>Sim, eu realmente desejo me descadastrar</em>"
-#: Mailman/Cgi/options.py:766
+#: Mailman/Cgi/options.py:767
msgid "Change My Password"
msgstr "Modificar minha senha"
-#: Mailman/Cgi/options.py:769
+#: Mailman/Cgi/options.py:770
msgid "List my other subscriptions"
msgstr "Listar minhas outras inscries"
-#: Mailman/Cgi/options.py:775
+#: Mailman/Cgi/options.py:776
msgid "Email My Password To Me"
msgstr "Enviar minha senha para mim"
-#: Mailman/Cgi/options.py:777
+#: Mailman/Cgi/options.py:778
msgid "password"
msgstr "senha"
-#: Mailman/Cgi/options.py:779
+#: Mailman/Cgi/options.py:780
msgid "Log out"
msgstr "Sair"
-#: Mailman/Cgi/options.py:781
+#: Mailman/Cgi/options.py:782
msgid "Submit My Changes"
msgstr "Enviar minhas modificaes"
-#: Mailman/Cgi/options.py:793
+#: Mailman/Cgi/options.py:794
msgid "days"
msgstr "dias"
-#: Mailman/Cgi/options.py:795
+#: Mailman/Cgi/options.py:796
msgid "day"
msgstr "dia"
-#: Mailman/Cgi/options.py:796
+#: Mailman/Cgi/options.py:797
msgid "%(days)d %(units)s"
msgstr "%(days)d %(units)s"
-#: Mailman/Cgi/options.py:802
+#: Mailman/Cgi/options.py:803
msgid "Change My Address and Name"
msgstr "Modificar meu Nome e Endereo"
-#: Mailman/Cgi/options.py:828
+#: Mailman/Cgi/options.py:829
msgid "<em>No topics defined</em>"
msgstr "<em>Nenhum tpico definido</em>"
-#: Mailman/Cgi/options.py:836
+#: Mailman/Cgi/options.py:837
msgid ""
"\n"
"You are subscribed to this list with the case-preserved address\n"
@@ -2575,19 +2577,19 @@ msgstr ""
"Voc est inscrito nesta lista com a capitalizao do endereo preservada\n"
"<em>%(cpuser)s</em>"
-#: Mailman/Cgi/options.py:850
+#: Mailman/Cgi/options.py:851
msgid "%(realname)s list: member options login page"
msgstr "lista %(realname)s: pgina de login das opes do membro"
-#: Mailman/Cgi/options.py:851
+#: Mailman/Cgi/options.py:852
msgid "email address and "
msgstr "endereo de email e "
-#: Mailman/Cgi/options.py:854
+#: Mailman/Cgi/options.py:855
msgid "%(realname)s list: member options for user %(safeuser)s"
msgstr "lista %(realname)s: opes do membro para o usurio %(safeuser)s"
-#: Mailman/Cgi/options.py:880
+#: Mailman/Cgi/options.py:881
msgid ""
"In order to change your membership option, you must\n"
" first log in by giving your %(extra)smembership password in the section\n"
@@ -2615,19 +2617,19 @@ msgstr ""
" dever ter os cookies ativados em seu navegador, caso contrrio\n"
" nenhuma de suas opes ter efeito."
-#: Mailman/Cgi/options.py:894
+#: Mailman/Cgi/options.py:895
msgid "Email address:"
msgstr "Endereo de email:"
-#: Mailman/Cgi/options.py:898
+#: Mailman/Cgi/options.py:899
msgid "Password:"
msgstr "Senha:"
-#: Mailman/Cgi/options.py:900
+#: Mailman/Cgi/options.py:901
msgid "Log in"
msgstr "Entrar"
-#: Mailman/Cgi/options.py:908
+#: Mailman/Cgi/options.py:909
msgid ""
"By clicking on the <em>Unsubscribe</em> button, a\n"
" confirmation message will be emailed to you. This message will have a\n"
@@ -2641,11 +2643,11 @@ msgstr ""
" remoo (voc poder tambm confirmar por email; veja as \n"
" inscries na mensagem de confirmao)."
-#: Mailman/Cgi/options.py:916
+#: Mailman/Cgi/options.py:917
msgid "Password reminder"
msgstr "Lembrete de senha"
-#: Mailman/Cgi/options.py:920
+#: Mailman/Cgi/options.py:921
msgid ""
"By clicking on the <em>Remind</em> button, your\n"
" password will be emailed to you."
@@ -2653,27 +2655,27 @@ msgstr ""
"Clicando no boto <em>Remind</em>, sua senha\n"
" ser encaminhada por email at voc."
-#: Mailman/Cgi/options.py:923
+#: Mailman/Cgi/options.py:924
msgid "Remind"
msgstr "Lembrete"
-#: Mailman/Cgi/options.py:1023
+#: Mailman/Cgi/options.py:1024
msgid "<missing>"
msgstr "<faltando>"
-#: Mailman/Cgi/options.py:1034
+#: Mailman/Cgi/options.py:1035
msgid "Requested topic is not valid: %(topicname)s"
msgstr "O tpico requisitado no vlido: %(topicname)s"
-#: Mailman/Cgi/options.py:1039
+#: Mailman/Cgi/options.py:1040
msgid "Topic filter details"
msgstr "detalhes do filtro do tpico"
-#: Mailman/Cgi/options.py:1042
+#: Mailman/Cgi/options.py:1043
msgid "Name:"
msgstr "Nome:"
-#: Mailman/Cgi/options.py:1044
+#: Mailman/Cgi/options.py:1045
msgid "Pattern (as regexp):"
msgstr "Padro (como expr. regular):"
@@ -2733,8 +2735,9 @@ msgid "Permanently remove mailing list <em>%(realname)s</em>"
msgstr "Remover permanentemente a lista de discusso <em>%(realname)s</em>"
#: Mailman/Cgi/rmlist.py:204
+#, fuzzy
msgid ""
-"This page allows you as the list owner, to permanent\n"
+"This page allows you as the list owner, to permanently\n"
" remove this mailing list from the system. <strong>This action is not\n"
" undoable</strong> so you should undertake it only if you are absolutely\n"
" sure this mailing list has served its purpose and is no longer "
@@ -5469,9 +5472,10 @@ msgstr ""
"<input type=\"hidden\" name=\"new_member_options\" value=\"ignore\">"
#: Mailman/Gui/General.py:346
+#, fuzzy
msgid ""
"When a new member is subscribed to this list, their initial\n"
-" set of options is taken from the this variable's setting."
+" set of options is taken from this variable's setting."
msgstr ""
"Quando um novo membro inscrito nesta lista, seu conjunto\n"
" inicial de opes trazido desta configurao de varivel."
@@ -5627,18 +5631,18 @@ msgstr ""
#: Mailman/Gui/General.py:426
msgid ""
-"\"<a href=\"http://www.faqs.org/rfcs/rfc2822.html\">RFC\n"
+"<a href=\"http://www.faqs.org/rfcs/rfc2822.html\">RFC\n"
" 2822</a> defines the <tt>Sender</tt> header and defines it\n"
" as \"the mailbox of the agent responsible for the actual\n"
" transmission of the message.\" Mailman replaces this "
"header\n"
-" per default with the list's bounce address.\n"
+" by default with the list's bounce address.\n"
" \n"
" <p>While it is debatable if Mailman is such an agent, "
"setting\n"
" this header helps directing bounces from some broken MTAs "
"to\n"
-" the right destination. On the other hand do some mail\n"
+" the right destination. On the other hand, some mail\n"
" readers show unexpected behaviour if this header is set "
"(like\n"
" missing addresses in forwarded mails and copies sent to "
@@ -5866,6 +5870,7 @@ msgstr ""
" sobre performance."
#: Mailman/Gui/NonDigest.py:61
+#, fuzzy
msgid ""
"Normally, Mailman sends the regular delivery messages to\n"
" the mail server in batches. This is much more efficent\n"
@@ -5898,7 +5903,7 @@ msgid ""
" address.\n"
"\n"
" <p>When personalization is enabled, a few more expansion\n"
-" variables that can be included in the <a\n"
+" variables can be included in the <a\n"
" href=\"?VARHELP=nondigest/msg_header\">message header</a> "
"and\n"
" <a href=\"?VARHELP=nondigest/msg_footer\">message footer</"
@@ -6038,11 +6043,12 @@ msgid "Scrub attachments of regular delivery message?"
msgstr "Fazer link de anexos de mensagens de entregas regulares?"
#: Mailman/Gui/NonDigest.py:142
+#, fuzzy
msgid ""
-"When you scrub attachments, they are stored in archive\n"
+"When you scrub attachments, they are stored in the archive\n"
" area and links are made in the message so that the member can\n"
-" access via web browser. If you want the attachments totally\n"
-" disappear, you can use content filter options."
+" access them via a web browser. If you want the attachments to\n"
+" totally disappear, you can use content filtering options."
msgstr ""
"Quando faz link de anexos, eles so armazenados em uma rea de arquivos e "
"so\n"
@@ -7583,7 +7589,7 @@ msgstr "Ver a lista de inscritos"
msgid "Once a month, your password will be emailed to you as a reminder."
msgstr "Uma vez por ms, sua senha lhe ser enviada como lembrete."
-#: Mailman/HTMLFormatter.py:393
+#: Mailman/HTMLFormatter.py:394
msgid "The current archive"
msgstr "O arquivo atual"
@@ -8183,83 +8189,83 @@ msgstr "Executado pelo Python"
msgid "Gnu's Not Unix"
msgstr "GNU no Unix"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Mon"
msgstr "Segunda"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Thu"
msgstr "Quinta"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Tue"
msgstr "Tera"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Wed"
msgstr "Quarta"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Fri"
msgstr "Sexta"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Sat"
msgstr "Sbado"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Sun"
msgstr "Domingo"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Apr"
msgstr "Abril"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Feb"
msgstr "Fevereiro"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Jan"
msgstr "Janeiro"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Jun"
msgstr "Junho"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Mar"
msgstr "Maro"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Aug"
msgstr "Agosto"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Dec"
msgstr "Dezembro"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Jul"
msgstr "Julho"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Nov"
msgstr "Novembro"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Oct"
msgstr "Outubro"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Sep"
msgstr "Setembro"
-#: Mailman/i18n.py:107
+#: Mailman/i18n.py:111
msgid "Server Local Time"
msgstr "Hora local do Servidor"
-#: Mailman/i18n.py:146
+#: Mailman/i18n.py:150
msgid ""
"%(wday)s %(mon)s %(day)2i %(hh)02i:%(mm)02i:%(ss)02i %(tzname)s %(year)04i"
msgstr ""
diff --git a/messages/ro/LC_MESSAGES/mailman.po b/messages/ro/LC_MESSAGES/mailman.po
index 3b1d0d11..cd0f113d 100644
--- a/messages/ro/LC_MESSAGES/mailman.po
+++ b/messages/ro/LC_MESSAGES/mailman.po
@@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Project-Id-Version: mailman\n"
-"POT-Creation-Date: Tue Jul 27 08:05:43 2010\n"
+"POT-Creation-Date: Fri Sep 10 10:50:49 2010\n"
"PO-Revision-Date: 2005-05-12 07:35+0300\n"
"Last-Translator: Stefaniu Criste <gupi@hangar.ro>\n"
"Language-Team: Romanian <en@li.org>\n"
@@ -101,7 +101,7 @@ msgstr "Iulie"
msgid "June"
msgstr "Iunie"
-#: Mailman/Archiver/HyperArch.py:923 Mailman/i18n.py:103
+#: Mailman/Archiver/HyperArch.py:923 Mailman/i18n.py:107
msgid "May"
msgstr "Mai"
@@ -284,10 +284,12 @@ msgstr ""
"Aceti membri nu vor putea primi mesaje."
#: Mailman/Cgi/admin.py:194
+#, fuzzy
msgid ""
"You have regular list members but non-digestified mail is\n"
-" turned off. They will receive mail until you fix this\n"
-" problem."
+" turned off. They will receive non-digestified mail until "
+"you\n"
+" fix this problem."
msgstr ""
"Avei abonai ce doresc livrarea de mesaje individuale, dar acestea sunt "
"dezactivate.\n"
@@ -520,7 +522,7 @@ msgstr "Numele topicii:"
msgid "Regexp:"
msgstr "Regexp:"
-#: Mailman/Cgi/admin.py:709 Mailman/Cgi/options.py:1046
+#: Mailman/Cgi/admin.py:709 Mailman/Cgi/options.py:1047
msgid "Description:"
msgstr "Descriere:"
@@ -1632,8 +1634,8 @@ msgstr ""
" <sau apsai <em>Cancel and discard</em> pentru a anula aceast\n"
" cerere."
-#: Mailman/Cgi/confirm.py:491 Mailman/Cgi/options.py:760
-#: Mailman/Cgi/options.py:904 Mailman/Cgi/options.py:914
+#: Mailman/Cgi/confirm.py:491 Mailman/Cgi/options.py:761
+#: Mailman/Cgi/options.py:905 Mailman/Cgi/options.py:915
msgid "Unsubscribe"
msgstr "Dezabonare"
@@ -2312,7 +2314,7 @@ msgstr ""
msgid "Edit Options"
msgstr "Opiuni de editare"
-#: Mailman/Cgi/listinfo.py:201 Mailman/Cgi/options.py:869
+#: Mailman/Cgi/listinfo.py:201 Mailman/Cgi/options.py:870
#: Mailman/Cgi/roster.py:118
msgid "View this page in"
msgstr "Afieaz aceast pagin n"
@@ -2333,8 +2335,8 @@ msgstr "Nu ai introdus nici o adres"
msgid "Illegal Email Address: %(safeuser)s"
msgstr "Adres de email ilegal: (safeuser)s"
-#: Mailman/Cgi/options.py:128 Mailman/Cgi/options.py:192
-#: Mailman/Cgi/options.py:214
+#: Mailman/Cgi/options.py:128 Mailman/Cgi/options.py:193
+#: Mailman/Cgi/options.py:215
msgid "No such member: %(safeuser)s."
msgstr "Nu exist un astfel de membru: %(safeuser)s."
@@ -2346,35 +2348,35 @@ msgstr ""
"Cererea dumneavoastr de dezabonare\n"
"a fost naintat administratorului listei pentru aprobare."
-#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:197
+#: Mailman/Cgi/options.py:184 Mailman/Cgi/options.py:198
msgid "The confirmation email has been sent."
msgstr "A fost trimis un mesaj de confirmare."
-#: Mailman/Cgi/options.py:208 Mailman/Cgi/options.py:220
-#: Mailman/Cgi/options.py:277
+#: Mailman/Cgi/options.py:209 Mailman/Cgi/options.py:221
+#: Mailman/Cgi/options.py:278
msgid "A reminder of your password has been emailed to you."
msgstr "Un mesaj de reamintire a parolei v-a fost trimis prin email."
-#: Mailman/Cgi/options.py:249
+#: Mailman/Cgi/options.py:250
msgid "Authentication failed."
msgstr "Autentificarea a euat."
-#: Mailman/Cgi/options.py:284
+#: Mailman/Cgi/options.py:285
msgid ""
"The list administrator may not view the other\n"
" subscriptions for this user."
msgstr ""
-#: Mailman/Cgi/options.py:285 Mailman/Cgi/options.py:328
-#: Mailman/Cgi/options.py:456 Mailman/Cgi/options.py:672
+#: Mailman/Cgi/options.py:286 Mailman/Cgi/options.py:329
+#: Mailman/Cgi/options.py:457 Mailman/Cgi/options.py:673
msgid "Note: "
msgstr ""
-#: Mailman/Cgi/options.py:290
+#: Mailman/Cgi/options.py:291
msgid "List subscriptions for %(safeuser)s on %(hostname)s"
msgstr "Abonamentele pentru %(safeuser)s la %(hostname)s"
-#: Mailman/Cgi/options.py:293
+#: Mailman/Cgi/options.py:294
msgid ""
"Click on a link to visit your options page for the\n"
" requested mailing list."
@@ -2382,22 +2384,22 @@ msgstr ""
"Apsai pe un link pentru a vizita pagina de opiuni personale\n"
" a listei alese."
-#: Mailman/Cgi/options.py:325
+#: Mailman/Cgi/options.py:326
msgid ""
"The list administrator may not change the names\n"
" or addresses for this user's other subscriptions. However, the\n"
" subscription for this mailing list has been changed."
msgstr ""
-#: Mailman/Cgi/options.py:348
+#: Mailman/Cgi/options.py:349
msgid "Addresses did not match!"
msgstr "Adresele nu se potrivesc!"
-#: Mailman/Cgi/options.py:353
+#: Mailman/Cgi/options.py:354
msgid "You are already using that email address"
msgstr "Folosii deja aceast adres de email"
-#: Mailman/Cgi/options.py:365
+#: Mailman/Cgi/options.py:366
msgid ""
"The new address you requested %(newaddr)s is already a member of the\n"
"%(listname)s mailing list, however you have also requested a global change "
@@ -2410,31 +2412,31 @@ msgstr ""
"a adresei. Pn la confirmare, toate celelalte liste de discuii coninnd\n"
"adresa %(safeuser)s vor fi modificate. "
-#: Mailman/Cgi/options.py:374
+#: Mailman/Cgi/options.py:375
msgid "The new address is already a member: %(newaddr)s"
msgstr "Noua adres este deja abonat: %(newaddr)s"
-#: Mailman/Cgi/options.py:380
+#: Mailman/Cgi/options.py:381
msgid "Addresses may not be blank"
msgstr "Adresele nu pot fi nule"
-#: Mailman/Cgi/options.py:394
+#: Mailman/Cgi/options.py:395
msgid "A confirmation message has been sent to %(newaddr)s. "
msgstr "Un mesaj de confirmare a fost trimis la %(newaddr)s. "
-#: Mailman/Cgi/options.py:403
+#: Mailman/Cgi/options.py:404
msgid "Bad email address provided"
msgstr "Adres de email eronat"
-#: Mailman/Cgi/options.py:405
+#: Mailman/Cgi/options.py:406
msgid "Illegal email address provided"
msgstr "Adres de email ilegal"
-#: Mailman/Cgi/options.py:407
+#: Mailman/Cgi/options.py:408
msgid "%(newaddr)s is already a member of the list."
msgstr "%(newaddr)s este deja abonat pe list."
-#: Mailman/Cgi/options.py:410
+#: Mailman/Cgi/options.py:411
#, fuzzy
msgid ""
"%(newaddr)s is banned from this list. If you\n"
@@ -2445,11 +2447,11 @@ msgstr ""
"Dac credei c aceast restricie este eronat, v rugm s contactai\n"
"proprietarii listei la adresa %(listowner)s."
-#: Mailman/Cgi/options.py:421
+#: Mailman/Cgi/options.py:422
msgid "Member name successfully changed. "
msgstr "Numele abonatului a fost modificat cu succes. "
-#: Mailman/Cgi/options.py:431
+#: Mailman/Cgi/options.py:432
#, fuzzy
msgid ""
"The list administrator may not change the\n"
@@ -2460,15 +2462,15 @@ msgstr ""
"de livrare nu a fost salvat. Totui,\n"
" celelalte opiuni v-au fost setate cu succes."
-#: Mailman/Cgi/options.py:440
+#: Mailman/Cgi/options.py:441
msgid "Passwords may not be blank"
msgstr "Parolele nu pot fi nule"
-#: Mailman/Cgi/options.py:445
+#: Mailman/Cgi/options.py:446
msgid "Passwords did not match!"
msgstr "Parolele nu se potrivesc!"
-#: Mailman/Cgi/options.py:453
+#: Mailman/Cgi/options.py:454
#, fuzzy
msgid ""
"The list administrator may not change the\n"
@@ -2480,12 +2482,12 @@ msgstr ""
"de livrare nu a fost salvat. Totui,\n"
" celelalte opiuni v-au fost setate cu succes."
-#: Mailman/Cgi/options.py:470 Mailman/Commands/cmd_password.py:83
+#: Mailman/Cgi/options.py:471 Mailman/Commands/cmd_password.py:83
#: Mailman/Commands/cmd_password.py:109
msgid "Password successfully changed."
msgstr "Parola a fost modificat cu succes."
-#: Mailman/Cgi/options.py:479
+#: Mailman/Cgi/options.py:480
msgid ""
"You must confirm your unsubscription request by turning\n"
" on the checkbox below the <em>Unsubscribe</em> button. You\n"
@@ -2495,11 +2497,11 @@ msgstr ""
" prin bifarea csuei de sub butonul <em>Dezabonare</em>.\n"
" Nu ai fost scos de pe list!"
-#: Mailman/Cgi/options.py:511
+#: Mailman/Cgi/options.py:512
msgid "Unsubscription results"
msgstr "Rezultatele dezabonrii"
-#: Mailman/Cgi/options.py:515
+#: Mailman/Cgi/options.py:516
msgid ""
"Your unsubscription request has been received and\n"
" forwarded on to the list moderators for approval. You will\n"
@@ -2510,7 +2512,7 @@ msgstr ""
" naintat moderatorilor listei pentru aprobare. Vei primi\n"
" o notificare de ndat ce acetia vor lua o decizie."
-#: Mailman/Cgi/options.py:520
+#: Mailman/Cgi/options.py:521
msgid ""
"You have been successfully unsubscribed from the\n"
" mailing list %(fqdn_listname)s. If you were receiving digest\n"
@@ -2527,7 +2529,7 @@ msgstr ""
" v rugm s contactai proprietarii listei la adresa %(owneraddr)"
"s."
-#: Mailman/Cgi/options.py:669
+#: Mailman/Cgi/options.py:670
msgid ""
"The list administrator may not change the\n"
" options for this user's other subscriptions. However the\n"
@@ -2535,7 +2537,7 @@ msgid ""
" changed."
msgstr ""
-#: Mailman/Cgi/options.py:679
+#: Mailman/Cgi/options.py:680
msgid ""
"The list administrator has disabled digest delivery for\n"
" this list, so your delivery option has not been set. However "
@@ -2547,7 +2549,7 @@ msgstr ""
" de livrare nu a fost setat. Oricum, celelalte preferine\n"
" au fost setate cu succes."
-#: Mailman/Cgi/options.py:683
+#: Mailman/Cgi/options.py:684
msgid ""
"The list administrator has disabled non-digest delivery\n"
" for this list, so your delivery option has not been set. "
@@ -2559,63 +2561,63 @@ msgstr ""
"de livrare nu a fost salvat. Totui,\n"
" celelalte opiuni v-au fost setate cu succes."
-#: Mailman/Cgi/options.py:687
+#: Mailman/Cgi/options.py:688
msgid "You have successfully set your options."
msgstr "Ai setat cu succes opiunile personale."
-#: Mailman/Cgi/options.py:690
+#: Mailman/Cgi/options.py:691
msgid "You may get one last digest."
msgstr "S-ar putea s primii un ultim rezumat."
-#: Mailman/Cgi/options.py:762
+#: Mailman/Cgi/options.py:763
msgid "<em>Yes, I really want to unsubscribe</em>"
msgstr "<em>Da, sunt sigur c doresc s m dezabonez</em>"
-#: Mailman/Cgi/options.py:766
+#: Mailman/Cgi/options.py:767
msgid "Change My Password"
msgstr "Modific-mi parola"
-#: Mailman/Cgi/options.py:769
+#: Mailman/Cgi/options.py:770
msgid "List my other subscriptions"
msgstr "Afieaz-mi celelalte abonamente"
-#: Mailman/Cgi/options.py:775
+#: Mailman/Cgi/options.py:776
msgid "Email My Password To Me"
msgstr "Trimite-mi parola"
-#: Mailman/Cgi/options.py:777
+#: Mailman/Cgi/options.py:778
msgid "password"
msgstr "parola"
-#: Mailman/Cgi/options.py:779
+#: Mailman/Cgi/options.py:780
msgid "Log out"
msgstr "Ieire"
-#: Mailman/Cgi/options.py:781
+#: Mailman/Cgi/options.py:782
msgid "Submit My Changes"
msgstr "Salveaz modificrile"
-#: Mailman/Cgi/options.py:793
+#: Mailman/Cgi/options.py:794
msgid "days"
msgstr "zile"
-#: Mailman/Cgi/options.py:795
+#: Mailman/Cgi/options.py:796
msgid "day"
msgstr "zi"
-#: Mailman/Cgi/options.py:796
+#: Mailman/Cgi/options.py:797
msgid "%(days)d %(units)s"
msgstr "%(days)d %(units)s"
-#: Mailman/Cgi/options.py:802
+#: Mailman/Cgi/options.py:803
msgid "Change My Address and Name"
msgstr "Modific-mi adresa i numele"
-#: Mailman/Cgi/options.py:828
+#: Mailman/Cgi/options.py:829
msgid "<em>No topics defined</em>"
msgstr "<em>Nu sunt topici definite</em>"
-#: Mailman/Cgi/options.py:836
+#: Mailman/Cgi/options.py:837
msgid ""
"\n"
"You are subscribed to this list with the case-preserved address\n"
@@ -2625,20 +2627,20 @@ msgstr ""
"Suntei abonat() la aceast list cu adresa\n"
"<em>%(cpuser)s</em>."
-#: Mailman/Cgi/options.py:850
+#: Mailman/Cgi/options.py:851
msgid "%(realname)s list: member options login page"
msgstr "Lista de discuii %(realname)s: pagina de acces la opiunile personale"
-#: Mailman/Cgi/options.py:851
+#: Mailman/Cgi/options.py:852
msgid "email address and "
msgstr "adresa de email i "
-#: Mailman/Cgi/options.py:854
+#: Mailman/Cgi/options.py:855
msgid "%(realname)s list: member options for user %(safeuser)s"
msgstr ""
"Lista de discuii %(realname)s: opiunile personale pentru %(safeuser)s"
-#: Mailman/Cgi/options.py:880
+#: Mailman/Cgi/options.py:881
msgid ""
"In order to change your membership option, you must\n"
" first log in by giving your %(extra)smembership password in the section\n"
@@ -2666,19 +2668,19 @@ msgstr ""
"s avei activate cookie-urile n browser, altfel nici o modificare nu va fi "
"aplicat."
-#: Mailman/Cgi/options.py:894
+#: Mailman/Cgi/options.py:895
msgid "Email address:"
msgstr "Adresa de email:"
-#: Mailman/Cgi/options.py:898
+#: Mailman/Cgi/options.py:899
msgid "Password:"
msgstr "Parola:"
-#: Mailman/Cgi/options.py:900
+#: Mailman/Cgi/options.py:901
msgid "Log in"
msgstr "Autentificare"
-#: Mailman/Cgi/options.py:908
+#: Mailman/Cgi/options.py:909
msgid ""
"By clicking on the <em>Unsubscribe</em> button, a\n"
" confirmation message will be emailed to you. This message will have a\n"
@@ -2694,11 +2696,11 @@ msgstr ""
"de confirmare\n"
" primit). "
-#: Mailman/Cgi/options.py:916
+#: Mailman/Cgi/options.py:917
msgid "Password reminder"
msgstr "Mesaj de reamintire a parolei"
-#: Mailman/Cgi/options.py:920
+#: Mailman/Cgi/options.py:921
msgid ""
"By clicking on the <em>Remind</em> button, your\n"
" password will be emailed to you."
@@ -2706,27 +2708,27 @@ msgstr ""
"Apsnd pe butonul <em>Reamintire</em>,\n"
" parola v va fi trimis prin email."
-#: Mailman/Cgi/options.py:923
+#: Mailman/Cgi/options.py:924
msgid "Remind"
msgstr "Reamintire"
-#: Mailman/Cgi/options.py:1023
+#: Mailman/Cgi/options.py:1024
msgid "<missing>"
msgstr "<missing>"
-#: Mailman/Cgi/options.py:1034
+#: Mailman/Cgi/options.py:1035
msgid "Requested topic is not valid: %(topicname)s"
msgstr "Topica cerut nu este valid: %(topicname)s"
-#: Mailman/Cgi/options.py:1039
+#: Mailman/Cgi/options.py:1040
msgid "Topic filter details"
msgstr "Detalii ale filtrului de topic"
-#: Mailman/Cgi/options.py:1042
+#: Mailman/Cgi/options.py:1043
msgid "Name:"
msgstr "Nume:"
-#: Mailman/Cgi/options.py:1044
+#: Mailman/Cgi/options.py:1045
msgid "Pattern (as regexp):"
msgstr "Model (ca i regexp):"
@@ -2787,8 +2789,9 @@ msgid "Permanently remove mailing list <em>%(realname)s</em>"
msgstr "Şterg definitiv lista de discuii <em>%(realname)s</em>"
#: Mailman/Cgi/rmlist.py:204
+#, fuzzy
msgid ""
-"This page allows you as the list owner, to permanent\n"
+"This page allows you as the list owner, to permanently\n"
" remove this mailing list from the system. <strong>This action is not\n"
" undoable</strong> so you should undertake it only if you are absolutely\n"
" sure this mailing list has served its purpose and is no longer "
@@ -5369,9 +5372,10 @@ msgstr ""
"type=\"hidden\" name=\"new_member_options\" value=\"ignore\">"
#: Mailman/Gui/General.py:346
+#, fuzzy
msgid ""
"When a new member is subscribed to this list, their initial\n"
-" set of options is taken from the this variable's setting."
+" set of options is taken from this variable's setting."
msgstr ""
"Cnd un nou membru este abonat la aceast list, setul iniial de opiuni "
"este preluat din valorile acestei variabile."
@@ -5523,18 +5527,18 @@ msgstr ""
#: Mailman/Gui/General.py:426
msgid ""
-"\"<a href=\"http://www.faqs.org/rfcs/rfc2822.html\">RFC\n"
+"<a href=\"http://www.faqs.org/rfcs/rfc2822.html\">RFC\n"
" 2822</a> defines the <tt>Sender</tt> header and defines it\n"
" as \"the mailbox of the agent responsible for the actual\n"
" transmission of the message.\" Mailman replaces this "
"header\n"
-" per default with the list's bounce address.\n"
+" by default with the list's bounce address.\n"
" \n"
" <p>While it is debatable if Mailman is such an agent, "
"setting\n"
" this header helps directing bounces from some broken MTAs "
"to\n"
-" the right destination. On the other hand do some mail\n"
+" the right destination. On the other hand, some mail\n"
" readers show unexpected behaviour if this header is set "
"(like\n"
" missing addresses in forwarded mails and copies sent to "
@@ -5792,7 +5796,7 @@ msgid ""
" address.\n"
"\n"
" <p>When personalization is enabled, a few more expansion\n"
-" variables that can be included in the <a\n"
+" variables can be included in the <a\n"
" href=\"?VARHELP=nondigest/msg_header\">message header</a> "
"and\n"
" <a href=\"?VARHELP=nondigest/msg_footer\">message footer</"
@@ -5900,10 +5904,10 @@ msgstr "terg ataamentele din mesajele distribuite normal ?"
#: Mailman/Gui/NonDigest.py:142
#, fuzzy
msgid ""
-"When you scrub attachments, they are stored in archive\n"
+"When you scrub attachments, they are stored in the archive\n"
" area and links are made in the message so that the member can\n"
-" access via web browser. If you want the attachments totally\n"
-" disappear, you can use content filter options."
+" access them via a web browser. If you want the attachments to\n"
+" totally disappear, you can use content filtering options."
msgstr ""
"When you scrub attachments, they are stored in archive\n"
" area and links are made in the message so that the member can\n"
@@ -7316,7 +7320,7 @@ msgstr "Afiai lista abobailor"
msgid "Once a month, your password will be emailed to you as a reminder."
msgstr "Lunar, parola de acces v va fi trimis ca un mesaj de reamintire."
-#: Mailman/HTMLFormatter.py:393
+#: Mailman/HTMLFormatter.py:394
msgid "The current archive"
msgstr "Arhiva curent"
@@ -7926,83 +7930,83 @@ msgstr "Motorizat de Python"
msgid "Gnu's Not Unix"
msgstr "GNU nu este UNIX"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Mon"
msgstr "Lun"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Thu"
msgstr "Joi"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Tue"
msgstr "Mar"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Wed"
msgstr "Mie"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Fri"
msgstr "Vin"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Sat"
msgstr "Sm"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Sun"
msgstr "Dum"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Apr"
msgstr "Apr"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Feb"
msgstr "Feb"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Jan"
msgstr "Ian"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Jun"
msgstr "Iun"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Mar"
msgstr "Mar"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Aug"
msgstr "Aug"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Dec"
msgstr "Dec"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Jul"
msgstr "Iul"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Nov"
msgstr "Noi"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Oct"
msgstr "Oct"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Sep"
msgstr "Sep"
-#: Mailman/i18n.py:107
+#: Mailman/i18n.py:111
msgid "Server Local Time"
msgstr "Ora local pe server"
-#: Mailman/i18n.py:146
+#: Mailman/i18n.py:150
msgid ""
"%(wday)s %(mon)s %(day)2i %(hh)02i:%(mm)02i:%(ss)02i %(tzname)s %(year)04i"
msgstr ""
diff --git a/messages/ru/LC_MESSAGES/mailman.po b/messages/ru/LC_MESSAGES/mailman.po
index ef704515..fe8b8aae 100644
--- a/messages/ru/LC_MESSAGES/mailman.po
+++ b/messages/ru/LC_MESSAGES/mailman.po
@@ -15,7 +15,7 @@
msgid ""
msgstr ""
"Project-Id-Version: mailman v2.1\n"
-"POT-Creation-Date: Tue Jul 27 08:05:43 2010\n"
+"POT-Creation-Date: Fri Sep 10 10:50:49 2010\n"
"PO-Revision-Date: Fri Apr 08 23:26:45 2005\n"
"Last-Translator: Mikhail Sobolev <mss@mawhrin.net>\n"
"Language-Team: Russian <mailman-ru@only.mawhrin.net>\n"
@@ -107,7 +107,7 @@ msgstr ""
msgid "June"
msgstr ""
-#: Mailman/Archiver/HyperArch.py:923 Mailman/i18n.py:103
+#: Mailman/Archiver/HyperArch.py:923 Mailman/i18n.py:107
msgid "May"
msgstr ""
@@ -292,10 +292,12 @@ msgstr ""
"."
#: Mailman/Cgi/admin.py:194
+#, fuzzy
msgid ""
"You have regular list members but non-digestified mail is\n"
-" turned off. They will receive mail until you fix this\n"
-" problem."
+" turned off. They will receive non-digestified mail until "
+"you\n"
+" fix this problem."
msgstr ""
" , \n"
" , \n"
@@ -537,7 +539,7 @@ msgstr " :"
msgid "Regexp:"
msgstr " :"
-#: Mailman/Cgi/admin.py:709 Mailman/Cgi/options.py:1046
+#: Mailman/Cgi/admin.py:709 Mailman/Cgi/options.py:1047
msgid "Description:"
msgstr ":"
@@ -1649,8 +1651,8 @@ msgstr ""
"<p> , <em> "
" </em>."
-#: Mailman/Cgi/confirm.py:491 Mailman/Cgi/options.py:760
-#: Mailman/Cgi/options.py:904 Mailman/Cgi/options.py:914
+#: Mailman/Cgi/confirm.py:491 Mailman/Cgi/options.py:761
+#: Mailman/Cgi/options.py:905 Mailman/Cgi/options.py:915
msgid "Unsubscribe"
msgstr " "
@@ -2307,7 +2309,7 @@ msgstr " "
# MSS: ,
# -
-#: Mailman/Cgi/listinfo.py:201 Mailman/Cgi/options.py:869
+#: Mailman/Cgi/listinfo.py:201 Mailman/Cgi/options.py:870
#: Mailman/Cgi/roster.py:118
msgid "View this page in"
msgstr " (view this page in):"
@@ -2329,8 +2331,8 @@ msgid "Illegal Email Address: %(safeuser)s"
msgstr " : %(safeuser)s"
# MSS: " : %(safeuser)s."... .. ...
-#: Mailman/Cgi/options.py:128 Mailman/Cgi/options.py:192
-#: Mailman/Cgi/options.py:214
+#: Mailman/Cgi/options.py:128 Mailman/Cgi/options.py:193
+#: Mailman/Cgi/options.py:215
msgid "No such member: %(safeuser)s."
msgstr " : %(safeuser)s."
@@ -2342,35 +2344,35 @@ msgstr ""
" "
" ."
-#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:197
+#: Mailman/Cgi/options.py:184 Mailman/Cgi/options.py:198
msgid "The confirmation email has been sent."
msgstr " ."
-#: Mailman/Cgi/options.py:208 Mailman/Cgi/options.py:220
-#: Mailman/Cgi/options.py:277
+#: Mailman/Cgi/options.py:209 Mailman/Cgi/options.py:221
+#: Mailman/Cgi/options.py:278
msgid "A reminder of your password has been emailed to you."
msgstr " ."
-#: Mailman/Cgi/options.py:249
+#: Mailman/Cgi/options.py:250
msgid "Authentication failed."
msgstr " ."
-#: Mailman/Cgi/options.py:284
+#: Mailman/Cgi/options.py:285
msgid ""
"The list administrator may not view the other\n"
" subscriptions for this user."
msgstr ""
-#: Mailman/Cgi/options.py:285 Mailman/Cgi/options.py:328
-#: Mailman/Cgi/options.py:456 Mailman/Cgi/options.py:672
+#: Mailman/Cgi/options.py:286 Mailman/Cgi/options.py:329
+#: Mailman/Cgi/options.py:457 Mailman/Cgi/options.py:673
msgid "Note: "
msgstr ""
-#: Mailman/Cgi/options.py:290
+#: Mailman/Cgi/options.py:291
msgid "List subscriptions for %(safeuser)s on %(hostname)s"
msgstr " %(safeuser)s %(hostname)s"
-#: Mailman/Cgi/options.py:293
+#: Mailman/Cgi/options.py:294
msgid ""
"Click on a link to visit your options page for the\n"
" requested mailing list."
@@ -2378,22 +2380,22 @@ msgstr ""
" , "
" ."
-#: Mailman/Cgi/options.py:325
+#: Mailman/Cgi/options.py:326
msgid ""
"The list administrator may not change the names\n"
" or addresses for this user's other subscriptions. However, the\n"
" subscription for this mailing list has been changed."
msgstr ""
-#: Mailman/Cgi/options.py:348
+#: Mailman/Cgi/options.py:349
msgid "Addresses did not match!"
msgstr " !"
-#: Mailman/Cgi/options.py:353
+#: Mailman/Cgi/options.py:354
msgid "You are already using that email address"
msgstr " "
-#: Mailman/Cgi/options.py:365
+#: Mailman/Cgi/options.py:366
msgid ""
"The new address you requested %(newaddr)s is already a member of the\n"
"%(listname)s mailing list, however you have also requested a global change "
@@ -2406,32 +2408,32 @@ msgstr ""
" . \n"
" ."
-#: Mailman/Cgi/options.py:374
+#: Mailman/Cgi/options.py:375
msgid "The new address is already a member: %(newaddr)s"
msgstr " : %(newaddr)s"
-#: Mailman/Cgi/options.py:380
+#: Mailman/Cgi/options.py:381
msgid "Addresses may not be blank"
msgstr " "
-#: Mailman/Cgi/options.py:394
+#: Mailman/Cgi/options.py:395
msgid "A confirmation message has been sent to %(newaddr)s. "
msgstr ""
" %(newaddr)s. "
-#: Mailman/Cgi/options.py:403
+#: Mailman/Cgi/options.py:404
msgid "Bad email address provided"
msgstr " "
-#: Mailman/Cgi/options.py:405
+#: Mailman/Cgi/options.py:406
msgid "Illegal email address provided"
msgstr " "
-#: Mailman/Cgi/options.py:407
+#: Mailman/Cgi/options.py:408
msgid "%(newaddr)s is already a member of the list."
msgstr "%(newaddr)s ."
-#: Mailman/Cgi/options.py:410
+#: Mailman/Cgi/options.py:411
#, fuzzy
msgid ""
"%(newaddr)s is banned from this list. If you\n"
@@ -2442,11 +2444,11 @@ msgstr ""
" , :\n"
"%(listowner)s."
-#: Mailman/Cgi/options.py:421
+#: Mailman/Cgi/options.py:422
msgid "Member name successfully changed. "
msgstr " . "
-#: Mailman/Cgi/options.py:431
+#: Mailman/Cgi/options.py:432
#, fuzzy
msgid ""
"The list administrator may not change the\n"
@@ -2458,15 +2460,15 @@ msgstr ""
".\n"
" "
-#: Mailman/Cgi/options.py:440
+#: Mailman/Cgi/options.py:441
msgid "Passwords may not be blank"
msgstr " "
-#: Mailman/Cgi/options.py:445
+#: Mailman/Cgi/options.py:446
msgid "Passwords did not match!"
msgstr " !"
-#: Mailman/Cgi/options.py:453
+#: Mailman/Cgi/options.py:454
#, fuzzy
msgid ""
"The list administrator may not change the\n"
@@ -2479,13 +2481,13 @@ msgstr ""
".\n"
" "
-#: Mailman/Cgi/options.py:470 Mailman/Commands/cmd_password.py:83
+#: Mailman/Cgi/options.py:471 Mailman/Commands/cmd_password.py:83
#: Mailman/Commands/cmd_password.py:109
msgid "Password successfully changed."
msgstr " ."
# MSS: "" --
-#: Mailman/Cgi/options.py:479
+#: Mailman/Cgi/options.py:480
msgid ""
"You must confirm your unsubscription request by turning\n"
" on the checkbox below the <em>Unsubscribe</em> button. You\n"
@@ -2495,11 +2497,11 @@ msgstr ""
" <em> </em>. "
"!"
-#: Mailman/Cgi/options.py:511
+#: Mailman/Cgi/options.py:512
msgid "Unsubscription results"
msgstr " "
-#: Mailman/Cgi/options.py:515
+#: Mailman/Cgi/options.py:516
msgid ""
"Your unsubscription request has been received and\n"
" forwarded on to the list moderators for approval. You will\n"
@@ -2510,7 +2512,7 @@ msgstr ""
" . -\n"
" ."
-#: Mailman/Cgi/options.py:520
+#: Mailman/Cgi/options.py:521
msgid ""
"You have been successfully unsubscribed from the\n"
" mailing list %(fqdn_listname)s. If you were receiving digest\n"
@@ -2524,7 +2526,7 @@ msgstr ""
" - , \n"
" %(owneraddr)s."
-#: Mailman/Cgi/options.py:669
+#: Mailman/Cgi/options.py:670
msgid ""
"The list administrator may not change the\n"
" options for this user's other subscriptions. However the\n"
@@ -2532,7 +2534,7 @@ msgid ""
" changed."
msgstr ""
-#: Mailman/Cgi/options.py:679
+#: Mailman/Cgi/options.py:680
msgid ""
"The list administrator has disabled digest delivery for\n"
" this list, so your delivery option has not been set. However "
@@ -2543,7 +2545,7 @@ msgstr ""
" .\n"
" ."
-#: Mailman/Cgi/options.py:683
+#: Mailman/Cgi/options.py:684
msgid ""
"The list administrator has disabled non-digest delivery\n"
" for this list, so your delivery option has not been set. "
@@ -2556,65 +2558,65 @@ msgstr ""
".\n"
" "
-#: Mailman/Cgi/options.py:687
+#: Mailman/Cgi/options.py:688
msgid "You have successfully set your options."
msgstr " ."
-#: Mailman/Cgi/options.py:690
+#: Mailman/Cgi/options.py:691
msgid "You may get one last digest."
msgstr ", ."
-#: Mailman/Cgi/options.py:762
+#: Mailman/Cgi/options.py:763
msgid "<em>Yes, I really want to unsubscribe</em>"
msgstr "<em>, </em>"
-#: Mailman/Cgi/options.py:766
+#: Mailman/Cgi/options.py:767
msgid "Change My Password"
msgstr " "
-#: Mailman/Cgi/options.py:769
+#: Mailman/Cgi/options.py:770
msgid "List my other subscriptions"
msgstr " "
-#: Mailman/Cgi/options.py:775
+#: Mailman/Cgi/options.py:776
msgid "Email My Password To Me"
msgstr " "
-#: Mailman/Cgi/options.py:777
+#: Mailman/Cgi/options.py:778
msgid "password"
msgstr ""
# fattie: should check shis out
-#: Mailman/Cgi/options.py:779
+#: Mailman/Cgi/options.py:780
msgid "Log out"
msgstr ""
-#: Mailman/Cgi/options.py:781
+#: Mailman/Cgi/options.py:782
msgid "Submit My Changes"
msgstr " "
# MSS: this must be changed in the code :((
-#: Mailman/Cgi/options.py:793
+#: Mailman/Cgi/options.py:794
msgid "days"
msgstr "."
-#: Mailman/Cgi/options.py:795
+#: Mailman/Cgi/options.py:796
msgid "day"
msgstr ""
-#: Mailman/Cgi/options.py:796
+#: Mailman/Cgi/options.py:797
msgid "%(days)d %(units)s"
msgstr "%(days)d %(units)s"
-#: Mailman/Cgi/options.py:802
+#: Mailman/Cgi/options.py:803
msgid "Change My Address and Name"
msgstr " "
-#: Mailman/Cgi/options.py:828
+#: Mailman/Cgi/options.py:829
msgid "<em>No topics defined</em>"
msgstr "<em> </em>"
-#: Mailman/Cgi/options.py:836
+#: Mailman/Cgi/options.py:837
msgid ""
"\n"
"You are subscribed to this list with the case-preserved address\n"
@@ -2624,20 +2626,20 @@ msgstr ""
" ( )\n"
"<em>%(cpuser)s</em>."
-#: Mailman/Cgi/options.py:850
+#: Mailman/Cgi/options.py:851
msgid "%(realname)s list: member options login page"
msgstr " %(realname)s: "
-#: Mailman/Cgi/options.py:851
+#: Mailman/Cgi/options.py:852
msgid "email address and "
msgstr " "
-#: Mailman/Cgi/options.py:854
+#: Mailman/Cgi/options.py:855
msgid "%(realname)s list: member options for user %(safeuser)s"
msgstr ""
" %(realname)s: %(safeuser)s"
-#: Mailman/Cgi/options.py:880
+#: Mailman/Cgi/options.py:881
msgid ""
"In order to change your membership option, you must\n"
" first log in by giving your %(extra)smembership password in the section\n"
@@ -2665,19 +2667,19 @@ msgstr ""
"<p><strong><em>:</em></strong> \n"
" cookies, ."
-#: Mailman/Cgi/options.py:894
+#: Mailman/Cgi/options.py:895
msgid "Email address:"
msgstr " . :"
-#: Mailman/Cgi/options.py:898
+#: Mailman/Cgi/options.py:899
msgid "Password:"
msgstr ":"
-#: Mailman/Cgi/options.py:900
+#: Mailman/Cgi/options.py:901
msgid "Log in"
msgstr ""
-#: Mailman/Cgi/options.py:908
+#: Mailman/Cgi/options.py:909
msgid ""
"By clicking on the <em>Unsubscribe</em> button, a\n"
" confirmation message will be emailed to you. This message will have a\n"
@@ -2690,11 +2692,11 @@ msgstr ""
" , . ,\n"
" , . ."
-#: Mailman/Cgi/options.py:916
+#: Mailman/Cgi/options.py:917
msgid "Password reminder"
msgstr " "
-#: Mailman/Cgi/options.py:920
+#: Mailman/Cgi/options.py:921
msgid ""
"By clicking on the <em>Remind</em> button, your\n"
" password will be emailed to you."
@@ -2702,27 +2704,27 @@ msgstr ""
" <em></em> \n"
" ."
-#: Mailman/Cgi/options.py:923
+#: Mailman/Cgi/options.py:924
msgid "Remind"
msgstr ""
-#: Mailman/Cgi/options.py:1023
+#: Mailman/Cgi/options.py:1024
msgid "<missing>"
msgstr "<>"
-#: Mailman/Cgi/options.py:1034
+#: Mailman/Cgi/options.py:1035
msgid "Requested topic is not valid: %(topicname)s"
msgstr " : %(topicname)s"
-#: Mailman/Cgi/options.py:1039
+#: Mailman/Cgi/options.py:1040
msgid "Topic filter details"
msgstr " "
-#: Mailman/Cgi/options.py:1042
+#: Mailman/Cgi/options.py:1043
msgid "Name:"
msgstr ":"
-#: Mailman/Cgi/options.py:1044
+#: Mailman/Cgi/options.py:1045
msgid "Pattern (as regexp):"
msgstr " (. ):"
@@ -2780,8 +2782,9 @@ msgid "Permanently remove mailing list <em>%(realname)s</em>"
msgstr " <em>%(realname)s</em>"
#: Mailman/Cgi/rmlist.py:204
+#, fuzzy
msgid ""
-"This page allows you as the list owner, to permanent\n"
+"This page allows you as the list owner, to permanently\n"
" remove this mailing list from the system. <strong>This action is not\n"
" undoable</strong> so you should undertake it only if you are absolutely\n"
" sure this mailing list has served its purpose and is no longer "
@@ -5463,9 +5466,10 @@ msgstr ""
"\"new_member_options\" value=\"ignore\">"
#: Mailman/Gui/General.py:346
+#, fuzzy
msgid ""
"When a new member is subscribed to this list, their initial\n"
-" set of options is taken from the this variable's setting."
+" set of options is taken from this variable's setting."
msgstr ""
" \n"
" ."
@@ -5620,18 +5624,18 @@ msgstr ""
#: Mailman/Gui/General.py:426
msgid ""
-"\"<a href=\"http://www.faqs.org/rfcs/rfc2822.html\">RFC\n"
+"<a href=\"http://www.faqs.org/rfcs/rfc2822.html\">RFC\n"
" 2822</a> defines the <tt>Sender</tt> header and defines it\n"
" as \"the mailbox of the agent responsible for the actual\n"
" transmission of the message.\" Mailman replaces this "
"header\n"
-" per default with the list's bounce address.\n"
+" by default with the list's bounce address.\n"
" \n"
" <p>While it is debatable if Mailman is such an agent, "
"setting\n"
" this header helps directing bounces from some broken MTAs "
"to\n"
-" the right destination. On the other hand do some mail\n"
+" the right destination. On the other hand, some mail\n"
" readers show unexpected behaviour if this header is set "
"(like\n"
" missing addresses in forwarded mails and copies sent to "
@@ -5850,6 +5854,7 @@ msgstr ""
# fattie: check it (In this case, Mailman crafts a new message for each member on the regular delivery list.)
#: Mailman/Gui/NonDigest.py:61
+#, fuzzy
msgid ""
"Normally, Mailman sends the regular delivery messages to\n"
" the mail server in batches. This is much more efficent\n"
@@ -5882,7 +5887,7 @@ msgid ""
" address.\n"
"\n"
" <p>When personalization is enabled, a few more expansion\n"
-" variables that can be included in the <a\n"
+" variables can be included in the <a\n"
" href=\"?VARHELP=nondigest/msg_header\">message header</a> "
"and\n"
" <a href=\"?VARHELP=nondigest/msg_footer\">message footer</"
@@ -6001,10 +6006,10 @@ msgstr ""
#: Mailman/Gui/NonDigest.py:142
msgid ""
-"When you scrub attachments, they are stored in archive\n"
+"When you scrub attachments, they are stored in the archive\n"
" area and links are made in the message so that the member can\n"
-" access via web browser. If you want the attachments totally\n"
-" disappear, you can use content filter options."
+" access them via a web browser. If you want the attachments to\n"
+" totally disappear, you can use content filtering options."
msgstr ""
#: Mailman/Gui/NonDigest.py:149
@@ -7491,7 +7496,7 @@ msgstr " "
msgid "Once a month, your password will be emailed to you as a reminder."
msgstr " ."
-#: Mailman/HTMLFormatter.py:393
+#: Mailman/HTMLFormatter.py:394
msgid "The current archive"
msgstr " "
@@ -8105,83 +8110,83 @@ msgstr " Python"
msgid "Gnu's Not Unix"
msgstr "Gnu's Not Unix"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Mon"
msgstr ""
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Thu"
msgstr ""
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Tue"
msgstr ""
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Wed"
msgstr ""
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Fri"
msgstr ""
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Sat"
msgstr ""
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Sun"
msgstr ""
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Apr"
msgstr ""
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Feb"
msgstr ""
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Jan"
msgstr ""
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Jun"
msgstr ""
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Mar"
msgstr ""
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Aug"
msgstr ""
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Dec"
msgstr ""
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Jul"
msgstr ""
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Nov"
msgstr ""
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Oct"
msgstr ""
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Sep"
msgstr ""
-#: Mailman/i18n.py:107
+#: Mailman/i18n.py:111
msgid "Server Local Time"
msgstr " "
-#: Mailman/i18n.py:146
+#: Mailman/i18n.py:150
msgid ""
"%(wday)s %(mon)s %(day)2i %(hh)02i:%(mm)02i:%(ss)02i %(tzname)s %(year)04i"
msgstr ""
diff --git a/messages/sk/LC_MESSAGES/mailman.po b/messages/sk/LC_MESSAGES/mailman.po
index 5264ba77..541c68cf 100644
--- a/messages/sk/LC_MESSAGES/mailman.po
+++ b/messages/sk/LC_MESSAGES/mailman.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: mailman\n"
-"POT-Creation-Date: Tue Jul 27 08:05:43 2010\n"
+"POT-Creation-Date: Fri Sep 10 10:50:49 2010\n"
"PO-Revision-Date: 2007-11-26 12:21+0100\n"
"Last-Translator: Martin Matuška <martin@matuska.org>\n"
"Language-Team: Slovak\n"
@@ -100,7 +100,7 @@ msgstr "Júl"
msgid "June"
msgstr "Jún"
-#: Mailman/Archiver/HyperArch.py:923 Mailman/i18n.py:103
+#: Mailman/Archiver/HyperArch.py:923 Mailman/i18n.py:107
msgid "May"
msgstr "Máj"
@@ -284,10 +284,12 @@ msgstr ""
" nebudú dostávať poštu."
#: Mailman/Cgi/admin.py:194
+#, fuzzy
msgid ""
"You have regular list members but non-digestified mail is\n"
-" turned off. They will receive mail until you fix this\n"
-" problem."
+" turned off. They will receive non-digestified mail until "
+"you\n"
+" fix this problem."
msgstr ""
"Pozor: Konferencia má účastníkov prijímajúcich príspevky priamo, ale\n"
" priame odosielanie príspevkov je vypnuté. Pokiaľ ho nezapnete,\n"
@@ -516,7 +518,7 @@ msgstr "Názov témy:"
msgid "Regexp:"
msgstr "Regulárny výraz (regexp):"
-#: Mailman/Cgi/admin.py:709 Mailman/Cgi/options.py:1046
+#: Mailman/Cgi/admin.py:709 Mailman/Cgi/options.py:1047
msgid "Description:"
msgstr "Popis:"
@@ -1589,8 +1591,8 @@ msgstr ""
"\n"
" <p>Kliknutím na <em>Zrušiť</em> odhlásenie nebude uskutočnené."
-#: Mailman/Cgi/confirm.py:491 Mailman/Cgi/options.py:760
-#: Mailman/Cgi/options.py:904 Mailman/Cgi/options.py:914
+#: Mailman/Cgi/confirm.py:491 Mailman/Cgi/options.py:761
+#: Mailman/Cgi/options.py:905 Mailman/Cgi/options.py:915
msgid "Unsubscribe"
msgstr "Odhlásiť"
@@ -2250,7 +2252,7 @@ msgstr ""
msgid "Edit Options"
msgstr "Úprava vlastností"
-#: Mailman/Cgi/listinfo.py:201 Mailman/Cgi/options.py:869
+#: Mailman/Cgi/listinfo.py:201 Mailman/Cgi/options.py:870
#: Mailman/Cgi/roster.py:118
msgid "View this page in"
msgstr "Zobraziť túto stránku po"
@@ -2271,8 +2273,8 @@ msgstr "Nebola uvedená adresa"
msgid "Illegal Email Address: %(safeuser)s"
msgstr "Neplatná e-mailová adresa: %(safeuser)s"
-#: Mailman/Cgi/options.py:128 Mailman/Cgi/options.py:192
-#: Mailman/Cgi/options.py:214
+#: Mailman/Cgi/options.py:128 Mailman/Cgi/options.py:193
+#: Mailman/Cgi/options.py:215
msgid "No such member: %(safeuser)s."
msgstr "Neznámy účastník: %(safeuser)s."
@@ -2284,20 +2286,20 @@ msgstr ""
"Vaša žiadosť o odhlásenie bola preposlaná\n"
" správcovi konferencie na spracovanie."
-#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:197
+#: Mailman/Cgi/options.py:184 Mailman/Cgi/options.py:198
msgid "The confirmation email has been sent."
msgstr "Správa s potvrdením bola odoslaná."
-#: Mailman/Cgi/options.py:208 Mailman/Cgi/options.py:220
-#: Mailman/Cgi/options.py:277
+#: Mailman/Cgi/options.py:209 Mailman/Cgi/options.py:221
+#: Mailman/Cgi/options.py:278
msgid "A reminder of your password has been emailed to you."
msgstr "Správa s vašim heslom vám bola zaslaná."
-#: Mailman/Cgi/options.py:249
+#: Mailman/Cgi/options.py:250
msgid "Authentication failed."
msgstr "Autentifikácia zlyhala."
-#: Mailman/Cgi/options.py:284
+#: Mailman/Cgi/options.py:285
msgid ""
"The list administrator may not view the other\n"
" subscriptions for this user."
@@ -2305,24 +2307,24 @@ msgstr ""
"Správca konferencie nemôže vidieť ostatné\n"
" konferencie, do ktorých je účastník prihlásený."
-#: Mailman/Cgi/options.py:285 Mailman/Cgi/options.py:328
-#: Mailman/Cgi/options.py:456 Mailman/Cgi/options.py:672
+#: Mailman/Cgi/options.py:286 Mailman/Cgi/options.py:329
+#: Mailman/Cgi/options.py:457 Mailman/Cgi/options.py:673
msgid "Note: "
msgstr "Poznámka: "
-#: Mailman/Cgi/options.py:290
+#: Mailman/Cgi/options.py:291
msgid "List subscriptions for %(safeuser)s on %(hostname)s"
msgstr ""
"Zoznam konferencií, v ktorých je prihlásený používateľ %(safeuser)s na "
"serveri %(hostname)s"
-#: Mailman/Cgi/options.py:293
+#: Mailman/Cgi/options.py:294
msgid ""
"Click on a link to visit your options page for the\n"
" requested mailing list."
msgstr "Pre zobrazenie nastavení konferencie kliknite na jej názov."
-#: Mailman/Cgi/options.py:325
+#: Mailman/Cgi/options.py:326
msgid ""
"The list administrator may not change the names\n"
" or addresses for this user's other subscriptions. However, the\n"
@@ -2332,15 +2334,15 @@ msgstr ""
" tohto účastníka v iných konfernciách, v ktorých je prihlásený.\n"
" Údaje pre túto konferenciu boli zmenené."
-#: Mailman/Cgi/options.py:348
+#: Mailman/Cgi/options.py:349
msgid "Addresses did not match!"
msgstr "Adresy nesúhlasia!"
-#: Mailman/Cgi/options.py:353
+#: Mailman/Cgi/options.py:354
msgid "You are already using that email address"
msgstr "Túto e-mailoú adresu už používate"
-#: Mailman/Cgi/options.py:365
+#: Mailman/Cgi/options.py:366
msgid ""
"The new address you requested %(newaddr)s is already a member of the\n"
"%(listname)s mailing list, however you have also requested a global change "
@@ -2353,31 +2355,31 @@ msgstr ""
"budú po potvrdení zmenené adresy v ostatných konferenciách, kde je\n"
"účastník %(safeuser)s prihlásený."
-#: Mailman/Cgi/options.py:374
+#: Mailman/Cgi/options.py:375
msgid "The new address is already a member: %(newaddr)s"
msgstr "Nová adresa je v konferenci už prihlásená: %(newaddr)s"
-#: Mailman/Cgi/options.py:380
+#: Mailman/Cgi/options.py:381
msgid "Addresses may not be blank"
msgstr "Adresy nemôžu zostať prázdne"
-#: Mailman/Cgi/options.py:394
+#: Mailman/Cgi/options.py:395
msgid "A confirmation message has been sent to %(newaddr)s. "
msgstr "Správa s potvrdením bola zaslaná na adresu %(newaddr)s"
-#: Mailman/Cgi/options.py:403
+#: Mailman/Cgi/options.py:404
msgid "Bad email address provided"
msgstr "Chybná e-mailová adresa"
-#: Mailman/Cgi/options.py:405
+#: Mailman/Cgi/options.py:406
msgid "Illegal email address provided"
msgstr "Neplatná emailová adresa"
-#: Mailman/Cgi/options.py:407
+#: Mailman/Cgi/options.py:408
msgid "%(newaddr)s is already a member of the list."
msgstr "%(newaddr)s je už prihlásený v konferencii."
-#: Mailman/Cgi/options.py:410
+#: Mailman/Cgi/options.py:411
msgid ""
"%(newaddr)s is banned from this list. If you\n"
" think this restriction is erroneous, please contact\n"
@@ -2388,11 +2390,11 @@ msgstr ""
" že je to neprávom, kontaktujte správcu konferencie na adrese %(owneraddr)"
"s."
-#: Mailman/Cgi/options.py:421
+#: Mailman/Cgi/options.py:422
msgid "Member name successfully changed. "
msgstr "Meno bolo úspešne zmenené."
-#: Mailman/Cgi/options.py:431
+#: Mailman/Cgi/options.py:432
#, fuzzy
msgid ""
"The list administrator may not change the\n"
@@ -2401,15 +2403,15 @@ msgstr ""
"Správca konferencie nemôže vidieť ostatné\n"
" konferencie, do ktorých je účastník prihlásený."
-#: Mailman/Cgi/options.py:440
+#: Mailman/Cgi/options.py:441
msgid "Passwords may not be blank"
msgstr "Heslá nemôžu byť prázdné."
-#: Mailman/Cgi/options.py:445
+#: Mailman/Cgi/options.py:446
msgid "Passwords did not match!"
msgstr "Heslá nesúhlasia!"
-#: Mailman/Cgi/options.py:453
+#: Mailman/Cgi/options.py:454
msgid ""
"The list administrator may not change the\n"
" password for this user's other subscriptions. However, the\n"
@@ -2419,12 +2421,12 @@ msgstr ""
" v iných konferenciách. Heslo pre túto konferenciu\n"
" bolo zmenené."
-#: Mailman/Cgi/options.py:470 Mailman/Commands/cmd_password.py:83
+#: Mailman/Cgi/options.py:471 Mailman/Commands/cmd_password.py:83
#: Mailman/Commands/cmd_password.py:109
msgid "Password successfully changed."
msgstr "Heslo bolo úspešne zmenené."
-#: Mailman/Cgi/options.py:479
+#: Mailman/Cgi/options.py:480
msgid ""
"You must confirm your unsubscription request by turning\n"
" on the checkbox below the <em>Unsubscribe</em> button. You\n"
@@ -2434,11 +2436,11 @@ msgstr ""
" Zaškrtnite políčko pod tlačidlom <em>Odhlásiť</em>.\n"
" Momentálne ešte nie ste odhlásený!"
-#: Mailman/Cgi/options.py:511
+#: Mailman/Cgi/options.py:512
msgid "Unsubscription results"
msgstr "Výsledky odhlásenia"
-#: Mailman/Cgi/options.py:515
+#: Mailman/Cgi/options.py:516
msgid ""
"Your unsubscription request has been received and\n"
" forwarded on to the list moderators for approval. You will\n"
@@ -2449,7 +2451,7 @@ msgstr ""
"schválenie\n"
" O výsledku budete informovaný."
-#: Mailman/Cgi/options.py:520
+#: Mailman/Cgi/options.py:521
msgid ""
"You have been successfully unsubscribed from the\n"
" mailing list %(fqdn_listname)s. If you were receiving digest\n"
@@ -2465,7 +2467,7 @@ msgstr ""
" odhlásenia kontaktujte správcu konferencie na adrese:\n"
" %(owneraddr)s."
-#: Mailman/Cgi/options.py:669
+#: Mailman/Cgi/options.py:670
msgid ""
"The list administrator may not change the\n"
" options for this user's other subscriptions. However the\n"
@@ -2476,7 +2478,7 @@ msgstr ""
" v ostatných konferenciách. Nastavenia pre túto\n"
" konferenciu boli zmenené."
-#: Mailman/Cgi/options.py:679
+#: Mailman/Cgi/options.py:680
msgid ""
"The list administrator has disabled digest delivery for\n"
" this list, so your delivery option has not been set. However "
@@ -2488,7 +2490,7 @@ msgstr ""
" doručovania nebolo zmenené.\n"
" Zmeny ostatných nastavení boli akceptované."
-#: Mailman/Cgi/options.py:683
+#: Mailman/Cgi/options.py:684
msgid ""
"The list administrator has disabled non-digest delivery\n"
" for this list, so your delivery option has not been set. "
@@ -2499,63 +2501,63 @@ msgstr ""
" takže nastavenie formy doručovania nebolo zmenené. Zmeny\n"
" ostatných nastavení boli akceptované."
-#: Mailman/Cgi/options.py:687
+#: Mailman/Cgi/options.py:688
msgid "You have successfully set your options."
msgstr "Vaše nastavenia boli úspešne zmenené."
-#: Mailman/Cgi/options.py:690
+#: Mailman/Cgi/options.py:691
msgid "You may get one last digest."
msgstr "Ešte vám môže byť doručený jedna posledná súhrnná správa."
-#: Mailman/Cgi/options.py:762
+#: Mailman/Cgi/options.py:763
msgid "<em>Yes, I really want to unsubscribe</em>"
msgstr "<em>Áno, naozaj sa chcem odhlásiť</em>"
-#: Mailman/Cgi/options.py:766
+#: Mailman/Cgi/options.py:767
msgid "Change My Password"
msgstr "Zmeniť heslo"
-#: Mailman/Cgi/options.py:769
+#: Mailman/Cgi/options.py:770
msgid "List my other subscriptions"
msgstr "Zobraziť moje ďalšie konferencie."
-#: Mailman/Cgi/options.py:775
+#: Mailman/Cgi/options.py:776
msgid "Email My Password To Me"
msgstr "Zaslať heslo e-mailom"
-#: Mailman/Cgi/options.py:777
+#: Mailman/Cgi/options.py:778
msgid "password"
msgstr "heslo"
-#: Mailman/Cgi/options.py:779
+#: Mailman/Cgi/options.py:780
msgid "Log out"
msgstr "Odhlásiť"
-#: Mailman/Cgi/options.py:781
+#: Mailman/Cgi/options.py:782
msgid "Submit My Changes"
msgstr "Uskutočniť zmeny"
-#: Mailman/Cgi/options.py:793
+#: Mailman/Cgi/options.py:794
msgid "days"
msgstr "dni"
-#: Mailman/Cgi/options.py:795
+#: Mailman/Cgi/options.py:796
msgid "day"
msgstr "deň"
-#: Mailman/Cgi/options.py:796
+#: Mailman/Cgi/options.py:797
msgid "%(days)d %(units)s"
msgstr "%(days)d %(units)s"
-#: Mailman/Cgi/options.py:802
+#: Mailman/Cgi/options.py:803
msgid "Change My Address and Name"
msgstr "Zmeniť adresu a meno"
-#: Mailman/Cgi/options.py:828
+#: Mailman/Cgi/options.py:829
msgid "<em>No topics defined</em>"
msgstr "<em>Žiadne témy nie sú definované</em>"
-#: Mailman/Cgi/options.py:836
+#: Mailman/Cgi/options.py:837
msgid ""
"\n"
"You are subscribed to this list with the case-preserved address\n"
@@ -2567,19 +2569,19 @@ msgstr ""
"písmen\n"
"<em>%(cpuser)s</em>."
-#: Mailman/Cgi/options.py:850
+#: Mailman/Cgi/options.py:851
msgid "%(realname)s list: member options login page"
msgstr "Konferencia %(realname)s: prihlásenie účastníka pre úpravu nastavení"
-#: Mailman/Cgi/options.py:851
+#: Mailman/Cgi/options.py:852
msgid "email address and "
msgstr "e-mailová adresa a "
-#: Mailman/Cgi/options.py:854
+#: Mailman/Cgi/options.py:855
msgid "%(realname)s list: member options for user %(safeuser)s"
msgstr "Konferencia %(realname)s: používateľské nastavenia pre %(safeuser)s"
-#: Mailman/Cgi/options.py:880
+#: Mailman/Cgi/options.py:881
msgid ""
"In order to change your membership option, you must\n"
" first log in by giving your %(extra)smembership password in the section\n"
@@ -2607,19 +2609,19 @@ msgstr ""
" nebude uložená.\n"
" "
-#: Mailman/Cgi/options.py:894
+#: Mailman/Cgi/options.py:895
msgid "Email address:"
msgstr "E-mailová adresa:"
-#: Mailman/Cgi/options.py:898
+#: Mailman/Cgi/options.py:899
msgid "Password:"
msgstr "Heslo:"
-#: Mailman/Cgi/options.py:900
+#: Mailman/Cgi/options.py:901
msgid "Log in"
msgstr "Prihlásiť"
-#: Mailman/Cgi/options.py:908
+#: Mailman/Cgi/options.py:909
msgid ""
"By clicking on the <em>Unsubscribe</em> button, a\n"
" confirmation message will be emailed to you. This message will have a\n"
@@ -2632,38 +2634,38 @@ msgstr ""
" sa definitívne odhlásite. Alternatívne sa môžete odhlásiť aj pomocou\n"
" e-mailu (návod nájdete v potvrdzujúcom e-maili)."
-#: Mailman/Cgi/options.py:916
+#: Mailman/Cgi/options.py:917
msgid "Password reminder"
msgstr "Pripomienka hesla"
-#: Mailman/Cgi/options.py:920
+#: Mailman/Cgi/options.py:921
msgid ""
"By clicking on the <em>Remind</em> button, your\n"
" password will be emailed to you."
msgstr ""
"Kliknutím na tlačidlo <em>Poslať heslo</em> vám bude zaslané vaše heslo."
-#: Mailman/Cgi/options.py:923
+#: Mailman/Cgi/options.py:924
msgid "Remind"
msgstr "Poslať heslo"
-#: Mailman/Cgi/options.py:1023
+#: Mailman/Cgi/options.py:1024
msgid "<missing>"
msgstr "<chýba>"
-#: Mailman/Cgi/options.py:1034
+#: Mailman/Cgi/options.py:1035
msgid "Requested topic is not valid: %(topicname)s"
msgstr "Požadovaná téma neexistuje: %(topicname)s"
-#: Mailman/Cgi/options.py:1039
+#: Mailman/Cgi/options.py:1040
msgid "Topic filter details"
msgstr "Parametre filtra tém"
-#: Mailman/Cgi/options.py:1042
+#: Mailman/Cgi/options.py:1043
msgid "Name:"
msgstr "Meno:"
-#: Mailman/Cgi/options.py:1044
+#: Mailman/Cgi/options.py:1045
msgid "Pattern (as regexp):"
msgstr "Pravidlo (regulárny výraz):"
@@ -2722,8 +2724,9 @@ msgid "Permanently remove mailing list <em>%(realname)s</em>"
msgstr "Trvalo zmazať konferenciu <em>%(realname)s</em>"
#: Mailman/Cgi/rmlist.py:204
+#, fuzzy
msgid ""
-"This page allows you as the list owner, to permanent\n"
+"This page allows you as the list owner, to permanently\n"
" remove this mailing list from the system. <strong>This action is not\n"
" undoable</strong> so you should undertake it only if you are absolutely\n"
" sure this mailing list has served its purpose and is no longer "
@@ -5392,9 +5395,10 @@ msgstr ""
" type=\"hidden\" name=\"new_member_options\" value=\"ignore\">"
#: Mailman/Gui/General.py:346
+#, fuzzy
msgid ""
"When a new member is subscribed to this list, their initial\n"
-" set of options is taken from the this variable's setting."
+" set of options is taken from this variable's setting."
msgstr ""
"Keď sa do konferencie prihlási nový účastník,\n"
" východzie hodnoty jeho nastavení budú\n"
@@ -5549,18 +5553,18 @@ msgstr ""
#: Mailman/Gui/General.py:426
msgid ""
-"\"<a href=\"http://www.faqs.org/rfcs/rfc2822.html\">RFC\n"
+"<a href=\"http://www.faqs.org/rfcs/rfc2822.html\">RFC\n"
" 2822</a> defines the <tt>Sender</tt> header and defines it\n"
" as \"the mailbox of the agent responsible for the actual\n"
" transmission of the message.\" Mailman replaces this "
"header\n"
-" per default with the list's bounce address.\n"
+" by default with the list's bounce address.\n"
" \n"
" <p>While it is debatable if Mailman is such an agent, "
"setting\n"
" this header helps directing bounces from some broken MTAs "
"to\n"
-" the right destination. On the other hand do some mail\n"
+" the right destination. On the other hand, some mail\n"
" readers show unexpected behaviour if this header is set "
"(like\n"
" missing addresses in forwarded mails and copies sent to "
@@ -5796,6 +5800,7 @@ msgstr ""
" dôležité informácie o vplyve na rýchlosť doručovania. "
#: Mailman/Gui/NonDigest.py:61
+#, fuzzy
msgid ""
"Normally, Mailman sends the regular delivery messages to\n"
" the mail server in batches. This is much more efficent\n"
@@ -5828,7 +5833,7 @@ msgid ""
" address.\n"
"\n"
" <p>When personalization is enabled, a few more expansion\n"
-" variables that can be included in the <a\n"
+" variables can be included in the <a\n"
" href=\"?VARHELP=nondigest/msg_header\">message header</a> "
"and\n"
" <a href=\"?VARHELP=nondigest/msg_footer\">message footer</"
@@ -5951,11 +5956,12 @@ msgid "Scrub attachments of regular delivery message?"
msgstr "Vyňať prílohy z bežných (nie súhrných) správ?"
#: Mailman/Gui/NonDigest.py:142
+#, fuzzy
msgid ""
-"When you scrub attachments, they are stored in archive\n"
+"When you scrub attachments, they are stored in the archive\n"
" area and links are made in the message so that the member can\n"
-" access via web browser. If you want the attachments totally\n"
-" disappear, you can use content filter options."
+" access them via a web browser. If you want the attachments to\n"
+" totally disappear, you can use content filtering options."
msgstr ""
"Ak vyjmete prílohy, budú uložené do archívu\n"
" a do správ budú vložené odkazy umožňujúce používateľom ich\n"
@@ -7450,7 +7456,7 @@ msgstr "Zobraziť zoznam účastníkov"
msgid "Once a month, your password will be emailed to you as a reminder."
msgstr "Raz mesačne Vám bude pripomenuté heslo e-mailom."
-#: Mailman/HTMLFormatter.py:393
+#: Mailman/HTMLFormatter.py:394
msgid "The current archive"
msgstr "Aktuálny archív"
@@ -8047,83 +8053,83 @@ msgstr "Python Powered"
msgid "Gnu's Not Unix"
msgstr "GNU Nie je Unix"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Mon"
msgstr "Pon"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Thu"
msgstr "Št"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Tue"
msgstr "Ut"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Wed"
msgstr "St"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Fri"
msgstr "Pia"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Sat"
msgstr "So"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Sun"
msgstr "Ne"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Apr"
msgstr "Apr"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Feb"
msgstr "Feb"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Jan"
msgstr "Jan"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Jun"
msgstr "Jún"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Mar"
msgstr "Mar"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Aug"
msgstr "Aug"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Dec"
msgstr "Dec"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Jul"
msgstr "Júl"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Nov"
msgstr "Nov"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Oct"
msgstr "Okt"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Sep"
msgstr "Sep"
-#: Mailman/i18n.py:107
+#: Mailman/i18n.py:111
msgid "Server Local Time"
msgstr "Miestny čas servera"
-#: Mailman/i18n.py:146
+#: Mailman/i18n.py:150
msgid ""
"%(wday)s %(mon)s %(day)2i %(hh)02i:%(mm)02i:%(ss)02i %(tzname)s %(year)04i"
msgstr ""
diff --git a/messages/sl/LC_MESSAGES/mailman.po b/messages/sl/LC_MESSAGES/mailman.po
index 6e2c1111..d54ea163 100644
--- a/messages/sl/LC_MESSAGES/mailman.po
+++ b/messages/sl/LC_MESSAGES/mailman.po
@@ -10,7 +10,7 @@
msgid ""
msgstr ""
"Project-Id-Version: mailman_new_popr\n"
-"POT-Creation-Date: Tue Jul 27 08:05:43 2010\n"
+"POT-Creation-Date: Fri Sep 10 10:50:49 2010\n"
"PO-Revision-Date: 2003-09-30 11:18+0200\n"
"Last-Translator: Urska Colner <urska.colner@agenda.si>\n"
"Language-Team: Slovenina <sl@li.org>\n"
@@ -111,7 +111,7 @@ msgid "June"
msgstr "Junij"
# Mailman/Cgi/options.py:563
-#: Mailman/Archiver/HyperArch.py:923 Mailman/i18n.py:103
+#: Mailman/Archiver/HyperArch.py:923 Mailman/i18n.py:107
msgid "May"
msgstr "Maj"
@@ -324,10 +324,12 @@ msgstr ""
# Mailman/Cgi/admin.py:179
#: Mailman/Cgi/admin.py:194
+#, fuzzy
msgid ""
"You have regular list members but non-digestified mail is\n"
-" turned off. They will receive mail until you fix this\n"
-" problem."
+" turned off. They will receive non-digestified mail until "
+"you\n"
+" fix this problem."
msgstr ""
"Na seznamu so lani, ki elijo prejemati posamezna sporoila, vendar je \n"
" ta nain prejemanja onemogoen. Ti lani ne bodo prejemali\n"
@@ -597,7 +599,7 @@ msgid "Regexp:"
msgstr "Regularni izraz:"
# Mailman/Cgi/admin.py:652 Mailman/Cgi/options.py:799
-#: Mailman/Cgi/admin.py:709 Mailman/Cgi/options.py:1046
+#: Mailman/Cgi/admin.py:709 Mailman/Cgi/options.py:1047
msgid "Description:"
msgstr "Opis:"
@@ -1846,8 +1848,8 @@ msgstr ""
# Mailman/Cgi/confirm.py:388 Mailman/Cgi/options.py:530
# Mailman/Cgi/options.py:665 Mailman/Cgi/options.py:675
-#: Mailman/Cgi/confirm.py:491 Mailman/Cgi/options.py:760
-#: Mailman/Cgi/options.py:904 Mailman/Cgi/options.py:914
+#: Mailman/Cgi/confirm.py:491 Mailman/Cgi/options.py:761
+#: Mailman/Cgi/options.py:905 Mailman/Cgi/options.py:915
msgid "Unsubscribe"
msgstr "Odjavi"
@@ -2607,7 +2609,7 @@ msgid "Edit Options"
msgstr "Uredi monosti"
# Mailman/Cgi/listinfo.py:183 Mailman/Cgi/roster.py:109
-#: Mailman/Cgi/listinfo.py:201 Mailman/Cgi/options.py:869
+#: Mailman/Cgi/listinfo.py:201 Mailman/Cgi/options.py:870
#: Mailman/Cgi/roster.py:118
msgid "View this page in"
msgstr "Pokai to stran v"
@@ -2633,8 +2635,8 @@ msgid "Illegal Email Address: %(safeuser)s"
msgstr "Neveljavni e-potni naslov: %(safeuser)s"
# Mailman/Cgi/options.py:93
-#: Mailman/Cgi/options.py:128 Mailman/Cgi/options.py:192
-#: Mailman/Cgi/options.py:214
+#: Mailman/Cgi/options.py:128 Mailman/Cgi/options.py:193
+#: Mailman/Cgi/options.py:215
msgid "No such member: %(safeuser)s."
msgstr "lan ne obstaja: %(safeuser)s."
@@ -2648,39 +2650,39 @@ msgstr ""
"za obdelavo."
# Mailman/Cgi/options.py:133
-#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:197
+#: Mailman/Cgi/options.py:184 Mailman/Cgi/options.py:198
msgid "The confirmation email has been sent."
msgstr "Potrditveno sporoilo je bilo poslano."
# Mailman/Cgi/options.py:144 Mailman/Cgi/options.py:181
-#: Mailman/Cgi/options.py:208 Mailman/Cgi/options.py:220
-#: Mailman/Cgi/options.py:277
+#: Mailman/Cgi/options.py:209 Mailman/Cgi/options.py:221
+#: Mailman/Cgi/options.py:278
msgid "A reminder of your password has been emailed to you."
msgstr "Opomnik z vaim geslom je bil poslan na va naslov."
# Mailman/Cgi/options.py:161
-#: Mailman/Cgi/options.py:249
+#: Mailman/Cgi/options.py:250
msgid "Authentication failed."
msgstr "Avtentikacija ni uspela."
-#: Mailman/Cgi/options.py:284
+#: Mailman/Cgi/options.py:285
msgid ""
"The list administrator may not view the other\n"
" subscriptions for this user."
msgstr ""
-#: Mailman/Cgi/options.py:285 Mailman/Cgi/options.py:328
-#: Mailman/Cgi/options.py:456 Mailman/Cgi/options.py:672
+#: Mailman/Cgi/options.py:286 Mailman/Cgi/options.py:329
+#: Mailman/Cgi/options.py:457 Mailman/Cgi/options.py:673
msgid "Note: "
msgstr ""
# Mailman/Cgi/options.py:187
-#: Mailman/Cgi/options.py:290
+#: Mailman/Cgi/options.py:291
msgid "List subscriptions for %(safeuser)s on %(hostname)s"
msgstr "Vsa lanstva uporabnika %(safeuser)s na %(hostname)s"
# Mailman/Cgi/options.py:190
-#: Mailman/Cgi/options.py:293
+#: Mailman/Cgi/options.py:294
msgid ""
"Click on a link to visit your options page for the\n"
" requested mailing list."
@@ -2688,7 +2690,7 @@ msgstr ""
"Kliknite na povezavo, da odprete stran z monostmi\n"
" za eleni potni seznam."
-#: Mailman/Cgi/options.py:325
+#: Mailman/Cgi/options.py:326
msgid ""
"The list administrator may not change the names\n"
" or addresses for this user's other subscriptions. However, the\n"
@@ -2696,16 +2698,16 @@ msgid ""
msgstr ""
# Mailman/Cgi/options.py:231
-#: Mailman/Cgi/options.py:348
+#: Mailman/Cgi/options.py:349
msgid "Addresses did not match!"
msgstr "Naslovi se ne ujemajo!"
# Mailman/Cgi/options.py:236
-#: Mailman/Cgi/options.py:353
+#: Mailman/Cgi/options.py:354
msgid "You are already using that email address"
msgstr "Ta e-potni naslov je e uporabljen."
-#: Mailman/Cgi/options.py:365
+#: Mailman/Cgi/options.py:366
msgid ""
"The new address you requested %(newaddr)s is already a member of the\n"
"%(listname)s mailing list, however you have also requested a global change "
@@ -2719,36 +2721,36 @@ msgstr ""
"naslov %(safeuser)s. "
# Mailman/Cgi/admindb.py:364
-#: Mailman/Cgi/options.py:374
+#: Mailman/Cgi/options.py:375
msgid "The new address is already a member: %(newaddr)s"
msgstr "Novi naslov je e uprabljen: %(newaddr)s"
# Mailman/Cgi/options.py:242
-#: Mailman/Cgi/options.py:380
+#: Mailman/Cgi/options.py:381
msgid "Addresses may not be blank"
msgstr "Naslovi ne smejo biti prazni"
# Mailman/Cgi/options.py:258
-#: Mailman/Cgi/options.py:394
+#: Mailman/Cgi/options.py:395
msgid "A confirmation message has been sent to %(newaddr)s. "
msgstr "Na naslov %(newaddr)s je bilo poslano potrditveno sporoilo. "
# Mailman/Cgi/options.py:267
-#: Mailman/Cgi/options.py:403
+#: Mailman/Cgi/options.py:404
msgid "Bad email address provided"
msgstr "Navedli ste neveljaven e-potni naslov"
# Mailman/Cgi/options.py:269
-#: Mailman/Cgi/options.py:405
+#: Mailman/Cgi/options.py:406
msgid "Illegal email address provided"
msgstr "Navedli ste nedovoljen e-potni naslov"
# Mailman/Cgi/options.py:271
-#: Mailman/Cgi/options.py:407
+#: Mailman/Cgi/options.py:408
msgid "%(newaddr)s is already a member of the list."
msgstr "%(newaddr)s je e lan tega seznama."
-#: Mailman/Cgi/options.py:410
+#: Mailman/Cgi/options.py:411
#, fuzzy
msgid ""
"%(newaddr)s is banned from this list. If you\n"
@@ -2760,12 +2762,12 @@ msgstr ""
"na naslov %(listowner)s."
# Mailman/Cgi/options.py:280
-#: Mailman/Cgi/options.py:421
+#: Mailman/Cgi/options.py:422
msgid "Member name successfully changed. "
msgstr "Ime lana je bilo uspeno spremenjeno. "
# Mailman/Cgi/options.py:462
-#: Mailman/Cgi/options.py:431
+#: Mailman/Cgi/options.py:432
#, fuzzy
msgid ""
"The list administrator may not change the\n"
@@ -2777,17 +2779,17 @@ msgstr ""
"spremenjene."
# Mailman/Cgi/options.py:291
-#: Mailman/Cgi/options.py:440
+#: Mailman/Cgi/options.py:441
msgid "Passwords may not be blank"
msgstr "Gesla ne smejo biti prazna"
# Mailman/Cgi/options.py:296
-#: Mailman/Cgi/options.py:445
+#: Mailman/Cgi/options.py:446
msgid "Passwords did not match!"
msgstr "Gesli se ne ujemata!"
# Mailman/Cgi/options.py:462
-#: Mailman/Cgi/options.py:453
+#: Mailman/Cgi/options.py:454
#, fuzzy
msgid ""
"The list administrator may not change the\n"
@@ -2800,13 +2802,13 @@ msgstr ""
"spremenjene."
# Mailman/Cgi/options.py:312
-#: Mailman/Cgi/options.py:470 Mailman/Commands/cmd_password.py:83
+#: Mailman/Cgi/options.py:471 Mailman/Commands/cmd_password.py:83
#: Mailman/Commands/cmd_password.py:109
msgid "Password successfully changed."
msgstr "Geslo je bilo uspeno spremenjeno."
# Mailman/Cgi/options.py:321
-#: Mailman/Cgi/options.py:479
+#: Mailman/Cgi/options.py:480
msgid ""
"You must confirm your unsubscription request by turning\n"
" on the checkbox below the <em>Unsubscribe</em> button. You\n"
@@ -2817,11 +2819,11 @@ msgstr ""
" e odjavljeni!"
# Mailman/Cgi/options.py:349
-#: Mailman/Cgi/options.py:511
+#: Mailman/Cgi/options.py:512
msgid "Unsubscription results"
msgstr "Rezultati odjave"
-#: Mailman/Cgi/options.py:515
+#: Mailman/Cgi/options.py:516
msgid ""
"Your unsubscription request has been received and\n"
" forwarded on to the list moderators for approval. You will\n"
@@ -2833,7 +2835,7 @@ msgstr ""
" boste po e-poti prejeli obvestilo."
# Mailman/Cgi/options.py:352
-#: Mailman/Cgi/options.py:520
+#: Mailman/Cgi/options.py:521
msgid ""
"You have been successfully unsubscribed from the\n"
" mailing list %(fqdn_listname)s. If you were receiving digest\n"
@@ -2848,7 +2850,7 @@ msgstr ""
" odjavi, se obrnite na lastnike seznama na naslov\n"
" %(owneraddr)s."
-#: Mailman/Cgi/options.py:669
+#: Mailman/Cgi/options.py:670
msgid ""
"The list administrator may not change the\n"
" options for this user's other subscriptions. However the\n"
@@ -2857,7 +2859,7 @@ msgid ""
msgstr ""
# Mailman/Cgi/options.py:458
-#: Mailman/Cgi/options.py:679
+#: Mailman/Cgi/options.py:680
msgid ""
"The list administrator has disabled digest delivery for\n"
" this list, so your delivery option has not been set. However "
@@ -2869,7 +2871,7 @@ msgstr ""
" nastavljena, ostale monosti pa so uspeno spremenjene."
# Mailman/Cgi/options.py:462
-#: Mailman/Cgi/options.py:683
+#: Mailman/Cgi/options.py:684
msgid ""
"The list administrator has disabled non-digest delivery\n"
" for this list, so your delivery option has not been set. "
@@ -2882,77 +2884,77 @@ msgstr ""
"spremenjene."
# Mailman/Cgi/options.py:466
-#: Mailman/Cgi/options.py:687
+#: Mailman/Cgi/options.py:688
msgid "You have successfully set your options."
msgstr "Uspeno ste nastavili monosti."
# Mailman/Cgi/options.py:469
-#: Mailman/Cgi/options.py:690
+#: Mailman/Cgi/options.py:691
msgid "You may get one last digest."
msgstr "Prejeli boste e zadnji izvleek."
# Mailman/Cgi/options.py:532
-#: Mailman/Cgi/options.py:762
+#: Mailman/Cgi/options.py:763
msgid "<em>Yes, I really want to unsubscribe</em>"
msgstr "<em>Da, resnino se elim odjaviti</em>"
# Mailman/Cgi/options.py:536
-#: Mailman/Cgi/options.py:766
+#: Mailman/Cgi/options.py:767
msgid "Change My Password"
msgstr "Spremeni moje geslo"
# Mailman/Cgi/options.py:539
-#: Mailman/Cgi/options.py:769
+#: Mailman/Cgi/options.py:770
msgid "List my other subscriptions"
msgstr "Prikai moje ostale prijave"
# Mailman/Cgi/options.py:545
-#: Mailman/Cgi/options.py:775
+#: Mailman/Cgi/options.py:776
msgid "Email My Password To Me"
msgstr "Polji sporoilo z mojim geslom"
# Mailman/Cgi/options.py:547
-#: Mailman/Cgi/options.py:777
+#: Mailman/Cgi/options.py:778
msgid "password"
msgstr "geslo"
# Mailman/Cgi/options.py:549
-#: Mailman/Cgi/options.py:779
+#: Mailman/Cgi/options.py:780
msgid "Log out"
msgstr "Odjava"
# Mailman/Cgi/options.py:551
-#: Mailman/Cgi/options.py:781
+#: Mailman/Cgi/options.py:782
msgid "Submit My Changes"
msgstr "Polji moje spremembe"
# Mailman/Cgi/options.py:561
-#: Mailman/Cgi/options.py:793
+#: Mailman/Cgi/options.py:794
msgid "days"
msgstr "dni"
# Mailman/Cgi/options.py:563
-#: Mailman/Cgi/options.py:795
+#: Mailman/Cgi/options.py:796
msgid "day"
msgstr "dan"
# Mailman/Cgi/options.py:564
-#: Mailman/Cgi/options.py:796
+#: Mailman/Cgi/options.py:797
msgid "%(days)d %(units)s"
msgstr "%(days)d %(units)s"
# Mailman/Cgi/options.py:570
-#: Mailman/Cgi/options.py:802
+#: Mailman/Cgi/options.py:803
msgid "Change My Address and Name"
msgstr "Spremeni moj naslov in ime"
# Mailman/Cgi/options.py:598
-#: Mailman/Cgi/options.py:828
+#: Mailman/Cgi/options.py:829
msgid "<em>No topics defined</em>"
msgstr "<em>Ni definiranih tem</em>"
# Mailman/Cgi/options.py:606
-#: Mailman/Cgi/options.py:836
+#: Mailman/Cgi/options.py:837
msgid ""
"\n"
"You are subscribed to this list with the case-preserved address\n"
@@ -2963,22 +2965,22 @@ msgstr ""
"<em>%(cpuser)s</em>."
# Mailman/Cgi/options.py:619
-#: Mailman/Cgi/options.py:850
+#: Mailman/Cgi/options.py:851
msgid "%(realname)s list: member options login page"
msgstr "Seznam %(realname)s: stran za prijavo v uporabnike monosti"
# Mailman/Cgi/options.py:621
-#: Mailman/Cgi/options.py:851
+#: Mailman/Cgi/options.py:852
msgid "email address and "
msgstr "e-potni naslov in "
# Mailman/Cgi/options.py:623
-#: Mailman/Cgi/options.py:854
+#: Mailman/Cgi/options.py:855
msgid "%(realname)s list: member options for user %(safeuser)s"
msgstr "Seznam %(realname)s: monosti lanstva za uporabnika %(safeuser)s"
# Mailman/Cgi/options.py:636
-#: Mailman/Cgi/options.py:880
+#: Mailman/Cgi/options.py:881
msgid ""
"In order to change your membership option, you must\n"
" first log in by giving your %(extra)smembership password in the section\n"
@@ -3009,22 +3011,22 @@ msgstr ""
" "
# Mailman/Cgi/options.py:656
-#: Mailman/Cgi/options.py:894
+#: Mailman/Cgi/options.py:895
msgid "Email address:"
msgstr "E-potni naslov:"
# Mailman/Cgi/confirm.py:203 Mailman/Cgi/options.py:658
-#: Mailman/Cgi/options.py:898
+#: Mailman/Cgi/options.py:899
msgid "Password:"
msgstr "Geslo:"
# Mailman/Cgi/options.py:660
-#: Mailman/Cgi/options.py:900
+#: Mailman/Cgi/options.py:901
msgid "Log in"
msgstr "Prijava"
# Mailman/Cgi/options.py:669
-#: Mailman/Cgi/options.py:908
+#: Mailman/Cgi/options.py:909
msgid ""
"By clicking on the <em>Unsubscribe</em> button, a\n"
" confirmation message will be emailed to you. This message will have a\n"
@@ -3039,12 +3041,12 @@ msgstr ""
" sporoilu)."
# Mailman/Cgi/options.py:679
-#: Mailman/Cgi/options.py:916
+#: Mailman/Cgi/options.py:917
msgid "Password reminder"
msgstr "Opomnik za geslo"
# Mailman/Cgi/options.py:683
-#: Mailman/Cgi/options.py:920
+#: Mailman/Cgi/options.py:921
msgid ""
"By clicking on the <em>Remind</em> button, your\n"
" password will be emailed to you."
@@ -3053,32 +3055,32 @@ msgstr ""
" e-poti prejeli sporoilo z vaim geslom."
# Mailman/Cgi/options.py:686
-#: Mailman/Cgi/options.py:923
+#: Mailman/Cgi/options.py:924
msgid "Remind"
msgstr "Opomni"
# Mailman/Cgi/options.py:776
-#: Mailman/Cgi/options.py:1023
+#: Mailman/Cgi/options.py:1024
msgid "<missing>"
msgstr "<missing>"
# Mailman/Cgi/options.py:787
-#: Mailman/Cgi/options.py:1034
+#: Mailman/Cgi/options.py:1035
msgid "Requested topic is not valid: %(topicname)s"
msgstr "Zahtevana tema ni veljavna: %(topicname)s"
# Mailman/Cgi/options.py:792
-#: Mailman/Cgi/options.py:1039
+#: Mailman/Cgi/options.py:1040
msgid "Topic filter details"
msgstr "Podrobnosti tematskega filtra"
# Mailman/Cgi/options.py:795
-#: Mailman/Cgi/options.py:1042
+#: Mailman/Cgi/options.py:1043
msgid "Name:"
msgstr "Ime:"
# Mailman/Cgi/options.py:797
-#: Mailman/Cgi/options.py:1044
+#: Mailman/Cgi/options.py:1045
msgid "Pattern (as regexp):"
msgstr "Vzorec (kot regexp):"
@@ -3148,8 +3150,9 @@ msgstr "Trajno odstrani potni seznam <em>%(realname)s</em>"
# Mailman/Cgi/rmlist.py:186
#: Mailman/Cgi/rmlist.py:204
+#, fuzzy
msgid ""
-"This page allows you as the list owner, to permanent\n"
+"This page allows you as the list owner, to permanently\n"
" remove this mailing list from the system. <strong>This action is not\n"
" undoable</strong> so you should undertake it only if you are absolutely\n"
" sure this mailing list has served its purpose and is no longer "
@@ -6048,9 +6051,10 @@ msgstr ""
" type=\"hidden\" name=\"new_member_options\" value=\"ignore\">"
#: Mailman/Gui/General.py:346
+#, fuzzy
msgid ""
"When a new member is subscribed to this list, their initial\n"
-" set of options is taken from the this variable's setting."
+" set of options is taken from this variable's setting."
msgstr ""
"Ko se na seznam prijavi nov lan, bodo njihove privzete\n"
" monosti odvisne od nastavitve te spremenljivke."
@@ -6222,18 +6226,18 @@ msgstr ""
#: Mailman/Gui/General.py:426
msgid ""
-"\"<a href=\"http://www.faqs.org/rfcs/rfc2822.html\">RFC\n"
+"<a href=\"http://www.faqs.org/rfcs/rfc2822.html\">RFC\n"
" 2822</a> defines the <tt>Sender</tt> header and defines it\n"
" as \"the mailbox of the agent responsible for the actual\n"
" transmission of the message.\" Mailman replaces this "
"header\n"
-" per default with the list's bounce address.\n"
+" by default with the list's bounce address.\n"
" \n"
" <p>While it is debatable if Mailman is such an agent, "
"setting\n"
" this header helps directing bounces from some broken MTAs "
"to\n"
-" the right destination. On the other hand do some mail\n"
+" the right destination. On the other hand, some mail\n"
" readers show unexpected behaviour if this header is set "
"(like\n"
" missing addresses in forwarded mails and copies sent to "
@@ -6481,6 +6485,7 @@ msgstr ""
"monosti."
#: Mailman/Gui/NonDigest.py:61
+#, fuzzy
msgid ""
"Normally, Mailman sends the regular delivery messages to\n"
" the mail server in batches. This is much more efficent\n"
@@ -6513,7 +6518,7 @@ msgid ""
" address.\n"
"\n"
" <p>When personalization is enabled, a few more expansion\n"
-" variables that can be included in the <a\n"
+" variables can be included in the <a\n"
" href=\"?VARHELP=nondigest/msg_header\">message header</a> "
"and\n"
" <a href=\"?VARHELP=nondigest/msg_footer\">message footer</"
@@ -6649,10 +6654,10 @@ msgstr ""
#: Mailman/Gui/NonDigest.py:142
msgid ""
-"When you scrub attachments, they are stored in archive\n"
+"When you scrub attachments, they are stored in the archive\n"
" area and links are made in the message so that the member can\n"
-" access via web browser. If you want the attachments totally\n"
-" disappear, you can use content filter options."
+" access them via a web browser. If you want the attachments to\n"
+" totally disappear, you can use content filtering options."
msgstr ""
# Mailman/MailCommandHandler.py:444
@@ -8260,7 +8265,7 @@ msgid "Once a month, your password will be emailed to you as a reminder."
msgstr "Enkrat meseno vam bo geslo poslano v obliki opomnika."
# Mailman/HTMLFormatter.py:358
-#: Mailman/HTMLFormatter.py:393
+#: Mailman/HTMLFormatter.py:394
msgid "The current archive"
msgstr "Trenutni arhiv"
@@ -8931,64 +8936,64 @@ msgstr "Gnu's Not Unix (Gnu, ne Unix)"
# Mailman/Gui/Privacy.py:111 Mailman/Gui/Privacy.py:114
# Mailman/Gui/Privacy.py:147 Mailman/Gui/Privacy.py:221
# Mailman/Gui/Usenet.py:43 Mailman/Gui/Usenet.py:47 Mailman/Gui/Usenet.py:51
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Mon"
msgstr "Pon"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Thu"
msgstr "et"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Tue"
msgstr "Tor"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Wed"
msgstr "Sre"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Fri"
msgstr "Pet"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Sat"
msgstr "Sob"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Sun"
msgstr "Ned"
# Mailman/Cgi/admindb.py:181 Mailman/Cgi/admindb.py:280
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Apr"
msgstr "Apr"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Feb"
msgstr "Feb"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Jan"
msgstr "Jan"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Jun"
msgstr "Jun"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Mar"
msgstr "Mar"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Aug"
msgstr "Avg"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Dec"
msgstr "Dec"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Jul"
msgstr "Jul"
@@ -9006,23 +9011,23 @@ msgstr "Jul"
# Mailman/Gui/Privacy.py:111 Mailman/Gui/Privacy.py:114
# Mailman/Gui/Privacy.py:147 Mailman/Gui/Privacy.py:221
# Mailman/Gui/Usenet.py:43 Mailman/Gui/Usenet.py:47 Mailman/Gui/Usenet.py:51
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Nov"
msgstr "Nov"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Oct"
msgstr "Okt"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Sep"
msgstr "Sep"
-#: Mailman/i18n.py:107
+#: Mailman/i18n.py:111
msgid "Server Local Time"
msgstr "Lokalni as strenika"
-#: Mailman/i18n.py:146
+#: Mailman/i18n.py:150
msgid ""
"%(wday)s %(mon)s %(day)2i %(hh)02i:%(mm)02i:%(ss)02i %(tzname)s %(year)04i"
msgstr ""
diff --git a/messages/sr/LC_MESSAGES/mailman.po b/messages/sr/LC_MESSAGES/mailman.po
index 0c3d3ed1..3952a3a7 100644
--- a/messages/sr/LC_MESSAGES/mailman.po
+++ b/messages/sr/LC_MESSAGES/mailman.po
@@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Mailman 2.1\n"
-"POT-Creation-Date: Tue Jul 27 08:05:43 2010\n"
+"POT-Creation-Date: Fri Sep 10 10:50:49 2010\n"
"PO-Revision-Date: 2003-07-02 14:50+0100\n"
"Last-Translator: Bojan Suzic <bojans@teol.net>\n"
"Language-Team: Trust-b [Serbian] <kontakt@trust-b.com>\n"
@@ -99,7 +99,7 @@ msgstr "Јули"
msgid "June"
msgstr "Јун"
-#: Mailman/Archiver/HyperArch.py:923 Mailman/i18n.py:103
+#: Mailman/Archiver/HyperArch.py:923 Mailman/i18n.py:107
msgid "May"
msgstr "Мај"
@@ -282,10 +282,12 @@ msgstr ""
"Дати чланови неће примати пошту."
#: Mailman/Cgi/admin.py:194
+#, fuzzy
msgid ""
"You have regular list members but non-digestified mail is\n"
-" turned off. They will receive mail until you fix this\n"
-" problem."
+" turned off. They will receive non-digestified mail until "
+"you\n"
+" fix this problem."
msgstr ""
"Имате стандардне чланове листе али слање порука \n"
"по приспећу је искључено. Они неће добијати пошту \n"
@@ -517,7 +519,7 @@ msgstr "Назив теме: "
msgid "Regexp:"
msgstr "Regexp:"
-#: Mailman/Cgi/admin.py:709 Mailman/Cgi/options.py:1046
+#: Mailman/Cgi/admin.py:709 Mailman/Cgi/options.py:1047
msgid "Description:"
msgstr "Опис: "
@@ -1516,8 +1518,8 @@ msgid ""
" request."
msgstr ""
-#: Mailman/Cgi/confirm.py:491 Mailman/Cgi/options.py:760
-#: Mailman/Cgi/options.py:904 Mailman/Cgi/options.py:914
+#: Mailman/Cgi/confirm.py:491 Mailman/Cgi/options.py:761
+#: Mailman/Cgi/options.py:905 Mailman/Cgi/options.py:915
msgid "Unsubscribe"
msgstr "Исписивање"
@@ -2088,7 +2090,7 @@ msgstr ""
msgid "Edit Options"
msgstr "Уређивање опција"
-#: Mailman/Cgi/listinfo.py:201 Mailman/Cgi/options.py:869
+#: Mailman/Cgi/listinfo.py:201 Mailman/Cgi/options.py:870
#: Mailman/Cgi/roster.py:118
msgid "View this page in"
msgstr "Читајте ову страницу на:"
@@ -2110,8 +2112,8 @@ msgstr "Није дата адреса."
msgid "Illegal Email Address: %(safeuser)s"
msgstr "Лоша е-адреса: %(member)s"
-#: Mailman/Cgi/options.py:128 Mailman/Cgi/options.py:192
-#: Mailman/Cgi/options.py:214
+#: Mailman/Cgi/options.py:128 Mailman/Cgi/options.py:193
+#: Mailman/Cgi/options.py:215
msgid "No such member: %(safeuser)s."
msgstr "Нема корисника %(safeuser)s."
@@ -2121,56 +2123,56 @@ msgid ""
" forwarded to the list administrator for approval."
msgstr ""
-#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:197
+#: Mailman/Cgi/options.py:184 Mailman/Cgi/options.py:198
msgid "The confirmation email has been sent."
msgstr "Ел. пошта са потврдом је послана."
-#: Mailman/Cgi/options.py:208 Mailman/Cgi/options.py:220
-#: Mailman/Cgi/options.py:277
+#: Mailman/Cgi/options.py:209 Mailman/Cgi/options.py:221
+#: Mailman/Cgi/options.py:278
msgid "A reminder of your password has been emailed to you."
msgstr "Порука са вашом лозинком вам је послана."
-#: Mailman/Cgi/options.py:249
+#: Mailman/Cgi/options.py:250
msgid "Authentication failed."
msgstr "Пријављивање није успјело."
-#: Mailman/Cgi/options.py:284
+#: Mailman/Cgi/options.py:285
msgid ""
"The list administrator may not view the other\n"
" subscriptions for this user."
msgstr ""
-#: Mailman/Cgi/options.py:285 Mailman/Cgi/options.py:328
-#: Mailman/Cgi/options.py:456 Mailman/Cgi/options.py:672
+#: Mailman/Cgi/options.py:286 Mailman/Cgi/options.py:329
+#: Mailman/Cgi/options.py:457 Mailman/Cgi/options.py:673
msgid "Note: "
msgstr ""
-#: Mailman/Cgi/options.py:290
+#: Mailman/Cgi/options.py:291
msgid "List subscriptions for %(safeuser)s on %(hostname)s"
msgstr ""
-#: Mailman/Cgi/options.py:293
+#: Mailman/Cgi/options.py:294
msgid ""
"Click on a link to visit your options page for the\n"
" requested mailing list."
msgstr ""
-#: Mailman/Cgi/options.py:325
+#: Mailman/Cgi/options.py:326
msgid ""
"The list administrator may not change the names\n"
" or addresses for this user's other subscriptions. However, the\n"
" subscription for this mailing list has been changed."
msgstr ""
-#: Mailman/Cgi/options.py:348
+#: Mailman/Cgi/options.py:349
msgid "Addresses did not match!"
msgstr "Адресе се не слажу!"
-#: Mailman/Cgi/options.py:353
+#: Mailman/Cgi/options.py:354
msgid "You are already using that email address"
msgstr "Већ користите ту е-адресу"
-#: Mailman/Cgi/options.py:365
+#: Mailman/Cgi/options.py:366
msgid ""
"The new address you requested %(newaddr)s is already a member of the\n"
"%(listname)s mailing list, however you have also requested a global change "
@@ -2179,79 +2181,79 @@ msgid ""
"%(safeuser)s will be changed. "
msgstr ""
-#: Mailman/Cgi/options.py:374
+#: Mailman/Cgi/options.py:375
msgid "The new address is already a member: %(newaddr)s"
msgstr ""
-#: Mailman/Cgi/options.py:380
+#: Mailman/Cgi/options.py:381
msgid "Addresses may not be blank"
msgstr "Адресе не могу бити празне"
-#: Mailman/Cgi/options.py:394
+#: Mailman/Cgi/options.py:395
msgid "A confirmation message has been sent to %(newaddr)s. "
msgstr "Порука за потврду је послана на %(newaddr)s. "
-#: Mailman/Cgi/options.py:403
+#: Mailman/Cgi/options.py:404
msgid "Bad email address provided"
msgstr "Унесена је погрешна/неисправна е-адреса"
-#: Mailman/Cgi/options.py:405
+#: Mailman/Cgi/options.py:406
msgid "Illegal email address provided"
msgstr "Унесена је недозвољена адреса"
-#: Mailman/Cgi/options.py:407
+#: Mailman/Cgi/options.py:408
msgid "%(newaddr)s is already a member of the list."
msgstr "%(newaddr)s већ је члан листе."
-#: Mailman/Cgi/options.py:410
+#: Mailman/Cgi/options.py:411
msgid ""
"%(newaddr)s is banned from this list. If you\n"
" think this restriction is erroneous, please contact\n"
" the list owners at %(owneraddr)s."
msgstr ""
-#: Mailman/Cgi/options.py:421
+#: Mailman/Cgi/options.py:422
msgid "Member name successfully changed. "
msgstr "Име члана је успјешно промјењено."
-#: Mailman/Cgi/options.py:431
+#: Mailman/Cgi/options.py:432
msgid ""
"The list administrator may not change the\n"
" password for a user."
msgstr ""
-#: Mailman/Cgi/options.py:440
+#: Mailman/Cgi/options.py:441
msgid "Passwords may not be blank"
msgstr "Лозинке не могу да буду празне"
-#: Mailman/Cgi/options.py:445
+#: Mailman/Cgi/options.py:446
msgid "Passwords did not match!"
msgstr "Лозинке се не слажу!"
-#: Mailman/Cgi/options.py:453
+#: Mailman/Cgi/options.py:454
msgid ""
"The list administrator may not change the\n"
" password for this user's other subscriptions. However, the\n"
" password for this mailing list has been changed."
msgstr ""
-#: Mailman/Cgi/options.py:470 Mailman/Commands/cmd_password.py:83
+#: Mailman/Cgi/options.py:471 Mailman/Commands/cmd_password.py:83
#: Mailman/Commands/cmd_password.py:109
msgid "Password successfully changed."
msgstr "Лозинка је успјешно промјењена."
-#: Mailman/Cgi/options.py:479
+#: Mailman/Cgi/options.py:480
msgid ""
"You must confirm your unsubscription request by turning\n"
" on the checkbox below the <em>Unsubscribe</em> button. You\n"
" have not been unsubscribed!"
msgstr ""
-#: Mailman/Cgi/options.py:511
+#: Mailman/Cgi/options.py:512
msgid "Unsubscription results"
msgstr "Резултати исписа"
-#: Mailman/Cgi/options.py:515
+#: Mailman/Cgi/options.py:516
msgid ""
"Your unsubscription request has been received and\n"
" forwarded on to the list moderators for approval. You will\n"
@@ -2259,7 +2261,7 @@ msgid ""
" decision."
msgstr ""
-#: Mailman/Cgi/options.py:520
+#: Mailman/Cgi/options.py:521
msgid ""
"You have been successfully unsubscribed from the\n"
" mailing list %(fqdn_listname)s. If you were receiving digest\n"
@@ -2269,7 +2271,7 @@ msgid ""
" %(owneraddr)s."
msgstr ""
-#: Mailman/Cgi/options.py:669
+#: Mailman/Cgi/options.py:670
msgid ""
"The list administrator may not change the\n"
" options for this user's other subscriptions. However the\n"
@@ -2277,7 +2279,7 @@ msgid ""
" changed."
msgstr ""
-#: Mailman/Cgi/options.py:679
+#: Mailman/Cgi/options.py:680
msgid ""
"The list administrator has disabled digest delivery for\n"
" this list, so your delivery option has not been set. However "
@@ -2285,7 +2287,7 @@ msgid ""
" other options have been set successfully."
msgstr ""
-#: Mailman/Cgi/options.py:683
+#: Mailman/Cgi/options.py:684
msgid ""
"The list administrator has disabled non-digest delivery\n"
" for this list, so your delivery option has not been set. "
@@ -2293,82 +2295,82 @@ msgid ""
" your other options have been set successfully."
msgstr ""
-#: Mailman/Cgi/options.py:687
+#: Mailman/Cgi/options.py:688
msgid "You have successfully set your options."
msgstr "Успјешно сте сачували ваша подешавања."
-#: Mailman/Cgi/options.py:690
+#: Mailman/Cgi/options.py:691
msgid "You may get one last digest."
msgstr "Можете добити један најновији преглед."
-#: Mailman/Cgi/options.py:762
+#: Mailman/Cgi/options.py:763
msgid "<em>Yes, I really want to unsubscribe</em>"
msgstr "<em>Да, желим да се испишем</em>"
-#: Mailman/Cgi/options.py:766
+#: Mailman/Cgi/options.py:767
msgid "Change My Password"
msgstr "Промјена моје лозинке"
-#: Mailman/Cgi/options.py:769
+#: Mailman/Cgi/options.py:770
msgid "List my other subscriptions"
msgstr "Листа других мојих чланстава"
-#: Mailman/Cgi/options.py:775
+#: Mailman/Cgi/options.py:776
msgid "Email My Password To Me"
msgstr "Пошаљи ми лозинку"
-#: Mailman/Cgi/options.py:777
+#: Mailman/Cgi/options.py:778
msgid "password"
msgstr "лозинка"
-#: Mailman/Cgi/options.py:779
+#: Mailman/Cgi/options.py:780
msgid "Log out"
msgstr "Одјављивање"
-#: Mailman/Cgi/options.py:781
+#: Mailman/Cgi/options.py:782
msgid "Submit My Changes"
msgstr "Сачувај промјене"
-#: Mailman/Cgi/options.py:793
+#: Mailman/Cgi/options.py:794
msgid "days"
msgstr "дана"
-#: Mailman/Cgi/options.py:795
+#: Mailman/Cgi/options.py:796
msgid "day"
msgstr "дан"
-#: Mailman/Cgi/options.py:796
+#: Mailman/Cgi/options.py:797
msgid "%(days)d %(units)s"
msgstr ""
-#: Mailman/Cgi/options.py:802
+#: Mailman/Cgi/options.py:803
msgid "Change My Address and Name"
msgstr "Промјени моју адресу и име"
-#: Mailman/Cgi/options.py:828
+#: Mailman/Cgi/options.py:829
msgid "<em>No topics defined</em>"
msgstr "<em>Нема дефинисаних тема</em>"
-#: Mailman/Cgi/options.py:836
+#: Mailman/Cgi/options.py:837
msgid ""
"\n"
"You are subscribed to this list with the case-preserved address\n"
"<em>%(cpuser)s</em>."
msgstr ""
-#: Mailman/Cgi/options.py:850
+#: Mailman/Cgi/options.py:851
msgid "%(realname)s list: member options login page"
msgstr ""
-#: Mailman/Cgi/options.py:851
+#: Mailman/Cgi/options.py:852
msgid "email address and "
msgstr "е-адреса и"
-#: Mailman/Cgi/options.py:854
+#: Mailman/Cgi/options.py:855
msgid "%(realname)s list: member options for user %(safeuser)s"
msgstr ""
-#: Mailman/Cgi/options.py:880
+#: Mailman/Cgi/options.py:881
msgid ""
"In order to change your membership option, you must\n"
" first log in by giving your %(extra)smembership password in the section\n"
@@ -2386,19 +2388,19 @@ msgid ""
" "
msgstr ""
-#: Mailman/Cgi/options.py:894
+#: Mailman/Cgi/options.py:895
msgid "Email address:"
msgstr "Е-адреса:"
-#: Mailman/Cgi/options.py:898
+#: Mailman/Cgi/options.py:899
msgid "Password:"
msgstr "Лозинка:"
-#: Mailman/Cgi/options.py:900
+#: Mailman/Cgi/options.py:901
msgid "Log in"
msgstr "Улаз"
-#: Mailman/Cgi/options.py:908
+#: Mailman/Cgi/options.py:909
msgid ""
"By clicking on the <em>Unsubscribe</em> button, a\n"
" confirmation message will be emailed to you. This message will have a\n"
@@ -2407,37 +2409,37 @@ msgid ""
" message)."
msgstr ""
-#: Mailman/Cgi/options.py:916
+#: Mailman/Cgi/options.py:917
msgid "Password reminder"
msgstr "Подсјетник лозинке"
-#: Mailman/Cgi/options.py:920
+#: Mailman/Cgi/options.py:921
msgid ""
"By clicking on the <em>Remind</em> button, your\n"
" password will be emailed to you."
msgstr ""
-#: Mailman/Cgi/options.py:923
+#: Mailman/Cgi/options.py:924
msgid "Remind"
msgstr "Подсјећање"
-#: Mailman/Cgi/options.py:1023
+#: Mailman/Cgi/options.py:1024
msgid "<missing>"
msgstr "<недостаје>"
-#: Mailman/Cgi/options.py:1034
+#: Mailman/Cgi/options.py:1035
msgid "Requested topic is not valid: %(topicname)s"
msgstr "Тема: %(topicname)s не постоји"
-#: Mailman/Cgi/options.py:1039
+#: Mailman/Cgi/options.py:1040
msgid "Topic filter details"
msgstr "Детаљи филтера тема"
-#: Mailman/Cgi/options.py:1042
+#: Mailman/Cgi/options.py:1043
msgid "Name:"
msgstr "Име:"
-#: Mailman/Cgi/options.py:1044
+#: Mailman/Cgi/options.py:1045
msgid "Pattern (as regexp):"
msgstr ""
@@ -2493,7 +2495,7 @@ msgstr ""
#: Mailman/Cgi/rmlist.py:204
msgid ""
-"This page allows you as the list owner, to permanent\n"
+"This page allows you as the list owner, to permanently\n"
" remove this mailing list from the system. <strong>This action is not\n"
" undoable</strong> so you should undertake it only if you are absolutely\n"
" sure this mailing list has served its purpose and is no longer "
@@ -4527,7 +4529,7 @@ msgstr ""
#: Mailman/Gui/General.py:346
msgid ""
"When a new member is subscribed to this list, their initial\n"
-" set of options is taken from the this variable's setting."
+" set of options is taken from this variable's setting."
msgstr ""
#: Mailman/Gui/General.py:350
@@ -4638,18 +4640,18 @@ msgstr ""
#: Mailman/Gui/General.py:426
msgid ""
-"\"<a href=\"http://www.faqs.org/rfcs/rfc2822.html\">RFC\n"
+"<a href=\"http://www.faqs.org/rfcs/rfc2822.html\">RFC\n"
" 2822</a> defines the <tt>Sender</tt> header and defines it\n"
" as \"the mailbox of the agent responsible for the actual\n"
" transmission of the message.\" Mailman replaces this "
"header\n"
-" per default with the list's bounce address.\n"
+" by default with the list's bounce address.\n"
" \n"
" <p>While it is debatable if Mailman is such an agent, "
"setting\n"
" this header helps directing bounces from some broken MTAs "
"to\n"
-" the right destination. On the other hand do some mail\n"
+" the right destination. On the other hand, some mail\n"
" readers show unexpected behaviour if this header is set "
"(like\n"
" missing addresses in forwarded mails and copies sent to "
@@ -4860,7 +4862,7 @@ msgid ""
" address.\n"
"\n"
" <p>When personalization is enabled, a few more expansion\n"
-" variables that can be included in the <a\n"
+" variables can be included in the <a\n"
" href=\"?VARHELP=nondigest/msg_header\">message header</a> "
"and\n"
" <a href=\"?VARHELP=nondigest/msg_footer\">message footer</"
@@ -4930,10 +4932,10 @@ msgstr ""
#: Mailman/Gui/NonDigest.py:142
msgid ""
-"When you scrub attachments, they are stored in archive\n"
+"When you scrub attachments, they are stored in the archive\n"
" area and links are made in the message so that the member can\n"
-" access via web browser. If you want the attachments totally\n"
-" disappear, you can use content filter options."
+" access them via a web browser. If you want the attachments to\n"
+" totally disappear, you can use content filtering options."
msgstr ""
#: Mailman/Gui/NonDigest.py:149
@@ -6020,7 +6022,7 @@ msgstr "Преглед листе чланова"
msgid "Once a month, your password will be emailed to you as a reminder."
msgstr "Једном мјесечно добићете подсјетник са лозинком."
-#: Mailman/HTMLFormatter.py:393
+#: Mailman/HTMLFormatter.py:394
msgid "The current archive"
msgstr "Тренутна архива"
@@ -6536,83 +6538,83 @@ msgstr ""
msgid "Gnu's Not Unix"
msgstr "ГНУ није Јуникс"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Mon"
msgstr "Пон"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Thu"
msgstr "Уто"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Tue"
msgstr "Сре"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Wed"
msgstr "Чет"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Fri"
msgstr "Пет"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Sat"
msgstr "Суб"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Sun"
msgstr "Нед"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Apr"
msgstr "Апр"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Feb"
msgstr "Феб"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Jan"
msgstr "Јан"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Jun"
msgstr "Јун"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Mar"
msgstr "Мар"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Aug"
msgstr "Авг"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Dec"
msgstr "Дец"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Jul"
msgstr "Јук"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Nov"
msgstr "Нов"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Oct"
msgstr "Окт"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Sep"
msgstr "Сеп"
-#: Mailman/i18n.py:107
+#: Mailman/i18n.py:111
msgid "Server Local Time"
msgstr "Серверско вријеме"
-#: Mailman/i18n.py:146
+#: Mailman/i18n.py:150
msgid ""
"%(wday)s %(mon)s %(day)2i %(hh)02i:%(mm)02i:%(ss)02i %(tzname)s %(year)04i"
msgstr ""
diff --git a/messages/sv/LC_MESSAGES/mailman.po b/messages/sv/LC_MESSAGES/mailman.po
index d148c992..cdfa497a 100644
--- a/messages/sv/LC_MESSAGES/mailman.po
+++ b/messages/sv/LC_MESSAGES/mailman.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Mailman 2.1b1\n"
-"POT-Creation-Date: Tue Jul 27 08:05:43 2010\n"
+"POT-Creation-Date: Fri Sep 10 10:50:49 2010\n"
"PO-Revision-Date: 2002-12-24 14:35+0100\n"
"Last-Translator: Eva sterlind <eva.osterlind@arvika.se>\n"
"Language-Team: Swedish <information@arvika.se>\n"
@@ -135,7 +135,7 @@ msgstr "Juni"
# Mailman/Cgi/options.py:666
# Mailman/Archiver/HyperArch.py:782 Mailman/i18n.py:91
-#: Mailman/Archiver/HyperArch.py:923 Mailman/i18n.py:103
+#: Mailman/Archiver/HyperArch.py:923 Mailman/i18n.py:107
#, fuzzy
msgid "May"
msgstr "Maj"
@@ -410,10 +410,12 @@ msgstr ""
# Mailman/Cgi/admin.py:188
# Mailman/Cgi/admin.py:188
#: Mailman/Cgi/admin.py:194
+#, fuzzy
msgid ""
"You have regular list members but non-digestified mail is\n"
-" turned off. They will receive mail until you fix this\n"
-" problem."
+" turned off. They will receive non-digestified mail until "
+"you\n"
+" fix this problem."
msgstr ""
"Det finns medlemmar p listan som har valt normalversionen.\n"
"Dessa kommer inte lngre att ta emot e-postbrev frn listan,\n"
@@ -739,7 +741,7 @@ msgstr "Regexp-uttryck:"
# Mailman/Cgi/admin.py:702 Mailman/Cgi/options.py:918
# Mailman/Cgi/admin.py:705 Mailman/Cgi/options.py:942
-#: Mailman/Cgi/admin.py:709 Mailman/Cgi/options.py:1046
+#: Mailman/Cgi/admin.py:709 Mailman/Cgi/options.py:1047
msgid "Description:"
msgstr "Beskrivning:"
@@ -2285,8 +2287,8 @@ msgstr ""
# Mailman/Cgi/options.py:776 Mailman/Cgi/options.py:786
# Mailman/Cgi/confirm.py:442 Mailman/Cgi/options.py:659
# Mailman/Cgi/options.py:800 Mailman/Cgi/options.py:810
-#: Mailman/Cgi/confirm.py:491 Mailman/Cgi/options.py:760
-#: Mailman/Cgi/options.py:904 Mailman/Cgi/options.py:914
+#: Mailman/Cgi/confirm.py:491 Mailman/Cgi/options.py:761
+#: Mailman/Cgi/options.py:905 Mailman/Cgi/options.py:915
msgid "Unsubscribe"
msgstr "Avanml mig"
@@ -3160,7 +3162,7 @@ msgstr "ndra instllningar"
# Mailman/Cgi/roster.py:111
# Mailman/Cgi/listinfo.py:190 Mailman/Cgi/options.py:766
# Mailman/Cgi/roster.py:111
-#: Mailman/Cgi/listinfo.py:201 Mailman/Cgi/options.py:869
+#: Mailman/Cgi/listinfo.py:201 Mailman/Cgi/options.py:870
#: Mailman/Cgi/roster.py:118
msgid "View this page in"
msgstr "Se denna sida p"
@@ -3194,8 +3196,8 @@ msgstr "Fel/Ogiltig e-postadress: %(member)s"
# Mailman/Cgi/options.py:176
# Mailman/Cgi/options.py:107 Mailman/Cgi/options.py:154
# Mailman/Cgi/options.py:176
-#: Mailman/Cgi/options.py:128 Mailman/Cgi/options.py:192
-#: Mailman/Cgi/options.py:214
+#: Mailman/Cgi/options.py:128 Mailman/Cgi/options.py:193
+#: Mailman/Cgi/options.py:215
msgid "No such member: %(safeuser)s."
msgstr "Medlemmen finns inte: %(safeuser)s."
@@ -3212,7 +3214,7 @@ msgstr ""
# Mailman/Cgi/options.py:149 Mailman/Cgi/options.py:159
# Mailman/Cgi/options.py:149 Mailman/Cgi/options.py:159
-#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:197
+#: Mailman/Cgi/options.py:184 Mailman/Cgi/options.py:198
msgid "The confirmation email has been sent."
msgstr "Ett e-postbrev med bekrftelse har skickats."
@@ -3220,45 +3222,45 @@ msgstr "Ett e-postbrev med bekrftelse har skickats."
# Mailman/Cgi/options.py:225
# Mailman/Cgi/options.py:170 Mailman/Cgi/options.py:182
# Mailman/Cgi/options.py:225
-#: Mailman/Cgi/options.py:208 Mailman/Cgi/options.py:220
-#: Mailman/Cgi/options.py:277
+#: Mailman/Cgi/options.py:209 Mailman/Cgi/options.py:221
+#: Mailman/Cgi/options.py:278
msgid "A reminder of your password has been emailed to you."
msgstr "Ett e-postbrev med lsenordet har skickats till dig."
# Mailman/Cgi/options.py:199
# Mailman/Cgi/options.py:199
-#: Mailman/Cgi/options.py:249
+#: Mailman/Cgi/options.py:250
msgid "Authentication failed."
msgstr "Inloggningen misslyckades."
-#: Mailman/Cgi/options.py:284
+#: Mailman/Cgi/options.py:285
msgid ""
"The list administrator may not view the other\n"
" subscriptions for this user."
msgstr ""
-#: Mailman/Cgi/options.py:285 Mailman/Cgi/options.py:328
-#: Mailman/Cgi/options.py:456 Mailman/Cgi/options.py:672
+#: Mailman/Cgi/options.py:286 Mailman/Cgi/options.py:329
+#: Mailman/Cgi/options.py:457 Mailman/Cgi/options.py:673
msgid "Note: "
msgstr ""
# Mailman/Cgi/options.py:231
# Mailman/Cgi/options.py:231
-#: Mailman/Cgi/options.py:290
+#: Mailman/Cgi/options.py:291
#, fuzzy
msgid "List subscriptions for %(safeuser)s on %(hostname)s"
msgstr "Visa listmedlemskap fr %(user)s p %(hostname)s"
# Mailman/Cgi/options.py:234
# Mailman/Cgi/options.py:234
-#: Mailman/Cgi/options.py:293
+#: Mailman/Cgi/options.py:294
msgid ""
"Click on a link to visit your options page for the\n"
" requested mailing list."
msgstr ""
"Klicka p en lista fr att g till dina personliga instllningar fr den."
-#: Mailman/Cgi/options.py:325
+#: Mailman/Cgi/options.py:326
msgid ""
"The list administrator may not change the names\n"
" or addresses for this user's other subscriptions. However, the\n"
@@ -3267,18 +3269,18 @@ msgstr ""
# Mailman/Cgi/options.py:275
# Mailman/Cgi/options.py:283
-#: Mailman/Cgi/options.py:348
+#: Mailman/Cgi/options.py:349
msgid "Addresses did not match!"
msgstr "Adresserna r inte lika!"
# Mailman/Cgi/options.py:280
# Mailman/Cgi/options.py:288
-#: Mailman/Cgi/options.py:353
+#: Mailman/Cgi/options.py:354
msgid "You are already using that email address"
msgstr "Den e-postadressen r du redan anmld med p listan "
# Mailman/Cgi/options.py:300
-#: Mailman/Cgi/options.py:365
+#: Mailman/Cgi/options.py:366
#, fuzzy
msgid ""
"The new address you requested %(newaddr)s is already a member of the\n"
@@ -3294,45 +3296,45 @@ msgstr ""
# bin/clone_member:138
# Mailman/Cgi/options.py:309
-#: Mailman/Cgi/options.py:374
+#: Mailman/Cgi/options.py:375
#, fuzzy
msgid "The new address is already a member: %(newaddr)s"
msgstr "Den nya adressen r redan medlem: %(newaddr)s"
# Mailman/Cgi/options.py:286
# Mailman/Cgi/options.py:315
-#: Mailman/Cgi/options.py:380
+#: Mailman/Cgi/options.py:381
msgid "Addresses may not be blank"
msgstr "Adresserna kan inte vara tomma"
# Mailman/Cgi/options.py:302
# Mailman/Cgi/options.py:327
-#: Mailman/Cgi/options.py:394
+#: Mailman/Cgi/options.py:395
msgid "A confirmation message has been sent to %(newaddr)s. "
msgstr ""
"Ett bekrftelsemeddelande har skickats i ett e-postbrev till %(newaddr)s."
# Mailman/Cgi/options.py:311
# Mailman/Cgi/options.py:336
-#: Mailman/Cgi/options.py:403
+#: Mailman/Cgi/options.py:404
msgid "Bad email address provided"
msgstr "Ogiltig e-postadress har angivits"
# Mailman/Cgi/options.py:313
# Mailman/Cgi/options.py:338
-#: Mailman/Cgi/options.py:405
+#: Mailman/Cgi/options.py:406
msgid "Illegal email address provided"
msgstr "Ogiltig e-postadress har angivits"
# Mailman/Cgi/options.py:315
# Mailman/Cgi/options.py:340
-#: Mailman/Cgi/options.py:407
+#: Mailman/Cgi/options.py:408
msgid "%(newaddr)s is already a member of the list."
msgstr "%(newaddr)s r redan medlem av listan."
# Mailman/Commands/cmd_subscribe.py:92
# Mailman/Commands/cmd_subscribe.py:102
-#: Mailman/Cgi/options.py:410
+#: Mailman/Cgi/options.py:411
#, fuzzy
msgid ""
"%(newaddr)s is banned from this list. If you\n"
@@ -3345,13 +3347,13 @@ msgstr ""
# Mailman/Cgi/options.py:324
# Mailman/Cgi/options.py:349
-#: Mailman/Cgi/options.py:421
+#: Mailman/Cgi/options.py:422
msgid "Member name successfully changed. "
msgstr "Namnet har ndrats. "
# Mailman/Cgi/options.py:557
# Mailman/Cgi/options.py:585
-#: Mailman/Cgi/options.py:431
+#: Mailman/Cgi/options.py:432
#, fuzzy
msgid ""
"The list administrator may not change the\n"
@@ -3364,19 +3366,19 @@ msgstr ""
# Mailman/Cgi/options.py:335
# Mailman/Cgi/options.py:360
-#: Mailman/Cgi/options.py:440
+#: Mailman/Cgi/options.py:441
msgid "Passwords may not be blank"
msgstr "Lsenorden kan inte vara tomma"
# Mailman/Cgi/options.py:340
# Mailman/Cgi/options.py:365
-#: Mailman/Cgi/options.py:445
+#: Mailman/Cgi/options.py:446
msgid "Passwords did not match!"
msgstr "Lsenorden r inte lika!"
# Mailman/Cgi/options.py:557
# Mailman/Cgi/options.py:585
-#: Mailman/Cgi/options.py:453
+#: Mailman/Cgi/options.py:454
#, fuzzy
msgid ""
"The list administrator may not change the\n"
@@ -3392,14 +3394,14 @@ msgstr ""
# Mailman/Commands/cmd_password.py:105
# Mailman/Cgi/options.py:380 Mailman/Commands/cmd_password.py:79
# Mailman/Commands/cmd_password.py:105
-#: Mailman/Cgi/options.py:470 Mailman/Commands/cmd_password.py:83
+#: Mailman/Cgi/options.py:471 Mailman/Commands/cmd_password.py:83
#: Mailman/Commands/cmd_password.py:109
msgid "Password successfully changed."
msgstr "Ditt lsenord har ndrats."
# Mailman/Cgi/options.py:364
# Mailman/Cgi/options.py:389
-#: Mailman/Cgi/options.py:479
+#: Mailman/Cgi/options.py:480
msgid ""
"You must confirm your unsubscription request by turning\n"
" on the checkbox below the <em>Unsubscribe</em> button. You\n"
@@ -3411,13 +3413,13 @@ msgstr ""
# Mailman/Cgi/options.py:396
# Mailman/Cgi/options.py:421
-#: Mailman/Cgi/options.py:511
+#: Mailman/Cgi/options.py:512
msgid "Unsubscription results"
msgstr "Resultat av avanmlan"
# Mailman/Cgi/options.py:400
# Mailman/Cgi/options.py:425
-#: Mailman/Cgi/options.py:515
+#: Mailman/Cgi/options.py:516
msgid ""
"Your unsubscription request has been received and\n"
" forwarded on to the list moderators for approval. You will\n"
@@ -3430,7 +3432,7 @@ msgstr ""
# Mailman/Cgi/options.py:405
# Mailman/Cgi/options.py:430
-#: Mailman/Cgi/options.py:520
+#: Mailman/Cgi/options.py:521
msgid ""
"You have been successfully unsubscribed from the\n"
" mailing list %(fqdn_listname)s. If you were receiving digest\n"
@@ -3445,7 +3447,7 @@ msgstr ""
"Har du frgor i samband med din avanmlan, kontakta listans gare p %"
"(owneraddr)s."
-#: Mailman/Cgi/options.py:669
+#: Mailman/Cgi/options.py:670
msgid ""
"The list administrator may not change the\n"
" options for this user's other subscriptions. However the\n"
@@ -3455,7 +3457,7 @@ msgstr ""
# Mailman/Cgi/options.py:553
# Mailman/Cgi/options.py:581
-#: Mailman/Cgi/options.py:679
+#: Mailman/Cgi/options.py:680
msgid ""
"The list administrator has disabled digest delivery for\n"
" this list, so your delivery option has not been set. However "
@@ -3469,7 +3471,7 @@ msgstr ""
# Mailman/Cgi/options.py:557
# Mailman/Cgi/options.py:585
-#: Mailman/Cgi/options.py:683
+#: Mailman/Cgi/options.py:684
msgid ""
"The list administrator has disabled non-digest delivery\n"
" for this list, so your delivery option has not been set. "
@@ -3483,91 +3485,91 @@ msgstr ""
# Mailman/Cgi/options.py:561
# Mailman/Cgi/options.py:589
-#: Mailman/Cgi/options.py:687
+#: Mailman/Cgi/options.py:688
msgid "You have successfully set your options."
msgstr "Dina val r nu satta."
# Mailman/Cgi/options.py:564
# Mailman/Cgi/options.py:592
-#: Mailman/Cgi/options.py:690
+#: Mailman/Cgi/options.py:691
msgid "You may get one last digest."
msgstr "Det kan vara s att du kommer att f ta emot ett sista e-postbrev."
# Mailman/Cgi/options.py:633
# Mailman/Cgi/options.py:661
-#: Mailman/Cgi/options.py:762
+#: Mailman/Cgi/options.py:763
msgid "<em>Yes, I really want to unsubscribe</em>"
msgstr "<em>Ja, jag vill avanmla mig frn listan</em>"
# Mailman/Cgi/options.py:637
# Mailman/Cgi/options.py:665
-#: Mailman/Cgi/options.py:766
+#: Mailman/Cgi/options.py:767
msgid "Change My Password"
msgstr "ndra mitt lsenord"
# Mailman/Cgi/options.py:640
# Mailman/Cgi/options.py:668
-#: Mailman/Cgi/options.py:769
+#: Mailman/Cgi/options.py:770
msgid "List my other subscriptions"
msgstr "Visa andra listor som jag r medlem av"
# Mailman/Cgi/options.py:646
# Mailman/Cgi/options.py:674
-#: Mailman/Cgi/options.py:775
+#: Mailman/Cgi/options.py:776
msgid "Email My Password To Me"
msgstr "Skicka mig mitt lsenord"
# Mailman/Cgi/options.py:648
# Mailman/Cgi/options.py:676
-#: Mailman/Cgi/options.py:777
+#: Mailman/Cgi/options.py:778
msgid "password"
msgstr "lsenord"
# Mailman/Cgi/options.py:650
# Mailman/Cgi/options.py:678
-#: Mailman/Cgi/options.py:779
+#: Mailman/Cgi/options.py:780
msgid "Log out"
msgstr "Logga ut"
# Mailman/Cgi/options.py:652
# Mailman/Cgi/options.py:680
-#: Mailman/Cgi/options.py:781
+#: Mailman/Cgi/options.py:782
msgid "Submit My Changes"
msgstr "Spara ndringar"
# Mailman/Cgi/options.py:664
# Mailman/Cgi/options.py:692
-#: Mailman/Cgi/options.py:793
+#: Mailman/Cgi/options.py:794
msgid "days"
msgstr "dagar"
# Mailman/Cgi/options.py:666
# Mailman/Cgi/options.py:694
-#: Mailman/Cgi/options.py:795
+#: Mailman/Cgi/options.py:796
msgid "day"
msgstr "dag"
# Mailman/Cgi/options.py:667
# Mailman/Cgi/options.py:695
-#: Mailman/Cgi/options.py:796
+#: Mailman/Cgi/options.py:797
msgid "%(days)d %(units)s"
msgstr "%(days)d %(units)s"
# Mailman/Cgi/options.py:673
# Mailman/Cgi/options.py:701
-#: Mailman/Cgi/options.py:802
+#: Mailman/Cgi/options.py:803
msgid "Change My Address and Name"
msgstr "ndra min adress och mitt namn"
# Mailman/Cgi/options.py:701
# Mailman/Cgi/options.py:725
-#: Mailman/Cgi/options.py:828
+#: Mailman/Cgi/options.py:829
msgid "<em>No topics defined</em>"
msgstr "</em>Inget mne har definierats</em>"
# Mailman/Cgi/options.py:709
# Mailman/Cgi/options.py:733
-#: Mailman/Cgi/options.py:836
+#: Mailman/Cgi/options.py:837
msgid ""
"\n"
"You are subscribed to this list with the case-preserved address\n"
@@ -3578,26 +3580,26 @@ msgstr ""
# Mailman/Cgi/options.py:723
# Mailman/Cgi/options.py:747
-#: Mailman/Cgi/options.py:850
+#: Mailman/Cgi/options.py:851
msgid "%(realname)s list: member options login page"
msgstr "%(realname)s: inloggning till personliga instllningar"
# Mailman/Cgi/options.py:724
# Mailman/Cgi/options.py:748
-#: Mailman/Cgi/options.py:851
+#: Mailman/Cgi/options.py:852
msgid "email address and "
msgstr "din e-postadress och "
# Mailman/Cgi/options.py:726
# Mailman/Cgi/options.py:750
-#: Mailman/Cgi/options.py:854
+#: Mailman/Cgi/options.py:855
#, fuzzy
msgid "%(realname)s list: member options for user %(safeuser)s"
msgstr "%(realname)s: personliga instllningar fr %(user)s"
# Mailman/Cgi/options.py:752
# Mailman/Cgi/options.py:776
-#: Mailman/Cgi/options.py:880
+#: Mailman/Cgi/options.py:881
msgid ""
"In order to change your membership option, you must\n"
" first log in by giving your %(extra)smembership password in the section\n"
@@ -3629,25 +3631,25 @@ msgstr ""
# Mailman/Cgi/options.py:766
# Mailman/Cgi/options.py:790
-#: Mailman/Cgi/options.py:894
+#: Mailman/Cgi/options.py:895
msgid "Email address:"
msgstr "E-postadress:"
# Mailman/Cgi/options.py:770
# Mailman/Cgi/options.py:794
-#: Mailman/Cgi/options.py:898
+#: Mailman/Cgi/options.py:899
msgid "Password:"
msgstr "Lsenord:"
# Mailman/Cgi/options.py:772
# Mailman/Cgi/options.py:796
-#: Mailman/Cgi/options.py:900
+#: Mailman/Cgi/options.py:901
msgid "Log in"
msgstr "Logga in"
# Mailman/Cgi/options.py:780
# Mailman/Cgi/options.py:804
-#: Mailman/Cgi/options.py:908
+#: Mailman/Cgi/options.py:909
msgid ""
"By clicking on the <em>Unsubscribe</em> button, a\n"
" confirmation message will be emailed to you. This message will have a\n"
@@ -3664,13 +3666,13 @@ msgstr ""
# Mailman/Cgi/options.py:788
# Mailman/Cgi/options.py:812
-#: Mailman/Cgi/options.py:916
+#: Mailman/Cgi/options.py:917
msgid "Password reminder"
msgstr "Pminnelse om lsenord"
# Mailman/Cgi/options.py:792
# Mailman/Cgi/options.py:816
-#: Mailman/Cgi/options.py:920
+#: Mailman/Cgi/options.py:921
msgid ""
"By clicking on the <em>Remind</em> button, your\n"
" password will be emailed to you."
@@ -3680,37 +3682,37 @@ msgstr ""
# Mailman/Cgi/options.py:795
# Mailman/Cgi/options.py:819
-#: Mailman/Cgi/options.py:923
+#: Mailman/Cgi/options.py:924
msgid "Remind"
msgstr "Skicka pminnelse"
# Mailman/Cgi/options.py:895
# Mailman/Cgi/options.py:919
-#: Mailman/Cgi/options.py:1023
+#: Mailman/Cgi/options.py:1024
msgid "<missing>"
msgstr "<saknas>"
# Mailman/Cgi/options.py:906
# Mailman/Cgi/options.py:930
-#: Mailman/Cgi/options.py:1034
+#: Mailman/Cgi/options.py:1035
msgid "Requested topic is not valid: %(topicname)s"
msgstr "Det valda mnet r inte giltigt: %(topicname)s"
# Mailman/Cgi/options.py:911
# Mailman/Cgi/options.py:935
-#: Mailman/Cgi/options.py:1039
+#: Mailman/Cgi/options.py:1040
msgid "Topic filter details"
msgstr "Mer information om mnesfiltret"
# Mailman/Cgi/options.py:914
# Mailman/Cgi/options.py:938
-#: Mailman/Cgi/options.py:1042
+#: Mailman/Cgi/options.py:1043
msgid "Name:"
msgstr "Namn:"
# Mailman/Cgi/options.py:916
# Mailman/Cgi/options.py:940
-#: Mailman/Cgi/options.py:1044
+#: Mailman/Cgi/options.py:1045
msgid "Pattern (as regexp):"
msgstr "Filter (regexp-uttryck):"
@@ -3785,8 +3787,9 @@ msgstr "Ta bort e-postlistan <em>%(realname)s</em> permanent"
# Mailman/Cgi/rmlist.py:179
# Mailman/Cgi/rmlist.py:179
#: Mailman/Cgi/rmlist.py:204
+#, fuzzy
msgid ""
-"This page allows you as the list owner, to permanent\n"
+"This page allows you as the list owner, to permanently\n"
" remove this mailing list from the system. <strong>This action is not\n"
" undoable</strong> so you should undertake it only if you are absolutely\n"
" sure this mailing list has served its purpose and is no longer "
@@ -7094,9 +7097,10 @@ msgstr ""
# Mailman/Gui/General.py:331
# Mailman/Gui/General.py:335
#: Mailman/Gui/General.py:346
+#, fuzzy
msgid ""
"When a new member is subscribed to this list, their initial\n"
-" set of options is taken from the this variable's setting."
+" set of options is taken from this variable's setting."
msgstr ""
"Nr en ny medlem anmls p listan, blir medlemmens instllningar hmtade "
"hrifrn."
@@ -7283,18 +7287,18 @@ msgstr ""
#: Mailman/Gui/General.py:426
msgid ""
-"\"<a href=\"http://www.faqs.org/rfcs/rfc2822.html\">RFC\n"
+"<a href=\"http://www.faqs.org/rfcs/rfc2822.html\">RFC\n"
" 2822</a> defines the <tt>Sender</tt> header and defines it\n"
" as \"the mailbox of the agent responsible for the actual\n"
" transmission of the message.\" Mailman replaces this "
"header\n"
-" per default with the list's bounce address.\n"
+" by default with the list's bounce address.\n"
" \n"
" <p>While it is debatable if Mailman is such an agent, "
"setting\n"
" this header helps directing bounces from some broken MTAs "
"to\n"
-" the right destination. On the other hand do some mail\n"
+" the right destination. On the other hand, some mail\n"
" readers show unexpected behaviour if this header is set "
"(like\n"
" missing addresses in forwarded mails and copies sent to "
@@ -7607,7 +7611,7 @@ msgid ""
" address.\n"
"\n"
" <p>When personalization is enabled, a few more expansion\n"
-" variables that can be included in the <a\n"
+" variables can be included in the <a\n"
" href=\"?VARHELP=nondigest/msg_header\">message header</a> "
"and\n"
" <a href=\"?VARHELP=nondigest/msg_footer\">message footer</"
@@ -7729,10 +7733,10 @@ msgstr ""
#: Mailman/Gui/NonDigest.py:142
msgid ""
-"When you scrub attachments, they are stored in archive\n"
+"When you scrub attachments, they are stored in the archive\n"
" area and links are made in the message so that the member can\n"
-" access via web browser. If you want the attachments totally\n"
-" disappear, you can use content filter options."
+" access them via a web browser. If you want the attachments to\n"
+" totally disappear, you can use content filtering options."
msgstr ""
# bin/convert.py:38 bin/fix_url.py:34
@@ -9500,7 +9504,7 @@ msgstr ""
# Mailman/HTMLFormatter.py:377
# Mailman/HTMLFormatter.py:390
-#: Mailman/HTMLFormatter.py:393
+#: Mailman/HTMLFormatter.py:394
#, fuzzy
msgid "The current archive"
msgstr "nuvarande arkiv"
@@ -10322,83 +10326,83 @@ msgstr "GNU r inte Unix"
# Mailman/Commands/cmd_set.py:194 Mailman/Commands/cmd_set.py:198
# Mailman/Commands/cmd_set.py:202
# Mailman/i18n.py:86
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
#, fuzzy
msgid "Mon"
msgstr "Mn"
# Mailman/i18n.py:86
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Thu"
msgstr "Tors"
# Mailman/i18n.py:86
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Tue"
msgstr "Tis"
# Mailman/i18n.py:86
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Wed"
msgstr "Ons"
# Mailman/i18n.py:87
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Fri"
msgstr "Fre"
# Mailman/Cgi/admin.py:513
# Mailman/i18n.py:87
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
#, fuzzy
msgid "Sat"
msgstr "Lr"
# Mailman/i18n.py:87
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Sun"
msgstr "Sn"
# Mailman/Cgi/admindb.py:280 Mailman/Cgi/admindb.py:329
# Mailman/Cgi/admindb.py:574
# Mailman/i18n.py:91
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
#, fuzzy
msgid "Apr"
msgstr "Apr"
# Mailman/i18n.py:91
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Feb"
msgstr "Feb"
# Mailman/i18n.py:91
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Jan"
msgstr "Jan"
# Mailman/i18n.py:91
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Jun"
msgstr "Juni"
# Mailman/i18n.py:91
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Mar"
msgstr "Mars"
# Mailman/i18n.py:92
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Aug"
msgstr "Aug"
# Mailman/i18n.py:92
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Dec"
msgstr "Dec"
# Mailman/i18n.py:92
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Jul"
msgstr "Juli"
@@ -10425,28 +10429,28 @@ msgstr "Juli"
# Mailman/Gui/Privacy.py:310 Mailman/Gui/Privacy.py:377
# Mailman/Gui/Usenet.py:46 Mailman/Gui/Usenet.py:50 Mailman/Gui/Usenet.py:54
# Mailman/i18n.py:92
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
#, fuzzy
msgid "Nov"
msgstr "Nov"
# Mailman/i18n.py:92
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Oct"
msgstr "Okt"
# Mailman/Cgi/admin.py:513
# Mailman/i18n.py:92
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
#, fuzzy
msgid "Sep"
msgstr "Sept"
-#: Mailman/i18n.py:107
+#: Mailman/i18n.py:111
msgid "Server Local Time"
msgstr ""
-#: Mailman/i18n.py:146
+#: Mailman/i18n.py:150
msgid ""
"%(wday)s %(mon)s %(day)2i %(hh)02i:%(mm)02i:%(ss)02i %(tzname)s %(year)04i"
msgstr ""
diff --git a/messages/tr/LC_MESSAGES/mailman.po b/messages/tr/LC_MESSAGES/mailman.po
index 8e79f2aa..9cf52bcc 100644
--- a/messages/tr/LC_MESSAGES/mailman.po
+++ b/messages/tr/LC_MESSAGES/mailman.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: Tue Jul 27 08:05:43 2010\n"
+"POT-Creation-Date: Fri Sep 10 10:50:49 2010\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Kerem Erkan <kerem.erkan@hacettepe.edu.tr>\n"
"Language-Team: Turkish <LL@li.org>\n"
@@ -97,7 +97,7 @@ msgstr "Temmuz"
msgid "June"
msgstr "Haziran"
-#: Mailman/Archiver/HyperArch.py:923 Mailman/i18n.py:103
+#: Mailman/Archiver/HyperArch.py:923 Mailman/i18n.py:107
msgid "May"
msgstr "Mays"
@@ -277,10 +277,12 @@ msgstr ""
" kapal. Bu kiiler e-posta almayacak."
#: Mailman/Cgi/admin.py:194
+#, fuzzy
msgid ""
"You have regular list members but non-digestified mail is\n"
-" turned off. They will receive mail until you fix this\n"
-" problem."
+" turned off. They will receive non-digestified mail until "
+"you\n"
+" fix this problem."
msgstr ""
"Toplu olmayan mesaj almak isteyen yeleriniz var, fakat bu tr\n"
" mesaj gnderimi kapal. Bu sorunu gidermediiniz srece\n"
@@ -515,7 +517,7 @@ msgstr "Konu ismi:"
msgid "Regexp:"
msgstr "Regexp:"
-#: Mailman/Cgi/admin.py:709 Mailman/Cgi/options.py:1046
+#: Mailman/Cgi/admin.py:709 Mailman/Cgi/options.py:1047
msgid "Description:"
msgstr "Tanm:"
@@ -1616,8 +1618,8 @@ msgstr ""
" <p>Veya <em>Vazge ve gzard et</em> dmesine tklayarak bu listeden\n"
" kma isteinizi iptal edin."
-#: Mailman/Cgi/confirm.py:491 Mailman/Cgi/options.py:760
-#: Mailman/Cgi/options.py:904 Mailman/Cgi/options.py:914
+#: Mailman/Cgi/confirm.py:491 Mailman/Cgi/options.py:761
+#: Mailman/Cgi/options.py:905 Mailman/Cgi/options.py:915
msgid "Unsubscribe"
msgstr "yelikten k"
@@ -2292,7 +2294,7 @@ msgstr ""
msgid "Edit Options"
msgstr "Seenekleri Dzenle"
-#: Mailman/Cgi/listinfo.py:201 Mailman/Cgi/options.py:869
+#: Mailman/Cgi/listinfo.py:201 Mailman/Cgi/options.py:870
#: Mailman/Cgi/roster.py:118
msgid "View this page in"
msgstr "Bu sayfay u dilde gster"
@@ -2313,8 +2315,8 @@ msgstr "Adres verilmedi"
msgid "Illegal Email Address: %(safeuser)s"
msgstr "Geersiz e-posta adresi: %(safeuser)s"
-#: Mailman/Cgi/options.py:128 Mailman/Cgi/options.py:192
-#: Mailman/Cgi/options.py:214
+#: Mailman/Cgi/options.py:128 Mailman/Cgi/options.py:193
+#: Mailman/Cgi/options.py:215
msgid "No such member: %(safeuser)s."
msgstr "Byle bir ye yok: %(safeuser)s."
@@ -2326,35 +2328,35 @@ msgstr ""
"Listeden kma isteiniz onay iin\n"
" liste yneticisine iletildi."
-#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:197
+#: Mailman/Cgi/options.py:184 Mailman/Cgi/options.py:198
msgid "The confirmation email has been sent."
msgstr "Onay e-postas gnderildi."
-#: Mailman/Cgi/options.py:208 Mailman/Cgi/options.py:220
-#: Mailman/Cgi/options.py:277
+#: Mailman/Cgi/options.py:209 Mailman/Cgi/options.py:221
+#: Mailman/Cgi/options.py:278
msgid "A reminder of your password has been emailed to you."
msgstr "ifreniz iin bir hatrlatc e-posta adresinize gnderildi"
-#: Mailman/Cgi/options.py:249
+#: Mailman/Cgi/options.py:250
msgid "Authentication failed."
msgstr "Kimlik dorulamas baarsz oldu."
-#: Mailman/Cgi/options.py:284
+#: Mailman/Cgi/options.py:285
msgid ""
"The list administrator may not view the other\n"
" subscriptions for this user."
msgstr ""
-#: Mailman/Cgi/options.py:285 Mailman/Cgi/options.py:328
-#: Mailman/Cgi/options.py:456 Mailman/Cgi/options.py:672
+#: Mailman/Cgi/options.py:286 Mailman/Cgi/options.py:329
+#: Mailman/Cgi/options.py:457 Mailman/Cgi/options.py:673
msgid "Note: "
msgstr ""
-#: Mailman/Cgi/options.py:290
+#: Mailman/Cgi/options.py:291
msgid "List subscriptions for %(safeuser)s on %(hostname)s"
msgstr "%(safeuser)s iin %(hostname)s zerindeki liste yelikleri"
-#: Mailman/Cgi/options.py:293
+#: Mailman/Cgi/options.py:294
msgid ""
"Click on a link to visit your options page for the\n"
" requested mailing list."
@@ -2362,22 +2364,22 @@ msgstr ""
"stediiniz mesaj listesi iin seenekler sayfanz ziyaret etmek\n"
" iin bir linke tklayn."
-#: Mailman/Cgi/options.py:325
+#: Mailman/Cgi/options.py:326
msgid ""
"The list administrator may not change the names\n"
" or addresses for this user's other subscriptions. However, the\n"
" subscription for this mailing list has been changed."
msgstr ""
-#: Mailman/Cgi/options.py:348
+#: Mailman/Cgi/options.py:349
msgid "Addresses did not match!"
msgstr "Adresler birbirine elemedi!"
-#: Mailman/Cgi/options.py:353
+#: Mailman/Cgi/options.py:354
msgid "You are already using that email address"
msgstr "Zaten o e-posta adresini kullanyorsunuz"
-#: Mailman/Cgi/options.py:365
+#: Mailman/Cgi/options.py:366
msgid ""
"The new address you requested %(newaddr)s is already a member of the\n"
"%(listname)s mailing list, however you have also requested a global change "
@@ -2391,31 +2393,31 @@ msgstr ""
"(safeuser)s\n"
"adresini ieren tm dier mesaj listeleri deitirilecek. "
-#: Mailman/Cgi/options.py:374
+#: Mailman/Cgi/options.py:375
msgid "The new address is already a member: %(newaddr)s"
msgstr "Yeni adres zaten bir ye: %(newaddr)s"
-#: Mailman/Cgi/options.py:380
+#: Mailman/Cgi/options.py:381
msgid "Addresses may not be blank"
msgstr "Adresler bo olamaz"
-#: Mailman/Cgi/options.py:394
+#: Mailman/Cgi/options.py:395
msgid "A confirmation message has been sent to %(newaddr)s. "
msgstr "%(newaddr)s adresine bir onay mesaj gnderildi. "
-#: Mailman/Cgi/options.py:403
+#: Mailman/Cgi/options.py:404
msgid "Bad email address provided"
msgstr "Kt e-posta adresi verildi"
-#: Mailman/Cgi/options.py:405
+#: Mailman/Cgi/options.py:406
msgid "Illegal email address provided"
msgstr "Geersiz e-posta adresi verildi"
-#: Mailman/Cgi/options.py:407
+#: Mailman/Cgi/options.py:408
msgid "%(newaddr)s is already a member of the list."
msgstr "%(newaddr)s zaten listenin bir yesi."
-#: Mailman/Cgi/options.py:410
+#: Mailman/Cgi/options.py:411
#, fuzzy
msgid ""
"%(newaddr)s is banned from this list. If you\n"
@@ -2426,11 +2428,11 @@ msgstr ""
"yasaklanm. Eer bu kstlamann hatal olduunu dnyorsanz,\n"
"%(listowner)s adresinden liste yneticileriyle balant kurabilirsiniz."
-#: Mailman/Cgi/options.py:421
+#: Mailman/Cgi/options.py:422
msgid "Member name successfully changed. "
msgstr "ye ismi baaryla deitirildi. "
-#: Mailman/Cgi/options.py:431
+#: Mailman/Cgi/options.py:432
#, fuzzy
msgid ""
"The list administrator may not change the\n"
@@ -2441,15 +2443,15 @@ msgstr ""
"seenekleriniz\n"
" baaryla ayarland."
-#: Mailman/Cgi/options.py:440
+#: Mailman/Cgi/options.py:441
msgid "Passwords may not be blank"
msgstr "ifreler bo olamaz"
-#: Mailman/Cgi/options.py:445
+#: Mailman/Cgi/options.py:446
msgid "Passwords did not match!"
msgstr "ifreler birbiriyle elemedi!"
-#: Mailman/Cgi/options.py:453
+#: Mailman/Cgi/options.py:454
#, fuzzy
msgid ""
"The list administrator may not change the\n"
@@ -2461,12 +2463,12 @@ msgstr ""
"seenekleriniz\n"
" baaryla ayarland."
-#: Mailman/Cgi/options.py:470 Mailman/Commands/cmd_password.py:83
+#: Mailman/Cgi/options.py:471 Mailman/Commands/cmd_password.py:83
#: Mailman/Commands/cmd_password.py:109
msgid "Password successfully changed."
msgstr "ifre baaryla deitirildi."
-#: Mailman/Cgi/options.py:479
+#: Mailman/Cgi/options.py:480
msgid ""
"You must confirm your unsubscription request by turning\n"
" on the checkbox below the <em>Unsubscribe</em> button. You\n"
@@ -2476,11 +2478,11 @@ msgstr ""
" altndaki onay kutusunu semeniz gerekir. Listeden "
"karlmadnz!"
-#: Mailman/Cgi/options.py:511
+#: Mailman/Cgi/options.py:512
msgid "Unsubscription results"
msgstr "Listeden kma sonular"
-#: Mailman/Cgi/options.py:515
+#: Mailman/Cgi/options.py:516
msgid ""
"Your unsubscription request has been received and\n"
" forwarded on to the list moderators for approval. You will\n"
@@ -2491,7 +2493,7 @@ msgstr ""
"liste moderatrlerine iletildi. Liste moderatrleri karar verdii zaman\n"
" bir bildirim alacaksnz."
-#: Mailman/Cgi/options.py:520
+#: Mailman/Cgi/options.py:521
msgid ""
"You have been successfully unsubscribed from the\n"
" mailing list %(fqdn_listname)s. If you were receiving digest\n"
@@ -2508,7 +2510,7 @@ msgstr ""
" varsa %(owneraddr)s adresinden liste sahipleri ile balantya\n"
" geebilirsiniz."
-#: Mailman/Cgi/options.py:669
+#: Mailman/Cgi/options.py:670
msgid ""
"The list administrator may not change the\n"
" options for this user's other subscriptions. However the\n"
@@ -2516,7 +2518,7 @@ msgid ""
" changed."
msgstr ""
-#: Mailman/Cgi/options.py:679
+#: Mailman/Cgi/options.py:680
msgid ""
"The list administrator has disabled digest delivery for\n"
" this list, so your delivery option has not been set. However "
@@ -2528,7 +2530,7 @@ msgstr ""
"seenekleriniz\n"
" baaryla ayarland."
-#: Mailman/Cgi/options.py:683
+#: Mailman/Cgi/options.py:684
msgid ""
"The list administrator has disabled non-digest delivery\n"
" for this list, so your delivery option has not been set. "
@@ -2540,63 +2542,63 @@ msgstr ""
"seenekleriniz\n"
" baaryla ayarland."
-#: Mailman/Cgi/options.py:687
+#: Mailman/Cgi/options.py:688
msgid "You have successfully set your options."
msgstr "Seeneklerinizi baaryla ayarladnz."
-#: Mailman/Cgi/options.py:690
+#: Mailman/Cgi/options.py:691
msgid "You may get one last digest."
msgstr "Son bir toplu mesaj alabilirsiniz."
-#: Mailman/Cgi/options.py:762
+#: Mailman/Cgi/options.py:763
msgid "<em>Yes, I really want to unsubscribe</em>"
msgstr "<em>Evet, yelikten kmak istiyorum</em>"
-#: Mailman/Cgi/options.py:766
+#: Mailman/Cgi/options.py:767
msgid "Change My Password"
msgstr "ifremi Deitir"
-#: Mailman/Cgi/options.py:769
+#: Mailman/Cgi/options.py:770
msgid "List my other subscriptions"
msgstr "Dier yeliklerimi listele"
-#: Mailman/Cgi/options.py:775
+#: Mailman/Cgi/options.py:776
msgid "Email My Password To Me"
msgstr "ifremi Bana E-Postayla Yolla"
-#: Mailman/Cgi/options.py:777
+#: Mailman/Cgi/options.py:778
msgid "password"
msgstr "ifre"
-#: Mailman/Cgi/options.py:779
+#: Mailman/Cgi/options.py:780
msgid "Log out"
msgstr "k"
-#: Mailman/Cgi/options.py:781
+#: Mailman/Cgi/options.py:782
msgid "Submit My Changes"
msgstr "Deiikliklerimi Gnder"
-#: Mailman/Cgi/options.py:793
+#: Mailman/Cgi/options.py:794
msgid "days"
msgstr "gn"
-#: Mailman/Cgi/options.py:795
+#: Mailman/Cgi/options.py:796
msgid "day"
msgstr "gn"
-#: Mailman/Cgi/options.py:796
+#: Mailman/Cgi/options.py:797
msgid "%(days)d %(units)s"
msgstr "%(days)d %(units)s"
-#: Mailman/Cgi/options.py:802
+#: Mailman/Cgi/options.py:803
msgid "Change My Address and Name"
msgstr "Adresimi ve smimi Deitir"
-#: Mailman/Cgi/options.py:828
+#: Mailman/Cgi/options.py:829
msgid "<em>No topics defined</em>"
msgstr "<em>Herhangi bir konu tanmlanmad</em>"
-#: Mailman/Cgi/options.py:836
+#: Mailman/Cgi/options.py:837
msgid ""
"\n"
"You are subscribed to this list with the case-preserved address\n"
@@ -2606,19 +2608,19 @@ msgstr ""
"Bu listeye byk-kk harf ayar korunmu ekilde <em>%(cpuser)s</"
"em>adresiyle yesiniz."
-#: Mailman/Cgi/options.py:850
+#: Mailman/Cgi/options.py:851
msgid "%(realname)s list: member options login page"
msgstr "%(realname)s listesi: yelik seenekleri giri sayfas"
-#: Mailman/Cgi/options.py:851
+#: Mailman/Cgi/options.py:852
msgid "email address and "
msgstr "e-posta adresi ve "
-#: Mailman/Cgi/options.py:854
+#: Mailman/Cgi/options.py:855
msgid "%(realname)s list: member options for user %(safeuser)s"
msgstr "%(realname)s listesi: %(safeuser)s kullancs iin yelik seenekleri"
-#: Mailman/Cgi/options.py:880
+#: Mailman/Cgi/options.py:881
msgid ""
"In order to change your membership option, you must\n"
" first log in by giving your %(extra)smembership password in the section\n"
@@ -2650,19 +2652,19 @@ msgstr ""
"hibiri yaplmayacaktr.\n"
" "
-#: Mailman/Cgi/options.py:894
+#: Mailman/Cgi/options.py:895
msgid "Email address:"
msgstr "E-posta adresi:"
-#: Mailman/Cgi/options.py:898
+#: Mailman/Cgi/options.py:899
msgid "Password:"
msgstr "ifre:"
-#: Mailman/Cgi/options.py:900
+#: Mailman/Cgi/options.py:901
msgid "Log in"
msgstr "Giri"
-#: Mailman/Cgi/options.py:908
+#: Mailman/Cgi/options.py:909
msgid ""
"By clicking on the <em>Unsubscribe</em> button, a\n"
" confirmation message will be emailed to you. This message will have a\n"
@@ -2676,11 +2678,11 @@ msgstr ""
"onaylayabilirsiniz,\n"
" onay mesajndaki aklamalar inceleyin)."
-#: Mailman/Cgi/options.py:916
+#: Mailman/Cgi/options.py:917
msgid "Password reminder"
msgstr "ifre hatrlat"
-#: Mailman/Cgi/options.py:920
+#: Mailman/Cgi/options.py:921
msgid ""
"By clicking on the <em>Remind</em> button, your\n"
" password will be emailed to you."
@@ -2688,27 +2690,27 @@ msgstr ""
"Aada <em>Hatrlat</em> dmesine tkladnzda\n"
" ifreniz size e-postayla gnderilecektir."
-#: Mailman/Cgi/options.py:923
+#: Mailman/Cgi/options.py:924
msgid "Remind"
msgstr "Hatrlat"
-#: Mailman/Cgi/options.py:1023
+#: Mailman/Cgi/options.py:1024
msgid "<missing>"
msgstr "<eksik>"
-#: Mailman/Cgi/options.py:1034
+#: Mailman/Cgi/options.py:1035
msgid "Requested topic is not valid: %(topicname)s"
msgstr "stenen konu geerli deil: %(topicname)s"
-#: Mailman/Cgi/options.py:1039
+#: Mailman/Cgi/options.py:1040
msgid "Topic filter details"
msgstr "Konu filtre ayrntlar"
-#: Mailman/Cgi/options.py:1042
+#: Mailman/Cgi/options.py:1043
msgid "Name:"
msgstr "sim:"
-#: Mailman/Cgi/options.py:1044
+#: Mailman/Cgi/options.py:1045
msgid "Pattern (as regexp):"
msgstr "Desen (regexp olarak):"
@@ -2768,8 +2770,9 @@ msgid "Permanently remove mailing list <em>%(realname)s</em>"
msgstr "<em>%(realname)s</em> mesaj listesini kalc olarak sil"
#: Mailman/Cgi/rmlist.py:204
+#, fuzzy
msgid ""
-"This page allows you as the list owner, to permanent\n"
+"This page allows you as the list owner, to permanently\n"
" remove this mailing list from the system. <strong>This action is not\n"
" undoable</strong> so you should undertake it only if you are absolutely\n"
" sure this mailing list has served its purpose and is no longer "
@@ -5578,9 +5581,10 @@ msgstr ""
" type=\"hidden\" name=\"new_member_options\" value=\"ignore\">"
#: Mailman/Gui/General.py:346
+#, fuzzy
msgid ""
"When a new member is subscribed to this list, their initial\n"
-" set of options is taken from the this variable's setting."
+" set of options is taken from this variable's setting."
msgstr ""
"Yeni bir kii listeye ye olduunda, balang ayarlar bu\n"
" deikenden alnr."
@@ -5747,18 +5751,18 @@ msgstr ""
#: Mailman/Gui/General.py:426
msgid ""
-"\"<a href=\"http://www.faqs.org/rfcs/rfc2822.html\">RFC\n"
+"<a href=\"http://www.faqs.org/rfcs/rfc2822.html\">RFC\n"
" 2822</a> defines the <tt>Sender</tt> header and defines it\n"
" as \"the mailbox of the agent responsible for the actual\n"
" transmission of the message.\" Mailman replaces this "
"header\n"
-" per default with the list's bounce address.\n"
+" by default with the list's bounce address.\n"
" \n"
" <p>While it is debatable if Mailman is such an agent, "
"setting\n"
" this header helps directing bounces from some broken MTAs "
"to\n"
-" the right destination. On the other hand do some mail\n"
+" the right destination. On the other hand, some mail\n"
" readers show unexpected behaviour if this header is set "
"(like\n"
" missing addresses in forwarded mails and copies sent to "
@@ -6017,7 +6021,7 @@ msgid ""
" address.\n"
"\n"
" <p>When personalization is enabled, a few more expansion\n"
-" variables that can be included in the <a\n"
+" variables can be included in the <a\n"
" href=\"?VARHELP=nondigest/msg_header\">message header</a> "
"and\n"
" <a href=\"?VARHELP=nondigest/msg_footer\">message footer</"
@@ -6093,10 +6097,10 @@ msgstr ""
#: Mailman/Gui/NonDigest.py:142
msgid ""
-"When you scrub attachments, they are stored in archive\n"
+"When you scrub attachments, they are stored in the archive\n"
" area and links are made in the message so that the member can\n"
-" access via web browser. If you want the attachments totally\n"
-" disappear, you can use content filter options."
+" access them via a web browser. If you want the attachments to\n"
+" totally disappear, you can use content filtering options."
msgstr ""
#: Mailman/Gui/NonDigest.py:149
@@ -7656,7 +7660,7 @@ msgstr "ye Listesine Git"
msgid "Once a month, your password will be emailed to you as a reminder."
msgstr "Ayda bir, ifreniz size e-posta yoluyla hatrlatlacaktr."
-#: Mailman/HTMLFormatter.py:393
+#: Mailman/HTMLFormatter.py:394
msgid "The current archive"
msgstr "u andaki ariv"
@@ -8262,83 +8266,83 @@ msgstr "Python ile Glendirilmi"
msgid "Gnu's Not Unix"
msgstr "Gnu Unix Deildir"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Mon"
msgstr "Pzt"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Thu"
msgstr "Per"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Tue"
msgstr "Sal"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Wed"
msgstr "ar"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Fri"
msgstr "Cum"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Sat"
msgstr "Cmt"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Sun"
msgstr "Paz"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Apr"
msgstr "Nis"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Feb"
msgstr "ub"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Jan"
msgstr "Oca"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Jun"
msgstr "Haz"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Mar"
msgstr "Mar"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Aug"
msgstr "Au"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Dec"
msgstr "Ara"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Jul"
msgstr "Tem"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Nov"
msgstr "Kas"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Oct"
msgstr "Eki"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Sep"
msgstr "Eyl"
-#: Mailman/i18n.py:107
+#: Mailman/i18n.py:111
msgid "Server Local Time"
msgstr "Sunucu Yerel Zaman"
-#: Mailman/i18n.py:146
+#: Mailman/i18n.py:150
msgid ""
"%(wday)s %(mon)s %(day)2i %(hh)02i:%(mm)02i:%(ss)02i %(tzname)s %(year)04i"
msgstr ""
diff --git a/messages/uk/LC_MESSAGES/mailman.po b/messages/uk/LC_MESSAGES/mailman.po
index 08bbd2a2..46761bbb 100644
--- a/messages/uk/LC_MESSAGES/mailman.po
+++ b/messages/uk/LC_MESSAGES/mailman.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: mailman v2.1.5\n"
-"POT-Creation-Date: Tue Jul 27 08:05:43 2010\n"
+"POT-Creation-Date: Fri Sep 10 10:50:49 2010\n"
"PO-Revision-Date: 2005-02-24 17:37+0200\n"
"Last-Translator: Maxim Dzumanenko <mvd@mylinux.com.ua>\n"
"Language-Team: Ukrainian <uk@li.org>\n"
@@ -97,7 +97,7 @@ msgstr "Липень"
msgid "June"
msgstr "Червень"
-#: Mailman/Archiver/HyperArch.py:923 Mailman/i18n.py:103
+#: Mailman/Archiver/HyperArch.py:923 Mailman/i18n.py:107
msgid "May"
msgstr "Травень"
@@ -278,10 +278,12 @@ msgstr ""
" обрали цей варіант, вони нічого не отримуватимуть."
#: Mailman/Cgi/admin.py:194
+#, fuzzy
msgid ""
"You have regular list members but non-digestified mail is\n"
-" turned off. They will receive mail until you fix this\n"
-" problem."
+" turned off. They will receive non-digestified mail until "
+"you\n"
+" fix this problem."
msgstr ""
"Надсилання звичайної підписки вимкнуто. Але є отримувачі, які\n"
" обрали цей варіант, вони нічого не отримуватимуть."
@@ -513,7 +515,7 @@ msgstr "Назва теми:"
msgid "Regexp:"
msgstr "Регулярний вираз:"
-#: Mailman/Cgi/admin.py:709 Mailman/Cgi/options.py:1046
+#: Mailman/Cgi/admin.py:709 Mailman/Cgi/options.py:1047
msgid "Description:"
msgstr "Опис:"
@@ -1594,8 +1596,8 @@ msgstr ""
" <p>Або натисніть <em>Скасувати та видалити запит</em>, щоб відмовитись\n"
" від припинення підписки."
-#: Mailman/Cgi/confirm.py:491 Mailman/Cgi/options.py:760
-#: Mailman/Cgi/options.py:904 Mailman/Cgi/options.py:914
+#: Mailman/Cgi/confirm.py:491 Mailman/Cgi/options.py:761
+#: Mailman/Cgi/options.py:905 Mailman/Cgi/options.py:915
msgid "Unsubscribe"
msgstr "Припинити підписку"
@@ -2259,7 +2261,7 @@ msgstr ""
msgid "Edit Options"
msgstr "Редагувати параметри"
-#: Mailman/Cgi/listinfo.py:201 Mailman/Cgi/options.py:869
+#: Mailman/Cgi/listinfo.py:201 Mailman/Cgi/options.py:870
#: Mailman/Cgi/roster.py:118
msgid "View this page in"
msgstr "Мова перегляду (view this page in):"
@@ -2280,8 +2282,8 @@ msgstr "Відсутня адреса"
msgid "Illegal Email Address: %(safeuser)s"
msgstr "Неправильна адреса: %(safeuser)s"
-#: Mailman/Cgi/options.py:128 Mailman/Cgi/options.py:192
-#: Mailman/Cgi/options.py:214
+#: Mailman/Cgi/options.py:128 Mailman/Cgi/options.py:193
+#: Mailman/Cgi/options.py:215
msgid "No such member: %(safeuser)s."
msgstr "Такий користувач відсутній: %(safeuser)s."
@@ -2293,35 +2295,35 @@ msgstr ""
"Ваш запит на припинення підписки\n"
" пересланий керівнику списку для обробки."
-#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:197
+#: Mailman/Cgi/options.py:184 Mailman/Cgi/options.py:198
msgid "The confirmation email has been sent."
msgstr "Лист підтвердження відіслано."
-#: Mailman/Cgi/options.py:208 Mailman/Cgi/options.py:220
-#: Mailman/Cgi/options.py:277
+#: Mailman/Cgi/options.py:209 Mailman/Cgi/options.py:221
+#: Mailman/Cgi/options.py:278
msgid "A reminder of your password has been emailed to you."
msgstr "Лист з нагадуванням паролю успішно вам відіслано."
-#: Mailman/Cgi/options.py:249
+#: Mailman/Cgi/options.py:250
msgid "Authentication failed."
msgstr "Помилка аутентифікації."
-#: Mailman/Cgi/options.py:284
+#: Mailman/Cgi/options.py:285
msgid ""
"The list administrator may not view the other\n"
" subscriptions for this user."
msgstr ""
-#: Mailman/Cgi/options.py:285 Mailman/Cgi/options.py:328
-#: Mailman/Cgi/options.py:456 Mailman/Cgi/options.py:672
+#: Mailman/Cgi/options.py:286 Mailman/Cgi/options.py:329
+#: Mailman/Cgi/options.py:457 Mailman/Cgi/options.py:673
msgid "Note: "
msgstr ""
-#: Mailman/Cgi/options.py:290
+#: Mailman/Cgi/options.py:291
msgid "List subscriptions for %(safeuser)s on %(hostname)s"
msgstr "Перелік отримувачів %(safeuser)s на %(hostname)s"
-#: Mailman/Cgi/options.py:293
+#: Mailman/Cgi/options.py:294
msgid ""
"Click on a link to visit your options page for the\n"
" requested mailing list."
@@ -2329,22 +2331,22 @@ msgstr ""
"Щоб перейти до налаштовування вашої підписки на список,\n"
" натисніть на посиланні."
-#: Mailman/Cgi/options.py:325
+#: Mailman/Cgi/options.py:326
msgid ""
"The list administrator may not change the names\n"
" or addresses for this user's other subscriptions. However, the\n"
" subscription for this mailing list has been changed."
msgstr ""
-#: Mailman/Cgi/options.py:348
+#: Mailman/Cgi/options.py:349
msgid "Addresses did not match!"
msgstr "Адреси не співпадають!"
-#: Mailman/Cgi/options.py:353
+#: Mailman/Cgi/options.py:354
msgid "You are already using that email address"
msgstr "Ви вже використовуєте цю адресу"
-#: Mailman/Cgi/options.py:365
+#: Mailman/Cgi/options.py:366
msgid ""
"The new address you requested %(newaddr)s is already a member of the\n"
"%(listname)s mailing list, however you have also requested a global change "
@@ -2357,31 +2359,31 @@ msgstr ""
"адресу %(safeuser)s буде замінено у будь-яких інших списках розсилки,\n"
"в яких вона зустрічається."
-#: Mailman/Cgi/options.py:374
+#: Mailman/Cgi/options.py:375
msgid "The new address is already a member: %(newaddr)s"
msgstr "Ця адреса вже використовується користувачем: %(newaddr)s"
-#: Mailman/Cgi/options.py:380
+#: Mailman/Cgi/options.py:381
msgid "Addresses may not be blank"
msgstr "Поле адреси не може бути порожнім"
-#: Mailman/Cgi/options.py:394
+#: Mailman/Cgi/options.py:395
msgid "A confirmation message has been sent to %(newaddr)s. "
msgstr "Лист підтвердження відіслано до %(newaddr)s."
-#: Mailman/Cgi/options.py:403
+#: Mailman/Cgi/options.py:404
msgid "Bad email address provided"
msgstr "Неправильна електронна адреса"
-#: Mailman/Cgi/options.py:405
+#: Mailman/Cgi/options.py:406
msgid "Illegal email address provided"
msgstr "Недопустима електронна адреса"
-#: Mailman/Cgi/options.py:407
+#: Mailman/Cgi/options.py:408
msgid "%(newaddr)s is already a member of the list."
msgstr "%(newaddr)s вже є користувачем цього списку розсилки."
-#: Mailman/Cgi/options.py:410
+#: Mailman/Cgi/options.py:411
#, fuzzy
msgid ""
"%(newaddr)s is banned from this list. If you\n"
@@ -2392,11 +2394,11 @@ msgstr ""
"розсилки. Якщо ви вважаєте, що це обмеження помилкове,\n"
"зверніться до власника списку за адресою %(listowner)s."
-#: Mailman/Cgi/options.py:421
+#: Mailman/Cgi/options.py:422
msgid "Member name successfully changed. "
msgstr "Ім'я користувача успішно змінено."
-#: Mailman/Cgi/options.py:431
+#: Mailman/Cgi/options.py:432
#, fuzzy
msgid ""
"The list administrator may not change the\n"
@@ -2406,15 +2408,15 @@ msgstr ""
" списку розсилки, і зміни у параметри доставки не внесено.\n"
" Усі інші зміни у параметри успішно внесено."
-#: Mailman/Cgi/options.py:440
+#: Mailman/Cgi/options.py:441
msgid "Passwords may not be blank"
msgstr "Поле паролю не може бути порожнім"
-#: Mailman/Cgi/options.py:445
+#: Mailman/Cgi/options.py:446
msgid "Passwords did not match!"
msgstr "Поля паролів не співпадають!"
-#: Mailman/Cgi/options.py:453
+#: Mailman/Cgi/options.py:454
#, fuzzy
msgid ""
"The list administrator may not change the\n"
@@ -2425,12 +2427,12 @@ msgstr ""
" списку розсилки, і зміни у параметри доставки не внесено.\n"
" Усі інші зміни у параметри успішно внесено."
-#: Mailman/Cgi/options.py:470 Mailman/Commands/cmd_password.py:83
+#: Mailman/Cgi/options.py:471 Mailman/Commands/cmd_password.py:83
#: Mailman/Commands/cmd_password.py:109
msgid "Password successfully changed."
msgstr "Пароль успішно змінено."
-#: Mailman/Cgi/options.py:479
+#: Mailman/Cgi/options.py:480
msgid ""
"You must confirm your unsubscription request by turning\n"
" on the checkbox below the <em>Unsubscribe</em> button. You\n"
@@ -2440,11 +2442,11 @@ msgstr ""
" ознаку під кнопкою <em>Припинити підписку</em>. У іншому\n"
" випадку її не буде припинено!"
-#: Mailman/Cgi/options.py:511
+#: Mailman/Cgi/options.py:512
msgid "Unsubscription results"
msgstr "Результати припинення підписки"
-#: Mailman/Cgi/options.py:515
+#: Mailman/Cgi/options.py:516
msgid ""
"Your unsubscription request has been received and\n"
" forwarded on to the list moderators for approval. You will\n"
@@ -2456,7 +2458,7 @@ msgstr ""
" прийняття рішення керівником списку розсилки, ви отримаєте\n"
" повідомлення."
-#: Mailman/Cgi/options.py:520
+#: Mailman/Cgi/options.py:521
msgid ""
"You have been successfully unsubscribed from the\n"
" mailing list %(fqdn_listname)s. If you were receiving digest\n"
@@ -2471,7 +2473,7 @@ msgstr ""
" зверніться до власника списку розсилки\n"
" %(owneraddr)s."
-#: Mailman/Cgi/options.py:669
+#: Mailman/Cgi/options.py:670
msgid ""
"The list administrator may not change the\n"
" options for this user's other subscriptions. However the\n"
@@ -2479,7 +2481,7 @@ msgid ""
" changed."
msgstr ""
-#: Mailman/Cgi/options.py:679
+#: Mailman/Cgi/options.py:680
msgid ""
"The list administrator has disabled digest delivery for\n"
" this list, so your delivery option has not been set. However "
@@ -2490,7 +2492,7 @@ msgstr ""
" цього списку, тому зміни у параметри доставки не внесено.\n"
" Усі інші зміни у параметри успішно внесено."
-#: Mailman/Cgi/options.py:683
+#: Mailman/Cgi/options.py:684
msgid ""
"The list administrator has disabled non-digest delivery\n"
" for this list, so your delivery option has not been set. "
@@ -2501,63 +2503,63 @@ msgstr ""
" списку розсилки, і зміни у параметри доставки не внесено.\n"
" Усі інші зміни у параметри успішно внесено."
-#: Mailman/Cgi/options.py:687
+#: Mailman/Cgi/options.py:688
msgid "You have successfully set your options."
msgstr "Параметри успішно збережено."
-#: Mailman/Cgi/options.py:690
+#: Mailman/Cgi/options.py:691
msgid "You may get one last digest."
msgstr "Ви можете отримати ще одну, останню, збірку."
-#: Mailman/Cgi/options.py:762
+#: Mailman/Cgi/options.py:763
msgid "<em>Yes, I really want to unsubscribe</em>"
msgstr "<em>Так, я дійсно бажаю відмовитись від підписки<em>"
-#: Mailman/Cgi/options.py:766
+#: Mailman/Cgi/options.py:767
msgid "Change My Password"
msgstr "Змінити пароль"
-#: Mailman/Cgi/options.py:769
+#: Mailman/Cgi/options.py:770
msgid "List my other subscriptions"
msgstr "Перелік інших списків, на які я підписаний"
-#: Mailman/Cgi/options.py:775
+#: Mailman/Cgi/options.py:776
msgid "Email My Password To Me"
msgstr "Надіслати мені мій пароль"
-#: Mailman/Cgi/options.py:777
+#: Mailman/Cgi/options.py:778
msgid "password"
msgstr "пароль"
-#: Mailman/Cgi/options.py:779
+#: Mailman/Cgi/options.py:780
msgid "Log out"
msgstr "Завершити роботу"
-#: Mailman/Cgi/options.py:781
+#: Mailman/Cgi/options.py:782
msgid "Submit My Changes"
msgstr "Внести зміни"
-#: Mailman/Cgi/options.py:793
+#: Mailman/Cgi/options.py:794
msgid "days"
msgstr "днів"
-#: Mailman/Cgi/options.py:795
+#: Mailman/Cgi/options.py:796
msgid "day"
msgstr "день"
-#: Mailman/Cgi/options.py:796
+#: Mailman/Cgi/options.py:797
msgid "%(days)d %(units)s"
msgstr "%(days)d %(units)s"
-#: Mailman/Cgi/options.py:802
+#: Mailman/Cgi/options.py:803
msgid "Change My Address and Name"
msgstr "Змінити мою адресу та ім'я"
-#: Mailman/Cgi/options.py:828
+#: Mailman/Cgi/options.py:829
msgid "<em>No topics defined</em>"
msgstr "<em>Теми не визначені</em>"
-#: Mailman/Cgi/options.py:836
+#: Mailman/Cgi/options.py:837
msgid ""
"\n"
"You are subscribed to this list with the case-preserved address\n"
@@ -2567,19 +2569,19 @@ msgstr ""
"Адреса (із збереженням регістру) за якою ви підписні на цей список\n"
"<em>%(cpuser)s</em>."
-#: Mailman/Cgi/options.py:850
+#: Mailman/Cgi/options.py:851
msgid "%(realname)s list: member options login page"
msgstr "Список %(realname)s: реєстраційна сторінка параметрів учасника"
-#: Mailman/Cgi/options.py:851
+#: Mailman/Cgi/options.py:852
msgid "email address and "
msgstr "електронну адресу та "
-#: Mailman/Cgi/options.py:854
+#: Mailman/Cgi/options.py:855
msgid "%(realname)s list: member options for user %(safeuser)s"
msgstr "Список %(realname)s: сторінка параметрів учасника %(safeuser)s"
-#: Mailman/Cgi/options.py:880
+#: Mailman/Cgi/options.py:881
msgid ""
"In order to change your membership option, you must\n"
" first log in by giving your %(extra)smembership password in the section\n"
@@ -2607,19 +2609,19 @@ msgstr ""
" дозволити cookies, у іншому випадку жодні зміни не буде внесено.\n"
" "
-#: Mailman/Cgi/options.py:894
+#: Mailman/Cgi/options.py:895
msgid "Email address:"
msgstr "Електронна адреса:"
-#: Mailman/Cgi/options.py:898
+#: Mailman/Cgi/options.py:899
msgid "Password:"
msgstr "Пароль:"
-#: Mailman/Cgi/options.py:900
+#: Mailman/Cgi/options.py:901
msgid "Log in"
msgstr "Увійти"
-#: Mailman/Cgi/options.py:908
+#: Mailman/Cgi/options.py:909
msgid ""
"By clicking on the <em>Unsubscribe</em> button, a\n"
" confirmation message will be emailed to you. This message will have a\n"
@@ -2633,11 +2635,11 @@ msgstr ""
" (також можливо підтвердити поштою; інструкції дивіться у повідомленні\n"
" з підтвердженням)."
-#: Mailman/Cgi/options.py:916
+#: Mailman/Cgi/options.py:917
msgid "Password reminder"
msgstr "Нагадування паролю"
-#: Mailman/Cgi/options.py:920
+#: Mailman/Cgi/options.py:921
msgid ""
"By clicking on the <em>Remind</em> button, your\n"
" password will be emailed to you."
@@ -2645,27 +2647,27 @@ msgstr ""
"Ваш пароль буде надіслано ваш після натиснення\n"
" на кнопку <em>Нагадати</em>."
-#: Mailman/Cgi/options.py:923
+#: Mailman/Cgi/options.py:924
msgid "Remind"
msgstr "Нагадати"
-#: Mailman/Cgi/options.py:1023
+#: Mailman/Cgi/options.py:1024
msgid "<missing>"
msgstr "<відсутня>"
-#: Mailman/Cgi/options.py:1034
+#: Mailman/Cgi/options.py:1035
msgid "Requested topic is not valid: %(topicname)s"
msgstr "Запитана тема не є правильною: %(topicname)s"
-#: Mailman/Cgi/options.py:1039
+#: Mailman/Cgi/options.py:1040
msgid "Topic filter details"
msgstr "Подробиці фільтру тем"
-#: Mailman/Cgi/options.py:1042
+#: Mailman/Cgi/options.py:1043
msgid "Name:"
msgstr "Назва:"
-#: Mailman/Cgi/options.py:1044
+#: Mailman/Cgi/options.py:1045
msgid "Pattern (as regexp):"
msgstr "Шаблон (регулярний вираз):"
@@ -2725,8 +2727,9 @@ msgid "Permanently remove mailing list <em>%(realname)s</em>"
msgstr "Остаточне видалення списку розсилки <em>%(realname)s</em>"
#: Mailman/Cgi/rmlist.py:204
+#, fuzzy
msgid ""
-"This page allows you as the list owner, to permanent\n"
+"This page allows you as the list owner, to permanently\n"
" remove this mailing list from the system. <strong>This action is not\n"
" undoable</strong> so you should undertake it only if you are absolutely\n"
" sure this mailing list has served its purpose and is no longer "
@@ -5410,9 +5413,10 @@ msgstr ""
" type=\"hidden\" name=\"new_member_options\" value=\"ignore\">"
#: Mailman/Gui/General.py:346
+#, fuzzy
msgid ""
"When a new member is subscribed to this list, their initial\n"
-" set of options is taken from the this variable's setting."
+" set of options is taken from this variable's setting."
msgstr ""
"Коли на список підписується новий учасник, початкові значення його\n"
" параметрів встановлюються зі значень цих змінних."
@@ -5574,18 +5578,18 @@ msgstr ""
#: Mailman/Gui/General.py:426
msgid ""
-"\"<a href=\"http://www.faqs.org/rfcs/rfc2822.html\">RFC\n"
+"<a href=\"http://www.faqs.org/rfcs/rfc2822.html\">RFC\n"
" 2822</a> defines the <tt>Sender</tt> header and defines it\n"
" as \"the mailbox of the agent responsible for the actual\n"
" transmission of the message.\" Mailman replaces this "
"header\n"
-" per default with the list's bounce address.\n"
+" by default with the list's bounce address.\n"
" \n"
" <p>While it is debatable if Mailman is such an agent, "
"setting\n"
" this header helps directing bounces from some broken MTAs "
"to\n"
-" the right destination. On the other hand do some mail\n"
+" the right destination. On the other hand, some mail\n"
" readers show unexpected behaviour if this header is set "
"(like\n"
" missing addresses in forwarded mails and copies sent to "
@@ -5813,6 +5817,7 @@ msgstr ""
"подробицями</a>."
#: Mailman/Gui/NonDigest.py:61
+#, fuzzy
msgid ""
"Normally, Mailman sends the regular delivery messages to\n"
" the mail server in batches. This is much more efficent\n"
@@ -5845,7 +5850,7 @@ msgid ""
" address.\n"
"\n"
" <p>When personalization is enabled, a few more expansion\n"
-" variables that can be included in the <a\n"
+" variables can be included in the <a\n"
" href=\"?VARHELP=nondigest/msg_header\">message header</a> "
"and\n"
" <a href=\"?VARHELP=nondigest/msg_footer\">message footer</"
@@ -5966,11 +5971,12 @@ msgid "Scrub attachments of regular delivery message?"
msgstr "Вичистити вкладення з повідомлень, що доставляються звичайним шляхом?"
#: Mailman/Gui/NonDigest.py:142
+#, fuzzy
msgid ""
-"When you scrub attachments, they are stored in archive\n"
+"When you scrub attachments, they are stored in the archive\n"
" area and links are made in the message so that the member can\n"
-" access via web browser. If you want the attachments totally\n"
-" disappear, you can use content filter options."
+" access them via a web browser. If you want the attachments to\n"
+" totally disappear, you can use content filtering options."
msgstr ""
"Коли ви вичищаєте вкладення, вони зберігаються у архівній області,\n"
" та на них робляться посилання у повідомленні, тож кожен\n"
@@ -7454,7 +7460,7 @@ msgstr "Відвідати перелік учасників"
msgid "Once a month, your password will be emailed to you as a reminder."
msgstr "Щомісяця, ваш пароль надсилатиметься вам з нагадуванням."
-#: Mailman/HTMLFormatter.py:393
+#: Mailman/HTMLFormatter.py:394
msgid "The current archive"
msgstr "Поточний архів"
@@ -8059,83 +8065,83 @@ msgstr "Працює під керуванням Python"
msgid "Gnu's Not Unix"
msgstr "Gnu's Not Unix"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Mon"
msgstr "Пнд"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Thu"
msgstr "Чтв"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Tue"
msgstr "Втр"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Wed"
msgstr "Срд"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Fri"
msgstr "Птн"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Sat"
msgstr "Сбт"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Sun"
msgstr "Ндл"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Apr"
msgstr "Кві"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Feb"
msgstr "Лют"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Jan"
msgstr "Січ"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Jun"
msgstr "Чер"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Mar"
msgstr "Бер"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Aug"
msgstr "Сер"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Dec"
msgstr "Гру"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Jul"
msgstr "Лип"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Nov"
msgstr "Лис"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Oct"
msgstr "Жов"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Sep"
msgstr "Вер"
-#: Mailman/i18n.py:107
+#: Mailman/i18n.py:111
msgid "Server Local Time"
msgstr "Час на сервері"
-#: Mailman/i18n.py:146
+#: Mailman/i18n.py:150
msgid ""
"%(wday)s %(mon)s %(day)2i %(hh)02i:%(mm)02i:%(ss)02i %(tzname)s %(year)04i"
msgstr ""
diff --git a/messages/vi/LC_MESSAGES/mailman.po b/messages/vi/LC_MESSAGES/mailman.po
index 08617898..2931ff4b 100644
--- a/messages/vi/LC_MESSAGES/mailman.po
+++ b/messages/vi/LC_MESSAGES/mailman.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: mailman-2.1.10\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: Tue Jul 27 08:05:43 2010\n"
+"POT-Creation-Date: Fri Sep 10 10:50:49 2010\n"
"PO-Revision-Date: 2008-01-03 22:05+1030\n"
"Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"
"Language-Team: Vietnamese <vi-VN@googlegroups.com>\n"
@@ -99,7 +99,7 @@ msgstr "Tháng Bảy"
msgid "June"
msgstr "Tháng Sáu"
-#: Mailman/Archiver/HyperArch.py:923 Mailman/i18n.py:103
+#: Mailman/Archiver/HyperArch.py:923 Mailman/i18n.py:107
msgid "May"
msgstr "Tháng Năm"
@@ -281,10 +281,12 @@ msgstr ""
"\tNhư thế thì họ sẽ không nhận thư nào."
#: Mailman/Cgi/admin.py:194
+#, fuzzy
msgid ""
"You have regular list members but non-digestified mail is\n"
-" turned off. They will receive mail until you fix this\n"
-" problem."
+" turned off. They will receive non-digestified mail until "
+"you\n"
+" fix this problem."
msgstr ""
"Bạn có một số thành viên đã chọn nhận thư đơn,\n"
"\tnhưng khả năng phát thư đơn bị tắt.\n"
@@ -517,7 +519,7 @@ msgstr "Tên chủ đề:"
msgid "Regexp:"
msgstr "Biểu thức c.q.:"
-#: Mailman/Cgi/admin.py:709 Mailman/Cgi/options.py:1046
+#: Mailman/Cgi/admin.py:709 Mailman/Cgi/options.py:1047
msgid "Description:"
msgstr "Mô tả:"
@@ -1589,8 +1591,8 @@ msgstr ""
"\n"
"Hoặc bấm <em>Thôi và hủy</em> để thôi yêu cầu bỏ đăng ký này."
-#: Mailman/Cgi/confirm.py:491 Mailman/Cgi/options.py:760
-#: Mailman/Cgi/options.py:904 Mailman/Cgi/options.py:914
+#: Mailman/Cgi/confirm.py:491 Mailman/Cgi/options.py:761
+#: Mailman/Cgi/options.py:905 Mailman/Cgi/options.py:915
msgid "Unsubscribe"
msgstr "Bỏ đăng ký"
@@ -2258,7 +2260,7 @@ msgstr ""
msgid "Edit Options"
msgstr "Tùy chọn hiệu chỉnh"
-#: Mailman/Cgi/listinfo.py:201 Mailman/Cgi/options.py:869
+#: Mailman/Cgi/listinfo.py:201 Mailman/Cgi/options.py:870
#: Mailman/Cgi/roster.py:118
msgid "View this page in"
msgstr "Xem trang này bằng"
@@ -2279,8 +2281,8 @@ msgstr "Chưa nhập địa chỉ"
msgid "Illegal Email Address: %(safeuser)s"
msgstr "Không cho phép địa chỉ : %(safeuser)s"
-#: Mailman/Cgi/options.py:128 Mailman/Cgi/options.py:192
-#: Mailman/Cgi/options.py:214
+#: Mailman/Cgi/options.py:128 Mailman/Cgi/options.py:193
+#: Mailman/Cgi/options.py:215
msgid "No such member: %(safeuser)s."
msgstr "Không có thành viên như vậy: %(safeuser)s."
@@ -2292,20 +2294,20 @@ msgstr ""
"Yêu cầu bỏ đăng ký của bạn đã được chuyển tiếp\n"
"\ttới quản trị hộp thư để tán thành."
-#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:197
+#: Mailman/Cgi/options.py:184 Mailman/Cgi/options.py:198
msgid "The confirmation email has been sent."
msgstr "Thư xác nhận đã được gởi."
-#: Mailman/Cgi/options.py:208 Mailman/Cgi/options.py:220
-#: Mailman/Cgi/options.py:277
+#: Mailman/Cgi/options.py:209 Mailman/Cgi/options.py:221
+#: Mailman/Cgi/options.py:278
msgid "A reminder of your password has been emailed to you."
msgstr "Lời nhắc nhở mật khẩu đã được gởi cho bạn trong thư."
-#: Mailman/Cgi/options.py:249
+#: Mailman/Cgi/options.py:250
msgid "Authentication failed."
msgstr "Xác thực thất bại."
-#: Mailman/Cgi/options.py:284
+#: Mailman/Cgi/options.py:285
msgid ""
"The list administrator may not view the other\n"
" subscriptions for this user."
@@ -2313,16 +2315,16 @@ msgstr ""
"Quản trị hộp thư có lẽ sẽ không xem\n"
"\tnhững sự đăng ký khác cho người dùng này."
-#: Mailman/Cgi/options.py:285 Mailman/Cgi/options.py:328
-#: Mailman/Cgi/options.py:456 Mailman/Cgi/options.py:672
+#: Mailman/Cgi/options.py:286 Mailman/Cgi/options.py:329
+#: Mailman/Cgi/options.py:457 Mailman/Cgi/options.py:673
msgid "Note: "
msgstr "Ghi chú : "
-#: Mailman/Cgi/options.py:290
+#: Mailman/Cgi/options.py:291
msgid "List subscriptions for %(safeuser)s on %(hostname)s"
msgstr "Các sự đăng ký hộp thư cho %(safeuser)s trên máy %(hostname)s"
-#: Mailman/Cgi/options.py:293
+#: Mailman/Cgi/options.py:294
msgid ""
"Click on a link to visit your options page for the\n"
" requested mailing list."
@@ -2330,7 +2332,7 @@ msgstr ""
"Nhắp vào liên kết nào để thăm trang tùy chọn\n"
"\tcho hộp thư đó."
-#: Mailman/Cgi/options.py:325
+#: Mailman/Cgi/options.py:326
msgid ""
"The list administrator may not change the names\n"
" or addresses for this user's other subscriptions. However, the\n"
@@ -2340,15 +2342,15 @@ msgstr ""
"\tcho các sự đăng ký khác của người dùng này.\n"
"\tTuy nhiên, tư cách đăng ký cho hộp thư này đã được thay đổi."
-#: Mailman/Cgi/options.py:348
+#: Mailman/Cgi/options.py:349
msgid "Addresses did not match!"
msgstr "• Các địa chỉ không khớp. •"
-#: Mailman/Cgi/options.py:353
+#: Mailman/Cgi/options.py:354
msgid "You are already using that email address"
msgstr "Bạn đang sử dụng địa chỉ thư đó."
-#: Mailman/Cgi/options.py:365
+#: Mailman/Cgi/options.py:366
msgid ""
"The new address you requested %(newaddr)s is already a member of the\n"
"%(listname)s mailing list, however you have also requested a global change "
@@ -2361,31 +2363,31 @@ msgstr ""
"\ttoàn cục địa chỉ thư. Một khi bạn xác nhận, hộp thư khác nào\n"
"\tchứa địa chỉ thư %(safeuser)s sẽ cũng được thay đổi."
-#: Mailman/Cgi/options.py:374
+#: Mailman/Cgi/options.py:375
msgid "The new address is already a member: %(newaddr)s"
msgstr "Địa chỉ mới đã đăng ký trước: %(newaddr)s"
-#: Mailman/Cgi/options.py:380
+#: Mailman/Cgi/options.py:381
msgid "Addresses may not be blank"
msgstr "Không cho phép địa chỉ rỗng"
-#: Mailman/Cgi/options.py:394
+#: Mailman/Cgi/options.py:395
msgid "A confirmation message has been sent to %(newaddr)s. "
msgstr "Thư xác nhận đã được gởi cho %(newaddr)s. "
-#: Mailman/Cgi/options.py:403
+#: Mailman/Cgi/options.py:404
msgid "Bad email address provided"
msgstr "Bạn đã nhập một địa chỉ thư sai."
-#: Mailman/Cgi/options.py:405
+#: Mailman/Cgi/options.py:406
msgid "Illegal email address provided"
msgstr "Bạn đã nhập một địa chỉ không được phép."
-#: Mailman/Cgi/options.py:407
+#: Mailman/Cgi/options.py:408
msgid "%(newaddr)s is already a member of the list."
msgstr "%(newaddr)s đã đăng ký trước này với hộp thư này."
-#: Mailman/Cgi/options.py:410
+#: Mailman/Cgi/options.py:411
msgid ""
"%(newaddr)s is banned from this list. If you\n"
" think this restriction is erroneous, please contact\n"
@@ -2394,11 +2396,11 @@ msgstr ""
"%(newaddr)s bị cấm ra hộp thư này.\tNếu bạn xem là hạn chế này không đúng,\n"
"\tvui lòng liên lạc với quản trị hộp thư tại %(owneraddr)s."
-#: Mailman/Cgi/options.py:421
+#: Mailman/Cgi/options.py:422
msgid "Member name successfully changed. "
msgstr "Tên thành viên đã được thay đổi. "
-#: Mailman/Cgi/options.py:431
+#: Mailman/Cgi/options.py:432
#, fuzzy
msgid ""
"The list administrator may not change the\n"
@@ -2407,15 +2409,15 @@ msgstr ""
"Quản trị hộp thư có lẽ sẽ không xem\n"
"\tnhững sự đăng ký khác cho người dùng này."
-#: Mailman/Cgi/options.py:440
+#: Mailman/Cgi/options.py:441
msgid "Passwords may not be blank"
msgstr "Không cho phép mật khẩu rỗng."
-#: Mailman/Cgi/options.py:445
+#: Mailman/Cgi/options.py:446
msgid "Passwords did not match!"
msgstr "Mật khẩu không khớp."
-#: Mailman/Cgi/options.py:453
+#: Mailman/Cgi/options.py:454
msgid ""
"The list administrator may not change the\n"
" password for this user's other subscriptions. However, the\n"
@@ -2425,12 +2427,12 @@ msgstr ""
"\tcho các sự đăng ký khác của người dùng này.\n"
"\tTuy nhiên, mật khẩu cho hộp thư này đã được thay đổi."
-#: Mailman/Cgi/options.py:470 Mailman/Commands/cmd_password.py:83
+#: Mailman/Cgi/options.py:471 Mailman/Commands/cmd_password.py:83
#: Mailman/Commands/cmd_password.py:109
msgid "Password successfully changed."
msgstr "Mật khẩu đã được thay đổi."
-#: Mailman/Cgi/options.py:479
+#: Mailman/Cgi/options.py:480
msgid ""
"You must confirm your unsubscription request by turning\n"
" on the checkbox below the <em>Unsubscribe</em> button. You\n"
@@ -2440,11 +2442,11 @@ msgstr ""
"\ttrong hộp chọn bên dưới nút <em>Bỏ đang ký</em>.\n"
"\t• Bạn chưa được bỏ đăng ký. •"
-#: Mailman/Cgi/options.py:511
+#: Mailman/Cgi/options.py:512
msgid "Unsubscription results"
msgstr "Kết quả bỏ đăng ký"
-#: Mailman/Cgi/options.py:515
+#: Mailman/Cgi/options.py:516
msgid ""
"Your unsubscription request has been received and\n"
" forwarded on to the list moderators for approval. You will\n"
@@ -2455,7 +2457,7 @@ msgstr ""
"\ttới những điều tiết viên của hộp thư để tán thành.\n"
"\tBạn sẽ nhận thông báo về cách quyết định."
-#: Mailman/Cgi/options.py:520
+#: Mailman/Cgi/options.py:521
msgid ""
"You have been successfully unsubscribed from the\n"
" mailing list %(fqdn_listname)s. If you were receiving digest\n"
@@ -2469,7 +2471,7 @@ msgstr ""
"\tMỗi câu hỏi về cách bỏ đăng ký, vui lòng liên lạc với\n"
"\tquản trị hộp thư tại %(owneraddr)s."
-#: Mailman/Cgi/options.py:669
+#: Mailman/Cgi/options.py:670
msgid ""
"The list administrator may not change the\n"
" options for this user's other subscriptions. However the\n"
@@ -2480,7 +2482,7 @@ msgstr ""
"\tcho các sự đăng ký khác của người dùng này.\n"
"\tTuy nhiên, các tùy chọn cho hộp thư này đã được thay đổi."
-#: Mailman/Cgi/options.py:679
+#: Mailman/Cgi/options.py:680
msgid ""
"The list administrator has disabled digest delivery for\n"
" this list, so your delivery option has not been set. However "
@@ -2491,7 +2493,7 @@ msgstr ""
"\tnên không thể đặt tùy chọn phát đó của bạn.\n"
"\tTuy nhiên, các tùy chọn khác của bạn đã được đặt."
-#: Mailman/Cgi/options.py:683
+#: Mailman/Cgi/options.py:684
msgid ""
"The list administrator has disabled non-digest delivery\n"
" for this list, so your delivery option has not been set. "
@@ -2502,64 +2504,64 @@ msgstr ""
"\tnên không thể đặt tùy chọn phát đó của bạn.\n"
"\tTuy nhiên, các tùy chọn khác của bạn đã được đặt."
-#: Mailman/Cgi/options.py:687
+#: Mailman/Cgi/options.py:688
msgid "You have successfully set your options."
msgstr "Bạn đã đặt các tùy chọn mình."
-#: Mailman/Cgi/options.py:690
+#: Mailman/Cgi/options.py:691
msgid "You may get one last digest."
msgstr "Có lẽ bạn sẽ nhận một bó thư nữa."
-#: Mailman/Cgi/options.py:762
+#: Mailman/Cgi/options.py:763
msgid "<em>Yes, I really want to unsubscribe</em>"
msgstr "<em>Có phải, tôi thật muốn bỏ đăng ký</em>"
-#: Mailman/Cgi/options.py:766
+#: Mailman/Cgi/options.py:767
msgid "Change My Password"
msgstr "Đổi mật khẩu mình"
-#: Mailman/Cgi/options.py:769
+#: Mailman/Cgi/options.py:770
msgid "List my other subscriptions"
msgstr "Liệt kê các sự đăng ký khác của tôi"
-#: Mailman/Cgi/options.py:775
+#: Mailman/Cgi/options.py:776
msgid "Email My Password To Me"
msgstr "Gởi thư chứa mật khẩu mình cho tôi"
-#: Mailman/Cgi/options.py:777
+#: Mailman/Cgi/options.py:778
msgid "password"
msgstr "mật khẩu"
-#: Mailman/Cgi/options.py:779
+#: Mailman/Cgi/options.py:780
msgid "Log out"
msgstr "Đăng xuất"
-#: Mailman/Cgi/options.py:781
+#: Mailman/Cgi/options.py:782
msgid "Submit My Changes"
msgstr "Ghi nhận thay đổi"
-#: Mailman/Cgi/options.py:793
+#: Mailman/Cgi/options.py:794
msgid "days"
msgstr "ngày"
-#: Mailman/Cgi/options.py:795
+#: Mailman/Cgi/options.py:796
msgid "day"
msgstr "ngày"
# Variable: don't translate / Biến: đừng dịch
-#: Mailman/Cgi/options.py:796
+#: Mailman/Cgi/options.py:797
msgid "%(days)d %(units)s"
msgstr "%(days)d %(units)s"
-#: Mailman/Cgi/options.py:802
+#: Mailman/Cgi/options.py:803
msgid "Change My Address and Name"
msgstr "Đổi địa chỉ và tên mình"
-#: Mailman/Cgi/options.py:828
+#: Mailman/Cgi/options.py:829
msgid "<em>No topics defined</em>"
msgstr "<em>Chưa ghi rõ chủ đề</em>"
-#: Mailman/Cgi/options.py:836
+#: Mailman/Cgi/options.py:837
msgid ""
"\n"
"You are subscribed to this list with the case-preserved address\n"
@@ -2569,21 +2571,21 @@ msgstr ""
"Bạn đã được đăng ký với hộp thư chung này với địa chỉ\n"
"\tđã bảo tồn chữ hoa/thường <em>%(cpuser)s</em>."
-#: Mailman/Cgi/options.py:850
+#: Mailman/Cgi/options.py:851
msgid "%(realname)s list: member options login page"
msgstr "Hộp thư chung %(realname)s: trang đăng nhập tùy chọn thành viên"
-#: Mailman/Cgi/options.py:851
+#: Mailman/Cgi/options.py:852
msgid "email address and "
msgstr "địa chỉ thư và "
-#: Mailman/Cgi/options.py:854
+#: Mailman/Cgi/options.py:855
msgid "%(realname)s list: member options for user %(safeuser)s"
msgstr ""
"Hộp thư chung %(realname)s: các tùy chọn thành viên cho người dùng %"
"(safeuser)s"
-#: Mailman/Cgi/options.py:880
+#: Mailman/Cgi/options.py:881
msgid ""
"In order to change your membership option, you must\n"
" first log in by giving your %(extra)smembership password in the section\n"
@@ -2613,19 +2615,19 @@ msgstr ""
"\ttrong bộ duyệt Web mình; nếu không thì không có thay đổi của bạn sẽ có tác "
"động."
-#: Mailman/Cgi/options.py:894
+#: Mailman/Cgi/options.py:895
msgid "Email address:"
msgstr "Địa chỉ thư :"
-#: Mailman/Cgi/options.py:898
+#: Mailman/Cgi/options.py:899
msgid "Password:"
msgstr "Mật khẩu :"
-#: Mailman/Cgi/options.py:900
+#: Mailman/Cgi/options.py:901
msgid "Log in"
msgstr "Đăng nhập"
-#: Mailman/Cgi/options.py:908
+#: Mailman/Cgi/options.py:909
msgid ""
"By clicking on the <em>Unsubscribe</em> button, a\n"
" confirmation message will be emailed to you. This message will have a\n"
@@ -2638,11 +2640,11 @@ msgstr ""
"\tHoặc bạn có thể xác nhận bằng thư điện tử :\n"
"\txem những hướng dẫn trong thư xác nhận đó."
-#: Mailman/Cgi/options.py:916
+#: Mailman/Cgi/options.py:917
msgid "Password reminder"
msgstr "Nhắc nhở mật khẩu"
-#: Mailman/Cgi/options.py:920
+#: Mailman/Cgi/options.py:921
msgid ""
"By clicking on the <em>Remind</em> button, your\n"
" password will be emailed to you."
@@ -2650,27 +2652,27 @@ msgstr ""
"Sau khi bạn nhắp vào nút <em>Nhắc nhở</em>,\n"
"\tbận sẽ nhận mật khẩu mình trong thư."
-#: Mailman/Cgi/options.py:923
+#: Mailman/Cgi/options.py:924
msgid "Remind"
msgstr "Nhắc nhở"
-#: Mailman/Cgi/options.py:1023
+#: Mailman/Cgi/options.py:1024
msgid "<missing>"
msgstr "<còn thiếu>"
-#: Mailman/Cgi/options.py:1034
+#: Mailman/Cgi/options.py:1035
msgid "Requested topic is not valid: %(topicname)s"
msgstr "Bạn đã yêu cầu một chủ đề không hợp lệ: %(topicname)s"
-#: Mailman/Cgi/options.py:1039
+#: Mailman/Cgi/options.py:1040
msgid "Topic filter details"
msgstr "Chi tiết về bộ lọc chủ đề"
-#: Mailman/Cgi/options.py:1042
+#: Mailman/Cgi/options.py:1043
msgid "Name:"
msgstr "Tên:"
-#: Mailman/Cgi/options.py:1044
+#: Mailman/Cgi/options.py:1045
msgid "Pattern (as regexp):"
msgstr "Mẫu (biểu thức c.q.):"
@@ -2731,8 +2733,9 @@ msgid "Permanently remove mailing list <em>%(realname)s</em>"
msgstr "Gỡ bỏ hoàn toàn hộp thư chung <em>%(realname)s</em>"
#: Mailman/Cgi/rmlist.py:204
+#, fuzzy
msgid ""
-"This page allows you as the list owner, to permanent\n"
+"This page allows you as the list owner, to permanently\n"
" remove this mailing list from the system. <strong>This action is not\n"
" undoable</strong> so you should undertake it only if you are absolutely\n"
" sure this mailing list has served its purpose and is no longer "
@@ -5415,9 +5418,10 @@ msgstr ""
" type=\"hidden\" name=\"new_member_options\" value=\"ignore\">"
#: Mailman/Gui/General.py:346
+#, fuzzy
msgid ""
"When a new member is subscribed to this list, their initial\n"
-" set of options is taken from the this variable's setting."
+" set of options is taken from this variable's setting."
msgstr ""
"Khi thành viên mới đăng ký với hộp thư này, bộ tùy chọn\n"
"đầu tiên của họ bắt nguồn từ giá trị của biến này."
@@ -5573,18 +5577,18 @@ msgstr ""
#: Mailman/Gui/General.py:426
msgid ""
-"\"<a href=\"http://www.faqs.org/rfcs/rfc2822.html\">RFC\n"
+"<a href=\"http://www.faqs.org/rfcs/rfc2822.html\">RFC\n"
" 2822</a> defines the <tt>Sender</tt> header and defines it\n"
" as \"the mailbox of the agent responsible for the actual\n"
" transmission of the message.\" Mailman replaces this "
"header\n"
-" per default with the list's bounce address.\n"
+" by default with the list's bounce address.\n"
" \n"
" <p>While it is debatable if Mailman is such an agent, "
"setting\n"
" this header helps directing bounces from some broken MTAs "
"to\n"
-" the right destination. On the other hand do some mail\n"
+" the right destination. On the other hand, some mail\n"
" readers show unexpected behaviour if this header is set "
"(like\n"
" missing addresses in forwarded mails and copies sent to "
@@ -5818,6 +5822,7 @@ msgstr ""
"cuộc thảo luận về những vấn đề hiệu suất quan trọng."
#: Mailman/Gui/NonDigest.py:61
+#, fuzzy
msgid ""
"Normally, Mailman sends the regular delivery messages to\n"
" the mail server in batches. This is much more efficent\n"
@@ -5850,7 +5855,7 @@ msgid ""
" address.\n"
"\n"
" <p>When personalization is enabled, a few more expansion\n"
-" variables that can be included in the <a\n"
+" variables can be included in the <a\n"
" href=\"?VARHELP=nondigest/msg_header\">message header</a> "
"and\n"
" <a href=\"?VARHELP=nondigest/msg_footer\">message footer</"
@@ -5981,11 +5986,12 @@ msgid "Scrub attachments of regular delivery message?"
msgstr "Lau tập tin nào đính kèm thư đã phát chuẩn không?"
#: Mailman/Gui/NonDigest.py:142
+#, fuzzy
msgid ""
-"When you scrub attachments, they are stored in archive\n"
+"When you scrub attachments, they are stored in the archive\n"
" area and links are made in the message so that the member can\n"
-" access via web browser. If you want the attachments totally\n"
-" disappear, you can use content filter options."
+" access them via a web browser. If you want the attachments to\n"
+" totally disappear, you can use content filtering options."
msgstr ""
"Khi bạn lau tập tin đính kèm thư, chúng được cất giữ vào kho\n"
"và cho phép thành viên truy cấp bằng cách nhắp vào liên kết Internet\n"
@@ -7499,7 +7505,7 @@ msgstr "Xem danh sách người đăng ký"
msgid "Once a month, your password will be emailed to you as a reminder."
msgstr "Hàng tháng, bạn sẽ nhận một thư chứa mật khẩu mình là lời nhắc nhở."
-#: Mailman/HTMLFormatter.py:393
+#: Mailman/HTMLFormatter.py:394
msgid "The current archive"
msgstr "Kho hiện thời"
@@ -8104,83 +8110,83 @@ msgstr "Chạy bằng Python"
msgid "Gnu's Not Unix"
msgstr "GNU không phải là UNIX"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Mon"
msgstr "T2"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Thu"
msgstr "T5"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Tue"
msgstr "T3"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Wed"
msgstr "T4"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Fri"
msgstr "T6"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Sat"
msgstr "T7"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Sun"
msgstr "CN"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Apr"
msgstr "Th4"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Feb"
msgstr "Th2"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Jan"
msgstr "Th1"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Jun"
msgstr "Th6"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Mar"
msgstr "Th3"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Aug"
msgstr "Th8"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Dec"
msgstr "Th12"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Jul"
msgstr "Th7"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Nov"
msgstr "Th11"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Oct"
msgstr "Th10"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Sep"
msgstr "Th9"
-#: Mailman/i18n.py:107
+#: Mailman/i18n.py:111
msgid "Server Local Time"
msgstr "Giờ địa phương của trình phục vụ"
-#: Mailman/i18n.py:146
+#: Mailman/i18n.py:150
msgid ""
"%(wday)s %(mon)s %(day)2i %(hh)02i:%(mm)02i:%(ss)02i %(tzname)s %(year)04i"
msgstr ""
diff --git a/messages/zh_CN/LC_MESSAGES/mailman.po b/messages/zh_CN/LC_MESSAGES/mailman.po
index 8557ffd3..ae98d48e 100644
--- a/messages/zh_CN/LC_MESSAGES/mailman.po
+++ b/messages/zh_CN/LC_MESSAGES/mailman.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: mailman\n"
-"POT-Creation-Date: Tue Jul 27 08:05:43 2010\n"
+"POT-Creation-Date: Fri Sep 10 10:50:49 2010\n"
"PO-Revision-Date: 2005-05-14 12:07+0800\n"
"Last-Translator: Dai Xiaoguang <leona@cs.hit.edu.cn>\n"
"Language-Team: <mailman-cn@mail.cs.hit.edu.cn>\n"
@@ -93,7 +93,7 @@ msgstr "七月"
msgid "June"
msgstr "六月"
-#: Mailman/Archiver/HyperArch.py:923 Mailman/i18n.py:103
+#: Mailman/Archiver/HyperArch.py:923 Mailman/i18n.py:107
msgid "May"
msgstr "五月"
@@ -272,10 +272,12 @@ msgstr ""
"这些人将接不到信件"
#: Mailman/Cgi/admin.py:194
+#, fuzzy
msgid ""
"You have regular list members but non-digestified mail is\n"
-" turned off. They will receive mail until you fix this\n"
-" problem."
+" turned off. They will receive non-digestified mail until "
+"you\n"
+" fix this problem."
msgstr ""
"您有开启非摘要模式会员,但是非摘要模式被关闭。 \n"
" 直到您修正上述问题前,非摘要模式会员将持续收到信件。"
@@ -503,7 +505,7 @@ msgstr "主题名"
msgid "Regexp:"
msgstr "正则表达式"
-#: Mailman/Cgi/admin.py:709 Mailman/Cgi/options.py:1046
+#: Mailman/Cgi/admin.py:709 Mailman/Cgi/options.py:1047
msgid "Description:"
msgstr "描述"
@@ -1546,8 +1548,8 @@ msgstr ""
"\n"
" <p>或者点击 <em>取消并且删除</em> 来撤销您的取消订阅请求."
-#: Mailman/Cgi/confirm.py:491 Mailman/Cgi/options.py:760
-#: Mailman/Cgi/options.py:904 Mailman/Cgi/options.py:914
+#: Mailman/Cgi/confirm.py:491 Mailman/Cgi/options.py:761
+#: Mailman/Cgi/options.py:905 Mailman/Cgi/options.py:915
msgid "Unsubscribe"
msgstr "取消订阅"
@@ -2185,7 +2187,7 @@ msgstr ""
msgid "Edit Options"
msgstr "编辑选项"
-#: Mailman/Cgi/listinfo.py:201 Mailman/Cgi/options.py:869
+#: Mailman/Cgi/listinfo.py:201 Mailman/Cgi/options.py:870
#: Mailman/Cgi/roster.py:118
msgid "View this page in"
msgstr "选择本页所用的语言:"
@@ -2206,8 +2208,8 @@ msgstr "没有给出地址"
msgid "Illegal Email Address: %(safeuser)s"
msgstr "非法的邮件地址: %(safeuser)s"
-#: Mailman/Cgi/options.py:128 Mailman/Cgi/options.py:192
-#: Mailman/Cgi/options.py:214
+#: Mailman/Cgi/options.py:128 Mailman/Cgi/options.py:193
+#: Mailman/Cgi/options.py:215
msgid "No such member: %(safeuser)s."
msgstr "不存在 %(safeuser)s 这个成员."
@@ -2217,56 +2219,56 @@ msgid ""
" forwarded to the list administrator for approval."
msgstr "您的取消订阅的请求已经转发给列表管理员,等待批准."
-#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:197
+#: Mailman/Cgi/options.py:184 Mailman/Cgi/options.py:198
msgid "The confirmation email has been sent."
msgstr "确认邮件已经发送"
-#: Mailman/Cgi/options.py:208 Mailman/Cgi/options.py:220
-#: Mailman/Cgi/options.py:277
+#: Mailman/Cgi/options.py:209 Mailman/Cgi/options.py:221
+#: Mailman/Cgi/options.py:278
msgid "A reminder of your password has been emailed to you."
msgstr "您的密码提示已经发送到您的电子信箱了"
-#: Mailman/Cgi/options.py:249
+#: Mailman/Cgi/options.py:250
msgid "Authentication failed."
msgstr "认证失败"
-#: Mailman/Cgi/options.py:284
+#: Mailman/Cgi/options.py:285
msgid ""
"The list administrator may not view the other\n"
" subscriptions for this user."
msgstr ""
-#: Mailman/Cgi/options.py:285 Mailman/Cgi/options.py:328
-#: Mailman/Cgi/options.py:456 Mailman/Cgi/options.py:672
+#: Mailman/Cgi/options.py:286 Mailman/Cgi/options.py:329
+#: Mailman/Cgi/options.py:457 Mailman/Cgi/options.py:673
msgid "Note: "
msgstr ""
-#: Mailman/Cgi/options.py:290
+#: Mailman/Cgi/options.py:291
msgid "List subscriptions for %(safeuser)s on %(hostname)s"
msgstr "为 %(safeuser)s 列出在 %(hostname)s 上的订阅"
-#: Mailman/Cgi/options.py:293
+#: Mailman/Cgi/options.py:294
msgid ""
"Click on a link to visit your options page for the\n"
" requested mailing list."
msgstr "点击连接以访问您请求的邮件列表的选项页面"
-#: Mailman/Cgi/options.py:325
+#: Mailman/Cgi/options.py:326
msgid ""
"The list administrator may not change the names\n"
" or addresses for this user's other subscriptions. However, the\n"
" subscription for this mailing list has been changed."
msgstr ""
-#: Mailman/Cgi/options.py:348
+#: Mailman/Cgi/options.py:349
msgid "Addresses did not match!"
msgstr "地址不匹配!"
-#: Mailman/Cgi/options.py:353
+#: Mailman/Cgi/options.py:354
msgid "You are already using that email address"
msgstr "您已经使用了那个邮件地址"
-#: Mailman/Cgi/options.py:365
+#: Mailman/Cgi/options.py:366
msgid ""
"The new address you requested %(newaddr)s is already a member of the\n"
"%(listname)s mailing list, however you have also requested a global change "
@@ -2278,31 +2280,31 @@ msgstr ""
"但是您仍然请求对这个地址进行全局的修改.\n"
"确认后, 其他包含 %(safeuser)s 这个地址的邮件列表将被修改."
-#: Mailman/Cgi/options.py:374
+#: Mailman/Cgi/options.py:375
msgid "The new address is already a member: %(newaddr)s"
msgstr "新的地址 %(newaddr)s 已经是成员了"
-#: Mailman/Cgi/options.py:380
+#: Mailman/Cgi/options.py:381
msgid "Addresses may not be blank"
msgstr "地址不能为空"
-#: Mailman/Cgi/options.py:394
+#: Mailman/Cgi/options.py:395
msgid "A confirmation message has been sent to %(newaddr)s. "
msgstr "确认信息已经发送到了 %(newaddr)s ."
-#: Mailman/Cgi/options.py:403
+#: Mailman/Cgi/options.py:404
msgid "Bad email address provided"
msgstr "提供了错误的邮件地址"
-#: Mailman/Cgi/options.py:405
+#: Mailman/Cgi/options.py:406
msgid "Illegal email address provided"
msgstr "提供了非法的邮件地址"
-#: Mailman/Cgi/options.py:407
+#: Mailman/Cgi/options.py:408
msgid "%(newaddr)s is already a member of the list."
msgstr "%(newaddr)s 已经是列表的成员."
-#: Mailman/Cgi/options.py:410
+#: Mailman/Cgi/options.py:411
#, fuzzy
msgid ""
"%(newaddr)s is banned from this list. If you\n"
@@ -2312,11 +2314,11 @@ msgstr ""
"您提供的邮件地址被禁止。如果您觉得这些限制是错误的,\n"
"请联系列表管理员 %(listowner)s"
-#: Mailman/Cgi/options.py:421
+#: Mailman/Cgi/options.py:422
msgid "Member name successfully changed. "
msgstr "成员姓名修改成功"
-#: Mailman/Cgi/options.py:431
+#: Mailman/Cgi/options.py:432
#, fuzzy
msgid ""
"The list administrator may not change the\n"
@@ -2325,15 +2327,15 @@ msgstr ""
"列表管理员已经禁止了此列表的非摘要投递功能,所以您的\n"
" 投递选项没有被设置,但是您的其他选项都已成功地设置。"
-#: Mailman/Cgi/options.py:440
+#: Mailman/Cgi/options.py:441
msgid "Passwords may not be blank"
msgstr "密码不能为空"
-#: Mailman/Cgi/options.py:445
+#: Mailman/Cgi/options.py:446
msgid "Passwords did not match!"
msgstr "密码不匹配!"
-#: Mailman/Cgi/options.py:453
+#: Mailman/Cgi/options.py:454
#, fuzzy
msgid ""
"The list administrator may not change the\n"
@@ -2343,12 +2345,12 @@ msgstr ""
"列表管理员已经禁止了此列表的非摘要投递功能,所以您的\n"
" 投递选项没有被设置,但是您的其他选项都已成功地设置。"
-#: Mailman/Cgi/options.py:470 Mailman/Commands/cmd_password.py:83
+#: Mailman/Cgi/options.py:471 Mailman/Commands/cmd_password.py:83
#: Mailman/Commands/cmd_password.py:109
msgid "Password successfully changed."
msgstr "密码修改成功"
-#: Mailman/Cgi/options.py:479
+#: Mailman/Cgi/options.py:480
msgid ""
"You must confirm your unsubscription request by turning\n"
" on the checkbox below the <em>Unsubscribe</em> button. You\n"
@@ -2357,11 +2359,11 @@ msgstr ""
"为了确认您取消订阅的请求,您必须选中复选框中 <em>取消订阅</em> \n"
" 这一项. 您还没有取消订阅!"
-#: Mailman/Cgi/options.py:511
+#: Mailman/Cgi/options.py:512
msgid "Unsubscription results"
msgstr "退订结果"
-#: Mailman/Cgi/options.py:515
+#: Mailman/Cgi/options.py:516
msgid ""
"Your unsubscription request has been received and\n"
" forwarded on to the list moderators for approval. You will\n"
@@ -2371,7 +2373,7 @@ msgstr ""
"您的退订请求已被收到并转发给列表管理员以待其核准。\n"
" 管理员作出决定后您将受到一封邮件通知。"
-#: Mailman/Cgi/options.py:520
+#: Mailman/Cgi/options.py:521
msgid ""
"You have been successfully unsubscribed from the\n"
" mailing list %(fqdn_listname)s. If you were receiving digest\n"
@@ -2385,7 +2387,7 @@ msgstr ""
"的\n"
" 问题,请联系列表管理员: %(owneraddr)s。"
-#: Mailman/Cgi/options.py:669
+#: Mailman/Cgi/options.py:670
msgid ""
"The list administrator may not change the\n"
" options for this user's other subscriptions. However the\n"
@@ -2393,7 +2395,7 @@ msgid ""
" changed."
msgstr ""
-#: Mailman/Cgi/options.py:679
+#: Mailman/Cgi/options.py:680
msgid ""
"The list administrator has disabled digest delivery for\n"
" this list, so your delivery option has not been set. However "
@@ -2403,7 +2405,7 @@ msgstr ""
"列表管理员已经禁止了此列表的摘要投递功能,所以您的\n"
" 投递选项没有被设置,但是您的其他选项都已成功地设置。"
-#: Mailman/Cgi/options.py:683
+#: Mailman/Cgi/options.py:684
msgid ""
"The list administrator has disabled non-digest delivery\n"
" for this list, so your delivery option has not been set. "
@@ -2413,63 +2415,63 @@ msgstr ""
"列表管理员已经禁止了此列表的非摘要投递功能,所以您的\n"
" 投递选项没有被设置,但是您的其他选项都已成功地设置。"
-#: Mailman/Cgi/options.py:687
+#: Mailman/Cgi/options.py:688
msgid "You have successfully set your options."
msgstr "您已经成功设置您的选项。"
-#: Mailman/Cgi/options.py:690
+#: Mailman/Cgi/options.py:691
msgid "You may get one last digest."
msgstr "您可能会收到最后一封摘要。"
-#: Mailman/Cgi/options.py:762
+#: Mailman/Cgi/options.py:763
msgid "<em>Yes, I really want to unsubscribe</em>"
msgstr "<em>是的,我确实想要退订</em>"
-#: Mailman/Cgi/options.py:766
+#: Mailman/Cgi/options.py:767
msgid "Change My Password"
msgstr "修改我的口令"
-#: Mailman/Cgi/options.py:769
+#: Mailman/Cgi/options.py:770
msgid "List my other subscriptions"
msgstr "列出我的所有订阅"
-#: Mailman/Cgi/options.py:775
+#: Mailman/Cgi/options.py:776
msgid "Email My Password To Me"
msgstr "把我的口令邮寄给我"
-#: Mailman/Cgi/options.py:777
+#: Mailman/Cgi/options.py:778
msgid "password"
msgstr "口令"
-#: Mailman/Cgi/options.py:779
+#: Mailman/Cgi/options.py:780
msgid "Log out"
msgstr "退出登录"
-#: Mailman/Cgi/options.py:781
+#: Mailman/Cgi/options.py:782
msgid "Submit My Changes"
msgstr "提交我的修改"
-#: Mailman/Cgi/options.py:793
+#: Mailman/Cgi/options.py:794
msgid "days"
msgstr "天"
-#: Mailman/Cgi/options.py:795
+#: Mailman/Cgi/options.py:796
msgid "day"
msgstr "天"
-#: Mailman/Cgi/options.py:796
+#: Mailman/Cgi/options.py:797
msgid "%(days)d %(units)s"
msgstr "%(days)d %(units)s"
-#: Mailman/Cgi/options.py:802
+#: Mailman/Cgi/options.py:803
msgid "Change My Address and Name"
msgstr "修改我的地址和姓名"
-#: Mailman/Cgi/options.py:828
+#: Mailman/Cgi/options.py:829
msgid "<em>No topics defined</em>"
msgstr "<em>没有已定义的主题</em>"
-#: Mailman/Cgi/options.py:836
+#: Mailman/Cgi/options.py:837
msgid ""
"\n"
"You are subscribed to this list with the case-preserved address\n"
@@ -2479,19 +2481,19 @@ msgstr ""
"您使用大小写相关的地址订阅了此列表\n"
"<em>%(cpuser)s</em>."
-#: Mailman/Cgi/options.py:850
+#: Mailman/Cgi/options.py:851
msgid "%(realname)s list: member options login page"
msgstr "%(realname)s 列表: 成员选项登录页 "
-#: Mailman/Cgi/options.py:851
+#: Mailman/Cgi/options.py:852
msgid "email address and "
msgstr "邮件地址和"
-#: Mailman/Cgi/options.py:854
+#: Mailman/Cgi/options.py:855
msgid "%(realname)s list: member options for user %(safeuser)s"
msgstr "%(realname)s 列表: 用户 %(safeuser)s 的成员选项信息"
-#: Mailman/Cgi/options.py:880
+#: Mailman/Cgi/options.py:881
msgid ""
"In order to change your membership option, you must\n"
" first log in by giving your %(extra)smembership password in the section\n"
@@ -2519,19 +2521,19 @@ msgstr ""
" 否则您做的所有修改都将不起作用。\n"
" "
-#: Mailman/Cgi/options.py:894
+#: Mailman/Cgi/options.py:895
msgid "Email address:"
msgstr "邮件地址:"
-#: Mailman/Cgi/options.py:898
+#: Mailman/Cgi/options.py:899
msgid "Password:"
msgstr "口令:"
-#: Mailman/Cgi/options.py:900
+#: Mailman/Cgi/options.py:901
msgid "Log in"
msgstr "登录"
-#: Mailman/Cgi/options.py:908
+#: Mailman/Cgi/options.py:909
msgid ""
"By clicking on the <em>Unsubscribe</em> button, a\n"
" confirmation message will be emailed to you. This message will have a\n"
@@ -2543,37 +2545,37 @@ msgstr ""
" 您需要点击确认函中的一个链接来完成整个退订过程(您也可以通过邮件来确认,\n"
" 请参考确认函中的具体信息)。"
-#: Mailman/Cgi/options.py:916
+#: Mailman/Cgi/options.py:917
msgid "Password reminder"
msgstr "口令提示函"
-#: Mailman/Cgi/options.py:920
+#: Mailman/Cgi/options.py:921
msgid ""
"By clicking on the <em>Remind</em> button, your\n"
" password will be emailed to you."
msgstr "通过点击<em>提示</em>按钮,您的口令将被邮寄给您。"
-#: Mailman/Cgi/options.py:923
+#: Mailman/Cgi/options.py:924
msgid "Remind"
msgstr "提示"
-#: Mailman/Cgi/options.py:1023
+#: Mailman/Cgi/options.py:1024
msgid "<missing>"
msgstr "<丢失>"
-#: Mailman/Cgi/options.py:1034
+#: Mailman/Cgi/options.py:1035
msgid "Requested topic is not valid: %(topicname)s"
msgstr "请求的主题不存在: %(topicname)s"
-#: Mailman/Cgi/options.py:1039
+#: Mailman/Cgi/options.py:1040
msgid "Topic filter details"
msgstr "主题过滤器详情"
-#: Mailman/Cgi/options.py:1042
+#: Mailman/Cgi/options.py:1043
msgid "Name:"
msgstr "名字:"
-#: Mailman/Cgi/options.py:1044
+#: Mailman/Cgi/options.py:1045
msgid "Pattern (as regexp):"
msgstr "模式(正则表达式)"
@@ -2632,8 +2634,9 @@ msgid "Permanently remove mailing list <em>%(realname)s</em>"
msgstr "永久删除邮件列表<em>%(realname)s</em>"
#: Mailman/Cgi/rmlist.py:204
+#, fuzzy
msgid ""
-"This page allows you as the list owner, to permanent\n"
+"This page allows you as the list owner, to permanently\n"
" remove this mailing list from the system. <strong>This action is not\n"
" undoable</strong> so you should undertake it only if you are absolutely\n"
" sure this mailing list has served its purpose and is no longer "
@@ -5163,9 +5166,10 @@ msgstr ""
" type=\"hidden\" name=\"new_member_options\" value=\"ignore\">"
#: Mailman/Gui/General.py:346
+#, fuzzy
msgid ""
"When a new member is subscribed to this list, their initial\n"
-" set of options is taken from the this variable's setting."
+" set of options is taken from this variable's setting."
msgstr "当新成员订阅此列表时,他们选项的初始设定从这个变量的设定获得。"
#: Mailman/Gui/General.py:350
@@ -5312,18 +5316,18 @@ msgstr ""
#: Mailman/Gui/General.py:426
msgid ""
-"\"<a href=\"http://www.faqs.org/rfcs/rfc2822.html\">RFC\n"
+"<a href=\"http://www.faqs.org/rfcs/rfc2822.html\">RFC\n"
" 2822</a> defines the <tt>Sender</tt> header and defines it\n"
" as \"the mailbox of the agent responsible for the actual\n"
" transmission of the message.\" Mailman replaces this "
"header\n"
-" per default with the list's bounce address.\n"
+" by default with the list's bounce address.\n"
" \n"
" <p>While it is debatable if Mailman is such an agent, "
"setting\n"
" this header helps directing bounces from some broken MTAs "
"to\n"
-" the right destination. On the other hand do some mail\n"
+" the right destination. On the other hand, some mail\n"
" readers show unexpected behaviour if this header is set "
"(like\n"
" missing addresses in forwarded mails and copies sent to "
@@ -5534,6 +5538,7 @@ msgstr ""
" 信息</a>部分讨论列表系统性能的重要性。"
#: Mailman/Gui/NonDigest.py:61
+#, fuzzy
msgid ""
"Normally, Mailman sends the regular delivery messages to\n"
" the mail server in batches. This is much more efficent\n"
@@ -5566,7 +5571,7 @@ msgid ""
" address.\n"
"\n"
" <p>When personalization is enabled, a few more expansion\n"
-" variables that can be included in the <a\n"
+" variables can be included in the <a\n"
" href=\"?VARHELP=nondigest/msg_header\">message header</a> "
"and\n"
" <a href=\"?VARHELP=nondigest/msg_footer\">message footer</"
@@ -5686,11 +5691,12 @@ msgid "Scrub attachments of regular delivery message?"
msgstr "去除常规投递邮件的附件?"
#: Mailman/Gui/NonDigest.py:142
+#, fuzzy
msgid ""
-"When you scrub attachments, they are stored in archive\n"
+"When you scrub attachments, they are stored in the archive\n"
" area and links are made in the message so that the member can\n"
-" access via web browser. If you want the attachments totally\n"
-" disappear, you can use content filter options."
+" access them via a web browser. If you want the attachments to\n"
+" totally disappear, you can use content filtering options."
msgstr ""
"当你使用附件时,附件被放在归档区,邮件中设置链接,这样成员可以通过网页浏览器"
"来访问附件。\n"
@@ -7092,7 +7098,7 @@ msgstr "访问订阅者列表"
msgid "Once a month, your password will be emailed to you as a reminder."
msgstr "你的口令将每月一次以提示函的形式发送给你。"
-#: Mailman/HTMLFormatter.py:393
+#: Mailman/HTMLFormatter.py:394
msgid "The current archive"
msgstr "当前归档"
@@ -7672,83 +7678,83 @@ msgstr "Python Powered"
msgid "Gnu's Not Unix"
msgstr "Gnu's Not Unix"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Mon"
msgstr "星期一"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Thu"
msgstr "星期四"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Tue"
msgstr "星期二"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Wed"
msgstr "星期三"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Fri"
msgstr "星期五"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Sat"
msgstr "星期六"
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Sun"
msgstr "星期日"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Apr"
msgstr "四月"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Feb"
msgstr "二月"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Jan"
msgstr "一月"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Jun"
msgstr "六月"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Mar"
msgstr "三月"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Aug"
msgstr "八月"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Dec"
msgstr "十二月"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Jul"
msgstr "七月"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Nov"
msgstr "十一月"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Oct"
msgstr "十月"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Sep"
msgstr "九月"
-#: Mailman/i18n.py:107
+#: Mailman/i18n.py:111
msgid "Server Local Time"
msgstr "服务器本地时间"
-#: Mailman/i18n.py:146
+#: Mailman/i18n.py:150
msgid ""
"%(wday)s %(mon)s %(day)2i %(hh)02i:%(mm)02i:%(ss)02i %(tzname)s %(year)04i"
msgstr ""
diff --git a/messages/zh_TW/LC_MESSAGES/mailman.po b/messages/zh_TW/LC_MESSAGES/mailman.po
index 09a89f23..599096c3 100644
--- a/messages/zh_TW/LC_MESSAGES/mailman.po
+++ b/messages/zh_TW/LC_MESSAGES/mailman.po
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: mailman-2.0\n"
-"POT-Creation-Date: Tue Jul 27 08:05:43 2010\n"
+"POT-Creation-Date: Fri Sep 10 10:50:49 2010\n"
"PO-Revision-Date: Tue Jan 16 10:00:00 2001\n"
"Last-Translator: Yuan-Chen Cheng <ycheng@slat.org>\n"
"Language-Team: Chinese (traditional) <zh-L10n@linux.org.tw>\n"
@@ -99,7 +99,7 @@ msgstr "七月"
msgid "June"
msgstr "六月"
-#: Mailman/Archiver/HyperArch.py:923 Mailman/i18n.py:103
+#: Mailman/Archiver/HyperArch.py:923 Mailman/i18n.py:107
msgid "May"
msgstr "五月"
@@ -275,10 +275,12 @@ msgid ""
msgstr "您有訂閱論壇文摘的訂戶,但文摘模式已經關閉,這些訂戶將收不到信件。"
#: Mailman/Cgi/admin.py:194
+#, fuzzy
msgid ""
"You have regular list members but non-digestified mail is\n"
-" turned off. They will receive mail until you fix this\n"
-" problem."
+" turned off. They will receive non-digestified mail until "
+"you\n"
+" fix this problem."
msgstr ""
"您有一般的訂戶,但是非文摘式的信件選項被關閉了。一般訂戶將持續收到信件,直到"
"您修好這個問題為止。"
@@ -495,7 +497,7 @@ msgstr "主題名稱"
msgid "Regexp:"
msgstr "正則表示式:"
-#: Mailman/Cgi/admin.py:709 Mailman/Cgi/options.py:1046
+#: Mailman/Cgi/admin.py:709 Mailman/Cgi/options.py:1047
msgid "Description:"
msgstr "說明"
@@ -1514,8 +1516,8 @@ msgstr ""
"\n"
" <p>您也可以按 <em>取消退訂</em> 按鈕來取消這個退訂要求。"
-#: Mailman/Cgi/confirm.py:491 Mailman/Cgi/options.py:760
-#: Mailman/Cgi/options.py:904 Mailman/Cgi/options.py:914
+#: Mailman/Cgi/confirm.py:491 Mailman/Cgi/options.py:761
+#: Mailman/Cgi/options.py:905 Mailman/Cgi/options.py:915
msgid "Unsubscribe"
msgstr "退訂"
@@ -2133,7 +2135,7 @@ msgstr ""
msgid "Edit Options"
msgstr "修改設定"
-#: Mailman/Cgi/listinfo.py:201 Mailman/Cgi/options.py:869
+#: Mailman/Cgi/listinfo.py:201 Mailman/Cgi/options.py:870
#: Mailman/Cgi/roster.py:118
msgid "View this page in"
msgstr "選擇本頁所用的語文:"
@@ -2154,8 +2156,8 @@ msgstr "沒有給定地址"
msgid "Illegal Email Address: %(safeuser)s"
msgstr "非法的 email 地址: %(safeuser)s"
-#: Mailman/Cgi/options.py:128 Mailman/Cgi/options.py:192
-#: Mailman/Cgi/options.py:214
+#: Mailman/Cgi/options.py:128 Mailman/Cgi/options.py:193
+#: Mailman/Cgi/options.py:215
msgid "No such member: %(safeuser)s."
msgstr "沒有此訂戶:%(safeuser)s。"
@@ -2165,56 +2167,56 @@ msgid ""
" forwarded to the list administrator for approval."
msgstr "您的退訂要求已轉送給論壇管理人等待核准。"
-#: Mailman/Cgi/options.py:183 Mailman/Cgi/options.py:197
+#: Mailman/Cgi/options.py:184 Mailman/Cgi/options.py:198
msgid "The confirmation email has been sent."
msgstr "確認信已寄出。"
-#: Mailman/Cgi/options.py:208 Mailman/Cgi/options.py:220
-#: Mailman/Cgi/options.py:277
+#: Mailman/Cgi/options.py:209 Mailman/Cgi/options.py:221
+#: Mailman/Cgi/options.py:278
msgid "A reminder of your password has been emailed to you."
msgstr "您的密碼提醒信件已經寄給您"
-#: Mailman/Cgi/options.py:249
+#: Mailman/Cgi/options.py:250
msgid "Authentication failed."
msgstr "認證失敗"
-#: Mailman/Cgi/options.py:284
+#: Mailman/Cgi/options.py:285
msgid ""
"The list administrator may not view the other\n"
" subscriptions for this user."
msgstr ""
-#: Mailman/Cgi/options.py:285 Mailman/Cgi/options.py:328
-#: Mailman/Cgi/options.py:456 Mailman/Cgi/options.py:672
+#: Mailman/Cgi/options.py:286 Mailman/Cgi/options.py:329
+#: Mailman/Cgi/options.py:457 Mailman/Cgi/options.py:673
msgid "Note: "
msgstr ""
-#: Mailman/Cgi/options.py:290
+#: Mailman/Cgi/options.py:291
msgid "List subscriptions for %(safeuser)s on %(hostname)s"
msgstr "列出 %(safeuser)s 在 %(hostname)s 上的訂閱清單"
-#: Mailman/Cgi/options.py:293
+#: Mailman/Cgi/options.py:294
msgid ""
"Click on a link to visit your options page for the\n"
" requested mailing list."
msgstr "點擊任一連結即可前往您在該論壇的選項網頁。"
-#: Mailman/Cgi/options.py:325
+#: Mailman/Cgi/options.py:326
msgid ""
"The list administrator may not change the names\n"
" or addresses for this user's other subscriptions. However, the\n"
" subscription for this mailing list has been changed."
msgstr ""
-#: Mailman/Cgi/options.py:348
+#: Mailman/Cgi/options.py:349
msgid "Addresses did not match!"
msgstr "地址不符!"
-#: Mailman/Cgi/options.py:353
+#: Mailman/Cgi/options.py:354
msgid "You are already using that email address"
msgstr "您本來就在用那個 email 地址"
-#: Mailman/Cgi/options.py:365
+#: Mailman/Cgi/options.py:366
msgid ""
"The new address you requested %(newaddr)s is already a member of the\n"
"%(listname)s mailing list, however you have also requested a global change "
@@ -2226,31 +2228,31 @@ msgstr ""
"求了整批變更地址。\n"
"在確認之後,所有含有 %(safeuser)s 的郵遞論壇都會變動。"
-#: Mailman/Cgi/options.py:374
+#: Mailman/Cgi/options.py:375
msgid "The new address is already a member: %(newaddr)s"
msgstr "新地址已經是訂戶: %(newaddr)s"
-#: Mailman/Cgi/options.py:380
+#: Mailman/Cgi/options.py:381
msgid "Addresses may not be blank"
msgstr "地址欄不可留空"
-#: Mailman/Cgi/options.py:394
+#: Mailman/Cgi/options.py:395
msgid "A confirmation message has been sent to %(newaddr)s. "
msgstr "已經寄確認信到 %(newaddr)s。"
-#: Mailman/Cgi/options.py:403
+#: Mailman/Cgi/options.py:404
msgid "Bad email address provided"
msgstr "提供的 email 地址不正確"
-#: Mailman/Cgi/options.py:405
+#: Mailman/Cgi/options.py:406
msgid "Illegal email address provided"
msgstr "提供的 email 地址不合法"
-#: Mailman/Cgi/options.py:407
+#: Mailman/Cgi/options.py:408
msgid "%(newaddr)s is already a member of the list."
msgstr "%(newaddr)s 本來就是本論壇訂戶。"
-#: Mailman/Cgi/options.py:410
+#: Mailman/Cgi/options.py:411
#, fuzzy
msgid ""
"%(newaddr)s is banned from this list. If you\n"
@@ -2260,11 +2262,11 @@ msgstr ""
"你使用的這 email 目前被本論壇列入黑名單。\n"
"如果認為這項限制有問題的話,請與 %(listowner)s 壇主聯絡"
-#: Mailman/Cgi/options.py:421
+#: Mailman/Cgi/options.py:422
msgid "Member name successfully changed. "
msgstr "訂戶名稱已經變更成功。"
-#: Mailman/Cgi/options.py:431
+#: Mailman/Cgi/options.py:432
#, fuzzy
msgid ""
"The list administrator may not change the\n"
@@ -2274,15 +2276,15 @@ msgstr ""
"因此您的訂閱選項並未設定,\n"
"但其他選項已經設定成功。"
-#: Mailman/Cgi/options.py:440
+#: Mailman/Cgi/options.py:441
msgid "Passwords may not be blank"
msgstr "密碼不可是空白"
-#: Mailman/Cgi/options.py:445
+#: Mailman/Cgi/options.py:446
msgid "Passwords did not match!"
msgstr "密碼不符"
-#: Mailman/Cgi/options.py:453
+#: Mailman/Cgi/options.py:454
#, fuzzy
msgid ""
"The list administrator may not change the\n"
@@ -2293,12 +2295,12 @@ msgstr ""
"因此您的訂閱選項並未設定,\n"
"但其他選項已經設定成功。"
-#: Mailman/Cgi/options.py:470 Mailman/Commands/cmd_password.py:83
+#: Mailman/Cgi/options.py:471 Mailman/Commands/cmd_password.py:83
#: Mailman/Commands/cmd_password.py:109
msgid "Password successfully changed."
msgstr "密碼已更新成功。"
-#: Mailman/Cgi/options.py:479
+#: Mailman/Cgi/options.py:480
msgid ""
"You must confirm your unsubscription request by turning\n"
" on the checkbox below the <em>Unsubscribe</em> button. You\n"
@@ -2307,11 +2309,11 @@ msgstr ""
"您還沒退訂唷!\n"
"您必須勾選 <em>退訂</em> 按鈕下面的方格以示確認您的退訂要求。"
-#: Mailman/Cgi/options.py:511
+#: Mailman/Cgi/options.py:512
msgid "Unsubscription results"
msgstr "退訂的結果"
-#: Mailman/Cgi/options.py:515
+#: Mailman/Cgi/options.py:516
msgid ""
"Your unsubscription request has been received and\n"
" forwarded on to the list moderators for approval. You will\n"
@@ -2321,7 +2323,7 @@ msgstr ""
"您的退訂要求已經收到了,並已轉給論壇主持人。\n"
"一旦論壇主持人作出決定,您就會收到通知。"
-#: Mailman/Cgi/options.py:520
+#: Mailman/Cgi/options.py:521
msgid ""
"You have been successfully unsubscribed from the\n"
" mailing list %(fqdn_listname)s. If you were receiving digest\n"
@@ -2334,7 +2336,7 @@ msgstr ""
"如果您原本訂的是文摘的話,可能還會收到一期文摘。\n"
"如果您有任何有關退訂的問題,請聯絡論壇擁有人 %(owneraddr)s。"
-#: Mailman/Cgi/options.py:669
+#: Mailman/Cgi/options.py:670
msgid ""
"The list administrator may not change the\n"
" options for this user's other subscriptions. However the\n"
@@ -2342,7 +2344,7 @@ msgid ""
" changed."
msgstr ""
-#: Mailman/Cgi/options.py:679
+#: Mailman/Cgi/options.py:680
msgid ""
"The list administrator has disabled digest delivery for\n"
" this list, so your delivery option has not been set. However "
@@ -2353,7 +2355,7 @@ msgstr ""
"因此您的訂閱選項並未設定,\n"
"但其他選項已經設定成功。"
-#: Mailman/Cgi/options.py:683
+#: Mailman/Cgi/options.py:684
msgid ""
"The list administrator has disabled non-digest delivery\n"
" for this list, so your delivery option has not been set. "
@@ -2364,63 +2366,63 @@ msgstr ""
"因此您的訂閱選項並未設定,\n"
"但其他選項已經設定成功。"
-#: Mailman/Cgi/options.py:687
+#: Mailman/Cgi/options.py:688
msgid "You have successfully set your options."
msgstr "您的選項已經設定成功。"
-#: Mailman/Cgi/options.py:690
+#: Mailman/Cgi/options.py:691
msgid "You may get one last digest."
msgstr "您可能還會收到最後一次的文摘。"
-#: Mailman/Cgi/options.py:762
+#: Mailman/Cgi/options.py:763
msgid "<em>Yes, I really want to unsubscribe</em>"
msgstr "<em>是的,我真的要退訂</em>"
-#: Mailman/Cgi/options.py:766
+#: Mailman/Cgi/options.py:767
msgid "Change My Password"
msgstr "變更我的密碼"
-#: Mailman/Cgi/options.py:769
+#: Mailman/Cgi/options.py:770
msgid "List my other subscriptions"
msgstr "列出我訂的其他論壇"
-#: Mailman/Cgi/options.py:775
+#: Mailman/Cgi/options.py:776
msgid "Email My Password To Me"
msgstr "把我的密碼寄給我"
-#: Mailman/Cgi/options.py:777
+#: Mailman/Cgi/options.py:778
msgid "password"
msgstr "密碼"
-#: Mailman/Cgi/options.py:779
+#: Mailman/Cgi/options.py:780
msgid "Log out"
msgstr "登出"
-#: Mailman/Cgi/options.py:781
+#: Mailman/Cgi/options.py:782
msgid "Submit My Changes"
msgstr "送出我的變更"
-#: Mailman/Cgi/options.py:793
+#: Mailman/Cgi/options.py:794
msgid "days"
msgstr "天"
-#: Mailman/Cgi/options.py:795
+#: Mailman/Cgi/options.py:796
msgid "day"
msgstr "天"
-#: Mailman/Cgi/options.py:796
+#: Mailman/Cgi/options.py:797
msgid "%(days)d %(units)s"
msgstr "%(days)d %(units)s"
-#: Mailman/Cgi/options.py:802
+#: Mailman/Cgi/options.py:803
msgid "Change My Address and Name"
msgstr "變更我的地址和名字"
-#: Mailman/Cgi/options.py:828
+#: Mailman/Cgi/options.py:829
msgid "<em>No topics defined</em>"
msgstr "<em>尚未定義任何標題</em>"
-#: Mailman/Cgi/options.py:836
+#: Mailman/Cgi/options.py:837
msgid ""
"\n"
"You are subscribed to this list with the case-preserved address\n"
@@ -2429,19 +2431,19 @@ msgstr ""
"\n"
"您以保留大寫字母的地址 <em>%(cpuser)s</em> 訂閱本論壇。"
-#: Mailman/Cgi/options.py:850
+#: Mailman/Cgi/options.py:851
msgid "%(realname)s list: member options login page"
msgstr "%(realname)s 的列表: 會員選項登入頁"
-#: Mailman/Cgi/options.py:851
+#: Mailman/Cgi/options.py:852
msgid "email address and "
msgstr "訂戶地址和"
-#: Mailman/Cgi/options.py:854
+#: Mailman/Cgi/options.py:855
msgid "%(realname)s list: member options for user %(safeuser)s"
msgstr "%(realname)s 的列表: %(safeuser)s 的訂戶選項。"
-#: Mailman/Cgi/options.py:880
+#: Mailman/Cgi/options.py:881
msgid ""
"In order to change your membership option, you must\n"
" first log in by giving your %(extra)smembership password in the section\n"
@@ -2466,19 +2468,19 @@ msgstr ""
" <p><strong><em>重要:</em></strong>從此以後您必需開啟瀏覽器的 cookies 功能,"
"不然您作的更動都將失效。"
-#: Mailman/Cgi/options.py:894
+#: Mailman/Cgi/options.py:895
msgid "Email address:"
msgstr "Email 地址:"
-#: Mailman/Cgi/options.py:898
+#: Mailman/Cgi/options.py:899
msgid "Password:"
msgstr "密碼: "
-#: Mailman/Cgi/options.py:900
+#: Mailman/Cgi/options.py:901
msgid "Log in"
msgstr "登入"
-#: Mailman/Cgi/options.py:908
+#: Mailman/Cgi/options.py:909
msgid ""
"By clicking on the <em>Unsubscribe</em> button, a\n"
" confirmation message will be emailed to you. This message will have a\n"
@@ -2490,37 +2492,37 @@ msgstr ""
"那封信會含有一個網址,您只要點擊就能完成退訂程序。您也可以用 email 確認;請閱"
"讀確認信中的指示。"
-#: Mailman/Cgi/options.py:916
+#: Mailman/Cgi/options.py:917
msgid "Password reminder"
msgstr "密碼提示信: "
-#: Mailman/Cgi/options.py:920
+#: Mailman/Cgi/options.py:921
msgid ""
"By clicking on the <em>Remind</em> button, your\n"
" password will be emailed to you."
msgstr "如果您點擊 <em>提醒</em> 按鈕,您的密碼會定時寄給您。"
-#: Mailman/Cgi/options.py:923
+#: Mailman/Cgi/options.py:924
msgid "Remind"
msgstr "提醒"
-#: Mailman/Cgi/options.py:1023
+#: Mailman/Cgi/options.py:1024
msgid "<missing>"
msgstr "<missing>"
-#: Mailman/Cgi/options.py:1034
+#: Mailman/Cgi/options.py:1035
msgid "Requested topic is not valid: %(topicname)s"
msgstr "要求的標題無效: %(topicname)s"
-#: Mailman/Cgi/options.py:1039
+#: Mailman/Cgi/options.py:1040
msgid "Topic filter details"
msgstr "標題過濾器明細"
-#: Mailman/Cgi/options.py:1042
+#: Mailman/Cgi/options.py:1043
msgid "Name:"
msgstr "名字:"
-#: Mailman/Cgi/options.py:1044
+#: Mailman/Cgi/options.py:1045
msgid "Pattern (as regexp):"
msgstr "規則(正規表示式):"
@@ -2576,8 +2578,9 @@ msgid "Permanently remove mailing list <em>%(realname)s</em>"
msgstr "永久刪除 <em>%(realname)s</em> 通信論壇"
#: Mailman/Cgi/rmlist.py:204
+#, fuzzy
msgid ""
-"This page allows you as the list owner, to permanent\n"
+"This page allows you as the list owner, to permanently\n"
" remove this mailing list from the system. <strong>This action is not\n"
" undoable</strong> so you should undertake it only if you are absolutely\n"
" sure this mailing list has served its purpose and is no longer "
@@ -4860,7 +4863,7 @@ msgstr ""
#: Mailman/Gui/General.py:346
msgid ""
"When a new member is subscribed to this list, their initial\n"
-" set of options is taken from the this variable's setting."
+" set of options is taken from this variable's setting."
msgstr ""
#: Mailman/Gui/General.py:350
@@ -4983,18 +4986,18 @@ msgstr ""
#: Mailman/Gui/General.py:426
msgid ""
-"\"<a href=\"http://www.faqs.org/rfcs/rfc2822.html\">RFC\n"
+"<a href=\"http://www.faqs.org/rfcs/rfc2822.html\">RFC\n"
" 2822</a> defines the <tt>Sender</tt> header and defines it\n"
" as \"the mailbox of the agent responsible for the actual\n"
" transmission of the message.\" Mailman replaces this "
"header\n"
-" per default with the list's bounce address.\n"
+" by default with the list's bounce address.\n"
" \n"
" <p>While it is debatable if Mailman is such an agent, "
"setting\n"
" this header helps directing bounces from some broken MTAs "
"to\n"
-" the right destination. On the other hand do some mail\n"
+" the right destination. On the other hand, some mail\n"
" readers show unexpected behaviour if this header is set "
"(like\n"
" missing addresses in forwarded mails and copies sent to "
@@ -5216,7 +5219,7 @@ msgid ""
" address.\n"
"\n"
" <p>When personalization is enabled, a few more expansion\n"
-" variables that can be included in the <a\n"
+" variables can be included in the <a\n"
" href=\"?VARHELP=nondigest/msg_header\">message header</a> "
"and\n"
" <a href=\"?VARHELP=nondigest/msg_footer\">message footer</"
@@ -5288,10 +5291,10 @@ msgstr ""
#: Mailman/Gui/NonDigest.py:142
msgid ""
-"When you scrub attachments, they are stored in archive\n"
+"When you scrub attachments, they are stored in the archive\n"
" area and links are made in the message so that the member can\n"
-" access via web browser. If you want the attachments totally\n"
-" disappear, you can use content filter options."
+" access them via a web browser. If you want the attachments to\n"
+" totally disappear, you can use content filtering options."
msgstr ""
#: Mailman/Gui/NonDigest.py:149
@@ -6538,7 +6541,7 @@ msgstr "查看訂閱會員清單"
msgid "Once a month, your password will be emailed to you as a reminder."
msgstr "您的密碼每個月將自動寄給你一次備忘。"
-#: Mailman/HTMLFormatter.py:393
+#: Mailman/HTMLFormatter.py:394
#, fuzzy
msgid "The current archive"
msgstr "現在的檔案"
@@ -7110,84 +7113,84 @@ msgstr "Python 加力"
msgid "Gnu's Not Unix"
msgstr ""
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
#, fuzzy
msgid "Mon"
msgstr "無"
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Thu"
msgstr ""
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Tue"
msgstr ""
-#: Mailman/i18n.py:98
+#: Mailman/i18n.py:102
msgid "Wed"
msgstr ""
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Fri"
msgstr ""
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Sat"
msgstr ""
-#: Mailman/i18n.py:99
+#: Mailman/i18n.py:103
msgid "Sun"
msgstr "日"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Apr"
msgstr "4月"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Feb"
msgstr "2月"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Jan"
msgstr "1月"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Jun"
msgstr "6月"
-#: Mailman/i18n.py:103
+#: Mailman/i18n.py:107
msgid "Mar"
msgstr "3月"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Aug"
msgstr "8月"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Dec"
msgstr "12月"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Jul"
msgstr "7月"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Nov"
msgstr "11月"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Oct"
msgstr "10月"
-#: Mailman/i18n.py:104
+#: Mailman/i18n.py:108
msgid "Sep"
msgstr "9月"
-#: Mailman/i18n.py:107
+#: Mailman/i18n.py:111
msgid "Server Local Time"
msgstr "伺服器時間"
-#: Mailman/i18n.py:146
+#: Mailman/i18n.py:150
msgid ""
"%(wday)s %(mon)s %(day)2i %(hh)02i:%(mm)02i:%(ss)02i %(tzname)s %(year)04i"
msgstr ""