gplx/mediawiki/languages/messages/MessagesZgh.php

33 lines
1.2 KiB
PHP
Raw Permalink 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,
];