forgot to add this before
This commit is contained in:
parent
88b23ad798
commit
80c859cf52
1 changed files with 18 additions and 0 deletions
18
lib/WebGUI/i18n/English/Asset_Search.pm
Normal file
18
lib/WebGUI/i18n/English/Asset_Search.pm
Normal 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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue