r40593 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r40592‎ | r40593 | r40594 >
Date:18:50, 7 September 2008
Author:aaron
Status:old
Tags:
Comment:
Ugh. There is nothing wrong with having nicer messages (seems to be #mediawiki consensus too). Partial revert of r40520 by siebrand.
Modified paths:
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -799,7 +799,7 @@
800800 "$1"
801801 from within function "$2".
802802 MySQL returned error "$3: $4"',
803 -'noconnect' => 'The wiki is experiencing some technical difficulties, and cannot contact the database server.<br />
 803+'noconnect' => 'Sorry! The wiki is experiencing some technical difficulties, and cannot contact the database server.<br />
804804 $1',
805805 'nodb' => 'Could not select database $1',
806806 'cachederror' => 'The following is a cached copy of the requested page, and may not be up to date.',
@@ -834,7 +834,7 @@
835835 'badtitle' => 'Bad title',
836836 'badtitletext' => 'The requested page title was invalid, empty, or an incorrectly linked inter-language or inter-wiki title.
837837 It may contain one or more characters which cannot be used in titles.',
838 -'perfdisabled' => 'This feature has been temporarily disabled because it slows the database down to the point that no one can use the wiki.',
 838+'perfdisabled' => 'Sorry! This feature has been temporarily disabled because it slows the database down to the point that no one can use the wiki.',
839839 'perfcached' => 'The following data is cached and may not be up to date.',
840840 'perfcachedts' => 'The following data is cached, and was last updated $1.',
841841 'querypage-no-updates' => 'Updates for this page are currently disabled.
@@ -899,7 +899,7 @@
900900 'createaccountmail' => 'by e-mail',
901901 'badretype' => 'The passwords you entered do not match.',
902902 'userexists' => 'Username entered already in use.
903 -Choose a different name.',
 903+Please choose a different name.',
904904 'youremail' => 'E-mail:',
905905 'username' => 'Username:',
906906 'uid' => 'User ID:',
@@ -960,7 +960,7 @@
961961 'loginend' => '', # do not translate or duplicate this message to other languages
962962 'signupend' => '{{int:loginend}}', # do not translate or duplicate this message to other languages
963963 'mailerror' => 'Error sending mail: $1',
964 -'acct_creation_throttle_hit' => 'You have already created $1 accounts.
 964+'acct_creation_throttle_hit' => 'Sorry, you have already created $1 accounts.
965965 You cannot make any more.',
966966 'emailauthenticated' => 'Your e-mail address was authenticated on $1.',
967967 'emailnotauthenticated' => 'Your e-mail address is not yet authenticated.
@@ -968,7 +968,7 @@
969969 'noemailprefs' => 'Specify an e-mail address for these features to work.',
970970 'emailconfirmlink' => 'Confirm your e-mail address',
971971 'invalidemailaddress' => 'The e-mail address cannot be accepted as it appears to have an invalid format.
972 -Enter a well-formatted address or empty that field.',
 972+Please enter a well-formatted address or empty that field.',
973973 'accountcreated' => 'Account created',
974974 'accountcreatedtext' => 'The user account for $1 has been created.',
975975 'createaccount-title' => 'Account creation for {{SITENAME}}',
@@ -1113,10 +1113,10 @@
11141114 'previewnote' => '<strong>This is only a preview;
11151115 changes have not yet been saved!</strong>',
11161116 'previewconflict' => 'This preview reflects the text in the upper text editing area as it will appear if you choose to save.',
1117 -'session_fail_preview' => '<strong>We could not process your edit due to a loss of session data.
 1117+'session_fail_preview' => '<strong>Sorry! We could not process your edit due to a loss of session data.
11181118 Please try again.
11191119 If it still does not work, try [[Special:UserLogout|logging out]] and logging back in.</strong>',
1120 -'session_fail_preview_html' => "<strong>We could not process your edit due to a loss of session data.</strong>
 1120+'session_fail_preview_html' => "<strong>Sorry! We could not process your edit due to a loss of session data.</strong>
11211121
11221122 ''Because {{SITENAME}} has raw HTML enabled, the preview is hidden as a precaution against JavaScript attacks.''
11231123

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r40520* add some newlines after periods...siebrand08:02, 6 September 2008