Main Page | Namespace List | Class Hierarchy | Class List | File List | Class Members | File Members | Related Pages

LanguageTh.php

Go to the documentation of this file.
00001 <?php 00002 #-------------------------------------------------------------------------- 00003 # Translated from English by Varakorn Ungvichian 00004 # แปลงจากภาษาอังกฤษโดย นาย วรากร อึ้งวิเชียร 00005 #-------------------------------------------------------------------------- 00006 00007 /* private */ $wgNamespaceNamesTh = array( 00008 -2 => "Media", 00009 -1 => "พิเศษ", 00010 0 => "", 00011 1 => "พูดคุย", 00012 2 => "ผู้ใช้", 00013 3 => "คุยเกี่ยวกับผู้ใช้", 00014 4 => $wgMetaNamespace, 00015 5 => $wgMetaNamespace . "_talk", 00016 6 => "ภาพ", 00017 7 => "คุยเกี่ยวกับภาพ", 00018 8 => "MediaWiki", 00019 9 => "คุยเกี่ยวกับ_MediaWiki", 00020 10 => "Template", 00021 11 => "Template_talk" 00022 00023 ); 00024 00025 /* private */ $wgQuickbarSettingsTh = array( 00026 "ไม่มี", "อยู่ทางซ้าย", "อยู่ทางขวา", "ลอยทางซ้าย" 00027 ); 00028 00029 /* private */ $wgSkinNamesTh = array( 00030 'standard' => "Standard", 00031 'nostalgia' => "Nostalgia", 00032 'cologneblue' => "Cologne Blue", 00033 'smarty' => "Paddington", 00034 'montparnasse' => "Montparnasse", 00035 'davinci' => "DaVinci", 00036 'mono' => "Mono", 00037 'monobook' => "MonoBook", 00038 "myskin" => "MySkin" 00039 ); 00040 00041 /* private */ $wgMathNamesTh = array( 00042 "Always render PNG", 00043 "HTML if very simple or else PNG", 00044 "HTML if possible or else PNG", 00045 "Leave it as TeX (for text browsers)", 00046 "Recommended for modern browsers" 00047 ); 00048 00049 /* private */ $wgDateFormatsTh = array( 00050 "No preference", 00051 "มกราคม 15, 2001", 00052 "15 มกราคม 2001", 00053 "2001 มกราคม 15", 00054 "2001-01-15" 00055 ); 00056 00057 /* private */ $wgUserTogglesTh = array( 00058 "hover" => "แสดง hoverbox เหนือลิงก์", 00059 "underline" => "ขีดเส้นใต้ลิงก์", 00060 "highlightbroken" => "จัดลิงก์ที่ไม่มี <a href=\"\" class=\"new\">เป็น 00061 ดังนี้</a> (หรือ เป็นดังนี้<a href=\"\" class=\"internal\">?</a>).", 00062 "justify" => "จัดย่อหน้าให้เรียบร้อย", 00063 "hideminor" => "ไม่แสดงการแก้ไขย่อยใน recent changes", 00064 "usenewrc" => "Enhanced recent changes (ไม่สามารถใช้ได้กับทุกเว็บบราวเซอร์)", 00065 "numberheadings" => "ใส่ตัวเลขหน้าหัวข้อโดยอัตโนมัติ", 00066 "showtoolbar" => "Show edit toolbar", 00067 "editondblclick" => "แก้ไขหน้าโดยใช้ double click (ผ่าน JavaScript)", 00068 "editsection"=>"สามารถแก้ไขเฉพาะส่วนโดยใช้ลิงก์ [แก้ไข]", 00069 "editsectiononrightclick"=>"สามารถแก้ไขเฉพาะส่วนโดยใช้ right click<br> บนชื่อส่วนย่อย (ผ่าน JavaScript)", 00070 "showtoc"=>"แสดงสารบัญ<br>(สำหรับบทความที่มีมากกว่า 3 หัวข้อ)", 00071 "rememberpassword" => "จำ password ระหว่าง session", 00072 "editwidth" => "กล่องสำหรับการแก้ไขกว้างเต็มหน้าจอ", 00073 "watchdefault" => "นำหน้าที่แก้ไขไปใส่ watchlist", 00074 "minordefault" => "กำหนด default ให้การแก้ไขทุกครั้งเป็นการแก้ไขย่อย", 00075 "previewontop" => "แสดง preview ก่อนกล่องสำหรับการแก้ไข", 00076 "nocache" => "ไม่นำหน้าต่าง ๆ มาใส่ใน cache" 00077 ); 00078 00079 /* private */ $wgWeekdayNamesTh = array( 00080 "วันอาทิตย์", "วันจันทร์", "วันอังคาร", "วันพุธ", "วันพฤหัสบดี", 00081 "วันศุกร์", "วันเสาร์" 00082 ); 00083 00084 /* private */ $wgMonthNamesTh = array( 00085 "มกราคม", "กุมภาพันธ์", "มีนาคม", "เมษายน", "พฤษภาคม", "มิถุนายน", 00086 "กรกฎาคม", "สิงหาคม", "กันยายน", "ตุลาคม", "พฤศจิกายน", 00087 "ธันวาคม" 00088 ); 00089 00090 /* private */ $wgMonthAbbreviationsTh = array( 00091 "ม.ค.", "ก.พ.", "มี.ค.", "เม.ย.", "พ.ค.", "มิ.ย.", "ก.ค.", "ส.ค.", 00092 "ก.ย.", "ต.ค.", "พ.ย.", "ธ.ค." 00093 ); 00094 00095 # All special pages have to be listed here: a description of "" 00096 # will make them not show up on the "Special Pages" page, which 00097 # is the right thing for some of them (such as the "targeted" ones). 00098 # 00099 /* private */ $wgValidSpecialPagesTh = array( 00100 "Userlogin" => "", 00101 "Userlogout" => "", 00102 "Preferences" => "ตั้งค่าสำหรับผู้ใช้", 00103 "Watchlist" => "Watchlist", 00104 "Recentchanges" => "หน้าที่ได้รับการแก้ไขเมื่อเร็ว ๆ นี้", 00105 "Upload" => "Upload ภาพ", 00106 "Imagelist" => "รายชื่อภาพ", 00107 "Listusers" => "ผูใช้ที่ลงทะเบียนแล้ว", 00108 "Statistics" => "สถิติของเว็บไซต์", 00109 "Randompage" => "สุ่มบทความ", 00110 00111 "Lonelypages" => "บทความที่ไม่ได้ลิงก์ไว้", 00112 "Unusedimages" => "ภาพที่ไม่ได้ใช้", 00113 "Popularpages" => "บทความที่ได้รับความนิยม", 00114 "Wantedpages" => "บทความที่เป็นที่ต้องการมากที่สุด", 00115 "Shortpages" => "บทความสั้น", 00116 "Longpages" => "บทความยาว", 00117 "Newpages" => "บทความที่สร้างมาใหม่", 00118 "Ancientpages" => "บทความที่เก่าที่สุด", 00119 "Deadendpages" => "หน้าทางตัน", 00120 # "Intl" => "ลิงก์ระหว่างภาษา", 00121 "Allpages" => "ทุกหน้าตามชื่อ", 00122 00123 "Ipblocklist" => "ผู้ใช้และ IP address ที่ถูกกั้นไว้", 00124 "Maintenance" => "หน้าสำหรับการรักษาบำรุง", 00125 "Specialpages" => "", 00126 "Contributions" => "", 00127 "Emailuser" => "", 00128 "Whatlinkshere" => "", 00129 "Recentchangeslinked" => "", 00130 "Movepage" => "", 00131 "Booksources" => "แหล่งหนังสือภายนอก", 00132 # "Categories" => "ประเภทของหน้า", 00133 "Export" => "การ export หน้าเป็น XML", 00134 "Version" => "Version", 00135 ); 00136 00137 /* private */ $wgSysopSpecialPagesTh = array( 00138 "Blockip" => "กั้นผู้ใช้ หรือ IP address", 00139 "Asksql" => "ค้นหาในฐานข้อมูล", 00140 "Undelete" => "คืนหน้าที่ถูกลบไป" 00141 ); 00142 00143 /* private */ $wgDeveloperSpecialPagesTh = array( 00144 "Lockdb" => "ทำให้ฐานข้อมูลอ่านได้อย่างเดียว", 00145 "Unlockdb" => "ทำให้ฐานข้อมูลสามารถเขียนได้", 00146 ); 00147 00148 #------------------------------------------------------------------- 00149 # Default messages 00150 #------------------------------------------------------------------- 00151 # Allowed characters in keys are: A-Z, a-z, 0-9, underscore (_) and 00152 # hyphen (-). If you need more characters, you may be able to change 00153 # the regex in MagicWord::initRegex 00154 00155 /* private */ $wgAllMessagesTh = array( 00156 00157 # Bits of text used by many pages: 00158 # 00159 "categories" => "ประเภทของหน้า", 00160 "category" => "ประเภท", 00161 "category_header" => "บทความในประเภท \"$1\"", 00162 "subcategories" => "ประเภทย่อย", 00163 00164 "linktrail" => "/^([a-z]+)(.*)\$/sD", 00165 "mainpage" => "หน้าหลัก", 00166 "mainpagetext" => "Wiki software ถูกติดตั้งเรียบร้อยแล้ว", 00167 "about" => "เกี่ยวกับ", 00168 "aboutwikipedia" => "เกี่ยวกับ $wgSitename", 00169 "aboutpage" => "$wgMetaNamespace:เกี่ยวกับ", 00170 "help" => "ความช่วยเหลือ", 00171 "helppage" => "$wgMetaNamespace:ความช่วยเหลือ", 00172 "wikititlesuffix" => "$wgSitename", 00173 "bugreports" => "รายงาน bug", 00174 "bugreportspage" => "$wgMetaNamespace:รายงาน bug", 00175 "sitesupport" => "การบริจาค", 00176 "sitesupportpage" => "", # If not set, won't appear. Can be wiki page or URL 00177 "faq" => "FAQ", 00178 "faqpage" => "$wgMetaNamespace:FAQ", 00179 "edithelp" => "ความช่วยเหลือในการแก้ไขหน้า", 00180 "edithelppage" => "$wgMetaNamespace:การแก้ไขหน้า", 00181 "cancel" => "ยกเลิก", 00182 "qbfind" => "ค้นหา", 00183 "qbbrowse" => "ค้น", 00184 "qbedit" => "แก้ไข", 00185 "qbpageoptions" => "หน้านี้", 00186 "qbpageinfo" => "บริบท", 00187 "qbmyoptions" => "หน้าของฉัน", 00188 "qbspecialpages" => "หน้าพิเศษ", 00189 "moredotdotdot" => "อื่น ๆ ...", 00190 "mypage" => "หน้าของฉัน", 00191 "mytalk" => "หน้าพูดคุยของฉัน", 00192 "currentevents" => "เหตุการณ์ปัจจุบัน", 00193 "errorpagetitle" => "ความผิดพลาด", 00194 "returnto" => "กลับไปยัง $1.", 00195 "fromwikipedia" => "จาก $wgSitename, สารานุกรมฟรี", 00196 "whatlinkshere" => "หน้าที่ลิงก์มายังที่นี่", 00197 "help" => "ความช่วยเหลือ", 00198 "search" => "ค้นหา", 00199 "go" => "ไป", 00200 "history" => "ประวัติของหน้านี้", 00201 "printableversion" => "Printable version", 00202 "editthispage" => "แก้ไขหน้านี้", 00203 "deletethispage" => "ลบหน้านี้", 00204 "protectthispage" => "ป้องกันหน้านี้", 00205 "unprotectthispage" => "ยกเลิกการป้องกันหน้านี้", 00206 "newpage" => "หน้าใหม่", 00207 "talkpage" => "พูดคุยเกี่ยวกับหน้านี้", 00208 "postcomment" => "Post a comment", 00209 "articlepage" => "View article", 00210 "subjectpage" => "View subject", # For compatibility 00211 "userpage" => "View user page", 00212 "wikipediapage" => "View meta page", 00213 "imagepage" => "View image page", 00214 "viewtalkpage" => "View discussion", 00215 "otherlanguages" => "Other languages", 00216 "redirectedfrom" => "(Redirected from $1)", 00217 "lastmodified" => "This page was last modified $1.", 00218 "viewcount" => "This page has been accessed $1 times.", 00219 "gnunote" => "All text is available under the terms of the <a class=internal href='/wiki/GNU_FDL'>GNU Free Documentation License</a>.", 00220 "printsubtitle" => "(From http://www.wikipedia.org)", 00221 "protectedpage" => "Protected page", 00222 "administrators" => "$wgMetaNamespace:Administrators", 00223 "sysoptitle" => "Sysop access required", 00224 "sysoptext" => "The action you have requested can only be 00225 performed by users with \"sysop\" status. 00226 See $1.", 00227 "developertitle" => "Developer access required", 00228 "developertext" => "The action you have requested can only be 00229 performed by users with \"developer\" status. 00230 See $1.", 00231 00232 "nbytes" => "$1 ไบต์", 00233 "go" => "ไป", 00234 "ok" => "OK", 00235 "sitetitle" => "$wgSitename", 00236 "sitesubtitle" => "สารานุกรมฟรี", 00237 "retrievedfrom" => "Retrieved from \"$1\"", 00238 "newmessages" => "คุณมีข้อความใหม่ $1.", 00239 "newmessageslink" => "ข้อความ", 00240 "editsection"=>"แก้ไข", 00241 "toc" => "สารบัญ", 00242 "showtoc" => "แสดงสารบัญ", 00243 "hidetoc" => "ซ่อนสารบัญ", 00244 "thisisdeleted" => "แสดงหรือคืน $1?", 00245 "restorelink" => "$1 การแก้ไขที่ลบแล้ว", 00246 00247 # Main script and global functions 00248 # 00249 "nosuchaction" => "ไม่มีการกระทำดังกล่าว", 00250 "nosuchactiontext" => "การกระทำที่บอกไว้ใน URL ไม่ 00251 เป็นที่ยอมรับของ wiki", 00252 "nosuchspecialpage" => "ไม่มีหน้าพิเศษดังกล่าว", 00253 "nospecialpagetext" => "คุณได้ขอหน้าพิเศษที่ไม่ 00254 เป็นที่ยอมรับของ wiki", 00255 00256 # General errors 00257 # 00258 "error" => "Error", 00259 "databaseerror" => "Database error", 00260 "dberrortext" => "A database query syntax error has occurred. 00261 This could be because of an illegal search query (see $5), 00262 or it may indicate a bug in the software. 00263 The last attempted database query was: 00264 <blockquote><tt>$1</tt></blockquote> 00265 from within function \"<tt>$2</tt>\". 00266 MySQL returned error \"<tt>$3: $4</tt>\".", 00267 "dberrortextcl" => "A database query syntax error has occurred. 00268 The last attempted database query was: 00269 \"$1\" 00270 from within function \"$2\". 00271 MySQL returned error \"$3: $4\".\n", 00272 "noconnect" => "Sorry! The wiki is experiencing some technical difficulties, and cannot contact the database server.", 00273 "nodb" => "Could not select database $1", 00274 "cachederror" => "The following is a cached copy of the requested page, and may not be up to date.", 00275 "readonly" => "Database locked", 00276 "enterlockreason" => "Enter a reason for the lock, including an estimate 00277 of when the lock will be released", 00278 "readonlytext" => "The database is currently locked to new 00279 entries and other modifications, probably for routine database maintenance, 00280 after which it will be back to normal. 00281 The administrator who locked it offered this explanation: 00282 <p>$1", 00283 "missingarticle" => "The database did not find the text of a page 00284 that it should have found, named \"$1\". 00285 00286 <p>This is usually caused by following an outdated diff or history link to a 00287 page that has been deleted. 00288 00289 <p>If this is not the case, you may have found a bug in the software. 00290 Please report this to an administrator, making note of the URL.", 00291 "internalerror" => "Internal error", 00292 "filecopyerror" => "Could not copy file \"$1\" to \"$2\".", 00293 "filerenameerror" => "Could not rename file \"$1\" to \"$2\".", 00294 "filedeleteerror" => "Could not delete file \"$1\".", 00295 "filenotfound" => "Could not find file \"$1\".", 00296 "unexpected" => "Unexpected value: \"$1\"=\"$2\".", 00297 "formerror" => "Error: could not submit form", 00298 "badarticleerror" => "This action cannot be performed on this page.", 00299 "cannotdelete" => "Could not delete the page or image specified. (It may have already been deleted by someone else.)", 00300 "badtitle" => "Bad title", 00301 "badtitletext" => "The requested page title was invalid, empty, or 00302 an incorrectly linked inter-language or inter-wiki title.", 00303 "perfdisabled" => "Sorry! This feature has been temporarily disabled 00304 because it slows the database down to the point that no one can use 00305 the wiki.", 00306 "perfdisabledsub" => "Here's a saved copy from $1:", 00307 "wrong_wfQuery_params" => "Incorrect parameters to wfQuery()<br> 00308 Function: $1<br> 00309 Query: $2 00310 ", 00311 "viewsource" => "View source", 00312 "protectedtext" => "This page has been locked to prevent editing; there are 00313 a number of reasons why this may be so, please see 00314 [[$wgMetaNamespace:Protected page]]. 00315 00316 You can view and copy the source of this page:", 00317 00318 # Login and logout pages 00319 # 00320 "logouttitle" => "User logout", 00321 "logouttext" => "You are now logged out. 00322 You can continue to use $wgSitename anonymously, or you can log in 00323 again as the same or as a different user. Note that some pages may 00324 continue to be displayed as if you were still logged in, until you clear 00325 your browser cache\n", 00326 00327 "welcomecreation" => "<h2>Welcome, $1!</h2><p>Your account has been created. 00328 Don't forget to personalize your wikipedia preferences.", 00329 00330 "loginpagetitle" => "ล็อกอินผู้ใช้", 00331 "yourname" => "ชื่อผู้ใช้", 00332 "yourpassword" => "รหัสผ่าน", 00333 "yourpasswordagain" => "พิมพ์รหัสผ่านอีกครั้ง", 00334 "newusersonly" => " (เฉพาะผู้ใช้ใหม่)", 00335 "remembermypassword" => "Remember my password across sessions.", 00336 "loginproblem" => "<b>There has been a problem with your login.</b><br>Try again!", 00337 "alreadyloggedin" => "<font color=red><b>User $1, you are already logged in!</b></font><br>\n", 00338 00339 "login" => "ล็อกอิน", 00340 "loginprompt" => "ต้อง enable cookie เพื่อล็อกอินสู่ $wgSitename ได้", 00341 "userlogin" => "ล็อกอิน", 00342 "logout" => "ล็อกเอาท์", 00343 "userlogout" => "ล็อกเอาท์", 00344 "notloggedin" => "ไม่ได้ล็อกอินไว้", 00345 "createaccount" => "สร้าง account ใหม่", 00346 "createaccountmail" => "ผ่านอีเมล์", 00347 "badretype" => "รหัสผ่านที่พิมพ์ไว้ไม่เหมือนกัน", 00348 "userexists" => "ชื่อผู้ใช้ที่พิมพ์ไว้ถูกใช้แล้ว โปรดเลือกชื่ออื่น", 00349 "youremail" => "อีเมล์ของคุณ*", 00350 "yournick" => "Your nickname (for signatures)", 00351 "emailforlost" => "* Entering an email address is optional. But it enables people to 00352 contact you through the website without you having to reveal your 00353 email address to them, and it also helps you if you forget your 00354 password.", 00355 "loginerror" => "Login error", 00356 "nocookiesnew" => "The user account was created, but you are not logged in. $wgSitename uses cookies to log in users. You have cookies disabled. Please enable them, then log in with your new username and password.", 00357 "nocookieslogin" => "$wgSitename uses cookies to log in users. You have cookies disabled. Please enable them and try again.", 00358 "noname" => "You have not specified a valid user name.", 00359 "loginsuccesstitle" => "Login successful", 00360 "loginsuccess" => "You are now logged in to $wgSitename as \"$1\".", 00361 "nosuchuser" => "There is no user by the name \"$1\". 00362 Check your spelling, or use the form below to create a new user account.", 00363 "wrongpassword" => "The password you entered is incorrect. Please try again.", 00364 "mailmypassword" => "Mail me a new password", 00365 "passwordremindertitle" => "Password reminder from $wgSitename", 00366 "passwordremindertext" => "Someone (probably you, from IP address $1) 00367 requested that we send you a new $wgSitename login password. 00368 The password for user \"$2\" is now \"$3\". 00369 You should log in and change your password now.", 00370 "noemail" => "There is no e-mail address recorded for user \"$1\".", 00371 "passwordsent" => "A new password has been sent to the e-mail address 00372 registered for \"$1\". 00373 Please log in again after you receive it.", 00374 00375 # Edit pages 00376 # 00377 "summary" => "Summary", 00378 "subject" => "Subject/headline", 00379 "minoredit" => "This is a minor edit", 00380 "watchthis" => "Watch this article", 00381 "savearticle" => "Save page", 00382 "preview" => "Preview", 00383 "showpreview" => "Show preview", 00384 "blockedtitle" => "User is blocked", 00385 "blockedtext" => "Your user name or IP address has been blocked by $1. 00386 The reason given is this:<br>''$2''<p>You may contact $1 or one of the other 00387 [[$wgMetaNamespace:Administrators|administrators]] to discuss the block. 00388 00389 Note that you may not use the \"email this user\" feature unless you have a valid email address registered in your [[Special:Preferences|user preferences]]. 00390 00391 Your IP address is $3. Please include this address in any queries you make. 00392 00393 ==Note to AOL users== 00394 Due to continuing acts of vandalism by one particular AOL user, Wikipedia often blocks AOL proxies. Unfortunately, a single proxy server may be used by a large number of AOL users, and hence innocent AOL users are often inadvertently blocked. We apologise for any inconvenience caused. 00395 00396 If this happens to you, please email an administrator, using an AOL email address. Be sure to include the IP address given above. 00397 ", 00398 "whitelistedittitle" => "Login required to edit", 00399 "whitelistedittext" => "You have to [[Special:Userlogin|login]] to edit articles.", 00400 "whitelistreadtitle" => "Login required to read", 00401 "whitelistreadtext" => "You have to [[Special:Userlogin|login]] to read articles.", 00402 "whitelistacctitle" => "You are not allowed to create an account", 00403 "whitelistacctext" => "To be allowed to create accounts in this Wiki you have to [[Special:Userlogin|log]] in and have the appropriate permissions.", 00404 "accmailtitle" => "Password sent.", 00405 "accmailtext" => "The Password for '$1' has been sent to $2.", 00406 "newarticle" => "(New)", 00407 "newarticletext" => 00408 "คุณได้ตามลิงก์ที่นำไปยังหน้าที่ยังไม่ปรากฏอยู่ 00409 เพื่อเริ่มสร้างหน้าใหม่ พิมพ์ลงในกล่องข้างล่างนี้ 00410 (ดู[[$wgMetaNamespace:ความช่วยเหลือ|หน้าความช่วยเหลือ]]สำหรับข้อมูลเพิ่มเติม) 00411 If you are here by mistake, just click your browser's '''back''' button.", 00412 "anontalkpagetext" => "---- ''This is the discussion page for an anonymous user who has not created an account yet or who does not use it. We therefore have to use the numerical [[IP address]] to identify him/her. Such an IP address can be shared by several users. If you are an anonymous user and feel that irrelevant comments have been directed at you, please [[Special:Userlogin|create an account or log in]] to avoid future confusion with other anonymous users.'' ", 00413 "noarticletext" => "(ไม่มีข้อความในหน้านี้)", 00414 "updated" => "(ได้รับการแก้ไขแล้ว)", 00415 "note" => "<strong>Note:</strong> ", 00416 "previewnote" => "Remember that this is only a preview, and has not yet been saved!", 00417 "previewconflict" => "This preview reflects the text in the upper 00418 text editing area as it will appear if you choose to save.", 00419 "editing" => "Editing $1", 00420 "sectionedit" => " (section)", 00421 "commentedit" => " (comment)", 00422 "editconflict" => "Edit conflict: $1", 00423 "explainconflict" => "Someone else has changed this page since you 00424 started editing it. 00425 The upper text area contains the page text as it currently exists. 00426 Your changes are shown in the lower text area. 00427 You will have to merge your changes into the existing text. 00428 <b>Only</b> the text in the upper text area will be saved when you 00429 press \"Save page\".\n<p>", 00430 "yourtext" => "Your text", 00431 "storedversion" => "Stored version", 00432 "editingold" => "<strong>WARNING: You are editing an out-of-date 00433 revision of this page. 00434 If you save it, any changes made since this revision will be lost.</strong>\n", 00435 "yourdiff" => "Differences", 00436 # FIXME: This is inappropriate for third-party use! 00437 "copyrightwarning" => "Please note that all contributions to $wgSitename are 00438 considered to be released under the GNU Free Documentation License 00439 (see $1 for details). 00440 If you don't want your writing to be edited mercilessly and redistributed 00441 at will, then don't submit it here.<br> 00442 You are also promising us that you wrote this yourself, or copied it from a 00443 public domain or similar free resource. 00444 <strong>DO NOT SUBMIT COPYRIGHTED WORK WITHOUT PERMISSION!</strong>", 00445 "longpagewarning" => "WARNING: This page is $1 kilobytes long; some 00446 browsers may have problems editing pages approaching or longer than 32kb. 00447 Please consider breaking the page into smaller sections.", 00448 "readonlywarning" => "WARNING: The database has been locked for maintenance, 00449 so you will not be able to save your edits right now. You may wish to cut-n-paste 00450 the text into a text file and save it for later.", 00451 "protectedpagewarning" => "WARNING: This page has been locked so that only 00452 users with sysop privileges can edit it. Be sure you are following the 00453 <a href='/wiki/$wgMetaNamespace:Protected_page_guidelines'>protected page 00454 guidelines</a>.", 00455 00456 # History pages 00457 # 00458 "revhistory" => "Revision history", 00459 "nohistory" => "There is no edit history for this page.", 00460 "revnotfound" => "Revision not found", 00461 "revnotfoundtext" => "The old revision of the page you asked for could not be found. 00462 Please check the URL you used to access this page.\n", 00463 "loadhist" => "Loading page history", 00464 "currentrev" => "Current revision", 00465 "revisionasof" => "Revision as of $1", 00466 "cur" => "cur", 00467 "next" => "next", 00468 "last" => "last", 00469 "orig" => "orig", 00470 "histlegend" => "Legend: (cur) = difference with current version, 00471 (last) = difference with preceding version, M = minor edit", 00472 00473 # Diffs 00474 # 00475 "difference" => "(Difference between revisions)", 00476 "loadingrev" => "loading revision for diff", 00477 "lineno" => "Line $1:", 00478 "editcurrent" => "Edit the current version of this page", 00479 00480 # Search results 00481 # 00482 "searchresults" => "Search results", 00483 "searchhelppage" => "$wgMetaNamespace:Searching", 00484 "searchingwikipedia" => "Searching $wgSitename", 00485 "searchresulttext" => "For more information about searching $wgSitename, see $1.", 00486 "searchquery" => "For query \"$1\"", 00487 "badquery" => "Badly formed search query", 00488 "badquerytext" => "We could not process your query. 00489 This is probably because you have attempted to search for a 00490 word fewer than three letters long, which is not yet supported. 00491 It could also be that you have mistyped the expression, for 00492 example \"fish and and scales\". 00493 Please try another query.", 00494 "matchtotals" => "The query \"$1\" matched $2 article titles 00495 and the text of $3 articles.", 00496 "nogomatch" => "No page with this exact title exists, trying full text search.", 00497 "titlematches" => "Article title matches", 00498 "notitlematches" => "No article title matches", 00499 "textmatches" => "Article text matches", 00500 "notextmatches" => "No article text matches", 00501 "prevn" => "previous $1", 00502 "nextn" => "next $1", 00503 "viewprevnext" => "View ($1) ($2) ($3).", 00504 "showingresults" => "Showing below <b>$1</b> results starting with #<b>$2</b>.", 00505 "showingresultsnum" => "Showing below <b>$3</b> results starting with #<b>$2</b>.", 00506 "nonefound" => "<strong>Note</strong>: unsuccessful searches are 00507 often caused by searching for common words like \"have\" and \"from\", 00508 which are not indexed, or by specifying more than one search term (only pages 00509 containing all of the search terms will appear in the result).", 00510 "powersearch" => "Search", 00511 "powersearchtext" => " 00512 Search in namespaces :<br> 00513 $1<br> 00514 $2 List redirects &nbsp; Search for $3 $9", 00515 "searchdisabled" => "<p>Sorry! Full text search has been disabled temporarily, for performance reasons. In the meantime, you can use the Google search below, which may be out of date.</p> 00516 00517 ", 00518 "googlesearch" => "<!-- SiteSearch Google --> 00519 <FORM method=GET action=\"http://www.google.com/search\"> 00520 <TABLE bgcolor=\"#FFFFFF\"><tr><td> 00521 <A HREF=\"http://www.google.com/\"> 00522 <IMG SRC=\"http://www.google.com/logos/Logo_40wht.gif\" 00523 border=\"0\" ALT=\"Google\"></A> 00524 </td> 00525 <td> 00526 <INPUT TYPE=text name=q size=31 maxlength=255 value=\"$1\"> 00527 <INPUT type=submit name=btnG VALUE=\"Google Search\"> 00528 <font size=-1> 00529 <input type=hidden name=domains value=\"{$wgServer}\"><br><input type=radio name=sitesearch value=\"\"> WWW <input type=radio name=sitesearch value=\"{$wgServer}\" checked> {$wgServer} <br> 00530 <input type='hidden' name='ie' value='$2'> 00531 <input type='hidden' name='oe' value='$2'> 00532 </font> 00533 </td></tr></TABLE> 00534 </FORM> 00535 <!-- SiteSearch Google -->", 00536 "blanknamespace" => "(Main)", 00537 00538 # Preferences page 00539 # 00540 "preferences" => "Preferences", 00541 "prefsnologin" => "Not logged in", 00542 "prefsnologintext" => "You must be <a href=\"" . 00543 wfLocalUrl( "Special:Userlogin" ) . "\">logged in</a> 00544 to set user preferences.", 00545 "prefslogintext" => "You are logged in as \"$1\". 00546 Your internal ID number is $2. 00547 00548 See [[$wgMetaNamespace:User preferences help]] for help deciphering the options.", 00549 "prefsreset" => "Preferences have been reset from storage.", 00550 "qbsettings" => "Quickbar settings", 00551 "changepassword" => "Change password", 00552 "skin" => "Skin", 00553 "math" => "Rendering math", 00554 "dateformat" => "Date format", 00555 "math_failure" => "Failed to parse", 00556 "math_unknown_error" => "unknown error", 00557 "math_unknown_function" => "unknown function ", 00558 "math_lexing_error" => "lexing error", 00559 "math_syntax_error" => "syntax error", 00560 "saveprefs" => "Save preferences", 00561 "resetprefs" => "Reset preferences", 00562 "oldpassword" => "Old password", 00563 "newpassword" => "New password", 00564 "retypenew" => "Retype new password", 00565 "textboxsize" => "Textbox dimensions", 00566 "rows" => "Rows", 00567 "columns" => "Columns", 00568 "searchresultshead" => "Search result settings", 00569 "resultsperpage" => "Hits to show per page", 00570 "contextlines" => "Lines to show per hit", 00571 "contextchars" => "Characters of context per line", 00572 "stubthreshold" => "Threshold for stub display", 00573 "recentchangescount" => "Number of titles in recent changes", 00574 "savedprefs" => "Your preferences have been saved.", 00575 "timezonetext" => "Enter number of hours your local time differs 00576 from server time (UTC).", 00577 "localtime" => "Local time display", 00578 "timezoneoffset" => "Offset", 00579 "servertime" => "Server time is now", 00580 "guesstimezone" => "Fill in from browser", 00581 "emailflag" => "Disable e-mail from other users", 00582 "defaultns" => "Search in these namespaces by default:", 00583 00584 # Recent changes 00585 # 00586 "changes" => "changes", 00587 "recentchanges" => "Recent changes", 00588 "recentchangestext" => "Track the most recent changes to the wiki on this page.", 00589 "rcloaderr" => "Loading recent changes", 00590 "rcnote" => "Below are the last <strong>$1</strong> changes in last <strong>$2</strong> days.", 00591 "rcnotefrom" => "Below are the changes since <b>$2</b> (up to <b>$1</b> shown).", 00592 "rclistfrom" => "Show new changes starting from $1", 00593 # "rclinks" => "Show last $1 changes in last $2 hours / last $3 days", 00594 # "rclinks" => "Show last $1 changes in last $2 days.", 00595 "showhideminor" => "$1 minor edits", 00596 "rclinks" => "Show last $1 changes in last $2 days; $3", 00597 "rchide" => "in $4 form; $1 minor edits; $2 secondary namespaces; $3 multiple edits.", 00598 "rcliu" => "; $1 edits from logged in users", 00599 "diff" => "diff", 00600 "hist" => "hist", 00601 "hide" => "hide", 00602 "show" => "show", 00603 "tableform" => "table", 00604 "listform" => "list", 00605 "nchanges" => "$1 changes", 00606 "minoreditletter" => "M", 00607 "newpageletter" => "N", 00608 00609 # Upload 00610 # 00611 "upload" => "Upload file", 00612 "uploadbtn" => "Upload file", 00613 "uploadlink" => "Upload images", 00614 "reupload" => "Re-upload", 00615 "reuploaddesc" => "Return to the upload form.", 00616 "uploadnologin" => "Not logged in", 00617 "uploadnologintext" => "You must be <a href=\"" . 00618 wfLocalUrl( "Special:Userlogin" ) . "\">logged in</a> 00619 to upload files.", 00620 "uploadfile" => "Upload images, sounds, documents etc.", 00621 "uploaderror" => "Upload error", 00622 "uploadtext" => "<strong>STOP!</strong> Before you upload here, 00623 make sure to read and follow the <a href=\"" . 00624 wfLocalUrlE( "$wgMetaNamespace:Image_use_policy" ) . "\">image use policy</a>. 00625 <p>If a file with the name you are specifying already 00626 exists on the wiki, it'll be replaced without warning. 00627 So unless you mean to update a file, it's a good idea 00628 to first check if such a file exists. 00629 <p>To view or search previously uploaded images, 00630 go to the <a href=\"" . wfLocalUrlE( "Special:Imagelist" ) . 00631 "\">list of uploaded images</a>. 00632 Uploads and deletions are logged on the <a href=\"" . 00633 wfLocalUrlE( "$wgMetaNamespace:Upload_log" ) . "\">upload log</a>. 00634 <p>Use the form below to upload new image files for use in 00635 illustrating your articles. 00636 On most browsers, you will see a \"Browse...\" button, which will 00637 bring up your operating system's standard file open dialog. 00638 Choosing a file will fill the name of that file into the text 00639 field next to the button. 00640 You must also check the box affirming that you are not 00641 violating any copyrights by uploading the file. 00642 Press the \"Upload\" button to finish the upload. 00643 This may take some time if you have a slow internet connection. 00644 <p>The preferred formats are JPEG for photographic images, PNG 00645 for drawings and other iconic images, and OGG for sounds. 00646 Please name your files descriptively to avoid confusion. 00647 To include the image in an article, use a link in the form 00648 <b>[[image:file.jpg]]</b> or <b>[[image:file.png|alt text]]</b> 00649 or <b>[[media:file.ogg]]</b> for sounds. 00650 <p>Please note that as with wiki pages, others may edit or 00651 delete your uploads if they think it serves the encyclopedia, and 00652 you may be blocked from uploading if you abuse the system.", 00653 00654 "uploadlog" => "upload log", 00655 "uploadlogpage" => "Upload_log", 00656 "uploadlogpagetext" => "Below is a list of the most recent file uploads. 00657 All times shown are server time (UTC). 00658 <ul> 00659 </ul> 00660 ", 00661 "filename" => "Filename", 00662 "filedesc" => "Summary", 00663 "filestatus" => "Copyright status", 00664 "filesource" => "Source", 00665 "affirmation" => "I affirm that the copyright holder of this file 00666 agrees to license it under the terms of the $1.", 00667 "copyrightpage" => "$wgMetaNamespace:Copyrights", 00668 "copyrightpagename" => "$wgSitename copyright", 00669 "uploadedfiles" => "Uploaded files", 00670 "noaffirmation" => "You must affirm that your upload does not violate 00671 any copyrights.", 00672 "ignorewarning" => "Ignore warning and save file anyway.", 00673 "minlength" => "Image names must be at least three letters.", 00674 "badfilename" => "Image name has been changed to \"$1\".", 00675 "badfiletype" => "\".$1\" is not a recommended image file format.", 00676 "largefile" => "It is recommended that images not exceed 100k in size.", 00677 "successfulupload" => "Successful upload", 00678 "fileuploaded" => "File \"$1\" uploaded successfully. 00679 Please follow this link: ($2) to the description page and fill 00680 in information about the file, such as where it came from, when it was 00681 created and by whom, and anything else you may know about it.", 00682 "uploadwarning" => "Upload warning", 00683 "savefile" => "Save file", 00684 "uploadedimage" => "uploaded \"$1\"", 00685 00686 # Image list 00687 # 00688 "imagelist" => "Image list", 00689 "imagelisttext" => "Below is a list of $1 images sorted $2.", 00690 "getimagelist" => "fetching image list", 00691 "ilshowmatch" => "Show all images with names matching", 00692 "ilsubmit" => "Search", 00693 "showlast" => "Show last $1 images sorted $2.", 00694 "all" => "all", 00695 "byname" => "by name", 00696 "bydate" => "by date", 00697 "bysize" => "by size", 00698 "imgdelete" => "del", 00699 "imgdesc" => "desc", 00700 "imglegend" => "Legend: (desc) = show/edit image description.", 00701 "imghistory" => "Image history", 00702 "revertimg" => "rev", 00703 "deleteimg" => "del", 00704 "imghistlegend" => "Legend: (cur) = this is the current image, (del) = delete 00705 this old version, (rev) = revert to this old version. 00706 <br><i>Click on date to see image uploaded on that date</i>.", 00707 "imagelinks" => "Image links", 00708 "linkstoimage" => "The following pages link to this image:", 00709 "nolinkstoimage" => "There are no pages that link to this image.", 00710 00711 # Statistics 00712 # 00713 "statistics" => "Statistics", 00714 "sitestats" => "Site statistics", 00715 "userstats" => "User statistics", 00716 "sitestatstext" => "There are <b>$1</b> total pages in the database. 00717 This includes \"talk\" pages, pages about $wgSitename, minimal \"stub\" 00718 pages, redirects, and others that probably don't qualify as articles. 00719 Excluding those, there are <b>$2</b> pages that are probably legitimate 00720 articles.<p> 00721 There have been a total of <b>$3</b> page views, and <b>$4</b> page edits 00722 since the software was upgraded (July 20, 2002). 00723 That comes to <b>$5</b> average edits per page, and <b>$6</b> views per edit.", 00724 "userstatstext" => "There are <b>$1</b> registered users. 00725 <b>$2</b> of these are administrators (see $3).", 00726 00727 # Maintenance Page 00728 # 00729 "maintenance" => "Maintenance page", 00730 "maintnancepagetext" => "This page includes several handy tools for everyday maintenance. Some of these functions tend to stress the database, so please do not hit reload after every item you fixed ;-)", 00731 "maintenancebacklink" => "Back to Maintenance Page", 00732 "disambiguations" => "Disambiguation pages", 00733 "disambiguationspage" => "$wgMetaNamespace:Links_to_disambiguating_pages", 00734 "disambiguationstext" => "The following articles link to a <i>disambiguation page</i>. They should link to the appropriate topic instead.<br>A page is treated as dismbiguation if it is linked from $1.<br>Links from other namespaces are <i>not</i> listed here.", 00735 "doubleredirects" => "Double Redirects", 00736 "doubleredirectstext" => "<b>Attention:</b> This list may contain false positives. That usually means there is additional text with links below the first #REDIRECT.<br>\nEach row contains links to the first and second redirect, as well as the first line of the second redirect text, usually giving the \"real\" taget article, which the first redirect should point to.", 00737 "brokenredirects" => "Broken Redirects", 00738 "brokenredirectstext" => "The following redirects link to a non-existing article.", 00739 "selflinks" => "Pages with Self Links", 00740 "selflinkstext" => "The following pages contain a link to themselves, which they should not.", 00741 "mispeelings" => "Pages with misspellings", 00742 "mispeelingstext" => "The following pages contain a common misspelling, which are listed on $1. The correct spelling might be given (like this).", 00743 "mispeelingspage" => "List of common misspellings", 00744 "missinglanguagelinks" => "Missing Language Links", 00745 "missinglanguagelinksbutton" => "Find missing language links for", 00746 "missinglanguagelinkstext" => "These articles do <i>not</i> link to their counterpart in $1. Redirects and subpages are <i>not</i> shown.", 00747 00748 00749 # Miscellaneous special pages 00750 # 00751 "orphans" => "Orphaned pages", 00752 "lonelypages" => "Orphaned pages", 00753 "unusedimages" => "Unused images", 00754 "popularpages" => "Popular pages", 00755 "nviews" => "$1 views", 00756 "wantedpages" => "Wanted pages", 00757 "nlinks" => "$1 links", 00758 "allpages" => "All pages", 00759 "randompage" => "Random page", 00760 "shortpages" => "Short pages", 00761 "longpages" => "Long pages", 00762 "deadendpages" => "Dead-end pages", 00763 "listusers" => "User list", 00764 "specialpages" => "Special pages", 00765 "spheading" => "Special pages for all users", 00766 "sysopspheading" => "For sysop use only", 00767 "developerspheading" => "For developer use only", 00768 "protectpage" => "Protect page", 00769 "recentchangeslinked" => "Related changes", 00770 "rclsub" => "(to pages linked from \"$1\")", 00771 "debug" => "Debug", 00772 "newpages" => "New pages", 00773 "ancientpages" => "Oldest articles", 00774 "intl" => "Interlanguage links", 00775 "movethispage" => "Move this page", 00776 "unusedimagestext" => "<p>Please note that other web sites 00777 such as the international Wikipedias may link to an image with 00778 a direct URL, and so may still be listed here despite being 00779 in active use.", 00780 "booksources" => "Book sources", 00781 # FIXME: Other sites, of course, may have affiliate relations with the booksellers list 00782 "booksourcetext" => "Below is a list of links to other sites that 00783 sell new and used books, and may also have further information 00784 about books you are looking for. 00785 $wgSitename is not affiliated with any of these businesses, and 00786 this list should not be construed as an endorsement.", 00787 "alphaindexline" => "$1 to $2", 00788 00789 # Email this user 00790 # 00791 "mailnologin" => "No send address", 00792 "mailnologintext" => "You must be <a href=\"" . 00793 wfLocalUrl( "Special:Userlogin" ) . "\">logged in</a> 00794 and have a valid e-mail address in your <a href=\"" . 00795 wfLocalUrl( "Special:Preferences" ) . "\">preferences</a> 00796 to send e-mail to other users.", 00797 "emailuser" => "E-mail this user", 00798 "emailpage" => "E-mail user", 00799 "emailpagetext" => "If this user has entered a valid e-mail address in 00800 his or her user preferences, the form below will send a single message. 00801 The e-mail address you entered in your user preferences will appear 00802 as the \"From\" address of the mail, so the recipient will be able 00803 to reply.", 00804 "noemailtitle" => "No e-mail address", 00805 "noemailtext" => "This user has not specified a valid e-mail address, 00806 or has chosen not to receive e-mail from other users.", 00807 "emailfrom" => "From", 00808 "emailto" => "To", 00809 "emailsubject" => "Subject", 00810 "emailmessage" => "Message", 00811 "emailsend" => "Send", 00812 "emailsent" => "E-mail sent", 00813 "emailsenttext" => "Your e-mail message has been sent.", 00814 00815 # Watchlist 00816 # 00817 "watchlist" => "My watchlist", 00818 "watchlistsub" => "(for user \"$1\")", 00819 "nowatchlist" => "You have no items on your watchlist.", 00820 "watchnologin" => "Not logged in", 00821 "watchnologintext" => "You must be <a href=\"" . 00822 wfLocalUrl( "Special:Userlogin" ) . "\">logged in</a> 00823 to modify your watchlist.", 00824 "addedwatch" => "Added to watchlist", 00825 "addedwatchtext" => "The page \"$1\" has been added to your <a href=\"" . 00826 wfLocalUrl( "Special:Watchlist" ) . "\">watchlist</a>. 00827 Future changes to this page and its associated Talk page will be listed there, 00828 and the page will appear <b>bolded</b> in the <a href=\"" . 00829 wfLocalUrl( "Special:Recentchanges" ) . "\">list of recent changes</a> to 00830 make it easier to pick out.</p> 00831 00832 <p>If you want to remove the page from your watchlist later, click \"Stop watching\" in the sidebar.", 00833 "removedwatch" => "Removed from watchlist", 00834 "removedwatchtext" => "The page \"$1\" has been removed from your watchlist.", 00835 "watchthispage" => "Watch this page", 00836 "unwatchthispage" => "Stop watching", 00837 "notanarticle" => "Not an article", 00838 "watchnochange" => "None of your watched items were edited in the time period displayed.", 00839 "watchdetails" => "($1 pages watched not counting talk pages; 00840 $2 total pages edited since cutoff; 00841 $3... 00842 <a href='$4'>show and edit complete list</a>.)", 00843 "watchmethod-recent" => "checking recent edits for watched pages", 00844 "watchmethod-list" => "checking watched pages for recent edits", 00845 "removechecked" => "Remove checked items from watchlist", 00846 "watchlistcontains" => "Your watchlist contains $1 pages.", 00847 "watcheditlist" => "Here's an alphabetical list of your 00848 watched pages. Check the boxes of pages you want to remove 00849 from your watchlist and click the 'remove checked' button 00850 at the bottom of the screen.", 00851 "removingchecked" => "Removing requested items from watchlist...", 00852 "couldntremove" => "Couldn't remove item '$1'...", 00853 "iteminvalidname" => "Problem with item '$1', invalid name...", 00854 "wlnote" => "Below are the last $1 changes in the last <b>$2</b> hours.", 00855 "wlshowlast" => "Show last $1 hours $2 days $3", 00856 00857 # Delete/protect/revert 00858 # 00859 "deletepage" => "Delete page", 00860 "confirm" => "Confirm", 00861 "excontent" => "content was:", 00862 "exbeforeblank" => "content before blanking was:", 00863 "exblank" => "page was empty", 00864 "confirmdelete" => "Confirm delete", 00865 "deletesub" => "(Deleting \"$1\")", 00866 "historywarning" => "Warning: The page you are about to delete has a history: ", 00867 "confirmdeletetext" => "You are about to permanently delete a page 00868 or image along with all of its history from the database. 00869 Please confirm that you intend to do this, that you understand the 00870 consequences, and that you are doing this in accordance with 00871 [[$wgMetaNamespace:Policy]].", 00872 "confirmcheck" => "Yes, I really want to delete this.", 00873 "actioncomplete" => "Action complete", 00874 "deletedtext" => "\"$1\" has been deleted. 00875 See $2 for a record of recent deletions.", 00876 "deletedarticle" => "deleted \"$1\"", 00877 "dellogpage" => "Deletion_log", 00878 "dellogpagetext" => "Below is a list of the most recent deletions. 00879 All times shown are server time (UTC). 00880 <ul> 00881 </ul> 00882 ", 00883 "deletionlog" => "deletion log", 00884 "reverted" => "Reverted to earlier revision", 00885 "deletecomment" => "Reason for deletion", 00886 "imagereverted" => "Revert to earlier version was successful.", 00887 "rollback" => "Roll back edits", 00888 "rollbacklink" => "rollback", 00889 "rollbackfailed" => "Rollback failed", 00890 "cantrollback" => "Cannot revert edit; last contributor is only author of this article.", 00891 "alreadyrolled" => "Cannot rollback last edit of [[$1]] 00892 by [[User:$2|$2]] ([[User talk:$2|Talk]]); someone else has edited or rolled back the article already. 00893 00894 Last edit was by [[User:$3|$3]] ([[User talk:$3|Talk]]). ", 00895 # only shown if there is an edit comment 00896 "editcomment" => "The edit comment was: \"<i>$1</i>\".", 00897 "revertpage" => "Reverted to last edit by $1", 00898 "protectlogpage" => "Protection_log", 00899 "protectlogtext" => "Below is a list of page locks/unlocks. 00900 See [[$wgMetaNamespace:Protected page]] for more information.", 00901 "protectedarticle" => "protected [[$1]]", 00902 "unprotectedarticle" => "unprotected [[$1]]", 00903 00904 # Undelete 00905 "undelete" => "Restore deleted page", 00906 "undeletepage" => "View and restore deleted pages", 00907 "undeletepagetext" => "The following pages have been deleted but are still in the archive and 00908 can be restored. The archive may be periodically cleaned out.", 00909 "undeletearticle" => "Restore deleted article", 00910 "undeleterevisions" => "$1 revisions archived", 00911 "undeletehistory" => "If you restore the page, all revisions will be restored to the history. 00912 If a new page with the same name has been created since the deletion, the restored 00913 revisions will appear in the prior history, and the current revision of the live page 00914 will not be automatically replaced.", 00915 "undeleterevision" => "Deleted revision as of $1", 00916 "undeletebtn" => "Restore!", 00917 "undeletedarticle" => "restored \"$1\"", 00918 "undeletedtext" => "The article [[$1]] has been successfully restored. 00919 See [[$wgMetaNamespace:Deletion_log]] for a record of recent deletions and restorations.", 00920 00921 # Contributions 00922 # 00923 "contributions" => "User contributions", 00924 "mycontris" => "My contributions", 00925 "contribsub" => "For $1", 00926 "nocontribs" => "No changes were found matching these criteria.", 00927 "ucnote" => "Below are this user's last <b>$1</b> changes in the last <b>$2</b> days.", 00928 "uclinks" => "View the last $1 changes; view the last $2 days.", 00929 "uctop" => " (top)" , 00930 00931 # What links here 00932 # 00933 "whatlinkshere" => "What links here", 00934 "notargettitle" => "No target", 00935 "notargettext" => "You have not specified a target page or user 00936 to perform this function on.", 00937 "linklistsub" => "(List of links)", 00938 "linkshere" => "The following pages link to here:", 00939 "nolinkshere" => "No pages link to here.", 00940 "isredirect" => "redirect page", 00941 00942 # Block/unblock IP 00943 # 00944 "blockip" => "Block user", 00945 "blockiptext" => "Use the form below to block write access 00946 from a specific IP address or username. 00947 This should be done only only to prevent vandalism, and in 00948 accordance with [[$wgMetaNamespace:Policy|policy]]. 00949 Fill in a specific reason below (for example, citing particular 00950 pages that were vandalized).", 00951 "ipaddress" => "IP Address/username", 00952 "ipbreason" => "Reason", 00953 "ipbsubmit" => "Block this user", 00954 "badipaddress" => "No user exists by that name", 00955 "noblockreason" => "You must supply a reason for the block.", 00956 "blockipsuccesssub" => "Block succeeded", 00957 "blockipsuccesstext" => "\"$1\" has been blocked. 00958 <br>See [[Special:Ipblocklist|IP block list]] to review blocks.", 00959 "unblockip" => "Unblock user", 00960 "unblockiptext" => "Use the form below to restore write access 00961 to a previously blocked IP address or username.", 00962 "ipusubmit" => "Unblock this address", 00963 "ipusuccess" => "\"$1\" unblocked", 00964 "ipblocklist" => "List of blocked IP addresses and usernames", 00965 "blocklistline" => "$1, $2 blocked $3", 00966 "blocklink" => "block", 00967 "unblocklink" => "unblock", 00968 "contribslink" => "contribs", 00969 "autoblocker" => "Autoblocked because you share an IP address with \"$1\". Reason \"$2\".", 00970 "blocklogpage" => "Block_log", 00971 "blocklogentry" => 'blocked "$1"', 00972 "blocklogtext" => "This is a log of user blocking and unblocking actions. Automatically 00973 blocked IP addresses are not be listed. See the [[Special:Ipblocklist|IP block list]] for 00974 the list of currently operational bans and blocks.", 00975 "unblocklogentry" => 'unblocked "$1"', 00976 00977 # Developer tools 00978 # 00979 "lockdb" => "Lock database", 00980 "unlockdb" => "Unlock database", 00981 "lockdbtext" => "Locking the database will suspend the ability of all 00982 users to edit pages, change their preferences, edit their watchlists, and 00983 other things requiring changes in the database. 00984 Please confirm that this is what you intend to do, and that you will 00985 unlock the database when your maintenance is done.", 00986 "unlockdbtext" => "Unlocking the database will restore the ability of all 00987 users to edit pages, change their preferences, edit their watchlists, and 00988 other things requiring changes in the database. 00989 Please confirm that this is what you intend to do.", 00990 "lockconfirm" => "Yes, I really want to lock the database.", 00991 "unlockconfirm" => "Yes, I really want to unlock the database.", 00992 "lockbtn" => "Lock database", 00993 "unlockbtn" => "Unlock database", 00994 "locknoconfirm" => "You did not check the confirmation box.", 00995 "lockdbsuccesssub" => "Database lock succeeded", 00996 "unlockdbsuccesssub" => "Database lock removed", 00997 "lockdbsuccesstext" => "The database has been locked. 00998 <br>Remember to remove the lock after your maintenance is complete.", 00999 "unlockdbsuccesstext" => "The database has been unlocked.", 01000 01001 # SQL query 01002 # 01003 "asksql" => "SQL query", 01004 "asksqltext" => "Use the form below to make a direct query of the 01005 database. 01006 Use single quotes ('like this') to delimit string literals. 01007 This can often add considerable load to the server, so please use 01008 this function sparingly.", 01009 "sqlislogged" => "Please note that all queries are logged.", 01010 "sqlquery" => "Enter query", 01011 "querybtn" => "Submit query", 01012 "selectonly" => "Only read-only queries are allowed.", 01013 "querysuccessful" => "Query successful", 01014 01015 # Move page 01016 # 01017 "movepage" => "Move page", 01018 "movepagetext" => "Using the form below will rename a page, moving all 01019 of its history to the new name. 01020 The old title will become a redirect page to the new title. 01021 Links to the old page title will not be changed; be sure to 01022 [[Special:Maintenance|check]] for double or broken redirects. 01023 You are responsible for making sure that links continue to 01024 point where they are supposed to go. 01025 01026 Note that the page will '''not''' be moved if there is already 01027 a page at the new title, unless it is empty or a redirect and has no 01028 past edit history. This means that you can rename a page back to where 01029 it was just renamed from if you make a mistake, and you cannot overwrite 01030 an existing page. 01031 01032 <b>WARNING!</b> 01033 This can be a drastic and unexpected change for a popular page; 01034 please be sure you understand the consequences of this before 01035 proceeding.", 01036 "movepagetalktext" => "The associated talk page, if any, will be automatically moved along with it '''unless:''' 01037 *You are moving the page across namespaces, 01038 *A non-empty talk page already exists under the new name, or 01039 *You uncheck the box below. 01040 01041 In those cases, you will have to move or merge the page manually if desired.", 01042 "movearticle" => "Move page", 01043 "movenologin" => "Not logged in", 01044 "movenologintext" => "You must be a registered user and <a href=\"" . 01045 wfLocalUrl( "Special:Userlogin" ) . "\">logged in</a> 01046 to move a page.", 01047 "newtitle" => "To new title", 01048 "movepagebtn" => "Move page", 01049 "pagemovedsub" => "Move succeeded", 01050 "pagemovedtext" => "Page \"[[$1]]\" moved to \"[[$2]]\".", 01051 "articleexists" => "A page of that name already exists, or the 01052 name you have chosen is not valid. 01053 Please choose another name.", 01054 "talkexists" => "The page itself was moved successfully, but the 01055 talk page could not be moved because one already exists at the new 01056 title. Please merge them manually.", 01057 "movedto" => "moved to", 01058 "movetalk" => "Move \"talk\" page as well, if applicable.", 01059 "talkpagemoved" => "The corresponding talk page was also moved.", 01060 "talkpagenotmoved" => "The corresponding talk page was <strong>not</strong> moved.", 01061 01062 "export" => "Export pages", 01063 "exporttext" => "You can export the text and editing history of a particular 01064 page or set of pages wrapped in some XML; this can then be imported into another 01065 wiki running MediaWiki software, transformed, or just kept for your private 01066 amusement.", 01067 "exportcuronly" => "Include only the current revision, not the full history", 01068 01069 # Namespace 8 related 01070 01071 "allmessages" => "All_messages", 01072 "allmessagestext" => "This is a list of all messages available in the MediaWiki: namespace" 01073 ); 01074 01075 #-------------------------------------------------------------------------- 01076 # Internationalisation code 01077 #-------------------------------------------------------------------------- 01078 01079 require_once( "LanguageUtf8.php" ); 01080 01081 class LanguageTh extends LanguageUtf8 { 01082 01083 function getNamespaces() { 01084 global $wgNamespaceNamesTh; 01085 return $wgNamespaceNamesTh; 01086 } 01087 01088 function getNsText( $index ) { 01089 global $wgNamespaceNamesTh; 01090 return $wgNamespaceNamesTh[$index]; 01091 } 01092 01093 function getNsIndex( $text ) { 01094 global $wgNamespaceNamesTh; 01095 01096 foreach ( $wgNamespaceNamesTh as $i => $n ) { 01097 if ( 0 == strcasecmp( $n, $text ) ) { return $i; } 01098 } 01099 return false; 01100 } 01101 01102 function getQuickbarSettings() { 01103 global $wgQuickbarSettingsTh; 01104 return $wgQuickbarSettingsTh; 01105 } 01106 01107 function getSkinNames() { 01108 global $wgSkinNamesTh; 01109 return $wgSkinNamesTh; 01110 } 01111 01112 function getMathNames() { 01113 global $wgMathNamesTh; 01114 return $wgMathNamesTh; 01115 } 01116 01117 function getDateFormats() { 01118 global $wgDateFormatsTh; 01119 return $wgDateFormatsTh; 01120 } 01121 01122 function getUserToggles() { 01123 global $wgUserTogglesTh; 01124 return $wgUserTogglesTh; 01125 } 01126 01127 function getMonthName( $key ) 01128 { 01129 global $wgMonthNamesTh; 01130 return $wgMonthNamesTh[$key-1]; 01131 } 01132 01133 function getMonthAbbreviation( $key ) 01134 { 01135 global $wgMonthAbbreviationsTh; 01136 return $wgMonthAbbreviationsTh[$key-1]; 01137 } 01138 01139 function getWeekdayName( $key ) 01140 { 01141 global $wgWeekdayNamesTh; 01142 return $wgWeekdayNamesTh[$key-1]; 01143 } 01144 01145 function getValidSpecialPages() 01146 { 01147 global $wgValidSpecialPagesTh; 01148 return $wgValidSpecialPagesTh; 01149 } 01150 01151 function getSysopSpecialPages() 01152 { 01153 global $wgSysopSpecialPagesTh; 01154 return $wgSysopSpecialPagesTh; 01155 } 01156 01157 function getDeveloperSpecialPages() 01158 { 01159 global $wgDeveloperSpecialPagesTh; 01160 return $wgDeveloperSpecialPagesTh; 01161 } 01162 01163 function getMessage( $key ) 01164 { 01165 global $wgAllMessagesTh; 01166 return $wgAllMessagesTh[$key]; 01167 } 01168 01169 function getAllMessages() 01170 { 01171 global $wgAllMessagesTh; 01172 return $wgAllMessagesTh; 01173 } 01174 01175 } 01176 01177 ?>

Generated on Tue Jun 29 23:40:05 2004 for Mediawiki by doxygen 1.3.7