Folding searchhelppage and searchingwikipedia into normal wikitext in searchresulttext.
[lhc/web/wiklou.git] / languages / LanguageAr.php
1 <?php
2 # See language.doc
3 require_once("LanguageUtf8.php");
4
5 /* private */ $wgNamespaceNamesAr = array(
6
7 NS_MEDIA => "ملف",
8 NS_SPECIAL => "خاص",
9 NS_MAIN => "",
10 NS_TALK => "نقاش",
11 NS_USER => "مستخدم",
12 NS_USER_TALK => "نقاش_المستخدم",
13 NS_WIKIPEDIA => "ويكيبيديا",
14 NS_WIKIPEDIA_TALK => "نقاش_ويكيبيديا",
15 NS_IMAGE => "صورة",
16 NS_IMAGE_TALK => "نقاش_الصورة",
17 NS_MEDIAWIKI => "ميدياويكي",
18 NS_MEDIAWIKI_TALK => "نقاش_ميدياويكي",
19 NS_TEMPLATE => "Template",
20 NS_TEMPLATE_TALK => "نقاش_Template",
21 NS_HELP => "مساعدة",
22 NS_HELP_TALK => "نقاش_المساعدة",
23 NS_CATEGORY => "تصنيف",
24 NS_CATEGORY_TALK => "نقاش_التصنيف"
25
26 ) + $wgNamespaceNamesEn;
27
28
29 /* private */ $wgAllMessagesAr = array(
30 'special_version_prefix' => '',
31 'special_version_postfix' => '',
32 # Dates
33 'sunday' => "الأحد",
34 'monday' => "الإثنين",
35 'tuesday' => "الثلاثاء",
36 'wednesday' => "الأربعاء",
37 'thursday' => "الخميس",
38 'friday' => "الجمعة",
39 'saturday' => "السبت",
40 'january' => "يناير",
41 'february' => "فبراير",
42 'march' => "مارس",
43 'april' => "ابريل",
44 'may_long' => "مايو",
45 'june' => "يونيو",
46 'july' => "يوليو",
47 'august' => "أغسطس",
48 'september' => "سبتمبر",
49 'october' => "اكتوبر",
50 'november' => "نوفمبر",
51 'december' => "ديسمبر",
52
53 # Bits of text used by many pages:
54 #
55 "categories" => "Page categories",
56 "category" => "category",
57 "category_header" => "Articles in category \"$1\"",
58 "subcategories" => "Subcategories",
59
60
61 "linktrail" => "/^([a-z]+)(.*)\$/sD",
62 "mainpage" => "الصفحة الرئيسية",
63 "mainpagetext" => "Wiki software successfully installed.",
64 'portal' => 'Community portal',
65 'portal-url' => '{{ns:4}}:Community Portal',
66 "about" => "About",
67 "aboutwikipedia" => "About {{SITENAME}}",
68 "aboutpage" => "{{ns:4}}:About",
69 'article' => 'وجهة نظر',
70 "help" => "Help",
71 "helppage" => "{{ns:12}}:Contents",
72 "wikititlesuffix" => "{{SITENAME}}",
73 "bugreports" => "Bug reports",
74 "bugreportspage" => "{{ns:4}}:Bug_reports",
75 "sitesupport" => "Donations", # Set a URL in $wgSiteSupportPage in LocalSettings.php
76 "faq" => "FAQ",
77 "faqpage" => "{{ns:4}}:FAQ",
78 "edithelp" => "Editing help",
79 "edithelppage" => "{{ns:12}}:Editing",
80 "cancel" => "Cancel",
81 "qbfind" => "Find",
82 "qbbrowse" => "Browse",
83 "qbedit" => "Edit",
84 "qbpageoptions" => "This page",
85 "qbpageinfo" => "Context",
86 "qbmyoptions" => "My pages",
87 "qbspecialpages" => "Special pages",
88 "moredotdotdot" => "More...",
89 "mypage" => "My page",
90 "mytalk" => "صفحة نقاشي",
91 "anontalk" => "Talk for this IP",
92 'navigation' => 'Navigation',
93 "currentevents" => "Current events",
94 "disclaimers" => "Disclaimers",
95 "disclaimerpage" => "{{ns:4}}:General_disclaimer",
96 "errorpagetitle" => "Error",
97 "returnto" => "Return to $1.",
98 "fromwikipedia" => "From {{SITENAME}}, the free encyclopedia.",
99 "whatlinkshere" => "Pages that link here",
100 "help" => "Help",
101 "search" => "Search",
102 "go" => "Go",
103 "history" => "Page history",
104 'history_short' => 'تاريخ الصفحة',
105 "printableversion" => "Printable version",
106 'edit' => 'عدل هذه الصفحة',
107 "editthispage" => "Edit this page",
108 'delete' => 'حذف هذه الصفحة',
109 "deletethispage" => "Delete this page",
110 "undelete_short" => "Undelete",
111 'protect' => 'صفحة محمية',
112 "protectthispage" => "Protect this page",
113 'unprotect' => 'Unprotect',
114 "unprotectthispage" => "Unprotect this page",
115 "newpage" => "New page",
116 "talkpage" => "Discuss this page",
117 'specialpage' => 'Special Page',
118 'personaltools' => 'Personal tools',
119 "postcomment" => "Post a comment",
120 "articlepage" => "View article",
121 "subjectpage" => "View subject", # For compatibility
122 'talk' => 'ناقش هذه الصفحة',
123 'toolbox' => 'Toolbox',
124 "userpage" => "View user page",
125 "wikipediapage" => "View meta page",
126 "imagepage" => "View image page",
127 "viewtalkpage" => "View discussion",
128 "otherlanguages" => "Other languages",
129 "redirectedfrom" => "(Redirected from $1)",
130 "lastmodified" => "This page was last modified $1.",
131 "viewcount" => "This page has been accessed $1 times.",
132 "copyright" => "Content is available under $1.",
133 "poweredby" => "{{SITENAME}} is powered by [http://www.mediawiki.org/ MediaWiki], an open source wiki engine.",
134 "printsubtitle" => "(From {{SERVER}})",
135 "protectedpage" => "Protected page",
136 "administrators" => "{{ns:4}}:Administrators",
137 "sysoptitle" => "Sysop access required",
138 "sysoptext" => "The action you have requested can only be
139 performed by users with \"sysop\" status.
140 See $1.",
141 "developertitle" => "Developer access required",
142 "developertext" => "The action you have requested can only be
143 performed by users with \"developer\" status.
144 See $1.",
145 "bureaucrattitle" => "Bureaucrat access required",
146 "bureaucrattext" => "The action you have requested can only be
147 performed by sysops with \"bureaucrat\" status.",
148 "nbytes" => "$1 bytes",
149 "go" => "Go",
150 "ok" => "OK",
151 "sitetitle" => "{{SITENAME}}",
152 "pagetitle" => "$1 - {{SITENAME}}",
153 "sitesubtitle" => "The Free Encyclopedia", # FIXME
154 "retrievedfrom" => "Retrieved from \"$1\"",
155 "newmessages" => "You have $1.",
156 "newmessageslink" => "new messages",
157 "editsection"=>"edit",
158 "toc" => "Table of contents",
159 "showtoc" => "show",
160 "hidetoc" => "hide",
161 "thisisdeleted" => "View or restore $1?",
162 "restorelink" => "$1 deleted edits",
163 'feedlinks' => 'Feed:',
164
165 # Main script and global functions
166 #
167 "nosuchaction" => "No such action",
168 "nosuchactiontext" => "The action specified by the URL is not
169 recognized by the wiki",
170 "nosuchspecialpage" => "No such special page",
171 "nospecialpagetext" => "You have requested a special page that is not
172 recognized by the wiki.",
173
174 # General errors
175 #
176 "error" => "Error",
177 "databaseerror" => "Database error",
178 "dberrortext" => "A database query syntax error has occurred.
179 This could be because of an illegal search query (see $5),
180 or it may indicate a bug in the software.
181 The last attempted database query was:
182 <blockquote><tt>$1</tt></blockquote>
183 from within function \"<tt>$2</tt>\".
184 MySQL returned error \"<tt>$3: $4</tt>\".",
185 "dberrortextcl" => "A database query syntax error has occurred.
186 The last attempted database query was:
187 \"$1\"
188 from within function \"$2\".
189 MySQL returned error \"$3: $4\".\n",
190 "noconnect" => "Sorry! The wiki is experiencing some technical difficulties, and cannot contact the database server.",
191 "nodb" => "Could not select database $1",
192 "cachederror" => "The following is a cached copy of the requested page, and may not be up to date.",
193 "readonly" => "Database locked",
194 "enterlockreason" => "Enter a reason for the lock, including an estimate
195 of when the lock will be released",
196 "readonlytext" => "The database is currently locked to new
197 entries and other modifications, probably for routine database maintenance,
198 after which it will be back to normal.
199 The administrator who locked it offered this explanation:
200 <p>$1",
201 "missingarticle" => "The database did not find the text of a page
202 that it should have found, named \"$1\".
203
204 <p>This is usually caused by following an outdated diff or history link to a
205 page that has been deleted.
206
207 <p>If this is not the case, you may have found a bug in the software.
208 Please report this to an administrator, making note of the URL.",
209 "internalerror" => "Internal error",
210 "filecopyerror" => "Could not copy file \"$1\" to \"$2\".",
211 "filerenameerror" => "Could not rename file \"$1\" to \"$2\".",
212 "filedeleteerror" => "Could not delete file \"$1\".",
213 "filenotfound" => "Could not find file \"$1\".",
214 "unexpected" => "Unexpected value: \"$1\"=\"$2\".",
215 "formerror" => "Error: could not submit form",
216 "badarticleerror" => "This action cannot be performed on this page.",
217 "cannotdelete" => "Could not delete the page or image specified. (It may have already been deleted by someone else.)",
218 "badtitle" => "Bad title",
219 "badtitletext" => "The requested page title was invalid, empty, or
220 an incorrectly linked inter-language or inter-wiki title.",
221 "perfdisabled" => "Sorry! This feature has been temporarily disabled
222 because it slows the database down to the point that no one can use
223 the wiki.",
224 "perfdisabledsub" => "Here's a saved copy from $1:",
225 "wrong_wfQuery_params" => "Incorrect parameters to wfQuery()<br />
226 Function: $1<br />
227 Query: $2
228 ",
229 "viewsource" => "View source",
230 "protectedtext" => "This page has been locked to prevent editing; there are
231 a number of reasons why this may be so, please see
232 [[{{ns:4}}:Protected page]].
233
234 You can view and copy the source of this page:",
235
236 # Login and logout pages
237 #
238 "logouttitle" => "User logout",
239 "logouttext" => "You are now logged out.
240 You can continue to use {{SITENAME}} anonymously, or you can log in
241 again as the same or as a different user. Note that some pages may
242 continue to be displayed as if you were still logged in, until you clear
243 your browser cache\n",
244
245 "welcomecreation" => "<h2>Welcome, $1!</h2><p>Your account has been created.
246 Don't forget to change your {{SITENAME}} preferences.",
247
248 "loginpagetitle" => "User login",
249 "yourname" => "Your user name",
250 "yourpassword" => "Your password",
251 "yourpasswordagain" => "Retype password",
252 "newusersonly" => " (new users only)",
253 "remembermypassword" => "Remember my password across sessions.",
254 "loginproblem" => "<b>There has been a problem with your login.</b><br />Try again!",
255 "alreadyloggedin" => "<font color=red><b>User $1, you are already logged in!</b></font><br />\n",
256
257 "login" => "Log in",
258 "loginprompt" => "You must have cookies enabled to log in to {{SITENAME}}.",
259 "userlogin" => "Log in",
260 "logout" => "Log out",
261 "userlogout" => "Log out",
262 "notloggedin" => "Not logged in",
263 "createaccount" => "Create new account",
264 "createaccountmail" => "by email",
265 "badretype" => "The passwords you entered do not match.",
266 "userexists" => "The user name you entered is already in use. Please choose a different name.",
267 "youremail" => "Your email*",
268 "yourrealname" => "Your real name*",
269 "yournick" => "Your nickname (for signatures)",
270 "emailforlost" => "Fields marked with a star (*) are optional. Storing an email address enables people to contact you through the website without you having to reveal your
271 email address to them, and it can be used to send you a new password if you forget it.<br /><br />Your real name, if you choose to provide it, will be used for giving you attribution for your work.",
272 "loginerror" => "Login error",
273 "nocookiesnew" => "The user account was created, but you are not logged in. {{SITENAME}} uses cookies to log in users. You have cookies disabled. Please enable them, then log in with your new username and password.",
274 "nocookieslogin" => "{{SITENAME}} uses cookies to log in users. You have cookies disabled. Please enable them and try again.",
275 "noname" => "You have not specified a valid user name.",
276 "loginsuccesstitle" => "Login successful",
277 "loginsuccess" => "You are now logged in to {{SITENAME}} as \"$1\".",
278 "nosuchuser" => "There is no user by the name \"$1\".
279 Check your spelling, or use the form below to create a new user account.",
280 "wrongpassword" => "The password you entered is incorrect. Please try again.",
281 "mailmypassword" => "Mail me a new password",
282 "passwordremindertitle" => "Password reminder from {{SITENAME}}",
283 "passwordremindertext" => "Someone (probably you, from IP address $1)
284 requested that we send you a new {{SITENAME}} login password.
285 The password for user \"$2\" is now \"$3\".
286 You should log in and change your password now.",
287 "noemail" => "There is no e-mail address recorded for user \"$1\".",
288 "passwordsent" => "A new password has been sent to the e-mail address
289 registered for \"$1\".
290 Please log in again after you receive it.",
291 "loginend" => "&nbsp;",
292 "mailerror" => "Error sending mail: $1",
293
294 # Edit page toolbar
295 "bold_sample"=>"Bold text",
296 "bold_tip"=>"Bold text",
297 "italic_sample"=>"Italic text",
298 "italic_tip"=>"Italic text",
299 "link_sample"=>"Link title",
300 "link_tip"=>"Internal link",
301 "extlink_sample"=>"http://www.example.com link title",
302 "extlink_tip"=>"External link (remember http:// prefix)",
303 "headline_sample"=>"Headline text",
304 "headline_tip"=>"Level 2 headline",
305 "math_sample"=>"Insert formula here",
306 "math_tip"=>"Mathematical formula (LaTeX)",
307 "nowiki_sample"=>"Insert non-formatted text here",
308 "nowiki_tip"=>"Ignore wiki formatting",
309 "image_sample"=>"Example.jpg",
310 "image_tip"=>"Embedded image",
311 "media_sample"=>"Example.mp3",
312 "media_tip"=>"Media file link",
313 "sig_tip"=>"Your signature with timestamp",
314 "hr_tip"=>"Horizontal line (use sparingly)",
315 "infobox"=>"Click a button to get an example text",
316 # alert box shown in browsers where text selection does not work, test e.g. with mozilla or konqueror
317 "infobox_alert"=>"Please enter the text you want to be formatted.\\n It will be shown in the infobox for copy and pasting.\\nExample:\\n$1\\nwill become:\\n$2",
318
319 # Edit pages
320 #
321 "summary" => "Summary",
322 "subject" => "Subject/headline",
323 "minoredit" => "This is a minor edit",
324 "watchthis" => "Watch this article",
325 "savearticle" => "Save page",
326 "preview" => "Preview",
327 "showpreview" => "Show preview",
328 "blockedtitle" => "User is blocked",
329 "blockedtext" => "Your user name or IP address has been blocked by $1.
330 The reason given is this:<br />''$2''<p>You may contact $1 or one of the other
331 [[{{ns:4}}:Administrators|administrators]] to discuss the block.
332
333 Note that you may not use the \"email this user\" feature unless you have a valid email address registered in your [[Special:Preferences|user preferences]].
334
335 Your IP address is $3. Please include this address in any queries you make.
336 ",
337 "whitelistedittitle" => "Login required to edit",
338 "whitelistedittext" => "You have to [[Special:Userlogin|login]] to edit articles.",
339 "whitelistreadtitle" => "Login required to read",
340 "whitelistreadtext" => "You have to [[Special:Userlogin|login]] to read articles.",
341 "whitelistacctitle" => "You are not allowed to create an account",
342 "whitelistacctext" => "To be allowed to create accounts in this Wiki you have to [[Special:Userlogin|log]] in and have the appropriate permissions.",
343 "loginreqtitle" => "Login Required",
344 "loginreqtext" => "You must [[special:Userlogin|login]] to view other pages.",
345 "accmailtitle" => "Password sent.",
346 "accmailtext" => "The Password for '$1' has been sent to $2.",
347 "newarticle" => "(New)",
348 "newarticletext" =>
349 "You've followed a link to a page that doesn't exist yet.
350 To create the page, start typing in the box below
351 (see the [[{{ns:4}}:Help|help page]] for more info).
352 If you are here by mistake, just click your browser's '''back''' button.",
353 "talkpagetext" => "<!-- MediaWiki:talkpagetext -->",
354 "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.'' ",
355 "noarticletext" => "(There is currently no text in this page)",
356 "updated" => "(Updated)",
357 "note" => "<strong>Note:</strong> ",
358 "previewnote" => "Remember that this is only a preview, and has not yet been saved!",
359 "previewconflict" => "This preview reflects the text in the upper
360 text editing area as it will appear if you choose to save.",
361 "editing" => "Editing $1",
362 "sectionedit" => " (section)",
363 "commentedit" => " (comment)",
364 "editconflict" => "Edit conflict: $1",
365 "explainconflict" => "Someone else has changed this page since you
366 started editing it.
367 The upper text area contains the page text as it currently exists.
368 Your changes are shown in the lower text area.
369 You will have to merge your changes into the existing text.
370 <b>Only</b> the text in the upper text area will be saved when you
371 press \"Save page\".\n<p>",
372 "yourtext" => "Your text",
373 "storedversion" => "Stored version",
374 "editingold" => "<strong>WARNING: You are editing an out-of-date
375 revision of this page.
376 If you save it, any changes made since this revision will be lost.</strong>\n",
377 "yourdiff" => "Differences",
378 # FIXME: This is inappropriate for third-party use!
379 "copyrightwarning" => "Please note that all contributions to {{SITENAME}} are
380 considered to be released under the GNU Free Documentation License
381 (see $1 for details).
382 If you don't want your writing to be edited mercilessly and redistributed
383 at will, then don't submit it here.<br />
384 You are also promising us that you wrote this yourself, or copied it from a
385 public domain or similar free resource.
386 <strong>DO NOT SUBMIT COPYRIGHTED WORK WITHOUT PERMISSION!</strong>",
387 "longpagewarning" => "WARNING: This page is $1 kilobytes long; some
388 browsers may have problems editing pages approaching or longer than 32kb.
389 Please consider breaking the page into smaller sections.",
390 "readonlywarning" => "WARNING: The database has been locked for maintenance,
391 so you will not be able to save your edits right now. You may wish to cut-n-paste
392 the text into a text file and save it for later.",
393 "protectedpagewarning" => "WARNING: This page has been locked so that only
394 users with sysop privileges can edit it. Be sure you are following the
395 <a href='$wgScript/{{ns:4}}:Protected_page_guidelines'>protected page
396 guidelines</a>.",
397
398 # History pages
399 #
400 "revhistory" => "Revision history",
401 "nohistory" => "There is no edit history for this page.",
402 "revnotfound" => "Revision not found",
403 "revnotfoundtext" => "The old revision of the page you asked for could not be found.
404 Please check the URL you used to access this page.\n",
405 "loadhist" => "Loading page history",
406 "currentrev" => "Current revision",
407 "revisionasof" => "Revision as of $1",
408 "cur" => "cur",
409 "next" => "next",
410 "last" => "last",
411 "orig" => "orig",
412 "histlegend" => "Legend: (cur) = difference with current version,
413 (last) = difference with preceding version, M = minor edit",
414
415 # Diffs
416 #
417 "difference" => "(Difference between revisions)",
418 "loadingrev" => "loading revision for diff",
419 "lineno" => "Line $1:",
420 "editcurrent" => "Edit the current version of this page",
421
422 # Search results
423 #
424 "searchresults" => "Search results",
425 "searchresulttext" => "For more information about searching {{SITENAME}}, see [[Project:Searching|Searching {{SITENAME}}]].",
426 "searchquery" => "For query \"$1\"",
427 "badquery" => "Badly formed search query",
428 "badquerytext" => "We could not process your query.
429 This is probably because you have attempted to search for a
430 word fewer than three letters long, which is not yet supported.
431 It could also be that you have mistyped the expression, for
432 example \"fish and and scales\".
433 Please try another query.",
434 "matchtotals" => "The query \"$1\" matched $2 article titles
435 and the text of $3 articles.",
436 "nogomatch" => "No page with this exact title exists, trying full text search.",
437 "titlematches" => "Article title matches",
438 "notitlematches" => "No article title matches",
439 "textmatches" => "Article text matches",
440 "notextmatches" => "No article text matches",
441 "prevn" => "previous $1",
442 "nextn" => "next $1",
443 "viewprevnext" => "View ($1) ($2) ($3).",
444 "showingresults" => "Showing below <b>$1</b> results starting with #<b>$2</b>.",
445 "showingresultsnum" => "Showing below <b>$3</b> results starting with #<b>$2</b>.",
446 "nonefound" => "<strong>Note</strong>: unsuccessful searches are
447 often caused by searching for common words like \"have\" and \"from\",
448 which are not indexed, or by specifying more than one search term (only pages
449 containing all of the search terms will appear in the result).",
450 "powersearch" => "Search",
451 "powersearchtext" => "
452 Search in namespaces :<br />
453 $1<br />
454 $2 List redirects &nbsp; Search for $3 $9",
455 "searchdisabled" => "<p>Sorry! Full text search has been disabled temporarily, for performance reasons. In the meantime, you can use the Google search below, which may be out of date.</p>",
456 "googlesearch" => "
457 <!-- SiteSearch Google -->
458 <FORM method=GET action=\"http://www.google.com/search\">
459 <TABLE bgcolor=\"#FFFFFF\"><tr><td>
460 <A HREF=\"http://www.google.com/\">
461 <IMG SRC=\"http://www.google.com/logos/Logo_40wht.gif\"
462 border=\"0\" ALT=\"Google\"></A>
463 </td>
464 <td>
465 <INPUT TYPE=text name=q size=31 maxlength=255 value=\"$1\">
466 <INPUT type=submit name=btnG VALUE=\"Google Search\">
467 <font size=-1>
468 <input type=hidden name=domains value=\"{{SERVER}}\"><br /><input type=radio name=sitesearch value=\"\"> WWW <input type=radio name=sitesearch value=\"{{SERVER}}\" checked> {{SERVER}} <br />
469 <input type='hidden' name='ie' value='$2'>
470 <input type='hidden' name='oe' value='$2'>
471 </font>
472 </td></tr></TABLE>
473 </FORM>
474 <!-- SiteSearch Google -->",
475 "blanknamespace" => "(Main)",
476
477 # Preferences page
478 #
479 "preferences" => "Preferences",
480 "prefsnologin" => "Not logged in",
481 "prefsnologintext" => "You must be <a href=\"{{localurl:Special:Userlogin}}\">logged in</a>
482 to set user preferences.",
483 "prefslogintext" => "You are logged in as \"$1\".
484 Your internal ID number is $2.
485
486 See [[{{ns:4}}:User preferences help]] for help deciphering the options.",
487 "prefsreset" => "Preferences have been reset from storage.",
488 "qbsettings" => "Quickbar settings",
489 "changepassword" => "Change password",
490 "skin" => "Skin",
491 "math" => "Rendering math",
492 "dateformat" => "Date format",
493 "math_failure" => "Failed to parse",
494 "math_unknown_error" => "unknown error",
495 "math_unknown_function" => "unknown function ",
496 "math_lexing_error" => "lexing error",
497 "math_syntax_error" => "syntax error",
498 "math_image_error" => "PNG conversion failed; check for correct installation of latex, dvips, gs, and convert",
499 "math_bad_tmpdir" => "Can't write to or create math temp directory",
500 "math_bad_output" => "Can't write to or create math output directory",
501 "math_notexvc" => "Missing texvc executable; please see math/README to configure.",
502 "saveprefs" => "Save preferences",
503 "resetprefs" => "Reset preferences",
504 "oldpassword" => "Old password",
505 "newpassword" => "New password",
506 "retypenew" => "Retype new password",
507 "textboxsize" => "Editing",
508 "rows" => "Rows",
509 "columns" => "Columns",
510 "searchresultshead" => "Search result settings",
511 "resultsperpage" => "Hits to show per page",
512 "contextlines" => "Lines to show per hit",
513 "contextchars" => "Characters of context per line",
514 "stubthreshold" => "Threshold for stub display",
515 "recentchangescount" => "Number of titles in recent changes",
516 "savedprefs" => "Your preferences have been saved.",
517 "timezonetext" => "Enter number of hours your local time differs
518 from server time (UTC).",
519 "localtime" => "Local time display",
520 "timezoneoffset" => "Offset",
521 "servertime" => "Server time is now",
522 "guesstimezone" => "Fill in from browser",
523 "emailflag" => "Disable e-mail from other users",
524 "defaultns" => "Search in these namespaces by default:",
525
526 # Recent changes
527 #
528 "changes" => "changes",
529 "recentchanges" => "Recent changes",
530 "recentchangestext" => "Track the most recent changes to the wiki on this page.",
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 "showhideminor" => "$1 minor edits | $2 bots | $3 logged in users ",
538 "rclinks" => "Show last $1 changes in last $2 days<br />$3",
539 "rchide" => "in $4 form; $1 minor edits; $2 secondary namespaces; $3 multiple edits.",
540 "rcliu" => "; $1 edits from logged in users",
541 "diff" => "diff",
542 "hist" => "hist",
543 "hide" => "hide",
544 "show" => "show",
545 "tableform" => "table",
546 "listform" => "list",
547 "nchanges" => "$1 changes",
548 "minoreditletter" => "M",
549 "newpageletter" => "N",
550
551 # Upload
552 #
553 "upload" => "Upload file",
554 "uploadbtn" => "Upload file",
555 "uploadlink" => "Upload images",
556 "reupload" => "Re-upload",
557 "reuploaddesc" => "Return to the upload form.",
558 "uploadnologin" => "Not logged in",
559 "uploadnologintext" => "You must be <a href=\"{{localurl:Special:Userlogin}}\">logged in</a>
560 to upload files.",
561 "uploadfile" => "Upload images, sounds, documents etc.",
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 "filestatus" => "Copyright status",
573 "filesource" => "Source",
574 "affirmation" => "I affirm that the copyright holder of this file
575 agrees to license it under the terms of the $1.",
576 "copyrightpage" => "{{ns:4}}:Copyrights",
577 "copyrightpagename" => "{{SITENAME}} copyright",
578 "uploadedfiles" => "Uploaded files",
579 "noaffirmation" => "You must affirm that your upload does not violate
580 any copyrights.",
581 "ignorewarning" => "Ignore warning and save file anyway.",
582 "minlength" => "Image names must be at least three letters.",
583 "badfilename" => "Image name has been changed to \"$1\".",
584 "badfiletype" => "\".$1\" is not a recommended image file format.",
585 "largefile" => "It is recommended that images not exceed 100k in size.",
586 "successfulupload" => "Successful upload",
587 "fileuploaded" => "File \"$1\" uploaded successfully.
588 Please follow this link: ($2) to the description page and fill
589 in information about the file, such as where it came from, when it was
590 created and by whom, and anything else you may know about it.",
591 "uploadwarning" => "Upload warning",
592 "savefile" => "Save file",
593 "uploadedimage" => "uploaded \"$1\"",
594 "uploaddisabled" => "Sorry, uploading is disabled.",
595
596 # Image list
597 #
598 "imagelist" => "Image list",
599 "imagelisttext" => "Below is a list of $1 images sorted $2.",
600 "getimagelist" => "fetching image list",
601 "ilshowmatch" => "Show all images with names matching",
602 "ilsubmit" => "Search",
603 "showlast" => "Show last $1 images sorted $2.",
604 "all" => "all",
605 "byname" => "by name",
606 "bydate" => "by date",
607 "bysize" => "by size",
608 "imgdelete" => "del",
609 "imgdesc" => "desc",
610 "imglegend" => "Legend: (desc) = show/edit image description.",
611 "imghistory" => "Image history",
612 "revertimg" => "rev",
613 "deleteimg" => "del",
614 "imghistlegend" => "Legend: (cur) = this is the current image, (del) = delete
615 this old version, (rev) = revert to this old version.
616 <br /><i>Click on date to see image uploaded on that date</i>.",
617 "imagelinks" => "Image links",
618 "linkstoimage" => "The following pages link to this image:",
619 "nolinkstoimage" => "There are no pages that link to this image.",
620
621 # Statistics
622 #
623 "statistics" => "Statistics",
624 "sitestats" => "Site statistics",
625 "userstats" => "User statistics",
626 "sitestatstext" => "There are '''$1''' total pages in the database.
627 This includes \"talk\" pages, pages about {{SITENAME}}, minimal \"stub\"
628 pages, redirects, and others that probably don't qualify as articles.
629 Excluding those, there are '''$2''' pages that are probably legitimate
630 articles.
631
632 There have been a total of '''$3''' page views, and '''$4''' page edits
633 since the wiki was setup.
634 That comes to '''$5''' average edits per page, and '''$6''' views per edit.",
635 "userstatstext" => "There are '''$1''' registered users.
636 '''$2''' of these are administrators (see $3).",
637
638 # Maintenance Page
639 #
640 "maintenance" => "Maintenance page",
641 "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 ;-)",
642 "maintenancebacklink" => "Back to Maintenance Page",
643 "disambiguations" => "Disambiguation pages",
644 "disambiguationspage" => "{{ns:4}}:Links_to_disambiguating_pages",
645 "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.",
646 "doubleredirects" => "Double Redirects",
647 "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.",
648 "brokenredirects" => "Broken Redirects",
649 "brokenredirectstext" => "The following redirects link to a non-existing article.",
650 "selflinks" => "Pages with Self Links",
651 "selflinkstext" => "The following pages contain a link to themselves, which they should not.",
652 "mispeelings" => "Pages with misspellings",
653 "mispeelingstext" => "The following pages contain a common misspelling, which are listed on $1. The correct spelling might be given (like this).",
654 "mispeelingspage" => "List of common misspellings",
655 "missinglanguagelinks" => "Missing Language Links",
656 "missinglanguagelinksbutton" => "Find missing language links for",
657 "missinglanguagelinkstext" => "These articles do <i>not</i> link to their counterpart in $1. Redirects and subpages are <i>not</i> shown.",
658
659
660 # Miscellaneous special pages
661 #
662 "orphans" => "Orphaned pages",
663 "lonelypages" => "Orphaned pages",
664 "unusedimages" => "Unused images",
665 "popularpages" => "Popular pages",
666 "nviews" => "$1 views",
667 "wantedpages" => "Wanted pages",
668 "nlinks" => "$1 links",
669 "allpages" => "All pages",
670 "randompage" => "Random page",
671 "shortpages" => "Short pages",
672 "longpages" => "Long pages",
673 "deadendpages" => "Dead-end pages",
674 "listusers" => "User list",
675 "specialpages" => "Special pages",
676 "spheading" => "Special pages for all users",
677 "sysopspheading" => "For sysop use only",
678 "developerspheading" => "For developer use only",
679 "protectpage" => "Protect page",
680 "recentchangeslinked" => "Related changes",
681 "rclsub" => "(to pages linked from \"$1\")",
682 "debug" => "Debug",
683 "newpages" => "New pages",
684 "ancientpages" => "Oldest articles",
685 "intl" => "Interlanguage links",
686 'move' => 'نقل صفحة',
687 "movethispage" => "Move this page",
688 "unusedimagestext" => "<p>Please note that other web sites may link to an image with
689 a direct URL, and so may still be listed here despite being
690 in active use.",
691 "booksources" => "Book sources",
692 # FIXME: Other sites, of course, may have affiliate relations with the booksellers list
693 "booksourcetext" => "Below is a list of links to other sites that
694 sell new and used books, and may also have further information
695 about books you are looking for.
696 {{SITENAME}} is not affiliated with any of these businesses, and
697 this list should not be construed as an endorsement.",
698 "isbn" => "ISBN",
699 "rfcurl" => "http://www.faqs.org/rfcs/rfc$1.html",
700 "alphaindexline" => "$1 to $2",
701 "version" => "Version",
702
703 # Email this user
704 #
705 "mailnologin" => "No send address",
706 "mailnologintext" => "You must be <a href=\"{{localurl:Special:Userlogin\">logged in</a>
707 and have a valid e-mail address in your <a href=\"{{localurl:Special:Preferences}}\">preferences</a>
708 to send e-mail to other users.",
709 "emailuser" => "E-mail this user",
710 "emailpage" => "E-mail user",
711 "emailpagetext" => "If this user has entered a valid e-mail address in
712 his or her user preferences, the form below will send a single message.
713 The e-mail address you entered in your user preferences will appear
714 as the \"From\" address of the mail, so the recipient will be able
715 to reply.",
716 "usermailererror" => "Mail object returned error: ",
717 "defemailsubject" => "{{SITENAME}} e-mail",
718 "noemailtitle" => "No e-mail address",
719 "noemailtext" => "This user has not specified a valid e-mail address,
720 or has chosen not to receive e-mail from other users.",
721 "emailfrom" => "From",
722 "emailto" => "To",
723 "emailsubject" => "Subject",
724 "emailmessage" => "Message",
725 "emailsend" => "Send",
726 "emailsent" => "E-mail sent",
727 "emailsenttext" => "Your e-mail message has been sent.",
728
729 # Watchlist
730 #
731 "watchlist" => "My watchlist",
732 "watchlistsub" => "(for user \"$1\")",
733 "nowatchlist" => "You have no items on your watchlist.",
734 "watchnologin" => "Not logged in",
735 "watchnologintext" => "You must be <a href=\"{{localurl:Special:Userlogin}}\">logged in</a>
736 to modify your watchlist.",
737 "addedwatch" => "Added to watchlist",
738 "addedwatchtext" => "The page \"$1\" has been added to your <a href=\"{{localurl:Special:Watchlist}}\">watchlist</a>.
739 Future changes to this page and its associated Talk page will be listed there,
740 and the page will appear <b>bolded</b> in the <a href=\"{{localurl:Special:Recentchanges}}\">list of recent changes</a> to
741 make it easier to pick out.</p>
742
743 <p>If you want to remove the page from your watchlist later, click \"Stop watching\" in the sidebar.",
744 "removedwatch" => "Removed from watchlist",
745 "removedwatchtext" => "The page \"$1\" has been removed from your watchlist.",
746 'watch' => 'راقب هذه الصفحة',
747 "watchthispage" => "راقب هذه الصفحة",
748 'unwatch' => 'توقف عن مراقبة الصفحة',
749 "unwatchthispage" => "توقف عن مراقبة الصفحة",
750 "notanarticle" => "Not an article",
751 "watchnochange" => "None of your watched items were edited in the time period displayed.",
752 "watchdetails" => "($1 pages watched not counting talk pages;
753 $2 total pages edited since cutoff;
754 $3...
755 <a href='$4'>show and edit complete list</a>.)",
756 "watchmethod-recent"=> "checking recent edits for watched pages",
757 "watchmethod-list" => "checking watched pages for recent edits",
758 "removechecked" => "Remove checked items from watchlist",
759 "watchlistcontains" => "Your watchlist contains $1 pages.",
760 "watcheditlist" => "Here's an alphabetical list of your
761 watched pages. Check the boxes of pages you want to remove
762 from your watchlist and click the 'remove checked' button
763 at the bottom of the screen.",
764 "removingchecked" => "Removing requested items from watchlist...",
765 "couldntremove" => "Couldn't remove item '$1'...",
766 "iteminvalidname" => "Problem with item '$1', invalid name...",
767 "wlnote" => "Below are the last $1 changes in the last <b>$2</b> hours.",
768 "wlshowlast" => "Show last $1 hours $2 days $3",
769 "wlsaved" => "This is a saved version of your watchlist.",
770
771
772 # Delete/protect/revert
773 #
774 "deletepage" => "Delete page",
775 "confirm" => "Confirm",
776 "excontent" => "content was:",
777 "exbeforeblank" => "content before blanking was:",
778 "exblank" => "page was empty",
779 "confirmdelete" => "Confirm delete",
780 "deletesub" => "(Deleting \"$1\")",
781 "historywarning" => "Warning: The page you are about to delete has a history: ",
782 "confirmdeletetext" => "You are about to permanently delete a page
783 or image along with all of its history from the database.
784 Please confirm that you intend to do this, that you understand the
785 consequences, and that you are doing this in accordance with
786 [[{{ns:4}}:Policy]].",
787 "confirmcheck" => "Yes, I really want to delete this.",
788 "actioncomplete" => "Action complete",
789 "deletedtext" => "\"$1\" has been deleted.
790 See $2 for a record of recent deletions.",
791 "deletedarticle" => "deleted \"$1\"",
792 "dellogpage" => "Deletion_log",
793 "dellogpagetext" => "Below is a list of the most recent deletions.
794 All times shown are server time (UTC).
795 <ul>
796 </ul>
797 ",
798 "deletionlog" => "deletion log",
799 "reverted" => "Reverted to earlier revision",
800 "deletecomment" => "Reason for deletion",
801 "imagereverted" => "Revert to earlier version was successful.",
802 "rollback" => "Roll back edits",
803 'rollback_short' => 'Rollback',
804 "rollbacklink" => "rollback",
805 "rollbackfailed" => "Rollback failed",
806 "cantrollback" => "Cannot revert edit; last contributor is only author of this article.",
807 "alreadyrolled" => "Cannot rollback last edit of [[$1]]
808 by [[User:$2|$2]] ([[User talk:$2|Talk]]); someone else has edited or rolled back the article already.
809
810 Last edit was by [[User:$3|$3]] ([[User talk:$3|Talk]]). ",
811 # only shown if there is an edit comment
812 "editcomment" => "The edit comment was: \"<i>$1</i>\".",
813 "revertpage" => "Reverted edit of $2, changed back to last version by $1",
814 "protectlogpage" => "Protection_log",
815 "protectlogtext" => "Below is a list of page locks/unlocks.
816 See [[{{ns:4}}:Protected page]] for more information.",
817 "protectedarticle" => "protected [[$1]]",
818 "unprotectedarticle" => "unprotected [[$1]]",
819 "protectsub" =>"(Protecting \"$1\")",
820 "confirmprotecttext" => "Do you really want to protect this page?",
821 "confirmprotect" => "Confirm protection",
822 "protectcomment" => "Reason for protecting",
823 "unprotectsub" =>"(Unprotecting \"$1\")",
824 "confirmunprotecttext" => "Do you really want to unprotect this page?",
825 "confirmunprotect" => "Confirm unprotection",
826 "unprotectcomment" => "Reason for unprotecting",
827 "protectreason" => "(give a reason)",
828
829 # Undelete
830 "undelete" => "Restore deleted page",
831 "undeletepage" => "View and restore deleted pages",
832 "undeletepagetext" => "The following pages have been deleted but are still in the archive and
833 can be restored. The archive may be periodically cleaned out.",
834 "undeletearticle" => "Restore deleted article",
835 "undeleterevisions" => "$1 revisions archived",
836 "undeletehistory" => "If you restore the page, all revisions will be restored to the history.
837 If a new page with the same name has been created since the deletion, the restored
838 revisions will appear in the prior history, and the current revision of the live page
839 will not be automatically replaced.",
840 "undeleterevision" => "Deleted revision as of $1",
841 "undeletebtn" => "Restore!",
842 "undeletedarticle" => "restored \"$1\"",
843 "undeletedtext" => "The article [[$1]] has been successfully restored.
844 See [[{{ns:4}}:Deletion_log]] for a record of recent deletions and restorations.",
845
846 # Contributions
847 #
848 "contributions" => "User contributions",
849 "mycontris" => "My contributions",
850 "contribsub" => "For $1",
851 "nocontribs" => "No changes were found matching these criteria.",
852 "ucnote" => "Below are this user's last <b>$1</b> changes in the last <b>$2</b> days.",
853 "uclinks" => "View the last $1 changes; view the last $2 days.",
854 "uctop" => " (top)" ,
855
856 # What links here
857 #
858 "whatlinkshere" => "What links here",
859 "notargettitle" => "No target",
860 "notargettext" => "You have not specified a target page or user
861 to perform this function on.",
862 "linklistsub" => "(List of links)",
863 "linkshere" => "The following pages link to here:",
864 "nolinkshere" => "No pages link to here.",
865 "isredirect" => "redirect page",
866
867 # Block/unblock IP
868 #
869 "blockip" => "Block user",
870 "blockiptext" => "Use the form below to block write access
871 from a specific IP address or username.
872 This should be done only only to prevent vandalism, and in
873 accordance with [[{{ns:4}}:Policy|policy]].
874 Fill in a specific reason below (for example, citing particular
875 pages that were vandalized).",
876 "ipaddress" => "IP Address/username",
877 "ipbexpiry" => "Expiry",
878 "ipbreason" => "Reason",
879 "ipbsubmit" => "Block this user",
880 "badipaddress" => "Invalid IP address",
881 "noblockreason" => "You must supply a reason for the block.",
882 "blockipsuccesssub" => "Block succeeded",
883 "blockipsuccesstext" => "\"$1\" has been blocked.
884 <br />See [[Special:Ipblocklist|IP block list]] to review blocks.",
885 "unblockip" => "Unblock user",
886 "unblockiptext" => "Use the form below to restore write access
887 to a previously blocked IP address or username.",
888 "ipusubmit" => "Unblock this address",
889 "ipusuccess" => "\"$1\" unblocked",
890 "ipblocklist" => "List of blocked IP addresses and usernames",
891 "blocklistline" => "$1, $2 blocked $3 (expires $4)",
892 "blocklink" => "block",
893 "unblocklink" => "unblock",
894 "contribslink" => "contribs",
895 "autoblocker" => "Autoblocked because you share an IP address with \"$1\". Reason \"$2\".",
896 "blocklogpage" => "Block_log",
897 "blocklogentry" => 'blocked "$1" with an expiry time of $2',
898 "blocklogtext" => "This is a log of user blocking and unblocking actions. Automatically
899 blocked IP addresses are not be listed. See the [[Special:Ipblocklist|IP block list]] for
900 the list of currently operational bans and blocks.",
901 "unblocklogentry" => 'unblocked "$1"',
902 "range_block_disabled" => "The sysop ability to create range blocks is disabled.",
903 "ipb_expiry_invalid" => "Expiry time invalid.",
904 "ip_range_invalid" => "Invalid IP range.\n",
905 "proxyblocker" => "Proxy blocker",
906 "proxyblockreason" => "Your IP address has been blocked because it is an open proxy. Please contact your Internet service provider or tech support and inform them of this serious security problem.",
907 "proxyblocksuccess" => "Done.\n",
908
909 # Developer tools
910 #
911 "lockdb" => "Lock database",
912 "unlockdb" => "Unlock database",
913 "lockdbtext" => "Locking the database will suspend the ability of all
914 users to edit pages, change their preferences, edit their watchlists, and
915 other things requiring changes in the database.
916 Please confirm that this is what you intend to do, and that you will
917 unlock the database when your maintenance is done.",
918 "unlockdbtext" => "Unlocking the database will restore the ability of all
919 users to edit pages, change their preferences, edit their watchlists, and
920 other things requiring changes in the database.
921 Please confirm that this is what you intend to do.",
922 "lockconfirm" => "Yes, I really want to lock the database.",
923 "unlockconfirm" => "Yes, I really want to unlock the database.",
924 "lockbtn" => "Lock database",
925 "unlockbtn" => "Unlock database",
926 "locknoconfirm" => "You did not check the confirmation box.",
927 "lockdbsuccesssub" => "Database lock succeeded",
928 "unlockdbsuccesssub" => "Database lock removed",
929 "lockdbsuccesstext" => "The database has been locked.
930 <br />Remember to remove the lock after your maintenance is complete.",
931 "unlockdbsuccesstext" => "The database has been unlocked.",
932
933 # SQL query
934 #
935 "asksql" => "SQL query",
936 "asksqltext" => "Use the form below to make a direct query of the
937 database.
938 Use single quotes ('like this') to delimit string literals.
939 This can often add considerable load to the server, so please use
940 this function sparingly.",
941 "sqlislogged" => "Please note that all queries are logged.",
942 "sqlquery" => "Enter query",
943 "querybtn" => "Submit query",
944 "selectonly" => "Only read-only queries are allowed.",
945 "querysuccessful" => "Query successful",
946
947 # Make sysop
948 "makesysoptitle" => "Make a user into a sysop",
949 "makesysoptext" => "This form is used by bureaucrats to turn ordinary users into administrators.
950 Type the name of the user in the box and press the button to make the user an administrator",
951 "makesysopname" => "Name of the user:",
952 "makesysopsubmit" => "Make this user into a sysop",
953 "makesysopok" => "<b>User \"$1\" is now a sysop</b>",
954 "makesysopfail" => "<b>User \"$1\" could not be made into a sysop. (Did you enter the name correctly?)</b>",
955 "setbureaucratflag" => "Set bureaucrat flag",
956 "bureaucratlog" => "Bureaucrat_log",
957 "bureaucratlogentry" => "Rights for user \"$1\" set \"$2\"",
958 "rights" => "Rights:",
959 "set_user_rights" => "Set user rights",
960 "user_rights_set" => "<b>User rights for \"$1\" updated</b>",
961 "set_rights_fail" => "<b>User rights for \"$1\" could not be set. (Did you enter the name correctly?)</b>",
962 "makesysop" => "Make a user into a sysop",
963
964 # Move page
965 #
966 "movepage" => "Move page",
967 "movepagetext" => "Using the form below will rename a page, moving all
968 of its history to the new name.
969 The old title will become a redirect page to the new title.
970 Links to the old page title will not be changed; be sure to
971 [[Special:Maintenance|check]] for double or broken redirects.
972 You are responsible for making sure that links continue to
973 point where they are supposed to go.
974
975 Note that the page will '''not''' be moved if there is already
976 a page at the new title, unless it is empty or a redirect and has no
977 past edit history. This means that you can rename a page back to where
978 it was just renamed from if you make a mistake, and you cannot overwrite
979 an existing page.
980
981 <b>WARNING!</b>
982 This can be a drastic and unexpected change for a popular page;
983 please be sure you understand the consequences of this before
984 proceeding.",
985 "movepagetalktext" => "The associated talk page, if any, will be automatically moved along with it '''unless:'''
986 *You are moving the page across namespaces,
987 *A non-empty talk page already exists under the new name, or
988 *You uncheck the box below.
989
990 In those cases, you will have to move or merge the page manually if desired.",
991 "movearticle" => "Move page",
992 "movenologin" => "Not logged in",
993 "movenologintext" => "You must be a registered user and <a href=\"{{localurl:Special:Userlogin}}\">logged in</a>
994 to move a page.",
995 "newtitle" => "To new title",
996 "movepagebtn" => "Move page",
997 "pagemovedsub" => "Move succeeded",
998 "pagemovedtext" => "Page \"[[$1]]\" moved to \"[[$2]]\".",
999 "articleexists" => "A page of that name already exists, or the
1000 name you have chosen is not valid.
1001 Please choose another name.",
1002 "talkexists" => "The page itself was moved successfully, but the
1003 talk page could not be moved because one already exists at the new
1004 title. Please merge them manually.",
1005 "movedto" => "moved to",
1006 "movetalk" => "Move \"talk\" page as well, if applicable.",
1007 "talkpagemoved" => "The corresponding talk page was also moved.",
1008 "talkpagenotmoved" => "The corresponding talk page was <strong>not</strong> moved.",
1009 "1movedto2" => "$1 moved to $2",
1010
1011 # Export
1012
1013 "export" => "Export pages",
1014 "exporttext" => "You can export the text and editing history of a particular
1015 page or set of pages wrapped in some XML; this can then be imported into another
1016 wiki running MediaWiki software, transformed, or just kept for your private
1017 amusement.",
1018 "exportcuronly" => "Include only the current revision, not the full history",
1019
1020 # Namespace 8 related
1021
1022 "allmessages" => "All system messages",
1023 "allmessagestext" => "This is a list of all system messages available in the MediaWiki: namespace.",
1024
1025 # Thumbnails
1026
1027 "thumbnail-more" => "Enlarge",
1028 "missingimage" => "<b>Missing image</b><br /><i>$1</i>\n",
1029
1030 # Special:Import
1031 "import" => "Import pages",
1032 "importtext" => "Please export the file from the source wiki using the Special:Export utility, save it to your disk and upload it here.",
1033 "importfailed" => "Import failed: $1",
1034 "importnotext" => "Empty or no text",
1035 "importsuccess" => "Import succeeded!",
1036 "importhistoryconflict" => "Conflicting history revision exists (may have imported this page before)",
1037
1038 # Keyboard access keys for power users
1039 'accesskey-article' => 'a',
1040 'accesskey-talk' => 't',
1041 'accesskey-edit' => 'e',
1042 'accesskey-viewsource' => 'e',
1043 'accesskey-history' => 'h',
1044 'accesskey-protect' => '-',
1045 'accesskey-delete' => 'd',
1046 'accesskey-undelete' => 'd',
1047 'accesskey-move' => 'm',
1048 'accesskey-watch' => 'w',
1049 'accesskey-unwatch' => 'w',
1050 'accesskey-watchlist' => 'l',
1051 'accesskey-userpage' => '.',
1052 'accesskey-anonuserpage' => '.',
1053 'accesskey-mytalk' => 'n',
1054 'accesskey-anontalk' => 'n',
1055 'accesskey-preferences' => '',
1056 'accesskey-mycontris' => 'y',
1057 'accesskey-login' => 'o',
1058 'accesskey-logout' => 'o',
1059 'accesskey-search' => 'f',
1060 'accesskey-mainpage' => 'z',
1061 'accesskey-portal' => '',
1062 'accesskey-randompage' => 'x',
1063 'accesskey-currentevents' => '',
1064 'accesskey-sitesupport' => '',
1065 'accesskey-help' => '',
1066 'accesskey-recentchanges' => 'r',
1067 'accesskey-recentchangeslinked' => 'c',
1068 'accesskey-whatlinkshere' => 'b',
1069 'accesskey-specialpages' => 'q',
1070 'accesskey-specialpage' => '',
1071 'accesskey-upload' => 'u',
1072 'accesskey-minoredit' => 'i',
1073 'accesskey-save' => 's',
1074 'accesskey-preview' => 'p',
1075 'accesskey-contributions' => '',
1076 'accesskey-emailuser' => '',
1077
1078 # tooltip help for the main actions
1079 'tooltip-article' => 'View the article [alt-a]',
1080 'tooltip-talk' => 'Discussion about the article [alt-t]',
1081 'tooltip-edit' => 'You can edit this page. Please use the preview button before saving. [alt-e]',
1082 'tooltip-viewsource' => 'This page is protected. You can view it\'s source. [alt-e]',
1083 'tooltip-history' => 'Past versions of this page, [alt-h]',
1084 'tooltip-protect' => 'Protect this page [alt--]',
1085 'tooltip-delete' => 'Delete this page [alt-d]',
1086 'tooltip-undelete' => "Restore $1 deleted edits to this page [alt-d]",
1087 'tooltip-move' => 'Move this page [alt-m]',
1088 'tooltip-nomove' => 'You don\'t have the permissions to move this page',
1089 'tooltip-watch' => 'Add this page to your watchlist [alt-w]',
1090 'tooltip-unwatch' => 'Remove this page from your watchlist [alt-w]',
1091 'tooltip-watchlist' => 'The list of pages you\'re monitoring for changes. [alt-l]',
1092 'tooltip-userpage' => 'My user page [alt-.]',
1093 'tooltip-anonuserpage' => 'The user page for the ip you\'re editing as [alt-.]',
1094 'tooltip-mytalk' => 'My talk page [alt-n]',
1095 'tooltip-anontalk' => 'Discussion about edits from this ip address [alt-n]',
1096 'tooltip-preferences' => 'My preferences',
1097 'tooltip-mycontris' => 'List of my contributions [alt-y]',
1098 'tooltip-login' => 'You are encouraged to log in, it is not mandatory however. [alt-o]',
1099 'tooltip-logout' => 'The start button [alt-o]',
1100 'tooltip-search' => 'Search this wiki [alt-f]',
1101 'tooltip-mainpage' => 'Visit the Main Page [alt-z]',
1102 'tooltip-portal' => 'About the project, what you can do, where to find things',
1103 'tooltip-randompage' => 'Load a random page [alt-x]',
1104 'tooltip-currentevents' => 'Find background information on current events',
1105 'tooltip-sitesupport' => 'Support {{SITENAME}}',
1106 'tooltip-help' => 'The place to find out.',
1107 'tooltip-recentchanges' => 'The list of recent changes in the wiki. [alt-r]',
1108 'tooltip-recentchangeslinked' => 'Recent changes in pages linking to this page [alt-c]',
1109 'tooltip-whatlinkshere' => 'List of all wiki pages that link here [alt-b]',
1110 'tooltip-specialpages' => 'List of all special pages [alt-q]',
1111 'tooltip-upload' => 'Upload images or media files [alt-u]',
1112 'tooltip-specialpage' => 'This is a special page, you can\'t edit the page itself.',
1113 'tooltip-minoredit' => 'Mark this as a minor edit [alt-i]',
1114 'tooltip-save' => 'Save your changes [alt-s]',
1115 'tooltip-preview' => 'Preview your changes, please use this before saving! [alt-p]',
1116 'tooltip-contributions' => 'View the list of contributions of this user',
1117 'tooltip-emailuser' => 'Send a mail to this user',
1118 'tooltip-rss' => 'RSS feed for this page',
1119
1120 # Metadata
1121 "nodublincore" => "Dublin Core RDF metadata disabled for this server.",
1122 "nocreativecommons" => "Creative Commons RDF metadata disabled for this server.",
1123 "notacceptable" => "The wiki server can't provide data in a format your client can read.",
1124
1125 # Attribution
1126
1127 "anonymous" => "Anonymous user(s) of $wgSitename",
1128 "siteuser" => "$wgSitename user $1",
1129 "lastmodifiedby" => "This page was last modified $1 by $2.",
1130 "and" => "and",
1131 "contributions" => "Based on work by $1.",
1132 "siteusers" => "$wgSitename user(s) $1",
1133 );
1134
1135 class LanguageAr extends LanguageUtf8 {
1136 var $digitTransTable = array(
1137 "0" => "٠",
1138 "1" => "١",
1139 "2" => "٢",
1140 "3" => "٣",
1141 "4" => "٤",
1142 "5" => "٥",
1143 "6" => "٦",
1144 "7" => "٧",
1145 "8" => "٨",
1146 "9" => "٩",
1147 "%" => "٪",
1148 "." => "٫",
1149 "," => "٬"
1150 );
1151
1152 # TODO: TRANSLATION!
1153
1154 # Inherit everything except...
1155
1156 function getNamespaces()
1157 {
1158 global $wgNamespaceNamesAr;
1159 return $wgNamespaceNamesAr;
1160 }
1161
1162
1163 function getNsText( $index )
1164 {
1165 global $wgNamespaceNamesAr;
1166 return $wgNamespaceNamesAr[$index];
1167 }
1168
1169 function getNsIndex( $text )
1170 {
1171 global $wgNamespaceNamesAr;
1172
1173 foreach ( $wgNamespaceNamesAr as $i => $n )
1174 {
1175 if ( 0 == strcasecmp( $n, $text ) ) { return $i; }
1176 }
1177 return LanguageUtf8::getNsIndex( $text );
1178 }
1179
1180 function getMonthAbbreviation( $key )
1181 {
1182 /* No abbreviations in Arabic */
1183 return $this->getMonthName( $key );
1184 }
1185
1186 function isRTL() { return true; }
1187
1188 function linkPrefixExtension() { return true; }
1189
1190 function getDefaultUserOptions () {
1191 global $wgDefaultUserOptionsEn;
1192 $opt = $wgDefaultUserOptionsEn;
1193
1194 # Swap sidebar to right side by default
1195 $opt['quickbar'] = 2;
1196
1197 # Underlines seriously harm legibility. Force off:
1198 $opt['underline'] = 0;
1199 return $opt ;
1200 }
1201
1202 function checkTitleEncoding( $s ) {
1203 global $wgInputEncoding;
1204
1205 # Check for non-UTF-8 URLs; assume they are windows-1256?
1206 $ishigh = preg_match( '/[\x80-\xff]/', $s);
1207 $isutf = ($ishigh ? preg_match( '/^([\x00-\x7f]|[\xc0-\xdf][\x80-\xbf]|' .
1208 '[\xe0-\xef][\x80-\xbf]{2}|[\xf0-\xf7][\x80-\xbf]{3})+$/', $s ) : true );
1209
1210 if( $ishigh and !$isutf )
1211 return iconv( "windows-1256", "utf-8", $s );
1212
1213 return $s;
1214 }
1215
1216 function getMessage( $key )
1217 {
1218 global $wgAllMessagesAr, $wgAllMessagesEn;
1219 $m = $wgAllMessagesAr[$key];
1220
1221 if ( "" == $m ) { return $wgAllMessagesEn[$key]; }
1222 else return $m;
1223 }
1224
1225 function formatNum( $number ) {
1226 global $wgTranslateNumerals;
1227 if( $wgTranslateNumerals ) {
1228 return strtr( $number, $this->digitTransTable );
1229 } else {
1230 return $number;
1231 }
1232 }
1233 }
1234
1235 ?>