1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mediawiki_ynh.git synced 2024-09-03 19:46:05 +02:00
mediawiki_ynh/sources/mediawiki/languages/messages/MessagesKu_arab.php

52 lines
1.3 KiB
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.

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
/** ‫كوردي (عەرەبی) (‫كوردي (عەرەبی))
*
* See MessagesQqq.php for message documentation incl. usage of parameters
* To improve a translation please visit http://translatewiki.net
*
* @ingroup Language
* @file
*
* @author Arastein
* @author Asoxor
* @author George Animal
* @author Marmzok
*/
$fallback = 'ckb';
$rtl = true;
$digitTransformTable = array(
'0' => '٠', # &#x0660;
'1' => '١', # &#x0661;
'2' => '٢', # &#x0662;
'3' => '٣', # &#x0663;
'4' => '٤', # &#x0664;
'5' => '٥', # &#x0665;
'6' => '٦', # &#x0666;
'7' => '٧', # &#x0667;
'8' => '٨', # &#x0668;
'9' => '٩', # &#x0669;
'.' => '٫', # &#x066b; wrong table ?
',' => '٬', # &#x066c;
);
$messages = array(
'underline-never' => 'Qet na',
# Dates
'january' => 'کانوونی دووەم',
# Categories related messages
'hidden-category-category' => 'هاوپۆلە شاردراوەکان',
'talkpagelinktext' => 'لێدوان',
# All link text and link target definitions of links into project namespace that get used by other message strings, with the exception of user group pages (see grouppage) and the disambiguation template definition (see disambiguations).
'aboutsite' => 'دەربارەی {{SITENAME}}',
'mainpage' => 'دەستپێک',
'red-link-title' => '$1 (پەڕە بوونی نییە)',
);