-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfulltext-search.pot
1811 lines (1462 loc) · 47.3 KB
/
fulltext-search.pot
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: WP Fulltext Search Pro\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-05-19 16:19+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: \n"
"Language: \n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Loco https://localise.biz/\n"
"X-Loco-Version: 2.5.2; wp-5.7.1\n"
"X-Domain: fulltext-search"
#: includes/wpfts_output.php:893
msgid ""
"\"Cluster\" is a part of post (either title, content or even specific part "
"which you can define using <b>wpfts_index_post</b> filter). You can assign "
"some relevance weight to each of them."
msgstr ""
#: includes/wpfts_output.php:1057
msgid "\"Not Found\" words"
msgstr ""
#: includes/wpfts_core.php:1429
msgid "#"
msgstr ""
#: includes/wpfts_output.php:1665
#, php-format
msgid "%s days left"
msgstr ""
#: includes/wpfts_output.php:1220
msgid "(Available in Pro only)"
msgstr ""
#: includes/wpfts_output.php:1408 includes/wpfts_output.php:1422
msgid "* (Any)"
msgstr ""
#: includes/widgets/wpfts_widget.class.php:146
msgid "-- No Preset --"
msgstr ""
#: includes/wpfts_core.php:811
#, php-format
msgid ""
"<a href=\"%s\" target=\"_blank\">Click here</a> to learn how to make them "
"searchable by their <b>text content</b> and improve your website usability."
msgstr ""
#: includes/wpfts_output.php:1647
msgid ""
"<a href=\"https://textmill.io\" target=\"_blank\">TextMill.io</a> License "
"Information"
msgstr ""
#: includes/wpfts_output.php:1322
msgid ""
"<a href=\"https://textmill.io/\">TextMill.io</a> is an external processing "
"service, which supports a wide range of formats. Native PHP means local "
"processing of attachments. We recommend <a href=\"https://textmill.io/\">"
"TextMill.io</a> at the moment."
msgstr ""
#: includes/wpfts_core.php:291
msgid ""
"<b style=\"color: red;\">Attention!</b> <b>WP Fast Total Search</b> plugin "
"requires your attention.<br><br>Please <a href=\"admin.php?page=wpfts-"
"options\">click HERE</a> to go to WPFTS Settings page."
msgstr ""
#: includes/wpfts_core.php:440
msgid ""
"<b style=\"color: red;\">Congratulations!</b> <b>WP Fast Total Search "
"plugin</b> has just been installed and successfully activated!<br><br>To "
"complete the installation, we need to create the Search Index of your "
"existing WP posts data. To start this process, simply go to the <a "
"href=\"admin.php?page=wpfts-options\">WPFTS Settings Page</a>"
msgstr ""
#: includes/wpfts_core.php:348
msgid ""
"<b style=\"color: red;\">Congratulations!</b> <b>WP Fast Total Search Pro "
"plugin</b> has just been installed!<br><br>To complete the installation, "
"please follow some steps on the <a href=\"admin.php?page=wpfts-options\">"
"WPFTS Settings Page</a>"
msgstr ""
#: includes/wpfts_core.php:286
msgid ""
"<b style=\"color: red;\">The plugin's database requires update.</b><br>It is "
"necessary to rebuild the index to ensure the correct operation of the search "
"engine. This may take some time.<br><br>Click <a href=\"#\" "
"class=\"btn_notify_start_indexing\">here</a> to rebuild the search index now."
msgstr ""
#: includes/updater/classes/wpfts_updater.php:767
#, php-format
msgid ""
"<b style=\"color:red;\">Attention!</b> Less than 15 days are left before the "
"license expires.<br>After the end, the plugin will stop receiving updates, "
"and the contents of newly added files will not be indexed by the Textmill.io "
"service.<br><br>To preserve all functions of the WPFTS Pro and avoid the "
"presence of unindexed files, we recommend updating the license <b>right "
"now</b>. In addition, you will get a 15%% discount.<br><br><a href=\"%s\">"
"Renew now with 15%% discount</a>"
msgstr ""
#: includes/updater/classes/wpfts_updater.php:769
#, php-format
msgid ""
"<b><span style=\"color:red;\">Attention! The WPFTS Pro license has expired."
"</span></b><br>Therefore, your copy of the plugin will no longer receive "
"updates; technical support and indexing of the contents of new files by the "
"Textmill.io service are also disabled.<br><br>To restore the plugin to full "
"functionality, please, renew the license. Today you will additionally "
"receive a <b>15%% discount</b>.<br><br><a href=\"%s\">Renew now with 15%% "
"discount</a>"
msgstr ""
#: includes/wpfts_core.php:806
#, php-format
msgid ""
"<b>Important Notice:</b> WP Fast Total Search plugin has detected <b>%s</b> "
"files of the type <b>%s</b>"
msgstr ""
#: includes/wpfts_core.php:845
msgid ""
"<b>Important Notice:</b> WP Fast Total Search plugin is optimized for x64 "
"platforms, however your website is currently using 32-bit version of PHP."
msgstr ""
#: includes/updater/classes/wpfts_updater.php:755
#, php-format
msgid ""
"<b>License key has not been installed.</b><br>Thus, your copy of the plugin "
"will <b style=\"color:red;\">not index the contents of files</b> and will "
"not receive regular updates. Please enter a license key to ensure the plugin "
"works properly!<br><br><a href=\"%s\">Licensing page</a>."
msgstr ""
#: includes/updater/classes/wpfts_updater.php:757
#, php-format
msgid ""
"<b>The evaluation period for WPFTS Pro has ended.</b><br>Thus, most of the "
"functions of the plugin were disabled. This is a great time to purchase a "
"Pro license!<br><br>Do you still have questions about plugin functionality "
"or pre-sale questions? Please let us know.<br><br><a href=\"%1s\">Purchase "
"license</a> <a href=\"%2s\" style=\"margin-left: 20px;\">Contact us</a>"
msgstr ""
#: includes/updater/classes/wpfts_updater.php:761
#, php-format
msgid ""
"<b>The evaluation version of WPFTS Pro is currently active.</b><br>It "
"expires in <b style=\"color:red;\">%1s</b> days.<br><br>Do you have any "
"questions? Please note that you can always contact us.<br><br><a "
"href=\"%2s\">Purchase license</a> <a href=\"%3s\" style=\"margin-left: 20px;"
"\">Contact us</a>"
msgstr ""
#: includes/wpfts_output.php:1546
msgid ""
"<b>UPDATES UNAVAILABLE!</b> Please enter your License Key below to enable "
"automatic updates."
msgstr ""
#: includes/wpfts_core.php:269
msgid "<b>WP Fast Total Search</b> new changes:"
msgstr ""
#: includes/updater/classes/wpfts_updater.php:763
#, php-format
msgid ""
"<b>Your license is active</b> and there is still a lot of time left until it "
"expires.<br>But if you plan to continue to use the full version of the WPFTS "
"Pro after the end of this period, you may want to renew the license now and "
"get a <b style=\"color:red;\">25%% discount</b>. Sounds good, right?<br><br>"
"<a href=\"%s\">Renew now with 25%% discount</a>"
msgstr ""
#: includes/updater/classes/wpfts_updater.php:759
#, php-format
msgid ""
"<b>Your license key is <span style=\"color:red;\">NOT VALID</span></b>.<br>"
"Please enter a valid key to ensure the correct operation of the plugin!<br>"
"<br><a href=\"%s\">Licensing page</a>"
msgstr ""
#: includes/updater/classes/wpfts_updater.php:765
#, php-format
msgid ""
"<b>Your license will expire soon</b> and now is a good time to renew it.<br>"
"If you renew the license no later than 15 days before the expiration, you "
"will get an additional <b style=\"color:red;\">discount of 20%%</b>. Thank "
"you for support!<br><br><a href=\"%s\">Renew now with 20%% discount</a>"
msgstr ""
#: includes/templates/admin_page.php:83
#, php-format
msgid ""
"<h2>Important Notice Before You Start</h2>\n"
"\t\t\t<p>Everything is ready to index the contents of your site. When "
"creating a Search Index, the plugin will use its own tables in the database, "
"no your data will be affected.</p>\n"
"\t\t\t<p>The process may take a long time (it depends on the amount of data "
"on the site) and the site may work a little slower. There is no reason to "
"worry - this slowness will end with the end of the indexing process. To "
"reduce the time to build the index, please <b>do not close</b> the plugin "
"settings page.</p>\n"
"\t\t\t<p>If you didn’t install WPFTS Add-ons and didn’t set up your own "
"<code>wpfts_index_post</code> hook, then this time only the Titles and the "
"main Content of the publications will be included in the index. If you want "
"other data to participate in the search (such as <b>post meta data</b>), now "
"is the time to read the <a href=\"%s\" target=\"_blank\">WPFTS "
"Documentation</a> and make the necessary changes.</p>\n"
"\t\n"
"\t\t\t<p>We wish you a pleasant work with the WP Fast Total Search plugin."
"</p>\n"
"\t\t\t<p>We also thank you for your <a href=\"%s\" target=\"_blank\">"
"comments and suggestions</a>.</p>\n"
"\t\t\t<p><i>WPFTS plugin development team.</i></p>"
msgstr ""
#: includes/templates/admin_page.php:61
#, php-format
msgid ""
"<h2>Important Notice Before You Start</h2>\n"
"\t\t\t<p>First of all, thank you for your support by purchasing the copy of "
"the WPFTS plugin. Thus you are supporting the plugin development and the "
"whole Open Source code movement!</p>\n"
"\t\n"
"\t\t\t<p>Before the first launch, please do the following:</p>\n"
"\t\t\t<ul>\n"
"\t\t\t\t<li>1. <span style=\"color:red;\"><b>Enter your license number</b>"
"</span> in the \"<a href=\"/wp-admin/admin.php?page=wpfts-options-"
"licensing\">Licensing</a>\" tab to ensure that you receive the latest "
"updates and the correct processing of files for placement from the search "
"index.</li>\n"
"\t\t\t\t<li>2. Check the indexing settings in the \"<a href=\"/wp-"
"admin/admin.php?page=wpfts-options-indexing-engine\">Indexing</a>\" tab. You "
"can configure something, but if you don’t understand how to do it right, "
"leave it as it is for now.</li>\n"
"\t\t\t\t<li>3. Start building the index by clicking the big button below."
"</li>\n"
"\t\t\t</ul>\n"
"\t\t\t\t\n"
"\t\t\t<p>Usually, building an index is required only once, because the "
"plugin will automatically update it after the changes that you make on the "
"site.</p>\n"
"\t\t\t<p>The indexing process may take a long time (it depends on the amount "
"of data on the site) and the site may work a little slower. There is no "
"reason to worry - this slowness will end with the end of the indexing "
"process. To reduce the time to build the index, please <b>do not close</b> "
"the plugin settings page.</p>\n"
"\t\n"
"\t\t\t<p>If you didn’t install WPFTS Add-ons and didn’t set up your own "
"<code>wpfts_index_post</code> hook, then this time only the Titles and the "
"main Content of the publications will be included in the index. If you want "
"other data to participate in the search (such as <b>post meta data</b>), now "
"is the time to read the <a href=\"%s\" target=\"_blank\">WPFTS "
"Documentation</a> and make the necessary changes.</p>\n"
"\t\n"
"\t\t\t<p>We wish you a pleasant work with the WP Fast Total Search plugin."
"</p>\n"
"\t\t\t<p>We also open for your <a href=\"%s\" target=\"_blank\">comments and "
"suggestions</a>.</p>\n"
"\t\t\t<p><i>WPFTS plugin development team.</i></p>"
msgstr ""
#: includes/wpfts_core.php:341
msgid ""
"<h2>Initial Configuration Wizard</h2> First of all, thank you for your "
"support by purchasing the copy of the WPFTS Pro plugin. Thus you are "
"supporting the plugin development and the whole Open Source code idea."
msgstr ""
#: includes/updater/classes/wpfts_updater.php:557
msgid "<strong>UPDATE UNAVAILABLE!</strong>"
msgstr ""
#: includes/wpfts_output.php:461
msgid "<strong>WARNING</strong>: Disabling this option is NOT recommended!"
msgstr ""
#: includes/version/2_27_85.php:4
msgid ""
"<ul><li>Added new parameters: \"word_logic\", \"wpfts_disable\", "
"\"cluster_weights\", \"display_attachments\" to the WP_Query()</li>\n"
"\t\t\t\t</ul>"
msgstr ""
#: includes/version/1_14_22.php:4
msgid ""
"<ul><li>Big update: lots of functions was moved from the Pro version to the "
"Free WPFTS Version</li>\n"
"\t\t\t\t\t<li>Some interface bugs were fixed</li>\n"
"\t\t\t\t\t<li>Relevance formula was completely rebuilt</li>\n"
"\t\t\t\t\t<li>Reindex algorithm was sufficiently improved (now 5 times "
"faster!)</li>\n"
"\t\t\t\t\t<li>Word max length was increased to 255 characters</li>\n"
"\t\t\t\t</ul>"
msgstr ""
#: includes/version/1_30_85.php:4
msgid ""
"<ul><li>Big update: the new search algorithm and key improvements!</li>\n"
"\t\t\t\t\t<li>New algorithm that <b>supports sentences</b></li>\n"
"\t\t\t\t\t<li>Deep search is now faster</li>\n"
"\t\t\t\t\t<li>Character limit was removed</li>\n"
"\t\t\t\t\t<li>MyISAM support was dropped</li>\n"
"\t\t\t\t\t<li>Faster index rebuilding</li>\n"
"\t\t\t\t</ul><br>\n"
"\t\t\t\t<p>Read the <a href=\"https://fulltextsearch."
"org/forum/topic/18/version-1-30-85-big-improvements-and-fixes\" "
"target=\"_blank\">official announcement</a> on the WPFTS forum.</p>"
msgstr ""
#: includes/version/2_40_146.php:4
msgid ""
"<ul><li>Big update: the new search algorithm and key improvements!</li>\n"
"\t\t\t\t<li>New algorithm that <b>supports sentences</b></li>\n"
"\t\t\t\t<li>Deep search is now faster</li>\n"
"\t\t\t\t<li>Character limit was removed</li>\n"
"\t\t\t\t<li>MyISAM support was dropped</li>\n"
"\t\t\t\t<li>Faster index rebuilding</li>\n"
"\t\t\t\t</ul><br>\n"
"\t\t\t\t<p>To get more, please read the <a href=\"https://fulltextsearch."
"org/wp-fulltext-search-pro-2-45-170-new-search-algorithm/\" "
"target=\"_blank\">official announcement</a> on the WPFTS Pro blog.</p>"
msgstr ""
#: includes/version/1_22_46.php:4
msgid ""
"<ul><li>Introducing <b>Live Search</b>! You can switch Live Search ON with "
"<b>WP Fast Total Search</b> by replacing standard Search Widget by special "
"one provided by the plugin (go to Appearance / Widgets and select <b>WPFTS ::"
" Live Search</b>)</li></ul>"
msgstr ""
#: includes/version/2_27_83.php:4
msgid ""
"<ul><li>The big WPFTS Pro update: lots of improvements of the database and "
"the code</li>\n"
"\t\t\t\t\t<li>Some interface bugs were fixed</li>\n"
"\t\t\t\t\t<li>Relevance formula was completely rebuilt</li>\n"
"\t\t\t\t\t<li>Reindex algorithm was sufficiently improved (now 5 times "
"faster!)</li>\n"
"\t\t\t\t\t<li>Attachment mimetypes replaced with file extensions</li>\n"
"\t\t\t\t\t<li>Startup Wizard was rebuilt</li>\n"
"\t\t\t\t</ul>"
msgstr ""
#: includes/wpfts_output.php:76 includes/templates/admin_page.php:132
msgid "Active"
msgstr ""
#: includes/wpfts_output.php:1659
msgid "Active Till"
msgstr ""
#: includes/updater/includes/form.php:44
msgid "Active!"
msgstr ""
#: includes/wpfts_output.php:150
msgid "Actual"
msgstr ""
#: includes/wpfts_index.php:469
#, php-format
msgid "Add document: bad index \"%s\" given."
msgstr ""
#: includes/wpfts_index.php:458
msgid "Add document: parameter should be an array"
msgstr ""
#: includes/wpfts_output.php:1471
msgid "Additional Options"
msgstr ""
#: includes/templates/addons.php:36
msgid "Addons"
msgstr ""
#: includes/templates/addons.php:43
msgid ""
"Addons are special small plugins that can significantly extend the "
"functionality of WPFTS and increase compatibility with your theme and other "
"plugins."
msgstr ""
#: includes/templates/addons.php:51
msgid "All Addons"
msgstr ""
#: includes/wpfts_output.php:772
msgid "Allow All"
msgstr ""
#: includes/wpfts_output.php:1229
msgid ""
"Allow for posts to be searchable by the content of their attached files. "
"When enabled, this option will include attachments' index to their parent "
"post indexes."
msgstr ""
#: includes/wpfts_output.php:779
msgid ""
"Alternatively, you can allow to show attachments with these file types only"
msgstr ""
#: includes/templates/analytics.php:43
msgid ""
"Analysis of the information accumulated during use will help to identify "
"long-term problems and optimize the search."
msgstr ""
#: fulltext-search.php:354 includes/templates/admin_page.php:180
#: includes/templates/analytics.php:36
msgid "Analytics"
msgstr ""
#: includes/wpfts_core.php:808
msgid "and other supported files"
msgstr ""
#: includes/wpfts_core.php:847
msgid ""
"As a result, we are forced to use x64 software emulation, which decreases "
"performance and increases search time."
msgstr ""
#: includes/wpfts_output.php:573
msgid ""
"At the very first step, the plugin removes too short words, stop words and "
"punctuation marks from the search phrase. After that, the phrase is broken "
"into words."
msgstr ""
#: includes/wpfts_output.php:1066
msgid "Attachments Only:"
msgstr ""
#: includes/wpfts_output.php:43
msgid "Audio"
msgstr ""
#: includes/wpfts_output.php:935
msgid "Author"
msgstr ""
#: includes/wpfts_output.php:1415
msgid "auto-draft (Auto-Draft)"
msgstr ""
#: includes/wpfts_output.php:449
msgid "Auto-Index"
msgstr ""
#: includes/wpfts_output.php:79 includes/templates/admin_page.php:135
msgid "Awaiting"
msgstr ""
#: includes/wpfts_output.php:1353
msgid ""
"Before the data from your posts (pages, meta-fields, etc.) gets into the "
"Search Index, they go through a number of built-in WPFTS filters, including "
"a custom hook <code>wpfts_index_post</code>. Enter the ID of any WordPress "
"record to see what data will come to the Search Index."
msgstr ""
#: includes/widgets/wpfts_widget.class.php:186
msgid "Button Text:"
msgstr ""
#: fulltext-search.php:214
msgid "Changes was not saved - an error occured!"
msgstr ""
#: includes/wpfts_output.php:593
msgid ""
"Cleans up the query string before using it for search. Uncheck this only if "
"you are using own text splitting algorithm."
msgstr ""
#: includes/wpfts_core.php:1271
msgid "Cluster"
msgstr ""
#: includes/wpfts_output.php:852
msgid "Cluster Name"
msgstr ""
#: includes/wpfts_output.php:845
msgid "Cluster Weights"
msgstr ""
#: includes/wpfts_output.php:943
msgid "Comment Count"
msgstr ""
#: includes/wpfts_output.php:132 includes/wpfts_output.php:290
msgid "Continue Indexing"
msgstr ""
#: includes/wpfts_output.php:428
msgid "Control Panel"
msgstr ""
#: includes/wpfts_output.php:368
msgid "Counting..."
msgstr ""
#: includes/wpfts_output.php:939
msgid "Created Date"
msgstr ""
#: includes/widgets/wpfts_widget.class.php:197
msgid "CSS Class:"
msgstr ""
#: includes/wpfts_output.php:1655
msgid "Current Plan"
msgstr ""
#: includes/wpfts_output.php:396
#, php-format
msgid "Current Version v%s"
msgstr ""
#: includes/wpfts_output.php:782
msgid "Currently used file types (amount of files found)"
msgstr ""
#: includes/wpfts_output.php:1105
msgid "Custom CSS Styling"
msgstr ""
#: includes/wpfts_output.php:651
msgid "Deeper Search"
msgstr ""
#: includes/wpfts_output.php:632
msgid "Default Search Logic"
msgstr ""
#: includes/wpfts_output.php:1085
msgid "Demo Output:"
msgstr ""
#: includes/wpfts_output.php:1072
msgid "Direct Download Link"
msgstr ""
#: includes/wpfts_output.php:1478
msgid "Disable SQL cache"
msgstr ""
#: includes/wpfts_output.php:1475
msgid "Disable WPFTS"
msgstr ""
#: includes/wpfts_output.php:73 includes/wpfts_output.php:330
#: includes/wpfts_output.php:1652 includes/templates/admin_page.php:129
msgid "Disabled"
msgstr ""
#: includes/templates/search-relevance.php:62
msgid "Display"
msgstr ""
#: includes/templates/support.php:45
msgid ""
"Do you have any questions or difficulties using the plugin? You can find a "
"solution yourself or contact the community.\n"
msgstr ""
#: includes/wpfts_output.php:401
msgid "Do you need a feature?"
msgstr ""
#: includes/wpfts_output.php:398 includes/templates/support.php:64
msgid "Documentation"
msgstr ""
#: includes/templates/support.php:47
#, php-format
msgid ""
"Don't forget to specify the current version of the plugin %s when you ask "
"questions."
msgstr ""
#: includes/templates/licensing.php:14
msgid ""
"Don't have a license code? <a href=\"https://fulltextsearch.org/?"
"utm_source=extwp&utm_medium=wpfts&utm_campaign=licensinghint\" "
"target=\"_blank\">Get yours here</a>."
msgstr ""
#: includes/wpfts_core.php:814 includes/wpfts_core.php:852
msgid "Don't Show Again"
msgstr ""
#: includes/wpfts_result_item.php:633
msgid "Download"
msgstr ""
#: includes/wpfts_output.php:1411
msgid "draft (Draft)"
msgstr ""
#: includes/widgets/wpfts_widget.class.php:166
msgid "Edit Presets"
msgstr ""
#: includes/wpfts_output.php:432
msgid "Enable Fast Total Search"
msgstr ""
#: includes/wpfts_output.php:540
msgid "Enable Index Optimizer"
msgstr ""
#: includes/wpfts_output.php:1006
msgid "Enable Smart Excerpts"
msgstr ""
#: includes/wpfts_output.php:436 includes/wpfts_output.php:453
#: includes/wpfts_output.php:493 includes/wpfts_output.php:510
#: includes/wpfts_output.php:527 includes/wpfts_output.php:544
#: includes/wpfts_output.php:586 includes/wpfts_output.php:656
#: includes/wpfts_output.php:682 includes/wpfts_output.php:1011
#: includes/wpfts_output.php:1166 includes/wpfts_output.php:1184
#: includes/wpfts_output.php:1202 includes/wpfts_output.php:1223
msgid "Enabled"
msgstr ""
#: includes/wpfts_output.php:663
msgid ""
"Enables searching substrings in the middle of words. This is much slower "
"than usual search, so use it with care. Keep it disabled if you have any "
"issues with MySQL performance."
msgstr ""
#: includes/updater/includes/form.php:57
#, php-format
msgid "Enter your <a%s>license key</a> to enable remote updates and support."
msgstr ""
#. Author of the plugin
msgid "Epsiloncool"
msgstr ""
#: includes/wpfts_core.php:2221
msgid "Error"
msgstr ""
#: includes/wpfts_core.php:503
msgid "Error: "
msgstr ""
#: includes/wpfts_output.php:160
msgid "Est. time left: "
msgstr ""
#: includes/wpfts_output.php:365
msgid "Est. Time: "
msgstr ""
#. Description of the plugin
msgid ""
"Extends the default search with relevance, jet speed and ability to search "
"any posts, metadata, taxonomy, shortcode content and any piece of the "
"wordpress data. No external software/service required."
msgstr ""
#: includes/wpfts_output.php:1309
msgid "Extraction Engine"
msgstr ""
#: fulltext-search.php:347
msgid "Fast Total Search"
msgstr ""
#: includes/wpfts_output.php:1068
msgid "File Extension"
msgstr ""
#: includes/wpfts_output.php:1298 includes/templates/indexing-engine.php:55
msgid "File Extraction Rules"
msgstr ""
#: includes/wpfts_result_item.php:636
msgid "File Size"
msgstr ""
#: includes/wpfts_output.php:1070
msgid "Filesize"
msgstr ""
#: includes/templates/search-relevance.php:53
msgid "Filter"
msgstr ""
#: includes/wpfts_core.php:1291
#, php-format
msgid ""
"Filter result is not array. Please read <a href=\"%s\" target=\"_blank\">"
"documentation</a> to fix this error."
msgstr ""
#: includes/wpfts_output.php:523
msgid "Fix MariaDB bug"
msgstr ""
#: includes/wpfts_output.php:1303
msgid ""
"For a number of reasons, you can refuse to use this service, but in this "
"case, the conversion quality and the number of supported file types will be "
"significantly less."
msgstr ""
#: includes/wpfts_output.php:1153
msgid ""
"For maximum compatibility with the standard WordPress search, by default, we "
"always index the title and the content of all posts, pages, and custom posts "
"and put them in clusters \"post_title\" and \"post_content\", respectively. "
"But this can be modified if required."
msgstr ""
#: includes/templates/support.php:72
msgid "Forum"
msgstr ""
#: includes/wpfts_core.php:1462
#, php-format
msgid "Found: <b>%d</b> posts"
msgstr ""
#: includes/wpfts_output.php:1410
msgid "future (Future)"
msgstr ""
#: includes/updater/classes/wpfts_updater.php:563
msgid "Get PRO Now"
msgstr ""
#: includes/wpfts_output.php:402
msgid "Get WPFTS Pro"
msgstr ""
#: includes/templates/sandbox-area.php:43
msgid ""
"Here you can test different parts of the WPFTS engine to find the reason of "
"possible issue."
msgstr ""
#: includes/widgets/wpfts_widget.class.php:191
msgid "Hide Button"
msgstr ""
#: includes/wpfts_output.php:1677
msgid "Hint"
msgstr ""
#. Author URI of the plugin
msgid "https://e-wm.org"
msgstr ""
#: includes/wpfts_core.php:1430
msgid "ID"
msgstr ""
#: includes/wpfts_output.php:324
msgid "Idle"
msgstr ""
#: includes/wpfts_output.php:443
msgid ""
"If not enabled, the regular integrated \"not indexed\" WordPress search will "
"be used"
msgstr ""
#: includes/wpfts_output.php:40
msgid "Image"
msgstr ""
#: includes/wpfts_output.php:82
msgid "In Index"
msgstr ""
#: includes/wpfts_core.php:272
#, php-format
msgid "In the version <b>%s</b>:"
msgstr ""
#: includes/wpfts_output.php:1220
msgid "Include Attachments"
msgstr ""
#: includes/wpfts_output.php:1041
msgid "Include to excerpt:"
msgstr ""
#: fulltext-search.php:153
msgid "Index"
msgstr ""
#: includes/templates/analytics.php:54
msgid "Index Browser"
msgstr ""
#: includes/wpfts_output.php:1351
msgid "Index Engine Tester"
msgstr ""
#: includes/wpfts_output.php:183
msgid "Index is OK"
msgstr ""
#: includes/wpfts_output.php:186
msgid "Index is PAUSED"
msgstr ""
#: includes/wpfts_output.php:1161
msgid "Index Shortcodes Content"
msgstr ""
#: includes/wpfts_output.php:333
msgid "Indexing"
msgstr ""
#: includes/wpfts_output.php:1150 includes/templates/indexing-engine.php:52
msgid "Indexing Defaults"
msgstr ""
#: fulltext-search.php:351
msgid "Indexing Engine"
msgstr ""
#: fulltext-search.php:351 includes/templates/admin_page.php:177
#: includes/templates/indexing-engine.php:36
msgid "Indexing Engine Settings"
msgstr ""
#: includes/wpfts_output.php:225
msgid "Indexing Engine Status"
msgstr ""
#: includes/wpfts_output.php:191
msgid "Indexing is disabled"
msgstr ""
#: includes/wpfts_output.php:154 includes/wpfts_output.php:333
msgid "Indexing is in progress"
msgstr ""
#: includes/wpfts_output.php:147
msgid "Indexing is PAUSED"
msgstr ""
#: includes/wpfts_output.php:336
msgid "Indexing is paused"
msgstr ""
#: includes/wpfts_output.php:336
msgid "Indexing is temporary stopped"
msgstr ""
#: includes/wpfts_output.php:1416
msgid "inherit (Inherit)"
msgstr ""
#: includes/templates/indexing-engine.php:42
msgid ""
"Initially, the plugin collects data from the database of your website (posts,"
" pages, custom type posts, file contents, taxonometry, meta fields etc) and "
"places them in a special structure called the <b>Search Index</b>."
msgstr ""
#: includes/wpfts_output.php:581
msgid "Internal Query Filter"
msgstr ""
#: includes/templates/search-relevance.php:43
msgid ""
"It is important to remember that site data is not used directly for search, "
"instead, all actions are performed on the Search Index."
msgstr ""
#: includes/wpfts_output.php:48
msgid "iWork"
msgstr ""
#: includes/wpfts_core.php:814
msgid "Learn More"
msgstr ""
#: includes/templates/licensing.php:28 includes/updater/includes/form.php:52
msgid "License key saved!"
msgstr ""
#: fulltext-search.php:360 includes/wpfts_output.php:1538
#: includes/templates/admin_page.php:186
msgid "Licensing"
msgstr ""
#: includes/templates/licensing.php:13
msgid ""
"Licensing your copy of the WPFTS Pro is necessary for the normal operation "
"of Textmill.io, receiving regular product updates and first-class technical "
"support. Make sure that the license code is entered correctly and that it is "
"in Active state."
msgstr ""
#: includes/wpfts_output.php:769
msgid "Limit File Types"
msgstr ""
#: includes/wpfts_output.php:1074
msgid "Link Title to File Download"
msgstr ""
#: includes/templates/support.php:88
msgid "Live Chat"
msgstr ""
#: fulltext-search.php:350 includes/templates/admin_page.php:176
#: includes/templates/main-configuration.php:36
msgid "Main Configuration"
msgstr ""
#: includes/wpfts_output.php:45
msgid "Microsoft Office"
msgstr ""
#: includes/wpfts_output.php:44
msgid "Misc App"
msgstr ""
#: includes/wpfts_output.php:940
msgid "Modified Date"
msgstr ""
#: includes/wpfts_output.php:1315
msgid "Native PHP only"
msgstr ""
#: includes/wpfts_output.php:460
msgid ""
"Normally, WP Fast Total Search will auto index any new post or post changes "
"even if you disabled the previous option. Disabling this option will "
"completely stop all plugin functions. However, you probably have to do a "
"full index rebuild, if you activate the plugin again."
msgstr ""
#: includes/updater/includes/form.php:46
msgid "Not Active!"
msgstr ""
#: includes/wpfts_result_item.php:622
msgid "Not found"
msgstr ""
#: includes/wpfts_core.php:2211
msgid "Not Indexed"
msgstr ""
#: includes/wpfts_output.php:50
msgid "Not Registered"
msgstr ""
#: includes/wpfts_output.php:1550 includes/updater/includes/form.php:61
msgid "NOTE:"
msgstr ""
#: includes/wpfts_output.php:1323
msgid ""
"Note: Native PHP only supports medium-quality PDF parsing at the moment. "
"Plain-text based formats (TXT, CSS, HTML, HTM etc) are always processing by "
"Native PHP."
msgstr ""
#: includes/templates/indexing-engine.php:44
msgid ""
"Note: These changes <b>will not update</b> the current Search Index "
"automatically, you need to start reindex manually."
msgstr ""
#: includes/wpfts_output.php:1126