Awesome Weather Widget - Version 1.4.1

Version Description

  • New translations added.
  • Caching fixes
  • Fixed checkboxes in widget settings
  • Checked to be working with WordPress 3.9
Download this release

Release Info

Developer halgatewood
Plugin Icon 128x128 Awesome Weather Widget
Version 1.4.1
Comparing to
See all releases

Code changes from version 1.4 to 1.4.1

awesome-weather.php CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://halgatewood.com/awesome-weather
5
  Description: A weather widget that actually looks cool
6
  Author: Hal Gatewood
7
  Author URI: http://www.halgatewood.com
8
- Version: 1.4
9
 
10
 
11
  FILTERS AVAILABLE:
@@ -108,7 +108,7 @@ function awesome_weather_logic( $atts )
108
 
109
 
110
  // TRANSIENT NAME
111
- $weather_transient_name = 'awesome-weather-' . $units . '-' . $city_name_slug . "-". $locale;
112
 
113
 
114
  // TWO APIS USED (VERSION 2.5)
@@ -392,6 +392,8 @@ class AwesomeWeatherWidget extends WP_Widget
392
  $instance['forecast_days'] = strip_tags($new_instance['forecast_days']);
393
  $instance['background'] = strip_tags($new_instance['background']);
394
  $instance['custom_bg_color'] = strip_tags($new_instance['custom_bg_color']);
 
 
395
  return $instance;
396
  }
397
 
5
  Description: A weather widget that actually looks cool
6
  Author: Hal Gatewood
7
  Author URI: http://www.halgatewood.com
8
+ Version: 1.4.1
9
 
10
 
11
  FILTERS AVAILABLE:
108
 
109
 
110
  // TRANSIENT NAME
111
+ $weather_transient_name = 'awe_' . $city_name_slug . "_" . strtolower($units_display) . '_' . $locale;
112
 
113
 
114
  // TWO APIS USED (VERSION 2.5)
392
  $instance['forecast_days'] = strip_tags($new_instance['forecast_days']);
393
  $instance['background'] = strip_tags($new_instance['background']);
394
  $instance['custom_bg_color'] = strip_tags($new_instance['custom_bg_color']);
395
+ $instance['hide_stats'] = (isset($new_instance['hide_stats']) AND $new_instance['hide_stats'] == 1) ? 1 : 0;
396
+ $instance['show_link'] = (isset($new_instance['show_link']) AND $new_instance['show_link'] == 1) ? 1 : 0;
397
  return $instance;
398
  }
399
 
languages/awesome-weather-el.mo ADDED
Binary file
languages/awesome-weather-el.po ADDED
@@ -0,0 +1,212 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2013 Awesome Weather Widget
2
+ # This file is distributed under the same license as the Awesome Weather Widget package.
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: Awesome Weather Widget 1.3.1\n"
6
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/awesome-weather\n"
7
+ "POT-Creation-Date: 2013-09-27 16:36:26+00:00\n"
8
+ "MIME-Version: 1.0\n"
9
+ "Content-Type: text/plain; charset=UTF-8\n"
10
+ "Content-Transfer-Encoding: 8bit\n"
11
+ "PO-Revision-Date: 2014-04-14 14:40+0200\n"
12
+ "Last-Translator: Anne Bremer <anne.bremer@the-bremer.net>\n"
13
+ "Language-Team: Schoene Heide <info@schoene-heide.de>\n"
14
+ "X-Generator: Poedit 1.6.4\n"
15
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
+ "Language: el\n"
17
+
18
+ #: awesome-weather.php:69
19
+ msgid "C"
20
+ msgstr "C"
21
+
22
+ #: awesome-weather.php:69
23
+ msgid "F"
24
+ msgstr "F"
25
+
26
+ #: awesome-weather.php:228
27
+ msgid "N"
28
+ msgstr "Β"
29
+
30
+ #: awesome-weather.php:229
31
+ msgid "NNE"
32
+ msgstr "Β-ΒΑ"
33
+
34
+ #: awesome-weather.php:230
35
+ msgid "NE"
36
+ msgstr "ΒΑ"
37
+
38
+ #: awesome-weather.php:231
39
+ msgid "ENE"
40
+ msgstr "Α-ΒΑ"
41
+
42
+ #: awesome-weather.php:232
43
+ msgid "E"
44
+ msgstr "Α"
45
+
46
+ #: awesome-weather.php:233
47
+ msgid "ESE"
48
+ msgstr "Α-ΝΑ"
49
+
50
+ #: awesome-weather.php:234
51
+ msgid "SE"
52
+ msgstr "ΝΑ"
53
+
54
+ #: awesome-weather.php:235
55
+ msgid "SSE"
56
+ msgstr "Ν-ΝΑ"
57
+
58
+ #: awesome-weather.php:236
59
+ msgid "S"
60
+ msgstr "Ν"
61
+
62
+ #: awesome-weather.php:237
63
+ msgid "SSW"
64
+ msgstr "Ν-ΝΔ"
65
+
66
+ #: awesome-weather.php:238
67
+ msgid "SW"
68
+ msgstr "ΝΔ"
69
+
70
+ #: awesome-weather.php:239
71
+ msgid "WSW"
72
+ msgstr "Δ-ΝΔ"
73
+
74
+ #: awesome-weather.php:240
75
+ msgid "W"
76
+ msgstr "Δ"
77
+
78
+ #: awesome-weather.php:241
79
+ msgid "WNW"
80
+ msgstr "Δ-ΒΔ"
81
+
82
+ #: awesome-weather.php:242
83
+ msgid "NW"
84
+ msgstr "ΒΔ"
85
+
86
+ #: awesome-weather.php:243
87
+ msgid "NNW"
88
+ msgstr "Β-ΒΔ"
89
+
90
+ #: awesome-weather.php:280
91
+ msgid "km/h"
92
+ msgstr "km/h"
93
+
94
+ #: awesome-weather.php:280
95
+ msgid "mph"
96
+ msgstr "mph"
97
+
98
+ #: awesome-weather.php:287
99
+ msgid "humidity:"
100
+ msgstr "Υγρασία:"
101
+
102
+ #: awesome-weather.php:288
103
+ msgid "wind:"
104
+ msgstr "Άνεμος:"
105
+
106
+ #: awesome-weather.php:289
107
+ msgid "H"
108
+ msgstr "Ανώτερη"
109
+
110
+ #: awesome-weather.php:289
111
+ msgid "L"
112
+ msgstr "Κατώτερη"
113
+
114
+ #: awesome-weather.php:305
115
+ msgid "Sun"
116
+ msgstr "ΚΥ"
117
+
118
+ #: awesome-weather.php:305
119
+ msgid "Mon"
120
+ msgstr "ΔΕ"
121
+
122
+ #: awesome-weather.php:305
123
+ msgid "Tue"
124
+ msgstr "ΤΡ"
125
+
126
+ #: awesome-weather.php:305
127
+ msgid "Wed"
128
+ msgstr "ΤΕ"
129
+
130
+ #: awesome-weather.php:305
131
+ msgid "Thu"
132
+ msgstr "ΠΕ"
133
+
134
+ #: awesome-weather.php:305
135
+ msgid "Fri"
136
+ msgstr "ΠΑ"
137
+
138
+ #: awesome-weather.php:305
139
+ msgid "Sat"
140
+ msgstr "ΣΑ"
141
+
142
+ #: awesome-weather.php:323
143
+ msgid "extended forecast"
144
+ msgstr "Εκτεταμένη πρόγνωση"
145
+
146
+ #: awesome-weather.php:344
147
+ msgid "No weather information available"
148
+ msgstr "Δεν υπάρχει διαθέσιμη πρόγνωση καιρού"
149
+
150
+ #: awesome-weather.php:405
151
+ msgid "Location:"
152
+ msgstr "Τοποθεσία:"
153
+
154
+ #: awesome-weather.php:406
155
+ msgid "(i.e: London,UK or New York City,NY)"
156
+ msgstr "(π.χ.: London/UK ή New York City, NY)"
157
+
158
+ #: awesome-weather.php:412
159
+ msgid "Override Title:"
160
+ msgstr "Βάλτε άλλον τίτλο:"
161
+
162
+ #: awesome-weather.php:417
163
+ msgid "Units:"
164
+ msgstr "Μονάδες:"
165
+
166
+ #: awesome-weather.php:423
167
+ msgid "Size:"
168
+ msgstr "Μέγεθος:"
169
+
170
+ #: awesome-weather.php:432
171
+ msgid "Forecast:"
172
+ msgstr "Πρόγνωση:"
173
+
174
+ #: awesome-weather.php:444
175
+ msgid "Background Image:"
176
+ msgstr "Εικόνα Φόντου:"
177
+
178
+ #: awesome-weather.php:449
179
+ msgid "Custom Background Color:"
180
+ msgstr "Επιλόγη διαφορετικού χρώματος φόντου:"
181
+
182
+ #: awesome-weather.php:450
183
+ msgid "(overrides color changing, use hex #7fb761)"
184
+ msgstr "(παρακάμπτει την αλλαγή χρώματος, χρησιμοποιόντας hex #7fb761)"
185
+
186
+ #: awesome-weather.php:455
187
+ msgid "Hide Stats:"
188
+ msgstr "Κρύψε τα στατιστικά"
189
+
190
+ #: awesome-weather.php:460
191
+ msgid "Link to OpenWeatherMap:"
192
+ msgstr "Σύνδεσμος για το OpenWeatherMap:"
193
+
194
+ #. Plugin Name of the plugin/theme
195
+ msgid "Awesome Weather Widget"
196
+ msgstr "Awesome Weather Widget"
197
+
198
+ #. Plugin URI of the plugin/theme
199
+ msgid "http://halgatewood.com/awesome-weather"
200
+ msgstr "http://halgatewood.com/awesome-weather"
201
+
202
+ #. Description of the plugin/theme
203
+ msgid "A weather widget that actually looks cool"
204
+ msgstr "Ένα widget καιρού που είναι πραγματικά ωραίο"
205
+
206
+ #. Author of the plugin/theme
207
+ msgid "Hal Gatewood"
208
+ msgstr "Hal Gatewood"
209
+
210
+ #. Author URI of the plugin/theme
211
+ msgid "http://www.halgatewood.com"
212
+ msgstr "http://www.halgatewood.com"
languages/awesome-weather-es_ES.mo ADDED
Binary file
languages/awesome-weather-es_ES.po ADDED
@@ -0,0 +1,216 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2014 Awesome Weather Widget
2
+ # This file is distributed under the same license as the Awesome Weather Widget package.
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: Awesome Weather Widget 1.4\n"
6
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/awesome-weather\n"
7
+ "POT-Creation-Date: 2014-02-05 22:17:31+00:00\n"
8
+ "MIME-Version: 1.0\n"
9
+ "Content-Type: text/plain; charset=UTF-8\n"
10
+ "Content-Transfer-Encoding: 8bit\n"
11
+ "PO-Revision-Date: 2014-05-23 08:22+0100\n"
12
+ "Last-Translator: \n"
13
+ "Language-Team: LANGUAGE <LL@li.org>\n"
14
+ "X-Generator: Poedit 1.6.5\n"
15
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
+ "Language: es_ES\n"
17
+
18
+ #: awesome-weather.php:66
19
+ msgid "C"
20
+ msgstr "ºC"
21
+
22
+ #: awesome-weather.php:66
23
+ msgid "F"
24
+ msgstr "ºF"
25
+
26
+ #: awesome-weather.php:236
27
+ msgid "N"
28
+ msgstr "N"
29
+
30
+ #: awesome-weather.php:237
31
+ msgid "NNE"
32
+ msgstr "NNE"
33
+
34
+ #: awesome-weather.php:238
35
+ msgid "NE"
36
+ msgstr "NE"
37
+
38
+ #: awesome-weather.php:239
39
+ msgid "ENE"
40
+ msgstr "ENE"
41
+
42
+ #: awesome-weather.php:240
43
+ msgid "E"
44
+ msgstr "E"
45
+
46
+ #: awesome-weather.php:241
47
+ msgid "ESE"
48
+ msgstr "ESE"
49
+
50
+ #: awesome-weather.php:242
51
+ msgid "SE"
52
+ msgstr "SE"
53
+
54
+ #: awesome-weather.php:243
55
+ msgid "SSE"
56
+ msgstr "SSE"
57
+
58
+ #: awesome-weather.php:244
59
+ msgid "S"
60
+ msgstr "S"
61
+
62
+ #: awesome-weather.php:245
63
+ msgid "SSW"
64
+ msgstr "SSO"
65
+
66
+ #: awesome-weather.php:246
67
+ msgid "SW"
68
+ msgstr "SO"
69
+
70
+ #: awesome-weather.php:247
71
+ msgid "WSW"
72
+ msgstr "OSO"
73
+
74
+ #: awesome-weather.php:248
75
+ msgid "W"
76
+ msgstr "O"
77
+
78
+ #: awesome-weather.php:249
79
+ msgid "WNW"
80
+ msgstr "ONO"
81
+
82
+ #: awesome-weather.php:250
83
+ msgid "NW"
84
+ msgstr "NO"
85
+
86
+ #: awesome-weather.php:251
87
+ msgid "NNW"
88
+ msgstr "NNO"
89
+
90
+ #: awesome-weather.php:288
91
+ msgid "km/h"
92
+ msgstr "Km/h"
93
+
94
+ #: awesome-weather.php:288
95
+ msgid "mph"
96
+ msgstr "mph"
97
+
98
+ #: awesome-weather.php:295
99
+ msgid "humidity:"
100
+ msgstr "Humedad:"
101
+
102
+ #: awesome-weather.php:296
103
+ msgid "wind:"
104
+ msgstr "Viento:"
105
+
106
+ #: awesome-weather.php:297
107
+ msgid "H"
108
+ msgstr "Máx:"
109
+
110
+ #: awesome-weather.php:297
111
+ msgid "L"
112
+ msgstr "Mín:"
113
+
114
+ #: awesome-weather.php:313
115
+ msgid "Sun"
116
+ msgstr "Dom"
117
+
118
+ #: awesome-weather.php:313
119
+ msgid "Mon"
120
+ msgstr "Lun"
121
+
122
+ #: awesome-weather.php:313
123
+ msgid "Tue"
124
+ msgstr "Mar"
125
+
126
+ #: awesome-weather.php:313
127
+ msgid "Wed"
128
+ msgstr "Mie"
129
+
130
+ #: awesome-weather.php:313
131
+ msgid "Thu"
132
+ msgstr "Jue"
133
+
134
+ #: awesome-weather.php:313
135
+ msgid "Fri"
136
+ msgstr "Vie"
137
+
138
+ #: awesome-weather.php:313
139
+ msgid "Sat"
140
+ msgstr "Sab"
141
+
142
+ #: awesome-weather.php:331
143
+ msgid "extended forecast"
144
+ msgstr "pronóstico extendido"
145
+
146
+ #: awesome-weather.php:352
147
+ msgid "No weather information available"
148
+ msgstr "Predicción meteorológica no disponible"
149
+
150
+ #: awesome-weather.php:415
151
+ msgid "Location:"
152
+ msgstr "Ubicación:"
153
+
154
+ #: awesome-weather.php:416
155
+ msgid "(i.e: London,UK or New York City,NY)"
156
+ msgstr "(ejemplo: London,UK or New York City,NY)"
157
+
158
+ #: awesome-weather.php:422
159
+ msgid "Override Title:"
160
+ msgstr "Sobrescribir Título"
161
+
162
+ #: awesome-weather.php:427
163
+ msgid "Units:"
164
+ msgstr "Unidades:"
165
+
166
+ #: awesome-weather.php:433
167
+ msgid "Size:"
168
+ msgstr "Tamaño:"
169
+
170
+ #: awesome-weather.php:442
171
+ msgid "Forecast:"
172
+ msgstr "Pronóstico:"
173
+
174
+ #: awesome-weather.php:454
175
+ msgid "Background Image:"
176
+ msgstr "Imagen de fondo:"
177
+
178
+ #: awesome-weather.php:459
179
+ msgid "Custom Background Color:"
180
+ msgstr "Color de fondo personalizado:"
181
+
182
+ #: awesome-weather.php:460
183
+ msgid "overrides color changing"
184
+ msgstr "Sobreescribir color"
185
+
186
+ #: awesome-weather.php:465
187
+ msgid "Hide Stats:"
188
+ msgstr "Ocultar Estadísticas:"
189
+
190
+ #: awesome-weather.php:470
191
+ msgid "Link to OpenWeatherMap:"
192
+ msgstr "Enlace a OpenWeatherMap:"
193
+
194
+ #: awesome-weather.php:475
195
+ msgid "Widget Title: (optional)"
196
+ msgstr "Título del Widget: (optional)"
197
+
198
+ #. Plugin Name of the plugin/theme
199
+ msgid "Awesome Weather Widget"
200
+ msgstr "Awesome Weather Widget"
201
+
202
+ #. Plugin URI of the plugin/theme
203
+ msgid "http://halgatewood.com/awesome-weather"
204
+ msgstr "http://halgatewood.com/awesome-weather"
205
+
206
+ #. Description of the plugin/theme
207
+ msgid "A weather widget that actually looks cool"
208
+ msgstr "Un widget del tiempo que realmente se ve bien"
209
+
210
+ #. Author of the plugin/theme
211
+ msgid "Hal Gatewood"
212
+ msgstr "Hal Gatewood"
213
+
214
+ #. Author URI of the plugin/theme
215
+ msgid "http://www.halgatewood.com"
216
+ msgstr "http://www.halgatewood.com"
languages/awesome-weather-ru_RU.mo ADDED
Binary file
languages/awesome-weather-ru_RU.po ADDED
@@ -0,0 +1,215 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2014 Awesome Weather Widget
2
+ # This file is distributed under the same license as the Awesome Weather Widget package.
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: Awesome Weather Widget 1.4\n"
6
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/awesome-weather\n"
7
+ "POT-Creation-Date: 2014-02-05 22:17:31+00:00\n"
8
+ "MIME-Version: 1.0\n"
9
+ "Content-Type: text/plain; charset=UTF-8\n"
10
+ "Content-Transfer-Encoding: 8bit\n"
11
+ "PO-Revision-Date: 2014-05-27 15:31+0300\n"
12
+ "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
+ "Language-Team: LANGUAGE <LL@li.org>\n"
14
+ "X-Generator: Poedit 1.5.4\n"
15
+ "Language: RU\n"
16
+
17
+ #: awesome-weather.php:66
18
+ msgid "C"
19
+ msgstr "С"
20
+
21
+ #: awesome-weather.php:66
22
+ msgid "F"
23
+ msgstr "F"
24
+
25
+ #: awesome-weather.php:236
26
+ msgid "N"
27
+ msgstr "С"
28
+
29
+ #: awesome-weather.php:237
30
+ msgid "NNE"
31
+ msgstr "ССВ"
32
+
33
+ #: awesome-weather.php:238
34
+ msgid "NE"
35
+ msgstr "СВ"
36
+
37
+ #: awesome-weather.php:239
38
+ msgid "ENE"
39
+ msgstr "ВСВ"
40
+
41
+ #: awesome-weather.php:240
42
+ msgid "E"
43
+ msgstr "В"
44
+
45
+ #: awesome-weather.php:241
46
+ msgid "ESE"
47
+ msgstr "ВЮВ"
48
+
49
+ #: awesome-weather.php:242
50
+ msgid "SE"
51
+ msgstr "ЮВ"
52
+
53
+ #: awesome-weather.php:243
54
+ msgid "SSE"
55
+ msgstr "ЮЮВ"
56
+
57
+ #: awesome-weather.php:244
58
+ msgid "S"
59
+ msgstr "Ю"
60
+
61
+ #: awesome-weather.php:245
62
+ msgid "SSW"
63
+ msgstr "ЮЮЗ"
64
+
65
+ #: awesome-weather.php:246
66
+ msgid "SW"
67
+ msgstr "ЮЗ"
68
+
69
+ #: awesome-weather.php:247
70
+ msgid "WSW"
71
+ msgstr "ЗЮЗ"
72
+
73
+ #: awesome-weather.php:248
74
+ msgid "W"
75
+ msgstr "З"
76
+
77
+ #: awesome-weather.php:249
78
+ msgid "WNW"
79
+ msgstr "ЗСЗ"
80
+
81
+ #: awesome-weather.php:250
82
+ msgid "NW"
83
+ msgstr "СЗ"
84
+
85
+ #: awesome-weather.php:251
86
+ msgid "NNW"
87
+ msgstr "ССЗ"
88
+
89
+ #: awesome-weather.php:288
90
+ msgid "km/h"
91
+ msgstr "км.ч"
92
+
93
+ #: awesome-weather.php:288
94
+ msgid "mph"
95
+ msgstr "мил/ч"
96
+
97
+ #: awesome-weather.php:295
98
+ msgid "humidity:"
99
+ msgstr "влажность:"
100
+
101
+ #: awesome-weather.php:296
102
+ msgid "wind:"
103
+ msgstr "ветер:"
104
+
105
+ #: awesome-weather.php:297
106
+ msgid "H"
107
+ msgstr "Ш"
108
+
109
+ #: awesome-weather.php:297
110
+ msgid "L"
111
+ msgstr "Д"
112
+
113
+ #: awesome-weather.php:313
114
+ msgid "Sun"
115
+ msgstr "Вск"
116
+
117
+ #: awesome-weather.php:313
118
+ msgid "Mon"
119
+ msgstr "Пон"
120
+
121
+ #: awesome-weather.php:313
122
+ msgid "Tue"
123
+ msgstr "Втр"
124
+
125
+ #: awesome-weather.php:313
126
+ msgid "Wed"
127
+ msgstr "Срд"
128
+
129
+ #: awesome-weather.php:313
130
+ msgid "Thu"
131
+ msgstr "Чтв"
132
+
133
+ #: awesome-weather.php:313
134
+ msgid "Fri"
135
+ msgstr "Птн"
136
+
137
+ #: awesome-weather.php:313
138
+ msgid "Sat"
139
+ msgstr "Сбб"
140
+
141
+ #: awesome-weather.php:331
142
+ msgid "extended forecast"
143
+ msgstr "расширенный прогноз"
144
+
145
+ #: awesome-weather.php:352
146
+ msgid "No weather information available"
147
+ msgstr "Информация о погоде недоступна"
148
+
149
+ #: awesome-weather.php:415
150
+ msgid "Location:"
151
+ msgstr "Место:"
152
+
153
+ #: awesome-weather.php:416
154
+ msgid "(i.e: London,UK or New York City,NY)"
155
+ msgstr "(нап: London,UK or New York City,NY)"
156
+
157
+ #: awesome-weather.php:422
158
+ msgid "Override Title:"
159
+ msgstr "Свой заголовой"
160
+
161
+ #: awesome-weather.php:427
162
+ msgid "Units:"
163
+ msgstr "Единицы:"
164
+
165
+ #: awesome-weather.php:433
166
+ msgid "Size:"
167
+ msgstr "Размер:"
168
+
169
+ #: awesome-weather.php:442
170
+ msgid "Forecast:"
171
+ msgstr "Прогноз:"
172
+
173
+ #: awesome-weather.php:454
174
+ msgid "Background Image:"
175
+ msgstr "Фоновое изображение:"
176
+
177
+ #: awesome-weather.php:459
178
+ msgid "Custom Background Color:"
179
+ msgstr "Свой цвет фона:"
180
+
181
+ #: awesome-weather.php:460
182
+ msgid "overrides color changing"
183
+ msgstr "перехват смены цвета"
184
+
185
+ #: awesome-weather.php:465
186
+ msgid "Hide Stats:"
187
+ msgstr "Скрыть статистику:"
188
+
189
+ #: awesome-weather.php:470
190
+ msgid "Link to OpenWeatherMap:"
191
+ msgstr "Линк на OpenWeatherMap:"
192
+
193
+ #: awesome-weather.php:475
194
+ msgid "Widget Title: (optional)"
195
+ msgstr "Титул виджета:(опцонально)"
196
+
197
+ #. Plugin Name of the plugin/theme
198
+ msgid "Awesome Weather Widget"
199
+ msgstr "Awesome Weather Widget"
200
+
201
+ #. Plugin URI of the plugin/theme
202
+ msgid "http://halgatewood.com/awesome-weather"
203
+ msgstr "http://halgatewood.com/awesome-weather"
204
+
205
+ #. Description of the plugin/theme
206
+ msgid "A weather widget that actually looks cool"
207
+ msgstr "A weather widget that actually looks cool"
208
+
209
+ #. Author of the plugin/theme
210
+ msgid "Hal Gatewood"
211
+ msgstr "Hal Gatewood"
212
+
213
+ #. Author URI of the plugin/theme
214
+ msgid "http://www.halgatewood.com"
215
+ msgstr "http://www.halgatewood.com"
readme.txt CHANGED
@@ -1,9 +1,9 @@
1
  === Plugin Name ===
2
  Contributors: halgatewood
3
- Donate link: http://halgatewood.com/awesome-weather/
4
  Tags: widgets, sidebar, shortcode, openweathermap, weather, weather widget, forecast, global, temp
5
  Requires at least: 3.5
6
- Tested up to: 3.8
7
  Stable tag: trunk
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -12,9 +12,9 @@ Finally beautiful weather widgets for your site.
12
 
13
  == Description ==
14
 
15
- [Pro Version](http://halgatewood.com/downloads/awesome-weather-widget-pro/) available too! Icons, 3 New Layouts, Weather by Yahoo!, User Detection and more!
16
 
17
- This plugin allows you to easily add super clean (and awesome) weather widgets to your site. The weather data is provided for free by http://openweathermap.org.
18
 
19
  Use the built in widget with all of its marvelous settings or add it to a page or theme with the shortcode: (all settings shown)
20
 
@@ -32,8 +32,6 @@ Use the built in widget with all of its marvelous settings or add it to a page o
32
  * Custom Background Color: Add a hex color to override the default colors
33
  * Inline Styles: Add inline CSS styles to your widget to float around text and whatever else
34
 
35
- All weather data is provided by http://openweathermap.org and is cached for one hour.
36
-
37
  = Translations =
38
  * Portuguese - alvarogois
39
  * German - Anne Bremer
@@ -42,6 +40,9 @@ All weather data is provided by http://openweathermap.org and is cached for one
42
  * Swedish - AJ
43
  * French - Gilles D.
44
  * Italian - Cesare C.
 
 
 
45
 
46
  == Installation ==
47
 
@@ -61,6 +62,12 @@ All weather data is provided by http://openweathermap.org and is cached for one
61
 
62
  == Upgrade Notice ==
63
 
 
 
 
 
 
 
64
  = 1.4 =
65
 
66
  Gearing up for the PRO version coming soon which will include:
@@ -124,6 +131,12 @@ Changed API endpoints. Might not find weather without update.
124
 
125
  == Changelog ==
126
 
 
 
 
 
 
 
127
  = 1.4 =
128
  * Extended forecast now uses WP current_time to determine what days to show, setting in 'Settings' -> 'General'
129
  * Added a Widget Title field that uses the standard widget code from the sidebar (optional)
1
  === Plugin Name ===
2
  Contributors: halgatewood
3
+ Donate link: http://halgatewood.com/donate/
4
  Tags: widgets, sidebar, shortcode, openweathermap, weather, weather widget, forecast, global, temp
5
  Requires at least: 3.5
6
+ Tested up to: 4.0
7
  Stable tag: trunk
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
 
13
  == Description ==
14
 
15
+ [Pro Version](http://halgatewood.com/downloads/awesome-weather-widget-pro/) available. Icons, 3 New Layouts, Weather by Yahoo!, User Detection and more!
16
 
17
+ This plugin allows you to easily add super clean (and awesome) weather widgets to your site. The weather data is provided for free by http://openweathermap.org
18
 
19
  Use the built in widget with all of its marvelous settings or add it to a page or theme with the shortcode: (all settings shown)
20
 
32
  * Custom Background Color: Add a hex color to override the default colors
33
  * Inline Styles: Add inline CSS styles to your widget to float around text and whatever else
34
 
 
 
35
  = Translations =
36
  * Portuguese - alvarogois
37
  * German - Anne Bremer
40
  * Swedish - AJ
41
  * French - Gilles D.
42
  * Italian - Cesare C.
43
+ * Russian - Alex
44
+ * Spanish - Joaquín B
45
+ * Greek - John T
46
 
47
  == Installation ==
48
 
62
 
63
  == Upgrade Notice ==
64
 
65
+ = 1.4.1 =
66
+ * New translations added.
67
+ * Caching fixes
68
+ * Fixed checkboxes in widget settings
69
+ * Checked to be working with WordPress 3.9
70
+
71
  = 1.4 =
72
 
73
  Gearing up for the PRO version coming soon which will include:
131
 
132
  == Changelog ==
133
 
134
+ = 1.4.1 =
135
+ * New translations added.
136
+ * Caching fixes
137
+ * Fixed checkboxes in widget settings
138
+ * Checked to be working with WordPress 3.9
139
+
140
  = 1.4 =
141
  * Extended forecast now uses WP current_time to determine what days to show, setting in 'Settings' -> 'General'
142
  * Added a Widget Title field that uses the standard widget code from the sidebar (optional)