Removing some occurences of wikipedia
[lhc/web/wiklou.git] / languages / LanguageBn.php
1 <?php
2
3 # NOTE: To turn off "Current Events" in the sidebar,
4 # set "currentevents" => "-"
5
6 # The names of the namespaces can be set here, but the numbers
7 # are magical, so don't change or move them! The Namespace class
8 # encapsulates some of the magic-ness.
9 #
10 /* private */ $wgNamespaceNamesBn = array(
11 -1 => "বিশেষ",
12 0 => "",
13 1 => "আলাপ",
14 2 => "ব্যবহারকারী",
15 3 => "ব্যবহারকারী_আলাপ",
16 4 => "উইকিপেডিয়া",
17 5 => "উইকিপেডিয়া_আলাপ",
18 6 => "চিত্র",
19 7 => "চিত্র_আলাপ",
20 8 => "MediaWiki",
21 9 => "MediaWik i_আলাপ",
22 10 => "Template",
23 11 => "Template_talk"
24
25 ) + $wgNamespaceNamesEn;
26
27 /* private */ $wgQuickbarSettingsBn = array(
28 "None", "Fixed left", "Fixed right", "Floating left"
29 );
30
31 /* private */ $wgSkinNamesBn = array(
32 'standard' => "Standard",
33 'nostalgia' => "Nostalgia",
34 'cologneblue' => "Cologne Blue",
35 'smarty' => "Paddington",
36 'montparnasse' => "Montparnasse",
37 'davinci' => "DaVinci",
38 'mono' => "Mono",
39 'monobook' => "MonoBook",
40 "myskin" => "MySkin"
41 );
42
43
44 /* private */ $wgDateFormatsBn = array(
45 "No preference",
46 "January 15, 2001",
47 "15 January 2001",
48 "2001 January 15"
49 );
50
51
52 /* private */ $wgBookstoreListBn = array(
53 "AddALL" => "http://www.addall.com/New/Partner.cgi?query=$1&type=ISBN",
54 "PriceSCAN" => "http://www.pricescan.com/books/bookDetail.asp?isbn=$1",
55 "Barnes & Noble" => "http://shop.barnesandnoble.com/bookSearch/isbnInquiry.asp?isbn=$1",
56 "Amazon.com" => "http://www.amazon.com/exec/obidos/ISBN=$1"
57 );
58
59
60 # All special pages have to be listed here: a description of ""
61 # will make them not show up on the "Special Pages" page, which
62 # is the right thing for some of them (such as the "targeted" ones).
63 #
64 /* private */ $wgValidSpecialPagesBn = array(
65 "Userlogin" => "",
66 "Userlogout" => "",
67 "Preferences" => "Set my user preferences",
68 "Watchlist" => "My watchlist",
69 "Recentchanges" => "Recently updated pages",
70 "Upload" => "Upload image files",
71 "Imagelist" => "Image list",
72 "Listusers" => "Registered users",
73 "Statistics" => "Site statistics",
74 "Randompage" => "Random article",
75
76 "Lonelypages" => "Orphaned articles",
77 "Unusedimages" => "Orphaned images",
78 "Popularpages" => "Popular articles",
79 "Wantedpages" => "Most wanted articles",
80 "Shortpages" => "Short articles",
81 "Longpages" => "Long articles",
82 "Newpages" => "Newly created articles",
83 "Ancientpages" => "Oldest articles",
84 "Intl" => "Interlanguage links",
85 "Allpages" => "All pages by title",
86
87 "Ipblocklist" => "Blocked IP addresses",
88 "Maintenance" => "Maintenance page",
89 "Specialpages" => "",
90 "Contributions" => "",
91 "Emailuser" => "",
92 "Whatlinkshere" => "",
93 "Recentchangeslinked" => "",
94 "Movepage" => "",
95 "Booksources" => "External book sources",
96 "Export" => "XML export",
97 "Version" => "Version",
98
99 );
100
101 /* private */ $wgSysopSpecialPagesBn = array(
102 "Blockip" => "Block an IP address",
103 "Asksql" => "Query the database",
104 "Undelete" => "Restore deleted pages"
105 );
106
107 /* private */ $wgDeveloperSpecialPagesBn = array(
108 "Lockdb" => "Make database read-only",
109 "Unlockdb" => "Restore DB write access",
110 "Debug" => "Debugging information"
111 );
112
113 /* private */ $wgAllMessagesBn = array(
114 'special_version_prefix' => '',
115 'special_version_postfix' => '',
116 # User Toggles
117 "tog-hover" => "Show hoverbox over wiki links",
118 "tog-underline" => "Underline links",
119 "tog-highlightbroken" => "Format broken links <a href=\"\" class=\"new\">like this</a> (alternative: like this<a href=\"\" class=\"internal\">?</a>).",
120 "tog-justify" => "Justify paragraphs",
121 "tog-hideminor" => "Hide minor edits in recent changes",
122 "tog-usenewrc" => "Enhanced recent changes (not for all browsers)",
123 "tog-numberheadings" => "Auto-number headings",
124 "tog-editsection"=>"Show links for editing individual sections",
125 "tog-showtoc"=>"Show table of contents for articles with more than 3 headings",
126 "tog-rememberpassword" => "Remember password across sessions",
127 "tog-editwidth" => "Edit box has full width",
128 "tog-editondblclick" => "Edit pages on double click (JavaScript)",
129 "tog-watchdefault" => "Add pages you edit to your watchlist",
130 "tog-minordefault" => "Mark all edits minor by default",
131 "tog-previewontop" => "Show preview before edit box and not after it",
132 "tog-nocache" => "Disable page caching",
133 # Dates
134
135 'sunday' => "রবিবার",
136 'monday' => "সোমবার",
137 'tuesday' => "মঙ্গলবার",
138 'wednesday' => "বুধবার",
139 'thursday' => "বৃহস্পতিবার",
140 'friday' => "শুক্রবার",
141 'saturday' => "শনিবার",
142 'january' => "জানুয়ারী",
143 'february' => "ফেব্রুয়ারী",
144 'march' => "মার্চ",
145 'april' => "এপ্রিল",
146 'may_long' => "মে",
147 'june' => "জুন",
148 'july' => "জুলাই",
149 'august' => "আগস্ট",
150 'september' => "সেপ্টেম্বর",
151 'october' => "অক্টোবর",
152 'november' => "নভেম্বর",
153 'december' => "ডিসেম্বর",
154 'jan' => "জানু",
155 'feb' => "ফেব্রু",
156 'mar' => "মার্চ",
157 'apr' => "এপ্রিল",
158 'may' => "মে",
159 'jun' => "জুন",
160 'jul' => "জুলাই",
161 'aug' => "আগস্ট",
162 'sep' => "সেপ্টে",
163 'oct' => "অক্টো",
164 'nov' => "নভে",
165 'dec' => "ডিসে",
166
167 # Bits of text used by many pages:
168 #
169
170 "linktrail" => "/^([a-z]+)(.*)\$/sD",
171 "mainpage" => "প্রধান পাতা",
172 "mainpagetext" => "Wiki software successfully installed.",
173 "about" => "বৃত্তান্ত",
174 "aboutwikipedia" => "উইকিপেডিয়ার বৃত্তান্ত",
175 "aboutpage" => "উইকিপেডিয়া:বৃত্তান্ত",
176 "help" => "সহায়িকা",
177 "helppage" => "উইকিপেডিয়া:সহায়িকা",
178 "wikititlesuffix" => "উইকিপেডিয়া",
179 "bugreports" => "ত্রুটি বিবরণী",
180 "bugreportspage" => "উইকিপেডিয়া:ত্রুটি_বিবরণী",
181 "faq" => "প্রশ্নোত্তর",
182 "faqpage" => "উইকিপেডিয়া:প্রশ্নোত্তর",
183 "edithelp" => "সম্পাদনা সহায়িকা",
184 "edithelppage" => "উইকিপেডিয়া:কিভাবে_একটি_পৃষ্ঠা_সম্পাদনা_করবেন",
185 "cancel" => "বাতিল কর",
186 "qbfind" => "খঁুজে দেখ",
187 "qbbrowse" => "ঘুরে দেখ",
188 "qbedit" => "সম্পাদনা কর",
189 "qbpageoptions" => "এ পৃষ্ঠার বিকল্পসমূহ",
190 "qbpageinfo" => "পৃষ্ঠা-সংক্রান্ত তথ্য",
191 "qbmyoptions" => "আমার পছন্দ",
192 "mypage" => "আমার পাতা",
193 "mytalk" => "আমার কথাবার্তা",
194 "currentevents" => "সমসাময়িক ঘটনা",
195 "errorpagetitle" => "ভুল",
196 "returnto" => "ফিরে যাও $1.",
197 "fromwikipedia" => "উইকিপেডিয়া, মুক্ত বিশ্বকোষ থেকে",
198 "whatlinkshere" => "যেসব পাতা থেকে এখানে সংযোগ আছে",
199 "help" => "সহায়িকা",
200 "search" => "খঁুজে দেখ",
201 "go" => "চল",
202 "history" => "এ পৃষ্ঠার ইতিহাস",
203 "printableversion" => "ছাপার যোগ্য সংস্করণ",
204 "editthispage" => "এই পৃষ্ঠাটি সম্পাদনা করুন",
205 "deletethispage" => "এই পৃষ্ঠাটি মুছে ফেলুন",
206 "protectthispage" => "এই পৃষ্ঠাটি সংরক্ষণ করুন",
207 "unprotectthispage" => "এই পৃষ্ঠার সংরক্ষণ ছেড়ে দিন",
208 "newpage" => "নতুন পাতা",
209 "talkpage" => "এই পৃষ্ঠা নিয়ে আলোচনা করুন",
210 "articlepage" => "নিবন্ধ দেখুন",
211 "subjectpage" => "বিষয় দেখুন", # For compatibility
212 "userpage" => "ব্যাবহারকারীর পাতা দেখুন",
213 "wikipediapage" => "মেটা-পাতা দেখুন",
214 "imagepage" => "ছবির পাতা দেখুন",
215 "viewtalkpage" => "আলোচনা দেখুন",
216 "otherlanguages" => "অন্যান্য ভাষা",
217 "redirectedfrom" => "($1 থেকে ঘুরে এসেছে)",
218 "lastmodified" => "এ পৃষ্ঠায় শেষ পরিবর্তন হয়েছিল $1.",
219 "viewcount" => "এ পৃষ্ঠা দেখা হয়েছে $1 বার।",
220 "gnunote" => "সব লেখা <a class=internal href='/wiki/GNU_FDL'>GNU Free Documentation License</a> অনুযায়ী বিনামূল্যে এবং মুক্তভাবে সংগ্রহ ও বিতরণযোগ্য",
221 "printsubtitle" => "(From {{SERVER}})",
222 "protectedpage" => "সংরক্ষিত পাতা",
223 "administrators" => "উইকিপেডিয়া:প্রশাসকবৃন্দ",
224 "sysoptitle" => "Sysop এর ক্ষমতা প্রয়োজন",
225 "sysoptext" => "এ কাজটি কেবল \"sysop\" ক্ষমতাসম্পন্ন ব্যক্তিই করতে পারেন। $1 দেখুন।",
226 "developertitle" => "developer এর ক্ষমতা প্রয়োজন",
227 "developertext" => "এ কাজটি কেবল \"developer\" ক্ষমতাসম্পন্ন ব্যক্তিই করতে পারেন। $1 দেখুন।",
228 "nbytes" => "$1 বাইট",
229 "go" => "চল",
230 "ok" => "ঠিক আছে",
231 "sitetitle" => "উইকিপেডিয়া",
232 "sitesubtitle" => "মুক্ত বিশ্বকোষ ",
233 "retrievedfrom" => "\"$1\" থেকে আনীত",
234 "newmessages" => "আপনার $1 এসেছে।",
235 "newmessageslink" => "নতুন বার্তা",
236 "editsection"=>"সম্পাদনা করুন",
237 "toc" => "সূচীপত্র",
238 "showtoc" => "দেখাও",
239 "hidetoc" => "সরিয়ে রাখ",
240
241 # Main script and global functions
242 #
243 "nosuchaction" => "No such action",
244 "nosuchactiontext" => "The action specified by the URL is not
245 recognized by the Wikipedia software",
246 "nosuchspecialpage" => "No such special page",
247 "nospecialpagetext" => "You have requested a special page that is not
248 recognized by the Wikipedia software.",
249
250 # General errors
251 #
252 "error" => "Error",
253 "databaseerror" => "Database error",
254 "dberrortext" => "A database query syntax error has occurred.
255 This could be because of an illegal search query (see $5),
256 or it may indicate a bug in the software.
257 The last attempted database query was:
258 <blockquote><tt>$1</tt></blockquote>
259 from within function \"<tt>$2</tt>\".
260 MySQL returned error \"<tt>$3: $4</tt>\".",
261 "dberrortextcl" => "A database query syntax error has occurred.
262 The last attempted database query was:
263 \"$1\"
264 from within function \"$2\".
265 MySQL returned error \"$3: $4\".\n",
266 "noconnect" => "Could not connect to DB on $1",
267 "nodb" => "Could not select database $1",
268 "readonly" => "Database locked",
269 "enterlockreason" => "Enter a reason for the lock, including an estimate
270 of when the lock will be released",
271 "readonlytext" => "The Wikipedia database is currently locked to new
272 entries and other modifications, probably for routine database maintenance,
273 after which it will be back to normal.
274 The administrator who locked it offered this explanation:
275 <p>$1",
276 "missingarticle" => "The database did not find the text of a page
277 that it should have found, named \"$1\".
278
279 <p>This is usually caused by following an outdated diff or history link to a
280 page that has been deleted.
281
282 <p>If this is not the case, you may have found a bug in the software.
283 Please report this to an administrator, making note of the URL.",
284 "internalerror" => "Internal error",
285 "filecopyerror" => "Could not copy file \"$1\" to \"$2\".",
286 "filerenameerror" => "Could not rename file \"$1\" to \"$2\".",
287 "filedeleteerror" => "Could not delete file \"$1\".",
288 "filenotfound" => "Could not find file \"$1\".",
289 "unexpected" => "Unexpected value: \"$1\"=\"$2\".",
290 "formerror" => "Error: could not submit form",
291 "badarticleerror" => "This action cannot be performed on this page.",
292 "cannotdelete" => "Could not delete the page or image specified. (It may have already been deleted by someone else.)",
293 "badtitle" => "Bad title",
294 "badtitletext" => "The requested page title was invalid, empty, or
295 an incorrectly linked inter-language or inter-wiki title.",
296 "perfdisabled" => "Sorry! This feature has been temporarily disabled
297 because it slows the database down to the point that no one can use
298 the wiki.",
299 "perfdisabledsub" => "Here's a saved copy from $1:",
300
301 # Login and logout pages
302 #
303 "logouttitle" => "User logout",
304 "logouttext" => "You are now logged out.
305 You can continue to use Wikipedia anonymously, or you can log in
306 again as the same or as a different user.\n",
307
308 "welcomecreation" => "<h2>Welcome, $1!</h2><p>Your account has been created.
309 Don't forget to personalize your wikipedia preferences.",
310
311 "loginpagetitle" => "User login",
312 "yourname" => "Your user name",
313 "yourpassword" => "Your password",
314 "yourpasswordagain" => "Retype password",
315 "newusersonly" => " (new users only)",
316 "remembermypassword" => "Remember my password across sessions.",
317 "loginproblem" => "<b>There has been a problem with your login.</b><br>Try again!",
318 "alreadyloggedin" => "<font color=red><b>User $1, you are already logged in!</b></font><br>\n",
319
320 "areyounew" => "If you are new to Wikipedia and want to get a user account,
321 enter a user name, then type and re-type a password.
322 Your e-mail address is optional; if you lose your password you can request
323 that it be to the address you give.<br>\n",
324
325 "login" => "Log in",
326 "userlogin" => "Log in",
327 "logout" => "Log out",
328 "userlogout" => "Log out",
329 "notloggedin" => "Not logged in",
330 "createaccount" => "Create new account",
331 "badretype" => "The passwords you entered do not match.",
332 "userexists" => "The user name you entered is already in use. Please choose a different name.",
333 "youremail" => "Your e-mail*",
334 "yournick" => "Your nickname (for signatures)",
335 "emailforlost" => "* Entering an email address is optional. But it enables people to
336 contact you through the website without you having to reveal your
337 email address to them, and it also helps you if you forget your
338 password.",
339 "loginerror" => "Login error",
340 "noname" => "You have not specified a valid user name.",
341 "loginsuccesstitle" => "Login successful",
342 "loginsuccess" => "You are now logged in to Wikipedia as \"$1\".",
343 "nosuchuser" => "There is no user by the name \"$1\".
344 Check your spelling, or use the form below to create a new user account.",
345 "wrongpassword" => "The password you entered is incorrect. Please try again.",
346 "mailmypassword" => "Mail me a new password",
347 "passwordremindertitle" => "Password reminder from Wikipedia",
348 "passwordremindertext" => "Someone (probably you, from IP address $1)
349 requested that we send you a new Wikipedia login password.
350 The password for user \"$2\" is now \"$3\".
351 You should log in and change your password now.",
352 "noemail" => "There is no e-mail address recorded for user \"$1\".",
353 "passwordsent" => "A new password has been sent to the e-mail address
354 registered for \"$1\".
355 Please log in again after you receive it.",
356
357 # Edit pages
358 #
359 "summary" => "Summary",
360 "minoredit" => "This is a minor edit",
361 "watchthis" => "Watch this article",
362 "savearticle" => "Save page",
363 "preview" => "Preview",
364 "showpreview" => "Show preview",
365 "blockedtitle" => "User is blocked",
366 "blockedtext" => "Your user name or IP address has been blocked by $1.
367 The reason given is this:<br>''$2''<p>You may contact $1 or one of the other
368 [[Wikipedia:administrators|administrators]] to discuss the block.",
369 "newarticle" => "(New)",
370 "newarticletext" =>
371 "You've followed a link to a page that doesn't exist yet.
372 To create the page, start typing in the box below
373 (see the [[Wikipedia:Help|help page]] for more info).
374 If you are here by mistake, just click your browser's '''back''' button.",
375 "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.'' ",
376 "noarticletext" => "(There is currently no text in this page)",
377 "updated" => "(Updated)",
378 "note" => "<strong>Note:</strong> ",
379 "previewnote" => "Remember that this is only a preview, and has not yet been saved!",
380 "previewconflict" => "This preview reflects the text in the upper
381 text editing area as it will appear if you choose to save.",
382 "editing" => "Editing $1",
383 "sectionedit" => " (section)",
384 "editconflict" => "Edit conflict: $1",
385 "explainconflict" => "Someone else has changed this page since you
386 started editing it.
387 The upper text area contains the page text as it currently exists.
388 Your changes are shown in the lower text area.
389 You will have to merge your changes into the existing text.
390 <b>Only</b> the text in the upper text area will be saved when you
391 press \"Save page\".\n<p>",
392 "yourtext" => "Your text",
393 "storedversion" => "Stored version",
394 "editingold" => "<strong>WARNING: You are editing an out-of-date
395 revision of this page.
396 If you save it, any changes made since this revision will be lost.</strong>\n",
397 "yourdiff" => "Differences",
398 "copyrightwarning" => "Please note that all contributions to Wikipedia are
399 considered to be released under the GNU Free Documentation License
400 (see $1 for details).
401 If you don't want your writing to be edited mercilessly and redistributed
402 at will, then don't submit it here.<br>
403 You are also promising us that you wrote this yourself, or copied it from a
404 public domain or similar free resource.
405 <strong>DO NOT SUBMIT COPYRIGHTED WORK WITHOUT PERMISSION!</strong>",
406 "longpagewarning" => "WARNING: This page is $1 kilobytes long; some
407 browsers may have problems editing pages approaching or longer than 32kb.
408 Please consider breaking the page into smaller sections.",
409 "readonlywarning" => "WARNING: The database has been locked for maintenance,
410 so you will not be able to save your edits right now. You may wish to cut-n-paste
411 the text into a text file and save it for later.",
412 "protectedpagewarning" => "WARNING: This page has been locked so that only
413 users with sysop privileges can edit it. Be sure you are following the
414 <a href='/wiki/Wikipedia:Protected_page_guidelines'>protected page
415 guidelines</a>.",
416
417 # History pages
418 #
419 "revhistory" => "Revision history",
420 "nohistory" => "There is no edit history for this page.",
421 "revnotfound" => "Revision not found",
422 "revnotfoundtext" => "The old revision of the page you asked for could not be found.
423 Please check the URL you used to access this page.\n",
424 "loadhist" => "Loading page history",
425 "currentrev" => "Current revision",
426 "revisionasof" => "Revision as of $1",
427 "cur" => "cur",
428 "next" => "next",
429 "last" => "last",
430 "orig" => "orig",
431 "histlegend" => "Legend: (cur) = difference with current version,
432 (last) = difference with preceding version, M = minor edit",
433
434 # Diffs
435 #
436 "difference" => "(Difference between revisions)",
437 "loadingrev" => "loading revision for diff",
438 "lineno" => "Line $1:",
439 "editcurrent" => "Edit the current version of this page",
440
441 # Search results
442 #
443 "searchresults" => "Search results",
444 "searchhelppage" => "Wikipedia:Searching",
445 "searchingwikipedia" => "Searching Wikipedia",
446 "searchresulttext" => "For more information about searching Wikipedia, see $1.",
447 "searchquery" => "For query \"$1\"",
448 "badquery" => "Badly formed search query",
449 "badquerytext" => "We could not process your query.
450 This is probably because you have attempted to search for a
451 word fewer than three letters long, which is not yet supported.
452 It could also be that you have mistyped the expression, for
453 example \"fish and and scales\".
454 Please try another query.",
455 "matchtotals" => "The query \"$1\" matched $2 article titles
456 and the text of $3 articles.",
457 "nogomatch" => "No page with this exact title exists, trying full text search.",
458 "titlematches" => "Article title matches",
459 "notitlematches" => "No article title matches",
460 "textmatches" => "Article text matches",
461 "notextmatches" => "No article text matches",
462 "prevn" => "previous $1",
463 "nextn" => "next $1",
464 "viewprevnext" => "View ($1) ($2) ($3).",
465 "showingresults" => "Showing below <b>$1</b> results starting with #<b>$2</b>.",
466 "showingresultsnum" => "Showing below <b>$3</b> results starting with #<b>$2</b>.",
467 "nonefound" => "<strong>Note</strong>: unsuccessful searches are
468 often caused by searching for common words like \"have\" and \"from\",
469 which are not indexed, or by specifying more than one search term (only pages
470 containing all of the search terms will appear in the result).",
471 "powersearch" => "Search",
472 "powersearchtext" => "
473 Search in namespaces :<br>
474 $1<br>
475 $2 List redirects &nbsp; Search for $3 $9",
476
477
478 # Preferences page
479 #
480 "preferences" => "Preferences",
481 "prefsnologin" => "Not logged in",
482 "prefsnologintext" => "You must be <a href=\"" .
483 wfLocalUrl( "Special:Userlogin" ) . "\">logged in</a>
484 to set user preferences.",
485 "prefslogintext" => "You are logged in as \"$1\".
486 Your internal ID number is $2.
487
488 See [[Wikipedia:User preferences help]] for help deciphering the options.",
489 "prefsreset" => "Preferences have been reset from storage.",
490 "qbsettings" => "Quickbar settings",
491 "changepassword" => "Change password",
492 "skin" => "Skin",
493 "math" => "Rendering math",
494 "dateformat" => "Date format",
495 "math_failure" => "Failed to parse",
496 "math_unknown_error" => "unknown error",
497 "math_unknown_function" => "unknown function ",
498 "math_lexing_error" => "lexing error",
499 "math_syntax_error" => "syntax error",
500 "saveprefs" => "Save preferences",
501 "resetprefs" => "Reset preferences",
502 "oldpassword" => "Old password",
503 "newpassword" => "New password",
504 "retypenew" => "Retype new password",
505 "textboxsize" => "Editing",
506 "rows" => "Rows",
507 "columns" => "Columns",
508 "searchresultshead" => "Search result settings",
509 "resultsperpage" => "Hits to show per page",
510 "contextlines" => "Lines to show per hit",
511 "contextchars" => "Characters of context per line",
512 "stubthreshold" => "Threshold for stub display",
513 "recentchangescount" => "Number of titles in recent changes",
514 "savedprefs" => "Your preferences have been saved.",
515 "timezonetext" => "Enter number of hours your local time differs
516 from server time (UTC).",
517 "localtime" => "Local time display",
518 "timezoneoffset" => "Offset",
519 "servertime" => "Server time is now",
520 "guesstimezone" => "Fill in from browser",
521 "emailflag" => "Disable e-mail from other users",
522 "defaultns" => "Search in these namespaces by default:",
523
524 # Recent changes
525 #
526 "changes" => "changes",
527 "recentchanges" => "Recent changes",
528 "recentchangestext" => "Track the most recent changes to Wikipedia on this page.
529 [[Wikipedia:Welcome,_newcomers|Welcome, newcomers]]!
530 Please have a look at these pages: [[wikipedia:FAQ|Wikipedia FAQ]],
531 [[Wikipedia:Policies and guidelines|Wikipedia policy]]
532 (especially [[wikipedia:Naming conventions|naming conventions]],
533 [[wikipedia:Neutral point of view|neutral point of view]]),
534 and [[wikipedia:Most common Wikipedia faux pas|most common Wikipedia faux pas]].
535
536 If you want to see Wikipedia succeed, it's very important that you don't add
537 material restricted by others' [[wikipedia:Copyrights|copyrights]].
538 The legal liability could really hurt the project, so please don't do it.
539 See also the [http://meta.wikipedia.org/wiki/Special:Recentchanges recent meta discussion].",
540 "rcloaderr" => "Loading recent changes",
541 "rcnote" => "Below are the last <strong>$1</strong> changes in last <strong>$2</strong> days.",
542 "rcnotefrom" => "Below are the changes since <b>$2</b> (up to <b>$1</b> shown).",
543 "rclistfrom" => "Show new changes starting from $1",
544 # "rclinks" => "Show last $1 changes in last $2 hours / last $3 days",
545 # "rclinks" => "Show last $1 changes in last $2 days.",
546 "rclinks" => "Show last $1 changes in last $2 days; $3 minor edits",
547 "rchide" => "in $4 form; $1 minor edits; $2 secondary namespaces; $3 multiple edits.",
548 "rcliu" => "; $1 edits from logged in users",
549 "diff" => "diff",
550 "hist" => "hist",
551 "hide" => "hide",
552 "show" => "show",
553 "tableform" => "table",
554 "listform" => "list",
555 "nchanges" => "$1 changes",
556 "minoreditletter" => "M",
557 "newpageletter" => "N",
558
559 # Upload
560 #
561 "upload" => "Upload file",
562 "uploadbtn" => "Upload file",
563 "uploadlink" => "Upload images",
564 "reupload" => "Re-upload",
565 "reuploaddesc" => "Return to the upload form.",
566 "uploadnologin" => "Not logged in",
567 "uploadnologintext" => "You must be <a href=\"" .
568 wfLocalUrl( "Special:Userlogin" ) . "\">logged in</a>
569 to upload files.",
570 "uploadfile" => "Upload file",
571 "uploaderror" => "Upload error",
572 "uploadlog" => "upload log",
573 "uploadlogpage" => "Upload_log",
574 "uploadlogpagetext" => "Below is a list of the most recent file uploads.
575 All times shown are server time (UTC).
576 <ul>
577 </ul>
578 ",
579 "filename" => "Filename",
580 "filedesc" => "Summary",
581 "affirmation" => "I affirm that the copyright holder of this file
582 agrees to license it under the terms of the $1.",
583 "copyrightpage" => "Wikipedia:Copyrights",
584 "copyrightpagename" => "Wikipedia copyright",
585 "uploadedfiles" => "Uploaded files",
586 "noaffirmation" => "You must affirm that your upload does not violate
587 any copyrights.",
588 "ignorewarning" => "Ignore warning and save file anyway.",
589 "minlength" => "Image names must be at least three letters.",
590 "badfilename" => "Image name has been changed to \"$1\".",
591 "badfiletype" => "\".$1\" is not a recommended image file format.",
592 "largefile" => "It is recommended that images not exceed 100k in size.",
593 "successfulupload" => "Successful upload",
594 "fileuploaded" => "File \"$1\" uploaded successfully.
595 Please follow this link: ($2) to the description page and fill
596 in information about the file, such as where it came from, when it was
597 created and by whom, and anything else you may know about it.",
598 "uploadwarning" => "Upload warning",
599 "savefile" => "Save file",
600 "uploadedimage" => "uploaded \"$1\"",
601
602 # Image list
603 #
604 "imagelist" => "Image list",
605 "imagelisttext" => "Below is a list of $1 images sorted $2.",
606 "getimagelist" => "fetching image list",
607 "ilshowmatch" => "Show all images with names matching",
608 "ilsubmit" => "Search",
609 "showlast" => "Show last $1 images sorted $2.",
610 "all" => "all",
611 "byname" => "by name",
612 "bydate" => "by date",
613 "bysize" => "by size",
614 "imgdelete" => "del",
615 "imgdesc" => "desc",
616 "imglegend" => "Legend: (desc) = show/edit image description.",
617 "imghistory" => "Image history",
618 "revertimg" => "rev",
619 "deleteimg" => "del",
620 "deleteimgcompletely" => "del",
621 "imghistlegend" => "Legend: (cur) = this is the current image, (del) = delete
622 this old version, (rev) = revert to this old version.
623 <br><i>Click on date to see image uploaded on that date</i>.",
624 "imagelinks" => "Image links",
625 "linkstoimage" => "The following pages link to this image:",
626 "nolinkstoimage" => "There are no pages that link to this image.",
627
628 # Statistics
629 #
630 "statistics" => "Statistics",
631 "sitestats" => "Site statistics",
632 "userstats" => "User statistics",
633 "sitestatstext" => "There are <b>$1</b> total pages in the database.
634 This includes \"talk\" pages, pages about Wikipedia, minimal \"stub\"
635 pages, redirects, and others that probably don't qualify as articles.
636 Excluding those, there are <b>$2</b> pages that are probably legitimate
637 articles.<p>
638 There have been a total of <b>$3</b> page views, and <b>$4</b> page edits
639 since the software was upgraded (July 20, 2002).
640 That comes to <b>$5</b> average edits per page, and <b>$6</b> views per edit.",
641 "userstatstext" => "There are <b>$1</b> registered users.
642 <b>$2</b> of these are administrators (see $3).",
643
644 # Maintenance Page
645 #
646 "maintenance" => "Maintenance page",
647 "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 ;-)",
648 "maintenancebacklink" => "Back to Maintenance Page",
649 "disambiguations" => "Disambiguation pages",
650 "disambiguationspage" => "Wikipedia:Links_to_disambiguating_pages",
651 "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.",
652 "doubleredirects" => "Double Redirects",
653 "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.",
654 "brokenredirects" => "Broken Redirects",
655 "brokenredirectstext" => "The following redirects link to a non-existing article.",
656 "selflinks" => "Pages with Self Links",
657 "selflinkstext" => "The following pages contain a link to themselves, which they should not.",
658 "mispeelings" => "Pages with misspellings",
659 "mispeelingstext" => "The following pages contain a common misspelling, which are listed on $1. The correct spelling might be given (like this).",
660 "mispeelingspage" => "List of common misspellings",
661 "missinglanguagelinks" => "Missing Language Links",
662 "missinglanguagelinksbutton" => "Find missing language links for",
663 "missinglanguagelinkstext" => "These articles do <i>not</i> link to their counterpart in $1. Redirects and subpages are <i>not</i> shown.",
664
665
666 # Miscellaneous special pages
667 #
668 "orphans" => "Orphaned pages",
669 "lonelypages" => "Orphaned pages",
670 "unusedimages" => "Unused images",
671 "popularpages" => "Popular pages",
672 "nviews" => "$1 views",
673 "wantedpages" => "Wanted pages",
674 "nlinks" => "$1 links",
675 "allpages" => "All pages",
676 "randompage" => "Random page",
677 "shortpages" => "Short pages",
678 "longpages" => "Long pages",
679 "listusers" => "User list",
680 "specialpages" => "Special pages",
681 "spheading" => "Special pages",
682 "sysopspheading" => "Special pages for sysop use",
683 "developerspheading" => "Special pages for developer use",
684 "protectpage" => "Protect page",
685 "recentchangeslinked" => "Related changes",
686 "rclsub" => "(to pages linked from \"$1\")",
687 "debug" => "Debug",
688 "newpages" => "New pages",
689 "ancientpages" => "Oldest articles",
690 "intl" => "Interlanguage links",
691 "movethispage" => "Move this page",
692 "unusedimagestext" => "<p>Please note that other web sites
693 such as the international Wikipedias may link to an image with
694 a direct URL, and so may still be listed here despite being
695 in active use.",
696 "booksources" => "Book sources",
697 "booksourcetext" => "Below is a list of links to other sites that
698 sell new and used books, and may also have further information
699 about books you are looking for.
700 Wikipedia is not affiliated with any of these businesses, and
701 this list should not be construed as an endorsement.",
702 "alphaindexline" => "$1 to $2",
703
704 # Email this user
705 #
706 "mailnologin" => "No send address",
707 "mailnologintext" => "You must be <a href=\"" .
708 wfLocalUrl( "Special:Userlogin" ) . "\">logged in</a>
709 and have a valid e-mail address in your <a href=\"" .
710 wfLocalUrl( "Special:Preferences" ) . "\">preferences</a>
711 to send e-mail to other users.",
712 "emailuser" => "E-mail this user",
713 "emailpage" => "E-mail user",
714 "emailpagetext" => "If this user has entered a valid e-mail address in
715 his or her user preferences, the form below will send a single message.
716 The e-mail address you entered in your user preferences will appear
717 as the \"From\" address of the mail, so the recipient will be able
718 to reply.",
719 "noemailtitle" => "No e-mail address",
720 "noemailtext" => "This user has not specified a valid e-mail address,
721 or has chosen not to receive e-mail from other users.",
722 "emailfrom" => "From",
723 "emailto" => "To",
724 "emailsubject" => "Subject",
725 "emailmessage" => "Message",
726 "emailsend" => "Send",
727 "emailsent" => "E-mail sent",
728 "emailsenttext" => "Your e-mail message has been sent.",
729
730 # Watchlist
731 #
732 "watchlist" => "My watchlist",
733 "watchlistsub" => "(for user \"$1\")",
734 "nowatchlist" => "You have no items on your watchlist.",
735 "watchnologin" => "Not logged in",
736 "watchnologintext" => "You must be <a href=\"" .
737 wfLocalUrl( "Special:Userlogin" ) . "\">logged in</a>
738 to modify your watchlist.",
739 "addedwatch" => "Added to watchlist",
740 "addedwatchtext" => "The page \"$1\" has been added to your <a href=\"" .
741 wfLocalUrl( "Special:Watchlist" ) . "\">watchlist</a>.
742 Future changes to this page and its associated Talk page will be listed there,
743 and the page will appear <b>bolded</b> in the <a href=\"" .
744 wfLocalUrl( "Special:Recentchanges" ) . "\">list of recent changes</a> to
745 make it easier to pick out.</p>
746
747 <p>If you want to remove the page from your watchlist later, click \"Stop watching\" in the sidebar.",
748 "removedwatch" => "Removed from watchlist",
749 "removedwatchtext" => "The page \"$1\" has been removed from your watchlist.",
750 "watchthispage" => "Watch this page",
751 "unwatchthispage" => "Stop watching",
752 "notanarticle" => "Not an article",
753
754 # Delete/protect/revert
755 #
756 "deletepage" => "Delete page",
757 "confirm" => "Confirm",
758 "excontent" => "content was:",
759 "exbeforeblank" => "content before blanking was:",
760 "exblank" => "page was empty",
761 "confirmdelete" => "Confirm delete",
762 "deletesub" => "(Deleting \"$1\")",
763 "historywarning" => "Warning: The page you are about to delete has a history: ",
764 "confirmdeletetext" => "You are about to permanently delete a page
765 or image along with all of its history from the database.
766 Please confirm that you intend to do this, that you understand the
767 consequences, and that you are doing this in accordance with
768 [[Wikipedia:Policy]].",
769 "confirmcheck" => "Yes, I really want to delete this.",
770 "actioncomplete" => "Action complete",
771 "deletedtext" => "\"$1\" has been deleted.
772 See $2 for a record of recent deletions.",
773 "deletedarticle" => "deleted \"$1\"",
774 "dellogpage" => "Deletion_log",
775 "dellogpagetext" => "Below is a list of the most recent deletions.
776 All times shown are server time (UTC).
777 <ul>
778 </ul>
779 ",
780 "deletionlog" => "deletion log",
781 "reverted" => "Reverted to earlier revision",
782 "deletecomment" => "Reason for deletion",
783 "imagereverted" => "Revert to earlier version was successful.",
784 "rollback" => "Roll back edits",
785 "rollbacklink" => "rollback",
786 "rollbackfailed" => "Rollback failed",
787 "cantrollback" => "Cannot revert edit; last contributor is only author of this article.",
788 "alreadyrolled" => "Cannot rollback last edit of [[$1]]
789 by [[User:$2|$2]] ([[User talk:$2|Talk]]); someone else has edited or rolled back the article already.
790
791 Last edit was by [[User:$3|$3]] ([[User talk:$3|Talk]]). ",
792 # only shown if there is an edit comment
793 "editcomment" => "The edit comment was: \"<i>$1</i>\".",
794 "revertpage" => "Reverted to last edit by $1",
795
796 # Undelete
797 "undelete" => "Restore deleted page",
798 "undeletepage" => "View and restore deleted pages",
799 "undeletepagetext" => "The following pages have been deleted but are still in the archive and
800 can be restored. The archive may be periodically cleaned out.",
801 "undeletearticle" => "Restore deleted article",
802 "undeleterevisions" => "$1 revisions archived",
803 "undeletehistory" => "If you restore the page, all revisions will be restored to the history.
804 If a new page with the same name has been created since the deletion, the restored
805 revisions will appear in the prior history, and the current revision of the live page
806 will not be automatically replaced.",
807 "undeleterevision" => "Deleted revision as of $1",
808 "undeletebtn" => "Restore!",
809 "undeletedarticle" => "restored \"$1\"",
810 "undeletedtext" => "The article [[$1]] has been successfully restored.
811 See [[Wikipedia:Deletion_log]] for a record of recent deletions and restorations.",
812
813 # Contributions
814 #
815 "contributions" => "User contributions",
816 "mycontris" => "My contributions",
817 "contribsub" => "For $1",
818 "nocontribs" => "No changes were found matching these criteria.",
819 "ucnote" => "Below are this user's last <b>$1</b> changes in the last <b>$2</b> days.",
820 "uclinks" => "View the last $1 changes; view the last $2 days.",
821 "uctop" => " (top)" ,
822
823 # What links here
824 #
825 "whatlinkshere" => "What links here",
826 "notargettitle" => "No target",
827 "notargettext" => "You have not specified a target page or user
828 to perform this function on.",
829 "linklistsub" => "(List of links)",
830 "linkshere" => "The following pages link to here:",
831 "nolinkshere" => "No pages link to here.",
832 "isredirect" => "redirect page",
833
834 # Block/unblock IP
835 #
836 "blockip" => "Block IP address",
837 "blockiptext" => "Use the form below to block write access
838 from a specific IP address.
839 This should be done only only to prevent vandalism, and in
840 accordance with [[Wikipedia:Policy|Wikipedia policy]].
841 Fill in a specific reason below (for example, citing particular
842 pages that were vandalized).",
843 "ipaddress" => "IP Address",
844 "ipbreason" => "Reason",
845 "ipbsubmit" => "Block this address",
846 "badipaddress" => "The IP address is badly formed.",
847 "noblockreason" => "You must supply a reason for the block.",
848 "blockipsuccesssub" => "Block succeeded",
849 "blockipsuccesstext" => "The IP address \"$1\" has been blocked.
850 <br>See [[Special:Ipblocklist|IP block list]] to review blocks.",
851 "unblockip" => "Unblock IP address",
852 "unblockiptext" => "Use the form below to restore write access
853 to a previously blocked IP address.",
854 "ipusubmit" => "Unblock this address",
855 "ipusuccess" => "IP address \"$1\" unblocked",
856 "ipblocklist" => "List of blocked IP addresses",
857 "blocklistline" => "$1, $2 blocked $3",
858 "blocklink" => "block",
859 "unblocklink" => "unblock",
860 "contribslink" => "contribs",
861
862 # Developer tools
863 #
864 "lockdb" => "Lock database",
865 "unlockdb" => "Unlock database",
866 "lockdbtext" => "Locking the database will suspend the ability of all
867 users to edit pages, change their preferences, edit their watchlists, and
868 other things requiring changes in the database.
869 Please confirm that this is what you intend to do, and that you will
870 unlock the database when your maintenance is done.",
871 "unlockdbtext" => "Unlocking the database will restore the ability of all
872 users to edit pages, change their preferences, edit their watchlists, and
873 other things requiring changes in the database.
874 Please confirm that this is what you intend to do.",
875 "lockconfirm" => "Yes, I really want to lock the database.",
876 "unlockconfirm" => "Yes, I really want to unlock the database.",
877 "lockbtn" => "Lock database",
878 "unlockbtn" => "Unlock database",
879 "locknoconfirm" => "You did not check the confirmation box.",
880 "lockdbsuccesssub" => "Database lock succeeded",
881 "unlockdbsuccesssub" => "Database lock removed",
882 "lockdbsuccesstext" => "The Wikipedia database has been locked.
883 <br>Remember to remove the lock after your maintenance is complete.",
884 "unlockdbsuccesstext" => "The Wikipedia database has been unlocked.",
885
886 # SQL query
887 #
888 "asksql" => "SQL query",
889 "asksqltext" => "Use the form below to make a direct query of the
890 Wikipedia database.
891 Use single quotes ('like this') to delimit string literals.
892 This can often add considerable load to the server, so please use
893 this function sparingly.",
894 "sqlislogged" => "Please note that all queries are logged.",
895 "sqlquery" => "Enter query",
896 "querybtn" => "Submit query",
897 "selectonly" => "Queries other than \"SELECT\" are restricted to
898 Wikipedia developers.",
899 "querysuccessful" => "Query successful",
900
901 # Move page
902 #
903 "movepage" => "Move page",
904 "movepagetext" => "Using the form below will rename a page, moving all
905 of its history to the new name.
906 The old title will become a redirect page to the new title.
907 Links to the old page title will not be changed; be sure to
908 [[Special:Maintenance|check]] for double or broken redirects.
909 You are responsible for making sure that links continue to
910 point where they are supposed to go.
911
912 Note that the page will '''not''' be moved if there is already
913 a page at the new title, unless it is empty or a redirect and has no
914 past edit history. This means that you can rename a page back to where
915 it was just renamed from if you make a mistake, and you cannot overwrite
916 an existing page.
917
918 <b>WARNING!</b>
919 This can be a drastic and unexpected change for a popular page;
920 please be sure you understand the consequences of this before
921 proceeding.",
922 "movepagetalktext" => "The associated talk page, if any, will be automatically moved along with it '''unless:'''
923 *You are moving the page across namespaces,
924 *A non-empty talk page already exists under the new name, or
925 *You uncheck the box below.
926
927 In those cases, you will have to move or merge the page manually if desired.",
928 "movearticle" => "Move page",
929 "movenologin" => "Not logged in",
930 "movenologintext" => "You must be a registered user and <a href=\"" .
931 wfLocalUrl( "Special:Userlogin" ) . "\">logged in</a>
932 to move a page.",
933 "newtitle" => "To new title",
934 "movepagebtn" => "Move page",
935 "pagemovedsub" => "Move succeeded",
936 "pagemovedtext" => "Page \"[[$1]]\" moved to \"[[$2]]\".",
937 "articleexists" => "A page of that name already exists, or the
938 name you have chosen is not valid.
939 Please choose another name.",
940 "talkexists" => "The page itself was moved successfully, but the
941 talk page could not be moved because one already exists at the new
942 title. Please merge them manually.",
943 "movedto" => "moved to",
944 "movetalk" => "Move \"talk\" page as well, if applicable.",
945 "talkpagemoved" => "The corresponding talk page was also moved.",
946 "talkpagenotmoved" => "The corresponding talk page was <strong>not</strong> moved.",
947
948 );
949
950 require_once( "LanguageUtf8.php" );
951
952 class LanguageBn extends LanguageUtf8 {
953 function getNamespaces() {
954 global $wgNamespaceNamesBn;
955 return $wgNamespaceNamesBn;
956 }
957
958 function getNsText( $index ) {
959 global $wgNamespaceNamesBn;
960 return $wgNamespaceNamesBn[$index];
961 }
962
963 function getNsIndex( $text ) {
964 global $wgNamespaceNamesBn;
965
966 foreach ( $wgNamespaceNamesBn as $i => $n ) {
967 if ( 0 == strcasecmp( $n, $text ) ) { return $i; }
968 }
969 # fallback
970 return Language::getNsIndex( $text );
971 }
972
973 function getMessage( $key )
974 {
975 global $wgAllMessagesBn;
976 if(array_key_exists($key, $wgAllMessagesBn))
977 return $wgAllMessagesBn[$key];
978 else
979 return Language::getMessage($key);
980 }
981
982 }
983
984 ?>