76 lines
1.7 KiB
Perl
76 lines
1.7 KiB
Perl
package WebGUI::i18n::English::Asset_MultiSearch;
|
|
|
|
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?<br /> <br /><b>UI Level: 8</b>|,
|
|
lastUpdated => 0
|
|
},
|
|
|
|
'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 add/edit title' => {
|
|
message => q|Add/Edit MultiSearch Wobject|,
|
|
lastUpdated => 1133619940,
|
|
},
|
|
|
|
'multisearch add/edit body' => {
|
|
message => q|The MultiSearch wobject is a simple wobject that enables the user to search various search engines. The results appear in a new window.|,
|
|
lastUpdated => 1140587496,
|
|
},
|
|
|
|
'multisearch template title' => {
|
|
message => q|MultiSearch Template Variables|,
|
|
lastUpdated => 1133619940,
|
|
},
|
|
|
|
'multisearch template body' => {
|
|
message => q|<p>The MultiSearch template has all the template variables used by Wobjects,
|
|
as well as these:
|
|
<p><b>search</b><br />
|
|
Internationalized label for the word "search"
|
|
</p>
|
|
|
|
<p><b>for</b><br />
|
|
Internationalized label for the word "for"
|
|
</p>
|
|
|
|
<p><b>submit</b><br />
|
|
Submit button with internationalized label for "Submit".
|
|
</p>
|
|
|
|
|,
|
|
lastUpdated => 1133619940,
|
|
},
|
|
|
|
'for' => {
|
|
message => q|For|,
|
|
lastUpdated => 1141147361,
|
|
},
|
|
|
|
'search' => {
|
|
message => q|Search|,
|
|
lastUpdated => 1141147361,
|
|
},
|
|
|
|
};
|
|
|
|
1;
|