started adding new admin console
This commit is contained in:
parent
802e917376
commit
c4fa16700d
17 changed files with 705 additions and 152 deletions
25
lib/WebGUI/i18n/English/AdminConsole.pm
Normal file
25
lib/WebGUI/i18n/English/AdminConsole.pm
Normal 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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue