wiki.techinc.nl/languages/messages/MessagesPnb.php
Stang aa3fac56b4 Remove twn-related comment from languages/messages/* files
Bug: T304802
Change-Id: Iccacf6288d758e526c95df69861385a4ac2d0f55
2022-11-13 22:46:44 -05:00

59 lines
1.3 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
/** Western Punjabi (پنجابی)
*
* @file
* @ingroup Languages
*
* @author Arslan
* @author Kaganer
* @author Khalid Mahmood
* @author Rachitrali
* @author Reedy
* @author ZaDiak
*/
$linkPrefixExtension = true;
$fallback8bitEncoding = 'windows-1256';
$rtl = true;
$namespaceNames = [
NS_MEDIA => 'میڈیا',
NS_SPECIAL => 'خاص',
NS_TALK => 'گل_بات',
NS_USER => 'ورتنوالا',
NS_USER_TALK => 'ورتن_گل_بات',
NS_PROJECT_TALK => 'ویونت_گل_بات',
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' => '۰',
'1' => '۱',
'2' => '۲',
'3' => '۳',
'4' => '۴',
'5' => '۵',
'6' => '۶',
'7' => '۷',
'8' => '۸',
'9' => '۹',
];
$namespaceAliases = [
'تصویر' => NS_FILE,
];
/** @phpcs-require-sorted-array */
$magicWords = [
'redirect' => [ '0', '#مڑجوڑ', '#REDIRECT' ],
];