aboutsummaryrefslogtreecommitdiffstats
path: root/languages/messages/MessagesPfl.php
Commit message (Collapse)AuthorAgeFilesLines
...
* Localisation updates for core messages from translatewiki.net (2009-06-05 ↵Siebrand Mazeland2009-06-051-2/+2
| | | | | | | 22:22 UTC) Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/51522
* (bug 14866) 'recentchangeslinked' should be split into individual messagesSiebrand Mazeland2009-06-031-0/+2
| | | | | | | * Copy 'recentchangeslinked' to 'recentchangeslinked-feed' and 'recentchangeslinked-toolbox' to allow more fine grained customisation of the UI. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/51441
* introudce 'file-anchor-link' message on the File description page instead of ↵Shinjiman2009-05-301-0/+1
| | | | | | | | | the message from the "File namespace" rebuild messages for all languages Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/51186
* Localisation updates for core messages from translatewiki.net (2009-05-27 ↵Siebrand Mazeland2009-05-271-0/+1
| | | | | | | 22:45 UTC) Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/51090
* Follow-up on r49790, r49898, r49899, r49900, r49901, r49902, r49904, r49907, ↵Siebrand Mazeland2009-04-261-1/+3
| | | | | | | | | r49908, r49909, r49910, r49913, r49914 * rebuild all message files Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/49916
* Localisation updates for core messages from translatewiki.net (2009-04-24 ↵Siebrand Mazeland2009-04-241-1/+1
| | | | | | | 21:46 UTC) Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/49844
* Per discussion at the developer meeting: Remove arbitrary sprinkled message ↵Raimond Spekking2009-04-161-4/+7
| | | | | | | | | | documentation from message files. The removed comments are included in MessagesQqq.php togehter with a lot more documentation Add a link to translatewiki.net too to show users the way to improve translations. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/49558
* Localisation updates for core messages from translatewiki.net (2009-03-28 ↵Raimond Spekking2009-03-281-3/+1
| | | | | | | 19:50 UTC) Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/48973
* * add lower cased messages for Special:Contributions where needed instead of ↵Siebrand Mazeland2009-03-271-0/+1
| | | | | | | | | reusing a capitalised message * duplicate translated messages where available Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/48906
* Localisation updates for core messages from translatewiki.net (2009-03-20 ↵Raimond Spekking2009-03-201-148/+450
| | | | | | | 09:25 UTC) Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/48626
* Localisation updates for core messages from translatewiki.net (2009-03-18 ↵Raimond Spekking2009-03-181-49/+262
| | | | | | | 19:38 UTC) Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/48523
* Localisation updates for core messages from translatewiki.net (2009-03-16 ↵Raimond Spekking2009-03-161-0/+16
| | | | | | | 19:05 UTC) Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/48450
* Localisation updates for core messages from Betawiki (2008-11-28 10:35 CET)Siebrand Mazeland2008-11-281-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/44010
* Update message files for r40916. Is "php rebuildLanguage.php --lang=all" ↵Siebrand Mazeland2008-09-161-1/+1
| | | | | | | that hard? Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/40935
* Localisation updates for core messages from Betawiki (2008-08-08 10:12 CEST)Siebrand Mazeland2008-08-081-2/+2
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/38860
* Localisation updates for core messages from Betawiki (2008-07-16 18:22 CEST)Siebrand Mazeland2008-07-161-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/37753
* Localisation updates for core messages from Betawiki (2008-07-08 23:21 CEST)Siebrand Mazeland2008-07-081-1/+0
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/37356
* Localisation updates for core messages from Betawiki (2008-06-04 21:52 CEST)Siebrand Mazeland2008-06-041-2/+4
| | | | | | | | * additionally processed r35871 for remaining localisations (documentation moved from meta: to mediawiki:) * rebuilt all language files Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/35878
* WARNING: HUGE COMMITAlexandre Emsenhuber2008-05-201-1/+2
| | | | | | | | | | | | | | | | | | Doxygen documentation update: * Changed alls @addtogroup to @ingroup. @addtogroup adds the comment to the group description, but doesn't add the file, class, function, ... to the group like @ingroup does. See for example http://svn.wikimedia.org/doc/group__SpecialPage.html where it's impossible to see related files, classes, ... that should belong to that group. * Added @file to file description, it seems that it should be explicitely decalred for file descriptions, otherwise doxygen will think that the comment document the first class, variabled, function, ... that is in that file. * Removed some empty comments * Removed some ?> Added following groups: * ExternalStorage * JobQueue * MaintenanceLanguage One more thing: there are still a lot of warnings when generating the doc. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/35098
* Added message 'mainpage-description' as duplicate of 'mainpage' and added it ↵Siebrand Mazeland2008-04-101-8/+9
| | | | | | | | | | | to message 'sidebar' Fixes: (bug 6332) Lacking entry Mainpage-url (bug 8617) Separate main page url and name Thanks: Danny B., Milda (for the implementation and regex) Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/33084
* Rebuild of all messages files; "unknown messages" section removed (contains ↵Siebrand Mazeland2008-03-211-2/+0
| | | | | | | removed messages after rebuild) Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/32299
* All messages files rebuilt and unknown messages removedSiebrand Mazeland2008-03-181-3/+3
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/32142
* Localisation updates for core messages from Betawiki (2008-02-04 23:35 CET)Siebrand Mazeland2008-02-041-0/+179
Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/30559