From 6d1fddb4ef71ed6067f309e26c77efe6ec614595 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 12 Mar 2009 21:46:29 +0000 Subject: [PATCH] Add missing i18n labels. --- lib/WebGUI/i18n/English/PassiveAnalytics.pm | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/lib/WebGUI/i18n/English/PassiveAnalytics.pm b/lib/WebGUI/i18n/English/PassiveAnalytics.pm index 4cca51390..8e7012730 100644 --- a/lib/WebGUI/i18n/English/PassiveAnalytics.pm +++ b/lib/WebGUI/i18n/English/PassiveAnalytics.pm @@ -159,6 +159,18 @@ home\?func=match, or
context => q|URL label to raw log data in CSV format|, }, + 'confirm delete rule' => { + message => q|Are you sure that you want to delete this rule?|, + lastUpdated => 0, + context => q|Confirm label in deleting a rule.|, + }, + + 'manage ruleset' => { + message => q|Manage Ruleset|, + lastUpdated => 0, + context => q|Admin console submenu label. Ruleset is a set of rules.|, + }, + }; 1;