* update messages.inc
authorSiebrand Mazeland <siebrand@users.mediawiki.org>
Fri, 24 Apr 2009 15:56:36 +0000 (15:56 +0000)
committerSiebrand Mazeland <siebrand@users.mediawiki.org>
Fri, 24 Apr 2009 15:56:36 +0000 (15:56 +0000)
* rebuild MessagesEn.php

languages/messages/MessagesEn.php
maintenance/language/messages.inc

index 91c06c5..0eadd8d 100644 (file)
@@ -910,7 +910,7 @@ Please choose a different name.',
 'username'                   => 'Username:',
 'uid'                        => 'User ID:',
 'prefs-memberingroups'       => 'Member of {{PLURAL:$1|group|groups}}:',
-'prefs-registration'        => 'Registration time:',
+'prefs-registration'         => 'Registration time:',
 'yourrealname'               => 'Real name:',
 'yourlanguage'               => 'Language:',
 'yourvariant'                => 'Variant:', # only translate this message to other languages if you have to change it
@@ -1560,12 +1560,12 @@ Note that their indexes of {{SITENAME}} content may be out of date.',
 'qbsettings-floatingleft'   => 'Floating left',
 'qbsettings-floatingright'  => 'Floating right',
 'changepassword'            => 'Change password',
-'prefs-skin'                      => 'Skin',
+'prefs-skin'                => 'Skin',
 'skin-preview'              => 'Preview',
-'prefs-math'                      => 'Math',
+'prefs-math'                => 'Math',
 'dateformat'                => 'Date format',
 'datedefault'               => 'No preference',
-'prefs-datetime'                  => 'Date and time',
+'prefs-datetime'            => 'Date and time',
 'math_failure'              => 'Failed to parse',
 'math_unknown_error'        => 'unknown error',
 'math_unknown_function'     => 'unknown function',
@@ -1586,7 +1586,7 @@ please see math/README to configure.',
 'prefs-watchlist-edits-max' => '(maximum number: 1000)',
 'prefs-misc'                => 'Misc',
 'prefs-resetpass'           => 'Change password',
-'prefs-email'                      => 'Email options',
+'prefs-email'               => 'Email options',
 'prefs-rendering'           => 'Page Rendering',
 'saveprefs'                 => 'Save',
 'resetprefs'                => 'Clear unsaved changes',
@@ -1628,10 +1628,10 @@ please see math/README to configure.',
 'prefs-namespaces'          => 'Namespaces',
 'defaultns'                 => 'Search in these namespaces by default:',
 'default'                   => 'default',
-'prefs-files'                     => 'Files',
+'prefs-files'               => 'Files',
 'prefs-custom-css'          => 'Custom CSS',
 'prefs-custom-js'           => 'Custom JS',
-'prefs-reset-intro'                => 'You can use this page to reset your preferences to the site defaults. This cannot be undone.',
+'prefs-reset-intro'         => 'You can use this page to reset your preferences to the site defaults. This cannot be undone.',
 
 # User rights
 'userrights'                     => 'User rights management',
@@ -3912,12 +3912,13 @@ Enter the filename without the "{{ns:file}}:" prefix.',
 'dberr-cachederror' => 'This is a cached copy of the requested page, and may not be up to date.',
 
 # HTML forms
-'htmlform-invalid-input' => 'There are problems with some of your input',
-'htmlform-select-badoption' => 'The value you specified is not a valid option.',
-'htmlform-int-invalid' => 'The value you specified is not an integer.',
-'htmlform-int-toolow' => 'The value you specified is below the minimum of $1',
-'htmlform-int-toohigh' => 'The value you specified is above the maximum of $1',
-'htmlform-submit' => 'Submit',
-'htmlform-reset' => 'Undo changes',
+'htmlform-invalid-input'       => 'There are problems with some of your input',
+'htmlform-select-badoption'    => 'The value you specified is not a valid option.',
+'htmlform-int-invalid'         => 'The value you specified is not an integer.',
+'htmlform-int-toolow'          => 'The value you specified is below the minimum of $1',
+'htmlform-int-toohigh'         => 'The value you specified is above the maximum of $1',
+'htmlform-submit'              => 'Submit',
+'htmlform-reset'               => 'Undo changes',
 'htmlform-selectorother-other' => 'Other',
+
 );
index 1fc696f..bba3039 100644 (file)
@@ -392,6 +392,7 @@ $wgMessageStructure = array(
                'username',
                'uid',
                'prefs-memberingroups',
+               'prefs-registration',
                'yourrealname',
                'yourlanguage',
                'yourvariant',
@@ -871,12 +872,12 @@ $wgMessageStructure = array(
                'qbsettings-floatingleft',
                'qbsettings-floatingright',
                'changepassword',
-               'skin',
+               'prefs-skin',
                'skin-preview',
-               'math',
+               'prefs-math',
                'dateformat',
                'datedefault',
-               'datetime',
+               'prefs-datetime',
                'math_failure',
                'math_unknown_error',
                'math_unknown_function',
@@ -895,10 +896,12 @@ $wgMessageStructure = array(
                'prefs-watchlist-edits-max',
                'prefs-misc',
                'prefs-resetpass',
+               'prefs-email',
+               'prefs-rendering',
                'saveprefs',
                'resetprefs',
                'restoreprefs',
-               'textboxsize',
+               'prefs-editing',
                'prefs-edit-boxsize',
                'rows',
                'columns',
@@ -936,9 +939,10 @@ $wgMessageStructure = array(
                'defaultns',
                'default',
                'defaultns',
-               'files',
+               'prefs-files',
                'prefs-custom-css',
                'prefs-custom-js',
+               'prefs-reset-intro',
        ),
        'userrights' => array(
                'userrights',
@@ -2975,6 +2979,16 @@ $wgMessageStructure = array(
                'dberr-outofdate',
                'dberr-cachederror',
        ),
+       'html-forms' => array(
+               'htmlform-invalid-input',
+               'htmlform-select-badoption',
+               'htmlform-int-invalid',
+               'htmlform-int-toolow',
+               'htmlform-int-toohigh',
+               'htmlform-submit',
+               'htmlform-reset',
+               'htmlform-selectorother-other',
+       ),
 );
 
 /** Comments for each block */
@@ -3176,4 +3190,5 @@ Variants for Chinese language",
        'external_images'       => 'External image whitelist',
        'special-tags'          => 'Special:Tags',
        'db-error-messages'     => 'Database error messages',
+       'html-forms'            => 'HTML forms',
 );