aboutsummaryrefslogtreecommitdiffstats
path: root/languages/LanguageNo.php
Commit message (Collapse)AuthorAgeFilesLines
* Language file cleanup backportedNiklas Laxström2005-08-181-191/+79
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/10609
* * (bug 1487) invalid html on empty list in banlist (hack)Niklas Laxström2005-08-121-3/+1
| | | | | | | | | * (bug 3017) Hotkey conflict for delete and show changes * made pixel unit translateable and blocklistline now eats infiniteblock and expiringblock * removed some obsolote messages Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/10461
* removed some invalid or no more used keysAntoine Musso2005-07-061-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/9971
* 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
* 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
* * (bug 2151) The delete summary now includes editor name, if only one has ↵Anders Wegge Jakobsen2005-05-211-2/+2
| | | | | | | edited the article. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/9113
* * Deprecating msg:special_version_prefix and msg:special_version_postfixÆvar Arnfjörð Bjarmason2005-05-061-2/+0
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/8915
* (bug 2079) Removed links to Special:Maintenance from movepagetext messagesJens Frank2005-05-051-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/8894
* * Deprecated the uploadfile message, pretty redundant since we have msg:uploadÆvar Arnfjörð Bjarmason2005-05-051-1/+0
| | | | | | | in <h1> on Special:Upload already. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/8883
* * Deprecated ilshowmatch, no longer used in Special:Newimages and ↵Ævar Arnfjörð Bjarmason2005-05-051-1/+0
| | | | | | | Special:Imagelist Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/8881
* * (bug 1989) Some messages converted to use addWikiText(), patch by Niklas ↵Ævar Arnfjörð Bjarmason2005-05-041-9/+8
| | | | | | | Laxstr��m Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/8855
* * Removed incomplete and sometimes incorrect inherit comments.Ævar Arnfjörð Bjarmason2005-04-131-22/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/8316
* * Changing errorpage() so that it outputs with addWikiText() instead ofÆvar Arnfjörð Bjarmason2005-04-101-12/+6
| | | | | | | | addHTML(), also changed all the messages that use it from HTML to wikitext. (Patch by Niklas Laxstr��m) Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/8239
* * Using , for the decimal point seperator and . for the thousands seperator forÆvar Arnfjörð Bjarmason2005-04-051-0/+6
| | | | | | | languages which according to glibc 2.3.4 use that custom. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/8089
* * @package MediaWikiÆvar Arnfjörð Bjarmason2005-04-051-0/+4
| | | | | | | * @subpackage Language Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/8079
* Fixing the google search which wasn't remotely valid XHTML.Ævar Arnfjörð Bjarmason2005-03-261-24/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/7913
* * (bug 1207) splitting 'all', into recentchangesall, imagelistall,Ævar Arnfjörð Bjarmason2005-03-261-1/+0
| | | | | | | | watchlistall1, watchlistall2, contributionsall to accommodate inflicted languages. ( perl -pi -e "s/^['\"]all['\"].*//gs" * is useful =) Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/7908
* kill the 'hover' toggleBrion Vibber2005-03-251-1/+0
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/7864
* linkify log entry page titles in RCErik Moeller2005-03-241-3/+3
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/7856
* * (bug 1643) remove 'confirmcheck' message, no longer usedBrion Vibber2005-03-111-1/+0
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/7646
* BUG#1302 Removed accessor function for non-existing variableJens Frank2005-01-101-5/+0
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6998
* Changed <br> and <br/> tags to <br />, for XHTML compliance, as perShane King2004-12-071-17/+17
| | | | | | | bug #1023. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6555
* remove [[]] for protectedarticle and unprotectedarticle. Avoid having a link ↵Antoine Musso2004-11-131-2/+2
| | | | | | | enclosed by brackets in the protection log. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6227
* removed sectionedit and commentedit messages. Replaced by editingsection and ↵Jens Frank2004-11-061-2/+2
| | | | | | | | | editingcomment messages. Should be easier to translate for languages that want to have the (section) somewhere else than at the end Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6180
* Mass search and replace remaining wfLocalUrl() and wfLocalUrlE()Brion Vibber2004-10-021-8/+8
| | | | | | | | | with {{localurle:}}. Note however that these should eventually be replaced with [[wikilinks]]. Some messages may still need to be fixed in the code to parse it however. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/5628
* s/WIKIPEDIA/PROJECT/Antoine Musso2004-10-011-2/+2
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/5623
* Fix fallback message checks.Brion Vibber2004-09-261-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/5513
* change all occurrences of "fromwikipedia" to "tagline".Arne Heizmann2004-09-031-2/+2
| | | | | | | change all occurrences of "aboutwikipedia" to "aboutsite". Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/5066
* Remove obsolete searchhelppage link from dberrortext.Brion Vibber2004-08-151-2/+0
| | | | | | | Search queries should never cause SQL errors! The new mysql4 code at least is fairly robust. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/4802
* Folding searchhelppage and searchingwikipedia into normal wikitext in ↵Brion Vibber2004-08-151-2/+0
| | | | | | | | | searchresulttext. Cleaned up some hard-coded 'Wikipedia' values and old-style $wgSitename/$wgMetaNamespace, but there are still hard-coded values with localized Wikipedia spellings that my quick script didn't catch. These should be edited manually... Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/4801
* XHTML fixes for Special:UploadBrion Vibber2004-08-141-13/+18
| | | | | | | | * well-formedness fix on the tables and forms * switch 'uploadtext' message from HTML to wikitext Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/4753
* added a postfix and prefix to the Special:Version page. Can be used for ↵Jens Frank2004-08-041-0/+2
| | | | | | | translations of the page while keeping the legaly binding English version. BUG [ 1001846 ] Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/4513
* Use different label for first 'delete' button in image history than for the ↵Jens Frank2004-08-031-0/+1
| | | | | | | later ones. Defaults to old delete label. BUG [ 1001578 ] Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/4502
* Moved wgUserToggles to wgAllMessages to enable users to translate the option ↵Jens Frank2004-07-231-25/+21
| | | | | | | labels Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/4362
* moved weekday, monthname etc to AllMessages arrays.Jens Frank2004-07-201-46/+35
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/4344
* Make Math rendering options user settable strings in MediaWiki namespace. ↵Jens Frank2004-07-131-13/+7
| | | | | | | First batch. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/4274
* Added automatic fallback to English namespace namesTim Starling2004-06-281-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/4183
* Add new XHTML-based skin 'MySkin', using custom CSS from ↵Jens Frank2004-06-061-1/+2
| | | | | | | User:youruser/myskin.css Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/3905
* Update namespaces for noBrion Vibber2004-05-301-17/+24
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/3781
* include_once -> require_onceTim Starling2004-05-071-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/3502
* added skin names in new format (ass. array)Gabriel Wicke2004-04-041-1/+8
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2972
* * Changed inclusion syntax to allow e.g. {{stub}}Tim Starling2004-03-201-0/+3
| | | | | | | | | * Split MediaWiki namespace into MediaWiki and Template (requires changes to all language files) * Purge links to on edit of Template namespace * General refactoring of purging and cache invalidation code Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2769
* fix occurence of "/wiki" instead of $wgScriptPathAntoine Musso2004-03-141-2/+2
| | | | | | | | | | Fix sourceforge bug #911754. fix occurence of "wikipedia" instead of $wgMetaNameSpace Fix sourceforge bug #883893 Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2719
* Fix for compatibility with short_open_tag = OffBrion Vibber2004-02-181-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2485
* Isolated Google search box from 'searchdisabled' variableMr. E232004-02-151-1/+2
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2479
* Add Special:Version; remove Special:Debug; remove dupe language lists; fix ↵Brion Vibber2004-02-011-1/+1
| | | | | | | line endings on ro Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2417