| 1 |
<?php |
| 2 |
/** |
| 3 |
* This is the gettext list of abbreviations from the various weather providers |
| 4 |
* |
| 5 |
* @package wp-forecast |
| 6 |
*/ |
| 7 |
|
| 8 |
/** |
| 9 |
* Defines gettext array of necessary translations for each weather provider |
| 10 |
*/ |
| 11 |
function xgettext_dummy() { |
| 12 |
__( 'loc' ); |
| 13 |
__( '01' ); |
| 14 |
__( '02' ); |
| 15 |
__( '03' ); |
| 16 |
__( '04' ); |
| 17 |
__( '05' ); |
| 18 |
__( '06' ); |
| 19 |
__( '07' ); |
| 20 |
__( '08' ); |
| 21 |
__( '11' ); |
| 22 |
__( '12' ); |
| 23 |
__( '13' ); |
| 24 |
__( '14' ); |
| 25 |
__( '15' ); |
| 26 |
__( '16' ); |
| 27 |
__( '17' ); |
| 28 |
__( '18' ); |
| 29 |
__( '19' ); |
| 30 |
__( '20' ); |
| 31 |
__( '21' ); |
| 32 |
__( '22' ); |
| 33 |
__( '23' ); |
| 34 |
__( '24' ); |
| 35 |
__( '25' ); |
| 36 |
__( '26' ); |
| 37 |
__( '29' ); |
| 38 |
__( '30' ); |
| 39 |
__( '31' ); |
| 40 |
__( '32' ); |
| 41 |
__( '33' ); |
| 42 |
__( '34' ); |
| 43 |
__( '35' ); |
| 44 |
__( '36' ); |
| 45 |
__( '37' ); |
| 46 |
__( '38' ); |
| 47 |
__( '39' ); |
| 48 |
__( '40' ); |
| 49 |
__( '41' ); |
| 50 |
__( '42' ); |
| 51 |
__( '43' ); |
| 52 |
__( '44' ); |
| 53 |
__( 'Monday' ); |
| 54 |
__( 'Tuesday' ); |
| 55 |
__( 'Wednesday' ); |
| 56 |
__( 'Thursday' ); |
| 57 |
__( 'Friday' ); |
| 58 |
__( 'Saturday' ); |
| 59 |
__( 'Sunday' ); |
| 60 |
__( 'N' ); |
| 61 |
__( 'E' ); |
| 62 |
__( 'W' ); |
| 63 |
__( 'S' ); |
| 64 |
__( '30% Chance Drizzle' ); |
| 65 |
__( '30% Chance Freezing Drizzle' ); |
| 66 |
__( '30% Chance Freezing Rain' ); |
| 67 |
__( '30% Chance Frozen Drizzle' ); |
| 68 |
__( '30% Chance Frozen Mix' ); |
| 69 |
__( '30% Chance Rain Shower' ); |
| 70 |
__( '30% Chance Snow Shower' ); |
| 71 |
__( '30% Chance of Drizzle' ); |
| 72 |
__( '30% Chance of Flurry' ); |
| 73 |
__( '30% Chance of Flurry' ); |
| 74 |
__( '30% Chance of Frozen Mix' ); |
| 75 |
__( '30% Chance of Light Snow' ); |
| 76 |
__( '30% Chance of Rain' ); |
| 77 |
__( '30% Chance of Sleet' ); |
| 78 |
__( '30% Chance of Snow' ); |
| 79 |
__( '30% Chance of Storms' ); |
| 80 |
__( '40% Chance Drizzle' ); |
| 81 |
__( '40% Chance Fozen Drizzle' ); |
| 82 |
__( '40% Chance Freezing Drizzle' ); |
| 83 |
__( '40% Chance Freezing Rain' ); |
| 84 |
__( '40% Chance Frozen Drizzle' ); |
| 85 |
__( '40% Chance Frozen Mix' ); |
| 86 |
__( '40% Chance Rain Shower' ); |
| 87 |
__( '40% Chance Snow Shower' ); |
| 88 |
__( '40% Chance of Drizzle' ); |
| 89 |
__( '40% Chance of Flurry' ); |
| 90 |
__( '40% Chance of Frozen Mix' ); |
| 91 |
__( '40% Chance of Light Snow' ); |
| 92 |
__( '40% Chance of Rain' ); |
| 93 |
__( '40% Chance of Sleet' ); |
| 94 |
__( '40% Chance of Snow' ); |
| 95 |
__( '40% Chance of Storms' ); |
| 96 |
__( '50% Chance Freezing Drizzle' ); |
| 97 |
__( '50% Chance Freezing Rain' ); |
| 98 |
__( '50% Chance Rain Shower' ); |
| 99 |
__( '50% Chance Snow Shower' ); |
| 100 |
__( '50% Chance of Drizzle' ); |
| 101 |
__( '50% Chance of Flurry' ); |
| 102 |
__( '50% Chance of Frozen Mix' ); |
| 103 |
__( '50% Chance of Light Snow' ); |
| 104 |
__( '50% Chance of Rain' ); |
| 105 |
__( '50% Chance of Sleet' ); |
| 106 |
__( '50% Chance of Snow' ); |
| 107 |
__( '50% Chance of Storms' ); |
| 108 |
__( 'Chance Freezing Drizzle' ); |
| 109 |
__( 'Chance Freezing Rain' ); |
| 110 |
__( 'Chance Rain Shower' ); |
| 111 |
__( 'Chance Snow Shower' ); |
| 112 |
__( 'Chance of Drizzle' ); |
| 113 |
__( 'Chance of Flurry' ); |
| 114 |
__( 'Chance of Freezing Drizzle' ); |
| 115 |
__( 'Chance of Frozen Drizzle' ); |
| 116 |
__( 'Chance of Frozen Mix' ); |
| 117 |
__( 'Chance of Light Snow' ); |
| 118 |
__( 'Chance of Rain' ); |
| 119 |
__( 'Chance of Rain Showers' ); |
| 120 |
__( 'Chance of Sleet ' ); |
| 121 |
__( 'Chance of Snow' ); |
| 122 |
__( 'Chance of Snow Showers' ); |
| 123 |
__( 'Chance of Storms' ); |
| 124 |
__( 'Clear' ); |
| 125 |
__( 'Clearing' ); |
| 126 |
__( 'Cloudy' ); |
| 127 |
__( 'Drizzle' ); |
| 128 |
__( 'Fair' ); |
| 129 |
__( 'Flurries' ); |
| 130 |
__( 'Fog' ); |
| 131 |
__( 'Foggy' ); |
| 132 |
__( 'Freezing Drizzle' ); |
| 133 |
__( 'Freezing Rain' ); |
| 134 |
__( 'Frozen Mix' ); |
| 135 |
__( 'Hazy' ); |
| 136 |
__( 'Headline' ); |
| 137 |
__( 'Heavy Rain' ); |
| 138 |
__( 'Heavy Snow' ); |
| 139 |
__( 'Hot and Humid' ); |
| 140 |
__( 'Increasing Clouds' ); |
| 141 |
__( 'Light Snow' ); |
| 142 |
__( 'Mostly Clear' ); |
| 143 |
__( 'Mostly Cloudy' ); |
| 144 |
__( 'Mostly Sunny' ); |
| 145 |
__( 'Nowcast' ); |
| 146 |
__( 'Partly Cloudy' ); |
| 147 |
__( 'Partly Sunny' ); |
| 148 |
__( 'Rain' ); |
| 149 |
__( 'Rain Showers' ); |
| 150 |
__( 'Scattered Showers' ); |
| 151 |
__( 'Scattered Thunderstorms' ); |
| 152 |
__( 'Sleet' ); |
| 153 |
__( 'Snow' ); |
| 154 |
__( 'Snow Showers' ); |
| 155 |
__( 'Sunny' ); |
| 156 |
__( 'Thunderstorms' ); |
| 157 |
__( 'Unknown' ); |
| 158 |
__( 'Very Cold' ); |
| 159 |
__( 'Very Hot' ); |
| 160 |
__( 'Warm and Humid' ); |
| 161 |
__( 'Windy' ); |
| 162 |
} |
| 163 |
|