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;

View file

@ -0,0 +1,12 @@
package WebGUI::i18n::English::Asset;
our $I18N = {
'assets' => {
message => q|Assets|,
lastUpdated => 1099344172,
context => q|The title of the asset manager for the admin console.|
},
};
1;

View file

@ -76,6 +76,12 @@ our $I18N = {
lastUpdated => 1089039511
},
'content profiling' => {
message => q|Content Profiling|,
lastUpdated => 1089039511,
context => q|The title of the content profiling manager for the admin console.|
},
};
1;

View file

@ -182,6 +182,12 @@ our $I18N = {
lastUpdated => 1077078526
},
'navigation' => {
message => q|Navigation|,
lastUpdated => 1077078526,
context => q|Title of the navigation manager in the admin console.|
},
};
1;

View file

@ -118,7 +118,8 @@ our $I18N = {
'437' => {
message => q|Statistics|,
lastUpdated => 1031514049
lastUpdated => 1031514049,
context => q|Title of the statistics viewer for the admin console.|
},
'463' => {
@ -330,8 +331,8 @@ The URL of the web site for this theme's designer. If you are in the business of
},
'948' => {
message => q|Manage Clipboard|,
lastUpdated => 1052850265
message => q|Clipboard|,
lastUpdated => 1099360884
},
'378' => {
@ -2687,7 +2688,8 @@ Settings relating to users (beyond profile information), like authentication inf
'426' => {
message => q|Login History|,
lastUpdated => 1031514049
lastUpdated => 1031514049,
context => q|Title of the login history viewer for the admin console.|
},
'542' => {
@ -2695,11 +2697,6 @@ Settings relating to users (beyond profile information), like authentication inf
lastUpdated => 1031514049
},
'996' => {
message => q|Manage Database Links|,
lastUpdated => 1056151382
},
'369' => {
message => q|Expire Date|,
lastUpdated => 1031514049
@ -3549,7 +3546,8 @@ Loops come with special condition variables of their own. They are __FIRST__, __
'425' => {
message => q|Active Sessions|,
lastUpdated => 1031514049
lastUpdated => 1031514049,
context => q|Title of the active sessions manager for the admin console.|
},
'745' => {
@ -3790,11 +3788,6 @@ You also cannot import a theme from a version of WebGUI that is newer than the o
lastUpdated => 1031514049
},
'424' => {
message => q|View login history.|,
lastUpdated => 1031514049
},
'872' => {
message => q|Who can view?|,
lastUpdated => 1044218038
@ -5177,11 +5170,6 @@ You can organize collateral into different folders, but names must be unique, ev
lastUpdated => 1068703399
},
'423' => {
message => q|View active sessions.|,
lastUpdated => 1031514049
},
'612' => {
message => q|There is no need to ever actually delete a user. If you are concerned with locking out a user, then simply change their password. If you truely wish to delete a user, then please keep in mind that there are consequences. If you delete a user any content that they added to the site via wobjects (like message boards and user contributions) will remain on the site. However, if another user tries to visit the deleted user's profile they will get an error message. Also if the user ever is welcomed back to the site, there is no way to give him/her access to his/her old content items except by re-adding the user to the users table manually.
<p>
@ -5912,8 +5900,8 @@ Start typing! Or better yet, copy the snippet from some other electronic documen
},
'955' => {
message => q|Manage System Clipboard|,
lastUpdated => 1052850265
message => q|System Clipboard|,
lastUpdated => 1099360884
},
'407' => {
@ -7464,6 +7452,79 @@ config file.</p>
context => q|Label of the cancel button|
},
'users' => {
message => q|Users|,
lastUpdated =>1092930637,
context => q|Title of the user manager for the admin console.|
},
'trash' => {
message => q|Trash|,
lastUpdated =>1092930637,
context => q|Title of the trash manager for the admin console.|
},
'databases' => {
message => q|Databases|,
lastUpdated =>1092930637,
context => q|Title of the database manager for the admin console.|
},
'groups' => {
message => q|Groups|,
lastUpdated =>1092930637,
context => q|Title of the group manager for the admin console.|
},
'packages' => {
message => q|Packages|,
lastUpdated =>1092930637,
context => q|Title of the package manager for the admin console.|
},
'settings' => {
message => q|Settings|,
lastUpdated =>1092930637,
context => q|Title of the settings manager for the admin console.|
},
'templates' => {
message => q|Templates|,
lastUpdated =>1092930637,
context => q|Title of the templates manager for the admin console.|
},
'themes' => {
message => q|Themes|,
lastUpdated =>1092930637,
context => q|Title of the themes manager for the admin console.|
},
'help' => {
message => q|Help|,
lastUpdated =>1092930637,
context => q|Title of the help index for the admin console.|
},
'content filters' => {
message => q|Content Filters|,
lastUpdated =>1092930637,
context => q|Title of the content filters manager for the admin console.|
},
'user profile settings' => {
message => q|User Profile Settings|,
lastUpdated =>1092930637,
context => q|Title of the user profile settings manager for the admin console.|
},
'page statistics' => {
message => q|Page Statistics|,
lastUpdated =>1092930637,
context => q|Title of the page statistics viewer for the admin console.|
},
};
1;