-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfulltext-search-uk.po
1183 lines (945 loc) · 32 KB
/
fulltext-search-uk.po
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
msgid ""
msgstr ""
"Project-Id-Version: Wordpress Fulltext Search v5.3.21\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-12 11:53+0000\n"
"PO-Revision-Date: 2020-05-12 11:55+0000\n"
"Last-Translator: \n"
"Language-Team: Ukrainian\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n%100/10==1 ? 2 : n%10==1 ? 0 : (n+9)%10>3 ?"
" 2 : 1;\n"
"X-Generator: Loco https://localise.biz/\n"
"X-Poedit-Language: Ukrainian\n"
"X-Poedit-Country: UKRAINE\n"
"X-Poedit-SourceCharset: utf-8\n"
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
"_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
"X-Poedit-Basepath: ../\n"
"X-Poedit-Bookmarks: \n"
"X-Poedit-SearchPath-0: .\n"
"X-Textdomain-Support: yes\n"
"Language: uk\n"
"X-Loco-Version: 2.3.3; wp-5.4.1"
#: fulltext-search.php:147
msgid ""
"The conversion process will take some time,\n"
"during which you should stay on this page of the browser.\n"
"\n"
"If the progress value does not change for more than 2 minutes,\n"
"refresh the page manually."
msgstr ""
#: fulltext-search.php:230 fulltext-search.php:287
msgid "Settings"
msgstr "Налаштування"
#: fulltext-search.php:240
msgid "WP FullText Search"
msgstr ""
#: fulltext-search.php:240
msgid "Full Text Search"
msgstr ""
#: fulltext-search.php:243 includes/templates/admin_page.php:80
msgid "Main Configuration"
msgstr "Основні налаштування"
#: fulltext-search.php:244 includes/templates/admin_page.php:81
msgid "Indexing Engine Settings"
msgstr "Пошуковий движок"
#: fulltext-search.php:244
msgid "Indexing Engine"
msgstr ""
#: fulltext-search.php:245 includes/templates/admin_page.php:82
msgid "Search & Output"
msgstr ""
#: fulltext-search.php:246 includes/templates/admin_page.php:83
msgid "Sandbox Area"
msgstr "Пісочниця"
#: fulltext-search.php:297
msgid "Sorry, but you do not have permissions to change settings."
msgstr ""
#: includes/wpfts_core.php:136
msgid "<b>WP Fulltext Search</b> new changes:"
msgstr ""
#: includes/wpfts_core.php:139
#, php-format
msgid "In the version <b>%s</b>:"
msgstr ""
#: includes/wpfts_core.php:153
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/wpfts_core.php:158
msgid ""
"<b style=\"color: red;\">Attention!</b> <b>WP Fulltext 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:189
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/wpfts_core.php:196
msgid ""
"<b style=\"color: red;\">Congratulations!</b> <b>WP FullText 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:239
msgid ""
"<b style=\"color: red;\">Congratulations!</b> <b>WP FullText 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:292
msgid ""
"This plugin requires WordPress 3.0 or newer. Please update your WordPress "
"installation to activate this plugin."
msgstr ""
"Цей плагін потребує WordPress 3.0 чи більш новий. Будь ласка, обновіть ваш "
"WordPress для активації плагіна."
#: includes/wpfts_core.php:297
msgid "Error: "
msgstr "Помилка:"
#: includes/wpfts_core.php:521
#, php-format
msgid ""
"<b>Important Notice:</b> WP Fulltext Search plugin has detected <b>%s</b> "
"files of the type <b>%s</b>"
msgstr ""
#: includes/wpfts_core.php:523
msgid "and other supported files"
msgstr ""
#: includes/wpfts_core.php:526
#, 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_core.php:529
msgid "Learn More"
msgstr ""
#: includes/wpfts_core.php:529
msgid "Don\\'t Show Again"
msgstr ""
#: includes/wpfts_core.php:559
msgid "Unable to find default stylesheet file"
msgstr ""
#: includes/wpfts_core.php:853
#, php-format
msgid "%s posts has been rebuilt"
msgstr "%s записів проіндексовано"
#: includes/wpfts_core.php:933 includes/wpfts_core.php:2010
#, php-format
msgid ""
"The weight value of cluster \"%s\" should be numeric value from 0.0 to 1.0"
msgstr "Значення ваги кластера \"%s\" має бути числом від 0.0 до 1.0"
#: includes/wpfts_core.php:975 includes/wpfts_core.php:1055
#: includes/wpfts_core.php:1138 includes/wpfts_core.php:1183
#: includes/wpfts_core.php:1281 includes/wpfts_core.php:2021
#: includes/wpfts_core.php:2112
msgid "There are errors"
msgstr "Виявлено помилки"
#: includes/wpfts_core.php:995 includes/wpfts_core.php:1064
#: includes/wpfts_core.php:1149 includes/wpfts_core.php:1245
#: includes/wpfts_core.php:1413 includes/wpfts_core.php:1915
#: includes/wpfts_core.php:1934 includes/wpfts_core.php:1951
#: includes/wpfts_core.php:1968 includes/wpfts_core.php:1991
#: includes/wpfts_core.php:2043 includes/wpfts_core.php:2062
#: includes/wpfts_core.php:2123
msgid "The form is outdated. Please refresh the page and try again."
msgstr "Сторінка застаріла. Будь ласка, обновіть сторінку і спробуйте знову."
#: includes/wpfts_core.php:1033 includes/wpfts_core.php:2090
msgid "Optimal Length should be a number from 10 to 10240"
msgstr ""
#: includes/wpfts_core.php:1106
msgid "Maximum Word Frequency should be an integer number from 0 to 100"
msgstr "Максимальна Частота Слів має бути цілим числом від 0 до 100"
#: includes/wpfts_core.php:1114
msgid "Minimum Word Length should be an integer number from 0 to 50"
msgstr "Мінімальна Довжина Слова має бути цілим числом від 0 до 50"
#: includes/wpfts_core.php:1171
msgid "Please specify post ID"
msgstr "Вкажіть ID публікації"
#: includes/wpfts_core.php:1174
msgid "Please specify a number"
msgstr "Укажіть число"
#: includes/wpfts_core.php:1190
#, php-format
msgid "Results of Pre-indexing Filter Tester for Post ID = %s"
msgstr "Результати тестування Пре-индекс фильтра для записи Post ID = %s"
#: includes/wpfts_core.php:1206
msgid "Cluster"
msgstr ""
#: includes/wpfts_core.php:1207
msgid "Text Content"
msgstr ""
#: includes/wpfts_core.php:1226
#, php-format
msgid ""
"Filter result is not array. Please read <a href=\"%s\" target=\"_blank\">"
"documentation</a> to fix this error."
msgstr ""
"Результат фильтра не является массивом. Пожалуйста, прочтите <a href=\"%s\" "
"target=\"_blank\">документацию</a> чтобы это исправить."
#: includes/wpfts_core.php:1231
msgid "The post with specified ID is not found."
msgstr "Запис зі вказаним ID не виявлений."
#: includes/wpfts_core.php:1273
msgid "Please specify search query"
msgstr "Укажіть пошуковий запит"
#: includes/wpfts_core.php:1286
#, php-format
msgid "Results of search for query = \"%s\""
msgstr "Результат пошуку по запиту= \"%s\""
#: includes/wpfts_core.php:1313
#, php-format
msgid "Time spent: <b>%.3f</b> sec"
msgstr "Витрачено часу: <b>%.3f</b> сек"
#: includes/wpfts_core.php:1362
msgid "#"
msgstr ""
#: includes/wpfts_core.php:1363
msgid "ID"
msgstr "ID"
#: includes/wpfts_core.php:1364
msgid "Type"
msgstr "Тип"
#: includes/wpfts_core.php:1365
msgid "Status"
msgstr "Статус"
#: includes/wpfts_core.php:1366
msgid "Title, Thumbnail, Excerpt"
msgstr "Заголовок, Іконка і Цитата"
#: includes/wpfts_core.php:1367 includes/templates/search-relevance.php:55
msgid "Relevance"
msgstr "Релевантність"
#: includes/wpfts_core.php:1395
#, php-format
msgid "Found: <b>%d</b> posts"
msgstr "Знайдено: <b>%d</b> записів"
#: includes/wpfts_core.php:1485
#, php-format
msgid "Shown <span>%1s</span> from <b>%2s</b>"
msgstr "Показано <span>%1s</span> із <b>%2s</b>"
#: includes/wpfts_core.php:1497
msgid "posts per page"
msgstr "записів на сторінці"
#: includes/wpfts_core.php:1754
msgid "Switching"
msgstr ""
#: includes/wpfts_core.php:1754
msgid "Switching is in progress"
msgstr ""
#: includes/wpfts_core.php:1757
msgid "Switching was<br>not completed"
msgstr ""
#: includes/wpfts_core.php:1758
msgid "Finish Now"
msgstr ""
#: includes/wpfts_core.php:1762
msgid "Switch to"
msgstr ""
#: includes/wpfts_core.php:1825
msgid "This operation is impossible while indexing is in progress."
msgstr ""
#: includes/wpfts_db_updates.php:7
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\t<li>Some interface bugs were fixed</li>\n"
"\t\t\t\t\t\t<li>Relevance formula was completely rebuilt</li>\n"
"\t\t\t\t\t\t<li>Reindex algorithm was sufficiently improved (now 5 times "
"faster!)</li>\n"
"\t\t\t\t\t\t<li>Word max length was increased to 255 characters</li>\n"
"\t\t\t\t\t</ul>"
msgstr ""
#: includes/wpfts_db_updates.php:16
msgid ""
"<ul><li>Introducing <b>Live Search</b>! You can switch Live Search ON with "
"<b>WPFTS Fulltext 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/wpfts_index.php:374
msgid "Reindex: wrong chunks format"
msgstr ""
#: includes/wpfts_index.php:430
msgid "Add document: parameter should be an array"
msgstr ""
#: includes/wpfts_index.php:441
#, php-format
msgid "Add document: bad index \"%s\" given."
msgstr ""
#: includes/wpfts_index.php:503
msgid "Add document: Error when removing old vectors: "
msgstr ""
#: includes/wpfts_index.php:529
msgid "Add document: can not add words. Error: "
msgstr ""
#: includes/wpfts_index.php:543
msgid "Add vectors: can not add vector. Error: "
msgstr ""
#: includes/wpfts_output.php:40
msgid "Image"
msgstr ""
#: includes/wpfts_output.php:41
msgid "Video"
msgstr ""
#: includes/wpfts_output.php:42
msgid "Text"
msgstr ""
#: includes/wpfts_output.php:43
msgid "Audio"
msgstr ""
#: includes/wpfts_output.php:44
msgid "Misc App"
msgstr ""
#: includes/wpfts_output.php:45
msgid "Microsoft Office"
msgstr ""
#: includes/wpfts_output.php:46
msgid "OpenOffice"
msgstr ""
#: includes/wpfts_output.php:47
msgid "WordPerfect"
msgstr ""
#: includes/wpfts_output.php:48
msgid "iWork"
msgstr ""
#: includes/wpfts_output.php:49
msgid "Used-Defined"
msgstr ""
#: includes/wpfts_output.php:50
msgid "Not Registered"
msgstr ""
#: includes/wpfts_output.php:67
msgid "Search Engine Status"
msgstr "Статус пошукового движка"
#: includes/wpfts_output.php:72
msgid "The Search Index was disabled in configuration."
msgstr ""
#: includes/wpfts_output.php:72
msgid "Disabled"
msgstr "Вимкнено"
#: includes/wpfts_output.php:75
msgid "Active"
msgstr "Працює"
#: includes/wpfts_output.php:77
msgid ""
"The Search Index will be activated after the indexing process is complete."
msgstr ""
#: includes/wpfts_output.php:77
msgid "Awaiting"
msgstr "Очікування"
#: includes/wpfts_output.php:82
msgid "In Index"
msgstr "В індексі"
#: includes/wpfts_output.php:82 includes/wpfts_output.php:91
#: includes/wpfts_output.php:92
msgid "posts"
msgstr "записів"
#: includes/wpfts_output.php:90 includes/wpfts_output.php:94
msgid "Indexing is in progress"
msgstr "Проходить індексація"
#: includes/wpfts_output.php:91
msgid "Indexed"
msgstr ""
#: includes/wpfts_output.php:92
msgid "Pending"
msgstr "В черзі"
#: includes/wpfts_output.php:95
msgid "Est. time left: "
msgstr "Залишилось часу:"
#: includes/wpfts_output.php:98
msgid ""
"Your site may run slower while indexing. It will go back to normal when the "
"process is complete."
msgstr ""
#: includes/wpfts_output.php:101
msgid "Index is OK"
msgstr "Індекс в порядку."
#: includes/wpfts_output.php:104
msgid "Indexing is disabled"
msgstr "Індексування відключено."
#: includes/wpfts_output.php:127
msgid "Useful Information"
msgstr "Інформація"
#: includes/wpfts_output.php:129
#, php-format
msgid "Current Version v%s"
msgstr ""
#: includes/wpfts_output.php:130
msgid "WPFTS Home"
msgstr "WPFTS Домашня сторінка"
#: includes/wpfts_output.php:131
msgid "WPFTS Documentation"
msgstr "WPFTS Документація"
#: includes/wpfts_output.php:133
msgid "Get WPFTS Pro"
msgstr ""
#: includes/wpfts_output.php:152
msgid "Control Panel"
msgstr ""
#: includes/wpfts_output.php:156
msgid "Enable FullText Search"
msgstr "Дозволити FullText Search"
#: includes/wpfts_output.php:160 includes/wpfts_output.php:177
#: includes/wpfts_output.php:234 includes/wpfts_output.php:304
#: includes/wpfts_output.php:327 includes/wpfts_output.php:654
#: includes/wpfts_output.php:799 includes/wpfts_output.php:816
msgid "Enabled"
msgstr "Включено"
#: includes/wpfts_output.php:167
msgid ""
"If not enabled, the regular integrated \"not indexed\" WordPress search will "
"be used"
msgstr ""
#: includes/wpfts_output.php:173
msgid "Auto-index"
msgstr "Автоіндексування"
#: includes/wpfts_output.php:184
msgid ""
"Normally, WP FullText 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/wpfts_output.php:185
msgid "<strong>WARNING</strong>: Disabling this option is NOT recommended!"
msgstr ""
#: includes/wpfts_output.php:193
msgid ""
"This action will completely rebuild the search index completely, which could "
"take some time. Are you sure?"
msgstr ""
#: includes/wpfts_output.php:193
msgid "Rebuild Index"
msgstr "Переналаштувати індекс"
#: includes/wpfts_output.php:194 includes/templates/admin_page.php:64
msgid "Resetting"
msgstr "Скидання"
#: includes/wpfts_output.php:200
#, php-format
msgid ""
"Use this button when you need to completely rebuild search index database, "
"for example, when you changed custom <b>wpfts_index_post</b> filter function."
" Remember that this operation could take a long time. Please refer for <a "
"href=\"%s\" target=\"_blank\">documentation</a> for more information."
msgstr ""
#: includes/wpfts_output.php:218
msgid "STEP #1: Query Preprocessing"
msgstr ""
#: includes/wpfts_output.php:221
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:229
msgid "Internal Query Filter"
msgstr ""
#: includes/wpfts_output.php:241
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_output.php:270
msgid "STEP #2: Find Records"
msgstr ""
#: includes/wpfts_output.php:273
msgid ""
"Then, the algorithm effectively scans the index to find those entries in "
"which the words (or parts of them) mentioned in the query are found."
msgstr ""
#: includes/wpfts_output.php:280
msgid "Default Search Logic"
msgstr "Логіка пошуку за налаштуванням."
#: includes/wpfts_output.php:293
msgid ""
"This option tells the search engine whether all query words should contain "
"in the found post (AND) or any of these words (OR)."
msgstr ""
#: includes/wpfts_output.php:299
msgid "Deeper Search"
msgstr ""
#: includes/wpfts_output.php:311
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/wpfts_output.php:318
#, php-format
msgid "Options below available in %s Pro version %s only"
msgstr ""
#: includes/wpfts_output.php:324
msgid "Search in File Contents"
msgstr ""
#: includes/wpfts_output.php:333
msgid ""
"When checked on, WPFTS will search attachments by contents and show them in "
"search results like usual posts."
msgstr ""
#: includes/wpfts_output.php:414
msgid "Limit File Types"
msgstr ""
#: includes/wpfts_output.php:417
msgid "Allow All"
msgstr ""
#: includes/wpfts_output.php:424
msgid ""
"Alternatively, you can allow to show attachments with these file types only"
msgstr ""
#: includes/wpfts_output.php:427
msgid "Currently used file types (amount of files found)"
msgstr ""
#: includes/wpfts_output.php:437
msgid "Show All File Types >>"
msgstr ""
#: includes/wpfts_output.php:440
msgid "Other File Formats (not used yet on this website)"
msgstr ""
#: includes/wpfts_output.php:477
msgid "STEP #3: Calculate Relevance"
msgstr ""
#: includes/wpfts_output.php:480
msgid ""
"The relevance formula is based on the classic <a href=\"https://en.wikipedia."
"org/wiki/Tf-idf\" target=\"_blank\">TF-IDF</a> equation. You can justify the "
"value by assigning some weights to specific clusters, post types or date "
"ranges (*in development*) which will give you additional flexibility."
msgstr ""
#: includes/wpfts_output.php:488
msgid "Cluster Weights"
msgstr "Ваговий коефіцієнт Кластерів"
#: includes/wpfts_output.php:494
msgid "Weight"
msgstr ""
#: includes/wpfts_output.php:495
msgid "Cluster Name"
msgstr ""
#: includes/wpfts_output.php:536
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:559
msgid "STEP #4: Sort Results"
msgstr ""
#: includes/wpfts_output.php:562
msgid ""
"To be useful, the results should be shown in the specified order. It's a "
"good place to set it up."
msgstr ""
#: includes/wpfts_output.php:570
msgid "Search Order By"
msgstr ""
#: includes/wpfts_output.php:576
msgid "Relevance (WP default)"
msgstr ""
#: includes/wpfts_output.php:577 includes/wpfts_output.php:934
msgid "Post ID"
msgstr ""
#: includes/wpfts_output.php:578
msgid "Author"
msgstr ""
#: includes/wpfts_output.php:579
msgid "Title"
msgstr ""
#: includes/wpfts_output.php:580
msgid "Post Slug"
msgstr ""
#: includes/wpfts_output.php:581
msgid "Post Type"
msgstr ""
#: includes/wpfts_output.php:582
msgid "Created Date"
msgstr ""
#: includes/wpfts_output.php:583
msgid "Modified Date"
msgstr ""
#: includes/wpfts_output.php:584
msgid "Parent Post ID"
msgstr ""
#: includes/wpfts_output.php:585
msgid "Random"
msgstr ""
#: includes/wpfts_output.php:586
msgid "Comment Count"
msgstr ""
#: includes/wpfts_output.php:595
msgid "Search results will be ordered by selected field."
msgstr ""
#: includes/wpfts_output.php:600
msgid "Search Order"
msgstr ""
#: includes/wpfts_output.php:616
msgid "You can select the direction of sorting."
msgstr ""
#: includes/wpfts_output.php:638
msgid "STEP #5: Show Results"
msgstr ""
#: includes/wpfts_output.php:641
#, php-format
msgid ""
"WPFTS can output search results in a Google-like way - showing only "
"sentences which contains search words and highlighting them. Wordpress by "
"default does not show any content for result items if the items are "
"attachments. Smart Excerpts function can output attachment content too. <a "
"href=\"%s\" target=\"_blank\">Read more</a>."
msgstr ""
#: includes/wpfts_output.php:649
msgid "Enable Smart Excerpts"
msgstr ""
#: includes/wpfts_output.php:661
msgid "Replaces Wordpress excerpts by WPFTS Smart Excerpts in search results"
msgstr ""
#: includes/wpfts_output.php:666
msgid "Optimal Length"
msgstr ""
#: includes/wpfts_output.php:678
msgid ""
"WPFTS will try to keep excerpt length between 90% and 110% of this value"
msgstr ""
#: includes/wpfts_output.php:684
msgid "Include to excerpt:"
msgstr ""
#: includes/wpfts_output.php:690
msgid "Smart Excerpt text"
msgstr ""
#: includes/wpfts_output.php:695
msgid "Score/Relevance"
msgstr ""
#: includes/wpfts_output.php:700
msgid "\"Not Found\" words"
msgstr ""
#: includes/wpfts_output.php:705
msgid "Attachments Only:"
msgstr ""
#: includes/wpfts_output.php:707
msgid "File Extension"
msgstr ""
#: includes/wpfts_output.php:709
msgid "Filesize"
msgstr ""
#: includes/wpfts_output.php:711
msgid "Direct Download Link"
msgstr ""
#: includes/wpfts_output.php:713
msgid "Link Title to File Download"
msgstr ""
#: includes/wpfts_output.php:719
msgid "Demo Output:"
msgstr ""
#: includes/wpfts_output.php:721
msgid "Optimal Length is ignored here"
msgstr ""
#: includes/wpfts_output.php:739
msgid "Custom CSS Styling"
msgstr ""
#: includes/wpfts_output.php:742
msgid "Preview Styles"
msgstr ""
#: includes/wpfts_output.php:743
msgid "Reset to Default"
msgstr ""
#: includes/wpfts_output.php:751
msgid ""
"This CSS snippet will be automatically minimized upon usage with a frontend."
msgstr ""
#: includes/wpfts_output.php:760
msgid ""
"Notice: this is a <b>beta version</b> of the Smart Excerpt function. In case "
"it does not work for your theme/site, please do not hesistate to send us "
"some information with screenshots and theme name <a href=\"https:"
"//fulltextsearch.org/contact/\" target=\"_blank\">here</a>."
msgstr ""
#: includes/wpfts_output.php:784 includes/templates/indexing-engine.php:50
msgid "Indexing Defaults"
msgstr ""
#: includes/wpfts_output.php:787
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/wpfts_output.php:794
msgid "Strip HTML Tags From Post Contents"
msgstr ""
#: includes/wpfts_output.php:806
msgid ""
"Removes HTML tags and comments from the <code>post_content</code> while "
"indexing (useful for Gutenberg-driven sites)."
msgstr ""
#: includes/wpfts_output.php:813
msgid "Include Attachments"
msgstr ""
#: includes/wpfts_output.php:813
msgid "(Available in Pro only)"
msgstr ""
#: includes/wpfts_output.php:822
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:829
msgid "MySQL Engine Type"
msgstr ""
#: includes/wpfts_output.php:841
msgid ""
"Sometimes another MySQL engine type can give better results in speed. Switch "
"this to InnoDB if you have any issues with MySQL locks or your hosting was "
"optimized specifically for InnoDB."
msgstr ""
#: includes/wpfts_output.php:873 includes/templates/indexing-engine.php:53
msgid "File Extraction Rules"
msgstr ""
#: includes/wpfts_output.php:875
msgid "This option is available in Pro version only"
msgstr ""
#: includes/wpfts_output.php:877
#, php-format
msgid ""
"To search for files by their contents, the plugin places the text extracted "
"from them into the search index. Extracting text is quite a resource-"
"intensive operation, and the power of your server may not be enough for most "
"file types. Therefore, we developed an external service (%s) that produces "
"this work efficiently and quickly."
msgstr ""
#: includes/wpfts_output.php:878
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:884
msgid "Extraction Engine"
msgstr ""
#: includes/wpfts_output.php:889
msgid "TextMill.io then Native PHP"
msgstr ""
#: includes/wpfts_output.php:890
msgid "Native PHP only"
msgstr ""
#: includes/wpfts_output.php:897
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_output.php:898
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/wpfts_output.php:926
msgid "Index Engine Tester"
msgstr ""
#: includes/wpfts_output.php:928
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/wpfts_output.php:942
msgid "Test Filter"
msgstr "Тестувати"
#: includes/wpfts_output.php:949
msgid "Where do I get this Post ID?"
msgstr ""
#: includes/wpfts_output.php:951
msgid ""
"Open any Edit Post page, check the URL and find <code>post=<b><number>"
"</b></code> part there. The <b><number></b> is an actual Post ID"
msgstr ""
#: includes/wpfts_output.php:983 includes/wpfts_output.php:997
msgid "* (Any)"
msgstr "* (Будь який)"
#: includes/wpfts_output.php:984
msgid "publish (Published)"
msgstr "publish (Опублікований)"
#: includes/wpfts_output.php:985
msgid "future (Future)"
msgstr "future (Запланований)"
#: includes/wpfts_output.php:986
msgid "draft (Draft)"
msgstr "draft (Чернетка)"
#: includes/wpfts_output.php:987
msgid "pending (Pending)"
msgstr "pending (Очікує)"
#: includes/wpfts_output.php:988
msgid "private (Private)"
msgstr "private (Прихований)"
#: includes/wpfts_output.php:989
msgid "trash (Trash)"
msgstr "trash (В кошику)"
#: includes/wpfts_output.php:990
msgid "auto-draft (Auto-Draft)"
msgstr "auto-draft (Автозбережений)"
#: includes/wpfts_output.php:991
msgid "inherit (Inherit)"
msgstr "inherit (Дочірній)"