r56115 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r56114‎ | r56115 | r56116 >
Date:22:05, 9 September 2009
Author:siebrand
Status:deferred
Tags:
Comment:
Use double quotes for consistency
Modified paths:
  • /trunk/extensions/ChangeAuthor/ChangeAuthor.i18n.php (modified) (history)
  • /trunk/extensions/ReplaceText/ReplaceText.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ChangeAuthor/ChangeAuthor.i18n.php
@@ -38,11 +38,11 @@
3939 'changeauthor-pagenameform-go' => 'Go',
4040 'changeauthor-comment' => 'Comment:',
4141 'changeauthor-changeauthors-multi' => 'Change {{PLURAL:$1|author|authors}}',
42 - 'changeauthor-explanation-multi' => "With this form you can change revision authors.
43 -Simply change one or more usernames in the list below, add a comment (optional) and click the 'Change author(s)' button.",
 42+ 'changeauthor-explanation-multi' => 'With this form you can change revision authors.
 43+Simply change one or more usernames in the list below, add a comment (optional) and click the "Change author(s)" button.',
4444 'changeauthor-changeauthors-single' => 'Change author',
45 - 'changeauthor-explanation-single' => "With this form you can change a revision author.
46 -Simply change the username below, add a comment (optional) and click the 'Change author' button.",
 45+ 'changeauthor-explanation-single' => 'With this form you can change a revision author.
 46+Simply change the username below, add a comment (optional) and click the "Change author" button.',
4747 'changeauthor-invalid-username' => 'Invalid username "$1".',
4848 'changeauthor-nosuchuser' => 'No such user "$1".',
4949 'changeauthor-revview' => 'Revision #$1 of $2',
Index: trunk/extensions/ReplaceText/ReplaceText.i18n.php
@@ -14,7 +14,9 @@
1515 // user messages
1616 'replacetext' => 'Replace text',
1717 'replacetext-desc' => 'Provides a [[Special:ReplaceText|special page]] to allow administrators to do a global string find-and-replace on all the content pages of a wiki',
18 - 'replacetext_docu' => 'To replace one text string with another across all regular pages on this wiki, enter the two pieces of text here and then hit \'Continue\'. You will then be shown a list of pages that contain the search text, and you can choose the ones in which you want to replace it. Your name will appear in page histories as the user responsible for any changes.',
 18+ 'replacetext_docu' => 'To replace one text string with another across all regular pages on this wiki, enter the two pieces of text here and then hit \'Continue\'.
 19+You will then be shown a list of pages that contain the search text, and you can choose the ones in which you want to replace it.
 20+Your name will appear in page histories as the user responsible for any changes.',
1921 'replacetext_originaltext' => 'Original text:',
2022 'replacetext_replacementtext' => 'Replacement text:',
2123 'replacetext_optionalfilters' => 'Optional filters:',
@@ -25,20 +27,20 @@
2628 'replacetext_givetarget' => 'You must specify the string to be replaced.',
2729 'replacetext_nonamespace' => 'You must select at least one namespace.',
2830 'replacetext_editormove' => 'You must select at least one of the replacement options.',
29 - 'replacetext_choosepagesforedit' => 'Replace \'$1\' with \'$2\' in the text of the following {{PLURAL:$3|page|pages}}:',
30 - 'replacetext_choosepagesformove' => 'Replace \'$1\' with \'$2\' in the {{PLURAL:$3|name of the following page|names of the following pages}}:',
 31+ 'replacetext_choosepagesforedit' => 'Replace "$1" with "$2" in the text of the following {{PLURAL:$3|page|pages}}:',
 32+ 'replacetext_choosepagesformove' => 'Replace "$1" with "$2" in the {{PLURAL:$3|name of the following page|names of the following pages}}:',
3133 'replacetext_cannotmove' => 'The following {{PLURAL:$1|page|pages}} cannot be moved:',
3234 'replacetext_formovedpages' => 'For moved pages:',
3335 'replacetext_savemovedpages' => 'Save the old titles as redirects to the new titles',
3436 'replacetext_watchmovedpages' => 'Watch these pages',
3537 'replacetext_invertselections' => 'Invert selections',
3638 'replacetext_replace' => 'Replace',
37 - 'replacetext_success' => '\'$1\' will be replaced with \'$2\' in $3 {{PLURAL:$3|page|pages}}.',
38 - 'replacetext_noreplacement' => 'No pages were found containing the string \'$1\'.',
39 - 'replacetext_nomove' => 'No pages were found whose title contains \'$1\'.',
40 - 'replacetext_nosuchcategory' => "No category exists with the name '$1'.",
 39+ 'replacetext_success' => '"$1" will be replaced with "$2" in $3 {{PLURAL:$3|page|pages}}.',
 40+ 'replacetext_noreplacement' => 'No pages were found containing the string "$1".',
 41+ 'replacetext_nomove' => 'No pages were found whose title contains "$1".',
 42+ 'replacetext_nosuchcategory' => 'No category exists with the name "$1".',
4143 'replacetext_return' => 'Return to form.',
42 - 'replacetext_warning' => 'There {{PLURAL:$1|is $1 page that already contains|are $1 pages that already contain}} the replacement string, \'$2\'.
 44+ 'replacetext_warning' => 'There {{PLURAL:$1|is $1 page that already contains|are $1 pages that already contain}} the replacement string, "$2".
4345 If you make this replacement you will not be able to separate your replacements from these strings.
4446 Continue with the replacement?',
4547 'replacetext_blankwarning' => 'Because the replacement string is blank, this operation will not be reversible.
@@ -46,7 +48,7 @@
4749 'replacetext_continue' => 'Continue',
4850 'replacetext_cancel' => '(Click the "Back" button in your browser to cancel the operation.)',
4951 // content messages
50 - 'replacetext_editsummary' => 'Text replace - \'$1\' to \'$2\'',
 52+ 'replacetext_editsummary' => 'Text replace - "$1" to "$2"',
5153 'right-replacetext' => 'Do string replacements on the entire wiki',
5254 );
5355

Status & tagging log