Localisation updates from Betawiki.
[lhc/web/wiklou.git] / languages / messages / MessagesPs.php
1 <?php
2 /**
3 * Pashto (پښتو)
4 *
5 * @addtogroup Language
6 *
7 * @author SPQRobin
8 */
9
10 $rtl = true;
11 $defaultUserOptionOverrides = array(
12 # Swap sidebar to right side by default
13 'quickbar' => 2,
14 # Underlines seriously harm legibility. Force off:
15 'underline' => 0,
16 );
17
18 $messages = array(
19 'mytalk' => 'زما خبرې اترې',
20 'navigation' => 'ګرځېدنه',
21
22 'search' => 'لټون',
23 'history_short' => 'پېښليک',
24 'printableversion' => 'د چاپ بڼه',
25 'permalink' => 'تلپاتې تړن',
26 'edit' => 'سمادول',
27 'delete' => 'ړنګول',
28 'protect' => 'ژغورل',
29 'unprotect' => 'نه ژغورل',
30 'talkpagelinktext' => 'خبرې اترې',
31 'talk' => 'خبرې اترې',
32 'toolbox' => 'اوزاربکس',
33 'otherlanguages' => 'په نورو ژبو کې',
34
35 # 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).
36 'mainpage' => 'لومړی مخ',
37 'portal' => 'ټولګړی ورټک',
38
39 # Short words for each namespace, by default used in the 'article' tab in monobook
40 'nstab-main' => 'ليکنه',
41 'nstab-image' => 'لمېسه',
42 'nstab-mediawiki' => 'پيغام',
43 'nstab-template' => 'کينډۍ',
44 'nstab-category' => 'ټولۍ',
45
46 # General errors
47 'viewsource' => 'سرچينې کتل',
48
49 # Edit pages
50 'summary' => 'لنډيز',
51 'minoredit' => 'دا يوه وړوکې سمادېدنه ده',
52
53 # Preferences page
54 'mypreferences' => 'زما غوره توبونه',
55
56 # Recent changes
57 'recentchanges' => 'وروستني ونجونه',
58
59 # Recent changes linked
60 'recentchangeslinked' => 'اړونده ونجونه',
61
62 # Upload
63 'upload' => 'لمېسه پورته کول',
64
65 # Miscellaneous special pages
66 'specialpages' => 'ځانګړې پاڼې',
67 'move' => 'لېږدول',
68
69 # Watchlist
70 'watchlist' => 'زما کتلی لړليک',
71 'mywatchlist' => 'زما کتلی لړليک',
72 'watch' => 'کتل',
73 'unwatch' => 'نه کتل',
74
75 # Contributions
76 'mycontris' => 'زما ونډې',
77
78 # What links here
79 'whatlinkshere' => 'د همدې پاڼې تړنونه',
80
81 # Namespace 8 related
82 'allmessages' => 'د سيستم پيغامونه',
83
84 );