Index: trunk/extensions/ToolserverTools/Soxred93EditCounter/ToolbaseMessages.i18n.php |
— | — | @@ -1,60 +1,48 @@ |
2 | 2 | <?php |
| 3 | +$messages = array(); |
3 | 4 | |
4 | | -$messages = array ( |
5 | | - 'en' => |
6 | | - array ( |
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. |
| 5 | +/** English |
| 6 | + * @author soxred93 |
| 7 | + */ |
| 8 | +$messages['en'] => array ( |
| 9 | + 'toolbase-header-title' => "X!'s Tools", |
| 10 | + 'toolbase-header-bugs' => 'Bugs', |
| 11 | + 'toolbase-header-twitter' => 'Twitter', |
| 12 | + 'toolbase-header-sitenotice' => 'Global Toolserver Sitenotice: $1', |
36 | 13 | |
37 | | -For a list of tools that are currently running right now on this framework, see the sidebar to the right. |
| 14 | + 'toolbase-replag' => 'Server lagged by $1', |
| 15 | + 'toolbase-replag-years' => 'years', |
| 16 | + 'toolbase-replag-months' => 'months', |
| 17 | + 'toolbase-replag-weeks' => 'weeks', |
| 18 | + 'toolbase-replag-days' => 'days', |
| 19 | + 'toolbase-replag-hours' => 'hours', |
| 20 | + 'toolbase-replag-minutes' => 'minutes', |
| 21 | + 'toolbase-replag-seconds' => 'seconds', |
| 22 | + |
| 23 | + 'toolbase-footer-exectime' => 'Executed in $1 seconds', |
| 24 | + 'toolbase-footer-source' => 'View source', |
| 25 | + 'toolbase-footer-language' => 'Change language', |
| 26 | + |
| 27 | + 'toolbase-navigation' => 'Navigation', |
| 28 | + 'toolbase-navigation-homepage' => 'Homepage', |
| 29 | + 'toolbase-navigation-api' => 'API', |
| 30 | + |
| 31 | + 'toolbase-userid-submit' => 'Get user ID', |
| 32 | + 'toolbase-userid-title' => 'Find a user ID', |
| 33 | + 'toolbase-userid-result' => 'The user ID for <b>$1</b> is <b>$2</b>.', |
38 | 34 | |
39 | | -Bugs can be reported at <a href="$2">Google Code</a>. |
| 35 | + 'toolbase-main-title' => 'Welcome!', |
| 36 | + '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. |
40 | 37 | |
| 38 | +For a list of tools that are currently running right now on this framework, see the sidebar to the right. |
41 | 39 | |
42 | | -', |
43 | | - 'toolbase-main-404' => 'File not found', |
44 | | - 'toolbase-main-404-content' => ' |
45 | | -Oops! No page was found! |
| 40 | +Bugs can be reported at <a href="$2">Google Code</a>.', |
| 41 | + 'toolbase-main-404' => 'File not found', |
| 42 | + 'toolbase-main-404-content' => 'Oops! No page was found! |
46 | 43 | |
47 | 44 | Make sure that you typed the URL correctly. |
48 | 45 | If you followed a link from somewhere, please <a href="$1">report a bug</a>. |
49 | | -</ul> |
50 | | - |
51 | | -', |
52 | | - |
53 | | - |
54 | | - 'toolbase-form-wiki' => 'Wiki', |
55 | | - |
56 | | - |
57 | | - 'toolbase-error-nouser' => '$1 is not a valid user', |
58 | | - |
59 | | - |
60 | | - ), |
61 | | -); |
\ No newline at end of file |
| 46 | +</ul>', |
| 47 | + 'toolbase-form-wiki' => 'Wiki', |
| 48 | + 'toolbase-error-nouser' => '$1 is not a valid user', |
| 49 | +); |