Index: trunk/tools/ToolserverI18N/language/messages/Commonshelper2.i18n.php |
— | — | @@ -16,9 +16,9 @@ |
17 | 17 | */ |
18 | 18 | $messages['en'] = array( |
19 | 19 | 'attention' => 'Attention', |
20 | | - 'commonshelper2' => 'CommonsHelper 2', |
| 20 | + 'commonshelper2' => 'CommonsHelper 2', // Optional |
21 | 21 | 'description' => 'A tool to transfer files from Wikimedia projects to Wikimedia Commons', |
22 | | - 'change_meta' => 'Change the $1category and template settings$2 for $3', // $1 and $2 are for the link tag (<a href=...> and </a>), $3 for target wiki name |
| 22 | + 'change_meta' => 'Change the $1category and template settings$2 for $3', |
23 | 23 | 'jira_link' => 'Report a bug or suggest a feature', |
24 | 24 | |
25 | 25 | // Main form |
— | — | @@ -32,8 +32,8 @@ |
33 | 33 | 'categories' => 'Categories', |
34 | 34 | 'remove_cats' => 'Remove existing categories', |
35 | 35 | 'checkusage' => 'CheckUsage', |
36 | | - 'use_checkusage' => 'Use $1CommonSense$2 to suggest new categories', // $1 and $2 are for the link tag (<a href=...> and </a>) |
37 | | - 'tusc' => 'TUSC', |
| 36 | + 'use_checkusage' => 'Use $1CommonSense$2 to suggest new categories', |
| 37 | + 'tusc' => 'TUSC', // Ignore |
38 | 38 | 'use_tusc' => 'Use $1TUSC$2 to transfer the file directly', // $1 and $2 are for the link tag (<a href=...> and </a>) |
39 | 39 | 'tusc_user' => 'TUSC user name', |
40 | 40 | 'tusc_pass' => 'TUSC password', |
— | — | @@ -59,8 +59,8 @@ |
60 | 60 | 'target_wiki' => 'the target wiki', |
61 | 61 | |
62 | 62 | // Standard values in Latin chars (for Maindesk and Metadata-Links) |
63 | | - 'standard_language' => 'en', |
64 | | - 'standard_project' => 'wikipedia', |
| 63 | + 'standard_language' => 'en', // Ignore |
| 64 | + 'standard_project' => 'wikipedia', // Ignore |
65 | 65 | |
66 | 66 | //Upload |
67 | 67 | 'error_bot_blocked' => 'Upload bot is blocked on Commons.', |
— | — | @@ -73,6 +73,24 @@ |
74 | 74 | 'error_upload_file' => 'The orginal file cannot downloaded.' |
75 | 75 | ); |
76 | 76 | |
| 77 | +/** |
| 78 | + * Documentation (qqq) |
| 79 | + * |
| 80 | + * @author Krinkle |
| 81 | + */ |
| 82 | +$messages['en'] = array( |
| 83 | + 'commonshelper2' => '{{Optional}}', |
| 84 | + 'change_meta' => '$1 and $2 are for a clickable link ($1 is the start of the link, $2 the end of the link). |
| 85 | + |
| 86 | +$3 is target wiki name.', |
| 87 | + 'use_checkusage' => '$1 and $2 are for a clickable link ($1 is the start of the link, $2 the end of the link). |
| 88 | + |
| 89 | +$3 is target wiki name.', |
| 90 | + 'tusc' => '{{Ignore}}', |
| 91 | + 'standard_language' => '{{Ignore}}', |
| 92 | + 'standard_project' => '{{Ignore}}', |
| 93 | +); |
| 94 | + |
77 | 95 | /** German (Deutsch) |
78 | 96 | * @author Jan Luca |
79 | 97 | */ |