From 9d5c936b53710c241268075a39c4c9bcb471920b Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Fri, 10 Mar 2006 05:57:21 +0000 Subject: [PATCH] restore i18n and help entries for Operation/Settings --- lib/WebGUI/Help/WebGUI.pm | 10 ++++++++++ lib/WebGUI/i18n/English/WebGUI.pm | 20 ++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/lib/WebGUI/Help/WebGUI.pm b/lib/WebGUI/Help/WebGUI.pm index bfb521ce6..b330668b8 100644 --- a/lib/WebGUI/Help/WebGUI.pm +++ b/lib/WebGUI/Help/WebGUI.pm @@ -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', diff --git a/lib/WebGUI/i18n/English/WebGUI.pm b/lib/WebGUI/i18n/English/WebGUI.pm index 2e0b80ee2..602f34d86 100644 --- a/lib/WebGUI/i18n/English/WebGUI.pm +++ b/lib/WebGUI/i18n/English/WebGUI.pm @@ -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;