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;