2008-01-05 08:26:39 +00:00
< ? php
/** Nauru ( Ekakairũ Naoero )
*
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
* @ ingroup Language
* @ file
2008-01-05 08:26:39 +00:00
*
2008-01-08 15:43:20 +00:00
* @ author CdaMVvWgS
* @ author Belgian man
* @ author Node ue
2008-01-05 08:26:39 +00:00
*/
$messages = array (
# Dates
'sunday' => 'Tondak' ,
'monday' => 'Mondak' ,
'tuesday' => 'Dintak' ,
'wednesday' => 'Mitwok' ,
'thursday' => 'Donertak' ,
'friday' => 'Preidak' ,
'saturday' => 'Tadurdei' ,
'qbedit' => 'Kiwiwid' ,
'moredotdotdot' => 'Iyuw...' ,
2008-02-16 15:12:49 +00:00
'and' => 'me' ,
2008-01-05 08:26:39 +00:00
'errorpagetitle' => 'Dairinaiya' ,
'help' => 'Ipuok' ,
'search' => 'Kanani' ,
'go' => 'Nuwa ko!' ,
'history_short' => 'Ekadaedaenigawae' ,
'edit' => 'Kiwiwid' ,
'delete' => 'Iyababa' ,
'unprotect' => 'Eab oberei' ,
'toolbox' => 'Dabadi n bwait makur' ,
# All link text and link target definitions of links into project namespace that get used by other message strings, with the exception of user group pages (see grouppage) and the disambiguation template definition (see disambiguations).
2008-04-10 19:16:36 +00:00
'currentevents' => 'Imwin' ,
'currentevents-url' => 'Project:Imwin' ,
'edithelp' => 'Oomo/edar Ipuok' ,
'edithelppage' => 'Help:Oomo/edar' ,
'helppage' => 'Help:Oangan' ,
'mainpage' => 'Bwiema peij' ,
'mainpage-description' => 'Bwiema peij' ,
2008-01-05 08:26:39 +00:00
'editsection' => 'Kiwiwid' ,
'showtoc' => 'oduwen' ,
'hidetoc' => 'ewewin' ,
# Short words for each namespace, by default used in the namespace tab in monobook
'nstab-help' => 'Ipuok' ,
# General errors
'error' => 'Dairinaiya' ,
# Login and logout pages
'login' => 'Metu' ,
'logout' => 'Meta' ,
'userlogout' => 'Meta' ,
'yourlanguage' => 'Edorer' ,
# Edit page toolbar
'bold_sample' => 'Eõ mangiyungiy' ,
'bold_tip' => 'Eõ mangiyungiy' ,
'image_sample' => 'Ekar.jpg' ,
# Edit pages
'savearticle' => 'Otsimor' ,
'newarticle' => '(Etsimeduw)' ,
'editing' => 'Oomo/edar $1' ,
'editingsection' => 'Oomo/edar $1 (itubwang)' ,
# Search results
'powersearch' => 'Anani ko' ,
# Preferences page
'skin' => 'Witsin' ,
'searchresultshead' => 'Anani ko' ,
# Recent changes
'recentchanges' => 'Iwiwidit tsimeduw' ,
'hist' => 'eka' ,
'hide' => 'witsit imin gogoro' ,
'show' => 'oduwen' ,
# Random page
'randompage' => 'Tamo peij' ,
# Miscellaneous special pages
'move' => 'Memori' ,
2008-08-08 08:45:04 +00:00
# Special:AllPages
2008-01-05 08:26:39 +00:00
'allpagessubmit' => 'nuwa ko' ,
# E-mail user
'emailuser' => 'Emaileiy amune' ,
'emailfrom' => 'Atsiu' ,
'emailto' => 'Animwen' ,
'emailsend' => 'Oiyon' ,
# Watchlist
'watch' => 'Aea' ,
'unwatch' => 'Eab krak' ,
# Delete/protect/revert
'confirm' => 'Oebwigaga' ,
'deletedarticle' => 'iyababa "[[$1]]"' ,
# Contributions
'contributions' => 'Mana engame totow inne' ,
2008-08-08 08:45:04 +00:00
# Special:NewImages
2008-03-18 23:43:40 +00:00
'ilsubmit' => 'Anani ko' ,
2008-01-05 08:26:39 +00:00
);