2008-02-04 18:50:18 +00:00
< ? php
2008-03-30 18:03:43 +00:00
/** Toki Pona ( Toki Pona )
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 18:50:18 +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 18:50:18 +00:00
*
* @ author http :// tokipona . wikia . com sysops
*/
$messages = array (
# Dates
'january' => 'tenpo mun pi nanpa wan' ,
'february' => 'tenpo mun pi nanpa tu' ,
'march' => 'tenpo mun pi nanpa tu wan' ,
'april' => 'tenpo mun pi nanpa tu tu' ,
'may_long' => 'tenpo mun pi nanpa luka' ,
'june' => 'tenpo mun pi nanpa luka wan' ,
'july' => 'tenpo mun pi nanpa luka tu' ,
'august' => 'tenpo mun pi nanpa luka tu wan' ,
'september' => 'tenpo mun pi nanpa luka tu tu' ,
'october' => 'tenpo mun pi nanpa luka luka' ,
'november' => 'tenpo mun pi nanpa luka luka wan' ,
'december' => 'tenpo mun pi nanpa luka luka tu' ,
2008-03-18 23:43:40 +00:00
# Categories related messages
'category_header' => 'lipu lon kulupu lipu "$1"' ,
'subcategories' => 'kulupu lipu lili' ,
'listingcontinuesabbrev' => ' li awen' ,
2008-02-04 18:50:18 +00:00
'article' => 'lipu sona' ,
'newwindow' => '(ona li open e lupa sin)' ,
'cancel' => 'ike' ,
'mytalk' => 'toki mi' ,
'navigation' => 'lipu suli' ,
'help' => 'mi sona ala' ,
'search' => 'o lukin jo' ,
'go' => 'o tawa' ,
'history' => 'o lukin e lipu ni pi tenpo pini' ,
'history_short' => 'lipu ni pi tenpo pini' ,
'printableversion' => 'lipu ni o kama lipu len' ,
'permalink' => 'nimi open kiwen' ,
'edit' => 'o ante' ,
'editthispage' => 'o ante e lipu ni' ,
'delete' => 'o weka' ,
'deletethispage' => 'o weka e lipu ni' ,
'protect' => 'mi taso o ken ante' ,
'protectthispage' => 'mi taso o ken ante e lipu ni' ,
'unprotect' => 'jan ali o ken ante' ,
'unprotectthispage' => 'jan ale o ken ante e lipu ni' ,
'talkpage' => 'Talk page' ,
'specialpage' => 'lipu suli' ,
'talk' => 'o toki' ,
'toolbox' => 'ilo' ,
'otherlanguages' => 'toki ante' ,
'redirectedfrom' => '(tan $1)' ,
# 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
'aboutsite' => 'lipu sona pi toki pona li seme?' ,
'aboutpage' => 'Project:lipu sona pi toki pona li seme?' ,
'copyright' => 'lipu ken $1 li lawa e lipu ni.' ,
'currentevents' => 'seme li sin lon ma?' ,
'disclaimers' => 'wile ala' ,
'edithelp' => 'mi sona ala e ante' ,
'mainpage' => 'lipu lawa' ,
'mainpage-description' => 'lipu lawa' ,
'portal' => 'lipu pi kulupu ni' ,
'privacy' => 'ken pi awen weka' ,
2008-02-04 18:50:18 +00:00
'ok' => 'pona' ,
'retrievedfrom' => 'tan $1' ,
'editsection' => 'o ante' ,
'toc' => 'poki lawa' ,
'showtoc' => 'o suli e poki ni.' ,
'hidetoc' => 'o lili e poki ni' ,
# Short words for each namespace, by default used in the namespace tab in monobook
'nstab-main' => 'lipu sona' ,
'nstab-user' => 'lipu jan' ,
'nstab-special' => 'suli' ,
'nstab-image' => 'lipu nanpa' ,
'nstab-mediawiki' => 'nimi' ,
'nstab-template' => 'lipu mama' ,
'nstab-help' => 'pana pona' ,
'nstab-category' => 'kulupu lipu' ,
# Login and logout pages
'logout' => 'mi o tawa' ,
'userlogout' => 'mi o tawa' ,
# Edit pages
2008-12-25 17:13:28 +00:00
'summary' => 'ante li seme:' ,
2008-02-04 18:50:18 +00:00
'minoredit' => 'ante ni li lili taso' ,
'watchthis' => 'mi wile sona e ante ale pi lipu ni lon tenpo kama' ,
'savearticle' => 'o awen' ,
'preview' => 'lukin taso' ,
'showpreview' => 'mi wile lukin taso e ante' ,
'editing' => 'mi ante e: $1' ,
'editingcomment' => 'mi ante e lipu $1 (wan sin)' ,
2009-02-05 19:26:39 +00:00
'copyrightwarning' => " o sona e ni: ken $ 2 (o lukin e $ 1) li lawa tawa ante ali lon { { SITENAME}} li. jan li ken ante e toki sina li ken pana e ona tawa jan ante. sina wile ala e ni la, o sitelen ala lon lipu ni.<br />
2008-02-04 18:50:18 +00:00
kin la sina toki e ni : toki sina ni li tan sina taso anu lipu pi ken ali .
2009-02-05 19:26:39 +00:00
'' 'SINA KEN ALA LA, O PANA ALA E TOKI PI KEN LILI TAWA LIPU NI!' '' " ,
2008-02-04 18:50:18 +00:00
'templatesused' => 'lipu ni li kepeken e lipu mama ni:' ,
# History pages
'histfirst' => 'pini taso' ,
'histlast' => 'sin taso' ,
# Search results
2009-06-05 22:43:51 +00:00
'prevn' => 'nanpa {{PLURAL:$1|$1}} pini' ,
'nextn' => 'nanpa {{PLURAL:$1|$1}} kama' ,
2009-09-17 21:28:07 +00:00
'viewprevnext' => 'o lukin e ($1 {{int:pipe-separator}} $2) ($3).' ,
2008-02-04 18:50:18 +00:00
# Preferences page
'preferences' => 'seme li pona tawa mi' ,
# Recent changes
'recentchanges' => 'lipu seme li ante?' ,
'minoreditletter' => 'ante lili' ,
'newpageletter' => 'lipu sin' ,
# Recent changes linked
2009-06-03 23:56:42 +00:00
'recentchangeslinked' => 'ante sama' ,
'recentchangeslinked-feed' => 'ante sama' ,
'recentchangeslinked-toolbox' => 'ante sama' ,
2008-02-04 18:50:18 +00:00
# Upload
'upload' => 'o pana e lipu nanpa' ,
'filedesc' => 'ante li seme' ,
'fileuploadsummary' => 'ante li seme:' ,
2009-05-30 09:24:20 +00:00
# File description page
'file-anchor-link' => 'Lipu nanpa' ,
2008-02-04 18:50:18 +00:00
# Random page
'randompage' => 'mi wile lukin e lipu ante' ,
# Miscellaneous special pages
'lonelypages' => 'lipu ni li jo ala e lipu sama' ,
'move' => 'o tawa' ,
'movethispage' => 'o pana e nimi sin' ,
2008-08-08 08:45:04 +00:00
# Special:AllPages
2008-03-21 19:27:24 +00:00
'allpages' => 'lipu ale' ,
2008-05-20 07:41:33 +00:00
# Special:Categories
'categories' => 'kulupu lipu' ,
2008-02-04 18:50:18 +00:00
# Watchlist
'watchlist' => 'mi sona e ante pi lipu seme' ,
'watch' => 'o sona e ante' ,
'watchthispage' => 'mi wile sona e ante ale pi lipu ni lon tenpo kama' ,
'unwatchthispage' => 'mi wile ala sona e ante ale pi lipu ni lon tenpo kama' ,
'watchnochange' => 'None of your watched items was edited in the time period displayed.' ,
# Contributions
'mycontris' => 'mi ante e lipu seme' ,
# What links here
'whatlinkshere' => 'lipu seme li tawa ni?' ,
2008-06-04 20:13:41 +00:00
# Special:SpecialPages
'specialpages' => 'lipu suli' ,
2008-02-04 18:50:18 +00:00
);