From 1b1bd7cb57551a6f5e4ccdc2f99f238e352e6476 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Fri, 24 Apr 2009 15:56:36 +0000 Subject: [PATCH] * update messages.inc * rebuild MessagesEn.php --- languages/messages/MessagesEn.php | 29 +++++++++++++++-------------- maintenance/language/messages.inc | 25 ++++++++++++++++++++----- 2 files changed, 35 insertions(+), 19 deletions(-) diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 91c06c507d..0eadd8d9a1 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -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', + ); diff --git a/maintenance/language/messages.inc b/maintenance/language/messages.inc index 1fc696f001..bba30393b9 100644 --- a/maintenance/language/messages.inc +++ b/maintenance/language/messages.inc @@ -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', ); -- 2.20.1