summaryrefslogtreecommitdiff
path: root/messages/pt_BR (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Major surgery to get the setuptools based installation passing all theBarry Warsaw2007-07-161-15033/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | existing unit tests. Here's a summary of the changes. - Removed all dependent third party packages, since the setup.py file now claims all package dependencies such that they can be automatically installed from the cheeseshop. - Moved the misc directory into the Mailman package as Mailman/data. Moved templates and messages to Mailman subpackages. - Added an ILanguageManager interface, plus an implementation, so that we don't use Defaults.LC_DESCRIPTIONS directly anymore. Added a doctest for this interface and implementation. Defaults.LANGUAGES is moved into mailman.cfg. Defaults.LANGUAGE_DICT is moved to _DEFAULT_LANGUAGE_DATA, and LC_DESCRIPTIONS is removed. The calculation of the available and enabled languages is moved to the Configuration class, but this will probably still need work. Utils.GetLanguageDescr() and Utils.IsLanguage() are removed. I'd like to remove GetCharSet() eventually too, but there are too many uses of this currently, so I'm deferring it. - Utils.findtext(): Hacks added so that templates can be retrieved from the language catalog. The hack is that the template contents are used to find the translation, but in the one test case where this is actually flexed, the trailing newline in the file contents has to be trimmed. This is probably not right. - No more Defaults.py.in or mm_cfg.py! Defaults.py.in is moved to Defaults.py and is no longer created from a template file. The script called make_instance is added which creates an etc/mailman.cfg file from mailman.cfg.in (previously, mailman.cfg.sample) and /that/ file now has the small number of calculated values. In general, make_instance will not touch mailman.cfg if it exists, unless the --force option is given. CGIEXT is made the empty string by default (i.e. not generated). make_instance grows a --var-dir option. Fleshed out the --languages opton. - Defaults.py grows a DEFAULT_VAR_DIRECTORY variable, which is the default location of the 'var' directory. The Configuration class uses this as one of the directories it searches for its landmark, i.e. etc/mailman.cfg. RUNTIME_DIR is gone, as is VAR_PREFIX. - testall needs to write MAILMAN_USER, MAILMAN_UID, MAILMAN_GROUP, MAILMAN_GID, and LANGUAGES run time variables. - bin/withlist no longer needs to add config.BIN_DIR to sys.path, because in fact that variable doesn't exist any more. - Tweak the French catalog to make a test work. This is needed because of the conversion from %-strings to $-strings. - The setup.py now generates the .mo files before it does its thing. This will have to be fixed, but for now we must generate these files on setup build time instead of installation time. - Removed an unused interface.
* Updatesbwarsaw2006-05-011-7/+17
|
* Catalog updates, and also ignore all .mo files (and email-2.5.7 directory).bwarsaw2006-04-151-7/+10
|
* Re-generating mailman.po files to include templates.tkikuchi2006-01-081-594/+653
|
* Fixes for bug 1080943.msapiro2005-12-121-9/+9
|
* New po files to include 'templates'.tkikuchi2005-12-061-488/+3476
|
* back port from 2.1.6 into MAINtkikuchi2005-08-281-1901/+2695
|
* Some fixes, and updates on translation.gleydson2004-11-031-2329/+1707
|
* Fixed wrong translations. Thanks to Jo�o Carlos Mendes Lu�sgleydson2004-04-041-1/+1
|
* Updated.gleydson2004-04-021-53/+52
|
* Some translation fixes.gleydson2003-10-281-29/+29
|
* Translated new strings, fixed fuzzy strings, also do some translationgleydson2003-09-251-890/+641
| | | | fixes.
* pot/po file updates to capture bin/discard and bin/show_qfilesbwarsaw2003-09-221-23/+60
|
* Mailman 2.1.3 .pot file updates. Nothing really substantive.bwarsaw2003-09-131-2/+2
|
* Latest updates.bwarsaw2003-08-251-205/+231
|
* Starting a new check on translated messages.gleydson2003-05-271-605/+872
|
* Updated to match lastest CVS version and some translationgleydson2003-05-201-918/+693
| | | | fixes.
* Updates, including email 2.5.2.bwarsaw2003-05-081-26/+61
|
* Catalog updates based on the new build strategybwarsaw2003-04-212-20/+29
| | | | | Also, remove all the .mo files from cvs. Translators should now only make changes to the .po files.
* Generated an updated .pot file and updated the .po files.bwarsaw2003-04-212-275/+387
|
* Updates.bwarsaw2003-02-112-27/+27
|
* Updates, including a simple fix to the Russian catalog.bwarsaw2003-02-042-261/+269
|
* Some small fixes on Translation.gleydson2003-01-301-5/+5
|
* Updates by Christian Reis <kiko@async.com.br>gleydson2003-01-301-17/+18
|
* Updated catalogs and Lithuanian support by Mantas Kriauciunas.bwarsaw2002-12-242-87/+97
|
* Updatesbwarsaw2002-12-241-0/+0
|
* Translated 5 fuzzy entries and some updates.gleydson2002-12-231-11/+12
|
* Pekka Haavisto's update to the Finnish translations. Other updates,bwarsaw2002-12-122-36/+36
| | | | probably inconsequential (sorry i18n'ers).
* Catalog updates (mostly catches the "administator" typo)bwarsaw2002-12-112-56/+118
|
* The generated filebwarsaw2002-12-101-0/+0
|
* Some clean ups detected by transcheck.gleydson2002-12-101-40/+35
|
* One more update to translation.gleydson2002-12-101-5/+60
|
* Generated .mo file updatebwarsaw2002-12-101-0/+0
|
* Updated almost all fuzzy messages and unstranslateds.gleydson2002-12-101-171/+136
| | | | Gleydson <gleydson@debian.org>
* Updates by Christian Reis <kiko@async.com.br>gleydson2002-12-101-52/+44
|
* Updatesbwarsaw2002-12-101-0/+0
|
* Translated new messages.gleydson2002-12-091-247/+319
|
* 2.1b6 catalog updatesbwarsaw2002-12-092-90/+128
|
* Catalog updatesbwarsaw2002-12-022-428/+441
|
* Catalog updatesbwarsaw2002-11-192-532/+611
|
* Updated catalogs, including for Brazilian Portuguese by Gleysdsonbwarsaw2002-10-292-231/+410
| | | | Mazioli da Silva.
* The latest catalog updates, in preparation for beta 4.bwarsaw2002-10-252-261/+275
|
* Fixed a bug in the pt_BR translation, and also updated the Russian .mobwarsaw2002-10-212-1/+1
| | | | file.
* More catalog updatesbwarsaw2002-10-202-249/+322
|
* Another round of catalog updates, based on today's checkins.bwarsaw2002-10-092-66/+379
|
* Updated catalog files, including mailman.pot, for MM2.1b4 release.bwarsaw2002-10-072-559/+688
|
* Updated catalogs, plus fixes to the nl charset in the .po file.bwarsaw2002-08-222-503/+615
|
* Updated catalogs for 2.1b3.bwarsaw2002-08-102-1377/+2171
|
* Brazilian Portuguese <> Portguese Portuguese.bwarsaw2002-07-302-0/+9885
Move `pt' to pt_BR for Brazilian Portuguese, reserving pt_PT for later.