Bug [ 971885 ] There are no month abbreviations in Czech
[lhc/web/wiklou.git] / languages / LanguageTh.php
1 <?php
2 #--------------------------------------------------------------------------
3 # Translated from English by Varakorn Ungvichian
4 # แปลงจากภาษาอังกฤษโดย นาย วรากร อึ้งวิเชียร
5 #--------------------------------------------------------------------------
6
7 /* private */ $wgNamespaceNamesTh = array(
8 -2 => "Media",
9 -1 => "พิเศษ",
10 0 => "",
11 1 => "พูดคุย",
12 2 => "ผู้ใช้",
13 3 => "คุยเกี่ยวกับผู้ใช้",
14 4 => $wgMetaNamespace,
15 5 => $wgMetaNamespace . "_talk",
16 6 => "ภาพ",
17 7 => "คุยเกี่ยวกับภาพ",
18 8 => "MediaWiki",
19 9 => "คุยเกี่ยวกับ_MediaWiki",
20 10 => "Template",
21 11 => "Template_talk"
22
23 ) + $wgNamespaceNamesEn;
24
25 /* private */ $wgQuickbarSettingsTh = array(
26 "ไม่มี", "อยู่ทางซ้าย", "อยู่ทางขวา", "ลอยทางซ้าย"
27 );
28
29 /* private */ $wgSkinNamesTh = array(
30 'standard' => "Standard",
31 'nostalgia' => "Nostalgia",
32 'cologneblue' => "Cologne Blue",
33 'smarty' => "Paddington",
34 'montparnasse' => "Montparnasse",
35 'davinci' => "DaVinci",
36 'mono' => "Mono",
37 'monobook' => "MonoBook",
38 "myskin" => "MySkin"
39 );
40
41 /* private */ $wgDateFormatsTh = array(
42 "No preference",
43 "มกราคม 15, 2001",
44 "15 มกราคม 2001",
45 "2001 มกราคม 15",
46 "2001-01-15"
47 );
48
49
50
51 # All special pages have to be listed here: a description of ""
52 # will make them not show up on the "Special Pages" page, which
53 # is the right thing for some of them (such as the "targeted" ones).
54 #
55 /* private */ $wgValidSpecialPagesTh = array(
56 "Userlogin" => "",
57 "Userlogout" => "",
58 "Preferences" => "ตั้งค่าสำหรับผู้ใช้",
59 "Watchlist" => "Watchlist",
60 "Recentchanges" => "หน้าที่ได้รับการแก้ไขเมื่อเร็ว ๆ นี้",
61 "Upload" => "Upload ภาพ",
62 "Imagelist" => "รายชื่อภาพ",
63 "Listusers" => "ผูใช้ที่ลงทะเบียนแล้ว",
64 "Statistics" => "สถิติของเว็บไซต์",
65 "Randompage" => "สุ่มบทความ",
66
67 "Lonelypages" => "บทความที่ไม่ได้ลิงก์ไว้",
68 "Unusedimages" => "ภาพที่ไม่ได้ใช้",
69 "Popularpages" => "บทความที่ได้รับความนิยม",
70 "Wantedpages" => "บทความที่เป็นที่ต้องการมากที่สุด",
71 "Shortpages" => "บทความสั้น",
72 "Longpages" => "บทความยาว",
73 "Newpages" => "บทความที่สร้างมาใหม่",
74 "Ancientpages" => "บทความที่เก่าที่สุด",
75 "Deadendpages" => "หน้าทางตัน",
76 # "Intl" => "ลิงก์ระหว่างภาษา",
77 "Allpages" => "ทุกหน้าตามชื่อ",
78
79 "Ipblocklist" => "ผู้ใช้และ IP address ที่ถูกกั้นไว้",
80 "Maintenance" => "หน้าสำหรับการรักษาบำรุง",
81 "Specialpages" => "",
82 "Contributions" => "",
83 "Emailuser" => "",
84 "Whatlinkshere" => "",
85 "Recentchangeslinked" => "",
86 "Movepage" => "",
87 "Booksources" => "แหล่งหนังสือภายนอก",
88 # "Categories" => "ประเภทของหน้า",
89 "Export" => "การ export หน้าเป็น XML",
90 "Version" => "Version",
91 );
92
93 /* private */ $wgSysopSpecialPagesTh = array(
94 "Blockip" => "กั้นผู้ใช้ หรือ IP address",
95 "Asksql" => "ค้นหาในฐานข้อมูล",
96 "Undelete" => "คืนหน้าที่ถูกลบไป"
97 );
98
99 /* private */ $wgDeveloperSpecialPagesTh = array(
100 "Lockdb" => "ทำให้ฐานข้อมูลอ่านได้อย่างเดียว",
101 "Unlockdb" => "ทำให้ฐานข้อมูลสามารถเขียนได้",
102 );
103
104 #-------------------------------------------------------------------
105 # Default messages
106 #-------------------------------------------------------------------
107 # Allowed characters in keys are: A-Z, a-z, 0-9, underscore (_) and
108 # hyphen (-). If you need more characters, you may be able to change
109 # the regex in MagicWord::initRegex
110
111 /* private */ $wgAllMessagesTh = array(
112 'special_version_prefix' => '',
113 'special_version_postfix' => '',
114
115 # User Toggles
116 #
117
118 "tog-hover" => "แสดง hoverbox เหนือลิงก์",
119 "tog-underline" => "ขีดเส้นใต้ลิงก์",
120 "tog-highlightbroken" => "จัดลิงก์ที่ไม่มี <a href=\"\" class=\"new\">เป็น ดังนี้</a> (หรือ เป็นดังนี้<a href=\"\" class=\"internal\">?</a>).",
121 "tog-justify" => "จัดย่อหน้าให้เรียบร้อย",
122 "tog-hideminor" => "ไม่แสดงการแก้ไขย่อยใน recent changes",
123 "tog-usenewrc" => "Enhanced recent changes (ไม่สามารถใช้ได้กับทุกเว็บบราวเซอร์)",
124 "tog-numberheadings" => "ใส่ตัวเลขหน้าหัวข้อโดยอัตโนมัติ",
125 "tog-showtoolbar" => "Show edit toolbar",
126 "tog-editondblclick" => "แก้ไขหน้าโดยใช้ double click (ผ่าน JavaScript)",
127 "tog-editsection"=>"สามารถแก้ไขเฉพาะส่วนโดยใช้ลิงก์ [แก้ไข]",
128 "tog-editsectiononrightclick"=>"สามารถแก้ไขเฉพาะส่วนโดยใช้ right click<br> บนชื่อส่วนย่อย (ผ่าน JavaScript)",
129 "tog-showtoc"=>"แสดงสารบัญ<br>(สำหรับบทความที่มีมากกว่า 3 หัวข้อ)",
130 "tog-rememberpassword" => "จำ password ระหว่าง session",
131 "tog-editwidth" => "กล่องสำหรับการแก้ไขกว้างเต็มหน้าจอ",
132 "tog-watchdefault" => "นำหน้าที่แก้ไขไปใส่ watchlist",
133 "tog-minordefault" => "กำหนด default ให้การแก้ไขทุกครั้งเป็นการแก้ไขย่อย",
134 "tog-previewontop" => "แสดง preview ก่อนกล่องสำหรับการแก้ไข",
135 "tog-nocache" => "ไม่นำหน้าต่าง ๆ มาใส่ใน cache",
136
137
138 # Dates
139 #
140
141 'sunday' => "วันอาทิตย์",
142 'monday' => "วันจันทร์",
143 'tuesday' => "วันอังคาร",
144 'wednesday' => "วันพุธ",
145 'thursday' => "วันพฤหัสบดี",
146 'friday' => "วันศุกร์",
147 'saturday' => "วันเสาร์",
148 'january' => "มกราคม",
149 'february' => "กุมภาพันธ์",
150 'march' => "มีนาคม",
151 'april' => "เมษายน",
152 'may_long' => "พฤษภาคม",
153 'june' => "มิถุนายน",
154 'july' => "กรกฎาคม",
155 'august' => "สิงหาคม",
156 'september' => "กันยายน",
157 'october' => "ตุลาคม",
158 'november' => "พฤศจิกายน",
159 'december' => "ธันวาคม",
160 'jan' => "ม.ค.",
161 'feb' => "ก.พ.",
162 'mar' => "มี.ค.",
163 'apr' => "เม.ย.",
164 'may' => "พ.ค.",
165 'jun' => "มิ.ย.",
166 'jul' => "ก.ค.",
167 'aug' => "ส.ค.",
168 'sep' => "ก.ย.",
169 'oct' => "ต.ค.",
170 'nov' => "พ.ย.",
171 'dec' => "ธ.ค.",
172
173 # Bits of text used by many pages:
174 #
175 "categories" => "ประเภทของหน้า",
176 "category" => "ประเภท",
177 "category_header" => "บทความในประเภท \"$1\"",
178 "subcategories" => "ประเภทย่อย",
179
180 "linktrail" => "/^([a-z]+)(.*)\$/sD",
181 "mainpage" => "หน้าหลัก",
182 "mainpagetext" => "Wiki software ถูกติดตั้งเรียบร้อยแล้ว",
183 "about" => "เกี่ยวกับ",
184 "aboutwikipedia" => "เกี่ยวกับ $wgSitename",
185 "aboutpage" => "$wgMetaNamespace:เกี่ยวกับ",
186 "help" => "ความช่วยเหลือ",
187 "helppage" => "$wgMetaNamespace:ความช่วยเหลือ",
188 "wikititlesuffix" => "$wgSitename",
189 "bugreports" => "รายงาน bug",
190 "bugreportspage" => "$wgMetaNamespace:รายงาน bug",
191 "sitesupport" => "การบริจาค",
192 "sitesupportpage" => "", # If not set, won't appear. Can be wiki page or URL
193 "faq" => "FAQ",
194 "faqpage" => "$wgMetaNamespace:FAQ",
195 "edithelp" => "ความช่วยเหลือในการแก้ไขหน้า",
196 "edithelppage" => "$wgMetaNamespace:การแก้ไขหน้า",
197 "cancel" => "ยกเลิก",
198 "qbfind" => "ค้นหา",
199 "qbbrowse" => "ค้น",
200 "qbedit" => "แก้ไข",
201 "qbpageoptions" => "หน้านี้",
202 "qbpageinfo" => "บริบท",
203 "qbmyoptions" => "หน้าของฉัน",
204 "qbspecialpages" => "หน้าพิเศษ",
205 "moredotdotdot" => "อื่น ๆ ...",
206 "mypage" => "หน้าของฉัน",
207 "mytalk" => "หน้าพูดคุยของฉัน",
208 "currentevents" => "เหตุการณ์ปัจจุบัน",
209 "errorpagetitle" => "ความผิดพลาด",
210 "returnto" => "กลับไปยัง $1.",
211 "fromwikipedia" => "จาก $wgSitename, สารานุกรมฟรี",
212 "whatlinkshere" => "หน้าที่ลิงก์มายังที่นี่",
213 "help" => "ความช่วยเหลือ",
214 "search" => "ค้นหา",
215 "go" => "ไป",
216 "history" => "ประวัติของหน้านี้",
217 "printableversion" => "Printable version",
218 "editthispage" => "แก้ไขหน้านี้",
219 "deletethispage" => "ลบหน้านี้",
220 "protectthispage" => "ป้องกันหน้านี้",
221 "unprotectthispage" => "ยกเลิกการป้องกันหน้านี้",
222 "newpage" => "หน้าใหม่",
223 "talkpage" => "พูดคุยเกี่ยวกับหน้านี้",
224 "postcomment" => "Post a comment",
225 "articlepage" => "View article",
226 "subjectpage" => "View subject", # For compatibility
227 "userpage" => "View user page",
228 "wikipediapage" => "View meta page",
229 "imagepage" => "View image page",
230 "viewtalkpage" => "View discussion",
231 "otherlanguages" => "Other languages",
232 "redirectedfrom" => "(Redirected from $1)",
233 "lastmodified" => "This page was last modified $1.",
234 "viewcount" => "This page has been accessed $1 times.",
235 "gnunote" => "All text is available under the terms of the <a class=internal href='/wiki/GNU_FDL'>GNU Free Documentation License</a>.",
236 "printsubtitle" => "(From http://www.wikipedia.org)",
237 "protectedpage" => "Protected page",
238 "administrators" => "$wgMetaNamespace:Administrators",
239 "sysoptitle" => "Sysop access required",
240 "sysoptext" => "The action you have requested can only be
241 performed by users with \"sysop\" status.
242 See $1.",
243 "developertitle" => "Developer access required",
244 "developertext" => "The action you have requested can only be
245 performed by users with \"developer\" status.
246 See $1.",
247
248 "nbytes" => "$1 ไบต์",
249 "go" => "ไป",
250 "ok" => "OK",
251 "sitetitle" => "$wgSitename",
252 "sitesubtitle" => "สารานุกรมฟรี",
253 "retrievedfrom" => "Retrieved from \"$1\"",
254 "newmessages" => "คุณมีข้อความใหม่ $1.",
255 "newmessageslink" => "ข้อความ",
256 "editsection"=>"แก้ไข",
257 "toc" => "สารบัญ",
258 "showtoc" => "แสดงสารบัญ",
259 "hidetoc" => "ซ่อนสารบัญ",
260 "thisisdeleted" => "แสดงหรือคืน $1?",
261 "restorelink" => "$1 การแก้ไขที่ลบแล้ว",
262
263 # Main script and global functions
264 #
265 "nosuchaction" => "ไม่มีการกระทำดังกล่าว",
266 "nosuchactiontext" => "การกระทำที่บอกไว้ใน URL ไม่
267 เป็นที่ยอมรับของ wiki",
268 "nosuchspecialpage" => "ไม่มีหน้าพิเศษดังกล่าว",
269 "nospecialpagetext" => "คุณได้ขอหน้าพิเศษที่ไม่
270 เป็นที่ยอมรับของ wiki",
271
272 # General errors
273 #
274 "error" => "Error",
275 "databaseerror" => "Database error",
276 "dberrortext" => "A database query syntax error has occurred.
277 This could be because of an illegal search query (see $5),
278 or it may indicate a bug in the software.
279 The last attempted database query was:
280 <blockquote><tt>$1</tt></blockquote>
281 from within function \"<tt>$2</tt>\".
282 MySQL returned error \"<tt>$3: $4</tt>\".",
283 "dberrortextcl" => "A database query syntax error has occurred.
284 The last attempted database query was:
285 \"$1\"
286 from within function \"$2\".
287 MySQL returned error \"$3: $4\".\n",
288 "noconnect" => "Sorry! The wiki is experiencing some technical difficulties, and cannot contact the database server.",
289 "nodb" => "Could not select database $1",
290 "cachederror" => "The following is a cached copy of the requested page, and may not be up to date.",
291 "readonly" => "Database locked",
292 "enterlockreason" => "Enter a reason for the lock, including an estimate
293 of when the lock will be released",
294 "readonlytext" => "The database is currently locked to new
295 entries and other modifications, probably for routine database maintenance,
296 after which it will be back to normal.
297 The administrator who locked it offered this explanation:
298 <p>$1",
299 "missingarticle" => "The database did not find the text of a page
300 that it should have found, named \"$1\".
301
302 <p>This is usually caused by following an outdated diff or history link to a
303 page that has been deleted.
304
305 <p>If this is not the case, you may have found a bug in the software.
306 Please report this to an administrator, making note of the URL.",
307 "internalerror" => "Internal error",
308 "filecopyerror" => "Could not copy file \"$1\" to \"$2\".",
309 "filerenameerror" => "Could not rename file \"$1\" to \"$2\".",
310 "filedeleteerror" => "Could not delete file \"$1\".",
311 "filenotfound" => "Could not find file \"$1\".",
312 "unexpected" => "Unexpected value: \"$1\"=\"$2\".",
313 "formerror" => "Error: could not submit form",
314 "badarticleerror" => "This action cannot be performed on this page.",
315 "cannotdelete" => "Could not delete the page or image specified. (It may have already been deleted by someone else.)",
316 "badtitle" => "Bad title",
317 "badtitletext" => "The requested page title was invalid, empty, or
318 an incorrectly linked inter-language or inter-wiki title.",
319 "perfdisabled" => "Sorry! This feature has been temporarily disabled
320 because it slows the database down to the point that no one can use
321 the wiki.",
322 "perfdisabledsub" => "Here's a saved copy from $1:",
323 "wrong_wfQuery_params" => "Incorrect parameters to wfQuery()<br>
324 Function: $1<br>
325 Query: $2
326 ",
327 "viewsource" => "View source",
328 "protectedtext" => "This page has been locked to prevent editing; there are
329 a number of reasons why this may be so, please see
330 [[$wgMetaNamespace:Protected page]].
331
332 You can view and copy the source of this page:",
333
334 # Login and logout pages
335 #
336 "logouttitle" => "User logout",
337 "logouttext" => "You are now logged out.
338 You can continue to use $wgSitename anonymously, or you can log in
339 again as the same or as a different user. Note that some pages may
340 continue to be displayed as if you were still logged in, until you clear
341 your browser cache\n",
342
343 "welcomecreation" => "<h2>Welcome, $1!</h2><p>Your account has been created.
344 Don't forget to personalize your wikipedia preferences.",
345
346 "loginpagetitle" => "ล็อกอินผู้ใช้",
347 "yourname" => "ชื่อผู้ใช้",
348 "yourpassword" => "รหัสผ่าน",
349 "yourpasswordagain" => "พิมพ์รหัสผ่านอีกครั้ง",
350 "newusersonly" => " (เฉพาะผู้ใช้ใหม่)",
351 "remembermypassword" => "Remember my password across sessions.",
352 "loginproblem" => "<b>There has been a problem with your login.</b><br>Try again!",
353 "alreadyloggedin" => "<font color=red><b>User $1, you are already logged in!</b></font><br>\n",
354
355 "login" => "ล็อกอิน",
356 "loginprompt" => "ต้อง enable cookie เพื่อล็อกอินสู่ $wgSitename ได้",
357 "userlogin" => "ล็อกอิน",
358 "logout" => "ล็อกเอาท์",
359 "userlogout" => "ล็อกเอาท์",
360 "notloggedin" => "ไม่ได้ล็อกอินไว้",
361 "createaccount" => "สร้าง account ใหม่",
362 "createaccountmail" => "ผ่านอีเมล์",
363 "badretype" => "รหัสผ่านที่พิมพ์ไว้ไม่เหมือนกัน",
364 "userexists" => "ชื่อผู้ใช้ที่พิมพ์ไว้ถูกใช้แล้ว โปรดเลือกชื่ออื่น",
365 "youremail" => "อีเมล์ของคุณ*",
366 "yournick" => "Your nickname (for signatures)",
367 "emailforlost" => "* Entering an email address is optional. But it enables people to
368 contact you through the website without you having to reveal your
369 email address to them, and it also helps you if you forget your
370 password.",
371 "loginerror" => "Login error",
372 "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.",
373 "nocookieslogin" => "$wgSitename uses cookies to log in users. You have cookies disabled. Please enable them and try again.",
374 "noname" => "You have not specified a valid user name.",
375 "loginsuccesstitle" => "Login successful",
376 "loginsuccess" => "You are now logged in to $wgSitename as \"$1\".",
377 "nosuchuser" => "There is no user by the name \"$1\".
378 Check your spelling, or use the form below to create a new user account.",
379 "wrongpassword" => "The password you entered is incorrect. Please try again.",
380 "mailmypassword" => "Mail me a new password",
381 "passwordremindertitle" => "Password reminder from $wgSitename",
382 "passwordremindertext" => "Someone (probably you, from IP address $1)
383 requested that we send you a new $wgSitename login password.
384 The password for user \"$2\" is now \"$3\".
385 You should log in and change your password now.",
386 "noemail" => "There is no e-mail address recorded for user \"$1\".",
387 "passwordsent" => "A new password has been sent to the e-mail address
388 registered for \"$1\".
389 Please log in again after you receive it.",
390
391 # Edit pages
392 #
393 "summary" => "Summary",
394 "subject" => "Subject/headline",
395 "minoredit" => "This is a minor edit",
396 "watchthis" => "Watch this article",
397 "savearticle" => "Save page",
398 "preview" => "Preview",
399 "showpreview" => "Show preview",
400 "blockedtitle" => "User is blocked",
401 "blockedtext" => "Your user name or IP address has been blocked by $1.
402 The reason given is this:<br>''$2''<p>You may contact $1 or one of the other
403 [[$wgMetaNamespace:Administrators|administrators]] to discuss the block.
404
405 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]].
406
407 Your IP address is $3. Please include this address in any queries you make.
408
409 ==Note to AOL users==
410 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.
411
412 If this happens to you, please email an administrator, using an AOL email address. Be sure to include the IP address given above.
413 ",
414 "whitelistedittitle" => "Login required to edit",
415 "whitelistedittext" => "You have to [[Special:Userlogin|login]] to edit articles.",
416 "whitelistreadtitle" => "Login required to read",
417 "whitelistreadtext" => "You have to [[Special:Userlogin|login]] to read articles.",
418 "whitelistacctitle" => "You are not allowed to create an account",
419 "whitelistacctext" => "To be allowed to create accounts in this Wiki you have to [[Special:Userlogin|log]] in and have the appropriate permissions.",
420 "accmailtitle" => "Password sent.",
421 "accmailtext" => "The Password for '$1' has been sent to $2.",
422 "newarticle" => "(New)",
423 "newarticletext" =>
424 "คุณได้ตามลิงก์ที่นำไปยังหน้าที่ยังไม่ปรากฏอยู่
425 เพื่อเริ่มสร้างหน้าใหม่ พิมพ์ลงในกล่องข้างล่างนี้
426 (ดู[[$wgMetaNamespace:ความช่วยเหลือ|หน้าความช่วยเหลือ]]สำหรับข้อมูลเพิ่มเติม)
427 If you are here by mistake, just click your browser's '''back''' button.",
428 "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.'' ",
429 "noarticletext" => "(ไม่มีข้อความในหน้านี้)",
430 "updated" => "(ได้รับการแก้ไขแล้ว)",
431 "note" => "<strong>Note:</strong> ",
432 "previewnote" => "Remember that this is only a preview, and has not yet been saved!",
433 "previewconflict" => "This preview reflects the text in the upper
434 text editing area as it will appear if you choose to save.",
435 "editing" => "Editing $1",
436 "sectionedit" => " (section)",
437 "commentedit" => " (comment)",
438 "editconflict" => "Edit conflict: $1",
439 "explainconflict" => "Someone else has changed this page since you
440 started editing it.
441 The upper text area contains the page text as it currently exists.
442 Your changes are shown in the lower text area.
443 You will have to merge your changes into the existing text.
444 <b>Only</b> the text in the upper text area will be saved when you
445 press \"Save page\".\n<p>",
446 "yourtext" => "Your text",
447 "storedversion" => "Stored version",
448 "editingold" => "<strong>WARNING: You are editing an out-of-date
449 revision of this page.
450 If you save it, any changes made since this revision will be lost.</strong>\n",
451 "yourdiff" => "Differences",
452 # FIXME: This is inappropriate for third-party use!
453 "copyrightwarning" => "Please note that all contributions to $wgSitename are
454 considered to be released under the GNU Free Documentation License
455 (see $1 for details).
456 If you don't want your writing to be edited mercilessly and redistributed
457 at will, then don't submit it here.<br>
458 You are also promising us that you wrote this yourself, or copied it from a
459 public domain or similar free resource.
460 <strong>DO NOT SUBMIT COPYRIGHTED WORK WITHOUT PERMISSION!</strong>",
461 "longpagewarning" => "WARNING: This page is $1 kilobytes long; some
462 browsers may have problems editing pages approaching or longer than 32kb.
463 Please consider breaking the page into smaller sections.",
464 "readonlywarning" => "WARNING: The database has been locked for maintenance,
465 so you will not be able to save your edits right now. You may wish to cut-n-paste
466 the text into a text file and save it for later.",
467 "protectedpagewarning" => "WARNING: This page has been locked so that only
468 users with sysop privileges can edit it. Be sure you are following the
469 <a href='/wiki/$wgMetaNamespace:Protected_page_guidelines'>protected page
470 guidelines</a>.",
471
472 # History pages
473 #
474 "revhistory" => "Revision history",
475 "nohistory" => "There is no edit history for this page.",
476 "revnotfound" => "Revision not found",
477 "revnotfoundtext" => "The old revision of the page you asked for could not be found.
478 Please check the URL you used to access this page.\n",
479 "loadhist" => "Loading page history",
480 "currentrev" => "Current revision",
481 "revisionasof" => "Revision as of $1",
482 "cur" => "cur",
483 "next" => "next",
484 "last" => "last",
485 "orig" => "orig",
486 "histlegend" => "Legend: (cur) = difference with current version,
487 (last) = difference with preceding version, M = minor edit",
488
489 # Diffs
490 #
491 "difference" => "(Difference between revisions)",
492 "loadingrev" => "loading revision for diff",
493 "lineno" => "Line $1:",
494 "editcurrent" => "Edit the current version of this page",
495
496 # Search results
497 #
498 "searchresults" => "Search results",
499 "searchhelppage" => "$wgMetaNamespace:Searching",
500 "searchingwikipedia" => "Searching $wgSitename",
501 "searchresulttext" => "For more information about searching $wgSitename, see $1.",
502 "searchquery" => "For query \"$1\"",
503 "badquery" => "Badly formed search query",
504 "badquerytext" => "We could not process your query.
505 This is probably because you have attempted to search for a
506 word fewer than three letters long, which is not yet supported.
507 It could also be that you have mistyped the expression, for
508 example \"fish and and scales\".
509 Please try another query.",
510 "matchtotals" => "The query \"$1\" matched $2 article titles
511 and the text of $3 articles.",
512 "nogomatch" => "No page with this exact title exists, trying full text search.",
513 "titlematches" => "Article title matches",
514 "notitlematches" => "No article title matches",
515 "textmatches" => "Article text matches",
516 "notextmatches" => "No article text matches",
517 "prevn" => "previous $1",
518 "nextn" => "next $1",
519 "viewprevnext" => "View ($1) ($2) ($3).",
520 "showingresults" => "Showing below <b>$1</b> results starting with #<b>$2</b>.",
521 "showingresultsnum" => "Showing below <b>$3</b> results starting with #<b>$2</b>.",
522 "nonefound" => "<strong>Note</strong>: unsuccessful searches are
523 often caused by searching for common words like \"have\" and \"from\",
524 which are not indexed, or by specifying more than one search term (only pages
525 containing all of the search terms will appear in the result).",
526 "powersearch" => "Search",
527 "powersearchtext" => "
528 Search in namespaces :<br>
529 $1<br>
530 $2 List redirects &nbsp; Search for $3 $9",
531 "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>
532
533 ",
534 "googlesearch" => "<!-- SiteSearch Google -->
535 <FORM method=GET action=\"http://www.google.com/search\">
536 <TABLE bgcolor=\"#FFFFFF\"><tr><td>
537 <A HREF=\"http://www.google.com/\">
538 <IMG SRC=\"http://www.google.com/logos/Logo_40wht.gif\"
539 border=\"0\" ALT=\"Google\"></A>
540 </td>
541 <td>
542 <INPUT TYPE=text name=q size=31 maxlength=255 value=\"$1\">
543 <INPUT type=submit name=btnG VALUE=\"Google Search\">
544 <font size=-1>
545 <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>
546 <input type='hidden' name='ie' value='$2'>
547 <input type='hidden' name='oe' value='$2'>
548 </font>
549 </td></tr></TABLE>
550 </FORM>
551 <!-- SiteSearch Google -->",
552 "blanknamespace" => "(Main)",
553
554 # Preferences page
555 #
556 "preferences" => "Preferences",
557 "prefsnologin" => "Not logged in",
558 "prefsnologintext" => "You must be <a href=\"" .
559 wfLocalUrl( "Special:Userlogin" ) . "\">logged in</a>
560 to set user preferences.",
561 "prefslogintext" => "You are logged in as \"$1\".
562 Your internal ID number is $2.
563
564 See [[$wgMetaNamespace:User preferences help]] for help deciphering the options.",
565 "prefsreset" => "Preferences have been reset from storage.",
566 "qbsettings" => "Quickbar settings",
567 "changepassword" => "Change password",
568 "skin" => "Skin",
569 "math" => "Rendering math",
570 "dateformat" => "Date format",
571 "math_failure" => "Failed to parse",
572 "math_unknown_error" => "unknown error",
573 "math_unknown_function" => "unknown function ",
574 "math_lexing_error" => "lexing error",
575 "math_syntax_error" => "syntax error",
576 "saveprefs" => "Save preferences",
577 "resetprefs" => "Reset preferences",
578 "oldpassword" => "Old password",
579 "newpassword" => "New password",
580 "retypenew" => "Retype new password",
581 "textboxsize" => "Editing",
582 "rows" => "Rows",
583 "columns" => "Columns",
584 "searchresultshead" => "Search result settings",
585 "resultsperpage" => "Hits to show per page",
586 "contextlines" => "Lines to show per hit",
587 "contextchars" => "Characters of context per line",
588 "stubthreshold" => "Threshold for stub display",
589 "recentchangescount" => "Number of titles in recent changes",
590 "savedprefs" => "Your preferences have been saved.",
591 "timezonetext" => "Enter number of hours your local time differs
592 from server time (UTC).",
593 "localtime" => "Local time display",
594 "timezoneoffset" => "Offset",
595 "servertime" => "Server time is now",
596 "guesstimezone" => "Fill in from browser",
597 "emailflag" => "Disable e-mail from other users",
598 "defaultns" => "Search in these namespaces by default:",
599
600 # Recent changes
601 #
602 "changes" => "changes",
603 "recentchanges" => "Recent changes",
604 "recentchangestext" => "Track the most recent changes to the wiki on this page.",
605 "rcloaderr" => "Loading recent changes",
606 "rcnote" => "Below are the last <strong>$1</strong> changes in last <strong>$2</strong> days.",
607 "rcnotefrom" => "Below are the changes since <b>$2</b> (up to <b>$1</b> shown).",
608 "rclistfrom" => "Show new changes starting from $1",
609 # "rclinks" => "Show last $1 changes in last $2 hours / last $3 days",
610 # "rclinks" => "Show last $1 changes in last $2 days.",
611 "showhideminor" => "$1 minor edits",
612 "rclinks" => "Show last $1 changes in last $2 days; $3",
613 "rchide" => "in $4 form; $1 minor edits; $2 secondary namespaces; $3 multiple edits.",
614 "rcliu" => "; $1 edits from logged in users",
615 "diff" => "diff",
616 "hist" => "hist",
617 "hide" => "hide",
618 "show" => "show",
619 "tableform" => "table",
620 "listform" => "list",
621 "nchanges" => "$1 changes",
622 "minoreditletter" => "M",
623 "newpageletter" => "N",
624
625 # Upload
626 #
627 "upload" => "Upload file",
628 "uploadbtn" => "Upload file",
629 "uploadlink" => "Upload images",
630 "reupload" => "Re-upload",
631 "reuploaddesc" => "Return to the upload form.",
632 "uploadnologin" => "Not logged in",
633 "uploadnologintext" => "You must be <a href=\"" .
634 wfLocalUrl( "Special:Userlogin" ) . "\">logged in</a>
635 to upload files.",
636 "uploadfile" => "Upload images, sounds, documents etc.",
637 "uploaderror" => "Upload error",
638 "uploadtext" => "<strong>STOP!</strong> Before you upload here,
639 make sure to read and follow the <a href=\"" .
640 wfLocalUrlE( "$wgMetaNamespace:Image_use_policy" ) . "\">image use policy</a>.
641 <p>If a file with the name you are specifying already
642 exists on the wiki, it'll be replaced without warning.
643 So unless you mean to update a file, it's a good idea
644 to first check if such a file exists.
645 <p>To view or search previously uploaded images,
646 go to the <a href=\"" . wfLocalUrlE( "Special:Imagelist" ) .
647 "\">list of uploaded images</a>.
648 Uploads and deletions are logged on the <a href=\"" .
649 wfLocalUrlE( "$wgMetaNamespace:Upload_log" ) . "\">upload log</a>.
650 <p>Use the form below to upload new image files for use in
651 illustrating your articles.
652 On most browsers, you will see a \"Browse...\" button, which will
653 bring up your operating system's standard file open dialog.
654 Choosing a file will fill the name of that file into the text
655 field next to the button.
656 You must also check the box affirming that you are not
657 violating any copyrights by uploading the file.
658 Press the \"Upload\" button to finish the upload.
659 This may take some time if you have a slow internet connection.
660 <p>The preferred formats are JPEG for photographic images, PNG
661 for drawings and other iconic images, and OGG for sounds.
662 Please name your files descriptively to avoid confusion.
663 To include the image in an article, use a link in the form
664 <b>[[image:file.jpg]]</b> or <b>[[image:file.png|alt text]]</b>
665 or <b>[[media:file.ogg]]</b> for sounds.
666 <p>Please note that as with wiki pages, others may edit or
667 delete your uploads if they think it serves the encyclopedia, and
668 you may be blocked from uploading if you abuse the system.",
669
670 "uploadlog" => "upload log",
671 "uploadlogpage" => "Upload_log",
672 "uploadlogpagetext" => "Below is a list of the most recent file uploads.
673 All times shown are server time (UTC).
674 <ul>
675 </ul>
676 ",
677 "filename" => "Filename",
678 "filedesc" => "Summary",
679 "filestatus" => "Copyright status",
680 "filesource" => "Source",
681 "affirmation" => "I affirm that the copyright holder of this file
682 agrees to license it under the terms of the $1.",
683 "copyrightpage" => "$wgMetaNamespace:Copyrights",
684 "copyrightpagename" => "$wgSitename copyright",
685 "uploadedfiles" => "Uploaded files",
686 "noaffirmation" => "You must affirm that your upload does not violate
687 any copyrights.",
688 "ignorewarning" => "Ignore warning and save file anyway.",
689 "minlength" => "Image names must be at least three letters.",
690 "badfilename" => "Image name has been changed to \"$1\".",
691 "badfiletype" => "\".$1\" is not a recommended image file format.",
692 "largefile" => "It is recommended that images not exceed 100k in size.",
693 "successfulupload" => "Successful upload",
694 "fileuploaded" => "File \"$1\" uploaded successfully.
695 Please follow this link: ($2) to the description page and fill
696 in information about the file, such as where it came from, when it was
697 created and by whom, and anything else you may know about it.",
698 "uploadwarning" => "Upload warning",
699 "savefile" => "Save file",
700 "uploadedimage" => "uploaded \"$1\"",
701
702 # Image list
703 #
704 "imagelist" => "Image list",
705 "imagelisttext" => "Below is a list of $1 images sorted $2.",
706 "getimagelist" => "fetching image list",
707 "ilshowmatch" => "Show all images with names matching",
708 "ilsubmit" => "Search",
709 "showlast" => "Show last $1 images sorted $2.",
710 "all" => "all",
711 "byname" => "by name",
712 "bydate" => "by date",
713 "bysize" => "by size",
714 "imgdelete" => "del",
715 "imgdesc" => "desc",
716 "imglegend" => "Legend: (desc) = show/edit image description.",
717 "imghistory" => "Image history",
718 "revertimg" => "rev",
719 "deleteimg" => "del",
720 "deleteimgcompletely" => "del",
721 "imghistlegend" => "Legend: (cur) = this is the current image, (del) = delete
722 this old version, (rev) = revert to this old version.
723 <br><i>Click on date to see image uploaded on that date</i>.",
724 "imagelinks" => "Image links",
725 "linkstoimage" => "The following pages link to this image:",
726 "nolinkstoimage" => "There are no pages that link to this image.",
727
728 # Statistics
729 #
730 "statistics" => "Statistics",
731 "sitestats" => "Site statistics",
732 "userstats" => "User statistics",
733 "sitestatstext" => "There are <b>$1</b> total pages in the database.
734 This includes \"talk\" pages, pages about $wgSitename, minimal \"stub\"
735 pages, redirects, and others that probably don't qualify as articles.
736 Excluding those, there are <b>$2</b> pages that are probably legitimate
737 articles.<p>
738 There have been a total of <b>$3</b> page views, and <b>$4</b> page edits
739 since the software was upgraded (July 20, 2002).
740 That comes to <b>$5</b> average edits per page, and <b>$6</b> views per edit.",
741 "userstatstext" => "There are <b>$1</b> registered users.
742 <b>$2</b> of these are administrators (see $3).",
743
744 # Maintenance Page
745 #
746 "maintenance" => "Maintenance page",
747 "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 ;-)",
748 "maintenancebacklink" => "Back to Maintenance Page",
749 "disambiguations" => "Disambiguation pages",
750 "disambiguationspage" => "$wgMetaNamespace:Links_to_disambiguating_pages",
751 "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.",
752 "doubleredirects" => "Double Redirects",
753 "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.",
754 "brokenredirects" => "Broken Redirects",
755 "brokenredirectstext" => "The following redirects link to a non-existing article.",
756 "selflinks" => "Pages with Self Links",
757 "selflinkstext" => "The following pages contain a link to themselves, which they should not.",
758 "mispeelings" => "Pages with misspellings",
759 "mispeelingstext" => "The following pages contain a common misspelling, which are listed on $1. The correct spelling might be given (like this).",
760 "mispeelingspage" => "List of common misspellings",
761 "missinglanguagelinks" => "Missing Language Links",
762 "missinglanguagelinksbutton" => "Find missing language links for",
763 "missinglanguagelinkstext" => "These articles do <i>not</i> link to their counterpart in $1. Redirects and subpages are <i>not</i> shown.",
764
765
766 # Miscellaneous special pages
767 #
768 "orphans" => "Orphaned pages",
769 "lonelypages" => "Orphaned pages",
770 "unusedimages" => "Unused images",
771 "popularpages" => "Popular pages",
772 "nviews" => "$1 views",
773 "wantedpages" => "Wanted pages",
774 "nlinks" => "$1 links",
775 "allpages" => "All pages",
776 "randompage" => "Random page",
777 "shortpages" => "Short pages",
778 "longpages" => "Long pages",
779 "deadendpages" => "Dead-end pages",
780 "listusers" => "User list",
781 "specialpages" => "Special pages",
782 "spheading" => "Special pages for all users",
783 "sysopspheading" => "For sysop use only",
784 "developerspheading" => "For developer use only",
785 "protectpage" => "Protect page",
786 "recentchangeslinked" => "Related changes",
787 "rclsub" => "(to pages linked from \"$1\")",
788 "debug" => "Debug",
789 "newpages" => "New pages",
790 "ancientpages" => "Oldest articles",
791 "intl" => "Interlanguage links",
792 "movethispage" => "Move this page",
793 "unusedimagestext" => "<p>Please note that other web sites
794 such as the international Wikipedias may link to an image with
795 a direct URL, and so may still be listed here despite being
796 in active use.",
797 "booksources" => "Book sources",
798 # FIXME: Other sites, of course, may have affiliate relations with the booksellers list
799 "booksourcetext" => "Below is a list of links to other sites that
800 sell new and used books, and may also have further information
801 about books you are looking for.
802 $wgSitename is not affiliated with any of these businesses, and
803 this list should not be construed as an endorsement.",
804 "alphaindexline" => "$1 to $2",
805
806 # Email this user
807 #
808 "mailnologin" => "No send address",
809 "mailnologintext" => "You must be <a href=\"" .
810 wfLocalUrl( "Special:Userlogin" ) . "\">logged in</a>
811 and have a valid e-mail address in your <a href=\"" .
812 wfLocalUrl( "Special:Preferences" ) . "\">preferences</a>
813 to send e-mail to other users.",
814 "emailuser" => "E-mail this user",
815 "emailpage" => "E-mail user",
816 "emailpagetext" => "If this user has entered a valid e-mail address in
817 his or her user preferences, the form below will send a single message.
818 The e-mail address you entered in your user preferences will appear
819 as the \"From\" address of the mail, so the recipient will be able
820 to reply.",
821 "noemailtitle" => "No e-mail address",
822 "noemailtext" => "This user has not specified a valid e-mail address,
823 or has chosen not to receive e-mail from other users.",
824 "emailfrom" => "From",
825 "emailto" => "To",
826 "emailsubject" => "Subject",
827 "emailmessage" => "Message",
828 "emailsend" => "Send",
829 "emailsent" => "E-mail sent",
830 "emailsenttext" => "Your e-mail message has been sent.",
831
832 # Watchlist
833 #
834 "watchlist" => "My watchlist",
835 "watchlistsub" => "(for user \"$1\")",
836 "nowatchlist" => "You have no items on your watchlist.",
837 "watchnologin" => "Not logged in",
838 "watchnologintext" => "You must be <a href=\"" .
839 wfLocalUrl( "Special:Userlogin" ) . "\">logged in</a>
840 to modify your watchlist.",
841 "addedwatch" => "Added to watchlist",
842 "addedwatchtext" => "The page \"$1\" has been added to your <a href=\"" .
843 wfLocalUrl( "Special:Watchlist" ) . "\">watchlist</a>.
844 Future changes to this page and its associated Talk page will be listed there,
845 and the page will appear <b>bolded</b> in the <a href=\"" .
846 wfLocalUrl( "Special:Recentchanges" ) . "\">list of recent changes</a> to
847 make it easier to pick out.</p>
848
849 <p>If you want to remove the page from your watchlist later, click \"Stop watching\" in the sidebar.",
850 "removedwatch" => "Removed from watchlist",
851 "removedwatchtext" => "The page \"$1\" has been removed from your watchlist.",
852 "watchthispage" => "Watch this page",
853 "unwatchthispage" => "Stop watching",
854 "notanarticle" => "Not an article",
855 "watchnochange" => "None of your watched items were edited in the time period displayed.",
856 "watchdetails" => "($1 pages watched not counting talk pages;
857 $2 total pages edited since cutoff;
858 $3...
859 <a href='$4'>show and edit complete list</a>.)",
860 "watchmethod-recent" => "checking recent edits for watched pages",
861 "watchmethod-list" => "checking watched pages for recent edits",
862 "removechecked" => "Remove checked items from watchlist",
863 "watchlistcontains" => "Your watchlist contains $1 pages.",
864 "watcheditlist" => "Here's an alphabetical list of your
865 watched pages. Check the boxes of pages you want to remove
866 from your watchlist and click the 'remove checked' button
867 at the bottom of the screen.",
868 "removingchecked" => "Removing requested items from watchlist...",
869 "couldntremove" => "Couldn't remove item '$1'...",
870 "iteminvalidname" => "Problem with item '$1', invalid name...",
871 "wlnote" => "Below are the last $1 changes in the last <b>$2</b> hours.",
872 "wlshowlast" => "Show last $1 hours $2 days $3",
873
874 # Delete/protect/revert
875 #
876 "deletepage" => "Delete page",
877 "confirm" => "Confirm",
878 "excontent" => "content was:",
879 "exbeforeblank" => "content before blanking was:",
880 "exblank" => "page was empty",
881 "confirmdelete" => "Confirm delete",
882 "deletesub" => "(Deleting \"$1\")",
883 "historywarning" => "Warning: The page you are about to delete has a history: ",
884 "confirmdeletetext" => "You are about to permanently delete a page
885 or image along with all of its history from the database.
886 Please confirm that you intend to do this, that you understand the
887 consequences, and that you are doing this in accordance with
888 [[$wgMetaNamespace:Policy]].",
889 "confirmcheck" => "Yes, I really want to delete this.",
890 "actioncomplete" => "Action complete",
891 "deletedtext" => "\"$1\" has been deleted.
892 See $2 for a record of recent deletions.",
893 "deletedarticle" => "deleted \"$1\"",
894 "dellogpage" => "Deletion_log",
895 "dellogpagetext" => "Below is a list of the most recent deletions.
896 All times shown are server time (UTC).
897 <ul>
898 </ul>
899 ",
900 "deletionlog" => "deletion log",
901 "reverted" => "Reverted to earlier revision",
902 "deletecomment" => "Reason for deletion",
903 "imagereverted" => "Revert to earlier version was successful.",
904 "rollback" => "Roll back edits",
905 "rollbacklink" => "rollback",
906 "rollbackfailed" => "Rollback failed",
907 "cantrollback" => "Cannot revert edit; last contributor is only author of this article.",
908 "alreadyrolled" => "Cannot rollback last edit of [[$1]]
909 by [[User:$2|$2]] ([[User talk:$2|Talk]]); someone else has edited or rolled back the article already.
910
911 Last edit was by [[User:$3|$3]] ([[User talk:$3|Talk]]). ",
912 # only shown if there is an edit comment
913 "editcomment" => "The edit comment was: \"<i>$1</i>\".",
914 "revertpage" => "Reverted to last edit by $1",
915 "protectlogpage" => "Protection_log",
916 "protectlogtext" => "Below is a list of page locks/unlocks.
917 See [[$wgMetaNamespace:Protected page]] for more information.",
918 "protectedarticle" => "protected [[$1]]",
919 "unprotectedarticle" => "unprotected [[$1]]",
920
921 # Undelete
922 "undelete" => "Restore deleted page",
923 "undeletepage" => "View and restore deleted pages",
924 "undeletepagetext" => "The following pages have been deleted but are still in the archive and
925 can be restored. The archive may be periodically cleaned out.",
926 "undeletearticle" => "Restore deleted article",
927 "undeleterevisions" => "$1 revisions archived",
928 "undeletehistory" => "If you restore the page, all revisions will be restored to the history.
929 If a new page with the same name has been created since the deletion, the restored
930 revisions will appear in the prior history, and the current revision of the live page
931 will not be automatically replaced.",
932 "undeleterevision" => "Deleted revision as of $1",
933 "undeletebtn" => "Restore!",
934 "undeletedarticle" => "restored \"$1\"",
935 "undeletedtext" => "The article [[$1]] has been successfully restored.
936 See [[$wgMetaNamespace:Deletion_log]] for a record of recent deletions and restorations.",
937
938 # Contributions
939 #
940 "contributions" => "User contributions",
941 "mycontris" => "My contributions",
942 "contribsub" => "For $1",
943 "nocontribs" => "No changes were found matching these criteria.",
944 "ucnote" => "Below are this user's last <b>$1</b> changes in the last <b>$2</b> days.",
945 "uclinks" => "View the last $1 changes; view the last $2 days.",
946 "uctop" => " (top)" ,
947
948 # What links here
949 #
950 "whatlinkshere" => "What links here",
951 "notargettitle" => "No target",
952 "notargettext" => "You have not specified a target page or user
953 to perform this function on.",
954 "linklistsub" => "(List of links)",
955 "linkshere" => "The following pages link to here:",
956 "nolinkshere" => "No pages link to here.",
957 "isredirect" => "redirect page",
958
959 # Block/unblock IP
960 #
961 "blockip" => "Block user",
962 "blockiptext" => "Use the form below to block write access
963 from a specific IP address or username.
964 This should be done only only to prevent vandalism, and in
965 accordance with [[$wgMetaNamespace:Policy|policy]].
966 Fill in a specific reason below (for example, citing particular
967 pages that were vandalized).",
968 "ipaddress" => "IP Address/username",
969 "ipbreason" => "Reason",
970 "ipbsubmit" => "Block this user",
971 "badipaddress" => "No user exists by that name",
972 "noblockreason" => "You must supply a reason for the block.",
973 "blockipsuccesssub" => "Block succeeded",
974 "blockipsuccesstext" => "\"$1\" has been blocked.
975 <br>See [[Special:Ipblocklist|IP block list]] to review blocks.",
976 "unblockip" => "Unblock user",
977 "unblockiptext" => "Use the form below to restore write access
978 to a previously blocked IP address or username.",
979 "ipusubmit" => "Unblock this address",
980 "ipusuccess" => "\"$1\" unblocked",
981 "ipblocklist" => "List of blocked IP addresses and usernames",
982 "blocklistline" => "$1, $2 blocked $3",
983 "blocklink" => "block",
984 "unblocklink" => "unblock",
985 "contribslink" => "contribs",
986 "autoblocker" => "Autoblocked because you share an IP address with \"$1\". Reason \"$2\".",
987 "blocklogpage" => "Block_log",
988 "blocklogentry" => 'blocked "$1"',
989 "blocklogtext" => "This is a log of user blocking and unblocking actions. Automatically
990 blocked IP addresses are not be listed. See the [[Special:Ipblocklist|IP block list]] for
991 the list of currently operational bans and blocks.",
992 "unblocklogentry" => 'unblocked "$1"',
993
994 # Developer tools
995 #
996 "lockdb" => "Lock database",
997 "unlockdb" => "Unlock database",
998 "lockdbtext" => "Locking the database will suspend the ability of all
999 users to edit pages, change their preferences, edit their watchlists, and
1000 other things requiring changes in the database.
1001 Please confirm that this is what you intend to do, and that you will
1002 unlock the database when your maintenance is done.",
1003 "unlockdbtext" => "Unlocking the database will restore the ability of all
1004 users to edit pages, change their preferences, edit their watchlists, and
1005 other things requiring changes in the database.
1006 Please confirm that this is what you intend to do.",
1007 "lockconfirm" => "Yes, I really want to lock the database.",
1008 "unlockconfirm" => "Yes, I really want to unlock the database.",
1009 "lockbtn" => "Lock database",
1010 "unlockbtn" => "Unlock database",
1011 "locknoconfirm" => "You did not check the confirmation box.",
1012 "lockdbsuccesssub" => "Database lock succeeded",
1013 "unlockdbsuccesssub" => "Database lock removed",
1014 "lockdbsuccesstext" => "The database has been locked.
1015 <br>Remember to remove the lock after your maintenance is complete.",
1016 "unlockdbsuccesstext" => "The database has been unlocked.",
1017
1018 # SQL query
1019 #
1020 "asksql" => "SQL query",
1021 "asksqltext" => "Use the form below to make a direct query of the
1022 database.
1023 Use single quotes ('like this') to delimit string literals.
1024 This can often add considerable load to the server, so please use
1025 this function sparingly.",
1026 "sqlislogged" => "Please note that all queries are logged.",
1027 "sqlquery" => "Enter query",
1028 "querybtn" => "Submit query",
1029 "selectonly" => "Only read-only queries are allowed.",
1030 "querysuccessful" => "Query successful",
1031
1032 # Move page
1033 #
1034 "movepage" => "Move page",
1035 "movepagetext" => "Using the form below will rename a page, moving all
1036 of its history to the new name.
1037 The old title will become a redirect page to the new title.
1038 Links to the old page title will not be changed; be sure to
1039 [[Special:Maintenance|check]] for double or broken redirects.
1040 You are responsible for making sure that links continue to
1041 point where they are supposed to go.
1042
1043 Note that the page will '''not''' be moved if there is already
1044 a page at the new title, unless it is empty or a redirect and has no
1045 past edit history. This means that you can rename a page back to where
1046 it was just renamed from if you make a mistake, and you cannot overwrite
1047 an existing page.
1048
1049 <b>WARNING!</b>
1050 This can be a drastic and unexpected change for a popular page;
1051 please be sure you understand the consequences of this before
1052 proceeding.",
1053 "movepagetalktext" => "The associated talk page, if any, will be automatically moved along with it '''unless:'''
1054 *You are moving the page across namespaces,
1055 *A non-empty talk page already exists under the new name, or
1056 *You uncheck the box below.
1057
1058 In those cases, you will have to move or merge the page manually if desired.",
1059 "movearticle" => "Move page",
1060 "movenologin" => "Not logged in",
1061 "movenologintext" => "You must be a registered user and <a href=\"" .
1062 wfLocalUrl( "Special:Userlogin" ) . "\">logged in</a>
1063 to move a page.",
1064 "newtitle" => "To new title",
1065 "movepagebtn" => "Move page",
1066 "pagemovedsub" => "Move succeeded",
1067 "pagemovedtext" => "Page \"[[$1]]\" moved to \"[[$2]]\".",
1068 "articleexists" => "A page of that name already exists, or the
1069 name you have chosen is not valid.
1070 Please choose another name.",
1071 "talkexists" => "The page itself was moved successfully, but the
1072 talk page could not be moved because one already exists at the new
1073 title. Please merge them manually.",
1074 "movedto" => "moved to",
1075 "movetalk" => "Move \"talk\" page as well, if applicable.",
1076 "talkpagemoved" => "The corresponding talk page was also moved.",
1077 "talkpagenotmoved" => "The corresponding talk page was <strong>not</strong> moved.",
1078
1079 "export" => "Export pages",
1080 "exporttext" => "You can export the text and editing history of a particular
1081 page or set of pages wrapped in some XML; this can then be imported into another
1082 wiki running MediaWiki software, transformed, or just kept for your private
1083 amusement.",
1084 "exportcuronly" => "Include only the current revision, not the full history",
1085
1086 # Namespace 8 related
1087
1088 "allmessages" => "All_messages",
1089 "allmessagestext" => "This is a list of all messages available in the MediaWiki: namespace",
1090
1091 # Math options
1092 'mw_math_png' => 'Always render PNG',
1093 'mw_math_simple' => 'HTML if very simple or else PNG',
1094 'mw_math_html' => 'HTML if possible or else PNG',
1095 'mw_math_source' => 'Leave it as TeX (for text browsers)',
1096 'mw_math_modern' => 'Recommended for modern browsers',
1097 'mw_math_mathml' => 'MathML if possible (experimental)',
1098
1099 );
1100
1101 #--------------------------------------------------------------------------
1102 # Internationalisation code
1103 #--------------------------------------------------------------------------
1104
1105 require_once( "LanguageUtf8.php" );
1106
1107 class LanguageTh extends LanguageUtf8 {
1108
1109 function getNamespaces() {
1110 global $wgNamespaceNamesTh;
1111 return $wgNamespaceNamesTh;
1112 }
1113
1114 function getNsText( $index ) {
1115 global $wgNamespaceNamesTh;
1116 return $wgNamespaceNamesTh[$index];
1117 }
1118
1119 function getNsIndex( $text ) {
1120 global $wgNamespaceNamesTh;
1121
1122 foreach ( $wgNamespaceNamesTh as $i => $n ) {
1123 if ( 0 == strcasecmp( $n, $text ) ) { return $i; }
1124 }
1125 return false;
1126 }
1127
1128 function getQuickbarSettings() {
1129 global $wgQuickbarSettingsTh;
1130 return $wgQuickbarSettingsTh;
1131 }
1132
1133 function getSkinNames() {
1134 global $wgSkinNamesTh;
1135 return $wgSkinNamesTh;
1136 }
1137
1138 function getDateFormats() {
1139 global $wgDateFormatsTh;
1140 return $wgDateFormatsTh;
1141 }
1142
1143 function getValidSpecialPages()
1144 {
1145 global $wgValidSpecialPagesTh;
1146 return $wgValidSpecialPagesTh;
1147 }
1148
1149 function getSysopSpecialPages()
1150 {
1151 global $wgSysopSpecialPagesTh;
1152 return $wgSysopSpecialPagesTh;
1153 }
1154
1155 function getDeveloperSpecialPages()
1156 {
1157 global $wgDeveloperSpecialPagesTh;
1158 return $wgDeveloperSpecialPagesTh;
1159 }
1160
1161 function getMessage( $key )
1162 {
1163 global $wgAllMessagesTh;
1164 return $wgAllMessagesTh[$key];
1165 }
1166
1167 function getAllMessages()
1168 {
1169 global $wgAllMessagesTh;
1170 return $wgAllMessagesTh;
1171 }
1172
1173 }
1174
1175 ?>