18 lines
334 B
Perl
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;
|