All other files, make sure that either assetName, macroName or topicName is defined in the i18n file. Make sure that all Assets have assetName defined in their definition sub.
56 lines
1.2 KiB
Perl
56 lines
1.2 KiB
Perl
package WebGUI::i18n::English::Asset_WeatherData;
|
|
|
|
our $I18N = {
|
|
|
|
'Current Weather Conditions Template to use' => {
|
|
message => q|Current Weather Conditions Template to use|,
|
|
lastUpdated => 1133619940,
|
|
},
|
|
|
|
'Template' => {
|
|
message => q|Template|,
|
|
lastUpdated => 1133619940,
|
|
},
|
|
|
|
'Your list of default weather locations' => {
|
|
message => q|Your list of default weather locations, each on its own line. Use City, ST or zipCode.|,
|
|
lastUpdated => 1133619940,
|
|
},
|
|
|
|
'Default Locations' => {
|
|
message => q|Default Location(s)|,
|
|
lastUpdated => 1133619940,
|
|
},
|
|
|
|
'weather data add/edit title' => {
|
|
message => q|WeatherData Add/Edit|,
|
|
lastUpdated => 1133619940,
|
|
},
|
|
|
|
'weather data add/edit body' => {
|
|
message => q|The WeatherData wobject is useful for displaying current weather conditions about a city/state or zipcode, or a series of locations.|,
|
|
lastUpdated => 1133619940,
|
|
},
|
|
|
|
'assetName' => {
|
|
message => q|WeatherData|,
|
|
lastUpdated => 1133619940,
|
|
},
|
|
|
|
|
|
'WeatherData template title' => {
|
|
message => q|WeatherData Template|,
|
|
lastUpdated => 1133619940,
|
|
},
|
|
|
|
|
|
'WeatherData template description' => {
|
|
message => q|The wobject generates a loops of locations - tmpl_loop ourLocations.|,
|
|
lastUpdated => 1133619940,
|
|
},
|
|
|
|
|
|
|
|
};
|
|
|
|
1;
|