Ready for 7.10.29 development.
This commit is contained in:
commit
c806f99b7b
4236 changed files with 1217679 additions and 0 deletions
92
lib/WebGUI/i18n/English/Asset_MultiSearch.pm
Normal file
92
lib/WebGUI/i18n/English/Asset_MultiSearch.pm
Normal file
|
|
@ -0,0 +1,92 @@
|
|||
package WebGUI::i18n::English::Asset_MultiSearch;
|
||||
use strict;
|
||||
|
||||
our $I18N = {
|
||||
|
||||
'cache timeout' => {
|
||||
message => q|Cache Timeout|,
|
||||
lastUpdated => 0
|
||||
},
|
||||
|
||||
'cache timeout help' => {
|
||||
message => q|Since all users will see this asset the same way, we can cache it for long periods of time to increase performance. How long should we cache it?|,
|
||||
lastUpdated => 1146455921
|
||||
},
|
||||
|
||||
'MultiSearch Template' => {
|
||||
message => q|MultiSearch Template|,
|
||||
lastUpdated => 1133619940,
|
||||
},
|
||||
|
||||
'MultiSearch Template description' => {
|
||||
message => q|Select a template to display the multiple search engine form to the user.|,
|
||||
lastUpdated => 1140587435,
|
||||
},
|
||||
|
||||
'assetName' => {
|
||||
message => q|MultiSearch|,
|
||||
lastUpdated => 1133619940,
|
||||
},
|
||||
|
||||
'multisearch template title' => {
|
||||
message => q|MultiSearch Template Variables|,
|
||||
lastUpdated => 1133619940,
|
||||
},
|
||||
|
||||
'search.variable' => {
|
||||
message => q|Internationalized label for the word "search"|,
|
||||
lastUpdated => 1148962481,
|
||||
},
|
||||
|
||||
'for.variable' => {
|
||||
message => q|Internationalized label for the word "for"|,
|
||||
lastUpdated => 1148962481,
|
||||
},
|
||||
|
||||
'submit' => {
|
||||
message => q|Submit button with internationalized label for "Submit".|,
|
||||
lastUpdated => 1148962481,
|
||||
},
|
||||
|
||||
'multisearch template body' => {
|
||||
message => q|<p>The MultiSearch template has all the template variables used by Wobjects,
|
||||
as well as these:</p>
|
||||
|,
|
||||
lastUpdated => 1148962572,
|
||||
},
|
||||
|
||||
'for' => {
|
||||
message => q|For|,
|
||||
lastUpdated => 1141147361,
|
||||
},
|
||||
|
||||
'search' => {
|
||||
message => q|Search|,
|
||||
lastUpdated => 1141147361,
|
||||
},
|
||||
|
||||
'multi search asset template variables title' => {
|
||||
message => q|MultiSearch Asset Template Variables|,
|
||||
lastUpdated => 1164841146
|
||||
},
|
||||
|
||||
'multi search asset template variables body' => {
|
||||
message => q|Every asset provides a set of variables to most of its
|
||||
templates based on the internal asset properties. Some of these variables may
|
||||
be useful, others may not.|,
|
||||
lastUpdated => 1164841201
|
||||
},
|
||||
|
||||
'templateId' => {
|
||||
message => q|The Id of the template used to display this Asset.|,
|
||||
lastUpdated => 1164841027
|
||||
},
|
||||
|
||||
'cacheTimeout' => {
|
||||
message => q|The amount of time in seconds to cache the output of this MultiSearch.|,
|
||||
lastUpdated => 1164841027
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue