Plugin Directory

Changeset 3140984


Ignore:
Timestamp:
08/25/2024 07:59:53 AM (19 months ago)
Author:
EmranAhmed
Message:

Release 1.3.24

Location:
woo-variation-gallery
Files:
68 added
10 edited

Legend:

Unmodified
Added
Removed
  • woo-variation-gallery/trunk/README.txt

    r3129445 r3140984  
    33Tags: woocommerce variation image gallery, additional variation image gallery, product variation image gallery, product variation image, variation images gallery, additional image, additional variation image, WooCommerce variation product thumbnail gallery
    44Requires PHP: 7.4
    5 Stable tag: 1.3.23
     5Stable tag: 1.3.24
    66Requires at least: 5.7
    77Tested up to: 6.6
    88WC requires at least: 5.8
    9 WC tested up to: 9.1
     9WC tested up to: 9.2
    1010License: GPLv3
    1111License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    378378== Changelog ==
    379379
     380= 1.3.24 - 25-08-2024 =
     381
     382* Fix: `get_current_screen` function issue for MultiVendor plugins.
     383* Add: WooCommerce 9.2+ compatibility.
     384
    380385= 1.3.23 - 01-08-2024 =
    381386
  • woo-variation-gallery/trunk/assets/css/admin.css

    r3129445 r3140984  
    33 *
    44 * Author: Emran Ahmed ( emran.bd.08@gmail.com )
    5  * Date: 8/1/2024, 6:13:48 PM
     5 * Date: 8/25/2024, 1:57:19 PM
    66 * Released under the GPLv3 license.
    77 */
  • woo-variation-gallery/trunk/assets/css/frontend.css

    r3129445 r3140984  
    33 *
    44 * Author: Emran Ahmed ( emran.bd.08@gmail.com )
    5  * Date: 8/1/2024, 6:13:48 PM
     5 * Date: 8/25/2024, 1:57:19 PM
    66 * Released under the GPLv3 license.
    77 */
  • woo-variation-gallery/trunk/assets/css/slick.css

    r3129445 r3140984  
    33 *
    44 * Author: Emran Ahmed ( emran.bd.08@gmail.com )
    5  * Date: 8/1/2024, 6:13:48 PM
     5 * Date: 8/25/2024, 1:57:19 PM
    66 * Released under the GPLv3 license.
    77 */
  • woo-variation-gallery/trunk/assets/js/admin.js

    r3129445 r3140984  
    33 *
    44 * Author: Emran Ahmed ( emran.bd.08@gmail.com )
    5  * Date: 8/1/2024, 6:13:48 PM
     5 * Date: 8/25/2024, 1:57:19 PM
    66 * Released under the GPLv3 license.
    77 */
  • woo-variation-gallery/trunk/assets/js/frontend.js

    r3129445 r3140984  
    33 *
    44 * Author: Emran Ahmed ( emran.bd.08@gmail.com )
    5  * Date: 8/1/2024, 6:13:48 PM
     5 * Date: 8/25/2024, 1:57:19 PM
    66 * Released under the GPLv3 license.
    77 */
  • woo-variation-gallery/trunk/assets/js/slick.js

    r3129445 r3140984  
    33 *
    44 * Author: Emran Ahmed ( emran.bd.08@gmail.com )
    5  * Date: 8/1/2024, 6:13:48 PM
     5 * Date: 8/25/2024, 1:57:19 PM
    66 * Released under the GPLv3 license.
    77 */
  • woo-variation-gallery/trunk/includes/class-woo-variation-gallery-backend.php

    r3129445 r3140984  
    130130        public function admin_enqueue_scripts() {
    131131
    132             $screen           = get_current_screen();
    133             $screen_post_type = $screen ? $screen->post_type : '';
    134             $screen_base = $screen ? $screen->base : '';
    135             $is_valid_screen = 'product' === $screen_post_type && 'post' === $screen_base;
    136 
    137             if( !$is_valid_screen ){
    138                 return;
    139             }
    140 
    141132            $suffix = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min';
    142133
    143             // wp_enqueue_media();
     134            wp_enqueue_media();
    144135
    145136            wp_enqueue_style( 'woo-variation-gallery-admin', esc_url( woo_variation_gallery()->assets_url( "/css/admin{$suffix}.css" ) ), array(), woo_variation_gallery()->assets_version( "/css/admin{$suffix}.css" ) );
  • woo-variation-gallery/trunk/languages/woo-variation-gallery.pot

    r3129445 r3140984  
    88"Content-Transfer-Encoding: 8bit\n"
    99"Language-Team: Emran Ahmed <emran.bd.08@gmail.com>\n"
    10 "POT-Creation-Date: 2024-08-01 12:13+0000\n"
     10"POT-Creation-Date: 2024-08-25 07:57+0000\n"
    1111"X-Poedit-Basepath: ..\n"
    1212"X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;_nx_noop:1,2,3c;_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
     
    1616"Plural-Forms: nplurals=2; plural=(n != 1);\n"
    1717
    18 #: ../includes/class-woo-variation-gallery-backend.php:69, ../woo-variation-gallery/includes/class-woo-variation-gallery-backend.php:69
     18#: ../includes/class-woo-variation-gallery-backend.php:69
    1919msgid "Variation Product Gallery"
    2020msgstr ""
    2121
    22 #: ../includes/class-woo-variation-gallery-backend.php:86, ../woo-variation-gallery/includes/class-woo-variation-gallery-backend.php:86
     22#: ../includes/class-woo-variation-gallery-backend.php:86
    2323msgid "Add Variation Gallery Image"
    2424msgstr ""
    2525
    26 #: ../includes/class-woo-variation-gallery-backend.php:88, ../woo-variation-gallery/includes/class-woo-variation-gallery-backend.php:88
     26#: ../includes/class-woo-variation-gallery-backend.php:88
    2727msgid "Upgrade to pro to add more images and videos"
    2828msgstr ""
    2929
    30 #: ../includes/class-woo-variation-gallery-backend.php:154, ../woo-variation-gallery/includes/class-woo-variation-gallery-backend.php:154
     30#: ../includes/class-woo-variation-gallery-backend.php:145
    3131msgid "Choose Image"
    3232msgstr ""
    3333
    34 #: ../includes/class-woo-variation-gallery-backend.php:155, ../woo-variation-gallery/includes/class-woo-variation-gallery-backend.php:155
     34#: ../includes/class-woo-variation-gallery-backend.php:146
    3535msgid "Add Images"
    3636msgstr ""
    3737
    38 #: ../includes/class-woo-variation-gallery-backend.php:195, ../woo-variation-gallery/includes/class-woo-variation-gallery-backend.php:195
     38#: ../includes/class-woo-variation-gallery-backend.php:186
    3939msgid "View documentation"
    4040msgstr ""
    4141
    42 #: ../includes/class-woo-variation-gallery-backend.php:196, ../woo-variation-gallery/includes/class-woo-variation-gallery-backend.php:196
     42#: ../includes/class-woo-variation-gallery-backend.php:187
    4343msgid "Help &amp; Support"
    4444msgstr ""
    4545
    46 #: ../includes/class-woo-variation-gallery-backend.php:205, ../woo-variation-gallery/includes/class-woo-variation-gallery-backend.php:205
     46#: ../includes/class-woo-variation-gallery-backend.php:196
    4747msgid "View Gallery Settings"
    4848msgstr ""
    4949
    50 #: ../includes/class-woo-variation-gallery-backend.php:205, ../woo-variation-gallery/includes/class-woo-variation-gallery-backend.php:205
     50#: ../includes/class-woo-variation-gallery-backend.php:196
    5151msgid "Settings"
    5252msgstr ""
    5353
    54 #: ../includes/class-woo-variation-gallery-backend.php:209, ../woo-variation-gallery/includes/class-woo-variation-gallery-backend.php:209
     54#: ../includes/class-woo-variation-gallery-backend.php:200
    5555msgid "Go Pro"
    5656msgstr ""
    5757
    58 #: ../includes/class-woo-variation-gallery-deactivate-feedback.php:46, ../woo-variation-gallery/includes/class-woo-variation-gallery-deactivate-feedback.php:46
     58#: ../includes/class-woo-variation-gallery-deactivate-feedback.php:46
    5959msgid "It's a temporary deactivation."
    6060msgstr ""
    6161
    62 #: ../includes/class-woo-variation-gallery-deactivate-feedback.php:51, ../woo-variation-gallery/includes/class-woo-variation-gallery-deactivate-feedback.php:51
     62#: ../includes/class-woo-variation-gallery-deactivate-feedback.php:51
    6363msgid "I couldn't understand how to make it work."
    6464msgstr ""
    6565
    66 #: ../includes/class-woo-variation-gallery-deactivate-feedback.php:53, ../woo-variation-gallery/includes/class-woo-variation-gallery-deactivate-feedback.php:53
     66#: ../includes/class-woo-variation-gallery-deactivate-feedback.php:53
    6767msgid "It converts single variation image to multiple variation image gallery. <br><a target=\"_blank\" href=\"http://bit.ly/demo-dea-dilogue\">Please check live demo</a>."
    6868msgstr ""
    6969
    70 #: ../includes/class-woo-variation-gallery-deactivate-feedback.php:57, ../woo-variation-gallery/includes/class-woo-variation-gallery-deactivate-feedback.php:57
     70#: ../includes/class-woo-variation-gallery-deactivate-feedback.php:57
    7171msgid "My Gallery looks <strong>too small</strong>."
    7272msgstr ""
    7373
    74 #: ../includes/class-woo-variation-gallery-deactivate-feedback.php:59, ../woo-variation-gallery/includes/class-woo-variation-gallery-deactivate-feedback.php:59
     74#: ../includes/class-woo-variation-gallery-deactivate-feedback.php:59
    7575msgid "<a target=\"_blank\" href=\"http://bit.ly/video-tuts-for-deactivate-dialogue\">Please check this video to configure it.</a>."
    7676msgstr ""
    7777
    78 #: ../includes/class-woo-variation-gallery-deactivate-feedback.php:63, ../woo-variation-gallery/includes/class-woo-variation-gallery-deactivate-feedback.php:63
     78#: ../includes/class-woo-variation-gallery-deactivate-feedback.php:63
    7979msgid "I no longer need the plugin"
    8080msgstr ""
    8181
    82 #: ../includes/class-woo-variation-gallery-deactivate-feedback.php:68, ../woo-variation-gallery/includes/class-woo-variation-gallery-deactivate-feedback.php:68
     82#: ../includes/class-woo-variation-gallery-deactivate-feedback.php:68
    8383msgid "I found a better plugin"
    8484msgstr ""
    8585
    86 #: ../includes/class-woo-variation-gallery-deactivate-feedback.php:69, ../woo-variation-gallery/includes/class-woo-variation-gallery-deactivate-feedback.php:69
     86#: ../includes/class-woo-variation-gallery-deactivate-feedback.php:69
    8787msgid "Please share which plugin"
    8888msgstr ""
    8989
    90 #: ../includes/class-woo-variation-gallery-deactivate-feedback.php:73, ../woo-variation-gallery/includes/class-woo-variation-gallery-deactivate-feedback.php:73
     90#: ../includes/class-woo-variation-gallery-deactivate-feedback.php:73
    9191msgid "The plugin <strong>broke my layout</strong> or some functionality."
    9292msgstr ""
    9393
    94 #: ../includes/class-woo-variation-gallery-deactivate-feedback.php:75, ../woo-variation-gallery/includes/class-woo-variation-gallery-deactivate-feedback.php:75
     94#: ../includes/class-woo-variation-gallery-deactivate-feedback.php:75
    9595msgid "<a target=\"_blank\" href=\"https://getwooplugins.com/tickets/\">Please open a support ticket</a>, we will fix it immediately."
    9696msgstr ""
    9797
    98 #: ../includes/class-woo-variation-gallery-deactivate-feedback.php:79, ../woo-variation-gallery/includes/class-woo-variation-gallery-deactivate-feedback.php:79
     98#: ../includes/class-woo-variation-gallery-deactivate-feedback.php:79
    9999msgid "I need someone to <strong>setup this plugin.</strong>"
    100100msgstr ""
    101101
    102 #: ../includes/class-woo-variation-gallery-deactivate-feedback.php:80, ../woo-variation-gallery/includes/class-woo-variation-gallery-deactivate-feedback.php:80
     102#: ../includes/class-woo-variation-gallery-deactivate-feedback.php:80
    103103msgid "Your email address."
    104104msgstr ""
    105105
    106 #: ../includes/class-woo-variation-gallery-deactivate-feedback.php:82, ../woo-variation-gallery/includes/class-woo-variation-gallery-deactivate-feedback.php:82
     106#: ../includes/class-woo-variation-gallery-deactivate-feedback.php:82
    107107msgid "Please provide your email address to contact with you <br>and help you to setup and configure this plugin."
    108108msgstr ""
    109109
    110 #: ../includes/class-woo-variation-gallery-deactivate-feedback.php:86, ../woo-variation-gallery/includes/class-woo-variation-gallery-deactivate-feedback.php:86
     110#: ../includes/class-woo-variation-gallery-deactivate-feedback.php:86
    111111msgid "The plugin is <strong>too complicated to configure.</strong>"
    112112msgstr ""
    113113
    114 #: ../includes/class-woo-variation-gallery-deactivate-feedback.php:88, ../woo-variation-gallery/includes/class-woo-variation-gallery-deactivate-feedback.php:88
     114#: ../includes/class-woo-variation-gallery-deactivate-feedback.php:88
    115115msgid "<a target=\"_blank\" href=\"https://getwooplugins.com/documentation/woocommerce-variation-gallery/\">Have you checked our documentation?</a>."
    116116msgstr ""
    117117
    118 #: ../includes/class-woo-variation-gallery-deactivate-feedback.php:92, ../woo-variation-gallery/includes/class-woo-variation-gallery-deactivate-feedback.php:92
     118#: ../includes/class-woo-variation-gallery-deactivate-feedback.php:92
    119119msgid "I need specific feature that you don't support."
    120120msgstr ""
    121121
    122 #: ../includes/class-woo-variation-gallery-deactivate-feedback.php:93, ../woo-variation-gallery/includes/class-woo-variation-gallery-deactivate-feedback.php:93
     122#: ../includes/class-woo-variation-gallery-deactivate-feedback.php:93
    123123msgid "Please share with us."
    124124msgstr ""
    125125
    126 #: ../includes/class-woo-variation-gallery-deactivate-feedback.php:98, ../woo-variation-gallery/includes/class-woo-variation-gallery-deactivate-feedback.php:98
     126#: ../includes/class-woo-variation-gallery-deactivate-feedback.php:98
    127127msgid "Other"
    128128msgstr ""
    129129
    130 #: ../includes/class-woo-variation-gallery-deactivate-feedback.php:99, ../woo-variation-gallery/includes/class-woo-variation-gallery-deactivate-feedback.php:99
     130#: ../includes/class-woo-variation-gallery-deactivate-feedback.php:99
    131131msgid "Please share the reason"
    132132msgstr ""
    133133
    134 #: ../includes/class-woo-variation-gallery-export-import.php:68, ../includes/class-woo-variation-gallery-export-import.php:104, ../woo-variation-gallery/includes/class-woo-variation-gallery-export-import.php:68, ../woo-variation-gallery/includes/class-woo-variation-gallery-export-import.php:104
     134#: ../includes/class-woo-variation-gallery-export-import.php:68, ../includes/class-woo-variation-gallery-export-import.php:104
    135135msgid "Woo Variation Gallery Images"
    136136msgstr ""
    137137
    138 #: ../includes/class-woo-variation-gallery-migrate-request.php:90, ../woo-variation-gallery/includes/class-woo-variation-gallery-migrate-request.php:90
     138#: ../includes/class-woo-variation-gallery-migrate-request.php:90
    139139msgid "Migration for variation product ID: %s. From: %s"
    140140msgstr ""
    141141
    142 #: ../includes/class-woo-variation-gallery-migrate-request.php:107, ../woo-variation-gallery/includes/class-woo-variation-gallery-migrate-request.php:107
     142#: ../includes/class-woo-variation-gallery-migrate-request.php:107
    143143msgid "Migration completed of all variation product image"
    144144msgstr ""
    145145
    146 #: ../includes/class-woo-variation-gallery-migrate.php:42, ../woo-variation-gallery/includes/class-woo-variation-gallery-migrate.php:42
     146#: ../includes/class-woo-variation-gallery-migrate.php:42
    147147msgid "Migrate from \"WooCommerce Additional Variation Images\" plugin"
    148148msgstr ""
    149149
    150 #: ../includes/class-woo-variation-gallery-migrate.php:43, ../includes/class-woo-variation-gallery-migrate.php:50, ../includes/class-woo-variation-gallery-migrate.php:57, ../includes/class-woo-variation-gallery-migrate.php:64, ../includes/class-woo-variation-gallery-migrate.php:71, ../woo-variation-gallery/includes/class-woo-variation-gallery-migrate.php:43, ../woo-variation-gallery/includes/class-woo-variation-gallery-migrate.php:50, ../woo-variation-gallery/includes/class-woo-variation-gallery-migrate.php:57, ../woo-variation-gallery/includes/class-woo-variation-gallery-migrate.php:64, ../woo-variation-gallery/includes/class-woo-variation-gallery-migrate.php:71
     150#: ../includes/class-woo-variation-gallery-migrate.php:43, ../includes/class-woo-variation-gallery-migrate.php:50, ../includes/class-woo-variation-gallery-migrate.php:57, ../includes/class-woo-variation-gallery-migrate.php:64, ../includes/class-woo-variation-gallery-migrate.php:71
    151151msgid "Start migration"
    152152msgstr ""
    153153
    154 #: ../includes/class-woo-variation-gallery-migrate.php:44, ../woo-variation-gallery/includes/class-woo-variation-gallery-migrate.php:44
     154#: ../includes/class-woo-variation-gallery-migrate.php:44
    155155msgid "This will migrate from \"WooCommerce Additional Variation Images\" to \"Additional Variation Images Gallery for WooCommerce\"."
    156156msgstr ""
    157157
    158 #: ../includes/class-woo-variation-gallery-migrate.php:49, ../woo-variation-gallery/includes/class-woo-variation-gallery-migrate.php:49
     158#: ../includes/class-woo-variation-gallery-migrate.php:49
    159159msgid "Migrate from \"WooThumbs for WooCommerce by Iconic\" plugin"
    160160msgstr ""
    161161
    162 #: ../includes/class-woo-variation-gallery-migrate.php:51, ../woo-variation-gallery/includes/class-woo-variation-gallery-migrate.php:51
     162#: ../includes/class-woo-variation-gallery-migrate.php:51
    163163msgid "This will migrate from \"WooThumbs for WooCommerce by Iconic\" to \"Additional Variation Images Gallery for WooCommerce\"."
    164164msgstr ""
    165165
    166 #: ../includes/class-woo-variation-gallery-migrate.php:56, ../woo-variation-gallery/includes/class-woo-variation-gallery-migrate.php:56
     166#: ../includes/class-woo-variation-gallery-migrate.php:56
    167167msgid "Migrate from \"Smart Variations Images for WooCommerce\" plugin"
    168168msgstr ""
    169169
    170 #: ../includes/class-woo-variation-gallery-migrate.php:58, ../woo-variation-gallery/includes/class-woo-variation-gallery-migrate.php:58
     170#: ../includes/class-woo-variation-gallery-migrate.php:58
    171171msgid "This will migrate from \"Smart Variations Images for WooCommerce\" to \"Additional Variation Images Gallery for WooCommerce\"."
    172172msgstr ""
    173173
    174 #: ../includes/class-woo-variation-gallery-migrate.php:63, ../woo-variation-gallery/includes/class-woo-variation-gallery-migrate.php:63
     174#: ../includes/class-woo-variation-gallery-migrate.php:63
    175175msgid "Migrate from \"Ajaxy Woocommerce Multiple Variation Image\" plugin"
    176176msgstr ""
    177177
    178 #: ../includes/class-woo-variation-gallery-migrate.php:65, ../woo-variation-gallery/includes/class-woo-variation-gallery-migrate.php:65
     178#: ../includes/class-woo-variation-gallery-migrate.php:65
    179179msgid "This will migrate from \"Ajaxy Woocommerce Multiple Variation Image\" to \"Additional Variation Images Gallery for WooCommerce\"."
    180180msgstr ""
    181181
    182 #: ../includes/class-woo-variation-gallery-migrate.php:70, ../woo-variation-gallery/includes/class-woo-variation-gallery-migrate.php:70
     182#: ../includes/class-woo-variation-gallery-migrate.php:70
    183183msgid "Migrate from \"Variation Images Gallery for WooCommerce by RadiusTheme\" plugin"
    184184msgstr ""
    185185
    186 #: ../includes/class-woo-variation-gallery-migrate.php:72, ../woo-variation-gallery/includes/class-woo-variation-gallery-migrate.php:72
     186#: ../includes/class-woo-variation-gallery-migrate.php:72
    187187msgid "This will migrate from \"Variation Images Gallery for WooCommerce by RadiusTheme\" to \"Additional Variation Images Gallery for WooCommerce\"."
    188188msgstr ""
    189189
    190 #: ../includes/class-woo-variation-gallery-migrate.php:82, ../includes/class-woo-variation-gallery-migrate.php:88, ../includes/class-woo-variation-gallery-migrate.php:94, ../includes/class-woo-variation-gallery-migrate.php:100, ../includes/class-woo-variation-gallery-migrate.php:106, ../woo-variation-gallery/includes/class-woo-variation-gallery-migrate.php:82, ../woo-variation-gallery/includes/class-woo-variation-gallery-migrate.php:88, ../woo-variation-gallery/includes/class-woo-variation-gallery-migrate.php:94, ../woo-variation-gallery/includes/class-woo-variation-gallery-migrate.php:100, ../woo-variation-gallery/includes/class-woo-variation-gallery-migrate.php:106
     190#: ../includes/class-woo-variation-gallery-migrate.php:82, ../includes/class-woo-variation-gallery-migrate.php:88, ../includes/class-woo-variation-gallery-migrate.php:94, ../includes/class-woo-variation-gallery-migrate.php:100, ../includes/class-woo-variation-gallery-migrate.php:106
    191191msgid "Variation product migration has been scheduled to run in the background."
    192192msgstr ""
    193193
    194 #: ../includes/class-woo-variation-gallery-migration.php:49, ../woo-variation-gallery/includes/class-woo-variation-gallery-migration.php:49
     194#: ../includes/class-woo-variation-gallery-migration.php:49
    195195msgid "Cancelled migration job."
    196196msgstr ""
    197197
    198 #: ../includes/class-woo-variation-gallery-migration.php:59, ../woo-variation-gallery/includes/class-woo-variation-gallery-migration.php:59
     198#: ../includes/class-woo-variation-gallery-migration.php:59
    199199msgid "Cancel migration"
    200200msgstr ""
    201201
    202 #: ../includes/class-woo-variation-gallery-migration.php:61, ../includes/class-woo-variation-gallery-migration.php:72, ../woo-variation-gallery/includes/class-woo-variation-gallery-migration.php:61, ../woo-variation-gallery/includes/class-woo-variation-gallery-migration.php:72
     202#: ../includes/class-woo-variation-gallery-migration.php:61, ../includes/class-woo-variation-gallery-migration.php:72
    203203msgid "Variation Gallery Migration is running in the background. Depending on the amount of variation product in your store this may take a while."
    204204msgstr ""
    205205
    206 #: ../includes/class-woo-variation-gallery-rest-api.php:77, ../woo-variation-gallery/includes/class-woo-variation-gallery-rest-api.php:77
     206#: ../includes/class-woo-variation-gallery-rest-api.php:77
    207207msgid "Additional Variation Images"
    208208msgstr ""
    209209
    210 #: ../includes/class-woo-variation-gallery-settings.php:20, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:20
     210#: ../includes/class-woo-variation-gallery-settings.php:20
    211211msgid "Variation Gallery"
    212212msgstr ""
    213213
    214 #: ../includes/class-woo-variation-gallery-settings.php:24, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:24
     214#: ../includes/class-woo-variation-gallery-settings.php:24
    215215msgid "Gallery Settings"
    216216msgstr ""
    217217
    218 #: ../includes/class-woo-variation-gallery-settings.php:28, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:28
     218#: ../includes/class-woo-variation-gallery-settings.php:28
    219219msgid "Variation Gallery for WooCommerce Settings"
    220220msgstr ""
    221221
    222 #: ../includes/class-woo-variation-gallery-settings.php:64, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:64
     222#: ../includes/class-woo-variation-gallery-settings.php:64
    223223msgid "Gallery Settings reset."
    224224msgstr ""
    225225
    226 #: ../includes/class-woo-variation-gallery-settings.php:152, ../includes/getwooplugins/class-getwooplugins-settings-page.php:128, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:152, ../woo-variation-gallery/includes/getwooplugins/class-getwooplugins-settings-page.php:128
     226#: ../includes/class-woo-variation-gallery-settings.php:152, ../includes/getwooplugins/class-getwooplugins-settings-page.php:128
    227227msgid "General"
    228228msgstr ""
    229229
    230 #: ../includes/class-woo-variation-gallery-settings.php:153, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:153
     230#: ../includes/class-woo-variation-gallery-settings.php:153
    231231msgid "Configuration"
    232232msgstr ""
    233233
    234 #: ../includes/class-woo-variation-gallery-settings.php:154, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:154
     234#: ../includes/class-woo-variation-gallery-settings.php:154
    235235msgid "Advanced"
    236236msgstr ""
    237237
    238 #: ../includes/class-woo-variation-gallery-settings.php:155, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:155
     238#: ../includes/class-woo-variation-gallery-settings.php:155
    239239msgid "Migration"
    240240msgstr ""
    241241
    242 #: ../includes/class-woo-variation-gallery-settings.php:157, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:157
     242#: ../includes/class-woo-variation-gallery-settings.php:157
    243243msgid "License"
    244244msgstr ""
    245245
    246 #: ../includes/class-woo-variation-gallery-settings.php:160, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:160
     246#: ../includes/class-woo-variation-gallery-settings.php:160
    247247msgid "Tutorials"
    248248msgstr ""
    249249
    250 #: ../includes/class-woo-variation-gallery-settings.php:165, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:165
     250#: ../includes/class-woo-variation-gallery-settings.php:165
    251251msgid "Useful Free Plugins"
    252252msgstr ""
    253253
    254 #: ../includes/class-woo-variation-gallery-settings.php:179, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:179
     254#: ../includes/class-woo-variation-gallery-settings.php:179
    255255msgid "Thumbnail Options"
    256256msgstr ""
    257257
    258 #: ../includes/class-woo-variation-gallery-settings.php:187, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:187
     258#: ../includes/class-woo-variation-gallery-settings.php:187
    259259msgid "Thumbnails Item"
    260260msgstr ""
    261261
    262 #: ../includes/class-woo-variation-gallery-settings.php:191, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:191
     262#: ../includes/class-woo-variation-gallery-settings.php:191
    263263msgid "Product Thumbnails Item Image"
    264264msgstr ""
    265265
    266 #: ../includes/class-woo-variation-gallery-settings.php:192, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:192
     266#: ../includes/class-woo-variation-gallery-settings.php:192
    267267msgid "Product Thumbnails Item Image. Default value is: %d. Limit: 2-8."
    268268msgstr ""
    269269
    270 #: ../includes/class-woo-variation-gallery-settings.php:203, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:203
     270#: ../includes/class-woo-variation-gallery-settings.php:203
    271271msgid "Thumbnails Gap"
    272272msgstr ""
    273273
    274 #: ../includes/class-woo-variation-gallery-settings.php:208, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:208
     274#: ../includes/class-woo-variation-gallery-settings.php:208
    275275msgid "Product Thumbnails Gap In Pixel"
    276276msgstr ""
    277277
    278 #: ../includes/class-woo-variation-gallery-settings.php:209, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:209
     278#: ../includes/class-woo-variation-gallery-settings.php:209
    279279msgid "Product Thumbnails Gap In Pixel. Default value is: %d. Limit: 0-20."
    280280msgstr ""
    281281
    282 #: ../includes/class-woo-variation-gallery-settings.php:226, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:226
     282#: ../includes/class-woo-variation-gallery-settings.php:226
    283283msgid "Gallery Options"
    284284msgstr ""
    285285
    286 #: ../includes/class-woo-variation-gallery-settings.php:234, ../includes/class-woo-variation-gallery-settings.php:251, ../includes/class-woo-variation-gallery-settings.php:269, ../includes/class-woo-variation-gallery-settings.php:296, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:234, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:251, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:269, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:296
     286#: ../includes/class-woo-variation-gallery-settings.php:234, ../includes/class-woo-variation-gallery-settings.php:251, ../includes/class-woo-variation-gallery-settings.php:269, ../includes/class-woo-variation-gallery-settings.php:296
    287287msgid "Gallery Width"
    288288msgstr ""
    289289
    290 #: ../includes/class-woo-variation-gallery-settings.php:239, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:239
     290#: ../includes/class-woo-variation-gallery-settings.php:239
    291291msgid "Slider gallery width in % for large devices."
    292292msgstr ""
    293293
    294 #: ../includes/class-woo-variation-gallery-settings.php:240, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:240
     294#: ../includes/class-woo-variation-gallery-settings.php:240
    295295msgid "Slider Gallery Width in %%. Default value is: %d. Limit: 10-100. Please check this <a target=\"_blank\" href=\"%s\">how to video to configure it.</a>"
    296296msgstr ""
    297297
    298 #: ../includes/class-woo-variation-gallery-settings.php:257, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:257
     298#: ../includes/class-woo-variation-gallery-settings.php:257
    299299msgid "Slider gallery width in px for medium devices, small desktop"
    300300msgstr ""
    301301
    302 #: ../includes/class-woo-variation-gallery-settings.php:258, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:258
     302#: ../includes/class-woo-variation-gallery-settings.php:258
    303303msgid "Slider gallery width in pixel for medium devices, small desktop. Default value is: 0. Limit: 0-1000. Media query (max-width : 992px)"
    304304msgstr ""
    305305
    306 #: ../includes/class-woo-variation-gallery-settings.php:275, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:275
     306#: ../includes/class-woo-variation-gallery-settings.php:275
    307307msgid "Slider gallery width in px for small devices, tablets"
    308308msgstr ""
    309309
    310 #: ../includes/class-woo-variation-gallery-settings.php:276, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:276
     310#: ../includes/class-woo-variation-gallery-settings.php:276
    311311msgid "Slider gallery width in pixel for medium devices, small desktop. Default value is: 720. Limit: 0-1000. Media query (max-width : 768px)"
    312312msgstr ""
    313313
    314 #: ../includes/class-woo-variation-gallery-settings.php:287, ../includes/class-woo-variation-gallery-settings.php:314, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:287, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:314
     314#: ../includes/class-woo-variation-gallery-settings.php:287, ../includes/class-woo-variation-gallery-settings.php:314
    315315msgid "Clear float"
    316316msgstr ""
    317317
    318 #: ../includes/class-woo-variation-gallery-settings.php:290, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:290
     318#: ../includes/class-woo-variation-gallery-settings.php:290
    319319msgid "Clear float for small devices, tablets."
    320320msgstr ""
    321321
    322 #: ../includes/class-woo-variation-gallery-settings.php:302, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:302
     322#: ../includes/class-woo-variation-gallery-settings.php:302
    323323msgid "Slider gallery width in px for extra small devices, phones"
    324324msgstr ""
    325325
    326 #: ../includes/class-woo-variation-gallery-settings.php:303, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:303
     326#: ../includes/class-woo-variation-gallery-settings.php:303
    327327msgid "Slider gallery width in pixel for extra small devices, phones. Default value is: 320. Limit: 0-1000. Media query (max-width : 480px)"
    328328msgstr ""
    329329
    330 #: ../includes/class-woo-variation-gallery-settings.php:317, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:317
     330#: ../includes/class-woo-variation-gallery-settings.php:317
    331331msgid "Clear float for extra small devices, mobile."
    332332msgstr ""
    333333
    334 #: ../includes/class-woo-variation-gallery-settings.php:323, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:323
     334#: ../includes/class-woo-variation-gallery-settings.php:323
    335335msgid "Gallery Bottom Gap"
    336336msgstr ""
    337337
    338 #: ../includes/class-woo-variation-gallery-settings.php:327, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:327
     338#: ../includes/class-woo-variation-gallery-settings.php:327
    339339msgid "Slider gallery bottom margin in pixel"
    340340msgstr ""
    341341
    342 #: ../includes/class-woo-variation-gallery-settings.php:329, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:329
     342#: ../includes/class-woo-variation-gallery-settings.php:329
    343343msgid "Slider gallery bottom margin in pixel. Default value is: %d. Limit: 10-100."
    344344msgstr ""
    345345
    346 #: ../includes/class-woo-variation-gallery-settings.php:340, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:340
     346#: ../includes/class-woo-variation-gallery-settings.php:340
    347347msgid "Disable Preloader"
    348348msgstr ""
    349349
    350 #: ../includes/class-woo-variation-gallery-settings.php:343, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:343
     350#: ../includes/class-woo-variation-gallery-settings.php:343
    351351msgid "Disable preloader on loading variation images"
    352352msgstr ""
    353353
    354 #: ../includes/class-woo-variation-gallery-settings.php:349, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:349
     354#: ../includes/class-woo-variation-gallery-settings.php:349
    355355msgid "Preload Style"
    356356msgstr ""
    357357
    358 #: ../includes/class-woo-variation-gallery-settings.php:356, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:356
     358#: ../includes/class-woo-variation-gallery-settings.php:356
    359359msgid "Fade"
    360360msgstr ""
    361361
    362 #: ../includes/class-woo-variation-gallery-settings.php:357, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:357
     362#: ../includes/class-woo-variation-gallery-settings.php:357
    363363msgid "Blur"
    364364msgstr ""
    365365
    366 #: ../includes/class-woo-variation-gallery-settings.php:358, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:358
     366#: ../includes/class-woo-variation-gallery-settings.php:358
    367367msgid "Gray"
    368368msgstr ""
    369369
    370 #: ../includes/class-woo-variation-gallery-settings.php:378, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:378
     370#: ../includes/class-woo-variation-gallery-settings.php:378
    371371msgid "Gallery Configure"
    372372msgstr ""
    373373
    374 #: ../includes/class-woo-variation-gallery-settings.php:385, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:385
     374#: ../includes/class-woo-variation-gallery-settings.php:385
    375375msgid "Gallery Auto play"
    376376msgstr ""
    377377
    378 #: ../includes/class-woo-variation-gallery-settings.php:388, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:388
     378#: ../includes/class-woo-variation-gallery-settings.php:388
    379379msgid "Gallery Auto Slide / Auto Play"
    380380msgstr ""
    381381
    382 #: ../includes/class-woo-variation-gallery-settings.php:393, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:393
     382#: ../includes/class-woo-variation-gallery-settings.php:393
    383383msgid "Gallery Auto Play Speed"
    384384msgstr ""
    385385
    386 #: ../includes/class-woo-variation-gallery-settings.php:398, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:398
     386#: ../includes/class-woo-variation-gallery-settings.php:398
    387387msgid "Slider gallery autoplay speed. Default is 5000 means 5 seconds"
    388388msgstr ""
    389389
    390 #: ../includes/class-woo-variation-gallery-settings.php:409, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:409
     390#: ../includes/class-woo-variation-gallery-settings.php:409
    391391msgid "Gallery Slide / Fade Speed"
    392392msgstr ""
    393393
    394 #: ../includes/class-woo-variation-gallery-settings.php:414, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:414
     394#: ../includes/class-woo-variation-gallery-settings.php:414
    395395msgid "Gallery sliding speed. Default is 300 means 300 milliseconds"
    396396msgstr ""
    397397
    398 #: ../includes/class-woo-variation-gallery-settings.php:424, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:424
     398#: ../includes/class-woo-variation-gallery-settings.php:424
    399399msgid "Fade Slide"
    400400msgstr ""
    401401
    402 #: ../includes/class-woo-variation-gallery-settings.php:427, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:427
     402#: ../includes/class-woo-variation-gallery-settings.php:427
    403403msgid "Gallery will change by fade not slide"
    404404msgstr ""
    405405
    406 #: ../includes/class-woo-variation-gallery-settings.php:432, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:432
     406#: ../includes/class-woo-variation-gallery-settings.php:432
    407407msgid "Show Slider Arrow"
    408408msgstr ""
    409409
    410 #: ../includes/class-woo-variation-gallery-settings.php:435, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:435
     410#: ../includes/class-woo-variation-gallery-settings.php:435
    411411msgid "Show Gallery Slider Arrow"
    412412msgstr ""
    413413
    414 #: ../includes/class-woo-variation-gallery-settings.php:440, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:440
     414#: ../includes/class-woo-variation-gallery-settings.php:440
    415415msgid "Enable Image Zoom"
    416416msgstr ""
    417417
    418 #: ../includes/class-woo-variation-gallery-settings.php:443, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:443
     418#: ../includes/class-woo-variation-gallery-settings.php:443
    419419msgid "Enable Gallery Image Zoom"
    420420msgstr ""
    421421
    422 #: ../includes/class-woo-variation-gallery-settings.php:448, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:448
     422#: ../includes/class-woo-variation-gallery-settings.php:448
    423423msgid "Enable Image Popup"
    424424msgstr ""
    425425
    426 #: ../includes/class-woo-variation-gallery-settings.php:451, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:451
     426#: ../includes/class-woo-variation-gallery-settings.php:451
    427427msgid "Enable Gallery Image Popup"
    428428msgstr ""
    429429
    430 #: ../includes/class-woo-variation-gallery-settings.php:456, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:456
     430#: ../includes/class-woo-variation-gallery-settings.php:456
    431431msgid "Enable Thumbnail Slide"
    432432msgstr ""
    433433
    434 #: ../includes/class-woo-variation-gallery-settings.php:459, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:459
     434#: ../includes/class-woo-variation-gallery-settings.php:459
    435435msgid "Enable Gallery Thumbnail Slide"
    436436msgstr ""
    437437
    438 #: ../includes/class-woo-variation-gallery-settings.php:464, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:464
     438#: ../includes/class-woo-variation-gallery-settings.php:464
    439439msgid "Show Thumbnail Arrow"
    440440msgstr ""
    441441
    442 #: ../includes/class-woo-variation-gallery-settings.php:467, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:467
     442#: ../includes/class-woo-variation-gallery-settings.php:467
    443443msgid "Show Gallery Thumbnail Arrow"
    444444msgstr ""
    445445
    446 #: ../includes/class-woo-variation-gallery-settings.php:472, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:472
     446#: ../includes/class-woo-variation-gallery-settings.php:472
    447447msgid "Zoom Icon Display Position"
    448448msgstr ""
    449449
    450 #: ../includes/class-woo-variation-gallery-settings.php:478, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:478
     450#: ../includes/class-woo-variation-gallery-settings.php:478
    451451msgid "Product Gallery Zoom Icon Display Position"
    452452msgstr ""
    453453
    454 #: ../includes/class-woo-variation-gallery-settings.php:480, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:480
     454#: ../includes/class-woo-variation-gallery-settings.php:480
    455455msgid "Top Right"
    456456msgstr ""
    457457
    458 #: ../includes/class-woo-variation-gallery-settings.php:481, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:481
     458#: ../includes/class-woo-variation-gallery-settings.php:481
    459459msgid "Top Left"
    460460msgstr ""
    461461
    462 #: ../includes/class-woo-variation-gallery-settings.php:482, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:482
     462#: ../includes/class-woo-variation-gallery-settings.php:482
    463463msgid "Bottom Right"
    464464msgstr ""
    465465
    466 #: ../includes/class-woo-variation-gallery-settings.php:483, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:483
     466#: ../includes/class-woo-variation-gallery-settings.php:483
    467467msgid "Bottom Left"
    468468msgstr ""
    469469
    470 #: ../includes/class-woo-variation-gallery-settings.php:488, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:488
     470#: ../includes/class-woo-variation-gallery-settings.php:488
    471471msgid "Thumbnail Display Position"
    472472msgstr ""
    473473
    474 #: ../includes/class-woo-variation-gallery-settings.php:494, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:494
     474#: ../includes/class-woo-variation-gallery-settings.php:494
    475475msgid "Product Gallery Thumbnail Display Position"
    476476msgstr ""
    477477
    478 #: ../includes/class-woo-variation-gallery-settings.php:496, ../includes/class-woo-variation-gallery-settings.php:511, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:496, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:511
     478#: ../includes/class-woo-variation-gallery-settings.php:496, ../includes/class-woo-variation-gallery-settings.php:511
    479479msgid "Left"
    480480msgstr ""
    481481
    482 #: ../includes/class-woo-variation-gallery-settings.php:497, ../includes/class-woo-variation-gallery-settings.php:512, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:497, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:512
     482#: ../includes/class-woo-variation-gallery-settings.php:497, ../includes/class-woo-variation-gallery-settings.php:512
    483483msgid "Right"
    484484msgstr ""
    485485
    486 #: ../includes/class-woo-variation-gallery-settings.php:498, ../includes/class-woo-variation-gallery-settings.php:513, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:498, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:513
     486#: ../includes/class-woo-variation-gallery-settings.php:498, ../includes/class-woo-variation-gallery-settings.php:513
    487487msgid "Bottom"
    488488msgstr ""
    489489
    490 #: ../includes/class-woo-variation-gallery-settings.php:503, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:503
     490#: ../includes/class-woo-variation-gallery-settings.php:503
    491491msgid "Small Devices Thumbnail Position"
    492492msgstr ""
    493493
    494 #: ../includes/class-woo-variation-gallery-settings.php:509, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:509
     494#: ../includes/class-woo-variation-gallery-settings.php:509
    495495msgid "Product Gallery Thumbnail Display Position for Small Devices. Below 768px"
    496496msgstr ""
    497497
    498 #: ../includes/class-woo-variation-gallery-settings.php:530, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:530
     498#: ../includes/class-woo-variation-gallery-settings.php:530
    499499msgid "Advanced Options"
    500500msgstr ""
    501501
    502 #: ../includes/class-woo-variation-gallery-settings.php:539, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:539
     502#: ../includes/class-woo-variation-gallery-settings.php:539
    503503msgid "Hide Main Product Image"
    504504msgstr ""
    505505
    506 #: ../includes/class-woo-variation-gallery-settings.php:542, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:542
     506#: ../includes/class-woo-variation-gallery-settings.php:542
    507507msgid "Remove main product image from gallery"
    508508msgstr ""
    509509
    510 #: ../includes/class-woo-variation-gallery-settings.php:548, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:548
     510#: ../includes/class-woo-variation-gallery-settings.php:548
    511511msgid "Disable on Product Type"
    512512msgstr ""
    513513
    514 #: ../includes/class-woo-variation-gallery-settings.php:553, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:553
     514#: ../includes/class-woo-variation-gallery-settings.php:553
    515515msgid "Disable Gallery on Specific Product type like: simple product / variable product / bundle product etc."
    516516msgstr ""
    517517
    518 #: ../includes/class-woo-variation-gallery-settings.php:556, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:556
     518#: ../includes/class-woo-variation-gallery-settings.php:556
    519519msgid "Choose specific product type(s)."
    520520msgstr ""
    521521
    522 #: ../includes/class-woo-variation-gallery-settings.php:562, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:562
     522#: ../includes/class-woo-variation-gallery-settings.php:562
    523523msgid "Gallery Thumbnails Image Width"
    524524msgstr ""
    525525
    526 #: ../includes/class-woo-variation-gallery-settings.php:567, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:567
     526#: ../includes/class-woo-variation-gallery-settings.php:567
    527527msgid "Product Gallery Thumbnails Image Width In Pixel to fix blurry thumbnail image."
    528528msgstr ""
    529529
    530 #: ../includes/class-woo-variation-gallery-settings.php:568, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:568
     530#: ../includes/class-woo-variation-gallery-settings.php:568
    531531msgid "Product Gallery Thumbnails Image Width In Pixel to fix blurry thumbnail image. Default value is: %1$d. Limit: 80-300. %2$sRecommended: To Regenerate shop thumbnails after change this setting.%3$s"
    532532msgstr ""
    533533
    534 #: ../includes/class-woo-variation-gallery-settings.php:583, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:583
     534#: ../includes/class-woo-variation-gallery-settings.php:583
    535535msgid "Reset Variation Gallery"
    536536msgstr ""
    537537
    538 #: ../includes/class-woo-variation-gallery-settings.php:586, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:586
     538#: ../includes/class-woo-variation-gallery-settings.php:586
    539539msgid "Always Reset Gallery After Variation Select"
    540540msgstr ""
    541541
    542 #: ../includes/class-woo-variation-gallery-settings.php:592, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:592
     542#: ../includes/class-woo-variation-gallery-settings.php:592
    543543msgid "Gallery Image Preload"
    544544msgstr ""
    545545
    546 #: ../includes/class-woo-variation-gallery-settings.php:595, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:595
     546#: ../includes/class-woo-variation-gallery-settings.php:595
    547547msgid "Variation Gallery Image Preload"
    548548msgstr ""
    549549
    550 #: ../includes/class-woo-variation-gallery-settings.php:600, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:600
     550#: ../includes/class-woo-variation-gallery-settings.php:600
    551551msgid "Show Default Gallery Image"
    552552msgstr ""
    553553
    554 #: ../includes/class-woo-variation-gallery-settings.php:603, ../woo-variation-gallery/includes/class-woo-variation-gallery-settings.php:603
     554#: ../includes/class-woo-variation-gallery-settings.php:603
    555555msgid "Show Variation Gallery image with default gallery image"
    556556msgstr ""
    557557
    558 #: ../includes/html-migrations.php:6, ../woo-variation-gallery/includes/html-migrations.php:6
     558#: ../includes/html-migrations.php:6
    559559msgid "Gallery Migration"
    560560msgstr ""
    561561
    562 #: ../includes/html-migrations.php:10, ../woo-variation-gallery/includes/html-migrations.php:10
     562#: ../includes/html-migrations.php:10
    563563msgid "Migrate gallery from other plugins. Migration process will run on background."
    564564msgstr ""
    565565
    566 #: ../includes/html-migrations.php:29, ../woo-variation-gallery/includes/html-migrations.php:29
     566#: ../includes/html-migrations.php:29
    567567msgid "Are you sure you want to \n%s?"
    568568msgstr ""
    569569
    570 #: ../includes/html-settings-sidebar.php:7, ../woo-variation-gallery/includes/html-settings-sidebar.php:7
     570#: ../includes/html-settings-sidebar.php:7
    571571msgid "Documentation"
    572572msgstr ""
    573573
    574 #: ../includes/html-settings-sidebar.php:9, ../woo-variation-gallery/includes/html-settings-sidebar.php:9
     574#: ../includes/html-settings-sidebar.php:9
    575575msgid "Get started by spending some time with the"
    576576msgstr ""
    577577
    578 #: ../includes/html-settings-sidebar.php:10, ../woo-variation-gallery/includes/html-settings-sidebar.php:10
     578#: ../includes/html-settings-sidebar.php:10
    579579msgid "documentation."
    580580msgstr ""
    581581
    582 #: ../includes/html-settings-sidebar.php:15, ../woo-variation-gallery/includes/html-settings-sidebar.php:15
     582#: ../includes/html-settings-sidebar.php:15
    583583msgid "Facing issue?"
    584584msgstr ""
    585585
    586 #: ../includes/html-settings-sidebar.php:17, ../woo-variation-gallery/includes/html-settings-sidebar.php:17
     586#: ../includes/html-settings-sidebar.php:17
    587587msgid "Stuck with something?"
    588588msgstr ""
    589589
    590 #: ../includes/html-settings-sidebar.php:18, ../woo-variation-gallery/includes/html-settings-sidebar.php:18
     590#: ../includes/html-settings-sidebar.php:18
    591591msgid "Please open a ticket."
    592592msgstr ""
    593593
    594 #: ../includes/html-settings-sidebar.php:18, ../woo-variation-gallery/includes/html-settings-sidebar.php:18
     594#: ../includes/html-settings-sidebar.php:18
    595595msgid "For emergency case join our live chat."
    596596msgstr ""
    597597
    598 #: ../includes/html-settings-sidebar.php:23, ../woo-variation-gallery/includes/html-settings-sidebar.php:23
     598#: ../includes/html-settings-sidebar.php:23
    599599msgid "Love Our Plugin?"
    600600msgstr ""
    601601
    602 #: ../includes/html-settings-sidebar.php:25, ../woo-variation-gallery/includes/html-settings-sidebar.php:25
     602#: ../includes/html-settings-sidebar.php:25
    603603msgid "Thank you for choosing"
    604604msgstr ""
    605605
    606 #: ../includes/html-settings-sidebar.php:25, ../woo-variation-gallery/includes/html-settings-sidebar.php:25
     606#: ../includes/html-settings-sidebar.php:25
    607607msgid "Variation Gallery for WooCommerce"
    608608msgstr ""
    609609
    610 #: ../includes/html-settings-sidebar.php:25, ../woo-variation-gallery/includes/html-settings-sidebar.php:25
     610#: ../includes/html-settings-sidebar.php:25
    611611msgid "If you have found our plugin useful and makes you smile,"
    612612msgstr ""
    613613
    614 #: ../includes/html-settings-sidebar.php:26, ../woo-variation-gallery/includes/html-settings-sidebar.php:26
     614#: ../includes/html-settings-sidebar.php:26
    615615msgid "please consider giving us a 5-star rating."
    616616msgstr ""
    617617
    618 #: ../includes/html-settings-sidebar.php:26, ../woo-variation-gallery/includes/html-settings-sidebar.php:26
     618#: ../includes/html-settings-sidebar.php:26
    619619msgid "It will help us to grow."
    620620msgstr ""
    621621
    622 #: ../includes/html-tutorials.php:6, ../woo-variation-gallery/includes/html-tutorials.php:6
     622#: ../includes/html-tutorials.php:6
    623623msgid "How to tutorials"
    624624msgstr ""
    625625
    626 #: ../includes/html-tutorials.php:168, ../includes/html-tutorials.php:177, ../includes/html-tutorials.php:214, ../includes/html-tutorials.php:223, ../woo-variation-gallery/includes/html-tutorials.php:168, ../woo-variation-gallery/includes/html-tutorials.php:177, ../woo-variation-gallery/includes/html-tutorials.php:214, ../woo-variation-gallery/includes/html-tutorials.php:223
     626#: ../includes/html-tutorials.php:168, ../includes/html-tutorials.php:177, ../includes/html-tutorials.php:214, ../includes/html-tutorials.php:223
    627627msgid "PRO"
    628628msgstr ""
    629629
    630 #: ../includes/getwooplugins/class-getwooplugins-admin-menus.php:129, ../includes/getwooplugins/class-getwooplugins-plugin-deactivate-feedback.php:60, ../woo-variation-gallery/includes/getwooplugins/class-getwooplugins-admin-menus.php:129, ../woo-variation-gallery/includes/getwooplugins/class-getwooplugins-plugin-deactivate-feedback.php:60
     630#: ../includes/getwooplugins/class-getwooplugins-admin-menus.php:129, ../includes/getwooplugins/class-getwooplugins-plugin-deactivate-feedback.php:60
    631631msgid "The changes you made will be lost if you navigate away from this page."
    632632msgstr ""
    633633
    634 #: ../includes/getwooplugins/class-getwooplugins-admin-menus.php:156, ../includes/getwooplugins/class-getwooplugins-admin-menus.php:184, ../woo-variation-gallery/includes/getwooplugins/class-getwooplugins-admin-menus.php:156, ../woo-variation-gallery/includes/getwooplugins/class-getwooplugins-admin-menus.php:184
     634#: ../includes/getwooplugins/class-getwooplugins-admin-menus.php:156, ../includes/getwooplugins/class-getwooplugins-admin-menus.php:184
    635635msgid "GetWooPlugins Settings"
    636636msgstr ""
    637637
    638 #: ../includes/getwooplugins/class-getwooplugins-admin-menus.php:156, ../woo-variation-gallery/includes/getwooplugins/class-getwooplugins-admin-menus.php:156
     638#: ../includes/getwooplugins/class-getwooplugins-admin-menus.php:156
    639639msgid "GetWooPlugins"
    640640msgstr ""
    641641
    642 #: ../includes/getwooplugins/class-getwooplugins-admin-menus.php:184, ../woo-variation-gallery/includes/getwooplugins/class-getwooplugins-admin-menus.php:184
     642#: ../includes/getwooplugins/class-getwooplugins-admin-menus.php:184
    643643msgid "Home"
    644644msgstr ""
    645645
    646 #: ../includes/getwooplugins/class-getwooplugins-admin-settings.php:65, ../woo-variation-gallery/includes/getwooplugins/class-getwooplugins-admin-settings.php:65
     646#: ../includes/getwooplugins/class-getwooplugins-admin-settings.php:65
    647647msgid "Your settings have been saved."
    648648msgstr ""
    649649
    650 #: ../includes/getwooplugins/class-getwooplugins-admin-settings.php:215, ../woo-variation-gallery/includes/getwooplugins/class-getwooplugins-admin-settings.php:215
     650#: ../includes/getwooplugins/class-getwooplugins-admin-settings.php:215
    651651msgid "Check how this feature works."
    652652msgstr ""
    653653
    654 #: ../includes/getwooplugins/class-getwooplugins-admin-settings.php:220, ../woo-variation-gallery/includes/getwooplugins/class-getwooplugins-admin-settings.php:220
     654#: ../includes/getwooplugins/class-getwooplugins-admin-settings.php:220
    655655msgid "See how this feature works"
    656656msgstr ""
    657657
    658 #: ../includes/getwooplugins/html/deactive-feedback-dialog.php:18, ../woo-variation-gallery/includes/getwooplugins/html/deactive-feedback-dialog.php:18
     658#: ../includes/getwooplugins/html/deactive-feedback-dialog.php:18
    659659msgid "QUICK FEEDBACK"
    660660msgstr ""
    661661
    662 #: ../includes/getwooplugins/html/deactive-feedback-dialog.php:20, ../includes/getwooplugins/html/dialog.php:22, ../woo-variation-gallery/includes/getwooplugins/html/deactive-feedback-dialog.php:20, ../woo-variation-gallery/includes/getwooplugins/html/dialog.php:22
     662#: ../includes/getwooplugins/html/deactive-feedback-dialog.php:20, ../includes/getwooplugins/html/dialog.php:22
    663663msgid "Close modal panel"
    664664msgstr ""
    665665
    666 #: ../includes/getwooplugins/html/deactive-feedback-dialog.php:26, ../woo-variation-gallery/includes/getwooplugins/html/deactive-feedback-dialog.php:26
     666#: ../includes/getwooplugins/html/deactive-feedback-dialog.php:26
    667667msgid "May we have a little info about why you are deactivating?"
    668668msgstr ""
    669669
    670 #: ../includes/getwooplugins/html/deactive-feedback-dialog.php:53, ../includes/getwooplugins/html/deactive-feedback-dialog.php:53, ../woo-variation-gallery/includes/getwooplugins/html/deactive-feedback-dialog.php:53, ../woo-variation-gallery/includes/getwooplugins/html/deactive-feedback-dialog.php:53
     670#: ../includes/getwooplugins/html/deactive-feedback-dialog.php:53, ../includes/getwooplugins/html/deactive-feedback-dialog.php:53
    671671msgid "Send feedback &amp; Deactivate"
    672672msgstr ""
    673673
    674 #: ../includes/getwooplugins/html/deactive-feedback-dialog.php:53, ../woo-variation-gallery/includes/getwooplugins/html/deactive-feedback-dialog.php:53
     674#: ../includes/getwooplugins/html/deactive-feedback-dialog.php:53
    675675msgid "Deactivating..."
    676676msgstr ""
    677677
    678 #: ../includes/getwooplugins/html/deactive-feedback-dialog.php:57, ../woo-variation-gallery/includes/getwooplugins/html/deactive-feedback-dialog.php:57
     678#: ../includes/getwooplugins/html/deactive-feedback-dialog.php:57
    679679msgid "Skip &amp; Deactivate"
    680680msgstr ""
    681681
    682 #: ../includes/getwooplugins/html/settings-page.php:85, ../includes/getwooplugins/html/settings-page.php:85, ../woo-variation-gallery/includes/getwooplugins/html/settings-page.php:85, ../woo-variation-gallery/includes/getwooplugins/html/settings-page.php:85
     682#: ../includes/getwooplugins/html/settings-page.php:85, ../includes/getwooplugins/html/settings-page.php:85
    683683msgid "Save changes"
    684684msgstr ""
    685685
    686 #: ../includes/getwooplugins/html/settings-page.php:86, ../woo-variation-gallery/includes/getwooplugins/html/settings-page.php:86
     686#: ../includes/getwooplugins/html/settings-page.php:86
    687687msgid "Are you sure to reset?"
    688688msgstr ""
    689689
    690 #: ../includes/getwooplugins/html/settings-page.php:86, ../woo-variation-gallery/includes/getwooplugins/html/settings-page.php:86
     690#: ../includes/getwooplugins/html/settings-page.php:86
    691691msgid "Reset all"
    692692msgstr ""
    693693
    694 #: ../woo-variation-gallery/woo-variation-gallery.php:37, ../woo-variation-gallery.php:37
     694#: ../woo-variation-gallery.php:37
    695695msgid "WooCommerce"
    696696msgstr ""
    697697
    698 #: ../woo-variation-gallery/woo-variation-gallery.php:45, ../woo-variation-gallery.php:45
     698#: ../woo-variation-gallery.php:45
    699699msgid "<strong>Variation Gallery for WooCommerce</strong> is an add-on of "
    700700msgstr ""
  • woo-variation-gallery/trunk/woo-variation-gallery.php

    r3129445 r3140984  
    55 * Description: Allows inserting multiple images for per variation to let visitors see a different images when WooCommerce product variations are switched.
    66 * Author: Emran Ahmed
    7  * Version: 1.3.23
     7 * Version: 1.3.24
    88 * Domain Path: /languages
    99 * Requires PHP: 7.4
     
    1111 * Tested up to: 6.6
    1212 * WC requires at least: 5.8
    13  * WC tested up to: 9.1
     13 * WC tested up to: 9.2
    1414 * Requires Plugins: woocommerce
    1515 * Text Domain: woo-variation-gallery
     
    2424
    2525if ( ! defined( 'WOO_VARIATION_GALLERY_PLUGIN_VERSION' ) ) {
    26     define( 'WOO_VARIATION_GALLERY_PLUGIN_VERSION', '1.3.23' );
     26    define( 'WOO_VARIATION_GALLERY_PLUGIN_VERSION', '1.3.24' );
    2727}
    2828
Note: See TracChangeset for help on using the changeset viewer.