webgui/lib/WebGUI/i18n/English/Asset_Search.pm
2006-01-31 03:59:32 +00:00

18 lines
334 B
Perl

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;