YITH WooCommerce Ajax Product Filter - Version 2.6.0

Version Description

  • Added: yith_wcan_show_widget hook to manage the widgets display condition
  • Added: yith_wcan_is_search hook to disable the widgets in search page
  • Fixed: Disable widgets in search page
Download this release

Release Info

Developer yithemes
Plugin Icon 128x128 YITH WooCommerce Ajax Product Filter
Version 2.6.0
Comparing to
See all releases

Code changes from version 2.5.0 to 2.6.0

README.txt CHANGED
@@ -4,7 +4,7 @@ Contributors: yithemes
4
  Tags: woocommerce ajax product filter download, woocommerce, widget, ajax, ajax filtered nav, ajax navigation, ajax filtered navigation, woocommerce layered navigation, woocommerce layered nav, product filter, product filters, ajax product filter, woocommerce ajax product filter, woocommerce filters, sidebar filter, sidebar ajax filter, ajax price filter, price filter, product sorting, woocommerce filter, taxonomy filter, attribute filter, attributes filter, woocommerce product sort, ajax sort, woocommerce ajax product filter, advanced product filters, ajax product filters, filters, woocommerce ajax product filters, woocommerce product filters, woocommerce product filters, category filter, attribute filters, woocommerce products filter, woocommerce price filter, yit, yith, yithemes
5
  Requires at least: 4.0
6
  Tested up to: 4.3.1
7
- Stable tag: 2.5.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -159,6 +159,12 @@ If you want to see a demonstration version of the premium plugin, you can see it
159
 
160
  == Changelog ==
161
 
 
 
 
 
 
 
162
  = 2.5.0 =
163
 
164
  * Added: yith_wcan_untrailingslashit hook for disable untrailingslashit function in filter link
4
  Tags: woocommerce ajax product filter download, woocommerce, widget, ajax, ajax filtered nav, ajax navigation, ajax filtered navigation, woocommerce layered navigation, woocommerce layered nav, product filter, product filters, ajax product filter, woocommerce ajax product filter, woocommerce filters, sidebar filter, sidebar ajax filter, ajax price filter, price filter, product sorting, woocommerce filter, taxonomy filter, attribute filter, attributes filter, woocommerce product sort, ajax sort, woocommerce ajax product filter, advanced product filters, ajax product filters, filters, woocommerce ajax product filters, woocommerce product filters, woocommerce product filters, category filter, attribute filters, woocommerce products filter, woocommerce price filter, yit, yith, yithemes
5
  Requires at least: 4.0
6
  Tested up to: 4.3.1
7
+ Stable tag: 2.6.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
159
 
160
  == Changelog ==
161
 
162
+ = 2.6.0 =
163
+
164
+ * Added: yith_wcan_show_widget hook to manage the widgets display condition
165
+ * Added: yith_wcan_is_search hook to disable the widgets in search page
166
+ * Fixed: Disable widgets in search page
167
+
168
  = 2.5.0 =
169
 
170
  * Added: yith_wcan_untrailingslashit hook for disable untrailingslashit function in filter link
assets/css/admin.css CHANGED
@@ -23,7 +23,6 @@ p.yit-wcan-display-color,
23
  p#yit-wcan-style,
24
  p#yit-wcan-show-count,
25
  p.yit-wcan-display-tags,
26
- p.yit-wcan-display-brands,
27
  div.yit-wcan-widget-tag-list {
28
  display: none;
29
  }
23
  p#yit-wcan-style,
24
  p#yit-wcan-show-count,
25
  p.yit-wcan-display-tags,
 
26
  div.yit-wcan-widget-tag-list {
27
  display: none;
28
  }
assets/images/07-bg.png ADDED
Binary file
assets/images/07-icon.png ADDED
Binary file
assets/images/07.png ADDED
Binary file
includes/class.yith-wcan-admin.php CHANGED
@@ -78,9 +78,6 @@ if ( ! class_exists( 'YITH_WCAN_Admin' ) ) {
78
  add_filter( 'plugin_action_links_' . plugin_basename( YITH_WCAN_DIR . '/' . basename( YITH_WCAN_FILE ) ), array( $this, 'action_links' ) );
79
  add_filter( 'plugin_row_meta', array( $this, 'plugin_row_meta' ), 10, 4 );
80
 
81
- /* Add WordPress Pointer */
82
- add_action( 'admin_init', array( $this, 'register_pointer' ) );
83
-
84
  // YITH WCAN Loaded
85
  do_action( 'yith_wcan_loaded' );
86
  }
@@ -253,47 +250,6 @@ if ( ! class_exists( 'YITH_WCAN_Admin' ) ) {
253
  return defined( 'YITH_REFER_ID' ) ? $this->_premium_landing . '?refer_id=' . YITH_REFER_ID : $this->_premium_landing . '?refer_id=1030585';
254
  }
255
 
256
- /**
257
- * Add WP Pointer
258
- */
259
- public function register_pointer() {
260
-
261
- if( defined( 'YITH_WCAN_PREMIUM' ) && YITH_WCAN_PREMIUM ){
262
- return;
263
- }
264
-
265
- if ( ! class_exists( 'YIT_Pointers' ) ) {
266
- include_once( 'plugin-fw/lib/yit-pointers.php' );
267
- }
268
-
269
- $message = __( 'Dear users,
270
- we would like to inform you that the YITH WooCommerce Ajax Navigation plugin will change its name in YITH WooCommerce Ajax Product Filter from the next update. Also, the plugin textdomain will change too from "yit" to "yith-woocommerce-ajax-navigation".
271
- This modification solves the issues about textdomain conflicts generated by some translation/multilanguage plugins you have identified in the past weeks.
272
- If updating the plugin some language files are no more recognized by WordPress, you will just have to rename the language files in the correct format. After renaming the files, you can update/translate the .po file following the classic procedure for translations.', 'yith-woocommerce-ajax-navigation' );
273
-
274
- $plugin_name = _x( 'YITH WooCommerce Ajax Product Filter', 'Admin(Pointers): Plugin Title', 'yith-woocommerce-ajax-navigation' );
275
-
276
- $premium_message = sprintf( '%s, <a href="%s" target"_blank">%s</a>.', __( 'YITH WooCommerce Product Filter has been updated with new available options', 'yith-woocommerce-ajax-navigation' ), $this->_premium_landing, __( 'discover the PREMIUM version', 'yith-woocommerce-ajax-navigation' ) );
277
-
278
- $args = array();
279
- foreach ( array( 'plugins', 'update' ) as $screen ) {
280
- $args[] = array(
281
- 'screen_id' => $screen,
282
- 'pointer_id' => 'yith_wcan_panel',
283
- 'target' => '#toplevel_page_yit_plugin_panel',
284
- 'content' => sprintf( '<h3> %s </h3> <p> %s </p> <p>%s</p>',
285
- $plugin_name,
286
- $message,
287
- $premium_message
288
- ),
289
- 'position' => array( 'edge' => 'left', 'align' => 'center' ),
290
- 'init' => YITH_WCAN_FREE_INIT
291
- );
292
- }
293
-
294
- YIT_Pointers()->register( $args );
295
- }
296
-
297
  /**
298
  * Add the frontend tab description
299
  *
78
  add_filter( 'plugin_action_links_' . plugin_basename( YITH_WCAN_DIR . '/' . basename( YITH_WCAN_FILE ) ), array( $this, 'action_links' ) );
79
  add_filter( 'plugin_row_meta', array( $this, 'plugin_row_meta' ), 10, 4 );
80
 
 
 
 
81
  // YITH WCAN Loaded
82
  do_action( 'yith_wcan_loaded' );
83
  }
250
  return defined( 'YITH_REFER_ID' ) ? $this->_premium_landing . '?refer_id=' . YITH_REFER_ID : $this->_premium_landing . '?refer_id=1030585';
251
  }
252
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
253
  /**
254
  * Add the frontend tab description
255
  *
init.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: YITH WooCommerce Ajax Product Filter
4
  * Plugin URI: http://yithemes.com/
5
  * Description: YITH WooCommerce Ajax Product Filter offers the perfect way to filter all the products of your shop.
6
- * Version: 2.5.0
7
  * Author: yithemes
8
  * Author URI: http://yithemes.com/
9
  * Text Domain: yith_wc_ajxnav
@@ -65,12 +65,14 @@ if ( defined( 'YITH_WCAN_VERSION' ) ) {
65
  ! defined( 'YITH_WCAN' ) && define( 'YITH_WCAN', true );
66
  ! defined( 'YITH_WCAN_URL' ) && define( 'YITH_WCAN_URL', plugin_dir_url( __FILE__ ) );
67
  ! defined( 'YITH_WCAN_DIR' ) && define( 'YITH_WCAN_DIR', plugin_dir_path( __FILE__ ) );
68
- ! defined( 'YITH_WCAN_VERSION' ) && define( 'YITH_WCAN_VERSION', '2.5.0' );
69
  ! defined( 'YITH_WCAN_FREE_INIT') && define( 'YITH_WCAN_FREE_INIT', plugin_basename( __FILE__ ) );
70
  ! defined( 'YITH_WCAN_FILE' ) && define( 'YITH_WCAN_FILE', __FILE__ );
71
 
72
  /* Plugin Framework Version Check */
73
- ! function_exists( 'yit_maybe_plugin_fw_loader' ) && require_once( YITH_WCAN_DIR . 'plugin-fw/init.php' );
 
 
74
  yit_maybe_plugin_fw_loader( YITH_WCAN_DIR );
75
 
76
  /**
3
  * Plugin Name: YITH WooCommerce Ajax Product Filter
4
  * Plugin URI: http://yithemes.com/
5
  * Description: YITH WooCommerce Ajax Product Filter offers the perfect way to filter all the products of your shop.
6
+ * Version: 2.6.0
7
  * Author: yithemes
8
  * Author URI: http://yithemes.com/
9
  * Text Domain: yith_wc_ajxnav
65
  ! defined( 'YITH_WCAN' ) && define( 'YITH_WCAN', true );
66
  ! defined( 'YITH_WCAN_URL' ) && define( 'YITH_WCAN_URL', plugin_dir_url( __FILE__ ) );
67
  ! defined( 'YITH_WCAN_DIR' ) && define( 'YITH_WCAN_DIR', plugin_dir_path( __FILE__ ) );
68
+ ! defined( 'YITH_WCAN_VERSION' ) && define( 'YITH_WCAN_VERSION', '2.6.0' );
69
  ! defined( 'YITH_WCAN_FREE_INIT') && define( 'YITH_WCAN_FREE_INIT', plugin_basename( __FILE__ ) );
70
  ! defined( 'YITH_WCAN_FILE' ) && define( 'YITH_WCAN_FILE', __FILE__ );
71
 
72
  /* Plugin Framework Version Check */
73
+ if( ! function_exists( 'yit_maybe_plugin_fw_loader' ) && file_exists( YITH_WCAN_DIR . 'plugin-fw/init.php' ) ) {
74
+ require_once( YITH_WCAN_DIR . 'plugin-fw/init.php' );
75
+ }
76
  yit_maybe_plugin_fw_loader( YITH_WCAN_DIR );
77
 
78
  /**
languages/yith-woocommerce-ajax-navigation-it_IT.mo CHANGED
Binary file
languages/yith-woocommerce-ajax-navigation-it_IT.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Ajax Product Filter\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-09-25 10:01+0100\n"
6
- "PO-Revision-Date: 2015-09-25 10:01+0100\n"
7
  "Last-Translator: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language-Team: \n"
9
  "Language: it_IT\n"
@@ -20,80 +20,36 @@ msgstr ""
20
  "X-Poedit-SearchPath-0: .\n"
21
  "X-Poedit-SearchPathExcluded-0: plugin-fw\n"
22
 
23
- #: includes/class.yith-wcan-admin.php:142
24
  msgid "Front end"
25
  msgstr "Front end"
26
 
27
- #: includes/class.yith-wcan-admin.php:143 settings/custom-style-options.php:12
28
  msgid "Custom Style"
29
  msgstr "Modifica stile"
30
 
31
- #: includes/class.yith-wcan-admin.php:144
32
- #: includes/class.yith-wcan-admin.php:216
33
  msgid "Premium Version"
34
  msgstr "Versione Premium"
35
 
36
- #: includes/class.yith-wcan-admin.php:150
37
- #: includes/class.yith-wcan-admin.php:151
38
  msgid "Ajax Product Filter"
39
  msgstr "Ajax Product Filter"
40
 
41
- #: includes/class.yith-wcan-admin.php:212
42
  msgid "Premium live demo"
43
  msgstr "Anteprima versione premium"
44
 
45
- #: includes/class.yith-wcan-admin.php:212
46
  msgid "Live demo"
47
  msgstr "Anteprima"
48
 
49
- #: includes/class.yith-wcan-admin.php:240
50
  msgid "Plugin Documentation"
51
  msgstr "Documentazione Plugin"
52
 
53
- #: includes/class.yith-wcan-admin.php:269
54
- msgid ""
55
- "Dear users,\n"
56
- " we would like to inform you that the YITH "
57
- "WooCommerce Ajax Navigation plugin will change its name in YITH WooCommerce "
58
- "Ajax Product Filter from the next update. Also, the plugin textdomain will "
59
- "change too from \"yit\" to \"yith_wc_ajxnav\".\n"
60
- " This modification solves the issues about "
61
- "textdomain conflicts generated by some translation/multilanguage plugins you "
62
- "have identified in the past weeks.\n"
63
- " If updating the plugin some language files are "
64
- "no more recognized by WordPress, you will just have to rename the language "
65
- "files in the correct format. After renaming the files, you can update/"
66
- "translate the .po file following the classic procedure for translations."
67
- msgstr ""
68
- "Cari utenti,\n"
69
- " comunichiamo che il plugin YITH WooCommerce Ajax "
70
- "Navigation cambierà il proprio nome in YITH WooCommerce Ajax Product Filter "
71
- "dal prossimo aggiornamento. Per di più, anche il textdomain del plugin "
72
- "cambierà da \"yit\" a \"yith_wc_ajxnav\".\n"
73
- " Questa modifica risolve i problemi riguardanti i "
74
- "conflitti di textdomain generati da alcuni plugin di traduzione/multilingua "
75
- "che avete identificato nelle settimane precedenti.\n"
76
- " Se alcuni file di lingua non fossero più "
77
- "riconosciuti da WordPress una volta effettuato l'aggiornamento, basterà "
78
- "rinominare i file di lingua nel formato corretto. Dopo averli rinominati, è "
79
- "possibile aggiornare/tradurre il file .po seguendo la procedura classica di "
80
- "traduzione."
81
-
82
- #: includes/class.yith-wcan-admin.php:274
83
- msgctxt "Admin(Pointers): Plugin Title"
84
- msgid "YITH WooCommerce Ajax Product Filter"
85
- msgstr "YITH WooCommerce Ajax Product Filter"
86
-
87
- #: includes/class.yith-wcan-admin.php:276
88
- msgid ""
89
- "YITH WooCommerce Product Filter has been updated with new available options"
90
- msgstr ""
91
- "YITH WooCommerce Product Filter è stato aggiornato con delle nuove opzioni"
92
-
93
- #: includes/class.yith-wcan-admin.php:276
94
- msgid "discover the PREMIUM version"
95
- msgstr "scopri la versione PREMIUM"
96
-
97
  # @ yit
98
  #: includes/functions.yith-wcan.php:57 includes/functions.yith-wcan.php:71
99
  #: includes/functions.yith-wcan.php:93
@@ -102,7 +58,7 @@ msgstr "Proprietà"
102
 
103
  # @ yit
104
  #: includes/functions.yith-wcan.php:57
105
- #: widgets/class.yith-wcan-navigation-widget.php:813
106
  msgid "Color"
107
  msgstr "Colore"
108
 
@@ -187,7 +143,7 @@ msgstr ""
187
  "Inserisci qui la classe CSS o l'ID per il contenitore del conteggio dei "
188
  "prodotti"
189
 
190
- #: templates/admin/premium.php:203 templates/admin/premium.php:313
191
  #, php-format
192
  msgid ""
193
  "Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Ajax Product "
@@ -196,11 +152,11 @@ msgstr ""
196
  "Aggiorna alla %1$sversione premium%2$s di %1$sYITH WooCommerce Ajax Product "
197
  "Filter%2$s per beneficiare di tutte le funzionalità!"
198
 
199
- #: templates/admin/premium.php:206 templates/admin/premium.php:316
200
  msgid "UPGRADE"
201
  msgstr "AGGIORNA"
202
 
203
- #: templates/admin/premium.php:207 templates/admin/premium.php:317
204
  msgid "to the premium version"
205
  msgstr "alla versione premium"
206
 
@@ -314,6 +270,18 @@ msgstr ""
314
  "personalizzare il widget WooCommerce Price Filter, modificando le apposite "
315
  "impostazioni che sono state inserite nel pannello opzioni del plugin."
316
 
 
 
 
 
 
 
 
 
 
 
 
 
317
  #: widgets/class.yith-wcan-navigation-widget.php:23
318
  msgid "Filter the product list without reloading the page"
319
  msgstr "Filtra l'elenco prodotti senza ricaricare la pagina"
@@ -323,68 +291,68 @@ msgctxt "Admin: Widget Title"
323
  msgid "YITH WooCommerce Ajax Product Filter"
324
  msgstr "YITH WooCommerce Filtro Prodotti Ajax"
325
 
326
- #: widgets/class.yith-wcan-navigation-widget.php:264
327
  msgid "Filters:"
328
  msgstr "Filtri:"
329
 
330
  # @ yit
331
- #: widgets/class.yith-wcan-navigation-widget.php:812
332
  msgid "List"
333
  msgstr "Lista"
334
 
335
  # @ yit
336
- #: widgets/class.yith-wcan-navigation-widget.php:814
337
  msgid "Label"
338
  msgstr "Etichetta"
339
 
340
- #: widgets/class.yith-wcan-navigation-widget.php:815
341
  msgid "Dropdown"
342
  msgstr "Menu a tendina"
343
 
344
  # @ yit
345
- #: widgets/class.yith-wcan-navigation-widget.php:822
346
  #: widgets/class.yith-wcan-reset-navigation-widget.php:89
347
  msgid "Title"
348
  msgstr "Titolo"
349
 
350
  # @ yit
351
- #: widgets/class.yith-wcan-navigation-widget.php:828
352
  msgid "Type:"
353
  msgstr "Tipo:"
354
 
355
  # @ yit
356
- #: widgets/class.yith-wcan-navigation-widget.php:839
357
  msgid "Query Type:"
358
  msgstr "Tipo Query:"
359
 
360
  # @ yit
361
- #: widgets/class.yith-wcan-navigation-widget.php:841
362
  msgid "AND"
363
  msgstr "E"
364
 
365
  # @ yit
366
- #: widgets/class.yith-wcan-navigation-widget.php:842
367
  msgid "OR"
368
  msgstr "O"
369
 
370
  # @ yit
371
- #: widgets/class.yith-wcan-navigation-widget.php:846
372
  msgid "Attribute:"
373
  msgstr "Attributo:"
374
 
375
- #: widgets/class.yith-wcan-navigation-widget.php:853
376
  msgid "Display (default All):"
377
  msgstr "Visualizza (default Tutti)"
378
 
379
- #: widgets/class.yith-wcan-navigation-widget.php:855
380
  msgid "All (no hierarchical)"
381
  msgstr "Tutti (non gerarchico)"
382
 
383
- #: widgets/class.yith-wcan-navigation-widget.php:856
384
  msgid "All (hierarchical)"
385
  msgstr "Tutti (gerarchico)"
386
 
387
- #: widgets/class.yith-wcan-navigation-widget.php:857
388
  msgid "Only Parent"
389
  msgstr "Solo Principali"
390
 
@@ -405,6 +373,49 @@ msgstr "Resetta tutti i filtri"
405
  msgid "Button Label"
406
  msgstr "Etichetta Pulsante"
407
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
408
  #~ msgid "Settings"
409
  #~ msgstr "Impostazioni"
410
 
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Ajax Product Filter\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-11-02 15:07+0100\n"
6
+ "PO-Revision-Date: 2015-11-02 15:07+0100\n"
7
  "Last-Translator: Your Inspiration Themes <plugins@yithemes.com>\n"
8
  "Language-Team: \n"
9
  "Language: it_IT\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
  "X-Poedit-SearchPathExcluded-0: plugin-fw\n"
22
 
23
+ #: includes/class.yith-wcan-admin.php:139
24
  msgid "Front end"
25
  msgstr "Front end"
26
 
27
+ #: includes/class.yith-wcan-admin.php:140 settings/custom-style-options.php:12
28
  msgid "Custom Style"
29
  msgstr "Modifica stile"
30
 
31
+ #: includes/class.yith-wcan-admin.php:141
32
+ #: includes/class.yith-wcan-admin.php:213
33
  msgid "Premium Version"
34
  msgstr "Versione Premium"
35
 
36
+ #: includes/class.yith-wcan-admin.php:147
37
+ #: includes/class.yith-wcan-admin.php:148
38
  msgid "Ajax Product Filter"
39
  msgstr "Ajax Product Filter"
40
 
41
+ #: includes/class.yith-wcan-admin.php:209
42
  msgid "Premium live demo"
43
  msgstr "Anteprima versione premium"
44
 
45
+ #: includes/class.yith-wcan-admin.php:209
46
  msgid "Live demo"
47
  msgstr "Anteprima"
48
 
49
+ #: includes/class.yith-wcan-admin.php:237
50
  msgid "Plugin Documentation"
51
  msgstr "Documentazione Plugin"
52
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
53
  # @ yit
54
  #: includes/functions.yith-wcan.php:57 includes/functions.yith-wcan.php:71
55
  #: includes/functions.yith-wcan.php:93
58
 
59
  # @ yit
60
  #: includes/functions.yith-wcan.php:57
61
+ #: widgets/class.yith-wcan-navigation-widget.php:767
62
  msgid "Color"
63
  msgstr "Colore"
64
 
143
  "Inserisci qui la classe CSS o l'ID per il contenitore del conteggio dei "
144
  "prodotti"
145
 
146
+ #: templates/admin/premium.php:203 templates/admin/premium.php:329
147
  #, php-format
148
  msgid ""
149
  "Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Ajax Product "
152
  "Aggiorna alla %1$sversione premium%2$s di %1$sYITH WooCommerce Ajax Product "
153
  "Filter%2$s per beneficiare di tutte le funzionalità!"
154
 
155
+ #: templates/admin/premium.php:206 templates/admin/premium.php:332
156
  msgid "UPGRADE"
157
  msgstr "AGGIORNA"
158
 
159
+ #: templates/admin/premium.php:207 templates/admin/premium.php:333
160
  msgid "to the premium version"
161
  msgstr "alla versione premium"
162
 
270
  "personalizzare il widget WooCommerce Price Filter, modificando le apposite "
271
  "impostazioni che sono state inserite nel pannello opzioni del plugin."
272
 
273
+ #: templates/admin/premium.php:317
274
+ msgid "SEO"
275
+ msgstr ""
276
+
277
+ #: templates/admin/premium.php:320
278
+ msgid ""
279
+ "The Ajax management of the plugin adds specific queries to the URLs of the "
280
+ "current page. Choose whether to allow search engines to index the URLs "
281
+ "generated by the plugin, or not: with the latter, you will be free to avoid "
282
+ "possible penalizations that may apply to your site."
283
+ msgstr ""
284
+
285
  #: widgets/class.yith-wcan-navigation-widget.php:23
286
  msgid "Filter the product list without reloading the page"
287
  msgstr "Filtra l'elenco prodotti senza ricaricare la pagina"
291
  msgid "YITH WooCommerce Ajax Product Filter"
292
  msgstr "YITH WooCommerce Filtro Prodotti Ajax"
293
 
294
+ #: widgets/class.yith-wcan-navigation-widget.php:254
295
  msgid "Filters:"
296
  msgstr "Filtri:"
297
 
298
  # @ yit
299
+ #: widgets/class.yith-wcan-navigation-widget.php:766
300
  msgid "List"
301
  msgstr "Lista"
302
 
303
  # @ yit
304
+ #: widgets/class.yith-wcan-navigation-widget.php:768
305
  msgid "Label"
306
  msgstr "Etichetta"
307
 
308
+ #: widgets/class.yith-wcan-navigation-widget.php:769
309
  msgid "Dropdown"
310
  msgstr "Menu a tendina"
311
 
312
  # @ yit
313
+ #: widgets/class.yith-wcan-navigation-widget.php:776
314
  #: widgets/class.yith-wcan-reset-navigation-widget.php:89
315
  msgid "Title"
316
  msgstr "Titolo"
317
 
318
  # @ yit
319
+ #: widgets/class.yith-wcan-navigation-widget.php:782
320
  msgid "Type:"
321
  msgstr "Tipo:"
322
 
323
  # @ yit
324
+ #: widgets/class.yith-wcan-navigation-widget.php:793
325
  msgid "Query Type:"
326
  msgstr "Tipo Query:"
327
 
328
  # @ yit
329
+ #: widgets/class.yith-wcan-navigation-widget.php:795
330
  msgid "AND"
331
  msgstr "E"
332
 
333
  # @ yit
334
+ #: widgets/class.yith-wcan-navigation-widget.php:796
335
  msgid "OR"
336
  msgstr "O"
337
 
338
  # @ yit
339
+ #: widgets/class.yith-wcan-navigation-widget.php:801
340
  msgid "Attribute:"
341
  msgstr "Attributo:"
342
 
343
+ #: widgets/class.yith-wcan-navigation-widget.php:808
344
  msgid "Display (default All):"
345
  msgstr "Visualizza (default Tutti)"
346
 
347
+ #: widgets/class.yith-wcan-navigation-widget.php:810
348
  msgid "All (no hierarchical)"
349
  msgstr "Tutti (non gerarchico)"
350
 
351
+ #: widgets/class.yith-wcan-navigation-widget.php:811
352
  msgid "All (hierarchical)"
353
  msgstr "Tutti (gerarchico)"
354
 
355
+ #: widgets/class.yith-wcan-navigation-widget.php:812
356
  msgid "Only Parent"
357
  msgstr "Solo Principali"
358
 
373
  msgid "Button Label"
374
  msgstr "Etichetta Pulsante"
375
 
376
+ #~ msgid ""
377
+ #~ "Dear users,\n"
378
+ #~ " we would like to inform you that the YITH "
379
+ #~ "WooCommerce Ajax Navigation plugin will change its name in YITH "
380
+ #~ "WooCommerce Ajax Product Filter from the next update. Also, the plugin "
381
+ #~ "textdomain will change too from \"yit\" to \"yith_wc_ajxnav\".\n"
382
+ #~ " This modification solves the issues about "
383
+ #~ "textdomain conflicts generated by some translation/multilanguage plugins "
384
+ #~ "you have identified in the past weeks.\n"
385
+ #~ " If updating the plugin some language files "
386
+ #~ "are no more recognized by WordPress, you will just have to rename the "
387
+ #~ "language files in the correct format. After renaming the files, you can "
388
+ #~ "update/translate the .po file following the classic procedure for "
389
+ #~ "translations."
390
+ #~ msgstr ""
391
+ #~ "Cari utenti,\n"
392
+ #~ " comunichiamo che il plugin YITH WooCommerce "
393
+ #~ "Ajax Navigation cambierà il proprio nome in YITH WooCommerce Ajax Product "
394
+ #~ "Filter dal prossimo aggiornamento. Per di più, anche il textdomain del "
395
+ #~ "plugin cambierà da \"yit\" a \"yith_wc_ajxnav\".\n"
396
+ #~ " Questa modifica risolve i problemi "
397
+ #~ "riguardanti i conflitti di textdomain generati da alcuni plugin di "
398
+ #~ "traduzione/multilingua che avete identificato nelle settimane "
399
+ #~ "precedenti.\n"
400
+ #~ " Se alcuni file di lingua non fossero più "
401
+ #~ "riconosciuti da WordPress una volta effettuato l'aggiornamento, basterà "
402
+ #~ "rinominare i file di lingua nel formato corretto. Dopo averli rinominati, "
403
+ #~ "è possibile aggiornare/tradurre il file .po seguendo la procedura "
404
+ #~ "classica di traduzione."
405
+
406
+ #~ msgctxt "Admin(Pointers): Plugin Title"
407
+ #~ msgid "YITH WooCommerce Ajax Product Filter"
408
+ #~ msgstr "YITH WooCommerce Ajax Product Filter"
409
+
410
+ #~ msgid ""
411
+ #~ "YITH WooCommerce Product Filter has been updated with new available "
412
+ #~ "options"
413
+ #~ msgstr ""
414
+ #~ "YITH WooCommerce Product Filter è stato aggiornato con delle nuove opzioni"
415
+
416
+ #~ msgid "discover the PREMIUM version"
417
+ #~ msgstr "scopri la versione PREMIUM"
418
+
419
  #~ msgid "Settings"
420
  #~ msgstr "Impostazioni"
421
 
languages/yith-woocommerce-ajax-navigation-tr_TR.mo CHANGED
Binary file
languages/yith-woocommerce-ajax-navigation-tr_TR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Ajax Product filter\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-09-25 10:01+0100\n"
6
- "PO-Revision-Date: 2015-09-25 10:01+0100\n"
7
  "Last-Translator: Caner Öncel <caneroncel@gmail.com>\n"
8
  "Language-Team: Caner Öncel <caneroncel@gmail.com>\n"
9
  "Language: tr\n"
@@ -20,66 +20,36 @@ msgstr ""
20
  "X-Poedit-SearchPath-0: .\n"
21
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
22
 
23
- #: includes/class.yith-wcan-admin.php:142
24
  msgid "Front end"
25
  msgstr ""
26
 
27
- #: includes/class.yith-wcan-admin.php:143 settings/custom-style-options.php:12
28
  msgid "Custom Style"
29
  msgstr ""
30
 
31
- #: includes/class.yith-wcan-admin.php:144
32
- #: includes/class.yith-wcan-admin.php:216
33
  msgid "Premium Version"
34
  msgstr ""
35
 
36
- #: includes/class.yith-wcan-admin.php:150
37
- #: includes/class.yith-wcan-admin.php:151
38
  msgid "Ajax Product Filter"
39
  msgstr ""
40
 
41
- #: includes/class.yith-wcan-admin.php:212
42
  msgid "Premium live demo"
43
  msgstr ""
44
 
45
- #: includes/class.yith-wcan-admin.php:212
46
  msgid "Live demo"
47
  msgstr ""
48
 
49
- #: includes/class.yith-wcan-admin.php:240
50
  msgid "Plugin Documentation"
51
  msgstr ""
52
 
53
- #: includes/class.yith-wcan-admin.php:269
54
- msgid ""
55
- "Dear users,\n"
56
- " we would like to inform you that the YITH "
57
- "WooCommerce Ajax Navigation plugin will change its name in YITH WooCommerce "
58
- "Ajax Product Filter from the next update. Also, the plugin textdomain will "
59
- "change too from \"yit\" to \"yith_wc_ajxnav\".\n"
60
- " This modification solves the issues about "
61
- "textdomain conflicts generated by some translation/multilanguage plugins you "
62
- "have identified in the past weeks.\n"
63
- " If updating the plugin some language files are "
64
- "no more recognized by WordPress, you will just have to rename the language "
65
- "files in the correct format. After renaming the files, you can update/"
66
- "translate the .po file following the classic procedure for translations."
67
- msgstr ""
68
-
69
- #: includes/class.yith-wcan-admin.php:274
70
- msgctxt "Admin(Pointers): Plugin Title"
71
- msgid "YITH WooCommerce Ajax Product Filter"
72
- msgstr ""
73
-
74
- #: includes/class.yith-wcan-admin.php:276
75
- msgid ""
76
- "YITH WooCommerce Product Filter has been updated with new available options"
77
- msgstr ""
78
-
79
- #: includes/class.yith-wcan-admin.php:276
80
- msgid "discover the PREMIUM version"
81
- msgstr ""
82
-
83
  # @ yit
84
  #: includes/functions.yith-wcan.php:57 includes/functions.yith-wcan.php:71
85
  #: includes/functions.yith-wcan.php:93
@@ -88,7 +58,7 @@ msgstr "Terim"
88
 
89
  # @ yit
90
  #: includes/functions.yith-wcan.php:57
91
- #: widgets/class.yith-wcan-navigation-widget.php:813
92
  msgid "Color"
93
  msgstr "Renk"
94
 
@@ -327,7 +297,7 @@ msgstr ""
327
  msgid "Upload multiple files"
328
  msgstr ""
329
 
330
- #: plugin-fw/lib/yit-plugin-panel-wc.php:323
331
  msgid "The changes you have made will be lost if you leave this page."
332
  msgstr ""
333
 
@@ -340,68 +310,68 @@ msgstr ""
340
  msgid "YIT Plugins"
341
  msgstr ""
342
 
343
- #: plugin-fw/lib/yit-plugin-panel.php:293
344
  #: plugin-fw/lib/yit-plugin-subpanel.php:143
345
  #: plugin-fw/templates/panel/woocommerce/woocommerce-form.php:5
346
  msgid "Save Changes"
347
  msgstr ""
348
 
349
- #: plugin-fw/lib/yit-plugin-panel.php:296
350
  #: plugin-fw/templates/panel/woocommerce/woocommerce-form.php:8
351
  msgid ""
352
  "If you continue with this action, you will reset all options in this page."
353
  msgstr ""
354
 
355
- #: plugin-fw/lib/yit-plugin-panel.php:298
356
  #: plugin-fw/lib/yit-plugin-subpanel.php:148
357
  msgid "Reset to default"
358
  msgstr ""
359
 
360
- #: plugin-fw/lib/yit-plugin-panel.php:298
361
  #: plugin-fw/lib/yit-plugin-subpanel.php:148
362
  #: plugin-fw/templates/panel/woocommerce/woocommerce-form.php:11
363
  msgid "Are you sure?"
364
  msgstr ""
365
 
366
- #: plugin-fw/lib/yit-plugin-panel.php:432
367
  msgid ""
368
  "The element you have entered already exists. Please, enter another name."
369
  msgstr ""
370
 
371
- #: plugin-fw/lib/yit-plugin-panel.php:433
372
  msgid "Settings saved"
373
  msgstr ""
374
 
375
- #: plugin-fw/lib/yit-plugin-panel.php:434
376
  msgid "Settings reset"
377
  msgstr ""
378
 
379
- #: plugin-fw/lib/yit-plugin-panel.php:435
380
  msgid "Element deleted correctly."
381
  msgstr ""
382
 
383
- #: plugin-fw/lib/yit-plugin-panel.php:436
384
- #: plugin-fw/lib/yit-plugin-panel.php:437
385
  msgid "Element updated correctly."
386
  msgstr ""
387
 
388
- #: plugin-fw/lib/yit-plugin-panel.php:438
389
  msgid "Database imported correctly."
390
  msgstr ""
391
 
392
- #: plugin-fw/lib/yit-plugin-panel.php:439
393
  msgid "An error has occurred during import. Please try again."
394
  msgstr ""
395
 
396
- #: plugin-fw/lib/yit-plugin-panel.php:440
397
  msgid "The added file is not valid."
398
  msgstr ""
399
 
400
- #: plugin-fw/lib/yit-plugin-panel.php:441
401
  msgid "Sorry, import is disabled."
402
  msgstr ""
403
 
404
- #: plugin-fw/lib/yit-plugin-panel.php:442
405
  msgid "Sorting successful."
406
  msgstr ""
407
 
@@ -467,26 +437,26 @@ msgstr ""
467
  msgid "Update now."
468
  msgstr ""
469
 
470
- #: plugin-fw/lib/yit-upgrade.php:231
471
  msgid "Yithemes Repository"
472
  msgstr ""
473
 
474
- #: plugin-fw/lib/yit-upgrade.php:265
475
  msgid "Invalid URL Provided."
476
  msgstr ""
477
 
478
- #: plugin-fw/lib/yit-upgrade.php:278
479
  msgid "Could not create Temporary file."
480
  msgstr ""
481
 
482
- #: plugin-fw/lib/yit-upgrade.php:420
483
  #, php-format
484
  msgid ""
485
  "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
486
  "yit-changelog-button\" title=\"%3$s\">View version %4$s details</a>."
487
  msgstr ""
488
 
489
- #: plugin-fw/lib/yit-upgrade.php:422
490
  #, php-format
491
  msgid ""
492
  "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
@@ -495,7 +465,7 @@ msgid ""
495
  "automatic updates.</em>"
496
  msgstr ""
497
 
498
- #: plugin-fw/lib/yit-upgrade.php:424
499
  #, php-format
500
  msgid ""
501
  "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
@@ -504,7 +474,7 @@ msgid ""
504
  "title=\"Licence activation\">activate</a> your copy of %6s.</em>"
505
  msgstr ""
506
 
507
- #: plugin-fw/lib/yit-upgrade.php:426
508
  #, php-format
509
  msgid ""
510
  "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
@@ -512,16 +482,16 @@ msgid ""
512
  "href=\"%5$s\">update now</a>."
513
  msgstr ""
514
 
515
- #: plugin-fw/lib/yit-upgrade.php:499
516
  msgid "You can't update the plugins for this site."
517
  msgstr ""
518
 
519
- #: plugin-fw/lib/yit-upgrade.php:503
520
  msgid ""
521
  "You do not have sufficient permissions to update the plugins for this site."
522
  msgstr ""
523
 
524
- #: plugin-fw/lib/yit-upgrade.php:510
525
  msgid "Update Plugin"
526
  msgstr ""
527
 
@@ -576,13 +546,13 @@ msgstr ""
576
  #: plugin-fw/licence/lib/yit-plugin-licence.php:69
577
  #: plugin-fw/licence/lib/yit-theme-licence.php:64
578
  #: plugin-fw/licence/lib/yit-theme-licence.php:65
579
- #: plugin-fw/licence/lib/yit-theme-licence.php:107
580
- #: plugin-fw/licence/lib/yit-theme-licence.php:108
581
  msgid "Licence Activation"
582
  msgstr ""
583
 
584
- #: plugin-fw/licence/lib/yit-theme-licence.php:115
585
- #: plugin-fw/licence/lib/yit-theme-licence.php:116
586
  #, php-format
587
  msgid "%s"
588
  msgstr ""
@@ -873,7 +843,7 @@ msgstr ""
873
  #: plugin-fw/templates/metaboxes/types/select-icon.php:33
874
  #: plugin-fw/templates/metaboxes/types/upload.php:21
875
  #: plugin-fw/templates/panel/types/upload.php:31
876
- #: plugin-fw/templates/panel/woocommerce/woocommerce-upload.php:35
877
  msgid "Upload"
878
  msgstr "Yükle"
879
 
@@ -1103,18 +1073,18 @@ msgstr ""
1103
  msgid "Put here the CSS class or id for the result count container"
1104
  msgstr ""
1105
 
1106
- #: templates/admin/premium.php:203 templates/admin/premium.php:313
1107
  #, php-format
1108
  msgid ""
1109
  "Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Ajax Product "
1110
  "Filter%2$s to benefit from all features!"
1111
  msgstr ""
1112
 
1113
- #: templates/admin/premium.php:206 templates/admin/premium.php:316
1114
  msgid "UPGRADE"
1115
  msgstr ""
1116
 
1117
- #: templates/admin/premium.php:207 templates/admin/premium.php:317
1118
  msgid "to the premium version"
1119
  msgstr ""
1120
 
@@ -1199,6 +1169,18 @@ msgid ""
1199
  "plugin option panel."
1200
  msgstr ""
1201
 
 
 
 
 
 
 
 
 
 
 
 
 
1202
  #: widgets/class.yith-wcan-navigation-widget.php:23
1203
  msgid "Filter the product list without reloading the page"
1204
  msgstr ""
@@ -1208,68 +1190,68 @@ msgctxt "Admin: Widget Title"
1208
  msgid "YITH WooCommerce Ajax Product Filter"
1209
  msgstr ""
1210
 
1211
- #: widgets/class.yith-wcan-navigation-widget.php:264
1212
  msgid "Filters:"
1213
  msgstr ""
1214
 
1215
  # @ yit
1216
- #: widgets/class.yith-wcan-navigation-widget.php:812
1217
  msgid "List"
1218
  msgstr "Liste"
1219
 
1220
  # @ yit
1221
- #: widgets/class.yith-wcan-navigation-widget.php:814
1222
  msgid "Label"
1223
  msgstr "Etiket"
1224
 
1225
- #: widgets/class.yith-wcan-navigation-widget.php:815
1226
  msgid "Dropdown"
1227
  msgstr "Açılır Menü"
1228
 
1229
  # @ yit
1230
- #: widgets/class.yith-wcan-navigation-widget.php:822
1231
  #: widgets/class.yith-wcan-reset-navigation-widget.php:89
1232
  msgid "Title"
1233
  msgstr "Başlık"
1234
 
1235
  # @ yit
1236
- #: widgets/class.yith-wcan-navigation-widget.php:828
1237
  msgid "Type:"
1238
  msgstr "Tür:"
1239
 
1240
  # @ yit
1241
- #: widgets/class.yith-wcan-navigation-widget.php:839
1242
  msgid "Query Type:"
1243
  msgstr "Sorgu Tipi:"
1244
 
1245
  # @ yit
1246
- #: widgets/class.yith-wcan-navigation-widget.php:841
1247
  msgid "AND"
1248
  msgstr "VE"
1249
 
1250
  # @ yit
1251
- #: widgets/class.yith-wcan-navigation-widget.php:842
1252
  msgid "OR"
1253
  msgstr "VEYA"
1254
 
1255
  # @ yit
1256
- #: widgets/class.yith-wcan-navigation-widget.php:846
1257
  msgid "Attribute:"
1258
  msgstr "Özellikler:"
1259
 
1260
- #: widgets/class.yith-wcan-navigation-widget.php:853
1261
  msgid "Display (default All):"
1262
  msgstr "Görüntüleme (Varsayılan tümü):"
1263
 
1264
- #: widgets/class.yith-wcan-navigation-widget.php:855
1265
  msgid "All (no hierarchical)"
1266
  msgstr "Tümü"
1267
 
1268
- #: widgets/class.yith-wcan-navigation-widget.php:856
1269
  msgid "All (hierarchical)"
1270
  msgstr ""
1271
 
1272
- #: widgets/class.yith-wcan-navigation-widget.php:857
1273
  msgid "Only Parent"
1274
  msgstr "Sadece Ebeveyn"
1275
 
2
  msgstr ""
3
  "Project-Id-Version: YITH WooCommerce Ajax Product filter\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-11-02 15:07+0100\n"
6
+ "PO-Revision-Date: 2015-11-02 15:07+0100\n"
7
  "Last-Translator: Caner Öncel <caneroncel@gmail.com>\n"
8
  "Language-Team: Caner Öncel <caneroncel@gmail.com>\n"
9
  "Language: tr\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
22
 
23
+ #: includes/class.yith-wcan-admin.php:139
24
  msgid "Front end"
25
  msgstr ""
26
 
27
+ #: includes/class.yith-wcan-admin.php:140 settings/custom-style-options.php:12
28
  msgid "Custom Style"
29
  msgstr ""
30
 
31
+ #: includes/class.yith-wcan-admin.php:141
32
+ #: includes/class.yith-wcan-admin.php:213
33
  msgid "Premium Version"
34
  msgstr ""
35
 
36
+ #: includes/class.yith-wcan-admin.php:147
37
+ #: includes/class.yith-wcan-admin.php:148
38
  msgid "Ajax Product Filter"
39
  msgstr ""
40
 
41
+ #: includes/class.yith-wcan-admin.php:209
42
  msgid "Premium live demo"
43
  msgstr ""
44
 
45
+ #: includes/class.yith-wcan-admin.php:209
46
  msgid "Live demo"
47
  msgstr ""
48
 
49
+ #: includes/class.yith-wcan-admin.php:237
50
  msgid "Plugin Documentation"
51
  msgstr ""
52
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
53
  # @ yit
54
  #: includes/functions.yith-wcan.php:57 includes/functions.yith-wcan.php:71
55
  #: includes/functions.yith-wcan.php:93
58
 
59
  # @ yit
60
  #: includes/functions.yith-wcan.php:57
61
+ #: widgets/class.yith-wcan-navigation-widget.php:767
62
  msgid "Color"
63
  msgstr "Renk"
64
 
297
  msgid "Upload multiple files"
298
  msgstr ""
299
 
300
+ #: plugin-fw/lib/yit-plugin-panel-wc.php:336
301
  msgid "The changes you have made will be lost if you leave this page."
302
  msgstr ""
303
 
310
  msgid "YIT Plugins"
311
  msgstr ""
312
 
313
+ #: plugin-fw/lib/yit-plugin-panel.php:288
314
  #: plugin-fw/lib/yit-plugin-subpanel.php:143
315
  #: plugin-fw/templates/panel/woocommerce/woocommerce-form.php:5
316
  msgid "Save Changes"
317
  msgstr ""
318
 
319
+ #: plugin-fw/lib/yit-plugin-panel.php:291
320
  #: plugin-fw/templates/panel/woocommerce/woocommerce-form.php:8
321
  msgid ""
322
  "If you continue with this action, you will reset all options in this page."
323
  msgstr ""
324
 
325
+ #: plugin-fw/lib/yit-plugin-panel.php:293
326
  #: plugin-fw/lib/yit-plugin-subpanel.php:148
327
  msgid "Reset to default"
328
  msgstr ""
329
 
330
+ #: plugin-fw/lib/yit-plugin-panel.php:293
331
  #: plugin-fw/lib/yit-plugin-subpanel.php:148
332
  #: plugin-fw/templates/panel/woocommerce/woocommerce-form.php:11
333
  msgid "Are you sure?"
334
  msgstr ""
335
 
336
+ #: plugin-fw/lib/yit-plugin-panel.php:427
337
  msgid ""
338
  "The element you have entered already exists. Please, enter another name."
339
  msgstr ""
340
 
341
+ #: plugin-fw/lib/yit-plugin-panel.php:428
342
  msgid "Settings saved"
343
  msgstr ""
344
 
345
+ #: plugin-fw/lib/yit-plugin-panel.php:429
346
  msgid "Settings reset"
347
  msgstr ""
348
 
349
+ #: plugin-fw/lib/yit-plugin-panel.php:430
350
  msgid "Element deleted correctly."
351
  msgstr ""
352
 
353
+ #: plugin-fw/lib/yit-plugin-panel.php:431
354
+ #: plugin-fw/lib/yit-plugin-panel.php:432
355
  msgid "Element updated correctly."
356
  msgstr ""
357
 
358
+ #: plugin-fw/lib/yit-plugin-panel.php:433
359
  msgid "Database imported correctly."
360
  msgstr ""
361
 
362
+ #: plugin-fw/lib/yit-plugin-panel.php:434
363
  msgid "An error has occurred during import. Please try again."
364
  msgstr ""
365
 
366
+ #: plugin-fw/lib/yit-plugin-panel.php:435
367
  msgid "The added file is not valid."
368
  msgstr ""
369
 
370
+ #: plugin-fw/lib/yit-plugin-panel.php:436
371
  msgid "Sorry, import is disabled."
372
  msgstr ""
373
 
374
+ #: plugin-fw/lib/yit-plugin-panel.php:437
375
  msgid "Sorting successful."
376
  msgstr ""
377
 
437
  msgid "Update now."
438
  msgstr ""
439
 
440
+ #: plugin-fw/lib/yit-upgrade.php:250
441
  msgid "Yithemes Repository"
442
  msgstr ""
443
 
444
+ #: plugin-fw/lib/yit-upgrade.php:284
445
  msgid "Invalid URL Provided."
446
  msgstr ""
447
 
448
+ #: plugin-fw/lib/yit-upgrade.php:297
449
  msgid "Could not create Temporary file."
450
  msgstr ""
451
 
452
+ #: plugin-fw/lib/yit-upgrade.php:439
453
  #, php-format
454
  msgid ""
455
  "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
456
  "yit-changelog-button\" title=\"%3$s\">View version %4$s details</a>."
457
  msgstr ""
458
 
459
+ #: plugin-fw/lib/yit-upgrade.php:441
460
  #, php-format
461
  msgid ""
462
  "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
465
  "automatic updates.</em>"
466
  msgstr ""
467
 
468
+ #: plugin-fw/lib/yit-upgrade.php:443
469
  #, php-format
470
  msgid ""
471
  "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
474
  "title=\"Licence activation\">activate</a> your copy of %6s.</em>"
475
  msgstr ""
476
 
477
+ #: plugin-fw/lib/yit-upgrade.php:445
478
  #, php-format
479
  msgid ""
480
  "There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
482
  "href=\"%5$s\">update now</a>."
483
  msgstr ""
484
 
485
+ #: plugin-fw/lib/yit-upgrade.php:518
486
  msgid "You can't update the plugins for this site."
487
  msgstr ""
488
 
489
+ #: plugin-fw/lib/yit-upgrade.php:522
490
  msgid ""
491
  "You do not have sufficient permissions to update the plugins for this site."
492
  msgstr ""
493
 
494
+ #: plugin-fw/lib/yit-upgrade.php:529
495
  msgid "Update Plugin"
496
  msgstr ""
497
 
546
  #: plugin-fw/licence/lib/yit-plugin-licence.php:69
547
  #: plugin-fw/licence/lib/yit-theme-licence.php:64
548
  #: plugin-fw/licence/lib/yit-theme-licence.php:65
549
+ #: plugin-fw/licence/lib/yit-theme-licence.php:105
550
+ #: plugin-fw/licence/lib/yit-theme-licence.php:106
551
  msgid "Licence Activation"
552
  msgstr ""
553
 
554
+ #: plugin-fw/licence/lib/yit-theme-licence.php:113
555
+ #: plugin-fw/licence/lib/yit-theme-licence.php:114
556
  #, php-format
557
  msgid "%s"
558
  msgstr ""
843
  #: plugin-fw/templates/metaboxes/types/select-icon.php:33
844
  #: plugin-fw/templates/metaboxes/types/upload.php:21
845
  #: plugin-fw/templates/panel/types/upload.php:31
846
+ #: plugin-fw/templates/panel/woocommerce/woocommerce-upload.php:40
847
  msgid "Upload"
848
  msgstr "Yükle"
849
 
1073
  msgid "Put here the CSS class or id for the result count container"
1074
  msgstr ""
1075
 
1076
+ #: templates/admin/premium.php:203 templates/admin/premium.php:329
1077
  #, php-format
1078
  msgid ""
1079
  "Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Ajax Product "
1080
  "Filter%2$s to benefit from all features!"
1081
  msgstr ""
1082
 
1083
+ #: templates/admin/premium.php:206 templates/admin/premium.php:332
1084
  msgid "UPGRADE"
1085
  msgstr ""
1086
 
1087
+ #: templates/admin/premium.php:207 templates/admin/premium.php:333
1088
  msgid "to the premium version"
1089
  msgstr ""
1090
 
1169
  "plugin option panel."
1170
  msgstr ""
1171
 
1172
+ #: templates/admin/premium.php:317
1173
+ msgid "SEO"
1174
+ msgstr ""
1175
+
1176
+ #: templates/admin/premium.php:320
1177
+ msgid ""
1178
+ "The Ajax management of the plugin adds specific queries to the URLs of the "
1179
+ "current page. Choose whether to allow search engines to index the URLs "
1180
+ "generated by the plugin, or not: with the latter, you will be free to avoid "
1181
+ "possible penalizations that may apply to your site."
1182
+ msgstr ""
1183
+
1184
  #: widgets/class.yith-wcan-navigation-widget.php:23
1185
  msgid "Filter the product list without reloading the page"
1186
  msgstr ""
1190
  msgid "YITH WooCommerce Ajax Product Filter"
1191
  msgstr ""
1192
 
1193
+ #: widgets/class.yith-wcan-navigation-widget.php:254
1194
  msgid "Filters:"
1195
  msgstr ""
1196
 
1197
  # @ yit
1198
+ #: widgets/class.yith-wcan-navigation-widget.php:766
1199
  msgid "List"
1200
  msgstr "Liste"
1201
 
1202
  # @ yit
1203
+ #: widgets/class.yith-wcan-navigation-widget.php:768
1204
  msgid "Label"
1205
  msgstr "Etiket"
1206
 
1207
+ #: widgets/class.yith-wcan-navigation-widget.php:769
1208
  msgid "Dropdown"
1209
  msgstr "Açılır Menü"
1210
 
1211
  # @ yit
1212
+ #: widgets/class.yith-wcan-navigation-widget.php:776
1213
  #: widgets/class.yith-wcan-reset-navigation-widget.php:89
1214
  msgid "Title"
1215
  msgstr "Başlık"
1216
 
1217
  # @ yit
1218
+ #: widgets/class.yith-wcan-navigation-widget.php:782
1219
  msgid "Type:"
1220
  msgstr "Tür:"
1221
 
1222
  # @ yit
1223
+ #: widgets/class.yith-wcan-navigation-widget.php:793
1224
  msgid "Query Type:"
1225
  msgstr "Sorgu Tipi:"
1226
 
1227
  # @ yit
1228
+ #: widgets/class.yith-wcan-navigation-widget.php:795
1229
  msgid "AND"
1230
  msgstr "VE"
1231
 
1232
  # @ yit
1233
+ #: widgets/class.yith-wcan-navigation-widget.php:796
1234
  msgid "OR"
1235
  msgstr "VEYA"
1236
 
1237
  # @ yit
1238
+ #: widgets/class.yith-wcan-navigation-widget.php:801
1239
  msgid "Attribute:"
1240
  msgstr "Özellikler:"
1241
 
1242
+ #: widgets/class.yith-wcan-navigation-widget.php:808
1243
  msgid "Display (default All):"
1244
  msgstr "Görüntüleme (Varsayılan tümü):"
1245
 
1246
+ #: widgets/class.yith-wcan-navigation-widget.php:810
1247
  msgid "All (no hierarchical)"
1248
  msgstr "Tümü"
1249
 
1250
+ #: widgets/class.yith-wcan-navigation-widget.php:811
1251
  msgid "All (hierarchical)"
1252
  msgstr ""
1253
 
1254
+ #: widgets/class.yith-wcan-navigation-widget.php:812
1255
  msgid "Only Parent"
1256
  msgstr "Sadece Ebeveyn"
1257
 
languages/yith-woocommerce-ajax-navigation.pot CHANGED
@@ -3,7 +3,7 @@ msgid ""
3
  msgstr ""
4
  "Project-Id-Version: YITH WooCommerce Ajax Product Filter\n"
5
  "Report-Msgid-Bugs-To: \n"
6
- "POT-Creation-Date: 2015-09-25 10:01+0100\n"
7
  "PO-Revision-Date: 2015-06-19 13:59+0100\n"
8
  "Last-Translator: Your Inspiration Themes <plugins@yithemes.com>\n"
9
  "Language-Team: \n"
@@ -21,69 +21,37 @@ msgstr ""
21
  "X-Poedit-SearchPath-0: .\n"
22
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
23
 
24
- #: includes/class.yith-wcan-admin.php:142
25
  msgid "Front end"
26
  msgstr ""
27
 
28
- #: includes/class.yith-wcan-admin.php:143
29
  #: settings/custom-style-options.php:12
30
  msgid "Custom Style"
31
  msgstr ""
32
 
33
- #: includes/class.yith-wcan-admin.php:144
34
- #: includes/class.yith-wcan-admin.php:216
35
  msgid "Premium Version"
36
  msgstr ""
37
 
38
- #: includes/class.yith-wcan-admin.php:150
39
- #: includes/class.yith-wcan-admin.php:151
40
  msgid "Ajax Product Filter"
41
  msgstr ""
42
 
43
- #: includes/class.yith-wcan-admin.php:212
44
  msgid "Premium live demo"
45
  msgstr ""
46
 
47
- #: includes/class.yith-wcan-admin.php:212
48
  msgid "Live demo"
49
  msgstr ""
50
 
51
- #: includes/class.yith-wcan-admin.php:240
52
  msgid "Plugin Documentation"
53
  msgstr ""
54
 
55
- #: includes/class.yith-wcan-admin.php:269
56
- msgid ""
57
- "Dear users,\n"
58
- " we would like to inform you that the YITH "
59
- "WooCommerce Ajax Navigation plugin will change its name in YITH "
60
- "WooCommerce Ajax Product Filter from the next update. Also, the plugin "
61
- "textdomain will change too from \"yit\" to \"yith_wc_ajxnav\".\n"
62
- " This modification solves the issues about "
63
- "textdomain conflicts generated by some translation/multilanguage "
64
- "plugins you have identified in the past weeks.\n"
65
- " If updating the plugin some language files "
66
- "are no more recognized by WordPress, you will just have to rename the "
67
- "language files in the correct format. After renaming the files, you "
68
- "can update/translate the .po file following the classic procedure for "
69
- "translations."
70
- msgstr ""
71
-
72
- #: includes/class.yith-wcan-admin.php:274
73
- msgctxt "Admin(Pointers): Plugin Title"
74
- msgid "YITH WooCommerce Ajax Product Filter"
75
- msgstr ""
76
-
77
- #: includes/class.yith-wcan-admin.php:276
78
- msgid ""
79
- "YITH WooCommerce Product Filter has been updated with new available "
80
- "options"
81
- msgstr ""
82
-
83
- #: includes/class.yith-wcan-admin.php:276
84
- msgid "discover the PREMIUM version"
85
- msgstr ""
86
-
87
  #: includes/functions.yith-wcan.php:57
88
  #: includes/functions.yith-wcan.php:71
89
  #: includes/functions.yith-wcan.php:93
@@ -91,7 +59,7 @@ msgid "Term"
91
  msgstr ""
92
 
93
  #: includes/functions.yith-wcan.php:57
94
- #: widgets/class.yith-wcan-navigation-widget.php:813
95
  msgid "Color"
96
  msgstr ""
97
 
@@ -330,7 +298,7 @@ msgstr ""
330
  msgid "Upload multiple files"
331
  msgstr ""
332
 
333
- #: plugin-fw/lib/yit-plugin-panel-wc.php:323
334
  msgid "The changes you have made will be lost if you leave this page."
335
  msgstr ""
336
 
@@ -343,70 +311,70 @@ msgstr ""
343
  msgid "YIT Plugins"
344
  msgstr ""
345
 
346
- #: plugin-fw/lib/yit-plugin-panel.php:293
347
  #: plugin-fw/lib/yit-plugin-subpanel.php:143
348
  #: plugin-fw/templates/panel/woocommerce/woocommerce-form.php:5
349
  msgid "Save Changes"
350
  msgstr ""
351
 
352
- #: plugin-fw/lib/yit-plugin-panel.php:296
353
  #: plugin-fw/templates/panel/woocommerce/woocommerce-form.php:8
354
  msgid ""
355
  "If you continue with this action, you will reset all options in this "
356
  "page."
357
  msgstr ""
358
 
359
- #: plugin-fw/lib/yit-plugin-panel.php:298
360
  #: plugin-fw/lib/yit-plugin-subpanel.php:148
361
  msgid "Reset to default"
362
  msgstr ""
363
 
364
- #: plugin-fw/lib/yit-plugin-panel.php:298
365
  #: plugin-fw/lib/yit-plugin-subpanel.php:148
366
  #: plugin-fw/templates/panel/woocommerce/woocommerce-form.php:11
367
  msgid "Are you sure?"
368
  msgstr ""
369
 
370
- #: plugin-fw/lib/yit-plugin-panel.php:432
371
  msgid ""
372
  "The element you have entered already exists. Please, enter another "
373
  "name."
374
  msgstr ""
375
 
376
- #: plugin-fw/lib/yit-plugin-panel.php:433
377
  msgid "Settings saved"
378
  msgstr ""
379
 
380
- #: plugin-fw/lib/yit-plugin-panel.php:434
381
  msgid "Settings reset"
382
  msgstr ""
383
 
384
- #: plugin-fw/lib/yit-plugin-panel.php:435
385
  msgid "Element deleted correctly."
386
  msgstr ""
387
 
388
- #: plugin-fw/lib/yit-plugin-panel.php:436
389
- #: plugin-fw/lib/yit-plugin-panel.php:437
390
  msgid "Element updated correctly."
391
  msgstr ""
392
 
393
- #: plugin-fw/lib/yit-plugin-panel.php:438
394
  msgid "Database imported correctly."
395
  msgstr ""
396
 
397
- #: plugin-fw/lib/yit-plugin-panel.php:439
398
  msgid "An error has occurred during import. Please try again."
399
  msgstr ""
400
 
401
- #: plugin-fw/lib/yit-plugin-panel.php:440
402
  msgid "The added file is not valid."
403
  msgstr ""
404
 
405
- #: plugin-fw/lib/yit-plugin-panel.php:441
406
  msgid "Sorry, import is disabled."
407
  msgstr ""
408
 
409
- #: plugin-fw/lib/yit-plugin-panel.php:442
410
  msgid "Sorting successful."
411
  msgstr ""
412
 
@@ -475,19 +443,19 @@ msgstr ""
475
  msgid "Update now."
476
  msgstr ""
477
 
478
- #: plugin-fw/lib/yit-upgrade.php:231
479
  msgid "Yithemes Repository"
480
  msgstr ""
481
 
482
- #: plugin-fw/lib/yit-upgrade.php:265
483
  msgid "Invalid URL Provided."
484
  msgstr ""
485
 
486
- #: plugin-fw/lib/yit-upgrade.php:278
487
  msgid "Could not create Temporary file."
488
  msgstr ""
489
 
490
- #: plugin-fw/lib/yit-upgrade.php:420
491
  #, php-format
492
  msgid ""
493
  "There is a new version of %1$s available. <a href=\"%2$s\" class="
@@ -495,7 +463,7 @@ msgid ""
495
  "details</a>."
496
  msgstr ""
497
 
498
- #: plugin-fw/lib/yit-upgrade.php:422
499
  #, php-format
500
  msgid ""
501
  "There is a new version of %1$s available. <a href=\"%2$s\" class="
@@ -504,7 +472,7 @@ msgid ""
504
  "the network to benefit from automatic updates.</em>"
505
  msgstr ""
506
 
507
- #: plugin-fw/lib/yit-upgrade.php:424
508
  #, php-format
509
  msgid ""
510
  "There is a new version of %1$s available. <a href=\"%2$s\" class="
@@ -514,7 +482,7 @@ msgid ""
514
  "copy of %6s.</em>"
515
  msgstr ""
516
 
517
- #: plugin-fw/lib/yit-upgrade.php:426
518
  #, php-format
519
  msgid ""
520
  "There is a new version of %1$s available. <a href=\"%2$s\" class="
@@ -522,17 +490,17 @@ msgid ""
522
  "details</a> or <a href=\"%5$s\">update now</a>."
523
  msgstr ""
524
 
525
- #: plugin-fw/lib/yit-upgrade.php:499
526
  msgid "You can't update the plugins for this site."
527
  msgstr ""
528
 
529
- #: plugin-fw/lib/yit-upgrade.php:503
530
  msgid ""
531
  "You do not have sufficient permissions to update the plugins for this "
532
  "site."
533
  msgstr ""
534
 
535
- #: plugin-fw/lib/yit-upgrade.php:510
536
  msgid "Update Plugin"
537
  msgstr ""
538
 
@@ -588,13 +556,13 @@ msgstr ""
588
  #: plugin-fw/licence/lib/yit-plugin-licence.php:69
589
  #: plugin-fw/licence/lib/yit-theme-licence.php:64
590
  #: plugin-fw/licence/lib/yit-theme-licence.php:65
591
- #: plugin-fw/licence/lib/yit-theme-licence.php:107
592
- #: plugin-fw/licence/lib/yit-theme-licence.php:108
593
  msgid "Licence Activation"
594
  msgstr ""
595
 
596
- #: plugin-fw/licence/lib/yit-theme-licence.php:115
597
- #: plugin-fw/licence/lib/yit-theme-licence.php:116
598
  #, php-format
599
  msgid "%s"
600
  msgstr ""
@@ -887,7 +855,7 @@ msgstr ""
887
  #: plugin-fw/templates/metaboxes/types/select-icon.php:33
888
  #: plugin-fw/templates/metaboxes/types/upload.php:21
889
  #: plugin-fw/templates/panel/types/upload.php:31
890
- #: plugin-fw/templates/panel/woocommerce/woocommerce-upload.php:35
891
  msgid "Upload"
892
  msgstr ""
893
 
@@ -1108,18 +1076,18 @@ msgstr ""
1108
  msgid "Put here the CSS class or id for the result count container"
1109
  msgstr ""
1110
 
1111
- #: templates/admin/premium.php:203 templates/admin/premium.php:313
1112
  #, php-format
1113
  msgid ""
1114
  "Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Ajax "
1115
  "Product Filter%2$s to benefit from all features!"
1116
  msgstr ""
1117
 
1118
- #: templates/admin/premium.php:206 templates/admin/premium.php:316
1119
  msgid "UPGRADE"
1120
  msgstr ""
1121
 
1122
- #: templates/admin/premium.php:207 templates/admin/premium.php:317
1123
  msgid "to the premium version"
1124
  msgstr ""
1125
 
@@ -1206,6 +1174,18 @@ msgid ""
1206
  "can find in the plugin option panel."
1207
  msgstr ""
1208
 
 
 
 
 
 
 
 
 
 
 
 
 
1209
  #: widgets/class.yith-wcan-navigation-widget.php:23
1210
  msgid "Filter the product list without reloading the page"
1211
  msgstr ""
@@ -1215,60 +1195,60 @@ msgctxt "Admin: Widget Title"
1215
  msgid "YITH WooCommerce Ajax Product Filter"
1216
  msgstr ""
1217
 
1218
- #: widgets/class.yith-wcan-navigation-widget.php:264
1219
  msgid "Filters:"
1220
  msgstr ""
1221
 
1222
- #: widgets/class.yith-wcan-navigation-widget.php:812
1223
  msgid "List"
1224
  msgstr ""
1225
 
1226
- #: widgets/class.yith-wcan-navigation-widget.php:814
1227
  msgid "Label"
1228
  msgstr ""
1229
 
1230
- #: widgets/class.yith-wcan-navigation-widget.php:815
1231
  msgid "Dropdown"
1232
  msgstr ""
1233
 
1234
- #: widgets/class.yith-wcan-navigation-widget.php:822
1235
  #: widgets/class.yith-wcan-reset-navigation-widget.php:89
1236
  msgid "Title"
1237
  msgstr ""
1238
 
1239
- #: widgets/class.yith-wcan-navigation-widget.php:828
1240
  msgid "Type:"
1241
  msgstr ""
1242
 
1243
- #: widgets/class.yith-wcan-navigation-widget.php:839
1244
  msgid "Query Type:"
1245
  msgstr ""
1246
 
1247
- #: widgets/class.yith-wcan-navigation-widget.php:841
1248
  msgid "AND"
1249
  msgstr ""
1250
 
1251
- #: widgets/class.yith-wcan-navigation-widget.php:842
1252
  msgid "OR"
1253
  msgstr ""
1254
 
1255
- #: widgets/class.yith-wcan-navigation-widget.php:846
1256
  msgid "Attribute:"
1257
  msgstr ""
1258
 
1259
- #: widgets/class.yith-wcan-navigation-widget.php:853
1260
  msgid "Display (default All):"
1261
  msgstr ""
1262
 
1263
- #: widgets/class.yith-wcan-navigation-widget.php:855
1264
  msgid "All (no hierarchical)"
1265
  msgstr ""
1266
 
1267
- #: widgets/class.yith-wcan-navigation-widget.php:856
1268
  msgid "All (hierarchical)"
1269
  msgstr ""
1270
 
1271
- #: widgets/class.yith-wcan-navigation-widget.php:857
1272
  msgid "Only Parent"
1273
  msgstr ""
1274
 
3
  msgstr ""
4
  "Project-Id-Version: YITH WooCommerce Ajax Product Filter\n"
5
  "Report-Msgid-Bugs-To: \n"
6
+ "POT-Creation-Date: 2015-11-02 15:07+0100\n"
7
  "PO-Revision-Date: 2015-06-19 13:59+0100\n"
8
  "Last-Translator: Your Inspiration Themes <plugins@yithemes.com>\n"
9
  "Language-Team: \n"
21
  "X-Poedit-SearchPath-0: .\n"
22
  "X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
23
 
24
+ #: includes/class.yith-wcan-admin.php:139
25
  msgid "Front end"
26
  msgstr ""
27
 
28
+ #: includes/class.yith-wcan-admin.php:140
29
  #: settings/custom-style-options.php:12
30
  msgid "Custom Style"
31
  msgstr ""
32
 
33
+ #: includes/class.yith-wcan-admin.php:141
34
+ #: includes/class.yith-wcan-admin.php:213
35
  msgid "Premium Version"
36
  msgstr ""
37
 
38
+ #: includes/class.yith-wcan-admin.php:147
39
+ #: includes/class.yith-wcan-admin.php:148
40
  msgid "Ajax Product Filter"
41
  msgstr ""
42
 
43
+ #: includes/class.yith-wcan-admin.php:209
44
  msgid "Premium live demo"
45
  msgstr ""
46
 
47
+ #: includes/class.yith-wcan-admin.php:209
48
  msgid "Live demo"
49
  msgstr ""
50
 
51
+ #: includes/class.yith-wcan-admin.php:237
52
  msgid "Plugin Documentation"
53
  msgstr ""
54
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
55
  #: includes/functions.yith-wcan.php:57
56
  #: includes/functions.yith-wcan.php:71
57
  #: includes/functions.yith-wcan.php:93
59
  msgstr ""
60
 
61
  #: includes/functions.yith-wcan.php:57
62
+ #: widgets/class.yith-wcan-navigation-widget.php:767
63
  msgid "Color"
64
  msgstr ""
65
 
298
  msgid "Upload multiple files"
299
  msgstr ""
300
 
301
+ #: plugin-fw/lib/yit-plugin-panel-wc.php:336
302
  msgid "The changes you have made will be lost if you leave this page."
303
  msgstr ""
304
 
311
  msgid "YIT Plugins"
312
  msgstr ""
313
 
314
+ #: plugin-fw/lib/yit-plugin-panel.php:288
315
  #: plugin-fw/lib/yit-plugin-subpanel.php:143
316
  #: plugin-fw/templates/panel/woocommerce/woocommerce-form.php:5
317
  msgid "Save Changes"
318
  msgstr ""
319
 
320
+ #: plugin-fw/lib/yit-plugin-panel.php:291
321
  #: plugin-fw/templates/panel/woocommerce/woocommerce-form.php:8
322
  msgid ""
323
  "If you continue with this action, you will reset all options in this "
324
  "page."
325
  msgstr ""
326
 
327
+ #: plugin-fw/lib/yit-plugin-panel.php:293
328
  #: plugin-fw/lib/yit-plugin-subpanel.php:148
329
  msgid "Reset to default"
330
  msgstr ""
331
 
332
+ #: plugin-fw/lib/yit-plugin-panel.php:293
333
  #: plugin-fw/lib/yit-plugin-subpanel.php:148
334
  #: plugin-fw/templates/panel/woocommerce/woocommerce-form.php:11
335
  msgid "Are you sure?"
336
  msgstr ""
337
 
338
+ #: plugin-fw/lib/yit-plugin-panel.php:427
339
  msgid ""
340
  "The element you have entered already exists. Please, enter another "
341
  "name."
342
  msgstr ""
343
 
344
+ #: plugin-fw/lib/yit-plugin-panel.php:428
345
  msgid "Settings saved"
346
  msgstr ""
347
 
348
+ #: plugin-fw/lib/yit-plugin-panel.php:429
349
  msgid "Settings reset"
350
  msgstr ""
351
 
352
+ #: plugin-fw/lib/yit-plugin-panel.php:430
353
  msgid "Element deleted correctly."
354
  msgstr ""
355
 
356
+ #: plugin-fw/lib/yit-plugin-panel.php:431
357
+ #: plugin-fw/lib/yit-plugin-panel.php:432
358
  msgid "Element updated correctly."
359
  msgstr ""
360
 
361
+ #: plugin-fw/lib/yit-plugin-panel.php:433
362
  msgid "Database imported correctly."
363
  msgstr ""
364
 
365
+ #: plugin-fw/lib/yit-plugin-panel.php:434
366
  msgid "An error has occurred during import. Please try again."
367
  msgstr ""
368
 
369
+ #: plugin-fw/lib/yit-plugin-panel.php:435
370
  msgid "The added file is not valid."
371
  msgstr ""
372
 
373
+ #: plugin-fw/lib/yit-plugin-panel.php:436
374
  msgid "Sorry, import is disabled."
375
  msgstr ""
376
 
377
+ #: plugin-fw/lib/yit-plugin-panel.php:437
378
  msgid "Sorting successful."
379
  msgstr ""
380
 
443
  msgid "Update now."
444
  msgstr ""
445
 
446
+ #: plugin-fw/lib/yit-upgrade.php:250
447
  msgid "Yithemes Repository"
448
  msgstr ""
449
 
450
+ #: plugin-fw/lib/yit-upgrade.php:284
451
  msgid "Invalid URL Provided."
452
  msgstr ""
453
 
454
+ #: plugin-fw/lib/yit-upgrade.php:297
455
  msgid "Could not create Temporary file."
456
  msgstr ""
457
 
458
+ #: plugin-fw/lib/yit-upgrade.php:439
459
  #, php-format
460
  msgid ""
461
  "There is a new version of %1$s available. <a href=\"%2$s\" class="
463
  "details</a>."
464
  msgstr ""
465
 
466
+ #: plugin-fw/lib/yit-upgrade.php:441
467
  #, php-format
468
  msgid ""
469
  "There is a new version of %1$s available. <a href=\"%2$s\" class="
472
  "the network to benefit from automatic updates.</em>"
473
  msgstr ""
474
 
475
+ #: plugin-fw/lib/yit-upgrade.php:443
476
  #, php-format
477
  msgid ""
478
  "There is a new version of %1$s available. <a href=\"%2$s\" class="
482
  "copy of %6s.</em>"
483
  msgstr ""
484
 
485
+ #: plugin-fw/lib/yit-upgrade.php:445
486
  #, php-format
487
  msgid ""
488
  "There is a new version of %1$s available. <a href=\"%2$s\" class="
490
  "details</a> or <a href=\"%5$s\">update now</a>."
491
  msgstr ""
492
 
493
+ #: plugin-fw/lib/yit-upgrade.php:518
494
  msgid "You can't update the plugins for this site."
495
  msgstr ""
496
 
497
+ #: plugin-fw/lib/yit-upgrade.php:522
498
  msgid ""
499
  "You do not have sufficient permissions to update the plugins for this "
500
  "site."
501
  msgstr ""
502
 
503
+ #: plugin-fw/lib/yit-upgrade.php:529
504
  msgid "Update Plugin"
505
  msgstr ""
506
 
556
  #: plugin-fw/licence/lib/yit-plugin-licence.php:69
557
  #: plugin-fw/licence/lib/yit-theme-licence.php:64
558
  #: plugin-fw/licence/lib/yit-theme-licence.php:65
559
+ #: plugin-fw/licence/lib/yit-theme-licence.php:105
560
+ #: plugin-fw/licence/lib/yit-theme-licence.php:106
561
  msgid "Licence Activation"
562
  msgstr ""
563
 
564
+ #: plugin-fw/licence/lib/yit-theme-licence.php:113
565
+ #: plugin-fw/licence/lib/yit-theme-licence.php:114
566
  #, php-format
567
  msgid "%s"
568
  msgstr ""
855
  #: plugin-fw/templates/metaboxes/types/select-icon.php:33
856
  #: plugin-fw/templates/metaboxes/types/upload.php:21
857
  #: plugin-fw/templates/panel/types/upload.php:31
858
+ #: plugin-fw/templates/panel/woocommerce/woocommerce-upload.php:40
859
  msgid "Upload"
860
  msgstr ""
861
 
1076
  msgid "Put here the CSS class or id for the result count container"
1077
  msgstr ""
1078
 
1079
+ #: templates/admin/premium.php:203 templates/admin/premium.php:329
1080
  #, php-format
1081
  msgid ""
1082
  "Upgrade to %1$spremium version%2$s of %1$sYITH WooCommerce Ajax "
1083
  "Product Filter%2$s to benefit from all features!"
1084
  msgstr ""
1085
 
1086
+ #: templates/admin/premium.php:206 templates/admin/premium.php:332
1087
  msgid "UPGRADE"
1088
  msgstr ""
1089
 
1090
+ #: templates/admin/premium.php:207 templates/admin/premium.php:333
1091
  msgid "to the premium version"
1092
  msgstr ""
1093
 
1174
  "can find in the plugin option panel."
1175
  msgstr ""
1176
 
1177
+ #: templates/admin/premium.php:317
1178
+ msgid "SEO"
1179
+ msgstr ""
1180
+
1181
+ #: templates/admin/premium.php:320
1182
+ msgid ""
1183
+ "The Ajax management of the plugin adds specific queries to the URLs of "
1184
+ "the current page. Choose whether to allow search engines to index the "
1185
+ "URLs generated by the plugin, or not: with the latter, you will be "
1186
+ "free to avoid possible penalizations that may apply to your site."
1187
+ msgstr ""
1188
+
1189
  #: widgets/class.yith-wcan-navigation-widget.php:23
1190
  msgid "Filter the product list without reloading the page"
1191
  msgstr ""
1195
  msgid "YITH WooCommerce Ajax Product Filter"
1196
  msgstr ""
1197
 
1198
+ #: widgets/class.yith-wcan-navigation-widget.php:254
1199
  msgid "Filters:"
1200
  msgstr ""
1201
 
1202
+ #: widgets/class.yith-wcan-navigation-widget.php:766
1203
  msgid "List"
1204
  msgstr ""
1205
 
1206
+ #: widgets/class.yith-wcan-navigation-widget.php:768
1207
  msgid "Label"
1208
  msgstr ""
1209
 
1210
+ #: widgets/class.yith-wcan-navigation-widget.php:769
1211
  msgid "Dropdown"
1212
  msgstr ""
1213
 
1214
+ #: widgets/class.yith-wcan-navigation-widget.php:776
1215
  #: widgets/class.yith-wcan-reset-navigation-widget.php:89
1216
  msgid "Title"
1217
  msgstr ""
1218
 
1219
+ #: widgets/class.yith-wcan-navigation-widget.php:782
1220
  msgid "Type:"
1221
  msgstr ""
1222
 
1223
+ #: widgets/class.yith-wcan-navigation-widget.php:793
1224
  msgid "Query Type:"
1225
  msgstr ""
1226
 
1227
+ #: widgets/class.yith-wcan-navigation-widget.php:795
1228
  msgid "AND"
1229
  msgstr ""
1230
 
1231
+ #: widgets/class.yith-wcan-navigation-widget.php:796
1232
  msgid "OR"
1233
  msgstr ""
1234
 
1235
+ #: widgets/class.yith-wcan-navigation-widget.php:801
1236
  msgid "Attribute:"
1237
  msgstr ""
1238
 
1239
+ #: widgets/class.yith-wcan-navigation-widget.php:808
1240
  msgid "Display (default All):"
1241
  msgstr ""
1242
 
1243
+ #: widgets/class.yith-wcan-navigation-widget.php:810
1244
  msgid "All (no hierarchical)"
1245
  msgstr ""
1246
 
1247
+ #: widgets/class.yith-wcan-navigation-widget.php:811
1248
  msgid "All (hierarchical)"
1249
  msgstr ""
1250
 
1251
+ #: widgets/class.yith-wcan-navigation-widget.php:812
1252
  msgid "Only Parent"
1253
  msgstr ""
1254
 
plugin-fw/assets/css/yit-plugin-panel.css CHANGED
@@ -631,6 +631,13 @@
631
  width: 6em;
632
  }
633
 
 
 
 
 
 
 
 
634
  /* === Responsive === */
635
 
636
  @media (max-width: 767px) {}
631
  width: 6em;
632
  }
633
 
634
+ /* === YIT FRAMEWORK === */
635
+ .plugin-card .plugin-icon img {
636
+ max-width: 100%;
637
+ width: auto;
638
+ height: auto;
639
+ }
640
+
641
  /* === Responsive === */
642
 
643
  @media (max-width: 767px) {}
plugin-fw/init.php CHANGED
@@ -30,7 +30,7 @@ if ( ! function_exists( 'yit_maybe_plugin_fw_loader' ) ) {
30
  *
31
  * @since 1.0.0
32
  */
33
- function yit_maybe_plugin_fw_loader( $plugin_fw_path ) {
34
  global $plugin_fw_data;
35
 
36
  $default_headers = array(
@@ -41,8 +41,8 @@ if ( ! function_exists( 'yit_maybe_plugin_fw_loader' ) ) {
41
  'DomainPath' => 'Domain Path',
42
  );
43
 
44
- $framework_data = get_file_data( $plugin_fw_path .'/plugin-fw/init.php', $default_headers );
45
- $plugin_fw_main_file = $plugin_fw_path . 'plugin-fw/yit-plugin.php';
46
 
47
  if( ! empty( $plugin_fw_data ) ){
48
  foreach( $plugin_fw_data as $version => $path ){
30
  *
31
  * @since 1.0.0
32
  */
33
+ function yit_maybe_plugin_fw_loader( $plugin_path ) {
34
  global $plugin_fw_data;
35
 
36
  $default_headers = array(
41
  'DomainPath' => 'Domain Path',
42
  );
43
 
44
+ $framework_data = get_file_data( trailingslashit( $plugin_path ) .'plugin-fw/init.php', $default_headers );
45
+ $plugin_fw_main_file = trailingslashit( $plugin_path ) . 'plugin-fw/yit-plugin.php';
46
 
47
  if( ! empty( $plugin_fw_data ) ){
48
  foreach( $plugin_fw_data as $version => $path ){
plugin-fw/licence/lib/yit-licence.php CHANGED
@@ -159,7 +159,7 @@ if ( ! class_exists( 'YIT_Licence' ) ) {
159
  public function localize_script() {
160
  wp_localize_script( 'yit-licence', 'licence_message', array(
161
  'error' => sprintf( _x( '%s field cannot be empty', '%s = field name', 'yith-plugin-fw' ), '%field%' ), // sprintf must be used to avoid errors with '%field%' string in translation in .po file
162
- 'errors' => sprintf( __( '%s and %s fields cannot be empty', 'yith-plugin-fw' ), '%field_1%', '%field_2' ),
163
  'server' => __( 'Unable to contact the remote server, please try again later. Thanks!', 'yith-plugin-fw' )
164
  )
165
  );
159
  public function localize_script() {
160
  wp_localize_script( 'yit-licence', 'licence_message', array(
161
  'error' => sprintf( _x( '%s field cannot be empty', '%s = field name', 'yith-plugin-fw' ), '%field%' ), // sprintf must be used to avoid errors with '%field%' string in translation in .po file
162
+ 'errors' => sprintf( __( '%s and %s fields cannot be empty', 'yith-plugin-fw' ), '%field_1%', '%field_2%' ),
163
  'server' => __( 'Unable to contact the remote server, please try again later. Thanks!', 'yith-plugin-fw' )
164
  )
165
  );
templates/admin/premium.php CHANGED
@@ -306,6 +306,22 @@
306
  </div>
307
  </div>
308
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
309
  <div class="section section-cta section-odd">
310
  <div class="landing-container">
311
  <div class="premium-cta">
306
  </div>
307
  </div>
308
  </div>
309
+ <div class="section section-even clear" style="background: url(<?php echo YITH_WCAN_URL ?>assets/images/07-bg.png) no-repeat #fff; background-position: 85% 100%">
310
+ <div class="landing-container">
311
+ <div class="col-1">
312
+ <img src="<?php echo YITH_WCAN_URL ?>assets/images/07.png" alt="SEO" />
313
+ </div>
314
+ <div class="col-2">
315
+ <div class="section-title">
316
+ <img src="<?php echo YITH_WCAN_URL?>assets/images/05-icon.png" alt="icon 07" />
317
+ <h2><?php _e('SEO','yith-woocommerce-ajax-navigation');?></h2>
318
+ </div>
319
+ <p>
320
+ <?php _e('The Ajax management of the plugin adds specific queries to the URLs of the current page. Choose whether to allow search engines to index the URLs generated by the plugin, or not: with the latter, you will be free to avoid possible penalizations that may apply to your site.','yith-woocommerce-ajax-navigation') ?>
321
+ </p>
322
+ </div>
323
+ </div>
324
+ </div>
325
  <div class="section section-cta section-odd">
326
  <div class="landing-container">
327
  <div class="premium-cta">
widgets/class.yith-wcan-navigation-widget.php CHANGED
@@ -33,7 +33,11 @@ if ( ! class_exists( 'YITH_WCAN_Navigation_Widget' ) ) {
33
  extract( $args );
34
  $_attributes_array = yit_wcan_get_product_taxonomy();
35
 
36
- if ( ! is_post_type_archive( 'product' ) && ! is_tax( $_attributes_array ) ) {
 
 
 
 
37
  return;
38
  }
39
 
@@ -155,19 +159,7 @@ if ( ! class_exists( 'YITH_WCAN_Navigation_Widget' ) ) {
155
  $current_filter[] = $term_param;
156
  }
157
 
158
- if ( defined( 'SHOP_IS_ON_FRONT' ) || ( is_shop() && ! is_product_category() && ! is_product_taxonomy() ) ) {
159
- $link = get_post_type_archive_link( 'product' );
160
- }
161
-
162
- elseif( is_product_category() ){
163
- $link = get_term_link( get_queried_object()->slug, 'product_cat' );
164
- }
165
-
166
- else {
167
- $link = get_term_link( get_query_var( 'term' ), get_query_var( 'taxonomy' ) );
168
- }
169
-
170
- $link = apply_filters( 'yith_wcan_untrailingslashit', true ) ? untrailingslashit( $link ) : $link;
171
 
172
  // All current filters
173
  if ( $_chosen_attributes ) {
@@ -257,7 +249,6 @@ if ( ! class_exists( 'YITH_WCAN_Navigation_Widget' ) ) {
257
  }
258
 
259
  echo "</ul>";
260
-
261
  }
262
  elseif ( $display_type == 'select' ) {
263
  $dropdown_label = __( 'Filters:', 'yith-woocommerce-ajax-navigation' );
@@ -334,19 +325,7 @@ if ( ! class_exists( 'YITH_WCAN_Navigation_Widget' ) ) {
334
  $current_filter[] = $term->term_id;
335
  }
336
 
337
- if ( defined( 'SHOP_IS_ON_FRONT' ) || ( is_shop() && ! is_product_category() && ! is_product_taxonomy() ) ) {
338
- $link = get_post_type_archive_link( 'product' );
339
- }
340
-
341
- elseif( is_product_category() ){
342
- $link = get_term_link( get_queried_object()->slug, 'product_cat' );
343
- }
344
-
345
- else {
346
- $link = get_term_link( get_query_var( 'term' ), get_query_var( 'taxonomy' ) );
347
- }
348
-
349
- $link = apply_filters( 'yith_wcan_untrailingslashit', true ) ? untrailingslashit( $link ) : $link;
350
 
351
  // All current filters
352
  if ( $_chosen_attributes ) {
@@ -504,19 +483,7 @@ if ( ! class_exists( 'YITH_WCAN_Navigation_Widget' ) ) {
504
  $current_filter[] = $term->term_id;
505
  }
506
 
507
- if ( defined( 'SHOP_IS_ON_FRONT' ) || ( is_shop() && ! is_product_category() && ! is_product_taxonomy() ) ) {
508
- $link = get_post_type_archive_link( 'product' );
509
- }
510
-
511
- elseif( is_product_category() ){
512
- $link = get_term_link( get_queried_object()->slug, 'product_cat' );
513
- }
514
-
515
- else {
516
- $link = get_term_link( get_query_var( 'term' ), get_query_var( 'taxonomy' ) );
517
- }
518
-
519
- $link = apply_filters( 'yith_wcan_untrailingslashit', true ) ? untrailingslashit( $link ) : $link;
520
 
521
  // All current filters
522
  if ( $_chosen_attributes ) {
@@ -672,19 +639,7 @@ if ( ! class_exists( 'YITH_WCAN_Navigation_Widget' ) ) {
672
  $current_filter[] = $term->term_id;
673
  }
674
 
675
- if ( defined( 'SHOP_IS_ON_FRONT' ) || ( is_shop() && ! is_product_category() && ! is_product_taxonomy() ) ) {
676
- $link = get_post_type_archive_link( 'product' );
677
- }
678
-
679
- elseif( is_product_category() ){
680
- $link = get_term_link( get_queried_object()->slug, 'product_cat' );
681
- }
682
-
683
- else {
684
- $link = get_term_link( get_query_var( 'term' ), get_query_var( 'taxonomy' ) );
685
- }
686
-
687
- $link = apply_filters( 'yith_wcan_untrailingslashit', true ) ? untrailingslashit( $link ) : $link;
688
 
689
  // All current filters
690
  if ( $_chosen_attributes ) {
@@ -839,9 +794,10 @@ if ( ! class_exists( 'YITH_WCAN_Navigation_Widget' ) ) {
839
  <select id="<?php echo esc_attr( $this->get_field_id( 'query_type' ) ); ?>" name="<?php echo esc_attr( $this->get_field_name( 'query_type' ) ); ?>">
840
  <option value="and" <?php selected( $instance['query_type'], 'and' ); ?>><?php _e( 'AND', 'yith-woocommerce-ajax-navigation' ); ?></option>
841
  <option value="or" <?php selected( $instance['query_type'], 'or' ); ?>><?php _e( 'OR', 'yith-woocommerce-ajax-navigation' ); ?></option>
842
- </select></p>
 
843
 
844
- <p class="yith-wcan-attribute-list" style="display: <?php echo $instance['type'] == 'tags' || $instance['type'] == 'brands' ? 'none' : 'block' ?>;">
845
  <label for="<?php echo $this->get_field_id( 'attribute' ); ?>"><strong><?php _e( 'Attribute:', 'yith-woocommerce-ajax-navigation' ) ?></strong></label>
846
  <select class="yith_wcan_attributes widefat" id="<?php echo esc_attr( $this->get_field_id( 'attribute' ) ); ?>" name="<?php echo esc_attr( $this->get_field_name( 'attribute' ) ); ?>">
847
  <?php yith_wcan_dropdown_attributes( $instance['attribute'] ); ?>
33
  extract( $args );
34
  $_attributes_array = yit_wcan_get_product_taxonomy();
35
 
36
+ if( apply_filters( 'yith_wcan_is_search', is_search() ) ){
37
+ return;
38
+ }
39
+
40
+ if ( apply_filters( 'yith_wcan_show_widget', ! is_post_type_archive( 'product' ) && ! is_tax( $_attributes_array ) ) ) {
41
  return;
42
  }
43
 
159
  $current_filter[] = $term_param;
160
  }
161
 
162
+ $link = yit_get_woocommerce_layered_nav_link();
 
 
 
 
 
 
 
 
 
 
 
 
163
 
164
  // All current filters
165
  if ( $_chosen_attributes ) {
249
  }
250
 
251
  echo "</ul>";
 
252
  }
253
  elseif ( $display_type == 'select' ) {
254
  $dropdown_label = __( 'Filters:', 'yith-woocommerce-ajax-navigation' );
325
  $current_filter[] = $term->term_id;
326
  }
327
 
328
+ $link = yit_get_woocommerce_layered_nav_link();
 
 
 
 
 
 
 
 
 
 
 
 
329
 
330
  // All current filters
331
  if ( $_chosen_attributes ) {
483
  $current_filter[] = $term->term_id;
484
  }
485
 
486
+ $link = yit_get_woocommerce_layered_nav_link();
 
 
 
 
 
 
 
 
 
 
 
 
487
 
488
  // All current filters
489
  if ( $_chosen_attributes ) {
639
  $current_filter[] = $term->term_id;
640
  }
641
 
642
+ $link = yit_get_woocommerce_layered_nav_link();
 
 
 
 
 
 
 
 
 
 
 
 
643
 
644
  // All current filters
645
  if ( $_chosen_attributes ) {
794
  <select id="<?php echo esc_attr( $this->get_field_id( 'query_type' ) ); ?>" name="<?php echo esc_attr( $this->get_field_name( 'query_type' ) ); ?>">
795
  <option value="and" <?php selected( $instance['query_type'], 'and' ); ?>><?php _e( 'AND', 'yith-woocommerce-ajax-navigation' ); ?></option>
796
  <option value="or" <?php selected( $instance['query_type'], 'or' ); ?>><?php _e( 'OR', 'yith-woocommerce-ajax-navigation' ); ?></option>
797
+ </select>
798
+ </p>
799
 
800
+ <p class="yith-wcan-attribute-list" style="display: <?php echo $instance['type'] == 'tags' || $instance['type'] == 'brands' || $instance['type'] == 'categories' ? 'none' : 'block' ?>;">
801
  <label for="<?php echo $this->get_field_id( 'attribute' ); ?>"><strong><?php _e( 'Attribute:', 'yith-woocommerce-ajax-navigation' ) ?></strong></label>
802
  <select class="yith_wcan_attributes widefat" id="<?php echo esc_attr( $this->get_field_id( 'attribute' ) ); ?>" name="<?php echo esc_attr( $this->get_field_name( 'attribute' ) ); ?>">
803
  <?php yith_wcan_dropdown_attributes( $instance['attribute'] ); ?>
widgets/class.yith-wcan-reset-navigation-widget.php CHANGED
@@ -33,7 +33,7 @@ if ( ! class_exists( 'YITH_WCAN_Reset_Navigation_Widget' ) ) {
33
 
34
  $_attributes_array = yit_wcan_get_product_taxonomy();
35
 
36
- if ( ! is_post_type_archive( 'product' ) && ! is_tax( $_attributes_array ) ) {
37
  return;
38
  }
39
 
33
 
34
  $_attributes_array = yit_wcan_get_product_taxonomy();
35
 
36
+ if ( apply_filters( 'yith_wcan_show_widget', ! is_post_type_archive( 'product' ) && ! is_tax( $_attributes_array ) ) ) {
37
  return;
38
  }
39