From 80c859cf52089e9f44a915bfc2153faafbb37000 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Tue, 31 Jan 2006 03:59:32 +0000 Subject: [PATCH] forgot to add this before --- lib/WebGUI/i18n/English/Asset_Search.pm | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 lib/WebGUI/i18n/English/Asset_Search.pm diff --git a/lib/WebGUI/i18n/English/Asset_Search.pm b/lib/WebGUI/i18n/English/Asset_Search.pm new file mode 100644 index 000000000..78862f87c --- /dev/null +++ b/lib/WebGUI/i18n/English/Asset_Search.pm @@ -0,0 +1,18 @@ +package WebGUI::i18n::English::Asset_Search; ##Be sure to change the package name to match the filename + +our $I18N = { ##hashref of hashes + + 'search' => { + message => q|search|, + lastUpdated => 0, + context => q|A label to place on the search button.| + }, + + 'assetName' => { + message => q|Search|, + lastUpdated => 0, + }, + +}; + +1;