Merge "Error Msg for missing db username & password when installing"
[lhc/web/wiklou.git] / languages / messages / MessagesTg_cyrl.php
1 <?php
2 /** Tajik (Cyrillic script) (тоҷикӣ)
3 *
4 * See MessagesQqq.php for message documentation incl. usage of parameters
5 * To improve a translation please visit http://translatewiki.net
6 *
7 * @ingroup Language
8 * @file
9 *
10 * @author Cbrown1023
11 * @author Chinneeb
12 * @author Farrukh
13 * @author FrancisTyers
14 * @author Ibrahim
15 * @author Kaganer
16 * @author Soroush
17 * @author Urhixidur
18 * @author לערי ריינהארט
19 */
20
21 $namespaceNames = array(
22 NS_MEDIA => 'Медиа',
23 NS_SPECIAL => 'Вижа',
24 NS_TALK => 'Баҳс',
25 NS_USER => 'Корбар',
26 NS_USER_TALK => 'Баҳси_корбар',
27 NS_PROJECT_TALK => 'Баҳси_$1',
28 NS_FILE => 'Акс',
29 NS_FILE_TALK => 'Баҳси_акс',
30 NS_MEDIAWIKI => 'Медиавики',
31 NS_MEDIAWIKI_TALK => 'Баҳси_медиавики',
32 NS_TEMPLATE => 'Шаблон',
33 NS_TEMPLATE_TALK => 'Баҳси_шаблон',
34 NS_HELP => 'Роҳнамо',
35 NS_HELP_TALK => 'Баҳси_роҳнамо',
36 NS_CATEGORY => 'Гурӯҳ',
37 NS_CATEGORY_TALK => 'Баҳси_гурӯҳ',
38 );
39
40 $datePreferences = array(
41 'default',
42 'dmy',
43 'persian',
44 'ISO 8601',
45 );
46
47 $defaultDateFormat = 'dmy';
48
49 $datePreferenceMigrationMap = array(
50 'default',
51 'default',
52 'default',
53 'default'
54 );
55
56 $dateFormats = array(
57 'dmy time' => 'H:i',
58 'dmy date' => 'j xg Y',
59 'dmy both' => 'H:i، j xg Y',
60
61 'persian time' => 'H:i',
62 'persian date' => 'xij xiF xiY',
63 'persian both' => 'H:i، xij xiF xiY',
64
65 'ISO 8601 time' => 'xnH:xni:xns',
66 'ISO 8601 date' => 'xnY-xnm-xnd',
67 'ISO 8601 both' => 'xnY-xnm-xnd"T"xnH:xni:xns',
68 );
69
70 $linkTrail = '/^([a-zабвгдеёжзийклмнопрстуфхчшъэюяғӣқўҳҷцщыь]+)(.*)$/sDu';
71