24 lines
605 B
PHP
24 lines
605 B
PHP
<?php
|
|
/** tarandíne (tarandíne)
|
|
*
|
|
* @file
|
|
* @ingroup Languages
|
|
*
|
|
* @author Joetaras
|
|
* @author Kaganer
|
|
* @author McDutchie
|
|
* @author Reder
|
|
*/
|
|
|
|
$fallback = 'it';
|
|
|
|
/** @phpcs-require-sorted-array */
|
|
$specialPageAliases = [
|
|
'Allmessages' => [ 'TutteLeMessagge' ],
|
|
'Preferences' => [ 'Preferenze' ],
|
|
'Recentchanges' => [ 'UrtemeCangiaminde' ],
|
|
'Statistics' => [ 'Statisteche' ],
|
|
'Upload' => [ 'Carecaminde' ],
|
|
'Version' => [ 'Versione' ],
|
|
'Watchlist' => [ 'PàggeneCondrollete' ],
|
|
];
|