l10n for Search
This commit is contained in:
parent
1e808df2d8
commit
21c4d5a93c
1 changed files with 36 additions and 0 deletions
|
|
@ -13,6 +13,42 @@ our $I18N = { ##hashref of hashes
|
|||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'search template' => {
|
||||
message => q|Search Template|,
|
||||
lastUpdated => 1138900894,
|
||||
context => q|form field in add/edit search form|
|
||||
},
|
||||
|
||||
'search template description' => {
|
||||
message => q|A template to display the search form and results.|,
|
||||
lastUpdated => 1138900894,
|
||||
context => q|hover help for search template|
|
||||
},
|
||||
|
||||
'search root' => {
|
||||
message => q|Search Root|,
|
||||
lastUpdated => 1138900894,
|
||||
context => q|form field in add/edit search form|
|
||||
},
|
||||
|
||||
'search root description' => {
|
||||
message => q|The Asset you select, and all Assets below it, will be searched.|,
|
||||
lastUpdated => 1138900894,
|
||||
context => q|hover help for search root|
|
||||
},
|
||||
|
||||
'class limiter' => {
|
||||
message => q|Limit Asset classes to:|,
|
||||
lastUpdated => 1138900894,
|
||||
context => q|form field in add/edit search form|
|
||||
},
|
||||
|
||||
'class limiter description' => {
|
||||
message => q|This will limit the types of Assets that are searched to only those that you select.|,
|
||||
lastUpdated => 1138900894,
|
||||
context => q|hover help for search root|
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue