2007-06-01 13:06:02 +00:00
< ? php
/** Shona ( chiShona )
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
2007-06-01 13:06:02 +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-08-01 22:35:32 +00:00
*
* @ author Hakka
2007-06-01 13:06:02 +00:00
*/
$messages = array (
# Dates
'sunday' => 'Svondo' ,
'monday' => 'Muvhuro' ,
'tuesday' => 'Chipiri' ,
'wednesday' => 'Chitatu' ,
'thursday' => 'China' ,
'friday' => 'Chishanu' ,
'saturday' => 'Mugovera' ,
'january' => 'Ndira' ,
'february' => 'Kukadzi' ,
'march' => 'Kurume' ,
'april' => 'Kubvumbi' ,
'may_long' => 'Chivabvu' ,
'june' => 'Chikumi' ,
'july' => 'Chikunguru' ,
'august' => 'Nyamavhuvhu' ,
'september' => 'Gunyana' ,
'october' => 'Gumiguru' ,
'november' => 'Mbudzi' ,
'december' => 'Zvita' ,
'january-gen' => 'Ndira' ,
'february-gen' => 'Kukadzi' ,
'march-gen' => 'Kurume' ,
'april-gen' => 'Kubvumbi' ,
'may-gen' => 'Chivabvu' ,
'june-gen' => 'Chikumi' ,
'july-gen' => 'Chikunguru' ,
'august-gen' => 'Nyamavhuvhu' ,
'september-gen' => 'Gunyana' ,
'october-gen' => 'Gumiguru' ,
'november-gen' => 'Mbudzi' ,
'december-gen' => 'Zvita' ,
Follow-up on r49790, r49898, r49899, r49900, r49901, r49902, r49904, r49907, r49908, r49909, r49910, r49913, r49914
* rebuild all message files
2009-04-26 22:00:14 +00:00
'cancel' => 'Kanzura' ,
'mytalk' => 'Hurukuro dzangu' ,
'navigation' => 'Banguranyika' ,
# Cologne Blue skin
2007-06-01 13:06:02 +00:00
'qbedit' => 'Chinja' ,
'qbspecialpages' => 'Mapeji akakosha' ,
'help' => 'Rubatsiro' ,
'search' => 'Tsvaga' ,
'searchbutton' => 'Tsvaga' ,
'go' => 'Enda' ,
'searcharticle' => 'Enda' ,
'history_short' => 'Zvemakare' ,
'printableversion' => 'Rinoita kuprinta' ,
'permalink' => 'Zvikochekero Zvisingachinje' ,
'edit' => 'Chinja' ,
'delete' => 'Bharanura' ,
'protect' => 'Chengetedza' ,
'talk' => 'Hurukuro' ,
'toolbox' => 'Maturuzi' ,
'otherlanguages' => 'Mimwe Mitauro' ,
# 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' => 'Zvirikuitika' ,
'currentevents-url' => 'Project:Zvirikuitika' ,
'disclaimers' => 'Matandanyadzi' ,
'edithelp' => 'Mashandurirwo' ,
'mainpage' => 'Peji Rekutanga' ,
'mainpage-description' => 'Peji Rekutanga' ,
'portal' => 'Mukova wegutse' ,
2007-06-01 13:06:02 +00:00
2008-02-16 15:12:49 +00:00
'newmessageslink' => 'mashoko matsva' ,
'youhavenewmessagesmulti' => 'Une mashoko matsva pa$1' ,
'editsection' => 'chinja' ,
'editold' => 'chinja' ,
2007-06-01 13:06:02 +00:00
2008-02-16 15:12:49 +00:00
# Short words for each namespace, by default used in the namespace tab in monobook
2007-06-01 13:06:02 +00:00
'nstab-main' => 'Gani' ,
# General errors
'viewsource' => 'Wona mabviro' ,
# Login and logout pages
2010-07-30 06:48:16 +00:00
'welcomecreation' => ' == Tigashire , $ 1 ! ==
2009-06-15 07:51:09 +00:00
Akaunzi yako yagadzirwa .
Usakanganwe kuchinga [[ Special : Preferences | mapreferences ako {{ SITENAME }}]] . ' ,
2007-06-01 13:06:02 +00:00
'yourname' => 'Zita:' ,
'yourpassword' => 'Password:' ,
'yourpasswordagain' => 'Nyorazve password:' ,
2010-08-28 23:52:46 +00:00
'remembermypassword' => 'Ndiyeuke (for a maximum of $1 {{PLURAL:$1|day|days}})' ,
2007-06-01 13:06:02 +00:00
'login' => 'Gamuchirwa' ,
2009-09-26 09:47:43 +00:00
'userlogin' => 'Gamuchirwa / Gadzira Akaunzi' ,
2007-06-01 13:06:02 +00:00
'logout' => 'Chibuda' ,
'userlogout' => 'Chibuda' ,
'notloggedin' => 'Hauna kugamuchirwa' ,
'createaccount' => 'Gadzira Akaunzi' ,
# Edit pages
2008-12-25 17:13:28 +00:00
'summary' => 'Muchidimbu:' ,
2007-06-01 13:06:02 +00:00
'minoredit' => 'Uku kushandurwa kudiki' ,
'watchthis' => 'Ringa peji rino' ,
'savearticle' => 'Kotsa peji' ,
'showpreview' => 'Ratidza chipandwa' ,
'showdiff' => 'Ratidza zvasandurwa' ,
# Search results
'powersearch' => 'Tsvaga' ,
# Preferences page
'mypreferences' => 'Zvandinosarudza' ,
'prefsnologin' => 'Hauna kugamuchirwa' ,
'prefs-rc' => 'Zvaba Kuchinjwa' ,
'searchresultshead' => 'Tsvaga' ,
2009-04-28 21:10:04 +00:00
'youremail' => 'E-mail:' ,
'username' => 'Zita:' ,
2007-06-01 13:06:02 +00:00
# Recent changes
'recentchanges' => 'Zvaba Kuchinjwa' ,
# Recent changes linked
2009-06-03 23:56:42 +00:00
'recentchangeslinked' => 'Zvinoenderana nezvachinjwa' ,
'recentchangeslinked-feed' => 'Zvinoenderana nezvachinjwa' ,
'recentchangeslinked-toolbox' => 'Zvinoenderana nezvachinjwa' ,
2007-06-01 13:06:02 +00:00
# Upload
'upload' => 'Isa fayera' ,
'uploadbtn' => 'Isa fayera' ,
2009-06-08 22:11:42 +00:00
'uploadnologin' => 'Hauna kugamuchirwa' ,
2007-06-01 13:06:02 +00:00
'watchthisupload' => 'Ringa peji rino' ,
2008-02-16 15:12:49 +00:00
# Random page
'randompage' => 'Peji nhemwa' ,
2007-06-01 13:06:02 +00:00
# Miscellaneous special pages
'move' => 'Chichinura' ,
'movethispage' => 'Chichinura kupeji iri' ,
# Watchlist
'watchlist' => 'Zvandakarinda' ,
'mywatchlist' => 'Zvandakarinda' ,
'watch' => 'Rinda' ,
'watchthispage' => 'Ringa peji rino' ,
2008-09-29 14:03:51 +00:00
# Protect
'prot_1movedto2' => '[[$1]] rachichinurwa ku [[$2]]' ,
2007-06-01 13:06:02 +00:00
# Restrictions (nouns)
'restriction-edit' => 'Chinja' ,
'restriction-move' => 'Chichinura' ,
# Undelete
'undelete-search-submit' => 'Tsvaga' ,
# Contributions
'contributions' => 'Mushandisi Kanzatu' ,
'mycontris' => 'Kanzatu kangu' ,
'sp-contributions-submit' => 'Tsvaga' ,
# What links here
'whatlinkshere' => 'Zvakakochekera pano' ,
# Move page
2008-03-18 23:43:40 +00:00
'move-page-legend' => 'Chichinura peji' ,
'movepagebtn' => 'Chichinura peji' ,
'movedto' => 'rachichinurwa ku' ,
'movereason' => 'Chikonzero' ,
2007-06-01 13:06:02 +00:00
# Namespace 8 related
'allmessages' => 'Mashoko esystem' ,
# Tooltip help for the actions
'tooltip-pt-preferences' => 'Zvandinosarudza' ,
'tooltip-pt-logout' => 'Chibuda' ,
'tooltip-ca-move' => 'Chichinura kupeji iri' ,
'tooltip-p-logo' => 'Peji Rekutanga' ,
# Table pager
'table_pager_limit_submit' => 'Enda' ,
2008-06-04 20:13:41 +00:00
# Special:SpecialPages
'specialpages' => 'Mapeji akakosha' ,
2007-06-01 13:06:02 +00:00
);