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