Revert removal of 2 core messages in r38352. Still in use.
[lhc/web/wiklou.git] / languages / messages / MessagesNso.php
1 <?php
2 /** Northern Sotho (Sesotho sa Leboa)
3 *
4 * @ingroup Language
5 * @file
6 *
7 * @author Mohau
8 * @author Siebrand
9 * @author Jon Harald Søby
10 */
11
12 $messages = array(
13 # User preference toggles
14 'tog-underline' => 'Tsenya mothalafase go dihlomaganyo:',
15 'tog-highlightbroken' => 'Laetša dihlomaganyo tša go senyega <a href="" class="new">ga mokgwa wo</a> (goba: ka mokgwa wo<a href="" class="internal">?</a>).',
16 'tog-hideminor' => 'Fihla diphetogo tše nnyenyane',
17 'tog-showtoolbar' => "Botšha ''toolbar'' ya go fetola (JavaScript)",
18 'tog-editondblclick' => 'Fetola matlakala ka go thathapa gabedi (JavaScript)',
19 'tog-editsection' => 'Dumella go fetola sekgao ka [fetola] hlomaganyo',
20 'tog-editsectiononrightclick' => 'Dumella go fetola sekgao ka thathapa ka lagoja thaetlele ya sekgao (JavaScript)',
21 'tog-showtoc' => 'Bontšha Tatelano ya dikagare (go matlakala a goba le dihlogo tša go feta 3)',
22 'tog-rememberpassword' => 'Gopola sedi ya go tsena yaka go khomphutha ye',
23 'tog-editwidth' => 'Lepokisi la diphetogo lebe le bophara ba go tlala',
24 'tog-watchcreations' => 'Tsenya matlaka a mafsa ao ke a ngwalago go lenano laka la ditlhapetšo',
25 'tog-watchdefault' => 'Tsenya matlaka ao ke a fetolago go lenano laka la ditlhapetšo',
26 'tog-watchmoves' => 'Tsenya matlaka ao ke a hudušago go lenano laka la ditlhapetšo',
27 'tog-watchdeletion' => 'Tsenya matlaka ao ke a phumulago go lenano laka la ditlhapetšo',
28 'tog-minordefault' => 'Swaya diphetogo ka moka bjalo ka diphetogo tše nnyenyane',
29 'tog-previewontop' => 'Bontšha Ponopele pele ga lepokisi la diphetogo',
30 'tog-previewonfirst' => 'Bontšha Ponopeleka phetogo ya pele',
31 'tog-nocache' => "Thibela go tsenya matlakala go segakolodi (''cache'')",
32 'tog-enotifwatchlistpages' => 'Nromele molaetša ge letlaka leo ke le tlhapetšego le ena le diphetogo',
33 'tog-enotifusertalkpages' => 'Nromele molaetša ge letlakala la Dipoledišano laka le fetoga',
34 'tog-enotifminoredits' => 'Nromele email ge goba le diphetogo tše nnyenyane go matlakala',
35 'tog-enotifrevealaddr' => 'Bonagatša email atrese go temošo tša poso',
36 'tog-shownumberswatching' => 'Laetša palo bašomiši bao ba tlhapetšego',
37 'tog-fancysig' => 'Tsaeno ye tala (ntle le dihlomaganyo tša noši)',
38 'tog-externaleditor' => 'Šomiša sengwadi sa kantle',
39 'tog-forceeditsummary' => 'Ntaetše ge kesa tsenye mongwalo go kakaretšo ya dithetogo',
40 'tog-watchlisthideown' => 'Fihla diphetogo tšeo di direlego ke nna go lenano la ditlhapetšo.',
41 'tog-watchlisthideminor' => 'Fihla diphetogo tše nyenyane tšeo di direlego ke nna go lenano la ditlhapetšo',
42 'tog-ccmeonemails' => 'Nromele kopi ya melaetša yeo ke romelago bašumiši ba bangwe',
43
44 'underline-always' => 'Kamehla',
45
46 'skinpreview' => '(Ponopele)',
47
48 # Dates
49 'sunday' => 'Sontaga',
50 'monday' => 'Mošupologo',
51 'tuesday' => 'Labobedi',
52 'wednesday' => 'Laboraro',
53 'thursday' => 'Labone',
54 'friday' => 'Labohlano',
55 'saturday' => 'Mokibelo',
56 'sun' => 'Sontaga',
57 'mon' => 'Mošupologo',
58 'tue' => 'Labobedi',
59 'wed' => 'Laboraro',
60 'thu' => 'Labone',
61 'fri' => 'Labohlano',
62 'sat' => 'Mokibelo',
63 'january' => 'Pherekgong',
64 'february' => 'Dibokwane',
65 'march' => 'Hlakola',
66 'april' => 'Moranang',
67 'may_long' => 'Mopitlo',
68 'june' => 'Phupu',
69 'july' => 'Mosegamanye',
70 'august' => 'Phato',
71 'september' => 'Lewedi',
72 'october' => 'Diphalane',
73 'november' => 'Dibatsela',
74 'december' => 'Manthole',
75 'january-gen' => 'Pherekgong',
76 'february-gen' => 'Dibokwane',
77 'march-gen' => 'Hlakola',
78 'april-gen' => 'Moranang',
79 'may-gen' => 'Mopitlo',
80 'june-gen' => 'Phupu',
81 'july-gen' => 'Mosegamanye',
82 'august-gen' => 'Phato',
83 'september-gen' => 'Lewedi',
84 'october-gen' => 'Diphalane',
85 'november-gen' => 'Dibatsela',
86 'december-gen' => 'Manthole',
87 'jan' => 'Pherekgong',
88 'feb' => 'Dibokwane',
89 'mar' => 'Hlakola',
90 'apr' => 'Moranang',
91 'may' => 'May',
92 'jun' => 'Phupu',
93 'jul' => 'Mosegamanye',
94 'aug' => 'Phato',
95 'sep' => 'Lewedi',
96 'oct' => 'Diphalane',
97 'nov' => 'Dibatsela',
98 'dec' => 'Manthole',
99
100 # Categories related messages
101 'pagecategories' => '{{PLURAL:$1|Sehlopha|Dihlopha}}',
102 'category_header' => 'Matlakala go sehlopha "$1"',
103 'subcategories' => 'Dihlophana',
104 'category-media-header' => 'Matlakala goba difaele go sehlopha "$1"',
105 'category-empty' => "''Sehlopha se, ga se na matlakala goba difaele.''",
106 'listingcontinuesabbrev' => 'tšweletša',
107
108 'about' => 'Mabapi',
109 'article' => 'Letlakala la mateng',
110 'newwindow' => '(e bula lefastere le lempsha)',
111 'cancel' => 'Khansela',
112 'qbfind' => 'Humana',
113 'qbedit' => 'Fetola',
114 'qbpageoptions' => 'Letlakala le',
115 'qbmyoptions' => 'Matlakala a ka',
116 'qbspecialpages' => 'Matlakala a itšego',
117 'mypage' => 'Letlakala la ka',
118 'mytalk' => 'Dipolelo tša ka',
119 'anontalk' => 'Poledišano ya IP ye',
120 'navigation' => 'Tšwelotšo',
121 'and' => 'le',
122
123 'errorpagetitle' => 'Phošo',
124 'returnto' => 'Boela go $1.',
125 'tagline' => 'Gotšwa go {{SITENAME}}',
126 'help' => 'Thušo',
127 'search' => 'Fetleka',
128 'searchbutton' => 'Fetleka',
129 'go' => 'Sepela',
130 'searcharticle' => 'Eya',
131 'history' => 'Histori ya letlakala',
132 'history_short' => 'Histori',
133 'updatedmarker' => 'fetotšwe esale ketelo yaka ya mafelelo',
134 'info_short' => 'Sedi',
135 'printableversion' => "''Version'' ya go gatišega",
136 'permalink' => 'Hlomaganyo yao e tiišeditšwego',
137 'edit' => 'Fetola',
138 'editthispage' => 'Fetola letlakala le',
139 'delete' => 'Phumula',
140 'deletethispage' => 'Phumula letlakala le',
141 'protect' => 'Lota',
142 'protect_change' => 'fetola lotego',
143 'protectthispage' => 'Lota letlakala le',
144 'unprotect' => 'Tloša go lota',
145 'unprotectthispage' => 'Tloša go lota letlakaleng',
146 'newpage' => 'Letlakala le lempsha',
147 'talkpage' => 'Rêrišana ka letlakala le',
148 'talkpagelinktext' => 'Bolela',
149 'specialpage' => 'Matlaka a itšeng',
150 'personaltools' => "Dithulusu tša gago (''personal'')",
151 'postcomment' => 'Romela tshwayotshwayo',
152 'articlepage' => 'Nyakoretša letlakala la mateng',
153 'talk' => 'Poledišano',
154 'views' => 'Dinyakorêtšo',
155 'toolbox' => 'Lepokisi la dithulusu',
156 'userpage' => 'Nyakorela letlakala la mošomiši',
157 'projectpage' => 'Nyakoretša letlakala la tirotherwa',
158 'imagepage' => 'Nyakoretša letlakala la seswantšho',
159 'mediawikipage' => 'Nyakoretša letlakala la melaetša',
160 'templatepage' => "Nyakoretša letlakala la ''template''",
161 'viewhelppage' => 'Nyakoretša letlakala la thušo',
162 'categorypage' => 'Nyakoretša letlakala la sehlopha',
163 'viewtalkpage' => 'Nyakoretša dipoledišano',
164 'otherlanguages' => 'Ka dipolelo tše dingwe',
165 'redirectedfrom' => "(''Redirect'' go tšwa $1)",
166 'redirectpagesub' => "''Redirect'' letlakala",
167 'lastmodifiedat' => 'Letlakala le fetotšwe la mafelelo ka $2, $1.', # $1 date, $2 time
168 'viewcount' => 'Letlakala le le butšwe ga {{PLURAL:$1|tee|$1}}.',
169 'protectedpage' => 'Letlakala la go lotiwa',
170 'jumpto' => 'Taboga go:',
171 'jumptonavigation' => 'Tšweletšo',
172 'jumptosearch' => 'fetleka',
173
174 # 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).
175 'aboutsite' => 'Mabapi le {{SITENAME}}',
176 'aboutpage' => 'Project:Mabapi',
177 'bugreports' => 'Bega diphošo',
178 'bugreportspage' => 'Project:Bega diphoso',
179 'copyright' => 'Mateng a hwetšagala tlase ga $1.',
180 'copyrightpagename' => '{{SITENAME}} tumello ya bangwadi',
181 'copyrightpage' => '{{ns:project}}:Tomello ya Mongwadi',
182 'currentevents' => 'Ditirago tša bjale',
183 'currentevents-url' => 'Project:Ditiragalo tša bjale',
184 'disclaimers' => 'Hlapa-matsogo',
185 'disclaimerpage' => 'Project:Hlapa-Matsogo',
186 'edithelp' => 'Thušo ya go fetola',
187 'edithelppage' => 'Help:Fetola',
188 'helppage' => 'Help:Mateng',
189 'mainpage' => 'Letlakala la Pele',
190 'mainpage-description' => 'Letlakala la Pele',
191 'policy-url' => 'Project:Melao',
192 'portal' => "''Portal'' ya badudi",
193 'portal-url' => 'Project:Portal ya Badudi',
194 'privacy' => 'Melao ya praebesi',
195 'privacypage' => 'Project:Polisi ya praefesi',
196
197 'badaccess' => 'Thušo ya tumello',
198 'badaccess-group0' => 'Ga wa dumelwa go dira seo o lekago go se dira.',
199 'badaccess-group1' => 'Seo o lekago go se dra se dumelwetše go bašomiši ba sehlopha sa $1.',
200 'badaccess-group2' => 'Seo o lekago go se dra se dumelwetše go bašomiši bao balego sehlopheng se tee sa $1.',
201 'badaccess-groups' => 'Seo o lekago go se dra se dumelwetše go bašomiši bao balego sehlopheng se tee sa $1.',
202
203 'versionrequired' => 'Version $1 ya MediaWiki ea hlokega',
204 'versionrequiredtext' => 'Version $1 ya MediaWiki ea hlokega go šomiša letlakala le. Lebelela [[Special:Version|letlakala la version]].',
205
206 'retrievedfrom' => 'Le tšwa go "$1"',
207 'youhavenewmessages' => 'O na le $1 ($2).',
208 'newmessageslink' => 'ya melaetša ye mefsa',
209 'newmessagesdifflink' => 'phetogo ya mafelelo',
210 'youhavenewmessagesmulti' => 'O nale melaetša ye mefsa go $1',
211 'editsection' => 'lokiša',
212 'editold' => 'fetola',
213 'editsectionhint' => 'Fetola sekgao: $1',
214 'toc' => 'Mateng',
215 'showtoc' => 'bontšha',
216 'hidetoc' => 'fihla',
217 'thisisdeleted' => 'Nyakorela goba hlaphola $1?',
218 'viewdeleted' => 'Nyakorela $1?',
219 'restorelink' => '{{PLURAL:$1|e tee phetogo ye phumutšwego|phetogo tše $1 tše phumutšwego}}',
220 'site-rss-feed' => '$1 RSS Feed',
221 'site-atom-feed' => '$1 Atom Feed',
222 'page-rss-feed' => '"$1" RSS Feed',
223
224 # Short words for each namespace, by default used in the namespace tab in monobook
225 'nstab-main' => 'Letlakala',
226 'nstab-user' => 'Letlakala la mošomiši',
227 'nstab-special' => 'Itšeng',
228 'nstab-project' => 'Letlakala la tirotherwa',
229 'nstab-image' => 'Faele',
230 'nstab-mediawiki' => 'Molaetša',
231 'nstab-template' => 'Template',
232 'nstab-help' => 'Letlakala la thuso',
233 'nstab-category' => 'Sehlopha',
234
235 # Main script and global functions
236 'nosuchspecialpage' => 'Gago letlaka le itšego le bjalo',
237
238 # General errors
239 'error' => 'Phošo',
240 'databaseerror' => 'Phošo ya Database',
241 'noconnect' => "Re maswabi! Wiki e nale mathata a sethekniki, ka goo gare kgone go boledišana le ''database''. <br />
242 $1",
243 'readonly' => "''Database'' e notletšwe",
244 'enterlockreason' => 'Fana la lebaka la go notlela, o fana le tekanyetšo yage senotlolo se tlogo tlošwa',
245 'internalerror' => 'Phošo ya ka gare',
246 'internalerror_info' => 'Phošo ya ka gare :$1',
247 'filecopyerror' => 'Gara kgona go ngwalolla faele "$1" go "$2".',
248 'filerenameerror' => 'Gara kgona go fetola leina la faele "$1" goba "$2".',
249 'filedeleteerror' => 'Gara kgona go phumula faele "$1".',
250 'filenotfound' => 'Gara kgona go humana faele "$1".',
251 'fileexistserror' => 'Gara kgona go ngawala faele "$1":faele e gona',
252 'badtitle' => 'Taetlile ya bošula',
253 'badtitletext' => 'Letlakala le ga la dumelelwa, ga le na ditlhaka, goba hlomaganyo ya bogare-dipolelo goba bogare-wiki taetlele ga ya loka. Ekaba mohlomong taetlele enale hlaka goba dihlaka tšago sedumelelwe.',
254 'viewsource' => 'Lebelela mothopo',
255 'viewsourcefor' => 'ya $1',
256 'protectedpagetext' => 'Letlakala le le notletšwe go thibela diphetogo.',
257 'viewsourcetext' => 'O ka lebelela goba wa kôpiša mothapo wa letlakala le:',
258 'namespaceprotected' => "Ga ona tokelo ya go fetola matlakala go '''$1''' .",
259
260 # Login and logout pages
261 'welcomecreation' => "== Oa amogelwa, $1! ==
262
263 Tšhupaleloko (''account'') ya gago e tlhodilwe. O seke wa lebala go fetola dikgetho/thato go {{SITENAME}} tša gago.",
264 'yourname' => 'Leina la mošomiši:',
265 'yourpassword' => 'Ditlhaka-tša-siphiri:',
266 'yourpasswordagain' => 'Tlanya ditlhaka-tša-siphiri gape:',
267 'remembermypassword' => 'Gopola sedi yaka ya go tsena khômphutha ye',
268 'login' => 'Tsena',
269 'loginprompt' => "O swanela ke go dumella ''cookies'' go ''browser'' go tsena go {{SITENAME}}.",
270 'userlogin' => "Tsena / tlhola tšhupaleloko (''account'')",
271 'logout' => 'Etšwa/Tswalela',
272 'userlogout' => 'Etšwa/Tswalela',
273 'notloggedin' => 'Ga wa tsena',
274 'nologin' => 'Ga o na sedi ya go tsena? $1.',
275 'nologinlink' => "Bula tšhupaleloko (''account'')",
276 'createaccount' => 'Bula tšhupaleloko',
277 'gotaccount' => 'O šetše o nale tšhupaleloko? $1.',
278 'gotaccountlink' => 'Tsena',
279 'createaccountmail' => 'ka e-mail',
280 'badretype' => 'Ditlhaka-tša-siphiri tše o di šomišitšego ga di swane.',
281 'username' => 'Mošomiši:',
282 'uid' => 'Nomoro ya mošomiši:',
283 'yourrealname' => 'Leina la mmakgonthe:',
284 'yourlanguage' => 'Polelo:',
285 'yournick' => 'Leina la boreelo:',
286 'badsiglength' => 'Leina la boreelo le letelele kudu; le swanela goba dihlaka tše $1.',
287 'prefs-help-realname' => 'Leina la nnete gale gapeletšwe, efela ge o kgetha go fana ka lona, le tla šomišwa go bontšha diabe mešomong ya gago.',
288 'prefs-help-email-required' => 'E-mail atrese eya nyakega.',
289 'noname' => 'Gawa fana ka leina la mošomiši la go loka.',
290 'loginsuccesstitle' => 'O tsene ka katlego',
291 'loginsuccess' => "'''Bjale o tsene go {{SITENAME}} bjalo ka \"\$1\".'''",
292 'nosuchuser' => 'Ga gona mošomiši wa leina la "$1". Lebele mopeleto wa gago goba o tlhome mošomiši yo mophsa.',
293 'nosuchusershort' => 'Ga gona mošomiši wa leina la "<nowiki>$1</nowiki>". Hlokomela mopeleto wa gago.',
294 'nouserspecified' => 'O swanela ke go fana ka leina la mošomiši.',
295 'wrongpassword' => 'O loketše ditlhaka-tša-siphiri tšeo e sego tšona. Ka kgopelo, leka gape.',
296 'wrongpasswordempty' => 'Ga wa lokela ditlhaka-tša-siphiri. Ka kgopelo, leka gape.',
297 'passwordtooshort' => "Ditlhaka-tša-siphiri tša gago ga tša dumelega goba di kopana. Go nyakega gore e be le ditlhaka tše $1 goba go feta gape e seke ya swana le leina la gago (''username'').",
298 'mailmypassword' => 'Romela ditlhaka-tša-siphiri ka e-mail',
299 'passwordremindertitle' => "''Password'' ye mphsa ya nakonyana go {{SITENAME}}",
300 'passwordremindertext' => 'Motho yo mongwe (kootse wena, gotšwa IP atrese $1) o
301 kgopetše gore re moromele password ye mfsa ya {{SITENAME}} ($4).
302
303 Password ya mošomiši "$2" go tloga bjale ke "$3".
304 Eya go {{SITENAME}} o e fetole.
305
306 Ga eba motho yo mongwe esego wena o dirile kgopelo ye, goba o gopola password gomme ga o sa
307 hloka gore e fetolwe, hlokomologa molaetša wo, o tšwele pele o šumiše password ya kgale.',
308 'noemail' => 'Ga gona e-mail atrese ya mošomiši "$1".',
309 'passwordsent' => "
310 Dihlaka tša siphiri (''password'') tše mphsa di rometšwe go e-mail atrese ya \"\$1\".
311 Re kgopela gore o tsene ge fetša go e hwetša.",
312 'blocked-mailpassword' => 'IP atrese ya gago e thibetšwe go dira diphetogo, ka fao ga wa dumellwa
313 go šomiša thulusu ya go hwetša Ditlhaka-tša-siphiri go thibela go hlapanya.',
314 'eauthentsent' => 'Molaetša wa go tiišetša o rometšwe go e-mail atrese.
315
316 Pele re romela melaetša ye mengwe go atrese ye, o kgopelwa go latela ditaelo tšeo dilego molaetšeng go tiišetša gore atrese ke ya gago.',
317 'throttled-mailpassword' => 'Kgopotšo ya ditlhaka-tša-siphiri e rometšwe diiring tše $1 tša gofeta.
318 Go thibela go hlapanya/kgobošo, kgopotšo e tee ka diiri tše $1 e tla romellwa.',
319 'mailerror' => 'Gobile le phošo go romeleng molaetša : $1',
320 'acct_creation_throttle_hit' => 'Ka maswabi, o tlhomile ditšhupaleloko tše $1. Ga wa dumelwa go tlhoma tše dingwe',
321 'emailauthenticated' => 'E-mail atrese ya gago e kgonthišitšwe ka $1.',
322 'accountcreated' => 'Tšhupaleloko (Account) e tlhodilwe',
323 'accountcreatedtext' => 'Tšhupaleloko (account) ya modiri $1 e tlhodilwe.',
324 'loginlanguagelabel' => 'Polelo: $1',
325
326 # Password reset dialog
327 'resetpass_text' => '<!-- Tsenya ditlhaka mo -->',
328 'resetpass_success' => 'Ditlhaka tša siphiri di fetotšwe ka katlego! Bjale o kgona go tsena...',
329
330 # Edit page toolbar
331 'bold_sample' => "Mongwalo wa '''Bold'''",
332 'bold_tip' => 'Ditlhaka tše Bold',
333 'italic_sample' => 'Ditlhaka tše Italic',
334 'italic_tip' => 'Mongwala wa Italic',
335 'link_sample' => 'Thaetlele ya hlomaganyo',
336 'link_tip' => 'Hlomaganyo ya kagare',
337 'extlink_sample' => 'http://www.example.com hlomaganyo thaetlele',
338 'extlink_tip' => 'Hlomaganyo ya ka ntle (gopola go thoma ka http://)',
339 'headline_sample' => 'Tlhaka ya hlogotaba',
340 'headline_tip' => 'Hlogotaba ya boemo 2',
341 'math_sample' => "Lokela ''formula'' mo",
342 'math_tip' => 'Formula ya dipalo (LaTeX)',
343 'nowiki_sample' => "Tsenya ditlhaka tša go sebe le ''format'' mo",
344 'nowiki_tip' => "Hlokomologa tselangwalo (''formatting'') ya wiki",
345 'image_sample' => 'Mohlala.jpg',
346 'image_tip' => "Seswantšho sago dikanelwa (''embedded'')",
347 'media_sample' => 'Mohlala.ogg',
348 'media_tip' => "Hlomaganyo ya ''media'' faele",
349 'sig_tip' => 'Tshaeno ya gago le nako ya phetogo',
350 'hr_tip' => 'Mothalo wago ya faase/papamela (šomiša ka hloko)',
351
352 # Edit pages
353 'summary' => 'Kakaretšo',
354 'subject' => 'Tabataba/Hlogo ya taba',
355 'minoredit' => 'Ye ke phetogo ye nnyenyane',
356 'watchthis' => 'Tlhapetša letlakala le',
357 'savearticle' => 'Boloka letlakala',
358 'preview' => 'Lebelela',
359 'showpreview' => 'Laetša sebopego sa letlaka',
360 'showdiff' => 'Laetša diphetogo',
361 'anoneditwarning' => "'''Temošo''' Gawa ''tsena'', IP ya gago e tla šumišwa go histori ya diphetogo tša letlakala",
362 'summary-preview' => 'Lebelela kakaretšo',
363 'blockedtitle' => 'Mošomiši o thibilwe',
364 'blockedtext' => "<big>'''Leina la gago la mošomiši goba IP atrese e thibilwe.'''</big>
365
366 O thibilwe ke $1. Makaba a go thiba ke ''$2''.
367
368 * Go thoma gago thiba: $8
369 * Fetatšatši yago thiba: $6
370 * Mothibiwa: $7
371
372 O ka leka go boledišana le $1 goba [[{{MediaWiki:Grouppage-sysop}}|molaudi]] ka go thibiwa go.
373 O ka se kgone go šumiša thulusu ya 'romela mošomiši molaetša' ka ntle gage o loketše e-mail ya gago go
374 [[Special:Preferences|dikgatlhegelo]] gape ge o sa thibelwa go e šomiša.
375 IP atrese ya gago ke $3, ge ID ya go thiba ele #$5. Ka kgopelo šumiša ID le IP go dipoledišano ka moka tšeo dilego mabapi le go go thiba.",
376 'blockednoreason' => 'gago lebaka leo le filwego',
377 'blockedoriginalsource' => "Mothopo wa '''$1''' oa botšhwa tlase:",
378 'whitelistedittitle' => 'O swanela ke go tsena go fetola',
379 'whitelistedittext' => 'O swanela ke go $1 go fetola matlakala.',
380 'confirmedittitle' => 'E-mail e swanetše ke go tiišetšwa pele ge o ka fetola',
381 'confirmedittext' => 'E-mail e swanetše ke go tiišetšwa pele ge o ka fetola matlakala. Ka kgopelo, tiišetša e-mail atrese ya gago go [[Special:Preferences|dikgatlhego tša mošomiši]].',
382 'nosuchsectiontitle' => 'Gago sekgao seo',
383 'nosuchsectiontext' => 'O lekile go fetola sekgao seo se sego gona. Ka ge se sekgao sa $1, gago mowe re ka bolokago diphetogo tša gago.',
384 'loginreqtitle' => 'Go tsena goa hlokega',
385 'loginreqlink' => 'tsena',
386 'loginreqpagetext' => 'O swanela ke go $1 go nyakorela matlakala a mangwe.',
387 'accmailtitle' => 'Ditlhaka tša siphiri di rometšwe.',
388 'accmailtext' => 'Ditlhaka-tša-siphiri tša "$1" di rometšwe go $2.',
389 'newarticle' => '(mpsha)',
390 'newarticletext' => "O latetše hlomaganyo go letlakala leo le sego gona ka se sebaka.
391 Go tlhola letlakala, thoma go ngwalo lepokising le letelago
392 (lebelela [[{{MediaWiki:Helppage}}|letlakala la thušo]] go hwetša šedi).
393 Ga eba o le fa ka phošo, o ka boela morago ka go šumiša konopo ya '''back''' go ''browser'' ya gago.",
394 'noarticletext' => 'Ga gona ditlhaka letlakaleng le, oka [[Special:Search/{{PAGENAME}}|fetleka liena la letlakala]] matlakaleng a mangwe goba [{{fullurl:{{FULLPAGENAME}}|action=edit}} wa fetola letlakala le].',
395 'note' => '<strong>Ela hloko:</strong>',
396 'previewnote' => '<strong>Ye ke Taetšo ya sebopego sa letlakala fela; diphetogo ga di ya bolokwa!</strong>',
397 'editing' => 'O fetola $1',
398 'editingsection' => 'Phetolo ya $1 (sekgoba)',
399 'editingcomment' => 'Fetola $1 (tshwayotshwayo)',
400 'editconflict' => 'Tholano ya diphetogo: $1',
401 'yourtext' => 'Mongwalo wa gago',
402 'storedversion' => 'Version yeo e bolokilwego',
403 'yourdiff' => 'Diphapang',
404 'copyrightwarning' => 'Diabe kamoka go {{SITENAME}} di akanywa go ngwadiwa tlase ga $2 (lebelela $1 go hwetša taba ka bophara). Ge o sa nyake gore mengwalo ya gago e fetolwe ntle le kgaugelo goba e phatlalatšwe ntle le tumello ya gago, o seke wa fana ka mengwalo mo.<br />
405 Gape o re holofetša gore mengwalo ye e ngwadile ke wena, goba o e kopiša mothapong wa pepeneneng goba ke mahala.
406 <strong>O SE TSENYE MEŠOMO YA BATHO BA BANGWE NTLE LE TUMELLO YA BONA!</strong>',
407 'longpagewarning' => "<strong>TEMOŠO: Letlakala le le $1 kilobytes ka botelele;
408 di-''browser'' tše dingwe dika ba le bothata go fetola matlakala a golena goba gofeta 32kb.
409
410 Ka kgopela akanya ka go roba letlakala le goba le dikgaoe tše nnyenyane.</strong>",
411 'templatesused' => "''Templates'' tšeo di šomišitšwego letlakaleng le:",
412 'templatesusedpreview' => "''Templates'' tšeo di šomišitšwego go taetšo ya sebopego sa letlakala:",
413 'template-protected' => '(e lotilwe)',
414 'template-semiprotected' => '(lota-ka-seripa)',
415 'nocreatetext' => '{{SITENAME}} e nale dithibelo tše itšego go tlholeng ga matlakala a maphsa.
416 O ka boela morago wa felola matlakala a lego gona, goba o [[Special:Userlogin|tsene]].',
417 'nocreate-loggedin' => 'Ga ona tumello ya go tlhola matlakala a mampsha go {{SITENAME}}.',
418 'permissionserrors' => 'Phošo ya ditumello',
419 'permissionserrorstext' => 'Gawa dumelwa go pheta seo,ka {{PLURAL:$1|lebaka|mabaka}} a latelago:',
420 'recreate-deleted-warn' => "'''Temošo: O leka go tlhoma letlakala le gape, ka ge le ile la phumulwa.'''
421
422 Sekaseka gore letlakala le lephumutšwe ka mabaka afe pele o leka go le fetola.
423 Sedi ya phumulo ya letlakala e re:",
424
425 # History pages
426 'viewpagelogs' => "Nyakoretša di-''log'' tša letlakala le",
427 'revnotfound' => 'Poeletšo ga e humanege',
428 'currentrev' => 'Poeletšo tša bjale',
429 'revisionasof' => 'Thumeletšo go tloga ka $1',
430 'revision-info' => 'Poeletšo go tloga $1 ka $2',
431 'previousrevision' => '←Poeletšo tša kgalenyana',
432 'nextrevision' => 'Peletšo tše dimphsanyana→',
433 'currentrevisionlink' => 'Poeletšo ya bjale',
434 'cur' => 'bjale',
435 'next' => 'latela',
436 'last' => 'bofelo',
437 'page_first' => 'mathomo',
438 'page_last' => 'mafelelo',
439 'histlegend' => "Tlhaolo ya diphapano: swaya lepokisi la phetogo go bapetša ke moka o thwanye ''enter'' tlase-tlase<br />
440 Nane: (bjale) = phapang le diphetogo tša bjale,
441 (mafelelo) = phapang le diphetogo tša pele, M = diphetogo tše nyenyane.",
442 'deletedrev' => '[phumutšwe]',
443 'histfirst' => 'Pelepele',
444 'histlast' => 'Ntshwantshwa',
445 'historysize' => '({{PLURAL:$1|1 byte|$1 bytes}})',
446
447 # Revision feed
448 'history-feed-title' => 'Histori ya poeletšo',
449 'history-feed-description' => 'History ya poeletšo ya letlakala le go wiki',
450 'history-feed-item-nocomment' => '$1 go $2', # user at time
451 'history-feed-empty' => 'Letlakala lewe ga le gona.
452 Mohlomongwe le phumutšwe go wiki, goba le fetotšwe leina.
453 Leka [[Special:Search|go fetleka wikii]] go humana matlakala a mapsha.',
454
455 # Revision deletion
456 'rev-delundel' => 'Bontšha/Fihla',
457 'revdelete-hide-text' => 'Fihla dihlaka tša poeletšo',
458 'revdelete-log' => "Ahlaahla ''log'':",
459
460 # History merging
461 'mergehistory-from' => 'Letlakala la mothopo:',
462 'mergehistory-into' => 'Letlakala la boyo:',
463
464 # Diffs
465 'history-title' => 'Histori ya diphetogo tša "$1"',
466 'difference' => '(Phapang magareng ga dipoeletšo)',
467 'lineno' => 'Mothalo $1:',
468 'compareselectedversions' => 'Bapetša diphapang tšeo di kgethilwego',
469 'editundo' => 'dirolla',
470 'diff-multi' => '({{PLURAL:$1|Phetogo ye kgolo|Diphetogo tše $1 tše kgolo}} gadi laetšwe.)',
471
472 # Search results
473 'searchresults' => 'Sephetho sa go fetleka',
474 'searchsubtitleinvalid' => "O fetlekile o nyaka '''$1'''",
475 'noexactmatch' => "'''Ga go letlaka leo le bitšwago \"\$1\".''' O ka tlhola [[:\$1|letlakala le]].",
476 'noexactmatch-nocreate' => "'''Gago matlakala a thaetlele ya \"\$1\".'''",
477 'prevn' => 'gofeta $1',
478 'nextn' => 'latela $1',
479 'viewprevnext' => 'Lebelela ($1) ($2) ($3)',
480 'powersearch' => 'Fetleka ka tlhoko',
481
482 # Preferences page
483 'preferences' => 'Dikgatlhegelo',
484 'mypreferences' => 'Dikgatlhegelo tša ka',
485 'prefs-edits' => 'Palo ya diphetogo:',
486 'prefsnologin' => 'Ga wa tsena',
487 'changepassword' => 'Fetola ditlhaka-tša-siphiri',
488 'datetime' => 'Tšatšikgwedi le nako',
489 'math_unknown_error' => 'Phošo ya gose tsebege',
490 'math_syntax_error' => 'phošo ya popafoko',
491 'prefs-rc' => 'Diphetogo tša bjale',
492 'prefs-watchlist' => 'Lenano la tlhapetšo',
493 'saveprefs' => 'Boloka',
494 'oldpassword' => 'Ditlhaka-tša-siphiri tša kgale:',
495 'newpassword' => 'Ditlhaka-tša-siphiri tše mpsha:',
496 'retypenew' => 'Tlanya ditlhaka tše mphsa tša siphiri gape:',
497 'textboxsize' => 'Fetola',
498 'searchresultshead' => 'Fetleka',
499 'savedprefs' => 'Dikgatlhegelo tša gago di bolokilwe.',
500 'allowemail' => 'Dumella melaetša ya e-mail go tšwa go bašomiši ba bangwe',
501 'files' => 'Difaele',
502
503 # User rights
504 'editusergroup' => 'Fetola sehlopha sa bašomiši',
505 'editinguser' => "Fetola mošomiši '''[[User:$1|$1]]''' ([[User talk:$1|{{int:talkpagelinktext}}]] | [[Special:Contributions/$1|{{int:contribslink}}]])",
506 'userrights-editusergroup' => 'Fetola sehlopha sa bašomiši',
507 'saveusergroups' => 'Boloko Dihlopha tša bašomiši',
508 'userrights-groupsmember' => 'Leloko la:',
509 'userrights-reason' => 'Lebaka lago fetola:',
510 'userrights-no-interwiki' => 'Gawa dumelwa go fetola di dumello tša mošumiši go di wiki tše dingwe.',
511
512 # Groups
513 'group' => 'Sehlopha:',
514 'group-all' => '(ka moka)',
515
516 'grouppage-sysop' => '{{ns:project}}:Balaudi',
517
518 # User rights log
519 'rightslog' => "''log'' ya ditumello tša mošomiši",
520
521 # Recent changes
522 'nchanges' => '$1 {{PLURAL:$1|phetogo|diphetogo}}',
523 'recentchanges' => 'Diphetogo tša bjale',
524 'recentchanges-feed-description' => "Lebalana diphetogo tše di mphsa-mphsa go wiki ka ''feed'' ye.",
525 'rcnote' => "Go latela {{PLURAL:$1|phetogo ye '''1'''|diphetogo tša bofelo tše '''$1'''}} ka {{PLURAL:$2|letšatši|matšatši a '''$2'''}} a go feta, go tloga $3.",
526 'rcnotefrom' => "Tlase ke diphetogo go tloga ka '''$2''' (go fihla ka '''$1''').",
527 'rclistfrom' => 'Laêtša dipheto tše mfsa go thoma go $1',
528 'rcshowhideminor' => '$1 ya diphetogo tše nnyenyane',
529 'rcshowhidebots' => '$1 bots',
530 'rcshowhideliu' => '$1 bašumiši bao batsenego',
531 'rcshowhideanons' => '$1 bašumiši bago se tsebege',
532 'rcshowhidepatr' => "$1 diphetogo tše ''patrolled''",
533 'rcshowhidemine' => '$1 diphetogo tsa ka',
534 'rclinks' => 'Botšha diphetogo tša bofelo tše $1 matšatšing a $2 a bofelo <br />$3',
535 'diff' => 'phapang',
536 'hist' => 'histori',
537 'hide' => 'Fihla',
538 'show' => 'Bontšha',
539 'minoreditletter' => 'm',
540 'newpageletter' => 'N',
541 'boteditletter' => 'b',
542 'newsectionsummary' => '/* $1 */ sekgao se sempsha',
543
544 # Recent changes linked
545 'recentchangeslinked' => 'Diphetogo tša go tswalana',
546 'recentchangeslinked-title' => 'Diphetogo tša go tswalana le "$1"',
547 'recentchangeslinked-noresult' => 'Gago na diphetogo go matlakala a hlomaganya ka sebaka/sekga seo o se kgethilego.',
548 'recentchangeslinked-summary' => "Letlakala le le laetša diphetogo tša bjale matlakaleng a go hlomaganya. Matlakala ago ba lenanong la gago la matlakala ditlhapetšo a '''ngwadilwe ka bogolo'''.",
549
550 # Upload
551 'upload' => 'Lokela Faele',
552 'uploadbtn' => 'Lokela faele',
553 'uploadlogpage' => "''log'' yago lokela",
554 'filedesc' => 'Kakaretšo',
555 'fileuploadsummary' => 'Kakaretšo:',
556 'filesource' => 'Mothopo',
557 'savefile' => 'Boloka faele',
558 'uploadedimage' => '"[[$1]]" e loketšwe',
559 'watchthisupload' => 'Tlhapetša letlakala le',
560
561 'license-nopreview' => '(Ponopele ga e gona)',
562 'upload_source_file' => '(faele go khomphuthara ya gago)',
563
564 # Special:Imagelist
565 'imgfile' => 'faele',
566 'imagelist' => 'Lenano la difaele',
567 'imagelist_date' => 'Letšatšikgwedi',
568 'imagelist_name' => 'Leina',
569 'imagelist_user' => 'Mošumiši',
570 'imagelist_size' => 'Bogolo',
571
572 # Image description page
573 'filehist' => 'Histori ya faele',
574 'filehist-help' => 'Pinyeletša go letšatšikgwedi/nako go bona faela ka tsela yeo ebego e le ka gona nakong yeo.',
575 'filehist-deleteall' => 'phumula ka moka',
576 'filehist-deleteone' => 'phumula ye',
577 'filehist-current' => 'bjale',
578 'filehist-datetime' => 'LetšatšiKgwedi/Nako',
579 'filehist-user' => 'Mošomiši',
580 'filehist-dimensions' => 'Bogolo',
581 'filehist-filesize' => 'Bogolo ba faele',
582 'filehist-comment' => 'Comment',
583 'imagelinks' => 'Hlamaganyago',
584 'linkstoimage' => 'Matlakala a go latelela a hlomaganya go faele ye:',
585 'nolinkstoimage' => 'Gago matlakala a hlomaganyago faeleng ye.',
586 'sharedupload' => 'Faele ye e hlakanetšwe ka fao e kabe e šumišwa ke ditirotherwa tše dingwe.',
587 'noimage' => 'Ga gona faele ya leina le, o ka $1.',
588 'noimage-linktext' => 'E lokele',
589 'uploadnewversion-linktext' => 'Lokela peoletšo ye mphsa ya faele',
590
591 # File reversion
592 'filerevert-comment' => 'Ahlaahla:',
593 'filerevert-defaultcomment' => 'Boela go poeletšo ya go tloga go $2, $1',
594
595 # File deletion
596 'filedelete' => 'Phumula $1',
597 'filedelete-legend' => 'Phumula faele',
598 'filedelete-intro' => "O phumula '''[[Media:$1|$1]]'''.",
599 'filedelete-comment' => 'Lebaka la go phumula:',
600 'filedelete-submit' => 'Phumula',
601 'filedelete-success' => "'''$1''' e phumutšwe.",
602 'filedelete-nofile' => "'''$1''' ga e gona go {{SITENAME}}.",
603 'filedelete-otherreason' => 'Mabaka a mangwe:',
604 'filedelete-reason-otherlist' => 'Lebaka le lengwe',
605
606 # MIME search
607 'mimesearch' => 'fetleka MIME',
608
609 # List redirects
610 'listredirects' => "Lenano la di-''redirect''",
611
612 # Unused templates
613 'unusedtemplates' => "''templates'' tša go se šomišwe",
614 'unusedtemplateswlh' => 'dihlomaganyo tše dingwe',
615
616 # Random page
617 'randompage' => 'Letlakala le lengwe le le lengwe',
618
619 # Random redirect
620 'randomredirect' => "''redirect'' engwe le engwe",
621
622 # Statistics
623 'statistics' => 'Dipalopalo',
624 'sitestats' => '{{SITENAME}} dipalopalo',
625 'userstats' => 'Dipalopalo tša mošomiši',
626
627 'disambiguations' => "Matlakala a ''Disambiguation''",
628
629 'doubleredirects' => "Di''redirect'' goya go ''redirect''",
630
631 'brokenredirects' => "''redirect'' tša go robega",
632 'brokenredirects-edit' => '(fetola)',
633 'brokenredirects-delete' => '(phumula)',
634
635 'withoutinterwiki' => 'Matlakala a senago dihlomaganyo tša dipolelo',
636 'withoutinterwiki-submit' => 'Bontšha',
637
638 'fewestrevisions' => 'Matlakala a goba le diphetogo tše nnyenyane',
639
640 # Miscellaneous special pages
641 'nbytes' => '$1 {{PLURAL:$1|byte|bytes}}',
642 'nlinks' => '$1 {{PLURAL:$1|hlomaganyo|dihlomaganyo}}',
643 'nmembers' => '$1 {{PLURAL:$1|leloko|maloko}}',
644 'nrevisions' => '$1 {{PLURAL:$1|poeletšo|dipoeletšo}}',
645 'lonelypages' => 'Matlakala a ditšhuana',
646 'uncategorizedpages' => 'Matlakala ago sebe le magoro',
647 'uncategorizedcategories' => 'Dihlopha tšago sebe le magoro',
648 'uncategorizedimages' => 'Diswantšho tšago sebe le magoro',
649 'uncategorizedtemplates' => "''Templates'' tšago sebe le magoro",
650 'unusedcategories' => 'Dihlopha tša go se šomišwe',
651 'unusedimages' => 'Difaele tša go se šomišwe',
652 'popularpages' => 'Matlakala a go tuma',
653 'wantedcategories' => 'Dihlopha tšago nyakega',
654 'wantedpages' => 'Matlakala ago nyakega',
655 'mostlinked' => 'Matlakala a go hlomaganya go feta a mangwe',
656 'mostlinkedcategories' => 'Dihlopha tša go hlomaganya go feta tše dingwe',
657 'mostlinkedtemplates' => "''templates'' tša go hlomaganya go feta tše dingwe",
658 'mostcategories' => 'Matlakala a goba le dihlopha tše dintšhi',
659 'mostimages' => 'Dinepe tša go hlomaganya go feta tše dingwe',
660 'mostrevisions' => 'Matlakala a goba le diphetogo tše dintšhi',
661 'prefixindex' => "Tšhupane hlogo(''index'')",
662 'shortpages' => 'Matlakala a makopana',
663 'longpages' => 'Matlakala a matelele',
664 'deadendpages' => "Matlakala a seye felo(''Dead-end'')",
665 'protectedpages' => 'Matlakala a go lotiwa',
666 'listusers' => 'Lanano la mošomiši',
667 'newpages' => 'Matlakala a mampsha',
668 'ancientpages' => 'Matlakala a kgalekgale',
669 'move' => 'Huduša',
670 'movethispage' => 'Huduša letlakala le',
671
672 # Book sources
673 'booksources' => 'Dipuku tša mothopo',
674 'booksources-go' => 'Sepela',
675
676 # Special:Log
677 'specialloguserlabel' => 'Mošomiši:',
678 'speciallogtitlelabel' => 'Thaetlele:',
679 'log' => "Di-''log''",
680 'all-logs-page' => "Di-''log'' kamoka",
681 'log-search-submit' => 'Sepela',
682
683 # Special:Allpages
684 'allpages' => 'Matlakala ka moka',
685 'alphaindexline' => '$1 goya go $2',
686 'nextpage' => 'Letlakala lago latela ($1)',
687 'prevpage' => 'Letlakala la go feta ($1)',
688 'allpagesfrom' => 'Bontšha matlakala go thoma go :',
689 'allarticles' => 'Matlakala ka moka',
690 'allpagessubmit' => 'Eya',
691 'allpagesprefix' => "Laetša matlakala agoba le hlogo (''prefix''):",
692
693 # Special:Categories
694 'categories' => 'Dihlopha',
695
696 # Special:Listusers
697 'listusers-submit' => 'Botšha',
698
699 # E-mail user
700 'emailuser' => 'Romela mošomiši yo molaetša',
701 'emailpage' => 'Romela email go mošomiši',
702 'noemailtitle' => 'Gago email atrese',
703 'emailfrom' => 'Go tšwa go',
704 'emailsubject' => 'Sebolelwa',
705 'emailmessage' => 'Molaetša',
706 'emailsend' => 'Romela',
707 'emailccme' => 'Nromela kopi ya melaetša.',
708 'emailccsubject' => 'Kopi ya molaetša wa gago goya go $1: $2',
709 'emailsent' => 'E-mail e rometšwe',
710 'emailsenttext' => 'Molaetša wa gago wa email gawa romelwa.',
711
712 # Watchlist
713 'watchlist' => 'Lenano la ditlhapetšo tša ka',
714 'mywatchlist' => 'Lenano la ditlhapetšo tša ka',
715 'watchlistfor' => "(ya '''$1''')",
716 'addedwatch' => 'Loketšwe go lenano la ditlhapetšo',
717 'addedwatchtext' => "Letlakala \"[[:\$1]]\" le tsene go [[Special:Watchlist|watchlist]] ya gago.
718 Go tloga bjale, diphetogo letlakaleng le, le letlakaleng la dipoledišano la gona, di tla bontšhwa ka mongalo wa '''bold''' gare ga [[Special:Recentchanges|list of recent changes]] gore go be bonolo gore oa bone.
719
720 Ga eba o nyaka go hloša letlaka le go lenano la ditlhapetšo tša gago, šomiša \"Tloša tlhapetšo\" go sidebar.",
721 'removedwatch' => 'Tlošitšwe go lenano la ditlhapetšo',
722 'removedwatchtext' => 'Letlakala "[[:$1]]" letlošitšwe go lenano la gago la ditlhapetšo.',
723 'watch' => 'Tlhapetša',
724 'watchthispage' => 'Tlhapetša letlakala le',
725 'unwatch' => 'Tloša tlhapešo',
726 'watchlist-details' => '{{PLURAL:$1|$1 letlakala|$1 matlakala}} a tlhapetšwe le sa bale matlakala a dipoledišano (dipolelo).',
727 'wlshowlast' => 'Laetša $1 diiri $2 matšatši $3 tša gofeta',
728 'watchlist-show-bots' => "Laetša diphetogo tša ''bot''",
729 'watchlist-hide-bots' => "Fihla diphetogo tša ''bot''",
730 'watchlist-show-own' => 'Laetša diphetogo tša ka',
731 'watchlist-hide-own' => 'Fihla diphetogo tša ka',
732 'watchlist-show-minor' => 'Bontšha diphetogo tše nnyenyane',
733 'watchlist-hide-minor' => 'Fihla diphetogo tše nnyenyane',
734
735 # Displayed when you click the "watch" button and it is in the process of watching
736 'watching' => 'Tlhapeditše...',
737 'unwatching' => 'Tlhapetšo eya tlošwa ...',
738
739 'enotif_reset' => 'Swaya matlakala kamoka awe oa etetšego',
740 'enotif_newpagetext' => 'Le, ke letlakala le lempsha.',
741 'enotif_impersonal_salutation' => '{{SITENAME}} mošumiši',
742 'changed' => 'fetotšwe',
743 'created' => 'tlhodilwe',
744 'enotif_subject' => '{{SITENAME}} letkalala $PAGETITLE le $CHANGEDORCREATED ke $PAGEEDITOR',
745 'enotif_lastvisited' => 'Lebelela $1 go bona diphetogo ka moka gotloga ge go tsena la mafelelo.',
746 'enotif_lastdiff' => 'Bona $1 go nyakorela phetogo ye.',
747
748 # Delete/protect/revert
749 'deletepage' => 'Phumula letlakala',
750 'excontent' => "mateng ebe e le: '$1'",
751 'delete-legend' => 'Phumula',
752 'historywarning' => 'Temošo: Letlakala leo o lekago go lephumula le nale histori:',
753 'confirmdeletetext' => 'O phumula letlakala le histori ka moka ya lona.
754 Ka kgopela sitlediša gore ke se o nyakago go sedira, le gore o kwešiša ditla morago tša se, le gore seo o se dirago se latela melawana le ditaelo go ya ka [[{{MediaWiki:Policy-url}}|polisi]].',
755 'actioncomplete' => 'Kgopelo e phetilwe ka katlego',
756 'deletedtext' => '"<nowiki>$1</nowiki>" e phumutšwe.
757 Lebelela $2 go hweetša sedi ka diphulo tša bjale.',
758 'deletedarticle' => 'E phumutšwe "[[$1]]"',
759 'dellogpage' => "''Log'' yago phumula",
760 'deletecomment' => 'Lebaka la go phumula:',
761 'deleteotherreason' => 'Mabaka a mangwe:',
762 'deletereasonotherlist' => 'Mabaka a mangwe',
763 'rollbacklink' => 'bošetša morago',
764 'editcomment' => 'Ahlaahlo ya phetogo ke : "<i>$1</i>".', # only shown if there is an edit comment
765 'protectlogpage' => "''Log'' yago lota",
766 'protectedarticle' => 'lotilwe "[[$1]]"',
767 'protect-legend' => 'Tiišetša go lota',
768 'protectcomment' => 'Ahlaahla:',
769 'protectexpiry' => 'Fetatšatši:',
770 'protect_expiry_invalid' => 'Fetatšatši, nako ye ga ya dumelwa.',
771 'protect_expiry_old' => 'Fetatšatši ke ya nako yeo e fetilego.',
772 'protect-unchain' => 'Dumella (tloša senotlolo) tumello ya go huduga',
773 'protect-text' => 'O ka lebelela lego fetola seemo sa go lota sa letlakala <strong><nowiki>$1</nowiki></strong>.',
774 'protect-locked-access' => 'Tšhupaleloko ya gago ga ena tumello ya go fetola seemo sago lota ga letlakala.
775 Seemo sa go lota ga letlakala <strong>$1</strong>:',
776 'protect-cascadeon' => 'Letlakala le lotegile ka ge le akeretšwa ke {{PLURAL:$1|letlakala, leo lenalego|matlakala, analego}} golotega ga kakaretšo. O ka fetola go lotega ga letlakala le.',
777 'protect-fallback' => 'Go nyakega tumello ya "$1"',
778 'protect-level-autoconfirmed' => "Thiba bašumiši bao ba sakago ba engwadiša(''unregistered'')",
779 'protect-level-sysop' => 'Sysops feela',
780 'protect-summary-cascade' => 'cascading',
781 'protect-expiring' => 'fetatšatši ke $1 (UTC)',
782 'protect-cascade' => 'Lota matlakala, akaretša le letlakala le (go lota ka kakaretšo)',
783 'protect-cantedit' => 'Ga o kgone go fetola tekano ya bolotego letlakaleng le, ka ge o sena tumello yago bofetola.',
784 'restriction-type' => 'Tumello:',
785 'restriction-level' => 'Seemo sago Lota:',
786
787 # Restrictions (nouns)
788 'restriction-edit' => 'Fetola',
789 'restriction-move' => 'Huduša',
790 'restriction-create' => 'Tlhola',
791
792 # Undelete
793 'undelete' => 'Nyakorela matlakala ago phumulwa',
794 'viewdeletedpage' => 'Nyakorela matlakala ago phumulwa',
795 'undeletebtn' => 'Hlaphola',
796 'undeletecomment' => 'Ahlaahla:',
797 'undelete-search-prefix' => 'Laetśa matlakala a go thoma ka:',
798 'undelete-search-submit' => 'Fetleka',
799
800 # Namespace form on various pages
801 'namespace' => 'Namespace:',
802 'invert' => 'Fetola kgetho',
803 'blanknamespace' => '(Hlogo)',
804
805 # Contributions
806 'contributions' => 'Diabe tša mošomiši',
807 'mycontris' => 'Diabe tša ka',
808 'contribsub2' => 'Ya $1 ($2)',
809 'uctop' => '(godimo)',
810 'month' => 'Go tloga kgweding (le peleng):',
811 'year' => 'Go tloga ngwageng (le peleng):',
812
813 'sp-contributions-newbies-sub' => 'Tša tšhupaleloko tše mphsa',
814 'sp-contributions-blocklog' => "''Log'' yago thiba",
815 'sp-contributions-username' => 'IP Atrese goba leina la mošomiši:',
816 'sp-contributions-submit' => 'Fetleka',
817
818 # What links here
819 'whatlinkshere' => 'Ke eng yeo e hlomaganyago mo',
820 'whatlinkshere-title' => 'Matlakala a go hlomaganya go $1',
821 'whatlinkshere-page' => 'Letlakala:',
822 'linklistsub' => '(Lenano la dihlomaganyago)',
823 'linkshere' => "Matlaka a latelago a hlomaganya le '''[[:$1]]''':",
824 'nolinkshere' => "Ga go letlakala leo le hlomaganyago go '''[[:$1]]'''.",
825 'isredirect' => "''redirect'' letlakala",
826 'istemplate' => 'tsentšho',
827 'whatlinkshere-prev' => '{{PLURAL:$1|fetile|fetile $1}}',
828 'whatlinkshere-next' => '{{PLURAL:$1|latela|latela $1}}',
829 'whatlinkshere-links' => '← dihlomaganyago',
830
831 # Block/unblock
832 'blockip' => 'Thibela mošomiši go tsena',
833 'ipaddress' => 'IP Atrese:',
834 'ipbexpiry' => 'Fetatšatši:',
835 'ipbreason' => 'Lebaka:',
836 'ipbreasonotherlist' => 'Lebaka le lengwe',
837 'ipbsubmit' => 'Thiba mošomiši yo',
838 'ipbother' => 'Nako yengwe:',
839 'ipboptions' => '2 diiri:2 hours,1 letšatši:1 day,3 matšatši:3 days,1 beke:1 week,2 dibeke:2 weeks,1 kgwedi:1 month,3 digkwedi:3 months,6 dikgwedi:6 months,1 ngwaga:1 year,ga efele:infinite', # display1:time1,display2:time2,...
840 'ipbotheroption' => 'yengwe',
841 'ipblocklist' => "Lenano la IP le bašumiši bao bathibilwego(''blocked'')",
842 'ipblocklist-submit' => 'Fetleka',
843 'blocklistline' => '$1, $2 o thibile $3 ($4)',
844 'emailblock' => 'e-mail e thibilwe',
845 'blocklink' => 'thibela',
846 'unblocklink' => 'tloša thibelo',
847 'contribslink' => 'diabelo',
848 'blocklogpage' => "''log'' yago Thiba",
849 'blocklogentry' => 'Thibela [[$1]] ka fetšatši ya $2 $3',
850 'block-log-flags-noemail' => 'e-mail e thibilwe',
851 'proxyblocksuccess' => 'Phetilwe.',
852
853 # Move page
854 'move-page-legend' => 'Huduša letlakala',
855 'movepagetext' => "Ge o šomiša fomo ye mo tlase, letlakala le kgale le history ya lona di tla huduga go ya letlakaleng le lemphsa.
856 Letlakala la kgale le ba ''redirect'' go ya letlakaleng le lemphsa.
857 Dihlomaganyo goya letlakaleng la kgale ga di fetolwe; gopola go sekaseka di ''redirect'' tša go ya go ''redirect'' (''double redirects'').
858 Ke boikarabela ba gago go kgonthišisa gore dihlomaganyo di tšhwela pele go šupa mowe di swanetšego goya.
859
860 Ela hloko gpre letlakala le ka se hudušwe gaeba go ena letlakala la leina le lemphsa, ntle ga le sa selo goba ele ''redirect'' ebile le sa na histori.
861 Se sera gore o ka huduša letlakala morago ge o direle phošo gape o ka se ngwale godimo (''overwrite'') ga letlakala leo le lego gona.
862
863 '''TEMOŠO!'''
864 Se sekapa le dipheto tšeo di sa letelwago go matlakala atumilego;
865 Ka kgopelo kgontišiša gore o kwešiša ditla morago tša se, pele o tšwelapele.",
866 'movepagetalktext' => "Letlakala la dipoledišano lago hlobana le letlakala le le tla hudušwa '''ntle le ge''':
867
868 *Ge letlakala la dipoledišano la leina le lemphsa lephela, goba
869 *O sa kgetha go le huduša tlase ga letlakala le.
870
871 Ge go le bjalo,o tla swanela ke go huduša goba go kopanya matlakala ka bowena.",
872 'movearticle' => 'Huduša letlakala:',
873 'newtitle' => 'Goya go taetlile:',
874 'move-watch' => 'Tlhapetša letlakala le',
875 'movepagebtn' => 'Huduša letlakala',
876 'pagemovedsub' => 'Hudugile ka katlego',
877 'articleexists' => 'Letlakala la goba le leina le legona, goba
878 leina leo o le kgethilego ga la dumelega.
879 Ka kgopelo, kgetha leina le lengwe.',
880 'talkexists' => "'''Letlakala le hudugile ka katlego, efele letlakala la dipolešano ga la huduga kage gobe go ina letlakala leineng le lemphsa. Ka kgopelo, a gahlanye ka bowena.'''",
881 'movedto' => 'hudugetše go',
882 'movetalk' => 'Huduša letlakala la dipoledišano la go hlobana le letlakala le',
883 '1movedto2' => '[[$1]] e hudugile goya go [[$2]]',
884 'movelogpage' => "''log'' yago huduša",
885 'movereason' => 'Lebaka:',
886 'revertmove' => 'bušetša',
887 'delete_and_move_confirm' => 'E, phumula letlakala le',
888
889 # Export
890 'export' => 'Matlakala a diyantle',
891
892 # Namespace 8 related
893 'allmessages' => 'Melaetša ya tlhamego',
894 'allmessagesname' => 'Leina',
895
896 # Thumbnails
897 'thumbnail-more' => 'Godiša/Atologa',
898 'thumbnail_error' => "Phoso go tlhama ''thumbnail'': $1",
899
900 # Special:Import
901 'import-revision-count' => '$1 {{PLURAL:$1|poeletšo|dipoeletšo}}',
902
903 # Import log
904 'importlogpage' => "''Log'' yago lokela",
905 'import-logentry-upload-detail' => '$1 {{PLURAL:$1|poeletšo|dipoeletšo}}',
906 'import-logentry-interwiki-detail' => '$1 {{PLURAL:$1|poeletšo|dipoeletšo}} gotšwa go $2',
907
908 # Tooltip help for the actions
909 'tooltip-pt-userpage' => 'Letlakala (la mošomiši) la ka',
910 'tooltip-pt-mytalk' => 'Letlakala laka la dipolelo',
911 'tooltip-pt-preferences' => "Dikgetho (''preference'') tša ka",
912 'tooltip-pt-watchlist' => 'Lenano la matlakala ago tlhapetšwa diphetogo ke wena',
913 'tooltip-pt-mycontris' => 'Lenano la diabe tša ka',
914 'tooltip-pt-login' => 'O a kgothatšwa gore o tsene, e efela ga se kgapeletšo.',
915 'tooltip-pt-logout' => 'Etšwa fa/Tswalela/Log out',
916 'tooltip-ca-talk' => 'Poledišano mabapi le letlakala le',
917 'tooltip-ca-edit' => 'O ka fetola letlakala le. Kgopelo ke gore o šumiše konopo ya go Laetša sebopego sa letlakala pele o le boloka.',
918 'tooltip-ca-addsection' => 'Lokela pono ya gago/Ahlaahla go poledišano ye.',
919 'tooltip-ca-viewsource' => 'Letlakala le le lotilew. O ka lebelela mothopo fela.',
920 'tooltip-ca-protect' => 'Lota letlakala le',
921 'tooltip-ca-delete' => 'Phumula letlakala le',
922 'tooltip-ca-move' => 'Huduša letlakala le',
923 'tooltip-ca-watch' => 'Lokela letlakala le go lenano la gago la tlhapetšo',
924 'tooltip-ca-unwatch' => 'Tloša letlakala le go lenano la gago la matlakala a go tlhapetšwa',
925 'tooltip-search' => 'Fetleka {{SITENAME}}',
926 'tooltip-n-mainpage' => 'Etela letlakala la pele',
927 'tooltip-n-portal' => 'Mabapi le tirotherwa, seo o ka se dirago, o ka humana dilo kae',
928 'tooltip-n-currentevents' => 'Humana sedi yengwe go ditiragalo tša bjale',
929 'tooltip-n-recentchanges' => 'Lenano la diphetogo tša bjale go wiki.',
930 'tooltip-n-randompage' => 'Laiša letlakala le lengwe le le lengwe',
931 'tooltip-n-help' => 'O tla humana thušo mo.',
932 'tooltip-t-whatlinkshere' => "Lenano la matlakala ao a hlomaganyago (''link'') mo",
933 'tooltip-t-contributions' => 'Lebelela lenano la diabe tša mošomiši yo',
934 'tooltip-t-emailuser' => 'Romela molaetša go mošomiši yo',
935 'tooltip-t-upload' => 'Lokela senepe goba difaele',
936 'tooltip-t-specialpages' => 'Lenano la matlakala kamoka a itšeng',
937 'tooltip-ca-nstab-user' => 'Lebelela letlakala la mošomiši',
938 'tooltip-ca-nstab-project' => 'Lebelela letlakala la tirotherwa',
939 'tooltip-ca-nstab-image' => 'Botšha letlakala',
940 'tooltip-ca-nstab-template' => "Lebelela ''template''",
941 'tooltip-ca-nstab-help' => 'Lebelea matlakala a thušo',
942 'tooltip-ca-nstab-category' => 'Lebelela letlakala la sehlopha',
943 'tooltip-minoredit' => 'Swaya se bjalo ka phetogo ye nnyenyane',
944 'tooltip-save' => 'Boloka diphetogo tša gago',
945 'tooltip-preview' => 'E laetša gore diphetogo di tla lebega bjang, e šomiše pele ga ge o boloka letlakala!',
946 'tooltip-diff' => 'Laetša diphetogo tšeo o di dirilego go mongwalo.',
947 'tooltip-compareselectedversions' => 'Bontšha phapano magareng ga di dihlopha tše pedi tša diphetogo tšeo o di kgetilego letlakaleng le.',
948 'tooltip-watch' => 'Lokela letlakala le go lenano la gago la matlakala ago tlhapetšwa',
949
950 # Attribution
951 'siteuser' => '{{SITENAME}} mošumiši $1',
952 'lastmodifiedatby' => 'Letlakala le fetotšwe la mafelelo ka $2, $1 ke $3.', # $1 date, $2 time, $3 user
953 'others' => 'tše dingwe',
954 'siteusers' => '{{SITENAME}} mošumiši/bašumiši $1',
955
956 # Info page
957 'numedits' => 'Palo ya diphetogo (letlakala): $1',
958 'numwatchers' => 'Palo ya batlhapedi: $1',
959
960 # Image deletion
961 'filedeleteerror-short' => 'Phošo go phumuleng faele: $1',
962 'filedeleteerror-long' => 'Diphošo di hlagile ge go phumulwa faele:
963
964 $1',
965 'filedelete-missing' => 'Faele "$1" ga e phumulege ka ge e segona.',
966
967 # Browsing diffs
968 'previousdiff' => '← Dophapano tšago feta',
969 'nextdiff' => 'Diphapano tšago latela →',
970
971 # Media information
972 'widthheightpage' => '$1×$2, $3 matlakala',
973 'file-info-size' => '($1 × $2 pixel, bogolo ba faele: $3, Mohuta wa MIME: $4)',
974 'file-nohires' => "<small>Gago ''resolution'' ya go feta mo.</small>",
975 'svg-long-desc' => '(SVG faele, nominally $1 × $2 pixels, bogolo ba faele: $3)',
976 'show-big-image' => "''resolution'' ya gofella",
977 'show-big-image-thumb' => '<small>Bogolo ba pono: $1 × $2 pixels</small>',
978
979 # Special:Newimages
980 'newimages' => "''Gallery'' ya difaele tše mpsha",
981 'ilsubmit' => 'Fetleka',
982 'bydate' => 'ka letšatšikgwedi',
983
984 # Bad image list
985 'bad_image_list' => "''format'' e ka mokgwa wo o latelago:
986
987 Ke fela tšeo dilego lenano (methalo ya go thoma ka *) yeo e dumeletšwego. Hlomaganyo ya mathomo mothalong e swanetše go hlomaganya le seswantšho sa go senyega.
988 Dihlomaganyo tše dilatelago mothalong o tee di tšewa bjalo ka maarogi, ka mantšwe a mangwe, matlakala a we seswantšsho se ka bago gona mothalong.",
989
990 # Metadata
991 'metadata' => 'Metadata',
992 'metadata-help' => "Faele enale sedi yengwe, yeo ekabago e tšwa go khamera goba ''scanner'' tšeo di šumišitšwego go bopa faele ye. Sedi ye itsego ga ena goba gona go faele ye e fetolwago.",
993 'metadata-expand' => 'Bontšha sedi ya gotlala(extended)',
994 'metadata-collapse' => "Fihla sedi ya gotlala(''extended'')",
995 'metadata-fields' => "EXIF metadata ''fields'' tšao dilego go molaetša wo, di tla tsenywa go
996 letlakala la seswantšho ge tafola ya metadata e bulwa. Tše dingwe tša di ''fields'' di tla fihliwa.
997 * make
998 * model
999 * datetimeoriginal
1000 * exposuretime
1001 * fnumber
1002 * focallength", # Do not translate list items
1003
1004 # EXIF tags
1005 'exif-imagewidth' => 'Bophara',
1006 'exif-imagelength' => 'Botelele',
1007 'exif-artist' => 'Mongwadi',
1008
1009 'exif-componentsconfiguration-0' => 'Ga e gona',
1010
1011 'exif-subjectdistance-value' => '$1 metara',
1012
1013 'exif-meteringmode-1' => 'Palogare',
1014
1015 # External editor support
1016 'edit-externally' => 'Fetola faele ye o šumiša thulusi ya ka ntle',
1017 'edit-externally-help' => 'Lebelela [http://meta.wikimedia.org/wiki/Help:External_editors Taelo ya go thoma] go humana sedi.',
1018
1019 # 'all' in various places, this might be different for inflected languages
1020 'recentchangesall' => 'ka moka',
1021 'imagelistall' => 'ka moka',
1022 'watchlistall2' => 'ka moka',
1023 'namespacesall' => 'ka moka',
1024 'monthsall' => 'ka moka',
1025
1026 # AJAX search
1027 'articletitles' => "Matlakala a go thoma ka ''$1''",
1028
1029 # Multipage image navigation
1030 'imgmultipageprev' => '← letlakala la go feta',
1031 'imgmultipagenext' => 'letlakala lago latela →',
1032
1033 # Table pager
1034 'table_pager_next' => 'Letlakala la go latela',
1035 'table_pager_prev' => 'Letlakala la gofeta',
1036 'table_pager_first' => 'Letlakala la pele',
1037 'table_pager_last' => 'Letlakala la mafelelo',
1038 'table_pager_empty' => 'Ga gona sepheto',
1039
1040 # Auto-summaries
1041 'autosumm-new' => 'Letlakala le lefsa: $1',
1042
1043 # Watchlist editor
1044 'watchlistedit-numitems' => 'Lenano la gago la ditlhapetšo le na le {{PLURAL:$1|thaetlele ye tee|di thaetlele tše $1}}, re sa bale matlakala a dipolelo.',
1045 'watchlistedit-noitems' => 'Lenano la gago la ditlhapetšo ga lena dithaetlele.',
1046 'watchlistedit-normal-title' => 'Felotal lenano la ditlhapetšo',
1047 'watchlistedit-normal-legend' => 'Tloša dithaetlele go lenano la ditlhapetšo',
1048 'watchlistedit-normal-submit' => 'Tloša thaetlele',
1049
1050 # Watchlist editing tools
1051 'watchlisttools-view' => 'Nyakoretša diphetogo tša gona',
1052 'watchlisttools-edit' => 'Lebelela lego fetola lenano la ditlhapetšo',
1053 'watchlisttools-raw' => "Fetola lenano le letala (''raw'') la ditlhapetšo",
1054
1055 # Special:Version
1056 'version' => "''Version''", # Not used as normal message but as header for the special page itself
1057
1058 # Special:SpecialPages
1059 'specialpages' => 'Matlakala a itšeng',
1060
1061 );