gplx/mediawiki/languages/messages/MessagesKcg.php

30 lines
817 B
PHP
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/** Tyap
*
* @file
* @ingroup Languages
*
* @author Kambai Akau
* @author Zbobai
*/
$namespaceNames = [
NS_SPECIAL => 'Wat_khwo',
NS_TALK => 'A̱lyiat',
NS_USER => 'A̱tyunta̱m',
NS_USER_TALK => 'A̱lyiat_a̱tyunta̱m',
NS_PROJECT_TALK => 'A̱lyiat_$1',
NS_FILE => 'Fail',
NS_FILE_TALK => 'A̱lyiat_fail',
NS_MEDIAWIKI => 'MediaWiki',
NS_MEDIAWIKI_TALK => 'A̱lyiat_MediaWiki',
NS_TEMPLATE => 'Ta̱mpi̱let',
NS_TEMPLATE_TALK => 'A̱lyiat_ta̱mpi̱let',
NS_HELP => 'Beang',
NS_HELP_TALK => 'A̱lyiat_beang',
NS_CATEGORY => 'Sa',
NS_CATEGORY_TALK => 'A̱lyiat_nsa',
];
$linkTrail = '/^([a-ẕáí]+)(.*)$/sDu';