Instagram Widget by WPZOOM - Version 1.7.7

Version Description

  • Load plugin text domain
  • Removed old .pot file from /languages
Download this release

Release Info

Developer WPZOOM
Plugin Icon 128x128 Instagram Widget by WPZOOM
Version 1.7.7
Comparing to
See all releases

Code changes from version 1.7.6 to 1.7.7

instagram-widget-by-wpzoom.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: WPZOOM Instagram Widget
4
  * Plugin URI: https://www.wpzoom.com/plugins/instagram-widget/
5
  * Description: Simple and lightweight widget for WordPress to display your Instagram feed
6
- * Version: 1.7.6
7
  * Author: WPZOOM
8
  * Author URI: https://www.wpzoom.com/
9
  * Text Domain: instagram-widget-by-wpzoom
@@ -19,7 +19,7 @@ if ( ! defined( 'ABSPATH' ) ) {
19
  }
20
 
21
  if ( ! defined( 'WPZOOM_INSTAGRAM_VERSION' ) ) {
22
- define( 'WPZOOM_INSTAGRAM_VERSION', '1.7.6' );
23
  }
24
 
25
  require_once plugin_dir_path( __FILE__ ) . 'class-wpzoom-instagram-image-uploader.php';
@@ -128,3 +128,13 @@ function wpzoom_instagram_get_current_admin_url() {
128
 
129
  return remove_query_arg( array( '_wpnonce', 'wpzoom_instagram_ignore_admin_notice' ), admin_url( $uri ) );
130
  }
 
 
 
 
 
 
 
 
 
 
3
  * Plugin Name: WPZOOM Instagram Widget
4
  * Plugin URI: https://www.wpzoom.com/plugins/instagram-widget/
5
  * Description: Simple and lightweight widget for WordPress to display your Instagram feed
6
+ * Version: 1.7.7
7
  * Author: WPZOOM
8
  * Author URI: https://www.wpzoom.com/
9
  * Text Domain: instagram-widget-by-wpzoom
19
  }
20
 
21
  if ( ! defined( 'WPZOOM_INSTAGRAM_VERSION' ) ) {
22
+ define( 'WPZOOM_INSTAGRAM_VERSION', '1.7.7' );
23
  }
24
 
25
  require_once plugin_dir_path( __FILE__ ) . 'class-wpzoom-instagram-image-uploader.php';
128
 
129
  return remove_query_arg( array( '_wpnonce', 'wpzoom_instagram_ignore_admin_notice' ), admin_url( $uri ) );
130
  }
131
+
132
+ /**
133
+ * Load textdomain
134
+ *
135
+ * @since 1.7.7
136
+ */
137
+ function wpzoom_instagram_load_plugin_textdomain() {
138
+ load_plugin_textdomain( 'instagram-widget-by-wpzoom', false, basename( dirname( __FILE__ ) ) . '/languages/' );
139
+ }
140
+ add_action( 'init', 'wpzoom_instagram_load_plugin_textdomain' );
languages/instagram-widget-by-wpzoom.pot CHANGED
@@ -2,10 +2,10 @@
2
  # This file is distributed under the GPLv2 or later.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: WPZOOM Instagram Widget 1.7.5\n"
6
  "Report-Msgid-Bugs-To: "
7
  "https://wordpress.org/support/plugin/instagram-widget-by-wpzoom\n"
8
- "POT-Creation-Date: 2021-05-19 19:28:49+00:00\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=utf-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
@@ -25,77 +25,77 @@ msgstr ""
25
  "X-Textdomain-Support: yes\n"
26
  "X-Generator: grunt-wp-i18n 1.0.3\n"
27
 
28
- #: class-wpzoom-instagram-image-uploader.php:130
29
  msgid "Invalid nonce."
30
  msgstr ""
31
 
32
- #: class-wpzoom-instagram-image-uploader.php:130
33
  msgid "Invalid nonce provided for this action"
34
  msgstr ""
35
 
36
- #: class-wpzoom-instagram-image-uploader.php:138
37
  msgid "Invalid media id."
38
  msgstr ""
39
 
40
- #: class-wpzoom-instagram-image-uploader.php:138
41
  msgid "Could not retrieve image url with provided media id"
42
  msgstr ""
43
 
44
- #: class-wpzoom-instagram-widget-api.php:262
45
  msgid "Empty json user info from Public Feed."
46
  msgstr ""
47
 
48
- #: class-wpzoom-instagram-widget-api.php:266
49
  msgid ""
50
  "The request from the Public Feed failed. Invalid server response from "
51
  "Public JSON API url."
52
  msgstr ""
53
 
54
- #: class-wpzoom-instagram-widget-api.php:270
55
  msgid ""
56
  "The request from the Public Feed failed. Invalid JSON format from Public "
57
  "JSON API url."
58
  msgstr ""
59
 
60
- #: class-wpzoom-instagram-widget-api.php:274
61
  msgid "The request from the Public Feed failed. Check username."
62
  msgstr ""
63
 
64
- #: class-wpzoom-instagram-widget-api.php:278
65
  msgid ""
66
  "The request from the Public Feed failed. Invalid JSON format from parsed "
67
  "html body."
68
  msgstr ""
69
 
70
- #: class-wpzoom-instagram-widget-api.php:282
71
  msgid "Get items from the Public Feed failed. Invalid response."
72
  msgstr ""
73
 
74
- #: class-wpzoom-instagram-widget-api.php:286
75
  msgid "Get items from the Public Feed failed. Malformed data structure."
76
  msgstr ""
77
 
78
- #: class-wpzoom-instagram-widget-api.php:290
79
  msgid "Geting items from the Instagram API Feed failed. Invalid response."
80
  msgstr ""
81
 
82
- #: class-wpzoom-instagram-widget-api.php:294
83
  msgid "Get items from the Instagram API Feed failed. Malformed data structure."
84
  msgstr ""
85
 
86
- #: class-wpzoom-instagram-widget-api.php:298
87
  msgid "Get user data from the Instagram API Feed failed. Invalid response."
88
  msgstr ""
89
 
90
- #: class-wpzoom-instagram-widget-api.php:302
91
  msgid "Get user data from the Instagram API Feed failed. Malformed data structure."
92
  msgstr ""
93
 
94
- #: class-wpzoom-instagram-widget-api.php:436
95
  msgid "Invalid response from Instagram"
96
  msgstr ""
97
 
98
- #: class-wpzoom-instagram-widget-api.php:470
99
  msgid "Empty json decoded data."
100
  msgstr ""
101
 
@@ -144,60 +144,60 @@ msgstr ""
144
  msgid "Request timeout in seconds"
145
  msgstr ""
146
 
147
- #: class-wpzoom-instagram-widget-settings.php:190
148
  msgid ""
149
  "Using this method, you will be prompted to authorize the plugin to access "
150
  "your Instagram photos. The widget will automatically display the latest "
151
  "photos of the account which was authorized on this page."
152
  msgstr ""
153
 
154
- #: class-wpzoom-instagram-widget-settings.php:191
155
  msgid ""
156
  "Access tokens are valid for <u>60 days</u>. If the widget stops working, "
157
  "please generate a new Access Token below."
158
  msgstr ""
159
 
160
- #: class-wpzoom-instagram-widget-settings.php:197
161
  msgid "Connect with Instagram"
162
  msgstr ""
163
 
164
- #: class-wpzoom-instagram-widget-settings.php:199
165
  msgid "Re-connect with Instagram"
166
  msgstr ""
167
 
168
- #: class-wpzoom-instagram-widget-settings.php:222
169
  msgid "Hours"
170
  msgstr ""
171
 
172
- #: class-wpzoom-instagram-widget-settings.php:224
173
  msgid "Days"
174
  msgstr ""
175
 
176
- #: class-wpzoom-instagram-widget-settings.php:226
177
  msgid "Minutes"
178
  msgstr ""
179
 
180
- #: class-wpzoom-instagram-widget-settings.php:258
181
  msgid ""
182
  "The default timeout to get your Instagram feed is 15 seconds, but on some "
183
  "servers, this might not be enough time. Enter a higher value like 30 "
184
  "(seconds) and save changes to see if there is a difference."
185
  msgstr ""
186
 
187
- #: class-wpzoom-instagram-widget-settings.php:273
188
  msgid ""
189
  "The Instagram Access Token is a long string of characters unique to your "
190
  "account that grants other applications access to your Instagram feed. You "
191
  "can also get it manually from <a href=\"%1$s\">here</a>."
192
  msgstr ""
193
 
194
- #: class-wpzoom-instagram-widget-settings.php:285
195
  msgid ""
196
  "<strong style=\"color:#e44;\">This method is no longer supported by "
197
  "Instagram and it will be soon deprecated.</strong>"
198
  msgstr ""
199
 
200
- #: class-wpzoom-instagram-widget-settings.php:286
201
  msgid ""
202
  "Using this method, a public feed, limited to <strong>12 photos</strong>, "
203
  "will be displayed in the widget.<br/>This option is useful if you want to "
@@ -205,13 +205,13 @@ msgid ""
205
  "troubles getting your Access Token."
206
  msgstr ""
207
 
208
- #: class-wpzoom-instagram-widget-settings.php:294
209
  msgid ""
210
  "Below you can add additional details which you can display in the header of "
211
  "the Instagram Widget."
212
  msgstr ""
213
 
214
- #: class-wpzoom-instagram-widget-settings.php:310
215
  msgid ""
216
  "The username entered here will be used in the Instagram feed, unless a "
217
  "different username will be entered in the widget settings."
@@ -295,151 +295,151 @@ msgstr ""
295
  msgid "View on Instagram"
296
  msgstr ""
297
 
298
- #: class-wpzoom-instagram-widget.php:174
299
  msgid ""
300
  "Instagram Widget misconfigured or your Access Token "
301
  "<strong>expired</strong>. Please check"
302
  msgstr ""
303
 
304
- #: class-wpzoom-instagram-widget.php:175
305
  msgid "Instagram Settings Page"
306
  msgstr ""
307
 
308
- #: class-wpzoom-instagram-widget.php:175
309
  msgid "and make sure the plugin is properly configured"
310
  msgstr ""
311
 
312
- #: class-wpzoom-instagram-widget.php:220
313
  msgid "Follow"
314
  msgstr ""
315
 
316
- #: class-wpzoom-instagram-widget.php:232
317
  msgid "posts"
318
  msgstr ""
319
 
320
- #: class-wpzoom-instagram-widget.php:243
321
  msgid "followers"
322
  msgstr ""
323
 
324
- #: class-wpzoom-instagram-widget.php:254
325
  msgid "following"
326
  msgstr ""
327
 
328
- #: class-wpzoom-instagram-widget.php:483
329
  msgid ""
330
  "You need to configure <a href=\"%1$s\">plugin settings</a> before using "
331
  "this widget."
332
  msgstr ""
333
 
334
- #: class-wpzoom-instagram-widget.php:492
335
  msgid "Title:"
336
  msgstr ""
337
 
338
- #: class-wpzoom-instagram-widget.php:500
339
  msgid "Number of Images Shown:"
340
  msgstr ""
341
 
342
- #: class-wpzoom-instagram-widget.php:507
343
  msgid "Desired number of Images per row:"
344
  msgstr ""
345
 
346
- #: class-wpzoom-instagram-widget.php:514
347
  msgid "Desired Image width in pixels:"
348
  msgstr ""
349
 
350
- #: class-wpzoom-instagram-widget.php:523
351
  msgid "Force image resolution:"
352
  msgstr ""
353
 
354
- #: class-wpzoom-instagram-widget.php:527
355
  msgid "By Default Algorithm"
356
  msgstr ""
357
 
358
- #: class-wpzoom-instagram-widget.php:530
359
  msgid "Thumbnail ( 150x150px )"
360
  msgstr ""
361
 
362
- #: class-wpzoom-instagram-widget.php:533
363
  msgid "Low Resolution ( 320x320px )"
364
  msgstr ""
365
 
366
- #: class-wpzoom-instagram-widget.php:537
367
  msgid "Standard Resolution ( 640x640px )"
368
  msgstr ""
369
 
370
- #: class-wpzoom-instagram-widget.php:543
371
  msgid "Image spacing in pixels:"
372
  msgstr ""
373
 
374
- #: class-wpzoom-instagram-widget.php:554
375
  msgid ""
376
  "Fields above do not influence directly widget appearance. Final number of "
377
  "images per row and image width is calculated depending on browser "
378
  "resolution. This ensures your photos look beautiful on all devices."
379
  msgstr ""
380
 
381
- #: class-wpzoom-instagram-widget.php:560
382
  msgid "Instagram @username:"
383
  msgstr ""
384
 
385
- #: class-wpzoom-instagram-widget.php:570
386
  msgid ""
387
  "If you have already connected your Instagram account in the <a "
388
  "href=\"%1$s\">plugin settings</a>, leave this field empty. You can use this "
389
  "option if you want to display the feed of a different Instagram account."
390
  msgstr ""
391
 
392
- #: class-wpzoom-instagram-widget.php:581
393
  msgid " Display <strong>User Details</strong>"
394
  msgstr ""
395
 
396
- #: class-wpzoom-instagram-widget.php:588
397
  msgid " Display <strong>Bio in User Details</strong>"
398
  msgstr ""
399
 
400
- #: class-wpzoom-instagram-widget.php:595
401
  msgid " Display <strong>View on Instagram</strong> button"
402
  msgstr ""
403
 
404
- #: class-wpzoom-instagram-widget.php:602
405
  msgid " Show <strong>overlay with Instagram icon</strong> on hover"
406
  msgstr ""
407
 
408
- #: class-wpzoom-instagram-widget.php:609
409
  msgid "Lazy Load <strong>images</strong>"
410
  msgstr ""
411
 
412
- #: class-wpzoom-instagram-widget.php:615
413
  msgid "Hide video <strong>thumbnails</strong>"
414
  msgstr ""
415
 
416
- #: class-wpzoom-instagram-widget.php:621
417
  msgid "Show <strong>media type icons</strong>"
418
  msgstr ""
419
 
420
- #: class-wpzoom-instagram-widget.php:624
421
  msgid "Button Text:"
422
  msgstr ""
423
 
424
- #: instagram-widget-by-wpzoom.php:63
425
  msgid "Please configure Instagram Widget"
426
  msgstr ""
427
 
428
- #: instagram-widget-by-wpzoom.php:64
429
  msgid ""
430
  "If you have just installed or updated this plugin, please go to the %1$s "
431
  "and %2$s it with your Instagram account."
432
  msgstr ""
433
 
434
- #: instagram-widget-by-wpzoom.php:64
435
  msgid "Settings page"
436
  msgstr ""
437
 
438
- #: instagram-widget-by-wpzoom.php:64
439
  msgid "connect"
440
  msgstr ""
441
 
442
- #: instagram-widget-by-wpzoom.php:65
443
  msgid "You can ignore this message if you have already configured it."
444
  msgstr ""
445
 
2
  # This file is distributed under the GPLv2 or later.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: WPZOOM Instagram Widget 1.7.7\n"
6
  "Report-Msgid-Bugs-To: "
7
  "https://wordpress.org/support/plugin/instagram-widget-by-wpzoom\n"
8
+ "POT-Creation-Date: 2021-05-20 12:45:25+00:00\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=utf-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
25
  "X-Textdomain-Support: yes\n"
26
  "X-Generator: grunt-wp-i18n 1.0.3\n"
27
 
28
+ #: class-wpzoom-instagram-image-uploader.php:123
29
  msgid "Invalid nonce."
30
  msgstr ""
31
 
32
+ #: class-wpzoom-instagram-image-uploader.php:123
33
  msgid "Invalid nonce provided for this action"
34
  msgstr ""
35
 
36
+ #: class-wpzoom-instagram-image-uploader.php:131
37
  msgid "Invalid media id."
38
  msgstr ""
39
 
40
+ #: class-wpzoom-instagram-image-uploader.php:131
41
  msgid "Could not retrieve image url with provided media id"
42
  msgstr ""
43
 
44
+ #: class-wpzoom-instagram-widget-api.php:254
45
  msgid "Empty json user info from Public Feed."
46
  msgstr ""
47
 
48
+ #: class-wpzoom-instagram-widget-api.php:258
49
  msgid ""
50
  "The request from the Public Feed failed. Invalid server response from "
51
  "Public JSON API url."
52
  msgstr ""
53
 
54
+ #: class-wpzoom-instagram-widget-api.php:262
55
  msgid ""
56
  "The request from the Public Feed failed. Invalid JSON format from Public "
57
  "JSON API url."
58
  msgstr ""
59
 
60
+ #: class-wpzoom-instagram-widget-api.php:266
61
  msgid "The request from the Public Feed failed. Check username."
62
  msgstr ""
63
 
64
+ #: class-wpzoom-instagram-widget-api.php:270
65
  msgid ""
66
  "The request from the Public Feed failed. Invalid JSON format from parsed "
67
  "html body."
68
  msgstr ""
69
 
70
+ #: class-wpzoom-instagram-widget-api.php:274
71
  msgid "Get items from the Public Feed failed. Invalid response."
72
  msgstr ""
73
 
74
+ #: class-wpzoom-instagram-widget-api.php:278
75
  msgid "Get items from the Public Feed failed. Malformed data structure."
76
  msgstr ""
77
 
78
+ #: class-wpzoom-instagram-widget-api.php:282
79
  msgid "Geting items from the Instagram API Feed failed. Invalid response."
80
  msgstr ""
81
 
82
+ #: class-wpzoom-instagram-widget-api.php:286
83
  msgid "Get items from the Instagram API Feed failed. Malformed data structure."
84
  msgstr ""
85
 
86
+ #: class-wpzoom-instagram-widget-api.php:290
87
  msgid "Get user data from the Instagram API Feed failed. Invalid response."
88
  msgstr ""
89
 
90
+ #: class-wpzoom-instagram-widget-api.php:294
91
  msgid "Get user data from the Instagram API Feed failed. Malformed data structure."
92
  msgstr ""
93
 
94
+ #: class-wpzoom-instagram-widget-api.php:422
95
  msgid "Invalid response from Instagram"
96
  msgstr ""
97
 
98
+ #: class-wpzoom-instagram-widget-api.php:455
99
  msgid "Empty json decoded data."
100
  msgstr ""
101
 
144
  msgid "Request timeout in seconds"
145
  msgstr ""
146
 
147
+ #: class-wpzoom-instagram-widget-settings.php:188
148
  msgid ""
149
  "Using this method, you will be prompted to authorize the plugin to access "
150
  "your Instagram photos. The widget will automatically display the latest "
151
  "photos of the account which was authorized on this page."
152
  msgstr ""
153
 
154
+ #: class-wpzoom-instagram-widget-settings.php:189
155
  msgid ""
156
  "Access tokens are valid for <u>60 days</u>. If the widget stops working, "
157
  "please generate a new Access Token below."
158
  msgstr ""
159
 
160
+ #: class-wpzoom-instagram-widget-settings.php:195
161
  msgid "Connect with Instagram"
162
  msgstr ""
163
 
164
+ #: class-wpzoom-instagram-widget-settings.php:197
165
  msgid "Re-connect with Instagram"
166
  msgstr ""
167
 
168
+ #: class-wpzoom-instagram-widget-settings.php:220
169
  msgid "Hours"
170
  msgstr ""
171
 
172
+ #: class-wpzoom-instagram-widget-settings.php:222
173
  msgid "Days"
174
  msgstr ""
175
 
176
+ #: class-wpzoom-instagram-widget-settings.php:224
177
  msgid "Minutes"
178
  msgstr ""
179
 
180
+ #: class-wpzoom-instagram-widget-settings.php:256
181
  msgid ""
182
  "The default timeout to get your Instagram feed is 15 seconds, but on some "
183
  "servers, this might not be enough time. Enter a higher value like 30 "
184
  "(seconds) and save changes to see if there is a difference."
185
  msgstr ""
186
 
187
+ #: class-wpzoom-instagram-widget-settings.php:271
188
  msgid ""
189
  "The Instagram Access Token is a long string of characters unique to your "
190
  "account that grants other applications access to your Instagram feed. You "
191
  "can also get it manually from <a href=\"%1$s\">here</a>."
192
  msgstr ""
193
 
194
+ #: class-wpzoom-instagram-widget-settings.php:284
195
  msgid ""
196
  "<strong style=\"color:#e44;\">This method is no longer supported by "
197
  "Instagram and it will be soon deprecated.</strong>"
198
  msgstr ""
199
 
200
+ #: class-wpzoom-instagram-widget-settings.php:285
201
  msgid ""
202
  "Using this method, a public feed, limited to <strong>12 photos</strong>, "
203
  "will be displayed in the widget.<br/>This option is useful if you want to "
205
  "troubles getting your Access Token."
206
  msgstr ""
207
 
208
+ #: class-wpzoom-instagram-widget-settings.php:293
209
  msgid ""
210
  "Below you can add additional details which you can display in the header of "
211
  "the Instagram Widget."
212
  msgstr ""
213
 
214
+ #: class-wpzoom-instagram-widget-settings.php:309
215
  msgid ""
216
  "The username entered here will be used in the Instagram feed, unless a "
217
  "different username will be entered in the widget settings."
295
  msgid "View on Instagram"
296
  msgstr ""
297
 
298
+ #: class-wpzoom-instagram-widget.php:171
299
  msgid ""
300
  "Instagram Widget misconfigured or your Access Token "
301
  "<strong>expired</strong>. Please check"
302
  msgstr ""
303
 
304
+ #: class-wpzoom-instagram-widget.php:172
305
  msgid "Instagram Settings Page"
306
  msgstr ""
307
 
308
+ #: class-wpzoom-instagram-widget.php:172
309
  msgid "and make sure the plugin is properly configured"
310
  msgstr ""
311
 
312
+ #: class-wpzoom-instagram-widget.php:217
313
  msgid "Follow"
314
  msgstr ""
315
 
316
+ #: class-wpzoom-instagram-widget.php:229
317
  msgid "posts"
318
  msgstr ""
319
 
320
+ #: class-wpzoom-instagram-widget.php:240
321
  msgid "followers"
322
  msgstr ""
323
 
324
+ #: class-wpzoom-instagram-widget.php:251
325
  msgid "following"
326
  msgstr ""
327
 
328
+ #: class-wpzoom-instagram-widget.php:475
329
  msgid ""
330
  "You need to configure <a href=\"%1$s\">plugin settings</a> before using "
331
  "this widget."
332
  msgstr ""
333
 
334
+ #: class-wpzoom-instagram-widget.php:484
335
  msgid "Title:"
336
  msgstr ""
337
 
338
+ #: class-wpzoom-instagram-widget.php:492
339
  msgid "Number of Images Shown:"
340
  msgstr ""
341
 
342
+ #: class-wpzoom-instagram-widget.php:499
343
  msgid "Desired number of Images per row:"
344
  msgstr ""
345
 
346
+ #: class-wpzoom-instagram-widget.php:506
347
  msgid "Desired Image width in pixels:"
348
  msgstr ""
349
 
350
+ #: class-wpzoom-instagram-widget.php:515
351
  msgid "Force image resolution:"
352
  msgstr ""
353
 
354
+ #: class-wpzoom-instagram-widget.php:519
355
  msgid "By Default Algorithm"
356
  msgstr ""
357
 
358
+ #: class-wpzoom-instagram-widget.php:522
359
  msgid "Thumbnail ( 150x150px )"
360
  msgstr ""
361
 
362
+ #: class-wpzoom-instagram-widget.php:525
363
  msgid "Low Resolution ( 320x320px )"
364
  msgstr ""
365
 
366
+ #: class-wpzoom-instagram-widget.php:529
367
  msgid "Standard Resolution ( 640x640px )"
368
  msgstr ""
369
 
370
+ #: class-wpzoom-instagram-widget.php:535
371
  msgid "Image spacing in pixels:"
372
  msgstr ""
373
 
374
+ #: class-wpzoom-instagram-widget.php:546
375
  msgid ""
376
  "Fields above do not influence directly widget appearance. Final number of "
377
  "images per row and image width is calculated depending on browser "
378
  "resolution. This ensures your photos look beautiful on all devices."
379
  msgstr ""
380
 
381
+ #: class-wpzoom-instagram-widget.php:552
382
  msgid "Instagram @username:"
383
  msgstr ""
384
 
385
+ #: class-wpzoom-instagram-widget.php:562
386
  msgid ""
387
  "If you have already connected your Instagram account in the <a "
388
  "href=\"%1$s\">plugin settings</a>, leave this field empty. You can use this "
389
  "option if you want to display the feed of a different Instagram account."
390
  msgstr ""
391
 
392
+ #: class-wpzoom-instagram-widget.php:573
393
  msgid " Display <strong>User Details</strong>"
394
  msgstr ""
395
 
396
+ #: class-wpzoom-instagram-widget.php:580
397
  msgid " Display <strong>Bio in User Details</strong>"
398
  msgstr ""
399
 
400
+ #: class-wpzoom-instagram-widget.php:587
401
  msgid " Display <strong>View on Instagram</strong> button"
402
  msgstr ""
403
 
404
+ #: class-wpzoom-instagram-widget.php:594
405
  msgid " Show <strong>overlay with Instagram icon</strong> on hover"
406
  msgstr ""
407
 
408
+ #: class-wpzoom-instagram-widget.php:601
409
  msgid "Lazy Load <strong>images</strong>"
410
  msgstr ""
411
 
412
+ #: class-wpzoom-instagram-widget.php:607
413
  msgid "Hide video <strong>thumbnails</strong>"
414
  msgstr ""
415
 
416
+ #: class-wpzoom-instagram-widget.php:613
417
  msgid "Show <strong>media type icons</strong>"
418
  msgstr ""
419
 
420
+ #: class-wpzoom-instagram-widget.php:616
421
  msgid "Button Text:"
422
  msgstr ""
423
 
424
+ #: instagram-widget-by-wpzoom.php:62
425
  msgid "Please configure Instagram Widget"
426
  msgstr ""
427
 
428
+ #: instagram-widget-by-wpzoom.php:63
429
  msgid ""
430
  "If you have just installed or updated this plugin, please go to the %1$s "
431
  "and %2$s it with your Instagram account."
432
  msgstr ""
433
 
434
+ #: instagram-widget-by-wpzoom.php:63
435
  msgid "Settings page"
436
  msgstr ""
437
 
438
+ #: instagram-widget-by-wpzoom.php:63
439
  msgid "connect"
440
  msgstr ""
441
 
442
+ #: instagram-widget-by-wpzoom.php:64
443
  msgid "You can ignore this message if you have already configured it."
444
  msgstr ""
445
 
languages/wpzoom-instagram-widget.pot DELETED
@@ -1,464 +0,0 @@
1
- # Copyright (C) 2021 WPZOOM
2
- # This file is distributed under the GPLv2 or later.
3
- msgid ""
4
- msgstr ""
5
- "Project-Id-Version: WPZOOM Instagram Widget 1.7.5\n"
6
- "Report-Msgid-Bugs-To: "
7
- "https://wordpress.org/support/plugin/instagram-widget-by-wpzoom\n"
8
- "POT-Creation-Date: 2021-05-19 08:24:10+00:00\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=utf-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "PO-Revision-Date: 2021-MO-DA HO:MI+ZONE\n"
13
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
- "Language-Team: LANGUAGE <LL@li.org>\n"
15
- "Language: en\n"
16
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
- "X-Poedit-Country: United States\n"
18
- "X-Poedit-SourceCharset: UTF-8\n"
19
- "X-Poedit-KeywordsList: "
20
- "__;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_"
21
- "attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;esc_html_x:1,2c;\n"
22
- "X-Poedit-Basepath: ../\n"
23
- "X-Poedit-SearchPath-0: .\n"
24
- "X-Poedit-Bookmarks: \n"
25
- "X-Textdomain-Support: yes\n"
26
- "X-Generator: grunt-wp-i18n 1.0.3\n"
27
-
28
- #: class-wpzoom-instagram-image-uploader.php:130
29
- msgid "Invalid nonce."
30
- msgstr ""
31
-
32
- #: class-wpzoom-instagram-image-uploader.php:130
33
- msgid "Invalid nonce provided for this action"
34
- msgstr ""
35
-
36
- #: class-wpzoom-instagram-image-uploader.php:138
37
- msgid "Invalid media id."
38
- msgstr ""
39
-
40
- #: class-wpzoom-instagram-image-uploader.php:138
41
- msgid "Could not retrieve image url with provided media id"
42
- msgstr ""
43
-
44
- #: class-wpzoom-instagram-widget-api.php:262
45
- msgid "Empty json user info from Public Feed."
46
- msgstr ""
47
-
48
- #: class-wpzoom-instagram-widget-api.php:266
49
- msgid ""
50
- "The request from the Public Feed failed. Invalid server response from "
51
- "Public JSON API url."
52
- msgstr ""
53
-
54
- #: class-wpzoom-instagram-widget-api.php:270
55
- msgid ""
56
- "The request from the Public Feed failed. Invalid JSON format from Public "
57
- "JSON API url."
58
- msgstr ""
59
-
60
- #: class-wpzoom-instagram-widget-api.php:274
61
- msgid "The request from the Public Feed failed. Check username."
62
- msgstr ""
63
-
64
- #: class-wpzoom-instagram-widget-api.php:278
65
- msgid ""
66
- "The request from the Public Feed failed. Invalid JSON format from parsed "
67
- "html body."
68
- msgstr ""
69
-
70
- #: class-wpzoom-instagram-widget-api.php:282
71
- msgid "Get items from the Public Feed failed. Invalid response."
72
- msgstr ""
73
-
74
- #: class-wpzoom-instagram-widget-api.php:286
75
- msgid "Get items from the Public Feed failed. Malformed data structure."
76
- msgstr ""
77
-
78
- #: class-wpzoom-instagram-widget-api.php:290
79
- msgid "Geting items from the Instagram API Feed failed. Invalid response."
80
- msgstr ""
81
-
82
- #: class-wpzoom-instagram-widget-api.php:294
83
- msgid "Get items from the Instagram API Feed failed. Malformed data structure."
84
- msgstr ""
85
-
86
- #: class-wpzoom-instagram-widget-api.php:298
87
- msgid "Get user data from the Instagram API Feed failed. Invalid response."
88
- msgstr ""
89
-
90
- #: class-wpzoom-instagram-widget-api.php:302
91
- msgid "Get user data from the Instagram API Feed failed. Malformed data structure."
92
- msgstr ""
93
-
94
- #: class-wpzoom-instagram-widget-api.php:436
95
- msgid "Invalid response from Instagram"
96
- msgstr ""
97
-
98
- #: class-wpzoom-instagram-widget-api.php:470
99
- msgid "Empty json decoded data."
100
- msgstr ""
101
-
102
- #: class-wpzoom-instagram-widget-settings.php:27
103
- msgid "Settings"
104
- msgstr ""
105
-
106
- #: class-wpzoom-instagram-widget-settings.php:61
107
- msgid "User Details (optional)"
108
- msgstr ""
109
-
110
- #: class-wpzoom-instagram-widget-settings.php:68
111
- msgid "Profile Picture"
112
- msgstr ""
113
-
114
- #: class-wpzoom-instagram-widget-settings.php:76
115
- msgid "Your Name"
116
- msgstr ""
117
-
118
- #: class-wpzoom-instagram-widget-settings.php:84
119
- msgid "Bio"
120
- msgstr ""
121
-
122
- #: class-wpzoom-instagram-widget-settings.php:92
123
- msgid "Request Type"
124
- msgstr ""
125
-
126
- #: class-wpzoom-instagram-widget-settings.php:113
127
- msgid "Access Token"
128
- msgstr ""
129
-
130
- #: class-wpzoom-instagram-widget-settings.php:131
131
- msgid "Username"
132
- msgstr ""
133
-
134
- #: class-wpzoom-instagram-widget-settings.php:140
135
- msgid "Check for new posts every"
136
- msgstr ""
137
-
138
- #: class-wpzoom-instagram-widget-settings.php:148
139
- msgid "Enable request timeout"
140
- msgstr ""
141
-
142
- #: class-wpzoom-instagram-widget-settings.php:156
143
- #: class-wpzoom-instagram-widget-settings.php:165
144
- msgid "Request timeout in seconds"
145
- msgstr ""
146
-
147
- #: class-wpzoom-instagram-widget-settings.php:190
148
- msgid ""
149
- "Using this method, you will be prompted to authorize the plugin to access "
150
- "your Instagram photos. The widget will automatically display the latest "
151
- "photos of the account which was authorized on this page."
152
- msgstr ""
153
-
154
- #: class-wpzoom-instagram-widget-settings.php:191
155
- msgid ""
156
- "Access tokens are valid for <u>60 days</u>. If the widget stops working, "
157
- "please generate a new Access Token below."
158
- msgstr ""
159
-
160
- #: class-wpzoom-instagram-widget-settings.php:197
161
- msgid "Connect with Instagram"
162
- msgstr ""
163
-
164
- #: class-wpzoom-instagram-widget-settings.php:199
165
- msgid "Re-connect with Instagram"
166
- msgstr ""
167
-
168
- #: class-wpzoom-instagram-widget-settings.php:222
169
- msgid "Hours"
170
- msgstr ""
171
-
172
- #: class-wpzoom-instagram-widget-settings.php:224
173
- msgid "Days"
174
- msgstr ""
175
-
176
- #: class-wpzoom-instagram-widget-settings.php:226
177
- msgid "Minutes"
178
- msgstr ""
179
-
180
- #: class-wpzoom-instagram-widget-settings.php:258
181
- msgid ""
182
- "The default timeout to get your Instagram feed is 15 seconds, but on some "
183
- "servers, this might not be enough time. Enter a higher value like 30 "
184
- "(seconds) and save changes to see if there is a difference."
185
- msgstr ""
186
-
187
- #: class-wpzoom-instagram-widget-settings.php:273
188
- msgid ""
189
- "The Instagram Access Token is a long string of characters unique to your "
190
- "account that grants other applications access to your Instagram feed. You "
191
- "can also get it manually from <a href=\"%1$s\">here</a>."
192
- msgstr ""
193
-
194
- #: class-wpzoom-instagram-widget-settings.php:286
195
- msgid ""
196
- "<strong style=\"color:#e44;\">This method is no longer supported by "
197
- "Instagram and it will be soon deprecated.</strong>"
198
- msgstr ""
199
-
200
- #: class-wpzoom-instagram-widget-settings.php:287
201
- msgid ""
202
- "Using this method, a public feed, limited to <strong>12 photos</strong>, "
203
- "will be displayed in the widget.<br/>This option is useful if you want to "
204
- "display the feed of an Instagram account which you don't own or you have "
205
- "troubles getting your Access Token."
206
- msgstr ""
207
-
208
- #: class-wpzoom-instagram-widget-settings.php:295
209
- msgid ""
210
- "Below you can add additional details which you can display in the header of "
211
- "the Instagram Widget."
212
- msgstr ""
213
-
214
- #: class-wpzoom-instagram-widget-settings.php:311
215
- msgid ""
216
- "The username entered here will be used in the Instagram feed, unless a "
217
- "different username will be entered in the widget settings."
218
- msgstr ""
219
-
220
- #: class-wpzoom-instagram-widget-settings.php:335
221
- msgid "With Access Token (Instagram API)"
222
- msgstr ""
223
-
224
- #: class-wpzoom-instagram-widget-settings.php:346
225
- msgid "Public Feed (12 photos)"
226
- msgstr ""
227
-
228
- #: class-wpzoom-instagram-widget-settings.php:373
229
- #: class-wpzoom-instagram-widget-settings.php:377
230
- msgid "Upload a picture"
231
- msgstr ""
232
-
233
- #: class-wpzoom-instagram-widget-settings.php:374
234
- msgid "Replace Profile Picture"
235
- msgstr ""
236
-
237
- #: class-wpzoom-instagram-widget-settings.php:380
238
- msgid "Remove Profile Picture"
239
- msgstr ""
240
-
241
- #: class-wpzoom-instagram-widget-settings.php:407
242
- #: class-wpzoom-instagram-widget.php:23
243
- msgid "Instagram Widget by WPZOOM"
244
- msgstr ""
245
-
246
- #: class-wpzoom-instagram-widget-settings.php:411
247
- msgid "Connect your Instagram account"
248
- msgstr ""
249
-
250
- #: class-wpzoom-instagram-widget-settings.php:413
251
- msgid ""
252
- "To get started, select an option below. If you want to show <strong>your "
253
- "own feed</strong>, use the first option. If you want to show the feed of an "
254
- "Instagram account which you don't own, use the option <strong>Public "
255
- "Feed</strong>."
256
- msgstr ""
257
-
258
- #: class-wpzoom-instagram-widget-settings.php:429
259
- msgid "Premium WordPress Themes by WPZOOM"
260
- msgstr ""
261
-
262
- #: class-wpzoom-instagram-widget-settings.php:431
263
- msgid ""
264
- "Are you looking to give your website a new look?<br/> Check out our "
265
- "collection of <strong>35 expertly-crafted themes</strong> and find the "
266
- "perfect one for your needs!"
267
- msgstr ""
268
-
269
- #: class-wpzoom-instagram-widget-settings.php:433
270
- msgid "Check out our Themes &rarr;"
271
- msgstr ""
272
-
273
- #: class-wpzoom-instagram-widget-settings.php:453
274
- msgid ""
275
- "Instagram Widget is already connected to Instagram.\r\n"
276
- "\r\n"
277
- "Do you want to connect again?"
278
- msgstr ""
279
-
280
- #: class-wpzoom-instagram-widget-settings.php:468
281
- msgid ""
282
- "Provided Access Token expired. Please connect the plugin with your "
283
- "Instagram account again."
284
- msgstr ""
285
-
286
- #: class-wpzoom-instagram-widget.php:26
287
- msgid "Displays a user's Instagram timeline."
288
- msgstr ""
289
-
290
- #: class-wpzoom-instagram-widget.php:31
291
- msgid "Instagram"
292
- msgstr ""
293
-
294
- #: class-wpzoom-instagram-widget.php:32
295
- msgid "View on Instagram"
296
- msgstr ""
297
-
298
- #: class-wpzoom-instagram-widget.php:174
299
- msgid ""
300
- "Instagram Widget misconfigured or your Access Token "
301
- "<strong>expired</strong>. Please check"
302
- msgstr ""
303
-
304
- #: class-wpzoom-instagram-widget.php:175
305
- msgid "Instagram Settings Page"
306
- msgstr ""
307
-
308
- #: class-wpzoom-instagram-widget.php:175
309
- msgid "and make sure the plugin is properly configured"
310
- msgstr ""
311
-
312
- #: class-wpzoom-instagram-widget.php:220
313
- msgid "Follow"
314
- msgstr ""
315
-
316
- #: class-wpzoom-instagram-widget.php:232
317
- msgid "posts"
318
- msgstr ""
319
-
320
- #: class-wpzoom-instagram-widget.php:243
321
- msgid "followers"
322
- msgstr ""
323
-
324
- #: class-wpzoom-instagram-widget.php:254
325
- msgid "following"
326
- msgstr ""
327
-
328
- #: class-wpzoom-instagram-widget.php:483
329
- msgid ""
330
- "You need to configure <a href=\"%1$s\">plugin settings</a> before using "
331
- "this widget."
332
- msgstr ""
333
-
334
- #: class-wpzoom-instagram-widget.php:492
335
- msgid "Title:"
336
- msgstr ""
337
-
338
- #: class-wpzoom-instagram-widget.php:500
339
- msgid "Number of Images Shown:"
340
- msgstr ""
341
-
342
- #: class-wpzoom-instagram-widget.php:507
343
- msgid "Desired number of Images per row:"
344
- msgstr ""
345
-
346
- #: class-wpzoom-instagram-widget.php:514
347
- msgid "Desired Image width in pixels:"
348
- msgstr ""
349
-
350
- #: class-wpzoom-instagram-widget.php:523
351
- msgid "Force image resolution:"
352
- msgstr ""
353
-
354
- #: class-wpzoom-instagram-widget.php:527
355
- msgid "By Default Algorithm"
356
- msgstr ""
357
-
358
- #: class-wpzoom-instagram-widget.php:530
359
- msgid "Thumbnail ( 150x150px )"
360
- msgstr ""
361
-
362
- #: class-wpzoom-instagram-widget.php:533
363
- msgid "Low Resolution ( 320x320px )"
364
- msgstr ""
365
-
366
- #: class-wpzoom-instagram-widget.php:537
367
- msgid "Standard Resolution ( 640x640px )"
368
- msgstr ""
369
-
370
- #: class-wpzoom-instagram-widget.php:543
371
- msgid "Image spacing in pixels:"
372
- msgstr ""
373
-
374
- #: class-wpzoom-instagram-widget.php:554
375
- msgid ""
376
- "Fields above do not influence directly widget appearance. Final number of "
377
- "images per row and image width is calculated depending on browser "
378
- "resolution. This ensures your photos look beautiful on all devices."
379
- msgstr ""
380
-
381
- #: class-wpzoom-instagram-widget.php:560
382
- msgid "Instagram @username:"
383
- msgstr ""
384
-
385
- #: class-wpzoom-instagram-widget.php:570
386
- msgid ""
387
- "If you have already connected your Instagram account in the <a "
388
- "href=\"%1$s\">plugin settings</a>, leave this field empty. You can use this "
389
- "option if you want to display the feed of a different Instagram account."
390
- msgstr ""
391
-
392
- #: class-wpzoom-instagram-widget.php:581
393
- msgid " Display <strong>User Details</strong>"
394
- msgstr ""
395
-
396
- #: class-wpzoom-instagram-widget.php:588
397
- msgid " Display <strong>Bio in User Details</strong>"
398
- msgstr ""
399
-
400
- #: class-wpzoom-instagram-widget.php:595
401
- msgid " Display <strong>View on Instagram</strong> button"
402
- msgstr ""
403
-
404
- #: class-wpzoom-instagram-widget.php:602
405
- msgid " Show <strong>overlay with Instagram icon</strong> on hover"
406
- msgstr ""
407
-
408
- #: class-wpzoom-instagram-widget.php:609
409
- msgid "Lazy Load <strong>images</strong>"
410
- msgstr ""
411
-
412
- #: class-wpzoom-instagram-widget.php:615
413
- msgid "Hide video <strong>thumbnails</strong>"
414
- msgstr ""
415
-
416
- #: class-wpzoom-instagram-widget.php:621
417
- msgid "Show <strong>media type icons</strong>"
418
- msgstr ""
419
-
420
- #: class-wpzoom-instagram-widget.php:624
421
- msgid "Button Text:"
422
- msgstr ""
423
-
424
- #: instagram-widget-by-wpzoom.php:63
425
- msgid "Please configure Instagram Widget"
426
- msgstr ""
427
-
428
- #: instagram-widget-by-wpzoom.php:64
429
- msgid ""
430
- "If you have just installed or updated this plugin, please go to the %1$s "
431
- "and %2$s it with your Instagram account."
432
- msgstr ""
433
-
434
- #: instagram-widget-by-wpzoom.php:64
435
- msgid "Settings page"
436
- msgstr ""
437
-
438
- #: instagram-widget-by-wpzoom.php:64
439
- msgid "connect"
440
- msgstr ""
441
-
442
- #: instagram-widget-by-wpzoom.php:65
443
- msgid "You can ignore this message if you have already configured it."
444
- msgstr ""
445
-
446
- #. Plugin Name of the plugin/theme
447
- msgid "WPZOOM Instagram Widget"
448
- msgstr ""
449
-
450
- #. Plugin URI of the plugin/theme
451
- msgid "https://www.wpzoom.com/plugins/instagram-widget/"
452
- msgstr ""
453
-
454
- #. Description of the plugin/theme
455
- msgid "Simple and lightweight widget for WordPress to display your Instagram feed"
456
- msgstr ""
457
-
458
- #. Author of the plugin/theme
459
- msgid "WPZOOM"
460
- msgstr ""
461
-
462
- #. Author URI of the plugin/theme
463
- msgid "https://www.wpzoom.com/"
464
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
readme.txt CHANGED
@@ -67,6 +67,10 @@ Make sure to connect your Instagram account with the plugin. You can do that in
67
 
68
  == Changelog ==
69
 
 
 
 
 
70
  = 1.7.6 =
71
  * Change textdomain to match with plugin slug
72
 
67
 
68
  == Changelog ==
69
 
70
+ = 1.7.7 =
71
+ * Load plugin text domain
72
+ * Removed old .pot file from /languages
73
+
74
  = 1.7.6 =
75
  * Change textdomain to match with plugin slug
76