wiki.techinc.nl/languages/messages/MessagesZgh.php
Jon Harald Søby d7889acf13 Remove kab as fallback language for zgh
Per community consensus.

Bug: T351724
Change-Id: I15356af491135e61f06f424c10d458f5d76e91a4
2023-11-23 22:56:15 +00:00

32 lines
1.2 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
/** Standard Moroccan Amazigh (ⵜⴰⵎⴰⵣⵉⵖⵜ ⵜⴰⵏⴰⵡⴰⵢⵜ / tamaziɣt tanawayt)
*
* @file
* @ingroup Languages
*
* @author Lhoussine AIT TAYFST
*/
$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 => 'ⴰⵎⵙⴳⴷⴰⵍ__ⵓⵙⵎⵉⵍ',
];
$namespaceAliases = [
'ⴰⵍⴱⵓⴹ' => NS_TEMPLATE,
'ⴰⵎⵙⴳⴷⴰⵍ__ⵓⵍⴱⵓ' => NS_TEMPLATE_TALK,
];