summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarsaw2002-07-30 18:51:37 +0000
committerbwarsaw2002-07-30 18:51:37 +0000
commitaf7eb7e1817342662d4c90de6e460cad32f31b05 (patch)
tree58198e829af0767bb07974a09403950340caa20f
parent1afed6ae3cf5de99d98fb65c88182ba0cc80ea5c (diff)
downloadmailman-af7eb7e1817342662d4c90de6e460cad32f31b05.tar.gz
mailman-af7eb7e1817342662d4c90de6e460cad32f31b05.tar.zst
mailman-af7eb7e1817342662d4c90de6e460cad32f31b05.zip
-rw-r--r--Mailman/Defaults.py.in2
-rw-r--r--messages/Makefile.in2
-rw-r--r--messages/pt_BR/LC_MESSAGES/mailman.mo (renamed from messages/pt/LC_MESSAGES/mailman.mo)bin312608 -> 312608 bytes
-rw-r--r--messages/pt_BR/LC_MESSAGES/mailman.po (renamed from messages/pt/LC_MESSAGES/mailman.po)0
-rw-r--r--templates/Makefile.in2
-rw-r--r--templates/pt_BR/admindbdetails.html (renamed from templates/pt/admindbdetails.html)0
-rw-r--r--templates/pt_BR/admindbpreamble.html (renamed from templates/pt/admindbpreamble.html)0
-rw-r--r--templates/pt_BR/admindbsummary.html (renamed from templates/pt/admindbsummary.html)0
-rw-r--r--templates/pt_BR/adminsubscribeack.txt (renamed from templates/pt/adminsubscribeack.txt)0
-rw-r--r--templates/pt_BR/adminunsubscribeack.txt (renamed from templates/pt/adminunsubscribeack.txt)0
-rw-r--r--templates/pt_BR/admlogin.html (renamed from templates/pt/admlogin.html)0
-rw-r--r--templates/pt_BR/admlogin.txt (renamed from templates/pt/admlogin.txt)0
-rw-r--r--templates/pt_BR/approve.txt (renamed from templates/pt/approve.txt)0
-rw-r--r--templates/pt_BR/article.html (renamed from templates/pt/article.html)0
-rw-r--r--templates/pt_BR/bounce.txt (renamed from templates/pt/bounce.txt)0
-rw-r--r--templates/pt_BR/checkdbs.txt (renamed from templates/pt/checkdbs.txt)0
-rw-r--r--templates/pt_BR/convert.txt (renamed from templates/pt/convert.txt)0
-rw-r--r--templates/pt_BR/cronpass.txt (renamed from templates/pt/cronpass.txt)0
-rw-r--r--templates/pt_BR/disabled.txt (renamed from templates/pt/disabled.txt)0
-rw-r--r--templates/pt_BR/emptyarchive.html (renamed from templates/pt/emptyarchive.html)0
-rw-r--r--templates/pt_BR/headfoot.html (renamed from templates/pt/headfoot.html)0
-rw-r--r--templates/pt_BR/help.txt (renamed from templates/pt/help.txt)0
-rw-r--r--templates/pt_BR/invite.txt (renamed from templates/pt/invite.txt)0
-rw-r--r--templates/pt_BR/listinfo.html (renamed from templates/pt/listinfo.html)2
-rw-r--r--templates/pt_BR/masthead.txt (renamed from templates/pt/masthead.txt)0
-rw-r--r--templates/pt_BR/newlist.txt (renamed from templates/pt/newlist.txt)0
-rw-r--r--templates/pt_BR/options.html (renamed from templates/pt/options.html)2
-rw-r--r--templates/pt_BR/postack.txt (renamed from templates/pt/postack.txt)0
-rw-r--r--templates/pt_BR/postauth.txt (renamed from templates/pt/postauth.txt)0
-rw-r--r--templates/pt_BR/postheld.txt (renamed from templates/pt/postheld.txt)0
-rw-r--r--templates/pt_BR/private.html (renamed from templates/pt/private.html)0
-rw-r--r--templates/pt_BR/refuse.txt (renamed from templates/pt/refuse.txt)0
-rw-r--r--templates/pt_BR/roster.html (renamed from templates/pt/roster.html)2
-rw-r--r--templates/pt_BR/subauth.txt (renamed from templates/pt/subauth.txt)0
-rw-r--r--templates/pt_BR/subscribe.html (renamed from templates/pt/subscribe.html)2
-rw-r--r--templates/pt_BR/subscribeack.txt (renamed from templates/pt/subscribeack.txt)0
-rw-r--r--templates/pt_BR/unsub.txt (renamed from templates/pt/unsub.txt)0
-rw-r--r--templates/pt_BR/unsubauth.txt (renamed from templates/pt/unsubauth.txt)0
-rw-r--r--templates/pt_BR/userpass.txt (renamed from templates/pt/userpass.txt)0
-rw-r--r--templates/pt_BR/verify.txt (renamed from templates/pt/verify.txt)0
40 files changed, 7 insertions, 7 deletions
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in
index 4cfe708dc..5fc85ffb7 100644
--- a/Mailman/Defaults.py.in
+++ b/Mailman/Defaults.py.in
@@ -1172,7 +1172,7 @@ add_language('ja', _('Japanese'), 'euc-jp')
add_language('ko', _('Korean'), 'euc-kr')
add_language('nl', _('Dutch'), 'iso-8859-1')
add_language('no', _('Norwegian'), 'iso-8859-1')
-add_language('pt', _('Portuguese'), 'iso-8859-1')
+add_language('pt_BR', _('Portuguese (Brazil)'), 'iso-8859-1')
add_language('ru', _('Russian'), 'koi8-r')
del _
diff --git a/messages/Makefile.in b/messages/Makefile.in
index 9b071c2ce..0c24bbfec 100644
--- a/messages/Makefile.in
+++ b/messages/Makefile.in
@@ -47,7 +47,7 @@ MSGFMT= msgfmt
MSGMERGE= msgmerge
# CVS available languages
-LANGUAGES= cs de es fi fr hu it ja ko nl no pt ru
+LANGUAGES= cs de es fi fr hu it ja ko nl no pt_BR ru
LANGDIRS= $(LANGUAGES:%=messages/%/LC_MESSAGES)
# Human readable po file
POFILES= $(LANGUAGES:%=%/LC_MESSAGES/mailman.po)
diff --git a/messages/pt/LC_MESSAGES/mailman.mo b/messages/pt_BR/LC_MESSAGES/mailman.mo
index ffa8efcf4..ffa8efcf4 100644
--- a/messages/pt/LC_MESSAGES/mailman.mo
+++ b/messages/pt_BR/LC_MESSAGES/mailman.mo
Binary files differ
diff --git a/messages/pt/LC_MESSAGES/mailman.po b/messages/pt_BR/LC_MESSAGES/mailman.po
index de1fe3749..de1fe3749 100644
--- a/messages/pt/LC_MESSAGES/mailman.po
+++ b/messages/pt_BR/LC_MESSAGES/mailman.po
diff --git a/templates/Makefile.in b/templates/Makefile.in
index b17a242b5..e36a3734b 100644
--- a/templates/Makefile.in
+++ b/templates/Makefile.in
@@ -41,7 +41,7 @@ TEMPLATEDIR= $(prefix)/templates
SHELL= /bin/sh
-LANGUAGES= big5 cs en es de fi fr gb hu it ja ko nl no pt ru
+LANGUAGES= big5 cs en es de fi fr gb hu it ja ko nl no pt_BR ru
# Modes for directories and executables created by the install
# process. Default to group-writable directories but
diff --git a/templates/pt/admindbdetails.html b/templates/pt_BR/admindbdetails.html
index 881ff7d5d..881ff7d5d 100644
--- a/templates/pt/admindbdetails.html
+++ b/templates/pt_BR/admindbdetails.html
diff --git a/templates/pt/admindbpreamble.html b/templates/pt_BR/admindbpreamble.html
index f034b0e34..f034b0e34 100644
--- a/templates/pt/admindbpreamble.html
+++ b/templates/pt_BR/admindbpreamble.html
diff --git a/templates/pt/admindbsummary.html b/templates/pt_BR/admindbsummary.html
index 4f90b035c..4f90b035c 100644
--- a/templates/pt/admindbsummary.html
+++ b/templates/pt_BR/admindbsummary.html
diff --git a/templates/pt/adminsubscribeack.txt b/templates/pt_BR/adminsubscribeack.txt
index 91870e1db..91870e1db 100644
--- a/templates/pt/adminsubscribeack.txt
+++ b/templates/pt_BR/adminsubscribeack.txt
diff --git a/templates/pt/adminunsubscribeack.txt b/templates/pt_BR/adminunsubscribeack.txt
index 39236c188..39236c188 100644
--- a/templates/pt/adminunsubscribeack.txt
+++ b/templates/pt_BR/adminunsubscribeack.txt
diff --git a/templates/pt/admlogin.html b/templates/pt_BR/admlogin.html
index c80c006de..c80c006de 100644
--- a/templates/pt/admlogin.html
+++ b/templates/pt_BR/admlogin.html
diff --git a/templates/pt/admlogin.txt b/templates/pt_BR/admlogin.txt
index 0cb6a0cee..0cb6a0cee 100644
--- a/templates/pt/admlogin.txt
+++ b/templates/pt_BR/admlogin.txt
diff --git a/templates/pt/approve.txt b/templates/pt_BR/approve.txt
index 3d6ec672a..3d6ec672a 100644
--- a/templates/pt/approve.txt
+++ b/templates/pt_BR/approve.txt
diff --git a/templates/pt/article.html b/templates/pt_BR/article.html
index 3b840d73c..3b840d73c 100644
--- a/templates/pt/article.html
+++ b/templates/pt_BR/article.html
diff --git a/templates/pt/bounce.txt b/templates/pt_BR/bounce.txt
index f11f03b94..f11f03b94 100644
--- a/templates/pt/bounce.txt
+++ b/templates/pt_BR/bounce.txt
diff --git a/templates/pt/checkdbs.txt b/templates/pt_BR/checkdbs.txt
index 5b84f60be..5b84f60be 100644
--- a/templates/pt/checkdbs.txt
+++ b/templates/pt_BR/checkdbs.txt
diff --git a/templates/pt/convert.txt b/templates/pt_BR/convert.txt
index 0a5c06c6f..0a5c06c6f 100644
--- a/templates/pt/convert.txt
+++ b/templates/pt_BR/convert.txt
diff --git a/templates/pt/cronpass.txt b/templates/pt_BR/cronpass.txt
index b4010a312..b4010a312 100644
--- a/templates/pt/cronpass.txt
+++ b/templates/pt_BR/cronpass.txt
diff --git a/templates/pt/disabled.txt b/templates/pt_BR/disabled.txt
index a31f8c8fa..a31f8c8fa 100644
--- a/templates/pt/disabled.txt
+++ b/templates/pt_BR/disabled.txt
diff --git a/templates/pt/emptyarchive.html b/templates/pt_BR/emptyarchive.html
index 295eca1fa..295eca1fa 100644
--- a/templates/pt/emptyarchive.html
+++ b/templates/pt_BR/emptyarchive.html
diff --git a/templates/pt/headfoot.html b/templates/pt_BR/headfoot.html
index 898b83f7a..898b83f7a 100644
--- a/templates/pt/headfoot.html
+++ b/templates/pt_BR/headfoot.html
diff --git a/templates/pt/help.txt b/templates/pt_BR/help.txt
index 7cee9d4f5..7cee9d4f5 100644
--- a/templates/pt/help.txt
+++ b/templates/pt_BR/help.txt
diff --git a/templates/pt/invite.txt b/templates/pt_BR/invite.txt
index d6a4b2f8f..d6a4b2f8f 100644
--- a/templates/pt/invite.txt
+++ b/templates/pt_BR/invite.txt
diff --git a/templates/pt/listinfo.html b/templates/pt_BR/listinfo.html
index 19cb8949d..98e0eebf2 100644
--- a/templates/pt/listinfo.html
+++ b/templates/pt_BR/listinfo.html
@@ -1,4 +1,4 @@
-<!-- $Revision: 5413 $ -->
+<!-- $Revision: 5423 $ -->
<HTML>
<HEAD>
<TITLE><MM-List-Name> Página de Detalhes</TITLE>
diff --git a/templates/pt/masthead.txt b/templates/pt_BR/masthead.txt
index e85b5f6d6..e85b5f6d6 100644
--- a/templates/pt/masthead.txt
+++ b/templates/pt_BR/masthead.txt
diff --git a/templates/pt/newlist.txt b/templates/pt_BR/newlist.txt
index 780979188..780979188 100644
--- a/templates/pt/newlist.txt
+++ b/templates/pt_BR/newlist.txt
diff --git a/templates/pt/options.html b/templates/pt_BR/options.html
index 24b10ab96..8c84de604 100644
--- a/templates/pt/options.html
+++ b/templates/pt_BR/options.html
@@ -1,4 +1,4 @@
-<!-- $Revision: 5413 $ -->
+<!-- $Revision: 5423 $ -->
<html>
<head>
<link rel="SHORTCUT ICON" href="<mm-favicon>">
diff --git a/templates/pt/postack.txt b/templates/pt_BR/postack.txt
index 1eeeb67eb..1eeeb67eb 100644
--- a/templates/pt/postack.txt
+++ b/templates/pt_BR/postack.txt
diff --git a/templates/pt/postauth.txt b/templates/pt_BR/postauth.txt
index c8cf7a5fc..c8cf7a5fc 100644
--- a/templates/pt/postauth.txt
+++ b/templates/pt_BR/postauth.txt
diff --git a/templates/pt/postheld.txt b/templates/pt_BR/postheld.txt
index 2cd10310c..2cd10310c 100644
--- a/templates/pt/postheld.txt
+++ b/templates/pt_BR/postheld.txt
diff --git a/templates/pt/private.html b/templates/pt_BR/private.html
index efb5dd84d..efb5dd84d 100644
--- a/templates/pt/private.html
+++ b/templates/pt_BR/private.html
diff --git a/templates/pt/refuse.txt b/templates/pt_BR/refuse.txt
index d897b9b95..d897b9b95 100644
--- a/templates/pt/refuse.txt
+++ b/templates/pt_BR/refuse.txt
diff --git a/templates/pt/roster.html b/templates/pt_BR/roster.html
index 582c5779e..2681bed89 100644
--- a/templates/pt/roster.html
+++ b/templates/pt_BR/roster.html
@@ -1,4 +1,4 @@
-<!-- $Revision: 5413 $ -->
+<!-- $Revision: 5423 $ -->
<HTML>
<HEAD>
<TITLE><MM-List-Name> Membros Inscritoss</TITLE>
diff --git a/templates/pt/subauth.txt b/templates/pt_BR/subauth.txt
index bb7b1c0ba..bb7b1c0ba 100644
--- a/templates/pt/subauth.txt
+++ b/templates/pt_BR/subauth.txt
diff --git a/templates/pt/subscribe.html b/templates/pt_BR/subscribe.html
index edb7097f2..9b8dcd5be 100644
--- a/templates/pt/subscribe.html
+++ b/templates/pt_BR/subscribe.html
@@ -1,4 +1,4 @@
-<!-- $Revision: 5413 $ -->
+<!-- $Revision: 5423 $ -->
<html>
<head><title><MM-List-Name> Resultados de inscrição</title></head>
<body bgcolor="white">
diff --git a/templates/pt/subscribeack.txt b/templates/pt_BR/subscribeack.txt
index cc609dd8e..cc609dd8e 100644
--- a/templates/pt/subscribeack.txt
+++ b/templates/pt_BR/subscribeack.txt
diff --git a/templates/pt/unsub.txt b/templates/pt_BR/unsub.txt
index 8a4455875..8a4455875 100644
--- a/templates/pt/unsub.txt
+++ b/templates/pt_BR/unsub.txt
diff --git a/templates/pt/unsubauth.txt b/templates/pt_BR/unsubauth.txt
index 51db9bec9..51db9bec9 100644
--- a/templates/pt/unsubauth.txt
+++ b/templates/pt_BR/unsubauth.txt
diff --git a/templates/pt/userpass.txt b/templates/pt_BR/userpass.txt
index 617d6fb0d..617d6fb0d 100644
--- a/templates/pt/userpass.txt
+++ b/templates/pt_BR/userpass.txt
diff --git a/templates/pt/verify.txt b/templates/pt_BR/verify.txt
index cb1574046..cb1574046 100644
--- a/templates/pt/verify.txt
+++ b/templates/pt_BR/verify.txt