2008-04-13 19:26:57 +00:00
< ? php
2008-08-06 22:00:53 +00:00
/** Basa Banyumasan ( Basa Banyumasan )
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-04-13 19:26:57 +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-06 22:00:53 +00:00
*
* @ author לערי ריינהארט
2008-04-13 19:26:57 +00:00
*/
$fallback = 'jv' ;
2008-08-06 22:00:53 +00:00
$messages = array (
'article' => 'Isi tulisan' ,
'cancel' => 'Ora Sida' ,
'mypage' => 'Kaca inyong' ,
'mytalk' => 'Catetan inyong' ,
'navigation' => 'pandhu arah' ,
'help' => 'Rewang' ,
'search' => 'golet tulisan' ,
'go' => 'golet' ,
'history' => 'sejarah kaca' ,
'history_short' => 'Sejarah kaca' ,
'printableversion' => 'Edisi Cetak' ,
'edit' => 'Sunting' ,
'delete' => 'Busek' ,
'specialpage' => 'Kaca khusus' ,
'articlepage' => 'Deleng isi tulisan' ,
'talk' => 'bahas' ,
'toolbox' => 'perangkat' ,
'otherlanguages' => 'basa liya' ,
# 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).
'currentevents' => 'Kedaden Anyar' ,
'mainpage' => 'Kaca Utama' ,
'portal' => 'Komunitas' ,
'editsection' => 'sunting' ,
# Login and logout pages
'login' => 'Melebu' ,
'userlogin' => 'Melebu / gawe kaca anggota (account)' ,
'logout' => 'Metu' ,
'userlogout' => 'Metu' ,
'createaccount' => 'Gawe Kaca Anggota' ,
# Edit pages
'savearticle' => 'Simpen' ,
'preview' => 'Pra tayang' ,
'showpreview' => 'Pra tayang' ,
'showdiff' => 'Deleng beda' ,
# Recent changes
'recentchanges' => 'Pengobahan' ,
# Recent changes linked
2009-06-03 23:56:42 +00:00
'recentchangeslinked' => 'Pengobahan terkait' ,
'recentchangeslinked-feed' => 'Pengobahan terkait' ,
'recentchangeslinked-toolbox' => 'Pengobahan terkait' ,
2008-08-06 22:00:53 +00:00
# Random page
'randompage' => 'Kaca Liya' ,
# Miscellaneous special pages
'move' => 'Pindah' ,
# Contributions
'contributions' => 'Tulisan anggota' ,
'mycontris' => 'Tulisan inyong' ,
# What links here
'whatlinkshere' => 'Pranala Kaca Kiye' ,
# Special:SpecialPages
'specialpages' => 'Kaca-kaca khusus' ,
);