MediaWiki  1.27.2
MessagesAzb.php
Go to the documentation of this file.
1 <?php
15 $fallback = 'fa';
16 $rtl = true;
17 
19  NS_MEDIA => 'مدیا',
20  NS_SPECIAL => 'اؤزل',
21  NS_TALK => 'دانیشیق',
22  NS_USER => 'ایشلدن',
23  NS_USER_TALK => 'ایشلدن_دانیشیغی',
24  NS_PROJECT_TALK => '$1_دانیشیغی',
25  NS_FILE => 'فایل',
26  NS_FILE_TALK => 'فایل_دانیشیغی',
27  NS_MEDIAWIKI => 'مدیاویکی',
28  NS_MEDIAWIKI_TALK => 'مدیاویکی_دانیشیغی',
29  NS_TEMPLATE => 'شابلون',
30  NS_TEMPLATE_TALK => 'شابلون_دانیشیغی',
31  NS_HELP => 'کؤمک',
32  NS_HELP_TALK => 'کؤمک_دانیشیغی',
33  NS_CATEGORY => 'بؤلمه',
34  NS_CATEGORY_TALK => 'بؤلمه_دانیشیغی',
35 ];
36 
38  'مدیا‌ویکی' => NS_MEDIAWIKI,
39  'مدیا‌ویکی_دانیشیغی' => NS_MEDIAWIKI_TALK,
40 ];
41 
43  'Activeusers' => [ 'چالیشقان_ایشلدن‌لر' ],
44  'Allmessages' => [ 'بوتون_مئساژلار' ],
45  'Allpages' => [ 'بوتون_صفحه‌لر' ],
46  'Ancientpages' => [ 'اسکی_صفحه‌لر' ],
47  'Badtitle' => [ 'پیس_آد' ],
48  'Blankpage' => [ 'بوش_صفحه' ],
49  'ChangePassword' => [ 'رمزی_دَییش' ],
50  'CreateAccount' => [ 'حساب_یارات' ],
51  'Mycontributions' => [ 'چالیشمالاریم' ],
52  'Mypage' => [ 'صفحه‌م' ],
53  'Mytalk' => [ 'دانیشیغیم' ],
54  'Myuploads' => [ 'یوکله‌دیکلریم' ],
55  'Newimages' => [ 'یئنی_فایل‌لار' ],
56  'Newpages' => [ 'یئنی_صفحه‌لر' ],
57  'PasswordReset' => [ 'رمز_دَییشمه‌' ],
58  'Randompage' => [ 'راست‌گله' ],
59  'Recentchanges' => [ 'سون_دَییشیکلر' ],
60  'Search' => [ 'آختار' ],
61  'Shortpages' => [ 'قیسسا_صفحه‌لر' ],
62  'Specialpages' => [ 'اؤزل_صفحه‌لر' ],
63  'Statistics' => [ 'آمار' ],
64  'Unusedcategories' => [ 'ایشلنممیش_بؤلمه‌لر' ],
65  'Unusedimages' => [ 'ایشلنممیش_فایل‌لار' ],
66  'Unusedtemplates' => [ 'ایشلنممیش_شابلونلار' ],
67  'Unwatchedpages' => [ 'باخیلمامیش_صحیفه‌لر' ],
68  'Upload' => [ 'یوکله' ],
69  'Version' => [ 'نوسخه' ],
70  'Watchlist' => [ 'ایزله‌دیکلر' ],
71 ];
72 
74  'numberofpages' => [ '1', 'صفحه‌لر_ساییسی', 'تعدادصفحه‌ها', 'NUMBEROFPAGES' ],
75  'numberofarticles' => [ '1', 'مقاله‌لر_ساییسی', 'تعدادمقاله‌ها', 'NUMBEROFARTICLES' ],
76  'numberoffiles' => [ '1', 'قایل‌لار_ساییسی', 'تعدادپرونده‌ها', 'NUMBEROFFILES' ],
77  'numberofusers' => [ '1', 'یشلدن‌لر_ساییسی', 'تعدادکاربران', 'NUMBEROFUSERS' ],
78  'numberofactiveusers' => [ '1', 'چالیشقان_ایشلدن‌لر', 'کاربران‌فعال', 'کاربران_فعال', 'NUMBEROFACTIVEUSERS' ],
79  'numberofedits' => [ '1', 'دَییشدیرمه_ساییسی', 'تعدادویرایش‌ها', 'NUMBEROFEDITS' ],
80  'pagename' => [ '1', 'صفحه‌نین_آدی', 'نام‌صفحه', 'نام_صفحه', 'PAGENAME' ],
81  'img_right' => [ '1', 'ساغ', 'راست', 'right' ],
82  'img_left' => [ '1', 'سول', 'چپ', 'left' ],
83  'img_none' => [ '1', 'هئچ', 'هیچ', 'none' ],
84  'img_framed' => [ '1', 'قابیق', 'قاب', 'frame', 'framed', 'enframed' ],
85 ];
86 
$fallback
Definition: MessagesAzb.php:15
const NS_TEMPLATE
Definition: Defines.php:79
$namespaceAliases
Definition: MessagesAzb.php:37
const NS_MEDIAWIKI_TALK
Definition: Defines.php:78
const NS_PROJECT_TALK
Definition: Defines.php:74
const NS_MEDIA
Definition: Defines.php:57
$magicWords
Definition: MessagesAzb.php:73
const NS_CATEGORY
Definition: Defines.php:83
const NS_FILE
Definition: Defines.php:75
const NS_FILE_TALK
Definition: Defines.php:76
const NS_MEDIAWIKI
Definition: Defines.php:77
injection txt This is an overview of how MediaWiki makes use of dependency injection The design described here grew from the discussion of RFC T384 The term dependency this means that anything an object needs to operate should be injected from the the object itself should only know narrow no concrete implementation of the logic it relies on The requirement to inject everything typically results in an architecture that based on two main types of and essentially stateless service objects that use other service objects to operate on the value objects As of the beginning MediaWiki is only starting to use the DI approach Much of the code still relies on global state or direct resulting in a highly cyclical dependency which acts as the top level factory for services in MediaWiki which can be used to gain access to default instances of various services MediaWikiServices however also allows new services to be defined and default services to be redefined Services are defined or redefined by providing a callback the instantiator that will return a new instance of the service When it will create an instance of MediaWikiServices and populate it with the services defined in the files listed by thereby bootstrapping the DI framework Per $wgServiceWiringFiles lists includes ServiceWiring php
Definition: injection.txt:35
const NS_CATEGORY_TALK
Definition: Defines.php:84
const NS_HELP
Definition: Defines.php:81
const NS_HELP_TALK
Definition: Defines.php:82
$specialPageAliases
Definition: MessagesAzb.php:42
const NS_TALK
Definition: Defines.php:70
$rtl
Definition: MessagesAzb.php:16
$namespaceNames
Definition: MessagesAzb.php:18
NS_SPECIAL
Definition: MessagesAzb.php:20
const NS_USER_TALK
Definition: Defines.php:72
const NS_TEMPLATE_TALK
Definition: Defines.php:80