00001
00002
00003
00004
00005 void strings_null() {
00006
00007 String::DayOfWeek::tr("MON");
00008 String::DayOfWeek::tr("TUE");
00009 String::DayOfWeek::tr("WED");
00010 String::DayOfWeek::tr("THU");
00011 String::DayOfWeek::tr("FRI");
00012 String::DayOfWeek::tr("SAT");
00013 String::DayOfWeek::tr("SUN");
00014
00015
00016 String::WindDirection::tr("N");
00017 String::WindDirection::tr("NNE");
00018 String::WindDirection::tr("NE");
00019 String::WindDirection::tr("ENE");
00020 String::WindDirection::tr("E");
00021 String::WindDirection::tr("ESE");
00022 String::WindDirection::tr("SE");
00023 String::WindDirection::tr("SSE");
00024 String::WindDirection::tr("S");
00025 String::WindDirection::tr("SSW");
00026 String::WindDirection::tr("SW");
00027 String::WindDirection::tr("WSW");
00028 String::WindDirection::tr("W");
00029 String::WindDirection::tr("WNW");
00030 String::WindDirection::tr("NW");
00031 String::WindDirection::tr("NNW");
00032
00033
00034 String::WeatherType::tr("Cloudy");
00035 String::WeatherType::tr("Mostly Cloudy");
00036 String::WeatherType::tr("Partly Cloudy");
00037 String::WeatherType::tr("Light Rain");
00038 String::WeatherType::tr("Showers");
00039 String::WeatherType::tr("Rain");
00040 String::WeatherType::tr("AM Showers");
00041 String::WeatherType::tr("Fog");
00042 String::WeatherType::tr("Few Showers");
00043 String::WeatherType::tr("Mostly Sunny");
00044 String::WeatherType::tr("Sunny");
00045 String::WeatherType::tr("Scattered Flurries");
00046 String::WeatherType::tr("AM Clouds/PM Sun");
00047 String::WeatherType::tr("Isolated T-Storms");
00048 String::WeatherType::tr("Scattered Thunderstorms");
00049 String::WeatherType::tr("PM Showers");
00050 String::WeatherType::tr("PM Showers/Wind");
00051 String::WeatherType::tr("Rain/Snow Showers");
00052 String::WeatherType::tr("Few Snow Showers");
00053 String::WeatherType::tr("Cloudy/Wind");
00054 String::WeatherType::tr("Flurries/Wind");
00055 String::WeatherType::tr("Mostly Cloudy/Windy");
00056 String::WeatherType::tr("Rain/Thunder");
00057 String::WeatherType::tr("Partly Cloudy/Windy");
00058 String::WeatherType::tr("AM Rain/Snow Showers");
00059 String::WeatherType::tr("Light Rain/Wind");
00060 String::WeatherType::tr("Showers/Wind");
00061 String::WeatherType::tr("Mostly Sunny/Wind");
00062 String::WeatherType::tr("Flurries");
00063 String::WeatherType::tr("Rain/Wind");
00064 String::WeatherType::tr("Sct Flurries/Wind");
00065 String::WeatherType::tr("Sct Strong Storms");
00066 String::WeatherType::tr("PM T-Storms");
00067 String::WeatherType::tr("Thunderstorms");
00068 String::WeatherType::tr("Sunny/Windy");
00069 String::WeatherType::tr("AM Thunderstorms");
00070 String::WeatherType::tr("AM Rain");
00071 String::WeatherType::tr("Iso T-Storms/Wind");
00072 String::WeatherType::tr("Rain/Snow");
00073 String::WeatherType::tr("Sct T-Storms/Wind");
00074 String::WeatherType::tr("AM Showers/Wind");
00075 String::WeatherType::tr("Sct Snow Showers");
00076 String::WeatherType::tr("Snow to Ice/Wind");
00077 String::WeatherType::tr("Snow to Rain");
00078 String::WeatherType::tr("AM Light Rain");
00079 String::WeatherType::tr("PM Light Rain");
00080 String::WeatherType::tr("PM Rain");
00081 String::WeatherType::tr("Snow Showers");
00082 String::WeatherType::tr("Rain to Snow");
00083 String::WeatherType::tr("PM Rain/Snow");
00084 String::WeatherType::tr("Few Showers/Wind");
00085 String::WeatherType::tr("Snow/Wind");
00086 String::WeatherType::tr("PM Rain/Snow Showers");
00087 String::WeatherType::tr("PM Rain/Snow/Wind");
00088 String::WeatherType::tr("Rain/Snow Showers/Wind");
00089 String::WeatherType::tr("Rain/Snow/Wind");
00090 String::WeatherType::tr("Light Snow");
00091 String::WeatherType::tr("PM Snow");
00092 String::WeatherType::tr("Few Snow Showers/Wind");
00093 String::WeatherType::tr("Light Snow/Wind");
00094 String::WeatherType::tr("Wintry Mix");
00095 String::WeatherType::tr("AM Wintry Mix");
00096 String::WeatherType::tr("Hvy Rain/Freezing Rain");
00097 String::WeatherType::tr("AM Light Snow");
00098 String::WeatherType::tr("PM Rain/Snow/Wind");
00099 String::WeatherType::tr("Rain/Freezing Rain");
00100 String::WeatherType::tr("T-Storms/Wind");
00101 String::WeatherType::tr("Sprinkles");
00102 String::WeatherType::tr("AM Snow Showers");
00103 String::WeatherType::tr("AM Clouds/PM Sun/Wind");
00104 String::WeatherType::tr("AM Rain/Snow/Wind");
00105 String::WeatherType::tr("Rain to Snow/Wind");
00106 String::WeatherType::tr("Snow to Wintry Mix");
00107 String::WeatherType::tr("PM Snow Showers/Wind");
00108 String::WeatherType::tr("Snow and Ice to Rain");
00109 String::WeatherType::tr("Heavy Rain");
00110 String::WeatherType::tr("AM Rain/Ice");
00111 String::WeatherType::tr("AM Snow Showers/Wind");
00112 String::WeatherType::tr("AM Light Snow/Wind");
00113 String::WeatherType::tr("PM Light Rain/Wind");
00114 String::WeatherType::tr("AM Light Wintry Mix");
00115 String::WeatherType::tr("PM Light Snow/Wind");
00116 String::WeatherType::tr("Heavy Rain/Wind");
00117 String::WeatherType::tr("PM Snow Shower");
00118 String::WeatherType::tr("Snow to Rain/Wind");
00119 String::WeatherType::tr("PM Light Rain/Ice");
00120 String::WeatherType::tr("AM Snow");
00121 String::WeatherType::tr("Snow to Ice");
00122 String::WeatherType::tr("Wintry Mix/Wind");
00123 String::WeatherType::tr("PM Light Snow");
00124 String::WeatherType::tr("AM Drizzle");
00125 String::WeatherType::tr("Strong Storms/Wind");
00126 String::WeatherType::tr("PM Drizzle");
00127 String::WeatherType::tr("Drizzle");
00128 String::WeatherType::tr("AM Light Rain/Wind");
00129 String::WeatherType::tr("AM Rain/Wind");
00130 String::WeatherType::tr("Wintry Mix to Snow");
00131 String::WeatherType::tr("Rain");
00132 String::WeatherType::tr("Hvy Rain/Freezing Rain");
00133 String::WeatherType::tr("Snow Showers/Windy");
00134 String::WeatherType::tr("Partly Cloudy/Windy");
00135 String::WeatherType::tr("Light Rain Shower");
00136 String::WeatherType::tr("Light Rain with Thunder");
00137 String::WeatherType::tr("Light Drizzle");
00138 String::WeatherType::tr("Mist");
00139 String::WeatherType::tr("Smoke");
00140 String::WeatherType::tr("Haze");
00141 String::WeatherType::tr("Light Snow Shower");
00142 String::WeatherType::tr("Light Snow Shower/ Windy");
00143 String::WeatherType::tr("Clear");
00144 String::WeatherType::tr("A Few Clouds");
00145 String::WeatherType::tr("Fair");
00146 }