2008-01-03 07:43:36 +00:00
|
|
|
<?php
|
2011-10-19 20:15:34 +00:00
|
|
|
/** Ligure (Ligure)
|
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
|
2008-01-03 07:43:36 +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-01-03 07:43:36 +00:00
|
|
|
*
|
2008-07-02 15:06:39 +00:00
|
|
|
* @author Dario vet
|
|
|
|
|
* @author Dedee
|
2010-10-27 20:01:36 +00:00
|
|
|
* @author Gastaz
|
2013-04-18 19:20:30 +00:00
|
|
|
* @author Giromin Cangiaxo
|
2008-08-10 10:16:19 +00:00
|
|
|
* @author Malafaya
|
2008-10-19 10:30:24 +00:00
|
|
|
* @author Urhixidur
|
2008-08-10 10:16:19 +00:00
|
|
|
* @author ZeneizeForesto
|
2008-01-03 07:43:36 +00:00
|
|
|
*/
|
|
|
|
|
|
2008-01-09 23:57:15 +00:00
|
|
|
$fallback = 'it';
|
|
|
|
|
|
2016-02-17 09:09:32 +00:00
|
|
|
$namespaceNames = [
|
2008-11-18 22:18:31 +00:00
|
|
|
NS_MEDIA => 'Media',
|
|
|
|
|
NS_SPECIAL => 'Speçiale',
|
|
|
|
|
NS_TALK => 'Discûscion',
|
|
|
|
|
NS_USER => 'Utente',
|
|
|
|
|
NS_USER_TALK => 'Discûscioîn_ûtente',
|
|
|
|
|
NS_PROJECT_TALK => 'Discûscioîn_$1',
|
2008-12-01 17:14:30 +00:00
|
|
|
NS_FILE => 'Immaggine',
|
|
|
|
|
NS_FILE_TALK => 'Discûscioîn_immaggine',
|
2008-11-18 22:18:31 +00:00
|
|
|
NS_MEDIAWIKI_TALK => 'Discûscioîn_MediaWiki',
|
|
|
|
|
NS_TEMPLATE_TALK => 'Discûscioîn_template',
|
|
|
|
|
NS_HELP => 'Agiûtto',
|
2008-12-18 11:42:16 +00:00
|
|
|
NS_HELP_TALK => 'Discûscioîn_agiûtto',
|
2008-11-18 22:18:31 +00:00
|
|
|
NS_CATEGORY => 'Categorîa',
|
2008-12-18 11:42:16 +00:00
|
|
|
NS_CATEGORY_TALK => 'Discûscioîn_categorîa',
|
2016-02-17 09:09:32 +00:00
|
|
|
];
|
2008-11-18 22:18:31 +00:00
|
|
|
|
2016-02-17 09:09:32 +00:00
|
|
|
$namespaceAliases = [
|
2008-11-18 22:18:31 +00:00
|
|
|
'Speciale' => NS_SPECIAL,
|
|
|
|
|
'Discussione' => NS_TALK,
|
|
|
|
|
'Discussioni_utente' => NS_USER_TALK,
|
|
|
|
|
'Discussioni_$1' => NS_PROJECT_TALK,
|
2008-12-01 17:14:30 +00:00
|
|
|
'Immagine' => NS_FILE,
|
|
|
|
|
'Discussioni_immagine' => NS_FILE_TALK,
|
2008-11-18 22:18:31 +00:00
|
|
|
'Discussioni_MediaWiki' => NS_MEDIAWIKI_TALK,
|
|
|
|
|
'Discussioni_template' => NS_TEMPLATE_TALK,
|
|
|
|
|
'Aiuto' => NS_HELP,
|
|
|
|
|
'Discussioni_aiuto' => NS_HELP_TALK,
|
|
|
|
|
'Categoria' => NS_CATEGORY,
|
|
|
|
|
'Discussioni_categoria' => NS_CATEGORY_TALK,
|
2016-02-17 09:09:32 +00:00
|
|
|
];
|
2008-11-18 22:18:31 +00:00
|
|
|
|
2020-10-30 08:59:17 +00:00
|
|
|
/** @phpcs-require-sorted-array */
|
2016-02-17 09:09:32 +00:00
|
|
|
$specialPageAliases = [
|
|
|
|
|
'Allmessages' => [ 'Messaggi' ],
|
|
|
|
|
'Allpages' => [ 'Tûtte e paggine' ],
|
|
|
|
|
'Ancientpages' => [ 'Paggine meno reçenti' ],
|
|
|
|
|
'Block' => [ 'Blocca' ],
|
2020-10-30 08:59:17 +00:00
|
|
|
'BlockList' => [ 'IP bloccæ' ],
|
2016-02-17 09:09:32 +00:00
|
|
|
'Booksources' => [ 'RiçercaISBN' ],
|
|
|
|
|
'Categories' => [ 'Categorîe' ],
|
|
|
|
|
'ChangePassword' => [ 'Rimposta paròlla d\'ordine' ],
|
|
|
|
|
'Confirmemail' => [ 'Comferma l\'e-mail' ],
|
|
|
|
|
'Contributions' => [ 'Contribûti' ],
|
|
|
|
|
'Deadendpages' => [ 'Paggine sensa sciortîa' ],
|
|
|
|
|
'Emailuser' => [ 'Mandighe \'n\'e-mail' ],
|
|
|
|
|
'Export' => [ 'Esporta' ],
|
|
|
|
|
'Fewestrevisions' => [ 'Paggine con meno revixoîn' ],
|
|
|
|
|
'Import' => [ 'Importa' ],
|
|
|
|
|
'Listadmins' => [ 'Amministratoî' ],
|
|
|
|
|
'Listbots' => [ 'Bot' ],
|
|
|
|
|
'Listfiles' => [ 'Immaggini' ],
|
|
|
|
|
'Listredirects' => [ 'Rediression' ],
|
|
|
|
|
'Listusers' => [ 'Utenti' ],
|
|
|
|
|
'Lockdb' => [ 'BloccaDB' ],
|
|
|
|
|
'Log' => [ 'Registri', 'Registro' ],
|
|
|
|
|
'Lonelypages' => [ 'Paggine orfane' ],
|
|
|
|
|
'Longpages' => [ 'Paggine ciû longhe' ],
|
|
|
|
|
'MIMEsearch' => [ 'RiçercaMIME' ],
|
|
|
|
|
'Mostcategories' => [ 'Paggine con ciû categorîe' ],
|
|
|
|
|
'Mostimages' => [ 'Immaggini ciû domandæ' ],
|
|
|
|
|
'Mostlinked' => [ 'Paggine ciû domandæ' ],
|
|
|
|
|
'Mostlinkedcategories' => [ 'Categorîe ciû domandæ' ],
|
|
|
|
|
'Mostlinkedtemplates' => [ 'Template ciû domandæ' ],
|
|
|
|
|
'Mostrevisions' => [ 'Paggine con ciû revixoîn' ],
|
|
|
|
|
'Movepage' => [ 'Sposta' ],
|
|
|
|
|
'Mycontributions' => [ 'Mæ Contribûti' ],
|
|
|
|
|
'Mypage' => [ 'Mæ Paggina Utente' ],
|
|
|
|
|
'Mytalk' => [ 'Mæ Discûscioîn' ],
|
|
|
|
|
'Newimages' => [ 'Immaggini reçenti' ],
|
|
|
|
|
'Newpages' => [ 'Paggine ciû reçenti' ],
|
|
|
|
|
'Preferences' => [ 'Preferense' ],
|
|
|
|
|
'Prefixindex' => [ 'Prefisci' ],
|
|
|
|
|
'Protectedpages' => [ 'Paggine protezûe' ],
|
|
|
|
|
'Protectedtitles' => [ 'Tittoli protezûi' ],
|
|
|
|
|
'Randompage' => [ 'Paggina a brettio' ],
|
|
|
|
|
'Randomredirect' => [ 'Rediression a brettio' ],
|
|
|
|
|
'Recentchanges' => [ 'Ûrtime modiffiche' ],
|
|
|
|
|
'Recentchangeslinked' => [ 'Modiffiche correlæ' ],
|
|
|
|
|
'Revisiondelete' => [ 'Scassa revixon' ],
|
|
|
|
|
'Search' => [ 'Riçerca', 'Çerca' ],
|
|
|
|
|
'Shortpages' => [ 'Paggine ciû cûrte' ],
|
|
|
|
|
'Specialpages' => [ 'Paggine speçiali' ],
|
|
|
|
|
'Statistics' => [ 'Statistighe' ],
|
|
|
|
|
'Uncategorizedcategories' => [ 'Categorîe sensa categorîa' ],
|
|
|
|
|
'Uncategorizedimages' => [ 'Immaggini sensa categorîa' ],
|
|
|
|
|
'Uncategorizedpages' => [ 'Paggine sensa categorîa' ],
|
|
|
|
|
'Uncategorizedtemplates' => [ 'Template sensa categorîa' ],
|
|
|
|
|
'Unlockdb' => [ 'SbloccaDB' ],
|
|
|
|
|
'Unusedcategories' => [ 'Categorîe sensa ûso' ],
|
|
|
|
|
'Unusedimages' => [ 'Immaggini sensa ûso' ],
|
|
|
|
|
'Unusedtemplates' => [ 'Template sensa ûso' ],
|
|
|
|
|
'Unwatchedpages' => [ 'Paggine no osservæ' ],
|
|
|
|
|
'Upload' => [ 'Carrega' ],
|
|
|
|
|
'Userlogin' => [ 'Intra', 'Registrate' ],
|
|
|
|
|
'Userlogout' => [ 'Sciorti' ],
|
|
|
|
|
'Userrights' => [ 'Permissi utente' ],
|
|
|
|
|
'Version' => [ 'Verscion' ],
|
|
|
|
|
'Wantedcategories' => [ 'Categorîe domandæ' ],
|
|
|
|
|
'Wantedpages' => [ 'Paggine domandæ' ],
|
|
|
|
|
'Watchlist' => [ 'Osservæ speçiali' ],
|
|
|
|
|
'Whatlinkshere' => [ 'Cose appunta chì' ],
|
|
|
|
|
'Withoutinterwiki' => [ 'Sensa Interwiki' ],
|
|
|
|
|
];
|