00001 <?php 00014 $namespaceNames = array( 00015 NS_MEDIA => 'Media', 00016 NS_SPECIAL => 'Special', 00017 NS_TALK => 'Bolediša', 00018 NS_USER => 'Mošomi', 00019 NS_USER_TALK => 'Boledišana_le_Mošomi', 00020 NS_PROJECT_TALK => '$1_Poledišano', 00021 NS_FILE => 'Seswantšho', 00022 NS_FILE_TALK => 'Poledišano_ya_Seswantšho', 00023 NS_MEDIAWIKI => 'MediaWiki', 00024 NS_MEDIAWIKI_TALK => 'Poledišano_ya_MediaWiki', 00025 NS_TEMPLATE => 'Template', 00026 NS_TEMPLATE_TALK => 'Poledišano_ya_Template', 00027 NS_HELP => 'Thušo', 00028 NS_HELP_TALK => 'Poledišano_ya_Thušo', 00029 NS_CATEGORY => 'Setensele', 00030 NS_CATEGORY_TALK => 'Poledišano_ya_Setensele', 00031 ); 00032 00033 $magicWords = array( 00034 'currentmonth' => array( '1', 'KGWEDI_BJALE', 'CURRENTMONTH' ), 00035 'currentmonthname' => array( '1', 'LEINA_KGWEDI_BJALE', 'CURRENTMONTHNAME' ), 00036 'currentday' => array( '1', 'LEHONO_LETSATSI', 'CURRENTDAY' ), 00037 'currentday2' => array( '1', 'LEHONO_LETSATSI2', 'CURRENTDAY2' ), 00038 'currentdayname' => array( '1', 'LEHONO_LETSATSILEINA', 'CURRENTDAYNAME' ), 00039 'currentyear' => array( '1', 'NGWAGA_BJALE', 'CURRENTYEAR' ), 00040 'currenttime' => array( '1', 'NAKO_BJALE', 'CURRENTTIME' ), 00041 'currenthour' => array( '1', 'IRI_BJALE', 'CURRENTHOUR' ), 00042 ); 00043 00044 $messages = array( 00045 # User preference toggles 00046 'tog-underline' => 'Tsenya mothalafase go dihlomaganyo:', 00047 '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>).', 00048 'tog-hideminor' => 'Fihla diphetogo tše nnyenyane', 00049 'tog-showtoolbar' => "Botšha ''toolbar'' ya go fetola (JavaScript)", 00050 'tog-editondblclick' => 'Fetola matlakala ka go thathapa gabedi (JavaScript)', 00051 'tog-editsection' => 'Dumella go fetola sekgao ka [fetola] hlomaganyo', 00052 'tog-editsectiononrightclick' => 'Dumella go fetola sekgao ka thathapa ka lagoja thaetlele ya sekgao (JavaScript)', 00053 'tog-showtoc' => 'Bontšha Tatelano ya dikagare (go matlakala a goba le dihlogo tša go feta 3)', 00054 'tog-rememberpassword' => 'Gopola sedi ya go tsena yaka go khomphutha ye', 00055 'tog-editwidth' => 'Lepokisi la diphetogo lebe le bophara ba go tlala', 00056 'tog-watchcreations' => 'Tsenya matlaka a mafsa ao ke a ngwalago go lenano laka la ditlhapetšo', 00057 'tog-watchdefault' => 'Tsenya matlaka ao ke a fetolago go lenano laka la ditlhapetšo', 00058 'tog-watchmoves' => 'Tsenya matlaka ao ke a hudušago go lenano laka la ditlhapetšo', 00059 'tog-watchdeletion' => 'Tsenya matlaka ao ke a phumulago go lenano laka la ditlhapetšo', 00060 'tog-minordefault' => 'Swaya diphetogo ka moka bjalo ka diphetogo tše nnyenyane', 00061 'tog-previewontop' => 'Bontšha Ponopele pele ga lepokisi la diphetogo', 00062 'tog-previewonfirst' => 'Bontšha Ponopeleka phetogo ya pele', 00063 'tog-nocache' => "Thibela go tsenya matlakala go segakolodi (''cache'')", 00064 'tog-enotifwatchlistpages' => 'Nromele molaetša ge letlaka leo ke le tlhapetšego le eba le diphetogo', 00065 'tog-enotifusertalkpages' => 'Nromele molaetša ge letlakala la Dipoledišano laka le fetoga', 00066 'tog-enotifminoredits' => 'Nromele email ge goba le diphetogo tše nnyenyane go matlakala', 00067 'tog-enotifrevealaddr' => 'Bonagatša email atrese go temošo tša poso', 00068 'tog-shownumberswatching' => 'Laetša palo bašomiši bao ba tlhapetšego', 00069 'tog-fancysig' => 'Tsaeno ye tala (ntle le dihlomaganyo tša noši)', 00070 'tog-externaleditor' => 'Šomiša sengwadi sa kantle', 00071 'tog-forceeditsummary' => 'Ntaetše ge kesa tsenye mongwalo go kakaretšo ya dithetogo', 00072 'tog-watchlisthideown' => 'Fihla diphetogo tšeo di direlego ke nna go lenano la ditlhapetšo.', 00073 'tog-watchlisthideminor' => 'Fihla diphetogo tše nyenyane tšeo di direlego ke nna go lenano la ditlhapetšo', 00074 'tog-ccmeonemails' => 'Nromele kopi ya melaetša yeo ke romelago bašumiši ba bangwe', 00075 00076 'underline-always' => 'Kamehla', 00077 'underline-never' => 'Le ga tee', 00078 00079 # Dates 00080 'sunday' => 'Sontaga', 00081 'monday' => 'Mošupologo', 00082 'tuesday' => 'Labobedi', 00083 'wednesday' => 'Laboraro', 00084 'thursday' => 'Labone', 00085 'friday' => 'Labohlano', 00086 'saturday' => 'Mokibelo', 00087 'sun' => 'Sontaga', 00088 'mon' => 'Mošupologo', 00089 'tue' => 'Labobedi', 00090 'wed' => 'Laboraro', 00091 'thu' => 'Labone', 00092 'fri' => 'Labohlano', 00093 'sat' => 'Mokibelo', 00094 'january' => 'Pherekgong', 00095 'february' => 'Dibokwane', 00096 'march' => 'Hlakola', 00097 'april' => 'Moranang', 00098 'may_long' => 'Mopitlo', 00099 'june' => 'Phupu', 00100 'july' => 'Mosegamanye', 00101 'august' => 'Phato', 00102 'september' => 'Lewedi', 00103 'october' => 'Diphalane', 00104 'november' => 'Dibatsela', 00105 'december' => 'Manthole', 00106 'january-gen' => 'Pherekgong', 00107 'february-gen' => 'Dibokwane', 00108 'march-gen' => 'Hlakola', 00109 'april-gen' => 'Moranang', 00110 'may-gen' => 'Mopitlo', 00111 'june-gen' => 'Phupu', 00112 'july-gen' => 'Mosegamanye', 00113 'august-gen' => 'Phato', 00114 'september-gen' => 'Lewedi', 00115 'october-gen' => 'Diphalane', 00116 'november-gen' => 'Dibatsela', 00117 'december-gen' => 'Manthole', 00118 'jan' => 'Pherekgong', 00119 'feb' => 'Dibokwane', 00120 'mar' => 'Hlakola', 00121 'apr' => 'Moranang', 00122 'may' => 'May', 00123 'jun' => 'Phupu', 00124 'jul' => 'Mosegamanye', 00125 'aug' => 'Phato', 00126 'sep' => 'Lewedi', 00127 'oct' => 'Diphalane', 00128 'nov' => 'Dibatsela', 00129 'dec' => 'Manthole', 00130 00131 # Categories related messages 00132 'pagecategories' => '{{PLURAL:$1|Sehlopha|Dihlopha}}', 00133 'category_header' => 'Matlakala go sehlopha "$1"', 00134 'subcategories' => 'Dihlophana', 00135 'category-media-header' => 'Matlakala goba difaele go sehlopha "$1"', 00136 'category-empty' => "''Sehlopha se, ga se na matlakala goba difaele.''", 00137 'listingcontinuesabbrev' => 'tšweletša', 00138 00139 'about' => 'Mabapi', 00140 'article' => 'Letlakala la mateng', 00141 'newwindow' => '(e bula lefastere le lempsha)', 00142 'cancel' => 'Khansela', 00143 'qbfind' => 'Humana', 00144 'qbedit' => 'Fetola', 00145 'qbpageoptions' => 'Letlakala le', 00146 'qbmyoptions' => 'Matlakala a ka', 00147 'qbspecialpages' => 'Matlakala a itšego', 00148 'moredotdotdot' => 'Tše dingwe...', 00149 'mypage' => 'Letlakala la ka', 00150 'mytalk' => 'Dipolelo tša ka', 00151 'anontalk' => 'Poledišano ya IP ye', 00152 'navigation' => 'Tšwelotšo', 00153 'and' => ' le', 00154 00155 'errorpagetitle' => 'Phošo', 00156 'returnto' => 'Boela go $1.', 00157 'tagline' => 'Gotšwa go {{SITENAME}}', 00158 'help' => 'Thušo', 00159 'search' => 'Fetleka', 00160 'searchbutton' => 'Fetleka', 00161 'go' => 'Sepela', 00162 'searcharticle' => 'Eya', 00163 'history' => 'Histori ya letlakala', 00164 'history_short' => 'Histori', 00165 'updatedmarker' => 'fetotšwe esale ketelo yaka ya mafelelo', 00166 'info_short' => 'Sedi', 00167 'printableversion' => "''Version'' ya go gatišega", 00168 'permalink' => 'Hlomaganyo yao e tiišeditšwego', 00169 'edit' => 'Fetola', 00170 'create' => 'Tlhoma', 00171 'editthispage' => 'Fetola letlakala le', 00172 'create-this-page' => 'Tlhoma letlakala le', 00173 'delete' => 'Phumula', 00174 'deletethispage' => 'Phumula letlakala le', 00175 'protect' => 'Lota', 00176 'protect_change' => 'Fetola go lotega', 00177 'protectthispage' => 'Lota letlakala le', 00178 'unprotect' => 'Tloša go lota', 00179 'unprotectthispage' => 'Tloša go lota letlakaleng', 00180 'newpage' => 'Letlakala le lempsha', 00181 'talkpage' => 'Rêrišana ka letlakala le', 00182 'talkpagelinktext' => 'Bolela', 00183 'specialpage' => 'Matlaka a itšeng', 00184 'personaltools' => "Dithulusu tša gago (''personal'')", 00185 'postcomment' => 'Sekgao se sempsha', 00186 'articlepage' => 'Nyakoretša letlakala la mateng', 00187 'talk' => 'Poledišano', 00188 'views' => 'Dinyakorêtšo', 00189 'toolbox' => 'Lepokisi la dithulusu', 00190 'userpage' => 'Nyakorela letlakala la mošomiši', 00191 'projectpage' => 'Nyakoretša letlakala la tirotherwa', 00192 'imagepage' => "Nyakoretša letlakala la ''file''", 00193 'mediawikipage' => 'Nyakoretša letlakala la melaetša', 00194 'templatepage' => "Nyakoretša letlakala la ''template''", 00195 'viewhelppage' => 'Nyakoretša letlakala la thušo', 00196 'categorypage' => 'Nyakoretša letlakala la sehlopha', 00197 'viewtalkpage' => 'Nyakoretša dipoledišano', 00198 'otherlanguages' => 'Ka dipolelo tše dingwe', 00199 'redirectedfrom' => "(''Redirect'' go tšwa $1)", 00200 'redirectpagesub' => "''Redirect'' letlakala", 00201 'lastmodifiedat' => 'Letlakala le fetotšwe la mafelelo ka $2, $1.', # $1 date, $2 time 00202 'viewcount' => 'Letlakala le le butšwe ga {{PLURAL:$1|tee|$1}}.', 00203 'protectedpage' => 'Letlakala la go lotiwa', 00204 'jumpto' => 'Taboga go:', 00205 'jumptonavigation' => 'Tšweletšo', 00206 'jumptosearch' => 'fetleka', 00207 00208 # 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). 00209 'aboutsite' => 'Mabapi le {{SITENAME}}', 00210 'aboutpage' => 'Project:Mabapi', 00211 'copyright' => 'Mateng a hwetšagala tlase ga $1.', 00212 'copyrightpagename' => '{{SITENAME}} tumello ya bangwadi', 00213 'copyrightpage' => '{{ns:project}}:Tomello ya Mongwadi', 00214 'currentevents' => 'Ditirago tša bjale', 00215 'currentevents-url' => 'Project:Ditiragalo tša bjale', 00216 'disclaimers' => 'Hlapa-matsogo', 00217 'disclaimerpage' => 'Project:Hlapa-Matsogo', 00218 'edithelp' => 'Thušo ya go fetola', 00219 'edithelppage' => 'Help:Fetola', 00220 'helppage' => 'Help:Mateng', 00221 'mainpage' => 'Letlakala la Pele', 00222 'mainpage-description' => 'Letlakala la Pele', 00223 'policy-url' => 'Project:Melao', 00224 'portal' => "''Portal'' ya badudi", 00225 'portal-url' => 'Project:Portal ya Badudi', 00226 'privacy' => 'Melao ya praebesi', 00227 'privacypage' => 'Project:Polisi ya praefesi', 00228 00229 'badaccess' => 'Thušo ya tumello', 00230 'badaccess-group0' => 'Ga wa dumelwa go dira seo o lekago go se dira.', 00231 '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.', 00232 00233 'versionrequired' => 'Version $1 ya MediaWiki ea hlokega', 00234 'versionrequiredtext' => 'Version $1 ya MediaWiki ea hlokega go šomiša letlakala le. Lebelela [[Special:Version|letlakala la version]].', 00235 00236 'retrievedfrom' => 'Le tšwa go "$1"', 00237 'youhavenewmessages' => 'O na le $1 ($2).', 00238 'newmessageslink' => 'ya melaetša ye mefsa', 00239 'newmessagesdifflink' => 'phetogo ya mafelelo', 00240 'youhavenewmessagesmulti' => 'O nale melaetša ye mefsa go $1', 00241 'editsection' => 'lokiša', 00242 'editold' => 'fetola', 00243 'editsectionhint' => 'Fetola sekgao: $1', 00244 'toc' => 'Mateng', 00245 'showtoc' => 'bontšha', 00246 'hidetoc' => 'fihla', 00247 'thisisdeleted' => 'Nyakorela goba hlaphola $1?', 00248 'viewdeleted' => 'Nyakorela $1?', 00249 'restorelink' => '{{PLURAL:$1|e tee phetogo ye phumutšwego|phetogo tše $1 tše phumutšwego}}', 00250 'site-rss-feed' => '$1 RSS Feed', 00251 'site-atom-feed' => '$1 Atom Feed', 00252 'page-rss-feed' => '"$1" RSS Feed', 00253 'red-link-title' => '$1 (ga e hwetšagale)', 00254 00255 # Short words for each namespace, by default used in the namespace tab in monobook 00256 'nstab-main' => 'Letlakala', 00257 'nstab-user' => 'Letlakala la mošomiši', 00258 'nstab-special' => 'Letlakala le itšeng', 00259 'nstab-project' => 'Letlakala la tirotherwa', 00260 'nstab-image' => 'Faele', 00261 'nstab-mediawiki' => 'Molaetša', 00262 'nstab-template' => 'Template', 00263 'nstab-help' => 'Letlakala la thuso', 00264 'nstab-category' => 'Sehlopha', 00265 00266 # Main script and global functions 00267 'nosuchspecialpage' => 'Gago letlaka le itšego le bjalo', 00268 00269 # General errors 00270 'error' => 'Phošo', 00271 'databaseerror' => 'Phošo ya Database', 00272 'noconnect' => "Re maswabi! Wiki e nale mathata a sethekniki, ka goo gare kgone go boledišana le ''database''. <br /> 00273 $1", 00274 'readonly' => "''Database'' e notletšwe", 00275 'enterlockreason' => 'Fana la lebaka la go notlela, o fana le tekanyetšo yage senotlolo se tlogo tlošwa', 00276 'internalerror' => 'Phošo ya ka gare', 00277 'internalerror_info' => 'Phošo ya ka gare :$1', 00278 'filecopyerror' => 'Gara kgona go ngwalolla faele "$1" go "$2".', 00279 'filerenameerror' => 'Gara kgona go fetola leina la faele "$1" goba "$2".', 00280 'filedeleteerror' => 'Gara kgona go phumula faele "$1".', 00281 'filenotfound' => 'Gara kgona go humana faele "$1".', 00282 'fileexistserror' => 'Gara kgona go ngawala faele "$1":faele e gona', 00283 'badtitle' => 'Taetlile ya bošula', 00284 '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.', 00285 'viewsource' => 'Lebelela mothopo', 00286 'viewsourcefor' => 'ya $1', 00287 'protectedpagetext' => 'Letlakala le le notletšwe go thibela diphetogo.', 00288 'viewsourcetext' => 'O ka lebelela goba wa kôpiša mothapo wa letlakala le:', 00289 'namespaceprotected' => "Ga ona tokelo ya go fetola matlakala go '''$1''' .", 00290 00291 # Login and logout pages 00292 'welcomecreation' => "Oa amogelwa, $1! == 00293 00294 Tšhupaleloko (''account'') ya gago e tlhodilwe. O seke wa lebala go fetola [[Special:Preferences|{{SITENAME}} dikgetho/thato tša gago]].", 00295 'yourname' => 'Leina la mošomiši:', 00296 'yourpassword' => 'Ditlhaka-tša-siphiri:', 00297 'yourpasswordagain' => 'Tlanya ditlhaka-tša-siphiri gape:', 00298 'remembermypassword' => 'Gopola sedi yaka ya go tsena khômphutha ye', 00299 'login' => 'Tsena', 00300 'nav-login-createaccount' => "Tsena / Tlhola tšhupaleloko (''account'')", 00301 'loginprompt' => "O swanela ke go dumella ''cookies'' go ''browser'' go tsena go {{SITENAME}}.", 00302 'userlogin' => "Tsena / tlhola tšhupaleloko (''account'')", 00303 'logout' => 'Etšwa/Tswalela', 00304 'userlogout' => 'Etšwa/Tswalela', 00305 'notloggedin' => 'Ga wa tsena', 00306 'nologin' => "A o nale sedi ya go tsena? '''$1'''.", 00307 'nologinlink' => "Bula tšhupaleloko (''account'')", 00308 'createaccount' => 'Bula tšhupaleloko', 00309 'gotaccount' => "O šetše o nale tšhupaleloko? '''$1'''.", 00310 'gotaccountlink' => 'Tsena', 00311 'createaccountmail' => 'ka e-mail', 00312 'badretype' => 'Ditlhaka-tša-siphiri tše o di šomišitšego ga di swane.', 00313 'username' => 'Mošomiši:', 00314 'uid' => 'Nomoro ya mošomiši:', 00315 'prefs-memberingroups' => 'Leloko la {{PLURAL:$1|ya sehlopha|ya dihlopha}}:', 00316 'yourrealname' => 'Leina la mmakgonthe:', 00317 'yourlanguage' => 'Polelo:', 00318 'yournick' => 'Tshaeno:', 00319 'badsiglength' => 'Leina la boreelo le letelele kudu. 00320 Le swanela goba fase ga $1 {{PLURAL:$1|ya tlhaka|ya ditlhaka}}', 00321 '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.', 00322 'prefs-help-email-required' => 'E-mail atrese eya nyakega.', 00323 'noname' => 'Gawa fana ka leina la mošomiši la go loka.', 00324 'loginsuccesstitle' => 'O tsene ka katlego', 00325 'loginsuccess' => "'''Bjale o tsene go {{SITENAME}} bjalo ka \"\$1\".'''", 00326 'nosuchuser' => 'Ga gona mošomiši wa leina la "$1". 00327 Maina a huduetša ke ditlhaka. 00328 Lebele mopeleto wa gago goba [[Special:UserLogin/signup|o tlhome mošomiši yo mophsa]].', 00329 'nosuchusershort' => 'Ga gona mošomiši wa leina la "<nowiki>$1</nowiki>". Hlokomela mopeleto wa gago.', 00330 'nouserspecified' => 'O swanela ke go fana ka leina la mošomiši.', 00331 'wrongpassword' => 'O loketše ditlhaka-tša-siphiri tšeo e sego tšona. Ka kgopelo, leka gape.', 00332 'wrongpasswordempty' => 'Ga wa lokela ditlhaka-tša-siphiri. Ka kgopelo, leka gape.', 00333 'passwordtooshort' => "Ditlhaka-tša-siphiri tša gago ga tša dumelega goba di kopana. 00334 Go nyakega gore e be le {{PLURAL:$1|tlhaka ye tee|$1 ya ditlhaka}} gape e seke ya swana le leina la gago (''username'').", 00335 'mailmypassword' => 'Romela ditlhaka-tša-siphiri tše mpšha ka e-mail', 00336 'passwordremindertitle' => "''Password'' ye mphsa ya nakonyana go {{SITENAME}}", 00337 'passwordremindertext' => 'Motho yo mongwe (goba wena, gotšwa IP atrese $1) o 00338 kgopetše gore re moromele Ditlhaka-tša-siphiri tše mfsa tša {{SITENAME}} ($4). 00339 00340 Ditlhaka-tša-siphiri tša mošomiši "$2" go tloga bjale ke "$3". 00341 Eya go {{SITENAME}} o e fetole. 00342 00343 Ga eba motho yo mongwe esego wena o dirile kgopelo ye, goba o gopola Ditlhaka-tša-siphiri gomme ga o sa 00344 hloka gore e fetolwe, hlokomologa molaetša wo, o tšwele pele o šumiše Ditlhaka-tša-siphiri tša kgale.', 00345 'noemail' => 'Ga gona e-mail atrese ya mošomiši "$1".', 00346 'passwordsent' => " 00347 Dihlaka tša siphiri (''password'') tše mphsa di rometšwe go e-mail atrese ya \"\$1\". 00348 Re kgopela gore o tsene ge fetša go e hwetša.", 00349 'blocked-mailpassword' => 'IP atrese ya gago e thibetšwe go dira diphetogo, ka fao ga wa dumellwa 00350 go šomiša thulusu ya go hwetša Ditlhaka-tša-siphiri go thibela go hlapanya.', 00351 'eauthentsent' => 'Molaetša wa go tiišetša o rometšwe go e-mail atrese. 00352 00353 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.', 00354 'throttled-mailpassword' => 'Kgopotšo ya ditlhaka-tša-siphiri e rometšwe {{PLURAL:$1|iring|diiring tše $1}} tša gofeta. 00355 Go thibela go hlapanya/kgobošo, kgopotšo e tee ka {{PLURAL:$1|iri|diiri tše $1}} e tla romellwa.', 00356 'mailerror' => 'Gobile le phošo go romeleng molaetša : $1', 00357 'acct_creation_throttle_hit' => 'Ka maswabi, o tlhomile {{PLURAL:$1|tšhupaleloko|$1 tša ditšhupaleloko}}. 00358 Ga wa dumelwa go tlhoma tše dingwe.', 00359 'emailauthenticated' => 'E-mail atrese ya gago e kgonthišitšwe ka $2, $3.', 00360 'accountcreated' => 'Tšhupaleloko (Account) e tlhodilwe', 00361 'accountcreatedtext' => 'Tšhupaleloko (account) ya modiri $1 e tlhodilwe.', 00362 'loginlanguagelabel' => 'Polelo: $1', 00363 00364 # Password reset dialog 00365 'resetpass_text' => '<!-- Tsenya ditlhaka mo -->', 00366 'oldpassword' => 'Ditlhaka-tša-siphiri tša kgale:', 00367 'newpassword' => 'Ditlhaka-tša-siphiri tše mpsha:', 00368 'retypenew' => 'Tlanya ditlhaka tše mphsa tša siphiri gape:', 00369 'resetpass_success' => 'Ditlhaka tša siphiri di fetotšwe ka katlego! Bjale o kgona go tsena...', 00370 00371 # Edit page toolbar 00372 'bold_sample' => "Mongwalo wa '''Bold'''", 00373 'bold_tip' => 'Ditlhaka tše Bold', 00374 'italic_sample' => 'Ditlhaka tše Italic', 00375 'italic_tip' => 'Mongwala wa Italic', 00376 'link_sample' => 'Thaetlele ya hlomaganyo', 00377 'link_tip' => 'Hlomaganyo ya kagare', 00378 'extlink_sample' => 'http://www.example.com hlomaganyo thaetlele', 00379 'extlink_tip' => 'Hlomaganyo ya ka ntle (gopola go thoma ka http://)', 00380 'headline_sample' => 'Tlhaka ya hlogotaba', 00381 'headline_tip' => 'Hlogotaba ya boemo ba 2', 00382 'math_sample' => "Lokela ''formula'' mo", 00383 'math_tip' => 'Formula ya dipalo (LaTeX)', 00384 'nowiki_sample' => "Tsenya ditlhaka tša go sebe le ''format'' mo", 00385 'nowiki_tip' => "Hlokomologa tselangwalo (''formatting'') ya wiki", 00386 'image_sample' => 'Mohlala.jpg', 00387 'image_tip' => "Seswantšho/Faele yago dikanelwa (''embedded'')", 00388 'media_sample' => 'Mohlala.ogg', 00389 'media_tip' => 'Hlomaganyo ya Faele', 00390 'sig_tip' => 'Tshaeno ya gago le nako ya phetogo', 00391 'hr_tip' => 'Mothalo wago ya faase/papamela (šomiša ka hloko)', 00392 00393 # Edit pages 00394 'summary' => 'Kakaretšo:', 00395 'subject' => 'Tabataba/Hlogo ya taba:', 00396 'minoredit' => 'Ye ke phetogo ye nnyenyane', 00397 'watchthis' => 'Tlhapetša letlakala le', 00398 'savearticle' => 'Boloka letlakala', 00399 'preview' => 'Lebelela', 00400 'showpreview' => 'Laetša sebopego sa letlaka', 00401 'showdiff' => 'Laetša diphetogo', 00402 'anoneditwarning' => "'''Temošo''' Gawa ''tsena'', IP ya gago e tla šumišwa go histori ya diphetogo tša letlakala", 00403 'summary-preview' => 'Lebelela kakaretšo:', 00404 'blockedtitle' => 'Mošomiši o thibilwe', 00405 'blockedtext' => "'''Leina la gago la mošomiši goba IP atrese e thibilwe.''' 00406 00407 O thibilwe ke $1. Makaba a go thiba ke ''$2''. 00408 00409 * Go thoma gago thiba: $8 00410 * Fetatšatši yago thiba: $6 00411 * Mothibiwa: $7 00412 00413 O ka leka go boledišana le $1 goba [[{{MediaWiki:Grouppage-sysop}}|molaudi]] ka go thibiwa go. 00414 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 00415 [[Special:Preferences|dikgatlhegelo]] gape ge o sa thibelwa go e šomiša. 00416 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.", 00417 'blockednoreason' => 'gago lebaka leo le filwego', 00418 'blockedoriginalsource' => "Mothopo wa '''$1''' oa botšhwa tlase:", 00419 'whitelistedittitle' => 'O swanela ke go tsena go fetola', 00420 'whitelistedittext' => 'O swanela ke go $1 go fetola matlakala.', 00421 'confirmedittitle' => 'E-mail e swanetše ke go tiišetšwa pele ge o ka fetola', 00422 '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]].', 00423 'nosuchsectiontitle' => 'Gago sekgao seo', 00424 '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.', 00425 'loginreqtitle' => 'Go tsena goa hlokega', 00426 'loginreqlink' => 'tsena', 00427 'loginreqpagetext' => 'O swanela ke go $1 go nyakorela matlakala a mangwe.', 00428 'accmailtitle' => 'Ditlhaka tša siphiri di rometšwe.', 00429 'accmailtext' => 'Ditlhaka-tša-siphiri tša "$1" di rometšwe go $2.', 00430 'newarticle' => '(mpsha)', 00431 'newarticletext' => "O latetše hlomaganyo go letlakala leo le sego gona ka se sebaka. 00432 Go tlhola letlakala, thoma go ngwalo lepokising le letelago 00433 (lebelela [[{{MediaWiki:Helppage}}|letlakala la thušo]] go hwetša šedi). 00434 Ga eba o le fa ka phošo, o ka boela morago ka go šumiša konopo ya '''back''' go ''browser'' ya gago.", 00435 '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].', 00436 'note' => "'''Ela hloko:'''", 00437 'previewnote' => "'''Ye ke Taetšo ya sebopego sa letlakala fela; diphetogo ga di ya bolokwa!'''", 00438 'editing' => 'O fetola $1', 00439 'editingsection' => 'Phetolo ya $1 (sekgoba)', 00440 'editingcomment' => 'O fetola $1 (sekgao se sempsha)', 00441 'editconflict' => 'Tholano ya diphetogo: $1', 00442 'yourtext' => 'Mongwalo wa gago', 00443 'storedversion' => 'Version yeo e bolokilwego', 00444 'yourdiff' => 'Diphapang', 00445 '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 /> 00446 Gape o re holofetša gore mengwalo ye e ngwadile ke wena, goba o e kopiša mothapong wa pepeneneng goba ke mahala. 00447 '''O SE TSENYE MEŠOMO YA BATHO BA BANGWE NTLE LE TUMELLO YA BONA!'''", 00448 'longpagewarning' => "'''TEMOŠO: Letlakala le le $1 kilobytes ka botelele; 00449 di-''browser'' tše dingwe dika ba le bothata go fetola matlakala a golena goba gofeta 32 kb. 00450 00451 Ka kgopela akanya ka go roba letlakala le goba le dikgaoe tše nnyenyane.'''", 00452 'templatesused' => "''Templates'' tšeo di šomišitšwego letlakaleng le:", 00453 'templatesusedpreview' => "''Templates'' tšeo di šomišitšwego go taetšo ya sebopego sa letlakala:", 00454 'template-protected' => '(e lotilwe)', 00455 'template-semiprotected' => '(lota-ka-seripa)', 00456 'nocreatetext' => '{{SITENAME}} e nale dithibelo tše itšego go tlholeng ga matlakala a maphsa. 00457 O ka boela morago wa felola matlakala a lego gona, goba o [[Special:UserLogin|tsene]].', 00458 'nocreate-loggedin' => 'Ga ona tumello ya go tlhola matlakala a mampsha.', 00459 'permissionserrors' => 'Phošo ya ditumello', 00460 'permissionserrorstext' => 'Gawa dumelwa go pheta seo,ka {{PLURAL:$1|lebaka|mabaka}} a latelago:', 00461 'recreate-deleted-warn' => "'''Temošo: O leka go tlhoma letlakala le gape, ka ge le ile la phumulwa.''' 00462 00463 Sekaseka gore letlakala le lephumutšwe ka mabaka afe pele o leka go le fetola. 00464 Sedi ya phumulo ya letlakala e re:", 00465 00466 # History pages 00467 'viewpagelogs' => "Nyakoretša di-''log'' tša letlakala le", 00468 'currentrev' => 'Poeletšo tša bjale', 00469 'revisionasof' => 'Thumeletšo go tloga ka $1', 00470 'revision-info' => 'Poeletšo go tloga $1 ka $2', # Additionally available: $3: revision id 00471 'previousrevision' => '←Poeletšo tša kgalenyana', 00472 'nextrevision' => 'Peletšo tše dimphsanyana→', 00473 'currentrevisionlink' => 'Poeletšo ya bjale', 00474 'cur' => 'bjale', 00475 'next' => 'latela', 00476 'last' => 'bofelo', 00477 'page_first' => 'mathomo', 00478 'page_last' => 'mafelelo', 00479 'histlegend' => "Tlhaolo ya diphapano: swaya lepokisi la phetogo go bapetša ke moka o thwanye ''enter'' tlase-tlase<br /> 00480 Nane: (bjale) = phapang le diphetogo tša bjale, 00481 (mafelelo) = phapang le diphetogo tša pele, M = diphetogo tše nyenyane.", 00482 'deletedrev' => '[phumutšwe]', 00483 'histfirst' => 'Pelepele', 00484 'histlast' => 'Ntshwantshwa', 00485 'historysize' => '({{PLURAL:$1|1 byte|$1 bytes}})', 00486 00487 # Revision feed 00488 'history-feed-title' => 'Histori ya poeletšo', 00489 'history-feed-description' => 'History ya poeletšo ya letlakala le go wiki', 00490 'history-feed-item-nocomment' => '$1 go $2', # user at time 00491 'history-feed-empty' => 'Letlakala lewe ga le gona. 00492 Mohlomongwe le phumutšwe go wiki, goba le fetotšwe leina. 00493 Leka [[Special:Search|go fetleka wikii]] go humana matlakala a mapsha.', 00494 00495 # Revision deletion 00496 'rev-delundel' => 'Bontšha/Fihla', 00497 'revdelete-hide-text' => 'Fihla dihlaka tša poeletšo', 00498 'revdelete-log' => 'Lebaka:', 00499 00500 # History merging 00501 'mergehistory-from' => 'Letlakala la mothopo:', 00502 'mergehistory-into' => 'Letlakala la boyo:', 00503 00504 # Diffs 00505 'history-title' => 'Histori ya diphetogo tša "$1"', 00506 'difference' => '(Phapang magareng ga dipoeletšo)', 00507 'lineno' => 'Mothalo $1:', 00508 'compareselectedversions' => 'Bapetša diphapang tšeo di kgethilwego', 00509 'editundo' => 'dirolla', 00510 'diff-multi' => '({{PLURAL:$1|Phetogo ye kgolo|Diphetogo tše $1 tše kgolo}} gadi laetšwe.)', 00511 00512 # Search results 00513 'searchresults' => 'Sephetho sa go fetleka', 00514 'searchsubtitleinvalid' => "O fetlekile o nyaka '''$1'''", 00515 'noexactmatch' => "'''Ga go letlaka leo le bitšwago \"\$1\".''' O ka tlhola [[:\$1|letlakala le]].", 00516 'noexactmatch-nocreate' => "'''Gago matlakala a thaetlele ya \"\$1\".'''", 00517 'prevn' => 'gofeta $1', 00518 'nextn' => 'latela $1', 00519 'viewprevnext' => 'Lebelela ($1) ($2) ($3)', 00520 'searchhelp-url' => 'Help:Mateng', 00521 'searchall' => 'tšohle', 00522 'powersearch' => 'Fetleka ka tlhoko', 00523 00524 # Preferences page 00525 'preferences' => 'Dikgatlhegelo', 00526 'mypreferences' => 'Dikgatlhegelo tša ka', 00527 'prefs-edits' => 'Palo ya diphetogo:', 00528 'prefsnologin' => 'Ga wa tsena', 00529 'changepassword' => 'Fetola ditlhaka-tša-siphiri', 00530 'skin-preview' => 'Ponopele', 00531 'datetime' => 'Tšatšikgwedi le nako', 00532 'math_unknown_error' => 'Phošo ya gose tsebege', 00533 'math_syntax_error' => 'phošo ya popafoko', 00534 'prefs-rc' => 'Diphetogo tša bjale', 00535 'prefs-watchlist' => 'Lenano la tlhapetšo', 00536 'saveprefs' => 'Boloka', 00537 'textboxsize' => 'Fetola', 00538 'searchresultshead' => 'Fetleka', 00539 'savedprefs' => 'Dikgatlhegelo tša gago di bolokilwe.', 00540 'allowemail' => 'Dumella melaetša ya e-mail go tšwa go bašomiši ba bangwe', 00541 'files' => 'Difaele', 00542 00543 # User rights 00544 'editusergroup' => 'Fetola sehlopha sa bašomiši', 00545 'editinguser' => "Fetola mošomiši '''[[User:$1|$1]]''' ([[User talk:$1|{{int:talkpagelinktext}}]] | [[Special:Contributions/$1|{{int:contribslink}}]])", 00546 'userrights-editusergroup' => 'Fetola sehlopha sa bašomiši', 00547 'saveusergroups' => 'Boloko Dihlopha tša bašomiši', 00548 'userrights-groupsmember' => 'Leloko la:', 00549 'userrights-reason' => 'Lebaka:', 00550 'userrights-no-interwiki' => 'Gawa dumelwa go fetola di dumello tša mošumiši go di wiki tše dingwe.', 00551 00552 # Groups 00553 'group' => 'Sehlopha:', 00554 'group-all' => '(ka moka)', 00555 00556 'grouppage-sysop' => '{{ns:project}}:Balaudi', 00557 00558 # Rights 00559 'right-read' => 'Bala matlakala', 00560 'right-edit' => 'Fetola matlakala', 00561 'right-move' => 'Huduša matlakala', 00562 00563 # User rights log 00564 'rightslog' => "''log'' ya ditumello tša mošomiši", 00565 00566 # Recent changes 00567 'nchanges' => '$1 {{PLURAL:$1|phetogo|diphetogo}}', 00568 'recentchanges' => 'Diphetogo tša bjale', 00569 'recentchanges-feed-description' => "Lebalana diphetogo tše di mphsa-mphsa go wiki ka ''feed'' ye.", 00570 '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.", 00571 'rcnotefrom' => "Tlase ke diphetogo go tloga ka '''$2''' (go fihla ka '''$1''').", 00572 'rclistfrom' => 'Laêtša dipheto tše mfsa go thoma go $1', 00573 'rcshowhideminor' => '$1 ya diphetogo tše nnyenyane', 00574 'rcshowhidebots' => '$1 bots', 00575 'rcshowhideliu' => '$1 bašumiši bao batsenego', 00576 'rcshowhideanons' => '$1 bašumiši bago se tsebege', 00577 'rcshowhidepatr' => "$1 diphetogo tše ''patrolled''", 00578 'rcshowhidemine' => '$1 diphetogo tsa ka', 00579 'rclinks' => 'Botšha diphetogo tša bofelo tše $1 matšatšing a $2 a bofelo <br />$3', 00580 'diff' => 'phapang', 00581 'hist' => 'histori', 00582 'hide' => 'Fihla', 00583 'show' => 'Bontšha', 00584 'minoreditletter' => 'm', 00585 'newpageletter' => 'N', 00586 'boteditletter' => 'b', 00587 'newsectionsummary' => '/* $1 */ sekgao se sempsha', 00588 00589 # Recent changes linked 00590 'recentchangeslinked' => 'Diphetogo tša go tswalana', 00591 'recentchangeslinked-title' => 'Diphetogo tša go tswalana le "$1"', 00592 'recentchangeslinked-noresult' => 'Gago na diphetogo go matlakala a hlomaganya ka sebaka/sekga seo o se kgethilego.', 00593 'recentchangeslinked-summary' => "Letlakala le le laetša diphetogo tša bjale matlakaleng a go hlomaganya. 00594 Matlakala ago ba [[Special:Watchlist|lenanong la gago la matlakala ditlhapetšo]] a '''ngwadilwe ka bogolo'''.", 00595 00596 # Upload 00597 'upload' => 'Lokela Faele', 00598 'uploadbtn' => 'Lokela faele', 00599 'uploadlogpage' => "''log'' yago lokela", 00600 'filedesc' => 'Kakaretšo', 00601 'fileuploadsummary' => 'Kakaretšo:', 00602 'filesource' => 'Mothopo:', 00603 'savefile' => 'Boloka faele', 00604 'uploadedimage' => '"[[$1]]" e loketšwe', 00605 'watchthisupload' => "Tlhapetša ''faele'' ye", 00606 00607 'license-nopreview' => '(Ponopele ga e gona)', 00608 'upload_source_file' => '(faele go khomphuthara ya gago)', 00609 00610 # Special:ListFiles 00611 'imgfile' => 'faele', 00612 'listfiles' => 'Lenano la difaele', 00613 'listfiles_date' => 'Letšatšikgwedi', 00614 'listfiles_name' => 'Leina', 00615 'listfiles_user' => 'Mošumiši', 00616 'listfiles_size' => 'Bogolo', 00617 00618 # File description page 00619 'filehist' => 'Histori ya faele', 00620 'filehist-help' => 'Pinyeletša go letšatšikgwedi/nako go bona faela ka tsela yeo ebego e le ka gona nakong yeo.', 00621 'filehist-deleteall' => 'phumula ka moka', 00622 'filehist-deleteone' => 'phumula ye', 00623 'filehist-current' => 'bjale', 00624 'filehist-datetime' => 'LetšatšiKgwedi/Nako', 00625 'filehist-user' => 'Mošomiši', 00626 'filehist-dimensions' => 'Bogolo', 00627 'filehist-filesize' => 'Bogolo ba faele', 00628 'filehist-comment' => 'Comment', 00629 'imagelinks' => 'Hlamaganyago', 00630 'linkstoimage' => '{{PLURAL:$1|Letlakala le ke |$1 ya matlakala a}} latelago a hlomaganya go faele ye:', 00631 'nolinkstoimage' => 'Gago matlakala a hlomaganyago faeleng ye.', 00632 'sharedupload' => 'Faele ye e hlakanetšwe ka fao e kabe e šumišwa ke ditirotherwa tše dingwe.', # $1 is the repo name, $2 is shareduploadwiki(-desc) 00633 'noimage' => 'Ga gona faele ya leina le, efela o ka $1.', 00634 'noimage-linktext' => 'Lokele ye tee', 00635 'uploadnewversion-linktext' => 'Lokela peoletšo ye mphsa ya faele', 00636 00637 # File reversion 00638 'filerevert-comment' => 'Ahlaahla:', 00639 'filerevert-defaultcomment' => 'Boela go poeletšo ya go tloga go $2, $1', 00640 00641 # File deletion 00642 'filedelete' => 'Phumula $1', 00643 'filedelete-legend' => 'Phumula faele', 00644 'filedelete-intro' => "O phumula '''[[Media:$1|$1]]'''.", 00645 'filedelete-comment' => 'Lebaka:', 00646 'filedelete-submit' => 'Phumula', 00647 'filedelete-success' => "'''$1''' e phumutšwe.", 00648 'filedelete-nofile' => "'''$1''' ga e gona.", 00649 'filedelete-otherreason' => 'Mabaka a mangwe:', 00650 'filedelete-reason-otherlist' => 'Lebaka le lengwe', 00651 00652 # MIME search 00653 'mimesearch' => 'fetleka MIME', 00654 00655 # List redirects 00656 'listredirects' => "Lenano la di-''redirect''", 00657 00658 # Unused templates 00659 'unusedtemplates' => "''templates'' tša go se šomišwe", 00660 'unusedtemplateswlh' => 'dihlomaganyo tše dingwe', 00661 00662 # Random page 00663 'randompage' => 'Letlakala le lengwe le le lengwe', 00664 00665 # Random redirect 00666 'randomredirect' => "''redirect'' engwe le engwe", 00667 00668 # Statistics 00669 'statistics' => 'Dipalopalo', 00670 'statistics-header-users' => 'Dipalopalo tša mošomiši', 00671 00672 'disambiguations' => "Matlakala a ''Disambiguation''", 00673 00674 'doubleredirects' => "Di''redirect'' goya go ''redirect''", 00675 00676 'brokenredirects' => "''redirect'' tša go robega", 00677 'brokenredirects-edit' => '(fetola)', 00678 'brokenredirects-delete' => '(phumula)', 00679 00680 'withoutinterwiki' => 'Matlakala a senago dihlomaganyo tša dipolelo', 00681 'withoutinterwiki-submit' => 'Bontšha', 00682 00683 'fewestrevisions' => 'Matlakala a goba le diphetogo tše nnyenyane', 00684 00685 # Miscellaneous special pages 00686 'nbytes' => '$1 {{PLURAL:$1|byte|bytes}}', 00687 'nlinks' => '$1 {{PLURAL:$1|hlomaganyo|dihlomaganyo}}', 00688 'nmembers' => '$1 {{PLURAL:$1|leloko|maloko}}', 00689 'nrevisions' => '$1 {{PLURAL:$1|poeletšo|dipoeletšo}}', 00690 'lonelypages' => 'Matlakala a ditšhuana', 00691 'uncategorizedpages' => 'Matlakala ago sebe le magoro', 00692 'uncategorizedcategories' => 'Dihlopha tšago sebe le magoro', 00693 'uncategorizedimages' => 'Difaele tšago hloka magoro', 00694 'uncategorizedtemplates' => "''Templates'' tšago sebe le magoro", 00695 'unusedcategories' => 'Dihlopha tša go se šomišwe', 00696 'unusedimages' => 'Difaele tša go se šomišwe', 00697 'popularpages' => 'Matlakala a go tuma', 00698 'wantedcategories' => 'Dihlopha tšago nyakega', 00699 'wantedpages' => 'Matlakala ago nyakega', 00700 'mostlinked' => 'Matlakala a go hlomaganya go feta a mangwe', 00701 'mostlinkedcategories' => 'Dihlopha tša go hlomaganya go feta tše dingwe', 00702 'mostlinkedtemplates' => "''templates'' tša go hlomaganya go feta tše dingwe", 00703 'mostcategories' => 'Matlakala a goba le dihlopha tše dintšhi', 00704 'mostimages' => 'Faele tša go hlomaganya go feta tše dingwe', 00705 'mostrevisions' => 'Matlakala a goba le diphetogo tše dintšhi', 00706 'prefixindex' => "Tšhupane hlogo(''index'')", 00707 'shortpages' => 'Matlakala a makopana', 00708 'longpages' => 'Matlakala a matelele', 00709 'deadendpages' => "Matlakala a seye felo(''Dead-end'')", 00710 'protectedpages' => 'Matlakala a go lotiwa', 00711 'listusers' => 'Lanano la mošomiši', 00712 'newpages' => 'Matlakala a mampsha', 00713 'ancientpages' => 'Matlakala a kgalekgale', 00714 'move' => 'Huduša', 00715 'movethispage' => 'Huduša letlakala le', 00716 'pager-newer-n' => '{{PLURAL:$1|1 ye mpšha|$1 tše mpšha}}', 00717 'pager-older-n' => '{{PLURAL:$1|1 ya kgale|$1 tša kgale}}', 00718 00719 # Book sources 00720 'booksources' => 'Dipuku tša mothopo', 00721 'booksources-go' => 'Sepela', 00722 00723 # Special:Log 00724 'specialloguserlabel' => 'Mošomiši:', 00725 'speciallogtitlelabel' => 'Thaetlele:', 00726 'log' => "Di-''log''", 00727 'all-logs-page' => "Di-''log'' kamoka", 00728 00729 # Special:AllPages 00730 'allpages' => 'Matlakala ka moka', 00731 'alphaindexline' => '$1 goya go $2', 00732 'nextpage' => 'Letlakala lago latela ($1)', 00733 'prevpage' => 'Letlakala la go feta ($1)', 00734 'allpagesfrom' => 'Bontšha matlakala go thoma go :', 00735 'allarticles' => 'Matlakala ka moka', 00736 'allpagessubmit' => 'Eya', 00737 'allpagesprefix' => "Laetša matlakala agoba le hlogo (''prefix''):", 00738 00739 # Special:Categories 00740 'categories' => 'Dihlopha', 00741 00742 # Special:DeletedContributions 00743 'deletedcontributions' => 'Diabe tša mošomiši tšeo di phumutšwego', 00744 'deletedcontributions-title' => 'Diabe tša mošomiši tšeo di phumutšwego', 00745 00746 # Special:LinkSearch 00747 'linksearch-ok' => 'Fetleka', 00748 00749 # Special:ListUsers 00750 'listusers-submit' => 'Botšha', 00751 00752 # E-mail user 00753 'emailuser' => 'Romela mošomiši yo molaetša', 00754 'emailpage' => 'Romela email go mošomiši', 00755 'noemailtitle' => 'Gago email atrese', 00756 'emailfrom' => 'Go tšwa go', 00757 'emailsubject' => 'Sebolelwa', 00758 'emailmessage' => 'Molaetša', 00759 'emailsend' => 'Romela', 00760 'emailccme' => 'Nromela kopi ya melaetša.', 00761 'emailccsubject' => 'Kopi ya molaetša wa gago goya go $1: $2', 00762 'emailsent' => 'E-mail e rometšwe', 00763 'emailsenttext' => 'Molaetša wa gago wa email gawa romelwa.', 00764 00765 # Watchlist 00766 'watchlist' => 'Lenano la ditlhapetšo tša ka', 00767 'mywatchlist' => 'Lenano la ditlhapetšo tša ka', 00768 'watchlistfor' => "(ya '''$1''')", 00769 'addedwatch' => 'Loketšwe go lenano la ditlhapetšo', 00770 'addedwatchtext' => "Letlakala \"[[:\$1]]\" le tsene go [[Special:Watchlist|watchlist]] ya gago. 00771 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. 00772 00773 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.", 00774 'removedwatch' => 'Tlošitšwe go lenano la ditlhapetšo', 00775 'removedwatchtext' => 'Letlakala "[[:$1]]" letlošitšwe go lenano la gago la ditlhapetšo.', 00776 'watch' => 'Tlhapetša', 00777 'watchthispage' => 'Tlhapetša letlakala le', 00778 'unwatch' => 'Tloša tlhapešo', 00779 '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).', 00780 'wlshowlast' => 'Laetša $1 diiri $2 matšatši $3 tša gofeta', 00781 00782 # Displayed when you click the "watch" button and it is in the process of watching 00783 'watching' => 'Tlhapeditše...', 00784 'unwatching' => 'Tlhapetšo eya tlošwa ...', 00785 00786 'enotif_reset' => 'Swaya matlakala kamoka awe oa etetšego', 00787 'enotif_newpagetext' => 'Le, ke letlakala le lempsha.', 00788 'enotif_impersonal_salutation' => '{{SITENAME}} mošumiši', 00789 'changed' => 'fetotšwe', 00790 'created' => 'tlhodilwe', 00791 'enotif_subject' => '{{SITENAME}} letkalala $PAGETITLE le $CHANGEDORCREATED ke $PAGEEDITOR', 00792 'enotif_lastvisited' => 'Lebelela $1 go bona diphetogo ka moka gotloga ge go tsena la mafelelo.', 00793 'enotif_lastdiff' => 'Bona $1 go nyakorela phetogo ye.', 00794 00795 # Delete 00796 'deletepage' => 'Phumula letlakala', 00797 'excontent' => "mateng ebe e le: '$1'", 00798 'delete-legend' => 'Phumula', 00799 'historywarning' => 'Temošo: Letlakala leo o lekago go lephumula le nale histori:', 00800 'confirmdeletetext' => 'O phumula letlakala le histori ka moka ya lona. 00801 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]].', 00802 'actioncomplete' => 'Kgopelo e phetilwe ka katlego', 00803 'deletedtext' => '"<nowiki>$1</nowiki>" e phumutšwe. 00804 Lebelela $2 go hweetša sedi ka diphulo tša bjale.', 00805 'deletedarticle' => 'E phumutšwe "[[$1]]"', 00806 'dellogpage' => "''Log'' yago phumula", 00807 'deletecomment' => 'Lebaka:', 00808 'deleteotherreason' => 'Mabaka a mangwe:', 00809 'deletereasonotherlist' => 'Mabaka a mangwe', 00810 00811 # Rollback 00812 'rollbacklink' => 'bošetša morago', 00813 'editcomment' => "Ahlaahlo ya phetogo ke : \"''\$1''\".", # only shown if there is an edit comment 00814 00815 # Protect 00816 'protectlogpage' => "''Log'' yago lota", 00817 'protectedarticle' => 'lotilwe "[[$1]]"', 00818 'prot_1movedto2' => '[[$1]] e hudugile goya go [[$2]]', 00819 'protect-legend' => 'Tiišetša go lota', 00820 'protectcomment' => 'Lebaka:', 00821 'protectexpiry' => 'Fetatšatši:', 00822 'protect_expiry_invalid' => 'Fetatšatši, nako ye ga ya dumelwa.', 00823 'protect_expiry_old' => 'Fetatšatši ke ya nako yeo e fetilego.', 00824 'protect-unchain' => 'Dumella (tloša senotlolo) tumello ya go huduga', 00825 'protect-text' => "O ka lebelela lego fetola seemo sa go lota sa letlakala '''<nowiki>$1</nowiki>'''.", 00826 'protect-locked-access' => "Tšhupaleloko ya gago ga ena tumello ya go fetola seemo sago lota ga letlakala. 00827 Seemo sa go lota ga letlakala '''$1''':", 00828 '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.', 00829 'protect-default' => '(default)', 00830 'protect-fallback' => 'Go nyakega tumello ya "$1"', 00831 'protect-level-autoconfirmed' => "Thiba bašumiši bao ba sakago ba engwadiša(''unregistered'')", 00832 'protect-level-sysop' => 'Sysops feela', 00833 'protect-summary-cascade' => 'cascading', 00834 'protect-expiring' => 'fetatšatši ke $1 (UTC)', 00835 'protect-cascade' => 'Lota matlakala, akaretša le letlakala le (go lota ka kakaretšo)', 00836 'protect-cantedit' => 'Ga o kgone go fetola tekano ya bolotego letlakaleng le, ka ge o sena tumello yago bofetola.', 00837 '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,... 00838 'restriction-type' => 'Tumello:', 00839 'restriction-level' => 'Seemo sago Lota:', 00840 00841 # Restrictions (nouns) 00842 'restriction-edit' => 'Fetola', 00843 'restriction-move' => 'Huduša', 00844 'restriction-create' => 'Tlhola', 00845 00846 # Undelete 00847 'undelete' => 'Nyakorela matlakala ago phumulwa', 00848 'viewdeletedpage' => 'Nyakorela matlakala ago phumulwa', 00849 'undeletebtn' => 'Hlaphola', 00850 'undeletecomment' => 'Ahlaahla:', 00851 'undelete-search-prefix' => 'Laetśa matlakala a go thoma ka:', 00852 'undelete-search-submit' => 'Fetleka', 00853 00854 # Namespace form on various pages 00855 'namespace' => 'Namespace:', 00856 'invert' => 'Fetola kgetho', 00857 'blanknamespace' => '(Hlogo)', 00858 00859 # Contributions 00860 'contributions' => 'Diabe tša mošomiši', 00861 'mycontris' => 'Diabe tša ka', 00862 'contribsub2' => 'Ya $1 ($2)', 00863 'uctop' => '(godimo)', 00864 'month' => 'Go tloga kgweding (le peleng):', 00865 'year' => 'Go tloga ngwageng (le peleng):', 00866 00867 'sp-contributions-newbies-sub' => 'Tša tšhupaleloko tše mphsa', 00868 'sp-contributions-blocklog' => "''Log'' yago thiba", 00869 'sp-contributions-search' => 'Fetleka diabe', 00870 'sp-contributions-username' => 'IP Atrese goba leina la mošomiši:', 00871 'sp-contributions-submit' => 'Fetleka', 00872 00873 # What links here 00874 'whatlinkshere' => 'Ke eng yeo e hlomaganyago mo', 00875 'whatlinkshere-title' => 'Matlakala a go hlomaganya go "$1"', 00876 'whatlinkshere-page' => 'Letlakala:', 00877 'linkshere' => "Matlaka a latelago a hlomaganya le '''[[:$1]]''':", 00878 'nolinkshere' => "Ga go letlakala leo le hlomaganyago go '''[[:$1]]'''.", 00879 'isredirect' => "''redirect'' letlakala", 00880 'istemplate' => 'tsentšho', 00881 'whatlinkshere-prev' => '{{PLURAL:$1|fetile|fetile $1}}', 00882 'whatlinkshere-next' => '{{PLURAL:$1|latela|latela $1}}', 00883 'whatlinkshere-links' => '← dihlomaganyago', 00884 00885 # Block/unblock 00886 'blockip' => 'Thibela mošomiši go tsena', 00887 'ipaddress' => 'IP Atrese:', 00888 'ipbexpiry' => 'Fetatšatši:', 00889 'ipbreason' => 'Lebaka:', 00890 'ipbreasonotherlist' => 'Lebaka le lengwe', 00891 'ipbsubmit' => 'Thiba mošomiši yo', 00892 'ipbother' => 'Nako yengwe:', 00893 '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,... 00894 'ipbotheroption' => 'yengwe', 00895 'ipblocklist' => "Lenano la IP le bašumiši bao bathibilwego(''blocked'')", 00896 'ipblocklist-submit' => 'Fetleka', 00897 'blocklistline' => '$1, $2 o thibile $3 ($4)', 00898 'emailblock' => 'e-mail e thibilwe', 00899 'blocklink' => 'thibela', 00900 'unblocklink' => 'tloša thibelo', 00901 'contribslink' => 'diabelo', 00902 'blocklogpage' => "''log'' yago Thiba", 00903 'blocklogentry' => 'Thibela [[$1]] ka fetšatši ya $2 $3', 00904 'block-log-flags-noemail' => 'e-mail e thibilwe', 00905 'proxyblocksuccess' => 'Phetilwe.', 00906 00907 # Move page 00908 'move-page-legend' => 'Huduša letlakala', 00909 'movepagetext' => "Ge o šomiša fomo ye mo tlase, letlakala le kgale le history ya lona di tla huduga go ya letlakaleng le lemphsa. 00910 Letlakala la kgale le ba ''redirect'' go ya letlakaleng le lemphsa. 00911 Dihlomaganyo goya letlakaleng la kgale ga di fetolwe; gopola go sekaseka di [[Special:DoubleRedirects|''double'']] goba [[Special:BrokenRedirects|''broken redirects'']]. 00912 00913 Ke boikarabela ba gago go kgonthišisa gore dihlomaganyo di tšhwela pele go šupa mowe di swanetšego goya. 00914 00915 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. 00916 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. 00917 00918 '''TEMOŠO!''' 00919 Se sekapa le dipheto tšeo di sa letelwago go matlakala atumilego; 00920 Ka kgopelo kgontišiša gore o kwešiša ditla morago tša se, pele o tšwelapele.", 00921 'movepagetalktext' => "Letlakala la dipoledišano lago hlobana le letlakala le le tla hudušwa '''ntle le ge''': 00922 00923 *Ge letlakala la dipoledišano la leina le lemphsa lephela, goba 00924 *O sa kgetha go le huduša tlase ga letlakala le. 00925 00926 Ge go le bjalo,o tla swanela ke go huduša goba go kopanya matlakala ka bowena.", 00927 'movearticle' => 'Huduša letlakala:', 00928 'newtitle' => 'Goya go taetlile:', 00929 'move-watch' => 'Tlhapetša letlakala le', 00930 'movepagebtn' => 'Huduša letlakala', 00931 'pagemovedsub' => 'Hudugile ka katlego', 00932 'movepage-moved' => '\'\'\'"$1" e hudušitšwe go "$2"\'\'\'', # The two titles are passed in plain text as $3 and $4 to allow additional goodies in the message. 00933 'articleexists' => 'Letlakala la goba le leina le legona, goba 00934 leina leo o le kgethilego ga la dumelega. 00935 Ka kgopelo, kgetha leina le lengwe.', 00936 '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.'''", 00937 'movedto' => 'hudugetše go', 00938 'movetalk' => 'Huduša letlakala la dipoledišano la go hlobana le letlakala le', 00939 '1movedto2' => '[[$1]] e hudugile goya go [[$2]]', 00940 'movelogpage' => "''log'' yago huduša", 00941 'movereason' => 'Lebaka:', 00942 'revertmove' => 'bušetša', 00943 'delete_and_move_confirm' => 'E, phumula letlakala le', 00944 00945 # Export 00946 'export' => 'Matlakala a diyantle', 00947 00948 # Namespace 8 related 00949 'allmessages' => 'Melaetša ya tlhamego', 00950 'allmessagesname' => 'Leina', 00951 00952 # Thumbnails 00953 'thumbnail-more' => 'Godiša/Atologa', 00954 'thumbnail_error' => "Phoso go tlhama ''thumbnail'': $1", 00955 00956 # Special:Import 00957 'import-comment' => 'Ahlaahla:', 00958 'import-revision-count' => '$1 {{PLURAL:$1|poeletšo|dipoeletšo}}', 00959 00960 # Import log 00961 'importlogpage' => "''Log'' yago lokela", 00962 'import-logentry-upload-detail' => '$1 {{PLURAL:$1|poeletšo|dipoeletšo}}', 00963 'import-logentry-interwiki-detail' => '$1 {{PLURAL:$1|poeletšo|dipoeletšo}} gotšwa go $2', 00964 00965 # Tooltip help for the actions 00966 'tooltip-pt-userpage' => 'Letlakala (la mošomiši) la ka', 00967 'tooltip-pt-mytalk' => 'Letlakala laka la dipolelo', 00968 'tooltip-pt-preferences' => "Dikgetho (''preference'') tša ka", 00969 'tooltip-pt-watchlist' => 'Lenano la matlakala ago tlhapetšwa diphetogo ke wena', 00970 'tooltip-pt-mycontris' => 'Lenano la diabe tša ka', 00971 'tooltip-pt-login' => 'O a kgothatšwa gore o tsene, e efela ga se kgapeletšo.', 00972 'tooltip-pt-logout' => 'Etšwa fa/Tswalela/Log out', 00973 'tooltip-ca-talk' => 'Poledišano mabapi le letlakala le', 00974 '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.', 00975 'tooltip-ca-addsection' => 'Lokela pono ya gago/Ahlaahla go poledišano ye.', 00976 'tooltip-ca-viewsource' => 'Letlakala le le lotilew. O ka lebelela mothopo fela.', 00977 'tooltip-ca-protect' => 'Lota letlakala le', 00978 'tooltip-ca-delete' => 'Phumula letlakala le', 00979 'tooltip-ca-move' => 'Huduša letlakala le', 00980 'tooltip-ca-watch' => 'Lokela letlakala le go lenano la gago la tlhapetšo', 00981 'tooltip-ca-unwatch' => 'Tloša letlakala le go lenano la gago la matlakala a go tlhapetšwa', 00982 'tooltip-search' => 'Fetleka {{SITENAME}}', 00983 'tooltip-n-mainpage' => 'Etela letlakala la pele', 00984 'tooltip-n-portal' => 'Mabapi le tirotherwa, seo o ka se dirago, o ka humana dilo kae', 00985 'tooltip-n-currentevents' => 'Humana sedi yengwe go ditiragalo tša bjale', 00986 'tooltip-n-recentchanges' => 'Lenano la diphetogo tša bjale go wiki.', 00987 'tooltip-n-randompage' => 'Laiša letlakala le lengwe le le lengwe', 00988 'tooltip-n-help' => 'O tla humana thušo mo.', 00989 'tooltip-t-whatlinkshere' => "Lenano la matlakala ao a hlomaganyago (''link'') mo", 00990 'tooltip-t-contributions' => 'Lebelela lenano la diabe tša mošomiši yo', 00991 'tooltip-t-emailuser' => 'Romela molaetša go mošomiši yo', 00992 'tooltip-t-upload' => 'Lokela senepe goba difaele', 00993 'tooltip-t-specialpages' => 'Lenano la matlakala kamoka a itšeng', 00994 'tooltip-ca-nstab-user' => 'Lebelela letlakala la mošomiši', 00995 'tooltip-ca-nstab-project' => 'Lebelela letlakala la tirotherwa', 00996 'tooltip-ca-nstab-image' => 'Botšha letlakala', 00997 'tooltip-ca-nstab-template' => "Lebelela ''template''", 00998 'tooltip-ca-nstab-help' => 'Lebelea matlakala a thušo', 00999 'tooltip-ca-nstab-category' => 'Lebelela letlakala la sehlopha', 01000 'tooltip-minoredit' => 'Swaya se bjalo ka phetogo ye nnyenyane', 01001 'tooltip-save' => 'Boloka diphetogo tša gago', 01002 'tooltip-preview' => 'E laetša gore diphetogo di tla lebega bjang, e šomiše pele ga ge o boloka letlakala!', 01003 'tooltip-diff' => 'Laetša diphetogo tšeo o di dirilego go mongwalo.', 01004 'tooltip-compareselectedversions' => 'Bontšha phapano magareng ga di dihlopha tše pedi tša diphetogo tšeo o di kgetilego letlakaleng le.', 01005 'tooltip-watch' => 'Lokela letlakala le go lenano la gago la matlakala ago tlhapetšwa', 01006 01007 # Attribution 01008 'siteuser' => '{{SITENAME}} mošumiši $1', 01009 'lastmodifiedatby' => 'Letlakala le fetotšwe la mafelelo ka $2, $1 ke $3.', # $1 date, $2 time, $3 user 01010 'others' => 'tše dingwe', 01011 'siteusers' => '{{SITENAME}} mošumiši/bašumiši $1', 01012 01013 # Info page 01014 'numedits' => 'Palo ya diphetogo (letlakala): $1', 01015 'numwatchers' => 'Palo ya batlhapedi: $1', 01016 01017 # Image deletion 01018 'filedeleteerror-short' => 'Phošo go phumuleng faele: $1', 01019 'filedeleteerror-long' => 'Diphošo di hlagile ge go phumulwa faele: 01020 01021 $1', 01022 'filedelete-missing' => 'Faele "$1" ga e phumulege ka ge e segona.', 01023 01024 # Browsing diffs 01025 'previousdiff' => '← Dophapano tšago feta', 01026 'nextdiff' => 'Diphapano tše dimpšha →', 01027 01028 # Media information 01029 'widthheightpage' => '$1×$2, $3 {{PLURAL:$3|letlakala|matlakala}}', 01030 'file-info-size' => '($1 × $2 pixel, bogolo ba faele: $3, Mohuta wa MIME: $4)', 01031 'file-nohires' => "<small>Gago ''resolution'' ya go feta mo.</small>", 01032 'svg-long-desc' => '(SVG faele, nominally $1 × $2 pixels, bogolo ba faele: $3)', 01033 'show-big-image' => "''resolution'' ya gofella", 01034 'show-big-image-thumb' => '<small>Bogolo ba pono: $1 × $2 pixels</small>', 01035 01036 # Special:NewFiles 01037 'newimages' => "''Gallery'' ya difaele tše mpsha", 01038 'ilsubmit' => 'Fetleka', 01039 'bydate' => 'ka letšatšikgwedi', 01040 01041 # Bad image list 01042 'bad_image_list' => "''Format'' e ka mokgwa wo o latelago: 01043 01044 Ke fela tšeo dilego lenano (methalo ya go thoma ka *) yeo e dumeletšwego. 01045 Hlomaganyo ya mathomo mothalong e swanetše go hlomaganya le seswantšho sa go senyega. 01046 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.", 01047 01048 # Metadata 01049 'metadata' => 'Metadata', 01050 '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.", 01051 'metadata-expand' => 'Bontšha sedi ya gotlala(extended)', 01052 'metadata-collapse' => "Fihla sedi ya gotlala(''extended'')", 01053 'metadata-fields' => "EXIF metadata ''fields'' tšao dilego go molaetša wo, di tla tsenywa go 01054 letlakala la seswantšho ge tafola ya metadata e bulwa. Tše dingwe tša di ''fields'' di tla fihliwa. 01055 * make 01056 * model 01057 * datetimeoriginal 01058 * exposuretime 01059 * fnumber 01060 * isospeedratings 01061 * focallength", # Do not translate list items 01062 01063 # EXIF tags 01064 'exif-imagewidth' => 'Bophara', 01065 'exif-imagelength' => 'Botelele', 01066 'exif-artist' => 'Mongwadi', 01067 01068 'exif-componentsconfiguration-0' => 'Ga e gona', 01069 01070 'exif-subjectdistance-value' => '$1 metara', 01071 01072 'exif-meteringmode-1' => 'Palogare', 01073 01074 # External editor support 01075 'edit-externally' => 'Fetola faele ye o šumiša thulusi ya ka ntle', 01076 'edit-externally-help' => '(Lebelela [http://www.mediawiki.org/wiki/Manual:External_editors Taelo ya go thoma] go humana sedi)', 01077 01078 # 'all' in various places, this might be different for inflected languages 01079 'recentchangesall' => 'ka moka', 01080 'imagelistall' => 'ka moka', 01081 'watchlistall2' => 'ka moka', 01082 'namespacesall' => 'ka moka', 01083 'monthsall' => 'ka moka', 01084 01085 # Multipage image navigation 01086 'imgmultipageprev' => '← letlakala la go feta', 01087 'imgmultipagenext' => 'letlakala lago latela →', 01088 01089 # Table pager 01090 'table_pager_next' => 'Letlakala la go latela', 01091 'table_pager_prev' => 'Letlakala la gofeta', 01092 'table_pager_first' => 'Letlakala la pele', 01093 'table_pager_last' => 'Letlakala la mafelelo', 01094 'table_pager_empty' => 'Ga gona sepheto', 01095 01096 # Auto-summaries 01097 'autosumm-new' => "Tlhodile letlakala ka '$1'", 01098 01099 # Watchlist editor 01100 '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.', 01101 'watchlistedit-noitems' => 'Lenano la gago la ditlhapetšo ga lena dithaetlele.', 01102 'watchlistedit-normal-title' => 'Felotal lenano la ditlhapetšo', 01103 'watchlistedit-normal-legend' => 'Tloša dithaetlele go lenano la ditlhapetšo', 01104 'watchlistedit-normal-submit' => 'Tloša thaetlele', 01105 01106 # Watchlist editing tools 01107 'watchlisttools-view' => 'Nyakoretša diphetogo tša gona', 01108 'watchlisttools-edit' => 'Lebelela lego fetola lenano la ditlhapetšo', 01109 'watchlisttools-raw' => "Fetola lenano le letala (''raw'') la ditlhapetšo", 01110 01111 # Special:Version 01112 'version' => "''Version''", # Not used as normal message but as header for the special page itself 01113 01114 # Special:FileDuplicateSearch 01115 'fileduplicatesearch-submit' => 'Fetleka', 01116 01117 # Special:SpecialPages 01118 'specialpages' => 'Matlakala a itšeng', 01119 01120 );