r77829 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r77828‎ | r77829 | r77830 >
Date:20:52, 5 December 2010
Author:holek
Status:deferred
Tags:
Comment:
Fixes in English text
Modified paths:
  • /trunk/extensions/ToolserverTools/HolekCiteGen/allMessages.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ToolserverTools/HolekCiteGen/allMessages.php
@@ -16,18 +16,17 @@
1717
1818 /** English (English)
1919 * @author Holek
20 -
2120 * @author Wpedzich
2221 */
2322 $messages['en'] = array(
24 - 'ts-citegen-Title' => 'Citation templates generator',
 23+ 'ts-citegen-Title' => 'Citation template generator',
2524
2625 // Button
27 - 'ts-citegen-Send' => 'Send',
 26+ 'ts-citegen-Send' => 'Generate',
2827
2928 // Input
3029 'ts-citegen-Input-title' => 'Input',
31 - 'ts-citegen-Input-text' => 'This is a citation template generator. Using it, you can quickly fill in the quotation templates in various language editions of Wikipedia. Please fill in the data (%s) in the fields below, and the script will try to complete the templates. Remember, it does not matter in which fields you will put the input data. Script will automatically match the correct template to given input.',
 30+ 'ts-citegen-Input-text' => 'This is a citation template generator. Using it, you can quickly fill in the citation templates in various language editions of Wikipedia. Please fill in the data (%s) in the fields below, and the script will try to complete the templates. Remember, it does not matter in which fields you put the input data. The script will automatically match the correct template to the input given.',
3231 'ts-citegen-Option-append-author-link' => 'Append the author wikilinks into the template',
3332 'ts-citegen-Option-append-newlines' => 'Append new lines after each parameter',
3433 'ts-citegen-Option-add-references' => 'Add <ref> tags around citing templates',
@@ -35,7 +34,7 @@
3635
3736 // Output
3837 'ts-citegen-Output-title' => 'Result',
39 - 'ts-citegen-Output-select-disclaimer' => 'Remember that choosing a template language does not guarantee that specific template is available in your language. This field lists available languages of every supported template. Ie. it may display French, because only {{Cite book}} is supported.',
 38+ 'ts-citegen-Output-select-disclaimer' => 'Remember that choosing a template language does not guarantee that the specific template is available in your language. This field lists available languages of every supported template, i.e. it may display French, because only {{Cite book}} is supported.',
4039 'ts-citegen-Wrong-input' => '%s: not identified as a correct input.',
4140
4241 // Settings
@@ -51,13 +50,12 @@
5251 'ts-citegen-Sourcer-text' => 'Below the list of used sources is available.',
5352
5453 // Sidebar-related messages
55 - 'ts-citegen-Sidebar-title' => 'Citations generator',
56 - 'ts-citegen-Sidebar-text' => 'This version of the generator uses the setup found on the full version of this generator. Ie. if you want to change the language version of the template, make the change using the generator itself. The settings are saved with the use of cookies.',
 54+ 'ts-citegen-Sidebar-title' => 'Citation generator',
5755
5856 'ts-citegen-Sidebar-add-Firefox' => 'Add to the sidebar',
5957 'ts-citegen-Sidebar-add-Opera' => 'Add to the Hotlist',
6058 'ts-citegen-Sidebar-add-IE-Mac' => 'Add to the Page Holder',
61 - 'ts-citegen-Sidebar-add-IE-Mac-details' => 'Once the page has loaded, open your Page Holder, click \'Add\' then use the Page Holder Favorites button to store it as a Page Holder Favourite.',
 59+ 'ts-citegen-Sidebar-add-IE-Mac-details' => 'Once the page has loaded, open your Page Holder, click \'Add\' then use the Page Holder Favorites button to store it as a Page Holder Favorite.',
6260
6361 // Portlet messages
6462 'ts-citegen-Tools' => 'Tools',
@@ -68,7 +66,7 @@
6967 // Error messages
7068 'ts-citegen-Errors-title' => 'Errors',
7169 'ts-citegen-Unavailable-API' => 'Error: Wikimedia API is unavailable',
72 - 'ts-citegen-Unavailable-SQL' => 'Error: Toolserver database is unavailable. MySQL produced: %s',
 70+ 'ts-citegen-Unavailable-SQL' => 'Error: Toolserver database is unavailable. MySQL returned: %s',
7371 'ts-citegen-base-disabled' => 'Error: %s database is unavailable.'
7472
7573
@@ -97,7 +95,6 @@
9896 'ts-citegen-Sources-title' => 'Sources section title',
9997 'ts-citegen-Sourcer-text' => 'An explanation test for sources section',
10098 'ts-citegen-Sidebar-title' => 'Shortened title used for mini-generator',
101 - 'ts-citegen-Sidebar-text' => 'An explanation text used in the sidebar.',
10299 'ts-citegen-Sidebar-add-Firefox' => "Caption of generator addition to Firefox's sidebar",
103100 'ts-citegen-Sidebar-add-Opera' => "Caption of generator addition to Opera's Hotlist",
104101 'ts-citegen-Sidebar-add-IE-Mac' => "Caption of generator addition to Mac IE's Page Holder",
@@ -225,7 +222,6 @@
226223 'ts-citegen-Sources-title' => 'Źródła',
227224 'ts-citegen-Sourcer-text' => 'Poniżej podane są strony, z których korzystano przy pobieraniu informacji o książkach. Każdy z linków przenosi',
228225 'ts-citegen-Sidebar-title' => 'Generator cytowań',
229 - 'ts-citegen-Sidebar-text' => 'Ta wersja generatora wykorzystuje ustawienia stosowane przez pełną wersję generatora. Jeżeli chcesz np. zmienić język szablonu, zmień go tamże. Ustawienia zapisywane są za pomoca ciasteczek.',
230226 'ts-citegen-Sidebar-add-Firefox' => 'Dodaj do panelu bocznego',
231227 'ts-citegen-Sidebar-add-Opera' => 'Dodaj do panelu Opery',
232228 'ts-citegen-Sidebar-add-IE-Mac' => 'Dodaj do Page Holdera',

Status & tagging log