Merge "Update documentation for MediaHandler::getPageDimensions()"
[mediawiki.git] / languages / messages / MessagesNso.php
blobc2edf966576dac23c8474b39ac08057d7df3b0f1
1 <?php
2 /** Northern Sotho (Sesotho sa Leboa)
4 * See MessagesQqq.php for message documentation incl. usage of parameters
5 * To improve a translation please visit http://translatewiki.net
7 * @ingroup Language
8 * @file
10 * @author Kaganer
11 * @author Mohau
12 * @author Urhixidur
15 $namespaceNames = array(
16 NS_MEDIA => 'Media',
17 NS_SPECIAL => 'Special',
18 NS_TALK => 'Bolediša',
19 NS_USER => 'Mošomi',
20 NS_USER_TALK => 'Boledišana_le_Mošomi',
21 NS_PROJECT_TALK => '$1_Poledišano',
22 NS_FILE => 'Seswantšho',
23 NS_FILE_TALK => 'Poledišano_ya_Seswantšho',
24 NS_MEDIAWIKI => 'MediaWiki',
25 NS_MEDIAWIKI_TALK => 'Poledišano_ya_MediaWiki',
26 NS_TEMPLATE => 'Template',
27 NS_TEMPLATE_TALK => 'Poledišano_ya_Template',
28 NS_HELP => 'Thušo',
29 NS_HELP_TALK => 'Poledišano_ya_Thušo',
30 NS_CATEGORY => 'Setensele',
31 NS_CATEGORY_TALK => 'Poledišano_ya_Setensele',
34 $magicWords = array(
35 'currentmonth' => array( '1', 'KGWEDI_BJALE', 'CURRENTMONTH', 'CURRENTMONTH2' ),
36 'currentmonthname' => array( '1', 'LEINA_KGWEDI_BJALE', 'CURRENTMONTHNAME' ),
37 'currentday' => array( '1', 'LEHONO_LETSATSI', 'CURRENTDAY' ),
38 'currentday2' => array( '1', 'LEHONO_LETSATSI2', 'CURRENTDAY2' ),
39 'currentdayname' => array( '1', 'LEHONO_LETSATSILEINA', 'CURRENTDAYNAME' ),
40 'currentyear' => array( '1', 'NGWAGA_BJALE', 'CURRENTYEAR' ),
41 'currenttime' => array( '1', 'NAKO_BJALE', 'CURRENTTIME' ),
42 'currenthour' => array( '1', 'IRI_BJALE', 'CURRENTHOUR' ),
45 $messages = array(
46 # User preference toggles
47 'tog-underline' => 'Tsenya mothalafase go dihlomaganyo:',
48 'tog-hideminor' => 'Fihla diphetogo tše nnyenyane',
49 'tog-showtoolbar' => "Bontšha ''toolbar'' yago 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 yaka ya go tsena khomphutha ye (bogolo bja $1 bja {{PLURAL:$1| ya letšatši le|ya matšatši}})',
55 'tog-watchcreations' => 'Tsenya matlaka a mafsa ao ke a ngwalago go lenano laka la ditlhapetšo',
56 'tog-watchdefault' => 'Tsenya matlaka ao ke a fetolago go lenano laka la ditlhapetšo',
57 'tog-watchmoves' => 'Tsenya matlaka ao ke a hudušago go lenano laka la ditlhapetšo',
58 'tog-watchdeletion' => 'Tsenya matlaka ao ke a phumulago go lenano laka la ditlhapetšo',
59 'tog-minordefault' => 'Swaya diphetogo ka moka bjalo ka diphetogo tše nnyenyane',
60 'tog-previewontop' => 'Bontšha Ponopele pele ga lepokisi la diphetogo',
61 'tog-previewonfirst' => 'Bontšha Ponopeleka phetogo ya pele',
62 'tog-nocache' => "Thibela go tsenya matlakala go segakolodi (''cache'')",
63 'tog-enotifwatchlistpages' => 'Nthomele molaetša ge letlaka leo ke le tlhapetšego le eba le diphetogo',
64 'tog-enotifusertalkpages' => 'Nromele molaetša ge letlakala la Dipoledišano laka le fetoga',
65 'tog-enotifminoredits' => 'Ethomele e-mail ge goba le diphetogo tše nnyenyane go matlakala',
66 'tog-enotifrevealaddr' => 'Bonagatša email atrese go temošo tša poso',
67 'tog-shownumberswatching' => 'Laetša palo bašomiši bao ba tlhapetšego',
68 'tog-fancysig' => 'Tsaeno ya gose fihliwe',
69 'tog-forceeditsummary' => 'Ntaetše ge kesa tsenye mongwalo go kakaretšo ya dithetogo',
70 'tog-watchlisthideown' => 'Fihla diphetogo tšeo di direlego ke nna go lenano la ditlhapetšo.',
71 'tog-watchlisthideminor' => 'Fihla diphetogo tše nyenyane tšeo di direlego ke nna go lenano la ditlhapetšo',
72 'tog-ccmeonemails' => 'Nromele kopi ya melaetša yeo ke romelago bašumiši ba bangwe',
74 'underline-always' => 'Kamehla',
75 'underline-never' => 'Le ga tee',
77 # Dates
78 'sunday' => 'Sontaga',
79 'monday' => 'Mošupologo',
80 'tuesday' => 'Labobedi',
81 'wednesday' => 'Laboraro',
82 'thursday' => 'Labone',
83 'friday' => 'Labohlano',
84 'saturday' => 'Mokibelo',
85 'sun' => 'Sontaga',
86 'mon' => 'Mošupologo',
87 'tue' => 'Labobedi',
88 'wed' => 'Laboraro',
89 'thu' => 'Labone',
90 'fri' => 'Labohlano',
91 'sat' => 'Mokibelo',
92 'january' => 'Pherekgong',
93 'february' => 'Dibokwane',
94 'march' => 'Hlakola',
95 'april' => 'Moranang',
96 'may_long' => 'Mopitlo',
97 'june' => 'Phupu',
98 'july' => 'Mosegamanye',
99 'august' => 'Phato',
100 'september' => 'Lewedi',
101 'october' => 'Diphalane',
102 'november' => 'Dibatsela',
103 'december' => 'Manthole',
104 'january-gen' => 'Pherekgong',
105 'february-gen' => 'Dibokwane',
106 'march-gen' => 'Hlakola',
107 'april-gen' => 'Moranang',
108 'may-gen' => 'Mopitlo',
109 'june-gen' => 'Phupu',
110 'july-gen' => 'Mosegamanye',
111 'august-gen' => 'Phato',
112 'september-gen' => 'Lewedi',
113 'october-gen' => 'Diphalane',
114 'november-gen' => 'Dibatsela',
115 'december-gen' => 'Manthole',
116 'jan' => 'Pherekgong',
117 'feb' => 'Dibokwane',
118 'mar' => 'Hlakola',
119 'apr' => 'Moranang',
120 'may' => 'Mopitlo',
121 'jun' => 'Phupu',
122 'jul' => 'Mosegamanye',
123 'aug' => 'Phato',
124 'sep' => 'Lewedi',
125 'oct' => 'Diphalane',
126 'nov' => 'Dibatsela',
127 'dec' => 'Manthole',
129 # Categories related messages
130 'pagecategories' => '{{PLURAL:$1|Sehlopha|Dihlopha}}',
131 'category_header' => 'Matlakala go sehlopha "$1"',
132 'subcategories' => 'Dihlophana',
133 'category-media-header' => 'Matlakala goba difaele go sehlopha "$1"',
134 'category-empty' => "''Sehlopha se, ga se na matlakala goba difaele.''",
135 'hidden-categories' => '{{PLURAL:$1|Sehlopha sago huta|Dihlopha tšago huta}}',
136 'category-subcat-count' => '{{PLURAL:$2|"Category" ye, e nale "subcategory" ye fela.|"Category" ye, e nale {{PLURAL:$1|subcategory|$1 subcategories}}, go tše $2 ka palo.}}',
137 'category-article-count' => '{{PLURAL:$2|Sehlopha se, se na le letlakala le fela.| {{PLURAL:$1|Letlakala le, le |$1 ya matlakala a}} go sehlopha "category" se, go $2 ya matlakala.}}',
138 'category-file-count' => '{{PLURAL:$2|Sehlopha se, se na le letlakala le fela.| {{PLURAL:$1|Letlakala le, le |$1 ya matlakala a}} go sehlopha "category" se, go $2 ya matlakala.}}',
139 'listingcontinuesabbrev' => 'tšweletša',
140 'noindex-category' => 'Matlakala a go hloka "index"',
142 'about' => 'Mabapi',
143 'article' => 'Letlakala la mateng',
144 'newwindow' => '(e bula lefastere le lempsha)',
145 'cancel' => 'Khansela',
146 'moredotdotdot' => 'Tše dingwe...',
147 'mypage' => 'Letlakala la ka',
148 'mytalk' => 'Dipolelo tša ka',
149 'anontalk' => 'Poledišano ya IP ye',
150 'navigation' => 'Tšwelotšo',
151 'and' => '&#32;le',
153 # Cologne Blue skin
154 'qbfind' => 'Humana',
155 'qbedit' => 'Fetola',
156 'qbpageoptions' => 'Letlakala le',
157 'qbmyoptions' => 'Matlakala a ka',
158 'qbspecialpages' => 'Matlakala a kgethegilego',
159 'faq' => '"FAQ"',
161 # Vector skin
162 'vector-action-addsection' => 'Lokela sererwa',
163 'vector-action-delete' => 'Phumula',
164 'vector-action-move' => 'Huduša',
165 'vector-action-protect' => 'Lota',
166 'vector-view-create' => 'Hlola',
167 'vector-view-edit' => 'Fetola',
168 'vector-view-history' => 'Laetša histori',
169 'vector-view-view' => 'Bala',
170 'vector-view-viewsource' => 'Lebelela mothopo',
171 'actions' => 'Ditiro',
172 'namespaces' => 'Di-"namespace"',
173 'variants' => 'Di-"variant"',
175 'errorpagetitle' => 'Phošo',
176 'returnto' => 'Boela go $1.',
177 'tagline' => 'Gotšwa go {{SITENAME}}',
178 'help' => 'Thušo',
179 'search' => 'Fetleka',
180 'searchbutton' => 'Fetleka',
181 'go' => 'Sepela',
182 'searcharticle' => 'Eya',
183 'history' => 'Histori ya letlakala',
184 'history_short' => 'Histori',
185 'updatedmarker' => 'fetotšwe esale ketelo yaka ya mafelelo',
186 'printableversion' => "''Version'' ya go gatišega",
187 'permalink' => 'Hlomaganyo yao e tiišeditšwego',
188 'edit' => 'Fetola',
189 'create' => 'Tlhoma',
190 'editthispage' => 'Fetola letlakala le',
191 'create-this-page' => 'Tlhoma letlakala le',
192 'delete' => 'Phumula',
193 'deletethispage' => 'Phumula letlakala le',
194 'protect' => 'Lota',
195 'protect_change' => 'Fetola go lotega',
196 'protectthispage' => 'Lota letlakala le',
197 'unprotect' => 'Fetola go lota',
198 'unprotectthispage' => 'Fetola go lota letlakaleng',
199 'newpage' => 'Letlakala le lempsha',
200 'talkpage' => 'Rêrišana ka letlakala le',
201 'talkpagelinktext' => 'Bolela',
202 'specialpage' => 'Matlaka a itšeng',
203 'personaltools' => "Dithulusu tša gago (''personal'')",
204 'postcomment' => 'Sekgao se sempsha',
205 'articlepage' => 'Nyakoretša letlakala la mateng',
206 'talk' => 'Poledišano',
207 'views' => 'Dinyakorêtšo',
208 'toolbox' => 'Lepokisi la dithulusu',
209 'userpage' => 'Nyakorela letlakala la mošomiši',
210 'projectpage' => 'Nyakoretša letlakala la tirotherwa',
211 'imagepage' => "Nyakoretša letlakala la ''file''",
212 'mediawikipage' => 'Nyakoretša letlakala la melaetša',
213 'templatepage' => "Nyakoretša letlakala la ''template''",
214 'viewhelppage' => 'Nyakoretša letlakala la thušo',
215 'categorypage' => 'Nyakoretša letlakala la sehlopha',
216 'viewtalkpage' => 'Nyakoretša dipoledišano',
217 'otherlanguages' => 'Ka dipolelo tše dingwe',
218 'redirectedfrom' => "(''Redirect'' go tšwa $1)",
219 'redirectpagesub' => "''Redirect'' letlakala",
220 'lastmodifiedat' => 'Letlakala le fetotšwe la mafelelo ka $2, $1.',
221 'viewcount' => 'Letlakala le le butšwe ga {{PLURAL:$1|tee|$1}}.',
222 'protectedpage' => 'Letlakala la go lotiwa',
223 'jumpto' => 'Taboga go:',
224 'jumptonavigation' => 'Tšweletšo',
225 'jumptosearch' => 'fetleka',
226 'pool-errorunknown' => 'Phošo yago setsebege',
228 # 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).
229 'aboutsite' => 'Mabapi le {{SITENAME}}',
230 'aboutpage' => 'Project:Mabapi',
231 'copyright' => 'Mateng a hwetšagala tlase ga $1.',
232 'copyrightpage' => '{{ns:project}}:Tomello ya Mongwadi',
233 'currentevents' => 'Ditirago tša bjale',
234 'currentevents-url' => 'Project:Ditiragalo tša bjale',
235 'disclaimers' => 'Hlapa-matsogo',
236 'disclaimerpage' => 'Project:Hlapa-Matsogo',
237 'edithelp' => 'Thušo ya go fetola',
238 'helppage' => 'Help:Mateng',
239 'mainpage' => 'Letlakala la Pele',
240 'mainpage-description' => 'Letlakala la Pele',
241 'policy-url' => 'Project:Melao',
242 'portal' => "''Portal'' ya badudi",
243 'portal-url' => 'Project:Portal ya Badudi',
244 'privacy' => 'Melao ya praebesi',
245 'privacypage' => 'Project:Polisi ya praefesi',
247 'badaccess' => 'Thušo ya tumello',
248 'badaccess-group0' => 'Ga wa dumelwa go dira seo o lekago go se dira.',
249 'badaccess-groups' => 'Seo o lekago go se dira se dumelwetše go bašomiši bao balego {{PLURAL:$2|dihlopeng tša|sehlopheng sa}}: $1.',
251 'versionrequired' => 'Version $1 ya MediaWiki ea hlokega',
252 'versionrequiredtext' => 'Version $1 ya MediaWiki ea hlokega go šomiša letlakala le. Lebelela [[Special:Version|letlakala la version]].',
254 'retrievedfrom' => 'Le tšwa go "$1"',
255 'youhavenewmessages' => 'O na le $1 ($2).',
256 'newmessagesdifflinkplural' => 'l{{PLURAL:$1|Phetogo tša|Diphetogo ya}}go feta',
257 'youhavenewmessagesmulti' => 'O nale melaetša ye mefsa go $1',
258 'editsection' => 'lokiša',
259 'editold' => 'fetola',
260 'viewsourceold' => 'nyakorela mothopo',
261 'editlink' => 'Fetola',
262 'viewsourcelink' => 'nyakorela mothopo',
263 'editsectionhint' => 'Fetola sekgao: $1',
264 'toc' => 'Mateng',
265 'showtoc' => 'bontšha',
266 'hidetoc' => 'fihla',
267 'thisisdeleted' => 'Nyakorela goba hlaphola $1?',
268 'viewdeleted' => 'Nyakorela $1?',
269 'restorelink' => '{{PLURAL:$1|e tee phetogo ye phumutšwego|phetogo tše $1 tše phumutšwego}}',
270 'site-rss-feed' => '$1 RSS Feed',
271 'site-atom-feed' => '$1 Atom Feed',
272 'page-rss-feed' => '"$1" RSS Feed',
273 'page-atom-feed' => '"$1" Atom feed',
274 'red-link-title' => '$1 (ga e hwetšagale)',
276 # Short words for each namespace, by default used in the namespace tab in monobook
277 'nstab-main' => 'Letlakala',
278 'nstab-user' => 'Letlakala la mošomiši',
279 'nstab-special' => 'Letlakala le le kgethegilego',
280 'nstab-project' => 'Letlakala la tirotherwa',
281 'nstab-image' => 'Faele',
282 'nstab-mediawiki' => 'Molaetša',
283 'nstab-template' => 'Template',
284 'nstab-help' => 'Letlakala la thuso',
285 'nstab-category' => 'Sehlopha',
287 # Main script and global functions
288 'nosuchspecialpage' => 'Gago letlaka le itšego le bjalo',
290 # General errors
291 'error' => 'Phošo',
292 'databaseerror' => 'Phošo ya Database',
293 'readonly' => "''Database'' e notletšwe",
294 'enterlockreason' => 'Fana la lebaka la go notlela, o fana le tekanyetšo yage senotlolo se tlogo tlošwa',
295 'missing-article' => '"Database" ga ya humana dihlaka tša letlakala tšeo e bego e swanela go di humana, tša maina "$1" $2.
297 Se, gantši se hlolwa ke ge o latela hlomanyo goba history ya kgale goya letlakaleng leo le phumitšego.
300 Gaeba lebaka e se leo, go ka be go na le tšhikidi go "software".
301 Bega se go [[Special:ListUsers/sysop|administrator]], o fana ka URL.',
302 'missingarticle-rev' => '(Thumeletšo#: $1)',
303 'internalerror' => 'Phošo ya ka gare',
304 'internalerror_info' => 'Phošo ya ka gare :$1',
305 'filecopyerror' => 'Gara kgona go ngwalolla faele "$1" go "$2".',
306 'filerenameerror' => 'Gara kgona go fetola leina la faele "$1" goba "$2".',
307 'filedeleteerror' => 'Gara kgona go phumula faele "$1".',
308 'filenotfound' => 'Gara kgona go humana faele "$1".',
309 'fileexistserror' => 'Gara kgona go ngawala faele "$1":faele e gona',
310 'badtitle' => 'Taetlile ya bošula',
311 '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.',
312 'viewsource' => 'Lebelela mothopo',
313 'protectedpagetext' => 'Letlakala le le notletšwe go thibela diphetogo.',
314 'viewsourcetext' => 'O ka lebelela goba wa kôpiša mothapo wa letlakala le:',
315 'namespaceprotected' => "Ga ona tokelo ya go fetola matlakala go '''$1''' .",
317 # Login and logout pages
318 'yourname' => 'Leina la mošomiši:',
319 'yourpassword' => 'Ditlhaka-tša-siphiri:',
320 'yourpasswordagain' => 'Tlanya ditlhaka-tša-siphiri gape:',
321 'remembermypassword' => 'Gopola sedi yaka ya go tsena khomphutha ye (bogolo bja $1 ya {{PLURAL:$1| letšatši le|matšatši a}})',
322 'login' => 'Tsena',
323 'nav-login-createaccount' => "Tsena / Tlhola tšhupaleloko (''account'')",
324 'loginprompt' => "O swanela ke go dumella ''cookies'' go ''browser'' go tsena go {{SITENAME}}.",
325 'userlogin' => "Tsena / tlhola tšhupaleloko (''account'')",
326 'logout' => 'Etšwa/Tswalela',
327 'userlogout' => 'Etšwa/Tswalela',
328 'notloggedin' => 'Ga wa tsena',
329 'nologin' => "A o nale sedi ya go tsena? '''$1'''.",
330 'nologinlink' => "Bula tšhupaleloko (''account'')",
331 'createaccount' => 'Bula tšhupaleloko',
332 'gotaccount' => "O šetše o nale tšhupaleloko? '''$1'''.",
333 'gotaccountlink' => 'Tsena',
334 'userlogin-resetlink' => 'O lebetše dintlha tšago tsena?',
335 'createaccountmail' => 'ka e-mail',
336 'createaccountreason' => 'Lebaka:',
337 'badretype' => 'Ditlhaka-tša-siphiri tše o di šomišitšego ga di swane.',
338 'noname' => 'Gawa fana ka leina la mošomiši la go loka.',
339 'loginsuccesstitle' => 'O tsene ka katlego',
340 'loginsuccess' => "'''Bjale o tsene go {{SITENAME}} bjalo ka \"\$1\".'''",
341 'nosuchuser' => 'Ga gona mošomiši wa leina la "$1".
342 Maina a huduetša ke ditlhaka.
343 Lebele mopeleto wa gago goba [[Special:UserLogin/signup|o tlhome mošomiši yo mophsa]].',
344 'nosuchusershort' => 'Ga gona mošomiši wa leina la "$1". Hlokomela mopeleto wa gago.',
345 'nouserspecified' => 'O swanela ke go fana ka leina la mošomiši.',
346 'wrongpassword' => 'O loketše ditlhaka-tša-siphiri tšeo e sego tšona. Ka kgopelo, leka gape.',
347 'wrongpasswordempty' => 'Ga wa lokela ditlhaka-tša-siphiri. Ka kgopelo, leka gape.',
348 'passwordtooshort' => "Ditlhaka-tša-siphiri tša gago ga tša dumelega goba di kopana.
349 Go nyakega gore e be le {{PLURAL:$1|tlhaka ye tee|$1 ya ditlhaka}} gape e seke ya swana le leina la gago (''username'').",
350 'mailmypassword' => 'Romela ditlhaka-tša-siphiri tše mpšha ka e-mail',
351 'passwordremindertitle' => "''Password'' ye mphsa ya nakonyana go {{SITENAME}}",
352 'passwordremindertext' => 'Motho yo mongwe (goba wena, gotšwa IP atrese $1) o
353 kgopetše gore re moromele Ditlhaka-tša-siphiri tše mfsa tša {{SITENAME}} ($4).
355 Ditlhaka-tša-siphiri tša mošomiši "$2" go tloga bjale ke "$3".
356 Eya go {{SITENAME}} o e fetole.
358 Ga eba motho yo mongwe esego wena o dirile kgopelo ye, goba o gopola Ditlhaka-tša-siphiri gomme ga o sa
359 hloka gore e fetolwe, hlokomologa molaetša wo, o tšwele pele o šumiše Ditlhaka-tša-siphiri tša kgale.',
360 'noemail' => 'Ga gona e-mail atrese ya mošomiši "$1".',
361 'passwordsent' => "
362 Dihlaka tša siphiri (''password'') tše mphsa di rometšwe go e-mail atrese ya \"\$1\".
363 Re kgopela gore o tsene ge fetša go e hwetša.",
364 'blocked-mailpassword' => 'IP atrese ya gago e thibetšwe go dira diphetogo, ka fao ga wa dumellwa
365 go šomiša thulusu ya go hwetša Ditlhaka-tša-siphiri go thibela go hlapanya.',
366 'eauthentsent' => 'Molaetša wa go tiišetša o rometšwe go e-mail atrese.
368 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.',
369 'throttled-mailpassword' => 'Kgopotšo ya ditlhaka-tša-siphiri e rometšwe {{PLURAL:$1|iring|diiring tše $1}} tša gofeta.
370 Go thibela go hlapanya/kgobošo, kgopotšo e tee ka {{PLURAL:$1|iri|diiri tše $1}} e tla romellwa.',
371 'mailerror' => 'Gobile le phošo go romeleng molaetša : $1',
372 'acct_creation_throttle_hit' => 'Ka maswabi, o tlhomile {{PLURAL:$1|tšhupaleloko|$1 tša ditšhupaleloko}}.
373 Ga wa dumelwa go tlhoma tše dingwe.',
374 'emailauthenticated' => 'E-mail atrese ya gago e kgonthišitšwe ka $2, $3.',
375 'accountcreated' => 'Tšhupaleloko (Account) e tlhodilwe',
376 'accountcreatedtext' => 'Tšhupaleloko (account) ya modiri $1 e tlhodilwe.',
377 'loginlanguagelabel' => 'Polelo: $1',
379 # Change password dialog
380 'resetpass_text' => '<!-- Tsenya ditlhaka mo -->',
381 'oldpassword' => 'Ditlhaka-tša-siphiri tša kgale:',
382 'newpassword' => 'Ditlhaka-tša-siphiri tše mpsha:',
383 'retypenew' => 'Tlanya ditlhaka tše mphsa tša siphiri gape:',
384 'changepassword-success' => 'Ditlhaka tša siphiri di fetotšwe ka katlego! Bjale o kgona go tsena...',
386 # Edit page toolbar
387 'bold_sample' => "Mongwalo wa '''Bold'''",
388 'bold_tip' => 'Ditlhaka tše Bold',
389 'italic_sample' => 'Ditlhaka tše Italic',
390 'italic_tip' => 'Mongwala wa Italic',
391 'link_sample' => 'Thaetlele ya hlomaganyo',
392 'link_tip' => 'Hlomaganyo ya kagare',
393 'extlink_sample' => 'http://www.example.com hlomaganyo thaetlele',
394 'extlink_tip' => 'Hlomaganyo ya ka ntle (gopola go thoma ka http://)',
395 'headline_sample' => 'Tlhaka ya hlogotaba',
396 'headline_tip' => 'Hlogotaba ya boemo ba 2',
397 'nowiki_sample' => "Tsenya ditlhaka tša go sebe le ''format'' mo",
398 'nowiki_tip' => "Hlokomologa tselangwalo (''formatting'') ya wiki",
399 'image_sample' => 'Mohlala.jpg',
400 'image_tip' => "Seswantšho/Faele yago dikanelwa (''embedded'')",
401 'media_sample' => 'Mohlala.ogg',
402 'media_tip' => 'Hlomaganyo ya Faele',
403 'sig_tip' => 'Tshaeno ya gago le nako ya phetogo',
404 'hr_tip' => 'Mothalo wago ya faase/papamela (šomiša ka hloko)',
406 # Edit pages
407 'summary' => 'Kakaretšo:',
408 'subject' => 'Tabataba/Hlogo ya taba:',
409 'minoredit' => 'Ye ke phetogo ye nnyenyane',
410 'watchthis' => 'Tlhapetša letlakala le',
411 'savearticle' => 'Boloka letlakala',
412 'preview' => 'Lebelela',
413 'showpreview' => 'Laetša sebopego sa letlaka',
414 'showdiff' => 'Laetša diphetogo',
415 'anoneditwarning' => "'''Temošo''' Gawa ''tsena'', IP ya gago e tla šumišwa go histori ya diphetogo tša letlakala",
416 'summary-preview' => 'Lebelela kakaretšo:',
417 'blockedtitle' => 'Mošomiši o thibilwe',
418 'blockedtext' => "'''Leina la gago la mošomiši goba IP atrese e thibilwe.'''
420 O thibilwe ke $1. Makaba a go thiba ke ''$2''.
422 * Go thoma gago thiba: $8
423 * Fetatšatši yago thiba: $6
424 * Mothibiwa: $7
426 O ka leka go boledišana le $1 goba [[{{MediaWiki:Grouppage-sysop}}|molaudi]] ka go thibiwa go.
427 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
428 [[Special:Preferences|dikgatlhegelo]] gape ge o sa thibelwa go e šomiša.
429 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.",
430 'blockednoreason' => 'gago lebaka leo le filwego',
431 'whitelistedittext' => 'O swanela ke go $1 go fetola matlakala.',
432 '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]].',
433 'nosuchsectiontitle' => 'Sekgao ga se humanege',
434 'nosuchsectiontext' => 'O lekile go fetola sekgao seo se sego gona.
435 Se, se ka hlolwa ke ge letlakala le phumulwa goba la hudušwa ge wena o sa le lebeletše.',
436 'loginreqtitle' => 'Go tsena goa hlokega',
437 'loginreqlink' => 'tsena',
438 'loginreqpagetext' => 'O swanela ke go $1 go nyakorela matlakala a mangwe.',
439 'accmailtitle' => 'Ditlhaka tša siphiri di rometšwe.',
440 'accmailtext' => 'Ditlhaka-tša-siphiri tša "$1" di rometšwe go $2.',
441 'newarticle' => '(mpsha)',
442 'newarticletext' => "O latetše hlomaganyo go letlakala leo le sego gona ka se sebaka.
443 Go tlhola letlakala, thoma go ngwalo lepokising le letelago
444 (lebelela [[{{MediaWiki:Helppage}}|letlakala la thušo]] go hwetša šedi).
445 Ga eba o le fa ka phošo, o ka boela morago ka go šumiša konopo ya '''back''' go ''browser'' ya gago.",
446 'noarticletext' => 'Ga gona ditlhaka letlakaleng le, oka [[Special:Search/{{PAGENAME}}|fetleka leina la letlakala]] matlakaleng a mangwe, <span class="plainlinks">[{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}} fetleka "logs"], goba [{{fullurl:{{FULLPAGENAME}}|action=edit}} wa fetola letlakala le]</span>.',
447 'noarticletext-nopermission' => 'Ga gona ditlhaka letlakaleng le,
448 oka [[Special:Search/{{PAGENAME}}|fetleka leina la letlakala]] matlakaleng a mangwe,
449 <span class="plainlinks">[{{fullurl:{{#Special:Log}}|page={{FULLPAGENAMEE}}}} fetleka "logs"],
450 goba [{{fullurl:{{FULLPAGENAME}}|action=edit}} wa fetola letlakala le]</span>.',
451 'note' => "'''Ela hloko:'''",
452 'previewnote' => "'''Elelwa gore ye ke taetšo ya sebopego sa letlakala fela.'''
453 Diphetogo tša gago ga šetšo di bolokwa!",
454 'editing' => 'O fetola $1',
455 'editingsection' => 'Phetolo ya $1 (sekgoba)',
456 'editingcomment' => 'O fetola $1 (sekgao se sempsha)',
457 'editconflict' => 'Tholano ya diphetogo: $1',
458 'yourtext' => 'Mongwalo wa gago',
459 'storedversion' => 'Version yeo e bolokilwego',
460 'yourdiff' => 'Diphapang',
461 '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 />
462 Gape o re holofetša gore mengwalo ye e ngwadile ke wena, goba o e kopiša mothapong wa pepeneneng goba ke mahala.
463 '''O SE TSENYE MEŠOMO YA BATHO BA BANGWE NTLE LE TUMELLO YA BONA!'''",
464 'templatesused' => '"{{PLURAL:$1|Template yeo e|Di-Template tšeo di}}\'\' šomišitšwego letlakaleng le:',
465 'templatesusedpreview' => '{{PLURAL:$1|"Template" yeo e|"DiTemplate" tšeo di}} šomišitšwego go taetšo ya sebopego sa letlakala:',
466 'template-protected' => '(e lotilwe)',
467 'template-semiprotected' => '(lota-ka-seripa)',
468 'hiddencategories' => 'Letlakala le, ke setho sa {{PLURAL:$1|1 sehlopha sago uta|$1 dihlopha tšago uta}}:',
469 'nocreatetext' => '{{SITENAME}} e nale dithibelo tše itšego go tlholeng ga matlakala a maphsa.
470 O ka boela morago wa felola matlakala a lego gona, goba o [[Special:UserLogin|tsene]].',
471 'nocreate-loggedin' => 'Ga ona tumello ya go tlhola matlakala a mampsha.',
472 'permissionserrors' => 'Phošo ya ditumello',
473 'permissionserrorstext' => 'Gawa dumelwa go pheta seo,ka {{PLURAL:$1|lebaka|mabaka}} a latelago:',
474 'permissionserrorstext-withaction' => 'Ga ona tumello ya go $2, {{PLURAL:$1|lebala le|mabaka a}} latelago:',
475 'recreate-moveddeleted-warn' => "'''Temošo: O leka go tlhoma letlakala le gape, ka ge le ile la phumulwa.'''
477 Sekaseka gore letlakala le lephumutšwe ka mabaka afe pele o leka go le fetola.
478 Sedi ya phumulo le go huduga ga letlakala e re:",
479 'moveddeleted-notice' => 'Letlakala le le phumitšwe.
480 Di-"log" tšago phumula le dikhudušo di tla latela.',
482 # Parser/template warnings
483 'post-expand-template-inclusion-warning' => "'''Hlokomela:''' Bogolo bja \"Template include\" bo feta tekano.
484 Di-\"template\" tše dingwe ditla leswa kantle.",
485 'post-expand-template-inclusion-category' => 'Matlakala a goba le "template include" ya bogolo bja go feta tekano',
486 'post-expand-template-argument-warning' => '\'\'\'Hlokomela:\'\'\' Letlakala le nale "template argument" "expansion size" ya bogolo bja go feta tekano.
487 Di "arguments" tše di tlogetšwe ntle.',
488 'post-expand-template-argument-category' => 'Matlaka a goba le di-"template" tšago ba le "omitted arguments"',
490 # History pages
491 'viewpagelogs' => "Nyakoretša di-''log'' tša letlakala le",
492 'currentrev' => 'Poeletšo tša bjale',
493 'currentrev-asof' => 'Thumeletšo tša seswa go tloga ka $1',
494 'revisionasof' => 'Thumeletšo go tloga ka $1',
495 'revision-info' => 'Poeletšo go tloga $1 ka $2',
496 'previousrevision' => '←Poeletšo tša kgalenyana',
497 'nextrevision' => 'Peletšo tše dimphsanyana→',
498 'currentrevisionlink' => 'Poeletšo ya bjale',
499 'cur' => 'bjale',
500 'next' => 'latela',
501 'last' => 'bofelo',
502 'page_first' => 'mathomo',
503 'page_last' => 'mafelelo',
504 'histlegend' => "Tlhaolo ya diphapano: swaya lepokisi la phetogo go bapetša ke moka o thwanye ''enter'' tlase-tlase<br />
505 Nane: (bjale) = phapang le diphetogo tša bjale,
506 (mafelelo) = phapang le diphetogo tša pele, M = diphetogo tše nyenyane.",
507 'history-fieldset-title' => 'Laotša histori',
508 'history-show-deleted' => 'Tša go phumulwa fela',
509 'histfirst' => 'Pelepele',
510 'histlast' => 'Ntshwantshwa',
511 'historysize' => '({{PLURAL:$1|1 byte|$1 bytes}})',
513 # Revision feed
514 'history-feed-title' => 'Histori ya poeletšo',
515 'history-feed-description' => 'History ya poeletšo ya letlakala le go wiki',
516 'history-feed-item-nocomment' => '$1 go $2',
517 'history-feed-empty' => 'Letlakala lewe ga le gona.
518 Mohlomongwe le phumutšwe go wiki, goba le fetotšwe leina.
519 Leka [[Special:Search|go fetleka wikii]] go humana matlakala a mapsha.',
521 # Revision deletion
522 'rev-delundel' => 'Bontšha/Fihla',
523 'revdelete-hide-text' => 'Fihla dihlaka tša poeletšo',
524 'revdelete-log' => 'Lebaka:',
525 'revdel-restore' => '
526 fetola tshenolo',
527 'revdel-restore-deleted' => 'pušeletšo tšago phumulwa',
528 'revdel-restore-visible' => 'pušeletšo tšago bonagala',
529 'pagehist' => 'Histori ya letlakala',
531 # History merging
532 'mergehistory-from' => 'Letlakala la mothopo:',
533 'mergehistory-into' => 'Letlakala la boyo:',
534 'mergehistory-reason' => 'Lebaka:',
536 # Merge log
537 'revertmerge' => 'Tloša kopaganyo',
539 # Diffs
540 'history-title' => 'Poeletšo ya diphetogo tša "$1"',
541 'lineno' => 'Mothalo $1:',
542 'compareselectedversions' => 'Bapetša diphapang tšeo di kgethilwego',
543 'editundo' => 'dirolla',
544 'diff-multi' => '({{PLURAL:$1|Phetogo ya bjale ye tee|$1 tša diphetogo tša bjale}} tša {{PLURAL:$2|mošumiši o tee|$2 tša bašumiši}} gadi laetšwe)',
546 # Search results
547 'searchresults' => 'Sephetho sa go fetleka',
548 'searchresults-title' => 'Diphetho tša go fetleka "$1"',
549 'searchresulttext' => 'Go hwetša sedi ka go fetleka {{SITENAME}}, lebelela [[{{MediaWiki:Helppage}}|{{int:help}}]].',
550 'searchsubtitle' => 'O fetleka o nyaka \'\'\'[[:$1]]\'\'\' ([[Special:Prefixindex/$1|matlaka ka moka ago thoma ka "$1"]]{{int:pipe-separator}}[[Special:WhatLinksHere/$1|matlakala ka moka a go hlamaganya go "$1"]])',
551 'searchsubtitleinvalid' => "O fetlekile o nyaka '''$1'''",
552 'notitlematches' => 'Gago letlakala la thaetlele yago swana',
553 'notextmatches' => 'Gago mangwalo letlakaleng a go swana',
554 'prevn' => 'gofeta {{PLURAL:$1|$1}}',
555 'nextn' => 'latela {{PLURAL:$1|$1}}',
556 'prevn-title' => ' $1 {{PLURAL:$1|sepheto| tša dipheto}} tšago latela',
557 'nextn-title' => ' $1 {{PLURAL:$1|sepheto| tša dipheto}} tšago latela',
558 'shown-title' => 'Laetša $1 {{PLURAL:$1|sepheto| tša dipheto}} ka letlakala',
559 'viewprevnext' => 'Lebelela ($1 {{int:pipe-separator}} $2) ($3)',
560 'searchmenu-exists' => "'''Go ena le letlaka la leina la \"[[:\$1]]\" go wiki ye.'''",
561 'searchmenu-new' => "'''Hlola letlakala \"[[:\$1]]\" go wiki ye!'''",
562 'searchprofile-articles' => 'Matlakala a diteng',
563 'searchprofile-project' => 'Thušo le matlaka a diprojeke',
564 'searchprofile-images' => 'Diphatlalatši tša "multi"',
565 'searchprofile-everything' => 'Ka moka',
566 'searchprofile-advanced' => 'Maemo-godimo',
567 'searchprofile-articles-tooltip' => 'Fetleka gare ga $1',
568 'searchprofile-project-tooltip' => 'Fetleka gare ga $1',
569 'searchprofile-images-tooltip' => 'Fetleka difaele',
570 'searchprofile-everything-tooltip' => 'Fetleka matlakala ka moka (le matlakala a dipoledišano)',
571 'searchprofile-advanced-tooltip' => 'Fetleka go di-"namespace" tša "custom"',
572 'search-result-size' => '$1 ya ({{PLURAL:$2|lentswi|$2 mantswi}})',
573 'search-result-category-size' => '{{PLURAL:$1|1 mošumiši|$1 bašumiši}} ({{PLURAL:$2|1 subcategory|$2 di-subcategory}}, {{PLURAL:$3|1 faele|$3 difaele}})',
574 'search-redirect' => '(redirect $1)',
575 'search-section' => '(sekga $1)',
576 'search-suggest' => 'O be o nyaka gore: $1',
577 'search-interwiki-caption' => 'Diprojeke tša moloko',
578 'search-interwiki-default' => '$1 diphetho:',
579 'search-interwiki-more' => '(gape)',
580 'searchrelated' => 'tswalana',
581 'searchall' => 'tšohle',
582 'showingresultsheader' => "{{PLURAL:$5|Sepheto '''$1''' tša '''$3'''|Dipheto '''$1 - $2''' tša '''$3'''}} tša '''$4'''",
583 'nonefound' => "'''Hloko''': Ke di \"namespace\" tše dingwe tšeo di fetlekwago go \"default.\"
585 Leka go fetleka ka go ngwala ''all:'' go fetleka mateng ka moka, goba o šumiše \"namespace\" yeo o nyakago go e fetleka.",
586 'search-nonefound' => 'Gago dipheto tšago sepelelana le "query".',
587 'powersearch' => 'Fetleka ka tlhoko',
588 'powersearch-legend' => 'Fetleka ya tšwetše',
589 'powersearch-ns' => 'Fetleka go di "namespace"',
590 'powersearch-redir' => 'Lenano la di "redirect"',
591 'powersearch-field' => 'Fetleka',
593 # Preferences page
594 'preferences' => 'Dikgatlhegelo',
595 'mypreferences' => 'Dikgatlhegelo tša ka',
596 'prefs-edits' => 'Palo ya diphetogo:',
597 'changepassword' => 'Fetola ditlhaka-tša-siphiri',
598 'skin-preview' => 'Ponopele',
599 'prefs-datetime' => 'Tšatšikgwedi le nako',
600 'prefs-rc' => 'Diphetogo tša bjale',
601 'prefs-watchlist' => 'Lenano la tlhapetšo',
602 'saveprefs' => 'Boloka',
603 'prefs-editing' => 'Fetola',
604 'searchresultshead' => 'Fetleka',
605 'savedprefs' => 'Dikgatlhegelo tša gago di bolokilwe.',
606 'allowemail' => 'Dumella melaetša ya e-mail go tšwa go bašomiši ba bangwe',
607 'prefs-files' => 'Difaele',
608 'youremail' => 'E-Poso',
609 'username' => 'Mošomiši:',
610 'uid' => 'Nomoro ya mošomiši:',
611 'prefs-memberingroups' => 'Leloko la {{PLURAL:$1|ya sehlopha|ya dihlopha}}:',
612 'yourrealname' => 'Leina la mmakgonthe:',
613 'yourlanguage' => 'Polelo:',
614 'yournick' => 'Tshaeno:',
615 'badsiglength' => 'Leina la boreelo le letelele kudu.
616 Le swanela goba fase ga $1 {{PLURAL:$1|ya tlhaka|tša ditlhaka}}',
617 '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.',
618 'prefs-help-email' => 'Aterese ya E-poso gae hlokagale, efela e ka hlokagala ge dihlaka tša sephiri di fetolwa, ge o ka lebala dihlaka tša gago tša sephiri',
619 'prefs-help-email-others' => 'O ka kgetha gore batho ba bangwe ba bolele le wena ka e-poso ga kgokaganyo letlakala la gago goba letlakala la dipoledišano.
620 Ga re fane ka e-poso ya gago go bašumiši ba bangwe ge ba polela le wena ka yona.',
621 'prefs-help-email-required' => 'E-mail atrese eya nyakega.',
623 # User rights
624 'editusergroup' => 'Fetola sehlopha sa bašomiši',
625 'editinguser' => "O fetola mošomiši '''[[User:$1|$1]]''' $2",
626 'userrights-editusergroup' => 'Fetola sehlopha sa bašomiši',
627 'saveusergroups' => 'Boloko Dihlopha tša bašomiši',
628 'userrights-groupsmember' => 'Leloko la:',
629 'userrights-reason' => 'Lebaka:',
630 'userrights-no-interwiki' => 'Gawa dumelwa go fetola di dumello tša mošumiši go di wiki tše dingwe.',
632 # Groups
633 'group' => 'Sehlopha:',
634 'group-sysop' => 'Bahlapetši',
635 'group-all' => '(ka moka)',
637 'grouppage-sysop' => '{{ns:project}}:Balaudi',
639 # Rights
640 'right-read' => 'Bala matlakala',
641 'right-edit' => 'Fetola matlakala',
642 'right-move' => 'Huduša matlakala',
644 # Special:Log/newusers
645 'newuserlogpage' => '"Log" yago hlola mošumiši',
647 # User rights log
648 'rightslog' => "''log'' ya ditumello tša mošomiši",
650 # Associated actions - in the sentence "You do not have permission to X"
651 'action-edit' => 'Fetola letlakala le',
653 # Recent changes
654 'nchanges' => '$1 {{PLURAL:$1|phetogo|diphetogo}}',
655 'recentchanges' => 'Diphetogo tša bjale',
656 'recentchanges-legend' => 'Dikgetho tša diphetogo tša bjale',
657 'recentchanges-summary' => 'Lebalana diphetogo tše di mphsa-mphsa go wiki letlakaleng le.',
658 'recentchanges-feed-description' => "Lebalana diphetogo tše di mphsa-mphsa go wiki ka ''feed'' ye.",
659 'recentchanges-label-newpage' => 'Phetogo ye e hlomile letlala le lefsa',
660 'recentchanges-label-minor' => 'Ye ke phetogo ye nnyenyane',
661 'recentchanges-label-bot' => 'Phetogo ye e dirilwe ke "bot"',
662 'recentchanges-label-unpatrolled' => 'Phetogo ye ga ese e "patrollwe"',
663 '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.",
664 'rcnotefrom' => "Tlase ke diphetogo go tloga ka '''$2''' (go fihla ka '''$1''').",
665 'rclistfrom' => 'Laêtša dipheto tše mfsa go thoma go $1',
666 'rcshowhideminor' => '$1 ya diphetogo tše nnyenyane',
667 'rcshowhidebots' => '$1 bots',
668 'rcshowhideliu' => '$1 bašumiši bao batsenego',
669 'rcshowhideanons' => '$1 bašumiši bago se tsebege',
670 'rcshowhidepatr' => "$1 diphetogo tše ''patrolled''",
671 'rcshowhidemine' => '$1 diphetogo tsa ka',
672 'rclinks' => 'Bontšha diphetogo tša bofelo tše $1 matšatšing a $2 a bofelo <br />$3',
673 'diff' => 'phapang',
674 'hist' => 'histori',
675 'hide' => 'Fihla',
676 'show' => 'Bontšha',
677 'minoreditletter' => 'm',
678 'newpageletter' => 'N',
679 'boteditletter' => 'b',
680 'newsectionsummary' => '/* $1 */ sekgao se sempsha',
681 'rc-enhanced-expand' => 'Laetša ka bophara (e nyaka "JavaScript")',
682 'rc-enhanced-hide' => 'Fihla bophara bja sedi',
684 # Recent changes linked
685 'recentchangeslinked' => 'Diphetogo tša go tswalana',
686 'recentchangeslinked-feed' => 'Diphetogo tša go tswalana',
687 'recentchangeslinked-toolbox' => 'Diphetogo tša go tswalana',
688 'recentchangeslinked-title' => 'Diphetogo tša go tswalana le "$1"',
689 'recentchangeslinked-summary' => "Letlakala le le laetša diphetogo tša bjale matlakaleng a go hlomaganya.
690 Matlakala ago ba [[Special:Watchlist|lenanong la gago la matlakala ditlhapetšo]] a '''ngwadilwe ka bogolo'''.",
691 'recentchangeslinked-page' => 'Leina la letlakala:',
692 'recentchangeslinked-to' => 'Laetša diphetogo go matlakala ago hlomanya le letlakala leo',
694 # Upload
695 'upload' => 'Lokela Faele',
696 'uploadbtn' => 'Lokela faele',
697 'uploadlogpage' => "''log'' yago lokela",
698 'filedesc' => 'Kakaretšo',
699 'fileuploadsummary' => 'Kakaretšo:',
700 'filesource' => 'Mothopo:',
701 'savefile' => 'Boloka faele',
702 'uploadedimage' => '"[[$1]]" e loketšwe',
703 'watchthisupload' => "Tlhapetša ''faele'' ye",
705 'license' => 'Laesense/Tumello:',
706 'license-header' => 'Laesense',
707 'license-nopreview' => '(Ponopele ga e gona)',
708 'upload_source_file' => '(faele go khomphuthara ya gago)',
710 # Special:ListFiles
711 'imgfile' => 'faele',
712 'listfiles' => 'Lenano la difaele',
713 'listfiles_date' => 'Letšatšikgwedi',
714 'listfiles_name' => 'Leina',
715 'listfiles_user' => 'Mošumiši',
716 'listfiles_size' => 'Bogolo',
718 # File description page
719 'file-anchor-link' => 'Faele',
720 'filehist' => 'Histori ya faele',
721 'filehist-help' => 'Pinyeletša go letšatšikgwedi/nako go bona faela ka tsela yeo ebego e le ka gona nakong yeo.',
722 'filehist-deleteall' => 'phumula ka moka',
723 'filehist-deleteone' => 'phumula',
724 'filehist-revert' => 'bušetša',
725 'filehist-current' => 'bjale',
726 'filehist-datetime' => 'LetšatšiKgwedi/Nako',
727 'filehist-thumb' => 'Nkgogorupo-Nala',
728 'filehist-thumbtext' => 'Nkgogorupo-Nala ya "version" go tloga $1',
729 'filehist-user' => 'Mošomiši',
730 'filehist-dimensions' => 'Bogolo',
731 'filehist-filesize' => 'Bogolo ba faele',
732 'filehist-comment' => 'Comment',
733 'imagelinks' => 'Tirišo ya Faele',
734 'linkstoimage' => '{{PLURAL:$1|Letlakala le ke |$1 ya matlakala a}} latelago a hlomaganya go faele ye:',
735 'nolinkstoimage' => 'Gago matlakala a hlomaganyago faeleng ye.',
736 'sharedupload' => 'Faele ye e tšwa $1 e bile a kaba e šumišwa ke ditirotherwa tše dingwe.',
737 'sharedupload-desc-here' => 'Letlakala le letšwa $1 ebile le ka ba ke šumišwa ke di projeke tše dingwe.
738 Tlhaloso ya [letlakala $2 tlhaloso ya faele] le laetšwa kago latela.',
739 'uploadnewversion-linktext' => 'Lokela peoletšo ye mphsa ya faele',
741 # File reversion
742 'filerevert-comment' => 'Lebaka:',
743 'filerevert-defaultcomment' => 'Boela go poeletšo ya go tloga go $2, $1',
745 # File deletion
746 'filedelete' => 'Phumula $1',
747 'filedelete-legend' => 'Phumula faele',
748 'filedelete-intro' => "O phumula '''[[Media:$1|$1]]'''.",
749 'filedelete-comment' => 'Lebaka:',
750 'filedelete-submit' => 'Phumula',
751 'filedelete-success' => "'''$1''' e phumutšwe.",
752 'filedelete-nofile' => "'''$1''' ga e gona.",
753 'filedelete-otherreason' => 'Mabaka a mangwe:',
754 'filedelete-reason-otherlist' => 'Lebaka le lengwe',
756 # MIME search
757 'mimesearch' => 'fetleka MIME',
759 # List redirects
760 'listredirects' => "Lenano la di-''redirect''",
762 # Unused templates
763 'unusedtemplates' => "''templates'' tša go se šomišwe",
764 'unusedtemplateswlh' => 'dihlomaganyo tše dingwe',
766 # Random page
767 'randompage' => 'Letlakala le lengwe le le lengwe',
769 # Random redirect
770 'randomredirect' => "''redirect'' engwe le engwe",
772 # Statistics
773 'statistics' => 'Dipalopalo',
774 'statistics-header-users' => 'Dipalopalo tša mošomiši',
776 'doubleredirects' => "Di''redirect'' goya go ''redirect''",
778 'brokenredirects' => "''redirect'' tša go robega",
779 'brokenredirects-edit' => 'fetola',
780 'brokenredirects-delete' => 'phumula',
782 'withoutinterwiki' => 'Matlakala a senago dihlomaganyo tša dipolelo',
783 'withoutinterwiki-submit' => 'Bontšha',
785 'fewestrevisions' => 'Matlakala a goba le diphetogo tše nnyenyane',
787 # Miscellaneous special pages
788 'nbytes' => '$1 {{PLURAL:$1|byte|bytes}}',
789 'nlinks' => '$1 {{PLURAL:$1|hlomaganyo|dihlomaganyo}}',
790 'nmembers' => '$1 {{PLURAL:$1|leloko|maloko}}',
791 'nrevisions' => '$1 {{PLURAL:$1|poeletšo|dipoeletšo}}',
792 'lonelypages' => 'Matlakala a ditšhuana',
793 'uncategorizedpages' => 'Matlakala ago sebe le magoro',
794 'uncategorizedcategories' => 'Dihlopha tšago sebe le magoro',
795 'uncategorizedimages' => 'Difaele tšago hloka magoro',
796 'uncategorizedtemplates' => "''Templates'' tšago sebe le magoro",
797 'unusedcategories' => 'Dihlopha tša go se šomišwe',
798 'unusedimages' => 'Difaele tša go se šomišwe',
799 'popularpages' => 'Matlakala a go tuma',
800 'wantedcategories' => 'Dihlopha tšago nyakega',
801 'wantedpages' => 'Matlakala ago nyakega',
802 'mostlinked' => 'Matlakala a go hlomaganya go feta a mangwe',
803 'mostlinkedcategories' => 'Dihlopha tša go hlomaganya go feta tše dingwe',
804 'mostlinkedtemplates' => "''templates'' tša go hlomaganya go feta tše dingwe",
805 'mostcategories' => 'Matlakala a goba le dihlopha tše dintšhi',
806 'mostimages' => 'Faele tša go hlomaganya go feta tše dingwe',
807 'mostrevisions' => 'Matlakala a goba le diphetogo tše dintšhi',
808 'prefixindex' => "Matlakala ka moka a goba le hlogo (''prefix'')",
809 'shortpages' => 'Matlakala a makopana',
810 'longpages' => 'Matlakala a matelele',
811 'deadendpages' => "Matlakala a seye felo(''Dead-end'')",
812 'protectedpages' => 'Matlakala a go lotiwa',
813 'listusers' => 'Lanano la mošomiši',
814 'usercreated' => '{{GENDER:$3|Hlodilwe}} ka $1 go $2',
815 'newpages' => 'Matlakala a mampsha',
816 'ancientpages' => 'Matlakala a kgalekgale',
817 'move' => 'Huduša',
818 'movethispage' => 'Huduša letlakala le',
819 'pager-newer-n' => '{{PLURAL:$1|1 ye mpšha|$1 tše mpšha}}',
820 'pager-older-n' => '{{PLURAL:$1|1 ya kgale|$1 tša kgale}}',
822 # Book sources
823 'booksources' => 'Dipuku tša mothopo',
824 'booksources-search-legend' => 'Fetleka mothopo wa dipuku',
825 'booksources-go' => 'Sepela',
827 # Special:Log
828 'specialloguserlabel' => 'Modiri:',
829 'speciallogtitlelabel' => 'Thaetlele (goba mošumiši):',
830 'log' => "Di-''log''",
831 'all-logs-page' => "Di-''log'' tša bohle ka moka",
833 # Special:AllPages
834 'allpages' => 'Matlakala ka moka',
835 'alphaindexline' => '$1 goya go $2',
836 'nextpage' => 'Letlakala lago latela ($1)',
837 'prevpage' => 'Letlakala la go feta ($1)',
838 'allpagesfrom' => 'Bontšha matlakala go thoma go :',
839 'allpagesto' => 'Bontšha matlakala go felela go :',
840 'allarticles' => 'Matlakala ka moka',
841 'allpagessubmit' => 'Eya',
842 'allpagesprefix' => "Laetša matlakala agoba le hlogo (''prefix''):",
844 # Special:Categories
845 'categories' => 'Dihlopha',
847 # Special:DeletedContributions
848 'deletedcontributions' => 'Diabe tša mošomiši tšeo di phumutšwego',
849 'deletedcontributions-title' => 'Diabe tša mošomiši tšeo di phumutšwego',
851 # Special:LinkSearch
852 'linksearch' => 'Fehleka dihlomaganyo tša ntle',
853 'linksearch-ok' => 'Fetleka',
854 'linksearch-line' => '$1 e kgokaganywa gotšwa $2',
856 # Special:ListUsers
857 'listusers-submit' => 'Bontšha',
859 # Special:ListGroupRights
860 'listgrouprights-members' => '(Lenano la ditho)',
862 # Email user
863 'emailuser' => 'Romela mošomiši yo molaetša',
864 'emailpage' => 'Romela email go mošomiši',
865 'noemailtitle' => 'Gago email atrese',
866 'emailfrom' => 'Go tšwa go:',
867 'emailsubject' => 'Sebolelwa:',
868 'emailmessage' => 'Molaetša:',
869 'emailsend' => 'Romela',
870 'emailccme' => 'Nromela kopi ya melaetša.',
871 'emailccsubject' => 'Kopi ya molaetša wa gago goya go $1: $2',
872 'emailsent' => 'E-mail e rometšwe',
873 'emailsenttext' => 'Molaetša wa gago wa email gawa romelwa.',
875 # Watchlist
876 'watchlist' => 'Lenano la ditlhapetšo tša ka',
877 'mywatchlist' => 'Lenano la ditlhapetšo tša ka',
878 'watchlistfor2' => 'Ya $1 $2',
879 'addedwatchtext' => "Letlakala \"[[:\$1]]\" le tsene go [[Special:Watchlist|watchlist]] ya gago.
880 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.
882 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.",
883 'removedwatchtext' => 'Letlakala "[[:$1]]" letlošitšwe go [[Special:Watchlist|lenano la gago la ditlhapetšo]].',
884 'watch' => 'Tlhapetša',
885 'watchthispage' => 'Tlhapetša letlakala le',
886 'unwatch' => 'Tloša tlhapešo',
887 '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).',
888 'wlshowlast' => 'Laetša $1 diiri $2 matšatši $3 tša gofeta',
889 'watchlist-options' => 'Dikgatlego tša lenano la ditlhapetšo',
891 # Displayed when you click the "watch" button and it is in the process of watching
892 'watching' => 'Tlhapeditše...',
893 'unwatching' => 'Tlhapetšo eya tlošwa ...',
895 'enotif_reset' => 'Swaya matlakala kamoka awe oa etetšego',
896 'enotif_impersonal_salutation' => '{{SITENAME}} mošumiši',
897 'enotif_lastvisited' => 'Lebelela $1 go bona diphetogo ka moka gotloga ge go tsena la mafelelo.',
898 'enotif_lastdiff' => 'Bona $1 go nyakorela phetogo ye.',
899 'created' => 'tlhodilwe',
900 'changed' => 'fetotšwe',
902 # Delete
903 'deletepage' => 'Phumula letlakala',
904 'excontent' => "mateng ebe e le: '$1'",
905 'delete-legend' => 'Phumula',
906 'historywarning' => "'''Temošo:''' Letlakala leo o lekago go lephumula le nale histori le {{:$1|phetogo|diphetogo}}:",
907 'confirmdeletetext' => 'O phumula letlakala le histori ka moka ya lona.
908 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]].',
909 'actioncomplete' => 'Kgopelo e phetilwe ka katlego',
910 'actionfailed' => 'Tiro e padile',
911 'deletedtext' => '"$1" e phumutšwe.
912 Lebelela $2 go hweetša sedi ka diphulo tša bjale.',
913 'dellogpage' => "''Log'' yago phumula",
914 'deletecomment' => 'Lebaka:',
915 'deleteotherreason' => 'Mabaka a mangwe:',
916 'deletereasonotherlist' => 'Mabaka a mangwe',
918 # Rollback
919 'rollbacklink' => 'bošetša morago',
920 'editcomment' => "Ahlaahlo ya phetogo e bile : \"''\$1''\".",
922 # Protect
923 'protectlogpage' => "''Log'' yago lota",
924 'protectedarticle' => 'lotilwe "[[$1]]"',
925 'modifiedarticleprotection' => 'fetotše mokgwa wa go lota "[[$1]]"',
926 'prot_1movedto2' => '[[$1]] e hudugile goya go [[$2]]',
927 'protect-legend' => 'Tiišetša go lota',
928 'protectcomment' => 'Lebaka:',
929 'protectexpiry' => 'Fetatšatši:',
930 'protect_expiry_invalid' => 'Fetatšatši, nako ye ga ya dumelwa.',
931 'protect_expiry_old' => 'Fetatšatši ke ya nako yeo e fetilego.',
932 'protect-text' => "O ka lebelela lego fetola seemo sa go lota sa letlakala '''$1'''.",
933 'protect-locked-access' => "Tšhupaleloko ya gago ga ena tumello ya go fetola seemo sago lota ga letlakala.
934 Seemo sa go lota ga letlakala '''$1''':",
935 '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.',
936 'protect-default' => 'Dumella bašumiši ka moka',
937 'protect-fallback' => 'Go nyakega tumello ya "$1"',
938 'protect-level-autoconfirmed' => "Thiba bašumiši ba bafša le bao ba sakago ba engwadiša(''unregistered'')",
939 'protect-level-sysop' => 'Sysops feela',
940 'protect-summary-cascade' => 'cascading',
941 'protect-expiring' => 'fetatšatši ke $1 (UTC)',
942 'protect-cascade' => 'Lota matlakala, akaretša le letlakala le (go lota ka kakaretšo)',
943 'protect-cantedit' => 'Ga o kgone go fetola tekano ya bolotego letlakaleng le, ka ge o sena tumello yago bofetola.',
944 'protect-expiry-options' => 'iri:1 hour, letšatš1:1 day,beke:1 week,dibeke tše 2:2 weeks,kgwedi:1 month,dikgwedi tše 3:3 months,dikgwedi tše 6:6 months,ngwaga:1 year,gosefele (infinite):infinite',
945 'restriction-type' => 'Tumello:',
946 'restriction-level' => 'Seemo sago Lota:',
948 # Restrictions (nouns)
949 'restriction-edit' => 'Fetola',
950 'restriction-move' => 'Huduša',
951 'restriction-create' => 'Tlhola',
953 # Undelete
954 'undelete' => 'Nyakorela matlakala ago phumulwa',
955 'viewdeletedpage' => 'Nyakorela matlakala ago phumulwa',
956 'undeletebtn' => 'Hlaphola',
957 'undeletelink' => 'Nyakorela/hlaphola',
958 'undeleteviewlink' => 'ponagalo',
959 'undeletecomment' => 'Lebaka:',
960 'undelete-search-prefix' => 'Laetśa matlakala a go thoma ka:',
961 'undelete-search-submit' => 'Fetleka',
963 # Namespace form on various pages
964 'namespace' => 'Namespace:',
965 'invert' => 'Fetola kgetho',
966 'blanknamespace' => '(Hlogo)',
968 # Contributions
969 'contributions' => 'Diabe tša mošomiši',
970 'contributions-title' => 'Diabe tša mošumiši go $1',
971 'mycontris' => 'Diabe tša ka',
972 'contribsub2' => 'Ya $1 ($2)',
973 'uctop' => '(godimo)',
974 'month' => 'Go tloga kgweding (le peleng):',
975 'year' => 'Go tloga ngwageng (le peleng):',
977 'sp-contributions-newbies' => 'Laetša diabe tša bašumiši ba bafsa fela',
978 'sp-contributions-newbies-sub' => 'Tša tšhupaleloko tše mphsa',
979 'sp-contributions-blocklog' => "''Log'' yago thiba",
980 'sp-contributions-deleted' => 'diabe tša mošomiši tšeo di phumutšwego',
981 'sp-contributions-uploads' => 'di-"upload"',
982 'sp-contributions-logs' => "Di-''log''",
983 'sp-contributions-talk' => 'Poledišano',
984 'sp-contributions-search' => 'Fetleka diabe',
985 'sp-contributions-username' => 'IP Atrese goba leina la mošomiši:',
986 'sp-contributions-toponly' => 'Laetša diphetogo tša dipušeletšo tša bjale',
987 'sp-contributions-submit' => 'Fetleka',
989 # What links here
990 'whatlinkshere' => 'Ke eng yeo e hlomaganyago mo',
991 'whatlinkshere-title' => 'Matlakala a go hlomaganya go "$1"',
992 'whatlinkshere-page' => 'Letlakala:',
993 'linkshere' => "Matlaka a latelago a hlomaganya le '''[[:$1]]''':",
994 'nolinkshere' => "Ga go letlakala leo le hlomaganyago go '''[[:$1]]'''.",
995 'isredirect' => "''redirect'' letlakala",
996 'istemplate' => 'tsentšho',
997 'isimage' => 'Hlomaganyo ya Faele',
998 'whatlinkshere-prev' => '{{PLURAL:$1|fetile|fetile $1}}',
999 'whatlinkshere-next' => '{{PLURAL:$1|latela|latela $1}}',
1000 'whatlinkshere-links' => '← dihlomaganyago',
1001 'whatlinkshere-hideredirs' => '$1 di "redirect"',
1002 'whatlinkshere-hidetrans' => '$1 transclusions',
1003 'whatlinkshere-hidelinks' => '$1 dihlomaganyago',
1004 'whatlinkshere-hideimages' => '$1 seswantšho dihlomaganyo',
1005 'whatlinkshere-filters' => 'Dihlotla',
1007 # Block/unblock
1008 'blockip' => 'Thibela mošomiši go tsena',
1009 'ipbexpiry' => 'Fetatšatši:',
1010 'ipbreason' => 'Lebaka:',
1011 'ipbreasonotherlist' => 'Lebaka le lengwe',
1012 'ipbsubmit' => 'Thiba mošomiši yo',
1013 'ipbother' => 'Nako yengwe:',
1014 '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',
1015 'ipbotheroption' => 'yengwe',
1016 'ipblocklist' => "Bašumiši bao bathibilwego(''blocked'')",
1017 'ipblocklist-submit' => 'Fetleka',
1018 'emailblock' => 'e-mail e thibilwe',
1019 'blocklink' => 'thibela',
1020 'unblocklink' => 'tloša thibelo',
1021 'change-blocklink' => 'fetola go thiba',
1022 'contribslink' => 'diabelo',
1023 'blocklogpage' => "''log'' yago Thiba",
1024 'blocklogentry' => 'Thibela [[$1]] ka fetšatši ya $2 $3',
1025 'unblocklogentry' => 'Gago thibelo $1',
1026 'block-log-flags-nocreate' => 'Go hloma tšhupaleloko gago dumelege',
1027 'block-log-flags-noemail' => 'e-mail e thibilwe',
1029 # Move page
1030 'move-page-legend' => 'Huduša letlakala',
1031 'movepagetext' => "Ge o šomiša fomo ye mo tlase, letlakala le kgale le history ya lona di tla huduga go ya letlakaleng le lemphsa.
1032 Letlakala la kgale le ba ''redirect'' go ya letlakaleng le lemphsa.
1033 Dihlomaganyo goya letlakaleng la kgale ga di fetolwe; gopola go sekaseka di [[Special:DoubleRedirects|''double'']] goba [[Special:BrokenRedirects|''broken redirects'']].
1035 Ke boikarabela ba gago go kgonthišisa gore dihlomaganyo di tšhwela pele go šupa mowe di swanetšego goya.
1037 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.
1038 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.
1040 '''TEMOŠO!'''
1041 Se sekapa le dipheto tšeo di sa letelwago go matlakala atumilego;
1042 Ka kgopelo kgontišiša gore o kwešiša ditla morago tša se, pele o tšwelapele.",
1043 'movepagetalktext' => "Letlakala la dipoledišano lago hlobana le letlakala le le tla hudušwa '''ntle le ge''':
1045 *Ge letlakala la dipoledišano la leina le lemphsa lephela, goba
1046 *O sa kgetha go le huduša tlase ga letlakala le.
1048 Ge go le bjalo,o tla swanela ke go huduša goba go kopanya matlakala ka bowena.",
1049 'movearticle' => 'Huduša letlakala:',
1050 'newtitle' => 'Goya go taetlile:',
1051 'move-watch' => 'Tlhapetša letlakala le',
1052 'movepagebtn' => 'Huduša letlakala',
1053 'pagemovedsub' => 'Hudugile ka katlego',
1054 'movepage-moved' => '\'\'\'"$1" e hudušitšwe go "$2"\'\'\'',
1055 'articleexists' => 'Letlakala la goba le leina le legona, goba
1056 leina leo o le kgethilego ga la dumelega.
1057 Ka kgopelo, kgetha leina le lengwe.',
1058 '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.'''",
1059 'movedto' => 'hudugetše go',
1060 'movetalk' => 'Huduša letlakala la dipoledišano la go hlobana le letlakala le',
1061 'movelogpage' => "''log'' yago huduša",
1062 'movereason' => 'Lebaka:',
1063 'revertmove' => 'bušetša',
1064 'delete_and_move_confirm' => 'E, phumula letlakala le',
1066 # Export
1067 'export' => 'Matlakala a diyantle',
1069 # Namespace 8 related
1070 'allmessages' => 'Melaetša ya tlhamego',
1071 'allmessagesname' => 'Leina',
1072 'allmessagesdefault' => 'Dihlaka tša molaetša tša "default"',
1074 # Thumbnails
1075 'thumbnail-more' => 'Godiša/Atologa',
1076 'thumbnail_error' => "Phoso go tlhama ''thumbnail'': $1",
1078 # Special:Import
1079 'import-comment' => 'Ahlaahla:',
1080 'import-revision-count' => '$1 {{PLURAL:$1|poeletšo|dipoeletšo}}',
1082 # Import log
1083 'importlogpage' => "''Log'' yago lokela",
1084 'import-logentry-upload-detail' => '$1 {{PLURAL:$1|poeletšo|dipoeletšo}}',
1085 'import-logentry-interwiki-detail' => '$1 {{PLURAL:$1|poeletšo|dipoeletšo}} gotšwa go $2',
1087 # Tooltip help for the actions
1088 'tooltip-pt-userpage' => 'Letlakala (la mošomiši) lago',
1089 'tooltip-pt-mytalk' => 'Letlakala la gago la dipolelo',
1090 'tooltip-pt-preferences' => "Dikgetho (''preference'') tša ka",
1091 'tooltip-pt-watchlist' => 'Lenano la matlakala ago tlhapetšwa diphetogo ke wena',
1092 'tooltip-pt-mycontris' => 'Lenano la diabe tša gago',
1093 'tooltip-pt-login' => 'O a kgothatšwa gore o tsene, e efela ga se kgapeletšo.',
1094 'tooltip-pt-logout' => 'Etšwa fa/Tswalela/Log out',
1095 'tooltip-ca-talk' => 'Poledišano mabapi le letlakala le',
1096 '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.',
1097 'tooltip-ca-addsection' => 'Lokela sekgao se seswa',
1098 'tooltip-ca-viewsource' => 'Letlakala le le lotilew. O ka lebelela mothopo fela.',
1099 'tooltip-ca-history' => 'Lebelela thumeletšo ya go feta ya letlakala le',
1100 'tooltip-ca-protect' => 'Lota letlakala le',
1101 'tooltip-ca-delete' => 'Phumula letlakala le',
1102 'tooltip-ca-move' => 'Huduša letlakala le',
1103 'tooltip-ca-watch' => 'Lokela letlakala le go lenano la gago la tlhapetšo',
1104 'tooltip-ca-unwatch' => 'Tloša letlakala le go lenano la gago la matlakala a go tlhapetšwa',
1105 'tooltip-search' => 'Fetleka {{SITENAME}}',
1106 'tooltip-search-go' => 'Eya go letlakala la leina le, gaeba le le gona',
1107 'tooltip-search-fulltext' => 'Fetleka matlakala go hwetša mongwalo wo',
1108 'tooltip-p-logo' => 'Etela letlakala-tona',
1109 'tooltip-n-mainpage' => 'Etela letlakala la pele',
1110 'tooltip-n-mainpage-description' => 'Etela letlakala-tona',
1111 'tooltip-n-portal' => 'Mabapi le tirotherwa, seo o ka se dirago, o ka humana dilo kae',
1112 'tooltip-n-currentevents' => 'Humana sedi yengwe go ditiragalo tša bjale',
1113 'tooltip-n-recentchanges' => 'Lenano la diphetogo tša bjale go wiki.',
1114 'tooltip-n-randompage' => 'Laiša letlakala le lengwe le le lengwe',
1115 'tooltip-n-help' => 'O tla humana thušo mo.',
1116 'tooltip-t-whatlinkshere' => "Lenano la matlakala ao a hlomaganyago (''link'') mo",
1117 'tooltip-t-recentchangeslinked' => 'Diphetogo tša bjale go matlakala a go hlomaganya le letlakala le',
1118 'tooltip-feed-rss' => 'RSS feed tša letlakala le',
1119 'tooltip-feed-atom' => 'Atom "feed" tša letlakala le',
1120 'tooltip-t-contributions' => 'Lebelela lenano la diabe tša mošomiši yo',
1121 'tooltip-t-emailuser' => 'Romela molaetša go mošomiši yo',
1122 'tooltip-t-upload' => 'Lokela senepe goba difaele',
1123 'tooltip-t-specialpages' => 'Lenano la matlakala kamoka a kgethegilego',
1124 'tooltip-t-print' => 'Seemo sa letlakala le seo se ka gatišwago',
1125 'tooltip-t-permalink' => 'Hlomaganyo go poeletšo ye ya letlakala',
1126 'tooltip-ca-nstab-main' => 'Nyakoretša boteng bja letlakala',
1127 'tooltip-ca-nstab-user' => 'Lebelela letlakala la mošomiši',
1128 'tooltip-ca-nstab-special' => 'Letlakala le le kgethegile, gago kgonege go le fetola',
1129 'tooltip-ca-nstab-project' => 'Lebelela letlakala la tirotherwa',
1130 'tooltip-ca-nstab-image' => 'Lebelela letlakala',
1131 'tooltip-ca-nstab-template' => "Lebelela ''template''",
1132 'tooltip-ca-nstab-help' => 'Lebelea matlakala a thušo',
1133 'tooltip-ca-nstab-category' => 'Lebelela letlakala la sehlopha',
1134 'tooltip-minoredit' => 'Swaya se bjalo ka phetogo ye nnyenyane',
1135 'tooltip-save' => 'Boloka diphetogo tša gago',
1136 'tooltip-preview' => 'E laetša gore diphetogo di tla lebega bjang, e šomiše pele ga ge o boloka letlakala!',
1137 'tooltip-diff' => 'Laetša diphetogo tšeo o di dirilego go mongwalo.',
1138 'tooltip-compareselectedversions' => 'Bontšha phapano magareng ga di dihlopha tše pedi tša diphetogo tšeo o di kgetilego letlakaleng le.',
1139 'tooltip-watch' => 'Lokela letlakala le go lenano la gago la matlakala ago tlhapetšwa',
1140 'tooltip-rollback' => 'Bošetša diphetogo letlakaleng morago go mošumiši wa mafelo',
1141 'tooltip-undo' => '"Undo" e tloša dipheto tše, ya bula letlakala go nyakorela fela. E go dumela go ngawla lebaka go dikakaretšo.',
1142 'tooltip-summary' => 'Lokela kakaretšo e kopana',
1144 # Attribution
1145 'siteuser' => '{{SITENAME}} mošumiši $1',
1146 'lastmodifiedatby' => 'Letlakala le fetotšwe la mafelelo ka $2, $1 ke $3.',
1147 'others' => 'tše dingwe',
1148 'siteusers' => '{{SITENAME}} {{PLURAL:$2|mošumiši|bašumiši}} $1',
1150 # Image deletion
1151 'filedeleteerror-short' => 'Phošo go phumuleng faele: $1',
1152 'filedeleteerror-long' => 'Diphošo di hlagile ge go phumulwa faele:
1154 $1',
1155 'filedelete-missing' => 'Faele "$1" ga e phumulege ka ge e segona.',
1157 # Browsing diffs
1158 'previousdiff' => '← Dophapano tšago feta',
1159 'nextdiff' => 'Diphapano tše dimpšha →',
1161 # Media information
1162 'widthheightpage' => '$1 × $2, $3 {{PLURAL:$3|letlakala|matlakala}}',
1163 'file-info-size' => '$1 × $2 pixel, bogolo ba faele: $3, Mohuta wa MIME: $4',
1164 'file-nohires' => "Gago ''resolution'' ya go feta mo.",
1165 'svg-long-desc' => 'SVG faele, nominally $1 × $2 pixels, bogolo ba faele: $3',
1166 'show-big-image' => "''resolution'' ya gofella",
1168 # Special:NewFiles
1169 'newimages' => "''Gallery'' ya difaele tše mpsha",
1170 'ilsubmit' => 'Fetleka',
1171 'bydate' => 'ka letšatšikgwedi',
1173 # Bad image list
1174 'bad_image_list' => "''Format'' e ka mokgwa wo o latelago:
1176 Ke fela tšeo dilego lenano (methalo ya go thoma ka *) yeo e dumeletšwego.
1177 Hlomaganyo ya mathomo mothalong e swanetše go hlomaganya le seswantšho sa go senyega.
1178 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.",
1180 # Metadata
1181 'metadata' => 'Metadata',
1182 '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.",
1183 'metadata-expand' => 'Bontšha sedi ya gotlala(extended)',
1184 'metadata-collapse' => "Fihla sedi ya gotlala(''extended'')",
1185 'metadata-fields' => " metadata ''fields'' tšao dilego go molaetša wo, di tla tsenywa go
1186 letlakala la seswantšho ge tafola ya metadata e bulwa. Tše dingwe tša di ''fields'' di tla fihliwa.
1187 * make
1188 * model
1189 * datetimeoriginal
1190 * exposuretime
1191 * fnumber
1192 * isospeedratings
1193 * focallength
1194 * artist
1195 * copyright
1196 * imagedescription
1197 * gpslatitude
1198 * gpslongitude
1199 * gpsaltitude",
1201 # Exif tags
1202 'exif-imagewidth' => 'Bophara',
1203 'exif-imagelength' => 'Botelele',
1204 'exif-artist' => 'Mongwadi',
1206 'exif-componentsconfiguration-0' => 'Ga e gona',
1208 'exif-subjectdistance-value' => '$1 metara',
1210 'exif-meteringmode-1' => 'Palogare',
1212 # External editor support
1213 'edit-externally' => 'Fetola faele ye o šumiša thulusi ya ka ntle',
1214 'edit-externally-help' => '(Lebelela [https://www.mediawiki.org/wiki/Manual:External_editors Taelo ya go thoma] go humana sedi)',
1216 # 'all' in various places, this might be different for inflected languages
1217 'watchlistall2' => 'ka moka',
1218 'namespacesall' => 'ka moka',
1219 'monthsall' => 'ka moka',
1221 # Multipage image navigation
1222 'imgmultipageprev' => '← letlakala la go feta',
1223 'imgmultipagenext' => 'letlakala lago latela →',
1225 # Table pager
1226 'table_pager_next' => 'Letlakala la go latela',
1227 'table_pager_prev' => 'Letlakala la gofeta',
1228 'table_pager_first' => 'Letlakala la pele',
1229 'table_pager_last' => 'Letlakala la mafelelo',
1230 'table_pager_empty' => 'Ga gona sepheto',
1232 # Auto-summaries
1233 'autosumm-new' => "Tlhodile letlakala ka '$1'",
1235 # Watchlist editor
1236 '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.',
1237 'watchlistedit-noitems' => 'Lenano la gago la ditlhapetšo ga lena dithaetlele.',
1238 'watchlistedit-normal-title' => 'Felotal lenano la ditlhapetšo',
1239 'watchlistedit-normal-legend' => 'Tloša dithaetlele go lenano la ditlhapetšo',
1240 'watchlistedit-normal-submit' => 'Tloša thaetlele',
1242 # Watchlist editing tools
1243 'watchlisttools-view' => 'Nyakoretša diphetogo tša gona',
1244 'watchlisttools-edit' => 'Lebelela lego fetola lenano la ditlhapetšo',
1245 'watchlisttools-raw' => "Fetola lenano le letala (''raw'') la ditlhapetšo",
1247 # Core parser functions
1248 'duplicate-defaultsort' => '\'\'\'Hlokomela:\'\'\' Default sort key "$2" e tla phumula ya pele default sort key "$1".',
1250 # Special:Version
1251 'version' => "''Version''",
1253 # Special:FileDuplicateSearch
1254 'fileduplicatesearch-submit' => 'Fetleka',
1256 # Special:SpecialPages
1257 'specialpages' => 'Matlakala a kgethegilego',
1259 # External image whitelist
1260 'external_image_whitelist' => ' #Tlogela letlakale ka mokgwa wo<pre>
1261 #Tsenya "regular expression fragments" (parata ya magareng ga //) below
1262 #These will be matched with the URLs of external (hotlinked) images
1263 #Those that match will be displayed as images, otherwise only a link to the image will be shown
1264 #Lines beginning with # are treated as comments
1265 #This is case-insensitive
1267 #Put all regex fragments above this line. Leave this line exactly as it is</pre>',
1269 # Special:Tags
1270 'tag-filter' => '[[Special:Tags|Tag]] "filter":',
1272 # Special:ExpandTemplates
1273 'expand_templates_output' => 'Phetho',