started adding new admin console

This commit is contained in:
JT Smith 2004-11-02 01:31:20 +00:00
parent 802e917376
commit c4fa16700d
17 changed files with 705 additions and 152 deletions

View file

@ -0,0 +1,25 @@
package WebGUI::i18n::English::AdminConsole;
our $I18N = {
'admin console' => {
message => q|WebGUI Admin Console|,
lastUpdated => 1099344172,
context => q|The title of the admin console.|
},
'toggle on' => {
message => q|Show admin console.|,
lastUpdated => 1099344172,
context => q|A message indicating that clicking on the link will display the admin console.|
},
'toggle off' => {
message => q|Hide admin console.|,
lastUpdated => 1099344172,
context => q|A message indicating the clicking on the link will hide the admin console.|
},
};
1;