WD Instagram Feed – Instagram Gallery - Version 1.1.10

Version Description

Added: New text in uninstall page
Fixed: Video not centering issue on blogstyle
Added: Swedish translations

Download this release

Release Info

Developer webdorado
Plugin Icon 128x128 WD Instagram Feed – Instagram Gallery
Version 1.1.10
Comparing to
See all releases

Code changes from version 1.1.9 to 1.1.10

Files changed (47) hide show
  1. admin/views/WDIViewUninstall_wdi.php +3 -0
  2. css/wdi_frontend.css +4 -0
  3. featured/WDIFeaturedPlugins.php +463 -0
  4. WDIFeaturedThemes.php → featured/WDIFeaturedThemes.php +0 -0
  5. featured/images/best_magazine.jpg +0 -0
  6. featured/images/business_elite.jpg +0 -0
  7. featured/images/business_world.jpg +0 -0
  8. featured/images/catalog.png +0 -0
  9. featured/images/contact.builder.png +0 -0
  10. featured/images/contact.maker.png +0 -0
  11. featured/images/contacts.png +0 -0
  12. featured/images/down.png +0 -0
  13. featured/images/download_plugins.png +0 -0
  14. featured/images/download_themes.png +0 -0
  15. featured/images/events-wd.png +0 -0
  16. featured/images/exclusive.jpg +0 -0
  17. featured/images/expert.jpg +0 -0
  18. featured/images/facebook.png +0 -0
  19. featured/images/faq.png +0 -0
  20. featured/images/faq_wd.png +0 -0
  21. featured/images/flash.calendar.png +0 -0
  22. featured/images/fm-import.png +0 -0
  23. featured/images/folder.menu.png +0 -0
  24. featured/images/form.png +0 -0
  25. featured/images/google-maps.png +0 -0
  26. featured/images/instagram_feed.png +0 -0
  27. featured/images/magazine.jpg +0 -0
  28. featured/images/mottomag.jpg +0 -0
  29. featured/images/news_magazine.jpg +0 -0
  30. featured/images/photo-gallery.png +0 -0
  31. featured/images/player.png +0 -0
  32. featured/images/portfolio.png +0 -0
  33. featured/images/portfolio_gallery.jpg +0 -0
  34. featured/images/post-slider.png +0 -0
  35. featured/images/random.post.png +0 -0
  36. featured/images/sauron.jpg +0 -0
  37. featured/images/slider.png +0 -0
  38. featured/images/spider.calendar.png +0 -0
  39. featured/images/twittertools.png +0 -0
  40. featured/images/wd-google-analytics.png +0 -0
  41. featured/images/wedding.jpg +0 -0
  42. featured/images/wedding_style.jpg +0 -0
  43. featured/images/zoom.png +0 -0
  44. languages/wdi-sv_SE.mo +0 -0
  45. languages/wdi-sv_SE.po +1334 -0
  46. readme.txt +6 -1
  47. wd-instagram-feed.php +10 -3
admin/views/WDIViewUninstall_wdi.php CHANGED
@@ -32,6 +32,9 @@ public function display(){
32
  <p style="background-color:#F3EFEF;margin: 0;border-top: 1px solid #888888;border-bottom: 1px solid #888888;padding:2px;font-size:20px;">Options From <?php echo $wpdb->prefix , 'options' ?></p>
33
  <li style="padding-bottom:5px;padding-left:5px;font-weight: bold;margin:0;">3) wdi_user_name</li>
34
  <li style="padding-bottom:5px;padding-left:5px;font-weight: bold;margin:0;">4) wdi_access_token</li>
 
 
 
35
  </ul>
36
  </div>
37
 
32
  <p style="background-color:#F3EFEF;margin: 0;border-top: 1px solid #888888;border-bottom: 1px solid #888888;padding:2px;font-size:20px;">Options From <?php echo $wpdb->prefix , 'options' ?></p>
33
  <li style="padding-bottom:5px;padding-left:5px;font-weight: bold;margin:0;">3) wdi_user_name</li>
34
  <li style="padding-bottom:5px;padding-left:5px;font-weight: bold;margin:0;">4) wdi_access_token</li>
35
+ <li style="padding-bottom:5px;padding-left:5px;font-weight: bold;margin:0;">5) wdi_custom_css</li>
36
+ <li style="padding-bottom:5px;padding-left:5px;font-weight: bold;margin:0;">6) wdi_custom_js</li>
37
+ <li style="padding-bottom:5px;padding-left:5px;font-weight: bold;margin:0;">7) wdi_feeds_min_capability</li>
38
  </ul>
39
  </div>
40
 
css/wdi_frontend.css CHANGED
@@ -301,4 +301,8 @@ div[id^="wdi_container"] p {
301
  text-decoration: none;
302
  word-wrap: break-word;
303
  z-index: 11;
 
 
 
 
304
  }
301
  text-decoration: none;
302
  word-wrap: break-word;
303
  z-index: 11;
304
+ }
305
+
306
+ .wdi_photo_wrap_inner {
307
+ text-align: center;
308
  }
featured/WDIFeaturedPlugins.php ADDED
@@ -0,0 +1,463 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class WDIFeaturedPlugins
4
+ {
5
+ private $plugins = array(
6
+ "form-maker" => array(
7
+ 'title' => 'Form Maker',
8
+ 'text' => 'Wordpress form builder plugin',
9
+ 'content' => 'Form Maker is a modern and advanced tool for creating WordPress forms easily and fast.',
10
+ 'href' => 'https://web-dorado.com/products/wordpress-form.html'
11
+ ),
12
+ "photo-gallery" => array(
13
+ 'title' => 'Photo Gallery',
14
+ 'text' => 'WordPress Photo Gallery plugin',
15
+ 'content' => 'Photo Gallery is a fully responsive WordPress Gallery plugin with advanced functionality.',
16
+ 'href' => 'https://web-dorado.com/products/wordpress-photo-gallery-plugin.html'
17
+ ),
18
+ "wd-google-analytics" => array(
19
+ 'title' => 'Wd Google Analytics',
20
+ 'text' => 'WordPress Google Analytics Plugin',
21
+ 'content' => 'WD Google Analytics is a user-friendly all in one plugin, which allows to manage and monitor your website analytics from WordPress dashboard.',
22
+ 'href' => 'https://web-dorado.com/products/wordpress-google-analytics-plugin.html'
23
+ ),
24
+ "google-maps" => array(
25
+ 'title' => 'Google Map',
26
+ 'text' => 'WordPress Google Maps Plugin',
27
+ 'content' => 'Google Maps WD is an intuitive tool for creating Google maps with advanced markers, custom layers and overlays for your website.',
28
+ 'href' => 'https://web-dorado.com/products/wordpress-google-maps-plugin.html'
29
+ ),
30
+ "contact_form_bulder" => array(
31
+ 'title' => 'Contact Form Builder',
32
+ 'text' => 'WordPress contact form builder plugin',
33
+ 'content' => 'Contact Form Builder is the best tool for quickly arranging a contact form for your clients and visitors.',
34
+ 'href' => 'https://web-dorado.com/products/wordpress-contact-form-builder.html'
35
+ ),
36
+ "slider_wd" => array(
37
+ 'title' => 'Slider WD',
38
+ 'text' => 'WordPress slider plugin',
39
+ 'content' => 'Create responsive, highly configurable sliders with various effects for your WordPress site.',
40
+ 'href' => 'https://web-dorado.com/products/wordpress-slider-plugin.html'
41
+ ),
42
+ "events-wd" => array(
43
+ 'title' => 'Event Calendar WD',
44
+ 'text' => 'WordPress calendar plugin',
45
+ 'content' => 'Organize and publish your events in an easy and elegant way using Event Calendar WD.',
46
+ 'href' => 'https://web-dorado.com/products/wordpress-event-calendar-wd.html'
47
+ ),
48
+ "contact-maker" => array(
49
+ 'title' => 'Contact Form Maker',
50
+ 'text' => 'WordPress contact form maker plugin',
51
+ 'content' => 'WordPress Contact Form Maker is an advanced and easy-to-use tool for creating forms.',
52
+ 'href' => 'https://web-dorado.com/products/wordpress-contact-form-maker-plugin.html'
53
+ ),
54
+ "spider-calendar" => array(
55
+ 'title' => 'Spider Calendar',
56
+ 'text' => 'WordPress event calendar plugin',
57
+ 'content' => 'Spider Event Calendar is a highly configurable product which allows you to have multiple organized events.',
58
+ 'href' => 'https://web-dorado.com/products/wordpress-calendar.html'
59
+ ),
60
+ "catalog" => array(
61
+ 'title' => 'Spider Catalog',
62
+ 'text' => 'WordPress product catalog plugin',
63
+ 'content' => 'Spider Catalog for WordPress is a convenient tool for organizing the products represented on your website into catalogs.',
64
+ 'href' => 'https://web-dorado.com/products/wordpress-catalog.html'
65
+ ),
66
+ "player" => array(
67
+ 'title' => 'Video Player',
68
+ 'text' => 'WordPress Video player plugin',
69
+ 'content' => 'Spider Video Player for WordPress is a Flash & HTML5 video player plugin that allows you to easily add videos to your website with the possibility.',
70
+ 'href' => 'https://web-dorado.com/products/wordpress-player.html'
71
+ ),
72
+ "contacts" => array(
73
+ 'title' => 'Spider Contacts',
74
+ 'text' => 'Wordpress staff list plugin',
75
+ 'content' => 'Spider Contacts helps you to display information about the group of people more intelligible, effective and convenient.',
76
+ 'href' => 'https://web-dorado.com/products/wordpress-contacts-plugin.html'
77
+ ),
78
+ "facebook" => array(
79
+ 'title' => 'Spider Facebook',
80
+ 'text' => 'WordPress Facebook plugin',
81
+ 'content' => 'Spider Facebook is a WordPress integration tool for Facebook.It includes all the available Facebook social plugins and widgets.',
82
+ 'href' => 'https://web-dorado.com/products/wordpress-facebook.html'
83
+ ),
84
+ "twitter-widget" => array(
85
+ 'title' => 'Widget Twitter',
86
+ 'text' => 'WordPress Widget Twitter plugin',
87
+ 'content' => 'The Widget Twitter plugin lets you to fully integrate your WordPress site with your Twitter account.',
88
+ 'href' => 'https://web-dorado.com/products/wordpress-twitter-integration-plugin.html'
89
+ ),
90
+ "faq" => array(
91
+ 'title' => 'Spider FAQ',
92
+ 'text' => 'WordPress FAQ Plugin',
93
+ 'content' => 'The Spider FAQ WordPress plugin is for creating an FAQ (Frequently Asked Questions) section for your website.',
94
+ 'href' => 'https://web-dorado.com/products/wordpress-faq-plugin.html'
95
+ ),
96
+ "zoom" => array(
97
+ 'title' => 'Zoom',
98
+ 'text' => 'WordPress text zoom plugin',
99
+ 'content' => 'Zoom enables site users to resize the predefined areas of the web site.',
100
+ 'href' => 'https://web-dorado.com/products/wordpress-zoom.html'
101
+ ),
102
+ "flash-calendar" => array(
103
+ 'title' => 'Flash Calendar',
104
+ 'text' => 'WordPress flash calendar plugin',
105
+ 'content' => 'Spider Flash Calendar is a highly configurable Flash calendar plugin which allows you to have multiple organized events.',
106
+ 'href' => 'https://web-dorado.com/products/wordpress-events-calendar.html'
107
+ ),
108
+ "folder_menu" => array(
109
+ 'title' => 'Folder Menu',
110
+ 'text' => 'WordPress folder menu plugin',
111
+ 'content' => 'Folder Menu Vertical is a WordPress Flash menu module for your website, designed to meet your needs and preferences.',
112
+ 'href' => 'https://web-dorado.com/products/wordpress-menu-vertical.html'
113
+ ),
114
+ "random_post" => array(
115
+ 'title' => 'Random post',
116
+ 'text' => 'WordPress random post plugin',
117
+ 'content' => 'Spider Random Post is a small but very smart solution for your WordPress web site.',
118
+ 'href' => 'https://web-dorado.com/products/wordpress-random-post.html'
119
+ ),
120
+ "faq_wd" => array(
121
+ 'title' => 'FAQ WD',
122
+ 'text' => 'WordPress FAQ plugin',
123
+ 'content' => 'Organize and publish your FAQs in an easy and elegant way using FAQ WD.',
124
+ 'href' => 'https://web-dorado.com/products/wordpress-faq-wd.html'
125
+ ),
126
+ "instagram_feed" => array(
127
+ 'title' => 'Instagram Feed WD',
128
+ 'text' => 'WordPress Instagram Feed plugin',
129
+ 'content' => 'WD Instagram Feed is a user-friendly tool for displaying user or hashtag-based feeds on your website.',
130
+ 'href' => 'https://web-dorado.com/products/wordpress-instagram-feed-wd.html'
131
+ ),
132
+ "post-slider" => array(
133
+ 'title' => 'Post Slider',
134
+ 'text' => 'WordPress Post Slider plugin',
135
+ 'content' => 'Post Slider WD is designed to show off the selected posts of your website in a slider.',
136
+ 'href' => 'https://web-dorado.com/products/wordpress-post-slider-plugin.html'
137
+ )
138
+ );
139
+
140
+ public function print_css()
141
+ {
142
+ ?>
143
+ <style>
144
+ @import url(http://fonts.googleapis.com/css?family=Oswald);
145
+
146
+ #main_featured_plugins_page {
147
+ font-family: Oswald;
148
+ width: 90%;
149
+ margin: 15px auto 0px auto;
150
+ }
151
+
152
+ #main_featured_plugins_page h3 {
153
+ border-bottom: 2px solid #CECECE;
154
+ color: rgb(111, 111, 111);
155
+ font-family: Segoe UI;
156
+ font-size: 18px;
157
+ margin: 0px auto 15px auto;
158
+ padding: 20px 0;
159
+ }
160
+
161
+ #main_featured_plugins_page #featured-plugins-list {
162
+ position: relative;
163
+ margin: 0px auto;
164
+ height: auto;
165
+ display: table;
166
+ list-style: none;
167
+ text-align: center;
168
+ width: 100%;
169
+ }
170
+
171
+ #main_featured_plugins_page #featured-plugins-list li {
172
+ display: inline-table;
173
+ width: 200px;
174
+ margin: 20px 10px 0px 10px;
175
+ background: #FFFFFF;
176
+ border-right: 3px solid #E5E5E5;
177
+ height: 335px;
178
+ border-bottom: 3px solid #E5E5E5;
179
+ position: relative;
180
+ }
181
+
182
+ #main_featured_plugins_page #featured-plugins-list li .product {
183
+ position: relative;
184
+ height: 113px;
185
+ background-color: transparent !important;
186
+ background-position-x: 50% !important;
187
+ margin: 7px;
188
+ border-radius: 3px;
189
+ background-size: 115px !important;
190
+ }
191
+
192
+ #main_featured_plugins_page #featured-plugins-list li .title {
193
+ width: 90%;
194
+ text-align: center;
195
+ margin: 0 auto;
196
+ }
197
+
198
+ #main_featured_plugins_page #featured-plugins-list li.form-maker .product {
199
+ background: url("<?php echo WDI_URL; ?>/featured/images/form.png") center center no-repeat;
200
+ }
201
+
202
+ #main_featured_plugins_page #featured-plugins-list li.catalog .product {
203
+ background: url("<?php echo WDI_URL; ?>/featured/images/catalog.png") center center no-repeat;
204
+ }
205
+
206
+ #main_featured_plugins_page #featured-plugins-list li.contact-maker .product {
207
+ background: url("<?php echo WDI_URL; ?>/featured/images/contact.maker.png") center center no-repeat;
208
+ }
209
+
210
+ #main_featured_plugins_page #featured-plugins-list li.contacts .product {
211
+ background: url("<?php echo WDI_URL; ?>/featured/images/contacts.png") center center no-repeat;
212
+ }
213
+
214
+ #main_featured_plugins_page #featured-plugins-list li.facebook .product {
215
+ background: url("<?php echo WDI_URL; ?>/featured/images/facebook.png") center center no-repeat;
216
+ }
217
+
218
+ #main_featured_plugins_page #featured-plugins-list li.faq .product {
219
+ background: url("<?php echo WDI_URL; ?>/featured/images/faq.png") center center no-repeat;
220
+ }
221
+
222
+ #main_featured_plugins_page #featured-plugins-list li.flash-calendar .product {
223
+ background: url("<?php echo WDI_URL; ?>/featured/images/flash.calendar.png") center center no-repeat;
224
+ }
225
+
226
+ #main_featured_plugins_page #featured-plugins-list li.player .product {
227
+ background: url("<?php echo WDI_URL; ?>/featured/images/player.png") center center no-repeat;
228
+ }
229
+
230
+ #main_featured_plugins_page #featured-plugins-list li.spider-calendar .product {
231
+ background: url("<?php echo WDI_URL; ?>/featured/images/spider.calendar.png") center center no-repeat;
232
+ }
233
+
234
+ #main_featured_plugins_page #featured-plugins-list li.contact_form_bulder .product {
235
+ background: url("<?php echo WDI_URL; ?>/featured/images/contact.builder.png") center center no-repeat;
236
+ }
237
+
238
+ #main_featured_plugins_page #featured-plugins-list li.random_post .product {
239
+ background: url("<?php echo WDI_URL; ?>/featured/images/random.post.png") center center no-repeat;
240
+ }
241
+
242
+ #main_featured_plugins_page #featured-plugins-list li.slider_wd .product {
243
+ background: url("<?php echo WDI_URL; ?>/featured/images/slider.png") center center no-repeat;
244
+ }
245
+
246
+ #main_featured_plugins_page #featured-plugins-list li.folder_menu .product {
247
+ background: url("<?php echo WDI_URL; ?>/featured/images/folder.menu.png") center center no-repeat;
248
+ }
249
+
250
+ #main_featured_plugins_page #featured-plugins-list li.zoom .product {
251
+ background: url("<?php echo WDI_URL; ?>/featured/images/zoom.png") center center no-repeat;
252
+ }
253
+
254
+ #main_featured_plugins_page #featured-plugins-list li.fm-import .product {
255
+ background: url("<?php echo WDI_URL; ?>/featured/images/fm-import.png") center center no-repeat;
256
+ }
257
+
258
+ #main_featured_plugins_page #featured-plugins-list li.photo-gallery .product {
259
+ background: url("<?php echo WDI_URL; ?>/featured/images/photo-gallery.png") center center no-repeat;
260
+ }
261
+
262
+ #main_featured_plugins_page #featured-plugins-list li.twitter-widget .product {
263
+ background: url("<?php echo WDI_URL; ?>/featured/images/twittertools.png") center center no-repeat;
264
+ }
265
+
266
+ #main_featured_plugins_page #featured-plugins-list li.events-wd .product {
267
+ background: url("<?php echo WDI_URL; ?>/featured/images/events-wd.png") center center no-repeat;
268
+ }
269
+
270
+ #main_featured_plugins_page #featured-plugins-list li.faq_wd .product {
271
+ background: url("<?php echo WDI_URL; ?>/featured/images/faq_wd.png") center center no-repeat;
272
+ }
273
+
274
+ #main_featured_plugins_page #featured-plugins-list li.instagram_feed .product {
275
+ background: url("<?php echo WDI_URL; ?>/featured/images/instagram_feed.png") center center no-repeat;
276
+ }
277
+ #main_featured_plugins_page #featured-plugins-list li.wd-google-analytics .product {
278
+ background: url("<?php echo WDI_URL; ?>/featured/images/wd-google-analytics.png") center center no-repeat;
279
+ }
280
+
281
+ #main_featured_plugins_page #featured-plugins-list li.post-slider .product {
282
+ background: url("<?php echo WDI_URL; ?>/featured/images/post-slider.png") center center no-repeat;
283
+ }
284
+
285
+ #main_featured_plugins_page #featured-plugins-list li.google-maps .product {
286
+ background: url("<?php echo WDI_URL; ?>/featured/images/google-maps.png") center center no-repeat;
287
+ }
288
+
289
+ #main_featured_plugins_page #featured-plugins-list li .title .heading {
290
+ display: block;
291
+ position: relative;
292
+ font-size: 17px;
293
+ color: #767676;
294
+ margin: 13px 0px 13px 0px;
295
+ text-transform: uppercase;
296
+ }
297
+
298
+ #main_featured_plugins_page #featured-plugins-list li .title p {
299
+ font-size: 14px;
300
+ color: #444;
301
+ margin-left: 20px;
302
+ }
303
+
304
+ #main_featured_plugins_page #featured-plugins-list li .description {
305
+ height: 127px;
306
+ width: 90%;
307
+ margin: 0 auto;
308
+ }
309
+
310
+ #main_featured_plugins_page #featured-plugins-list li .description p {
311
+ text-align: center;
312
+ width: 100%;
313
+ color: #9A9A9A;
314
+ font-family: Segoe UI Light;
315
+ }
316
+
317
+ #featured-plugins-list li a.download {
318
+ display: block;
319
+ border-top: 1px solid #CACACA;
320
+ outline: none;
321
+ width: 90%;
322
+ margin: 0 auto;
323
+ font-size: 14px;
324
+ line-height: 40px;
325
+ text-decoration: none;
326
+ font-weight: bolder;
327
+ text-align: center;
328
+ color: #134D68;
329
+ position: absolute;
330
+ text-transform: uppercase;
331
+ bottom: 0;
332
+ left: 10px;
333
+ font-family: Segoe UI Black;
334
+ text-shadow: 1px 0;
335
+ }
336
+
337
+ #featured-plugins-list li a.download:hover {
338
+ color: #F47629;
339
+ }
340
+
341
+ .featured_header {
342
+ background: #11465F;
343
+ border-right: 3px solid #E5E5E5;
344
+ border-bottom: 3px solid #E5E5E5;
345
+ position: relative;
346
+ padding: 20px 0;
347
+ }
348
+
349
+ .featured_header .old_price {
350
+ color: rgba(180, 180, 180, 0.3);
351
+ text-decoration: line-through;
352
+ font-family: Oswald;
353
+ }
354
+
355
+ .featured_header h1.get_plugins {
356
+ color: #FFFFFF;
357
+ height: 85px;
358
+ margin: 0;
359
+ background-size: 85% 100%;
360
+ background-position: center;
361
+ line-height: 60px;
362
+ }
363
+
364
+ .featured_header .try-now {
365
+ text-align: center;
366
+ }
367
+
368
+ .featured_header .try-now span {
369
+ display: inline-block;
370
+ padding: 7px 16px;
371
+ background: #F47629;
372
+ border-radius: 10px;
373
+ color: #ffffff;
374
+ font-size: 23px;
375
+ }
376
+
377
+ .featured_header h1 {
378
+ font-size: 50px;
379
+ text-align: center;
380
+ color: #FFFFFF;
381
+ letter-spacing: 3px;
382
+ text-transform: uppercase;
383
+ }
384
+
385
+ .featured_header a {
386
+ text-decoration: none;
387
+ }
388
+
389
+ .featured_header a:hover {
390
+ text-decoration: none;
391
+ }
392
+
393
+ @media screen and (max-width: 1105px) {
394
+ .featured_header h1 {
395
+ font-size: 37px;
396
+ line-height: 0;
397
+ }
398
+ }
399
+
400
+ @media screen and (max-width: 835px) {
401
+ .get_plugins span {
402
+ display: none;
403
+ }
404
+ }
405
+
406
+ @media screen and (max-width: 700px) {
407
+ .featured_header h1 {
408
+ line-height: 40px;
409
+ }
410
+ }
411
+
412
+ @media screen and (max-width: 435px) {
413
+ .featured_header h1 {
414
+ font-size: 20px;
415
+ line-height: 25px;
416
+ }
417
+ } </style><?php
418
+ }
419
+
420
+ public function display($current_plugin = "instagram_feed")
421
+ {
422
+ $this->print_css();
423
+ ?>
424
+ <div id="main_featured_plugins_page">
425
+ <h3>Featured Plugins</h3>
426
+ <div class="featured_header">
427
+ <a target="_blank"
428
+ href="https://web-dorado.com/wordpress-plugins.html?source=<?php echo $current_plugin; ?>">
429
+ <h1>GET <?php echo $this->plugins[$current_plugin]["title"]; ?> +23 PLUGINS</h1>
430
+ <h1 class="get_plugins">FOR $100 ONLY <span>- SAVE 70%</span></h1>
431
+ <div class="try-now">
432
+ <span>TRY NOW</span>
433
+ </div>
434
+ </a>
435
+ </div>
436
+ <ul id="featured-plugins-list">
437
+ <?php
438
+ foreach ($this->plugins as $key => $plugins) {
439
+ if ($current_plugin != $key) {
440
+ ?>
441
+ <li class="<?php echo $key; ?>">
442
+ <div class="product"></div>
443
+ <div class="title">
444
+ <strong class="heading"><?php echo $plugins['title']; ?></strong>
445
+ </div>
446
+ <div class="description">
447
+ <p><?php echo $plugins['content']; ?></p>
448
+ </div>
449
+ <a target="_blank" href="<?php echo $plugins['href']; ?>?source=<?php echo $current_plugin; ?>"
450
+ class="download">Download Plugin &#9658;</a>
451
+ </li>
452
+ <?php
453
+ }
454
+ }
455
+ ?>
456
+ </ul>
457
+ </div><?php
458
+ }
459
+ }
460
+
461
+
462
+
463
+
WDIFeaturedThemes.php → featured/WDIFeaturedThemes.php RENAMED
File without changes
featured/images/best_magazine.jpg ADDED
Binary file
featured/images/business_elite.jpg ADDED
Binary file
featured/images/business_world.jpg ADDED
Binary file
featured/images/catalog.png ADDED
Binary file
featured/images/contact.builder.png ADDED
Binary file
featured/images/contact.maker.png ADDED
Binary file
featured/images/contacts.png ADDED
Binary file
featured/images/down.png ADDED
Binary file
featured/images/download_plugins.png ADDED
Binary file
featured/images/download_themes.png ADDED
Binary file
featured/images/events-wd.png ADDED
Binary file
featured/images/exclusive.jpg ADDED
Binary file
featured/images/expert.jpg ADDED
Binary file
featured/images/facebook.png ADDED
Binary file
featured/images/faq.png ADDED
Binary file
featured/images/faq_wd.png ADDED
Binary file
featured/images/flash.calendar.png ADDED
Binary file
featured/images/fm-import.png ADDED
Binary file
featured/images/folder.menu.png ADDED
Binary file
featured/images/form.png ADDED
Binary file
featured/images/google-maps.png ADDED
Binary file
featured/images/instagram_feed.png ADDED
Binary file
featured/images/magazine.jpg ADDED
Binary file
featured/images/mottomag.jpg ADDED
Binary file
featured/images/news_magazine.jpg ADDED
Binary file
featured/images/photo-gallery.png ADDED
Binary file
featured/images/player.png ADDED
Binary file
featured/images/portfolio.png ADDED
Binary file
featured/images/portfolio_gallery.jpg ADDED
Binary file
featured/images/post-slider.png ADDED
Binary file
featured/images/random.post.png ADDED
Binary file
featured/images/sauron.jpg ADDED
Binary file
featured/images/slider.png ADDED
Binary file
featured/images/spider.calendar.png ADDED
Binary file
featured/images/twittertools.png ADDED
Binary file
featured/images/wd-google-analytics.png ADDED
Binary file
featured/images/wedding.jpg ADDED
Binary file
featured/images/wedding_style.jpg ADDED
Binary file
featured/images/zoom.png ADDED
Binary file
languages/wdi-sv_SE.mo ADDED
Binary file
languages/wdi-sv_SE.po ADDED
@@ -0,0 +1,1334 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: \n"
4
+ "POT-Creation-Date: 2016-06-15 18:55+0400\n"
5
+ "PO-Revision-Date: 2016-09-07 16:40+0200\n"
6
+ "Last-Translator: \n"
7
+ "Language-Team: \n"
8
+ "Language: sv_SE\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.8.9\n"
13
+ "X-Poedit-Basepath: ..\n"
14
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
+ "X-Poedit-SourceCharset: UTF-8\n"
16
+ "X-Poedit-KeywordsList: __;_e\n"
17
+ "X-Poedit-SearchPath-0: .\n"
18
+
19
+ #: admin-functions.php:30
20
+ msgid "Succesfully Uninstalled!"
21
+ msgstr "Avinstallerad"
22
+
23
+ #: admin-functions.php:36
24
+ msgid "Already Unistalled"
25
+ msgstr "Redan avinstallerad"
26
+
27
+ #: admin-functions.php:476
28
+ msgid ""
29
+ "You need Access Token for using plugin, click sign in with Instagram button "
30
+ "above to get yours"
31
+ msgstr ""
32
+ "Du behöver en åtkomsttoken för att använda denna plugin. Klicka på "
33
+ "Instragram-knappen ovan för att erhålla en"
34
+
35
+ #: admin-functions.php:552
36
+ msgid "Access Token"
37
+ msgstr "Åtkomsttoken"
38
+
39
+ #: admin-functions.php:553
40
+ msgid "Username"
41
+ msgstr "Användarnamn"
42
+
43
+ #: admin-functions.php:555
44
+ msgid "Custom CSS"
45
+ msgstr "Anpassad CSS"
46
+
47
+ #: admin-functions.php:556
48
+ msgid "Custom JavaScript"
49
+ msgstr "Anpassad JavaScript"
50
+
51
+ #: admin-functions.php:611
52
+ msgid "Database error, please uninstall the plugin and install again"
53
+ msgstr "Databasfel. Vänligen avinstallera plugin och återinstallera"
54
+
55
+ #: admin/controllers/WDIControllerFeeds_wdi.php:177
56
+ #: admin/controllers/WDIControllerFeeds_wdi.php:207
57
+ #: admin/controllers/WDIControllerFeeds_wdi.php:242
58
+ #: admin/controllers/WDIControllerThemes_wdi.php:348
59
+ msgid "Cannot Write on database"
60
+ msgstr "Kan inte skriva till databas"
61
+
62
+ #: admin/controllers/WDIControllerFeeds_wdi.php:182
63
+ #: admin/controllers/WDIControllerFeeds_wdi.php:215
64
+ #: admin/controllers/WDIControllerFeeds_wdi.php:250
65
+ msgid "You have not made new changes"
66
+ msgstr "Du har inte gjort någon förändring"
67
+
68
+ #: admin/controllers/WDIControllerFeeds_wdi.php:184
69
+ msgid "Successfully saved"
70
+ msgstr "Sparat"
71
+
72
+ #: admin/controllers/WDIControllerFeeds_wdi.php:218
73
+ msgid "Changes have been successfully applied"
74
+ msgstr "Förändringar tillämpade"
75
+
76
+ #: admin/controllers/WDIControllerFeeds_wdi.php:253
77
+ msgid "Feed successfully reseted"
78
+ msgstr "Feed återställd"
79
+
80
+ #: admin/controllers/WDIControllerFeeds_wdi.php:268
81
+ msgid "Item Succesfully Duplicated."
82
+ msgstr "Post duplicerad."
83
+
84
+ #: admin/controllers/WDIControllerFeeds_wdi.php:291
85
+ #: admin/controllers/WDIControllerThemes_wdi.php:382
86
+ msgid "Item Succesfully Deleted."
87
+ msgstr "Post raderad."
88
+
89
+ #: admin/controllers/WDIControllerFeeds_wdi.php:294
90
+ #: admin/controllers/WDIControllerFeeds_wdi.php:326
91
+ #: admin/controllers/WDIControllerFeeds_wdi.php:363
92
+ #: admin/controllers/WDIControllerThemes_wdi.php:385
93
+ msgid "Error. Please install plugin again."
94
+ msgstr "Fel. Vänligen ominstallera pluginen."
95
+
96
+ #: admin/controllers/WDIControllerFeeds_wdi.php:311
97
+ #: admin/controllers/WDIControllerThemes_wdi.php:414
98
+ msgid "Items Succesfully Deleted."
99
+ msgstr "Poster raderade."
100
+
101
+ #: admin/controllers/WDIControllerFeeds_wdi.php:314
102
+ #: admin/controllers/WDIControllerFeeds_wdi.php:351
103
+ #: admin/controllers/WDIControllerFeeds_wdi.php:388
104
+ #: admin/controllers/WDIControllerThemes_wdi.php:418
105
+ msgid "You must select at least one item."
106
+ msgstr "Du måste välja minst en post."
107
+
108
+ #: admin/controllers/WDIControllerFeeds_wdi.php:323
109
+ msgid "Item Succesfully Published."
110
+ msgstr "Post publicerad."
111
+
112
+ #: admin/controllers/WDIControllerFeeds_wdi.php:348
113
+ msgid "Items Succesfully Published."
114
+ msgstr "Poster publicerade."
115
+
116
+ #: admin/controllers/WDIControllerFeeds_wdi.php:360
117
+ msgid "Item Succesfully Unpublished."
118
+ msgstr "Post avpublicerad."
119
+
120
+ #: admin/controllers/WDIControllerFeeds_wdi.php:385
121
+ msgid "Items Succesfully Unpublished."
122
+ msgstr "Poster avpublicerade."
123
+
124
+ #: admin/controllers/WDIControllerThemes_wdi.php:345
125
+ msgid "Please select at least one item"
126
+ msgstr "Välj minst en post"
127
+
128
+ #: admin/controllers/WDIControllerThemes_wdi.php:350
129
+ msgid "Items Succesfully Duplicated."
130
+ msgstr "Poster duplicerade."
131
+
132
+ #: admin/controllers/WDIControllerThemes_wdi.php:388
133
+ #: admin/controllers/WDIControllerThemes_wdi.php:409
134
+ msgid "You cannot delete default theme."
135
+ msgstr "Du kan inte radera standardtemat"
136
+
137
+ #: admin/controllers/WDIControllerWidget.php:22
138
+ msgid "Show your instagram feeds in your widget area"
139
+ msgstr "Visa Instragram-feed i widget-området"
140
+
141
+ #: admin/controllers/WDIControllerWidget.php:27
142
+ msgid "Instagram WD Widget"
143
+ msgstr "Instagram WD Widget"
144
+
145
+ #: admin/views/WDIViewEditorShortcode.php:100
146
+ msgid "Select Feed:"
147
+ msgstr "Välj feed:"
148
+
149
+ #: admin/views/WDIViewFeeds_wdi.php:39
150
+ msgid "This Section Allows You to Add/Edit Feeds"
151
+ msgstr "Denna sektion ger dig möjlighet att Lägga till och Editera feeds"
152
+
153
+ #: admin/views/WDIViewFeeds_wdi.php:40 admin/views/WDIViewFeeds_wdi.php:330
154
+ #: admin/views/WDIViewSettings_wdi.php:50 admin/views/WDIViewThemes_wdi.php:31
155
+ msgid "Read More in User Manual"
156
+ msgstr "Läs mer i manualen"
157
+
158
+ #: admin/views/WDIViewFeeds_wdi.php:54 wd-instagram-feed.php:153
159
+ msgid "Feeds"
160
+ msgstr "Feeds"
161
+
162
+ #: admin/views/WDIViewFeeds_wdi.php:58
163
+ msgid "Add new"
164
+ msgstr "Lägg till ny"
165
+
166
+ #: admin/views/WDIViewFeeds_wdi.php:63
167
+ msgid "Select All"
168
+ msgstr "Välj alla"
169
+
170
+ #: admin/views/WDIViewFeeds_wdi.php:77 admin/views/WDIViewFeeds_wdi.php:98
171
+ #: frontend/views/WDIViewGalleryBox.php:1348
172
+ #: frontend/views/WDIViewGalleryBox.php:1376
173
+ #: frontend/views/WDIViewGalleryBox.php:1383
174
+ msgid "Name"
175
+ msgstr "Namn"
176
+
177
+ #: admin/views/WDIViewFeeds_wdi.php:92
178
+ msgid "Feed"
179
+ msgstr "Feed"
180
+
181
+ #: admin/views/WDIViewFeeds_wdi.php:101
182
+ msgid "Shortcode"
183
+ msgstr "Kortkommando"
184
+
185
+ #: admin/views/WDIViewFeeds_wdi.php:102
186
+ msgid "PHP function"
187
+ msgstr "PHP-funktion"
188
+
189
+ #: admin/views/WDIViewFeeds_wdi.php:108
190
+ msgid "Published"
191
+ msgstr "Publicerad"
192
+
193
+ #: admin/views/WDIViewFeeds_wdi.php:111
194
+ msgid "Edit"
195
+ msgstr "Editera"
196
+
197
+ #: admin/views/WDIViewFeeds_wdi.php:112
198
+ msgid "Delete"
199
+ msgstr "Radera"
200
+
201
+ #: admin/views/WDIViewFeeds_wdi.php:209
202
+ msgid "Feed Name"
203
+ msgstr "Feed-namn"
204
+
205
+ #: admin/views/WDIViewFeeds_wdi.php:209
206
+ msgid "The name of your feed which can be displayed in feed's header section"
207
+ msgstr "Namned på feeden som visas i feedens huvud"
208
+
209
+ #: admin/views/WDIViewFeeds_wdi.php:210
210
+ msgid "Changing Theme is Available Only in PRO version"
211
+ msgstr "Ändra tema är endast tillgängligt i PRO-versionen"
212
+
213
+ #: admin/views/WDIViewFeeds_wdi.php:210
214
+ msgid "Theme"
215
+ msgstr "Tema"
216
+
217
+ #: admin/views/WDIViewFeeds_wdi.php:210
218
+ msgid "The theme of your feed, you can create themes in themes menu"
219
+ msgstr "Din feeds tema. Du kan skapa nya teman i Tema-menyn"
220
+
221
+ #: admin/views/WDIViewFeeds_wdi.php:211
222
+ msgid "Feed Usernames and Hashtags"
223
+ msgstr "Feedens användarnamn och hashtagar"
224
+
225
+ #: admin/views/WDIViewFeeds_wdi.php:211
226
+ msgid ""
227
+ "Enter usernames or hashtags to your feed, hashtags must start with #, "
228
+ "username's shouldn't start with @"
229
+ msgstr ""
230
+ "Ange användarnamn eller hashtagar för din feed. Hastagar måste börja med #. "
231
+ "Användarnamn bör ej starta med @"
232
+
233
+ #: admin/views/WDIViewFeeds_wdi.php:212
234
+ msgid "Featured Image"
235
+ msgstr "Utvald bild"
236
+
237
+ #: admin/views/WDIViewFeeds_wdi.php:212
238
+ msgid "Select Featured Image For Header Section"
239
+ msgstr "Välj bild för huvudet"
240
+
241
+ #: admin/views/WDIViewFeeds_wdi.php:213
242
+ msgid "Feed Display Type"
243
+ msgstr "Feed-visning"
244
+
245
+ #: admin/views/WDIViewFeeds_wdi.php:213
246
+ msgid "Pagination"
247
+ msgstr "Paginering"
248
+
249
+ #: admin/views/WDIViewFeeds_wdi.php:213
250
+ msgid "Load More Button"
251
+ msgstr "Hämta fler-knappen"
252
+
253
+ #: admin/views/WDIViewFeeds_wdi.php:213
254
+ msgid "Infinite Scroll"
255
+ msgstr "Oändlig slinga"
256
+
257
+ #: admin/views/WDIViewFeeds_wdi.php:213
258
+ msgid "This Feature is Available in PRO version"
259
+ msgstr "Denna funktion är tillgänglig i PRO-versionen"
260
+
261
+ #: admin/views/WDIViewFeeds_wdi.php:213
262
+ msgid "How to load and display new images"
263
+ msgstr "Hur nya bilder hamtas och visas"
264
+
265
+ #: admin/views/WDIViewFeeds_wdi.php:214
266
+ msgid "Sort Images By"
267
+ msgstr "Sortera bilder efter:"
268
+
269
+ #: admin/views/WDIViewFeeds_wdi.php:214
270
+ msgid "Date"
271
+ msgstr "Datum"
272
+
273
+ #: admin/views/WDIViewFeeds_wdi.php:214
274
+ msgid "Likes"
275
+ msgstr "Gillamarkeringar"
276
+
277
+ #: admin/views/WDIViewFeeds_wdi.php:214
278
+ msgid "Comments"
279
+ msgstr "Kommentarer"
280
+
281
+ #: admin/views/WDIViewFeeds_wdi.php:214 framework/WDILibrary.php:767
282
+ msgid "Random"
283
+ msgstr "Slumpmässig"
284
+
285
+ #: admin/views/WDIViewFeeds_wdi.php:214
286
+ msgid "How to sort images"
287
+ msgstr "Hur bilder sorteras"
288
+
289
+ #: admin/views/WDIViewFeeds_wdi.php:215
290
+ msgid "Order By"
291
+ msgstr "Sortera efter"
292
+
293
+ #: admin/views/WDIViewFeeds_wdi.php:215
294
+ msgid "Sorting order either Ascending or Descending"
295
+ msgstr "Sorteringsordning Stigande eller Fallande"
296
+
297
+ #: admin/views/WDIViewFeeds_wdi.php:216
298
+ msgid "Follow on Instagram Button"
299
+ msgstr "Följa på Instagram-knappen"
300
+
301
+ #: admin/views/WDIViewFeeds_wdi.php:217
302
+ msgid "Display Header"
303
+ msgstr "Visa Huvud"
304
+
305
+ #: admin/views/WDIViewFeeds_wdi.php:217
306
+ msgid "Displays feed's header, header includes feed name and feed users"
307
+ msgstr "Visa feed-huvud. Huvud inkluderar feed-namn och användare"
308
+
309
+ #: admin/views/WDIViewFeeds_wdi.php:218
310
+ msgid "Number of Photos to Display"
311
+ msgstr "Antal foton att visa"
312
+
313
+ #: admin/views/WDIViewFeeds_wdi.php:218
314
+ msgid "Number of images to load when page loads first time"
315
+ msgstr "Antal bilder att hämta när sidan laddas första gången"
316
+
317
+ #: admin/views/WDIViewFeeds_wdi.php:219
318
+ msgid "Number of Photos to Load"
319
+ msgstr "Antal foton att hämta"
320
+
321
+ #: admin/views/WDIViewFeeds_wdi.php:219
322
+ msgid ""
323
+ "Number of images to load when clicking load more button or triggering "
324
+ "infinite scroll"
325
+ msgstr ""
326
+ "Antal bilder att hämta när knappen \"Hämta fler\" klickas på eller oändlig "
327
+ "slinga aktiverats"
328
+
329
+ #: admin/views/WDIViewFeeds_wdi.php:220
330
+ msgid "Number of Images Per Page"
331
+ msgstr "Antal bilder per sida"
332
+
333
+ #: admin/views/WDIViewFeeds_wdi.php:220
334
+ msgid "Number Of Images To Show On Each Pagination Page"
335
+ msgstr "Antal bilder att visa på varje paginerad sida"
336
+
337
+ #: admin/views/WDIViewFeeds_wdi.php:221
338
+ msgid "Number of Pages To Preload"
339
+ msgstr "Antal sidor att förladda"
340
+
341
+ #: admin/views/WDIViewFeeds_wdi.php:221 admin/views/WDIViewFeeds_wdi.php:222
342
+ msgid "This Will Preload Images For Pagination"
343
+ msgstr "Detta förladdar bilder för paginering"
344
+
345
+ #: admin/views/WDIViewFeeds_wdi.php:222
346
+ msgid "Number of Images To Preload"
347
+ msgstr "Antal bilder att förladda"
348
+
349
+ #: admin/views/WDIViewFeeds_wdi.php:223
350
+ msgid "Number of Images To Load Each Time"
351
+ msgstr "Antal bilder att ladda varje gång"
352
+
353
+ #: admin/views/WDIViewFeeds_wdi.php:223
354
+ msgid "Number Of Photos To Load on Each Load"
355
+ msgstr "Antal bilder att ladda varje gång"
356
+
357
+ #: admin/views/WDIViewFeeds_wdi.php:224
358
+ msgid "Number of Columns"
359
+ msgstr "Antal kolumner"
360
+
361
+ #: admin/views/WDIViewFeeds_wdi.php:224
362
+ msgid "Feed item's column count"
363
+ msgstr "Antal kolumnposter"
364
+
365
+ #: admin/views/WDIViewFeeds_wdi.php:225
366
+ msgid "Sort Again Whole Feed After Loading New Images"
367
+ msgstr "Sortera feeden igen efter att nya bilder hämtats"
368
+
369
+ #: admin/views/WDIViewFeeds_wdi.php:225
370
+ msgid "Sort both newly loaded and existing images alltogether"
371
+ msgstr "Sortera både nyligen och tidigare hämtade bilder"
372
+
373
+ #: admin/views/WDIViewFeeds_wdi.php:226
374
+ msgid "Show Likes"
375
+ msgstr "Visa gillamarkeringar"
376
+
377
+ #: admin/views/WDIViewFeeds_wdi.php:226 admin/views/WDIViewFeeds_wdi.php:227
378
+ #: admin/views/WDIViewFeeds_wdi.php:228 admin/views/WDIViewFeeds_wdi.php:229
379
+ #: admin/views/WDIViewFeeds_wdi.php:243 admin/views/WDIViewFeeds_wdi.php:244
380
+ #: admin/views/WDIViewFeeds_wdi.php:246 admin/views/WDIViewFeeds_wdi.php:247
381
+ #: admin/views/WDIViewFeeds_wdi.php:251 admin/views/WDIViewFeeds_wdi.php:253
382
+ #: admin/views/WDIViewFeeds_wdi.php:256
383
+ msgid "This Feature is Available Only in PRO version"
384
+ msgstr "Denna funktion finns endast i PRO-versionen"
385
+
386
+ #: admin/views/WDIViewFeeds_wdi.php:227
387
+ msgid "Show Description"
388
+ msgstr "Visa beskrivning"
389
+
390
+ #: admin/views/WDIViewFeeds_wdi.php:228
391
+ #: frontend/views/WDIViewGalleryBox.php:2333
392
+ msgid "Show Comments"
393
+ msgstr "Visa kommentarer"
394
+
395
+ #: admin/views/WDIViewFeeds_wdi.php:229
396
+ msgid "Show Username On Image Thumb"
397
+ msgstr "Visa användarnamn på miniatyrbild"
398
+
399
+ #: admin/views/WDIViewFeeds_wdi.php:230
400
+ msgid "Show User Data"
401
+ msgstr "Visa användardata"
402
+
403
+ #: admin/views/WDIViewFeeds_wdi.php:231
404
+ msgid "Display User Bio"
405
+ msgstr "Visa användarbiografi"
406
+
407
+ #: admin/views/WDIViewFeeds_wdi.php:231
408
+ msgid "User bio will be displayed if feed has only one user"
409
+ msgstr "Användarbiografi visas om feeden endast har en användare"
410
+
411
+ #: admin/views/WDIViewFeeds_wdi.php:232
412
+ msgid "Display User Posts and Followers count"
413
+ msgstr "Visa användares poster och antal följare"
414
+
415
+ #: admin/views/WDIViewFeeds_wdi.php:233
416
+ msgid "Show Full Description"
417
+ msgstr "Visa full beskrivning"
418
+
419
+ #: admin/views/WDIViewFeeds_wdi.php:233
420
+ msgid "Discription will be shown no matter how long it is"
421
+ msgstr "Beskrivning kommer att visas oavsett hur lång den är"
422
+
423
+ #: admin/views/WDIViewFeeds_wdi.php:234
424
+ msgid "Disable Mobile Layout"
425
+ msgstr "Inaktivera mobilt utseende"
426
+
427
+ #: admin/views/WDIViewFeeds_wdi.php:234
428
+ msgid "Column number stays the same in all screens"
429
+ msgstr "Kolumnnummer är detsamma på alla skärmar"
430
+
431
+ #: admin/views/WDIViewFeeds_wdi.php:235
432
+ msgid "Image Onclick"
433
+ msgstr "Bild Onclick"
434
+
435
+ #: admin/views/WDIViewFeeds_wdi.php:235
436
+ msgid "Open Lightbox"
437
+ msgstr "Öppna Lightbox"
438
+
439
+ #: admin/views/WDIViewFeeds_wdi.php:235
440
+ msgid "Redirect To Instagram"
441
+ msgstr "Dirigera om till Instagram"
442
+
443
+ #: admin/views/WDIViewFeeds_wdi.php:235
444
+ msgid "Do Nothing"
445
+ msgstr "Gör ingenting"
446
+
447
+ #: admin/views/WDIViewFeeds_wdi.php:237
448
+ msgid "Full width lightbox"
449
+ msgstr "Lightbox maximal bredd"
450
+
451
+ #: admin/views/WDIViewFeeds_wdi.php:237 admin/views/WDIViewFeeds_wdi.php:241
452
+ #: admin/views/WDIViewFeeds_wdi.php:243 admin/views/WDIViewFeeds_wdi.php:246
453
+ #: admin/views/WDIViewFeeds_wdi.php:247 admin/views/WDIViewFeeds_wdi.php:248
454
+ #: admin/views/WDIViewFeeds_wdi.php:249 admin/views/WDIViewFeeds_wdi.php:250
455
+ #: admin/views/WDIViewFeeds_wdi.php:252 admin/views/WDIViewFeeds_wdi.php:253
456
+ #: admin/views/WDIViewFeeds_wdi.php:254 admin/views/WDIViewFeeds_wdi.php:255
457
+ #: admin/views/WDIViewFeeds_wdi.php:256 admin/views/WDIViewFeeds_wdi.php:257
458
+ #: admin/views/WDIViewFeeds_wdi.php:258 admin/views/WDIViewFeeds_wdi.php:259
459
+ #: admin/views/WDIViewFeeds_wdi.php:260 admin/views/WDIViewFeeds_wdi.php:261
460
+ #: admin/views/WDIViewFeeds_wdi.php:262 admin/views/WDIViewFeeds_wdi.php:265
461
+ msgid "Yes"
462
+ msgstr "Ja"
463
+
464
+ #: admin/views/WDIViewFeeds_wdi.php:237 admin/views/WDIViewFeeds_wdi.php:241
465
+ #: admin/views/WDIViewFeeds_wdi.php:243 admin/views/WDIViewFeeds_wdi.php:246
466
+ #: admin/views/WDIViewFeeds_wdi.php:247 admin/views/WDIViewFeeds_wdi.php:248
467
+ #: admin/views/WDIViewFeeds_wdi.php:249 admin/views/WDIViewFeeds_wdi.php:250
468
+ #: admin/views/WDIViewFeeds_wdi.php:252 admin/views/WDIViewFeeds_wdi.php:253
469
+ #: admin/views/WDIViewFeeds_wdi.php:254 admin/views/WDIViewFeeds_wdi.php:255
470
+ #: admin/views/WDIViewFeeds_wdi.php:256 admin/views/WDIViewFeeds_wdi.php:257
471
+ #: admin/views/WDIViewFeeds_wdi.php:258 admin/views/WDIViewFeeds_wdi.php:259
472
+ #: admin/views/WDIViewFeeds_wdi.php:260 admin/views/WDIViewFeeds_wdi.php:261
473
+ #: admin/views/WDIViewFeeds_wdi.php:262 admin/views/WDIViewFeeds_wdi.php:265
474
+ msgid "No"
475
+ msgstr "Nej"
476
+
477
+ #: admin/views/WDIViewFeeds_wdi.php:238
478
+ msgid "Lightbox Width"
479
+ msgstr "Lightbox bredd"
480
+
481
+ #: admin/views/WDIViewFeeds_wdi.php:239
482
+ msgid "Lightbox Height"
483
+ msgstr "Lightbox höjd"
484
+
485
+ #: admin/views/WDIViewFeeds_wdi.php:240
486
+ msgid "Lightbox Effect"
487
+ msgstr "Lightbox effekt"
488
+
489
+ #: admin/views/WDIViewFeeds_wdi.php:241
490
+ msgid "Lightbox autoplay"
491
+ msgstr "Lightbox spela upp automatiskt"
492
+
493
+ #: admin/views/WDIViewFeeds_wdi.php:242
494
+ msgid "Time Interval"
495
+ msgstr "Tidsintervall"
496
+
497
+ #: admin/views/WDIViewFeeds_wdi.php:243
498
+ msgid "Enable filmstrip in lightbox"
499
+ msgstr "Aktivera filmstrip i lightbox"
500
+
501
+ #: admin/views/WDIViewFeeds_wdi.php:244
502
+ msgid "Filmstrip size"
503
+ msgstr "Filmstripsstorlek"
504
+
505
+ #: admin/views/WDIViewFeeds_wdi.php:245
506
+ msgid "Show Next / Previous Buttons"
507
+ msgstr "Visa Nästa/Föregående-knappar"
508
+
509
+ #: admin/views/WDIViewFeeds_wdi.php:245
510
+ msgid "On Hover"
511
+ msgstr "Vid hovring"
512
+
513
+ #: admin/views/WDIViewFeeds_wdi.php:245
514
+ msgid "Always"
515
+ msgstr "Alltid"
516
+
517
+ #: admin/views/WDIViewFeeds_wdi.php:246
518
+ msgid "Display info by default"
519
+ msgstr "Visa info som standard"
520
+
521
+ #: admin/views/WDIViewFeeds_wdi.php:247
522
+ msgid "Full width info"
523
+ msgstr "Information i full bredd"
524
+
525
+ #: admin/views/WDIViewFeeds_wdi.php:248
526
+ msgid "Enable Loop"
527
+ msgstr "Aktivera slinga"
528
+
529
+ #: admin/views/WDIViewFeeds_wdi.php:249
530
+ msgid "Enable Right Click Protection"
531
+ msgstr "Aktivera skydd mot högerklick"
532
+
533
+ #: admin/views/WDIViewFeeds_wdi.php:250
534
+ msgid "Enable control buttons"
535
+ msgstr "Aktiver kontrollknappar"
536
+
537
+ #: admin/views/WDIViewFeeds_wdi.php:251
538
+ msgid "Enable info"
539
+ msgstr "Aktivera information"
540
+
541
+ #: admin/views/WDIViewFeeds_wdi.php:252
542
+ msgid "Enable fullscreen"
543
+ msgstr "Aktivera fullskärm"
544
+
545
+ #: admin/views/WDIViewFeeds_wdi.php:253
546
+ msgid "Enable comments"
547
+ msgstr "Aktivera kommentarer"
548
+
549
+ #: admin/views/WDIViewFeeds_wdi.php:254
550
+ msgid "Link To Instagram Button"
551
+ msgstr "Länk till Instagram-knapp"
552
+
553
+ #: admin/views/WDIViewFeeds_wdi.php:255
554
+ msgid "Enable Download Button"
555
+ msgstr "Aktivera nedladdningsknapp"
556
+
557
+ #: admin/views/WDIViewFeeds_wdi.php:256
558
+ msgid "Enable Share Buttons"
559
+ msgstr "Aktivera delaknappen"
560
+
561
+ #: admin/views/WDIViewFeeds_wdi.php:257
562
+ msgid "Enable Facebook button"
563
+ msgstr "Aktivera Facebook-knappen"
564
+
565
+ #: admin/views/WDIViewFeeds_wdi.php:258
566
+ msgid "Enable Twitter button"
567
+ msgstr "Aktivera Twitter-knappen"
568
+
569
+ #: admin/views/WDIViewFeeds_wdi.php:259
570
+ msgid "Enable Google+ button"
571
+ msgstr "Aktivera Google+-knappen"
572
+
573
+ #: admin/views/WDIViewFeeds_wdi.php:260
574
+ msgid "Enable Pinterest button"
575
+ msgstr "Aktivera Pineterest-knappen"
576
+
577
+ #: admin/views/WDIViewFeeds_wdi.php:261
578
+ msgid "Enable Tumblr button"
579
+ msgstr "Aktivera Tumblr-knappen"
580
+
581
+ #: admin/views/WDIViewFeeds_wdi.php:262
582
+ msgid "Show Images Count"
583
+ msgstr "Visa antal bilder"
584
+
585
+ #: admin/views/WDIViewFeeds_wdi.php:265
586
+ msgid "Enable Conditional Filters"
587
+ msgstr "Aktivera villkorsfilter"
588
+
589
+ #: admin/views/WDIViewFeeds_wdi.php:266
590
+ msgid "Filter Logic"
591
+ msgstr "Filterlogik"
592
+
593
+ #: admin/views/WDIViewFeeds_wdi.php:283 admin/views/WDIViewFeeds_wdi.php:288
594
+ msgid "Available In Pro Version"
595
+ msgstr "Tillgängliga till PRO-versionen"
596
+
597
+ #: admin/views/WDIViewFeeds_wdi.php:304
598
+ msgid "Feed Settings"
599
+ msgstr "Feed-inställningar"
600
+
601
+ #: admin/views/WDIViewFeeds_wdi.php:305
602
+ msgid "Lightbox Settings"
603
+ msgstr "Lightbox-inställningar"
604
+
605
+ #: admin/views/WDIViewFeeds_wdi.php:306 admin/views/WDIViewLicensing_wdi.php:42
606
+ msgid "Conditional Filters"
607
+ msgstr "Villkorsfilter"
608
+
609
+ #: admin/views/WDIViewFeeds_wdi.php:329
610
+ msgid "Here You Can Change Feed Parameters"
611
+ msgstr "Här kan du ändra inställningarna för feederna"
612
+
613
+ #: admin/views/WDIViewFeeds_wdi.php:341
614
+ msgid "Edit feed"
615
+ msgstr "Editera feed"
616
+
617
+ #: admin/views/WDIViewFeeds_wdi.php:344
618
+ msgid "Add new Feed"
619
+ msgstr "Lägg till ny feed"
620
+
621
+ #: admin/views/WDIViewFeeds_wdi.php:374
622
+ msgid ""
623
+ "This is FREE version, Conditional filters are available only in PRO version"
624
+ msgstr ""
625
+ "Detta är gratisversionen. Villkorsfilter är endast tillgängliga till PRO-"
626
+ "versionen"
627
+
628
+ #: admin/views/WDIViewFeeds_wdi.php:398
629
+ msgid "Add"
630
+ msgstr "Lägg till"
631
+
632
+ #: admin/views/WDIViewFeeds_wdi.php:414
633
+ msgid "Save"
634
+ msgstr "Spara"
635
+
636
+ #: admin/views/WDIViewFeeds_wdi.php:416
637
+ msgid "Apply"
638
+ msgstr "Tillämpa"
639
+
640
+ #: admin/views/WDIViewFeeds_wdi.php:417 framework/WDILibrary.php:189
641
+ #: framework/WDILibrary.php:717
642
+ msgid "Reset"
643
+ msgstr "Återställ"
644
+
645
+ #: admin/views/WDIViewFeeds_wdi.php:418
646
+ msgid "Cancel"
647
+ msgstr "Makulera"
648
+
649
+ #: admin/views/WDIViewLicensing_wdi.php:29
650
+ msgid "ready"
651
+ msgstr "redo"
652
+
653
+ #: admin/views/WDIViewLicensing_wdi.php:31
654
+ msgid "Responsive Design and Layout"
655
+ msgstr "Responsiv Design och Layout"
656
+
657
+ #: admin/views/WDIViewLicensing_wdi.php:32
658
+ msgid "SEO Friendly"
659
+ msgstr "SEO-anpassad"
660
+
661
+ #: admin/views/WDIViewLicensing_wdi.php:33
662
+ msgid "Thumbnails layout"
663
+ msgstr "Miniatyrbilds-layout"
664
+
665
+ #: admin/views/WDIViewLicensing_wdi.php:34
666
+ msgid "Image Browser layout"
667
+ msgstr "Image Browser-layout"
668
+
669
+ #: admin/views/WDIViewLicensing_wdi.php:35
670
+ msgid "Lightbox"
671
+ msgstr "Lightbox"
672
+
673
+ #: admin/views/WDIViewLicensing_wdi.php:36
674
+ msgid "Load More Button / Classic Pagination"
675
+ msgstr "Hämta fler-knappen / Klassisk paginering"
676
+
677
+ #: admin/views/WDIViewLicensing_wdi.php:37
678
+ msgid "Image Sorting"
679
+ msgstr "Bildsortering"
680
+
681
+ #: admin/views/WDIViewLicensing_wdi.php:38
682
+ msgid "Widget"
683
+ msgstr "Widget"
684
+
685
+ #: admin/views/WDIViewLicensing_wdi.php:39
686
+ msgid "Slideshow/Lightbox Effects"
687
+ msgstr "Slideshow/Lightbox-effekter"
688
+
689
+ #: admin/views/WDIViewLicensing_wdi.php:43
690
+ msgid "Image On Hover Effects"
691
+ msgstr "Image On Hover-effekter"
692
+
693
+ #: admin/views/WDIViewLicensing_wdi.php:44
694
+ msgid "Infinite Scroll Load More"
695
+ msgstr "Oändlig slinga hämta fler"
696
+
697
+ #: admin/views/WDIViewLicensing_wdi.php:45
698
+ msgid "Full Style Customization With Themes"
699
+ msgstr "Full stilanpassning med theman"
700
+
701
+ #: admin/views/WDIViewLicensing_wdi.php:46
702
+ msgid "Filmstrip"
703
+ msgstr "Filmstrip"
704
+
705
+ #: admin/views/WDIViewLicensing_wdi.php:47
706
+ msgid "Instagram Comments in Lightbox"
707
+ msgstr "Instagram-kommentarer i Lightbox"
708
+
709
+ #: admin/views/WDIViewLicensing_wdi.php:48
710
+ msgid "Blog Style layout"
711
+ msgstr "Blog Style-layout"
712
+
713
+ #: admin/views/WDIViewLicensing_wdi.php:49
714
+ msgid "Masonry layout"
715
+ msgstr "Masonry-layout"
716
+
717
+ #: admin/views/WDIViewLicensing_wdi.php:50
718
+ msgid "Videos in BlogStyle, ImageBrowser and Lightbox"
719
+ msgstr "Videos i BlogStyle, ImageBrowser och Lightbox"
720
+
721
+ #: admin/views/WDIViewLicensing_wdi.php:51
722
+ msgid "Social Share Buttons"
723
+ msgstr "Dela på sociala medier-knappar"
724
+
725
+ #: admin/views/WDIViewLicensing_wdi.php:52
726
+ msgid "Multiple User/Hashtag Feeds"
727
+ msgstr "Flera användare/hashtagar"
728
+
729
+ #: admin/views/WDIViewLicensing_wdi.php:53
730
+ msgid "Filtering Images Based on Users/Hashtags"
731
+ msgstr "Filtrerar bilder baserat på användare/hashtagar"
732
+
733
+ #: admin/views/WDIViewLicensing_wdi.php:54
734
+ msgid "Support / Updates"
735
+ msgstr "Support / Uppdateringar"
736
+
737
+ #: admin/views/WDIViewLicensing_wdi.php:57
738
+ msgid "Free"
739
+ msgstr "Gratis"
740
+
741
+ #: admin/views/WDIViewLicensing_wdi.php:81
742
+ msgid "Only Bug Fixes"
743
+ msgstr "Endast buggfixar"
744
+
745
+ #: admin/views/WDIViewLicensing_wdi.php:84
746
+ msgid "Pro Version"
747
+ msgstr "Pro-versionen"
748
+
749
+ #: admin/views/WDIViewLicensing_wdi.php:108
750
+ msgid "Full Support"
751
+ msgstr "Full Support"
752
+
753
+ #: admin/views/WDIViewLicensing_wdi.php:120
754
+ msgid "After purchasing the commercial version follow these steps:"
755
+ msgstr "Följ dessa steg efter att du köpt den kommersiella versionen:"
756
+
757
+ #: admin/views/WDIViewLicensing_wdi.php:122
758
+ msgid "Deactivate Instagram Feed WD plugin."
759
+ msgstr "Deaktivera Instagram Feed WD plugin."
760
+
761
+ #: admin/views/WDIViewLicensing_wdi.php:123
762
+ msgid "Delete Instagram Feed WD plugin."
763
+ msgstr "Radera Instagram Feed WD plugin."
764
+
765
+ #: admin/views/WDIViewLicensing_wdi.php:124
766
+ msgid "Install the downloaded commercial version of the plugin."
767
+ msgstr "Installera den nedladdade kommersiella versionen av pluginen"
768
+
769
+ #: admin/views/WDIViewSettings_wdi.php:49
770
+ msgid "This Section Allows You To Set API Parameters"
771
+ msgstr "Denna sektion låter dig konfigurera API-parametrarna"
772
+
773
+ #: admin/views/WDIViewSettings_wdi.php:60
774
+ msgid "Instagram WD Settings"
775
+ msgstr "Instagram Feed WD Inställningar"
776
+
777
+ #: admin/views/WDIViewSettings_wdi.php:65
778
+ msgid "Reset Access Token and Username"
779
+ msgstr "Återställ åtkomsttoken och användarnamn"
780
+
781
+ #: admin/views/WDIViewSettings_wdi.php:80
782
+ msgid ""
783
+ "Are you sure that you want to reset access token and username, after "
784
+ "resetting it you will need to log in with Instagram again for using plugin"
785
+ msgstr ""
786
+ "Är du säker att att du vill återstålla åtkomsttoken och användarnamn? Efter "
787
+ "återställning krävs att du loggar in på Instagram igen för att använda "
788
+ "pluginen"
789
+
790
+ #: admin/views/WDIViewThemes_wdi.php:30
791
+ msgid "Here You Can Customize Your Themes"
792
+ msgstr "Här kan du anpassa dina teman"
793
+
794
+ #: admin/views/WDIViewThemes_wdi.php:40
795
+ msgid ""
796
+ "This is FREE version, Customizing themes is available only in PRO version"
797
+ msgstr ""
798
+ "Detta är gratisversionen. Anpassning av tema är endast möjligt med PRO-"
799
+ "versionen"
800
+
801
+ #: admin/views/WDIViewUninstall_wdi.php:22
802
+ #: admin/views/WDIViewUninstall_wdi.php:68
803
+ #: admin/views/WDIViewUninstall_wdi.php:80
804
+ msgid "Uninstalling Instagram Feed WD"
805
+ msgstr "Avinstallerar Instagram Feed WD"
806
+
807
+ #: admin/views/WDIViewUninstall_wdi.php:24
808
+ msgid ""
809
+ "Deactivating Instagram Feed WD plugin does not remove any data that may have "
810
+ "been created. To completely remove this plugin, you can uninstall it here."
811
+ msgstr ""
812
+ "Deaktivering av Instagram Feed WD plugin tar inte bort data som skapats. För "
813
+ "att helt rensa bort pluginen måste du avinstallera den här."
814
+
815
+ #: admin/views/WDIViewUninstall_wdi.php:25
816
+ msgid ""
817
+ "WARNING: Once uninstalled, this can't be undone. You should use a Database "
818
+ "Backup plugin of WordPress to back up all the data first."
819
+ msgstr ""
820
+ "VARNING: Du kan inte återställa pluginen efter den avinstallerats. Ta gärna "
821
+ "med backup av databasen innan du avinstallerar."
822
+
823
+ #: admin/views/WDIViewUninstall_wdi.php:26
824
+ msgid "The following Database Tables will be deleted:"
825
+ msgstr "Följande databastabeller kommer att raderas:"
826
+
827
+ #: admin/views/WDIViewUninstall_wdi.php:42
828
+ #: admin/views/WDIViewUninstall_wdi.php:55
829
+ msgid "Are you sure you want to uninstall plugin?"
830
+ msgstr "Är du säker på att du vill avinstallera pluginen"
831
+
832
+ #: admin/views/WDIViewUninstall_wdi.php:70
833
+ msgid "Instagram Feed WD is uninstalled"
834
+ msgstr "Instagram Feed WD har avinstallerats"
835
+
836
+ #: admin/views/WDIViewUninstall_wdi.php:70
837
+ #: admin/views/WDIViewUninstall_wdi.php:93
838
+ msgid "Click Here"
839
+ msgstr "Klicka här"
840
+
841
+ #: admin/views/WDIViewUninstall_wdi.php:70
842
+ #: admin/views/WDIViewUninstall_wdi.php:93
843
+ msgid "to deactivate it"
844
+ msgstr "för att deaktivera"
845
+
846
+ #: admin/views/WDIViewUninstall_wdi.php:82
847
+ msgid "The following Database Tables has been successfully deleted:"
848
+ msgstr "Följande databastabeller har raderats:"
849
+
850
+ #: admin/views/WDIViewUninstall_wdi.php:93
851
+ msgid "Instagram Feed WD is successfully uninstalled"
852
+ msgstr "Instagram Feed WDhar avinstallerats"
853
+
854
+ #: framework/WDILibrary.php:188 framework/WDILibrary.php:720
855
+ msgid "Search"
856
+ msgstr "Sök"
857
+
858
+ #: framework/WDILibrary.php:511
859
+ msgid " item(s)"
860
+ msgstr "post(er)"
861
+
862
+ #: framework/WDILibrary.php:516
863
+ msgid "First"
864
+ msgstr "Första"
865
+
866
+ #: framework/WDILibrary.php:517
867
+ msgid "Previous"
868
+ msgstr "Föregående"
869
+
870
+ #: framework/WDILibrary.php:518
871
+ msgid "Next"
872
+ msgstr "Nästa"
873
+
874
+ #: framework/WDILibrary.php:519
875
+ msgid "Last"
876
+ msgstr "Sista"
877
+
878
+ #: framework/WDILibrary.php:537
879
+ msgid "Go to the first page"
880
+ msgstr "Gå till sista sidan"
881
+
882
+ #: framework/WDILibrary.php:538
883
+ msgid "Go to the previous page"
884
+ msgstr "Gå till föregående sida"
885
+
886
+ #: framework/WDILibrary.php:540
887
+ msgid "of"
888
+ msgstr "av"
889
+
890
+ #: framework/WDILibrary.php:544
891
+ msgid "Go to the next page"
892
+ msgstr "Gå till nästa sida"
893
+
894
+ #: framework/WDILibrary.php:545
895
+ msgid "Go to the last page"
896
+ msgstr "Gå till sista sidan"
897
+
898
+ #: framework/WDILibrary.php:557
899
+ msgid "Load More..."
900
+ msgstr "Hämta fler..."
901
+
902
+ #: framework/WDILibrary.php:762
903
+ msgid "Order by: "
904
+ msgstr "Sortera efter:"
905
+
906
+ #: framework/WDILibrary.php:764
907
+ msgid "Default"
908
+ msgstr "Default"
909
+
910
+ #: framework/WDILibrary.php:765
911
+ msgid "Filename"
912
+ msgstr "Filnamn"
913
+
914
+ #: framework/WDILibrary.php:766
915
+ msgid "Size"
916
+ msgstr "Storlek"
917
+
918
+ #: framework/WDI_admin_view.php:717
919
+ msgid "Preview"
920
+ msgstr "Förhandsvisa"
921
+
922
+ #: frontend/shortcode.php:28
923
+ msgid "Invalid shortcode"
924
+ msgstr "Ogiltigt kortkommando"
925
+
926
+ #: frontend/shortcode.php:43
927
+ msgid "Access Token is invalid, please get it again "
928
+ msgstr "Ogilitg åtkomsttoken. Försök igen"
929
+
930
+ #: frontend/shortcode.php:48
931
+ msgid "Feed Doesn't exists "
932
+ msgstr "Feed existerar inte"
933
+
934
+ #: frontend/shortcode.php:72
935
+ msgid "Unable to display unpublished feed "
936
+ msgstr "Kan ej visa opublicerad feed"
937
+
938
+ #: frontend/shortcode.php:95
939
+ msgid "Invalid feed type"
940
+ msgstr "Ogiltig feed-typ"
941
+
942
+ #: frontend/shortcode.php:131
943
+ msgid "Connection Error, try again later :("
944
+ msgstr "Anslutningsfel. Vänligen försök senare :("
945
+
946
+ #: frontend/shortcode.php:132
947
+ msgid "Username not found"
948
+ msgstr "Användarnamn hittas inte"
949
+
950
+ #: frontend/shortcode.php:133
951
+ msgid "Network error, please try again later :("
952
+ msgstr "Anslutningsfel. Vänligen försök senare :("
953
+
954
+ #: frontend/shortcode.php:134
955
+ msgid "There is no data for that hashtag"
956
+ msgstr "Data saknas för den hashtagen"
957
+
958
+ #: frontend/shortcode.php:135
959
+ msgid "Click to filter images by this user"
960
+ msgstr "Klicka för att filtrera bilder från denna användare"
961
+
962
+ #: frontend/shortcode.php:171
963
+ msgid "Field is required."
964
+ msgstr "Fält obligatoriskt"
965
+
966
+ #: frontend/shortcode.php:172 frontend/views/WDIViewGalleryBox.php:1335
967
+ msgid "This is not a valid email address."
968
+ msgstr "Ogiltig emailadress."
969
+
970
+ #: frontend/shortcode.php:173
971
+ msgid "There are no images matching your search."
972
+ msgstr "Det finns inga matchande bilder"
973
+
974
+ #: frontend/views/WDIViewGalleryBox.php:1006
975
+ msgid "The image has been deleted."
976
+ msgstr "Bilden har raderats"
977
+
978
+ #: frontend/views/WDIViewGalleryBox.php:1027
979
+ #: frontend/views/WDIViewGalleryBox.php:2890
980
+ msgid "Play"
981
+ msgstr "Spela upp"
982
+
983
+ #: frontend/views/WDIViewGalleryBox.php:1031
984
+ #: frontend/views/WDIViewGalleryBox.php:2161
985
+ #: frontend/views/WDIViewGalleryBox.php:2717
986
+ #: frontend/views/WDIViewGalleryBox.php:2814
987
+ msgid "Maximize"
988
+ msgstr "Maximera"
989
+
990
+ #: frontend/views/WDIViewGalleryBox.php:1035
991
+ #: frontend/views/WDIViewGalleryBox.php:2163
992
+ #: frontend/views/WDIViewGalleryBox.php:2816
993
+ msgid "Fullscreen"
994
+ msgstr "Fullskärm"
995
+
996
+ #: frontend/views/WDIViewGalleryBox.php:1037
997
+ #: frontend/views/WDIViewGalleryBox.php:2581
998
+ msgid "Show info"
999
+ msgstr "Visa information"
1000
+
1001
+ #: frontend/views/WDIViewGalleryBox.php:1039
1002
+ msgid "Show comments"
1003
+ msgstr "Visa kommentarer"
1004
+
1005
+ #: frontend/views/WDIViewGalleryBox.php:1041
1006
+ #: frontend/views/WDIViewGalleryBox.php:2594
1007
+ msgid "Show rating"
1008
+ msgstr "Visa betyg"
1009
+
1010
+ #: frontend/views/WDIViewGalleryBox.php:1047
1011
+ #: frontend/views/WDIViewGalleryBox.php:1048
1012
+ msgid "Share on Facebook"
1013
+ msgstr "Dela på Facebook"
1014
+
1015
+ #: frontend/views/WDIViewGalleryBox.php:1054
1016
+ #: frontend/views/WDIViewGalleryBox.php:1055
1017
+ msgid "Share on Twitter"
1018
+ msgstr "Dela på Twitter"
1019
+
1020
+ #: frontend/views/WDIViewGalleryBox.php:1061
1021
+ #: frontend/views/WDIViewGalleryBox.php:1062
1022
+ msgid "Share on Google+"
1023
+ msgstr "Dela på Google+"
1024
+
1025
+ #: frontend/views/WDIViewGalleryBox.php:1068
1026
+ #: frontend/views/WDIViewGalleryBox.php:1069
1027
+ msgid "Share on Pinterest"
1028
+ msgstr "Dela på Pineterest"
1029
+
1030
+ #: frontend/views/WDIViewGalleryBox.php:1075
1031
+ #: frontend/views/WDIViewGalleryBox.php:1076
1032
+ msgid "Share on Tumblr"
1033
+ msgstr "Dela på Tumblr"
1034
+
1035
+ #: frontend/views/WDIViewGalleryBox.php:1084
1036
+ msgid "Share"
1037
+ msgstr "Dela"
1038
+
1039
+ #: frontend/views/WDIViewGalleryBox.php:1103
1040
+ msgid "Open image in Instagram."
1041
+ msgstr "Öppna bild i Instagram"
1042
+
1043
+ #: frontend/views/WDIViewGalleryBox.php:1131
1044
+ msgid "Download original image"
1045
+ msgstr "Ladda ner originalbild"
1046
+
1047
+ #: frontend/views/WDIViewGalleryBox.php:1328
1048
+ msgid "Error. Incorrect Verification Code."
1049
+ msgstr "Felaktig Verifikationskod"
1050
+
1051
+ #: frontend/views/WDIViewGalleryBox.php:1343
1052
+ #: frontend/views/WDIViewGalleryBox.php:2381
1053
+ msgid "Hide Comments"
1054
+ msgstr "Dölj kommentarer"
1055
+
1056
+ #: frontend/views/WDIViewGalleryBox.php:1354
1057
+ #: frontend/views/WDIViewGalleryBox.php:1376
1058
+ #: frontend/views/WDIViewGalleryBox.php:1383
1059
+ msgid "Email"
1060
+ msgstr "Email"
1061
+
1062
+ #: frontend/views/WDIViewGalleryBox.php:1361
1063
+ #: frontend/views/WDIViewGalleryBox.php:1376
1064
+ #: frontend/views/WDIViewGalleryBox.php:1383
1065
+ msgid "Comment"
1066
+ msgstr "Kommentar"
1067
+
1068
+ #: frontend/views/WDIViewGalleryBox.php:1366
1069
+ msgid "Verification Code"
1070
+ msgstr "Verifikationskod"
1071
+
1072
+ #: frontend/views/WDIViewGalleryBox.php:1389
1073
+ msgid "Submit"
1074
+ msgstr "Skicka"
1075
+
1076
+ #: frontend/views/WDIViewGalleryBox.php:1390
1077
+ msgid "Your comment is awaiting moderation"
1078
+ msgstr "Din kommentar inväntar moderering"
1079
+
1080
+ #: frontend/views/WDIViewGalleryBox.php:1397
1081
+ #: frontend/views/WDIViewGalleryBox.php:2066
1082
+ #: frontend/views/WDIViewGalleryBox.php:2391
1083
+ msgid "There are no comments to show"
1084
+ msgstr "Det finns inga kommentarer"
1085
+
1086
+ #: frontend/views/WDIViewGalleryBox.php:2567
1087
+ msgid "Hide info"
1088
+ msgstr "Dölj info"
1089
+
1090
+ #: frontend/views/WDIViewGalleryBox.php:2590
1091
+ msgid "Hide rating"
1092
+ msgstr "Dölj betyg"
1093
+
1094
+ #: frontend/views/WDIViewGalleryBox.php:2754
1095
+ #: frontend/views/WDIViewGalleryBox.php:2974
1096
+ msgid "Restore"
1097
+ msgstr "Återställ"
1098
+
1099
+ #: frontend/views/WDIViewGalleryBox.php:2869
1100
+ msgid "Exit Fullscreen"
1101
+ msgstr "Avsluta fullskärmsläge"
1102
+
1103
+ #: frontend/views/WDIViewGalleryBox.php:2884
1104
+ #: frontend/views/WDIViewGalleryBox.php:2901
1105
+ msgid "Pause"
1106
+ msgstr "Paus"
1107
+
1108
+ #: frontend/views/WDIViewImageBrowser_view.php:39
1109
+ #: frontend/views/WDIViewImageBrowser_view.php:51
1110
+ #: frontend/views/WDIViewThumbnails_view.php:42
1111
+ #: frontend/views/WDIViewThumbnails_view.php:59
1112
+ msgid "First Page"
1113
+ msgstr "Första sidan"
1114
+
1115
+ #: frontend/views/WDIViewImageBrowser_view.php:39
1116
+ #: frontend/views/WDIViewImageBrowser_view.php:51
1117
+ #: frontend/views/WDIViewThumbnails_view.php:42
1118
+ #: frontend/views/WDIViewThumbnails_view.php:59
1119
+ msgid "Previous Page"
1120
+ msgstr "Nästa sida"
1121
+
1122
+ #: frontend/views/WDIViewImageBrowser_view.php:39
1123
+ #: frontend/views/WDIViewImageBrowser_view.php:51
1124
+ #: frontend/views/WDIViewThumbnails_view.php:42
1125
+ #: frontend/views/WDIViewThumbnails_view.php:59
1126
+ msgid "Next Page"
1127
+ msgstr "Nästa sida"
1128
+
1129
+ #: frontend/views/WDIViewImageBrowser_view.php:39
1130
+ #: frontend/views/WDIViewImageBrowser_view.php:51
1131
+ #: frontend/views/WDIViewThumbnails_view.php:42
1132
+ #: frontend/views/WDIViewThumbnails_view.php:59
1133
+ msgid "Last Page"
1134
+ msgstr "Sista sidan"
1135
+
1136
+ #: frontend/views/WDIViewImageBrowser_view.php:46
1137
+ #: frontend/views/WDIViewThumbnails_view.php:52
1138
+ msgid "Load More"
1139
+ msgstr "Hämta fler"
1140
+
1141
+ #: instagram-wdi-notices.php:218
1142
+ msgid "Leave A Review?"
1143
+ msgstr "Lämna betyg?"
1144
+
1145
+ #: instagram-wdi-notices.php:219
1146
+ #, php-format
1147
+ msgid ""
1148
+ "We hope you've enjoyed using WordPress %s! Would you consider leaving us a "
1149
+ "review on WordPress.org?"
1150
+ msgstr ""
1151
+ "Vi hoppas att du är nöjd med WordPress %s! Vill du lämna betyg på WordPress."
1152
+ "org?"
1153
+
1154
+ #: instagram-wdi-notices.php:220 instagram-wdi-notices.php:239
1155
+ msgid "Sure! I'd love to!"
1156
+ msgstr "Absolut!"
1157
+
1158
+ #: instagram-wdi-notices.php:221
1159
+ msgid "I've already left a review"
1160
+ msgstr "Jag har redan lämnat betyg"
1161
+
1162
+ #: instagram-wdi-notices.php:222
1163
+ msgid "Maybe Later"
1164
+ msgstr "Kanske senare"
1165
+
1166
+ #: instagram-wdi-notices.php:223 instagram-wdi-notices.php:233
1167
+ #: instagram-wdi-notices.php:247
1168
+ msgid "Never show again"
1169
+ msgstr "Visa aldrig igen"
1170
+
1171
+ #: instagram-wdi-notices.php:229 instagram-wdi-notices.php:245
1172
+ msgid "Hey! How's It Going?"
1173
+ msgstr "Hej, hur går det?"
1174
+
1175
+ #: instagram-wdi-notices.php:230
1176
+ #, php-format
1177
+ msgid ""
1178
+ "Thank you for using WordPress %s! We hope that you've found everything you "
1179
+ "need, but if you have any questions:"
1180
+ msgstr ""
1181
+ "Tack för du användare WordPress %s! Vi hoppas att du hittat allt du behöver. "
1182
+ "Men, ifall du har frågor:"
1183
+
1184
+ #: instagram-wdi-notices.php:231
1185
+ msgid "Check out User Guide"
1186
+ msgstr "Visa Användarhjälpen"
1187
+
1188
+ #: instagram-wdi-notices.php:232
1189
+ msgid "Get Some Help"
1190
+ msgstr "få hjälp"
1191
+
1192
+ #: instagram-wdi-notices.php:237
1193
+ msgid "Important"
1194
+ msgstr "Viktigt"
1195
+
1196
+ #: instagram-wdi-notices.php:238
1197
+ msgid ""
1198
+ "Instagram changed the API. You need to get a new access token by using "
1199
+ "\"Sign in with Instagram\" button on the Settings page in order to keep your "
1200
+ "Instagram Feed WD plugin functioning after June 1."
1201
+ msgstr ""
1202
+ "Instagram har ändrat sin API. Du behöver skaffa ny åtkomsttoken genom \"Sign "
1203
+ "in with Instagram\"-knappen på sidan Inställningar."
1204
+
1205
+ #: templates/plugin-uninstalled.php:28
1206
+ msgid "you have uninstalled"
1207
+ msgstr "du har avinstallerat"
1208
+
1209
+ #: templates/plugin-uninstalled.php:28
1210
+ msgid ""
1211
+ "plugin,if you want to use it again simply deactivate and activate it again"
1212
+ msgstr ""
1213
+ "plugin. Om du vill använda den igen krävs endast att du deaktiverar och "
1214
+ "aktiverar den"
1215
+
1216
+ #: wd-instagram-feed.php:121
1217
+ msgid "Configure"
1218
+ msgstr "Konfigurera"
1219
+
1220
+ #: wd-instagram-feed.php:124
1221
+ msgid "Customize"
1222
+ msgstr "Anpassa"
1223
+
1224
+ #: wd-instagram-feed.php:152
1225
+ msgid "Instagram Feed WD"
1226
+ msgstr "Instagram Feed WD"
1227
+
1228
+ #: wd-instagram-feed.php:154
1229
+ msgid "Themes"
1230
+ msgstr "Teman"
1231
+
1232
+ #: wd-instagram-feed.php:155
1233
+ msgid "Settings"
1234
+ msgstr "Inställningar"
1235
+
1236
+ #: wd-instagram-feed.php:156
1237
+ msgid "Buy Pro"
1238
+ msgstr "Köp PRO"
1239
+
1240
+ #: wd-instagram-feed.php:162
1241
+ msgid "Uninstall"
1242
+ msgstr "Avinstallera"
1243
+
1244
+ #: wd-instagram-feed.php:236
1245
+ msgid "All the data will be removed from the database. Continue?"
1246
+ msgstr "Alla data kommer att raderas från databasen. Fortsätta?"
1247
+
1248
+ #: wd-instagram-feed.php:237
1249
+ msgid "Some error with instagram servers, try agian later :("
1250
+ msgstr "Fel hos Instragram-servrarna. Vänligen försök senare :("
1251
+
1252
+ #: wd-instagram-feed.php:238
1253
+ msgid "Invalid user:"
1254
+ msgstr "Ogiltig användare:"
1255
+
1256
+ #: wd-instagram-feed.php:239
1257
+ msgid "already added!"
1258
+ msgstr "redan tillagd"
1259
+
1260
+ #: wd-instagram-feed.php:240
1261
+ msgid "User does not exist."
1262
+ msgstr "Användare finns inte"
1263
+
1264
+ #: wd-instagram-feed.php:241
1265
+ msgid "Network Error, please try again later. :("
1266
+ msgstr "Nätverksfel. Försök senare :("
1267
+
1268
+ #: wd-instagram-feed.php:242
1269
+ msgid "Invalid hashtag"
1270
+ msgstr "Ogiltig hashtag"
1271
+
1272
+ #: wd-instagram-feed.php:243
1273
+ msgid "This hashtag currently has no posts. Are you sure you want to add it?"
1274
+ msgstr "Hashtagen saknar poster. Är du säker på att du vill lägga till den?"
1275
+
1276
+ #: wd-instagram-feed.php:244
1277
+ msgid "You can add only one username or hashtag in FREE Version"
1278
+ msgstr "Du kan endast lägga till en användare eller hashtag i Gratisversionen"
1279
+
1280
+ #: wd-instagram-feed.php:245
1281
+ msgid "Available in PRO"
1282
+ msgstr "Tillgänglig i PRO"
1283
+
1284
+ #: wd-instagram-feed.php:246
1285
+ msgid "Combined Usernames/Hashtags are available only in PRO version"
1286
+ msgstr "Kombinerade Användar/Hashtag är endast möjligt i PRO-versionen"
1287
+
1288
+ #: wd-instagram-feed.php:247
1289
+ msgid "Customizing Themes is available only in PRO version"
1290
+ msgstr "Anpassning av Tema är endast möjligt i PRO-versionen"
1291
+
1292
+ #: wd-instagram-feed.php:248
1293
+ msgid "URL is not valid"
1294
+ msgstr "Ogiltig URL"
1295
+
1296
+ #: wd-instagram-feed.php:249
1297
+ msgid "Please Select Condition Type"
1298
+ msgstr "Välj Villkorstyp"
1299
+
1300
+ #: wd-instagram-feed.php:250
1301
+ msgid "Show Posts Which Have All Of The Conditions"
1302
+ msgstr "Visa poster som uppyller samtliga Villkor"
1303
+
1304
+ #: wd-instagram-feed.php:251
1305
+ msgid "Show Posts Which Have At Least One Of The Conditions"
1306
+ msgstr "Visa poster som uppyller minst ett Villkor"
1307
+
1308
+ #: wd-instagram-feed.php:252
1309
+ msgid "Hide Posts Which Have At Least One Of The Conditions"
1310
+ msgstr "Dölj poster som uppyller minst ett Villkor"
1311
+
1312
+ #: wd-instagram-feed.php:253
1313
+ msgid "EITHER"
1314
+ msgstr "HELLER"
1315
+
1316
+ #: wd-instagram-feed.php:254
1317
+ msgid "NEITHER"
1318
+ msgstr "INTE HELLER"
1319
+
1320
+ #: wd-instagram-feed.php:255
1321
+ msgid "EXCEPT"
1322
+ msgstr "FÖRUTOM"
1323
+
1324
+ #: wd-instagram-feed.php:256
1325
+ msgid "AND"
1326
+ msgstr "OCH"
1327
+
1328
+ #: wd-instagram-feed.php:257
1329
+ msgid "OR"
1330
+ msgstr "ELLER"
1331
+
1332
+ #: wd-instagram-feed.php:258
1333
+ msgid "NOR"
1334
+ msgstr "INTE HELLER"
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://web-dorado.com/products/wordpress-instagram-feed-wd.html
4
  Tags: : custom instagram feed, feed, instagram, hashtag, Instagram feed, instagram gallery, instagram posts, Instagram images, Instagram photos, Instagram wall, lightbox, photos
5
  Requires at least: 3.9
6
  Tested up to: 4.6
7
- Stable tag: 1.1.9
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -107,6 +107,11 @@ After downloading the ZIP file of the Instagram Feed WD plugin,
107
 
108
  == Changelog ==
109
 
 
 
 
 
 
110
  = 1.1.9 =
111
  New: Option to set minimal user role for adding and managing feeds and themes
112
  Fixed: Masonry feed thumbnails overlay opacity (Pro)
4
  Tags: : custom instagram feed, feed, instagram, hashtag, Instagram feed, instagram gallery, instagram posts, Instagram images, Instagram photos, Instagram wall, lightbox, photos
5
  Requires at least: 3.9
6
  Tested up to: 4.6
7
+ Stable tag: 1.1.10
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
107
 
108
  == Changelog ==
109
 
110
+ = 1.1.10 =
111
+ Added: New text in uninstall page
112
+ Fixed: Video not centering issue on blogstyle
113
+ Added: Swedish translations
114
+
115
  = 1.1.9 =
116
  New: Option to set minimal user role for adding and managing feeds and themes
117
  Fixed: Masonry feed thumbnails overlay opacity (Pro)
wd-instagram-feed.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Instagram Feed WD
4
  Plugin URI: https://web-dorado.com/products/wordpress-instagram-feed-wd.html
5
  Description: WD Instagram Feed is a user-friendly tool for displaying user or hashtag-based feeds on your website. You can create feeds with one of the available layouts. It allows displaying image metadata, open up images in lightbox, download them and even share in social networking websites.
6
- Version: 1.1.9
7
  Author: WebDorado
8
  Author URI: https://web-dorado.com
9
  License: GPLv2 or later
@@ -20,7 +20,7 @@ define("WDI_META", "_".WDI_VAR."_meta");
20
  //define("wdi",'wdi');
21
  define('WDI_FEED_TABLE','wdi_feeds');
22
  define('WDI_THEME_TABLE','wdi_themes');
23
- define('WDI_VERSION','1.1.9');
24
  define('WDI_IS_PRO','false');
25
 
26
 
@@ -158,6 +158,7 @@ function WDI_instagram_menu() {
158
  add_submenu_page('wdi_feeds',__('Themes',"wdi"),__('Themes',"wdi"),$min_feeds_capability,'wdi_themes','WDI_instagram_themes_page');
159
  add_submenu_page('wdi_feeds',__('Settings',"wdi"),__('Settings',"wdi"),'manage_options','wdi_settings','WDI_instagram_settings_page');
160
  add_submenu_page('wdi_feeds',__('Featured Themes',"wdi"),__('Featured Themes',"wdi"),$min_feeds_capability,'wdi_featured_themes','wdi_featured_themes');
 
161
  add_submenu_page('wdi_feeds',__('Buy Pro',"wdi"),__('Buy Pro',"wdi"),$min_feeds_capability,'wdi_licensing','WDI_instagram_licensing_page');
162
 
163
  }
@@ -207,11 +208,17 @@ function WDI_instagram_licensing_page(){
207
  }
208
 
209
  function wdi_featured_themes(){
210
- require_once(WDI_DIR . '/WDIFeaturedThemes.php');
211
  $controller = new WDIFeaturedThemes();
212
  $controller->display();
213
  }
214
 
 
 
 
 
 
 
215
  function WDI_instagram_uninstall_page(){
216
 
217
  require_once(WDI_DIR . '/framework/WDILibrary.php');
3
  Plugin Name: Instagram Feed WD
4
  Plugin URI: https://web-dorado.com/products/wordpress-instagram-feed-wd.html
5
  Description: WD Instagram Feed is a user-friendly tool for displaying user or hashtag-based feeds on your website. You can create feeds with one of the available layouts. It allows displaying image metadata, open up images in lightbox, download them and even share in social networking websites.
6
+ Version: 1.1.10
7
  Author: WebDorado
8
  Author URI: https://web-dorado.com
9
  License: GPLv2 or later
20
  //define("wdi",'wdi');
21
  define('WDI_FEED_TABLE','wdi_feeds');
22
  define('WDI_THEME_TABLE','wdi_themes');
23
+ define('WDI_VERSION','1.1.10');
24
  define('WDI_IS_PRO','false');
25
 
26
 
158
  add_submenu_page('wdi_feeds',__('Themes',"wdi"),__('Themes',"wdi"),$min_feeds_capability,'wdi_themes','WDI_instagram_themes_page');
159
  add_submenu_page('wdi_feeds',__('Settings',"wdi"),__('Settings',"wdi"),'manage_options','wdi_settings','WDI_instagram_settings_page');
160
  add_submenu_page('wdi_feeds',__('Featured Themes',"wdi"),__('Featured Themes',"wdi"),$min_feeds_capability,'wdi_featured_themes','wdi_featured_themes');
161
+ add_submenu_page('wdi_feeds',__('Featured Plugins',"wdi"),__('Featured Plugins',"wdi"),$min_feeds_capability,'wdi_featured_plugins','wdi_featured_plugins');
162
  add_submenu_page('wdi_feeds',__('Buy Pro',"wdi"),__('Buy Pro',"wdi"),$min_feeds_capability,'wdi_licensing','WDI_instagram_licensing_page');
163
 
164
  }
208
  }
209
 
210
  function wdi_featured_themes(){
211
+ require_once(WDI_DIR . '/featured/WDIFeaturedThemes.php');
212
  $controller = new WDIFeaturedThemes();
213
  $controller->display();
214
  }
215
 
216
+ function wdi_featured_plugins(){
217
+ require_once(WDI_DIR . '/featured/WDIFeaturedPlugins.php');
218
+ $controller = new WDIFeaturedPlugins();
219
+ $controller->display();
220
+ }
221
+
222
  function WDI_instagram_uninstall_page(){
223
 
224
  require_once(WDI_DIR . '/framework/WDILibrary.php');