r101249 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r101248‎ | r101249 | r101250 >
Date:10:32, 29 October 2011
Author:siebrand
Status:ok
Tags:
Comment:
Consistency fixes:
* punctuation for error messages.
* capital letter after colon
Modified paths:
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -619,7 +619,7 @@
620620
621621 # User preference toggles
622622 'tog-underline' => 'Link underlining:',
623 -'tog-highlightbroken' => 'Format broken links <a href="" class="new">like this</a> (alternative: like this<a href="" class="internal">?</a>)',
 623+'tog-highlightbroken' => 'Format broken links <a href="" class="new">like this</a> (alternative: Like this<a href="" class="internal">?</a>)',
624624 'tog-justify' => 'Justify paragraphs',
625625 'tog-hideminor' => 'Hide minor edits in recent changes',
626626 'tog-hidepatrolled' => 'Hide patrolled edits in recent changes',
@@ -987,9 +987,9 @@
988988 'filedeleteerror' => 'Could not delete file "$1".',
989989 'directorycreateerror' => 'Could not create directory "$1".',
990990 'filenotfound' => 'Could not find file "$1".',
991 -'fileexistserror' => 'Unable to write to file "$1": file exists',
 991+'fileexistserror' => 'Unable to write to file "$1": File exists.',
992992 'unexpected' => 'Unexpected value: "$1"="$2".',
993 -'formerror' => 'Error: could not submit form',
 993+'formerror' => 'Error: Could not submit form.',
994994 'badarticleerror' => 'This action cannot be performed on this page.',
995995 'cannotdelete' => 'The page or file "$1" could not be deleted.
996996 It may have already been deleted by someone else.',
@@ -1025,7 +1025,7 @@
10261026 The reason given is "\'\'$2\'\'".',
10271027
10281028 # Virus scanner
1029 -'virus-badscanner' => "Bad configuration: unknown virus scanner: ''$1''",
 1029+'virus-badscanner' => "Bad configuration: Unknown virus scanner: ''$1''",
10301030 'virus-scanfailed' => 'scan failed (code $1)',
10311031 'virus-unknownscanner' => 'unknown antivirus:',
10321032
@@ -1336,11 +1336,11 @@
13371337 'blocked-notice-logextract' => 'This user is currently blocked.
13381338 The latest block log entry is provided below for reference:',
13391339 'clearyourcache' => "'''Note:''' After saving, you may have to bypass your browser's cache to see the changes.
1340 -* '''Firefox / Safari:''' hold ''Shift'' while clicking ''Reload'', or press either ''Ctrl-F5'' or ''Ctrl-R'' (''Command-R'' on a Mac)
1341 -* '''Google Chrome:''' press ''Ctrl-Shift-R'' (''Command-Shift-R'' on a Mac)
1342 -* '''Internet Explorer:''' hold ''Ctrl'' while clicking ''Refresh'', or press ''Ctrl-F5''
1343 -* '''Konqueror:''' click ''Reload'' or press ''F5''
1344 -* '''Opera:''' clear the cache in ''Tools → Preferences''",
 1340+* '''Firefox / Safari:''' Hold ''Shift'' while clicking ''Reload'', or press either ''Ctrl-F5'' or ''Ctrl-R'' (''Command-R'' on a Mac)
 1341+* '''Google Chrome:''' Press ''Ctrl-Shift-R'' (''Command-Shift-R'' on a Mac)
 1342+* '''Internet Explorer:''' Hold ''Ctrl'' while clicking ''Refresh'', or press ''Ctrl-F5''
 1343+* '''Konqueror:''' Click ''Reload'' or press ''F5''
 1344+* '''Opera:''' Clear the cache in ''Tools → Preferences''",
13451345 'usercssyoucanpreview' => "'''Tip:''' Use the \"{{int:showpreview}}\" button to test your new CSS before saving.",
13461346 'userjsyoucanpreview' => "'''Tip:''' Use the \"{{int:showpreview}}\" button to test your new JavaScript before saving.",
13471347 'usercsspreview' => "'''Remember that you are only previewing your user CSS.'''
@@ -1383,7 +1383,7 @@
13841384 'yourtext' => 'Your text',
13851385 'storedversion' => 'Stored revision',
13861386 'nonunicodebrowser' => "'''Warning: Your browser is not unicode compliant.'''
1387 -A workaround is in place to allow you to safely edit pages: non-ASCII characters will appear in the edit box as hexadecimal codes.",
 1387+A workaround is in place to allow you to safely edit pages: Non-ASCII characters will appear in the edit box as hexadecimal codes.",
13881388 'editingold' => "'''Warning: You are editing an out-of-date revision of this page.'''
13891389 If you save it, any changes made since this revision will be lost.",
13901390 'yourdiff' => 'Differences',
@@ -1490,7 +1490,7 @@
14911491 'last' => 'prev',
14921492 'page_first' => 'first',
14931493 'page_last' => 'last',
1494 -'histlegend' => "Diff selection: mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.<br />
 1494+'histlegend' => "Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.<br />
14951495 Legend: '''({{int:cur}})''' = difference with latest revision, '''({{int:last}})''' = difference with preceding revision, '''{{int:minoreditletter}}''' = minor edit.",
14961496 'history-fieldset-title' => 'Browse history',
14971497 'history-show-deleted' => 'Deleted only',
@@ -1585,17 +1585,17 @@
15861586 'revdel-restore-visible' => 'visible revisions',
15871587 'pagehist' => 'Page history',
15881588 'deletedhist' => 'Deleted history',
1589 -'revdelete-hide-current' => 'Error hiding the item dated $2, $1: this is the current revision.
 1589+'revdelete-hide-current' => 'Error hiding the item dated $2, $1: This is the current revision.
15901590 It cannot be hidden.',
1591 -'revdelete-show-no-access' => 'Error showing the item dated $2, $1: this item has been marked "restricted".
 1591+'revdelete-show-no-access' => 'Error showing the item dated $2, $1: This item has been marked "restricted".
15921592 You do not have access to it.',
1593 -'revdelete-modify-no-access' => 'Error modifying the item dated $2, $1: this item has been marked "restricted".
 1593+'revdelete-modify-no-access' => 'Error modifying the item dated $2, $1: This item has been marked "restricted".
15941594 You do not have access to it.',
1595 -'revdelete-modify-missing' => 'Error modifying item ID $1: it is missing from the database!',
1596 -'revdelete-no-change' => "'''Warning:''' the item dated $2, $1 already had the requested visibility settings.",
1597 -'revdelete-concurrent-change' => 'Error modifying the item dated $2, $1: its status appears to have been changed by someone else while you attempted to modify it.
 1595+'revdelete-modify-missing' => 'Error modifying item ID $1: It is missing from the database!',
 1596+'revdelete-no-change' => "'''Warning:''' The item dated $2, $1 already had the requested visibility settings.",
 1597+'revdelete-concurrent-change' => 'Error modifying the item dated $2, $1: Its status appears to have been changed by someone else while you attempted to modify it.
15981598 Please check the logs.',
1599 -'revdelete-only-restricted' => 'Error hiding the item dated $2, $1: you cannot suppress items from view by administrators without also selecting one of the other visibility options.',
 1599+'revdelete-only-restricted' => 'Error hiding the item dated $2, $1: You cannot suppress items from view by administrators without also selecting one of the other visibility options.',
16001600 'revdelete-reason-dropdown' => '*Common delete reasons
16011601 ** Copyright violation
16021602 ** Inappropriate personal information
@@ -1846,7 +1846,7 @@
18471847 'gender-unknown' => 'Undisclosed',
18481848 'gender-male' => 'Male',
18491849 'gender-female' => 'Female',
1850 -'prefs-help-gender' => 'Optional: used for gender-correct addressing by the software.
 1850+'prefs-help-gender' => 'Optional: Used for gender-correct addressing by the software.
18511851 This information will be public.',
18521852 'email' => 'E-mail',
18531853 'prefs-help-realname' => 'Real name is optional.
@@ -2945,8 +2945,8 @@
29462946 'undelete-search-prefix' => 'Show pages starting with:',
29472947 'undelete-search-submit' => 'Search',
29482948 'undelete-no-results' => 'No matching pages found in the deletion archive.',
2949 -'undelete-filename-mismatch' => 'Cannot undelete file revision with timestamp $1: filename mismatch',
2950 -'undelete-bad-store-key' => 'Cannot undelete file revision with timestamp $1: file was missing before deletion.',
 2949+'undelete-filename-mismatch' => 'Cannot undelete file revision with timestamp $1: Filename mismatch.',
 2950+'undelete-bad-store-key' => 'Cannot undelete file revision with timestamp $1: File was missing before deletion.',
29512951 'undelete-cleanup-error' => 'Error deleting unused archive file "$1".',
29522952 'undelete-missing-filearchive' => 'Unable to restore file archive ID $1 because it is not in the database.
29532953 It may have already been undeleted.',
@@ -3312,7 +3312,7 @@
33133313 'thumbnail_invalid_params' => 'Invalid thumbnail parameters',
33143314 'thumbnail_dest_directory' => 'Unable to create destination directory',
33153315 'thumbnail_image-type' => 'Image type not supported',
3316 -'thumbnail_gd-library' => 'Incomplete GD library configuration: missing function $1',
 3316+'thumbnail_gd-library' => 'Incomplete GD library configuration: Missing function $1',
33173317 'thumbnail_image-missing' => 'File seems to be missing: $1',
33183318
33193319 # Special:Import

Follow-up revisions

RevisionCommit summaryAuthorDate
r101348MFT r101249, r100505.siebrand10:33, 31 October 2011
r101349MFT r101249, r100505.siebrand10:36, 31 October 2011

Status & tagging log