This website requires JavaScript.
Explore
Help
Sign in
Thijs
/
wiki.techinc.nl
Watch
1
Star
0
Fork
You've already forked wiki.techinc.nl
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
71c9afd57a
wiki.techinc.nl
/
languages
/
messages
/
MessagesAy.php
9 lines
86 B
PHP
Raw
Normal View
History
Unescape
Escape
Merged localisation-work branch: * 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.
2006-07-26 07:15:39 +00:00
<
?
php
Localisation updates for core messages from Betawiki (2008-11-01 00:21 CET)
2008-10-31 23:27:15 +00:00
/**
Aymara
(
Aymar
aru
)
Importing usable interface messages from ay.wikipedia.org
2007-11-17 23:36:07 +00:00
*
WARNING: HUGE COMMIT 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.
2008-05-20 17:13:28 +00:00
*
@
file
language: Continue doc Languages subgroup for msg files and subclasses Follows-up I301f471f86ba2. For ease of navigation, move Converter subclasses to a group called "Languages", which for documentation purposes is a subgroup of "Language". The next commit does the same for Messages* files, and Language subclasses (done separately for ease of review). Change-Id: If1cef9aa15f536ebaedd4477ad7453426e7f3b85
2022-06-22 22:37:31 +00:00
*
@
ingroup
Languages
Importing usable interface messages from ay.wikipedia.org
2007-11-17 23:36:07 +00:00
*/
Localisation updates from Betawiki. * an, ay, br, ca, eu, fiu-vro, fo, fr, kaa, nl, qu, sdc, stq
2007-11-19 23:18:46 +00:00
* (bug 9441) Misspelled Tahitian language file renamed to correct ISO code Fallback language for Aymara to 'es'
2007-03-29 06:41:44 +00:00
$fallback
=
'es'
;
Reference in a new issue
Copy permalink