wiki.techinc.nl/languages/messages/MessagesVep.php
Stang aa3fac56b4 Remove twn-related comment from languages/messages/* files
Bug: T304802
Change-Id: Iccacf6288d758e526c95df69861385a4ac2d0f55
2022-11-13 22:46:44 -05:00

87 lines
3.6 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/** Veps (vepsän kel)
*
* @file
* @ingroup Languages
*
* @author Aig mest ei varasta
* @author Andrijko Z.
* @author Kaganer
* @author Sura
* @author Triple-ADHD-AS
* @author Игорь Бродский
*/
$fallback = 'et';
$namespaceNames = [
NS_MEDIA => 'Media',
NS_SPECIAL => 'Specialine',
NS_TALK => 'Lodu',
NS_USER => 'Kävutai',
NS_USER_TALK => 'Lodu_kävutajas',
NS_PROJECT_TALK => 'Lodu_$1-saitas',
NS_FILE => 'Fail',
NS_FILE_TALK => 'Lodu_failas',
NS_MEDIAWIKI => 'MediaWiki',
NS_MEDIAWIKI_TALK => 'Lodu_MediaWikiš',
NS_TEMPLATE => 'Šablon',
NS_TEMPLATE_TALK => 'Lodu_šablonas',
NS_HELP => 'Abu',
NS_HELP_TALK => 'Lodu_abus',
NS_CATEGORY => 'Kategorii',
NS_CATEGORY_TALK => 'Lodu_kategorijas',
];
/** @phpcs-require-sorted-array */
$specialPageAliases = [
'Allmessages' => [ 'KaikTedotused' ],
'Allpages' => [ 'KaikLehtesed' ],
'Ancientpages' => [ 'VanhadLehtpoled' ],
'BrokenRedirects' => [ 'RebitadudLäbikosketused' ],
'Categories' => [ 'Kategorijad' ],
'Contributions' => [ 'Tond' ],
'CreateAccount' => [ 'SätaRegistracii' ],
'DoubleRedirects' => [ 'KaksitadudLäbikosketused' ],
'Export' => [ 'Eksport' ],
'Listusers' => [ 'KävutajidenNimikirjutez' ],
'Lonelypages' => [ 'ÜksjäižedLehtpoled', 'ArmotomadLehtesed' ],
'Longpages' => [ 'Pit\'kädLehtpoled' ],
'Mycontributions' => [ 'MinunTond' ],
'Mypage' => [ 'MinunLehtpol\'' ],
'Mytalk' => [ 'MinunLodu' ],
'Newimages' => [ 'UdedFailad' ],
'Newpages' => [ 'UdedLehtpoled' ],
'Preferences' => [ 'Järgendused' ],
'Protectedpages' => [ 'KaitudLehtpoled' ],
'Protectedtitles' => [ 'KaitudPälkirjutesed' ],
'Recentchanges' => [ 'TantoižedToižetused' ],
'Search' => [ 'Ectä' ],
'Shortpages' => [ 'LühüdadLehtpoled' ],
'Specialpages' => [ 'SpecialižedLehtpoled' ],
'Statistics' => [ 'Statistikad' ],
'Upload' => [ 'Jügutoitta' ],
'Userlogin' => [ 'KävutajanTulendnimi' ],
'Userlogout' => [ 'KävutajanLäntend' ],
'Version' => [ 'Versii' ],
'Wantedfiles' => [ 'VarastadudFailad' ],
'Watchlist' => [ 'KaclendNimikirjutez' ],
];
/** @phpcs-require-sorted-array */
$magicWords = [
'fullurl' => [ '0', 'TÄUZ\'URL:', 'KOGUURL:', 'FULLURL:' ],
'gender' => [ '0', 'SUGU:', 'GENDER:' ],
'grammar' => [ '0', 'GRAMMATIK:', 'GRAMMAR:' ],
'img_border' => [ '1', 'röun', 'ääris', 'border' ],
'img_bottom' => [ '1', 'ala', 'bottom' ],
'img_left' => [ '1', 'hura', 'vasakul', 'left' ],
'img_middle' => [ '1', 'kesk', 'middle' ],
'img_none' => [ '1', 'eile', 'tühi', 'none' ],
'img_right' => [ '1', 'oiged', 'paremal', 'right' ],
'img_top' => [ '1', 'üläh', 'top' ],
'img_width' => [ '1', '$1piks', '$1px' ],
'index' => [ '1', '__INDEKS__', 'INDEKSIGA', '__INDEX__' ],
'plural' => [ '0', 'ÄILUGU:', 'PLURAL:' ],
'sitename' => [ '1', 'SAITANNIMI', 'KOHANIMI', 'SITENAME' ],
];