r80510 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r80509‎ | r80510 | r80511 >
Date:19:34, 18 January 2011
Author:soxred93
Status:deferred (Comments)
Tags:
Comment:
Updating to most recent i18n for Soxred93s Tools
Modified paths:
  • /trunk/extensions/ToolserverTools/Soxred93EditCounter/ToolbaseMessages.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ToolserverTools/Soxred93EditCounter/ToolbaseMessages.i18n.php
@@ -3,46 +3,58 @@
44 $messages = array (
55 'en' =>
66 array (
7 - 'soxredtoolbase-1' => 'X!\'s Tools',
8 - 'soxredtoolbase-2' => 'Bugs',
9 - 'soxredtoolbase-3' => 'Twitter',
10 - 'soxredtoolbase-4' => 'Global Toolserver Sitenotice:',
11 - 'soxredtoolbase-5' => 'Server lagged by ',
12 - 'soxredtoolbase-6' => 'years',
13 - 'soxredtoolbase-7' => 'months',
14 - 'soxredtoolbase-8' => 'weeks',
15 - 'soxredtoolbase-9' => 'days',
16 - 'soxredtoolbase-10' => 'hours',
17 - 'soxredtoolbase-11' => 'minutes',
18 - 'soxredtoolbase-12' => 'seconds',
19 - 'soxredtoolbase-13' => 'Executed in $1 seconds',
20 - 'soxredtoolbase-14' => 'Navigation',
21 - 'soxredtoolbase-15' => 'Homepage',
22 - 'soxredtoolbase-16' => 'Get user ID',
23 - 'soxredtoolbase-17' => 'API',
24 - 'soxredtoolbase-18' => 'View Source',
25 - 'soxredtoolbase-19' => 'Wiki',
26 - 'soxredtoolbase-20' => '$1 is not a valid user',
27 - 'soxredtoolbase-21' => 'Find a User ID',
28 - 'soxredtoolbase-22' => 'The user ID for <b>$1</b> is <b>$2</b>.',
29 - 'soxredtoolbase-23' => 'Change language',
30 - 'soxredtoolbase-24' => 'Welcome!',
31 - 'soxredtoolbase-25' => 'Welcome to X!\'s tools! The tool suite is still in the process of being converted to the <a href="\\$1">Symfony</a> framework. This process will take a while, but it should be working now.
 7+ 'toolbase-header-title' => 'X!\'s Tools',
 8+ 'toolbase-header-bugs' => 'Bugs',
 9+ 'toolbase-header-twitter' => 'Twitter',
 10+ 'toolbase-header-sitenotice' => 'Global Toolserver Sitenotice: $1',
 11+
 12+ 'toolbase-replag' => 'Server lagged by $1',
 13+ 'toolbase-replag-years' => 'years',
 14+ 'toolbase-replag-months' => 'months',
 15+ 'toolbase-replag-weeks' => 'weeks',
 16+ 'toolbase-replag-days' => 'days',
 17+ 'toolbase-replag-hours' => 'hours',
 18+ 'toolbase-replag-minutes' => 'minutes',
 19+ 'toolbase-replag-seconds' => 'seconds',
 20+
 21+ 'toolbase-footer-exectime' => 'Executed in $1 seconds',
 22+ 'toolbase-footer-source' => 'View Source',
 23+ 'toolbase-footer-language' => 'Change language',
 24+
 25+ 'toolbase-navigation' => 'Navigation',
 26+ 'toolbase-navigation-homepage' => 'Homepage',
 27+ 'toolbase-navigation-api' => 'API',
 28+
 29+ 'toolbase-userid-submit' => 'Get user ID',
 30+ 'toolbase-userid-title' => 'Find a User ID',
 31+ 'toolbase-userid-result' => 'The user ID for <b>$1</b> is <b>$2</b>.',
 32+
 33+
 34+ 'toolbase-main-title' => 'Welcome!',
 35+ 'toolbase-main-content' => 'Welcome to X!\'s tools! The tool suite is still in the process of being converted to the <a href="$1">Symfony</a> framework. This process will take a while, but it should be working now.
3236
3337 For a list of tools that are currently running right now on this framework, see the sidebar to the right.
3438
35 -Bugs can be reported at <a href="\\$2">Google Code</a>.
 39+Bugs can be reported at <a href="$2">Google Code</a>.
3640
3741
3842 ',
39 - 'soxredtoolbase-26' => 'File not found',
40 - 'soxredtoolbase-27' => '
 43+ 'toolbase-main-404' => 'File not found',
 44+ 'toolbase-main-404-content' => '
4145 Oops! No page was found!
4246
4347 Make sure that you typed the URL correctly.
44 -If you followed a link from somewhere, please <a href="\\$1">report a bug</a>.
 48+If you followed a link from somewhere, please <a href="$1">report a bug</a>.
4549 </ul>
4650
4751 ',
 52+
 53+
 54+ 'toolbase-form-wiki' => 'Wiki',
 55+
 56+
 57+ 'toolbase-error-nouser' => '$1 is not a valid user',
 58+
 59+
4860 ),
4961 );
\ No newline at end of file

Follow-up revisions

RevisionCommit summaryAuthorDate
r80513Follow-up r80510: Update to current coding standards (spaced -> tabs) etc....raymond20:33, 18 January 2011

Comments

#Comment by Raymond (talk | contribs)   20:35, 18 January 2011

Is the older file Soxred93EditCounter.i18n still needed? If it should be added to Translatewiki too the message keys have to be prefixed first.

#Comment by X! (talk | contribs)   20:39, 18 January 2011

No, it's not needed anymore.

Status & tagging log