Version Description
- Released: Oct 23, 2018 =
- Update: Plugin Core 3.0.27
Download this release
Release Info
Developer | yithemes |
Plugin | YITH WooCommerce Ajax Search |
Version | 1.6.1 |
Comparing to | |
See all releases |
Code changes from version 1.6.0 to 1.6.1
- README.txt +5 -2
- init.php +2 -2
- languages/yith-woocommerce-ajax-search-it_IT.mo +0 -0
- languages/yith-woocommerce-ajax-search-it_IT.po +114 -99
- languages/yith-woocommerce-ajax-search-pt_PT.mo +0 -0
- languages/yith-woocommerce-ajax-search-pt_PT.po +188 -946
- languages/yith-woocommerce-ajax-search.pot +81 -96
- plugin-fw/assets/css/admin.css +13 -0
- plugin-fw/assets/js/yith-promo.js +20 -0
- plugin-fw/assets/js/yith-promo.min.js +1 -0
- plugin-fw/init.php +1 -1
- plugin-fw/lib/promo/yith-promo.php +141 -0
- plugin-fw/lib/yit-upgrade.php +1 -1
- plugin-fw/yit-plugin.php +1 -0
README.txt
CHANGED
@@ -4,7 +4,7 @@ Contributors: yithemes
|
|
4 |
Tags: woocommerce search by sku, woocommerce search results, woocommerce search shortcode, woocommerce search page, woocommerce search form, woocommerce search filter, woocommerce search products, woocommerce search content, woocommerce search autocomplete, woocommerce advanced search, woocommerce search category, woocommerce search product attributes, woocommerce search by tag, woocommerce search by brand, woocommerce predictive, woocommerce live search, woocommerce single product search, woocommerce site search, woocommerce search tex, tajax, search, woocommerce, products, themes, yit, e-commerce, shop, yith, ajax search, instant search, premium, yithemes, autocomplete, autosuggest, better search, category search, custom search, highlight terms, Live Search, Predictive Search, product search, relevant search, search highlight, search product, suggest, typeahead, WooCommerce Plugin, woocommerce product search, woocommerce search, wordpress ecommerce
|
5 |
Requires at least: 4.0.0
|
6 |
Tested up to: 4.9
|
7 |
-
Stable tag: 1.6.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -138,9 +138,12 @@ If you have created your own language pack for YITH WooCommerce Ajax Search, or
|
|
138 |
2. YITH WooCommerce Ajax Search in operation displaying WooCommerce search results
|
139 |
|
140 |
== Changelog ==
|
|
|
|
|
|
|
141 |
= 1.6.0 - Released: Oct 18, 2018 =
|
142 |
-
* Update: Plugin Core 3.0.25
|
143 |
* New: Support to WooCommerce 3.5.0 RC2
|
|
|
144 |
|
145 |
= 1.5.9 - Released: Sep 26, 2018 =
|
146 |
* Update: Plugin Core 3.0.23
|
4 |
Tags: woocommerce search by sku, woocommerce search results, woocommerce search shortcode, woocommerce search page, woocommerce search form, woocommerce search filter, woocommerce search products, woocommerce search content, woocommerce search autocomplete, woocommerce advanced search, woocommerce search category, woocommerce search product attributes, woocommerce search by tag, woocommerce search by brand, woocommerce predictive, woocommerce live search, woocommerce single product search, woocommerce site search, woocommerce search tex, tajax, search, woocommerce, products, themes, yit, e-commerce, shop, yith, ajax search, instant search, premium, yithemes, autocomplete, autosuggest, better search, category search, custom search, highlight terms, Live Search, Predictive Search, product search, relevant search, search highlight, search product, suggest, typeahead, WooCommerce Plugin, woocommerce product search, woocommerce search, wordpress ecommerce
|
5 |
Requires at least: 4.0.0
|
6 |
Tested up to: 4.9
|
7 |
+
Stable tag: 1.6.1
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
138 |
2. YITH WooCommerce Ajax Search in operation displaying WooCommerce search results
|
139 |
|
140 |
== Changelog ==
|
141 |
+
= 1.6.1 - Released: Oct 23, 2018 =
|
142 |
+
* Update: Plugin Core 3.0.27
|
143 |
+
|
144 |
= 1.6.0 - Released: Oct 18, 2018 =
|
|
|
145 |
* New: Support to WooCommerce 3.5.0 RC2
|
146 |
+
* Update: Plugin Core 3.0.25
|
147 |
|
148 |
= 1.5.9 - Released: Sep 26, 2018 =
|
149 |
* Update: Plugin Core 3.0.23
|
init.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: YITH WooCommerce Ajax Search
|
4 |
* Plugin URI: https://yithemes.com/themes/plugins/yith-woocommerce-ajax-search/
|
5 |
* Description: <code><strong>YITH WooCommerce Ajax Search</strong></code> is the plugin that allows you to search for a specific product by inserting a few characters. Thanks to <strong>Ajax Search</strong>, users can quickly find the contents they are interested in without wasting time among site pages. <a href="https://yithemes.com/" target="_blank">Get more plugins for your e-commerce shop on <strong>YITH</strong></a>.
|
6 |
-
* Version: 1.6.
|
7 |
* Author: YITH
|
8 |
* Author URI: https://yithemes.com/
|
9 |
* Text Domain: yith-woocommerce-ajax-search
|
@@ -67,7 +67,7 @@ register_activation_hook( __FILE__, 'yith_plugin_registration_hook' );
|
|
67 |
if ( defined( 'YITH_WCAS_VERSION' ) ){
|
68 |
return;
|
69 |
}else{
|
70 |
-
define( 'YITH_WCAS_VERSION', '1.6.
|
71 |
}
|
72 |
|
73 |
if ( ! defined( 'YITH_WCAS_FREE_INIT' ) ) {
|
3 |
* Plugin Name: YITH WooCommerce Ajax Search
|
4 |
* Plugin URI: https://yithemes.com/themes/plugins/yith-woocommerce-ajax-search/
|
5 |
* Description: <code><strong>YITH WooCommerce Ajax Search</strong></code> is the plugin that allows you to search for a specific product by inserting a few characters. Thanks to <strong>Ajax Search</strong>, users can quickly find the contents they are interested in without wasting time among site pages. <a href="https://yithemes.com/" target="_blank">Get more plugins for your e-commerce shop on <strong>YITH</strong></a>.
|
6 |
+
* Version: 1.6.1
|
7 |
* Author: YITH
|
8 |
* Author URI: https://yithemes.com/
|
9 |
* Text Domain: yith-woocommerce-ajax-search
|
67 |
if ( defined( 'YITH_WCAS_VERSION' ) ){
|
68 |
return;
|
69 |
}else{
|
70 |
+
define( 'YITH_WCAS_VERSION', '1.6.1' );
|
71 |
}
|
72 |
|
73 |
if ( ! defined( 'YITH_WCAS_FREE_INIT' ) ) {
|
languages/yith-woocommerce-ajax-search-it_IT.mo
CHANGED
Binary file
|
languages/yith-woocommerce-ajax-search-it_IT.po
CHANGED
@@ -1,83 +1,48 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: YITH WooCommerce Ajax Search Premium\n"
|
4 |
-
"
|
5 |
-
"
|
|
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: Yithemes <plugins@yithemes.com>\n"
|
8 |
"Language: it_IT\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"X-Generator: Poedit 2.
|
13 |
"X-Poedit-KeywordsList: __;_e;_x\n"
|
14 |
"X-Poedit-Basepath: .\n"
|
15 |
"X-Poedit-SearchPath-0: ..\n"
|
16 |
"X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
|
17 |
|
18 |
-
#:
|
19 |
msgid "Settings"
|
20 |
msgstr "Impostazioni"
|
21 |
|
22 |
-
#:
|
23 |
msgid "Premium Version"
|
24 |
msgstr "Versione premium"
|
25 |
|
26 |
-
#:
|
27 |
msgid "Ajax Search"
|
28 |
msgstr "Ajax Search"
|
29 |
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
#: ../class.yith-wcas-admin.php:207 ../plugin-options/settings-options.php:24
|
35 |
-
#: ../plugin-options/settings-options.php:31
|
36 |
msgid "YITH WooCommerce Ajax Search"
|
37 |
msgstr "YITH WooCommerce Ajax Search"
|
38 |
|
39 |
-
#:
|
40 |
-
msgid ""
|
41 |
-
"In the YIT Plugin tab you can find the YITH WooCommerce Ajax Search "
|
42 |
-
"options.\n"
|
43 |
-
"With this menu, you can access to all the settings of our plugins that you "
|
44 |
-
"have activated.\n"
|
45 |
-
"YITH WooCommerce Ajax Search is available in an outstanding PREMIUM version "
|
46 |
-
"with many new options, <a href=\""
|
47 |
-
msgstr ""
|
48 |
-
"Nella scheda del plugin puoi trovare tutte le opzioni di YITH WooCommerce "
|
49 |
-
"Ajax Search.\n"
|
50 |
-
"Da questo menu, avrai accesso a tutte le impostazioni dei nostri plugin "
|
51 |
-
"attivati finora.\n"
|
52 |
-
"YITH WooCommerce Ajax Search è disponibile in una eccezionale versione "
|
53 |
-
"PREMIUM con molte nuove optioni, <a href=\""
|
54 |
-
|
55 |
-
#: ../class.yith-wcas-admin.php:221
|
56 |
msgid "YITH WooCommerce Ajax Search Updated"
|
57 |
msgstr "YITH WooCommerce Ajax Search aggiornato"
|
58 |
|
59 |
-
#:
|
60 |
-
msgid ""
|
61 |
-
"From now on, you can find all the options of YITH WooCommerce Ajax Search "
|
62 |
-
"Updated under YIT Plugin -> Ajax Search instead of WooCommerce -> Settings -"
|
63 |
-
"> Ajax Search, as in the previous version.\n"
|
64 |
-
"When one of our plugins updates, a new voice will be added to this menu.\n"
|
65 |
-
"YITH WooCommerce Ajax Search renovates with new available options, discover "
|
66 |
-
"the <a href=\""
|
67 |
-
msgstr ""
|
68 |
-
"Da adesso, puoi trovare tutte le opzioni del nuovo YITH WooCommerce Ajax "
|
69 |
-
"Search in YIT Plugin > Ajax Search invece che in WooCommerce > Settings > "
|
70 |
-
"Ajax Search, come accadeva nelle precedenti versioni.\n"
|
71 |
-
"Quando uno dei nostri plugin verrà aggiornato, una nuova voce sarà aggiunta "
|
72 |
-
"a questo menu.\n"
|
73 |
-
"YITH WooCommerce Ajax Search si è rinnovato con molte nuove opzioni "
|
74 |
-
"disponibili, scopri <a href=\""
|
75 |
-
|
76 |
-
#: ../class.yith-wcas.php:202
|
77 |
msgid "No results"
|
78 |
msgstr "Nessun risultato"
|
79 |
|
80 |
-
#:
|
81 |
msgid ""
|
82 |
"You can't activate the free version of YITH WooCommerce Ajax Search while "
|
83 |
"you are using the premium one."
|
@@ -85,7 +50,7 @@ msgstr ""
|
|
85 |
"Non puoi attivare la versione free di YITH WooCommerce Ajax Search se stai "
|
86 |
"già utilizzando la premium."
|
87 |
|
88 |
-
#:
|
89 |
msgid ""
|
90 |
"YITH WooCommerce Ajax Search is enabled but not effective. It requires "
|
91 |
"WooCommerce in order to work."
|
@@ -93,28 +58,32 @@ msgstr ""
|
|
93 |
"YITH WooCommerce Ajax Search è abilitato ma non in funzione. Devi aver "
|
94 |
"installato WooCommerce per poter funzionare."
|
95 |
|
96 |
-
#:
|
97 |
msgid "Upgrade to the PREMIUM VERSION"
|
98 |
msgstr "Aggiorna alla VERSIONE PREMIUM"
|
99 |
|
100 |
-
#:
|
101 |
msgid "Discover the Advanced Features"
|
102 |
msgstr "Scopri le funzionalità avanzate"
|
103 |
|
104 |
-
#:
|
|
|
|
|
|
|
|
|
105 |
msgid ""
|
106 |
-
"Upgrade to the PREMIUM VERSION\n"
|
107 |
"of YITH WOOCOMMERCE AJAX SEARCH to benefit from all features!"
|
108 |
msgstr ""
|
109 |
"Passa alla VERSIONE PREMIUM\n"
|
110 |
"di YITH WooCommerce Ajax Search per poter fruire di tutte le sue "
|
111 |
"funzionalità!"
|
112 |
|
113 |
-
#:
|
114 |
msgid "Get Support and Pro Features"
|
115 |
msgstr "Accedi al supporto e alle funzionalità premium"
|
116 |
|
117 |
-
#:
|
118 |
msgid ""
|
119 |
"By purchasing the premium version of the plugin, you will take advantage of "
|
120 |
"the advanced features of the product and you will get one year of free "
|
@@ -124,66 +93,65 @@ msgstr ""
|
|
124 |
"funzionalità avanzate del prodotto ed otterrai un anno di aggiornamenti "
|
125 |
"gratuiti e di supporto sulla nostra piattaforma disponibile 24h su 24."
|
126 |
|
127 |
-
#:
|
128 |
msgid "General settings"
|
129 |
msgstr "Impostazioni generali"
|
130 |
|
131 |
-
#:
|
132 |
msgid "Search input label"
|
133 |
msgstr "Etichetta campo \"Cerca\""
|
134 |
|
135 |
-
#:
|
136 |
-
#:
|
137 |
msgid "Label for Search input field."
|
138 |
msgstr "Etichetta per il campo \"Cerca\""
|
139 |
|
140 |
-
#:
|
141 |
msgid "Search for products"
|
142 |
msgstr "Cerca prodotto"
|
143 |
|
144 |
-
#:
|
145 |
msgid "Search submit label"
|
146 |
msgstr "Etichetta campo \"Submit\""
|
147 |
|
148 |
-
#:
|
149 |
msgid "Search"
|
150 |
msgstr "Cerca"
|
151 |
|
152 |
-
#:
|
153 |
msgid "Minimum number of characters"
|
154 |
msgstr "Numero minimo di caratteri"
|
155 |
|
156 |
-
#:
|
157 |
msgid "Minimum number of characters required to trigger autosuggest."
|
158 |
msgstr ""
|
159 |
"Numero minimo di caratteri richiesti per mostrare i suggerimenti automatici."
|
160 |
|
161 |
-
#:
|
162 |
msgid "Maximum number of results"
|
163 |
msgstr "Numero massimo di risultati"
|
164 |
|
165 |
-
#:
|
166 |
msgid "Maximum number of results showed within the autosuggest box."
|
167 |
msgstr "Numero massimo di risultati da mostrare tra i suggerimenti automatici."
|
168 |
|
169 |
-
#:
|
170 |
msgid "Enable transients to cache autocomplete results"
|
171 |
msgstr "Attiva i transient per salvare nella cache i risulti autocompletati"
|
172 |
|
173 |
-
#:
|
174 |
msgid "Save the results of a query in a transient"
|
175 |
msgstr "Salva i risultati di una query in un transient"
|
176 |
|
177 |
-
#:
|
178 |
msgid "Set the duration of transient"
|
179 |
msgstr "Imposta la durata del transient "
|
180 |
|
181 |
-
#:
|
182 |
msgid "(hours)"
|
183 |
msgstr "(ore)"
|
184 |
|
185 |
-
#:
|
186 |
-
#, php-format
|
187 |
msgid ""
|
188 |
"Upgrade to the %1$spremium version%2$s%3$s of %1$sYITH WooCommerce Ajax "
|
189 |
"Search%2$s to benefit from all features!"
|
@@ -191,89 +159,136 @@ msgstr ""
|
|
191 |
"Aggiorna alla %1$spremium versione%2$s %3$s di%1$sYITH WooCommerce Ajax "
|
192 |
"Search%2$s per usufruire di tutte le sue funzionalità!"
|
193 |
|
194 |
-
#:
|
195 |
-
#, php-format
|
196 |
msgid "%1$sUPGRADE%2$s %3$sto the premium version%2$s"
|
197 |
msgstr "%1$sAGGIORNA%2$s %3$salla versione premium%2$s "
|
198 |
|
199 |
-
#:
|
200 |
msgid "Premium Features"
|
201 |
msgstr "Funzionalità premium"
|
202 |
|
203 |
-
#:
|
204 |
msgid "HOW TO CUSTOMIZE THE RESULTS OF THE AUTOCOMPLETE"
|
205 |
msgstr "Come personalizzare i risultati del riempimento automatico"
|
206 |
|
207 |
-
#:
|
208 |
msgid "RESULTS OF THE AUTOCOMPLETE"
|
209 |
msgstr "Risultati del completamento automatico"
|
210 |
|
211 |
-
#:
|
212 |
-
#, php-format
|
213 |
msgid "Show %1$sthe image%2$s of the product (left or right aligned)"
|
214 |
msgstr "Mostra %1$sl'immagine%2$s del prodotto (a destra o sinistra)"
|
215 |
|
216 |
-
#:
|
217 |
-
#, php-format
|
218 |
msgid "Enable the %1$sprice visualization%2$s"
|
219 |
msgstr "Abilita %1$svisualizzazione prezzo%2$s"
|
220 |
|
221 |
-
#:
|
222 |
-
#, php-format
|
223 |
msgid "Show the %1$sproduct description%2$s"
|
224 |
msgstr "Mostra %1$sdescrizione prodotto%2$s"
|
225 |
|
226 |
-
#:
|
227 |
-
#, php-format
|
228 |
msgid "Tell to the client if the product is %1$son discount or is featured%2$s"
|
229 |
msgstr "Informa l'utente se il prodotto è %1$sin saldo o in evidenza%2$s"
|
230 |
|
231 |
-
#:
|
232 |
msgid "HOW TO CUSTOMIZE THE SEARCH OPTIONS"
|
233 |
msgstr "Come personalizzare le opzioni di ricerca"
|
234 |
|
235 |
-
#:
|
236 |
-
#, php-format
|
237 |
msgid "%1$sExtend the research%2$s in the excerpt and in the content"
|
238 |
msgstr ""
|
239 |
"%1$sEstendi le funzionalità di ricerca%2$s anche all'interno del riassunto "
|
240 |
"prodotto e del contenuto"
|
241 |
|
242 |
-
#:
|
243 |
-
#, php-format
|
244 |
msgid "%1$sActivate%2$s the category search"
|
245 |
msgstr "%1$sAbilita%2$s la ricerca per categoria"
|
246 |
|
247 |
-
#:
|
248 |
-
#, php-format
|
249 |
msgid "Configure the %1$stag%2$s search"
|
250 |
msgstr "Configura la ricerca per %1$stag%2$s"
|
251 |
|
252 |
-
#:
|
253 |
-
#, php-format
|
254 |
msgid "Search a product with an %1$sID%2$s"
|
255 |
msgstr "Cerca un prodotto utilizzando il suo %1$sID%2$s"
|
256 |
|
257 |
-
#:
|
258 |
msgid "SEARCH OPTIONS"
|
259 |
msgstr "OPZIONI DI RICERCA"
|
260 |
|
261 |
-
#:
|
262 |
msgid "Search for:"
|
263 |
msgstr "Cerca:"
|
264 |
|
265 |
-
#:
|
266 |
msgid "An Ajax Search box for products only."
|
267 |
msgstr "Un filtro di ricerca Ajax solo per i prodotti."
|
268 |
|
269 |
-
#:
|
270 |
msgid "YITH WooCommerce Ajax Product Search"
|
271 |
msgstr "YITH WooCommerce Ajax Product Search"
|
272 |
|
273 |
-
#:
|
274 |
msgid "Title:"
|
275 |
msgstr "Titolo:"
|
276 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
277 |
#~ msgid "Output"
|
278 |
#~ msgstr "Risultati di ricerca"
|
279 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: YITH WooCommerce Ajax Search Premium\n"
|
4 |
+
"Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
|
5 |
+
"POT-Creation-Date: 2018-10-23 11:55:17+00:00\n"
|
6 |
+
"PO-Revision-Date: 2018-10-23 13:57+0200\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Yithemes <plugins@yithemes.com>\n"
|
9 |
"Language: it_IT\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
+
"X-Generator: Poedit 2.2\n"
|
14 |
"X-Poedit-KeywordsList: __;_e;_x\n"
|
15 |
"X-Poedit-Basepath: .\n"
|
16 |
"X-Poedit-SearchPath-0: ..\n"
|
17 |
"X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
|
18 |
|
19 |
+
#: class.yith-wcas-admin.php:125
|
20 |
msgid "Settings"
|
21 |
msgstr "Impostazioni"
|
22 |
|
23 |
+
#: class.yith-wcas-admin.php:126
|
24 |
msgid "Premium Version"
|
25 |
msgstr "Versione premium"
|
26 |
|
27 |
+
#: class.yith-wcas-admin.php:132 class.yith-wcas-admin.php:133
|
28 |
msgid "Ajax Search"
|
29 |
msgstr "Ajax Search"
|
30 |
|
31 |
+
#. Plugin Name of the plugin/theme
|
32 |
+
#: class.yith-wcas-admin.php:204 plugin-options/settings-options.php:24
|
33 |
+
#: plugin-options/settings-options.php:31
|
|
|
|
|
|
|
34 |
msgid "YITH WooCommerce Ajax Search"
|
35 |
msgstr "YITH WooCommerce Ajax Search"
|
36 |
|
37 |
+
#: class.yith-wcas-admin.php:218
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
msgid "YITH WooCommerce Ajax Search Updated"
|
39 |
msgstr "YITH WooCommerce Ajax Search aggiornato"
|
40 |
|
41 |
+
#: class.yith-wcas.php:200
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
msgid "No results"
|
43 |
msgstr "Nessun risultato"
|
44 |
|
45 |
+
#: init.php:48
|
46 |
msgid ""
|
47 |
"You can't activate the free version of YITH WooCommerce Ajax Search while "
|
48 |
"you are using the premium one."
|
50 |
"Non puoi attivare la versione free di YITH WooCommerce Ajax Search se stai "
|
51 |
"già utilizzando la premium."
|
52 |
|
53 |
+
#: init.php:112
|
54 |
msgid ""
|
55 |
"YITH WooCommerce Ajax Search is enabled but not effective. It requires "
|
56 |
"WooCommerce in order to work."
|
58 |
"YITH WooCommerce Ajax Search è abilitato ma non in funzione. Devi aver "
|
59 |
"installato WooCommerce per poter funzionare."
|
60 |
|
61 |
+
#: plugin-options/settings-options.php:21
|
62 |
msgid "Upgrade to the PREMIUM VERSION"
|
63 |
msgstr "Aggiorna alla VERSIONE PREMIUM"
|
64 |
|
65 |
+
#: plugin-options/settings-options.php:25
|
66 |
msgid "Discover the Advanced Features"
|
67 |
msgstr "Scopri le funzionalità avanzate"
|
68 |
|
69 |
+
#: plugin-options/settings-options.php:26
|
70 |
+
#, fuzzy
|
71 |
+
#| msgid ""
|
72 |
+
#| "Upgrade to the PREMIUM VERSION\n"
|
73 |
+
#| "of YITH WOOCOMMERCE AJAX SEARCH to benefit from all features!"
|
74 |
msgid ""
|
75 |
+
"Upgrade to the PREMIUM VERSION\r\n"
|
76 |
"of YITH WOOCOMMERCE AJAX SEARCH to benefit from all features!"
|
77 |
msgstr ""
|
78 |
"Passa alla VERSIONE PREMIUM\n"
|
79 |
"di YITH WooCommerce Ajax Search per poter fruire di tutte le sue "
|
80 |
"funzionalità!"
|
81 |
|
82 |
+
#: plugin-options/settings-options.php:33
|
83 |
msgid "Get Support and Pro Features"
|
84 |
msgstr "Accedi al supporto e alle funzionalità premium"
|
85 |
|
86 |
+
#: plugin-options/settings-options.php:34
|
87 |
msgid ""
|
88 |
"By purchasing the premium version of the plugin, you will take advantage of "
|
89 |
"the advanced features of the product and you will get one year of free "
|
93 |
"funzionalità avanzate del prodotto ed otterrai un anno di aggiornamenti "
|
94 |
"gratuiti e di supporto sulla nostra piattaforma disponibile 24h su 24."
|
95 |
|
96 |
+
#: plugin-options/settings-options.php:44
|
97 |
msgid "General settings"
|
98 |
msgstr "Impostazioni generali"
|
99 |
|
100 |
+
#: plugin-options/settings-options.php:53
|
101 |
msgid "Search input label"
|
102 |
msgstr "Etichetta campo \"Cerca\""
|
103 |
|
104 |
+
#: plugin-options/settings-options.php:55
|
105 |
+
#: plugin-options/settings-options.php:63
|
106 |
msgid "Label for Search input field."
|
107 |
msgstr "Etichetta per il campo \"Cerca\""
|
108 |
|
109 |
+
#: plugin-options/settings-options.php:57
|
110 |
msgid "Search for products"
|
111 |
msgstr "Cerca prodotto"
|
112 |
|
113 |
+
#: plugin-options/settings-options.php:61
|
114 |
msgid "Search submit label"
|
115 |
msgstr "Etichetta campo \"Submit\""
|
116 |
|
117 |
+
#: plugin-options/settings-options.php:65
|
118 |
msgid "Search"
|
119 |
msgstr "Cerca"
|
120 |
|
121 |
+
#: plugin-options/settings-options.php:69
|
122 |
msgid "Minimum number of characters"
|
123 |
msgstr "Numero minimo di caratteri"
|
124 |
|
125 |
+
#: plugin-options/settings-options.php:70
|
126 |
msgid "Minimum number of characters required to trigger autosuggest."
|
127 |
msgstr ""
|
128 |
"Numero minimo di caratteri richiesti per mostrare i suggerimenti automatici."
|
129 |
|
130 |
+
#: plugin-options/settings-options.php:83
|
131 |
msgid "Maximum number of results"
|
132 |
msgstr "Numero massimo di risultati"
|
133 |
|
134 |
+
#: plugin-options/settings-options.php:84
|
135 |
msgid "Maximum number of results showed within the autosuggest box."
|
136 |
msgstr "Numero massimo di risultati da mostrare tra i suggerimenti automatici."
|
137 |
|
138 |
+
#: plugin-options/settings-options.php:97
|
139 |
msgid "Enable transients to cache autocomplete results"
|
140 |
msgstr "Attiva i transient per salvare nella cache i risulti autocompletati"
|
141 |
|
142 |
+
#: plugin-options/settings-options.php:98
|
143 |
msgid "Save the results of a query in a transient"
|
144 |
msgstr "Salva i risultati di una query in un transient"
|
145 |
|
146 |
+
#: plugin-options/settings-options.php:106
|
147 |
msgid "Set the duration of transient"
|
148 |
msgstr "Imposta la durata del transient "
|
149 |
|
150 |
+
#: plugin-options/settings-options.php:107
|
151 |
msgid "(hours)"
|
152 |
msgstr "(ore)"
|
153 |
|
154 |
+
#: templates/admin/premium.php:251 templates/admin/premium.php:299
|
|
|
155 |
msgid ""
|
156 |
"Upgrade to the %1$spremium version%2$s%3$s of %1$sYITH WooCommerce Ajax "
|
157 |
"Search%2$s to benefit from all features!"
|
159 |
"Aggiorna alla %1$spremium versione%2$s %3$s di%1$sYITH WooCommerce Ajax "
|
160 |
"Search%2$s per usufruire di tutte le sue funzionalità!"
|
161 |
|
162 |
+
#: templates/admin/premium.php:253 templates/admin/premium.php:301
|
|
|
163 |
msgid "%1$sUPGRADE%2$s %3$sto the premium version%2$s"
|
164 |
msgstr "%1$sAGGIORNA%2$s %3$salla versione premium%2$s "
|
165 |
|
166 |
+
#: templates/admin/premium.php:259
|
167 |
msgid "Premium Features"
|
168 |
msgstr "Funzionalità premium"
|
169 |
|
170 |
+
#: templates/admin/premium.php:261
|
171 |
msgid "HOW TO CUSTOMIZE THE RESULTS OF THE AUTOCOMPLETE"
|
172 |
msgstr "Come personalizzare i risultati del riempimento automatico"
|
173 |
|
174 |
+
#: templates/admin/premium.php:263
|
175 |
msgid "RESULTS OF THE AUTOCOMPLETE"
|
176 |
msgstr "Risultati del completamento automatico"
|
177 |
|
178 |
+
#: templates/admin/premium.php:268
|
|
|
179 |
msgid "Show %1$sthe image%2$s of the product (left or right aligned)"
|
180 |
msgstr "Mostra %1$sl'immagine%2$s del prodotto (a destra o sinistra)"
|
181 |
|
182 |
+
#: templates/admin/premium.php:269
|
|
|
183 |
msgid "Enable the %1$sprice visualization%2$s"
|
184 |
msgstr "Abilita %1$svisualizzazione prezzo%2$s"
|
185 |
|
186 |
+
#: templates/admin/premium.php:270
|
|
|
187 |
msgid "Show the %1$sproduct description%2$s"
|
188 |
msgstr "Mostra %1$sdescrizione prodotto%2$s"
|
189 |
|
190 |
+
#: templates/admin/premium.php:271
|
|
|
191 |
msgid "Tell to the client if the product is %1$son discount or is featured%2$s"
|
192 |
msgstr "Informa l'utente se il prodotto è %1$sin saldo o in evidenza%2$s"
|
193 |
|
194 |
+
#: templates/admin/premium.php:279
|
195 |
msgid "HOW TO CUSTOMIZE THE SEARCH OPTIONS"
|
196 |
msgstr "Come personalizzare le opzioni di ricerca"
|
197 |
|
198 |
+
#: templates/admin/premium.php:283
|
|
|
199 |
msgid "%1$sExtend the research%2$s in the excerpt and in the content"
|
200 |
msgstr ""
|
201 |
"%1$sEstendi le funzionalità di ricerca%2$s anche all'interno del riassunto "
|
202 |
"prodotto e del contenuto"
|
203 |
|
204 |
+
#: templates/admin/premium.php:284
|
|
|
205 |
msgid "%1$sActivate%2$s the category search"
|
206 |
msgstr "%1$sAbilita%2$s la ricerca per categoria"
|
207 |
|
208 |
+
#: templates/admin/premium.php:285
|
|
|
209 |
msgid "Configure the %1$stag%2$s search"
|
210 |
msgstr "Configura la ricerca per %1$stag%2$s"
|
211 |
|
212 |
+
#: templates/admin/premium.php:286
|
|
|
213 |
msgid "Search a product with an %1$sID%2$s"
|
214 |
msgstr "Cerca un prodotto utilizzando il suo %1$sID%2$s"
|
215 |
|
216 |
+
#: templates/admin/premium.php:292
|
217 |
msgid "SEARCH OPTIONS"
|
218 |
msgstr "OPZIONI DI RICERCA"
|
219 |
|
220 |
+
#: templates/yith-woocommerce-ajax-search.php:18
|
221 |
msgid "Search for:"
|
222 |
msgstr "Cerca:"
|
223 |
|
224 |
+
#: widgets/class.yith-wcas-ajax-search.php:28
|
225 |
msgid "An Ajax Search box for products only."
|
226 |
msgstr "Un filtro di ricerca Ajax solo per i prodotti."
|
227 |
|
228 |
+
#: widgets/class.yith-wcas-ajax-search.php:30
|
229 |
msgid "YITH WooCommerce Ajax Product Search"
|
230 |
msgstr "YITH WooCommerce Ajax Product Search"
|
231 |
|
232 |
+
#: widgets/class.yith-wcas-ajax-search.php:89
|
233 |
msgid "Title:"
|
234 |
msgstr "Titolo:"
|
235 |
|
236 |
+
#. Plugin URI of the plugin/theme
|
237 |
+
msgid "https://yithemes.com/themes/plugins/yith-woocommerce-ajax-search/"
|
238 |
+
msgstr ""
|
239 |
+
|
240 |
+
#. Description of the plugin/theme
|
241 |
+
msgid ""
|
242 |
+
"<code><strong>YITH WooCommerce Ajax Search</strong></code> is the plugin "
|
243 |
+
"that allows you to search for a specific product by inserting a few "
|
244 |
+
"characters. Thanks to <strong>Ajax Search</strong>, users can quickly find "
|
245 |
+
"the contents they are interested in without wasting time among site pages. "
|
246 |
+
"<a href=\"https://yithemes.com/\" target=\"_blank\">Get more plugins for "
|
247 |
+
"your e-commerce shop on <strong>YITH</strong></a>."
|
248 |
+
msgstr ""
|
249 |
+
|
250 |
+
#. Author of the plugin/theme
|
251 |
+
msgid "YITH"
|
252 |
+
msgstr ""
|
253 |
+
|
254 |
+
#. Author URI of the plugin/theme
|
255 |
+
msgid "https://yithemes.com/"
|
256 |
+
msgstr ""
|
257 |
+
|
258 |
+
#~ msgid "Plugin Documentation"
|
259 |
+
#~ msgstr "Documentazione plugin"
|
260 |
+
|
261 |
+
#~ msgid ""
|
262 |
+
#~ "In the YIT Plugin tab you can find the YITH WooCommerce Ajax Search "
|
263 |
+
#~ "options.\n"
|
264 |
+
#~ "With this menu, you can access to all the settings of our plugins that "
|
265 |
+
#~ "you have activated.\n"
|
266 |
+
#~ "YITH WooCommerce Ajax Search is available in an outstanding PREMIUM "
|
267 |
+
#~ "version with many new options, <a href=\""
|
268 |
+
#~ msgstr ""
|
269 |
+
#~ "Nella scheda del plugin puoi trovare tutte le opzioni di YITH WooCommerce "
|
270 |
+
#~ "Ajax Search.\n"
|
271 |
+
#~ "Da questo menu, avrai accesso a tutte le impostazioni dei nostri plugin "
|
272 |
+
#~ "attivati finora.\n"
|
273 |
+
#~ "YITH WooCommerce Ajax Search è disponibile in una eccezionale versione "
|
274 |
+
#~ "PREMIUM con molte nuove optioni, <a href=\""
|
275 |
+
|
276 |
+
#~ msgid ""
|
277 |
+
#~ "From now on, you can find all the options of YITH WooCommerce Ajax Search "
|
278 |
+
#~ "Updated under YIT Plugin -> Ajax Search instead of WooCommerce -> "
|
279 |
+
#~ "Settings -> Ajax Search, as in the previous version.\n"
|
280 |
+
#~ "When one of our plugins updates, a new voice will be added to this menu.\n"
|
281 |
+
#~ "YITH WooCommerce Ajax Search renovates with new available options, "
|
282 |
+
#~ "discover the <a href=\""
|
283 |
+
#~ msgstr ""
|
284 |
+
#~ "Da adesso, puoi trovare tutte le opzioni del nuovo YITH WooCommerce Ajax "
|
285 |
+
#~ "Search in YIT Plugin > Ajax Search invece che in WooCommerce > Settings > "
|
286 |
+
#~ "Ajax Search, come accadeva nelle precedenti versioni.\n"
|
287 |
+
#~ "Quando uno dei nostri plugin verrà aggiornato, una nuova voce sarà "
|
288 |
+
#~ "aggiunta a questo menu.\n"
|
289 |
+
#~ "YITH WooCommerce Ajax Search si è rinnovato con molte nuove opzioni "
|
290 |
+
#~ "disponibili, scopri <a href=\""
|
291 |
+
|
292 |
#~ msgid "Output"
|
293 |
#~ msgstr "Risultati di ricerca"
|
294 |
|
languages/yith-woocommerce-ajax-search-pt_PT.mo
CHANGED
Binary file
|
languages/yith-woocommerce-ajax-search-pt_PT.po
CHANGED
@@ -1,1098 +1,343 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: YITH WooCommerce Ajax Search\n"
|
4 |
-
"
|
5 |
-
"
|
|
|
6 |
"Last-Translator: Luis Maia <lmsm76@gmail.com>\n"
|
7 |
"Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
|
8 |
"Language: it_IT\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"X-Generator: Poedit
|
13 |
"X-Poedit-KeywordsList: __;_e;_x\n"
|
14 |
"X-Poedit-Basepath: .\n"
|
15 |
"X-Poedit-SearchPath-0: ..\n"
|
16 |
|
17 |
-
#:
|
18 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1048
|
19 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1196
|
20 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1202
|
21 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:64
|
22 |
msgid "Settings"
|
23 |
msgstr "Definições"
|
24 |
|
25 |
-
#:
|
26 |
msgid "Premium Version"
|
27 |
msgstr ""
|
28 |
|
29 |
-
#:
|
30 |
msgid "Ajax Search"
|
31 |
msgstr "Ajax Search"
|
32 |
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
#: ../class.yith-wcas-admin.php:207 ../plugin-options/settings-options.php:24
|
38 |
-
#: ../plugin-options/settings-options.php:31
|
39 |
#, fuzzy
|
40 |
msgid "YITH WooCommerce Ajax Search"
|
41 |
msgstr "YITH WooCommerce Ajax Product Search"
|
42 |
|
43 |
-
#:
|
44 |
-
msgid ""
|
45 |
-
"In the YIT Plugin tab you can find the YITH WooCommerce Ajax Search "
|
46 |
-
"options.\n"
|
47 |
-
"With this menu, you can access to all the settings of our plugins that you "
|
48 |
-
"have activated.\n"
|
49 |
-
"YITH WooCommerce Ajax Search is available in an outstanding PREMIUM version "
|
50 |
-
"with many new options, <a href=\""
|
51 |
-
msgstr ""
|
52 |
-
|
53 |
-
#: ../class.yith-wcas-admin.php:221
|
54 |
#, fuzzy
|
55 |
msgid "YITH WooCommerce Ajax Search Updated"
|
56 |
msgstr "YITH WooCommerce Ajax Product Search"
|
57 |
|
58 |
-
#:
|
59 |
-
msgid ""
|
60 |
-
"From now on, you can find all the options of YITH WooCommerce Ajax Search "
|
61 |
-
"Updated under YIT Plugin -> Ajax Search instead of WooCommerce -> Settings -"
|
62 |
-
"> Ajax Search, as in the previous version.\n"
|
63 |
-
"When one of our plugins updates, a new voice will be added to this menu.\n"
|
64 |
-
"YITH WooCommerce Ajax Search renovates with new available options, discover "
|
65 |
-
"the <a href=\""
|
66 |
-
msgstr ""
|
67 |
-
|
68 |
-
#: ../class.yith-wcas.php:172
|
69 |
msgid "No results"
|
70 |
msgstr "Sem resultados"
|
71 |
|
72 |
-
#:
|
73 |
msgid ""
|
74 |
"You can't activate the free version of YITH WooCommerce Ajax Search while "
|
75 |
"you are using the premium one."
|
76 |
msgstr ""
|
77 |
|
78 |
-
#:
|
79 |
msgid ""
|
80 |
"YITH WooCommerce Ajax Search is enabled but not effective. It requires "
|
81 |
-
"
|
82 |
-
msgstr ""
|
83 |
-
|
84 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:460
|
85 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:574
|
86 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:719
|
87 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1632
|
88 |
-
#, php-format
|
89 |
-
msgid "Add %s"
|
90 |
-
msgstr ""
|
91 |
-
|
92 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:461
|
93 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:575
|
94 |
-
#, php-format
|
95 |
-
msgid "Add New %s"
|
96 |
-
msgstr ""
|
97 |
-
|
98 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:462
|
99 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:576
|
100 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1267
|
101 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1304
|
102 |
-
#, php-format
|
103 |
-
msgid "Edit %s"
|
104 |
-
msgstr ""
|
105 |
-
|
106 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:463
|
107 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:577
|
108 |
-
#, php-format
|
109 |
-
msgid "New %s"
|
110 |
-
msgstr ""
|
111 |
-
|
112 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:464
|
113 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:578
|
114 |
-
#, php-format
|
115 |
-
msgid "All %s"
|
116 |
-
msgstr ""
|
117 |
-
|
118 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:465
|
119 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:579
|
120 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1251
|
121 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1305
|
122 |
-
#, php-format
|
123 |
-
msgid "View %s"
|
124 |
-
msgstr ""
|
125 |
-
|
126 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:466
|
127 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:580
|
128 |
-
#, fuzzy, php-format
|
129 |
-
msgid "Search %s"
|
130 |
-
msgstr "Procurar"
|
131 |
-
|
132 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:467
|
133 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:581
|
134 |
-
#, php-format
|
135 |
-
msgid "No %s found"
|
136 |
-
msgstr ""
|
137 |
-
|
138 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:468
|
139 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:582
|
140 |
-
#, php-format
|
141 |
-
msgid "No %s found in Trash"
|
142 |
-
msgstr ""
|
143 |
-
|
144 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:625
|
145 |
-
#, php-format
|
146 |
-
msgid "%s Categories"
|
147 |
-
msgstr ""
|
148 |
-
|
149 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:626
|
150 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:635
|
151 |
-
msgid "Category"
|
152 |
-
msgstr ""
|
153 |
-
|
154 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:627
|
155 |
-
#, fuzzy
|
156 |
-
msgid "Search Categories"
|
157 |
-
msgstr "Procurar por:"
|
158 |
-
|
159 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:628
|
160 |
-
msgid "All Categories"
|
161 |
-
msgstr ""
|
162 |
-
|
163 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:629
|
164 |
-
msgid "Parent Category"
|
165 |
-
msgstr ""
|
166 |
-
|
167 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:630
|
168 |
-
msgid "Parent Category:"
|
169 |
-
msgstr ""
|
170 |
-
|
171 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:631
|
172 |
-
msgid "Edit Category"
|
173 |
-
msgstr ""
|
174 |
-
|
175 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:632
|
176 |
-
msgid "Update Category"
|
177 |
-
msgstr ""
|
178 |
-
|
179 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:633
|
180 |
-
msgid "Add New Category"
|
181 |
-
msgstr ""
|
182 |
-
|
183 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:634
|
184 |
-
msgid "New Category Name"
|
185 |
-
msgstr ""
|
186 |
-
|
187 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:724
|
188 |
-
msgid "Categories"
|
189 |
msgstr ""
|
190 |
|
191 |
-
#:
|
192 |
-
|
193 |
-
msgid "%s Settings"
|
194 |
-
msgstr "Definições"
|
195 |
-
|
196 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1051
|
197 |
-
msgid "Type"
|
198 |
-
msgstr ""
|
199 |
-
|
200 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1052
|
201 |
-
msgid "Layout for this "
|
202 |
msgstr ""
|
203 |
|
204 |
-
#:
|
205 |
-
msgid "
|
206 |
msgstr ""
|
207 |
|
208 |
-
#:
|
209 |
msgid ""
|
210 |
-
"
|
211 |
-
"
|
212 |
-
msgstr ""
|
213 |
-
|
214 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1064
|
215 |
-
msgid "Label in Singular"
|
216 |
-
msgstr ""
|
217 |
-
|
218 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1065
|
219 |
-
msgid "Set a label in singular (title of portfolio if empty)"
|
220 |
-
msgstr ""
|
221 |
-
|
222 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1070
|
223 |
-
msgid "Label in Plural"
|
224 |
-
msgstr ""
|
225 |
-
|
226 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1071
|
227 |
-
msgid "Set a label in plural (title of portfolio if empty)"
|
228 |
msgstr ""
|
229 |
|
230 |
-
#:
|
231 |
-
msgid "
|
232 |
msgstr ""
|
233 |
|
234 |
-
#:
|
235 |
msgid ""
|
236 |
-
"
|
237 |
-
"
|
238 |
-
"
|
239 |
-
msgstr ""
|
240 |
-
|
241 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1082
|
242 |
-
msgid "Taxonomy Rewrite"
|
243 |
-
msgstr ""
|
244 |
-
|
245 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1083
|
246 |
-
msgid "Set univocal name for each category page URL."
|
247 |
-
msgstr ""
|
248 |
-
|
249 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1088
|
250 |
-
msgid "Single layout"
|
251 |
-
msgstr ""
|
252 |
-
|
253 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1089
|
254 |
-
msgid "Layout for single page of this portfolio"
|
255 |
msgstr ""
|
256 |
|
257 |
-
#:
|
258 |
#, fuzzy
|
259 |
-
msgid "
|
260 |
-
msgstr "Definições"
|
261 |
-
|
262 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1222
|
263 |
-
#: ../plugin-fw/lib/yit-cpt-unlimited.php:1235
|
264 |
-
msgid "Quick links"
|
265 |
-
msgstr ""
|
266 |
|
267 |
-
#:
|
268 |
-
|
269 |
-
|
270 |
-
msgstr ""
|
271 |
|
272 |
-
#:
|
273 |
-
#:
|
274 |
-
|
275 |
-
|
276 |
-
msgstr ""
|
277 |
|
278 |
-
#:
|
279 |
-
|
280 |
-
|
281 |
-
msgstr ""
|
282 |
|
283 |
-
#:
|
284 |
-
msgid "
|
285 |
-
msgstr ""
|
286 |
|
287 |
-
#:
|
288 |
-
msgid "
|
289 |
-
msgstr ""
|
290 |
|
291 |
-
#:
|
292 |
-
|
293 |
-
|
294 |
-
msgstr "Definições"
|
295 |
|
296 |
-
#:
|
297 |
-
|
298 |
-
|
299 |
-
msgstr ""
|
300 |
|
301 |
-
#:
|
302 |
-
|
303 |
-
|
304 |
-
msgid "Save Changes"
|
305 |
-
msgstr ""
|
306 |
|
307 |
-
#:
|
308 |
-
|
309 |
-
|
310 |
-
"If you continue with this action, you will reset all options in this page."
|
311 |
-
msgstr ""
|
312 |
|
313 |
-
#:
|
314 |
-
|
315 |
-
msgid "Reset to Default"
|
316 |
msgstr ""
|
317 |
|
318 |
-
#:
|
319 |
-
|
320 |
-
#: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
|
321 |
-
msgid "Are you sure?"
|
322 |
msgstr ""
|
323 |
|
324 |
-
#:
|
325 |
-
msgid ""
|
326 |
-
"The element you have entered already exists. Please, enter another name."
|
327 |
msgstr ""
|
328 |
|
329 |
-
#:
|
330 |
#, fuzzy
|
331 |
-
msgid "
|
332 |
-
|
333 |
-
|
334 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:433
|
335 |
-
#, fuzzy
|
336 |
-
msgid "Settings reset"
|
337 |
-
msgstr "Definições"
|
338 |
-
|
339 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:434
|
340 |
-
msgid "Element deleted correctly."
|
341 |
-
msgstr ""
|
342 |
-
|
343 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:435
|
344 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:436
|
345 |
-
msgid "Element updated correctly."
|
346 |
-
msgstr ""
|
347 |
-
|
348 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:437
|
349 |
-
msgid "Database imported correctly."
|
350 |
-
msgstr ""
|
351 |
-
|
352 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:438
|
353 |
-
msgid "An error has occurred during import. Please try again."
|
354 |
-
msgstr ""
|
355 |
|
356 |
-
#:
|
357 |
-
msgid "The added file is not valid."
|
358 |
-
msgstr ""
|
359 |
-
|
360 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:440
|
361 |
-
msgid "Sorry, import is disabled."
|
362 |
-
msgstr ""
|
363 |
-
|
364 |
-
#: ../plugin-fw/lib/yit-plugin-panel.php:441
|
365 |
-
msgid "Sorting successful."
|
366 |
-
msgstr ""
|
367 |
-
|
368 |
-
#: ../plugin-fw/lib/yit-plugin-subpanel.php:145
|
369 |
msgid ""
|
370 |
-
"
|
371 |
-
"
|
372 |
msgstr ""
|
373 |
|
374 |
-
#:
|
375 |
-
msgid "
|
376 |
msgstr ""
|
377 |
|
378 |
-
#:
|
379 |
-
msgid ""
|
380 |
-
"From now on, you can find all plugin options in YIT Plugin menu.\n"
|
381 |
-
" For each plugin installed, "
|
382 |
-
"customization settings will be available as a new entry in YIT Plugin menu."
|
383 |
msgstr ""
|
384 |
|
385 |
-
#:
|
386 |
-
msgid "
|
387 |
msgstr ""
|
388 |
|
389 |
-
#:
|
390 |
-
msgid "
|
391 |
msgstr ""
|
392 |
|
393 |
-
#:
|
394 |
-
msgid "
|
395 |
msgstr ""
|
396 |
|
397 |
-
#:
|
398 |
-
msgid ""
|
399 |
-
"From now on, you can find all options of your plugins in YIT Plugin menu.\n"
|
400 |
-
" Any time one of our plugins is updated, "
|
401 |
-
"a new entry will be added to this menu.\n"
|
402 |
-
" For example, after the update, plugin "
|
403 |
-
"options (such as for YITH WooCommerce Wishlist, YITH WooCommerce Ajax "
|
404 |
-
"Search, etc.)\n"
|
405 |
-
" will be moved from previous location to "
|
406 |
-
"YIT Plugin tab."
|
407 |
msgstr ""
|
408 |
|
409 |
-
#:
|
410 |
-
msgid "
|
411 |
msgstr ""
|
412 |
|
413 |
-
#:
|
414 |
-
msgid "
|
415 |
msgstr ""
|
416 |
|
417 |
-
#:
|
418 |
-
msgid "
|
419 |
msgstr ""
|
420 |
|
421 |
-
#:
|
422 |
-
msgid ""
|
423 |
-
"please <a href=\"%activate_link%\">activate</a> your copy of %plugin_name%."
|
424 |
msgstr ""
|
425 |
|
426 |
-
#:
|
427 |
-
msgid "
|
428 |
msgstr ""
|
429 |
|
430 |
-
#:
|
431 |
-
msgid "
|
432 |
msgstr ""
|
433 |
|
434 |
-
#:
|
435 |
-
msgid "
|
436 |
msgstr ""
|
437 |
|
438 |
-
#:
|
439 |
-
msgid "
|
440 |
msgstr ""
|
441 |
|
442 |
-
#:
|
443 |
-
|
444 |
-
|
445 |
-
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
|
446 |
-
"yit-changelog-button\" title=\"%3$s\">View version %4$s details</a>."
|
447 |
-
msgstr ""
|
448 |
|
449 |
-
#:
|
450 |
-
|
451 |
-
|
452 |
-
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
|
453 |
-
"yit-changelog-button\" title=\"%3$s\">View version %4$s details</a>. <em>You "
|
454 |
-
"have to activate the plugin on a single site of the network to benefit from "
|
455 |
-
"automatic updates.</em>"
|
456 |
-
msgstr ""
|
457 |
|
458 |
-
#:
|
459 |
-
|
460 |
-
|
461 |
-
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
|
462 |
-
"yit-changelog-button\" title=\"%3$s\">View version %4$s details</a>. "
|
463 |
-
"<em>Automatic update is unavailable for this plugin, please <a href=\"%5$s\" "
|
464 |
-
"title=\"Licence activation\">activate</a> your copy of %6s.</em>"
|
465 |
-
msgstr ""
|
466 |
|
467 |
-
#:
|
468 |
-
|
469 |
-
|
470 |
-
"There is a new version of %1$s available. <a href=\"%2$s\" class=\"thickbox "
|
471 |
-
"yit-changelog-button\" title=\"%3$s\">View version %4$s details</a> or <a "
|
472 |
-
"href=\"%5$s\">update now</a>."
|
473 |
-
msgstr ""
|
474 |
|
475 |
-
|
476 |
-
msgid "
|
477 |
msgstr ""
|
478 |
|
479 |
-
|
480 |
msgid ""
|
481 |
-
"
|
482 |
-
|
483 |
-
|
484 |
-
|
485 |
-
|
486 |
-
|
487 |
-
|
488 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:161
|
489 |
-
#, php-format
|
490 |
-
msgid "%field% field cannot be empty"
|
491 |
-
msgstr ""
|
492 |
-
|
493 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:162
|
494 |
-
msgid "%field_1% and %field_2% fields cannot be empty"
|
495 |
-
msgstr ""
|
496 |
-
|
497 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:163
|
498 |
-
msgid "Unable to contact the remote server, please try again later. Thanks!"
|
499 |
msgstr ""
|
500 |
|
501 |
-
|
502 |
-
msgid "
|
503 |
msgstr ""
|
504 |
|
505 |
-
|
506 |
-
msgid "
|
507 |
msgstr ""
|
508 |
|
509 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:550
|
510 |
-
msgid "Software has been deactivated"
|
511 |
-
msgstr ""
|
512 |
-
|
513 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:551
|
514 |
#, fuzzy
|
515 |
-
msgid "
|
516 |
-
msgstr "
|
517 |
-
|
518 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:552
|
519 |
-
msgid "Invalid instance ID"
|
520 |
-
msgstr ""
|
521 |
-
|
522 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:553
|
523 |
-
msgid "Invalid security key"
|
524 |
-
msgstr ""
|
525 |
-
|
526 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:554
|
527 |
-
msgid "Licence key has expired"
|
528 |
-
msgstr ""
|
529 |
-
|
530 |
-
#: ../plugin-fw/licence/lib/yit-licence.php:555
|
531 |
-
msgid "Licence key has been banned"
|
532 |
-
msgstr ""
|
533 |
-
|
534 |
-
#: ../plugin-fw/licence/lib/yit-plugin-licence.php:64
|
535 |
-
#: ../plugin-fw/licence/lib/yit-plugin-licence.php:65
|
536 |
-
#: ../plugin-fw/licence/lib/yit-theme-licence.php:64
|
537 |
-
#: ../plugin-fw/licence/lib/yit-theme-licence.php:65
|
538 |
-
#: ../plugin-fw/licence/lib/yit-theme-licence.php:107
|
539 |
-
#: ../plugin-fw/licence/lib/yit-theme-licence.php:108
|
540 |
-
msgid "Licence Activation"
|
541 |
-
msgstr ""
|
542 |
-
|
543 |
-
#: ../plugin-fw/licence/lib/yit-theme-licence.php:115
|
544 |
-
#: ../plugin-fw/licence/lib/yit-theme-licence.php:116
|
545 |
-
#, php-format
|
546 |
-
msgid "%s"
|
547 |
-
msgstr ""
|
548 |
|
549 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:19
|
550 |
-
msgid "Yithemes Licence Activation"
|
551 |
-
msgstr ""
|
552 |
-
|
553 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:23
|
554 |
-
msgid ""
|
555 |
-
"I cannot find the license key for activating the theme I have bought some "
|
556 |
-
"time ago. Where can I find it?"
|
557 |
-
msgstr ""
|
558 |
-
|
559 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:26
|
560 |
-
msgid ""
|
561 |
-
"If you have purchased one of our products before 27 January 2015, you can "
|
562 |
-
"benefit from support and updates (the services offered with the license)\n"
|
563 |
-
" until 27 January 2016 and you do not have to purchase it again "
|
564 |
-
"to get a new license key, because, before this date, your license used to be "
|
565 |
-
"activated automatically by our system.\n"
|
566 |
-
" After 27 January 2016, instead, if you want to benefit from "
|
567 |
-
"support and updates you have to buy a new license and activate it through "
|
568 |
-
"the license key you will be\n"
|
569 |
-
" provided with and that you can find in your YIThemes account, in "
|
570 |
-
"section \"My licenses\"."
|
571 |
-
msgstr ""
|
572 |
-
|
573 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:37
|
574 |
-
msgid ""
|
575 |
-
"Have you updated your licenses? Have you asked for an extension? Update "
|
576 |
-
"information concerning your products."
|
577 |
-
msgstr ""
|
578 |
-
|
579 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:39
|
580 |
-
msgid "Update licence information"
|
581 |
-
msgstr ""
|
582 |
-
|
583 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:49
|
584 |
-
msgid "Products to be activated"
|
585 |
-
msgstr ""
|
586 |
-
|
587 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:68
|
588 |
-
msgid "Activate"
|
589 |
-
msgstr ""
|
590 |
-
|
591 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:87
|
592 |
-
msgid "Activated"
|
593 |
-
msgstr ""
|
594 |
-
|
595 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:91
|
596 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:123
|
597 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:147
|
598 |
-
msgid "Product Name"
|
599 |
-
msgstr ""
|
600 |
-
|
601 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:92
|
602 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:124
|
603 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:148
|
604 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:148
|
605 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:340
|
606 |
-
msgid "Email"
|
607 |
-
msgstr ""
|
608 |
-
|
609 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:93
|
610 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:125
|
611 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:149
|
612 |
-
msgid "Licence Key"
|
613 |
-
msgstr ""
|
614 |
-
|
615 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:94
|
616 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:150
|
617 |
-
msgid "Expires"
|
618 |
-
msgstr ""
|
619 |
-
|
620 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:95
|
621 |
-
msgid "Remaining"
|
622 |
-
msgstr ""
|
623 |
-
|
624 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:96
|
625 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:109
|
626 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:151
|
627 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:161
|
628 |
-
msgid "Renew"
|
629 |
-
msgstr ""
|
630 |
-
|
631 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:107
|
632 |
-
#, php-format
|
633 |
-
msgid "%1s out of %2s"
|
634 |
-
msgstr ""
|
635 |
-
|
636 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:119
|
637 |
-
msgid "Banned"
|
638 |
-
msgstr ""
|
639 |
-
|
640 |
-
#: ../plugin-fw/licence/templates/panel/activation/activation-panel.php:143
|
641 |
-
msgid "Expired"
|
642 |
-
msgstr ""
|
643 |
-
|
644 |
-
#: ../plugin-fw/templates/metaboxes/types/ajax-products.php:23
|
645 |
#, fuzzy
|
646 |
-
msgid "Search
|
647 |
-
msgstr "Procurar por
|
648 |
-
|
649 |
-
#: ../plugin-fw/templates/metaboxes/types/categories.php:36
|
650 |
-
msgid "No categories."
|
651 |
-
msgstr ""
|
652 |
-
|
653 |
-
#: ../plugin-fw/templates/metaboxes/types/categories.php:42
|
654 |
-
msgid "+ Add New Category"
|
655 |
-
msgstr ""
|
656 |
-
|
657 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:7
|
658 |
-
msgid "Text Input"
|
659 |
-
msgstr ""
|
660 |
-
|
661 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:8
|
662 |
-
msgid "Checkbox"
|
663 |
-
msgstr ""
|
664 |
|
665 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:9
|
666 |
#, fuzzy
|
667 |
-
msgid "
|
668 |
-
msgstr "
|
669 |
|
670 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:10
|
671 |
-
msgid "Textarea"
|
672 |
-
msgstr ""
|
673 |
-
|
674 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:11
|
675 |
-
msgid "Radio Input"
|
676 |
-
msgstr ""
|
677 |
-
|
678 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:12
|
679 |
-
msgid "Password Field"
|
680 |
-
msgstr ""
|
681 |
-
|
682 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:13
|
683 |
#, fuzzy
|
684 |
-
msgid "
|
685 |
-
msgstr "
|
686 |
-
|
687 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:47
|
688 |
-
msgid "Theme Icon"
|
689 |
-
msgstr ""
|
690 |
-
|
691 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:48
|
692 |
-
msgid "Custom Icon"
|
693 |
-
msgstr ""
|
694 |
-
|
695 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:49
|
696 |
-
#: ../plugin-fw/templates/metaboxes/types/responsivesliders.php:24
|
697 |
-
msgid "None"
|
698 |
-
msgstr ""
|
699 |
-
|
700 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:60
|
701 |
-
msgid "Add field"
|
702 |
-
msgstr ""
|
703 |
-
|
704 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:69
|
705 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:261
|
706 |
-
#: ../plugin-fw/templates/metaboxes/types/customtabs.php:37
|
707 |
-
#: ../plugin-fw/templates/metaboxes/types/customtabs.php:82
|
708 |
-
msgid "Remove"
|
709 |
-
msgstr ""
|
710 |
|
711 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:70
|
712 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:262
|
713 |
#, fuzzy
|
714 |
-
msgid "
|
715 |
-
msgstr "
|
716 |
-
|
717 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:77
|
718 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:269
|
719 |
-
msgid "Title Field"
|
720 |
-
msgstr ""
|
721 |
|
722 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:81
|
723 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:273
|
724 |
#, fuzzy
|
725 |
-
msgid "
|
726 |
-
msgstr "
|
727 |
-
|
728 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:86
|
729 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:278
|
730 |
-
msgid "Data Name"
|
731 |
-
msgstr ""
|
732 |
-
|
733 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:90
|
734 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:282
|
735 |
-
msgid ""
|
736 |
-
"REQUIRED: Field identification name to be entered into email body. "
|
737 |
-
"<strong>Note:</strong>Use only lowercase characters and underscores."
|
738 |
-
msgstr ""
|
739 |
-
|
740 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:95
|
741 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:287
|
742 |
-
msgid "Type field"
|
743 |
-
msgstr ""
|
744 |
|
745 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:103
|
746 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:295
|
747 |
#, fuzzy
|
748 |
-
msgid "
|
749 |
-
msgstr "
|
750 |
-
|
751 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:108
|
752 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:300
|
753 |
-
msgid "Checked"
|
754 |
-
msgstr ""
|
755 |
|
756 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:112
|
757 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:304
|
758 |
-
msgid "Select this option if you want this field appears as already checked."
|
759 |
-
msgstr ""
|
760 |
-
|
761 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:117
|
762 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:309
|
763 |
-
msgid "Add options "
|
764 |
-
msgstr ""
|
765 |
-
|
766 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:118
|
767 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:310
|
768 |
-
msgid "Add option"
|
769 |
-
msgstr ""
|
770 |
-
|
771 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:121
|
772 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:313
|
773 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:436
|
774 |
#, fuzzy
|
775 |
-
msgid "
|
776 |
-
msgstr "
|
777 |
-
|
778 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:124
|
779 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:316
|
780 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:436
|
781 |
-
msgid "Delete option"
|
782 |
-
msgstr ""
|
783 |
-
|
784 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:130
|
785 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:322
|
786 |
-
msgid "Error Message"
|
787 |
-
msgstr ""
|
788 |
-
|
789 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:134
|
790 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:326
|
791 |
-
msgid "Insert the error message for validation."
|
792 |
-
msgstr ""
|
793 |
-
|
794 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:139
|
795 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:331
|
796 |
-
msgid "Required"
|
797 |
-
msgstr ""
|
798 |
-
|
799 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:143
|
800 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:335
|
801 |
-
msgid "Select this option if it must be required."
|
802 |
-
msgstr ""
|
803 |
-
|
804 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:152
|
805 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:344
|
806 |
-
msgid "Select this option if the email must be valid."
|
807 |
-
msgstr ""
|
808 |
-
|
809 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:157
|
810 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:349
|
811 |
-
msgid "Reply To"
|
812 |
-
msgstr ""
|
813 |
-
|
814 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:161
|
815 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:353
|
816 |
-
msgid "Select this if it is the email you can reply to."
|
817 |
-
msgstr ""
|
818 |
-
|
819 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:166
|
820 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:358
|
821 |
-
msgid "Class"
|
822 |
-
msgstr ""
|
823 |
-
|
824 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:170
|
825 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:362
|
826 |
-
msgid ""
|
827 |
-
"Insert additional class(es) (separated by commas) for more personalization."
|
828 |
-
msgstr ""
|
829 |
-
|
830 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:175
|
831 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:367
|
832 |
-
msgid "Icon"
|
833 |
-
msgstr ""
|
834 |
-
|
835 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:203
|
836 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:391
|
837 |
-
#: ../plugin-fw/templates/metaboxes/types/icon-list.php:69
|
838 |
-
#: ../plugin-fw/templates/metaboxes/types/select-icon.php:33
|
839 |
-
#: ../plugin-fw/templates/metaboxes/types/upload.php:21
|
840 |
-
#: ../plugin-fw/templates/panel/types/upload.php:31
|
841 |
-
#: ../plugin-fw/templates/panel/woocommerce/woocommerce-upload.php:35
|
842 |
-
msgid "Upload"
|
843 |
-
msgstr "Carregar"
|
844 |
-
|
845 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:209
|
846 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:397
|
847 |
-
#: ../plugin-fw/templates/metaboxes/types/icon-list.php:75
|
848 |
-
#: ../plugin-fw/templates/metaboxes/types/select-icon.php:39
|
849 |
-
msgid "Image preview"
|
850 |
-
msgstr ""
|
851 |
-
|
852 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:217
|
853 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:405
|
854 |
-
msgid "Insert an icon for more personalization."
|
855 |
-
msgstr ""
|
856 |
-
|
857 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:222
|
858 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:409
|
859 |
-
msgid "Width"
|
860 |
-
msgstr ""
|
861 |
-
|
862 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:247
|
863 |
-
#: ../plugin-fw/templates/metaboxes/types/contactform.php:421
|
864 |
-
msgid "Set field length."
|
865 |
-
msgstr ""
|
866 |
-
|
867 |
-
#: ../plugin-fw/templates/metaboxes/types/customtabs.php:28
|
868 |
-
msgid "Close all"
|
869 |
-
msgstr ""
|
870 |
-
|
871 |
-
#: ../plugin-fw/templates/metaboxes/types/customtabs.php:28
|
872 |
-
msgid "Expand all"
|
873 |
-
msgstr ""
|
874 |
-
|
875 |
-
#: ../plugin-fw/templates/metaboxes/types/customtabs.php:52
|
876 |
-
#: ../plugin-fw/templates/metaboxes/types/customtabs.php:95
|
877 |
-
msgid "Value"
|
878 |
-
msgstr ""
|
879 |
-
|
880 |
-
#: ../plugin-fw/templates/metaboxes/types/customtabs.php:53
|
881 |
-
#: ../plugin-fw/templates/metaboxes/types/customtabs.php:96
|
882 |
-
msgid "Content of the tab. (HTML is supported)"
|
883 |
-
msgstr ""
|
884 |
-
|
885 |
-
#: ../plugin-fw/templates/metaboxes/types/customtabs.php:65
|
886 |
-
msgid "Add custom product tab"
|
887 |
-
msgstr ""
|
888 |
-
|
889 |
-
#: ../plugin-fw/templates/metaboxes/types/customtabs.php:107
|
890 |
-
msgid "Do you want to remove the custom tab?"
|
891 |
-
msgstr ""
|
892 |
-
|
893 |
-
#: ../plugin-fw/templates/metaboxes/types/icon-list.php:89
|
894 |
-
#, php-format
|
895 |
-
msgid "(Default: %s <img src=\"%s\"/>)"
|
896 |
-
msgstr ""
|
897 |
-
|
898 |
-
#: ../plugin-fw/templates/metaboxes/types/icon-list.php:91
|
899 |
-
#, php-format
|
900 |
-
msgid "(Default: <i %s></i> )"
|
901 |
-
msgstr ""
|
902 |
-
|
903 |
-
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:40
|
904 |
-
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:45
|
905 |
-
#: ../plugin-fw/templates/metaboxes/types/images.php:38
|
906 |
-
#: ../plugin-fw/templates/metaboxes/types/images.php:64
|
907 |
-
msgid "Delete image"
|
908 |
-
msgstr ""
|
909 |
-
|
910 |
-
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:45
|
911 |
-
msgid "Add Images to Gallery"
|
912 |
-
msgstr ""
|
913 |
-
|
914 |
-
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:45
|
915 |
-
msgid "Add to gallery"
|
916 |
-
msgstr ""
|
917 |
-
|
918 |
-
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:45
|
919 |
-
msgid "Add images"
|
920 |
-
msgstr ""
|
921 |
-
|
922 |
-
#: ../plugin-fw/templates/metaboxes/types/image-gallery.php:45
|
923 |
-
msgid "Delete"
|
924 |
-
msgstr ""
|
925 |
-
|
926 |
-
#: ../plugin-fw/templates/metaboxes/types/images.php:42
|
927 |
-
msgid "Upload new images"
|
928 |
-
msgstr ""
|
929 |
-
|
930 |
-
#: ../plugin-fw/templates/metaboxes/types/images.php:75
|
931 |
-
msgid "Are you sure you want to remove this image?"
|
932 |
-
msgstr ""
|
933 |
-
|
934 |
-
#: ../plugin-fw/templates/metaboxes/types/sidebar-layout.php:25
|
935 |
-
#: ../plugin-fw/templates/metaboxes/types/sidebars.php:36
|
936 |
-
msgid "Left sidebar"
|
937 |
-
msgstr ""
|
938 |
-
|
939 |
-
#: ../plugin-fw/templates/metaboxes/types/sidebar-layout.php:28
|
940 |
-
#: ../plugin-fw/templates/metaboxes/types/sidebars.php:42
|
941 |
-
#: ../plugin-fw/templates/metaboxes/types/sidebars.php:45
|
942 |
-
msgid "No sidebar"
|
943 |
-
msgstr ""
|
944 |
-
|
945 |
-
#: ../plugin-fw/templates/metaboxes/types/sidebar-layout.php:31
|
946 |
-
#: ../plugin-fw/templates/metaboxes/types/sidebars.php:39
|
947 |
-
msgid "Right sidebar"
|
948 |
-
msgstr ""
|
949 |
|
950 |
-
|
951 |
-
|
952 |
-
|
953 |
-
msgid "Choose a sidebar"
|
954 |
-
msgstr ""
|
955 |
-
|
956 |
-
#: ../plugin-fw/templates/metaboxes/types/sidebars.php:51
|
957 |
-
msgid "Left Sidebar"
|
958 |
-
msgstr ""
|
959 |
-
|
960 |
-
#: ../plugin-fw/templates/metaboxes/types/sidebars.php:62
|
961 |
-
msgid "Right Sidebar"
|
962 |
-
msgstr ""
|
963 |
-
|
964 |
-
#: ../plugin-fw/templates/metaboxes/types/typography.php:42
|
965 |
-
msgid "px"
|
966 |
-
msgstr "px"
|
967 |
-
|
968 |
-
#: ../plugin-fw/templates/metaboxes/types/typography.php:43
|
969 |
-
msgid "em"
|
970 |
-
msgstr "em"
|
971 |
-
|
972 |
-
#: ../plugin-fw/templates/metaboxes/types/typography.php:44
|
973 |
-
msgid "pt"
|
974 |
-
msgstr "pt"
|
975 |
-
|
976 |
-
#: ../plugin-fw/templates/metaboxes/types/typography.php:45
|
977 |
-
msgid "rem"
|
978 |
-
msgstr "rem"
|
979 |
-
|
980 |
-
#: ../plugin-fw/templates/metaboxes/types/typography.php:59
|
981 |
-
#: ../plugin-fw/templates/metaboxes/types/typography.php:153
|
982 |
-
#: ../plugin-fw/templates/metaboxes/types/typography.php:217
|
983 |
-
msgid "Web fonts"
|
984 |
-
msgstr ""
|
985 |
-
|
986 |
-
#: ../plugin-fw/templates/metaboxes/types/typography.php:71
|
987 |
-
msgid "Google fonts"
|
988 |
-
msgstr ""
|
989 |
-
|
990 |
-
#: ../plugin-fw/templates/metaboxes/types/typography.php:96
|
991 |
-
msgid "Regular"
|
992 |
-
msgstr "Regular"
|
993 |
-
|
994 |
-
#: ../plugin-fw/templates/metaboxes/types/typography.php:97
|
995 |
-
msgid "Bold"
|
996 |
-
msgstr "Bold"
|
997 |
-
|
998 |
-
#: ../plugin-fw/templates/metaboxes/types/typography.php:98
|
999 |
-
msgid "Extra bold"
|
1000 |
-
msgstr "Extra bold"
|
1001 |
-
|
1002 |
-
#: ../plugin-fw/templates/metaboxes/types/typography.php:99
|
1003 |
-
msgid "Italic"
|
1004 |
-
msgstr "Italic"
|
1005 |
-
|
1006 |
-
#: ../plugin-fw/templates/metaboxes/types/typography.php:100
|
1007 |
-
msgid "Italic bold"
|
1008 |
-
msgstr "Italic bold"
|
1009 |
-
|
1010 |
-
#: ../plugin-fw/templates/panel/woocommerce/woocommerce-form.php:10
|
1011 |
-
msgid "Reset Defaults"
|
1012 |
-
msgstr ""
|
1013 |
-
|
1014 |
-
#: ../plugin-options/settings-options.php:21
|
1015 |
-
msgid "Upgrade to the PREMIUM VERSION"
|
1016 |
-
msgstr ""
|
1017 |
|
1018 |
-
|
1019 |
-
msgid "
|
1020 |
-
|
|
|
1021 |
|
1022 |
-
|
1023 |
-
msgid ""
|
1024 |
-
|
1025 |
-
"of YITH WOOCOMMERCE AJAX SEARCH to benefit from all features!"
|
1026 |
-
msgstr ""
|
1027 |
|
1028 |
-
|
1029 |
-
|
1030 |
-
msgstr ""
|
1031 |
|
1032 |
-
|
1033 |
-
msgid ""
|
1034 |
-
|
1035 |
-
"the advanced features of the product and you will get one year of free "
|
1036 |
-
"updates and support through our platform available 24h/24."
|
1037 |
-
msgstr ""
|
1038 |
|
1039 |
-
#: ../plugin-options/settings-options.php:44
|
1040 |
#, fuzzy
|
1041 |
-
msgid "
|
1042 |
-
msgstr "
|
1043 |
|
1044 |
-
|
1045 |
-
msgid "
|
1046 |
-
msgstr "
|
1047 |
|
1048 |
-
|
1049 |
-
|
1050 |
-
|
1051 |
-
msgstr "Etiqueta para campo introdução Procura Dados."
|
1052 |
|
1053 |
-
|
1054 |
-
msgid "
|
1055 |
-
msgstr "
|
1056 |
|
1057 |
-
|
1058 |
-
msgid "
|
1059 |
-
msgstr "
|
1060 |
|
1061 |
-
|
1062 |
-
|
1063 |
-
msgstr "Procurar"
|
1064 |
|
1065 |
-
|
1066 |
-
|
1067 |
-
msgstr "Numero minimo caracteres"
|
1068 |
|
1069 |
-
|
1070 |
-
|
1071 |
-
msgstr "Numero de caracteres necessário para ativar a autosugestão"
|
1072 |
|
1073 |
-
|
1074 |
-
|
1075 |
-
msgstr "Numero máximo de resultados"
|
1076 |
|
1077 |
-
|
1078 |
-
|
1079 |
-
msgstr "Numero máximo de resultados a mostrar na caixa de autosugestão"
|
1080 |
|
1081 |
-
|
1082 |
-
|
1083 |
-
msgstr "Procurar por:"
|
1084 |
|
1085 |
-
|
1086 |
-
|
1087 |
-
msgstr "Uma caixa de Procura somente de produtos em Ajax"
|
1088 |
|
1089 |
-
|
1090 |
-
|
1091 |
-
msgstr "YITH WooCommerce Ajax Product Search"
|
1092 |
|
1093 |
-
|
1094 |
-
|
1095 |
-
msgstr "Titulo:"
|
1096 |
|
1097 |
#~ msgid "Label for Search submit field."
|
1098 |
#~ msgstr "Etiqueta para o campo do botão Procurar"
|
@@ -1100,8 +345,5 @@ msgstr "Titulo:"
|
|
1100 |
#~ msgid "Docs"
|
1101 |
#~ msgstr "Documentação"
|
1102 |
|
1103 |
-
#~ msgid "Hours"
|
1104 |
-
#~ msgstr "Horas"
|
1105 |
-
|
1106 |
#~ msgid "Minutes"
|
1107 |
#~ msgstr "Minutos"
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: YITH WooCommerce Ajax Search\n"
|
4 |
+
"Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
|
5 |
+
"POT-Creation-Date: 2018-10-23 11:55:17+00:00\n"
|
6 |
+
"PO-Revision-Date: 2018-10-23 13:57+0200\n"
|
7 |
"Last-Translator: Luis Maia <lmsm76@gmail.com>\n"
|
8 |
"Language-Team: Your Inspiration Themes <plugins@yithemes.com>\n"
|
9 |
"Language: it_IT\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
+
"X-Generator: Poedit 2.2\n"
|
14 |
"X-Poedit-KeywordsList: __;_e;_x\n"
|
15 |
"X-Poedit-Basepath: .\n"
|
16 |
"X-Poedit-SearchPath-0: ..\n"
|
17 |
|
18 |
+
#: class.yith-wcas-admin.php:125
|
|
|
|
|
|
|
|
|
19 |
msgid "Settings"
|
20 |
msgstr "Definições"
|
21 |
|
22 |
+
#: class.yith-wcas-admin.php:126
|
23 |
msgid "Premium Version"
|
24 |
msgstr ""
|
25 |
|
26 |
+
#: class.yith-wcas-admin.php:132 class.yith-wcas-admin.php:133
|
27 |
msgid "Ajax Search"
|
28 |
msgstr "Ajax Search"
|
29 |
|
30 |
+
#. Plugin Name of the plugin/theme
|
31 |
+
#: class.yith-wcas-admin.php:204 plugin-options/settings-options.php:24
|
32 |
+
#: plugin-options/settings-options.php:31
|
|
|
|
|
|
|
33 |
#, fuzzy
|
34 |
msgid "YITH WooCommerce Ajax Search"
|
35 |
msgstr "YITH WooCommerce Ajax Product Search"
|
36 |
|
37 |
+
#: class.yith-wcas-admin.php:218
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
#, fuzzy
|
39 |
msgid "YITH WooCommerce Ajax Search Updated"
|
40 |
msgstr "YITH WooCommerce Ajax Product Search"
|
41 |
|
42 |
+
#: class.yith-wcas.php:200
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
msgid "No results"
|
44 |
msgstr "Sem resultados"
|
45 |
|
46 |
+
#: init.php:48
|
47 |
msgid ""
|
48 |
"You can't activate the free version of YITH WooCommerce Ajax Search while "
|
49 |
"you are using the premium one."
|
50 |
msgstr ""
|
51 |
|
52 |
+
#: init.php:112
|
53 |
msgid ""
|
54 |
"YITH WooCommerce Ajax Search is enabled but not effective. It requires "
|
55 |
+
"WooCommerce in order to work."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
56 |
msgstr ""
|
57 |
|
58 |
+
#: plugin-options/settings-options.php:21
|
59 |
+
msgid "Upgrade to the PREMIUM VERSION"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
60 |
msgstr ""
|
61 |
|
62 |
+
#: plugin-options/settings-options.php:25
|
63 |
+
msgid "Discover the Advanced Features"
|
64 |
msgstr ""
|
65 |
|
66 |
+
#: plugin-options/settings-options.php:26
|
67 |
msgid ""
|
68 |
+
"Upgrade to the PREMIUM VERSION\r\n"
|
69 |
+
"of YITH WOOCOMMERCE AJAX SEARCH to benefit from all features!"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
70 |
msgstr ""
|
71 |
|
72 |
+
#: plugin-options/settings-options.php:33
|
73 |
+
msgid "Get Support and Pro Features"
|
74 |
msgstr ""
|
75 |
|
76 |
+
#: plugin-options/settings-options.php:34
|
77 |
msgid ""
|
78 |
+
"By purchasing the premium version of the plugin, you will take advantage of "
|
79 |
+
"the advanced features of the product and you will get one year of free "
|
80 |
+
"updates and support through our platform available 24h/24."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
81 |
msgstr ""
|
82 |
|
83 |
+
#: plugin-options/settings-options.php:44
|
84 |
#, fuzzy
|
85 |
+
msgid "General settings"
|
86 |
+
msgstr "Definições Gerais"
|
|
|
|
|
|
|
|
|
|
|
87 |
|
88 |
+
#: plugin-options/settings-options.php:53
|
89 |
+
msgid "Search input label"
|
90 |
+
msgstr "Etiqueta Entrada Dados"
|
|
|
91 |
|
92 |
+
#: plugin-options/settings-options.php:55
|
93 |
+
#: plugin-options/settings-options.php:63
|
94 |
+
msgid "Label for Search input field."
|
95 |
+
msgstr "Etiqueta para campo introdução Procura Dados."
|
|
|
96 |
|
97 |
+
#: plugin-options/settings-options.php:57
|
98 |
+
msgid "Search for products"
|
99 |
+
msgstr "Procurar por produtos"
|
|
|
100 |
|
101 |
+
#: plugin-options/settings-options.php:61
|
102 |
+
msgid "Search submit label"
|
103 |
+
msgstr "Etiqueta do botão submeter"
|
104 |
|
105 |
+
#: plugin-options/settings-options.php:65
|
106 |
+
msgid "Search"
|
107 |
+
msgstr "Procurar"
|
108 |
|
109 |
+
#: plugin-options/settings-options.php:69
|
110 |
+
msgid "Minimum number of characters"
|
111 |
+
msgstr "Numero minimo caracteres"
|
|
|
112 |
|
113 |
+
#: plugin-options/settings-options.php:70
|
114 |
+
msgid "Minimum number of characters required to trigger autosuggest."
|
115 |
+
msgstr "Numero de caracteres necessário para ativar a autosugestão"
|
|
|
116 |
|
117 |
+
#: plugin-options/settings-options.php:83
|
118 |
+
msgid "Maximum number of results"
|
119 |
+
msgstr "Numero máximo de resultados"
|
|
|
|
|
120 |
|
121 |
+
#: plugin-options/settings-options.php:84
|
122 |
+
msgid "Maximum number of results showed within the autosuggest box."
|
123 |
+
msgstr "Numero máximo de resultados a mostrar na caixa de autosugestão"
|
|
|
|
|
124 |
|
125 |
+
#: plugin-options/settings-options.php:97
|
126 |
+
msgid "Enable transients to cache autocomplete results"
|
|
|
127 |
msgstr ""
|
128 |
|
129 |
+
#: plugin-options/settings-options.php:98
|
130 |
+
msgid "Save the results of a query in a transient"
|
|
|
|
|
131 |
msgstr ""
|
132 |
|
133 |
+
#: plugin-options/settings-options.php:106
|
134 |
+
msgid "Set the duration of transient"
|
|
|
135 |
msgstr ""
|
136 |
|
137 |
+
#: plugin-options/settings-options.php:107
|
138 |
#, fuzzy
|
139 |
+
#| msgid "Hours"
|
140 |
+
msgid "(hours)"
|
141 |
+
msgstr "Horas"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
142 |
|
143 |
+
#: templates/admin/premium.php:251 templates/admin/premium.php:299
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
144 |
msgid ""
|
145 |
+
"Upgrade to the %1$spremium version%2$s%3$s of %1$sYITH WooCommerce Ajax "
|
146 |
+
"Search%2$s to benefit from all features!"
|
147 |
msgstr ""
|
148 |
|
149 |
+
#: templates/admin/premium.php:253 templates/admin/premium.php:301
|
150 |
+
msgid "%1$sUPGRADE%2$s %3$sto the premium version%2$s"
|
151 |
msgstr ""
|
152 |
|
153 |
+
#: templates/admin/premium.php:259
|
154 |
+
msgid "Premium Features"
|
|
|
|
|
|
|
155 |
msgstr ""
|
156 |
|
157 |
+
#: templates/admin/premium.php:261
|
158 |
+
msgid "HOW TO CUSTOMIZE THE RESULTS OF THE AUTOCOMPLETE"
|
159 |
msgstr ""
|
160 |
|
161 |
+
#: templates/admin/premium.php:263
|
162 |
+
msgid "RESULTS OF THE AUTOCOMPLETE"
|
163 |
msgstr ""
|
164 |
|
165 |
+
#: templates/admin/premium.php:268
|
166 |
+
msgid "Show %1$sthe image%2$s of the product (left or right aligned)"
|
167 |
msgstr ""
|
168 |
|
169 |
+
#: templates/admin/premium.php:269
|
170 |
+
msgid "Enable the %1$sprice visualization%2$s"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
171 |
msgstr ""
|
172 |
|
173 |
+
#: templates/admin/premium.php:270
|
174 |
+
msgid "Show the %1$sproduct description%2$s"
|
175 |
msgstr ""
|
176 |
|
177 |
+
#: templates/admin/premium.php:271
|
178 |
+
msgid "Tell to the client if the product is %1$son discount or is featured%2$s"
|
179 |
msgstr ""
|
180 |
|
181 |
+
#: templates/admin/premium.php:279
|
182 |
+
msgid "HOW TO CUSTOMIZE THE SEARCH OPTIONS"
|
183 |
msgstr ""
|
184 |
|
185 |
+
#: templates/admin/premium.php:283
|
186 |
+
msgid "%1$sExtend the research%2$s in the excerpt and in the content"
|
|
|
187 |
msgstr ""
|
188 |
|
189 |
+
#: templates/admin/premium.php:284
|
190 |
+
msgid "%1$sActivate%2$s the category search"
|
191 |
msgstr ""
|
192 |
|
193 |
+
#: templates/admin/premium.php:285
|
194 |
+
msgid "Configure the %1$stag%2$s search"
|
195 |
msgstr ""
|
196 |
|
197 |
+
#: templates/admin/premium.php:286
|
198 |
+
msgid "Search a product with an %1$sID%2$s"
|
199 |
msgstr ""
|
200 |
|
201 |
+
#: templates/admin/premium.php:292
|
202 |
+
msgid "SEARCH OPTIONS"
|
203 |
msgstr ""
|
204 |
|
205 |
+
#: templates/yith-woocommerce-ajax-search.php:18
|
206 |
+
msgid "Search for:"
|
207 |
+
msgstr "Procurar por:"
|
|
|
|
|
|
|
208 |
|
209 |
+
#: widgets/class.yith-wcas-ajax-search.php:28
|
210 |
+
msgid "An Ajax Search box for products only."
|
211 |
+
msgstr "Uma caixa de Procura somente de produtos em Ajax"
|
|
|
|
|
|
|
|
|
|
|
212 |
|
213 |
+
#: widgets/class.yith-wcas-ajax-search.php:30
|
214 |
+
msgid "YITH WooCommerce Ajax Product Search"
|
215 |
+
msgstr "YITH WooCommerce Ajax Product Search"
|
|
|
|
|
|
|
|
|
|
|
216 |
|
217 |
+
#: widgets/class.yith-wcas-ajax-search.php:89
|
218 |
+
msgid "Title:"
|
219 |
+
msgstr "Titulo:"
|
|
|
|
|
|
|
|
|
220 |
|
221 |
+
#. Plugin URI of the plugin/theme
|
222 |
+
msgid "https://yithemes.com/themes/plugins/yith-woocommerce-ajax-search/"
|
223 |
msgstr ""
|
224 |
|
225 |
+
#. Description of the plugin/theme
|
226 |
msgid ""
|
227 |
+
"<code><strong>YITH WooCommerce Ajax Search</strong></code> is the plugin "
|
228 |
+
"that allows you to search for a specific product by inserting a few "
|
229 |
+
"characters. Thanks to <strong>Ajax Search</strong>, users can quickly find "
|
230 |
+
"the contents they are interested in without wasting time among site pages. "
|
231 |
+
"<a href=\"https://yithemes.com/\" target=\"_blank\">Get more plugins for "
|
232 |
+
"your e-commerce shop on <strong>YITH</strong></a>."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
233 |
msgstr ""
|
234 |
|
235 |
+
#. Author of the plugin/theme
|
236 |
+
msgid "YITH"
|
237 |
msgstr ""
|
238 |
|
239 |
+
#. Author URI of the plugin/theme
|
240 |
+
msgid "https://yithemes.com/"
|
241 |
msgstr ""
|
242 |
|
|
|
|
|
|
|
|
|
|
|
243 |
#, fuzzy
|
244 |
+
#~ msgid "Search %s"
|
245 |
+
#~ msgstr "Procurar"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
246 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
247 |
#, fuzzy
|
248 |
+
#~ msgid "Search Categories"
|
249 |
+
#~ msgstr "Procurar por:"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
250 |
|
|
|
251 |
#, fuzzy
|
252 |
+
#~ msgid "%s Settings"
|
253 |
+
#~ msgstr "Definições"
|
254 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
255 |
#, fuzzy
|
256 |
+
#~ msgid "layout settings"
|
257 |
+
#~ msgstr "Definições"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
258 |
|
|
|
|
|
259 |
#, fuzzy
|
260 |
+
#~ msgid "Plugin Settings"
|
261 |
+
#~ msgstr "Definições"
|
|
|
|
|
|
|
|
|
|
|
262 |
|
|
|
|
|
263 |
#, fuzzy
|
264 |
+
#~ msgid "Settings saved"
|
265 |
+
#~ msgstr "Definições"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
266 |
|
|
|
|
|
267 |
#, fuzzy
|
268 |
+
#~ msgid "Settings reset"
|
269 |
+
#~ msgstr "Definições"
|
|
|
|
|
|
|
|
|
|
|
270 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
271 |
#, fuzzy
|
272 |
+
#~ msgid "Maximum number of activations exceeded"
|
273 |
+
#~ msgstr "Numero máximo de resultados"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
274 |
|
275 |
+
#, fuzzy
|
276 |
+
#~ msgid "Search Posts"
|
277 |
+
#~ msgstr "Procurar"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
278 |
|
279 |
+
#, fuzzy
|
280 |
+
#~| msgid "Search for products"
|
281 |
+
#~ msgid "Search Product"
|
282 |
+
#~ msgstr "Procurar por produtos"
|
283 |
|
284 |
+
#, fuzzy
|
285 |
+
#~ msgid "Select All"
|
286 |
+
#~ msgstr "Selecione uma data"
|
|
|
|
|
287 |
|
288 |
+
#~ msgid "Upload"
|
289 |
+
#~ msgstr "Carregar"
|
|
|
290 |
|
291 |
+
#, fuzzy
|
292 |
+
#~ msgid "Search for a product"
|
293 |
+
#~ msgstr "Procurar por produtos"
|
|
|
|
|
|
|
294 |
|
|
|
295 |
#, fuzzy
|
296 |
+
#~ msgid "File Upload"
|
297 |
+
#~ msgstr "Carregar"
|
298 |
|
299 |
+
#, fuzzy
|
300 |
+
#~ msgid "Click to toggle"
|
301 |
+
#~ msgstr "Clicar para pré-visualizar"
|
302 |
|
303 |
+
#, fuzzy
|
304 |
+
#~ msgid "Insert the title for the field."
|
305 |
+
#~ msgstr "Selecione uma fonte"
|
|
|
306 |
|
307 |
+
#, fuzzy
|
308 |
+
#~ msgid "Select the type for this field."
|
309 |
+
#~ msgstr "Selecione uma fonte"
|
310 |
|
311 |
+
#, fuzzy
|
312 |
+
#~ msgid "Selected"
|
313 |
+
#~ msgstr "Selecione uma data"
|
314 |
|
315 |
+
#~ msgid "px"
|
316 |
+
#~ msgstr "px"
|
|
|
317 |
|
318 |
+
#~ msgid "em"
|
319 |
+
#~ msgstr "em"
|
|
|
320 |
|
321 |
+
#~ msgid "pt"
|
322 |
+
#~ msgstr "pt"
|
|
|
323 |
|
324 |
+
#~ msgid "rem"
|
325 |
+
#~ msgstr "rem"
|
|
|
326 |
|
327 |
+
#~ msgid "Regular"
|
328 |
+
#~ msgstr "Regular"
|
|
|
329 |
|
330 |
+
#~ msgid "Bold"
|
331 |
+
#~ msgstr "Bold"
|
|
|
332 |
|
333 |
+
#~ msgid "Extra bold"
|
334 |
+
#~ msgstr "Extra bold"
|
|
|
335 |
|
336 |
+
#~ msgid "Italic"
|
337 |
+
#~ msgstr "Italic"
|
|
|
338 |
|
339 |
+
#~ msgid "Italic bold"
|
340 |
+
#~ msgstr "Italic bold"
|
|
|
341 |
|
342 |
#~ msgid "Label for Search submit field."
|
343 |
#~ msgstr "Etiqueta para o campo do botão Procurar"
|
345 |
#~ msgid "Docs"
|
346 |
#~ msgstr "Documentação"
|
347 |
|
|
|
|
|
|
|
348 |
#~ msgid "Minutes"
|
349 |
#~ msgstr "Minutos"
|
languages/yith-woocommerce-ajax-search.pot
CHANGED
@@ -1,249 +1,234 @@
|
|
1 |
-
|
|
|
2 |
msgid ""
|
3 |
msgstr ""
|
4 |
-
"Project-Id-Version: YITH WooCommerce Ajax Search
|
5 |
-
"
|
6 |
-
"
|
7 |
-
"Last-Translator: \n"
|
8 |
-
"Language-Team: Yithemes <plugins@yithemes.com>\n"
|
9 |
-
"Language: en\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
-
"
|
14 |
-
"
|
15 |
-
"
|
16 |
-
|
17 |
-
|
18 |
-
"X-Poedit-SearchPathExcluded-0: ../plugin-fw\n"
|
19 |
-
|
20 |
-
#: ../class.yith-wcas-admin.php:106 ../class.yith-wcas-admin.php:128
|
21 |
msgid "Settings"
|
22 |
msgstr ""
|
23 |
|
24 |
-
#:
|
25 |
msgid "Premium Version"
|
26 |
msgstr ""
|
27 |
|
28 |
-
#:
|
29 |
msgid "Ajax Search"
|
30 |
msgstr ""
|
31 |
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
#: ../class.yith-wcas-admin.php:207 ../plugin-options/settings-options.php:24
|
37 |
-
#: ../plugin-options/settings-options.php:31
|
38 |
msgid "YITH WooCommerce Ajax Search"
|
39 |
msgstr ""
|
40 |
|
41 |
-
#:
|
42 |
-
msgid ""
|
43 |
-
"In the YIT Plugin tab you can find the YITH WooCommerce Ajax Search options."
|
44 |
-
"\r\n"
|
45 |
-
"With this menu, you can access to all the settings of our plugins that you "
|
46 |
-
"have activated.\r\n"
|
47 |
-
"YITH WooCommerce Ajax Search is available in an outstanding PREMIUM version "
|
48 |
-
"with many new options, <a href=\""
|
49 |
-
msgstr ""
|
50 |
-
|
51 |
-
#: ../class.yith-wcas-admin.php:221
|
52 |
msgid "YITH WooCommerce Ajax Search Updated"
|
53 |
msgstr ""
|
54 |
|
55 |
-
#:
|
56 |
-
msgid ""
|
57 |
-
"From now on, you can find all the options of YITH WooCommerce Ajax Search "
|
58 |
-
"Updated under YIT Plugin -> Ajax Search instead of WooCommerce -> Settings -"
|
59 |
-
"> Ajax Search, as in the previous version.\r\n"
|
60 |
-
"When one of our plugins updates, a new voice will be added to this menu.\r\n"
|
61 |
-
"YITH WooCommerce Ajax Search renovates with new available options, discover "
|
62 |
-
"the <a href=\""
|
63 |
-
msgstr ""
|
64 |
-
|
65 |
-
#: ../class.yith-wcas.php:181
|
66 |
msgid "No results"
|
67 |
msgstr ""
|
68 |
|
69 |
-
#:
|
70 |
msgid ""
|
71 |
"You can't activate the free version of YITH WooCommerce Ajax Search while "
|
72 |
"you are using the premium one."
|
73 |
msgstr ""
|
74 |
|
75 |
-
#:
|
76 |
msgid ""
|
77 |
"YITH WooCommerce Ajax Search is enabled but not effective. It requires "
|
78 |
"WooCommerce in order to work."
|
79 |
msgstr ""
|
80 |
|
81 |
-
#:
|
82 |
msgid "Upgrade to the PREMIUM VERSION"
|
83 |
msgstr ""
|
84 |
|
85 |
-
#:
|
86 |
msgid "Discover the Advanced Features"
|
87 |
msgstr ""
|
88 |
|
89 |
-
#:
|
90 |
msgid ""
|
91 |
"Upgrade to the PREMIUM VERSION\r\n"
|
92 |
"of YITH WOOCOMMERCE AJAX SEARCH to benefit from all features!"
|
93 |
msgstr ""
|
94 |
|
95 |
-
#:
|
96 |
msgid "Get Support and Pro Features"
|
97 |
msgstr ""
|
98 |
|
99 |
-
#:
|
100 |
msgid ""
|
101 |
"By purchasing the premium version of the plugin, you will take advantage of "
|
102 |
"the advanced features of the product and you will get one year of free "
|
103 |
"updates and support through our platform available 24h/24."
|
104 |
msgstr ""
|
105 |
|
106 |
-
#:
|
107 |
msgid "General settings"
|
108 |
msgstr ""
|
109 |
|
110 |
-
#:
|
111 |
msgid "Search input label"
|
112 |
msgstr ""
|
113 |
|
114 |
-
#:
|
115 |
-
#:
|
116 |
msgid "Label for Search input field."
|
117 |
msgstr ""
|
118 |
|
119 |
-
#:
|
120 |
msgid "Search for products"
|
121 |
msgstr ""
|
122 |
|
123 |
-
#:
|
124 |
msgid "Search submit label"
|
125 |
msgstr ""
|
126 |
|
127 |
-
#:
|
128 |
msgid "Search"
|
129 |
msgstr ""
|
130 |
|
131 |
-
#:
|
132 |
msgid "Minimum number of characters"
|
133 |
msgstr ""
|
134 |
|
135 |
-
#:
|
136 |
msgid "Minimum number of characters required to trigger autosuggest."
|
137 |
msgstr ""
|
138 |
|
139 |
-
#:
|
140 |
msgid "Maximum number of results"
|
141 |
msgstr ""
|
142 |
|
143 |
-
#:
|
144 |
msgid "Maximum number of results showed within the autosuggest box."
|
145 |
msgstr ""
|
146 |
|
147 |
-
#:
|
148 |
msgid "Enable transients to cache autocomplete results"
|
149 |
msgstr ""
|
150 |
|
151 |
-
#:
|
152 |
msgid "Save the results of a query in a transient"
|
153 |
msgstr ""
|
154 |
|
155 |
-
#:
|
156 |
msgid "Set the duration of transient"
|
157 |
msgstr ""
|
158 |
|
159 |
-
#:
|
160 |
msgid "(hours)"
|
161 |
msgstr ""
|
162 |
|
163 |
-
#:
|
164 |
-
#, php-format
|
165 |
msgid ""
|
166 |
"Upgrade to the %1$spremium version%2$s%3$s of %1$sYITH WooCommerce Ajax "
|
167 |
"Search%2$s to benefit from all features!"
|
168 |
msgstr ""
|
169 |
|
170 |
-
#:
|
171 |
-
#, php-format
|
172 |
msgid "%1$sUPGRADE%2$s %3$sto the premium version%2$s"
|
173 |
msgstr ""
|
174 |
|
175 |
-
#:
|
176 |
msgid "Premium Features"
|
177 |
msgstr ""
|
178 |
|
179 |
-
#:
|
180 |
msgid "HOW TO CUSTOMIZE THE RESULTS OF THE AUTOCOMPLETE"
|
181 |
msgstr ""
|
182 |
|
183 |
-
#:
|
184 |
msgid "RESULTS OF THE AUTOCOMPLETE"
|
185 |
msgstr ""
|
186 |
|
187 |
-
#:
|
188 |
-
#, php-format
|
189 |
msgid "Show %1$sthe image%2$s of the product (left or right aligned)"
|
190 |
msgstr ""
|
191 |
|
192 |
-
#:
|
193 |
-
#, php-format
|
194 |
msgid "Enable the %1$sprice visualization%2$s"
|
195 |
msgstr ""
|
196 |
|
197 |
-
#:
|
198 |
-
#, php-format
|
199 |
msgid "Show the %1$sproduct description%2$s"
|
200 |
msgstr ""
|
201 |
|
202 |
-
#:
|
203 |
-
#, php-format
|
204 |
msgid "Tell to the client if the product is %1$son discount or is featured%2$s"
|
205 |
msgstr ""
|
206 |
|
207 |
-
#:
|
208 |
msgid "HOW TO CUSTOMIZE THE SEARCH OPTIONS"
|
209 |
msgstr ""
|
210 |
|
211 |
-
#:
|
212 |
-
#, php-format
|
213 |
msgid "%1$sExtend the research%2$s in the excerpt and in the content"
|
214 |
msgstr ""
|
215 |
|
216 |
-
#:
|
217 |
-
#, php-format
|
218 |
msgid "%1$sActivate%2$s the category search"
|
219 |
msgstr ""
|
220 |
|
221 |
-
#:
|
222 |
-
#, php-format
|
223 |
msgid "Configure the %1$stag%2$s search"
|
224 |
msgstr ""
|
225 |
|
226 |
-
#:
|
227 |
-
#, php-format
|
228 |
msgid "Search a product with an %1$sID%2$s"
|
229 |
msgstr ""
|
230 |
|
231 |
-
#:
|
232 |
msgid "SEARCH OPTIONS"
|
233 |
msgstr ""
|
234 |
|
235 |
-
#:
|
236 |
msgid "Search for:"
|
237 |
msgstr ""
|
238 |
|
239 |
-
#:
|
240 |
msgid "An Ajax Search box for products only."
|
241 |
msgstr ""
|
242 |
|
243 |
-
#:
|
244 |
msgid "YITH WooCommerce Ajax Product Search"
|
245 |
msgstr ""
|
246 |
|
247 |
-
#:
|
248 |
msgid "Title:"
|
249 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Copyright (C) 2018 YITH WooCommerce Ajax Search
|
2 |
+
# This file is distributed under the same license as the YITH WooCommerce Ajax Search package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: YITH WooCommerce Ajax Search 1.6.1\n"
|
6 |
+
"Report-Msgid-Bugs-To: http://wordpress.org/tag/init\n"
|
7 |
+
"POT-Creation-Date: 2018-10-23 11:55:17+00:00\n"
|
|
|
|
|
|
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
11 |
+
"PO-Revision-Date: 2018-MO-DA HO:MI+ZONE\n"
|
12 |
+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
13 |
+
"Language-Team: LANGUAGE <LL@li.org>\n"
|
14 |
+
|
15 |
+
#: class.yith-wcas-admin.php:125
|
|
|
|
|
|
|
16 |
msgid "Settings"
|
17 |
msgstr ""
|
18 |
|
19 |
+
#: class.yith-wcas-admin.php:126
|
20 |
msgid "Premium Version"
|
21 |
msgstr ""
|
22 |
|
23 |
+
#: class.yith-wcas-admin.php:132 class.yith-wcas-admin.php:133
|
24 |
msgid "Ajax Search"
|
25 |
msgstr ""
|
26 |
|
27 |
+
#. #-#-#-#-# init.pot (YITH WooCommerce Ajax Search 1.6.1) #-#-#-#-#
|
28 |
+
#. Plugin Name of the plugin/theme
|
29 |
+
#: class.yith-wcas-admin.php:204 plugin-options/settings-options.php:24
|
30 |
+
#: plugin-options/settings-options.php:31
|
|
|
|
|
31 |
msgid "YITH WooCommerce Ajax Search"
|
32 |
msgstr ""
|
33 |
|
34 |
+
#: class.yith-wcas-admin.php:218
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
msgid "YITH WooCommerce Ajax Search Updated"
|
36 |
msgstr ""
|
37 |
|
38 |
+
#: class.yith-wcas.php:200
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
msgid "No results"
|
40 |
msgstr ""
|
41 |
|
42 |
+
#: init.php:48
|
43 |
msgid ""
|
44 |
"You can't activate the free version of YITH WooCommerce Ajax Search while "
|
45 |
"you are using the premium one."
|
46 |
msgstr ""
|
47 |
|
48 |
+
#: init.php:112
|
49 |
msgid ""
|
50 |
"YITH WooCommerce Ajax Search is enabled but not effective. It requires "
|
51 |
"WooCommerce in order to work."
|
52 |
msgstr ""
|
53 |
|
54 |
+
#: plugin-options/settings-options.php:21
|
55 |
msgid "Upgrade to the PREMIUM VERSION"
|
56 |
msgstr ""
|
57 |
|
58 |
+
#: plugin-options/settings-options.php:25
|
59 |
msgid "Discover the Advanced Features"
|
60 |
msgstr ""
|
61 |
|
62 |
+
#: plugin-options/settings-options.php:26
|
63 |
msgid ""
|
64 |
"Upgrade to the PREMIUM VERSION\r\n"
|
65 |
"of YITH WOOCOMMERCE AJAX SEARCH to benefit from all features!"
|
66 |
msgstr ""
|
67 |
|
68 |
+
#: plugin-options/settings-options.php:33
|
69 |
msgid "Get Support and Pro Features"
|
70 |
msgstr ""
|
71 |
|
72 |
+
#: plugin-options/settings-options.php:34
|
73 |
msgid ""
|
74 |
"By purchasing the premium version of the plugin, you will take advantage of "
|
75 |
"the advanced features of the product and you will get one year of free "
|
76 |
"updates and support through our platform available 24h/24."
|
77 |
msgstr ""
|
78 |
|
79 |
+
#: plugin-options/settings-options.php:44
|
80 |
msgid "General settings"
|
81 |
msgstr ""
|
82 |
|
83 |
+
#: plugin-options/settings-options.php:53
|
84 |
msgid "Search input label"
|
85 |
msgstr ""
|
86 |
|
87 |
+
#: plugin-options/settings-options.php:55
|
88 |
+
#: plugin-options/settings-options.php:63
|
89 |
msgid "Label for Search input field."
|
90 |
msgstr ""
|
91 |
|
92 |
+
#: plugin-options/settings-options.php:57
|
93 |
msgid "Search for products"
|
94 |
msgstr ""
|
95 |
|
96 |
+
#: plugin-options/settings-options.php:61
|
97 |
msgid "Search submit label"
|
98 |
msgstr ""
|
99 |
|
100 |
+
#: plugin-options/settings-options.php:65
|
101 |
msgid "Search"
|
102 |
msgstr ""
|
103 |
|
104 |
+
#: plugin-options/settings-options.php:69
|
105 |
msgid "Minimum number of characters"
|
106 |
msgstr ""
|
107 |
|
108 |
+
#: plugin-options/settings-options.php:70
|
109 |
msgid "Minimum number of characters required to trigger autosuggest."
|
110 |
msgstr ""
|
111 |
|
112 |
+
#: plugin-options/settings-options.php:83
|
113 |
msgid "Maximum number of results"
|
114 |
msgstr ""
|
115 |
|
116 |
+
#: plugin-options/settings-options.php:84
|
117 |
msgid "Maximum number of results showed within the autosuggest box."
|
118 |
msgstr ""
|
119 |
|
120 |
+
#: plugin-options/settings-options.php:97
|
121 |
msgid "Enable transients to cache autocomplete results"
|
122 |
msgstr ""
|
123 |
|
124 |
+
#: plugin-options/settings-options.php:98
|
125 |
msgid "Save the results of a query in a transient"
|
126 |
msgstr ""
|
127 |
|
128 |
+
#: plugin-options/settings-options.php:106
|
129 |
msgid "Set the duration of transient"
|
130 |
msgstr ""
|
131 |
|
132 |
+
#: plugin-options/settings-options.php:107
|
133 |
msgid "(hours)"
|
134 |
msgstr ""
|
135 |
|
136 |
+
#: templates/admin/premium.php:251 templates/admin/premium.php:299
|
|
|
137 |
msgid ""
|
138 |
"Upgrade to the %1$spremium version%2$s%3$s of %1$sYITH WooCommerce Ajax "
|
139 |
"Search%2$s to benefit from all features!"
|
140 |
msgstr ""
|
141 |
|
142 |
+
#: templates/admin/premium.php:253 templates/admin/premium.php:301
|
|
|
143 |
msgid "%1$sUPGRADE%2$s %3$sto the premium version%2$s"
|
144 |
msgstr ""
|
145 |
|
146 |
+
#: templates/admin/premium.php:259
|
147 |
msgid "Premium Features"
|
148 |
msgstr ""
|
149 |
|
150 |
+
#: templates/admin/premium.php:261
|
151 |
msgid "HOW TO CUSTOMIZE THE RESULTS OF THE AUTOCOMPLETE"
|
152 |
msgstr ""
|
153 |
|
154 |
+
#: templates/admin/premium.php:263
|
155 |
msgid "RESULTS OF THE AUTOCOMPLETE"
|
156 |
msgstr ""
|
157 |
|
158 |
+
#: templates/admin/premium.php:268
|
|
|
159 |
msgid "Show %1$sthe image%2$s of the product (left or right aligned)"
|
160 |
msgstr ""
|
161 |
|
162 |
+
#: templates/admin/premium.php:269
|
|
|
163 |
msgid "Enable the %1$sprice visualization%2$s"
|
164 |
msgstr ""
|
165 |
|
166 |
+
#: templates/admin/premium.php:270
|
|
|
167 |
msgid "Show the %1$sproduct description%2$s"
|
168 |
msgstr ""
|
169 |
|
170 |
+
#: templates/admin/premium.php:271
|
|
|
171 |
msgid "Tell to the client if the product is %1$son discount or is featured%2$s"
|
172 |
msgstr ""
|
173 |
|
174 |
+
#: templates/admin/premium.php:279
|
175 |
msgid "HOW TO CUSTOMIZE THE SEARCH OPTIONS"
|
176 |
msgstr ""
|
177 |
|
178 |
+
#: templates/admin/premium.php:283
|
|
|
179 |
msgid "%1$sExtend the research%2$s in the excerpt and in the content"
|
180 |
msgstr ""
|
181 |
|
182 |
+
#: templates/admin/premium.php:284
|
|
|
183 |
msgid "%1$sActivate%2$s the category search"
|
184 |
msgstr ""
|
185 |
|
186 |
+
#: templates/admin/premium.php:285
|
|
|
187 |
msgid "Configure the %1$stag%2$s search"
|
188 |
msgstr ""
|
189 |
|
190 |
+
#: templates/admin/premium.php:286
|
|
|
191 |
msgid "Search a product with an %1$sID%2$s"
|
192 |
msgstr ""
|
193 |
|
194 |
+
#: templates/admin/premium.php:292
|
195 |
msgid "SEARCH OPTIONS"
|
196 |
msgstr ""
|
197 |
|
198 |
+
#: templates/yith-woocommerce-ajax-search.php:18
|
199 |
msgid "Search for:"
|
200 |
msgstr ""
|
201 |
|
202 |
+
#: widgets/class.yith-wcas-ajax-search.php:28
|
203 |
msgid "An Ajax Search box for products only."
|
204 |
msgstr ""
|
205 |
|
206 |
+
#: widgets/class.yith-wcas-ajax-search.php:30
|
207 |
msgid "YITH WooCommerce Ajax Product Search"
|
208 |
msgstr ""
|
209 |
|
210 |
+
#: widgets/class.yith-wcas-ajax-search.php:89
|
211 |
msgid "Title:"
|
212 |
msgstr ""
|
213 |
+
|
214 |
+
#. Plugin URI of the plugin/theme
|
215 |
+
msgid "https://yithemes.com/themes/plugins/yith-woocommerce-ajax-search/"
|
216 |
+
msgstr ""
|
217 |
+
|
218 |
+
#. Description of the plugin/theme
|
219 |
+
msgid ""
|
220 |
+
"<code><strong>YITH WooCommerce Ajax Search</strong></code> is the plugin "
|
221 |
+
"that allows you to search for a specific product by inserting a few "
|
222 |
+
"characters. Thanks to <strong>Ajax Search</strong>, users can quickly find "
|
223 |
+
"the contents they are interested in without wasting time among site pages. "
|
224 |
+
"<a href=\"https://yithemes.com/\" target=\"_blank\">Get more plugins for "
|
225 |
+
"your e-commerce shop on <strong>YITH</strong></a>."
|
226 |
+
msgstr ""
|
227 |
+
|
228 |
+
#. Author of the plugin/theme
|
229 |
+
msgid "YITH"
|
230 |
+
msgstr ""
|
231 |
+
|
232 |
+
#. Author URI of the plugin/theme
|
233 |
+
msgid "https://yithemes.com/"
|
234 |
+
msgstr ""
|
plugin-fw/assets/css/admin.css
CHANGED
@@ -33,6 +33,19 @@
|
|
33 |
line-height : 1.5em;
|
34 |
}
|
35 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
/*-----------------------
|
37 |
YITH Plugins Columns
|
38 |
------------------------*/
|
33 |
line-height : 1.5em;
|
34 |
}
|
35 |
|
36 |
+
.notice-yith{
|
37 |
+
border-left-color: #acc327;
|
38 |
+
}
|
39 |
+
|
40 |
+
.notice-yith.notice-alt{
|
41 |
+
background-color: #ecf7ed;
|
42 |
+
}
|
43 |
+
|
44 |
+
.yith-promo-banner-image{
|
45 |
+
max-width: 100%;
|
46 |
+
padding-bottom: 15px;
|
47 |
+
}
|
48 |
+
|
49 |
/*-----------------------
|
50 |
YITH Plugins Columns
|
51 |
------------------------*/
|
plugin-fw/assets/js/yith-promo.js
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
(function ($) {
|
2 |
+
$(document).on('click', '.notice-dismiss', function () {
|
3 |
+
var t = $(this),
|
4 |
+
promo_wrapper = t.parent('div.yith-notice-is-dismissible'),
|
5 |
+
promo_id = promo_wrapper.attr('id');
|
6 |
+
|
7 |
+
if (typeof promo_id != 'undefined') {
|
8 |
+
var cname = 'hide_' + promo_id,
|
9 |
+
cvalue = 'yes',
|
10 |
+
expiry = promo_wrapper.data('expiry'),
|
11 |
+
expiry_date = new Date(expiry);
|
12 |
+
|
13 |
+
expiry_date.setUTCHours( 23 );
|
14 |
+
expiry_date.setUTCMinutes( 59 );
|
15 |
+
expiry_date.setUTCSeconds( 59 );
|
16 |
+
|
17 |
+
document.cookie = cname + "=" + cvalue + ";" + 'expires=' + expiry_date.toUTCString() + ";path=/";
|
18 |
+
}
|
19 |
+
});
|
20 |
+
})(jQuery);
|
plugin-fw/assets/js/yith-promo.min.js
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
(function(c){c(document).on("click",".notice-dismiss",function(){var a=c(this).parent("div.yith-notice-is-dismissible"),b=a.attr("id");"undefined"!=typeof b&&(b="hide_"+b,a=a.data("expiry"),a=new Date(a),a.setUTCHours(23),a.setUTCMinutes(59),a.setUTCSeconds(59),document.cookie=b+"=yes;expires="+a.toUTCString()+";path=/")})})(jQuery);
|
plugin-fw/init.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Framework Name: YIT Plugin Framework
|
4 |
-
* Version: 3.0.
|
5 |
* Author: YITHEMES
|
6 |
* Text Domain: yith-plugin-fw
|
7 |
* Domain Path: /languages/
|
1 |
<?php
|
2 |
/**
|
3 |
* Framework Name: YIT Plugin Framework
|
4 |
+
* Version: 3.0.28
|
5 |
* Author: YITHEMES
|
6 |
* Text Domain: yith-plugin-fw
|
7 |
* Domain Path: /languages/
|
plugin-fw/lib/promo/yith-promo.php
ADDED
@@ -0,0 +1,141 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* This file belongs to the YIT Plugin Framework.
|
4 |
+
*
|
5 |
+
* This source file is subject to the GNU GENERAL PUBLIC LICENSE (GPL 3.0)
|
6 |
+
* that is bundled with this package in the file LICENSE.txt.
|
7 |
+
* It is also available through the world-wide-web at this URL:
|
8 |
+
* http://www.gnu.org/licenses/gpl-3.0.txt
|
9 |
+
*/
|
10 |
+
|
11 |
+
if( apply_filters( 'yith_plugin_fw_notice', true ) ){
|
12 |
+
add_action( 'admin_notices', 'yith_plugin_fw_promo_notices', 15 );
|
13 |
+
add_action( 'admin_enqueue_scripts', 'yith_plugin_fw_notice_dismiss', 20 );
|
14 |
+
|
15 |
+
if( ! function_exists( 'yith_plugin_fw_promo_notices' ) ){
|
16 |
+
function yith_plugin_fw_promo_notices(){
|
17 |
+
$base_url = apply_filters( 'yith_plugin_fw_promo_base_url', 'https://update.yithemes.com/promo/' );;
|
18 |
+
$xml = apply_filters( 'yith_plugin_fw_promo_xml_url', $base_url . 'yith-promo.xml' );
|
19 |
+
$transient = "yith_promo_message";
|
20 |
+
$remote_data = get_site_transient( $transient );
|
21 |
+
$regenerate_promo_transient = isset( $_GET['yith_regenerate_promo_transient'] ) && 'yes' == $_GET['yith_regenerate_promo_transient'] ? $_GET['yith_regenerate_promo_transient'] : '';
|
22 |
+
$promo_data = false;
|
23 |
+
$create_transient = false;
|
24 |
+
|
25 |
+
if( false === $remote_data || apply_filters( 'yith_plugin_fw_force_regenerate_promo_transient', false ) || 'yes' == $regenerate_promo_transient ){
|
26 |
+
$remote_data = wp_remote_get( $xml );
|
27 |
+
$create_transient = true;
|
28 |
+
}
|
29 |
+
|
30 |
+
if ( ! is_wp_error( $remote_data ) && isset( $remote_data['response']['code'] ) && '200' == $remote_data['response']['code'] ) {
|
31 |
+
$promo_data = @simplexml_load_string( $remote_data['body'] );
|
32 |
+
|
33 |
+
if( true === $create_transient ){
|
34 |
+
$xml_expiry_date = ! empty( $promo_data->expiry_date ) ? $promo_data->expiry_date : '';
|
35 |
+
//Set Site Transient
|
36 |
+
set_site_transient( $transient, $remote_data, yith_plugin_fw_get_promo_transient_expiry_date( $xml_expiry_date ) );
|
37 |
+
}
|
38 |
+
|
39 |
+
if ( $promo_data && ! empty( $promo_data->promo ) ) {
|
40 |
+
$now = strtotime( current_time( 'Y-m-d' ), 1 );
|
41 |
+
foreach ($promo_data as $promo ){
|
42 |
+
$start_date = isset( $promo->start_date ) ? $promo->start_date : '';
|
43 |
+
$end_date = isset( $promo->end_date ) ? $promo->end_date : '';
|
44 |
+
|
45 |
+
if( ! empty( $start_date ) && ! empty( $end_date ) ){
|
46 |
+
$start_date = strtotime( $start_date );
|
47 |
+
$end_date = strtotime( $end_date );
|
48 |
+
|
49 |
+
if( $end_date >= $start_date && $now >= $start_date && $now <= $end_date ){
|
50 |
+
//is valid promo
|
51 |
+
$title = isset( $promo->title ) ? $promo->title : '';
|
52 |
+
$description = isset( $promo->description ) ? $promo->description : '';
|
53 |
+
$url = isset( $promo->link->url ) ? $promo->link->url : '';
|
54 |
+
$url_label = isset( $promo->link->label ) ? $promo->link->label : '';
|
55 |
+
$border_color = isset( $promo->style->border_color ) ? $promo->style->border_color : '';
|
56 |
+
$background_color = isset( $promo->style->background_color ) ? $promo->style->background_color : '';
|
57 |
+
$promo_id = isset( $promo->promo_id ) ? $promo->promo_id : '';
|
58 |
+
$banner = isset( $promo->banner ) ? $promo->banner : '';
|
59 |
+
$style = $link = '';
|
60 |
+
$show_notice = false;
|
61 |
+
|
62 |
+
if( ! empty( $border_color ) ){
|
63 |
+
$style .= "border-left-color: {$border_color};";
|
64 |
+
}
|
65 |
+
|
66 |
+
if( ! empty( $background_color ) ){
|
67 |
+
$style .= "background-color: {$background_color};";
|
68 |
+
}
|
69 |
+
|
70 |
+
if( ! empty( $title ) ) {
|
71 |
+
$promo_id .= $title;
|
72 |
+
$title = sprintf( '<strong>%s</strong>: ', $title );
|
73 |
+
$show_notice = true;
|
74 |
+
}
|
75 |
+
|
76 |
+
if( ! empty( $description ) ) {
|
77 |
+
$promo_id .= $description;
|
78 |
+
$description = sprintf( '%s', $description );
|
79 |
+
$show_notice = true;
|
80 |
+
}
|
81 |
+
|
82 |
+
if( ! empty( $url ) && ! empty( $url_label )) {
|
83 |
+
$promo_id .= $url . $url_label;
|
84 |
+
$link = sprintf( '<a href="%s" target="_blank">%s</a>', $url, $url_label );
|
85 |
+
$show_notice = true;
|
86 |
+
}
|
87 |
+
|
88 |
+
if( ! empty( $banner ) ){
|
89 |
+
$banner = sprintf( '<img src="%s" class="yith-promo-banner-image">', $base_url . $banner );
|
90 |
+
|
91 |
+
if( ! empty( $url ) ){
|
92 |
+
$banner = sprintf( '<a href="%s" target="_blank">%s</a>', $url, $banner);
|
93 |
+
}
|
94 |
+
}
|
95 |
+
|
96 |
+
$unique_promo_id = "yith-notice-" . md5 ( $promo_id );
|
97 |
+
|
98 |
+
if( ! empty( $_COOKIE[ 'hide_' . $unique_promo_id ] ) && 'yes' == $_COOKIE[ 'hide_' . $unique_promo_id ] ){
|
99 |
+
$show_notice = false;
|
100 |
+
}
|
101 |
+
|
102 |
+
if ( true === $show_notice ) :
|
103 |
+
?>
|
104 |
+
<div id="<?php echo $unique_promo_id; ?>" class="yith-notice-is-dismissible notice notice-yith notice-alt is-dismissible" style="<?php echo $style; ?>" data-expiry= <?php echo $promo->end_date; ?>>
|
105 |
+
<p>
|
106 |
+
<?php if( ! empty( $banner ) ) { printf( '%s', $banner ); } ?>
|
107 |
+
<?php printf( "%s %s %s", $title, $description, $link ); ?>
|
108 |
+
</p>
|
109 |
+
</div>
|
110 |
+
<?php endif;
|
111 |
+
}
|
112 |
+
}
|
113 |
+
}
|
114 |
+
}
|
115 |
+
}
|
116 |
+
}
|
117 |
+
}
|
118 |
+
|
119 |
+
if( ! function_exists( 'yith_plugin_fw_notice_dismiss' ) ){
|
120 |
+
function yith_plugin_fw_notice_dismiss(){
|
121 |
+
$script_path = defined( 'YIT_CORE_PLUGIN_URL' ) ? YIT_CORE_PLUGIN_URL : get_template_directory_uri() . '/core/plugin-fw';
|
122 |
+
$suffix = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min';
|
123 |
+
wp_register_script( 'yith-promo', $script_path . '/assets/js/yith-promo' . $suffix . '.js', array( 'jquery' ), '1.0.0', true );
|
124 |
+
wp_enqueue_script( 'yith-promo' );
|
125 |
+
}
|
126 |
+
}
|
127 |
+
|
128 |
+
if( ! function_exists( 'yith_plugin_fw_get_promo_transient_expiry_date' ) ){
|
129 |
+
function yith_plugin_fw_get_promo_transient_expiry_date( $expiry_date ) {
|
130 |
+
$xml_expiry_date = ! empty( $expiry_date ) ? $expiry_date : '+6 hours';
|
131 |
+
$current = strtotime( current_time( 'Y-m-d H:i:s', 1 ) );
|
132 |
+
$expiry_date = strtotime( $xml_expiry_date, $current );
|
133 |
+
|
134 |
+
if( $expiry_date <= $current ){
|
135 |
+
$expiry_date = strtotime( '+24 hours', $current );
|
136 |
+
}
|
137 |
+
|
138 |
+
return $expiry_date;
|
139 |
+
}
|
140 |
+
}
|
141 |
+
}
|
plugin-fw/lib/yit-upgrade.php
CHANGED
@@ -620,7 +620,7 @@ if ( ! class_exists( 'YIT_Upgrade' ) ) {
|
|
620 |
//Get license for YITH Plugins
|
621 |
$enabled_license = YIT_Plugin_Licence()->get_licence();
|
622 |
|
623 |
-
if( false !== $enabled_license[ $slug ]['activated'] ){
|
624 |
if( isset( $enabled_license[ $slug ]['licence_key'] ) ){
|
625 |
$license = $enabled_license[ $slug ]['licence_key'];
|
626 |
}
|
620 |
//Get license for YITH Plugins
|
621 |
$enabled_license = YIT_Plugin_Licence()->get_licence();
|
622 |
|
623 |
+
if( isset( $enabled_license[ $slug ]['activated'] ) && false !== $enabled_license[ $slug ]['activated'] ){
|
624 |
if( isset( $enabled_license[ $slug ]['licence_key'] ) ){
|
625 |
$license = $enabled_license[ $slug ]['licence_key'];
|
626 |
}
|
plugin-fw/yit-plugin.php
CHANGED
@@ -39,6 +39,7 @@ include_once( 'lib/yit-assets.php');
|
|
39 |
include_once( 'lib/yit-debug.php');
|
40 |
include_once( 'lib/privacy/yit-privacy.php' );
|
41 |
include_once( 'lib/privacy/yit-privacy-plugin-abstract.php' );
|
|
|
42 |
|
43 |
// load from theme folder...
|
44 |
load_textdomain( 'yith-plugin-fw', get_template_directory() . '/core/plugin-fw/yith-plugin-fw-' . apply_filters( 'plugin_locale', get_locale(), 'yith-plugin-fw' ) . '.mo' )
|
39 |
include_once( 'lib/yit-debug.php');
|
40 |
include_once( 'lib/privacy/yit-privacy.php' );
|
41 |
include_once( 'lib/privacy/yit-privacy-plugin-abstract.php' );
|
42 |
+
include_once ( 'lib/promo/yith-promo.php' );
|
43 |
|
44 |
// load from theme folder...
|
45 |
load_textdomain( 'yith-plugin-fw', get_template_directory() . '/core/plugin-fw/yith-plugin-fw-' . apply_filters( 'plugin_locale', get_locale(), 'yith-plugin-fw' ) . '.mo' )
|