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