restore i18n and help entries for Operation/Settings

This commit is contained in:
Colin Kuskie 2006-03-10 05:57:21 +00:00
parent b66a649ba1
commit 9d5c936b53
2 changed files with 30 additions and 0 deletions

View file

@ -344,6 +344,16 @@ our $HELP = {
description => '824 description',
namespace => 'WebGUI',
},
{
title => '534',
description => '534 description',
namespace => 'WebGUI',
},
{
title => '535',
description => '535 description',
namespace => 'WebGUI',
},
{
title => '400',
description => '400 description',

View file

@ -3876,6 +3876,26 @@ Message Boards hold forums for users. There are many different Wobjects in WebG
lastUpdated => 1141963573,
},
'534' => {
message => q|Alert on new user?|,
lastUpdated => 1031514049
},
'535' => {
message => q|Group To Alert On New User|,
lastUpdated => 1031514049
},
'534 description' => {
message => q|Should someone be alerted when a new user registers anonymously?|,
lastUpdated => 1120239343,
},
'535 description' => {
message => q|What group should be alerted when a new user registers?|,
lastUpdated => 1120239343,
},
};
1;