wiki.techinc.nl/languages/messages/MessagesShi.php
Amir Aharoni 1a4e632a49 Create MessagesShi.php for the Tachelhit language
Namespace name translations by User:Ayour2002.

Change-Id: I8f550bd4ffb5fae653f89b8da49d8379ff755fc3
2021-03-08 10:22:50 +00:00

39 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
/** Tachelhit (Shilha) (Taclḥit)
*
* To improve a translation please visit https://translatewiki.net
*
* @ingroup Language
* @file
*
* @author Ayour2002
* @author Amire80
*/
$fallback = 'fr';
$namespaceNames = [
NS_MEDIA => 'Midya',
NS_SPECIAL => 'Amẓli',
NS_TALK => 'Amsawal',
NS_USER => 'Asmras',
NS_USER_TALK => 'Amsawal_n_usmras',
NS_PROJECT_TALK => 'Amsawal_n_$1',
NS_FILE => 'Afaylu',
NS_FILE_TALK => 'Amsawal_n_ufaylu',
NS_MEDIAWIKI => 'MidyaWiki',
NS_MEDIAWIKI_TALK => 'Amsawal_n_MidyaWiki',
NS_TEMPLATE => 'Talɣa',
NS_TEMPLATE_TALK => 'Amsawal_n_talɣa',
NS_HELP => 'Tiwisi',
NS_HELP_TALK => 'Amsawal_n_twisi',
NS_CATEGORY => 'Taggayt',
NS_CATEGORY_TALK => 'Amsawal_n_taggayt',
];
// Remove French gender aliases
$namespaceGenderAliases = [];
// Includes the whole Tifinagh alphabet, and Latin with all the special characters
// for the French and the Berber Latin alphabets
$linkTrail = '/^([ⴰ-ⵯa-zàâçéèêîôûäëïöüùÇÉÂÊÎÔÛÄËÏÖÜÀÈÙḍḥɛṛɣṣṭẓḌḤƐṚƔṢṬẒʷ]+)(.*)$/sDu';