(see bug 29712) Removing the defaultUserOptionOverrides in MessagesXx.php because...
[lhc/web/wiklou.git] / languages / messages / MessagesSt.php
1 <?php
2 /** Southern Sotho (Sesotho)
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 */
12
13 $messages = array(
14 # Dates
15 'sunday' => 'Sontaha',
16 'monday' => 'Mantaha',
17 'tuesday' => 'Labobedi',
18 'wednesday' => 'Laboraro',
19 'thursday' => 'Labone',
20 'friday' => 'Labohlano',
21 'saturday' => 'Moqebelo',
22 'january' => 'Pherekgong',
23 'february' => 'Hlakola',
24 'march' => 'Hlakubele',
25 'april' => 'Mmesa',
26 'may_long' => 'Motsheanong',
27 'june' => 'Phupjane',
28 'july' => 'Phupu',
29 'august' => 'Phato',
30 'september' => 'Lwetse',
31 'october' => 'Mphalane',
32 'november' => 'Pudungwana',
33 'december' => 'Tshitwe',
34 'may-gen' => 'Motsheanong',
35 'jan' => 'Phere',
36 'feb' => 'Hlako',
37 'mar' => 'Hlaku',
38 'apr' => 'Mmesa',
39 'may' => 'Motshe',
40 'jun' => 'Phupjane',
41 'jul' => 'Phupu',
42 'aug' => 'Phato',
43 'sep' => 'Lwetse',
44 'oct' => 'Mphala',
45 'nov' => 'Pudu',
46 'dec' => 'Tshitwe',
47
48 # Categories related messages
49 'category_header' => 'Dingolwa tse mokgeng wa "$1"',
50
51 'mypage' => 'Leqephe la ka',
52 'mytalk' => 'Leqephe la ka la moqoqo',
53 'navigation' => 'Eya ho',
54
55 # Cologne Blue skin
56 'faq' => 'Dipotso-mehla',
57
58 'returnto' => 'Kgutlela ho $1.',
59 'tagline' => 'E tswa ho {{SITENAME}}',
60 'search' => 'Fuputsa',
61 'history' => 'Nalane',
62 'history_short' => 'Nalane',
63 'newpage' => 'Leqephe le letjha',
64 'talkpage' => 'Qoqa ka leqephe lena',
65 'talk' => 'Moqoqo',
66 'categorypage' => 'Mpontshe leqephe la mekga',
67 'otherlanguages' => 'Ka maleme a mang',
68 'jumptosearch' => 'phuputso',
69
70 # 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).
71 'mainpage' => 'Leqephe la pele',
72 'mainpage-description' => 'Leqephe la pele',
73 'portal' => 'Potjho e kopano',
74 'portal-url' => 'Project:Potjho e kopano',
75
76 'retrievedfrom' => 'E tswa ho "$1"',
77 'newmessageslink' => 'melaetsa e metjha',
78
79 # Short words for each namespace, by default used in the namespace tab in monobook
80 'nstab-main' => 'Sengolwa',
81 'nstab-mediawiki' => 'Molaetsa',
82 'nstab-help' => 'Leqephe la thusa',
83 'nstab-category' => 'Mokga',
84
85 # Login and logout pages
86 'yourpasswordagain' => 'Ngola lepetjo hape',
87 'remembermypassword' => 'O nkgopole (for a maximum of $1 {{PLURAL:$1|day|days}})',
88 'nologinlink' => 'Ingodisetse',
89 'createaccount' => 'Ingodisetse',
90 'gotaccount' => "O se o ingodisitse? '''$1'''.",
91 'createaccountmail' => 'ka e-mail',
92 'badretype' => 'Mapetjo a mabedi o a ngotseng ha a tshwane.',
93 'mailmypassword' => 'Nthomele password ya ka ka email',
94
95 # Change password dialog
96 'oldpassword' => 'Lepetjo la kgale:',
97 'newpassword' => 'Lepetjo le letjha:',
98 'retypenew' => 'Ngola lepetjo le letjha hape:',
99
100 # Edit pages
101 'savearticle' => 'Le boloke',
102 'showpreview' => 'Mpontshe hore le tlo ba jwang',
103 'showdiff' => 'Mpontshe hore ho tlo fetoha eng',
104 'accmailtitle' => 'Lepetjo le rometswe.',
105 'accmailtext' => 'Lepetjo la "$1" le se le rometswe ho $2.',
106 'note' => "'''Ela hloko:'''",
107
108 # Search results
109 'powersearch' => 'Fuputsa',
110
111 # Preferences page
112 'changepassword' => 'Fetola lepetjo',
113 'searchresultshead' => 'Phuputso',
114 'allowemail' => 'Dumella batho ba bang hore ba nthomelle di-email',
115
116 # MIME search
117 'download' => 'Jarolla',
118
119 # Random page
120 'randompage' => 'Mpontshe leqephe le leng le le leng',
121
122 # Statistics
123 'statistics' => 'Dipalopalo',
124
125 # Miscellaneous special pages
126 'mostcategories' => 'Dingolwa tse mekga e mengata',
127 'shortpages' => 'Maqephe a makgutshwane',
128 'longpages' => 'Maqephe a matelele',
129 'newpages' => 'Maqephe a matjha',
130
131 # Special:AllPages
132 'allpages' => 'Maqephe ohle',
133
134 # Special:Categories
135 'categories' => 'Mekga',
136 'categoriespagetext' => 'Wiki e na le mekga ena.
137 [[Special:UnusedCategories|Unused categories]] are not shown here.
138 Also see [[Special:WantedCategories|wanted categories]].',
139
140 # E-mail user
141 'emailuser' => 'Romela motho enwa email',
142 'emailfrom' => 'E tswa ho',
143 'emailto' => 'Ho',
144 'emailsubject' => 'Ka',
145 'emailmessage' => 'O re',
146 'emailsend' => 'E romele',
147 'emailsent' => 'E rometswe',
148 'emailsenttext' => 'Email ya molaetsa wa hao e se e rometswe.',
149
150 # Contributions
151 'contributions' => 'Tse ngotsweng ke motho enwa',
152 'mycontris' => 'Tse ngotsweng ke nna',
153
154 # Block/unblock
155 'ipbreason' => 'Lebaka',
156 'infiniteblock' => 'ho eya ho ile',
157
158 # Namespace 8 related
159 'allmessagesname' => 'Lebitso',
160 'allmessagesdefault' => 'Se neng se ngotswe pele',
161 'allmessagescurrent' => 'Se ngotsweng hona jwale',
162
163 );