* Printable link shorter in monobook
[lhc/web/wiklou.git] / languages / Language.php
index 6c65200..7c927e1 100644 (file)
@@ -83,7 +83,6 @@ if(isset($wgExtraNamespaces)) {
        'enotifminoredits'      => 0,
        'enotifrevealaddr'      => 0,
        'shownumberswatching'   => 1,
-       'rcusemodstyle'         => 1,
        'fancysig'              => 0,
        'externaleditor'        => 0,
        'externaldiff'          => 0,
@@ -116,7 +115,7 @@ if(isset($wgExtraNamespaces)) {
 # Whether to use user or default setting in Language::date()
 
 /* private */ $wgDateFormatsEn = array(
-       'Default',
+       'No preference',
        '16:12, January 15, 2001',
        '16:12, 15 January 2001',
        '16:12, 2001 January 15',
@@ -147,7 +146,6 @@ if(isset($wgExtraNamespaces)) {
        'enotifminoredits',
        'enotifrevealaddr',
        'shownumberswatching',
-       'rcusemodstyle',
        'fancysig',
        'externaleditor',
        'externaldiff',
@@ -210,6 +208,7 @@ $wgLanguageNamesEn =& $wgLanguageNames;
        MAG_CURRENTYEAR          => array( 1,    'CURRENTYEAR'            ),
        MAG_CURRENTTIME          => array( 1,    'CURRENTTIME'            ),
        MAG_NUMBEROFARTICLES     => array( 1,    'NUMBEROFARTICLES'       ),
+       MAG_NUMBEROFFILES        => array( 1,    'NUMBEROFFILES'          ),
        MAG_PAGENAME             => array( 1,    'PAGENAME'               ),
        MAG_PAGENAMEE            => array( 1,    'PAGENAMEE'              ),
        MAG_NAMESPACE            => array( 1,    'NAMESPACE'              ),
@@ -230,6 +229,7 @@ $wgLanguageNamesEn =& $wgLanguageNames;
        MAG_LOCALURL             => array( 0,    'LOCALURL:'              ),
        MAG_LOCALURLE            => array( 0,    'LOCALURLE:'             ),
        MAG_SERVER               => array( 0,    'SERVER'                 ),
+       MAG_SERVERNAME           => array( 0,    'SERVERNAME'             ),
        MAG_SCRIPTPATH           => array( 0,    'SCRIPTPATH'             ),
        MAG_GRAMMAR              => array( 0,    'GRAMMAR:'               ),
        MAG_NOTITLECONVERT       => array( 0,    '__NOTITLECONVERT__', '__NOTC__'),
@@ -254,7 +254,7 @@ global $wgRightsText;
 # The navigation toolbar, int: is used here to make sure that the appropriate
 # messages are automatically pulled from the user-selected language file.
 
-'sidebar' => "
+/* 
 The sidebar for MonoBook is generated from this message, lines that do not
 begin with * or ** are discarded, furthermore lines that do begin with ** and
 do not contain | are also discarded, but don't depend on this behaviour for
@@ -265,7 +265,8 @@ XHTML id names.
 Note to translators: Do not include this message in the language files you
 submit for inclusion in MediaWiki, it should always be inherited from the
 parent class in order maintain consistency across languages.
-
+*/
+'sidebar' => '
 * navigation
 ** mainpage|mainpage
 ** portal-url|portal
@@ -274,7 +275,7 @@ parent class in order maintain consistency across languages.
 ** randompage-url|randompage
 ** helppage|help
 ** sitesupport-url|sitesupport
-",
+',
 
 # User preference toggles
 'tog-underline' => 'Underline links',
@@ -300,7 +301,6 @@ parent class in order maintain consistency across languages.
 'tog-enotifminoredits'                 => 'Send me an email also for minor edits of pages',
 'tog-enotifrevealaddr'                 => 'Reveal my email address in notification mails',
 'tog-shownumberswatching'      => 'Show the number of watching users',
-'tog-rcusemodstyle'            => 'Show recent changes in UseMod style: only the most recent change of any page is listed.',
 'tog-fancysig' => 'Raw signatures (without automatic link)',
 'tog-externaleditor' => 'Use external editor by default',
 'tog-externaldiff' => 'Use external diff by default',
@@ -387,15 +387,9 @@ and the [http://meta.wikipedia.org/wiki/MediaWiki_User%27s_Guide User's Guide] f
 'metadata' => '<b>Metadata</b> (for an explanation see <a href="$1">here</a>)',
 'metadata_page' => 'Wikipedia:Metadata',
 
-# NOTE: To turn off "Current Events" in the sidebar,
-# set "currentevents" => "-"
-                                      
 'currentevents' => 'Current events',
 'currentevents-url' => 'Current events',
 
-# NOTE: To turn off "Disclaimers" in the title links,
-# set "disclaimers" => "-"
-
 'disclaimers' => 'Disclaimers',
 'disclaimerpage' => "Project:General_disclaimer",
 'errorpagetitle' => "Error",
@@ -409,6 +403,7 @@ and the [http://meta.wikipedia.org/wiki/MediaWiki_User%27s_Guide User's Guide] f
 'history_short' => 'History',
 'info_short'   => 'Information',
 'printableversion' => 'Printable version',
+'print' => 'Print',
 'edit' => 'Edit',
 'editthispage' => 'Edit this page',
 'delete' => 'Delete',
@@ -452,15 +447,15 @@ See $1.",
 'developertext'        => "The action you have requested can only be
 performed by users with \"developer\" status.
 See $1.",
-'bureaucrattitle'      => 'Bureaucrat access required',
-"bureaucrattext"       => "The action you have requested can only be
-performed by sysops with  \"bureaucrat\" status.",
 
 'badaccess'     => 'Permission error',
 'badaccesstext' => 'The action you have requested is limited
 to users with the "$2" permission assigned.
 See $1.',
 
+'versionrequired' => 'Version $1 of MediaWiki required',
+'versionrequiredtext' => 'Version $1 of MediaWiki is required to use this page. See [[Special:Version]]',
+
 'nbytes'               => '$1 bytes',
 'ok'                   => 'OK',
 'sitetitle'            => "{{SITENAME}}",
@@ -562,7 +557,6 @@ a number of reasons why this may be so, please see
 [[Project:Protected page]].
 
 You can view and copy the source of this page:",
-'seriousxhtmlerrors' => 'There were serious xhtml markup errors detected by tidy.',
 'sqlhidden' => '(SQL query hidden)',
 
 # Login and logout pages
@@ -620,21 +614,15 @@ email address to them, and it can be used to send you a new password if you forg
 Check your spelling, or use the form below to create a new user account.",
 'nosuchusershort'      => "There is no user by the name \"$1\". Check your spelling.",
 'wrongpassword'                => 'The password you entered is incorrect (or missing). Please try again.',
-'mailmypassword'       => 'Mail me a temporary password',
-'mailmypasswordauthent'        => 'Mail me a temporary password',
-'passwordremindermailsubject' => "Email address authentication and temporary login password from {{SITENAME}}",
-'passwordremindermailbody'     => "Someone, probably you from IP address $1,
-requested that we send you a temporary one-time login password for {{SITENAME}}.
-
-This mail is also be sent for the purpose of authentication of your email address.
-The password for user \"$2\" is now \"$4\".
-
-You can now log in with this temporary password, which is valid for only one login.
-You may wish to keep using your old password if you remember it or to set a new one.
-
-{{SERVER}}{{localurl:Special:Userlogin|wpName=$3&wpPassword=$4&returnto=Special:Preferences}}",
+'mailmypassword'       => 'Mail me a new password',
+'passwordremindertitle' => "Password reminder from {{SITENAME}}",
+'passwordremindertext' => "Someone (probably you, from IP address $1)
+requested that we send you a new {{SITENAME}} login password.
+The password for user \"$2\" is now \"$3\".
+You should log in and change your password now.",
 'noemail'                          => "There is no e-mail address recorded for user \"$1\".",
-'passwordsent'                 => "A temporary password has been sent to the e-mail address registered for \"$1\".
+'passwordsent' => "A new password has been sent to the e-mail address
+registered for \"$1\".
 Please log in again after you receive it.",
 'eauthentsent'             =>  "A confirmation email has been sent to the nominated email address. 
 Before any other mail is sent to the account, you will have to follow the instructions in the email, 
@@ -1139,7 +1127,6 @@ That comes to '''$5''' average edits per page, and '''$6''' views per edit.",
 'specialpages' => 'Special pages',
 'spheading'            => 'Special pages for all users',
 'restrictedpheading'   => 'Restricted special pages',
-'asksqlpheading' => 'asksql level',
 'blockpheading' => 'block level',
 'createaccountpheading' => 'createaccount level',
 'deletepheading' => 'delete level',
@@ -1469,20 +1456,6 @@ Please confirm that this is what you intend to do.',
 <br />Remember to remove the lock after your maintenance is complete.',
 'unlockdbsuccesstext' => 'The database has been unlocked.',
 
-# SQL query
-#
-'asksql'               => 'SQL query',
-'asksqltext'   => "Use the form below to make a direct query of the
-database.
-Use single quotes ('like this') to delimit string literals.
-This can often add considerable load to the server, so please use
-this function sparingly.",
-'sqlislogged'  => 'Please note that all queries are logged.',
-'sqlquery'             => 'Enter query',
-'querybtn'             => 'Submit query',
-'selectonly'   => 'Only read-only queries are allowed.',
-'querysuccessful' => 'Query successful',
-
 # Make sysop
 'makesysoptitle'       => 'Make a user into a sysop',
 'makesysoptext'                => 'This form is used by bureaucrats to turn ordinary users into administrators.
@@ -1519,26 +1492,21 @@ Type the name of the user in the box and press the button to make the user an ad
 'val_show_my_ratings' => 'Show my validations',
 'val_revision_number' => 'Revision #$1',
 'val_warning' => '<b>Never, <i>ever</i>, change something here without <i>explicit</i> community consensus!</b>',
-'val_rev_for' => 'Revisions for ',
+'val_rev_for' => 'Revisions for $1',
 'val_details_th_user' => 'User $1',
 'val_validation_of' => 'Validation of "$1"',
 'val_revision_of' => 'Revision of $1',
 'val_revision_changes_ok' => 'Your ratings have been stored!',
 'val_rev_stats_link' => 'See the validation statistics for "$1" <a href="$2">here</a>',
-'val_revision_stats_link' => '(<a href="$1">details</a>)',
+'val_revision_stats_link' => 'details',
 'val_iamsure' => 'Check this box if you really mean it!',
+'val_details_th' => '<sub>User</sub> \\ <sup>Topic</sup>',
 'val_clear_old' => 'Clear my older validation data',
 'val_merge_old' => 'Use my previous assessment where selected \'No opinion\'',
-'val_form_note' => '<b>Hint:</b> Merging your data means that for the article
-revision you select, all options where you have specified <i>no opinion</i>
-will be set to the value and comment of the most recent revision for which you
-have expressed an opinion. For example, if you want to change a single option
-for a newer revision, but also keep your other settings for this article in
-this revision, just select which option you intend to <i>change</i>, and
-merging will fill in the other options with your previous settings.',
+'val_form_note' => "'''Hint:''' Merging your data means that for the article revision you select, all options where you have specified ''no opinion'' will be set to the value and comment of the most recent revision for which you have expressed an opinion. For example, if you want to change a single option for a newer revision, but also keep your other settings for this article in this revision, just select which option you intend to ''change'', and merging will fill in the other options with your previous settings.",
 'val_noop' => 'No opinion',
 'val_topic_desc_page' => 'Project:Validation topics',
-'val_votepage_intro' => '<p>Change this text <a href="{{SERVER}}{{localurl:MediaWiki:Val_votepage_intro}}">here</a>!</p>',
+'val_votepage_intro' => 'Change this text <a href="{{SERVER}}{{localurl:MediaWiki:Val_votepage_intro}}">here</a>!',
 'val_percent' => '<b>$1%</b><br />($2 of $3 points<br />by $4 users)',
 'val_percent_single' => '<b>$1%</b><br />($2 of $3 points<br />by one user)',
 'val_total' => 'Total',
@@ -1652,6 +1620,7 @@ article [[Train]].
 
 # Special:Import
 'import'       => 'Import pages',
+'importinterwiki' => 'Transwiki import',
 'importtext'   => 'Please export the file from the source wiki using the Special:Export utility, save it to your disk and upload it here.',
 'importfailed' => "Import failed: $1",
 'importnotext' => 'Empty or no text',
@@ -1802,8 +1771,6 @@ ta[\'ca-nstab-category\'] = new Array(\'c\',\'View the category page\');
 'newimages' => 'New images gallery',
 'noimages'  => 'Nothing to see.',
 
-'sitesettings'                  => 'Site Settings',
-
 # short names for language variants used for language conversion links. 
 # to disable showing a particular link, set it to 'disable', e.g.
 # 'variantname-zh-sg' => 'disable',
@@ -1915,7 +1882,7 @@ ta[\'ca-nstab-category\'] = new Array(\'c\',\'View the category page\');
 'exif-contrast' =>'Contrast',
 'exif-saturation' =>'Saturation',
 'exif-sharpness' =>'Sharpness',
-'exif-devicesettingdescription' =>'Desice settings description',
+'exif-devicesettingdescription' =>'Device settings description',
 'exif-subjectdistancerange' =>'Subject distance range',
 'exif-imageuniqueid' =>'Unique image ID',
 'exif-gpsversionid' =>'GPS tag version',
@@ -2892,9 +2859,7 @@ class Language {
         * @access public
         */
        function linkTrail() {
-               $trail = $this->getMessage( 'linktrail' );
-               if( empty( $trail ) ) $trail = Language::linkTrail();
-               return $trail;
+               return $this->getMessage( 'linktrail' );
        }
 
        function getLangObj() {