2008-02-04 19:39:44 +00:00
< ? php
/** Norfuk / Pitkern ( Norfuk / Pitkern )
2009-04-16 10:17:40 +00:00
*
* See MessagesQqq . php for message documentation incl . usage of parameters
* To improve a translation please visit http :// translatewiki . net
2008-02-04 19:39:44 +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
* @ ingroup Language
* @ file
2008-02-04 19:39:44 +00:00
*
* @ author http :// pih . wikipedia . org sysops
*/
$messages = array (
# Dates
'january' => 'Jaenyuweri' ,
'february' => 'Febyuweri' ,
'march' => 'Maach' ,
'april' => 'Ieprel' ,
'may_long' => 'Mieh' ,
'june' => 'Juun' ,
'july' => 'Juulai' ,
'january-gen' => 'Jaenyuweri' ,
'february-gen' => 'Febyuweri' ,
'march-gen' => 'Maach' ,
'april-gen' => 'Ieprel' ,
'may-gen' => 'Mieh' ,
'june-gen' => 'Juun' ,
'july-gen' => 'Juulai' ,
'may' => 'Mieh' ,
'help' => 'Hiiwp' ,
'history_short' => 'Histrei' ,
'edit' => 'Edet' ,
'talk' => 'diskushun' ,
# 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' => 'Dem Kurent Iwent' ,
'currentevents-url' => 'Project:Dem Kurent Iwent' ,
'helppage' => 'Help:Dem Kontent' ,
'mainpage' => 'Mien Paij' ,
'mainpage-description' => 'Mien Paij' ,
'portal' => " Trii'nohlij " ,
2008-02-04 19:39:44 +00:00
'editold' => 'edet' ,
# Short words for each namespace, by default used in the namespace tab in monobook
'nstab-main' => 'Artikal' ,
'nstab-help' => 'Hiiwp Paij' ,
2008-11-17 10:07:19 +00:00
# Search results
'searchhelp-url' => 'Help:Dem Kontent' ,
2008-02-04 19:39:44 +00:00
# Preferences page
'prefs-rc' => 'Dem Riisent Chayng' ,
# Recent changes
'recentchanges' => 'Dem Riisent Chayng' ,
# Recent changes linked
2009-06-03 23:56:42 +00:00
'recentchangeslinked' => 'Dem Riilated Chayng' ,
'recentchangeslinked-feed' => 'Dem Riilated Chayng' ,
'recentchangeslinked-toolbox' => 'Dem Riilated Chayng' ,
2008-02-04 19:39:44 +00:00
# Upload
'upload' => 'Upload Faail' ,
# Random page
'randompage' => 'Raandum Paij' ,
# What links here
'whatlinkshere' => 'Wata link hiia' ,
);