wiki.techinc.nl/languages/messages/MessagesNqo.php
Amir Aharoni 3a3b446e51 Add namespace translation for N'Ko
Contributed by User:Youssoufkadialy

Change-Id: I4e93f33dd25a62c1fdc1f1dd54ba0eb5cbbdda12
2019-03-26 09:17:06 -07:00

43 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
/** N'Ko (ߒߞߏ)
*
* To improve a translation please visit https://translatewiki.net
*
* @ingroup Language
* @file
*
*/
$rtl = true;
$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 => 'ߦߌߟߡߊ ߢߊߝߐߞߣߍ',
];
$digitTransformTable = [
'0' => '߀', # U+07C0
'1' => '߁', # U+07C1
'2' => '߂', # U+07C2
'3' => '߃', # U+07C3
'4' => '߄', # U+07C4
'5' => '߅', # U+07C5
'6' => '߆', # U+07C6
'7' => '߇', # U+07C7
'8' => '߈', # U+07C8
'9' => '߉', # U+07C9
];