Photo Gallery by Supsystic - Version 1.13.2

Version Description

Download this release

Release Info

Developer supsystic.com
Plugin Icon 128x128 Photo Gallery by Supsystic
Version 1.13.2
Comparing to
See all releases

Code changes from version 1.13.1 to 1.13.2

Files changed (41) hide show
  1. app/assets/img/loader.gif +0 -0
  2. app/assets/js/jquery.lazyload.js +4 -3
  3. app/assets/js/jquery.lazyload.min.js +1 -1
  4. app/langs/sgg-fr_FR.mo +0 -0
  5. app/langs/sgg-fr_FR.po +3 -3
  6. app/langs/sgg-it_IT.po +118 -299
  7. app/templates/grid-gallery.twig +2 -1
  8. index.php +2 -2
  9. readme.txt +12 -2
  10. src/GridGallery/Core/Module.php +3 -1
  11. src/GridGallery/Featuredplugins/views/index.twig +2 -2
  12. src/GridGallery/Galleries/Controller.php +3 -0
  13. src/GridGallery/Galleries/Module.php +3 -10
  14. src/GridGallery/Galleries/assets/css/grid-gallery.galleries.effects.css +2 -2
  15. src/GridGallery/Galleries/assets/img/cats_pro.gif +0 -0
  16. src/GridGallery/Galleries/assets/img/leer.png +0 -0
  17. src/GridGallery/Galleries/assets/img/pagination_pro.gif +0 -0
  18. src/GridGallery/Galleries/assets/img/posts_pro.gif +0 -0
  19. src/GridGallery/Galleries/assets/js/frontend.js +49 -15
  20. src/GridGallery/Galleries/assets/js/settings.js +48 -5
  21. src/GridGallery/Galleries/configs/tooltips.php +1 -1
  22. src/GridGallery/Galleries/views/add_images.twig +2 -2
  23. src/GridGallery/Galleries/views/gallery_preset.twig +2 -2
  24. src/GridGallery/Galleries/views/index.twig +2 -2
  25. src/GridGallery/Galleries/views/r314/shortcode/gallery.twig +1 -1
  26. src/GridGallery/Galleries/views/settings.twig +55 -29
  27. src/GridGallery/Galleries/views/shortcode/gallery.twig +6 -2
  28. src/GridGallery/Galleries/views/shortcode/helpers.twig +3 -1
  29. src/GridGallery/Galleries/views/sort.twig +2 -2
  30. src/GridGallery/Galleries/views/view.twig +3 -3
  31. src/GridGallery/Insta/views/authorization.twig +2 -2
  32. src/GridGallery/Insta/views/index.twig +2 -2
  33. src/GridGallery/Optimization/views/error.twig +1 -1
  34. src/GridGallery/Optimization/views/index.twig +1 -1
  35. src/GridGallery/Overview/views/index.twig +1 -1
  36. src/GridGallery/Photos/views/index.twig +1 -1
  37. src/GridGallery/Promo/Module.php +41 -7
  38. src/GridGallery/Promo/views/discountMessage.twig +38 -0
  39. src/GridGallery/SocialSharing/Module.php +1 -1
  40. src/GridGallery/Ui/Module.php +1 -2
  41. src/GridGallery/Ui/views/type.twig +10 -5
app/assets/img/loader.gif DELETED
Binary file
app/assets/js/jquery.lazyload.js CHANGED
@@ -112,12 +112,13 @@
112
  } else {
113
  $self.css("background-image", "url('" + original + "')");
114
  }
115
- $self[settings.effect](settings.effect_speed);
116
-
117
- self.loaded = true;
118
  /* for user can reinit LazyLoad */
119
  $self.removeClass('ggLazyImg');
 
 
120
 
 
 
121
  /* Remove image from array so it is not looped next time. */
122
  var temp = $.grep(elements, function(element) {
123
  return !element.loaded;
112
  } else {
113
  $self.css("background-image", "url('" + original + "')");
114
  }
 
 
 
115
  /* for user can reinit LazyLoad */
116
  $self.removeClass('ggLazyImg');
117
+
118
+ $self[settings.effect](settings.effect_speed);
119
 
120
+ self.loaded = true;
121
+
122
  /* Remove image from array so it is not looped next time. */
123
  var temp = $.grep(elements, function(element) {
124
  return !element.loaded;
app/assets/js/jquery.lazyload.min.js CHANGED
@@ -1 +1 @@
1
- !function(e,t,i,o){var n=e(t);e.fn.ggLazyLoad=function(r){var f,l=this,a={threshold:0,failure_limit:0,event:"scroll",effect:"show",container:t,data_attribute:"original",skip_invisible:!1,appear:null,load:null,placeholder:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAANSURBVBhXYzh8+PB/AAffA0nNPuCLAAAAAElFTkSuQmCC"};function h(){var t=0;l.each(function(){var i=e(this);if(!a.skip_invisible||i.is(":visible"))if(e.abovethetop(this,a)||e.leftofbegin(this,a));else if(e.belowthefold(this,a)||e.rightoffold(this,a)){if(++t>a.failure_limit)return!1}else i.trigger("appear"),t=0})}return r&&(o!==r.failurelimit&&(r.failure_limit=r.failurelimit,delete r.failurelimit),o!==r.effectspeed&&(r.effect_speed=r.effectspeed,delete r.effectspeed),e.extend(a,r)),f=a.container===o||a.container===t?n:e(a.container),0===a.event.indexOf("scroll")&&f.bind(a.event,function(){return h()}),this.each(function(){var t=this,i=e(t);t.loaded=!1,i.attr("src")!==o&&!1!==i.attr("src")||i.is("img")&&i.attr("src",a.placeholder),i.one("appear",function(){if(!this.loaded){if(a.appear){var o=l.length;a.appear.call(t,o,a)}e("<img />").bind("load",function(){var o=i.attr("data-"+a.data_attribute);i.hide(),i.is("img")?i.attr("src",o):i.css("background-image","url('"+o+"')"),i[a.effect](a.effect_speed),t.loaded=!0,i.removeClass("ggLazyImg");var n=e.grep(l,function(e){return!e.loaded});if(l=e(n),a.load){var r=l.length;a.load.call(t,r,a)}}).attr("src",i.attr("data-"+a.data_attribute))}}),0!==a.event.indexOf("scroll")&&i.bind(a.event,function(){t.loaded||i.trigger("appear")})}),n.bind("resize",function(){h()}),/(?:iphone|ipod|ipad).*os 5/gi.test(navigator.appVersion)&&n.bind("pageshow",function(t){t.originalEvent&&t.originalEvent.persisted&&l.each(function(){e(this).trigger("appear")})}),e(i).ready(function(){h()}),this},e.belowthefold=function(i,r){return(r.container===o||r.container===t?(t.innerHeight?t.innerHeight:n.height())+n.scrollTop():e(r.container).offset().top+e(r.container).height())<=e(i).offset().top-r.threshold},e.rightoffold=function(i,r){return(r.container===o||r.container===t?n.width()+n.scrollLeft():e(r.container).offset().left+e(r.container).width())<=e(i).offset().left-r.threshold},e.abovethetop=function(i,r){return(r.container===o||r.container===t?n.scrollTop():e(r.container).offset().top)>=e(i).offset().top+r.threshold+e(i).height()},e.leftofbegin=function(i,r){return(r.container===o||r.container===t?n.scrollLeft():e(r.container).offset().left)>=e(i).offset().left+r.threshold+e(i).width()},e.inviewport=function(t,i){return!(e.rightoffold(t,i)||e.leftofbegin(t,i)||e.belowthefold(t,i)||e.abovethetop(t,i))},e.extend(e.expr[":"],{"below-the-fold":function(t){return e.belowthefold(t,{threshold:0})},"above-the-top":function(t){return!e.belowthefold(t,{threshold:0})},"right-of-screen":function(t){return e.rightoffold(t,{threshold:0})},"left-of-screen":function(t){return!e.rightoffold(t,{threshold:0})},"in-viewport":function(t){return e.inviewport(t,{threshold:0})},"above-the-fold":function(t){return!e.belowthefold(t,{threshold:0})},"right-of-fold":function(t){return e.rightoffold(t,{threshold:0})},"left-of-fold":function(t){return!e.rightoffold(t,{threshold:0})}})}(jQuery,window,document);
1
+ !function(e,t,i,o){var n=e(t);e.fn.ggLazyLoad=function(r){var f,l=this,a={threshold:0,failure_limit:0,event:"scroll",effect:"show",container:t,data_attribute:"original",skip_invisible:!1,appear:null,load:null,placeholder:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAANSURBVBhXYzh8+PB/AAffA0nNPuCLAAAAAElFTkSuQmCC"};function h(){var t=0;l.each(function(){var i=e(this);if(!a.skip_invisible||i.is(":visible"))if(e.abovethetop(this,a)||e.leftofbegin(this,a));else if(e.belowthefold(this,a)||e.rightoffold(this,a)){if(++t>a.failure_limit)return!1}else i.trigger("appear"),t=0})}return r&&(o!==r.failurelimit&&(r.failure_limit=r.failurelimit,delete r.failurelimit),o!==r.effectspeed&&(r.effect_speed=r.effectspeed,delete r.effectspeed),e.extend(a,r)),f=a.container===o||a.container===t?n:e(a.container),0===a.event.indexOf("scroll")&&f.bind(a.event,function(){return h()}),this.each(function(){var t=this,i=e(t);t.loaded=!1,i.attr("src")!==o&&!1!==i.attr("src")||i.is("img")&&i.attr("src",a.placeholder),i.one("appear",function(){if(!this.loaded){if(a.appear){var o=l.length;a.appear.call(t,o,a)}e("<img />").bind("load",function(){var o=i.attr("data-"+a.data_attribute);i.hide(),i.is("img")?i.attr("src",o):i.css("background-image","url('"+o+"')"),i.removeClass("ggLazyImg"),i[a.effect](a.effect_speed),t.loaded=!0;var n=e.grep(l,function(e){return!e.loaded});if(l=e(n),a.load){var r=l.length;a.load.call(t,r,a)}}).attr("src",i.attr("data-"+a.data_attribute))}}),0!==a.event.indexOf("scroll")&&i.bind(a.event,function(){t.loaded||i.trigger("appear")})}),n.bind("resize",function(){h()}),/(?:iphone|ipod|ipad).*os 5/gi.test(navigator.appVersion)&&n.bind("pageshow",function(t){t.originalEvent&&t.originalEvent.persisted&&l.each(function(){e(this).trigger("appear")})}),e(i).ready(function(){h()}),this},e.belowthefold=function(i,r){return(r.container===o||r.container===t?(t.innerHeight?t.innerHeight:n.height())+n.scrollTop():e(r.container).offset().top+e(r.container).height())<=e(i).offset().top-r.threshold},e.rightoffold=function(i,r){return(r.container===o||r.container===t?n.width()+n.scrollLeft():e(r.container).offset().left+e(r.container).width())<=e(i).offset().left-r.threshold},e.abovethetop=function(i,r){return(r.container===o||r.container===t?n.scrollTop():e(r.container).offset().top)>=e(i).offset().top+r.threshold+e(i).height()},e.leftofbegin=function(i,r){return(r.container===o||r.container===t?n.scrollLeft():e(r.container).offset().left)>=e(i).offset().left+r.threshold+e(i).width()},e.inviewport=function(t,i){return!(e.rightoffold(t,i)||e.leftofbegin(t,i)||e.belowthefold(t,i)||e.abovethetop(t,i))},e.extend(e.expr[":"],{"below-the-fold":function(t){return e.belowthefold(t,{threshold:0})},"above-the-top":function(t){return!e.belowthefold(t,{threshold:0})},"right-of-screen":function(t){return e.rightoffold(t,{threshold:0})},"left-of-screen":function(t){return!e.rightoffold(t,{threshold:0})},"in-viewport":function(t){return e.inviewport(t,{threshold:0})},"above-the-fold":function(t){return!e.belowthefold(t,{threshold:0})},"right-of-fold":function(t){return e.rightoffold(t,{threshold:0})},"left-of-fold":function(t){return!e.rightoffold(t,{threshold:0})}})}(jQuery,window,document);
app/langs/sgg-fr_FR.mo CHANGED
Binary file
app/langs/sgg-fr_FR.po CHANGED
@@ -10,7 +10,7 @@ msgstr ""
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
13
- "X-Generator: Poedit 2.0.4\n"
14
 
15
  msgid " Mb "
16
  msgstr " Mb "
@@ -1614,7 +1614,7 @@ msgid "Other"
1614
  msgstr "Autre"
1615
 
1616
  msgid "Over the gallery"
1617
- msgstr "Sous la galerie"
1618
 
1619
  msgid "Overlay color"
1620
  msgstr "Couleur du calque superposé"
@@ -2415,7 +2415,7 @@ msgid "Unable to save chosen photo %s: %s"
2415
  msgstr "Impossible de sauvegarder la photo choisie %s: %s"
2416
 
2417
  msgid "Under the gallery"
2418
- msgstr "Au-dessus de la galerie"
2419
 
2420
  msgid "Unnamed gallery"
2421
  msgstr "Galerie sans nom"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
13
+ "X-Generator: Poedit 2.2.1\n"
14
 
15
  msgid " Mb "
16
  msgstr " Mb "
1614
  msgstr "Autre"
1615
 
1616
  msgid "Over the gallery"
1617
+ msgstr "Au-dessus de la galerie"
1618
 
1619
  msgid "Overlay color"
1620
  msgstr "Couleur du calque superposé"
2415
  msgstr "Impossible de sauvegarder la photo choisie %s: %s"
2416
 
2417
  msgid "Under the gallery"
2418
+ msgstr "Sous la galerie"
2419
 
2420
  msgid "Unnamed gallery"
2421
  msgstr "Galerie sans nom"
app/langs/sgg-it_IT.po CHANGED
@@ -9,7 +9,7 @@ msgstr ""
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 2.1.1\n"
13
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
14
 
15
  msgid " Mb "
@@ -229,23 +229,17 @@ msgstr "Si è verificato un errore"
229
  msgid "Animation"
230
  msgstr "Animazione"
231
 
232
- #, fuzzy
233
- #| msgid "Caption effect"
234
  msgid "Animation Effect"
235
- msgstr "Effetto sottotitolo"
236
 
237
- #, fuzzy
238
- #| msgid "Caption effect"
239
  msgid "Animation Effects"
240
- msgstr "Effetto sottotitolo"
241
 
242
  msgid "Animation duration"
243
  msgstr "Durata dell'animazione"
244
 
245
- #, fuzzy
246
- #| msgid "Animation"
247
  msgid "Animation start"
248
- msgstr "Animazione"
249
 
250
  msgid "Another Service"
251
  msgstr "Servizio alternativo"
@@ -259,10 +253,8 @@ msgstr "apertura"
259
  msgid "Apply"
260
  msgstr "Applica"
261
 
262
- #, fuzzy
263
- #| msgid "Upload new images"
264
  msgid "Apply to all images"
265
- msgstr "Carica nuove immagini"
266
 
267
  msgid "Are you really want to delete preset \"%s\"?"
268
  msgstr "Sei sicuro di voler cancellare l'impostazione \"%s\"?"
@@ -288,7 +280,7 @@ msgid "Authorization oauth_verifier is not specified."
288
  msgstr "Autorizzazione oauth_verifier non specificata"
289
 
290
  msgid "Auto Posts Categories"
291
- msgstr "Auto Posts Categories"
292
 
293
  msgid "Auto posts"
294
  msgstr "Auto posts"
@@ -297,27 +289,25 @@ msgid "Auto, Did not fire"
297
  msgstr "Auto, Did not fire"
298
 
299
  msgid "Auto, Did not fire, Red-eye reduction"
300
- msgstr "Auto, Did not fire, Red-eye reduction"
301
 
302
  msgid "Auto, Fired"
303
  msgstr "Auto, Fired"
304
 
305
  msgid "Auto, Fired, Red-eye reduction"
306
- msgstr "Auto, Fired, Red-eye reduction"
307
 
308
- #, fuzzy
309
- #| msgid "Auto, Fired, Red-eye reduction, Return not detected"
310
  msgid "Auto, Fired, Red-eye reduction, Return detected"
311
- msgstr "Auto, Fired, Red-eye reduction, Return not detected"
312
 
313
  msgid "Auto, Fired, Red-eye reduction, Return not detected"
314
- msgstr "Auto, Fired, Red-eye reduction, Return not detected"
315
 
316
  msgid "Auto, Fired, Return detected"
317
- msgstr "Auto, Fired, Return detected"
318
 
319
  msgid "Auto, Fired, Return not detected"
320
- msgstr "Auto, Fired, Return not detected"
321
 
322
  msgid "Autoplay video"
323
  msgstr "Video autoplay"
@@ -334,30 +324,23 @@ msgstr "Disponibile nella versione PRO."
334
  msgid "Back to the gallery"
335
  msgstr "Torna alla galleria"
336
 
337
- #, fuzzy
338
- #| msgid "Background color"
339
  msgid "Background"
340
- msgstr "Colore sfondo"
341
 
342
- #, fuzzy
343
- #| msgid "Scroll Bar Transparency"
344
  msgid "Background Transparency"
345
- msgstr "Trasparenza barra di scorrimento"
346
 
347
  msgid "Background color"
348
  msgstr "Colore sfondo"
349
 
350
- #, fuzzy
351
  msgid "Background color for \"Show on hover\""
352
- msgstr "Colore sfondo"
353
 
354
  msgid "Background hover color"
355
  msgstr "Colore sfondo puntatore sopra"
356
 
357
- #, fuzzy
358
- #| msgid "Scroll Bar Transparency"
359
  msgid "Background transparency"
360
- msgstr "Trasparenza barra di scorrimento"
361
 
362
  msgid "Backup Images Source"
363
  msgstr "Backup immagini sorgente"
@@ -413,35 +396,27 @@ msgstr "Larghezza bordo"
413
  msgid "Bottom"
414
  msgstr "Sotto"
415
 
416
- #, fuzzy
417
- #| msgid "Center"
418
  msgid "Bottom Center"
419
- msgstr "Centro"
420
 
421
- #, fuzzy
422
- #| msgid "Bottom"
423
  msgid "Bottom Left"
424
- msgstr "Sotto"
425
 
426
- #, fuzzy
427
- #| msgid "Bottom"
428
  msgid "Bottom Right"
429
- msgstr "Sotto"
430
 
431
- #, fuzzy
432
- #| msgid "Custom Buttons"
433
  msgid "Buttons"
434
- msgstr "Bottoni personalizzati"
435
 
436
  msgid "Buttons align"
437
  msgstr "Allineamento pulsanti"
438
 
439
  msgid "Buttons position"
440
- msgstr "Posizione bottoni"
441
 
442
  msgid "Buttons preset editor for Paginations, Categories and Load More buttons"
443
  msgstr ""
444
- "Bottone modifica modello per Paginazione, Categorie e bottone Carica altri"
445
 
446
  msgid "Camera"
447
  msgstr "Fotocamera"
@@ -497,10 +472,8 @@ msgstr "Categorizza le immagini nella galleria"
497
  msgid "Center"
498
  msgstr "Centro"
499
 
500
- #, fuzzy
501
- #| msgid "Center"
502
  msgid "Center Center"
503
- msgstr "Centro"
504
 
505
  msgid "Change Details"
506
  msgstr "Cambia dettagli"
@@ -508,23 +481,17 @@ msgstr "Cambia dettagli"
508
  msgid "Check all other FAQs"
509
  msgstr "Controlla gli altri FAQs"
510
 
511
- #, fuzzy
512
- #| msgid "Choose Icon"
513
  msgid "Choose"
514
- msgstr "Scegli icona"
515
 
516
  msgid "Choose Gallery Template."
517
  msgstr "Scegli il template della galleria."
518
 
519
- #, fuzzy
520
- #| msgid ""
521
- #| "Choose Gallery Template.You can change template and settings on the next "
522
- #| "step."
523
  msgid ""
524
  "Choose Gallery Template. You can change template and settings on the next "
525
  "step."
526
  msgstr ""
527
- "Scegli il template della galeria. Puoi cambiare template e impostazioni nel "
528
  "passaggio successivo."
529
 
530
  msgid "Choose Icon"
@@ -536,10 +503,8 @@ msgstr "Scegli effetto"
536
  msgid "Choose icon"
537
  msgstr "Scegli icona"
538
 
539
- #, fuzzy
540
- #| msgid "Choose images"
541
  msgid "Choose image"
542
- msgstr "Scegli immagini"
543
 
544
  msgid "Choose images"
545
  msgstr "Scegli immagini"
@@ -562,15 +527,11 @@ msgstr "Clona"
562
  msgid "Clone type parameter is incorrect"
563
  msgstr "Il parametro del tipo di clone non è corretto"
564
 
565
- #, fuzzy
566
- #| msgid "Upload new images"
567
  msgid "Clone with images"
568
- msgstr "Carica nuove immagini"
569
 
570
- #, fuzzy
571
- #| msgid "Upload new images"
572
  msgid "Clone without images"
573
- msgstr "Carica nuove immagini"
574
 
575
  msgid "Cloned "
576
  msgstr "Clonato"
@@ -678,7 +639,7 @@ msgid "Currently you have no presets."
678
  msgstr "Al momento non hai preipostazioni."
679
 
680
  msgid "Custom Buttons"
681
- msgstr "Bottoni personalizzati"
682
 
683
  msgid "Custom class"
684
  msgstr "Classe personalizzata"
@@ -689,10 +650,8 @@ msgstr "Generatore di tabelle"
689
  msgid "Date"
690
  msgstr "Data"
691
 
692
- #, fuzzy
693
- #| msgid "Overlay color"
694
  msgid "Delay for"
695
- msgstr "Colore sovrapposizione"
696
 
697
  msgid "Delete Image"
698
  msgstr "Cancella immagine"
@@ -728,10 +687,8 @@ msgstr "Disabilita"
728
  msgid "Disable browser history"
729
  msgstr "Disabilita storia del broswer"
730
 
731
- #, fuzzy
732
- #| msgid "Disable on mobile"
733
  msgid "Disable captions on mobile"
734
- msgstr "Disabilita su mobile"
735
 
736
  msgid "Disable on mobile"
737
  msgstr "Disabilita su mobile"
@@ -742,15 +699,11 @@ msgstr "Disabilita click tasto destro"
742
  msgid "Disable source image for Linked Images"
743
  msgstr "Disabilita immagine sorgente per collegamenti immagine"
744
 
745
- #, fuzzy
746
- #| msgid "Disable on mobile"
747
  msgid "Disable title optimize"
748
- msgstr "Disabilita su mobile"
749
 
750
- #, fuzzy
751
- #| msgid "Upload new images"
752
  msgid "Display all images"
753
- msgstr "Carica nuove immagini"
754
 
755
  msgid ""
756
  "Display custom Google Maps. Set markers and locations with text, images, "
@@ -857,13 +810,11 @@ msgstr "Inserisci la tua passoword"
857
  msgid "Enter your username"
858
  msgstr "Inserisci il tuo username"
859
 
860
- #, fuzzy
861
- #| msgid "An error has occurred"
862
  msgid "Error occurred"
863
  msgstr "Si è verificato un errore"
864
 
865
  msgid "Error occurred!"
866
- msgstr "Si è verificato un errore"
867
 
868
  msgid "Error ocured. Optimize process stopped!"
869
  msgstr "C'è stato un'errore. Ottimizzazione del processo si è fermato!"
@@ -883,10 +834,8 @@ msgstr "Errore! Servizio selezionato errato!"
883
  msgid "Expand"
884
  msgstr "Espandi"
885
 
886
- #, fuzzy
887
- #| msgid "Edit image"
888
  msgid "Expand the image"
889
- msgstr "Modifica immagine"
890
 
891
  msgid "Exposure Bias"
892
  msgstr "Compensazione dell'esposizione"
@@ -939,8 +888,6 @@ msgstr "Fired, Return detected"
939
  msgid "Fired, Return not detected"
940
  msgstr "Fired, Return not detected"
941
 
942
- #, fuzzy
943
- #| msgid "First Step"
944
  msgid "First"
945
  msgstr "Primo passo"
946
 
@@ -965,8 +912,6 @@ msgstr "Lunghezza focale"
965
  msgid "Folder name:"
966
  msgstr "Nome cartella:"
967
 
968
- #, fuzzy
969
- #| msgid "Font size"
970
  msgid "Font"
971
  msgstr "Dimensione carattere"
972
 
@@ -976,10 +921,8 @@ msgstr "Famiglia carattere"
976
  msgid "Font size"
977
  msgstr "Dimensione carattere"
978
 
979
- #, fuzzy
980
- #| msgid "Font size"
981
  msgid "Font style"
982
- msgstr "Dimensione carattere"
983
 
984
  msgid "Font weight"
985
  msgstr "Spessore carattere"
@@ -1020,10 +963,8 @@ msgstr "Tipo galleria"
1020
  msgid "Gallery by Supsystic"
1021
  msgstr "Galleria creata da Supsystic"
1022
 
1023
- #, fuzzy
1024
- #| msgid "Gallery Loader"
1025
  msgid "Gallery clone error"
1026
- msgstr "Caricatore galleria"
1027
 
1028
  msgid ""
1029
  "Gallery doesn’t load on the front end. If the loading gallery icon just "
@@ -1126,10 +1067,8 @@ msgstr "Nascondi sfondo container"
1126
  msgid "Hide image title tooltip"
1127
  msgstr "Nascondi il tooltip titolo immagine"
1128
 
1129
- #, fuzzy
1130
- #| msgid "Hide image title tooltip"
1131
  msgid "Hide long titles"
1132
- msgstr "Nascondi il tooltip titolo immagine"
1133
 
1134
  msgid "Hide mouse on"
1135
  msgstr "Nascondi puntatore sopra"
@@ -1140,10 +1079,8 @@ msgstr "Nascondi sfondo testo"
1140
  msgid "Hope you will come back!"
1141
  msgstr "Spero che tornerai"
1142
 
1143
- #, fuzzy
1144
- #| msgid "Horizontal Scroll"
1145
  msgid "Horizontal (normal)"
1146
- msgstr "Scorrimento orizzontale"
1147
 
1148
  msgid "Horizontal Scroll"
1149
  msgstr "Scorrimento orizzontale"
@@ -1169,25 +1106,17 @@ msgstr "Ho trovato un plugin migliore"
1169
  msgid "I no longer need the plugin"
1170
  msgstr "Non ho più bisogno del plugin"
1171
 
1172
- #, fuzzy
1173
- #| msgid "SEO"
1174
  msgid "ISO"
1175
  msgstr "SEO"
1176
 
1177
- #, fuzzy
1178
- #| msgid "Border type"
1179
  msgid "Icon entry type"
1180
- msgstr "Tipo bordo"
1181
 
1182
- #, fuzzy
1183
- #| msgid "Icons size"
1184
  msgid "Icons"
1185
- msgstr "Dimensione icone"
1186
 
1187
- #, fuzzy
1188
- #| msgid "Transparency"
1189
  msgid "Icons Transparency"
1190
- msgstr "Trasparenza"
1191
 
1192
  msgid "Icons color"
1193
  msgstr "Colore icone"
@@ -1218,38 +1147,26 @@ msgstr ""
1218
  msgid "Image"
1219
  msgstr "Immagine"
1220
 
1221
- #, fuzzy
1222
- #| msgid "Images amount"
1223
  msgid "Image Count"
1224
- msgstr "Numero immagini"
1225
 
1226
- #, fuzzy
1227
- #| msgid "Images amount"
1228
  msgid "Image Count Text"
1229
- msgstr "Numero immagini"
1230
 
1231
- #, fuzzy
1232
- #| msgid "Image width"
1233
  msgid "Image Editor"
1234
- msgstr "Larghezza immagine"
1235
 
1236
  msgid "Image List"
1237
  msgstr "Lista immagini"
1238
 
1239
- #, fuzzy
1240
- #| msgid "Image radius"
1241
  msgid "Image Load"
1242
- msgstr "Rotondità angoli immagine"
1243
 
1244
- #, fuzzy
1245
- #| msgid "Polaroid Image Animation"
1246
  msgid "Image Optimization"
1247
- msgstr "Animazione Immagine Polaroid"
1248
 
1249
- #, fuzzy
1250
- #| msgid "Popup Image size"
1251
  msgid "Image Optimize"
1252
- msgstr "Dimesioni popup immagine"
1253
 
1254
  msgid "Image Sharing"
1255
  msgstr "Condivisione immagini"
@@ -1260,15 +1177,11 @@ msgstr "Qualità ritaglio immagine"
1260
  msgid "Image height"
1261
  msgstr "Altezza immagine"
1262
 
1263
- #, fuzzy
1264
- #| msgid "Image height"
1265
  msgid "Image on hover"
1266
- msgstr "Altezza immagine"
1267
 
1268
- #, fuzzy
1269
- #| msgid "Polaroid Image Animation"
1270
  msgid "Image optimization"
1271
- msgstr "Animazione Immagine Polaroid"
1272
 
1273
  msgid "Image radius"
1274
  msgstr "Rotondità angoli immagine"
@@ -1285,16 +1198,12 @@ msgstr "Immagini"
1285
  msgid "Images Import Options"
1286
  msgstr "Opzioni di importo immagini"
1287
 
1288
- #, fuzzy
1289
- #| msgid "Images amount"
1290
  msgid "Images Optimization"
1291
- msgstr "Numero immagini"
1292
 
1293
  msgid "Images amount"
1294
  msgstr "Numero immagini"
1295
 
1296
- #, fuzzy
1297
- #| msgid "Images amount"
1298
  msgid "Images count"
1299
  msgstr "Numero immagini"
1300
 
@@ -1394,10 +1303,8 @@ msgstr ""
1394
  msgid "KeyCDN"
1395
  msgstr "KeyCDN"
1396
 
1397
- #, fuzzy
1398
- #| msgid "Settings"
1399
  msgid "KeyCDN Settings"
1400
- msgstr "Impostazioni"
1401
 
1402
  msgid "Last"
1403
  msgstr "Ultime"
@@ -1405,31 +1312,23 @@ msgstr "Ultime"
1405
  msgid "Last 24 hours"
1406
  msgstr "Ultime 24 ore"
1407
 
1408
- #, fuzzy
1409
- #| msgid "Gallery Loader"
1410
  msgid "Lazy Load"
1411
  msgstr "Caricatore galleria"
1412
 
1413
  msgid "LazyLoad"
1414
- msgstr ""
1415
 
1416
  msgid "Left"
1417
  msgstr "Sinistra"
1418
 
1419
- #, fuzzy
1420
- #| msgid "Bottom"
1421
  msgid "Left Bottom"
1422
- msgstr "Sotto"
1423
 
1424
- #, fuzzy
1425
- #| msgid "Center"
1426
  msgid "Left Center"
1427
- msgstr "Centro"
1428
 
1429
- #, fuzzy
1430
- #| msgid "Left"
1431
  msgid "Left Top"
1432
- msgstr "Sinistra"
1433
 
1434
  msgid "Let user switch gallery pages"
1435
  msgstr "Permetti all'utente di cambiare pagine galleria"
@@ -1440,10 +1339,8 @@ msgstr "Cominciamo!"
1440
  msgid "License"
1441
  msgstr "Licenza"
1442
 
1443
- #, fuzzy
1444
- #| msgid "Right"
1445
  msgid "Lightbox"
1446
- msgstr "Destra"
1447
 
1448
  msgid "Line"
1449
  msgstr "Linea"
@@ -1451,10 +1348,8 @@ msgstr "Linea"
1451
  msgid "Link"
1452
  msgstr "Collegamento"
1453
 
1454
- #, fuzzy
1455
- #| msgid "Link"
1456
  msgid "Link icon"
1457
- msgstr "Collegamento"
1458
 
1459
  msgid "Linked Images"
1460
  msgstr "Immagini Collegate"
@@ -1465,10 +1360,8 @@ msgstr "Immagini collegate"
1465
  msgid "Live Chat Plugin"
1466
  msgstr "Live chat plugin"
1467
 
1468
- #, fuzzy
1469
- #| msgid "Load More Button"
1470
  msgid "Load More"
1471
- msgstr "Bottone Carica altri"
1472
 
1473
  msgid "Load More Button"
1474
  msgstr "Bottone Carica altri"
@@ -1488,8 +1381,6 @@ msgstr "Carica impostazioni da modello"
1488
  msgid "Load with scroll"
1489
  msgstr "Carica con scorrimento"
1490
 
1491
- #, fuzzy
1492
- #| msgid "Loading"
1493
  msgid "Loader"
1494
  msgstr "Caricamento"
1495
 
@@ -1502,10 +1393,8 @@ msgstr "Caricamento testo"
1502
  msgid "Loading..."
1503
  msgstr "Caricamento..."
1504
 
1505
- #, fuzzy
1506
- #| msgid "Show caption"
1507
  msgid "Location"
1508
- msgstr "Mostra didascalia"
1509
 
1510
  msgid "Login with Facebook"
1511
  msgstr "Accedi con facebook"
@@ -1528,18 +1417,14 @@ msgstr "Margine"
1528
  msgid "Mb"
1529
  msgstr "Mb"
1530
 
1531
- #, fuzzy
1532
- #| msgid "Slider by Supsystic"
1533
  msgid "Membership by Supsystic"
1534
- msgstr "Slider creata da Supsystic"
1535
 
1536
  msgid "Message"
1537
  msgstr "Messaggio"
1538
 
1539
- #, fuzzy
1540
- #| msgid "Center"
1541
  msgid "Middle Center"
1542
- msgstr "Centro"
1543
 
1544
  msgid "Middle Left"
1545
  msgstr "Centro sinistra"
@@ -1639,10 +1524,8 @@ msgstr ""
1639
  msgid "Number of Columns"
1640
  msgstr "Numero di colonne"
1641
 
1642
- #, fuzzy
1643
- #| msgid "Number of Columns"
1644
  msgid "Number of images"
1645
- msgstr "Numero di colonne"
1646
 
1647
  msgid "Number of posts"
1648
  msgstr "Numero di posts"
@@ -1702,10 +1585,8 @@ msgstr "Apri in nuova finestra"
1702
  msgid "Open next slide"
1703
  msgstr "Apri diapositiva successiva"
1704
 
1705
- #, fuzzy
1706
- #| msgid "Animation"
1707
  msgid "Optimization"
1708
- msgstr "Animazione"
1709
 
1710
  msgid "Optimization complete"
1711
  msgstr "Ottimizzazione completata"
@@ -1758,10 +1639,8 @@ msgstr "PHPCode:"
1758
  msgid "PRO option"
1759
  msgstr "Opzioni PRO"
1760
 
1761
- #, fuzzy
1762
- #| msgid "Loading"
1763
  msgid "Paddings"
1764
- msgstr "Caricamento"
1765
 
1766
  msgid "Page "
1767
  msgstr "PAgina"
@@ -1837,15 +1716,11 @@ msgstr "Popup testo immagine"
1837
  msgid "Popup Image size"
1838
  msgstr "Dimesioni popup immagine"
1839
 
1840
- #, fuzzy
1841
- #| msgid "Pop-up Image"
1842
  msgid "Popup Images"
1843
- msgstr "Immagine popup"
1844
 
1845
- #, fuzzy
1846
- #| msgid "Linked Images"
1847
  msgid "Popup Linked Image Text"
1848
- msgstr "Immagini Collegate"
1849
 
1850
  msgid "Popup Plugin"
1851
  msgstr "Popup Plugin"
@@ -1853,10 +1728,8 @@ msgstr "Popup Plugin"
1853
  msgid "Popup box theme"
1854
  msgstr "Tema box popup"
1855
 
1856
- #, fuzzy
1857
- #| msgid "Popup Image size"
1858
  msgid "Popup image icon"
1859
- msgstr "Dimesioni popup immagine"
1860
 
1861
  msgid "Port"
1862
  msgstr "Porta"
@@ -1900,10 +1773,8 @@ msgstr "Anteprima"
1900
  msgid "Preview of Gallery settings"
1901
  msgstr "Anteprima delle impostazioni della galleria"
1902
 
1903
- #, fuzzy
1904
- #| msgid "Preview"
1905
  msgid "Previous"
1906
- msgstr "Anteprima"
1907
 
1908
  msgid "Pricing Table"
1909
  msgstr "Tabella prezzi"
@@ -1944,10 +1815,8 @@ msgstr "Richiedi una nuova funzionalità"
1944
  msgid "Resources are does not exists"
1945
  msgstr "Le risorse non esistono"
1946
 
1947
- #, fuzzy
1948
- #| msgid "Responsive columns"
1949
  msgid "Responsive Mode"
1950
- msgstr "Colonne responsive"
1951
 
1952
  msgid "Responsive columns"
1953
  msgstr "Colonne responsive"
@@ -1961,20 +1830,14 @@ msgstr "Torna alla galleria"
1961
  msgid "Right"
1962
  msgstr "Destra"
1963
 
1964
- #, fuzzy
1965
- #| msgid "Bottom"
1966
  msgid "Right Bottom"
1967
- msgstr "Sotto"
1968
 
1969
- #, fuzzy
1970
- #| msgid "Center"
1971
  msgid "Right Center"
1972
- msgstr "Centro"
1973
 
1974
- #, fuzzy
1975
- #| msgid "Right"
1976
  msgid "Right Top"
1977
- msgstr "Destra"
1978
 
1979
  msgid "Roles"
1980
  msgstr "Ruoli"
@@ -2036,10 +1899,8 @@ msgstr "Seleziona un tema"
2036
  msgid "Select categories"
2037
  msgstr "Seleziona categorie"
2038
 
2039
- #, fuzzy
2040
- #| msgid "Select icons effects"
2041
  msgid "Select clone type"
2042
- msgstr "Seleziona effeto icone"
2043
 
2044
  msgid "Select clone type:"
2045
  msgstr "Seleziona effeto icone"
@@ -2053,15 +1914,11 @@ msgstr "Seleziona effeto icone"
2053
  msgid "Select image on hover"
2054
  msgstr "Seleziona tema \"Big image\" "
2055
 
2056
- #, fuzzy
2057
- #| msgid "Images per page"
2058
  msgid "Select images per page"
2059
- msgstr "Immagini per pagina"
2060
 
2061
- #, fuzzy
2062
- #| msgid "Select effect"
2063
  msgid "Select one icon"
2064
- msgstr "Seleziona effetto"
2065
 
2066
  msgid "Select overlay effect"
2067
  msgstr "Seleziona effetti sovrapposizione"
@@ -2101,7 +1958,7 @@ msgid ""
2101
  "\n"
2102
  " <div id=\"effectDialog\" title=\"{{ translate('Select overlay effect"
2103
  msgstr ""
2104
- "Selected ' ~ name) }}</div>\n"
2105
  "\t\t\t\t\t\t</div>\n"
2106
  " </div>\n"
2107
  " {% endfor %}\n"
@@ -2117,10 +1974,8 @@ msgstr "Invia statistiche utilizzo"
2117
  msgid "Server internal error"
2118
  msgstr "Errore interno server"
2119
 
2120
- #, fuzzy
2121
- #| msgid "Overview"
2122
  msgid "Service"
2123
- msgstr "Descrizione"
2124
 
2125
  msgid "Service data was saved!"
2126
  msgstr "I dati del servizio sono stati salvati!"
@@ -2158,28 +2013,20 @@ msgstr "Impostazione ombra"
2158
  msgid "Shortcode:"
2159
  msgstr "Shortcode:"
2160
 
2161
- #, fuzzy
2162
- #| msgid "Show caption"
2163
  msgid "Show EXIF as caption"
2164
- msgstr "Mostra didascalia"
2165
 
2166
- #, fuzzy
2167
- #| msgid "Show caption"
2168
  msgid "Show EXIF as description"
2169
- msgstr "Mostra didascalia"
2170
 
2171
- #, fuzzy
2172
- #| msgid "Show date"
2173
  msgid "Show EXIF data"
2174
- msgstr "Mostra data"
2175
 
2176
  msgid "Show EXIF on Lightbox image"
2177
  msgstr "Mostra EXIF ​​su immagine lightbox"
2178
 
2179
- #, fuzzy
2180
- #| msgid "Show icons"
2181
  msgid "Show Original"
2182
- msgstr "Mostra icone"
2183
 
2184
  msgid "Show Posts and Pages"
2185
  msgstr "Mostra post e pagine"
@@ -2187,15 +2034,11 @@ msgstr "Mostra post e pagine"
2187
  msgid "Show Previous/Next Arrows"
2188
  msgstr "Show Previous/Next Arrows"
2189
 
2190
- #, fuzzy
2191
- #| msgid "Show date"
2192
  msgid "Show Watermark"
2193
- msgstr "Mostra data"
2194
 
2195
- #, fuzzy
2196
- #| msgid "Show author"
2197
  msgid "Show Watermark for"
2198
- msgstr "Mostra autore"
2199
 
2200
  msgid "Show author"
2201
  msgstr "Mostra autore"
@@ -2221,10 +2064,8 @@ msgstr "Mostra il confronto delle immagini"
2221
  msgid "Show mouse on"
2222
  msgstr "Mostra puntatore sopra"
2223
 
2224
- #, fuzzy
2225
- #| msgid "Show caption"
2226
  msgid "Show options"
2227
- msgstr "Mostra didascalia"
2228
 
2229
  msgid "Show overlay"
2230
  msgstr "Mostra sovrapposizione"
@@ -2263,12 +2104,10 @@ msgid "Social"
2263
  msgstr "Social"
2264
 
2265
  msgid "Social Buttons Project"
2266
- msgstr "Social Buttons Project\""
2267
 
2268
- #, fuzzy
2269
- #| msgid "Load More Button"
2270
  msgid "Social Share Buttons"
2271
- msgstr "Bottone Carica altri"
2272
 
2273
  msgid "Social Sharing"
2274
  msgstr "Condivisione social"
@@ -2305,13 +2144,11 @@ msgstr "Inizio ottimizzazione"
2305
  msgid "Start Transfer"
2306
  msgstr "Inizio trasferimento"
2307
 
2308
- #, fuzzy
2309
- #| msgid "Step-by-step tutorial"
2310
  msgid "Start step-by-step tutorial"
2311
- msgstr "Tutorial passo passo"
2312
 
2313
  msgid "Step-by-step tutorial"
2314
- msgstr "Tutorial passo passo"
2315
 
2316
  msgid "Subject"
2317
  msgstr "Oggetto"
@@ -2345,15 +2182,11 @@ msgstr ""
2345
  msgid "Template: SuperMega"
2346
  msgstr "Template: SuperMega"
2347
 
2348
- #, fuzzy
2349
- #| msgid "Text size"
2350
  msgid "Text"
2351
- msgstr "Dimensione testo"
2352
 
2353
- #, fuzzy
2354
- #| msgid "Text color"
2355
  msgid "Text Highlight Color"
2356
- msgstr "Colore testo"
2357
 
2358
  msgid "Text Highlight Color Transparency"
2359
  msgstr "Testo Evidenzia Colore Trasparenza"
@@ -2423,6 +2256,20 @@ msgid ""
2423
  " {\n"
2424
  " $resourceId = $request->post->get('resources"
2425
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2426
 
2427
  msgid "The title can't be empty"
2428
  msgstr "Il titolo non può essere vuoto"
@@ -2458,10 +2305,8 @@ msgstr "Immagini di anteprima"
2458
  msgid "TinyPNG"
2459
  msgstr "TinyPNG"
2460
 
2461
- #, fuzzy
2462
- #| msgid "Settings"
2463
  msgid "TinyPNG Settings"
2464
- msgstr "Impostazioni"
2465
 
2466
  msgid "Title"
2467
  msgstr "Titolo"
@@ -2496,20 +2341,14 @@ msgstr ""
2496
  msgid "Top"
2497
  msgstr "Sopra"
2498
 
2499
- #, fuzzy
2500
- #| msgid "Center"
2501
  msgid "Top Center"
2502
- msgstr "Centro"
2503
 
2504
- #, fuzzy
2505
- #| msgid "Left"
2506
  msgid "Top Left"
2507
- msgstr "Sinistra"
2508
 
2509
- #, fuzzy
2510
- #| msgid "Right"
2511
  msgid "Top Right"
2512
- msgstr "Destra"
2513
 
2514
  msgid "Topic"
2515
  msgstr "Argomento"
@@ -2517,10 +2356,8 @@ msgstr "Argomento"
2517
  msgid "Total Images"
2518
  msgstr "Immagini totali:"
2519
 
2520
- #, fuzzy
2521
- #| msgid "Total Images: "
2522
  msgid "Total Saving:"
2523
- msgstr "Immagini totali:"
2524
 
2525
  msgid "Total Size"
2526
  msgstr "Dimensione totale"
@@ -2528,10 +2365,8 @@ msgstr "Dimensione totale"
2528
  msgid "Total images"
2529
  msgstr "Immagini totali:"
2530
 
2531
- #, fuzzy
2532
- #| msgid "Font size"
2533
  msgid "Total size"
2534
- msgstr "Dimensione carattere"
2535
 
2536
  msgid "Total size after"
2537
  msgstr "Dimensione totale dopo"
@@ -2545,15 +2380,11 @@ msgstr "Touch Scroll Step"
2545
  msgid "Tranfer images to CDN"
2546
  msgstr "Trasferire le immagini su CDN"
2547
 
2548
- #, fuzzy
2549
- #| msgid "New Gallery"
2550
  msgid "Transfer Gallery to"
2551
- msgstr "Nuova Galleria"
2552
 
2553
- #, fuzzy
2554
- #| msgid "Position updated successfully!"
2555
  msgid "Transfer completed successfully!"
2556
- msgstr "Posizione modificata con successo!"
2557
 
2558
  msgid "Transfer ending with errors!"
2559
  msgstr "Trasferimento terminato con errori!"
@@ -2570,10 +2401,8 @@ msgstr "Trasferisci a"
2570
  msgid "Transfer to CDN"
2571
  msgstr "Trasferisci a CND"
2572
 
2573
- #, fuzzy
2574
- #| msgid "Transparency"
2575
  msgid "Transfered"
2576
- msgstr "Trasparenza"
2577
 
2578
  msgid "Transparency"
2579
  msgstr "Trasparenza"
@@ -2599,10 +2428,8 @@ msgstr "Galleria senza nome"
2599
  msgid "Upload"
2600
  msgstr "Carica"
2601
 
2602
- #, fuzzy
2603
- #| msgid "Upload new images"
2604
  msgid "Upload Image"
2605
- msgstr "Carica nuove immagini"
2606
 
2607
  msgid "Upload from Flickr"
2608
  msgstr "Carica da Flickr"
@@ -2664,10 +2491,8 @@ msgstr "Video tutorial"
2664
  msgid "Video URL"
2665
  msgstr "Video URL"
2666
 
2667
- #, fuzzy
2668
- #| msgid "Video size"
2669
  msgid "Video icon"
2670
- msgstr "Dimensione video"
2671
 
2672
  msgid "Video size"
2673
  msgstr "Dimensione video"
@@ -2814,10 +2639,8 @@ msgstr "http://example.com/"
2814
  msgid "image"
2815
  msgstr "immagine"
2816
 
2817
- #, fuzzy
2818
- #| msgid "Images"
2819
  msgid "images"
2820
- msgstr "Immagini"
2821
 
2822
  msgid "images (preview and original images)"
2823
  msgstr "immagini (anteprima e immagine originale"
@@ -2843,10 +2666,8 @@ msgstr "prev"
2843
  msgid "previous"
2844
  msgstr "precedente"
2845
 
2846
- #, fuzzy
2847
- #| msgid "Overview"
2848
  msgid "service"
2849
- msgstr "Descrizione"
2850
 
2851
  msgid "start slideshow"
2852
  msgstr "Inizia slideshow"
@@ -2862,8 +2683,6 @@ msgstr ""
2862
  "galleria, e vedrai la lista con i progetti social disponibili per la tua "
2863
  "galleria."
2864
 
2865
- #, fuzzy
2866
- #| msgid "Website"
2867
  msgid "website"
2868
  msgstr "Sito web"
2869
 
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 2.2.1\n"
13
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
14
 
15
  msgid " Mb "
229
  msgid "Animation"
230
  msgstr "Animazione"
231
 
 
 
232
  msgid "Animation Effect"
233
+ msgstr "Effetto animazione"
234
 
 
 
235
  msgid "Animation Effects"
236
+ msgstr "Effetti animazione"
237
 
238
  msgid "Animation duration"
239
  msgstr "Durata dell'animazione"
240
 
 
 
241
  msgid "Animation start"
242
+ msgstr "Inizio animazione"
243
 
244
  msgid "Another Service"
245
  msgstr "Servizio alternativo"
253
  msgid "Apply"
254
  msgstr "Applica"
255
 
 
 
256
  msgid "Apply to all images"
257
+ msgstr "Applica a tutte le nuove immagini"
258
 
259
  msgid "Are you really want to delete preset \"%s\"?"
260
  msgstr "Sei sicuro di voler cancellare l'impostazione \"%s\"?"
280
  msgstr "Autorizzazione oauth_verifier non specificata"
281
 
282
  msgid "Auto Posts Categories"
283
+ msgstr "Auto Posts Categorie"
284
 
285
  msgid "Auto posts"
286
  msgstr "Auto posts"
289
  msgstr "Auto, Did not fire"
290
 
291
  msgid "Auto, Did not fire, Red-eye reduction"
292
+ msgstr "Auto, Did not fire, riduzione occhi rossi"
293
 
294
  msgid "Auto, Fired"
295
  msgstr "Auto, Fired"
296
 
297
  msgid "Auto, Fired, Red-eye reduction"
298
+ msgstr "Auto, Fired, riduzione occhi rossi"
299
 
 
 
300
  msgid "Auto, Fired, Red-eye reduction, Return detected"
301
+ msgstr "Auto, Fired, riduzione occhi rossi, ritorno trovato"
302
 
303
  msgid "Auto, Fired, Red-eye reduction, Return not detected"
304
+ msgstr "Auto, Fired, riduzione occhi rossi, ritorno non trovato"
305
 
306
  msgid "Auto, Fired, Return detected"
307
+ msgstr "Auto, Fired, ritorno trovato"
308
 
309
  msgid "Auto, Fired, Return not detected"
310
+ msgstr "Auto, Fired, ritorno non trovato"
311
 
312
  msgid "Autoplay video"
313
  msgstr "Video autoplay"
324
  msgid "Back to the gallery"
325
  msgstr "Torna alla galleria"
326
 
 
 
327
  msgid "Background"
328
+ msgstr "sfondo"
329
 
 
 
330
  msgid "Background Transparency"
331
+ msgstr "Trasparenza sfondo"
332
 
333
  msgid "Background color"
334
  msgstr "Colore sfondo"
335
 
 
336
  msgid "Background color for \"Show on hover\""
337
+ msgstr "Colore sfondo 'mostra al puntatore sopra'"
338
 
339
  msgid "Background hover color"
340
  msgstr "Colore sfondo puntatore sopra"
341
 
 
 
342
  msgid "Background transparency"
343
+ msgstr "Trasparenza sfondo"
344
 
345
  msgid "Backup Images Source"
346
  msgstr "Backup immagini sorgente"
396
  msgid "Bottom"
397
  msgstr "Sotto"
398
 
 
 
399
  msgid "Bottom Center"
400
+ msgstr "In basso al centro"
401
 
 
 
402
  msgid "Bottom Left"
403
+ msgstr "In basso a sinistra"
404
 
 
 
405
  msgid "Bottom Right"
406
+ msgstr "In basso a destra"
407
 
 
 
408
  msgid "Buttons"
409
+ msgstr "Pulsanti"
410
 
411
  msgid "Buttons align"
412
  msgstr "Allineamento pulsanti"
413
 
414
  msgid "Buttons position"
415
+ msgstr "Posizione pulsanti"
416
 
417
  msgid "Buttons preset editor for Paginations, Categories and Load More buttons"
418
  msgstr ""
419
+ "Pulsante modifica modello per Paginazione, Categorie e pulsante Carica altri"
420
 
421
  msgid "Camera"
422
  msgstr "Fotocamera"
472
  msgid "Center"
473
  msgstr "Centro"
474
 
 
 
475
  msgid "Center Center"
476
+ msgstr "Al centro in centro"
477
 
478
  msgid "Change Details"
479
  msgstr "Cambia dettagli"
481
  msgid "Check all other FAQs"
482
  msgstr "Controlla gli altri FAQs"
483
 
 
 
484
  msgid "Choose"
485
+ msgstr "Scegli"
486
 
487
  msgid "Choose Gallery Template."
488
  msgstr "Scegli il template della galleria."
489
 
 
 
 
 
490
  msgid ""
491
  "Choose Gallery Template. You can change template and settings on the next "
492
  "step."
493
  msgstr ""
494
+ "Scegli il template della galleria. Puoi cambiare template e impostazioni nel "
495
  "passaggio successivo."
496
 
497
  msgid "Choose Icon"
503
  msgid "Choose icon"
504
  msgstr "Scegli icona"
505
 
 
 
506
  msgid "Choose image"
507
+ msgstr "Scegli immagine"
508
 
509
  msgid "Choose images"
510
  msgstr "Scegli immagini"
527
  msgid "Clone type parameter is incorrect"
528
  msgstr "Il parametro del tipo di clone non è corretto"
529
 
 
 
530
  msgid "Clone with images"
531
+ msgstr "Clona con le immagini"
532
 
 
 
533
  msgid "Clone without images"
534
+ msgstr "Clona senza le immagini"
535
 
536
  msgid "Cloned "
537
  msgstr "Clonato"
639
  msgstr "Al momento non hai preipostazioni."
640
 
641
  msgid "Custom Buttons"
642
+ msgstr "Pulsanti personalizzati"
643
 
644
  msgid "Custom class"
645
  msgstr "Classe personalizzata"
650
  msgid "Date"
651
  msgstr "Data"
652
 
 
 
653
  msgid "Delay for"
654
+ msgstr "Ritardo per"
655
 
656
  msgid "Delete Image"
657
  msgstr "Cancella immagine"
687
  msgid "Disable browser history"
688
  msgstr "Disabilita storia del broswer"
689
 
 
 
690
  msgid "Disable captions on mobile"
691
+ msgstr "disabilita didascalia su mobile"
692
 
693
  msgid "Disable on mobile"
694
  msgstr "Disabilita su mobile"
699
  msgid "Disable source image for Linked Images"
700
  msgstr "Disabilita immagine sorgente per collegamenti immagine"
701
 
 
 
702
  msgid "Disable title optimize"
703
+ msgstr "Disabilita ottimizzazione titolo"
704
 
 
 
705
  msgid "Display all images"
706
+ msgstr "Mostra tutte le immagini"
707
 
708
  msgid ""
709
  "Display custom Google Maps. Set markers and locations with text, images, "
810
  msgid "Enter your username"
811
  msgstr "Inserisci il tuo username"
812
 
 
 
813
  msgid "Error occurred"
814
  msgstr "Si è verificato un errore"
815
 
816
  msgid "Error occurred!"
817
+ msgstr "Si è verificato un errore!"
818
 
819
  msgid "Error ocured. Optimize process stopped!"
820
  msgstr "C'è stato un'errore. Ottimizzazione del processo si è fermato!"
834
  msgid "Expand"
835
  msgstr "Espandi"
836
 
 
 
837
  msgid "Expand the image"
838
+ msgstr "Ingrandisci immagine"
839
 
840
  msgid "Exposure Bias"
841
  msgstr "Compensazione dell'esposizione"
888
  msgid "Fired, Return not detected"
889
  msgstr "Fired, Return not detected"
890
 
 
 
891
  msgid "First"
892
  msgstr "Primo passo"
893
 
912
  msgid "Folder name:"
913
  msgstr "Nome cartella:"
914
 
 
 
915
  msgid "Font"
916
  msgstr "Dimensione carattere"
917
 
921
  msgid "Font size"
922
  msgstr "Dimensione carattere"
923
 
 
 
924
  msgid "Font style"
925
+ msgstr "Stile carattere"
926
 
927
  msgid "Font weight"
928
  msgstr "Spessore carattere"
963
  msgid "Gallery by Supsystic"
964
  msgstr "Galleria creata da Supsystic"
965
 
 
 
966
  msgid "Gallery clone error"
967
+ msgstr "Errore clonazione galleria"
968
 
969
  msgid ""
970
  "Gallery doesn’t load on the front end. If the loading gallery icon just "
1067
  msgid "Hide image title tooltip"
1068
  msgstr "Nascondi il tooltip titolo immagine"
1069
 
 
 
1070
  msgid "Hide long titles"
1071
+ msgstr "Nascondi titoli lunghi"
1072
 
1073
  msgid "Hide mouse on"
1074
  msgstr "Nascondi puntatore sopra"
1079
  msgid "Hope you will come back!"
1080
  msgstr "Spero che tornerai"
1081
 
 
 
1082
  msgid "Horizontal (normal)"
1083
+ msgstr "Orizzontale (normale)"
1084
 
1085
  msgid "Horizontal Scroll"
1086
  msgstr "Scorrimento orizzontale"
1106
  msgid "I no longer need the plugin"
1107
  msgstr "Non ho più bisogno del plugin"
1108
 
 
 
1109
  msgid "ISO"
1110
  msgstr "SEO"
1111
 
 
 
1112
  msgid "Icon entry type"
1113
+ msgstr "Inserimento tipo icona"
1114
 
 
 
1115
  msgid "Icons"
1116
+ msgstr "Icone"
1117
 
 
 
1118
  msgid "Icons Transparency"
1119
+ msgstr "Trasparenza icone"
1120
 
1121
  msgid "Icons color"
1122
  msgstr "Colore icone"
1147
  msgid "Image"
1148
  msgstr "Immagine"
1149
 
 
 
1150
  msgid "Image Count"
1151
+ msgstr "Numero immagine"
1152
 
 
 
1153
  msgid "Image Count Text"
1154
+ msgstr "Conteggio testo immagine"
1155
 
 
 
1156
  msgid "Image Editor"
1157
+ msgstr "Editor immagine"
1158
 
1159
  msgid "Image List"
1160
  msgstr "Lista immagini"
1161
 
 
 
1162
  msgid "Image Load"
1163
+ msgstr "Carica immagine"
1164
 
 
 
1165
  msgid "Image Optimization"
1166
+ msgstr "Ottimizzazione immagine"
1167
 
 
 
1168
  msgid "Image Optimize"
1169
+ msgstr "Ottimizza immagine"
1170
 
1171
  msgid "Image Sharing"
1172
  msgstr "Condivisione immagini"
1177
  msgid "Image height"
1178
  msgstr "Altezza immagine"
1179
 
 
 
1180
  msgid "Image on hover"
1181
+ msgstr "Immagine al passaggio del mouse"
1182
 
 
 
1183
  msgid "Image optimization"
1184
+ msgstr "Ottimizzazione immagine"
1185
 
1186
  msgid "Image radius"
1187
  msgstr "Rotondità angoli immagine"
1198
  msgid "Images Import Options"
1199
  msgstr "Opzioni di importo immagini"
1200
 
 
 
1201
  msgid "Images Optimization"
1202
+ msgstr "Ottimizzazione immagini"
1203
 
1204
  msgid "Images amount"
1205
  msgstr "Numero immagini"
1206
 
 
 
1207
  msgid "Images count"
1208
  msgstr "Numero immagini"
1209
 
1303
  msgid "KeyCDN"
1304
  msgstr "KeyCDN"
1305
 
 
 
1306
  msgid "KeyCDN Settings"
1307
+ msgstr "Impostazioni KeyCDN"
1308
 
1309
  msgid "Last"
1310
  msgstr "Ultime"
1312
  msgid "Last 24 hours"
1313
  msgstr "Ultime 24 ore"
1314
 
 
 
1315
  msgid "Lazy Load"
1316
  msgstr "Caricatore galleria"
1317
 
1318
  msgid "LazyLoad"
1319
+ msgstr "Caricatore galleria"
1320
 
1321
  msgid "Left"
1322
  msgstr "Sinistra"
1323
 
 
 
1324
  msgid "Left Bottom"
1325
+ msgstr "In basso a sinistra"
1326
 
 
 
1327
  msgid "Left Center"
1328
+ msgstr "A sinistra al centro"
1329
 
 
 
1330
  msgid "Left Top"
1331
+ msgstr "In alto a sinistra"
1332
 
1333
  msgid "Let user switch gallery pages"
1334
  msgstr "Permetti all'utente di cambiare pagine galleria"
1339
  msgid "License"
1340
  msgstr "Licenza"
1341
 
 
 
1342
  msgid "Lightbox"
1343
+ msgstr "Lightbox"
1344
 
1345
  msgid "Line"
1346
  msgstr "Linea"
1348
  msgid "Link"
1349
  msgstr "Collegamento"
1350
 
 
 
1351
  msgid "Link icon"
1352
+ msgstr "Icona collegamento"
1353
 
1354
  msgid "Linked Images"
1355
  msgstr "Immagini Collegate"
1360
  msgid "Live Chat Plugin"
1361
  msgstr "Live chat plugin"
1362
 
 
 
1363
  msgid "Load More"
1364
+ msgstr "Carica altri"
1365
 
1366
  msgid "Load More Button"
1367
  msgstr "Bottone Carica altri"
1381
  msgid "Load with scroll"
1382
  msgstr "Carica con scorrimento"
1383
 
 
 
1384
  msgid "Loader"
1385
  msgstr "Caricamento"
1386
 
1393
  msgid "Loading..."
1394
  msgstr "Caricamento..."
1395
 
 
 
1396
  msgid "Location"
1397
+ msgstr "Luogo"
1398
 
1399
  msgid "Login with Facebook"
1400
  msgstr "Accedi con facebook"
1417
  msgid "Mb"
1418
  msgstr "Mb"
1419
 
 
 
1420
  msgid "Membership by Supsystic"
1421
+ msgstr "Membership di Supsystic"
1422
 
1423
  msgid "Message"
1424
  msgstr "Messaggio"
1425
 
 
 
1426
  msgid "Middle Center"
1427
+ msgstr "Centro in mezzo"
1428
 
1429
  msgid "Middle Left"
1430
  msgstr "Centro sinistra"
1524
  msgid "Number of Columns"
1525
  msgstr "Numero di colonne"
1526
 
 
 
1527
  msgid "Number of images"
1528
+ msgstr "Numero di immagini"
1529
 
1530
  msgid "Number of posts"
1531
  msgstr "Numero di posts"
1585
  msgid "Open next slide"
1586
  msgstr "Apri diapositiva successiva"
1587
 
 
 
1588
  msgid "Optimization"
1589
+ msgstr "Ottimizzazione"
1590
 
1591
  msgid "Optimization complete"
1592
  msgstr "Ottimizzazione completata"
1639
  msgid "PRO option"
1640
  msgstr "Opzioni PRO"
1641
 
 
 
1642
  msgid "Paddings"
1643
+ msgstr "Imbottiture"
1644
 
1645
  msgid "Page "
1646
  msgstr "PAgina"
1716
  msgid "Popup Image size"
1717
  msgstr "Dimesioni popup immagine"
1718
 
 
 
1719
  msgid "Popup Images"
1720
+ msgstr "Popup immagini"
1721
 
 
 
1722
  msgid "Popup Linked Image Text"
1723
+ msgstr "Link testo immagini popup"
1724
 
1725
  msgid "Popup Plugin"
1726
  msgstr "Popup Plugin"
1728
  msgid "Popup box theme"
1729
  msgstr "Tema box popup"
1730
 
 
 
1731
  msgid "Popup image icon"
1732
+ msgstr "Dimensioni popup icona"
1733
 
1734
  msgid "Port"
1735
  msgstr "Porta"
1773
  msgid "Preview of Gallery settings"
1774
  msgstr "Anteprima delle impostazioni della galleria"
1775
 
 
 
1776
  msgid "Previous"
1777
+ msgstr "Precedente"
1778
 
1779
  msgid "Pricing Table"
1780
  msgstr "Tabella prezzi"
1815
  msgid "Resources are does not exists"
1816
  msgstr "Le risorse non esistono"
1817
 
 
 
1818
  msgid "Responsive Mode"
1819
+ msgstr "Modo responsive"
1820
 
1821
  msgid "Responsive columns"
1822
  msgstr "Colonne responsive"
1830
  msgid "Right"
1831
  msgstr "Destra"
1832
 
 
 
1833
  msgid "Right Bottom"
1834
+ msgstr "A destra in basso"
1835
 
 
 
1836
  msgid "Right Center"
1837
+ msgstr "Al centro a destra"
1838
 
 
 
1839
  msgid "Right Top"
1840
+ msgstr "In alto a destra"
1841
 
1842
  msgid "Roles"
1843
  msgstr "Ruoli"
1899
  msgid "Select categories"
1900
  msgstr "Seleziona categorie"
1901
 
 
 
1902
  msgid "Select clone type"
1903
+ msgstr "Seleziona tipo clonazione"
1904
 
1905
  msgid "Select clone type:"
1906
  msgstr "Seleziona effeto icone"
1914
  msgid "Select image on hover"
1915
  msgstr "Seleziona tema \"Big image\" "
1916
 
 
 
1917
  msgid "Select images per page"
1918
+ msgstr "Seleziona immagini per pagina"
1919
 
 
 
1920
  msgid "Select one icon"
1921
+ msgstr "Seleziona una icona"
1922
 
1923
  msgid "Select overlay effect"
1924
  msgstr "Seleziona effetti sovrapposizione"
1958
  "\n"
1959
  " <div id=\"effectDialog\" title=\"{{ translate('Select overlay effect"
1960
  msgstr ""
1961
+ "Selezionato ' ~ name) }}</div>\n"
1962
  "\t\t\t\t\t\t</div>\n"
1963
  " </div>\n"
1964
  " {% endfor %}\n"
1974
  msgid "Server internal error"
1975
  msgstr "Errore interno server"
1976
 
 
 
1977
  msgid "Service"
1978
+ msgstr "Servizio"
1979
 
1980
  msgid "Service data was saved!"
1981
  msgstr "I dati del servizio sono stati salvati!"
2013
  msgid "Shortcode:"
2014
  msgstr "Shortcode:"
2015
 
 
 
2016
  msgid "Show EXIF as caption"
2017
+ msgstr "Mostra EXIF come didascalia"
2018
 
 
 
2019
  msgid "Show EXIF as description"
2020
+ msgstr "Mostra EXIF come descrizione "
2021
 
 
 
2022
  msgid "Show EXIF data"
2023
+ msgstr "Mostra data EXIF"
2024
 
2025
  msgid "Show EXIF on Lightbox image"
2026
  msgstr "Mostra EXIF ​​su immagine lightbox"
2027
 
 
 
2028
  msgid "Show Original"
2029
+ msgstr "Mostra originale"
2030
 
2031
  msgid "Show Posts and Pages"
2032
  msgstr "Mostra post e pagine"
2034
  msgid "Show Previous/Next Arrows"
2035
  msgstr "Show Previous/Next Arrows"
2036
 
 
 
2037
  msgid "Show Watermark"
2038
+ msgstr "Mostra autore"
2039
 
 
 
2040
  msgid "Show Watermark for"
2041
+ msgstr "Mostra autore per"
2042
 
2043
  msgid "Show author"
2044
  msgstr "Mostra autore"
2064
  msgid "Show mouse on"
2065
  msgstr "Mostra puntatore sopra"
2066
 
 
 
2067
  msgid "Show options"
2068
+ msgstr "Mostra opzioni"
2069
 
2070
  msgid "Show overlay"
2071
  msgstr "Mostra sovrapposizione"
2104
  msgstr "Social"
2105
 
2106
  msgid "Social Buttons Project"
2107
+ msgstr "Progetto Pulsante Social"
2108
 
 
 
2109
  msgid "Social Share Buttons"
2110
+ msgstr "Pulsante Carica altri"
2111
 
2112
  msgid "Social Sharing"
2113
  msgstr "Condivisione social"
2144
  msgid "Start Transfer"
2145
  msgstr "Inizio trasferimento"
2146
 
 
 
2147
  msgid "Start step-by-step tutorial"
2148
+ msgstr "Inizia tutorial passo per passo"
2149
 
2150
  msgid "Step-by-step tutorial"
2151
+ msgstr "Tutorial passo per passo"
2152
 
2153
  msgid "Subject"
2154
  msgstr "Oggetto"
2182
  msgid "Template: SuperMega"
2183
  msgstr "Template: SuperMega"
2184
 
 
 
2185
  msgid "Text"
2186
+ msgstr "Testo"
2187
 
 
 
2188
  msgid "Text Highlight Color"
2189
+ msgstr "Colore del testo evidenziato"
2190
 
2191
  msgid "Text Highlight Color Transparency"
2192
  msgstr "Testo Evidenzia Colore Trasparenza"
2256
  " {\n"
2257
  " $resourceId = $request->post->get('resources"
2258
  msgstr ""
2259
+ "Le risorse sono state incluse con successo a '.$gallery->title),\n"
2260
+ "\t\t\t\t'galleryId' => (int)$gallery->id,\n"
2261
+ "\t\t\t\t'redirectUrl' => $this->getEnvironment()->generateUrl(\n"
2262
+ "\t\t\t\t\t'galleries',\n"
2263
+ "\t\t\t\t\t'view',\n"
2264
+ "\t\t\t\t\tarray('gallery_id' => $gallery->id)\n"
2265
+ "\t\t\t\t)\n"
2266
+ "\t\t\t)\n"
2267
+ "\t\t);\n"
2268
+ " }\n"
2269
+ "\n"
2270
+ " public function chooseAction(Rsc_Http_Request $request)\n"
2271
+ " {\n"
2272
+ " $resourceId = $request->post->get('resources"
2273
 
2274
  msgid "The title can't be empty"
2275
  msgstr "Il titolo non può essere vuoto"
2305
  msgid "TinyPNG"
2306
  msgstr "TinyPNG"
2307
 
 
 
2308
  msgid "TinyPNG Settings"
2309
+ msgstr "Impostazioni TinyPNG"
2310
 
2311
  msgid "Title"
2312
  msgstr "Titolo"
2341
  msgid "Top"
2342
  msgstr "Sopra"
2343
 
 
 
2344
  msgid "Top Center"
2345
+ msgstr "In alto al centro"
2346
 
 
 
2347
  msgid "Top Left"
2348
+ msgstr "In alto a sinistra"
2349
 
 
 
2350
  msgid "Top Right"
2351
+ msgstr "In alto a destra"
2352
 
2353
  msgid "Topic"
2354
  msgstr "Argomento"
2356
  msgid "Total Images"
2357
  msgstr "Immagini totali:"
2358
 
 
 
2359
  msgid "Total Saving:"
2360
+ msgstr "Risparmio totale:"
2361
 
2362
  msgid "Total Size"
2363
  msgstr "Dimensione totale"
2365
  msgid "Total images"
2366
  msgstr "Immagini totali:"
2367
 
 
 
2368
  msgid "Total size"
2369
+ msgstr "Dimensione totale"
2370
 
2371
  msgid "Total size after"
2372
  msgstr "Dimensione totale dopo"
2380
  msgid "Tranfer images to CDN"
2381
  msgstr "Trasferire le immagini su CDN"
2382
 
 
 
2383
  msgid "Transfer Gallery to"
2384
+ msgstr "trasferire alla galleria a"
2385
 
 
 
2386
  msgid "Transfer completed successfully!"
2387
+ msgstr "Trasferimento completato con successo!"
2388
 
2389
  msgid "Transfer ending with errors!"
2390
  msgstr "Trasferimento terminato con errori!"
2401
  msgid "Transfer to CDN"
2402
  msgstr "Trasferisci a CND"
2403
 
 
 
2404
  msgid "Transfered"
2405
+ msgstr "trasferito"
2406
 
2407
  msgid "Transparency"
2408
  msgstr "Trasparenza"
2428
  msgid "Upload"
2429
  msgstr "Carica"
2430
 
 
 
2431
  msgid "Upload Image"
2432
+ msgstr "Carica immagini"
2433
 
2434
  msgid "Upload from Flickr"
2435
  msgstr "Carica da Flickr"
2491
  msgid "Video URL"
2492
  msgstr "Video URL"
2493
 
 
 
2494
  msgid "Video icon"
2495
+ msgstr "Icona video"
2496
 
2497
  msgid "Video size"
2498
  msgstr "Dimensione video"
2639
  msgid "image"
2640
  msgstr "immagine"
2641
 
 
 
2642
  msgid "images"
2643
+ msgstr "immagini"
2644
 
2645
  msgid "images (preview and original images)"
2646
  msgstr "immagini (anteprima e immagine originale"
2666
  msgid "previous"
2667
  msgstr "precedente"
2668
 
 
 
2669
  msgid "service"
2670
+ msgstr "servizio"
2671
 
2672
  msgid "start slideshow"
2673
  msgstr "Inizia slideshow"
2683
  "galleria, e vedrai la lista con i progetti social disponibili per la tua "
2684
  "galleria."
2685
 
 
 
2686
  msgid "website"
2687
  msgstr "Sito web"
2688
 
app/templates/grid-gallery.twig CHANGED
@@ -11,7 +11,7 @@
11
  <div class="supsystic-plugin{% if pageOptions.isSettingPage == 1 %} {{ ' sgg-setting-page' }} {% endif %}">
12
  {% block header %}
13
  <div class="supsystic-breadcrumbs">
14
- Gallery by Supsystic
15
  </div>
16
  {% endblock %}
17
  <section class="supsystic-content">
@@ -131,6 +131,7 @@
131
  </ul>
132
  </nav>
133
  <div class="supsystic-container supsystic-item supsystic-panel" {% if request.query.module == 'galleries' %}style="min-height: 500px"{% endif %}>
 
134
  {% block preview %}{% endblock %}
135
  {% block content %}{% endblock %}
136
  <div class="clear"></div>
11
  <div class="supsystic-plugin{% if pageOptions.isSettingPage == 1 %} {{ ' sgg-setting-page' }} {% endif %}">
12
  {% block header %}
13
  <div class="supsystic-breadcrumbs">
14
+ Galleries
15
  </div>
16
  {% endblock %}
17
  <section class="supsystic-content">
131
  </ul>
132
  </nav>
133
  <div class="supsystic-container supsystic-item supsystic-panel" {% if request.query.module == 'galleries' %}style="min-height: 500px"{% endif %}>
134
+ {{ environment.getDispatcher().dispatch('messages') }}
135
  {% block preview %}{% endblock %}
136
  {% block content %}{% endblock %}
137
  <div class="clear"></div>
index.php CHANGED
@@ -3,7 +3,7 @@
3
  /**
4
  * Plugin Name: Photo Gallery by Supsystic
5
  * Description: Easy to use Gallery by Supsystic with professional gallery templates. Show off your best design, photography and creative work
6
- * Version: 1.13.1
7
  * Author: supsystic.com
8
  * Author URI: https://supsystic.com
9
  * Text Domain: grid-gallery
@@ -11,5 +11,5 @@
11
 
12
  require_once dirname(__FILE__) . '/app/SupsysticGallery.php';
13
 
14
- $supsysticGallery = new SupsysticGallery('1.13.1');
15
  $supsysticGallery->run();
3
  /**
4
  * Plugin Name: Photo Gallery by Supsystic
5
  * Description: Easy to use Gallery by Supsystic with professional gallery templates. Show off your best design, photography and creative work
6
+ * Version: 1.13.2
7
  * Author: supsystic.com
8
  * Author URI: https://supsystic.com
9
  * Text Domain: grid-gallery
11
 
12
  require_once dirname(__FILE__) . '/app/SupsysticGallery.php';
13
 
14
+ $supsysticGallery = new SupsysticGallery('1.13.2');
15
  $supsysticGallery->run();
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: supsystic.com
3
  Donate link: https://supsystic.com/plugins/gallery
4
  Tags: gallery, wordpress gallery plugin, photo gallery, grid gallery, image gallery, video gallery, responsive gallery, polaroid gallery
5
  Tested up to: 5.1.1
6
- Stable tag: 1.13.1
7
 
8
  Photo Gallery with template editor to build amazing media gallery. Responsive mobile gallery with grid, masonry, carousel, polaroid and more gallery
9
 
@@ -171,8 +171,18 @@ Add watermark on each image in your gallery and you protect your photos from the
171
  14. Photo gallery plugin admin area. Captions and Icons tab. Create impressive gallery with icons and fantastic caption effect.
172
  == Changelog ==
173
 
 
 
 
 
 
 
 
 
 
 
174
  = Gallery 1.13.1 / 25.02.2019 =
175
- * inor issues fixes
176
  * Code review
177
 
178
  = Gallery 1.13.0 / 20.02.2019 =
3
  Donate link: https://supsystic.com/plugins/gallery
4
  Tags: gallery, wordpress gallery plugin, photo gallery, grid gallery, image gallery, video gallery, responsive gallery, polaroid gallery
5
  Tested up to: 5.1.1
6
+ Stable tag: 1.13.2
7
 
8
  Photo Gallery with template editor to build amazing media gallery. Responsive mobile gallery with grid, masonry, carousel, polaroid and more gallery
9
 
171
  14. Photo gallery plugin admin area. Captions and Icons tab. Create impressive gallery with icons and fantastic caption effect.
172
  == Changelog ==
173
 
174
+ = Gallery 1.13.2 / 27.03.2019 =
175
+ * Added option Flexible Height for categories
176
+ * Updated IT translation
177
+ * Moved big ad files to cdn server
178
+ * Fix translation FR
179
+ * Add link to Video documentation
180
+ * Added effects to Lazyload
181
+ * Remove Google Font Loader
182
+ * Minor issues fixes
183
+
184
  = Gallery 1.13.1 / 25.02.2019 =
185
+ * Minor issues fixes
186
  * Code review
187
 
188
  = Gallery 1.13.0 / 20.02.2019 =
src/GridGallery/Core/Module.php CHANGED
@@ -35,7 +35,6 @@ class GridGallery_Core_Module extends Rsc_Mvc_Module
35
  add_filter('gg_hooks_prefix', array($this, 'addHooksPrefix'), 10, 1);
36
  add_action('init', array($this, 'registerTwigFunctions'), 10, 1);
37
  }
38
-
39
  /**
40
  * Adds the plugin's hooks prefix to the hook name
41
  *
@@ -84,6 +83,9 @@ class GridGallery_Core_Module extends Rsc_Mvc_Module
84
  {
85
  return plugin_dir_url($this->getEnvironment()->getPluginPath() . '/index.php') . '/' . $path;
86
  }
 
 
 
87
 
88
  public function registerTwigFunctions()
89
  {
35
  add_filter('gg_hooks_prefix', array($this, 'addHooksPrefix'), 10, 1);
36
  add_action('init', array($this, 'registerTwigFunctions'), 10, 1);
37
  }
 
38
  /**
39
  * Adds the plugin's hooks prefix to the hook name
40
  *
83
  {
84
  return plugin_dir_url($this->getEnvironment()->getPluginPath() . '/index.php') . '/' . $path;
85
  }
86
+ public function getCdnUrl() {
87
+ return (is_ssl() ? 'https' : 'http').'://supsystic-42d7.kxcdn.com/';
88
+ }
89
 
90
  public function registerTwigFunctions()
91
  {
src/GridGallery/Featuredplugins/views/index.twig CHANGED
@@ -3,8 +3,8 @@
3
  {% block header %}
4
 
5
  <nav id="supsystic-breadcrumbs" class="supsystic-breadcrumbs">
6
- <a href="{{ environment.generateUrl('galleries') }}">{{ translate('Gallery by Supsystic') }}</a>
7
- <i class="fa fa-angle-right"></i>
8
  <a href="{{ environment.generateUrl('galleries') }}">{{ translate('Featured Plugins') }}</a>
9
  </nav>
10
 
3
  {% block header %}
4
 
5
  <nav id="supsystic-breadcrumbs" class="supsystic-breadcrumbs">
6
+ {#<a href="{{ environment.generateUrl('galleries') }}">{{ translate('Gallery by Supsystic') }}</a>#}
7
+ {#<i class="fa fa-angle-right"></i>#}
8
  <a href="{{ environment.generateUrl('galleries') }}">{{ translate('Featured Plugins') }}</a>
9
  </nav>
10
 
src/GridGallery/Galleries/Controller.php CHANGED
@@ -1254,6 +1254,9 @@ class GridGallery_Galleries_Controller extends GridGallery_Core_BaseController
1254
  */
1255
  public function rewrite($element)
1256
  {
 
 
 
1257
  $url = $this->getEnvironment()->getConfig()->get('plugin_url');
1258
 
1259
  return str_replace('@url', $url . '/app/assets/img', $element);
1254
  */
1255
  public function rewrite($element)
1256
  {
1257
+ $cdnUrl = $this->getEnvironment()->getModule('core')->getCdnUrl();
1258
+ $element = str_replace('@cdn_url', $cdnUrl, $element);
1259
+
1260
  $url = $this->getEnvironment()->getConfig()->get('plugin_url');
1261
 
1262
  return str_replace('@url', $url . '/app/assets/img', $element);
src/GridGallery/Galleries/Module.php CHANGED
@@ -117,10 +117,6 @@ class GridGallery_Galleries_Module extends GridGallery_Core_Module
117
  $url = $this->getEnvironment()->getConfig()->get('plugin_url');
118
  return array(
119
  'jquery',
120
- array(
121
- 'handle' => 'webfont-js',
122
- 'source' => '//ajax.googleapis.com/ajax/libs/webfont/1/webfont.js'
123
- ),
124
  $this->getLocationUrl() . '/assets/js/lib/imagesLoaded.min.js',
125
  $this->getLocationUrl() . '/assets/js/lib/jquery.easing.js',
126
  $this->getLocationUrl() . '/assets/js/lib/jquery.prettyphoto.js',
@@ -136,6 +132,7 @@ class GridGallery_Galleries_Module extends GridGallery_Core_Module
136
  $this->getLocationUrl() . '/assets/js/jquery.photobox.js',
137
  $this->getLocationUrl() . '/assets/js/jquery.sliphover.js',
138
  array(
 
139
  'source' => $this->getLocationUrl() . '/assets/js/frontend.js',
140
  'dependencies' => array(
141
  'jquery',
@@ -256,8 +253,8 @@ class GridGallery_Galleries_Module extends GridGallery_Core_Module
256
  }
257
  wp_enqueue_script($handle);
258
  }
259
- wp_localize_script('webfont-js', 'sggStandartFontsList', $this->getModule('ui')->getStandardFontsList());
260
-
261
  //on shutdown check is footer is printed , if not print scripts for our gallery
262
  //add_action('shutdown', array($this,'shutdown'));
263
  }
@@ -688,10 +685,6 @@ class GridGallery_Galleries_Module extends GridGallery_Core_Module
688
  $this->getLocationUrl() . '/assets/js/frontend.js',
689
  $this->getLocationUrl() . '/assets/js/jquery.photobox.js',
690
  $this->getLocationUrl() . '/assets/js/jquery.sliphover.js',
691
- array(
692
- 'handle' => 'webfont-js',
693
- '//ajax.googleapis.com/ajax/libs/webfont/1/webfont.js'
694
- ),
695
  );
696
 
697
  wp_enqueue_script('jquery.colorbox.js');
117
  $url = $this->getEnvironment()->getConfig()->get('plugin_url');
118
  return array(
119
  'jquery',
 
 
 
 
120
  $this->getLocationUrl() . '/assets/js/lib/imagesLoaded.min.js',
121
  $this->getLocationUrl() . '/assets/js/lib/jquery.easing.js',
122
  $this->getLocationUrl() . '/assets/js/lib/jquery.prettyphoto.js',
132
  $this->getLocationUrl() . '/assets/js/jquery.photobox.js',
133
  $this->getLocationUrl() . '/assets/js/jquery.sliphover.js',
134
  array(
135
+ 'handle' => 'sgg-frontend-js',
136
  'source' => $this->getLocationUrl() . '/assets/js/frontend.js',
137
  'dependencies' => array(
138
  'jquery',
253
  }
254
  wp_enqueue_script($handle);
255
  }
256
+ wp_localize_script('sgg-frontend-js', 'sggStandartFontsList', $this->getModule('ui')->getStandardFontsList());
257
+
258
  //on shutdown check is footer is printed , if not print scripts for our gallery
259
  //add_action('shutdown', array($this,'shutdown'));
260
  }
685
  $this->getLocationUrl() . '/assets/js/frontend.js',
686
  $this->getLocationUrl() . '/assets/js/jquery.photobox.js',
687
  $this->getLocationUrl() . '/assets/js/jquery.sliphover.js',
 
 
 
 
688
  );
689
 
690
  wp_enqueue_script('jquery.colorbox.js');
src/GridGallery/Galleries/assets/css/grid-gallery.galleries.effects.css CHANGED
@@ -32,9 +32,9 @@ a.post .grid-gallery-caption {
32
  }*/
33
 
34
  .grid-gallery-caption img {
35
- -webkit-transition: 500ms;
36
  -o-transition: 500ms;
37
- transition: 500ms;
38
  /* width: 100%;
39
  height: 100%;*/
40
  width: 100%;
32
  }*/
33
 
34
  .grid-gallery-caption img {
35
+ /*-webkit-transition: 500ms;
36
  -o-transition: 500ms;
37
+ transition: 500ms;*/
38
  /* width: 100%;
39
  height: 100%;*/
40
  width: 100%;
src/GridGallery/Galleries/assets/img/cats_pro.gif DELETED
Binary file
src/GridGallery/Galleries/assets/img/leer.png ADDED
Binary file
src/GridGallery/Galleries/assets/img/pagination_pro.gif DELETED
Binary file
src/GridGallery/Galleries/assets/img/posts_pro.gif DELETED
Binary file
src/GridGallery/Galleries/assets/js/frontend.js CHANGED
@@ -19,6 +19,7 @@
19
  autoInit = autoInit || false;
20
  var $deferred = jQuery.Deferred(),
21
  self = this;
 
22
 
23
  this.$container = $(selector);
24
  this.$container.addClass('fitvidsignore');
@@ -1191,17 +1192,35 @@
1191
  } : null;
1192
  };
1193
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1194
  Gallery.prototype.loadFontFamily = (function () {
1195
  font = this.$container.data('caption-font-family');
1196
  if(window && window.sggStandartFontsList && $.inArray(font.replace(/\"/g, ''), window.sggStandartFontsList) != -1) {
1197
  return false;
1198
  }
1199
  if (font && font !== 'Default') {
1200
- WebFont.load({
1201
- google: {
1202
- families: [font + ':400,800']
1203
- }
1204
- });
1205
  }
1206
  });
1207
 
@@ -2341,10 +2360,14 @@
2341
  Gallery.prototype.lazyLoadTriggerHandler = (function() {
2342
  $(document).trigger('scroll');
2343
  });
2344
- Gallery.prototype.lazyLoadDistanceRefresh = (function() {
2345
- var self = this
2346
- , galleryType = this.$container.data('gridType')
2347
- ;
 
 
 
 
2348
  // need run function once at every load
2349
  if(self.ggLazyTimeOut) {
2350
  clearTimeout(self.ggLazyTimeOut);
@@ -2363,7 +2386,7 @@
2363
  self.wookmark.trigger('refreshWookmark');
2364
  }
2365
  }, 50);
2366
- }, 450); // animation transition time
2367
  break;
2368
  case 1:
2369
  if(typeof(self.setCaptionOnHoverImage) == 'function') {
@@ -2383,11 +2406,12 @@
2383
  setTimeout(function() {
2384
  self.lazyLoadTriggerHandler();
2385
  self.initWookmark();
2386
- }, 450); // animation transition time
2387
  break;
2388
  }
2389
  }, 200);
2390
  });
 
2391
  Gallery.prototype.initLazyLoad = (function() {
2392
  var self = this
2393
  , hoverImgSrc = this.$container.data('image-on-hover');
@@ -2395,22 +2419,32 @@
2395
  // lazy load not work for image on hover
2396
  return;
2397
  }*/
2398
- var showMoreCategory = this.$container.find('.showMoreCategory');
 
 
 
 
 
 
 
 
2399
 
2400
  self.ggLazyTimeOut = null;
2401
  this.$container.find('.ggLazyImg').ggLazyLoad({
2402
  'data_attribute': 'gg-real-image-href',
2403
- 'threshold': 200,
 
 
2404
  'skip_invisible': (showMoreCategory.length > 0),
2405
  'load': function(event) {
2406
  var image = $(this);
2407
- self.lazyLoadDistanceRefresh();
2408
  image.closest('div .crop').css('height', '');
2409
  image.closest('figure').css('height', 'auto');
2410
  if(self.$container.data('gridType') == 2 && self.$elements) {
2411
  setTimeout(function() {
2412
  self.resizeElementHeight(image, image.closest('figure'));
2413
- }, 460); // animation transition time + 10ms
2414
  }
2415
  },
2416
  });
19
  autoInit = autoInit || false;
20
  var $deferred = jQuery.Deferred(),
21
  self = this;
22
+ this.loadedFonts = [];
23
 
24
  this.$container = $(selector);
25
  this.$container.addClass('fitvidsignore');
1192
  } : null;
1193
  };
1194
 
1195
+ Gallery.prototype.importFontFamily = (function(familyName) {
1196
+ var styleId = 'sggFontFamilyStyle',
1197
+ $style = $('#' + styleId);
1198
+ if (!$style.length) {
1199
+ $style = $('<style/>', { id: styleId });
1200
+ $('head').append($style);
1201
+ }
1202
+ familyName = familyName.replace(/\s+/g, '+');
1203
+
1204
+ var obj = document.getElementById(styleId),
1205
+ sheet = obj.sheet || obj.styleSheet;
1206
+ if(this.loadedFonts.indexOf(familyName) === -1) {
1207
+ if(sheet.insertRule) {
1208
+ sheet.insertRule('@import url("//fonts.googleapis.com/css?family=' + familyName + '"); ', 0);
1209
+ } else if(sheet.addImport) {
1210
+ sheet.addImport('//fonts.googleapis.com/css?family=' + familyName);
1211
+ }
1212
+ this.loadedFonts.push(familyName);
1213
+ }
1214
+ });
1215
+
1216
+
1217
  Gallery.prototype.loadFontFamily = (function () {
1218
  font = this.$container.data('caption-font-family');
1219
  if(window && window.sggStandartFontsList && $.inArray(font.replace(/\"/g, ''), window.sggStandartFontsList) != -1) {
1220
  return false;
1221
  }
1222
  if (font && font !== 'Default') {
1223
+ this.importFontFamily(font);
 
 
 
 
1224
  }
1225
  });
1226
 
2360
  Gallery.prototype.lazyLoadTriggerHandler = (function() {
2361
  $(document).trigger('scroll');
2362
  });
2363
+ Gallery.prototype.lazyLoadDistanceRefresh = (function(waitTime) {
2364
+ var self = this,
2365
+ galleryType = this.$container.data('gridType');
2366
+
2367
+ if(typeof(waitTime) == 'undefined') {
2368
+ waitTime = 400;
2369
+ }
2370
+
2371
  // need run function once at every load
2372
  if(self.ggLazyTimeOut) {
2373
  clearTimeout(self.ggLazyTimeOut);
2386
  self.wookmark.trigger('refreshWookmark');
2387
  }
2388
  }, 50);
2389
+ }, waitTime + 10);//450); // animation transition time
2390
  break;
2391
  case 1:
2392
  if(typeof(self.setCaptionOnHoverImage) == 'function') {
2406
  setTimeout(function() {
2407
  self.lazyLoadTriggerHandler();
2408
  self.initWookmark();
2409
+ }, waitTime + 10);//450); // animation transition time
2410
  break;
2411
  }
2412
  }, 200);
2413
  });
2414
+
2415
  Gallery.prototype.initLazyLoad = (function() {
2416
  var self = this
2417
  , hoverImgSrc = this.$container.data('image-on-hover');
2419
  // lazy load not work for image on hover
2420
  return;
2421
  }*/
2422
+ var showMoreCategory = this.$container.find('.showMoreCategory'),
2423
+ effect = this.$container.data('lazyload-effect'),
2424
+ duration = this.$container.data('lazyload-effect-duration');
2425
+
2426
+ if(typeof(effect) == 'undefined') {
2427
+ effect = 'show';
2428
+ duration = 400;
2429
+ }
2430
+ var waitTime = effect == 'fadeIn' ? 200 : duration;
2431
 
2432
  self.ggLazyTimeOut = null;
2433
  this.$container.find('.ggLazyImg').ggLazyLoad({
2434
  'data_attribute': 'gg-real-image-href',
2435
+ 'threshold': 50,
2436
+ 'effect': effect,
2437
+ 'effectspeed': duration,
2438
  'skip_invisible': (showMoreCategory.length > 0),
2439
  'load': function(event) {
2440
  var image = $(this);
2441
+ self.lazyLoadDistanceRefresh(waitTime);
2442
  image.closest('div .crop').css('height', '');
2443
  image.closest('figure').css('height', 'auto');
2444
  if(self.$container.data('gridType') == 2 && self.$elements) {
2445
  setTimeout(function() {
2446
  self.resizeElementHeight(image, image.closest('figure'));
2447
+ }, waitTime + 20);//460); // animation transition time + 20ms
2448
  }
2449
  },
2450
  });
src/GridGallery/Galleries/assets/js/settings.js CHANGED
@@ -990,6 +990,22 @@ sggDataSelectorsCache.prototype.getFromArray = (function(key) {
990
  .trigger('change');
991
  });
992
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
993
  Controller.prototype.toggleIcons = (function() {
994
  var $table = $('#photo-icon').closest('table');
995
 
@@ -1701,6 +1717,13 @@ sggDataSelectorsCache.prototype.getFromArray = (function(key) {
1701
  });
1702
 
1703
  Controller.prototype.initOtherPluginsConf = (function() {
 
 
 
 
 
 
 
1704
  $('#enableForMembership').on('change', function() {
1705
  $('#hiddenInpMembershipEnableVal').val($(this).val());
1706
  });
@@ -2209,6 +2232,7 @@ sggDataSelectorsCache.prototype.getFromArray = (function(key) {
2209
  controller.toggleBorder();
2210
  controller.toggleCaptions();
2211
  controller.togglePopUp();
 
2212
  controller.toggleIcons();
2213
  controller.toggleHorizontallScroll();
2214
 
@@ -2374,6 +2398,7 @@ sggDataSelectorsCache.prototype.getFromArray = (function(key) {
2374
 
2375
  function ImagePreview(enabled) {
2376
  this.$window = $('#preview.gallery-preview');
 
2377
 
2378
  if (enabled) {
2379
  this.init();
@@ -2384,6 +2409,27 @@ sggDataSelectorsCache.prototype.getFromArray = (function(key) {
2384
  }, this));
2385
  }
2386
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2387
  ImagePreview.prototype.setProp = (function (selector, props) {
2388
  this.$window.find(selector).css(props);
2389
  });
@@ -2639,6 +2685,7 @@ sggDataSelectorsCache.prototype.getFromArray = (function(key) {
2639
  };
2640
 
2641
  ImagePreview.prototype.previewCaptionShow = function(fields) {
 
2642
  $('#preview figcaption').show();
2643
  this.setDataset('figure', 'data-grid-gallery-type', $('#overlayEffect').val());
2644
 
@@ -2719,11 +2766,7 @@ sggDataSelectorsCache.prototype.getFromArray = (function(key) {
2719
  var fontFamily = $(getSelector(fields.fontFamily)).val();
2720
  if(!fontFamily || fontFamily == 'Default') return;
2721
  if(!window || !window.sggStandartFontsList || $.inArray(fontFamily.replace(/\"/g, ''), window.sggStandartFontsList) == -1) {
2722
- WebFont.load({
2723
- google: {
2724
- families: [fontFamily]
2725
- }
2726
- });
2727
  }
2728
  this.setProp('figcaption', { fontFamily: '"' + fontFamily + '"' + ', serif' });
2729
  }, this)).trigger('change');
990
  .trigger('change');
991
  });
992
 
993
+ Controller.prototype.toggleLazyload = (function() {
994
+ $lazyloadTable = $('#sgg-t-lazyload-enable').closest('table');
995
+
996
+ $('#lazyLoadEnabled').on('change', function () {
997
+ $lazyloadTable.find('tbody').show();
998
+ });
999
+
1000
+ $('#lazyLoadDisabled').on('change', function () {
1001
+ $lazyloadTable.find('tbody').hide();
1002
+ });
1003
+
1004
+ $lazyloadTable.find('thead input[type="radio"]:checked')
1005
+ .trigger('click')
1006
+ .trigger('change');
1007
+ });
1008
+
1009
  Controller.prototype.toggleIcons = (function() {
1010
  var $table = $('#photo-icon').closest('table');
1011
 
1717
  });
1718
 
1719
  Controller.prototype.initOtherPluginsConf = (function() {
1720
+ $('#enableForMembershipFake').on('change', function() {
1721
+ if($(this).val() == 1) {
1722
+ $('.gg-membership-plug-info').show();
1723
+ } else {
1724
+ $('.gg-membership-plug-info').hide();
1725
+ }
1726
+ });
1727
  $('#enableForMembership').on('change', function() {
1728
  $('#hiddenInpMembershipEnableVal').val($(this).val());
1729
  });
2232
  controller.toggleBorder();
2233
  controller.toggleCaptions();
2234
  controller.togglePopUp();
2235
+ controller.toggleLazyload();
2236
  controller.toggleIcons();
2237
  controller.toggleHorizontallScroll();
2238
 
2398
 
2399
  function ImagePreview(enabled) {
2400
  this.$window = $('#preview.gallery-preview');
2401
+ this.loadedFonts = [];
2402
 
2403
  if (enabled) {
2404
  this.init();
2409
  }, this));
2410
  }
2411
 
2412
+ ImagePreview.prototype.importFontFamily = (function(familyName) {
2413
+ var styleId = 'sggFontFamilyStyle',
2414
+ $style = $('#' + styleId);
2415
+ if (!$style.length) {
2416
+ $style = $('<style/>', { id: styleId });
2417
+ $('head').append($style);
2418
+ }
2419
+ familyName = familyName.replace(/\s+/g, '+');
2420
+
2421
+ var obj = document.getElementById(styleId),
2422
+ sheet = obj.sheet || obj.styleSheet;
2423
+ if(this.loadedFonts.indexOf(familyName) === -1) {
2424
+ if(sheet.insertRule) {
2425
+ sheet.insertRule('@import url("//fonts.googleapis.com/css?family=' + familyName + '"); ', 0);
2426
+ } else if(sheet.addImport) {
2427
+ sheet.addImport('//fonts.googleapis.com/css?family=' + familyName);
2428
+ }
2429
+ this.loadedFonts.push(familyName);
2430
+ }
2431
+ });
2432
+
2433
  ImagePreview.prototype.setProp = (function (selector, props) {
2434
  this.$window.find(selector).css(props);
2435
  });
2685
  };
2686
 
2687
  ImagePreview.prototype.previewCaptionShow = function(fields) {
2688
+ var imgPreview = this;
2689
  $('#preview figcaption').show();
2690
  this.setDataset('figure', 'data-grid-gallery-type', $('#overlayEffect').val());
2691
 
2766
  var fontFamily = $(getSelector(fields.fontFamily)).val();
2767
  if(!fontFamily || fontFamily == 'Default') return;
2768
  if(!window || !window.sggStandartFontsList || $.inArray(fontFamily.replace(/\"/g, ''), window.sggStandartFontsList) == -1) {
2769
+ imgPreview.importFontFamily(fontFamily);
 
 
 
 
2770
  }
2771
  this.setProp('figcaption', { fontFamily: '"' + fontFamily + '"' + ', serif' });
2772
  }, this)).trigger('change');
src/GridGallery/Galleries/configs/tooltips.php CHANGED
@@ -77,7 +77,7 @@ return array(
77
  'caption-settings-type-pro' => __('Caption builder enables a wide range of options and detailed caption settings. Note: you will not be able to display descriptions of your images if Caption builder will be disabled. ', 'sgg') . ' <a target=\'_blank\' href=\'https://supsystic.com/blog/caption-builder-of-photo-gallery/\'>https://supsystic.com/blog/caption-builder-of-photo-gallery/</a>',
78
  'overlay-effect-image-on-hover-enable' => __('If this effect is enabled, the other image will be shown on the place of the current one, when a mouse cursor is over it. The other image could be selected in the option below (\'Select Image on hover\') and will be shown for all images in this gallery. In case you want to show different pictures, upload them for each image separately on Images List section (\'Hover Caption Image\' tab). Please note, that \'Personal Captions\' option should be enabled', 'sgg') . ' <a target=\'_blank\' href=\'https://supsystic.com/example/two-side-images-gallery/\'>https://supsystic.com/example/two-side-images-gallery/</a>',
79
  'showExifDataPro' => __('This option helps you display image metadata from Exchangeable Image File Format to give your gallery more professional details.', 'sgg') . ' <a target=\'_blank\' href=\'https://supsystic.com/example/exif-meta-data/\'>https://supsystic.com/example/exif-meta-data/</a>',
80
- 'chooseIconPro' => __('Choose an icon to indicate that the gallery is loading. </br><img style=\'max-width:200px\' src=@url/loader.gif />', 'sgg'),
81
  'categoriesPro' => __('This option allows you to arrange your gallery images by categories. It may be useful for galleries with a great number of images.', 'sgg') . ' <a target=\'_blank\' href=\'https://supsystic.com/example/categories-gallery-example/\'>https://supsystic.com/example/categories-gallery-example/</a>',
82
  'paginationPro' => __('This option allows you to split your gallery images to several pages for comfortable navigation. It may be useful for galleries with a great number of images.', 'sgg') . '</br><a target=\'_blank\' href=\'https://supsystic.com/documentation/pagination/\'>https://supsystic.com/documentation/pagination/</a></br></br>' . __('Use a Custom Buttons to establish a personal design for Load More Button, Pagination and Categories Buttons.', 'sgg') . ' <a target=\'_blank\' href=\'https://supsystic.com/documentation/custom-buttons/\'>https://supsystic.com/documentation/custom-buttons/</a>',
83
  'postsLayoutPro' => __('This feature enables post layout for your gallery.', 'sgg') . '</br><a target=\'_blank\' href=\'https://supsystic.com/documentation/posts/\'>https://supsystic.com/documentation/posts/</a>',
77
  'caption-settings-type-pro' => __('Caption builder enables a wide range of options and detailed caption settings. Note: you will not be able to display descriptions of your images if Caption builder will be disabled. ', 'sgg') . ' <a target=\'_blank\' href=\'https://supsystic.com/blog/caption-builder-of-photo-gallery/\'>https://supsystic.com/blog/caption-builder-of-photo-gallery/</a>',
78
  'overlay-effect-image-on-hover-enable' => __('If this effect is enabled, the other image will be shown on the place of the current one, when a mouse cursor is over it. The other image could be selected in the option below (\'Select Image on hover\') and will be shown for all images in this gallery. In case you want to show different pictures, upload them for each image separately on Images List section (\'Hover Caption Image\' tab). Please note, that \'Personal Captions\' option should be enabled', 'sgg') . ' <a target=\'_blank\' href=\'https://supsystic.com/example/two-side-images-gallery/\'>https://supsystic.com/example/two-side-images-gallery/</a>',
79
  'showExifDataPro' => __('This option helps you display image metadata from Exchangeable Image File Format to give your gallery more professional details.', 'sgg') . ' <a target=\'_blank\' href=\'https://supsystic.com/example/exif-meta-data/\'>https://supsystic.com/example/exif-meta-data/</a>',
80
+ 'chooseIconPro' => __('Choose an icon to indicate that the gallery is loading.', 'sgg') . '</br><img style=\'max-width:200px\' src=@cdn_url_assets/gallery/img/settings/loader.gif />',
81
  'categoriesPro' => __('This option allows you to arrange your gallery images by categories. It may be useful for galleries with a great number of images.', 'sgg') . ' <a target=\'_blank\' href=\'https://supsystic.com/example/categories-gallery-example/\'>https://supsystic.com/example/categories-gallery-example/</a>',
82
  'paginationPro' => __('This option allows you to split your gallery images to several pages for comfortable navigation. It may be useful for galleries with a great number of images.', 'sgg') . '</br><a target=\'_blank\' href=\'https://supsystic.com/documentation/pagination/\'>https://supsystic.com/documentation/pagination/</a></br></br>' . __('Use a Custom Buttons to establish a personal design for Load More Button, Pagination and Categories Buttons.', 'sgg') . ' <a target=\'_blank\' href=\'https://supsystic.com/documentation/custom-buttons/\'>https://supsystic.com/documentation/custom-buttons/</a>',
83
  'postsLayoutPro' => __('This feature enables post layout for your gallery.', 'sgg') . '</br><a target=\'_blank\' href=\'https://supsystic.com/documentation/posts/\'>https://supsystic.com/documentation/posts/</a>',
src/GridGallery/Galleries/views/add_images.twig CHANGED
@@ -3,8 +3,8 @@
3
  {% block header %}
4
 
5
  <nav id="supsystic-breadcrumbs" class="supsystic-breadcrumbs">
6
- <a href="{{ environment.generateUrl('galleries') }}">{{ translate('Gallery by Supsystic') }}</a>
7
- <i class="fa fa-angle-right"></i>
8
  <a href="{{ environment.generateUrl('galleries') }}">{{ translate('Galleries') }}</a>
9
  <i class="fa fa-angle-right"></i>
10
  <a href="{{ environment.generateUrl('galleries', 'view', { 'gallery_id': gallery.id }) }}">{{ gallery.title }}</a>
3
  {% block header %}
4
 
5
  <nav id="supsystic-breadcrumbs" class="supsystic-breadcrumbs">
6
+ {#<a href="{{ environment.generateUrl('galleries') }}">{{ translate('Gallery by Supsystic') }}</a>#}
7
+ {#<i class="fa fa-angle-right"></i>#}
8
  <a href="{{ environment.generateUrl('galleries') }}">{{ translate('Galleries') }}</a>
9
  <i class="fa fa-angle-right"></i>
10
  <a href="{{ environment.generateUrl('galleries', 'view', { 'gallery_id': gallery.id }) }}">{{ gallery.title }}</a>
src/GridGallery/Galleries/views/gallery_preset.twig CHANGED
@@ -26,8 +26,8 @@
26
 
27
  {% block header %}
28
  <nav id="supsystic-breadcrumbs" class="supsystic-breadcrumbs">
29
- <a href="{{ environment.generateUrl('galleries') }}">{{ translate('Gallery by Supsystic') }}</a>
30
- <i class="fa fa-angle-right"></i>
31
  <a href="{{ environment.generateUrl('galleries', 'showPresets') }}">{{ translate('Create new gallery') }}</a>
32
  </nav>
33
  {% endblock %}
26
 
27
  {% block header %}
28
  <nav id="supsystic-breadcrumbs" class="supsystic-breadcrumbs">
29
+ {#<a href="{{ environment.generateUrl('galleries') }}">{{ translate('Gallery by Supsystic') }}</a>#}
30
+ {#<i class="fa fa-angle-right"></i>#}
31
  <a href="{{ environment.generateUrl('galleries', 'showPresets') }}">{{ translate('Create new gallery') }}</a>
32
  </nav>
33
  {% endblock %}
src/GridGallery/Galleries/views/index.twig CHANGED
@@ -3,8 +3,8 @@
3
  {% block header %}
4
 
5
  <nav id="supsystic-breadcrumbs" class="supsystic-breadcrumbs">
6
- <a href="{{ environment.generateUrl('galleries') }}">{{ translate('Gallery by Supsystic') }}</a>
7
- <i class="fa fa-angle-right"></i>
8
  <a href="{{ environment.generateUrl('galleries') }}">{{ translate('Galleries') }}</a>
9
  </nav>
10
 
3
  {% block header %}
4
 
5
  <nav id="supsystic-breadcrumbs" class="supsystic-breadcrumbs">
6
+ {#<a href="{{ environment.generateUrl('galleries') }}">{{ translate('Gallery by Supsystic') }}</a>#}
7
+ {#<i class="fa fa-angle-right"></i>#}
8
  <a href="{{ environment.generateUrl('galleries') }}">{{ translate('Galleries') }}</a>
9
  </nav>
10
 
src/GridGallery/Galleries/views/r314/shortcode/gallery.twig CHANGED
@@ -21,7 +21,7 @@
21
  {% endif %}
22
  data-width="{{ settings.area.photo_width }}{% if settings.area.photo_width_unit == 1 %}%{% endif %}"
23
  data-height="{{ settings.area.photo_height }}{% if settings.area.photo_height_unit == 1 %}%{% endif %}"
24
- data-quicksand = "{% if settings.quicksand.enabled == '1' %}enabled{% else %}disabled{% endif %}"
25
  data-quicksand-duration = "{% if settings.quicksand.duration is not empty %}{{ settings.quicksand.duration }}{% else %}none{% endif %}"
26
  {% if settings.box.type == '0' and mobile != 'true' %}
27
  data-popup-type ="colorbox"
21
  {% endif %}
22
  data-width="{{ settings.area.photo_width }}{% if settings.area.photo_width_unit == 1 %}%{% endif %}"
23
  data-height="{{ settings.area.photo_height }}{% if settings.area.photo_height_unit == 1 %}%{% endif %}"
24
+ data-quicksand = "{% if settings.categories is defined and settings.categories.enabled == 'true' and settings.quicksand.enabled == '1' %}enabled{% else %}disabled{% endif %}"
25
  data-quicksand-duration = "{% if settings.quicksand.duration is not empty %}{{ settings.quicksand.duration }}{% else %}none{% endif %}"
26
  {% if settings.box.type == '0' and mobile != 'true' %}
27
  data-popup-type ="colorbox"
src/GridGallery/Galleries/views/settings.twig CHANGED
@@ -35,8 +35,8 @@
35
  </li>
36
  </ul>
37
  #}
38
- <a href="{{ environment.generateUrl('galleries') }}">{{ translate('Gallery by Supsystic') }}</a>
39
- <i class="fa fa-angle-right"></i>
40
  <a href="{{ environment.generateUrl('galleries') }}">{{ translate('Galleries') }}</a>
41
  <i class="fa fa-angle-right"></i>
42
  <a href="{{ environment.generateUrl('galleries', 'view', { 'gallery_id': gallery.id }) }}">{{ gallery.title|raw }}</a>
@@ -259,7 +259,15 @@
259
  </option>
260
  </select>
261
  {% else %}
262
- <div class="gg-membership-plug-info">
 
 
 
 
 
 
 
 
263
  {{ translate('You need to install Membership by Supsystic to use this feature. ') }}
264
  <a target="_blank" href="{{ pageOptions.membershipInstallUrl }}">Install</a>
265
  {{ translate(' plugin from your admin area, or visit it\'s official page on Wordpress.org ') }}
@@ -1247,35 +1255,53 @@
1247
  {% endblock %}
1248
 
1249
  {% block lazyload %}
1250
- <table class="form-table" id="gg-anl-lazyload">
1251
  <thead>
1252
  {# Enable/Disable LazyLoad #}
1253
  {{ form.row(translate('Lazy Load'),
1254
- form.radio(
1255
- 'lazyload[enabled]',
1256
- '1',
1257
- {'id':'lazyLoadEnabled'}| merge(settings.lazyload.enabled == '1' ? {'checked':'checked'} : {})
1258
- ) ~
1259
- f.label(
1260
- translate('Enable'),
1261
- 'lazyLoadEnabled'
1262
- ) ~
1263
- form.radio(
1264
- 'lazyload[enabled]',
1265
- '0',
1266
- {'id':'lazyLoadDisabled'}|merge(settings.lazyload.enabled == '1' ? {} : {'checked':'checked'})
1267
- ) ~
1268
- f.label(
1269
- translate('Disable'),
1270
- 'lazyLoadDisabled'
1271
- ),
1272
- 'sgg-t-lazyload-enable',
1273
- true,
1274
- 'sggLazyLoadEnableRow'
1275
- )}}
1276
  </thead>
1277
  <tbody>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1278
  <input type="hidden" value="{{ pluginUrl ~ '/assets/img/loading.gif' }}" name="lazyload[defaultImgUrl]"/>
 
1279
  </tbody>
1280
  </table>
1281
  {% endblock %}
@@ -1399,7 +1425,7 @@
1399
 
1400
  <div>
1401
  <a href="{{ getProUrl('?utm_source=plugin&utm_medium=postfeed&utm_campaign=gallery') }}" target="_blank">
1402
- <img src="{{ environment.module('galleries').getLocationUrl() }}/assets/img/posts_pro.gif" />
1403
  </a>
1404
  </div>
1405
  </div>
@@ -1916,7 +1942,7 @@
1916
 
1917
  <div>
1918
  <a href="{{ getProUrl('?utm_source=plugin&utm_medium=categories&utm_campaign=gallery') }}" target="_blank">
1919
- <img style="max-width:600px;" src="{{ environment.module('galleries').getLocationUrl() }}/assets/img/cats_pro.gif" />
1920
  </a>
1921
  </div>
1922
  {% block pagination %}
@@ -1930,7 +1956,7 @@
1930
  <div name="pagination">
1931
  <div>
1932
  <a href="{{ getProUrl('?utm_source=plugin&utm_medium=pages&utm_campaign=gallery') }}" target="_blank">
1933
- <img src="{{ environment.module('galleries').getLocationUrl() }}/assets/img/pagination_pro.gif" />
1934
  </a>
1935
  </div>
1936
  </div>
35
  </li>
36
  </ul>
37
  #}
38
+ {#<a href="{{ environment.generateUrl('galleries') }}">{{ translate('Gallery by Supsystic') }}</a>#}
39
+ {#<i class="fa fa-angle-right"></i>#}
40
  <a href="{{ environment.generateUrl('galleries') }}">{{ translate('Galleries') }}</a>
41
  <i class="fa fa-angle-right"></i>
42
  <a href="{{ environment.generateUrl('galleries', 'view', { 'gallery_id': gallery.id }) }}">{{ gallery.title|raw }}</a>
259
  </option>
260
  </select>
261
  {% else %}
262
+ <select id="enableForMembershipFake" style="width: auto;" name="membership_feick" >
263
+ <option value="0" selected="selected">
264
+ {{ translate('No') }}
265
+ </option>
266
+ <option value="1">
267
+ {{ translate('Yes') }}
268
+ </option>
269
+ </select>
270
+ <div class="gg-membership-plug-info" style="display: none;">
271
  {{ translate('You need to install Membership by Supsystic to use this feature. ') }}
272
  <a target="_blank" href="{{ pageOptions.membershipInstallUrl }}">Install</a>
273
  {{ translate(' plugin from your admin area, or visit it\'s official page on Wordpress.org ') }}
1255
  {% endblock %}
1256
 
1257
  {% block lazyload %}
1258
+ <table class="form-table" name="lazyload" id="gg-anl-lazyload">
1259
  <thead>
1260
  {# Enable/Disable LazyLoad #}
1261
  {{ form.row(translate('Lazy Load'),
1262
+ form.radio('lazyload[enabled]', '1', {'id':'lazyLoadEnabled'}| merge(settings.lazyload.enabled == '1' ? {'checked':'checked'} : {})) ~
1263
+ f.label(translate('Enable'), 'lazyLoadEnabled') ~
1264
+ form.radio('lazyload[enabled]', '0', {'id':'lazyLoadDisabled'}|merge(settings.lazyload.enabled == '1' ? {} : {'checked':'checked'})) ~
1265
+ f.label(translate('Disable'), 'lazyLoadDisabled'), 'sgg-t-lazyload-enable', true, 'sggLazyLoadEnableRow')}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1266
  </thead>
1267
  <tbody>
1268
+ {{ form.row(
1269
+ translate('Hide loader'),
1270
+ form.checkbox(
1271
+ 'lazyload[hideLoader]',
1272
+ 'true',
1273
+ settings.lazyload.hideLoader == 'true' ? {'checked':'checked'} : {}
1274
+ ),
1275
+ 'lazyload-hideLoader'
1276
+ ) }}
1277
+ {{ form.row(
1278
+ translate('Animation effect'),
1279
+ form.select(
1280
+ 'lazyload[animationEffect]',
1281
+ {
1282
+ 'show':translate('show'),
1283
+ 'fadeIn':translate('fade'),
1284
+ 'slideDown':translate('slide')
1285
+ },
1286
+ settings.lazyload.animationEffect|default('0')
1287
+ ))
1288
+ }}
1289
+ {{ form.row(
1290
+ translate('Effect duration'),
1291
+ form.select(
1292
+ 'lazyload[effectDuration]',
1293
+ {
1294
+ '400':translate('default'),
1295
+ '0':translate('none'),
1296
+ '200':translate('fast'),
1297
+ '600':translate('slow'),
1298
+ '2000':translate('very slow'),
1299
+ },
1300
+ settings.lazyload.effectDuration|default('400')
1301
+ ))
1302
+ }}
1303
  <input type="hidden" value="{{ pluginUrl ~ '/assets/img/loading.gif' }}" name="lazyload[defaultImgUrl]"/>
1304
+ <input type="hidden" value="{{ pluginUrl ~ '/assets/img/leer.png' }}" name="lazyload[leerImgUrl]"/>
1305
  </tbody>
1306
  </table>
1307
  {% endblock %}
1425
 
1426
  <div>
1427
  <a href="{{ getProUrl('?utm_source=plugin&utm_medium=postfeed&utm_campaign=gallery') }}" target="_blank">
1428
+ <img style="max-width:796px;" src="{{ environment.getModule('core').getCdnUrl() }}_assets/gallery/img/settings/posts_layout.gif" title="Available in PRO version" />
1429
  </a>
1430
  </div>
1431
  </div>
1942
 
1943
  <div>
1944
  <a href="{{ getProUrl('?utm_source=plugin&utm_medium=categories&utm_campaign=gallery') }}" target="_blank">
1945
+ <img style="max-width:600px;" src="{{ environment.getModule('core').getCdnUrl() }}_assets/gallery/img/settings/categories.gif" title="Available in PRO version" />
1946
  </a>
1947
  </div>
1948
  {% block pagination %}
1956
  <div name="pagination">
1957
  <div>
1958
  <a href="{{ getProUrl('?utm_source=plugin&utm_medium=pages&utm_campaign=gallery') }}" target="_blank">
1959
+ <img style="max-width:600px;" src="{{ environment.getModule('core').getCdnUrl() }}_assets/gallery/img/settings/pagination.gif" title="Available in PRO version" />
1960
  </a>
1961
  </div>
1962
  </div>
src/GridGallery/Galleries/views/shortcode/gallery.twig CHANGED
@@ -29,7 +29,7 @@
29
  {% endif %}
30
  data-height="{{ settings.area.photo_height }}{% if settings.area.photo_height_unit == 1 %}%{% endif %}"
31
  data-padding="{{ settings.area.padding }}"
32
- data-quicksand="{% if settings.quicksand.enabled == '1' %}enabled{% else %}disabled{% endif %}"
33
  data-quicksand-duration="{% if settings.quicksand.duration is not empty %}{{ settings.quicksand.duration }}{% else %}none{% endif %}"
34
  {% if settings.browserUrlTooltipHide is defined and settings.browserUrlTooltipHide == 1 %}
35
  data-popup-type="disable"
@@ -94,7 +94,11 @@
94
  data-caption-mobile="{{ settings.thumbnail.isMobile|default('false') }}" {# Always show in mobile #}
95
  data-hide-long-tltp-title="{{ settings.hideLongTooltipTitles == 'on' ? '1' : '0' }}"
96
  data-caption-disabled-on-mobile="{{ settings.thumbnail.isDisableMobileCaption|default('false') }}"
97
- {% if settings.lazyload.enabled == '1' %} data-lazyload-enable='1' {% endif %}
 
 
 
 
98
  {% if settings.thumbnail.overlay.effect == 'polaroid' %}
99
  data-polaroid-animation="{{ settings.thumbnail.overlay.polaroidAnimation | default('true') }}"
100
  data-polaroid-scattering="{{ settings.thumbnail.overlay.polaroidScattering | default('true') }}"
29
  {% endif %}
30
  data-height="{{ settings.area.photo_height }}{% if settings.area.photo_height_unit == 1 %}%{% endif %}"
31
  data-padding="{{ settings.area.padding }}"
32
+ data-quicksand="{% if settings.categories is defined and settings.categories.enabled == 'true' and settings.quicksand.enabled == '1' %}enabled{% else %}disabled{% endif %}"
33
  data-quicksand-duration="{% if settings.quicksand.duration is not empty %}{{ settings.quicksand.duration }}{% else %}none{% endif %}"
34
  {% if settings.browserUrlTooltipHide is defined and settings.browserUrlTooltipHide == 1 %}
35
  data-popup-type="disable"
94
  data-caption-mobile="{{ settings.thumbnail.isMobile|default('false') }}" {# Always show in mobile #}
95
  data-hide-long-tltp-title="{{ settings.hideLongTooltipTitles == 'on' ? '1' : '0' }}"
96
  data-caption-disabled-on-mobile="{{ settings.thumbnail.isDisableMobileCaption|default('false') }}"
97
+ {% if settings.lazyload.enabled == '1' %}
98
+ data-lazyload-enable='1'
99
+ data-lazyload-effect="{{ settings.lazyload.animationEffect | default('show') }}"
100
+ data-lazyload-effect-duration="{{ settings.lazyload.effectDuration | default('400') }}"
101
+ {% endif %}
102
  {% if settings.thumbnail.overlay.effect == 'polaroid' %}
103
  data-polaroid-animation="{{ settings.thumbnail.overlay.polaroidAnimation | default('true') }}"
104
  data-polaroid-scattering="{{ settings.thumbnail.overlay.polaroidScattering | default('true') }}"
src/GridGallery/Galleries/views/shortcode/helpers.twig CHANGED
@@ -242,8 +242,10 @@
242
  {% if settings.lazyload.enabled == '1' %}
243
  data-gg-real-image-href="{{ imgSrcStr }}"
244
  {# {% if settings.thumbnail.overlay.imageOnHoverEnable != '1' %} #}
245
- {% if settings.lazyload.defaultImgUrl | length %}
246
  {% set imgSrcStr = settings.lazyload.defaultImgUrl %}
 
 
247
  {% endif %}
248
  {% set imgClassStr = imgClassStr ~ ' ggLazyImg' %}
249
  {# {% endif %} #}
242
  {% if settings.lazyload.enabled == '1' %}
243
  data-gg-real-image-href="{{ imgSrcStr }}"
244
  {# {% if settings.thumbnail.overlay.imageOnHoverEnable != '1' %} #}
245
+ {% if settings.lazyload.hideLoader != 'true' and settings.lazyload.defaultImgUrl | length %}
246
  {% set imgSrcStr = settings.lazyload.defaultImgUrl %}
247
+ {% else %}
248
+ {% set imgSrcStr = settings.lazyload.leerImgUrl %}
249
  {% endif %}
250
  {% set imgClassStr = imgClassStr ~ ' ggLazyImg' %}
251
  {# {% endif %} #}
src/GridGallery/Galleries/views/sort.twig CHANGED
@@ -2,8 +2,8 @@
2
 
3
  {% block header %}
4
  <nav id="supsystic-breadcrumbs" class="supsystic-breadcrumbs" style="float: left; padding: 20px 0 0 20px;">
5
- <a href="{{ environment.generateUrl('galleries') }}">{{ translate('Gallery by Supsystic') }}</a>
6
- <i class="fa fa-angle-right"></i>
7
  <a href="{{ environment.generateUrl('galleries') }}">{{ translate('Galleries') }}</a>
8
  <i class="fa fa-angle-right"></i>
9
  <a href="{{ environment.generateUrl('galleries', 'settings', { 'gallery_id': gallery.id }) }}">{{ gallery.title }}</a>
2
 
3
  {% block header %}
4
  <nav id="supsystic-breadcrumbs" class="supsystic-breadcrumbs" style="float: left; padding: 20px 0 0 20px;">
5
+ {#<a href="{{ environment.generateUrl('galleries') }}">{{ translate('Gallery by Supsystic') }}</a>#}
6
+ {#<i class="fa fa-angle-right"></i>#}
7
  <a href="{{ environment.generateUrl('galleries') }}">{{ translate('Galleries') }}</a>
8
  <i class="fa fa-angle-right"></i>
9
  <a href="{{ environment.generateUrl('galleries', 'settings', { 'gallery_id': gallery.id }) }}">{{ gallery.title }}</a>
src/GridGallery/Galleries/views/view.twig CHANGED
@@ -2,8 +2,8 @@
2
 
3
  {% block header %}
4
  <nav id="supsystic-breadcrumbs" class="supsystic-breadcrumbs" style="float: left; padding: 20px 0 0 20px;">
5
- <a href="{{ environment.generateUrl('galleries') }}">{{ translate('Gallery by Supsystic') }}</a>
6
- <i class="fa fa-angle-right"></i>
7
  <a href="{{ environment.generateUrl('galleries') }}">{{ translate('Galleries') }}</a>
8
  <i class="fa fa-angle-right"></i>
9
  <a href="{{ environment.generateUrl('galleries', 'settings', { 'gallery_id': gallery.id }) }}">{{ gallery.title }}</a>
@@ -25,7 +25,7 @@
25
  <a href="{{ environment.generateUrl('galleries', 'sort', { 'gallery_id': gallery.id }) }}"
26
  class="button">
27
  <i class="fa fa-fw fa-sort"></i>
28
- {{ translate('Sort Images Mode') }}
29
  </a>
30
  </li>
31
  </ul>
2
 
3
  {% block header %}
4
  <nav id="supsystic-breadcrumbs" class="supsystic-breadcrumbs" style="float: left; padding: 20px 0 0 20px;">
5
+ {#<a href="{{ environment.generateUrl('galleries') }}">{{ translate('Gallery by Supsystic') }}</a>#}
6
+ {#<i class="fa fa-angle-right"></i>#}
7
  <a href="{{ environment.generateUrl('galleries') }}">{{ translate('Galleries') }}</a>
8
  <i class="fa fa-angle-right"></i>
9
  <a href="{{ environment.generateUrl('galleries', 'settings', { 'gallery_id': gallery.id }) }}">{{ gallery.title }}</a>
25
  <a href="{{ environment.generateUrl('galleries', 'sort', { 'gallery_id': gallery.id }) }}"
26
  class="button">
27
  <i class="fa fa-fw fa-sort"></i>
28
+ {{ translate('Grid View') }}
29
  </a>
30
  </li>
31
  </ul>
src/GridGallery/Insta/views/authorization.twig CHANGED
@@ -2,8 +2,8 @@
2
 
3
  {% block header %}
4
  <nav id="supsystic-breadcrumbs" class="supsystic-breadcrumbs">
5
- <a href="{{ environment.generateUrl('galleries') }}">{{ translate('Gallery by Supsystic') }}</a>
6
- <i class="fa fa-angle-right"></i>
7
  <a href="{{ environment.generateUrl('galleries') }}">{{ translate('Galleries') }}</a>
8
  <i class="fa fa-angle-right"></i>
9
  <a href="{{ environment.generateUrl('galleries', 'view', { 'gallery_id': id }) }}">{{ galleryName|capitalize }}</a>
2
 
3
  {% block header %}
4
  <nav id="supsystic-breadcrumbs" class="supsystic-breadcrumbs">
5
+ {#<a href="{{ environment.generateUrl('galleries') }}">{{ translate('Gallery by Supsystic') }}</a>#}
6
+ {#<i class="fa fa-angle-right"></i>#}
7
  <a href="{{ environment.generateUrl('galleries') }}">{{ translate('Galleries') }}</a>
8
  <i class="fa fa-angle-right"></i>
9
  <a href="{{ environment.generateUrl('galleries', 'view', { 'gallery_id': id }) }}">{{ galleryName|capitalize }}</a>
src/GridGallery/Insta/views/index.twig CHANGED
@@ -3,8 +3,8 @@
3
  {% block header %}
4
 
5
  <nav id="supsystic-breadcrumbs" class="supsystic-breadcrumbs">
6
- <a href="{{ environment.generateUrl('galleries') }}">{{ translate('Gallery by Supsystic') }}</a>
7
- <i class="fa fa-angle-right"></i>
8
  <a href="{{ environment.generateUrl('galleries') }}">{{ translate('Galleries') }}</a>
9
  <i class="fa fa-angle-right"></i>
10
  <a href="{{ environment.generateUrl('galleries', 'view', { 'gallery_id': id }) }}">{{ galleryName|capitalize }}</a>
3
  {% block header %}
4
 
5
  <nav id="supsystic-breadcrumbs" class="supsystic-breadcrumbs">
6
+ {#<a href="{{ environment.generateUrl('galleries') }}">{{ translate('Gallery by Supsystic') }}</a>#}
7
+ {#<i class="fa fa-angle-right"></i>#}
8
  <a href="{{ environment.generateUrl('galleries') }}">{{ translate('Galleries') }}</a>
9
  <i class="fa fa-angle-right"></i>
10
  <a href="{{ environment.generateUrl('galleries', 'view', { 'gallery_id': id }) }}">{{ galleryName|capitalize }}</a>
src/GridGallery/Optimization/views/error.twig CHANGED
@@ -2,7 +2,7 @@
2
 
3
  {% block header %}
4
  <nav id="supsystic-breadcrumbs" class="supsystic-breadcrumbs">
5
- <a href="{{ environment.generateUrl('galleries') }}">{{ translate('Gallery by Supsystic') }}</a>
6
  <i class="fa fa-angle-right"></i>
7
  <a href="{{ environment.generateUrl('optimization') }}">{{ translate('Image Optimization') }}</a>
8
  </nav>
2
 
3
  {% block header %}
4
  <nav id="supsystic-breadcrumbs" class="supsystic-breadcrumbs">
5
+ <a href="{{ environment.generateUrl('galleries') }}">{{ translate('Galleries') }}</a>
6
  <i class="fa fa-angle-right"></i>
7
  <a href="{{ environment.generateUrl('optimization') }}">{{ translate('Image Optimization') }}</a>
8
  </nav>
src/GridGallery/Optimization/views/index.twig CHANGED
@@ -4,7 +4,7 @@
4
  {% import '@core/helpers.twig' as hlp %}
5
 
6
  <nav id="supsystic-breadcrumbs" class="supsystic-breadcrumbs">
7
- <a href="{{ environment.generateUrl('galleries') }}">{{ translate('Gallery by Supsystic') }}</a>
8
  <i class="fa fa-angle-right"></i>
9
  <a href="{{ environment.generateUrl('optimization') }}">{{ translate('Image Optimization') }}</a>
10
  </nav>
4
  {% import '@core/helpers.twig' as hlp %}
5
 
6
  <nav id="supsystic-breadcrumbs" class="supsystic-breadcrumbs">
7
+ <a href="{{ environment.generateUrl('galleries') }}">{{ translate('Galleries') }}</a>
8
  <i class="fa fa-angle-right"></i>
9
  <a href="{{ environment.generateUrl('optimization') }}">{{ translate('Image Optimization') }}</a>
10
  </nav>
src/GridGallery/Overview/views/index.twig CHANGED
@@ -3,7 +3,7 @@
3
  {% block header %}
4
 
5
  <nav id="supsystic-breadcrumbs" class="supsystic-breadcrumbs">
6
- <a href="{{ environment.generateUrl('galleries') }}">{{ translate('Gallery by Supsystic') }}</a>
7
  <i class="fa fa-angle-right"></i>
8
  <a href="{{ environment.generateUrl('galleries') }}">{{ translate('Overview') }}</a>
9
  </nav>
3
  {% block header %}
4
 
5
  <nav id="supsystic-breadcrumbs" class="supsystic-breadcrumbs">
6
+ <a href="{{ environment.generateUrl('galleries') }}">{{ translate('Galleries') }}</a>
7
  <i class="fa fa-angle-right"></i>
8
  <a href="{{ environment.generateUrl('galleries') }}">{{ translate('Overview') }}</a>
9
  </nav>
src/GridGallery/Photos/views/index.twig CHANGED
@@ -3,7 +3,7 @@
3
  {% block header %}
4
 
5
  <nav id="supsystic-breadcrumbs" class="supsystic-breadcrumbs">
6
- <a href="{{ environment.generateUrl('galleries') }}">{{ translate('Gallery by Supsystic') }}</a>
7
  <i class="fa fa-angle-right"></i>
8
  <a href="{{ environment.generateUrl('photos', 'index') }}">{{ translate('Images') }}</a>
9
  </nav>
3
  {% block header %}
4
 
5
  <nav id="supsystic-breadcrumbs" class="supsystic-breadcrumbs">
6
+ <a href="{{ environment.generateUrl('galleries') }}">{{ translate('Galleries') }}</a>
7
  <i class="fa fa-angle-right"></i>
8
  <a href="{{ environment.generateUrl('photos', 'index') }}">{{ translate('Images') }}</a>
9
  </nav>
src/GridGallery/Promo/Module.php CHANGED
@@ -14,15 +14,13 @@ class GridGallery_Promo_Module extends GridGallery_Core_Module
14
  {
15
  parent::onInit();
16
 
17
- add_action(
18
- //$this->getConfig()->get('hooks_prefix') . 'after_ui_loaded',
19
- 'admin_init',
20
- array($this, 'loadAdminPromoAssets')
21
- );
22
-
23
  add_action('admin_footer', array($this, 'checkPluginDeactivation'));
24
-
25
  add_action('wp_ajax_sgg-tutorial-close', array($this, 'endTutorial'));
 
 
 
26
  }
27
  public function loadAdminPromoAssets() {
28
  $ui = $this->getEnvironment()->getModule('Ui');
@@ -246,4 +244,40 @@ class GridGallery_Promo_Module extends GridGallery_Core_Module
246
  }
247
  return preg_replace('/\s+/', ' ', trim($twig->render($template, $parameters)));
248
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
249
  }
14
  {
15
  parent::onInit();
16
 
17
+ //add_action($this->getConfig()->get('hooks_prefix') . 'after_ui_loaded', array($this, 'loadAdminPromoAssets'));
18
+ add_action('admin_init', array($this, 'loadAdminPromoAssets'));
 
 
 
 
19
  add_action('admin_footer', array($this, 'checkPluginDeactivation'));
 
20
  add_action('wp_ajax_sgg-tutorial-close', array($this, 'endTutorial'));
21
+
22
+ $dispatcher = $this->getEnvironment()->getDispatcher();
23
+ $dispatcher->on('messages', array($this, 'renderDiscountMsg'));
24
  }
25
  public function loadAdminPromoAssets() {
26
  $ui = $this->getEnvironment()->getModule('Ui');
244
  }
245
  return preg_replace('/\s+/', ' ', trim($twig->render($template, $parameters)));
246
  }
247
+ public function renderDiscountMsg()
248
+ {
249
+ $environment = $this->getEnvironment();
250
+ if($environment->isPro() && $environment->isModule('license') && $environment->getModule('license')->isActive()) {
251
+ $proPluginsList = array(
252
+ 'ultimate-maps-by-supsystic-pro', 'newsletters-by-supsystic-pro', 'contact-form-by-supsystic-pro', 'live-chat-pro',
253
+ 'digital-publications-supsystic-pro', 'coming-soon-supsystic-pro', 'price-table-supsystic-pro', 'tables-generator-pro',
254
+ 'social-share-pro', 'popup-by-supsystic-pro', 'supsystic_slider_pro', 'supsystic-gallery-pro', 'google-maps-easy-pro',
255
+ 'backup-supsystic-pro',
256
+ );
257
+ $activePluginsList = get_option('active_plugins', array());
258
+ $activeProPluginsCount = 0;
259
+ foreach($activePluginsList as $actPl) {
260
+ foreach($proPluginsList as $proPl) {
261
+ if(strpos($actPl, $proPl) !== false) {
262
+ $activeProPluginsCount++;
263
+ }
264
+ }
265
+ }
266
+ if($activeProPluginsCount === 1) {
267
+ $twig = $this->getEnvironment()->getTwig();
268
+ $twig->display('@promo/discountMessage.twig', array(
269
+ 'bundlePageLink' => '//supsystic.com/all-plugins/',
270
+ 'buyLink' => $this->getDiscountBuyUrl(),
271
+ ));
272
+ }
273
+ }
274
+ }
275
+ public function getDiscountBuyUrl() {
276
+ $environment = $this->getEnvironment();
277
+ $pluginCode = $environment->getConfig()->get('plugin_product_code');
278
+ $license = $environment->getModule('license')->getHelper()->getCredentials();
279
+ $license['key'] = md5($license['key']);
280
+ $license = urlencode(base64_encode(implode('|', $license)));
281
+ return 'http://supsystic.com/?mod=manager&pl=lms&action=extend&plugin_code='. $pluginCode. '&lic='. $license;
282
+ }
283
  }
src/GridGallery/Promo/views/discountMessage.twig ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <style>
2
+ .supsystic-container .bundleMessageShell {
3
+ background-color: #ffffff;
4
+ padding: 10px 10px 0 10px;
5
+ margin-bottom: -20px;
6
+ }
7
+ .supsystic-container .bundleMessage {
8
+ border: 3px solid #52bac5;
9
+ text-align: center;
10
+ padding: 10px;
11
+ vertical-align: middle;
12
+ }
13
+ .supsystic-container .bundleMessage .text {
14
+ font-size: 21px;
15
+ line-height: 28px;
16
+ vertical-align: middle;
17
+ }
18
+ .supsystic-container .bundleMessage .text a {
19
+ color: #52bac5;
20
+ }
21
+ .supsystic-container .bundleMessage .button {
22
+ height: 40px !important;
23
+ line-height: 40px !important;
24
+ font-size: 17px !important;
25
+ background-color: #52bac5 !important;
26
+ border: none!important;
27
+ color: #fff !important;
28
+ padding: 0 26px!important;
29
+ margin-left: 20px;
30
+ vertical-align: middle;
31
+ }
32
+ </style>
33
+ <div class="bundleMessageShell">
34
+ <div class="bundleMessage">
35
+ <span class="text">{{ environment.translate('Upgrade to bundle and get an access to <a href="%s" target="_blank">all 14 plugins</a> more than 80%% off!') |format(bundlePageLink)|raw }}</span>
36
+ <a href="{{ buyLink }}" class="button" target="_blank">{{ environment.translate('Buy Now') }}</a>
37
+ </div>
38
+ </div>
src/GridGallery/SocialSharing/Module.php CHANGED
@@ -51,7 +51,7 @@ class GridGallery_SocialSharing_Module extends GridGallery_Core_Module{
51
  $galleriesList = $galleryModel->getList();
52
  foreach($galleriesList as $gallery){
53
  $settings = $settingsModel->get($gallery->id);
54
- if($settings->data['socialSharing']['projectId'] == $projectId){
55
  $settings->data['socialSharing']['enabled'] = false;
56
  $settingsModel->save($gallery->id,$settings->data);
57
  $galleryModule->cleanCache($gallery->id);
51
  $galleriesList = $galleryModel->getList();
52
  foreach($galleriesList as $gallery){
53
  $settings = $settingsModel->get($gallery->id);
54
+ if(isset($settings->data['socialSharing']['projectId']) && $settings->data['socialSharing']['projectId'] == $projectId){
55
  $settings->data['socialSharing']['enabled'] = false;
56
  $settingsModel->save($gallery->id,$settings->data);
57
  $galleryModule->cleanCache($gallery->id);
src/GridGallery/Ui/Module.php CHANGED
@@ -76,8 +76,7 @@ class GridGallery_Ui_Module extends Rsc_Mvc_Module
76
  wp_localize_script('sg-ajax.js', 'SupsysticGallery', array('nonce' => wp_create_nonce('supsystic-gallery')));
77
  // really assigned to /app/assets/js/grid-gallery.js Handle
78
  wp_localize_script('sg-ajax.js', 'sggParams', array('isRtl' => (int) is_rtl()));
79
- wp_enqueue_script('webfont-js', '//ajax.googleapis.com/ajax/libs/webfont/1/webfont.js');
80
- wp_localize_script('webfont-js', 'sggStandartFontsList', $this->getStandardFontsList());
81
  }
82
 
83
  public function getBackendJS() {
76
  wp_localize_script('sg-ajax.js', 'SupsysticGallery', array('nonce' => wp_create_nonce('supsystic-gallery')));
77
  // really assigned to /app/assets/js/grid-gallery.js Handle
78
  wp_localize_script('sg-ajax.js', 'sggParams', array('isRtl' => (int) is_rtl()));
79
+ wp_localize_script('sg-ajax.js', 'sggStandartFontsList', $this->getStandardFontsList());
 
80
  }
81
 
82
  public function getBackendJS() {
src/GridGallery/Ui/views/type.twig CHANGED
@@ -13,12 +13,17 @@
13
  </th>
14
  <th scope="col" class="ui-state-default ui-th-column ui-th-ltr jqgh_ui-jqgrid-htable_id">
15
  {{ translate('Caption / Description') }}
16
- {{ hlp.showTooltip('<b>' ~ translate('Caption') ~ '</b>: ' ~ translate('Add image caption. You may find detailed caption settings at Settings > Captions page')
17
- ~ '</br><b>' ~ translate('Description') ~ '</b>: ' ~ translate('Add image description. You may find detailed description settings at Settings > Captions page. Note: in order to show descriptions and to change the description settings \'Caption builder\' option should be enabled first.'), 'top', true) }}
 
 
18
  </th>
19
  <th scope="col" class="ui-state-default ui-th-column ui-th-ltr jqgh_ui-jqgrid-htable_id">
20
  {{ translate('SEO Alt / Title') }}
21
- {{ hlp.showTooltip(translate('Add SEO keywords, separated by comma, or SEO-optimized sentences. They will appear under your image, when it opens in pop-up window.'), 'top', true) }}
 
 
 
22
  </th>
23
  <th scope="col" class="ui-state-default ui-th-column ui-th-ltr jqgh_ui-jqgrid-htable_id">
24
  {{ translate('Options') }}
@@ -247,8 +252,8 @@
247
  </td>
248
  <td class="title column-textarea top-align">
249
  <form id="photo-editor-seo-{{ image.id }}" class="photo-editor" data-id="{{ image.id }}">
250
- <textarea name="alt" rows="2" placeholder="{{ translate('Alternative text') }}">{% if image.attachment.alt is not empty %}{% if image.attachment.alt == " " %}{{ ""}}{% else %}{{ image.attachment.alt }}{% endif %}{% else %}{{ image.attachment.title }}{% endif %}</textarea></br>
251
- <textarea name="description" rows="5" placeholder="{{ translate('Description') }}">{{ image.attachment.description|raw }}</textarea>
252
  {{ environment.getDispatcher().dispatch('after_photo_attachment_form', [['alt', 'description'], image.attachment.id]) }}
253
  </form>
254
  </td>
13
  </th>
14
  <th scope="col" class="ui-state-default ui-th-column ui-th-ltr jqgh_ui-jqgrid-htable_id">
15
  {{ translate('Caption / Description') }}
16
+ {{ hlp.showTooltip('<b>' ~ translate('Caption') ~ '</b>: '
17
+ ~ translate('Add image caption. You may find detailed caption settings at Settings > Captions page')
18
+ ~ '</br></br><b>' ~ translate('Description') ~ '</b>: '
19
+ ~ translate('Add image description. You may find detailed description settings at Settings > Captions page. Note: in order to show descriptions and to change the description settings \'Caption builder\' option should be enabled first.'), 'top', true) }}
20
  </th>
21
  <th scope="col" class="ui-state-default ui-th-column ui-th-ltr jqgh_ui-jqgrid-htable_id">
22
  {{ translate('SEO Alt / Title') }}
23
+ {{ hlp.showTooltip(translate('<b>' ~ translate('SEO Alt') ~ '</b>: '
24
+ ~ translate('Add SEO keywords, separated by comma, or SEO-optimized sentences. They will appear under your image, when it opens in pop-up window.')
25
+ ~ '</br></br><b>' ~ translate('Title') ~ '</b>: '
26
+ ~ translate("Add text for title's attribute of image caption. Will be shown by hovering on caption.")), 'top', true) }}
27
  </th>
28
  <th scope="col" class="ui-state-default ui-th-column ui-th-ltr jqgh_ui-jqgrid-htable_id">
29
  {{ translate('Options') }}
252
  </td>
253
  <td class="title column-textarea top-align">
254
  <form id="photo-editor-seo-{{ image.id }}" class="photo-editor" data-id="{{ image.id }}">
255
+ <textarea name="alt" rows="2" placeholder="{{ translate('SEO Alt') }}">{% if image.attachment.alt is not empty %}{% if image.attachment.alt == " " %}{{ ""}}{% else %}{{ image.attachment.alt }}{% endif %}{% else %}{{ image.attachment.title }}{% endif %}</textarea></br>
256
+ <textarea name="description" rows="5" placeholder="{{ translate('Title') }}">{{ image.attachment.description|raw }}</textarea>
257
  {{ environment.getDispatcher().dispatch('after_photo_attachment_form', [['alt', 'description'], image.attachment.id]) }}
258
  </form>
259
  </td>