1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106
|
<?php
/**
* Possible strings from weather.com, just to have them in the source for
* localization reasons.
*
* $Horde: horde/lib/Block/weatherdotcom_strings.php,v 1.1.2.12 2009/04/16 23:02:22 jan Exp $
*/
_("AM Clouds");
_("AM Drizzle");
_("AM Fog");
_("AM Light Rain");
_("AM Light Snow");
_("AM Rain");
_("AM Showers");
_("AM Snow");
_("AM Snow Showers");
_("AM Sun");
_("AM T-Showers");
_("AM T-Storms");
_("Clear");
_("Clearing Early");
_("Clearing Late");
_("Clouds Early");
_("Clouds Late");
_("Cloudy");
_("Drizzle");
_("Fair");
_("Few Showers");
_("Few Snow Showers");
_("Fog");
_("Fog Early");
_("Fog Late");
_("Foggy");
_("Freezing Drizzle");
_("Haze");
_("Heavy Rain");
_("Heavy T-Storm");
_("Isolated T-Storms");
_("Light Drizzle");
_("Light Rain");
_("Light Rain Early");
_("Light Rain Late");
_("Light Rain Shower");
_("Light Rain with Thunder");
_("Light Snow");
_("Light Snow Early");
_("Light Snow Late");
_("Light Snow Shower");
_("Mist");
_("Mostly Clear");
_("Mostly Cloudy");
_("Mostly Cloudy and Windy");
_("Mostly Sunny");
_("Partly Cloudy");
_("PM Clouds");
_("PM Drizzle");
_("PM Fog");
_("PM Light Rain");
_("PM Light Snow");
_("PM Rain");
_("PM Showers");
_("PM Snow");
_("PM Snow Showers");
_("PM Sun");
_("PM T-Showers");
_("PM T-Storms");
_("Rain");
_("Rain Early");
_("Rain Late");
_("Rain Shower");
_("Rain and Snow");
_("Rain to Snow");
_("Scattered Showers");
_("Scattered T-Storms");
_("Showers");
_("Showers Early");
_("Showers Late");
_("Showers in the Vicinity");
_("Snow");
_("Snow Early");
_("Snow Late");
_("Snow Shower");
_("Snow Showers");
_("Snow Showers Early");
_("Snow Showers Late");
_("Sunny");
_("T-Showers");
_("T-Showers Early");
_("T-Showers Late");
_("T-Storm");
_("T-Storm and Windy");
_("T-Storms");
_("T-Storms Early");
_("T-Storms Late");
_("Thunder");
_("Wind");
_("Wind Early");
_("Wind Late");
_("Low");
_("Moderate");
_("High");
_("Very High");
_("falling");
_("steady");
_("rising");
|