Index: trunk/extensions/ToolserverTools/Soxred93EditCounter/ToolbaseMessages.i18n.php |
— | — | @@ -0,0 +1,50 @@ |
| 2 | +<?php |
| 3 | + |
| 4 | +$messages = array ( |
| 5 | + 'en' => |
| 6 | + array ( |
| 7 | + 'soxredtoolbase-1' => 'Find a User ID', |
| 8 | + 'soxredtoolbase-2' => 'Wiki', |
| 9 | + 'soxredtoolbase-3' => 'Get user ID', |
| 10 | + 'soxredtoolbase-4' => 'X!\'s Tools', |
| 11 | + 'soxredtoolbase-5' => 'Bugs', |
| 12 | + 'soxredtoolbase-6' => 'Twitter', |
| 13 | + 'soxredtoolbase-7' => 'Executed in %count% seconds', |
| 14 | + 'soxredtoolbase-8' => 'Navigation', |
| 15 | + 'soxredtoolbase-9' => 'Homepage', |
| 16 | + 'soxredtoolbase-10' => 'View Source', |
| 17 | + 'soxredtoolbase-11' => 'Change language', |
| 18 | + 'soxredtoolbase-12' => 'The user ID for <b>$1</b> is <b>$2</b>.', |
| 19 | + 'soxredtoolbase-13' => 'Global Toolserver Sitenotice:', |
| 20 | + 'soxredtoolbase-14' => 'Server lagged by ', |
| 21 | + 'soxredtoolbase-15' => 'years', |
| 22 | + 'soxredtoolbase-16' => 'months', |
| 23 | + 'soxredtoolbase-17' => 'weeks', |
| 24 | + 'soxredtoolbase-18' => 'days', |
| 25 | + 'soxredtoolbase-19' => 'hours', |
| 26 | + 'soxredtoolbase-20' => 'minutes', |
| 27 | + 'soxredtoolbase-21' => 'seconds', |
| 28 | + 'soxredtoolbase-22' => '%name% is not a valid user', |
| 29 | + 'soxredtoolbase-23' => 'The user ID for <b>%name%</b> is <b>%id%</b>.', |
| 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. |
| 32 | + |
| 33 | +For a list of tools that are currently running right now on this framework, see the sidebar to the right. |
| 34 | + |
| 35 | +Bugs can be reported at <a href="\\$2">Google Code</a>. |
| 36 | + |
| 37 | + |
| 38 | +', |
| 39 | + 'soxredtoolbase-26' => 'File not found', |
| 40 | + 'soxredtoolbase-27' => ' |
| 41 | +Oops! No page was found! |
| 42 | + |
| 43 | +Make sure that you typed the URL correctly. |
| 44 | +If you followed a link from somewhere, please <a href="\\$1">report a bug</a>. |
| 45 | +</ul> |
| 46 | + |
| 47 | +', |
| 48 | + 'soxredtoolbase-28' => 'API', |
| 49 | + 'soxredtoolbase-29' => '$1 is not a valid user', |
| 50 | + ), |
| 51 | +); |
\ No newline at end of file |
Property changes on: trunk/extensions/ToolserverTools/Soxred93EditCounter/ToolbaseMessages.i18n.php |
___________________________________________________________________ |
Added: svn:eol-style |
1 | 52 | + native |