Index: trunk/extensions/ToolserverTools/Soxred93EditCounter/ToolbaseMessages.i18n.php |
— | — | @@ -3,46 +3,58 @@ |
4 | 4 | $messages = array ( |
5 | 5 | 'en' => |
6 | 6 | 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. |
32 | 36 | |
33 | 37 | For a list of tools that are currently running right now on this framework, see the sidebar to the right. |
34 | 38 | |
35 | | -Bugs can be reported at <a href="\\$2">Google Code</a>. |
| 39 | +Bugs can be reported at <a href="$2">Google Code</a>. |
36 | 40 | |
37 | 41 | |
38 | 42 | ', |
39 | | - 'soxredtoolbase-26' => 'File not found', |
40 | | - 'soxredtoolbase-27' => ' |
| 43 | + 'toolbase-main-404' => 'File not found', |
| 44 | + 'toolbase-main-404-content' => ' |
41 | 45 | Oops! No page was found! |
42 | 46 | |
43 | 47 | 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>. |
45 | 49 | </ul> |
46 | 50 | |
47 | 51 | ', |
| 52 | + |
| 53 | + |
| 54 | + 'toolbase-form-wiki' => 'Wiki', |
| 55 | + |
| 56 | + |
| 57 | + 'toolbase-error-nouser' => '$1 is not a valid user', |
| 58 | + |
| 59 | + |
48 | 60 | ), |
49 | 61 | ); |
\ No newline at end of file |