This file is indexed.

/usr/share/php/Horde/Service/Weather/WeatherUnderground_Strings.php is in php-horde-service-weather 2.0.5-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
<?php
/**
 * List of strings needed to translate for Wunderground. Never loaded, so
 * use of _ shortcut here is fine.
 *
 * @package Service_Weather
 */
// Conditions
_("Drizzle");
_("Rain");
_("Snow");
_("Snow Grains");
_("Ice Crystals");
_("Ice Pellets");
_("Hail");
_("Mist");
_("Fog");
_("Smoke");
_("Volcanic Ash");
_("Widespread Dust");
_("Sand");
_("Haze");
_("Spray");
_("Dust Whirls");
_("Sandstorm");
_("Low Drifting Snow");
_("Low Drifting Widespread Dust");
_("Low Drifting Sand");
_("Blowing Snow");
_("Blowing Widespread Dust");
_("Blowing Sand");
_("Rain Mist");
_("Rain Showers");
_("Snow Showers");
_("Ice Pellet Showers");
_("Hail Showers");
_("Small Hail Showers");
_("Thunderstorm");
_("Thunderstorms and Rain");
_("Thunderstorms and Snow");
_("Thunderstorms and Ice Pellets");
_("Thunderstorms with Hail");
_("Thunderstorms with Small Hail");
_("Freezing Drizzle");
_("Freezing Rain");
_("Freezing Fog");

_("Light Drizzle");
_("Light Rain");
_("Light Snow");
_("Light Snow Grains");
_("Light Ice Crystals");
_("Light Ice Pellets");
_("Light Hail");
_("Light Mist");
_("Light Fog");
_("Smoke");
_("Light Volcanic Ash");
_("Light Widespread Dust");
_("Light Sand");
_("Light Haze");
_("Light Spray");
_("Light Dust Whirls");
_("Light Sandstorm");
_("Light Low Drifting Snow");
_("Light Low Drifting Widespread Dust");
_("Light Low Drifting Sand");
_("Light Blowing Snow");
_("Light Blowing Widespread Dust");
_("Light Blowing Sand");
_("Light Rain Mist");
_("Light Rain Showers");
_("Light Snow Showers");
_("Light Ice Pellet Showers");
_("Light Hail Showers");
_("Light Small Hail Showers");
_("Light Thunderstorm");
_("Light Thunderstorms and Rain");
_("Light Thunderstorms and Snow");
_("Light Thunderstorms and Ice Pellets");
_("Light Thunderstorms with Hail");
_("Light Thunderstorms with Small Hail");
_("Light Freezing Drizzle");
_("Light Freezing Rain");
_("Light Freezing Fog");

_("Heavy Drizzle");
_("Heavy Rain");
_("Heavy Snow");
_("Heavy Snow Grains");
_("Heavy Ice Crystals");
_("Heavy Ice Pellets");
_("Heavy Hail");
_("Heavy Mist");
_("Heavy Fog");
_("Heavy Smoke");
_("Heavy Volcanic Ash");
_("Heavy Widespread Dust");
_("Heavy Sand");
_("Heavy Haze");
_("Heavy Spray");
_("Heavy Dust Whirls");
_("Heavy Sandstorm");
_("Heavy Low Drifting Snow");
_("Heavy Low Drifting Widespread Dust");
_("Heavy Low Drifting Sand");
_("Heavy Blowing Snow");
_("Heavy Blowing Widespread Dust");
_("Heavy Blowing Sand");
_("Heavy Rain Mist");
_("Heavy Rain Showers");
_("Heavy Snow Showers");
_("Heavy Ice Pellet Showers");
_("Heavy Hail Showers");
_("Heavy Small Hail Showers");
_("Heavy Thunderstorm");
_("Heavy Thunderstorms and Rain");
_("Heavy Thunderstorms and Snow");
_("Heavy Thunderstorms and Ice Pellets");
_("Heavy Thunderstorms with Hail");
_("Heavy Thunderstorms with Small Hail");
_("Heavy Freezing Drizzle");
_("Heavy Freezing Rain");
_("Heavy Freezing Fog");

_("Overcast");
_("Clear");
_("Partly Cloudy");
_("Mostly Cloudy");
_("Scattered Clouds");

_("Chance of Flurries");
_("Chance of Rain");
_("Chance of Freezing Rain");
_("Chance of Sleet");
_("Chance of Snow");
_("Chance of Thunderstorms");
_("Chance of a Thunderstorm");
_("Clear");
_("Cloudy");
_("Flurries");
_("Fog");
_("Haze");
_("Mostly Cloudy");
_("Mostly Sunny");
_("Partly Cloudy");
_("Partly Sunny");
_("Freezing Rain");
_("Rain");
_("Sleet");
_("Snow");
_("Sunny");
_("Thunderstorms");
_("Thunderstorm");
_("Unknown");
_("Overcast");
_("Scattered Clouds");

_("North");
_("NNE");
_("NE");
_("ENE");
_("East");
_("ESE");
_("SE");
_("SSE");
_("South");
_("SSW");
_("SW");
_("WSW");
_("West");
_("WNW");
_("NW");
_("NNW");