forgot to add this before

This commit is contained in:
JT Smith 2006-01-31 03:59:32 +00:00
parent 88b23ad798
commit 80c859cf52

View file

@ -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;