Version Description
- Add - German language translation
- Update - Show re-index table notice only for relevant users
Download this release
Release Info
Developer | Mihail Barinov |
Plugin | Advanced Woo Search |
Version | 2.02 |
Comparing to | |
See all releases |
Code changes from version 2.01 to 2.02
- advanced-woo-search.php +2 -2
- includes/class-aws-markup.php +4 -2
- includes/class-aws-versions.php +2 -2
- languages/advanced-woo-search-de_DE.mo +0 -0
- languages/advanced-woo-search-de_DE.po +546 -0
- readme.txt +5 -1
advanced-woo-search.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
/*
|
4 |
Plugin Name: Advanced Woo Search
|
5 |
Description: Advance ajax WooCommerce product search.
|
6 |
-
Version: 2.
|
7 |
Author: ILLID
|
8 |
Author URI: https://advanced-woo-search.com/
|
9 |
Text Domain: advanced-woo-search
|
@@ -16,7 +16,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
16 |
exit;
|
17 |
}
|
18 |
|
19 |
-
define( 'AWS_VERSION', '2.
|
20 |
|
21 |
|
22 |
define( 'AWS_DIR', dirname( __FILE__ ) );
|
3 |
/*
|
4 |
Plugin Name: Advanced Woo Search
|
5 |
Description: Advance ajax WooCommerce product search.
|
6 |
+
Version: 2.02
|
7 |
Author: ILLID
|
8 |
Author URI: https://advanced-woo-search.com/
|
9 |
Text Domain: advanced-woo-search
|
16 |
exit;
|
17 |
}
|
18 |
|
19 |
+
define( 'AWS_VERSION', '2.02' );
|
20 |
|
21 |
|
22 |
define( 'AWS_DIR', dirname( __FILE__ ) );
|
includes/class-aws-markup.php
CHANGED
@@ -20,8 +20,10 @@ if ( ! class_exists( 'AWS_Markup' ) ) :
|
|
20 |
|
21 |
$table_name = $wpdb->prefix . AWS_INDEX_TABLE_NAME;
|
22 |
|
23 |
-
if ( $wpdb->get_var( "SHOW TABLES LIKE '{$table_name}'" ) != $table_name
|
24 |
-
|
|
|
|
|
25 |
return;
|
26 |
}
|
27 |
|
20 |
|
21 |
$table_name = $wpdb->prefix . AWS_INDEX_TABLE_NAME;
|
22 |
|
23 |
+
if ( $wpdb->get_var( "SHOW TABLES LIKE '{$table_name}'" ) != $table_name ) {
|
24 |
+
if ( current_user_can( 'manage_options' ) ) {
|
25 |
+
echo 'Please go to <a href="' . admin_url( 'admin.php?page=aws-options' ) . '">plugins settings page</a> and click on "Reindex table" button.';
|
26 |
+
}
|
27 |
return;
|
28 |
}
|
29 |
|
includes/class-aws-versions.php
CHANGED
@@ -43,11 +43,11 @@ if ( ! class_exists( 'AWS_Versions' ) ) :
|
|
43 |
$current_version = get_option( 'aws_plugin_ver' );
|
44 |
$reindex_version = get_option( 'aws_reindex_version' );
|
45 |
|
46 |
-
if ( ! ( $reindex_version ) ) {
|
47 |
add_action( 'admin_notices', array( $this, 'admin_notice_no_index' ) );
|
48 |
}
|
49 |
|
50 |
-
if ( $reindex_version && version_compare( $reindex_version, '1.23', '<' ) ) {
|
51 |
add_action( 'admin_notices', array( $this, 'admin_notice_reindex' ) );
|
52 |
}
|
53 |
|
43 |
$current_version = get_option( 'aws_plugin_ver' );
|
44 |
$reindex_version = get_option( 'aws_reindex_version' );
|
45 |
|
46 |
+
if ( ! ( $reindex_version ) && current_user_can( 'manage_options' ) ) {
|
47 |
add_action( 'admin_notices', array( $this, 'admin_notice_no_index' ) );
|
48 |
}
|
49 |
|
50 |
+
if ( $reindex_version && version_compare( $reindex_version, '1.23', '<' ) && current_user_can( 'manage_options' ) ) {
|
51 |
add_action( 'admin_notices', array( $this, 'admin_notice_reindex' ) );
|
52 |
}
|
53 |
|
languages/advanced-woo-search-de_DE.mo
ADDED
Binary file
|
languages/advanced-woo-search-de_DE.po
ADDED
@@ -0,0 +1,546 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: Advanced Woo Search\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"MIME-Version: 1.0\n"
|
6 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
7 |
+
"Content-Transfer-Encoding: 8bit\n"
|
8 |
+
"X-Generator: Loco https://localise.biz/\n"
|
9 |
+
"X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;"
|
10 |
+
"_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;"
|
11 |
+
"esc_html_x:1,2c;\n"
|
12 |
+
"Language: de_DE_formal\n"
|
13 |
+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
14 |
+
"X-Poedit-Country: United States\n"
|
15 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
+
"X-Poedit-Basepath: ../\n"
|
17 |
+
"X-Poedit-SearchPath-0: .\n"
|
18 |
+
"X-Poedit-Bookmarks: \n"
|
19 |
+
"X-Textdomain-Support: yes\n"
|
20 |
+
"POT-Creation-Date: 2020-04-30 16:05+0000\n"
|
21 |
+
"PO-Revision-Date: 2020-05-14 08:05+0000\n"
|
22 |
+
"Last-Translator: Tafel Geschäft\n"
|
23 |
+
"Language-Team: Deutsch (Sie)\n"
|
24 |
+
"X-Loco-Version: 2.3.3; wp-5.4.1"
|
25 |
+
|
26 |
+
#: includes/class-aws-admin.php:129
|
27 |
+
msgid "Save Changes"
|
28 |
+
msgstr "speichern"
|
29 |
+
|
30 |
+
#: includes/class-aws-admin.php:351
|
31 |
+
msgid "Reindex table"
|
32 |
+
msgstr "Tabelle erneut indizieren"
|
33 |
+
|
34 |
+
msgid ""
|
35 |
+
"This action only need for %s one time %s - after you activate this plugin. "
|
36 |
+
"After this all products changes will be re-indexed automatically."
|
37 |
+
msgstr ""
|
38 |
+
"Diese Aktion benötigt nur einmal % s % s - nachdem Sie dieses Plugin "
|
39 |
+
"aktiviert haben. Danach werden alle Produktänderungen automatisch neu "
|
40 |
+
"indiziert."
|
41 |
+
|
42 |
+
msgid "Go to Settings Page"
|
43 |
+
msgstr "Zu den Einstellungen"
|
44 |
+
|
45 |
+
#: includes/class-aws-admin.php:352
|
46 |
+
msgid ""
|
47 |
+
"Update all data in plugins index table. Index table - table with products "
|
48 |
+
"data where plugin is searching all typed terms.<br>Use this button if you "
|
49 |
+
"think that plugin not shows last actual data in its search results.<br>"
|
50 |
+
"<strong>CAUTION:</strong> this can take large amount of time.</span>"
|
51 |
+
msgstr ""
|
52 |
+
"Aktualisieren Sie alle Daten in der Plugins-Indextabelle. Indextabelle - "
|
53 |
+
"Tabelle mit Produktdaten, in der das Plugin alle eingegebenen Begriffe "
|
54 |
+
"durchsucht. <br> Verwenden Sie diese Schaltfläche, wenn Sie der Meinung sind,"
|
55 |
+
" dass das Plugin in seinen Suchergebnissen nicht die letzten tatsächlichen "
|
56 |
+
"Daten anzeigt. <br> <strong> VORSICHT: </ strong> Dies kann längere Zeit "
|
57 |
+
"dauern. </ span>"
|
58 |
+
|
59 |
+
#: includes/class-aws-admin.php:362
|
60 |
+
msgid "Clear cache"
|
61 |
+
msgstr "Cache löschen"
|
62 |
+
|
63 |
+
#: includes/class-aws-admin.php:363
|
64 |
+
msgid "Clear cache for all search results."
|
65 |
+
msgstr "Cache löschen für alle Suchergebnisse"
|
66 |
+
|
67 |
+
#: includes/options.php:111
|
68 |
+
msgid ""
|
69 |
+
"Smart scrapping sentences with searching terms from product description."
|
70 |
+
msgstr ""
|
71 |
+
"Intelligente Verkürzung von Sätzen mit Suchbegriffen aus der "
|
72 |
+
"Produktbeschreibung."
|
73 |
+
|
74 |
+
#: includes/options.php:112
|
75 |
+
msgid ""
|
76 |
+
"First N words of product description ( number of words that you choose below."
|
77 |
+
" )"
|
78 |
+
msgstr ""
|
79 |
+
"Die ersten N Worde der Produktbeschreibung (Anzahl an Wörtern, die du unten "
|
80 |
+
"auswählst)"
|
81 |
+
|
82 |
+
#: advanced-woo-search.php:113
|
83 |
+
msgid "Sale!"
|
84 |
+
msgstr "Abverkauf!"
|
85 |
+
|
86 |
+
msgid "SKU"
|
87 |
+
msgstr "SKU"
|
88 |
+
|
89 |
+
msgid "View all results"
|
90 |
+
msgstr "Alle Ergebnisse anzeigen"
|
91 |
+
|
92 |
+
#: advanced-woo-search.php:127
|
93 |
+
msgid "Settings"
|
94 |
+
msgstr "Einstellungen"
|
95 |
+
|
96 |
+
#: advanced-woo-search.php:130 includes/class-aws-admin.php:63
|
97 |
+
msgid "Get Premium"
|
98 |
+
msgstr "Hol' dir Premium"
|
99 |
+
|
100 |
+
#: advanced-woo-search.php:166
|
101 |
+
msgid ""
|
102 |
+
"Advanced Woo Search plugin is enabled but not effective. It requires "
|
103 |
+
"WooCommerce in order to work."
|
104 |
+
msgstr ""
|
105 |
+
"Advanced Woo Search plugin ist aktiviert, jedoch nicht in Verwendung. Es "
|
106 |
+
"benötigt WooCommerce um zu funktionieren. "
|
107 |
+
|
108 |
+
#: includes/widget.php:15
|
109 |
+
msgid "Advanced WooCommerce search widget"
|
110 |
+
msgstr "Advanced WooCommerce search widget"
|
111 |
+
|
112 |
+
#: includes/widget.php:17
|
113 |
+
msgid "» AWS Widget"
|
114 |
+
msgstr "» AWS Widget"
|
115 |
+
|
116 |
+
#: includes/widget.php:56
|
117 |
+
msgid "Search..."
|
118 |
+
msgstr "Suche..."
|
119 |
+
|
120 |
+
#: includes/widget.php:62
|
121 |
+
msgid "Title:"
|
122 |
+
msgstr "Titel:"
|
123 |
+
|
124 |
+
#: includes/class-aws-admin.php:38 includes/class-aws-admin.php:38
|
125 |
+
msgid "Adv. Woo Search"
|
126 |
+
msgstr "Adv. Woo Search"
|
127 |
+
|
128 |
+
#: includes/class-aws-admin.php:49
|
129 |
+
msgid "General"
|
130 |
+
msgstr "Allgemein"
|
131 |
+
|
132 |
+
#: includes/class-aws-admin.php:296
|
133 |
+
msgid "Active sources"
|
134 |
+
msgstr "Aktive Quellen"
|
135 |
+
|
136 |
+
#: includes/class-aws-admin.php:297
|
137 |
+
msgid "Change order by drag&drop"
|
138 |
+
msgstr "Ändere die Reihenfolge per Drag&Drop"
|
139 |
+
|
140 |
+
#: includes/class-aws-admin.php:316
|
141 |
+
msgid "Deactivated sources"
|
142 |
+
msgstr "Deaktivierte Quellen"
|
143 |
+
|
144 |
+
#: includes/class-aws-admin.php:317
|
145 |
+
msgid "Excluded from search results"
|
146 |
+
msgstr "Ausgeschlossen aus Suchergebnissen"
|
147 |
+
|
148 |
+
#: includes/options.php:9
|
149 |
+
msgid "Cache results"
|
150 |
+
msgstr "Cache Ergebnisse"
|
151 |
+
|
152 |
+
msgid "Sync index table"
|
153 |
+
msgstr "Indizierungstabelle synchronisieren"
|
154 |
+
|
155 |
+
msgid ""
|
156 |
+
"Automatically update plugin index table when product content was changed. "
|
157 |
+
"This means that in search there will be always latest product data."
|
158 |
+
msgstr ""
|
159 |
+
"Bei Produktänderungen automatisch die Indextabelle updaten, wenn "
|
160 |
+
"Produktinhalte geändert wereden. Das bedeutet, dass in der Suche jeweils die "
|
161 |
+
"aktuellen Produktdaten verwendet werden. "
|
162 |
+
|
163 |
+
msgid "Turn this off if you have any problems with performance."
|
164 |
+
msgstr ""
|
165 |
+
"Deaktivieren Sie diese Option, wenn Sie Probleme mit der Leistung haben."
|
166 |
+
|
167 |
+
msgid "Main Settings"
|
168 |
+
msgstr "Haupteinstellungen"
|
169 |
+
|
170 |
+
msgid "Seamless integration"
|
171 |
+
msgstr "nahtlose Integration"
|
172 |
+
|
173 |
+
msgid ""
|
174 |
+
"Replace all the standard search forms on your website ( may not work with "
|
175 |
+
"some themes )."
|
176 |
+
msgstr ""
|
177 |
+
"Ersetzt alle Standard Suchformulare auf Webseite (funktioniert "
|
178 |
+
"möglicherweise nicht mit jedem Theme)."
|
179 |
+
|
180 |
+
msgid "Activation"
|
181 |
+
msgstr "Aktivierung"
|
182 |
+
|
183 |
+
msgid ""
|
184 |
+
"In case you need to add plugin search form on your website, you can do it in "
|
185 |
+
"several ways:"
|
186 |
+
msgstr ""
|
187 |
+
"Wenn Sie das Plugin Suchformular in Ihre Webseite hinzufügen wollen, gibt es "
|
188 |
+
"dafür mehrere Wege:"
|
189 |
+
|
190 |
+
msgid ""
|
191 |
+
"Enable a \"Seamless integration\" option ( may not work with some themes )"
|
192 |
+
msgstr ""
|
193 |
+
"Aktiviere die \"nahtlose Integration\" (funktioniert möglicherweise nicht "
|
194 |
+
"mit jedem Theme)"
|
195 |
+
|
196 |
+
msgid "Add search form using shortcode %s"
|
197 |
+
msgstr "Füge das Suchformular per Shortcode hinzu %s"
|
198 |
+
|
199 |
+
msgid ""
|
200 |
+
"Add search form as widget for one of your theme widget areas. Go to "
|
201 |
+
"Appearance -> Widgets and drag&drop AWS Widget to one of your widget areas"
|
202 |
+
msgstr ""
|
203 |
+
"Füge ein Suchformular als Widget in den Widget-Bereichen deines Themes hinzu."
|
204 |
+
" Gehe zu Design-> Widget und ziehe das AWS Widget in einen deiner Widget-"
|
205 |
+
"Bereiche. "
|
206 |
+
|
207 |
+
msgid "Add PHP code to the necessary files of your theme: %s"
|
208 |
+
msgstr "Füge PHP Code zu den notwendigen Dateien deines Themes hinzu. %s"
|
209 |
+
|
210 |
+
#: includes/options.php:10
|
211 |
+
msgid ""
|
212 |
+
"Turn off if you have old data in the search results after content of "
|
213 |
+
"products was changed.<br><strong>CAUTION:</strong> can dramatically increase "
|
214 |
+
"search speed"
|
215 |
+
msgstr ""
|
216 |
+
"Deaktivieren Sie diese Option, wenn Sie alte Daten in den Suchergebnissen "
|
217 |
+
"haben, nachdem der Inhalt von Produkten geändert wurde. <br> <strong> "
|
218 |
+
"VORSICHT: </ strong> kann die Suchgeschwindigkeit erheblich erhöhen"
|
219 |
+
|
220 |
+
#: includes/options.php:15 includes/options.php:43 includes/options.php:55
|
221 |
+
#: includes/options.php:67 includes/options.php:99 includes/options.php:123
|
222 |
+
#: includes/options.php:135 includes/options.php:147 includes/options.php:159
|
223 |
+
msgid "On"
|
224 |
+
msgstr "an"
|
225 |
+
|
226 |
+
#: includes/options.php:16 includes/options.php:44 includes/options.php:56
|
227 |
+
#: includes/options.php:68 includes/options.php:100 includes/options.php:124
|
228 |
+
#: includes/options.php:136 includes/options.php:148 includes/options.php:160
|
229 |
+
msgid "Off"
|
230 |
+
msgstr "Aus"
|
231 |
+
|
232 |
+
#: includes/options.php:21
|
233 |
+
msgid "Text for search field"
|
234 |
+
msgstr "Text für das Suchfeld"
|
235 |
+
|
236 |
+
#: includes/options.php:22
|
237 |
+
msgid "Text for search field placeholder."
|
238 |
+
msgstr "Text als Platzhalter im Suchfeld."
|
239 |
+
|
240 |
+
#: includes/options.php:35
|
241 |
+
msgid "Search"
|
242 |
+
msgstr "Suche"
|
243 |
+
|
244 |
+
msgid "Text for show more button"
|
245 |
+
msgstr "Text für die ...mehr anzeigen Schaltfläche"
|
246 |
+
|
247 |
+
msgid ""
|
248 |
+
"Text for link to search results page at the bottom of search results block."
|
249 |
+
msgstr ""
|
250 |
+
"Text für den Link auf die Suchergebnisse Seite am Ende des "
|
251 |
+
"Suchergebnisblocks im Suchformular."
|
252 |
+
|
253 |
+
#: includes/options.php:40
|
254 |
+
msgid "Nothing found field"
|
255 |
+
msgstr "Feld nichts gefunden"
|
256 |
+
|
257 |
+
#: includes/options.php:41
|
258 |
+
msgid "Text when there is no search results."
|
259 |
+
msgstr "Text wenn kein Suchergebnis angezeigt werden kann"
|
260 |
+
|
261 |
+
#: includes/options.php:43
|
262 |
+
msgid "Nothing found"
|
263 |
+
msgstr "Nichts gefunden"
|
264 |
+
|
265 |
+
#: includes/options.php:29
|
266 |
+
msgid "Minimum number of characters"
|
267 |
+
msgstr "Mindestanzahl an Buchstaben"
|
268 |
+
|
269 |
+
#: includes/options.php:30
|
270 |
+
msgid "Minimum number of characters required to run ajax search."
|
271 |
+
msgstr "Mindestanzahl an Buchstaben um die Ajax-Suche zu starten. "
|
272 |
+
|
273 |
+
#: includes/options.php:37
|
274 |
+
msgid "Show loader"
|
275 |
+
msgstr "Ladeanimation anzeigen"
|
276 |
+
|
277 |
+
#: includes/options.php:38
|
278 |
+
msgid "Show loader animation while searching."
|
279 |
+
msgstr "Ladeanimation während des Suchvorgangs anzeigen"
|
280 |
+
|
281 |
+
msgid "Show clear button"
|
282 |
+
msgstr "Schaltfläche zum Löschen anzeigen"
|
283 |
+
|
284 |
+
msgid ""
|
285 |
+
"Show 'Clear search string' button for desktop devices ( for mobile it is "
|
286 |
+
"always visible )."
|
287 |
+
msgstr ""
|
288 |
+
"Zeige 'Suchbegriff löschen' Knopf für Desktopgeräte (für Mobilgeräte ist "
|
289 |
+
"dies immer sichtbar)"
|
290 |
+
|
291 |
+
msgid "Show 'View All Results'"
|
292 |
+
msgstr "Zeige 'Alle Ergebnisse anzeigen'"
|
293 |
+
|
294 |
+
msgid "Show link to search results page at the bottom of search results block."
|
295 |
+
msgstr ""
|
296 |
+
"Link zur Suchergebnis-Seite am Ende des Blocks mit der Liste der "
|
297 |
+
"Suchergebnisse anzeigen"
|
298 |
+
|
299 |
+
msgid "Mobile full screen"
|
300 |
+
msgstr "Mobilgeräte-Ansicht volle Bildschirmgröße"
|
301 |
+
|
302 |
+
msgid ""
|
303 |
+
"Full screen search on focus. Will not works if search form is inside block "
|
304 |
+
"with position: fixed."
|
305 |
+
msgstr ""
|
306 |
+
"Bildschirmfüllende Suche im Fokus. Wird nicht funktionieren, wenn das "
|
307 |
+
"Suchformular innerhalb eines CSS-Blocks mit position: fixed ist. "
|
308 |
+
|
309 |
+
msgid "Search Results"
|
310 |
+
msgstr "Suchergebnisse"
|
311 |
+
|
312 |
+
msgid "Choose how to view search results."
|
313 |
+
msgstr "Wähle, wie die Suchergebnisse angezeigt werden"
|
314 |
+
|
315 |
+
msgid "Both ajax search results and search results page"
|
316 |
+
msgstr "Beide für die Ajax Suchergebnisse und die Suchergebnis Seite"
|
317 |
+
|
318 |
+
msgid "Only ajax search results ( no search results page )"
|
319 |
+
msgstr "Nur Ajax Suchergebnisse (keine Suchergebnis-Seite)"
|
320 |
+
|
321 |
+
msgid "Only search results page ( no ajax search results )"
|
322 |
+
msgstr "Nur Suchergebnis-Seite (keine Ajax-Suchergebnisse)"
|
323 |
+
|
324 |
+
msgid "Form Styling"
|
325 |
+
msgstr "Formular Styling"
|
326 |
+
|
327 |
+
msgid "Choose search form layout"
|
328 |
+
msgstr "Wähle das Formularlayout für das Such-Feld"
|
329 |
+
|
330 |
+
msgid ""
|
331 |
+
"Filter button will be visible only if you have more than one active filter "
|
332 |
+
"for current search form instance."
|
333 |
+
msgstr ""
|
334 |
+
"Der Button zum Filtern wird nur dann sichtbar, wenn mehr als ein aktiver "
|
335 |
+
"Filter für die derzeitige Suche vorhanden ist. "
|
336 |
+
|
337 |
+
msgid "Highlight words"
|
338 |
+
msgstr "Markiere Wörter"
|
339 |
+
|
340 |
+
msgid "Highlight search words inside products content."
|
341 |
+
msgstr "Suchbegriffe markieren innerhalb der Produktbeschreibung"
|
342 |
+
|
343 |
+
#: includes/options.php:49
|
344 |
+
msgid "Show image"
|
345 |
+
msgstr "Bild anzeigen"
|
346 |
+
|
347 |
+
#: includes/options.php:50
|
348 |
+
msgid "Show product image for each search result."
|
349 |
+
msgstr "Produktbild für jedes Suchergebnis anzeigen"
|
350 |
+
|
351 |
+
#: includes/options.php:61
|
352 |
+
msgid "Show description"
|
353 |
+
msgstr "Beschreibung anzeigen"
|
354 |
+
|
355 |
+
#: includes/options.php:62
|
356 |
+
msgid "Show product description for each search result."
|
357 |
+
msgstr "Produktbeschreibung für jedes Suchergebnis anzeigen"
|
358 |
+
|
359 |
+
#: includes/options.php:73
|
360 |
+
msgid "Description source"
|
361 |
+
msgstr "Beschreibungsquelle"
|
362 |
+
|
363 |
+
#: includes/options.php:74
|
364 |
+
msgid ""
|
365 |
+
"From where to take product description.<br>If first source is empty data "
|
366 |
+
"will be taken from other sources."
|
367 |
+
msgstr ""
|
368 |
+
"Von wo die Produktbeschreibung verwendet wird. <br>Wenn die erste Quelle "
|
369 |
+
"leer ist, werden die Daten von anderen Quellen verwendet. "
|
370 |
+
|
371 |
+
#: includes/options.php:79
|
372 |
+
msgid "Content"
|
373 |
+
msgstr "Inhalt"
|
374 |
+
|
375 |
+
#: includes/options.php:80
|
376 |
+
msgid "Short description"
|
377 |
+
msgstr "Kurzbeschreibung"
|
378 |
+
|
379 |
+
#: includes/options.php:85
|
380 |
+
msgid "Description length"
|
381 |
+
msgstr "Beschreibungslänge"
|
382 |
+
|
383 |
+
#: includes/options.php:86
|
384 |
+
msgid "Maximal allowed number of words for product description."
|
385 |
+
msgstr "Maximal erlaubte Anzahl an Wörtern in der Produktbeschreibung."
|
386 |
+
|
387 |
+
#: includes/options.php:93
|
388 |
+
msgid "Show price"
|
389 |
+
msgstr "Preis anzeigen"
|
390 |
+
|
391 |
+
#: includes/options.php:94
|
392 |
+
msgid "Show product price for each search result."
|
393 |
+
msgstr "Produktpreis für jedes Suchergebnis anzeigen"
|
394 |
+
|
395 |
+
msgid "Show price for out of stock"
|
396 |
+
msgstr "Zeige Preise für nicht vorrätig"
|
397 |
+
|
398 |
+
msgid "Show product price for out of stock products."
|
399 |
+
msgstr "Zeige Produkt Preis für nicht vorrätige Artikel"
|
400 |
+
|
401 |
+
#: includes/options.php:105
|
402 |
+
msgid "Description content"
|
403 |
+
msgstr "Beschreibungs-Inhalt"
|
404 |
+
|
405 |
+
#: includes/options.php:106
|
406 |
+
msgid "What to show in product description?"
|
407 |
+
msgstr "Was soll in der Produktbeschreibung angezeigt werden?"
|
408 |
+
|
409 |
+
#: includes/options.php:117
|
410 |
+
msgid "Show categories archive"
|
411 |
+
msgstr "Zeige Kategorie Archiv"
|
412 |
+
|
413 |
+
#: includes/options.php:118
|
414 |
+
msgid "Include categories archives pages to search result."
|
415 |
+
msgstr "Schließt die Kategorie-Archiv-Seiten in die Suchergebnisse ein."
|
416 |
+
|
417 |
+
#: includes/options.php:129
|
418 |
+
msgid "Show tags archive"
|
419 |
+
msgstr "Tags Archiv anzeigen"
|
420 |
+
|
421 |
+
#: includes/options.php:130
|
422 |
+
msgid "Include tags archives pages to search results."
|
423 |
+
msgstr "Schließt die Tag-Archiv-Seiten in die Suchergebnisse ein."
|
424 |
+
|
425 |
+
#: includes/options.php:141
|
426 |
+
msgid "Show sale badge"
|
427 |
+
msgstr "Sale Abzeichen anzeigen"
|
428 |
+
|
429 |
+
#: includes/options.php:142
|
430 |
+
msgid "Show sale badge for products in search results."
|
431 |
+
msgstr "Das Zeichen für Abverkaufsprodukte in den Suchergebnissen anzeigen"
|
432 |
+
|
433 |
+
#: includes/options.php:153
|
434 |
+
msgid "Show product SKU"
|
435 |
+
msgstr "Produkt SKU anzeigen"
|
436 |
+
|
437 |
+
#: includes/options.php:154
|
438 |
+
msgid "Show product SKU in search results."
|
439 |
+
msgstr "Produkt SKU für jedes Suchergebnis anzeigen"
|
440 |
+
|
441 |
+
msgid "Show stock status"
|
442 |
+
msgstr "Zeige den Lagerstatus"
|
443 |
+
|
444 |
+
msgid "Show stock status for every product in search results."
|
445 |
+
msgstr "Zeige den Lagerstatus für jedes Produkt in den Suchergebnissen"
|
446 |
+
|
447 |
+
msgid "Show featured icon"
|
448 |
+
msgstr "Featured Symbol anzeigen"
|
449 |
+
|
450 |
+
msgid "Show or not star icon for featured products."
|
451 |
+
msgstr "Sternsymbol bei Feature Produkten anzeigen oder nicht"
|
452 |
+
|
453 |
+
#: includes/options.php:167
|
454 |
+
msgid "Max number of results"
|
455 |
+
msgstr "Maximale Anzahl an Ergebnissen"
|
456 |
+
|
457 |
+
#: includes/options.php:168
|
458 |
+
msgid "Maximum number of displayed search results."
|
459 |
+
msgstr "Maximale Anzahl an angezeigten Suchergebnissen."
|
460 |
+
|
461 |
+
#: includes/options.php:175
|
462 |
+
msgid "Search in"
|
463 |
+
msgstr "Suche in"
|
464 |
+
|
465 |
+
#: includes/options.php:176
|
466 |
+
msgid "Search source: Drag&drop sources to activate or deactivate them."
|
467 |
+
msgstr ""
|
468 |
+
"Suchquellen: Ziehen & Ablegen von Quellen, um diese zu aktivieren oder zu "
|
469 |
+
"deaktivieren. "
|
470 |
+
|
471 |
+
#: includes/options.php:30
|
472 |
+
msgid "Show out-of-stock"
|
473 |
+
msgstr "Zeige nicht vorrätige Artikel"
|
474 |
+
|
475 |
+
#: includes/options.php:31
|
476 |
+
msgid "Show out-of-stock products in search"
|
477 |
+
msgstr "Nicht vorrätige Artikel in der Suche anzeigen"
|
478 |
+
|
479 |
+
msgid "Stop words list"
|
480 |
+
msgstr "Stop Wörter Liste"
|
481 |
+
|
482 |
+
msgid "Comma separated list of words that will be excluded from search."
|
483 |
+
msgstr ""
|
484 |
+
"Komma-separierte Liste von Wörtern, die von der Suche ausgeschlossen werden."
|
485 |
+
|
486 |
+
msgid "Re-index required on change."
|
487 |
+
msgstr "Re-Indizierung bei Änderung."
|
488 |
+
|
489 |
+
msgid "Synonyms"
|
490 |
+
msgstr "Synonyme"
|
491 |
+
|
492 |
+
msgid ""
|
493 |
+
"Comma separated list of synonym words. Each group of synonyms must be on "
|
494 |
+
"separated text line."
|
495 |
+
msgstr ""
|
496 |
+
"Kommaseparierte Liste von Synonymen. Jede Gruppe von Synonymen auf eine "
|
497 |
+
"einzelne Zeile"
|
498 |
+
|
499 |
+
#: includes/options.php:42
|
500 |
+
msgid "Use Google Analytics"
|
501 |
+
msgstr "Verwenden Sie Google Analytics"
|
502 |
+
|
503 |
+
#: includes/options.php:42
|
504 |
+
msgid ""
|
505 |
+
"Use google analytics to track searches. You need google analytics to be "
|
506 |
+
"installed on your site."
|
507 |
+
msgstr ""
|
508 |
+
"Verwenden Sie Google Analytics, um Suchanfragen zu verfolgen. Dazu muss "
|
509 |
+
"Google Analytics eingerichtet sein, um mit Ihrer Webseite interagieren zu "
|
510 |
+
"können. (Code eingefügt)"
|
511 |
+
|
512 |
+
msgid ""
|
513 |
+
"Data will be visible inside Google Analytics 'Site Search' report. Need to "
|
514 |
+
"activate 'Site Search' feature inside GA. %s"
|
515 |
+
msgstr ""
|
516 |
+
"Daten werden innerhalb von Google Analytics 'Site Search' angezeigt. Dafür "
|
517 |
+
"muss dieses Feature in GA aktiviert sein. %s"
|
518 |
+
|
519 |
+
msgid "More info"
|
520 |
+
msgstr "weitere Informationen"
|
521 |
+
|
522 |
+
#: includes/options.php:42
|
523 |
+
msgid ""
|
524 |
+
"Also will send event with category - 'AWS search', action - 'AWS Search "
|
525 |
+
"Term' and label of value of search term."
|
526 |
+
msgstr ""
|
527 |
+
"Wird zusätzlich ein Ereignis mit Kategorie 'AWS search ', action - 'AWS "
|
528 |
+
"Suchbegriff' und den Wert des Labels des Suchbegriffs senden."
|
529 |
+
|
530 |
+
msgid "In stock"
|
531 |
+
msgstr "vorrätig"
|
532 |
+
|
533 |
+
msgid "Out of stock"
|
534 |
+
msgstr "nicht vorrätig"
|
535 |
+
|
536 |
+
#. Name of the plugin
|
537 |
+
msgid "Advanced Woo Search"
|
538 |
+
msgstr "Advanced Woo Search"
|
539 |
+
|
540 |
+
#. Description of the plugin
|
541 |
+
msgid "Advance ajax WooCommerce product search."
|
542 |
+
msgstr "Advance Ajax WooCommerce Produkt Suche."
|
543 |
+
|
544 |
+
#. Author of the plugin
|
545 |
+
msgid "ILLID"
|
546 |
+
msgstr "ILLID"
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
|
|
4 |
Tags: widget, plugin, woocommerce, search, product search, woocommerce search, ajax search, live search, custom search, ajax, shortcode, better search, relevance search, relevant search, search by sku, search plugin, shop, store, wordpress search, wp ajax search, wp search, wp search plugin, sidebar, ecommerce, merketing, products, category search, instant-search, search highlight, woocommerce advanced search, woocommerce live search, WooCommerce Plugin, woocommerce product search
|
5 |
Requires at least: 4.0
|
6 |
Tested up to: 5.4
|
7 |
-
Stable tag: 2.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -104,6 +104,10 @@ Yep. This plugin is always compatible with the latest version of Woocommerce?
|
|
104 |
|
105 |
== Changelog ==
|
106 |
|
|
|
|
|
|
|
|
|
107 |
= 2.01 =
|
108 |
* Add - Support for Ultimate Member plugin
|
109 |
* Add - Support for WP all import plugin
|
4 |
Tags: widget, plugin, woocommerce, search, product search, woocommerce search, ajax search, live search, custom search, ajax, shortcode, better search, relevance search, relevant search, search by sku, search plugin, shop, store, wordpress search, wp ajax search, wp search, wp search plugin, sidebar, ecommerce, merketing, products, category search, instant-search, search highlight, woocommerce advanced search, woocommerce live search, WooCommerce Plugin, woocommerce product search
|
5 |
Requires at least: 4.0
|
6 |
Tested up to: 5.4
|
7 |
+
Stable tag: 2.02
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
104 |
|
105 |
== Changelog ==
|
106 |
|
107 |
+
= 2.02 =
|
108 |
+
* Add - German language translation
|
109 |
+
* Update - Show re-index table notice only for relevant users
|
110 |
+
|
111 |
= 2.01 =
|
112 |
* Add - Support for Ultimate Member plugin
|
113 |
* Add - Support for WP all import plugin
|