r86507 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r86506‎ | r86507 | r86508 >
Date:17:16, 20 April 2011
Author:krinkle
Status:deferred
Tags:
Comment:
Start as example
Modified paths:
  • /trunk/tools/ToolserverI18N/language/messages/Commonshelper2.i18n.php (modified) (history)

Diff [purge]

Index: trunk/tools/ToolserverI18N/language/messages/Commonshelper2.i18n.php
@@ -16,9 +16,9 @@
1717 */
1818 $messages['en'] = array(
1919 'attention' => 'Attention',
20 - 'commonshelper2' => 'CommonsHelper 2',
 20+ 'commonshelper2' => 'CommonsHelper 2', // Optional
2121 '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',
2323 'jira_link' => 'Report a bug or suggest a feature',
2424
2525 // Main form
@@ -32,8 +32,8 @@
3333 'categories' => 'Categories',
3434 'remove_cats' => 'Remove existing categories',
3535 '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
3838 'use_tusc' => 'Use $1TUSC$2 to transfer the file directly', // $1 and $2 are for the link tag (<a href=...> and </a>)
3939 'tusc_user' => 'TUSC user name',
4040 'tusc_pass' => 'TUSC password',
@@ -59,8 +59,8 @@
6060 'target_wiki' => 'the target wiki',
6161
6262 // 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
6565
6666 //Upload
6767 'error_bot_blocked' => 'Upload bot is blocked on Commons.',
@@ -73,6 +73,24 @@
7474 'error_upload_file' => 'The orginal file cannot downloaded.'
7575 );
7676
 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+
7795 /** German (Deutsch)
7896 * @author Jan Luca
7997 */

Status & tagging log