1234567891011121314151617181920212223242526 |
- <?php
- /** tarandíne (tarandíne)
- *
- * To improve a translation please visit https://translatewiki.net
- *
- * @ingroup Language
- * @file
- *
- * @author Joetaras
- * @author Kaganer
- * @author McDutchie
- * @author Reder
- */
- $fallback = 'it';
- $specialPageAliases = [
- 'Allmessages' => [ 'TutteLeMessagge' ],
- 'Preferences' => [ 'Preferenze' ],
- 'Recentchanges' => [ 'UrtemeCangiaminde' ],
- 'Statistics' => [ 'Statisteche' ],
- 'Upload' => [ 'Carecaminde' ],
- 'Version' => [ 'Versione' ],
- 'Watchlist' => [ 'PàggeneCondrollete' ],
- ];
|