2007-06-21 12:05:30 +00:00
|
|
|
<?php
|
Localisation updates from Betawiki.
* ar, cy, dsb, ext, gan, gl, hr, hsb, hy, is, kn, la, loz, nl, no, pl, pms, shi, sk, vo, wa, wo
2007-10-28 19:36:03 +00:00
|
|
|
/** Wolof (Wolof)
|
2009-04-16 10:17:40 +00:00
|
|
|
*
|
2014-06-05 14:06:25 +00:00
|
|
|
* To improve a translation please visit https://translatewiki.net
|
Localisation updates from Betawiki.
* ar, cy, dsb, ext, gan, gl, hr, hsb, hy, is, kn, la, loz, nl, no, pl, pms, shi, sk, vo, wa, wo
2007-10-28 19:36:03 +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
|
Localisation updates from Betawiki.
* ar, cy, dsb, ext, gan, gl, hr, hsb, hy, is, kn, la, loz, nl, no, pl, pms, shi, sk, vo, wa, wo
2007-10-28 19:36:03 +00:00
|
|
|
*
|
2009-10-15 19:33:16 +00:00
|
|
|
* @author Ahloubadar
|
2007-11-15 18:18:51 +00:00
|
|
|
* @author Ibou
|
2011-11-01 21:04:38 +00:00
|
|
|
* @author Maax
|
2011-01-02 21:18:06 +00:00
|
|
|
* @author Reedy
|
2008-04-13 13:56:37 +00:00
|
|
|
* @author SF-Language
|
2008-10-19 10:30:24 +00:00
|
|
|
* @author Urhixidur
|
Localisation updates from Betawiki.
* ar, cy, dsb, ext, gan, gl, hr, hsb, hy, is, kn, la, loz, nl, no, pl, pms, shi, sk, vo, wa, wo
2007-10-28 19:36:03 +00:00
|
|
|
*/
|
2007-06-21 12:05:30 +00:00
|
|
|
|
|
|
|
|
$fallback = 'fr';
|
2007-06-29 01:19:14 +00:00
|
|
|
|
2008-11-18 22:18:31 +00:00
|
|
|
$namespaceNames = array(
|
|
|
|
|
NS_MEDIA => 'Xibaarukaay',
|
|
|
|
|
NS_SPECIAL => 'Jagleel',
|
|
|
|
|
NS_TALK => 'Waxtaan',
|
|
|
|
|
NS_USER => 'Jëfandikukat',
|
|
|
|
|
NS_USER_TALK => 'Waxtaani_jëfandikukat',
|
|
|
|
|
NS_PROJECT_TALK => '$1_waxtaan',
|
2008-12-01 17:14:30 +00:00
|
|
|
NS_FILE => 'Dencukaay',
|
|
|
|
|
NS_FILE_TALK => 'Waxtaani_dencukaay',
|
2008-11-18 22:18:31 +00:00
|
|
|
NS_MEDIAWIKI => 'MediaWiki',
|
|
|
|
|
NS_MEDIAWIKI_TALK => 'Waxtaani_MediaWiki',
|
|
|
|
|
NS_TEMPLATE => 'Royuwaay',
|
|
|
|
|
NS_TEMPLATE_TALK => 'Waxtaani_royuwaay',
|
|
|
|
|
NS_HELP => 'Ndimbal',
|
|
|
|
|
NS_HELP_TALK => 'Waxtaani_ndimbal',
|
|
|
|
|
NS_CATEGORY => 'Wàll',
|
|
|
|
|
NS_CATEGORY_TALK => 'Waxtaani_wàll',
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
$namespaceAliases = array(
|
|
|
|
|
'Discuter' => NS_TALK,
|
|
|
|
|
'Utilisateur' => NS_USER,
|
|
|
|
|
'Discussion_Utilisateur' => NS_USER_TALK,
|
|
|
|
|
'Discussion_$1' => NS_PROJECT_TALK,
|
2008-12-01 17:14:30 +00:00
|
|
|
'Discussion_Image' => NS_FILE_TALK,
|
2008-11-18 22:18:31 +00:00
|
|
|
'Discussion_MediaWiki' => NS_MEDIAWIKI_TALK,
|
|
|
|
|
'Modèle' => NS_TEMPLATE,
|
|
|
|
|
'Discussion_Modèle' => NS_TEMPLATE_TALK,
|
|
|
|
|
'Aide' => NS_HELP,
|
|
|
|
|
'Discussion_Aide' => NS_HELP_TALK,
|
|
|
|
|
'Catégorie' => NS_CATEGORY,
|
|
|
|
|
'Discussion_Catégorie' => NS_CATEGORY_TALK,
|
|
|
|
|
);
|
|
|
|
|
|
Gender aliases for user namespaces in French and Cajun French
NS_USER:
* User identifies as male: Utilisateur
* User identifies as female: Utilisatrice
NS_USER_TALK:
* User identifies as male: Discussion utilisateur
* User identifies as female: Discussion utilisatrice
Languages with fallback to French:
* applies to frc (Cajun French). This language also uses « Utilisateur »
and « Utilisatric » to translate “user”.
* doesn't apply to bm, ff, frp, ht, ln, mg, pcd, sg, ty, wa, wo.
This change is a follow-up of I5825f750a58dd196f907ad848c74f82130fd857d.
Change-Id: Icb8c787ebfa0e7dfd8289260225fef045fc1b0cb
2014-01-06 12:09:18 +00:00
|
|
|
// Remove French aliases
|
|
|
|
|
$namespaceGenderAliases = array();
|
|
|
|
|
|
2008-10-19 14:00:10 +00:00
|
|
|
$specialPageAliases = array(
|
|
|
|
|
'CreateAccount' => array( 'Sos am sàq' ),
|
2009-01-03 20:22:24 +00:00
|
|
|
'Listfiles' => array( 'Limu nataal yi' ),
|
2008-10-19 14:00:10 +00:00
|
|
|
'Listgrouprights' => array( 'Limu mboolooy jëfandikukat' ),
|
2011-05-07 14:19:48 +00:00
|
|
|
'Listusers' => array( 'Limu jëfandikukat yi' ),
|
2008-10-19 14:00:10 +00:00
|
|
|
'Lonelypages' => array( 'Xëtu jirim' ),
|
2011-05-07 14:19:48 +00:00
|
|
|
'Mycontributions' => array( 'Samay cëru' ),
|
|
|
|
|
'Mypage' => array( 'Sama xët' ),
|
|
|
|
|
'Mytalk' => array( 'Samay waxtaan' ),
|
|
|
|
|
'Newimages' => array( 'Nataal bu bees' ),
|
|
|
|
|
'Preferences' => array( 'Tànneef' ),
|
|
|
|
|
'Randompage' => array( 'Xët cig mbetteel' ),
|
|
|
|
|
'Recentchanges' => array( 'Coppite yu mujj' ),
|
|
|
|
|
'Search' => array( 'Ceet' ),
|
2008-10-19 14:00:10 +00:00
|
|
|
'Uncategorizedcategories' => array( 'Wàll yi amul wàll' ),
|
|
|
|
|
'Uncategorizedimages' => array( 'Nataal yi amul wàll' ),
|
2011-05-07 14:19:48 +00:00
|
|
|
'Uncategorizedpages' => array( 'Xët yi amul wàll' ),
|
2008-10-19 14:00:10 +00:00
|
|
|
'Uncategorizedtemplates' => array( 'Royuwaay yi amul wàll' ),
|
2008-10-27 18:38:54 +00:00
|
|
|
'Unusedcategories' => array( 'Royuwaay yiñ jëfandikuwul' ),
|
2008-10-19 14:00:10 +00:00
|
|
|
'Unusedimages' => array( 'Nataal yiñ jëfandikuwul' ),
|
2011-05-07 14:19:48 +00:00
|
|
|
'Upload' => array( 'Yeb' ),
|
|
|
|
|
'Userlogin' => array( 'Lonku' ),
|
|
|
|
|
'Userlogout' => array( 'Lonkiku' ),
|
2008-10-19 14:00:10 +00:00
|
|
|
'Wantedcategories' => array( 'Wàll yiñ laaj' ),
|
2011-05-07 14:19:48 +00:00
|
|
|
'Wantedpages' => array( 'Xët yiñ laaj' ),
|
|
|
|
|
'Watchlist' => array( 'Limu toppte' ),
|
2008-10-19 14:00:10 +00:00
|
|
|
);
|
|
|
|
|
|