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' => 'Romela tshwayotshwayo', 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 seswantšho', 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 dra se dumelwetše go bašomiši bao balego sehlopheng se tee 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 ese ya ngwadiwa)', 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' => '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". Lebele mopeleto wa gago goba [[Special:UserLogin/signup|o tlhome mošomiši yo mophsa]].', 00327 'nosuchusershort' => 'Ga gona mošomiši wa leina la "<nowiki>$1</nowiki>". Hlokomela mopeleto wa gago.', 00328 'nouserspecified' => 'O swanela ke go fana ka leina la mošomiši.', 00329 'wrongpassword' => 'O loketše ditlhaka-tša-siphiri tšeo e sego tšona. Ka kgopelo, leka gape.', 00330 'wrongpasswordempty' => 'Ga wa lokela ditlhaka-tša-siphiri. Ka kgopelo, leka gape.', 00331 'passwordtooshort' => "Ditlhaka-tša-siphiri tša gago ga tša dumelega goba di kopana. 00332 Go nyakega gore e be le {{PLURAL:$1|tlhaka ye tee|$1 ya ditlhaka}} gape e seke ya swana le leina la gago (''username'').", 00333 'mailmypassword' => 'Romela ditlhaka-tša-siphiri tše mpšha ka e-mail', 00334 'passwordremindertitle' => "''Password'' ye mphsa ya nakonyana go {{SITENAME}}", 00335 'passwordremindertext' => 'Motho yo mongwe (goba wena, gotšwa IP atrese $1) o 00336 kgopetše gore re moromele Ditlhaka-tša-siphiri tše mfsa tša {{SITENAME}} ($4). 00337 00338 Ditlhaka-tša-siphiri tša mošomiši "$2" go tloga bjale ke "$3". 00339 Eya go {{SITENAME}} o e fetole. 00340 00341 Ga eba motho yo mongwe esego wena o dirile kgopelo ye, goba o gopola Ditlhaka-tša-siphiri gomme ga o sa 00342 hloka gore e fetolwe, hlokomologa molaetša wo, o tšwele pele o šumiše Ditlhaka-tša-siphiri tša kgale.', 00343 'noemail' => 'Ga gona e-mail atrese ya mošomiši "$1".', 00344 'passwordsent' => " 00345 Dihlaka tša siphiri (''password'') tše mphsa di rometšwe go e-mail atrese ya \"\$1\". 00346 Re kgopela gore o tsene ge fetša go e hwetša.", 00347 'blocked-mailpassword' => 'IP atrese ya gago e thibetšwe go dira diphetogo, ka fao ga wa dumellwa 00348 go šomiša thulusu ya go hwetša Ditlhaka-tša-siphiri go thibela go hlapanya.', 00349 'eauthentsent' => 'Molaetša wa go tiišetša o rometšwe go e-mail atrese. 00350 00351 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.', 00352 'throttled-mailpassword' => 'Kgopotšo ya ditlhaka-tša-siphiri e rometšwe {{PLURAL:$1|iring|diiring tše $1}} tša gofeta. 00353 Go thibela go hlapanya/kgobošo, kgopotšo e tee ka {{PLURAL:$1|iri|diiri tše $1}} e tla romellwa.', 00354 'mailerror' => 'Gobile le phošo go romeleng molaetša : $1', 00355 'acct_creation_throttle_hit' => 'Ka maswabi, o tlhomile {{PLURAL:$1|tšhupaleloko|$1 tša ditšhupaleloko}}. 00356 Ga wa dumelwa go tlhoma tše dingwe.', 00357 'emailauthenticated' => 'E-mail atrese ya gago e kgonthišitšwe ka $2, $3.', 00358 'accountcreated' => 'Tšhupaleloko (Account) e tlhodilwe', 00359 'accountcreatedtext' => 'Tšhupaleloko (account) ya modiri $1 e tlhodilwe.', 00360 'loginlanguagelabel' => 'Polelo: $1', 00361 00362 # Password reset dialog 00363 'resetpass_text' => '<!-- Tsenya ditlhaka mo -->', 00364 'oldpassword' => 'Ditlhaka-tša-siphiri tša kgale:', 00365 'newpassword' => 'Ditlhaka-tša-siphiri tše mpsha:', 00366 'retypenew' => 'Tlanya ditlhaka tše mphsa tša siphiri gape:', 00367 'resetpass_success' => 'Ditlhaka tša siphiri di fetotšwe ka katlego! Bjale o kgona go tsena...', 00368 00369 # Edit page toolbar 00370 'bold_sample' => "Mongwalo wa '''Bold'''", 00371 'bold_tip' => 'Ditlhaka tše Bold', 00372 'italic_sample' => 'Ditlhaka tše Italic', 00373 'italic_tip' => 'Mongwala wa Italic', 00374 'link_sample' => 'Thaetlele ya hlomaganyo', 00375 'link_tip' => 'Hlomaganyo ya kagare', 00376 'extlink_sample' => 'http://www.example.com hlomaganyo thaetlele', 00377 'extlink_tip' => 'Hlomaganyo ya ka ntle (gopola go thoma ka http://)', 00378 'headline_sample' => 'Tlhaka ya hlogotaba', 00379 'headline_tip' => 'Hlogotaba ya boemo ba 2', 00380 'math_sample' => "Lokela ''formula'' mo", 00381 'math_tip' => 'Formula ya dipalo (LaTeX)', 00382 'nowiki_sample' => "Tsenya ditlhaka tša go sebe le ''format'' mo", 00383 'nowiki_tip' => "Hlokomologa tselangwalo (''formatting'') ya wiki", 00384 'image_sample' => 'Mohlala.jpg', 00385 'image_tip' => "Seswantšho/Faele yago dikanelwa (''embedded'')", 00386 'media_sample' => 'Mohlala.ogg', 00387 'media_tip' => 'Hlomaganyo ya Faele', 00388 'sig_tip' => 'Tshaeno ya gago le nako ya phetogo', 00389 'hr_tip' => 'Mothalo wago ya faase/papamela (šomiša ka hloko)', 00390 00391 # Edit pages 00392 'summary' => 'Kakaretšo:', 00393 'subject' => 'Tabataba/Hlogo ya taba:', 00394 'minoredit' => 'Ye ke phetogo ye nnyenyane', 00395 'watchthis' => 'Tlhapetša letlakala le', 00396 'savearticle' => 'Boloka letlakala', 00397 'preview' => 'Lebelela', 00398 'showpreview' => 'Laetša sebopego sa letlaka', 00399 'showdiff' => 'Laetša diphetogo', 00400 'anoneditwarning' => "'''Temošo''' Gawa ''tsena'', IP ya gago e tla šumišwa go histori ya diphetogo tša letlakala", 00401 'summary-preview' => 'Lebelela kakaretšo:', 00402 'blockedtitle' => 'Mošomiši o thibilwe', 00403 'blockedtext' => "<big>'''Leina la gago la mošomiši goba IP atrese e thibilwe.'''</big> 00404 00405 O thibilwe ke $1. Makaba a go thiba ke ''$2''. 00406 00407 * Go thoma gago thiba: $8 00408 * Fetatšatši yago thiba: $6 00409 * Mothibiwa: $7 00410 00411 O ka leka go boledišana le $1 goba [[{{MediaWiki:Grouppage-sysop}}|molaudi]] ka go thibiwa go. 00412 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 00413 [[Special:Preferences|dikgatlhegelo]] gape ge o sa thibelwa go e šomiša. 00414 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.", 00415 'blockednoreason' => 'gago lebaka leo le filwego', 00416 'blockedoriginalsource' => "Mothopo wa '''$1''' oa botšhwa tlase:", 00417 'whitelistedittitle' => 'O swanela ke go tsena go fetola', 00418 'whitelistedittext' => 'O swanela ke go $1 go fetola matlakala.', 00419 'confirmedittitle' => 'E-mail e swanetše ke go tiišetšwa pele ge o ka fetola', 00420 '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]].', 00421 'nosuchsectiontitle' => 'Gago sekgao seo', 00422 '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.', 00423 'loginreqtitle' => 'Go tsena goa hlokega', 00424 'loginreqlink' => 'tsena', 00425 'loginreqpagetext' => 'O swanela ke go $1 go nyakorela matlakala a mangwe.', 00426 'accmailtitle' => 'Ditlhaka tša siphiri di rometšwe.', 00427 'accmailtext' => 'Ditlhaka-tša-siphiri tša "$1" di rometšwe go $2.', 00428 'newarticle' => '(mpsha)', 00429 'newarticletext' => "O latetše hlomaganyo go letlakala leo le sego gona ka se sebaka. 00430 Go tlhola letlakala, thoma go ngwalo lepokising le letelago 00431 (lebelela [[{{MediaWiki:Helppage}}|letlakala la thušo]] go hwetša šedi). 00432 Ga eba o le fa ka phošo, o ka boela morago ka go šumiša konopo ya '''back''' go ''browser'' ya gago.", 00433 '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].', 00434 'note' => "'''Ela hloko:'''", 00435 'previewnote' => "'''Ye ke Taetšo ya sebopego sa letlakala fela; diphetogo ga di ya bolokwa!'''", 00436 'editing' => 'O fetola $1', 00437 'editingsection' => 'Phetolo ya $1 (sekgoba)', 00438 'editingcomment' => 'Fetola $1 (tshwayotshwayo)', 00439 'editconflict' => 'Tholano ya diphetogo: $1', 00440 'yourtext' => 'Mongwalo wa gago', 00441 'storedversion' => 'Version yeo e bolokilwego', 00442 'yourdiff' => 'Diphapang', 00443 '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 /> 00444 Gape o re holofetša gore mengwalo ye e ngwadile ke wena, goba o e kopiša mothapong wa pepeneneng goba ke mahala. 00445 '''O SE TSENYE MEŠOMO YA BATHO BA BANGWE NTLE LE TUMELLO YA BONA!'''", 00446 'longpagewarning' => "'''TEMOŠO: Letlakala le le $1 kilobytes ka botelele; 00447 di-''browser'' tše dingwe dika ba le bothata go fetola matlakala a golena goba gofeta 32 kb. 00448 00449 Ka kgopela akanya ka go roba letlakala le goba le dikgaoe tše nnyenyane.'''", 00450 'templatesused' => "''Templates'' tšeo di šomišitšwego letlakaleng le:", 00451 'templatesusedpreview' => "''Templates'' tšeo di šomišitšwego go taetšo ya sebopego sa letlakala:", 00452 'template-protected' => '(e lotilwe)', 00453 'template-semiprotected' => '(lota-ka-seripa)', 00454 'nocreatetext' => '{{SITENAME}} e nale dithibelo tše itšego go tlholeng ga matlakala a maphsa. 00455 O ka boela morago wa felola matlakala a lego gona, goba o [[Special:UserLogin|tsene]].', 00456 'nocreate-loggedin' => 'Ga ona tumello ya go tlhola matlakala a mampsha.', 00457 'permissionserrors' => 'Phošo ya ditumello', 00458 'permissionserrorstext' => 'Gawa dumelwa go pheta seo,ka {{PLURAL:$1|lebaka|mabaka}} a latelago:', 00459 'recreate-deleted-warn' => "'''Temošo: O leka go tlhoma letlakala le gape, ka ge le ile la phumulwa.''' 00460 00461 Sekaseka gore letlakala le lephumutšwe ka mabaka afe pele o leka go le fetola. 00462 Sedi ya phumulo ya letlakala e re:", 00463 00464 # History pages 00465 'viewpagelogs' => "Nyakoretša di-''log'' tša letlakala le", 00466 'currentrev' => 'Poeletšo tša bjale', 00467 'revisionasof' => 'Thumeletšo go tloga ka $1', 00468 'revision-info' => 'Poeletšo go tloga $1 ka $2', # Additionally available: $3: revision id 00469 'previousrevision' => '←Poeletšo tša kgalenyana', 00470 'nextrevision' => 'Peletšo tše dimphsanyana→', 00471 'currentrevisionlink' => 'Poeletšo ya bjale', 00472 'cur' => 'bjale', 00473 'next' => 'latela', 00474 'last' => 'bofelo', 00475 'page_first' => 'mathomo', 00476 'page_last' => 'mafelelo', 00477 'histlegend' => "Tlhaolo ya diphapano: swaya lepokisi la phetogo go bapetša ke moka o thwanye ''enter'' tlase-tlase<br /> 00478 Nane: (bjale) = phapang le diphetogo tša bjale, 00479 (mafelelo) = phapang le diphetogo tša pele, M = diphetogo tše nyenyane.", 00480 'deletedrev' => '[phumutšwe]', 00481 'histfirst' => 'Pelepele', 00482 'histlast' => 'Ntshwantshwa', 00483 'historysize' => '({{PLURAL:$1|1 byte|$1 bytes}})', 00484 00485 # Revision feed 00486 'history-feed-title' => 'Histori ya poeletšo', 00487 'history-feed-description' => 'History ya poeletšo ya letlakala le go wiki', 00488 'history-feed-item-nocomment' => '$1 go $2', # user at time 00489 'history-feed-empty' => 'Letlakala lewe ga le gona. 00490 Mohlomongwe le phumutšwe go wiki, goba le fetotšwe leina. 00491 Leka [[Special:Search|go fetleka wikii]] go humana matlakala a mapsha.', 00492 00493 # Revision deletion 00494 'rev-delundel' => 'Bontšha/Fihla', 00495 'revdelete-hide-text' => 'Fihla dihlaka tša poeletšo', 00496 'revdelete-log' => "Ahlaahla ''log'':", 00497 00498 # History merging 00499 'mergehistory-from' => 'Letlakala la mothopo:', 00500 'mergehistory-into' => 'Letlakala la boyo:', 00501 00502 # Diffs 00503 'history-title' => 'Histori ya diphetogo tša "$1"', 00504 'difference' => '(Phapang magareng ga dipoeletšo)', 00505 'lineno' => 'Mothalo $1:', 00506 'compareselectedversions' => 'Bapetša diphapang tšeo di kgethilwego', 00507 'editundo' => 'dirolla', 00508 'diff-multi' => '({{PLURAL:$1|Phetogo ye kgolo|Diphetogo tše $1 tše kgolo}} gadi laetšwe.)', 00509 00510 # Search results 00511 'searchresults' => 'Sephetho sa go fetleka', 00512 'searchsubtitleinvalid' => "O fetlekile o nyaka '''$1'''", 00513 'noexactmatch' => "'''Ga go letlaka leo le bitšwago \"\$1\".''' O ka tlhola [[:\$1|letlakala le]].", 00514 'noexactmatch-nocreate' => "'''Gago matlakala a thaetlele ya \"\$1\".'''", 00515 'prevn' => 'gofeta $1', 00516 'nextn' => 'latela $1', 00517 'viewprevnext' => 'Lebelela ($1) ($2) ($3)', 00518 'searchhelp-url' => 'Help:Mateng', 00519 'searchall' => 'tšohle', 00520 'powersearch' => 'Fetleka ka tlhoko', 00521 00522 # Preferences page 00523 'preferences' => 'Dikgatlhegelo', 00524 'mypreferences' => 'Dikgatlhegelo tša ka', 00525 'prefs-edits' => 'Palo ya diphetogo:', 00526 'prefsnologin' => 'Ga wa tsena', 00527 'changepassword' => 'Fetola ditlhaka-tša-siphiri', 00528 'skin-preview' => 'Ponopele', 00529 'datetime' => 'Tšatšikgwedi le nako', 00530 'math_unknown_error' => 'Phošo ya gose tsebege', 00531 'math_syntax_error' => 'phošo ya popafoko', 00532 'prefs-rc' => 'Diphetogo tša bjale', 00533 'prefs-watchlist' => 'Lenano la tlhapetšo', 00534 'saveprefs' => 'Boloka', 00535 'textboxsize' => 'Fetola', 00536 'searchresultshead' => 'Fetleka', 00537 'savedprefs' => 'Dikgatlhegelo tša gago di bolokilwe.', 00538 'allowemail' => 'Dumella melaetša ya e-mail go tšwa go bašomiši ba bangwe', 00539 'files' => 'Difaele', 00540 00541 # User rights 00542 'editusergroup' => 'Fetola sehlopha sa bašomiši', 00543 'editinguser' => "Fetola mošomiši '''[[User:$1|$1]]''' ([[User talk:$1|{{int:talkpagelinktext}}]] | [[Special:Contributions/$1|{{int:contribslink}}]])", 00544 'userrights-editusergroup' => 'Fetola sehlopha sa bašomiši', 00545 'saveusergroups' => 'Boloko Dihlopha tša bašomiši', 00546 'userrights-groupsmember' => 'Leloko la:', 00547 'userrights-reason' => 'Lebaka lago fetola:', 00548 'userrights-no-interwiki' => 'Gawa dumelwa go fetola di dumello tša mošumiši go di wiki tše dingwe.', 00549 00550 # Groups 00551 'group' => 'Sehlopha:', 00552 'group-all' => '(ka moka)', 00553 00554 'grouppage-sysop' => '{{ns:project}}:Balaudi', 00555 00556 # Rights 00557 'right-read' => 'Bala matlakala', 00558 'right-edit' => 'Fetola matlakala', 00559 'right-move' => 'Huduša matlakala', 00560 00561 # User rights log 00562 'rightslog' => "''log'' ya ditumello tša mošomiši", 00563 00564 # Recent changes 00565 'nchanges' => '$1 {{PLURAL:$1|phetogo|diphetogo}}', 00566 'recentchanges' => 'Diphetogo tša bjale', 00567 'recentchanges-feed-description' => "Lebalana diphetogo tše di mphsa-mphsa go wiki ka ''feed'' ye.", 00568 '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.", 00569 'rcnotefrom' => "Tlase ke diphetogo go tloga ka '''$2''' (go fihla ka '''$1''').", 00570 'rclistfrom' => 'Laêtša dipheto tše mfsa go thoma go $1', 00571 'rcshowhideminor' => '$1 ya diphetogo tše nnyenyane', 00572 'rcshowhidebots' => '$1 bots', 00573 'rcshowhideliu' => '$1 bašumiši bao batsenego', 00574 'rcshowhideanons' => '$1 bašumiši bago se tsebege', 00575 'rcshowhidepatr' => "$1 diphetogo tše ''patrolled''", 00576 'rcshowhidemine' => '$1 diphetogo tsa ka', 00577 'rclinks' => 'Botšha diphetogo tša bofelo tše $1 matšatšing a $2 a bofelo <br />$3', 00578 'diff' => 'phapang', 00579 'hist' => 'histori', 00580 'hide' => 'Fihla', 00581 'show' => 'Bontšha', 00582 'minoreditletter' => 'm', 00583 'newpageletter' => 'N', 00584 'boteditletter' => 'b', 00585 'newsectionsummary' => '/* $1 */ sekgao se sempsha', 00586 00587 # Recent changes linked 00588 'recentchangeslinked' => 'Diphetogo tša go tswalana', 00589 'recentchangeslinked-title' => 'Diphetogo tša go tswalana le "$1"', 00590 'recentchangeslinked-noresult' => 'Gago na diphetogo go matlakala a hlomaganya ka sebaka/sekga seo o se kgethilego.', 00591 'recentchangeslinked-summary' => "Letlakala le le laetša diphetogo tša bjale matlakaleng a go hlomaganya. 00592 Matlakala ago ba [[Special:Watchlist|lenanong la gago la matlakala ditlhapetšo]] a '''ngwadilwe ka bogolo'''.", 00593 00594 # Upload 00595 'upload' => 'Lokela Faele', 00596 'uploadbtn' => 'Lokela faele', 00597 'uploadlogpage' => "''log'' yago lokela", 00598 'filedesc' => 'Kakaretšo', 00599 'fileuploadsummary' => 'Kakaretšo:', 00600 'filesource' => 'Mothopo:', 00601 'savefile' => 'Boloka faele', 00602 'uploadedimage' => '"[[$1]]" e loketšwe', 00603 'watchthisupload' => 'Tlhapetša letlakala le', 00604 00605 'license-nopreview' => '(Ponopele ga e gona)', 00606 'upload_source_file' => '(faele go khomphuthara ya gago)', 00607 00608 # Special:ListFiles 00609 'imgfile' => 'faele', 00610 'listfiles' => 'Lenano la difaele', 00611 'listfiles_date' => 'Letšatšikgwedi', 00612 'listfiles_name' => 'Leina', 00613 'listfiles_user' => 'Mošumiši', 00614 'listfiles_size' => 'Bogolo', 00615 00616 # File description page 00617 'filehist' => 'Histori ya faele', 00618 'filehist-help' => 'Pinyeletša go letšatšikgwedi/nako go bona faela ka tsela yeo ebego e le ka gona nakong yeo.', 00619 'filehist-deleteall' => 'phumula ka moka', 00620 'filehist-deleteone' => 'phumula ye', 00621 'filehist-current' => 'bjale', 00622 'filehist-datetime' => 'LetšatšiKgwedi/Nako', 00623 'filehist-user' => 'Mošomiši', 00624 'filehist-dimensions' => 'Bogolo', 00625 'filehist-filesize' => 'Bogolo ba faele', 00626 'filehist-comment' => 'Comment', 00627 'imagelinks' => 'Hlamaganyago', 00628 'linkstoimage' => '{{PLURAL:$1|Letlakala le ke |$1 ya matlakala a}} latelago a hlomaganya go faele ye:', 00629 'nolinkstoimage' => 'Gago matlakala a hlomaganyago faeleng ye.', 00630 '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) 00631 'noimage' => 'Ga gona faele ya leina le, efela o ka $1.', 00632 'noimage-linktext' => 'Lokele ye tee', 00633 'uploadnewversion-linktext' => 'Lokela peoletšo ye mphsa ya faele', 00634 00635 # File reversion 00636 'filerevert-comment' => 'Ahlaahla:', 00637 'filerevert-defaultcomment' => 'Boela go poeletšo ya go tloga go $2, $1', 00638 00639 # File deletion 00640 'filedelete' => 'Phumula $1', 00641 'filedelete-legend' => 'Phumula faele', 00642 'filedelete-intro' => "O phumula '''[[Media:$1|$1]]'''.", 00643 'filedelete-comment' => 'Lebaka la go phumula:', 00644 'filedelete-submit' => 'Phumula', 00645 'filedelete-success' => "'''$1''' e phumutšwe.", 00646 'filedelete-nofile' => "'''$1''' ga e gona.", 00647 'filedelete-otherreason' => 'Mabaka a mangwe:', 00648 'filedelete-reason-otherlist' => 'Lebaka le lengwe', 00649 00650 # MIME search 00651 'mimesearch' => 'fetleka MIME', 00652 00653 # List redirects 00654 'listredirects' => "Lenano la di-''redirect''", 00655 00656 # Unused templates 00657 'unusedtemplates' => "''templates'' tša go se šomišwe", 00658 'unusedtemplateswlh' => 'dihlomaganyo tše dingwe', 00659 00660 # Random page 00661 'randompage' => 'Letlakala le lengwe le le lengwe', 00662 00663 # Random redirect 00664 'randomredirect' => "''redirect'' engwe le engwe", 00665 00666 # Statistics 00667 'statistics' => 'Dipalopalo', 00668 'statistics-header-users' => 'Dipalopalo tša mošomiši', 00669 00670 'disambiguations' => "Matlakala a ''Disambiguation''", 00671 00672 'doubleredirects' => "Di''redirect'' goya go ''redirect''", 00673 00674 'brokenredirects' => "''redirect'' tša go robega", 00675 'brokenredirects-edit' => '(fetola)', 00676 'brokenredirects-delete' => '(phumula)', 00677 00678 'withoutinterwiki' => 'Matlakala a senago dihlomaganyo tša dipolelo', 00679 'withoutinterwiki-submit' => 'Bontšha', 00680 00681 'fewestrevisions' => 'Matlakala a goba le diphetogo tše nnyenyane', 00682 00683 # Miscellaneous special pages 00684 'nbytes' => '$1 {{PLURAL:$1|byte|bytes}}', 00685 'nlinks' => '$1 {{PLURAL:$1|hlomaganyo|dihlomaganyo}}', 00686 'nmembers' => '$1 {{PLURAL:$1|leloko|maloko}}', 00687 'nrevisions' => '$1 {{PLURAL:$1|poeletšo|dipoeletšo}}', 00688 'lonelypages' => 'Matlakala a ditšhuana', 00689 'uncategorizedpages' => 'Matlakala ago sebe le magoro', 00690 'uncategorizedcategories' => 'Dihlopha tšago sebe le magoro', 00691 'uncategorizedimages' => 'Difaele tšago hloka magoro', 00692 'uncategorizedtemplates' => "''Templates'' tšago sebe le magoro", 00693 'unusedcategories' => 'Dihlopha tša go se šomišwe', 00694 'unusedimages' => 'Difaele tša go se šomišwe', 00695 'popularpages' => 'Matlakala a go tuma', 00696 'wantedcategories' => 'Dihlopha tšago nyakega', 00697 'wantedpages' => 'Matlakala ago nyakega', 00698 'mostlinked' => 'Matlakala a go hlomaganya go feta a mangwe', 00699 'mostlinkedcategories' => 'Dihlopha tša go hlomaganya go feta tše dingwe', 00700 'mostlinkedtemplates' => "''templates'' tša go hlomaganya go feta tše dingwe", 00701 'mostcategories' => 'Matlakala a goba le dihlopha tše dintšhi', 00702 'mostimages' => 'Faele tša go hlomaganya go feta tše dingwe', 00703 'mostrevisions' => 'Matlakala a goba le diphetogo tše dintšhi', 00704 'prefixindex' => "Tšhupane hlogo(''index'')", 00705 'shortpages' => 'Matlakala a makopana', 00706 'longpages' => 'Matlakala a matelele', 00707 'deadendpages' => "Matlakala a seye felo(''Dead-end'')", 00708 'protectedpages' => 'Matlakala a go lotiwa', 00709 'listusers' => 'Lanano la mošomiši', 00710 'newpages' => 'Matlakala a mampsha', 00711 'ancientpages' => 'Matlakala a kgalekgale', 00712 'move' => 'Huduša', 00713 'movethispage' => 'Huduša letlakala le', 00714 'pager-newer-n' => '{{PLURAL:$1|1 ye mpšha|$1 tše mpšha}}', 00715 'pager-older-n' => '{{PLURAL:$1|1 ya kgale|$1 tša kgale}}', 00716 00717 # Book sources 00718 'booksources' => 'Dipuku tša mothopo', 00719 'booksources-go' => 'Sepela', 00720 00721 # Special:Log 00722 'specialloguserlabel' => 'Mošomiši:', 00723 'speciallogtitlelabel' => 'Thaetlele:', 00724 'log' => "Di-''log''", 00725 'all-logs-page' => "Di-''log'' kamoka", 00726 00727 # Special:AllPages 00728 'allpages' => 'Matlakala ka moka', 00729 'alphaindexline' => '$1 goya go $2', 00730 'nextpage' => 'Letlakala lago latela ($1)', 00731 'prevpage' => 'Letlakala la go feta ($1)', 00732 'allpagesfrom' => 'Bontšha matlakala go thoma go :', 00733 'allarticles' => 'Matlakala ka moka', 00734 'allpagessubmit' => 'Eya', 00735 'allpagesprefix' => "Laetša matlakala agoba le hlogo (''prefix''):", 00736 00737 # Special:Categories 00738 'categories' => 'Dihlopha', 00739 00740 # Special:DeletedContributions 00741 'deletedcontributions' => 'Diabe tša mošomiši tšeo di phumutšwego', 00742 'deletedcontributions-title' => 'Diabe tša mošomiši tšeo di phumutšwego', 00743 00744 # Special:LinkSearch 00745 'linksearch-ok' => 'Fetleka', 00746 00747 # Special:ListUsers 00748 'listusers-submit' => 'Botšha', 00749 00750 # E-mail user 00751 'emailuser' => 'Romela mošomiši yo molaetša', 00752 'emailpage' => 'Romela email go mošomiši', 00753 'noemailtitle' => 'Gago email atrese', 00754 'emailfrom' => 'Go tšwa go', 00755 'emailsubject' => 'Sebolelwa', 00756 'emailmessage' => 'Molaetša', 00757 'emailsend' => 'Romela', 00758 'emailccme' => 'Nromela kopi ya melaetša.', 00759 'emailccsubject' => 'Kopi ya molaetša wa gago goya go $1: $2', 00760 'emailsent' => 'E-mail e rometšwe', 00761 'emailsenttext' => 'Molaetša wa gago wa email gawa romelwa.', 00762 00763 # Watchlist 00764 'watchlist' => 'Lenano la ditlhapetšo tša ka', 00765 'mywatchlist' => 'Lenano la ditlhapetšo tša ka', 00766 'watchlistfor' => "(ya '''$1''')", 00767 'addedwatch' => 'Loketšwe go lenano la ditlhapetšo', 00768 'addedwatchtext' => "Letlakala \"[[:\$1]]\" le tsene go [[Special:Watchlist|watchlist]] ya gago. 00769 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. 00770 00771 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.", 00772 'removedwatch' => 'Tlošitšwe go lenano la ditlhapetšo', 00773 'removedwatchtext' => 'Letlakala "[[:$1]]" letlošitšwe go lenano la gago la ditlhapetšo.', 00774 'watch' => 'Tlhapetša', 00775 'watchthispage' => 'Tlhapetša letlakala le', 00776 'unwatch' => 'Tloša tlhapešo', 00777 '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).', 00778 'wlshowlast' => 'Laetša $1 diiri $2 matšatši $3 tša gofeta', 00779 00780 # Displayed when you click the "watch" button and it is in the process of watching 00781 'watching' => 'Tlhapeditše...', 00782 'unwatching' => 'Tlhapetšo eya tlošwa ...', 00783 00784 'enotif_reset' => 'Swaya matlakala kamoka awe oa etetšego', 00785 'enotif_newpagetext' => 'Le, ke letlakala le lempsha.', 00786 'enotif_impersonal_salutation' => '{{SITENAME}} mošumiši', 00787 'changed' => 'fetotšwe', 00788 'created' => 'tlhodilwe', 00789 'enotif_subject' => '{{SITENAME}} letkalala $PAGETITLE le $CHANGEDORCREATED ke $PAGEEDITOR', 00790 'enotif_lastvisited' => 'Lebelela $1 go bona diphetogo ka moka gotloga ge go tsena la mafelelo.', 00791 'enotif_lastdiff' => 'Bona $1 go nyakorela phetogo ye.', 00792 00793 # Delete 00794 'deletepage' => 'Phumula letlakala', 00795 'excontent' => "mateng ebe e le: '$1'", 00796 'delete-legend' => 'Phumula', 00797 'historywarning' => 'Temošo: Letlakala leo o lekago go lephumula le nale histori:', 00798 'confirmdeletetext' => 'O phumula letlakala le histori ka moka ya lona. 00799 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]].', 00800 'actioncomplete' => 'Kgopelo e phetilwe ka katlego', 00801 'deletedtext' => '"<nowiki>$1</nowiki>" e phumutšwe. 00802 Lebelela $2 go hweetša sedi ka diphulo tša bjale.', 00803 'deletedarticle' => 'E phumutšwe "[[$1]]"', 00804 'dellogpage' => "''Log'' yago phumula", 00805 'deletecomment' => 'Lebaka la go phumula:', 00806 'deleteotherreason' => 'Mabaka a mangwe:', 00807 'deletereasonotherlist' => 'Mabaka a mangwe', 00808 00809 # Rollback 00810 'rollbacklink' => 'bošetša morago', 00811 'editcomment' => "Ahlaahlo ya phetogo ke : \"''\$1''\".", # only shown if there is an edit comment 00812 00813 # Protect 00814 'protectlogpage' => "''Log'' yago lota", 00815 'protectedarticle' => 'lotilwe "[[$1]]"', 00816 'prot_1movedto2' => '[[$1]] e hudugile goya go [[$2]]', 00817 'protect-legend' => 'Tiišetša go lota', 00818 'protectcomment' => 'Ahlaahla:', 00819 'protectexpiry' => 'Fetatšatši:', 00820 'protect_expiry_invalid' => 'Fetatšatši, nako ye ga ya dumelwa.', 00821 'protect_expiry_old' => 'Fetatšatši ke ya nako yeo e fetilego.', 00822 'protect-unchain' => 'Dumella (tloša senotlolo) tumello ya go huduga', 00823 'protect-text' => "O ka lebelela lego fetola seemo sa go lota sa letlakala '''<nowiki>$1</nowiki>'''.", 00824 'protect-locked-access' => "Tšhupaleloko ya gago ga ena tumello ya go fetola seemo sago lota ga letlakala. 00825 Seemo sa go lota ga letlakala '''$1''':", 00826 '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.', 00827 'protect-default' => '(default)', 00828 'protect-fallback' => 'Go nyakega tumello ya "$1"', 00829 'protect-level-autoconfirmed' => "Thiba bašumiši bao ba sakago ba engwadiša(''unregistered'')", 00830 'protect-level-sysop' => 'Sysops feela', 00831 'protect-summary-cascade' => 'cascading', 00832 'protect-expiring' => 'fetatšatši ke $1 (UTC)', 00833 'protect-cascade' => 'Lota matlakala, akaretša le letlakala le (go lota ka kakaretšo)', 00834 'protect-cantedit' => 'Ga o kgone go fetola tekano ya bolotego letlakaleng le, ka ge o sena tumello yago bofetola.', 00835 '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,... 00836 'restriction-type' => 'Tumello:', 00837 'restriction-level' => 'Seemo sago Lota:', 00838 00839 # Restrictions (nouns) 00840 'restriction-edit' => 'Fetola', 00841 'restriction-move' => 'Huduša', 00842 'restriction-create' => 'Tlhola', 00843 00844 # Undelete 00845 'undelete' => 'Nyakorela matlakala ago phumulwa', 00846 'viewdeletedpage' => 'Nyakorela matlakala ago phumulwa', 00847 'undeletebtn' => 'Hlaphola', 00848 'undeletecomment' => 'Ahlaahla:', 00849 'undelete-search-prefix' => 'Laetśa matlakala a go thoma ka:', 00850 'undelete-search-submit' => 'Fetleka', 00851 00852 # Namespace form on various pages 00853 'namespace' => 'Namespace:', 00854 'invert' => 'Fetola kgetho', 00855 'blanknamespace' => '(Hlogo)', 00856 00857 # Contributions 00858 'contributions' => 'Diabe tša mošomiši', 00859 'mycontris' => 'Diabe tša ka', 00860 'contribsub2' => 'Ya $1 ($2)', 00861 'uctop' => '(godimo)', 00862 'month' => 'Go tloga kgweding (le peleng):', 00863 'year' => 'Go tloga ngwageng (le peleng):', 00864 00865 'sp-contributions-newbies-sub' => 'Tša tšhupaleloko tše mphsa', 00866 'sp-contributions-blocklog' => "''Log'' yago thiba", 00867 'sp-contributions-search' => 'Fetleka diabe', 00868 'sp-contributions-username' => 'IP Atrese goba leina la mošomiši:', 00869 'sp-contributions-submit' => 'Fetleka', 00870 00871 # What links here 00872 'whatlinkshere' => 'Ke eng yeo e hlomaganyago mo', 00873 'whatlinkshere-title' => 'Matlakala a go hlomaganya go "$1"', 00874 'whatlinkshere-page' => 'Letlakala:', 00875 'linkshere' => "Matlaka a latelago a hlomaganya le '''[[:$1]]''':", 00876 'nolinkshere' => "Ga go letlakala leo le hlomaganyago go '''[[:$1]]'''.", 00877 'isredirect' => "''redirect'' letlakala", 00878 'istemplate' => 'tsentšho', 00879 'whatlinkshere-prev' => '{{PLURAL:$1|fetile|fetile $1}}', 00880 'whatlinkshere-next' => '{{PLURAL:$1|latela|latela $1}}', 00881 'whatlinkshere-links' => '← dihlomaganyago', 00882 00883 # Block/unblock 00884 'blockip' => 'Thibela mošomiši go tsena', 00885 'ipaddress' => 'IP Atrese:', 00886 'ipbexpiry' => 'Fetatšatši:', 00887 'ipbreason' => 'Lebaka:', 00888 'ipbreasonotherlist' => 'Lebaka le lengwe', 00889 'ipbsubmit' => 'Thiba mošomiši yo', 00890 'ipbother' => 'Nako yengwe:', 00891 '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,... 00892 'ipbotheroption' => 'yengwe', 00893 'ipblocklist' => "Lenano la IP le bašumiši bao bathibilwego(''blocked'')", 00894 'ipblocklist-submit' => 'Fetleka', 00895 'blocklistline' => '$1, $2 o thibile $3 ($4)', 00896 'emailblock' => 'e-mail e thibilwe', 00897 'blocklink' => 'thibela', 00898 'unblocklink' => 'tloša thibelo', 00899 'contribslink' => 'diabelo', 00900 'blocklogpage' => "''log'' yago Thiba", 00901 'blocklogentry' => 'Thibela [[$1]] ka fetšatši ya $2 $3', 00902 'block-log-flags-noemail' => 'e-mail e thibilwe', 00903 'proxyblocksuccess' => 'Phetilwe.', 00904 00905 # Move page 00906 'move-page-legend' => 'Huduša letlakala', 00907 'movepagetext' => "Ge o šomiša fomo ye mo tlase, letlakala le kgale le history ya lona di tla huduga go ya letlakaleng le lemphsa. 00908 Letlakala la kgale le ba ''redirect'' go ya letlakaleng le lemphsa. 00909 Dihlomaganyo goya letlakaleng la kgale ga di fetolwe; gopola go sekaseka di [[Special:DoubleRedirects|''double'']] goba [[Special:BrokenRedirects|''broken redirects'']]. 00910 00911 Ke boikarabela ba gago go kgonthišisa gore dihlomaganyo di tšhwela pele go šupa mowe di swanetšego goya. 00912 00913 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. 00914 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. 00915 00916 '''TEMOŠO!''' 00917 Se sekapa le dipheto tšeo di sa letelwago go matlakala atumilego; 00918 Ka kgopelo kgontišiša gore o kwešiša ditla morago tša se, pele o tšwelapele.", 00919 'movepagetalktext' => "Letlakala la dipoledišano lago hlobana le letlakala le le tla hudušwa '''ntle le ge''': 00920 00921 *Ge letlakala la dipoledišano la leina le lemphsa lephela, goba 00922 *O sa kgetha go le huduša tlase ga letlakala le. 00923 00924 Ge go le bjalo,o tla swanela ke go huduša goba go kopanya matlakala ka bowena.", 00925 'movearticle' => 'Huduša letlakala:', 00926 'newtitle' => 'Goya go taetlile:', 00927 'move-watch' => 'Tlhapetša letlakala le', 00928 'movepagebtn' => 'Huduša letlakala', 00929 'pagemovedsub' => 'Hudugile ka katlego', 00930 '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. 00931 'articleexists' => 'Letlakala la goba le leina le legona, goba 00932 leina leo o le kgethilego ga la dumelega. 00933 Ka kgopelo, kgetha leina le lengwe.', 00934 '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.'''", 00935 'movedto' => 'hudugetše go', 00936 'movetalk' => 'Huduša letlakala la dipoledišano la go hlobana le letlakala le', 00937 '1movedto2' => '[[$1]] e hudugile goya go [[$2]]', 00938 'movelogpage' => "''log'' yago huduša", 00939 'movereason' => 'Lebaka:', 00940 'revertmove' => 'bušetša', 00941 'delete_and_move_confirm' => 'E, phumula letlakala le', 00942 00943 # Export 00944 'export' => 'Matlakala a diyantle', 00945 00946 # Namespace 8 related 00947 'allmessages' => 'Melaetša ya tlhamego', 00948 'allmessagesname' => 'Leina', 00949 00950 # Thumbnails 00951 'thumbnail-more' => 'Godiša/Atologa', 00952 'thumbnail_error' => "Phoso go tlhama ''thumbnail'': $1", 00953 00954 # Special:Import 00955 'import-comment' => 'Ahlaahla:', 00956 'import-revision-count' => '$1 {{PLURAL:$1|poeletšo|dipoeletšo}}', 00957 00958 # Import log 00959 'importlogpage' => "''Log'' yago lokela", 00960 'import-logentry-upload-detail' => '$1 {{PLURAL:$1|poeletšo|dipoeletšo}}', 00961 'import-logentry-interwiki-detail' => '$1 {{PLURAL:$1|poeletšo|dipoeletšo}} gotšwa go $2', 00962 00963 # Tooltip help for the actions 00964 'tooltip-pt-userpage' => 'Letlakala (la mošomiši) la ka', 00965 'tooltip-pt-mytalk' => 'Letlakala laka la dipolelo', 00966 'tooltip-pt-preferences' => "Dikgetho (''preference'') tša ka", 00967 'tooltip-pt-watchlist' => 'Lenano la matlakala ago tlhapetšwa diphetogo ke wena', 00968 'tooltip-pt-mycontris' => 'Lenano la diabe tša ka', 00969 'tooltip-pt-login' => 'O a kgothatšwa gore o tsene, e efela ga se kgapeletšo.', 00970 'tooltip-pt-logout' => 'Etšwa fa/Tswalela/Log out', 00971 'tooltip-ca-talk' => 'Poledišano mabapi le letlakala le', 00972 '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.', 00973 'tooltip-ca-addsection' => 'Lokela pono ya gago/Ahlaahla go poledišano ye.', 00974 'tooltip-ca-viewsource' => 'Letlakala le le lotilew. O ka lebelela mothopo fela.', 00975 'tooltip-ca-protect' => 'Lota letlakala le', 00976 'tooltip-ca-delete' => 'Phumula letlakala le', 00977 'tooltip-ca-move' => 'Huduša letlakala le', 00978 'tooltip-ca-watch' => 'Lokela letlakala le go lenano la gago la tlhapetšo', 00979 'tooltip-ca-unwatch' => 'Tloša letlakala le go lenano la gago la matlakala a go tlhapetšwa', 00980 'tooltip-search' => 'Fetleka {{SITENAME}}', 00981 'tooltip-n-mainpage' => 'Etela letlakala la pele', 00982 'tooltip-n-portal' => 'Mabapi le tirotherwa, seo o ka se dirago, o ka humana dilo kae', 00983 'tooltip-n-currentevents' => 'Humana sedi yengwe go ditiragalo tša bjale', 00984 'tooltip-n-recentchanges' => 'Lenano la diphetogo tša bjale go wiki.', 00985 'tooltip-n-randompage' => 'Laiša letlakala le lengwe le le lengwe', 00986 'tooltip-n-help' => 'O tla humana thušo mo.', 00987 'tooltip-t-whatlinkshere' => "Lenano la matlakala ao a hlomaganyago (''link'') mo", 00988 'tooltip-t-contributions' => 'Lebelela lenano la diabe tša mošomiši yo', 00989 'tooltip-t-emailuser' => 'Romela molaetša go mošomiši yo', 00990 'tooltip-t-upload' => 'Lokela senepe goba difaele', 00991 'tooltip-t-specialpages' => 'Lenano la matlakala kamoka a itšeng', 00992 'tooltip-ca-nstab-user' => 'Lebelela letlakala la mošomiši', 00993 'tooltip-ca-nstab-project' => 'Lebelela letlakala la tirotherwa', 00994 'tooltip-ca-nstab-image' => 'Botšha letlakala', 00995 'tooltip-ca-nstab-template' => "Lebelela ''template''", 00996 'tooltip-ca-nstab-help' => 'Lebelea matlakala a thušo', 00997 'tooltip-ca-nstab-category' => 'Lebelela letlakala la sehlopha', 00998 'tooltip-minoredit' => 'Swaya se bjalo ka phetogo ye nnyenyane', 00999 'tooltip-save' => 'Boloka diphetogo tša gago', 01000 'tooltip-preview' => 'E laetša gore diphetogo di tla lebega bjang, e šomiše pele ga ge o boloka letlakala!', 01001 'tooltip-diff' => 'Laetša diphetogo tšeo o di dirilego go mongwalo.', 01002 'tooltip-compareselectedversions' => 'Bontšha phapano magareng ga di dihlopha tše pedi tša diphetogo tšeo o di kgetilego letlakaleng le.', 01003 'tooltip-watch' => 'Lokela letlakala le go lenano la gago la matlakala ago tlhapetšwa', 01004 01005 # Attribution 01006 'siteuser' => '{{SITENAME}} mošumiši $1', 01007 'lastmodifiedatby' => 'Letlakala le fetotšwe la mafelelo ka $2, $1 ke $3.', # $1 date, $2 time, $3 user 01008 'others' => 'tše dingwe', 01009 'siteusers' => '{{SITENAME}} mošumiši/bašumiši $1', 01010 01011 # Info page 01012 'numedits' => 'Palo ya diphetogo (letlakala): $1', 01013 'numwatchers' => 'Palo ya batlhapedi: $1', 01014 01015 # Image deletion 01016 'filedeleteerror-short' => 'Phošo go phumuleng faele: $1', 01017 'filedeleteerror-long' => 'Diphošo di hlagile ge go phumulwa faele: 01018 01019 $1', 01020 'filedelete-missing' => 'Faele "$1" ga e phumulege ka ge e segona.', 01021 01022 # Browsing diffs 01023 'previousdiff' => '← Dophapano tšago feta', 01024 'nextdiff' => 'Diphapano tše dimpšha →', 01025 01026 # Media information 01027 'widthheightpage' => '$1×$2, $3 matlakala', 01028 'file-info-size' => '($1 × $2 pixel, bogolo ba faele: $3, Mohuta wa MIME: $4)', 01029 'file-nohires' => "<small>Gago ''resolution'' ya go feta mo.</small>", 01030 'svg-long-desc' => '(SVG faele, nominally $1 × $2 pixels, bogolo ba faele: $3)', 01031 'show-big-image' => "''resolution'' ya gofella", 01032 'show-big-image-thumb' => '<small>Bogolo ba pono: $1 × $2 pixels</small>', 01033 01034 # Special:NewFiles 01035 'newimages' => "''Gallery'' ya difaele tše mpsha", 01036 'ilsubmit' => 'Fetleka', 01037 'bydate' => 'ka letšatšikgwedi', 01038 01039 # Bad image list 01040 'bad_image_list' => "''Format'' e ka mokgwa wo o latelago: 01041 01042 Ke fela tšeo dilego lenano (methalo ya go thoma ka *) yeo e dumeletšwego. 01043 Hlomaganyo ya mathomo mothalong e swanetše go hlomaganya le seswantšho sa go senyega. 01044 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.", 01045 01046 # Metadata 01047 'metadata' => 'Metadata', 01048 '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.", 01049 'metadata-expand' => 'Bontšha sedi ya gotlala(extended)', 01050 'metadata-collapse' => "Fihla sedi ya gotlala(''extended'')", 01051 'metadata-fields' => "EXIF metadata ''fields'' tšao dilego go molaetša wo, di tla tsenywa go 01052 letlakala la seswantšho ge tafola ya metadata e bulwa. Tše dingwe tša di ''fields'' di tla fihliwa. 01053 * make 01054 * model 01055 * datetimeoriginal 01056 * exposuretime 01057 * fnumber 01058 * isospeedratings 01059 * focallength", # Do not translate list items 01060 01061 # EXIF tags 01062 'exif-imagewidth' => 'Bophara', 01063 'exif-imagelength' => 'Botelele', 01064 'exif-artist' => 'Mongwadi', 01065 01066 'exif-componentsconfiguration-0' => 'Ga e gona', 01067 01068 'exif-subjectdistance-value' => '$1 metara', 01069 01070 'exif-meteringmode-1' => 'Palogare', 01071 01072 # External editor support 01073 'edit-externally' => 'Fetola faele ye o šumiša thulusi ya ka ntle', 01074 'edit-externally-help' => '(Lebelela [http://www.mediawiki.org/wiki/Manual:External_editors Taelo ya go thoma] go humana sedi)', 01075 01076 # 'all' in various places, this might be different for inflected languages 01077 'recentchangesall' => 'ka moka', 01078 'imagelistall' => 'ka moka', 01079 'watchlistall2' => 'ka moka', 01080 'namespacesall' => 'ka moka', 01081 'monthsall' => 'ka moka', 01082 01083 # Multipage image navigation 01084 'imgmultipageprev' => '← letlakala la go feta', 01085 'imgmultipagenext' => 'letlakala lago latela →', 01086 01087 # Table pager 01088 'table_pager_next' => 'Letlakala la go latela', 01089 'table_pager_prev' => 'Letlakala la gofeta', 01090 'table_pager_first' => 'Letlakala la pele', 01091 'table_pager_last' => 'Letlakala la mafelelo', 01092 'table_pager_empty' => 'Ga gona sepheto', 01093 01094 # Auto-summaries 01095 'autosumm-new' => 'Letlakala le lefsa: $1', 01096 01097 # Watchlist editor 01098 '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.', 01099 'watchlistedit-noitems' => 'Lenano la gago la ditlhapetšo ga lena dithaetlele.', 01100 'watchlistedit-normal-title' => 'Felotal lenano la ditlhapetšo', 01101 'watchlistedit-normal-legend' => 'Tloša dithaetlele go lenano la ditlhapetšo', 01102 'watchlistedit-normal-submit' => 'Tloša thaetlele', 01103 01104 # Watchlist editing tools 01105 'watchlisttools-view' => 'Nyakoretša diphetogo tša gona', 01106 'watchlisttools-edit' => 'Lebelela lego fetola lenano la ditlhapetšo', 01107 'watchlisttools-raw' => "Fetola lenano le letala (''raw'') la ditlhapetšo", 01108 01109 # Special:Version 01110 'version' => "''Version''", # Not used as normal message but as header for the special page itself 01111 01112 # Special:FileDuplicateSearch 01113 'fileduplicatesearch-submit' => 'Fetleka', 01114 01115 # Special:SpecialPages 01116 'specialpages' => 'Matlakala a itšeng', 01117 01118 );