Version Description
- WP.org plugin repo didn't like 3.5.9 for some reason, hoping to have better luck with this.
Download this release
Release Info
Developer | msaari |
Plugin | Relevanssi – A Better Search |
Version | 3.5.9.1 |
Comparing to | |
See all releases |
Code changes from version 3.5.9 to 3.5.9.1
- readme.txt +7 -1
- relevanssi.php +46 -31
- relevanssi.po +198 -158
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.relevanssi.com/buy-premium/
|
|
4 |
Tags: search, relevance, better search
|
5 |
Requires at least: 4.0
|
6 |
Tested up to: 4.7.4
|
7 |
-
Stable tag: 3.5.9
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -268,6 +268,9 @@ Each document database is full of useless words. All the little words that appea
|
|
268 |
|
269 |
== Changelog ==
|
270 |
|
|
|
|
|
|
|
271 |
= 3.5.9 =
|
272 |
* Improved the way highlighting handles HTML tags, especially when highlighting on post pages.
|
273 |
* The throttle limit setting was removed from the settings page for causing trouble. If you need to change it, update `relevanssi_throttle_limit` option directly.
|
@@ -1042,6 +1045,9 @@ Each document database is full of useless words. All the little words that appea
|
|
1042 |
|
1043 |
== Upgrade notice ==
|
1044 |
|
|
|
|
|
|
|
1045 |
= 3.5.9 =
|
1046 |
* Improvements in highlighting and taxonomy searches.
|
1047 |
|
4 |
Tags: search, relevance, better search
|
5 |
Requires at least: 4.0
|
6 |
Tested up to: 4.7.4
|
7 |
+
Stable tag: 3.5.9.1
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
268 |
|
269 |
== Changelog ==
|
270 |
|
271 |
+
= 3.5.9.1 =
|
272 |
+
* WP.org plugin repo didn't like 3.5.9 for some reason, hoping to have better luck with this.
|
273 |
+
|
274 |
= 3.5.9 =
|
275 |
* Improved the way highlighting handles HTML tags, especially when highlighting on post pages.
|
276 |
* The throttle limit setting was removed from the settings page for causing trouble. If you need to change it, update `relevanssi_throttle_limit` option directly.
|
1045 |
|
1046 |
== Upgrade notice ==
|
1047 |
|
1048 |
+
= 3.5.9.1 =
|
1049 |
+
* Improvements in highlighting and taxonomy searches.
|
1050 |
+
|
1051 |
= 3.5.9 =
|
1052 |
* Improvements in highlighting and taxonomy searches.
|
1053 |
|
relevanssi.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Relevanssi
|
4 |
Plugin URI: http://www.relevanssi.com/
|
5 |
Description: This plugin replaces WordPress search with a relevance-sorting search.
|
6 |
-
Version: 3.5.9
|
7 |
Author: Mikko Saari
|
8 |
Author URI: http://www.mikkosaari.fi/
|
9 |
*/
|
@@ -370,38 +370,49 @@ function relevanssi_sidebar() {
|
|
370 |
<div class="metabox-holder">
|
371 |
<div class="meta-box-sortables" style="min-height: 0">
|
372 |
<div id="relevanssi_buy" class="postbox">
|
373 |
-
|
|
|
|
|
374 |
<div class="inside">
|
375 |
-
<p>
|
376 |
-
|
|
|
|
|
377 |
|
378 |
-
<p><strong
|
379 |
-
comparison</a> and <a href="https://www.relevanssi.com/buy-premium/?utm_source=plugin&utm_medium=link&utm_campaign=license
|
|
|
380 |
|
381 |
-
<p><strong><a href="https://www.relevanssi.com/buy-premium/?utm_source=plugin&utm_medium=link&utm_campaign=license"
|
382 |
|
383 |
-
<p>Use the coupon
|
|
|
384 |
</div>
|
385 |
</div>
|
386 |
</div>
|
387 |
|
388 |
<div class="meta-box-sortables" style="min-height: 0">
|
389 |
<div id="relevanssi_premium" class="postbox">
|
390 |
-
|
|
|
|
|
391 |
<div class="inside">
|
392 |
-
|
393 |
-
|
394 |
-
|
395 |
-
|
396 |
-
|
397 |
-
|
398 |
-
|
399 |
-
|
400 |
-
|
401 |
-
|
402 |
-
|
403 |
-
|
404 |
-
|
|
|
|
|
|
|
405 |
</p>
|
406 |
</div>
|
407 |
</div>
|
@@ -409,23 +420,27 @@ comparison</a> and <a href="https://www.relevanssi.com/buy-premium/?utm_source=p
|
|
409 |
|
410 |
<div class="meta-box-sortables" style="min-height: 0">
|
411 |
<div id="relevanssi_facebook" class="postbox">
|
412 |
-
|
|
|
|
|
413 |
<div class="inside">
|
414 |
<div style="float: left; margin-right: 5px"><img src="$facebooklogo" width="45" height="43" alt="Facebook" /></div>
|
415 |
-
|
416 |
-
|
|
|
417 |
</div>
|
418 |
</div>
|
419 |
</div>
|
420 |
|
421 |
<div class="meta-box-sortables" style="min-height: 0">
|
422 |
<div id="relevanssi_help" class="postbox">
|
423 |
-
|
424 |
-
|
425 |
-
|
426 |
-
|
427 |
-
|
428 |
-
|
|
|
429 |
</div>
|
430 |
</div>
|
431 |
</div>
|
3 |
Plugin Name: Relevanssi
|
4 |
Plugin URI: http://www.relevanssi.com/
|
5 |
Description: This plugin replaces WordPress search with a relevance-sorting search.
|
6 |
+
Version: 3.5.9.1
|
7 |
Author: Mikko Saari
|
8 |
Author URI: http://www.mikkosaari.fi/
|
9 |
*/
|
370 |
<div class="metabox-holder">
|
371 |
<div class="meta-box-sortables" style="min-height: 0">
|
372 |
<div id="relevanssi_buy" class="postbox">
|
373 |
+
EOH;
|
374 |
+
printf('<h3 class="hndle"><span>%s!</span></h3>', __('Buy Relevanssi Premium', 'relevanssi'));
|
375 |
+
echo <<<EOH
|
376 |
<div class="inside">
|
377 |
+
<p>
|
378 |
+
EOH;
|
379 |
+
_e('Do you want more features? Support Relevanssi development? Get a better search experience for your users?', 'relevanssi');
|
380 |
+
echo "</p>";
|
381 |
|
382 |
+
printf('<p><strong>%s</strong> ', __('Go Premium!', 'relevanssi'));
|
383 |
+
printf(__('Buy Relevanssi Premium. See <a href="%s">feature comparison</a> and <a href="%s">license prices</a>.', 'relevanssi'), 'https://www.relevanssi.com/features/?utm_source=plugin&utm_medium=link&utm_campaign=features', 'https://www.relevanssi.com/buy-premium/?utm_source=plugin&utm_medium=link&utm_campaign=license');
|
384 |
+
echo "</p>";
|
385 |
|
386 |
+
printf('<p><strong><a href="https://www.relevanssi.com/buy-premium/?utm_source=plugin&utm_medium=link&utm_campaign=license">%s »</a></strong></p>', __('Buy Premium now', 'relevanssi'));
|
387 |
|
388 |
+
printf('<p>' . __('Use the coupon %s to get 20%% off the price (valid through 2017).', 'relevanssi') . '</p>', '<strong>FREE2017</strong>');
|
389 |
+
echo <<<EOH
|
390 |
</div>
|
391 |
</div>
|
392 |
</div>
|
393 |
|
394 |
<div class="meta-box-sortables" style="min-height: 0">
|
395 |
<div id="relevanssi_premium" class="postbox">
|
396 |
+
EOH;
|
397 |
+
printf('<h3 class="hndle"><span>%s</span></h3>', __('Some Premium features', 'relevanssi'));
|
398 |
+
echo <<<EOH
|
399 |
<div class="inside">
|
400 |
+
EOH;
|
401 |
+
printf('<p>%s</p>', __('With Relevanssi Premium, you would have more options:', 'relevanssi'));
|
402 |
+
|
403 |
+
printf('– %s<br />', __('Internal link anchors are search terms for the target posts, if you wish', 'relevanssi'));
|
404 |
+
printf('– %s<br />', __('Hiding Relevanssi branding from the User Searches page on a client installation', 'relevanssi'));
|
405 |
+
printf('– %s<br />', __('Adjust weights separately for each post type and taxonomy', 'relevanssi'));
|
406 |
+
printf('– %s<br />', __('Give extra weight to recent posts', 'relevanssi'));
|
407 |
+
printf('– %s<br />', __('Make Relevanssi understand thousand separators to handle big numbers better', 'relevanssi'));
|
408 |
+
printf('– %s<br />', __('Index and search any columns in the wp_posts database', 'relevanssi'));
|
409 |
+
printf('– %s<br />', __('Index and search user profile pages', 'relevanssi'));
|
410 |
+
printf('– %s<br />', __('Index and search taxonomy term pages', 'relevanssi'));
|
411 |
+
printf('– %s<br />', __('Import and export options', 'relevanssi'));
|
412 |
+
printf('– %s<br />', __('WP CLI commands', 'relevanssi'));
|
413 |
+
printf('– %s<br />', __('And more!', 'relevanssi'));
|
414 |
+
|
415 |
+
echo <<<EOH
|
416 |
</p>
|
417 |
</div>
|
418 |
</div>
|
420 |
|
421 |
<div class="meta-box-sortables" style="min-height: 0">
|
422 |
<div id="relevanssi_facebook" class="postbox">
|
423 |
+
EOH;
|
424 |
+
printf('<h3 class="hndle"><span>%s</span></h3>', __('Relevanssi on Facebook', 'relevanssi'));
|
425 |
+
echo <<<EOH
|
426 |
<div class="inside">
|
427 |
<div style="float: left; margin-right: 5px"><img src="$facebooklogo" width="45" height="43" alt="Facebook" /></div>
|
428 |
+
EOH;
|
429 |
+
printf('<p>' . __('<a href="%s">Check out the Relevanssi page on Facebook</a> for news and updates about Relevanssi.', 'relevanssi') . '</p>', 'https://www.facebook.com/relevanssi');
|
430 |
+
echo <<<EOH
|
431 |
</div>
|
432 |
</div>
|
433 |
</div>
|
434 |
|
435 |
<div class="meta-box-sortables" style="min-height: 0">
|
436 |
<div id="relevanssi_help" class="postbox">
|
437 |
+
EOH;
|
438 |
+
printf('<h3 class="hndle"><span>%s</span></h3>', __('Help and support', 'relevanssi'));
|
439 |
+
echo '<div class="inside">';
|
440 |
+
printf('<p>%s</p>', __('For Relevanssi support, see:', 'relevanssi'));
|
441 |
+
printf('<p>– <a href="http://wordpress.org/tags/relevanssi?forum_id=10">%s</a><br />', __('WordPress.org forum', 'relevanssi'));
|
442 |
+
printf('– <a href="https://www.relevanssi.com/category/knowledge-base/?utm_source=plugin&utm_medium=link&utm_campaign=kb">%s</a></p>', __('Knowledge base', 'relevanssi'));
|
443 |
+
echo <<<EOH
|
444 |
</div>
|
445 |
</div>
|
446 |
</div>
|
relevanssi.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Relevanssi\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Mikko Saari <mikko@mikkosaari.fi>\n"
|
8 |
"Language-Team: \n"
|
@@ -11,311 +11,351 @@ msgstr ""
|
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
"X-Poedit-KeywordsList: __\n"
|
13 |
"X-Poedit-Basepath: .\n"
|
|
|
14 |
"X-Poedit-SearchPath-0: .\n"
|
15 |
|
16 |
-
#:
|
17 |
msgid "There is no excerpt because this is a protected post."
|
18 |
msgstr ""
|
19 |
|
20 |
-
#:
|
21 |
msgid "Indexing complete!"
|
22 |
msgstr ""
|
23 |
|
24 |
-
#:
|
25 |
-
msgid "
|
26 |
-
|
27 |
-
|
28 |
-
#: relevanssi.php:1294
|
29 |
-
#, php-format
|
30 |
-
msgid "<div id='message' class='update fade'><p>Term '%s' added to stopwords!</p></div>"
|
31 |
msgstr ""
|
32 |
|
33 |
-
#:
|
34 |
-
|
35 |
-
|
|
|
|
|
36 |
msgstr ""
|
37 |
|
38 |
-
#:
|
39 |
-
msgid "
|
40 |
msgstr ""
|
41 |
|
42 |
-
#:
|
43 |
-
msgid "
|
44 |
msgstr ""
|
45 |
|
46 |
-
#:
|
47 |
-
msgid "
|
48 |
msgstr ""
|
49 |
|
50 |
-
#:
|
51 |
-
msgid "
|
52 |
msgstr ""
|
53 |
|
54 |
-
#:
|
55 |
-
msgid "
|
56 |
msgstr ""
|
57 |
|
58 |
-
#:
|
59 |
-
msgid "
|
60 |
msgstr ""
|
61 |
|
62 |
-
#:
|
63 |
-
|
64 |
-
msgid "Default: %d. 0 means titles are ignored, 1 means no boost, more than 1 gives extra value."
|
65 |
msgstr ""
|
66 |
|
67 |
-
#:
|
68 |
-
msgid "
|
69 |
msgstr ""
|
70 |
|
71 |
-
#:
|
72 |
#, php-format
|
73 |
-
msgid "
|
74 |
-
|
75 |
-
|
76 |
-
#: relevanssi.php:1495
|
77 |
-
msgid "Comment boost:"
|
78 |
msgstr ""
|
79 |
|
80 |
-
#:
|
81 |
#, php-format
|
82 |
-
msgid "
|
|
|
|
|
83 |
msgstr ""
|
84 |
|
85 |
-
#:
|
86 |
-
|
|
|
|
|
|
|
87 |
msgstr ""
|
88 |
|
89 |
-
#:
|
90 |
-
msgid "
|
|
|
|
|
91 |
msgstr ""
|
92 |
|
93 |
-
#:
|
94 |
-
|
|
|
95 |
msgstr ""
|
96 |
|
97 |
-
#:
|
98 |
-
|
|
|
99 |
msgstr ""
|
100 |
|
101 |
-
#:
|
102 |
-
msgid "
|
103 |
msgstr ""
|
104 |
|
105 |
-
#:
|
106 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
107 |
msgstr ""
|
108 |
|
109 |
-
#:
|
110 |
-
msgid "
|
111 |
msgstr ""
|
112 |
|
113 |
-
#:
|
114 |
-
msgid "
|
115 |
msgstr ""
|
116 |
|
117 |
-
#:
|
118 |
-
msgid "
|
119 |
msgstr ""
|
120 |
|
121 |
-
#:
|
122 |
-
msgid "
|
123 |
msgstr ""
|
124 |
|
125 |
-
#:
|
126 |
-
|
|
|
|
|
|
|
|
|
127 |
msgstr ""
|
128 |
|
129 |
-
#:
|
130 |
-
msgid "
|
131 |
msgstr ""
|
132 |
|
133 |
-
#:
|
134 |
-
msgid "
|
135 |
msgstr ""
|
136 |
|
137 |
-
#:
|
138 |
-
|
|
|
139 |
msgstr ""
|
140 |
|
141 |
-
#:
|
142 |
-
msgid "
|
143 |
msgstr ""
|
144 |
|
145 |
-
#:
|
146 |
-
msgid "
|
147 |
msgstr ""
|
148 |
|
149 |
-
#:
|
150 |
-
|
|
|
151 |
msgstr ""
|
152 |
|
153 |
-
#:
|
154 |
-
msgid "
|
155 |
msgstr ""
|
156 |
|
157 |
-
#:
|
158 |
-
msgid "
|
159 |
msgstr ""
|
160 |
|
161 |
-
#:
|
162 |
-
msgid "
|
163 |
msgstr ""
|
164 |
|
165 |
-
#:
|
166 |
-
msgid "
|
167 |
msgstr ""
|
168 |
|
169 |
-
#:
|
170 |
-
msgid "
|
171 |
msgstr ""
|
172 |
|
173 |
-
#:
|
174 |
-
msgid "
|
175 |
msgstr ""
|
176 |
|
177 |
-
#:
|
178 |
-
msgid "
|
179 |
msgstr ""
|
180 |
|
181 |
-
#: relevanssi.php:
|
182 |
-
msgid "
|
183 |
msgstr ""
|
184 |
|
185 |
-
#:
|
186 |
-
msgid "
|
|
|
|
|
187 |
msgstr ""
|
188 |
|
189 |
-
#:
|
190 |
-
msgid "
|
|
|
|
|
191 |
msgstr ""
|
192 |
|
193 |
-
#:
|
194 |
-
msgid "
|
195 |
msgstr ""
|
196 |
|
197 |
-
#:
|
198 |
-
msgid "
|
|
|
|
|
|
|
199 |
msgstr ""
|
200 |
|
201 |
-
#:
|
202 |
-
msgid "
|
|
|
|
|
|
|
203 |
msgstr ""
|
204 |
|
205 |
-
#:
|
206 |
-
msgid "
|
207 |
msgstr ""
|
208 |
|
209 |
-
#:
|
210 |
-
msgid "
|
211 |
msgstr ""
|
212 |
|
213 |
-
#:
|
214 |
-
|
|
|
|
|
|
|
215 |
msgstr ""
|
216 |
|
217 |
-
#:
|
218 |
-
msgid "
|
219 |
msgstr ""
|
220 |
|
221 |
-
#: relevanssi.php:
|
222 |
-
msgid "
|
223 |
msgstr ""
|
224 |
|
225 |
-
#: relevanssi.php:
|
226 |
-
msgid "
|
227 |
msgstr ""
|
228 |
|
229 |
-
#: relevanssi.php:
|
230 |
-
msgid "
|
231 |
msgstr ""
|
232 |
|
233 |
-
#: relevanssi.php:
|
234 |
-
|
|
|
|
|
|
|
235 |
msgstr ""
|
236 |
|
237 |
-
#: relevanssi.php:
|
238 |
-
msgid "
|
239 |
msgstr ""
|
240 |
|
241 |
-
#: relevanssi.php:
|
242 |
-
|
|
|
243 |
msgstr ""
|
244 |
|
245 |
-
#: relevanssi.php:
|
246 |
-
msgid "
|
247 |
msgstr ""
|
248 |
|
249 |
-
#: relevanssi.php:
|
250 |
-
|
251 |
-
msgid "Use HTML color codes (#rgb or #rrggbb)"
|
252 |
msgstr ""
|
253 |
|
254 |
-
#: relevanssi.php:
|
255 |
-
msgid "
|
|
|
256 |
msgstr ""
|
257 |
|
258 |
-
#: relevanssi.php:
|
259 |
-
msgid "
|
|
|
|
|
260 |
msgstr ""
|
261 |
|
262 |
-
#: relevanssi.php:
|
263 |
-
msgid "
|
264 |
msgstr ""
|
265 |
|
266 |
-
#: relevanssi.php:
|
267 |
-
msgid "
|
268 |
msgstr ""
|
269 |
|
270 |
-
#: relevanssi.php:
|
271 |
-
msgid "
|
|
|
272 |
msgstr ""
|
273 |
|
274 |
-
#: relevanssi.php:
|
275 |
-
msgid "
|
276 |
msgstr ""
|
277 |
|
278 |
-
#: relevanssi.php:
|
279 |
-
msgid "
|
280 |
msgstr ""
|
281 |
|
282 |
-
#: relevanssi.php:
|
283 |
-
msgid "
|
284 |
msgstr ""
|
285 |
|
286 |
-
#: relevanssi.php:
|
287 |
-
msgid "
|
288 |
msgstr ""
|
289 |
|
290 |
-
#: relevanssi.php:
|
291 |
-
msgid "
|
292 |
msgstr ""
|
293 |
|
294 |
-
#: relevanssi.php:
|
295 |
-
msgid "
|
296 |
msgstr ""
|
297 |
|
298 |
-
#: relevanssi.php:
|
299 |
-
msgid "
|
300 |
msgstr ""
|
301 |
|
302 |
-
#: relevanssi.php:
|
303 |
-
|
|
|
|
|
|
|
304 |
msgstr ""
|
305 |
|
306 |
-
#: relevanssi.php:
|
307 |
-
msgid "
|
308 |
msgstr ""
|
309 |
|
310 |
-
#: relevanssi.php:
|
311 |
-
msgid "
|
312 |
msgstr ""
|
313 |
|
314 |
-
#: relevanssi.php:
|
315 |
-
msgid "
|
316 |
msgstr ""
|
317 |
|
318 |
-
#: relevanssi.php:
|
319 |
-
msgid "
|
320 |
msgstr ""
|
321 |
-
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Relevanssi\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2017-05-14 06:03+0300\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Mikko Saari <mikko@mikkosaari.fi>\n"
|
8 |
"Language-Team: \n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
"X-Poedit-KeywordsList: __\n"
|
13 |
"X-Poedit-Basepath: .\n"
|
14 |
+
"X-Generator: Poedit 2.0.1\n"
|
15 |
"X-Poedit-SearchPath-0: .\n"
|
16 |
|
17 |
+
#: lib/excerpts-highlights.php:11
|
18 |
msgid "There is no excerpt because this is a protected post."
|
19 |
msgstr ""
|
20 |
|
21 |
+
#: lib/indexing.php:137
|
22 |
msgid "Indexing complete!"
|
23 |
msgstr ""
|
24 |
|
25 |
+
#: lib/init.php:41
|
26 |
+
msgid ""
|
27 |
+
"You do not have an index! Remember to build the index (click the \"Build the "
|
28 |
+
"index\" button), otherwise searching won't work."
|
|
|
|
|
|
|
29 |
msgstr ""
|
30 |
|
31 |
+
#: lib/init.php:57
|
32 |
+
msgid ""
|
33 |
+
"Multibyte string functions are not available. Relevanssi may not work well "
|
34 |
+
"without them. Please install (or ask your host to install) the mbstring "
|
35 |
+
"extension."
|
36 |
msgstr ""
|
37 |
|
38 |
+
#: lib/init.php:85 lib/init.php:86
|
39 |
+
msgid "User searches"
|
40 |
msgstr ""
|
41 |
|
42 |
+
#: lib/interface.php:6
|
43 |
+
msgid "Relevanssi Premium Search Options"
|
44 |
msgstr ""
|
45 |
|
46 |
+
#: lib/interface.php:9
|
47 |
+
msgid "Relevanssi Search Options"
|
48 |
msgstr ""
|
49 |
|
50 |
+
#: lib/interface.php:81
|
51 |
+
msgid "User Searches"
|
52 |
msgstr ""
|
53 |
|
54 |
+
#: lib/interface.php:83
|
55 |
+
msgid "Relevanssi User Searches"
|
56 |
msgstr ""
|
57 |
|
58 |
+
#: lib/interface.php:112
|
59 |
+
msgid "Enable query logging to see stats here."
|
60 |
msgstr ""
|
61 |
|
62 |
+
#: lib/interface.php:129
|
63 |
+
msgid "Logs clear!"
|
|
|
64 |
msgstr ""
|
65 |
|
66 |
+
#: lib/interface.php:132
|
67 |
+
msgid "Clearing the logs failed."
|
68 |
msgstr ""
|
69 |
|
70 |
+
#: lib/interface.php:329
|
71 |
#, php-format
|
72 |
+
msgid ""
|
73 |
+
"<div id='message' class='updated fade'><p>Successfully added %d/%d terms to "
|
74 |
+
"stopwords!</p></div>"
|
|
|
|
|
75 |
msgstr ""
|
76 |
|
77 |
+
#: lib/interface.php:336
|
78 |
#, php-format
|
79 |
+
msgid ""
|
80 |
+
"<div id='message' class='updated fade'><p>Term '%s' added to stopwords!</p></"
|
81 |
+
"div>"
|
82 |
msgstr ""
|
83 |
|
84 |
+
#: lib/interface.php:339
|
85 |
+
#, php-format
|
86 |
+
msgid ""
|
87 |
+
"<div id='message' class='updated fade'><p>Couldn't add term '%s' to "
|
88 |
+
"stopwords!</p></div>"
|
89 |
msgstr ""
|
90 |
|
91 |
+
#: lib/interface.php:378
|
92 |
+
msgid ""
|
93 |
+
"<div id='message' class='updated fade'><p>Stopwords removed! Remember to re-"
|
94 |
+
"index.</p></div>"
|
95 |
msgstr ""
|
96 |
|
97 |
+
#: lib/interface.php:390
|
98 |
+
#, php-format
|
99 |
+
msgid "Term '%s' removed from stopwords! Re-index to get it back to index."
|
100 |
msgstr ""
|
101 |
|
102 |
+
#: lib/interface.php:400
|
103 |
+
#, php-format
|
104 |
+
msgid "Couldn't remove term '%s' from stopwords!"
|
105 |
msgstr ""
|
106 |
|
107 |
+
#: lib/interface.php:421
|
108 |
+
msgid "25 most common words in the index"
|
109 |
msgstr ""
|
110 |
|
111 |
+
#: lib/interface.php:422
|
112 |
+
msgid ""
|
113 |
+
"These words are excellent stopword material. A word that appears in most of "
|
114 |
+
"the posts in the database is quite pointless when searching. This is also an "
|
115 |
+
"easy way to create a completely new stopword list, if one isn't available in "
|
116 |
+
"your language. Click the icon after the word to add the word to the stopword "
|
117 |
+
"list. The word will also be removed from the index, so rebuilding the index "
|
118 |
+
"is not necessary."
|
119 |
msgstr ""
|
120 |
|
121 |
+
#: lib/interface.php:445
|
122 |
+
msgid "Add to stopwords"
|
123 |
msgstr ""
|
124 |
|
125 |
+
#: lib/interface.php:463
|
126 |
+
msgid "Total Searches"
|
127 |
msgstr ""
|
128 |
|
129 |
+
#: lib/interface.php:466
|
130 |
+
msgid "Totals"
|
131 |
msgstr ""
|
132 |
|
133 |
+
#: lib/interface.php:471
|
134 |
+
msgid "Common Queries"
|
135 |
msgstr ""
|
136 |
|
137 |
+
#: lib/interface.php:474
|
138 |
+
#, php-format
|
139 |
+
msgid ""
|
140 |
+
"Here you can see the %d most common user search queries, how many times "
|
141 |
+
"those\n"
|
142 |
+
"\t\tqueries were made and how many results were found for those queries."
|
143 |
msgstr ""
|
144 |
|
145 |
+
#: lib/interface.php:480 lib/interface.php:496 lib/interface.php:528
|
146 |
+
msgid "Today and yesterday"
|
147 |
msgstr ""
|
148 |
|
149 |
+
#: lib/interface.php:484 lib/interface.php:500 lib/interface.php:529
|
150 |
+
msgid "Last 7 days"
|
151 |
msgstr ""
|
152 |
|
153 |
+
#: lib/interface.php:488 lib/interface.php:504
|
154 |
+
#, php-format
|
155 |
+
msgid "Last %d days"
|
156 |
msgstr ""
|
157 |
|
158 |
+
#: lib/interface.php:493
|
159 |
+
msgid "Unsuccessful Queries"
|
160 |
msgstr ""
|
161 |
|
162 |
+
#: lib/interface.php:511
|
163 |
+
msgid "Reset Logs"
|
164 |
msgstr ""
|
165 |
|
166 |
+
#: lib/interface.php:514
|
167 |
+
#, php-format
|
168 |
+
msgid "To reset the logs, type \"reset\" into the box here %s and click %s"
|
169 |
msgstr ""
|
170 |
|
171 |
+
#: lib/interface.php:530
|
172 |
+
msgid "Last 30 days"
|
173 |
msgstr ""
|
174 |
|
175 |
+
#: lib/interface.php:531
|
176 |
+
msgid "Forever"
|
177 |
msgstr ""
|
178 |
|
179 |
+
#: lib/interface.php:533
|
180 |
+
msgid "When"
|
181 |
msgstr ""
|
182 |
|
183 |
+
#: lib/interface.php:533
|
184 |
+
msgid "Searches"
|
185 |
msgstr ""
|
186 |
|
187 |
+
#: lib/interface.php:565
|
188 |
+
msgid "Query"
|
189 |
msgstr ""
|
190 |
|
191 |
+
#: lib/interface.php:565
|
192 |
+
msgid "Hits"
|
193 |
msgstr ""
|
194 |
|
195 |
+
#: lib/interface.php:885
|
196 |
+
msgid "Import/export options"
|
197 |
msgstr ""
|
198 |
|
199 |
+
#: lib/interface.php:888 relevanssi.php:374
|
200 |
+
msgid "Buy Relevanssi Premium"
|
201 |
msgstr ""
|
202 |
|
203 |
+
#: lib/interface.php:901
|
204 |
+
msgid ""
|
205 |
+
"WARNING: You've chosen no post types to index. Nothing will be indexed. <a "
|
206 |
+
"href='#indexing'>Choose some post types to index</a>."
|
207 |
msgstr ""
|
208 |
|
209 |
+
#: lib/interface.php:1048
|
210 |
+
msgid ""
|
211 |
+
"If you enable logs, you can see what your users are searching for. You can "
|
212 |
+
"prevent your own searches from getting in the logs with the omit feature."
|
213 |
msgstr ""
|
214 |
|
215 |
+
#: lib/interface.php:1050
|
216 |
+
msgid "Logs are also needed to use the 'Did you mean?' feature."
|
217 |
msgstr ""
|
218 |
|
219 |
+
#: lib/interface.php:1080
|
220 |
+
msgid ""
|
221 |
+
"Enter a comma-separated list of post/page IDs that are excluded from search "
|
222 |
+
"results. This only works here, you can't use the input field option "
|
223 |
+
"(WordPress doesn't pass custom parameters there)."
|
224 |
msgstr ""
|
225 |
|
226 |
+
#: lib/interface.php:1082
|
227 |
+
msgid ""
|
228 |
+
"You can also use a checkbox on post/page edit pages to remove posts from "
|
229 |
+
"index. This setting doesn't work in multisite searches, but the checkbox "
|
230 |
+
"does."
|
231 |
msgstr ""
|
232 |
|
233 |
+
#: lib/interface.php:1235 lib/interface.php:1290
|
234 |
+
msgid "no"
|
235 |
msgstr ""
|
236 |
|
237 |
+
#: lib/interface.php:1235 lib/interface.php:1290
|
238 |
+
msgid "yes"
|
239 |
msgstr ""
|
240 |
|
241 |
+
#: lib/interface.php:1265
|
242 |
+
#, php-format
|
243 |
+
msgid ""
|
244 |
+
"If you choose to index a post type that is excluded from the search, you may "
|
245 |
+
"need to uncheck the \"%s\" option."
|
246 |
msgstr ""
|
247 |
|
248 |
+
#: lib/interface.php:1265
|
249 |
+
msgid "Respect exclude_from_search for custom post types"
|
250 |
msgstr ""
|
251 |
|
252 |
+
#: relevanssi.php:321
|
253 |
+
msgid "Tag weight:"
|
254 |
msgstr ""
|
255 |
|
256 |
+
#: relevanssi.php:336
|
257 |
+
msgid "Category weight:"
|
258 |
msgstr ""
|
259 |
|
260 |
+
#: relevanssi.php:382
|
261 |
+
msgid "Go Premium!"
|
262 |
msgstr ""
|
263 |
|
264 |
+
#: relevanssi.php:383
|
265 |
+
#, php-format
|
266 |
+
msgid ""
|
267 |
+
"Buy Relevanssi Premium. See <a href=\"%s\">feature comparison</a> and <a "
|
268 |
+
"href=\"%s\">license prices</a>."
|
269 |
msgstr ""
|
270 |
|
271 |
+
#: relevanssi.php:386
|
272 |
+
msgid "Buy Premium now"
|
273 |
msgstr ""
|
274 |
|
275 |
+
#: relevanssi.php:388
|
276 |
+
#, php-format
|
277 |
+
msgid "Use the coupon %s to get 20%% off the price (valid through 2017)."
|
278 |
msgstr ""
|
279 |
|
280 |
+
#: relevanssi.php:397
|
281 |
+
msgid "Some Premium features"
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: relevanssi.php:401
|
285 |
+
msgid "With Relevanssi Premium, you would have more options:"
|
|
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: relevanssi.php:403
|
289 |
+
msgid ""
|
290 |
+
"Internal link anchors are search terms for the target posts, if you wish"
|
291 |
msgstr ""
|
292 |
|
293 |
+
#: relevanssi.php:404
|
294 |
+
msgid ""
|
295 |
+
"Hiding Relevanssi branding from the User Searches page on a client "
|
296 |
+
"installation"
|
297 |
msgstr ""
|
298 |
|
299 |
+
#: relevanssi.php:405
|
300 |
+
msgid "Adjust weights separately for each post type and taxonomy"
|
301 |
msgstr ""
|
302 |
|
303 |
+
#: relevanssi.php:406
|
304 |
+
msgid "Give extra weight to recent posts"
|
305 |
msgstr ""
|
306 |
|
307 |
+
#: relevanssi.php:407
|
308 |
+
msgid ""
|
309 |
+
"Make Relevanssi understand thousand separators to handle big numbers better"
|
310 |
msgstr ""
|
311 |
|
312 |
+
#: relevanssi.php:408
|
313 |
+
msgid "Index and search any columns in the wp_posts database"
|
314 |
msgstr ""
|
315 |
|
316 |
+
#: relevanssi.php:409
|
317 |
+
msgid "Index and search user profile pages"
|
318 |
msgstr ""
|
319 |
|
320 |
+
#: relevanssi.php:410
|
321 |
+
msgid "Index and search taxonomy term pages"
|
322 |
msgstr ""
|
323 |
|
324 |
+
#: relevanssi.php:411
|
325 |
+
msgid "Import and export options"
|
326 |
msgstr ""
|
327 |
|
328 |
+
#: relevanssi.php:412
|
329 |
+
msgid "WP CLI commands"
|
330 |
msgstr ""
|
331 |
|
332 |
+
#: relevanssi.php:413
|
333 |
+
msgid "And more!"
|
334 |
msgstr ""
|
335 |
|
336 |
+
#: relevanssi.php:424
|
337 |
+
msgid "Relevanssi on Facebook"
|
338 |
msgstr ""
|
339 |
|
340 |
+
#: relevanssi.php:429
|
341 |
+
#, php-format
|
342 |
+
msgid ""
|
343 |
+
"<a href=\"%s\">Check out the Relevanssi page on Facebook</a> for news and "
|
344 |
+
"updates about Relevanssi."
|
345 |
msgstr ""
|
346 |
|
347 |
+
#: relevanssi.php:438
|
348 |
+
msgid "Help and support"
|
349 |
msgstr ""
|
350 |
|
351 |
+
#: relevanssi.php:440
|
352 |
+
msgid "For Relevanssi support, see:"
|
353 |
msgstr ""
|
354 |
|
355 |
+
#: relevanssi.php:441
|
356 |
+
msgid "WordPress.org forum"
|
357 |
msgstr ""
|
358 |
|
359 |
+
#: relevanssi.php:442
|
360 |
+
msgid "Knowledge base"
|
361 |
msgstr ""
|
|