aboutsummaryrefslogtreecommitdiffstats
path: root/languages/LanguageEs.php
Commit message (Collapse)AuthorAgeFilesLines
* Language file cleanup backportedNiklas Laxström2005-08-181-247/+130
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/10609
* arrow up, arrow down, arrow round the clock, arrow to cvs' heart, getting ↵Niklas Laxström2005-08-161-2/+2
| | | | | | | rid of entities Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/10548
* * (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
* Killing nomove tooltipNiklas Laxström2005-07-151-1/+0
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/10139
* * (bug 2695) Spanish number formattingÆvar Arnfjörð Bjarmason2005-07-041-0/+4
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/9900
* 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-4/+2
| | | | 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
* * (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
* * Moved <div class='patrollink'> into Article.php rather than declare it inÆvar Arnfjörð Bjarmason2005-05-051-1/+1
| | | | | | | every markaspatrolledlink message. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/8896
* (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-8/+9
| | | | | | | Laxstr��m Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/8855
* * Removed msg:articlenamespace, Special:Allpages and Special:ContributionsÆvar Arnfjörð Bjarmason2005-05-021-1/+0
| | | | | | | now use msg:blanknamespace. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/8806
* * 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
* * Misc cleanupÆvar Arnfjörð Bjarmason2005-04-091-37/+5
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/8187
* * @package MediaWikiÆvar Arnfjörð Bjarmason2005-04-051-0/+4
| | | | | | | * @subpackage Language Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/8079
* * New feature, the ability to 'invert' namespaces in Special:Allmessages, givenÆvar Arnfjörð Bjarmason2005-04-011-3/+1
| | | | | | | | | | | | | | | | | | a namespace the 'Invert' namespace can be selected to perform WHERE page_namespace != $namespace instead of WHERE page_namespace = .. ** Added code in includes/SpecialAllpages.php to make this possible ** Removed messages: allpagesformtext1 and allpagesformtext2 (obsoleted by the new allpagesformtext messsage) ** Renamed message allpagesnamespace to allinnamespace ** Added messages allnonarticles, allnotinnamespace, contributionsformtext ** includes/SpecialContributions.php no longer uses allpagesformtext2 but the new contributionsformtext Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/8016
* * (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
* Commenting out the default option in all languages that only have that one (orÆvar Arnfjörð Bjarmason2005-03-261-1/+1
| | | | | | | none at all). Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/7879
* * (bug 1668) a redesign of the "Date format" system, languages are now able toÆvar Arnfjörð Bjarmason2005-03-261-3/+0
| | | | | | | | | | | | specify an arbitary amount of date formats which they wish to use in the $wgDateFormatsXx array, if the array is empty the "Date format" option will not be shown, the only languages that currently take atvantage of the multiple formats are Icelandic, English and Frysk, I removed all but the first item of the $wgDateFormatsXx array from those that don't which should show something like "use default". Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/7877
* 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-4/+2
| | | | 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#1253 - Adjustments to Spanish language fileJens Frank2005-01-051-78/+255
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/6940
* 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
* 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-2/+4
| | | | 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-3/+1
| | | | | | | | | 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-11/+13
| | | | | | | | * 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-59/+53
| | | | | | | labels Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/4362
* moved weekday, monthname etc to AllMessages arrays.LanguageEl.phpJens Frank2004-07-181-29/+33
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/4316
* 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
* updating es namespaceCamille Constans2004-07-121-4/+4
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/4267
* Added automatic fallback to English namespace namesTim Starling2004-06-281-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/4183
* Converted remaining latin-1 localizations to UTF-8 (da/de/es/nl/sv).Brion Vibber2004-06-111-472/+457
| | | | | | | | | For compatibility with existing installations, a latin-1 proxy language module can be activated by setting $wgUseLatin1 = true; which will convert messages to Latin-1 and use the Latin-1 support code as necessary. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/3984
* 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
* 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
* Use wgSitename and wgMetaNamespaceBrion Vibber2004-03-171-52/+52
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2746
* 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