added a postfix and prefix to the Special:Version page. Can be used for translations...
[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 http://www.wikipedia.org)",
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 "uploadtext" => "<strong>STOP!</strong> Before you upload here,
573 make sure to read and follow Wikipedia's <a href=\"" .
574 wfLocalUrlE( "Wikipedia:Image_use_policy" ) . "\">image use policy</a>.
575 <p>To view or search previously uploaded images,
576 go to the <a href=\"" . wfLocalUrlE( "Special:Imagelist" ) .
577 "\">list of uploaded images</a>.
578 Uploads and deletions are logged on the <a href=\"" .
579 wfLocalUrlE( "Wikipedia:Upload_log" ) . "\">upload log</a>.
580 <p>Use the form below to upload new image files for use in
581 illustrating your articles.
582 On most browsers, you will see a \"Browse...\" button, which will
583 bring up your operating system's standard file open dialog.
584 Choosing a file will fill the name of that file into the text
585 field next to the button.
586 You must also check the box affirming that you are not
587 violating any copyrights by uploading the file.
588 Press the \"Upload\" button to finish the upload.
589 This may take some time if you have a slow internet connection.
590 <p>The preferred formats are JPEG for photographic images, PNG
591 for drawings and other iconic images, and OGG for sounds.
592 Please name your files descriptively to avoid confusion.
593 To include the image in an article, use a link in the form
594 <b>[[image:file.jpg]]</b> or <b>[[image:file.png|alt text]]</b>
595 or <b>[[media:file.ogg]]</b> for sounds.
596 <p>Please note that as with Wikipedia pages, others may edit or
597 delete your uploads if they think it serves the encyclopedia, and
598 you may be blocked from uploading if you abuse the system.",
599 "uploadlog" => "upload log",
600 "uploadlogpage" => "Upload_log",
601 "uploadlogpagetext" => "Below is a list of the most recent file uploads.
602 All times shown are server time (UTC).
603 <ul>
604 </ul>
605 ",
606 "filename" => "Filename",
607 "filedesc" => "Summary",
608 "affirmation" => "I affirm that the copyright holder of this file
609 agrees to license it under the terms of the $1.",
610 "copyrightpage" => "Wikipedia:Copyrights",
611 "copyrightpagename" => "Wikipedia copyright",
612 "uploadedfiles" => "Uploaded files",
613 "noaffirmation" => "You must affirm that your upload does not violate
614 any copyrights.",
615 "ignorewarning" => "Ignore warning and save file anyway.",
616 "minlength" => "Image names must be at least three letters.",
617 "badfilename" => "Image name has been changed to \"$1\".",
618 "badfiletype" => "\".$1\" is not a recommended image file format.",
619 "largefile" => "It is recommended that images not exceed 100k in size.",
620 "successfulupload" => "Successful upload",
621 "fileuploaded" => "File \"$1\" uploaded successfully.
622 Please follow this link: ($2) to the description page and fill
623 in information about the file, such as where it came from, when it was
624 created and by whom, and anything else you may know about it.",
625 "uploadwarning" => "Upload warning",
626 "savefile" => "Save file",
627 "uploadedimage" => "uploaded \"$1\"",
628
629 # Image list
630 #
631 "imagelist" => "Image list",
632 "imagelisttext" => "Below is a list of $1 images sorted $2.",
633 "getimagelist" => "fetching image list",
634 "ilshowmatch" => "Show all images with names matching",
635 "ilsubmit" => "Search",
636 "showlast" => "Show last $1 images sorted $2.",
637 "all" => "all",
638 "byname" => "by name",
639 "bydate" => "by date",
640 "bysize" => "by size",
641 "imgdelete" => "del",
642 "imgdesc" => "desc",
643 "imglegend" => "Legend: (desc) = show/edit image description.",
644 "imghistory" => "Image history",
645 "revertimg" => "rev",
646 "deleteimg" => "del",
647 "deleteimgcompletely" => "del",
648 "imghistlegend" => "Legend: (cur) = this is the current image, (del) = delete
649 this old version, (rev) = revert to this old version.
650 <br><i>Click on date to see image uploaded on that date</i>.",
651 "imagelinks" => "Image links",
652 "linkstoimage" => "The following pages link to this image:",
653 "nolinkstoimage" => "There are no pages that link to this image.",
654
655 # Statistics
656 #
657 "statistics" => "Statistics",
658 "sitestats" => "Site statistics",
659 "userstats" => "User statistics",
660 "sitestatstext" => "There are <b>$1</b> total pages in the database.
661 This includes \"talk\" pages, pages about Wikipedia, minimal \"stub\"
662 pages, redirects, and others that probably don't qualify as articles.
663 Excluding those, there are <b>$2</b> pages that are probably legitimate
664 articles.<p>
665 There have been a total of <b>$3</b> page views, and <b>$4</b> page edits
666 since the software was upgraded (July 20, 2002).
667 That comes to <b>$5</b> average edits per page, and <b>$6</b> views per edit.",
668 "userstatstext" => "There are <b>$1</b> registered users.
669 <b>$2</b> of these are administrators (see $3).",
670
671 # Maintenance Page
672 #
673 "maintenance" => "Maintenance page",
674 "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 ;-)",
675 "maintenancebacklink" => "Back to Maintenance Page",
676 "disambiguations" => "Disambiguation pages",
677 "disambiguationspage" => "Wikipedia:Links_to_disambiguating_pages",
678 "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.",
679 "doubleredirects" => "Double Redirects",
680 "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.",
681 "brokenredirects" => "Broken Redirects",
682 "brokenredirectstext" => "The following redirects link to a non-existing article.",
683 "selflinks" => "Pages with Self Links",
684 "selflinkstext" => "The following pages contain a link to themselves, which they should not.",
685 "mispeelings" => "Pages with misspellings",
686 "mispeelingstext" => "The following pages contain a common misspelling, which are listed on $1. The correct spelling might be given (like this).",
687 "mispeelingspage" => "List of common misspellings",
688 "missinglanguagelinks" => "Missing Language Links",
689 "missinglanguagelinksbutton" => "Find missing language links for",
690 "missinglanguagelinkstext" => "These articles do <i>not</i> link to their counterpart in $1. Redirects and subpages are <i>not</i> shown.",
691
692
693 # Miscellaneous special pages
694 #
695 "orphans" => "Orphaned pages",
696 "lonelypages" => "Orphaned pages",
697 "unusedimages" => "Unused images",
698 "popularpages" => "Popular pages",
699 "nviews" => "$1 views",
700 "wantedpages" => "Wanted pages",
701 "nlinks" => "$1 links",
702 "allpages" => "All pages",
703 "randompage" => "Random page",
704 "shortpages" => "Short pages",
705 "longpages" => "Long pages",
706 "listusers" => "User list",
707 "specialpages" => "Special pages",
708 "spheading" => "Special pages",
709 "sysopspheading" => "Special pages for sysop use",
710 "developerspheading" => "Special pages for developer use",
711 "protectpage" => "Protect page",
712 "recentchangeslinked" => "Related changes",
713 "rclsub" => "(to pages linked from \"$1\")",
714 "debug" => "Debug",
715 "newpages" => "New pages",
716 "ancientpages" => "Oldest articles",
717 "intl" => "Interlanguage links",
718 "movethispage" => "Move this page",
719 "unusedimagestext" => "<p>Please note that other web sites
720 such as the international Wikipedias may link to an image with
721 a direct URL, and so may still be listed here despite being
722 in active use.",
723 "booksources" => "Book sources",
724 "booksourcetext" => "Below is a list of links to other sites that
725 sell new and used books, and may also have further information
726 about books you are looking for.
727 Wikipedia is not affiliated with any of these businesses, and
728 this list should not be construed as an endorsement.",
729 "alphaindexline" => "$1 to $2",
730
731 # Email this user
732 #
733 "mailnologin" => "No send address",
734 "mailnologintext" => "You must be <a href=\"" .
735 wfLocalUrl( "Special:Userlogin" ) . "\">logged in</a>
736 and have a valid e-mail address in your <a href=\"" .
737 wfLocalUrl( "Special:Preferences" ) . "\">preferences</a>
738 to send e-mail to other users.",
739 "emailuser" => "E-mail this user",
740 "emailpage" => "E-mail user",
741 "emailpagetext" => "If this user has entered a valid e-mail address in
742 his or her user preferences, the form below will send a single message.
743 The e-mail address you entered in your user preferences will appear
744 as the \"From\" address of the mail, so the recipient will be able
745 to reply.",
746 "noemailtitle" => "No e-mail address",
747 "noemailtext" => "This user has not specified a valid e-mail address,
748 or has chosen not to receive e-mail from other users.",
749 "emailfrom" => "From",
750 "emailto" => "To",
751 "emailsubject" => "Subject",
752 "emailmessage" => "Message",
753 "emailsend" => "Send",
754 "emailsent" => "E-mail sent",
755 "emailsenttext" => "Your e-mail message has been sent.",
756
757 # Watchlist
758 #
759 "watchlist" => "My watchlist",
760 "watchlistsub" => "(for user \"$1\")",
761 "nowatchlist" => "You have no items on your watchlist.",
762 "watchnologin" => "Not logged in",
763 "watchnologintext" => "You must be <a href=\"" .
764 wfLocalUrl( "Special:Userlogin" ) . "\">logged in</a>
765 to modify your watchlist.",
766 "addedwatch" => "Added to watchlist",
767 "addedwatchtext" => "The page \"$1\" has been added to your <a href=\"" .
768 wfLocalUrl( "Special:Watchlist" ) . "\">watchlist</a>.
769 Future changes to this page and its associated Talk page will be listed there,
770 and the page will appear <b>bolded</b> in the <a href=\"" .
771 wfLocalUrl( "Special:Recentchanges" ) . "\">list of recent changes</a> to
772 make it easier to pick out.</p>
773
774 <p>If you want to remove the page from your watchlist later, click \"Stop watching\" in the sidebar.",
775 "removedwatch" => "Removed from watchlist",
776 "removedwatchtext" => "The page \"$1\" has been removed from your watchlist.",
777 "watchthispage" => "Watch this page",
778 "unwatchthispage" => "Stop watching",
779 "notanarticle" => "Not an article",
780
781 # Delete/protect/revert
782 #
783 "deletepage" => "Delete page",
784 "confirm" => "Confirm",
785 "excontent" => "content was:",
786 "exbeforeblank" => "content before blanking was:",
787 "exblank" => "page was empty",
788 "confirmdelete" => "Confirm delete",
789 "deletesub" => "(Deleting \"$1\")",
790 "historywarning" => "Warning: The page you are about to delete has a history: ",
791 "confirmdeletetext" => "You are about to permanently delete a page
792 or image along with all of its history from the database.
793 Please confirm that you intend to do this, that you understand the
794 consequences, and that you are doing this in accordance with
795 [[Wikipedia:Policy]].",
796 "confirmcheck" => "Yes, I really want to delete this.",
797 "actioncomplete" => "Action complete",
798 "deletedtext" => "\"$1\" has been deleted.
799 See $2 for a record of recent deletions.",
800 "deletedarticle" => "deleted \"$1\"",
801 "dellogpage" => "Deletion_log",
802 "dellogpagetext" => "Below is a list of the most recent deletions.
803 All times shown are server time (UTC).
804 <ul>
805 </ul>
806 ",
807 "deletionlog" => "deletion log",
808 "reverted" => "Reverted to earlier revision",
809 "deletecomment" => "Reason for deletion",
810 "imagereverted" => "Revert to earlier version was successful.",
811 "rollback" => "Roll back edits",
812 "rollbacklink" => "rollback",
813 "rollbackfailed" => "Rollback failed",
814 "cantrollback" => "Cannot revert edit; last contributor is only author of this article.",
815 "alreadyrolled" => "Cannot rollback last edit of [[$1]]
816 by [[User:$2|$2]] ([[User talk:$2|Talk]]); someone else has edited or rolled back the article already.
817
818 Last edit was by [[User:$3|$3]] ([[User talk:$3|Talk]]). ",
819 # only shown if there is an edit comment
820 "editcomment" => "The edit comment was: \"<i>$1</i>\".",
821 "revertpage" => "Reverted to last edit by $1",
822
823 # Undelete
824 "undelete" => "Restore deleted page",
825 "undeletepage" => "View and restore deleted pages",
826 "undeletepagetext" => "The following pages have been deleted but are still in the archive and
827 can be restored. The archive may be periodically cleaned out.",
828 "undeletearticle" => "Restore deleted article",
829 "undeleterevisions" => "$1 revisions archived",
830 "undeletehistory" => "If you restore the page, all revisions will be restored to the history.
831 If a new page with the same name has been created since the deletion, the restored
832 revisions will appear in the prior history, and the current revision of the live page
833 will not be automatically replaced.",
834 "undeleterevision" => "Deleted revision as of $1",
835 "undeletebtn" => "Restore!",
836 "undeletedarticle" => "restored \"$1\"",
837 "undeletedtext" => "The article [[$1]] has been successfully restored.
838 See [[Wikipedia:Deletion_log]] for a record of recent deletions and restorations.",
839
840 # Contributions
841 #
842 "contributions" => "User contributions",
843 "mycontris" => "My contributions",
844 "contribsub" => "For $1",
845 "nocontribs" => "No changes were found matching these criteria.",
846 "ucnote" => "Below are this user's last <b>$1</b> changes in the last <b>$2</b> days.",
847 "uclinks" => "View the last $1 changes; view the last $2 days.",
848 "uctop" => " (top)" ,
849
850 # What links here
851 #
852 "whatlinkshere" => "What links here",
853 "notargettitle" => "No target",
854 "notargettext" => "You have not specified a target page or user
855 to perform this function on.",
856 "linklistsub" => "(List of links)",
857 "linkshere" => "The following pages link to here:",
858 "nolinkshere" => "No pages link to here.",
859 "isredirect" => "redirect page",
860
861 # Block/unblock IP
862 #
863 "blockip" => "Block IP address",
864 "blockiptext" => "Use the form below to block write access
865 from a specific IP address.
866 This should be done only only to prevent vandalism, and in
867 accordance with [[Wikipedia:Policy|Wikipedia policy]].
868 Fill in a specific reason below (for example, citing particular
869 pages that were vandalized).",
870 "ipaddress" => "IP Address",
871 "ipbreason" => "Reason",
872 "ipbsubmit" => "Block this address",
873 "badipaddress" => "The IP address is badly formed.",
874 "noblockreason" => "You must supply a reason for the block.",
875 "blockipsuccesssub" => "Block succeeded",
876 "blockipsuccesstext" => "The IP address \"$1\" has been blocked.
877 <br>See [[Special:Ipblocklist|IP block list]] to review blocks.",
878 "unblockip" => "Unblock IP address",
879 "unblockiptext" => "Use the form below to restore write access
880 to a previously blocked IP address.",
881 "ipusubmit" => "Unblock this address",
882 "ipusuccess" => "IP address \"$1\" unblocked",
883 "ipblocklist" => "List of blocked IP addresses",
884 "blocklistline" => "$1, $2 blocked $3",
885 "blocklink" => "block",
886 "unblocklink" => "unblock",
887 "contribslink" => "contribs",
888
889 # Developer tools
890 #
891 "lockdb" => "Lock database",
892 "unlockdb" => "Unlock database",
893 "lockdbtext" => "Locking the database will suspend the ability of all
894 users to edit pages, change their preferences, edit their watchlists, and
895 other things requiring changes in the database.
896 Please confirm that this is what you intend to do, and that you will
897 unlock the database when your maintenance is done.",
898 "unlockdbtext" => "Unlocking the database will restore the ability of all
899 users to edit pages, change their preferences, edit their watchlists, and
900 other things requiring changes in the database.
901 Please confirm that this is what you intend to do.",
902 "lockconfirm" => "Yes, I really want to lock the database.",
903 "unlockconfirm" => "Yes, I really want to unlock the database.",
904 "lockbtn" => "Lock database",
905 "unlockbtn" => "Unlock database",
906 "locknoconfirm" => "You did not check the confirmation box.",
907 "lockdbsuccesssub" => "Database lock succeeded",
908 "unlockdbsuccesssub" => "Database lock removed",
909 "lockdbsuccesstext" => "The Wikipedia database has been locked.
910 <br>Remember to remove the lock after your maintenance is complete.",
911 "unlockdbsuccesstext" => "The Wikipedia database has been unlocked.",
912
913 # SQL query
914 #
915 "asksql" => "SQL query",
916 "asksqltext" => "Use the form below to make a direct query of the
917 Wikipedia database.
918 Use single quotes ('like this') to delimit string literals.
919 This can often add considerable load to the server, so please use
920 this function sparingly.",
921 "sqlislogged" => "Please note that all queries are logged.",
922 "sqlquery" => "Enter query",
923 "querybtn" => "Submit query",
924 "selectonly" => "Queries other than \"SELECT\" are restricted to
925 Wikipedia developers.",
926 "querysuccessful" => "Query successful",
927
928 # Move page
929 #
930 "movepage" => "Move page",
931 "movepagetext" => "Using the form below will rename a page, moving all
932 of its history to the new name.
933 The old title will become a redirect page to the new title.
934 Links to the old page title will not be changed; be sure to
935 [[Special:Maintenance|check]] for double or broken redirects.
936 You are responsible for making sure that links continue to
937 point where they are supposed to go.
938
939 Note that the page will '''not''' be moved if there is already
940 a page at the new title, unless it is empty or a redirect and has no
941 past edit history. This means that you can rename a page back to where
942 it was just renamed from if you make a mistake, and you cannot overwrite
943 an existing page.
944
945 <b>WARNING!</b>
946 This can be a drastic and unexpected change for a popular page;
947 please be sure you understand the consequences of this before
948 proceeding.",
949 "movepagetalktext" => "The associated talk page, if any, will be automatically moved along with it '''unless:'''
950 *You are moving the page across namespaces,
951 *A non-empty talk page already exists under the new name, or
952 *You uncheck the box below.
953
954 In those cases, you will have to move or merge the page manually if desired.",
955 "movearticle" => "Move page",
956 "movenologin" => "Not logged in",
957 "movenologintext" => "You must be a registered user and <a href=\"" .
958 wfLocalUrl( "Special:Userlogin" ) . "\">logged in</a>
959 to move a page.",
960 "newtitle" => "To new title",
961 "movepagebtn" => "Move page",
962 "pagemovedsub" => "Move succeeded",
963 "pagemovedtext" => "Page \"[[$1]]\" moved to \"[[$2]]\".",
964 "articleexists" => "A page of that name already exists, or the
965 name you have chosen is not valid.
966 Please choose another name.",
967 "talkexists" => "The page itself was moved successfully, but the
968 talk page could not be moved because one already exists at the new
969 title. Please merge them manually.",
970 "movedto" => "moved to",
971 "movetalk" => "Move \"talk\" page as well, if applicable.",
972 "talkpagemoved" => "The corresponding talk page was also moved.",
973 "talkpagenotmoved" => "The corresponding talk page was <strong>not</strong> moved.",
974
975 );
976
977 require_once( "LanguageUtf8.php" );
978
979 class LanguageBn extends LanguageUtf8 {
980 function getNamespaces() {
981 global $wgNamespaceNamesBn;
982 return $wgNamespaceNamesBn;
983 }
984
985 function getNsText( $index ) {
986 global $wgNamespaceNamesBn;
987 return $wgNamespaceNamesBn[$index];
988 }
989
990 function getNsIndex( $text ) {
991 global $wgNamespaceNamesBn;
992
993 foreach ( $wgNamespaceNamesBn as $i => $n ) {
994 if ( 0 == strcasecmp( $n, $text ) ) { return $i; }
995 }
996 # fallback
997 return Language::getNsIndex( $text );
998 }
999
1000 function getMessage( $key )
1001 {
1002 global $wgAllMessagesBn;
1003 if(array_key_exists($key, $wgAllMessagesBn))
1004 return $wgAllMessagesBn[$key];
1005 else
1006 return Language::getMessage($key);
1007 }
1008
1009 }
1010
1011 ?>