wiki.techinc.nl/languages/messages/MessagesKjh.php
Fomafix 959298fea1 Remove twn-related comment from languages/messages/* files
This is a follow-up to aa3fac56b4.

Bug: T304802
Change-Id: I21ca5134c20bf7c67ba2f9486f4340b55150a599
2023-07-21 07:52:51 +00:00

34 lines
1.1 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
/** Khakas (хакас)
*
* @file
* @ingroup Languages
*
* @author AlexandrL714
*/
$fallback = 'ru';
$namespaceNames = [
NS_MEDIA => 'Медиа',
NS_SPECIAL => 'Ӧнетін',
NS_TALK => 'Ӱзӱріг',
NS_USER => 'Араласчы',
NS_USER_TALK => 'Араласчының_ӱзӱрии',
NS_PROJECT_TALK => '$1_ӱзӱрии',
NS_FILE => 'Файл',
NS_FILE_TALK => айлның_ӱзӱрии',
NS_MEDIAWIKI => 'МедиаВики',
NS_MEDIAWIKI_TALK => 'МедиаВики_ӱзӱрии',
NS_TEMPLATE => 'Халып',
NS_TEMPLATE_TALK => 'Халыптың_ӱзӱрии',
NS_HELP => 'Полызығ',
NS_HELP_TALK => олызығның_ӱзӱрии',
NS_CATEGORY => 'Категория',
NS_CATEGORY_TALK => 'Категорияның_ӱзӱрии',
];
// Remove Russian aliases
$namespaceGenderAliases = [];
$linkTrail = '/^([a-zабвгдеёжзийклмнопрстуфхцчшщъыьэюяҒғІіӦӧӰӱӋӌҶҷ]+)(.*)$/sDu';