webgui/lib/WebGUI/i18n/English/Asset_WeatherData.pm
2006-06-06 04:11:26 +00:00

87 lines
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,
},
'ourLocations.loop' => {
message => q|A loop containing weather information for all configured user locations.|,
lastUpdated => 1149565151,
},
'query' => {
message => q|The requested location.|,
lastUpdated => 1149565151,
},
'cityState' => {
message => q|The city and state returned from the NOAA. This will probably be the same as <b>query</b>.|,
lastUpdated => 1149565151,
},
'sky' => {
message => q|The condition of the sky, i.e. clear, sunny, cloudy, etc.|,
lastUpdated => 1149565151,
},
'tempF' => {
message => q|The temperature in degrees Farenheit.|,
lastUpdated => 1149565151,
},
'iconUrl' => {
message => q|The URL to an icon that represents visually the condition of the sky.|,
lastUpdated => 1149565151,
},
'WeatherData template description' => {
message => q|<p>These template variables are available in the WeatherData template:</p>
|,
lastUpdated => 1149565185,
},
};
1;