aboutsummaryrefslogtreecommitdiffstats
path: root/languages/LanguagePt.php
Commit message (Collapse)AuthorAgeFilesLines
* Merged localisation-work branch:Tim Starling2006-07-261-202/+0
| | | | | | | | | | | | | | | | | | | | * Made lines from initialiseMessages() appear as list items during installation * Moved the bulk of the localisation data from the Language*.php files to the Messages*.php files. Deleted most of the Languages*.php files. * Introduced "stub global" framework to provide deferred initialisation of core modules. * Removed placeholder values for $wgTitle and $wgArticle, these variables will now be null during the initialisation process, until they are set by index.php or another entry point. * Added DBA cache type, for BDB-style caches. * Removed custom date format functions, replacing them with a format string in the style of PHP's date(). Used string identifiers instead of integer identifiers, in both the language files and user preferences. Migration should be transparent in most cases. * Simplified the initialisation API for LoadBalancer objects. * Removed the broken altencoding feature. * Moved default user options and toggles from Language to User. Language objects are still able to define default preference overrides and extra user toggles, via a slightly different interface. * Don't include the date option in the parser cache rendering hash unless $wgUseDynamicDates is enabled. * Merged LanguageUtf8 with Language. Removed LanguageUtf8.php. * Removed inclusion of language files from the bottom of Language.php. This is now consistently done from Language::factory(). * Add the name of the executing maintenance script to the debug log. Start the profiler during maintenance scripts. * Added "serialized" directory, for storing precompiled data in serialized form. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/15823
* Got rid of the MagicWord indexing constants (MAG_xxx), replaced them by ↵Tim Starling2006-07-141-45/+45
| | | | | | | string indexing, like messages. The associated change to the extensions, i.e. removing the MagicWordMagicWords hook and using string instead of integer indices, is in fact compatible with MW 1.6 and 1.7, which tells you something about the utility of the hook function. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/15612
* make methods compatible with parent class 'Language'Antoine Musso2006-07-101-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/15515
* Revert due to brion's request.Rotem Liss2006-06-251-1/+0
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/15051
* Adding the hooks "AddMagicWordsXX" to allow addition of localized magic words.Rotem Liss2006-06-251-0/+1
| | | | | | | | | | The current hook (LanguageGetMagic) cannot be used for internationalization, because when we use it, we must include all the language aliases. Now we include only the content language and English. However, this hook is retained for backwards compatibility. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/15049
* * Cleaned up formatNum usage in langfilesNiklas Laxström2006-04-291-2/+2
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/13936
* Move AllMessages arrays to separate files:Domas Mituzas2006-01-221-1697/+3
| | | | | | | | - will allow efficient compiling of Language* classes - will allow compiling message arrays into constant databases Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/12817
* Bug 4548: Update for Portuguese language (pt)Niklas Laxström2006-01-101-9/+5
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/12581
* * Big cleanup:Niklas Laxström2006-01-091-121/+7
| | | | | | | | | | | | - Removed obsolote, badly or untranslated messages - Removed references to wikipedia/wikimedia etc in messages - Other cleanup, like removing html and javascript and extension calls - Removed hardcoded namespaces: Tt, Ms, Ia, Ga, Fo, Bn, Csb, He, Nv, Oc, Tlh - Removed some useless backwards compatibility hacks - Fixed formatnum on many languages Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/12549
* * s~\t+$~~Ævar Arnfjörð Bjarmason2006-01-071-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/12476
* * s~ +$~~Ævar Arnfjörð Bjarmason2006-01-071-16/+16
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/12472
* * (bug 4457) Update for Portuguese language (pt)Niklas Laxström2006-01-031-10/+26
| | | | | | | Patch from Get_It Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/12364
* Let's stop inflicted languages taking over the worldNiklas Laxström2006-01-011-1/+1
| | | | | | | ->typo in comment Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/12335
* * Removed Special:Validate, it's been superseded by the Review extensionBrion Vibber2005-12-291-48/+0
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/12288
* * Fix for short_open_tag off again; please don't break this, guysBrion Vibber2005-12-291-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/12286
* Removed useless codeNiklas Laxström2005-12-291-116/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/12285
* * (bug 4108, 4336) Remove trailing whitespace from various messages, whichBrion Vibber2005-12-211-18/+9
| | | | | | | mucks up message updating to create dupe entries Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/12202
* Bug 4244: Update for Portuguese language (pt)Antoine Musso2005-12-111-18/+28
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/12073
* Bug 4108 : special:allmessages highlight some messages as changed whenAntoine Musso2005-12-111-13/+13
| | | | | | | they dont. this is caused by the trailing \n. Removing them. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/12065
* Rest of pieces for bug 4192Brion Vibber2005-12-071-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/12012
* Fix bug 4160: Update for Portuguese language (pt)Antoine Musso2005-12-041-18/+43
| | | | | | | Patch provided by Get_It <wikipedista@gmail.com> Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/11952
* typo in markupBrion Vibber2005-12-031-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/11914
* * Fix custom namespaces on wikis set for PortugueseBrion Vibber2005-12-021-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/11894
* * (bug 3886) Update for Portuguese language (pt)Niklas Laxström2005-11-191-63/+70
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/11763
* * (bug 3817) Use localized date formats in preferences; 'no preference' optionBrion Vibber2005-11-081-0/+1
| | | | | | | localizable as 'datedefault' message. Tweaked lots of languages files... Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/11676
* * (bug 3827) UpdateÆvar Arnfjörð Bjarmason2005-10-291-15/+21
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/11570
* * Parent message altered, purging old translationsÆvar Arnfjörð Bjarmason2005-10-241-1/+0
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/11486
* * (bug 2330) Don't do funny thinks with "links" in MediaWiki:UndeletedtextNiklas Laxström2005-10-151-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/11367
* * (bug 3702) UpdateÆvar Arnfjörð Bjarmason2005-10-131-33/+41
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/11356
* Bug 3617: Update for portuguese language (pt)Niklas Laxström2005-10-111-29/+30
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/11293
* * (bug 3547) UpdateÆvar Arnfjörð Bjarmason2005-10-011-20/+24
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/11170
* Bug 3434: Update for Portuguese language (pt)Niklas Laxström2005-09-131-37/+36
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/11016
* #3354 : LanguagePt update by Get_itAntoine Musso2005-09-061-15/+16
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/10934
* port stuff from child PT_br to PtAntoine Musso2005-08-251-0/+11
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/10763
* Fix NS_PROJECT_TALK as wellAntoine Musso2005-08-251-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/10755
* make pt works.Antoine Musso2005-08-251-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/10754
* * Move LanguagePt.php to LanguagePt_br.php (watchout: very old file).Antoine Musso2005-08-251-743/+1942
| | | | | | | | | | * Add Pt_br language name. * Update LanguagePt.php from meta at the request of Get_It on irc. DO NOT CHANGE NS_USER & NS_USER_TALK WITHOUT UPDATING WIKIMEDIA SERVERS. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/10744
* removing wikititlesuffixNiklas Laxström2005-08-171-1/+0
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/10584
* XHTML complianceNiklas Laxström2005-08-161-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/10552
* Small cleanup to language files, expect the two that got corrupted in the ↵Niklas Laxström2005-08-151-171/+79
| | | | | | | process Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/10532
* *html-safety fixesNiklas Laxström2005-08-121-1/+1
| | | | | | | *made some things localizable or better localizable Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/10460
* Removing bunch on specialpage headingsNiklas Laxström2005-08-021-2/+0
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/10359
* Fix bug 2642 : watchdetails message using HTML instead of wiki syntax. Patch ↵Antoine Musso2005-07-031-1/+1
| | | | | | | by zigger at gmail dot com Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/9881
* Fix the Portuguese numeric format for the second timeNiklas Laxström2005-07-031-2/+2
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/9868
* (bugs 2633, 2672) Fix Estonian, Portuguese and Finnish numeric formattingNiklas Laxström2005-07-021-16/+19
| | | | | | | Little code cleanup Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/9839
* Removed some wikipedia-specifica from LanguageXx.php'sJens Frank2005-06-251-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/9658
* * Removed getNsIndex(), no longer neededÆvar Arnfjörð Bjarmason2005-06-201-10/+0
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/9529
* * Removed getNsText() decleration, redundant now that the parent defines it inÆvar Arnfjörð Bjarmason2005-06-181-4/+0
| | | | | | | a OOP-ish way. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/9462
* * Fixed typo ( :: not : )Ævar Arnfjörð Bjarmason2005-06-181-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/9460
* * Using parent:: instead of Language::Ævar Arnfjörð Bjarmason2005-06-161-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/9453