Mass search and replace remaining wfLocalUrl() and wfLocalUrlE()
[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 "aboutsite" => "উইকিপেডিয়ার বৃত্তান্ত",
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 "tagline" => "উইকিপেডিয়া, মুক্ত বিশ্বকোষ থেকে",
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 "dberrortextcl" => "A database query syntax error has occurred.
255 The last attempted database query was:
256 \"$1\"
257 from within function \"$2\".
258 MySQL returned error \"$3: $4\".\n",
259 "noconnect" => "Could not connect to DB on $1",
260 "nodb" => "Could not select database $1",
261 "readonly" => "Database locked",
262 "enterlockreason" => "Enter a reason for the lock, including an estimate
263 of when the lock will be released",
264 "readonlytext" => "The Wikipedia database is currently locked to new
265 entries and other modifications, probably for routine database maintenance,
266 after which it will be back to normal.
267 The administrator who locked it offered this explanation:
268 <p>$1",
269 "missingarticle" => "The database did not find the text of a page
270 that it should have found, named \"$1\".
271
272 <p>This is usually caused by following an outdated diff or history link to a
273 page that has been deleted.
274
275 <p>If this is not the case, you may have found a bug in the software.
276 Please report this to an administrator, making note of the URL.",
277 "internalerror" => "Internal error",
278 "filecopyerror" => "Could not copy file \"$1\" to \"$2\".",
279 "filerenameerror" => "Could not rename file \"$1\" to \"$2\".",
280 "filedeleteerror" => "Could not delete file \"$1\".",
281 "filenotfound" => "Could not find file \"$1\".",
282 "unexpected" => "Unexpected value: \"$1\"=\"$2\".",
283 "formerror" => "Error: could not submit form",
284 "badarticleerror" => "This action cannot be performed on this page.",
285 "cannotdelete" => "Could not delete the page or image specified. (It may have already been deleted by someone else.)",
286 "badtitle" => "Bad title",
287 "badtitletext" => "The requested page title was invalid, empty, or
288 an incorrectly linked inter-language or inter-wiki title.",
289 "perfdisabled" => "Sorry! This feature has been temporarily disabled
290 because it slows the database down to the point that no one can use
291 the wiki.",
292 "perfdisabledsub" => "Here's a saved copy from $1:",
293
294 # Login and logout pages
295 #
296 "logouttitle" => "User logout",
297 "logouttext" => "You are now logged out.
298 You can continue to use Wikipedia anonymously, or you can log in
299 again as the same or as a different user.\n",
300
301 "welcomecreation" => "<h2>Welcome, $1!</h2><p>Your account has been created.
302 Don't forget to personalize your wikipedia preferences.",
303
304 "loginpagetitle" => "User login",
305 "yourname" => "Your user name",
306 "yourpassword" => "Your password",
307 "yourpasswordagain" => "Retype password",
308 "newusersonly" => " (new users only)",
309 "remembermypassword" => "Remember my password across sessions.",
310 "loginproblem" => "<b>There has been a problem with your login.</b><br>Try again!",
311 "alreadyloggedin" => "<font color=red><b>User $1, you are already logged in!</b></font><br>\n",
312
313 "areyounew" => "If you are new to Wikipedia and want to get a user account,
314 enter a user name, then type and re-type a password.
315 Your e-mail address is optional; if you lose your password you can request
316 that it be to the address you give.<br>\n",
317
318 "login" => "Log in",
319 "userlogin" => "Log in",
320 "logout" => "Log out",
321 "userlogout" => "Log out",
322 "notloggedin" => "Not logged in",
323 "createaccount" => "Create new account",
324 "badretype" => "The passwords you entered do not match.",
325 "userexists" => "The user name you entered is already in use. Please choose a different name.",
326 "youremail" => "Your e-mail*",
327 "yournick" => "Your nickname (for signatures)",
328 "emailforlost" => "* Entering an email address is optional. But it enables people to
329 contact you through the website without you having to reveal your
330 email address to them, and it also helps you if you forget your
331 password.",
332 "loginerror" => "Login error",
333 "noname" => "You have not specified a valid user name.",
334 "loginsuccesstitle" => "Login successful",
335 "loginsuccess" => "You are now logged in to Wikipedia as \"$1\".",
336 "nosuchuser" => "There is no user by the name \"$1\".
337 Check your spelling, or use the form below to create a new user account.",
338 "wrongpassword" => "The password you entered is incorrect. Please try again.",
339 "mailmypassword" => "Mail me a new password",
340 "passwordremindertitle" => "Password reminder from Wikipedia",
341 "passwordremindertext" => "Someone (probably you, from IP address $1)
342 requested that we send you a new Wikipedia login password.
343 The password for user \"$2\" is now \"$3\".
344 You should log in and change your password now.",
345 "noemail" => "There is no e-mail address recorded for user \"$1\".",
346 "passwordsent" => "A new password has been sent to the e-mail address
347 registered for \"$1\".
348 Please log in again after you receive it.",
349
350 # Edit pages
351 #
352 "summary" => "Summary",
353 "minoredit" => "This is a minor edit",
354 "watchthis" => "Watch this article",
355 "savearticle" => "Save page",
356 "preview" => "Preview",
357 "showpreview" => "Show preview",
358 "blockedtitle" => "User is blocked",
359 "blockedtext" => "Your user name or IP address has been blocked by $1.
360 The reason given is this:<br>''$2''<p>You may contact $1 or one of the other
361 [[Wikipedia:administrators|administrators]] to discuss the block.",
362 "newarticle" => "(New)",
363 "newarticletext" =>
364 "You've followed a link to a page that doesn't exist yet.
365 To create the page, start typing in the box below
366 (see the [[Wikipedia:Help|help page]] for more info).
367 If you are here by mistake, just click your browser's '''back''' button.",
368 "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.'' ",
369 "noarticletext" => "(There is currently no text in this page)",
370 "updated" => "(Updated)",
371 "note" => "<strong>Note:</strong> ",
372 "previewnote" => "Remember that this is only a preview, and has not yet been saved!",
373 "previewconflict" => "This preview reflects the text in the upper
374 text editing area as it will appear if you choose to save.",
375 "editing" => "Editing $1",
376 "sectionedit" => " (section)",
377 "editconflict" => "Edit conflict: $1",
378 "explainconflict" => "Someone else has changed this page since you
379 started editing it.
380 The upper text area contains the page text as it currently exists.
381 Your changes are shown in the lower text area.
382 You will have to merge your changes into the existing text.
383 <b>Only</b> the text in the upper text area will be saved when you
384 press \"Save page\".\n<p>",
385 "yourtext" => "Your text",
386 "storedversion" => "Stored version",
387 "editingold" => "<strong>WARNING: You are editing an out-of-date
388 revision of this page.
389 If you save it, any changes made since this revision will be lost.</strong>\n",
390 "yourdiff" => "Differences",
391 "copyrightwarning" => "Please note that all contributions to Wikipedia are
392 considered to be released under the GNU Free Documentation License
393 (see $1 for details).
394 If you don't want your writing to be edited mercilessly and redistributed
395 at will, then don't submit it here.<br>
396 You are also promising us that you wrote this yourself, or copied it from a
397 public domain or similar free resource.
398 <strong>DO NOT SUBMIT COPYRIGHTED WORK WITHOUT PERMISSION!</strong>",
399 "longpagewarning" => "WARNING: This page is $1 kilobytes long; some
400 browsers may have problems editing pages approaching or longer than 32kb.
401 Please consider breaking the page into smaller sections.",
402 "readonlywarning" => "WARNING: The database has been locked for maintenance,
403 so you will not be able to save your edits right now. You may wish to cut-n-paste
404 the text into a text file and save it for later.",
405 "protectedpagewarning" => "WARNING: This page has been locked so that only
406 users with sysop privileges can edit it. Be sure you are following the
407 <a href='/wiki/Wikipedia:Protected_page_guidelines'>protected page
408 guidelines</a>.",
409
410 # History pages
411 #
412 "revhistory" => "Revision history",
413 "nohistory" => "There is no edit history for this page.",
414 "revnotfound" => "Revision not found",
415 "revnotfoundtext" => "The old revision of the page you asked for could not be found.
416 Please check the URL you used to access this page.\n",
417 "loadhist" => "Loading page history",
418 "currentrev" => "Current revision",
419 "revisionasof" => "Revision as of $1",
420 "cur" => "cur",
421 "next" => "next",
422 "last" => "last",
423 "orig" => "orig",
424 "histlegend" => "Legend: (cur) = difference with current version,
425 (last) = difference with preceding version, M = minor edit",
426
427 # Diffs
428 #
429 "difference" => "(Difference between revisions)",
430 "loadingrev" => "loading revision for diff",
431 "lineno" => "Line $1:",
432 "editcurrent" => "Edit the current version of this page",
433
434 # Search results
435 #
436 "searchresults" => "Search results",
437 "searchresulttext" => "For more information about searching {{SITENAME}}, see [[Project:Searching|Searching {{SITENAME}}]].",
438 "searchquery" => "For query \"$1\"",
439 "badquery" => "Badly formed search query",
440 "badquerytext" => "We could not process your query.
441 This is probably because you have attempted to search for a
442 word fewer than three letters long, which is not yet supported.
443 It could also be that you have mistyped the expression, for
444 example \"fish and and scales\".
445 Please try another query.",
446 "matchtotals" => "The query \"$1\" matched $2 article titles
447 and the text of $3 articles.",
448 "nogomatch" => "No page with this exact title exists, trying full text search.",
449 "titlematches" => "Article title matches",
450 "notitlematches" => "No article title matches",
451 "textmatches" => "Article text matches",
452 "notextmatches" => "No article text matches",
453 "prevn" => "previous $1",
454 "nextn" => "next $1",
455 "viewprevnext" => "View ($1) ($2) ($3).",
456 "showingresults" => "Showing below <b>$1</b> results starting with #<b>$2</b>.",
457 "showingresultsnum" => "Showing below <b>$3</b> results starting with #<b>$2</b>.",
458 "nonefound" => "<strong>Note</strong>: unsuccessful searches are
459 often caused by searching for common words like \"have\" and \"from\",
460 which are not indexed, or by specifying more than one search term (only pages
461 containing all of the search terms will appear in the result).",
462 "powersearch" => "Search",
463 "powersearchtext" => "
464 Search in namespaces :<br>
465 $1<br>
466 $2 List redirects &nbsp; Search for $3 $9",
467
468
469 # Preferences page
470 #
471 "preferences" => "Preferences",
472 "prefsnologin" => "Not logged in",
473 "prefsnologintext" => "You must be <a href=\"" .
474 "{{localurle:Special:Userlogin}}\">logged in</a>
475 to set user preferences.",
476 "prefslogintext" => "You are logged in as \"$1\".
477 Your internal ID number is $2.
478
479 See [[Wikipedia:User preferences help]] for help deciphering the options.",
480 "prefsreset" => "Preferences have been reset from storage.",
481 "qbsettings" => "Quickbar settings",
482 "changepassword" => "Change password",
483 "skin" => "Skin",
484 "math" => "Rendering math",
485 "dateformat" => "Date format",
486 "math_failure" => "Failed to parse",
487 "math_unknown_error" => "unknown error",
488 "math_unknown_function" => "unknown function ",
489 "math_lexing_error" => "lexing error",
490 "math_syntax_error" => "syntax error",
491 "saveprefs" => "Save preferences",
492 "resetprefs" => "Reset preferences",
493 "oldpassword" => "Old password",
494 "newpassword" => "New password",
495 "retypenew" => "Retype new password",
496 "textboxsize" => "Editing",
497 "rows" => "Rows",
498 "columns" => "Columns",
499 "searchresultshead" => "Search result settings",
500 "resultsperpage" => "Hits to show per page",
501 "contextlines" => "Lines to show per hit",
502 "contextchars" => "Characters of context per line",
503 "stubthreshold" => "Threshold for stub display",
504 "recentchangescount" => "Number of titles in recent changes",
505 "savedprefs" => "Your preferences have been saved.",
506 "timezonetext" => "Enter number of hours your local time differs
507 from server time (UTC).",
508 "localtime" => "Local time display",
509 "timezoneoffset" => "Offset",
510 "servertime" => "Server time is now",
511 "guesstimezone" => "Fill in from browser",
512 "emailflag" => "Disable e-mail from other users",
513 "defaultns" => "Search in these namespaces by default:",
514
515 # Recent changes
516 #
517 "changes" => "changes",
518 "recentchanges" => "Recent changes",
519 "recentchangestext" => "Track the most recent changes to Wikipedia on this page.
520 [[Wikipedia:Welcome,_newcomers|Welcome, newcomers]]!
521 Please have a look at these pages: [[wikipedia:FAQ|Wikipedia FAQ]],
522 [[Wikipedia:Policies and guidelines|Wikipedia policy]]
523 (especially [[wikipedia:Naming conventions|naming conventions]],
524 [[wikipedia:Neutral point of view|neutral point of view]]),
525 and [[wikipedia:Most common Wikipedia faux pas|most common Wikipedia faux pas]].
526
527 If you want to see Wikipedia succeed, it's very important that you don't add
528 material restricted by others' [[wikipedia:Copyrights|copyrights]].
529 The legal liability could really hurt the project, so please don't do it.
530 See also the [http://meta.wikipedia.org/wiki/Special:Recentchanges recent meta discussion].",
531 "rcloaderr" => "Loading recent changes",
532 "rcnote" => "Below are the last <strong>$1</strong> changes in last <strong>$2</strong> days.",
533 "rcnotefrom" => "Below are the changes since <b>$2</b> (up to <b>$1</b> shown).",
534 "rclistfrom" => "Show new changes starting from $1",
535 # "rclinks" => "Show last $1 changes in last $2 hours / last $3 days",
536 # "rclinks" => "Show last $1 changes in last $2 days.",
537 "rclinks" => "Show last $1 changes in last $2 days; $3 minor edits",
538 "rchide" => "in $4 form; $1 minor edits; $2 secondary namespaces; $3 multiple edits.",
539 "rcliu" => "; $1 edits from logged in users",
540 "diff" => "diff",
541 "hist" => "hist",
542 "hide" => "hide",
543 "show" => "show",
544 "tableform" => "table",
545 "listform" => "list",
546 "nchanges" => "$1 changes",
547 "minoreditletter" => "M",
548 "newpageletter" => "N",
549
550 # Upload
551 #
552 "upload" => "Upload file",
553 "uploadbtn" => "Upload file",
554 "uploadlink" => "Upload images",
555 "reupload" => "Re-upload",
556 "reuploaddesc" => "Return to the upload form.",
557 "uploadnologin" => "Not logged in",
558 "uploadnologintext" => "You must be <a href=\"" .
559 "{{localurle:Special:Userlogin}}\">logged in</a>
560 to upload files.",
561 "uploadfile" => "Upload file",
562 "uploaderror" => "Upload error",
563 "uploadlog" => "upload log",
564 "uploadlogpage" => "Upload_log",
565 "uploadlogpagetext" => "Below is a list of the most recent file uploads.
566 All times shown are server time (UTC).
567 <ul>
568 </ul>
569 ",
570 "filename" => "Filename",
571 "filedesc" => "Summary",
572 "affirmation" => "I affirm that the copyright holder of this file
573 agrees to license it under the terms of the $1.",
574 "copyrightpage" => "Wikipedia:Copyrights",
575 "copyrightpagename" => "Wikipedia copyright",
576 "uploadedfiles" => "Uploaded files",
577 "noaffirmation" => "You must affirm that your upload does not violate
578 any copyrights.",
579 "ignorewarning" => "Ignore warning and save file anyway.",
580 "minlength" => "Image names must be at least three letters.",
581 "badfilename" => "Image name has been changed to \"$1\".",
582 "badfiletype" => "\".$1\" is not a recommended image file format.",
583 "largefile" => "It is recommended that images not exceed 100k in size.",
584 "successfulupload" => "Successful upload",
585 "fileuploaded" => "File \"$1\" uploaded successfully.
586 Please follow this link: ($2) to the description page and fill
587 in information about the file, such as where it came from, when it was
588 created and by whom, and anything else you may know about it.",
589 "uploadwarning" => "Upload warning",
590 "savefile" => "Save file",
591 "uploadedimage" => "uploaded \"$1\"",
592
593 # Image list
594 #
595 "imagelist" => "Image list",
596 "imagelisttext" => "Below is a list of $1 images sorted $2.",
597 "getimagelist" => "fetching image list",
598 "ilshowmatch" => "Show all images with names matching",
599 "ilsubmit" => "Search",
600 "showlast" => "Show last $1 images sorted $2.",
601 "all" => "all",
602 "byname" => "by name",
603 "bydate" => "by date",
604 "bysize" => "by size",
605 "imgdelete" => "del",
606 "imgdesc" => "desc",
607 "imglegend" => "Legend: (desc) = show/edit image description.",
608 "imghistory" => "Image history",
609 "revertimg" => "rev",
610 "deleteimg" => "del",
611 "deleteimgcompletely" => "del",
612 "imghistlegend" => "Legend: (cur) = this is the current image, (del) = delete
613 this old version, (rev) = revert to this old version.
614 <br><i>Click on date to see image uploaded on that date</i>.",
615 "imagelinks" => "Image links",
616 "linkstoimage" => "The following pages link to this image:",
617 "nolinkstoimage" => "There are no pages that link to this image.",
618
619 # Statistics
620 #
621 "statistics" => "Statistics",
622 "sitestats" => "Site statistics",
623 "userstats" => "User statistics",
624 "sitestatstext" => "There are <b>$1</b> total pages in the database.
625 This includes \"talk\" pages, pages about Wikipedia, minimal \"stub\"
626 pages, redirects, and others that probably don't qualify as articles.
627 Excluding those, there are <b>$2</b> pages that are probably legitimate
628 articles.<p>
629 There have been a total of <b>$3</b> page views, and <b>$4</b> page edits
630 since the software was upgraded (July 20, 2002).
631 That comes to <b>$5</b> average edits per page, and <b>$6</b> views per edit.",
632 "userstatstext" => "There are <b>$1</b> registered users.
633 <b>$2</b> of these are administrators (see $3).",
634
635 # Maintenance Page
636 #
637 "maintenance" => "Maintenance page",
638 "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 ;-)",
639 "maintenancebacklink" => "Back to Maintenance Page",
640 "disambiguations" => "Disambiguation pages",
641 "disambiguationspage" => "Wikipedia:Links_to_disambiguating_pages",
642 "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.",
643 "doubleredirects" => "Double Redirects",
644 "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.",
645 "brokenredirects" => "Broken Redirects",
646 "brokenredirectstext" => "The following redirects link to a non-existing article.",
647 "selflinks" => "Pages with Self Links",
648 "selflinkstext" => "The following pages contain a link to themselves, which they should not.",
649 "mispeelings" => "Pages with misspellings",
650 "mispeelingstext" => "The following pages contain a common misspelling, which are listed on $1. The correct spelling might be given (like this).",
651 "mispeelingspage" => "List of common misspellings",
652 "missinglanguagelinks" => "Missing Language Links",
653 "missinglanguagelinksbutton" => "Find missing language links for",
654 "missinglanguagelinkstext" => "These articles do <i>not</i> link to their counterpart in $1. Redirects and subpages are <i>not</i> shown.",
655
656
657 # Miscellaneous special pages
658 #
659 "orphans" => "Orphaned pages",
660 "lonelypages" => "Orphaned pages",
661 "unusedimages" => "Unused images",
662 "popularpages" => "Popular pages",
663 "nviews" => "$1 views",
664 "wantedpages" => "Wanted pages",
665 "nlinks" => "$1 links",
666 "allpages" => "All pages",
667 "randompage" => "Random page",
668 "shortpages" => "Short pages",
669 "longpages" => "Long pages",
670 "listusers" => "User list",
671 "specialpages" => "Special pages",
672 "spheading" => "Special pages",
673 "sysopspheading" => "Special pages for sysop use",
674 "developerspheading" => "Special pages for developer use",
675 "protectpage" => "Protect page",
676 "recentchangeslinked" => "Related changes",
677 "rclsub" => "(to pages linked from \"$1\")",
678 "debug" => "Debug",
679 "newpages" => "New pages",
680 "ancientpages" => "Oldest articles",
681 "intl" => "Interlanguage links",
682 "movethispage" => "Move this page",
683 "unusedimagestext" => "<p>Please note that other web sites
684 such as the international Wikipedias may link to an image with
685 a direct URL, and so may still be listed here despite being
686 in active use.",
687 "booksources" => "Book sources",
688 "booksourcetext" => "Below is a list of links to other sites that
689 sell new and used books, and may also have further information
690 about books you are looking for.
691 Wikipedia is not affiliated with any of these businesses, and
692 this list should not be construed as an endorsement.",
693 "alphaindexline" => "$1 to $2",
694
695 # Email this user
696 #
697 "mailnologin" => "No send address",
698 "mailnologintext" => "You must be <a href=\"" .
699 "{{localurle:Special:Userlogin}}\">logged in</a>
700 and have a valid e-mail address in your <a href=\"" .
701 "{{localurle:Special:Preferences}}\">preferences</a>
702 to send e-mail to other users.",
703 "emailuser" => "E-mail this user",
704 "emailpage" => "E-mail user",
705 "emailpagetext" => "If this user has entered a valid e-mail address in
706 his or her user preferences, the form below will send a single message.
707 The e-mail address you entered in your user preferences will appear
708 as the \"From\" address of the mail, so the recipient will be able
709 to reply.",
710 "noemailtitle" => "No e-mail address",
711 "noemailtext" => "This user has not specified a valid e-mail address,
712 or has chosen not to receive e-mail from other users.",
713 "emailfrom" => "From",
714 "emailto" => "To",
715 "emailsubject" => "Subject",
716 "emailmessage" => "Message",
717 "emailsend" => "Send",
718 "emailsent" => "E-mail sent",
719 "emailsenttext" => "Your e-mail message has been sent.",
720
721 # Watchlist
722 #
723 "watchlist" => "My watchlist",
724 "watchlistsub" => "(for user \"$1\")",
725 "nowatchlist" => "You have no items on your watchlist.",
726 "watchnologin" => "Not logged in",
727 "watchnologintext" => "You must be <a href=\"" .
728 "{{localurle:Special:Userlogin}}\">logged in</a>
729 to modify your watchlist.",
730 "addedwatch" => "Added to watchlist",
731 "addedwatchtext" => "The page \"$1\" has been added to your <a href=\"" .
732 "{{localurle:Special:Watchlist}}\">watchlist</a>.
733 Future changes to this page and its associated Talk page will be listed there,
734 and the page will appear <b>bolded</b> in the <a href=\"" .
735 "{{localurle:Special:Recentchanges}}\">list of recent changes</a> to
736 make it easier to pick out.</p>
737
738 <p>If you want to remove the page from your watchlist later, click \"Stop watching\" in the sidebar.",
739 "removedwatch" => "Removed from watchlist",
740 "removedwatchtext" => "The page \"$1\" has been removed from your watchlist.",
741 "watchthispage" => "Watch this page",
742 "unwatchthispage" => "Stop watching",
743 "notanarticle" => "Not an article",
744
745 # Delete/protect/revert
746 #
747 "deletepage" => "Delete page",
748 "confirm" => "Confirm",
749 "excontent" => "content was:",
750 "exbeforeblank" => "content before blanking was:",
751 "exblank" => "page was empty",
752 "confirmdelete" => "Confirm delete",
753 "deletesub" => "(Deleting \"$1\")",
754 "historywarning" => "Warning: The page you are about to delete has a history: ",
755 "confirmdeletetext" => "You are about to permanently delete a page
756 or image along with all of its history from the database.
757 Please confirm that you intend to do this, that you understand the
758 consequences, and that you are doing this in accordance with
759 [[Wikipedia:Policy]].",
760 "confirmcheck" => "Yes, I really want to delete this.",
761 "actioncomplete" => "Action complete",
762 "deletedtext" => "\"$1\" has been deleted.
763 See $2 for a record of recent deletions.",
764 "deletedarticle" => "deleted \"$1\"",
765 "dellogpage" => "Deletion_log",
766 "dellogpagetext" => "Below is a list of the most recent deletions.
767 All times shown are server time (UTC).
768 <ul>
769 </ul>
770 ",
771 "deletionlog" => "deletion log",
772 "reverted" => "Reverted to earlier revision",
773 "deletecomment" => "Reason for deletion",
774 "imagereverted" => "Revert to earlier version was successful.",
775 "rollback" => "Roll back edits",
776 "rollbacklink" => "rollback",
777 "rollbackfailed" => "Rollback failed",
778 "cantrollback" => "Cannot revert edit; last contributor is only author of this article.",
779 "alreadyrolled" => "Cannot rollback last edit of [[$1]]
780 by [[User:$2|$2]] ([[User talk:$2|Talk]]); someone else has edited or rolled back the article already.
781
782 Last edit was by [[User:$3|$3]] ([[User talk:$3|Talk]]). ",
783 # only shown if there is an edit comment
784 "editcomment" => "The edit comment was: \"<i>$1</i>\".",
785 "revertpage" => "Reverted to last edit by $1",
786
787 # Undelete
788 "undelete" => "Restore deleted page",
789 "undeletepage" => "View and restore deleted pages",
790 "undeletepagetext" => "The following pages have been deleted but are still in the archive and
791 can be restored. The archive may be periodically cleaned out.",
792 "undeletearticle" => "Restore deleted article",
793 "undeleterevisions" => "$1 revisions archived",
794 "undeletehistory" => "If you restore the page, all revisions will be restored to the history.
795 If a new page with the same name has been created since the deletion, the restored
796 revisions will appear in the prior history, and the current revision of the live page
797 will not be automatically replaced.",
798 "undeleterevision" => "Deleted revision as of $1",
799 "undeletebtn" => "Restore!",
800 "undeletedarticle" => "restored \"$1\"",
801 "undeletedtext" => "The article [[$1]] has been successfully restored.
802 See [[Wikipedia:Deletion_log]] for a record of recent deletions and restorations.",
803
804 # Contributions
805 #
806 "contributions" => "User contributions",
807 "mycontris" => "My contributions",
808 "contribsub" => "For $1",
809 "nocontribs" => "No changes were found matching these criteria.",
810 "ucnote" => "Below are this user's last <b>$1</b> changes in the last <b>$2</b> days.",
811 "uclinks" => "View the last $1 changes; view the last $2 days.",
812 "uctop" => " (top)" ,
813
814 # What links here
815 #
816 "whatlinkshere" => "What links here",
817 "notargettitle" => "No target",
818 "notargettext" => "You have not specified a target page or user
819 to perform this function on.",
820 "linklistsub" => "(List of links)",
821 "linkshere" => "The following pages link to here:",
822 "nolinkshere" => "No pages link to here.",
823 "isredirect" => "redirect page",
824
825 # Block/unblock IP
826 #
827 "blockip" => "Block IP address",
828 "blockiptext" => "Use the form below to block write access
829 from a specific IP address.
830 This should be done only only to prevent vandalism, and in
831 accordance with [[Wikipedia:Policy|Wikipedia policy]].
832 Fill in a specific reason below (for example, citing particular
833 pages that were vandalized).",
834 "ipaddress" => "IP Address",
835 "ipbreason" => "Reason",
836 "ipbsubmit" => "Block this address",
837 "badipaddress" => "The IP address is badly formed.",
838 "noblockreason" => "You must supply a reason for the block.",
839 "blockipsuccesssub" => "Block succeeded",
840 "blockipsuccesstext" => "The IP address \"$1\" has been blocked.
841 <br>See [[Special:Ipblocklist|IP block list]] to review blocks.",
842 "unblockip" => "Unblock IP address",
843 "unblockiptext" => "Use the form below to restore write access
844 to a previously blocked IP address.",
845 "ipusubmit" => "Unblock this address",
846 "ipusuccess" => "IP address \"$1\" unblocked",
847 "ipblocklist" => "List of blocked IP addresses",
848 "blocklistline" => "$1, $2 blocked $3",
849 "blocklink" => "block",
850 "unblocklink" => "unblock",
851 "contribslink" => "contribs",
852
853 # Developer tools
854 #
855 "lockdb" => "Lock database",
856 "unlockdb" => "Unlock database",
857 "lockdbtext" => "Locking the database will suspend the ability of all
858 users to edit pages, change their preferences, edit their watchlists, and
859 other things requiring changes in the database.
860 Please confirm that this is what you intend to do, and that you will
861 unlock the database when your maintenance is done.",
862 "unlockdbtext" => "Unlocking the database will restore the ability of all
863 users to edit pages, change their preferences, edit their watchlists, and
864 other things requiring changes in the database.
865 Please confirm that this is what you intend to do.",
866 "lockconfirm" => "Yes, I really want to lock the database.",
867 "unlockconfirm" => "Yes, I really want to unlock the database.",
868 "lockbtn" => "Lock database",
869 "unlockbtn" => "Unlock database",
870 "locknoconfirm" => "You did not check the confirmation box.",
871 "lockdbsuccesssub" => "Database lock succeeded",
872 "unlockdbsuccesssub" => "Database lock removed",
873 "lockdbsuccesstext" => "The Wikipedia database has been locked.
874 <br>Remember to remove the lock after your maintenance is complete.",
875 "unlockdbsuccesstext" => "The Wikipedia database has been unlocked.",
876
877 # SQL query
878 #
879 "asksql" => "SQL query",
880 "asksqltext" => "Use the form below to make a direct query of the
881 Wikipedia database.
882 Use single quotes ('like this') to delimit string literals.
883 This can often add considerable load to the server, so please use
884 this function sparingly.",
885 "sqlislogged" => "Please note that all queries are logged.",
886 "sqlquery" => "Enter query",
887 "querybtn" => "Submit query",
888 "selectonly" => "Queries other than \"SELECT\" are restricted to
889 Wikipedia developers.",
890 "querysuccessful" => "Query successful",
891
892 # Move page
893 #
894 "movepage" => "Move page",
895 "movepagetext" => "Using the form below will rename a page, moving all
896 of its history to the new name.
897 The old title will become a redirect page to the new title.
898 Links to the old page title will not be changed; be sure to
899 [[Special:Maintenance|check]] for double or broken redirects.
900 You are responsible for making sure that links continue to
901 point where they are supposed to go.
902
903 Note that the page will '''not''' be moved if there is already
904 a page at the new title, unless it is empty or a redirect and has no
905 past edit history. This means that you can rename a page back to where
906 it was just renamed from if you make a mistake, and you cannot overwrite
907 an existing page.
908
909 <b>WARNING!</b>
910 This can be a drastic and unexpected change for a popular page;
911 please be sure you understand the consequences of this before
912 proceeding.",
913 "movepagetalktext" => "The associated talk page, if any, will be automatically moved along with it '''unless:'''
914 *You are moving the page across namespaces,
915 *A non-empty talk page already exists under the new name, or
916 *You uncheck the box below.
917
918 In those cases, you will have to move or merge the page manually if desired.",
919 "movearticle" => "Move page",
920 "movenologin" => "Not logged in",
921 "movenologintext" => "You must be a registered user and <a href=\"" .
922 "{{localurle:Special:Userlogin}}\">logged in</a>
923 to move a page.",
924 "newtitle" => "To new title",
925 "movepagebtn" => "Move page",
926 "pagemovedsub" => "Move succeeded",
927 "pagemovedtext" => "Page \"[[$1]]\" moved to \"[[$2]]\".",
928 "articleexists" => "A page of that name already exists, or the
929 name you have chosen is not valid.
930 Please choose another name.",
931 "talkexists" => "The page itself was moved successfully, but the
932 talk page could not be moved because one already exists at the new
933 title. Please merge them manually.",
934 "movedto" => "moved to",
935 "movetalk" => "Move \"talk\" page as well, if applicable.",
936 "talkpagemoved" => "The corresponding talk page was also moved.",
937 "talkpagenotmoved" => "The corresponding talk page was <strong>not</strong> moved.",
938
939 );
940
941 require_once( "LanguageUtf8.php" );
942
943 class LanguageBn extends LanguageUtf8 {
944 function getNamespaces() {
945 global $wgNamespaceNamesBn;
946 return $wgNamespaceNamesBn;
947 }
948
949 function getNsText( $index ) {
950 global $wgNamespaceNamesBn;
951 return $wgNamespaceNamesBn[$index];
952 }
953
954 function getNsIndex( $text ) {
955 global $wgNamespaceNamesBn;
956
957 foreach ( $wgNamespaceNamesBn as $i => $n ) {
958 if ( 0 == strcasecmp( $n, $text ) ) { return $i; }
959 }
960 # fallback
961 return Language::getNsIndex( $text );
962 }
963
964 function getMessage( $key )
965 {
966 global $wgAllMessagesBn;
967 if(array_key_exists($key, $wgAllMessagesBn))
968 return $wgAllMessagesBn[$key];
969 else
970 return Language::getMessage($key);
971 }
972
973 }
974
975 ?>