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