wiki.techinc.nl/languages/messages/MessagesAzb.php
Amir Aharoni c99384227c A tiny cleanup in some Messages*.php files
* Put $fallback and $rtl at the top, as they are in most files.
  In some files they were at the bottom or at the middle,
  which made them hard to find.
* Add empty lines consistently next to them.
* Add $rtl = true to Arq. It apparently worked without it,
  but it should be explicit for consistency.

Change-Id: I6c74b1501375bcc31db36193da24d4d95a8c3fef
2021-03-29 17:43:46 +03:00

88 lines
4.1 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
/** South Azerbaijani (تۆرکجه)
*
* To improve a translation please visit https://translatewiki.net
*
* @ingroup Language
* @file
*
* @author Arjanizary
* @author E THP
* @author Koroğlu
* @author Mjbmr
*/
$fallback = 'fa';
$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 => 'بؤلمهانیشیغی',
];
$namespaceAliases = [
'مدیا‌ویکی' => NS_MEDIAWIKI,
'مدیاویکی_دانیشیغی' => NS_MEDIAWIKI_TALK,
];
/** @phpcs-require-sorted-array */
$specialPageAliases = [
'Activeusers' => [ الیشقان_ایشلدنلر' ],
'Allmessages' => [ 'بوتون_مئساژلار' ],
'Allpages' => [ 'بوتون_صفحهلر' ],
'Ancientpages' => [ 'اسکی_صفحهلر' ],
'Badtitle' => [ 'پیس_آد' ],
'Blankpage' => [ 'بوش_صفحه' ],
'ChangePassword' => [ 'رمزی_دَییش' ],
'CreateAccount' => [ 'حساب_یارات' ],
'Mycontributions' => [ 'چالیشمالاریم' ],
'Mypage' => [ 'صفحه‌م' ],
'Mytalk' => [ 'دانیشیغیم' ],
'Myuploads' => [ 'یوکله‌دیکلریم' ],
'Newimages' => [ 'یئنی_فایللار' ],
'Newpages' => [ 'یئنی_صفحهلر' ],
'PasswordReset' => [ 'رمز_دَییشمه' ],
'Randompage' => [ 'راست‌گله' ],
'Recentchanges' => [ 'سون_دَییشیکلر' ],
'Search' => [ 'آختار' ],
'Shortpages' => [ 'قیسسا_صفحهلر' ],
'Specialpages' => [ 'اؤزل_صفحهلر' ],
'Statistics' => [ 'آمار' ],
'Unusedcategories' => [ 'ایشلنممیش_بؤلمهلر' ],
'Unusedimages' => [ 'ایشلنممیش_فایللار' ],
'Unusedtemplates' => [ 'ایشلنممیش_شابلونلار' ],
'Unwatchedpages' => [ اخیلمامیش_صحیفهلر' ],
'Upload' => [ 'یوکله' ],
'Version' => [ 'نوسخه' ],
'Watchlist' => [ 'ایزله‌دیکلر' ],
];
/** @phpcs-require-sorted-array */
$magicWords = [
'img_framed' => [ '1', 'قابیق', 'قاب', 'frame', 'framed', 'enframed' ],
'img_left' => [ '1', 'سول', 'چپ', 'left' ],
'img_none' => [ '1', 'هئچ', 'هیچ', 'none' ],
'img_right' => [ '1', 'ساغ', 'راست', 'right' ],
'numberofactiveusers' => [ '1', الیشقان_ایشلدنلر', 'کاربران‌فعال', اربران_فعال', 'NUMBEROFACTIVEUSERS' ],
'numberofarticles' => [ '1', 'مقالهلر_ساییسی', 'تعدادمقاله‌ها', 'NUMBEROFARTICLES' ],
'numberofedits' => [ '1', 'دَییشدیرمهاییسی', 'تعدادویرایش‌ها', 'NUMBEROFEDITS' ],
'numberoffiles' => [ '1', ایللار_ساییسی', 'تعدادپرونده‌ها', 'NUMBEROFFILES' ],
'numberofpages' => [ '1', 'صفحهلر_ساییسی', 'تعدادصفحه‌ها', 'NUMBEROFPAGES' ],
'numberofusers' => [ '1', 'یشلدنلر_ساییسی', 'تعدادکاربران', 'NUMBEROFUSERS' ],
'pagename' => [ '1', 'صفحهنین_آدی', 'نام‌صفحه', ام_صفحه', 'PAGENAME' ],
];