r89469 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89468‎ | r89469 | r89470 >
Date:15:17, 4 June 2011
Author:krinkle
Status:ok
Tags:
Comment:
TsIntuition fixes
* Re-alphabetize order Domains.php (r89459)
* Synchronize Optional and Ignore marks between comments after ['en'], templates in ['qqq'] and Translate/toolserver-domains.txt
* Add Templatecount to translation routine on TranslateWiki
Modified paths:
  • /trunk/tools/ToolserverI18N/language/Domains.php (modified) (history)
  • /trunk/tools/ToolserverI18N/language/messages/Commonshelper2.i18n.php (modified) (history)
  • /trunk/tools/ToolserverI18N/language/messages/General.i18n.php (modified) (history)
  • /trunk/tools/ToolserverI18N/language/messages/Getwikiapi.i18n.php (modified) (history)
  • /trunk/tools/ToolserverI18N/language/messages/Jarry.i18n.php (modified) (history)
  • /trunk/tools/ToolserverI18N/language/messages/Krinkle.i18n.php (modified) (history)
  • /trunk/tools/ToolserverI18N/language/messages/Monumentsapi.i18n.php (modified) (history)
  • /trunk/tools/ToolserverI18N/language/messages/Svgtranslate.i18n.php (modified) (history)
  • /trunk/tools/ToolserverI18N/language/messages/Templatecount.i18n.php (modified) (history)
  • /trunk/tools/ToolserverI18N/language/messages/Tsintuition.i18n.php (modified) (history)

Diff [purge]

Index: trunk/tools/ToolserverI18N/language/Domains.php
@@ -9,6 +9,6 @@
1010 'Orphantalk2' => 'Orphantalk2.i18n.php',
1111 'Recentanonymousactivity' => 'Recentanonymousactivity.i18n.php',
1212 'Svgtranslate' => 'Svgtranslate.i18n.php',
 13+ 'Templatecount' => 'Templatecount.i18n.php',
1314 'Tsintuition' => 'Tsintuition.i18n.php',
14 - 'Templatecount' => 'Templatecount.i18n.php',
15 -);
\ No newline at end of file
 15+);
Index: trunk/tools/ToolserverI18N/language/messages/Commonshelper2.i18n.php
@@ -33,7 +33,7 @@
3434 'move_file_from_com' => 'Move file from Wikimedia Commons to project',
3535 'categories' => 'Categories',
3636 'remove_cats' => 'Remove existing categories',
37 - 'checkusage' => 'CheckUsage',
 37+ 'checkusage' => 'CheckUsage', // Optional
3838 'use_checkusage' => 'Use $1CommonSense$2 to suggest new categories',
3939 'tusc' => 'TUSC', // Ignore
4040 'use_tusc' => 'Use $1TUSC$2 to authenticate and transfer the file directly',
Index: trunk/tools/ToolserverI18N/language/messages/General.i18n.php
@@ -11,12 +11,12 @@
1212 * @author Krinkle
1313 */
1414 $messages['en'] = array(
15 - 'dateformat' => '%B %d %Y',
 15+ 'dateformat' => '%B %d %Y', // Optional
1616 'hello' => 'Hello',
1717 'welcome' => 'Welcome',
1818 'toolversionstamp' => 'Version $1 ($2)',
1919 'etc' => 'etc.',
20 - 'colon-separator' => ':',
 20+ 'colon-separator' => ':', // Optional
2121 'namespace' => 'Namespace',
2222 'form-submit' => 'Go',
2323 'form-reset' => 'Reset',
@@ -28,7 +28,7 @@
2929 'seconds' => 'seconds',
3030 'last-modified-date' => 'Last modified: $1',
3131 'view-source' => 'View source',
32 - 'parentheses' => '($1)', // optional
 32+ 'parentheses' => '($1)', // Optional
3333 );
3434
3535 /** Message documentation (Message documentation)
@@ -36,12 +36,12 @@
3737 * @author Krinkle
3838 */
3939 $messages['qqq'] = array(
40 - 'dateformat' => 'Dateformat in this language. See documentation about [http://www.php.net/manual/en/function.strftime.php strftime() at php.net] for the syntax.',
 40+ 'dateformat' => '{{Optional}} Dateformat in this language. See documentation about [http://www.php.net/manual/en/function.strftime.php strftime() at php.net] for the syntax.',
4141 'hello' => 'A friendly greet.',
4242 'welcome' => 'A friendly welcome.',
4343 'toolversionstamp' => 'Short sentence about what the last version of this tool is and when the last update was. <code>$1</code> is the version (eg. "1.5.5beta") and <code>$2</code> is the date (without time).',
4444 'etc' => 'Abbreviated form of "et cetera"',
45 - 'colon-separator' => 'Optional message. Change it only if your language uses another character for ":" or it needs an extra space before the colon.',
 45+ 'colon-separator' => '{{Optional}} Change it only if your language uses another character for ":" or it needs an extra space before the colon.',
4646 'namespace' => '{{Identical|Namespace}}',
4747 'form-submit' => 'A general label for a form submission button. Not per se a search form!
4848 {{Identical|Go}}',
@@ -55,6 +55,7 @@
5656 'seconds' => 'Notation of time duration for multiple hours (eg. "Duration: x seconds" ). No support for advenced plural yet.',
5757 'last-modified-date' => 'The date something was last modified. $1 is a date (eg. "April 5 2010, 12:30 AM")',
5858 'view-source' => 'Label for a button or link that, when clicked, will present the program source code.',
 59+ 'parentheses' => '{{Optional}}',
5960 );
6061
6162 /** Afrikaans (Afrikaans)
Index: trunk/tools/ToolserverI18N/language/messages/Getwikiapi.i18n.php
@@ -15,7 +15,7 @@
1616 * @author Krinkle
1717 */
1818 $messages['en'] = array(
19 - 'title' => 'Get Wiki API', // Ignore, do not translate
 19+ 'title' => 'Get Wiki API', // Ignore
2020 'formats-heading' => 'Output formats',
2121 'input' => 'Input',
2222 'label-wikiids' => 'Wiki identifiers',
Index: trunk/tools/ToolserverI18N/language/messages/Svgtranslate.i18n.php
@@ -59,7 +59,8 @@
6060 * @author Purodha
6161 */
6262 $messages['qqq'] = array(
63 - 'title' => 'The title of the tool.',
 63+ 'title' => 'The title of the tool.
 64+{{Optional}}',
6465 'error-tryagain' => 'A general error message appended to another error message ($1) suggesting the user hits their "Back" button and tries again.',
6566 'error-nothing' => 'An error received when the tool finds no translatable items of text in the SVG.',
6667 'error-notsvg' => 'An error that occurs when the file provided is not in the required SVG file format.',
Index: trunk/tools/ToolserverI18N/language/messages/Krinkle.i18n.php
@@ -15,7 +15,7 @@
1616 * @author Krinkle
1717 */
1818 $messages['en'] = array(
19 - 'alws-label' => 'Wiki', // optional
 19+ 'alws-label' => 'Wiki', // Optional
2020 'alws-selectwiki' => '(select wiki)',
2121 'alws-group-mustused' => 'Most used wikis',
2222 'alws-group-allaz' => 'All wikis alphabetically',
Index: trunk/tools/ToolserverI18N/language/messages/Monumentsapi.i18n.php
@@ -15,7 +15,7 @@
1616 * @author Multichill
1717 */
1818 $messages['en'] = array(
19 - 'title' => 'Monuments API', // Do not translate
 19+ 'title' => 'Monuments API', // Ignore
2020 'search-table-th-field' => 'Field',
2121 'search-table-th-filter' => 'Filter',
2222 'search-table-th-search' => 'Search',
Index: trunk/tools/ToolserverI18N/language/messages/Templatecount.i18n.php
@@ -13,7 +13,7 @@
1414 * @author Jarry1250
1515 */
1616 $messages['en'] = array(
17 - 'title' => 'Template transclusion count', // Translators: Optional
 17+ 'title' => 'Template transclusion count', // Optional
1818 'enter-details' => 'Enter details',
1919 'introduction' => "Type in the name of a template (Wikipedias only at the moment, sorry) and press go. It's as simple as that. There is some caching (remembering of results), but that is unfortunately outside of the control of this tool and its owner.",
2020 'language-label' => 'Language',
@@ -24,3 +24,11 @@
2525 'error-suggestion' => 'Perhaps you misspelt (or mis-capitalised) the name of the page?',
2626 'time-label' => 'Time taken to execute command',
2727 );
 28+
 29+/** Message documentation (Message documentation)
 30+ * @author Krinkle
 31+ */
 32+$messages['qqq'] = array(
 33+ 'title' => 'The title of the tool.
 34+{{Optional}}',
 35+);
Index: trunk/tools/ToolserverI18N/language/messages/Jarry.i18n.php
@@ -15,7 +15,7 @@
1616 * @author Jarry
1717 */
1818 $messages['en'] = array(
19 - 'title' => 'Jarry1250\'s Toolserver Tools', // Ignore, do not translate
 19+ 'title' => 'Jarry1250\'s Toolserver Tools', // Ignore
2020 'moretools' => 'more tools from the same author',
2121 'bugs' => 'bug reports and feature requests',
2222 'comments' => 'comments and queries',
Index: trunk/tools/ToolserverI18N/language/messages/Tsintuition.i18n.php
@@ -15,7 +15,7 @@
1616 * @author Krinkle
1717 */
1818 $messages['en'] = array(
19 - 'title' => 'Toolserver Intuition', // Ignore, do not translate
 19+ 'title' => 'Toolserver Intuition', // Ignore
2020 'fullname' => 'Internationalization for Toolserver\'s User Interface',
2121 'current-settings' => 'Current settings',
2222 'current-language' => 'Currently selected language',

Follow-up revisions

RevisionCommit summaryAuthorDate
r89470TsIntuition fixes...krinkle15:17, 4 June 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r89459Add Jarry1250's Translate tool...reedy10:57, 4 June 2011

Status & tagging log