(bug 37755) Set robot meta tags for 'view source' pages
[lhc/web/wiklou.git] / languages / messages / MessagesKs_arab.php
1 <?php
2 /** Kashmiri (Arabic 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 Rk_kaul (on ks.wikipedia.org)
11 */
12
13 $rtl = true;
14
15 $digitTransformTable = array(
16 '0' => '٠', # &#x0660;
17 '1' => '١', # &#x0661;
18 '2' => '٢', # &#x0662;
19 '3' => '٣', # &#x0663;
20 '4' => '٤', # &#x0664;
21 '5' => '٥', # &#x0665;
22 '6' => '٦', # &#x0666;
23 '7' => '٧', # &#x0667;
24 '8' => '٨', # &#x0668;
25 '9' => '٩', # &#x0669;
26 );
27
28 $separatorTransformTable = array(
29 '.' => '٫', # &#x066b;
30 ',' => '٬', # &#x066c;
31 );
32
33 $messages = array(
34 # Dates
35 'monday' => 'ژِنٛدٕروار',
36 'february' => 'فرؤری',
37 'april' => 'اپریٖل',
38 'may_long' => 'مٔی',
39 'june' => 'جوٗن',
40 'august' => 'اَگست',
41 'september' => 'سیٚپٹَمبَر',
42 'november' => 'نَوَمبَر',
43 'december' => 'ڈیٚسَمبَر',
44
45 'about' => 'مُتعلِق',
46
47 # Vector skin
48 'vector-view-edit' => 'تَرتیٖب دِیُن',
49 'vector-view-view' => 'پَرُن',
50
51 'help' => 'مدد',
52 'search' => 'ژھارُن',
53 'searchbutton' => 'ژھارُن',
54 'history_short' => 'توٲریٖخ',
55 'talkpagelinktext' => 'بَحَژ',
56 'talk' => 'بَحَژ',
57 'toolbox' => 'اَوزار',
58 'otherlanguages' => 'باقیَن زَبانَن منٛز',
59 'jumptosearch' => 'ژھارُن',
60
61 # 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).
62 'aboutsite' => 'مُتعلِق {{SITENAME}}',
63 'mainpage' => 'گَرٕ',
64
65 # Short words for each namespace, by default used in the namespace tab in monobook
66 'nstab-main' => 'صَفہٕ',
67 'nstab-category' => 'زٲژ',
68
69 # Edit pages
70 'summary' => 'خُلاسہٕ:',
71
72 # Recent changes
73 'recentchanges' => 'نَوِ تبدیلی',
74
75 # Upload
76 'filedesc' => 'خُلاسہٕ',
77
78 'sp-contributions-talk' => 'بَحَژ',
79 'sp-contributions-submit' => 'ژھارُن',
80
81 # Namespace 8 related
82 'allmessagesname' => 'ناو',
83
84 );