aboutsummaryrefslogtreecommitdiffstats
path: root/languages/LanguageEt.php
Commit message (Collapse)AuthorAgeFilesLines
* Restructured the languages directory, to avoid problems when people untar MW ↵Tim Starling2006-10-041-21/+0
| | | | | | | 1.8 over the top of a 1.7 installation. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/16773
* Merged localisation-work branch:Tim Starling2006-07-261-233/+1
| | | | | | | | | | | | | | | | | | | | * 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-1/+1
| | | | | | | 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
* 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
* * RestructuredNiklas Laxström2006-06-231-131/+99
| | | | | | | * Now exports magic words Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/14957
* having some fun with doxygen error logAntoine Musso2006-06-101-5/+5
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/14700
* unused globals as per #3692Antoine Musso2006-05-011-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/13990
* tabified some line startsNiklas Laxström2006-04-291-5/+5
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/13937
* * 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-826/+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
* * Big cleanup:Niklas Laxström2006-01-091-61/+5
| | | | | | | | | | | | - 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
* Fix #4510: Barnes & Noble ISBN URL changeAntoine Musso2006-01-071-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/12474
* Removing:Niklas Laxström2006-01-071-1/+1
| | | | | | | | | | | *invalid comment *some wikipedia-references *bad or unnecessary html *wrong usage of {{SITENAME}} variable *some obsolote messages or messages that should not be redefined Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/12447
* * (bug 4108, 4336) Remove trailing whitespace from various messages, whichBrion Vibber2005-12-211-6/+3
| | | | | | | mucks up message updating to create dupe entries Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/12202
* Bug 4108 : special:allmessages highlight some messages as changed whenAntoine Musso2005-12-111-4/+4
| | | | | | | they dont. this is caused by the trailing \n. Removing them. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/12065
* * (bug 4192) Remove silly 'The Free Encyclopedia' default sitesubtitleBrion Vibber2005-12-061-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/12000
* * (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
* * 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 3505: No need to use . in time functionNiklas Laxström2005-09-191-2/+2
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/11083
* White-spaceNiklas Laxström2005-08-181-2/+2
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/10616
* Correct erroneous instructions in 'clearyourcache' message for all language ↵Rowan Collins2005-08-181-1/+1
| | | | | | | files containing it. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/10604
* * (bug 3177) Estonian date formats not implemented in LanguageEt.phpNiklas Laxström2005-08-171-2/+133
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/10590
* 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-160/+71
| | | | | | | 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-4/+0
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/10359
* split prefs-help-userdata to prefs-help-realname & prefs-help-email. Nds ↵Antoine Musso2005-07-061-2/+2
| | | | | | | still need to be split Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/9955
* (bugs 2633, 2672) Fix Estonian, Portuguese and Finnish numeric formattingNiklas Laxström2005-07-021-6/+22
| | | | | | | Little code cleanup Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/9839
* * 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
* * Deprecated the {{msg:}} syntax for inclusion from the Template namespace.Ævar Arnfjörð Bjarmason2005-05-131-1/+0
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/8996
* * CleanupÆvar Arnfjörð Bjarmason2005-05-071-245/+3
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/8919
* * 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-7/+6
| | | | | | | Laxstr��m Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/8855
* * Changing errorpage() so that it outputs with addWikiText() instead ofÆvar Arnfjörð Bjarmason2005-04-101-4/+2
| | | | | | | | 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
* * Replacing NS_WP and NS_WIKIPEDIA with NS_PROJECT and NS_WP_TALK andÆvar Arnfjörð Bjarmason2005-04-081-2/+2
| | | | | | | | NS_WIKIPEDIA_TALK with NS_PROJECT_TALK, support for these aliases has now been removed. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/8160
* * @package MediaWikiÆvar Arnfjörð Bjarmason2005-04-051-0/+4
| | | | | | | * @subpackage Language Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/8079
* * (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-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/7856
* Bug 1648: A new template message for a single undeleted revisionJens Frank2005-03-131-1/+2
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/7669
* * (bug 1643) remove 'confirmcheck' message, no longer usedBrion Vibber2005-03-111-1/+0
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/7646