Merge "Add PLURAL support to youhavenewmessages*"
[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 Kaganer
11 * @author Mohau
12 * @author Urhixidur
13 */
14
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',
32 );
33
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' ),
43 );
44
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',
73
74 'underline-always' => 'Kamehla',
75 'underline-never' => 'Le ga tee',
76
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',
128
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"',
141
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',
152
153 # Cologne Blue skin
154 'qbfind' => 'Humana',
155 'qbedit' => 'Fetola',
156 'qbpageoptions' => 'Letlakala le',
157 'qbmyoptions' => 'Matlakala a ka',
158 'faq' => '"FAQ"',
159
160 # Vector skin
161 'vector-action-addsection' => 'Lokela sererwa',
162 'vector-action-delete' => 'Phumula',
163 'vector-action-move' => 'Huduša',
164 'vector-action-protect' => 'Lota',
165 'vector-view-create' => 'Hlola',
166 'vector-view-edit' => 'Fetola',
167 'vector-view-history' => 'Laetša histori',
168 'vector-view-view' => 'Bala',
169 'vector-view-viewsource' => 'Lebelela mothopo',
170 'actions' => 'Ditiro',
171 'namespaces' => 'Di-"namespace"',
172 'variants' => 'Di-"variant"',
173
174 'errorpagetitle' => 'Phošo',
175 'returnto' => 'Boela go $1.',
176 'tagline' => 'Gotšwa go {{SITENAME}}',
177 'help' => 'Thušo',
178 'search' => 'Fetleka',
179 'searchbutton' => 'Fetleka',
180 'go' => 'Sepela',
181 'searcharticle' => 'Eya',
182 'history' => 'Histori ya letlakala',
183 'history_short' => 'Histori',
184 'updatedmarker' => 'fetotšwe esale ketelo yaka ya mafelelo',
185 'printableversion' => "''Version'' ya go gatišega",
186 'permalink' => 'Hlomaganyo yao e tiišeditšwego',
187 'edit' => 'Fetola',
188 'create' => 'Tlhoma',
189 'editthispage' => 'Fetola letlakala le',
190 'create-this-page' => 'Tlhoma letlakala le',
191 'delete' => 'Phumula',
192 'deletethispage' => 'Phumula letlakala le',
193 'protect' => 'Lota',
194 'protect_change' => 'Fetola go lotega',
195 'protectthispage' => 'Lota letlakala le',
196 'unprotect' => 'Fetola go lota',
197 'unprotectthispage' => 'Fetola go lota letlakaleng',
198 'newpage' => 'Letlakala le lempsha',
199 'talkpage' => 'Rêrišana ka letlakala le',
200 'talkpagelinktext' => 'Bolela',
201 'specialpage' => 'Matlaka a itšeng',
202 'personaltools' => "Dithulusu tša gago (''personal'')",
203 'postcomment' => 'Sekgao se sempsha',
204 'articlepage' => 'Nyakoretša letlakala la mateng',
205 'talk' => 'Poledišano',
206 'views' => 'Dinyakorêtšo',
207 'toolbox' => 'Lepokisi la dithulusu',
208 'userpage' => 'Nyakorela letlakala la mošomiši',
209 'projectpage' => 'Nyakoretša letlakala la tirotherwa',
210 'imagepage' => "Nyakoretša letlakala la ''file''",
211 'mediawikipage' => 'Nyakoretša letlakala la melaetša',
212 'templatepage' => "Nyakoretša letlakala la ''template''",
213 'viewhelppage' => 'Nyakoretša letlakala la thušo',
214 'categorypage' => 'Nyakoretša letlakala la sehlopha',
215 'viewtalkpage' => 'Nyakoretša dipoledišano',
216 'otherlanguages' => 'Ka dipolelo tše dingwe',
217 'redirectedfrom' => "(''Redirect'' go tšwa $1)",
218 'redirectpagesub' => "''Redirect'' letlakala",
219 'lastmodifiedat' => 'Letlakala le fetotšwe la mafelelo ka $2, $1.',
220 'viewcount' => 'Letlakala le le butšwe ga {{PLURAL:$1|tee|$1}}.',
221 'protectedpage' => 'Letlakala la go lotiwa',
222 'jumpto' => 'Taboga go:',
223 'jumptonavigation' => 'Tšweletšo',
224 'jumptosearch' => 'fetleka',
225 'pool-errorunknown' => 'Phošo yago setsebege',
226
227 # 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).
228 'aboutsite' => 'Mabapi le {{SITENAME}}',
229 'aboutpage' => 'Project:Mabapi',
230 'copyright' => 'Mateng a hwetšagala tlase ga $1.',
231 'copyrightpage' => '{{ns:project}}:Tomello ya Mongwadi',
232 'currentevents' => 'Ditirago tša bjale',
233 'currentevents-url' => 'Project:Ditiragalo tša bjale',
234 'disclaimers' => 'Hlapa-matsogo',
235 'disclaimerpage' => 'Project:Hlapa-Matsogo',
236 'edithelp' => 'Thušo ya go fetola',
237 'helppage' => 'Help:Mateng',
238 'mainpage' => 'Letlakala la Pele',
239 'mainpage-description' => 'Letlakala la Pele',
240 'policy-url' => 'Project:Melao',
241 'portal' => "''Portal'' ya badudi",
242 'portal-url' => 'Project:Portal ya Badudi',
243 'privacy' => 'Melao ya praebesi',
244 'privacypage' => 'Project:Polisi ya praefesi',
245
246 'badaccess' => 'Thušo ya tumello',
247 'badaccess-group0' => 'Ga wa dumelwa go dira seo o lekago go se dira.',
248 '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.',
249
250 'versionrequired' => 'Version $1 ya MediaWiki ea hlokega',
251 'versionrequiredtext' => 'Version $1 ya MediaWiki ea hlokega go šomiša letlakala le. Lebelela [[Special:Version|letlakala la version]].',
252
253 'retrievedfrom' => 'Le tšwa go "$1"',
254 'youhavenewmessages' => 'O na le $1 ($2).',
255 'newmessagesdifflinkplural' => 'l{{PLURAL:$1|Phetogo tša|Diphetogo ya}}go feta',
256 'youhavenewmessagesmulti' => 'O nale melaetša ye mefsa go $1',
257 'editsection' => 'lokiša',
258 'editold' => 'fetola',
259 'viewsourceold' => 'nyakorela mothopo',
260 'editlink' => 'Fetola',
261 'viewsourcelink' => 'nyakorela mothopo',
262 'editsectionhint' => 'Fetola sekgao: $1',
263 'toc' => 'Mateng',
264 'showtoc' => 'bontšha',
265 'hidetoc' => 'fihla',
266 'thisisdeleted' => 'Nyakorela goba hlaphola $1?',
267 'viewdeleted' => 'Nyakorela $1?',
268 'restorelink' => '{{PLURAL:$1|e tee phetogo ye phumutšwego|phetogo tše $1 tše phumutšwego}}',
269 'site-rss-feed' => '$1 RSS Feed',
270 'site-atom-feed' => '$1 Atom Feed',
271 'page-rss-feed' => '"$1" RSS Feed',
272 'page-atom-feed' => '"$1" Atom feed',
273 'red-link-title' => '$1 (ga e hwetšagale)',
274
275 # Short words for each namespace, by default used in the namespace tab in monobook
276 'nstab-main' => 'Letlakala',
277 'nstab-user' => 'Letlakala la mošomiši',
278 'nstab-special' => 'Letlakala le le kgethegilego',
279 'nstab-project' => 'Letlakala la tirotherwa',
280 'nstab-image' => 'Faele',
281 'nstab-mediawiki' => 'Molaetša',
282 'nstab-template' => 'Template',
283 'nstab-help' => 'Letlakala la thuso',
284 'nstab-category' => 'Sehlopha',
285
286 # Main script and global functions
287 'nosuchspecialpage' => 'Gago letlaka le itšego le bjalo',
288
289 # General errors
290 'error' => 'Phošo',
291 'databaseerror' => 'Phošo ya Database',
292 'readonly' => "''Database'' e notletšwe",
293 'enterlockreason' => 'Fana la lebaka la go notlela, o fana le tekanyetšo yage senotlolo se tlogo tlošwa',
294 'missing-article' => '"Database" ga ya humana dihlaka tša letlakala tšeo e bego e swanela go di humana, tša maina "$1" $2.
295
296 Se, gantši se hlolwa ke ge o latela hlomanyo goba history ya kgale goya letlakaleng leo le phumitšego.
297
298
299 Gaeba lebaka e se leo, go ka be go na le tšhikidi go "software".
300 Bega se go [[Special:ListUsers/sysop|administrator]], o fana ka URL.',
301 'missingarticle-rev' => '(Thumeletšo#: $1)',
302 'internalerror' => 'Phošo ya ka gare',
303 'internalerror_info' => 'Phošo ya ka gare :$1',
304 'filecopyerror' => 'Gara kgona go ngwalolla faele "$1" go "$2".',
305 'filerenameerror' => 'Gara kgona go fetola leina la faele "$1" goba "$2".',
306 'filedeleteerror' => 'Gara kgona go phumula faele "$1".',
307 'filenotfound' => 'Gara kgona go humana faele "$1".',
308 'fileexistserror' => 'Gara kgona go ngawala faele "$1":faele e gona',
309 'badtitle' => 'Taetlile ya bošula',
310 '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.',
311 'viewsource' => 'Lebelela mothopo',
312 'protectedpagetext' => 'Letlakala le le notletšwe go thibela diphetogo.',
313 'viewsourcetext' => 'O ka lebelela goba wa kôpiša mothapo wa letlakala le:',
314 'namespaceprotected' => "Ga ona tokelo ya go fetola matlakala go '''$1''' .",
315
316 # Login and logout pages
317 'yourname' => 'Leina la mošomiši:',
318 'yourpassword' => 'Ditlhaka-tša-siphiri:',
319 'yourpasswordagain' => 'Tlanya ditlhaka-tša-siphiri gape:',
320 'remembermypassword' => 'Gopola sedi yaka ya go tsena khomphutha ye (bogolo bja $1 ya {{PLURAL:$1| letšatši le|matšatši a}})',
321 'login' => 'Tsena',
322 'nav-login-createaccount' => "Tsena / Tlhola tšhupaleloko (''account'')",
323 'loginprompt' => "O swanela ke go dumella ''cookies'' go ''browser'' go tsena go {{SITENAME}}.",
324 'userlogin' => "Tsena / tlhola tšhupaleloko (''account'')",
325 'logout' => 'Etšwa/Tswalela',
326 'userlogout' => 'Etšwa/Tswalela',
327 'notloggedin' => 'Ga wa tsena',
328 'nologin' => "A o nale sedi ya go tsena? '''$1'''.",
329 'nologinlink' => "Bula tšhupaleloko (''account'')",
330 'createaccount' => 'Bula tšhupaleloko',
331 'gotaccount' => "O šetše o nale tšhupaleloko? '''$1'''.",
332 'gotaccountlink' => 'Tsena',
333 'userlogin-resetlink' => 'O lebetše dintlha tšago tsena?',
334 'createaccountmail' => 'ka e-mail',
335 'createaccountreason' => 'Lebaka:',
336 'badretype' => 'Ditlhaka-tša-siphiri tše o di šomišitšego ga di swane.',
337 'noname' => 'Gawa fana ka leina la mošomiši la go loka.',
338 'loginsuccesstitle' => 'O tsene ka katlego',
339 'loginsuccess' => "'''Bjale o tsene go {{SITENAME}} bjalo ka \"\$1\".'''",
340 'nosuchuser' => 'Ga gona mošomiši wa leina la "$1".
341 Maina a huduetša ke ditlhaka.
342 Lebele mopeleto wa gago goba [[Special:UserLogin/signup|o tlhome mošomiši yo mophsa]].',
343 'nosuchusershort' => 'Ga gona mošomiši wa leina la "$1". Hlokomela mopeleto wa gago.',
344 'nouserspecified' => 'O swanela ke go fana ka leina la mošomiši.',
345 'wrongpassword' => 'O loketše ditlhaka-tša-siphiri tšeo e sego tšona. Ka kgopelo, leka gape.',
346 'wrongpasswordempty' => 'Ga wa lokela ditlhaka-tša-siphiri. Ka kgopelo, leka gape.',
347 'passwordtooshort' => "Ditlhaka-tša-siphiri tša gago ga tša dumelega goba di kopana.
348 Go nyakega gore e be le {{PLURAL:$1|tlhaka ye tee|$1 ya ditlhaka}} gape e seke ya swana le leina la gago (''username'').",
349 'mailmypassword' => 'Romela ditlhaka-tša-siphiri tše mpšha ka e-mail',
350 'passwordremindertitle' => "''Password'' ye mphsa ya nakonyana go {{SITENAME}}",
351 'passwordremindertext' => 'Motho yo mongwe (goba wena, gotšwa IP atrese $1) o
352 kgopetše gore re moromele Ditlhaka-tša-siphiri tše mfsa tša {{SITENAME}} ($4).
353
354 Ditlhaka-tša-siphiri tša mošomiši "$2" go tloga bjale ke "$3".
355 Eya go {{SITENAME}} o e fetole.
356
357 Ga eba motho yo mongwe esego wena o dirile kgopelo ye, goba o gopola Ditlhaka-tša-siphiri gomme ga o sa
358 hloka gore e fetolwe, hlokomologa molaetša wo, o tšwele pele o šumiše Ditlhaka-tša-siphiri tša kgale.',
359 'noemail' => 'Ga gona e-mail atrese ya mošomiši "$1".',
360 'passwordsent' => "
361 Dihlaka tša siphiri (''password'') tše mphsa di rometšwe go e-mail atrese ya \"\$1\".
362 Re kgopela gore o tsene ge fetša go e hwetša.",
363 'blocked-mailpassword' => 'IP atrese ya gago e thibetšwe go dira diphetogo, ka fao ga wa dumellwa
364 go šomiša thulusu ya go hwetša Ditlhaka-tša-siphiri go thibela go hlapanya.',
365 'eauthentsent' => 'Molaetša wa go tiišetša o rometšwe go e-mail atrese.
366
367 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.',
368 'throttled-mailpassword' => 'Kgopotšo ya ditlhaka-tša-siphiri e rometšwe {{PLURAL:$1|iring|diiring tše $1}} tša gofeta.
369 Go thibela go hlapanya/kgobošo, kgopotšo e tee ka {{PLURAL:$1|iri|diiri tše $1}} e tla romellwa.',
370 'mailerror' => 'Gobile le phošo go romeleng molaetša : $1',
371 'acct_creation_throttle_hit' => 'Ka maswabi, o tlhomile {{PLURAL:$1|tšhupaleloko|$1 tša ditšhupaleloko}}.
372 Ga wa dumelwa go tlhoma tše dingwe.',
373 'emailauthenticated' => 'E-mail atrese ya gago e kgonthišitšwe ka $2, $3.',
374 'accountcreated' => 'Tšhupaleloko (Account) e tlhodilwe',
375 'accountcreatedtext' => 'Tšhupaleloko (account) ya modiri $1 e tlhodilwe.',
376 'loginlanguagelabel' => 'Polelo: $1',
377
378 # Change password dialog
379 'changepassword' => 'Fetola ditlhaka-tša-siphiri',
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...',
385
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)',
405
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.'''
419
420 O thibilwe ke $1. Makaba a go thiba ke ''$2''.
421
422 * Go thoma gago thiba: $8
423 * Fetatšatši yago thiba: $6
424 * Mothibiwa: $7
425
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.'''
476
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.',
481
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"',
489
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}})',
512
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.',
520
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 'pagehist' => 'Histori ya letlakala',
528
529 # History merging
530 'mergehistory-from' => 'Letlakala la mothopo:',
531 'mergehistory-into' => 'Letlakala la boyo:',
532 'mergehistory-reason' => 'Lebaka:',
533
534 # Merge log
535 'revertmerge' => 'Tloša kopaganyo',
536
537 # Diffs
538 'history-title' => 'Poeletšo ya diphetogo tša "$1"',
539 'lineno' => 'Mothalo $1:',
540 'compareselectedversions' => 'Bapetša diphapang tšeo di kgethilwego',
541 'editundo' => 'dirolla',
542 '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)',
543
544 # Search results
545 'searchresults' => 'Sephetho sa go fetleka',
546 'searchresults-title' => 'Diphetho tša go fetleka "$1"',
547 'notextmatches' => 'Gago mangwalo letlakaleng a go swana',
548 'prevn' => 'gofeta {{PLURAL:$1|$1}}',
549 'nextn' => 'latela {{PLURAL:$1|$1}}',
550 'prevn-title' => ' $1 {{PLURAL:$1|sepheto| tša dipheto}} tšago latela',
551 'nextn-title' => ' $1 {{PLURAL:$1|sepheto| tša dipheto}} tšago latela',
552 'shown-title' => 'Laetša $1 {{PLURAL:$1|sepheto| tša dipheto}} ka letlakala',
553 'viewprevnext' => 'Lebelela ($1 {{int:pipe-separator}} $2) ($3)',
554 'searchmenu-exists' => "'''Go ena le letlaka la leina la \"[[:\$1]]\" go wiki ye.'''",
555 'searchmenu-new' => "'''Hlola letlakala \"[[:\$1]]\" go wiki ye!'''",
556 'searchprofile-articles' => 'Matlakala a diteng',
557 'searchprofile-project' => 'Thušo le matlaka a diprojeke',
558 'searchprofile-images' => 'Diphatlalatši tša "multi"',
559 'searchprofile-everything' => 'Ka moka',
560 'searchprofile-advanced' => 'Maemo-godimo',
561 'searchprofile-articles-tooltip' => 'Fetleka gare ga $1',
562 'searchprofile-project-tooltip' => 'Fetleka gare ga $1',
563 'searchprofile-images-tooltip' => 'Fetleka difaele',
564 'searchprofile-everything-tooltip' => 'Fetleka matlakala ka moka (le matlakala a dipoledišano)',
565 'searchprofile-advanced-tooltip' => 'Fetleka go di-"namespace" tša "custom"',
566 'search-result-size' => '$1 ya ({{PLURAL:$2|lentswi|$2 mantswi}})',
567 '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}})',
568 'search-redirect' => '(redirect $1)',
569 'search-section' => '(sekga $1)',
570 'search-suggest' => 'O be o nyaka gore: $1',
571 'search-interwiki-caption' => 'Diprojeke tša moloko',
572 'search-interwiki-default' => '$1 diphetho:',
573 'search-interwiki-more' => '(gape)',
574 'searchrelated' => 'tswalana',
575 'searchall' => 'tšohle',
576 'showingresultsheader' => "{{PLURAL:$5|Sepheto '''$1''' tša '''$3'''|Dipheto '''$1 - $2''' tša '''$3'''}} tša '''$4'''",
577 'search-nonefound' => 'Gago dipheto tšago sepelelana le "query".',
578 'powersearch-legend' => 'Fetleka ya tšwetše',
579 'powersearch-ns' => 'Fetleka go di "namespace"',
580 'powersearch-redir' => 'Lenano la di "redirect"',
581
582 # Preferences page
583 'preferences' => 'Dikgatlhegelo',
584 'mypreferences' => 'Dikgatlhegelo tša ka',
585 'prefs-edits' => 'Palo ya diphetogo:',
586 'skin-preview' => 'Ponopele',
587 'prefs-datetime' => 'Tšatšikgwedi le nako',
588 'prefs-rc' => 'Diphetogo tša bjale',
589 'prefs-watchlist' => 'Lenano la tlhapetšo',
590 'saveprefs' => 'Boloka',
591 'prefs-editing' => 'Fetola',
592 'searchresultshead' => 'Fetleka',
593 'savedprefs' => 'Dikgatlhegelo tša gago di bolokilwe.',
594 'allowemail' => 'Dumella melaetša ya e-mail go tšwa go bašomiši ba bangwe',
595 'prefs-files' => 'Difaele',
596 'youremail' => 'E-Poso',
597 'username' => 'Mošomiši:',
598 'uid' => 'Nomoro ya mošomiši:',
599 'prefs-memberingroups' => 'Leloko la {{PLURAL:$1|ya sehlopha|ya dihlopha}}:',
600 'yourrealname' => 'Leina la mmakgonthe:',
601 'yourlanguage' => 'Polelo:',
602 'yournick' => 'Tshaeno:',
603 'badsiglength' => 'Leina la boreelo le letelele kudu.
604 Le swanela goba fase ga $1 {{PLURAL:$1|ya tlhaka|tša ditlhaka}}',
605 '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.',
606 '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',
607 '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.
608 Ga re fane ka e-poso ya gago go bašumiši ba bangwe ge ba polela le wena ka yona.',
609 'prefs-help-email-required' => 'E-mail atrese eya nyakega.',
610
611 # User rights
612 'editusergroup' => 'Fetola sehlopha sa bašomiši',
613 'editinguser' => "O fetola mošomiši '''[[User:$1|$1]]''' $2",
614 'userrights-editusergroup' => 'Fetola sehlopha sa bašomiši',
615 'saveusergroups' => 'Boloko Dihlopha tša bašomiši',
616 'userrights-groupsmember' => 'Leloko la:',
617 'userrights-reason' => 'Lebaka:',
618 'userrights-no-interwiki' => 'Gawa dumelwa go fetola di dumello tša mošumiši go di wiki tše dingwe.',
619
620 # Groups
621 'group' => 'Sehlopha:',
622 'group-sysop' => 'Bahlapetši',
623 'group-all' => '(ka moka)',
624
625 'grouppage-sysop' => '{{ns:project}}:Balaudi',
626
627 # Rights
628 'right-read' => 'Bala matlakala',
629 'right-edit' => 'Fetola matlakala',
630 'right-move' => 'Huduša matlakala',
631
632 # Special:Log/newusers
633 'newuserlogpage' => '"Log" yago hlola mošumiši',
634
635 # User rights log
636 'rightslog' => "''log'' ya ditumello tša mošomiši",
637
638 # Associated actions - in the sentence "You do not have permission to X"
639 'action-edit' => 'Fetola letlakala le',
640
641 # Recent changes
642 'nchanges' => '$1 {{PLURAL:$1|phetogo|diphetogo}}',
643 'recentchanges' => 'Diphetogo tša bjale',
644 'recentchanges-legend' => 'Dikgetho tša diphetogo tša bjale',
645 'recentchanges-summary' => 'Lebalana diphetogo tše di mphsa-mphsa go wiki letlakaleng le.',
646 'recentchanges-feed-description' => "Lebalana diphetogo tše di mphsa-mphsa go wiki ka ''feed'' ye.",
647 'recentchanges-label-newpage' => 'Phetogo ye e hlomile letlala le lefsa',
648 'recentchanges-label-minor' => 'Ye ke phetogo ye nnyenyane',
649 'recentchanges-label-bot' => 'Phetogo ye e dirilwe ke "bot"',
650 'recentchanges-label-unpatrolled' => 'Phetogo ye ga ese e "patrollwe"',
651 '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.",
652 'rcnotefrom' => "Tlase ke diphetogo go tloga ka '''$2''' (go fihla ka '''$1''').",
653 'rclistfrom' => 'Laêtša dipheto tše mfsa go thoma go $1',
654 'rcshowhideminor' => '$1 ya diphetogo tše nnyenyane',
655 'rcshowhidebots' => '$1 bots',
656 'rcshowhideliu' => '$1 bašumiši bao batsenego',
657 'rcshowhideanons' => '$1 bašumiši bago se tsebege',
658 'rcshowhidepatr' => "$1 diphetogo tše ''patrolled''",
659 'rcshowhidemine' => '$1 diphetogo tsa ka',
660 'rclinks' => 'Bontšha diphetogo tša bofelo tše $1 matšatšing a $2 a bofelo <br />$3',
661 'diff' => 'phapang',
662 'hist' => 'histori',
663 'hide' => 'Fihla',
664 'show' => 'Bontšha',
665 'minoreditletter' => 'm',
666 'newpageletter' => 'N',
667 'boteditletter' => 'b',
668 'newsectionsummary' => '/* $1 */ sekgao se sempsha',
669 'rc-enhanced-expand' => 'Laetša ka bophara (e nyaka "JavaScript")',
670 'rc-enhanced-hide' => 'Fihla bophara bja sedi',
671
672 # Recent changes linked
673 'recentchangeslinked' => 'Diphetogo tša go tswalana',
674 'recentchangeslinked-feed' => 'Diphetogo tša go tswalana',
675 'recentchangeslinked-toolbox' => 'Diphetogo tša go tswalana',
676 'recentchangeslinked-title' => 'Diphetogo tša go tswalana le "$1"',
677 'recentchangeslinked-summary' => "Letlakala le le laetša diphetogo tša bjale matlakaleng a go hlomaganya.
678 Matlakala ago ba [[Special:Watchlist|lenanong la gago la matlakala ditlhapetšo]] a '''ngwadilwe ka bogolo'''.",
679 'recentchangeslinked-page' => 'Leina la letlakala:',
680 'recentchangeslinked-to' => 'Laetša diphetogo go matlakala ago hlomanya le letlakala leo',
681
682 # Upload
683 'upload' => 'Lokela Faele',
684 'uploadbtn' => 'Lokela faele',
685 'uploadlogpage' => "''log'' yago lokela",
686 'filedesc' => 'Kakaretšo',
687 'fileuploadsummary' => 'Kakaretšo:',
688 'filesource' => 'Mothopo:',
689 'savefile' => 'Boloka faele',
690 'uploadedimage' => '"[[$1]]" e loketšwe',
691 'watchthisupload' => "Tlhapetša ''faele'' ye",
692
693 'license' => 'Laesense/Tumello:',
694 'license-header' => 'Laesense',
695 'license-nopreview' => '(Ponopele ga e gona)',
696 'upload_source_file' => '(faele go khomphuthara ya gago)',
697
698 # Special:ListFiles
699 'imgfile' => 'faele',
700 'listfiles' => 'Lenano la difaele',
701 'listfiles_date' => 'Letšatšikgwedi',
702 'listfiles_name' => 'Leina',
703 'listfiles_user' => 'Mošumiši',
704 'listfiles_size' => 'Bogolo',
705
706 # File description page
707 'file-anchor-link' => 'Faele',
708 'filehist' => 'Histori ya faele',
709 'filehist-help' => 'Pinyeletša go letšatšikgwedi/nako go bona faela ka tsela yeo ebego e le ka gona nakong yeo.',
710 'filehist-deleteall' => 'phumula ka moka',
711 'filehist-deleteone' => 'phumula',
712 'filehist-revert' => 'bušetša',
713 'filehist-current' => 'bjale',
714 'filehist-datetime' => 'LetšatšiKgwedi/Nako',
715 'filehist-thumb' => 'Nkgogorupo-Nala',
716 'filehist-thumbtext' => 'Nkgogorupo-Nala ya "version" go tloga $1',
717 'filehist-user' => 'Mošomiši',
718 'filehist-dimensions' => 'Bogolo',
719 'filehist-filesize' => 'Bogolo ba faele',
720 'filehist-comment' => 'Comment',
721 'imagelinks' => 'Tirišo ya Faele',
722 'linkstoimage' => '{{PLURAL:$1|Letlakala le ke |$1 ya matlakala a}} latelago a hlomaganya go faele ye:',
723 'nolinkstoimage' => 'Gago matlakala a hlomaganyago faeleng ye.',
724 'sharedupload' => 'Faele ye e tšwa $1 e bile a kaba e šumišwa ke ditirotherwa tše dingwe.',
725 'sharedupload-desc-here' => 'Letlakala le letšwa $1 ebile le ka ba ke šumišwa ke di projeke tše dingwe.
726 Tlhaloso ya [letlakala $2 tlhaloso ya faele] le laetšwa kago latela.',
727 'uploadnewversion-linktext' => 'Lokela peoletšo ye mphsa ya faele',
728
729 # File reversion
730 'filerevert-comment' => 'Lebaka:',
731 'filerevert-defaultcomment' => 'Boela go poeletšo ya go tloga go $2, $1',
732
733 # File deletion
734 'filedelete' => 'Phumula $1',
735 'filedelete-legend' => 'Phumula faele',
736 'filedelete-intro' => "O phumula '''[[Media:$1|$1]]'''.",
737 'filedelete-comment' => 'Lebaka:',
738 'filedelete-submit' => 'Phumula',
739 'filedelete-success' => "'''$1''' e phumutšwe.",
740 'filedelete-nofile' => "'''$1''' ga e gona.",
741 'filedelete-otherreason' => 'Mabaka a mangwe:',
742 'filedelete-reason-otherlist' => 'Lebaka le lengwe',
743
744 # MIME search
745 'mimesearch' => 'fetleka MIME',
746
747 # List redirects
748 'listredirects' => "Lenano la di-''redirect''",
749
750 # Unused templates
751 'unusedtemplates' => "''templates'' tša go se šomišwe",
752 'unusedtemplateswlh' => 'dihlomaganyo tše dingwe',
753
754 # Random page
755 'randompage' => 'Letlakala le lengwe le le lengwe',
756
757 # Random redirect
758 'randomredirect' => "''redirect'' engwe le engwe",
759
760 # Statistics
761 'statistics' => 'Dipalopalo',
762 'statistics-header-users' => 'Dipalopalo tša mošomiši',
763
764 'doubleredirects' => "Di''redirect'' goya go ''redirect''",
765
766 'brokenredirects' => "''redirect'' tša go robega",
767 'brokenredirects-edit' => 'fetola',
768 'brokenredirects-delete' => 'phumula',
769
770 'withoutinterwiki' => 'Matlakala a senago dihlomaganyo tša dipolelo',
771 'withoutinterwiki-submit' => 'Bontšha',
772
773 'fewestrevisions' => 'Matlakala a goba le diphetogo tše nnyenyane',
774
775 # Miscellaneous special pages
776 'nbytes' => '$1 {{PLURAL:$1|byte|bytes}}',
777 'nlinks' => '$1 {{PLURAL:$1|hlomaganyo|dihlomaganyo}}',
778 'nmembers' => '$1 {{PLURAL:$1|leloko|maloko}}',
779 'nrevisions' => '$1 {{PLURAL:$1|poeletšo|dipoeletšo}}',
780 'lonelypages' => 'Matlakala a ditšhuana',
781 'uncategorizedpages' => 'Matlakala ago sebe le magoro',
782 'uncategorizedcategories' => 'Dihlopha tšago sebe le magoro',
783 'uncategorizedimages' => 'Difaele tšago hloka magoro',
784 'uncategorizedtemplates' => "''Templates'' tšago sebe le magoro",
785 'unusedcategories' => 'Dihlopha tša go se šomišwe',
786 'unusedimages' => 'Difaele tša go se šomišwe',
787 'popularpages' => 'Matlakala a go tuma',
788 'wantedcategories' => 'Dihlopha tšago nyakega',
789 'wantedpages' => 'Matlakala ago nyakega',
790 'mostlinked' => 'Matlakala a go hlomaganya go feta a mangwe',
791 'mostlinkedcategories' => 'Dihlopha tša go hlomaganya go feta tše dingwe',
792 'mostlinkedtemplates' => "''templates'' tša go hlomaganya go feta tše dingwe",
793 'mostcategories' => 'Matlakala a goba le dihlopha tše dintšhi',
794 'mostimages' => 'Faele tša go hlomaganya go feta tše dingwe',
795 'mostrevisions' => 'Matlakala a goba le diphetogo tše dintšhi',
796 'prefixindex' => "Matlakala ka moka a goba le hlogo (''prefix'')",
797 'shortpages' => 'Matlakala a makopana',
798 'longpages' => 'Matlakala a matelele',
799 'deadendpages' => "Matlakala a seye felo(''Dead-end'')",
800 'protectedpages' => 'Matlakala a go lotiwa',
801 'listusers' => 'Lanano la mošomiši',
802 'usercreated' => '{{GENDER:$3|Hlodilwe}} ka $1 go $2',
803 'newpages' => 'Matlakala a mampsha',
804 'ancientpages' => 'Matlakala a kgalekgale',
805 'move' => 'Huduša',
806 'movethispage' => 'Huduša letlakala le',
807 'pager-newer-n' => '{{PLURAL:$1|1 ye mpšha|$1 tše mpšha}}',
808 'pager-older-n' => '{{PLURAL:$1|1 ya kgale|$1 tša kgale}}',
809
810 # Book sources
811 'booksources' => 'Dipuku tša mothopo',
812 'booksources-search-legend' => 'Fetleka mothopo wa dipuku',
813 'booksources-go' => 'Sepela',
814
815 # Special:Log
816 'specialloguserlabel' => 'Modiri:',
817 'speciallogtitlelabel' => 'Thaetlele (goba mošumiši):',
818 'log' => "Di-''log''",
819 'all-logs-page' => "Di-''log'' tša bohle ka moka",
820
821 # Special:AllPages
822 'allpages' => 'Matlakala ka moka',
823 'alphaindexline' => '$1 goya go $2',
824 'nextpage' => 'Letlakala lago latela ($1)',
825 'prevpage' => 'Letlakala la go feta ($1)',
826 'allpagesfrom' => 'Bontšha matlakala go thoma go :',
827 'allpagesto' => 'Bontšha matlakala go felela go :',
828 'allarticles' => 'Matlakala ka moka',
829 'allpagessubmit' => 'Eya',
830 'allpagesprefix' => "Laetša matlakala agoba le hlogo (''prefix''):",
831
832 # Special:Categories
833 'categories' => 'Dihlopha',
834
835 # Special:DeletedContributions
836 'deletedcontributions' => 'Diabe tša mošomiši tšeo di phumutšwego',
837 'deletedcontributions-title' => 'Diabe tša mošomiši tšeo di phumutšwego',
838
839 # Special:LinkSearch
840 'linksearch' => 'Fehleka dihlomaganyo tša ntle',
841 'linksearch-ok' => 'Fetleka',
842 'linksearch-line' => '$1 e kgokaganywa gotšwa $2',
843
844 # Special:ListUsers
845 'listusers-submit' => 'Bontšha',
846
847 # Special:ListGroupRights
848 'listgrouprights-members' => '(Lenano la ditho)',
849
850 # Email user
851 'emailuser' => 'Romela mošomiši yo molaetša',
852 'emailpage' => 'Romela email go mošomiši',
853 'noemailtitle' => 'Gago email atrese',
854 'emailfrom' => 'Go tšwa go:',
855 'emailsubject' => 'Sebolelwa:',
856 'emailmessage' => 'Molaetša:',
857 'emailsend' => 'Romela',
858 'emailccme' => 'Nromela kopi ya melaetša.',
859 'emailccsubject' => 'Kopi ya molaetša wa gago goya go $1: $2',
860 'emailsent' => 'E-mail e rometšwe',
861 'emailsenttext' => 'Molaetša wa gago wa email gawa romelwa.',
862
863 # Watchlist
864 'watchlist' => 'Lenano la ditlhapetšo tša ka',
865 'mywatchlist' => 'Lenano la ditlhapetšo tša ka',
866 'watchlistfor2' => 'Ya $1 $2',
867 'addedwatchtext' => "Letlakala \"[[:\$1]]\" le tsene go [[Special:Watchlist|watchlist]] ya gago.
868 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.
869
870 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.",
871 'removedwatchtext' => 'Letlakala "[[:$1]]" letlošitšwe go [[Special:Watchlist|lenano la gago la ditlhapetšo]].',
872 'watch' => 'Tlhapetša',
873 'watchthispage' => 'Tlhapetša letlakala le',
874 'unwatch' => 'Tloša tlhapešo',
875 '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).',
876 'wlshowlast' => 'Laetša $1 diiri $2 matšatši $3 tša gofeta',
877 'watchlist-options' => 'Dikgatlego tša lenano la ditlhapetšo',
878
879 # Displayed when you click the "watch" button and it is in the process of watching
880 'watching' => 'Tlhapeditše...',
881 'unwatching' => 'Tlhapetšo eya tlošwa ...',
882
883 'enotif_reset' => 'Swaya matlakala kamoka awe oa etetšego',
884 'enotif_impersonal_salutation' => '{{SITENAME}} mošumiši',
885 'enotif_lastvisited' => 'Lebelela $1 go bona diphetogo ka moka gotloga ge go tsena la mafelelo.',
886 'enotif_lastdiff' => 'Bona $1 go nyakorela phetogo ye.',
887 'created' => 'tlhodilwe',
888 'changed' => 'fetotšwe',
889
890 # Delete
891 'deletepage' => 'Phumula letlakala',
892 'excontent' => "mateng ebe e le: '$1'",
893 'delete-legend' => 'Phumula',
894 'historywarning' => "'''Temošo:''' Letlakala leo o lekago go lephumula le nale histori le {{:$1|phetogo|diphetogo}}:",
895 'confirmdeletetext' => 'O phumula letlakala le histori ka moka ya lona.
896 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]].',
897 'actioncomplete' => 'Kgopelo e phetilwe ka katlego',
898 'actionfailed' => 'Tiro e padile',
899 'deletedtext' => '"$1" e phumutšwe.
900 Lebelela $2 go hweetša sedi ka diphulo tša bjale.',
901 'dellogpage' => "''Log'' yago phumula",
902 'deletecomment' => 'Lebaka:',
903 'deleteotherreason' => 'Mabaka a mangwe:',
904 'deletereasonotherlist' => 'Mabaka a mangwe',
905
906 # Rollback
907 'rollbacklink' => 'bošetša morago',
908 'editcomment' => "Ahlaahlo ya phetogo e bile : \"''\$1''\".",
909
910 # Protect
911 'protectlogpage' => "''Log'' yago lota",
912 'protectedarticle' => 'lotilwe "[[$1]]"',
913 'modifiedarticleprotection' => 'fetotše mokgwa wa go lota "[[$1]]"',
914 'prot_1movedto2' => '[[$1]] e hudugile goya go [[$2]]',
915 'protect-legend' => 'Tiišetša go lota',
916 'protectcomment' => 'Lebaka:',
917 'protectexpiry' => 'Fetatšatši:',
918 'protect_expiry_invalid' => 'Fetatšatši, nako ye ga ya dumelwa.',
919 'protect_expiry_old' => 'Fetatšatši ke ya nako yeo e fetilego.',
920 'protect-text' => "O ka lebelela lego fetola seemo sa go lota sa letlakala '''$1'''.",
921 'protect-locked-access' => "Tšhupaleloko ya gago ga ena tumello ya go fetola seemo sago lota ga letlakala.
922 Seemo sa go lota ga letlakala '''$1''':",
923 '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.',
924 'protect-default' => 'Dumella bašumiši ka moka',
925 'protect-fallback' => 'Go nyakega tumello ya "$1"',
926 'protect-level-autoconfirmed' => "Thiba bašumiši ba bafša le bao ba sakago ba engwadiša(''unregistered'')",
927 'protect-level-sysop' => 'Sysops feela',
928 'protect-summary-cascade' => 'cascading',
929 'protect-expiring' => 'fetatšatši ke $1 (UTC)',
930 'protect-cascade' => 'Lota matlakala, akaretša le letlakala le (go lota ka kakaretšo)',
931 'protect-cantedit' => 'Ga o kgone go fetola tekano ya bolotego letlakaleng le, ka ge o sena tumello yago bofetola.',
932 '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',
933 'restriction-type' => 'Tumello:',
934 'restriction-level' => 'Seemo sago Lota:',
935
936 # Restrictions (nouns)
937 'restriction-edit' => 'Fetola',
938 'restriction-move' => 'Huduša',
939 'restriction-create' => 'Tlhola',
940
941 # Undelete
942 'undelete' => 'Nyakorela matlakala ago phumulwa',
943 'viewdeletedpage' => 'Nyakorela matlakala ago phumulwa',
944 'undeletebtn' => 'Hlaphola',
945 'undeletelink' => 'Nyakorela/hlaphola',
946 'undeleteviewlink' => 'ponagalo',
947 'undeletecomment' => 'Lebaka:',
948 'undelete-search-prefix' => 'Laetśa matlakala a go thoma ka:',
949 'undelete-search-submit' => 'Fetleka',
950
951 # Namespace form on various pages
952 'namespace' => 'Namespace:',
953 'invert' => 'Fetola kgetho',
954 'blanknamespace' => '(Hlogo)',
955
956 # Contributions
957 'contributions' => 'Diabe tša mošomiši',
958 'contributions-title' => 'Diabe tša mošumiši go $1',
959 'mycontris' => 'Diabe tša ka',
960 'contribsub2' => 'Ya $1 ($2)',
961 'uctop' => '(godimo)',
962 'month' => 'Go tloga kgweding (le peleng):',
963 'year' => 'Go tloga ngwageng (le peleng):',
964
965 'sp-contributions-newbies' => 'Laetša diabe tša bašumiši ba bafsa fela',
966 'sp-contributions-newbies-sub' => 'Tša tšhupaleloko tše mphsa',
967 'sp-contributions-blocklog' => "''Log'' yago thiba",
968 'sp-contributions-deleted' => 'diabe tša mošomiši tšeo di phumutšwego',
969 'sp-contributions-uploads' => 'di-"upload"',
970 'sp-contributions-logs' => "Di-''log''",
971 'sp-contributions-talk' => 'Poledišano',
972 'sp-contributions-search' => 'Fetleka diabe',
973 'sp-contributions-username' => 'IP Atrese goba leina la mošomiši:',
974 'sp-contributions-toponly' => 'Laetša diphetogo tša dipušeletšo tša bjale',
975 'sp-contributions-submit' => 'Fetleka',
976
977 # What links here
978 'whatlinkshere' => 'Ke eng yeo e hlomaganyago mo',
979 'whatlinkshere-title' => 'Matlakala a go hlomaganya go "$1"',
980 'whatlinkshere-page' => 'Letlakala:',
981 'linkshere' => "Matlaka a latelago a hlomaganya le '''[[:$1]]''':",
982 'nolinkshere' => "Ga go letlakala leo le hlomaganyago go '''[[:$1]]'''.",
983 'isredirect' => "''redirect'' letlakala",
984 'istemplate' => 'tsentšho',
985 'isimage' => 'Hlomaganyo ya Faele',
986 'whatlinkshere-prev' => '{{PLURAL:$1|fetile|fetile $1}}',
987 'whatlinkshere-next' => '{{PLURAL:$1|latela|latela $1}}',
988 'whatlinkshere-links' => '← dihlomaganyago',
989 'whatlinkshere-hideredirs' => '$1 di "redirect"',
990 'whatlinkshere-hidetrans' => '$1 transclusions',
991 'whatlinkshere-hidelinks' => '$1 dihlomaganyago',
992 'whatlinkshere-hideimages' => '$1 seswantšho dihlomaganyo',
993 'whatlinkshere-filters' => 'Dihlotla',
994
995 # Block/unblock
996 'blockip' => 'Thibela mošomiši go tsena',
997 'ipbexpiry' => 'Fetatšatši:',
998 'ipbreason' => 'Lebaka:',
999 'ipbreasonotherlist' => 'Lebaka le lengwe',
1000 'ipbsubmit' => 'Thiba mošomiši yo',
1001 'ipbother' => 'Nako yengwe:',
1002 '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',
1003 'ipbotheroption' => 'yengwe',
1004 'ipblocklist' => "Bašumiši bao bathibilwego(''blocked'')",
1005 'ipblocklist-submit' => 'Fetleka',
1006 'emailblock' => 'e-mail e thibilwe',
1007 'blocklink' => 'thibela',
1008 'unblocklink' => 'tloša thibelo',
1009 'change-blocklink' => 'fetola go thiba',
1010 'contribslink' => 'diabelo',
1011 'blocklogpage' => "''log'' yago Thiba",
1012 'blocklogentry' => 'Thibela [[$1]] ka fetšatši ya $2 $3',
1013 'unblocklogentry' => 'Gago thibelo $1',
1014 'block-log-flags-nocreate' => 'Go hloma tšhupaleloko gago dumelege',
1015 'block-log-flags-noemail' => 'e-mail e thibilwe',
1016
1017 # Move page
1018 'move-page-legend' => 'Huduša letlakala',
1019 'movepagetext' => "Ge o šomiša fomo ye mo tlase, letlakala le kgale le history ya lona di tla huduga go ya letlakaleng le lemphsa.
1020 Letlakala la kgale le ba ''redirect'' go ya letlakaleng le lemphsa.
1021 Dihlomaganyo goya letlakaleng la kgale ga di fetolwe; gopola go sekaseka di [[Special:DoubleRedirects|''double'']] goba [[Special:BrokenRedirects|''broken redirects'']].
1022
1023 Ke boikarabela ba gago go kgonthišisa gore dihlomaganyo di tšhwela pele go šupa mowe di swanetšego goya.
1024
1025 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.
1026 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.
1027
1028 '''TEMOŠO!'''
1029 Se sekapa le dipheto tšeo di sa letelwago go matlakala atumilego;
1030 Ka kgopelo kgontišiša gore o kwešiša ditla morago tša se, pele o tšwelapele.",
1031 'movepagetalktext' => "Letlakala la dipoledišano lago hlobana le letlakala le le tla hudušwa '''ntle le ge''':
1032
1033 *Ge letlakala la dipoledišano la leina le lemphsa lephela, goba
1034 *O sa kgetha go le huduša tlase ga letlakala le.
1035
1036 Ge go le bjalo,o tla swanela ke go huduša goba go kopanya matlakala ka bowena.",
1037 'movearticle' => 'Huduša letlakala:',
1038 'newtitle' => 'Goya go taetlile:',
1039 'move-watch' => 'Tlhapetša letlakala le',
1040 'movepagebtn' => 'Huduša letlakala',
1041 'pagemovedsub' => 'Hudugile ka katlego',
1042 'movepage-moved' => '\'\'\'"$1" e hudušitšwe go "$2"\'\'\'',
1043 'articleexists' => 'Letlakala la goba le leina le legona, goba
1044 leina leo o le kgethilego ga la dumelega.
1045 Ka kgopelo, kgetha leina le lengwe.',
1046 'movetalk' => 'Huduša letlakala la dipoledišano la go hlobana le letlakala le',
1047 'movelogpage' => "''log'' yago huduša",
1048 'movereason' => 'Lebaka:',
1049 'revertmove' => 'bušetša',
1050 'delete_and_move_confirm' => 'E, phumula letlakala le',
1051
1052 # Export
1053 'export' => 'Matlakala a diyantle',
1054
1055 # Namespace 8 related
1056 'allmessages' => 'Melaetša ya tlhamego',
1057 'allmessagesname' => 'Leina',
1058 'allmessagesdefault' => 'Dihlaka tša molaetša tša "default"',
1059
1060 # Thumbnails
1061 'thumbnail-more' => 'Godiša/Atologa',
1062 'thumbnail_error' => "Phoso go tlhama ''thumbnail'': $1",
1063
1064 # Special:Import
1065 'import-comment' => 'Ahlaahla:',
1066 'import-revision-count' => '$1 {{PLURAL:$1|poeletšo|dipoeletšo}}',
1067
1068 # Import log
1069 'importlogpage' => "''Log'' yago lokela",
1070 'import-logentry-upload-detail' => '$1 {{PLURAL:$1|poeletšo|dipoeletšo}}',
1071 'import-logentry-interwiki-detail' => '$1 {{PLURAL:$1|poeletšo|dipoeletšo}} gotšwa go $2',
1072
1073 # Tooltip help for the actions
1074 'tooltip-pt-userpage' => 'Letlakala (la mošomiši) lago',
1075 'tooltip-pt-mytalk' => 'Letlakala la gago la dipolelo',
1076 'tooltip-pt-preferences' => "Dikgetho (''preference'') tša ka",
1077 'tooltip-pt-watchlist' => 'Lenano la matlakala ago tlhapetšwa diphetogo ke wena',
1078 'tooltip-pt-mycontris' => 'Lenano la diabe tša gago',
1079 'tooltip-pt-login' => 'O a kgothatšwa gore o tsene, e efela ga se kgapeletšo.',
1080 'tooltip-pt-logout' => 'Etšwa fa/Tswalela/Log out',
1081 'tooltip-ca-talk' => 'Poledišano mabapi le letlakala le',
1082 '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.',
1083 'tooltip-ca-addsection' => 'Lokela sekgao se seswa',
1084 'tooltip-ca-viewsource' => 'Letlakala le le lotilew. O ka lebelela mothopo fela.',
1085 'tooltip-ca-history' => 'Lebelela thumeletšo ya go feta ya letlakala le',
1086 'tooltip-ca-protect' => 'Lota letlakala le',
1087 'tooltip-ca-delete' => 'Phumula letlakala le',
1088 'tooltip-ca-move' => 'Huduša letlakala le',
1089 'tooltip-ca-watch' => 'Lokela letlakala le go lenano la gago la tlhapetšo',
1090 'tooltip-ca-unwatch' => 'Tloša letlakala le go lenano la gago la matlakala a go tlhapetšwa',
1091 'tooltip-search' => 'Fetleka {{SITENAME}}',
1092 'tooltip-search-go' => 'Eya go letlakala la leina le, gaeba le le gona',
1093 'tooltip-search-fulltext' => 'Fetleka matlakala go hwetša mongwalo wo',
1094 'tooltip-p-logo' => 'Etela letlakala-tona',
1095 'tooltip-n-mainpage' => 'Etela letlakala la pele',
1096 'tooltip-n-mainpage-description' => 'Etela letlakala-tona',
1097 'tooltip-n-portal' => 'Mabapi le tirotherwa, seo o ka se dirago, o ka humana dilo kae',
1098 'tooltip-n-currentevents' => 'Humana sedi yengwe go ditiragalo tša bjale',
1099 'tooltip-n-recentchanges' => 'Lenano la diphetogo tša bjale go wiki.',
1100 'tooltip-n-randompage' => 'Laiša letlakala le lengwe le le lengwe',
1101 'tooltip-n-help' => 'O tla humana thušo mo.',
1102 'tooltip-t-whatlinkshere' => "Lenano la matlakala ao a hlomaganyago (''link'') mo",
1103 'tooltip-t-recentchangeslinked' => 'Diphetogo tša bjale go matlakala a go hlomaganya le letlakala le',
1104 'tooltip-feed-rss' => 'RSS feed tša letlakala le',
1105 'tooltip-feed-atom' => 'Atom "feed" tša letlakala le',
1106 'tooltip-t-contributions' => 'Lebelela lenano la diabe tša mošomiši yo',
1107 'tooltip-t-emailuser' => 'Romela molaetša go mošomiši yo',
1108 'tooltip-t-upload' => 'Lokela senepe goba difaele',
1109 'tooltip-t-specialpages' => 'Lenano la matlakala kamoka a kgethegilego',
1110 'tooltip-t-print' => 'Seemo sa letlakala le seo se ka gatišwago',
1111 'tooltip-t-permalink' => 'Hlomaganyo go poeletšo ye ya letlakala',
1112 'tooltip-ca-nstab-main' => 'Nyakoretša boteng bja letlakala',
1113 'tooltip-ca-nstab-user' => 'Lebelela letlakala la mošomiši',
1114 'tooltip-ca-nstab-special' => 'Letlakala le le kgethegile, gago kgonege go le fetola',
1115 'tooltip-ca-nstab-project' => 'Lebelela letlakala la tirotherwa',
1116 'tooltip-ca-nstab-image' => 'Lebelela letlakala',
1117 'tooltip-ca-nstab-template' => "Lebelela ''template''",
1118 'tooltip-ca-nstab-help' => 'Lebelea matlakala a thušo',
1119 'tooltip-ca-nstab-category' => 'Lebelela letlakala la sehlopha',
1120 'tooltip-minoredit' => 'Swaya se bjalo ka phetogo ye nnyenyane',
1121 'tooltip-save' => 'Boloka diphetogo tša gago',
1122 'tooltip-preview' => 'E laetša gore diphetogo di tla lebega bjang, e šomiše pele ga ge o boloka letlakala!',
1123 'tooltip-diff' => 'Laetša diphetogo tšeo o di dirilego go mongwalo.',
1124 'tooltip-compareselectedversions' => 'Bontšha phapano magareng ga di dihlopha tše pedi tša diphetogo tšeo o di kgetilego letlakaleng le.',
1125 'tooltip-watch' => 'Lokela letlakala le go lenano la gago la matlakala ago tlhapetšwa',
1126 'tooltip-rollback' => 'Bošetša diphetogo letlakaleng morago go mošumiši wa mafelo',
1127 'tooltip-undo' => '"Undo" e tloša dipheto tše, ya bula letlakala go nyakorela fela. E go dumela go ngawla lebaka go dikakaretšo.',
1128 'tooltip-summary' => 'Lokela kakaretšo e kopana',
1129
1130 # Attribution
1131 'siteuser' => '{{SITENAME}} mošumiši $1',
1132 'lastmodifiedatby' => 'Letlakala le fetotšwe la mafelelo ka $2, $1 ke $3.',
1133 'others' => 'tše dingwe',
1134 'siteusers' => '{{SITENAME}} {{PLURAL:$2|mošumiši|bašumiši}} $1',
1135
1136 # Image deletion
1137 'filedeleteerror-short' => 'Phošo go phumuleng faele: $1',
1138 'filedeleteerror-long' => 'Diphošo di hlagile ge go phumulwa faele:
1139
1140 $1',
1141 'filedelete-missing' => 'Faele "$1" ga e phumulege ka ge e segona.',
1142
1143 # Browsing diffs
1144 'previousdiff' => '← Dophapano tšago feta',
1145 'nextdiff' => 'Diphapano tše dimpšha →',
1146
1147 # Media information
1148 'widthheightpage' => '$1 × $2, $3 {{PLURAL:$3|letlakala|matlakala}}',
1149 'file-info-size' => '$1 × $2 pixel, bogolo ba faele: $3, Mohuta wa MIME: $4',
1150 'file-nohires' => "Gago ''resolution'' ya go feta mo.",
1151 'svg-long-desc' => 'SVG faele, nominally $1 × $2 pixels, bogolo ba faele: $3',
1152 'show-big-image' => "''resolution'' ya gofella",
1153
1154 # Special:NewFiles
1155 'newimages' => "''Gallery'' ya difaele tše mpsha",
1156 'ilsubmit' => 'Fetleka',
1157 'bydate' => 'ka letšatšikgwedi',
1158
1159 # Bad image list
1160 'bad_image_list' => "''Format'' e ka mokgwa wo o latelago:
1161
1162 Ke fela tšeo dilego lenano (methalo ya go thoma ka *) yeo e dumeletšwego.
1163 Hlomaganyo ya mathomo mothalong e swanetše go hlomaganya le seswantšho sa go senyega.
1164 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.",
1165
1166 # Metadata
1167 'metadata' => 'Metadata',
1168 '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.",
1169 'metadata-expand' => 'Bontšha sedi ya gotlala(extended)',
1170 'metadata-collapse' => "Fihla sedi ya gotlala(''extended'')",
1171 'metadata-fields' => " metadata ''fields'' tšao dilego go molaetša wo, di tla tsenywa go
1172 letlakala la seswantšho ge tafola ya metadata e bulwa. Tše dingwe tša di ''fields'' di tla fihliwa.
1173 * make
1174 * model
1175 * datetimeoriginal
1176 * exposuretime
1177 * fnumber
1178 * isospeedratings
1179 * focallength
1180 * artist
1181 * copyright
1182 * imagedescription
1183 * gpslatitude
1184 * gpslongitude
1185 * gpsaltitude",
1186
1187 # Exif tags
1188 'exif-imagewidth' => 'Bophara',
1189 'exif-imagelength' => 'Botelele',
1190 'exif-artist' => 'Mongwadi',
1191
1192 'exif-componentsconfiguration-0' => 'Ga e gona',
1193
1194 'exif-subjectdistance-value' => '$1 metara',
1195
1196 'exif-meteringmode-1' => 'Palogare',
1197
1198 # 'all' in various places, this might be different for inflected languages
1199 'watchlistall2' => 'ka moka',
1200 'namespacesall' => 'ka moka',
1201 'monthsall' => 'ka moka',
1202
1203 # Multipage image navigation
1204 'imgmultipageprev' => '← letlakala la go feta',
1205 'imgmultipagenext' => 'letlakala lago latela →',
1206
1207 # Table pager
1208 'table_pager_next' => 'Letlakala la go latela',
1209 'table_pager_prev' => 'Letlakala la gofeta',
1210 'table_pager_first' => 'Letlakala la pele',
1211 'table_pager_last' => 'Letlakala la mafelelo',
1212 'table_pager_empty' => 'Ga gona sepheto',
1213
1214 # Auto-summaries
1215 'autosumm-new' => "Tlhodile letlakala ka '$1'",
1216
1217 # Watchlist editor
1218 '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.',
1219 'watchlistedit-noitems' => 'Lenano la gago la ditlhapetšo ga lena dithaetlele.',
1220 'watchlistedit-normal-title' => 'Felotal lenano la ditlhapetšo',
1221 'watchlistedit-normal-legend' => 'Tloša dithaetlele go lenano la ditlhapetšo',
1222 'watchlistedit-normal-submit' => 'Tloša thaetlele',
1223
1224 # Watchlist editing tools
1225 'watchlisttools-view' => 'Nyakoretša diphetogo tša gona',
1226 'watchlisttools-edit' => 'Lebelela lego fetola lenano la ditlhapetšo',
1227 'watchlisttools-raw' => "Fetola lenano le letala (''raw'') la ditlhapetšo",
1228
1229 # Core parser functions
1230 'duplicate-defaultsort' => '\'\'\'Hlokomela:\'\'\' Default sort key "$2" e tla phumula ya pele default sort key "$1".',
1231
1232 # Special:Version
1233 'version' => "''Version''",
1234
1235 # Special:FileDuplicateSearch
1236 'fileduplicatesearch-submit' => 'Fetleka',
1237
1238 # Special:SpecialPages
1239 'specialpages' => 'Matlakala a kgethegilego',
1240
1241 # External image whitelist
1242 'external_image_whitelist' => ' #Tlogela letlakale ka mokgwa wo<pre>
1243 #Tsenya "regular expression fragments" (parata ya magareng ga //) below
1244 #These will be matched with the URLs of external (hotlinked) images
1245 #Those that match will be displayed as images, otherwise only a link to the image will be shown
1246 #Lines beginning with # are treated as comments
1247 #This is case-insensitive
1248
1249 #Put all regex fragments above this line. Leave this line exactly as it is</pre>',
1250
1251 # Special:Tags
1252 'tag-filter' => '[[Special:Tags|Tag]] "filter":',
1253
1254 # Special:ExpandTemplates
1255 'expand_templates_output' => 'Phetho',
1256
1257 );