-
Notifications
You must be signed in to change notification settings - Fork 63
/
translations.pot
7451 lines (5814 loc) · 232 KB
/
translations.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
# Copyright (C) 2024 GravityKit
# This file is distributed under the GPLv2 or later
msgid ""
msgstr ""
"Project-Id-Version: GravityView 2.31.1\n"
"Report-Msgid-Bugs-To: https://www.gravitykit.com/support\n"
"Last-Translator: GravityKit <support@gravitykit.com>\n"
"Language-Team: GravityKit <support@gravitykit.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2024-11-09T01:31:41+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.10.0\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Domain: gk-gravityview\n"
#. Plugin Name of the plugin
#: gravityview.php
#: future/includes/gutenberg/class-gv-gutenberg-blocks.php:165
#: includes/class-gravityview-admin-bar.php:60
#: includes/class-gravityview-roles-capabilities.php:149
#: includes/plugin-and-theme-hooks/class-gravityview-plugin-hooks-lifterlms.php:44
msgid "GravityView"
msgstr ""
#. Plugin URI of the plugin
#. Author URI of the plugin
#: gravityview.php
msgid "https://www.gravitykit.com"
msgstr ""
#. Description of the plugin
#: gravityview.php
msgid "The best, easiest way to display Gravity Forms entries on your website."
msgstr ""
#. Author of the plugin
#: gravityview.php
#: vendor_prefixed/gravitykit/foundation/src/Licenses/WP/PluginsPage.php:409
#: vendor_prefixed/gravitykit/foundation/src/WP/AdminMenu.php:197
#: vendor_prefixed/gravitykit/foundation/src/WP/AdminMenu.php:198
msgid "GravityKit"
msgstr ""
#: future/includes/class-gv-extension.php:262
msgid "Could not activate the %s Extension; GravityView is not active."
msgstr ""
#: future/includes/class-gv-extension.php:264
msgid "The %1$s Extension requires GravityView Version %2$s or newer."
msgstr ""
#: future/includes/class-gv-extension.php:266
msgid "The %1$s Extension requires PHP Version %2$s or newer. Please ask your host to upgrade your server's PHP."
msgstr ""
#: future/includes/class-gv-extension.php:268
msgid "The %s Extension is not compatible with this version of GravityView. Please update the Extension to the latest version."
msgstr ""
#: future/includes/class-gv-grid.php:122
msgid "Top"
msgstr ""
#: future/includes/class-gv-grid.php:131
#: future/includes/class-gv-grid.php:147
#: future/includes/class-gv-grid.php:163
#: future/includes/class-gv-grid.php:179
#: future/includes/class-gv-grid.php:202
#: future/includes/class-gv-grid.php:225
#: future/includes/class-gv-grid.php:248
msgid "Left"
msgstr ""
#: future/includes/class-gv-grid.php:138
#: future/includes/class-gv-grid.php:154
#: future/includes/class-gv-grid.php:170
#: future/includes/class-gv-grid.php:193
#: future/includes/class-gv-grid.php:216
#: future/includes/class-gv-grid.php:239
#: future/includes/class-gv-grid.php:262
msgid "Right"
msgstr ""
#: future/includes/class-gv-grid.php:186
#: future/includes/class-gv-grid.php:209
#: future/includes/class-gv-grid.php:232
#: future/includes/class-gv-grid.php:255
msgid "Middle"
msgstr ""
#: future/includes/class-gv-oembed.php:96
#: future/includes/class-gv-oembed.php:232
#: future/includes/class-gv-oembed.php:237
#: future/includes/class-gv-oembed.php:243
#: future/includes/class-gv-shortcode-gravityview.php:194
#: future/includes/class-gv-shortcode-gravityview.php:228
#: future/includes/class-gv-shortcode-gravityview.php:233
#: future/includes/class-gv-shortcode-gravityview.php:239
#: future/includes/class-gv-shortcode-gravityview.php:262
#: future/includes/class-gv-shortcode-gravityview.php:267
#: future/includes/class-gv-shortcode-gravityview.php:273
#: future/includes/class-gv-shortcode-gravityview.php:287
#: future/includes/class-gv-view.php:356
#: future/includes/class-gv-view.php:370
#: future/includes/class-gv-view.php:375
#: future/includes/class-gv-view.php:381
#: future/includes/class-gv-view.php:404
#: future/includes/class-gv-view.php:409
#: future/includes/class-gv-view.php:415
#: future/includes/class-gv-view.php:429
#: includes/class-frontend-views.php:818
msgid "You are not allowed to view this content."
msgstr ""
#: future/includes/class-gv-oembed.php:187
msgid "Embed Entry %d"
msgstr ""
#: future/includes/class-gv-oembed.php:189
msgid "This entry will be displayed as it is configured in View %d"
msgstr ""
#: future/includes/class-gv-oembed.php:208
msgid "This will look better when it is embedded."
msgstr ""
#: future/includes/class-gv-oembed.php:209
msgid "Styles don't get loaded when being previewed, so the content below will look strange. Don't be concerned!"
msgstr ""
#. Translators: [url] is replaced by the preview URL.
#: future/includes/class-gv-permalinks.php:333
msgid "Example: [url]"
msgstr ""
#. Translators: [slug] is replaced by the slug.
#: future/includes/class-gv-permalinks.php:335
#: future/includes/class-gv-permalinks.php:492
msgid "Default: [slug]"
msgstr ""
#: future/includes/class-gv-permalinks.php:346
msgid "View Slug"
msgstr ""
#. Translators: [slug] is replaced by the correct merge tag.
#: future/includes/class-gv-permalinks.php:352
#: future/includes/class-gv-permalinks.php:384
msgid "The slug must be at least 3 characters, and cannot contain certain words. See documentation for more information."
msgstr ""
#: future/includes/class-gv-permalinks.php:370
#: future/includes/class-gv-permalinks.php:402
msgid "Read documentation"
msgstr ""
#: future/includes/class-gv-permalinks.php:377
msgid "Entry Endpoint"
msgstr ""
#: future/includes/class-gv-permalinks.php:409
#: future/includes/class-gv-permalinks.php:475
msgid "Entry Slug"
msgstr ""
#. Translators: [slug] is replaced by the correct merge tag.
#: future/includes/class-gv-permalinks.php:416
msgid "The entry slug requires at least the [slug] merge tag, to ensure uniqueness."
msgstr ""
#: future/includes/class-gv-permalinks.php:453
msgid "Permalinks"
msgstr ""
#: future/includes/class-gv-permalinks.php:454
msgid "GravityView allows you to create a custom URL structure for your Views."
msgstr ""
#. Translators: [entry_id] will be replaced by the actual merge tag.
#: future/includes/class-gv-permalinks.php:479
msgid "Change the slug for an entry. Make sure to at least include [entry_id] to avoid URL collisions."
msgstr ""
#. Translators: [count] is replaced by the amount of characters.
#: future/includes/class-gv-permalinks.php:561
#: future/includes/class-gv-permalinks.php:611
msgid "At least [count] characters are required."
msgstr ""
#. Translators: [slug] will contain the slug value.
#: future/includes/class-gv-permalinks.php:566
#: future/includes/class-gv-permalinks.php:647
msgid "Must contain \"[slug]\"."
msgstr ""
#: future/includes/class-gv-permalinks.php:569
#: future/includes/class-gv-permalinks.php:602
#: future/includes/class-gv-permalinks.php:653
msgid "Only letters, numbers, underscores and dashes are allowed."
msgstr ""
#: future/includes/class-gv-permalinks.php:617
msgid "You have used a reserved word."
msgstr ""
#: future/includes/class-gv-plugin.php:584
#: includes/class-gravityview-entry-approval.php:439
msgid "Disapproved the Entry for GravityView"
msgstr ""
#: future/includes/class-gv-plugin.php:585
#: includes/class-gravityview-entry-approval.php:433
msgid "Approved the Entry for GravityView"
msgstr ""
#: future/includes/class-gv-plugin.php:709
#: future/includes/class-gv-plugin.php:710
#: future/includes/class-gv-view.php:168
msgid "All Views"
msgstr ""
#: future/includes/class-gv-plugin.php:721
#: future/includes/class-gv-plugin.php:722
#: future/includes/class-gv-view.php:171
msgid "New View"
msgstr ""
#: future/includes/class-gv-renderer.php:222
msgid "There is an unapproved entry that is not being shown."
msgstr ""
#: future/includes/class-gv-renderer.php:223
msgid "There are %s unapproved entries that are not being shown."
msgstr ""
#. translators: %s is the plugin title.
#: future/includes/class-gv-renderer.php:245
#: includes/admin/metaboxes/views/placeholder.php:39
#: includes/admin/metaboxes/views/placeholder.php:64
#: includes/class-admin-welcome.php:199
#: includes/fields/class-gravityview-field-gravityview_view.php:78
#: includes/widgets/search-widget/class-search-widget.php:95
#: vendor_prefixed/gravitykit/foundation/src/translations.js.php:15
#: vendor_prefixed/gravitykit/foundation/src/translations.js.php:21
msgid "This link opens in a new window."
msgstr ""
#: future/includes/class-gv-renderer.php:246
msgid "Hide this notice"
msgstr ""
#: future/includes/class-gv-renderer.php:248
msgid "The \"Show only approved entries\" setting is enabled, so only entries that have been approved are displayed."
msgstr ""
#: future/includes/class-gv-renderer.php:249
msgid "Learn about entry approval."
msgstr ""
#: future/includes/class-gv-renderer.php:251
msgid "Disable the \"Show only approved entries\" setting for this View"
msgstr ""
#: future/includes/class-gv-renderer.php:252
msgid "Click to immediately disable the \"Show only approved entries\" setting. All entry statuses will be shown."
msgstr ""
#: future/includes/class-gv-renderer.php:254
msgid "Manage entry approval"
msgstr ""
#: future/includes/class-gv-renderer.php:255
msgid "Go to the Gravity Forms entries screen to moderate entry approval."
msgstr ""
#: future/includes/class-gv-renderer.php:257
#: future/includes/class-gv-settings-view.php:92
msgid "Show only approved entries"
msgstr ""
#: future/includes/class-gv-renderer.php:258
#: includes/admin/metaboxes/views/view-configuration.php:167
#: includes/admin/metaboxes/views/view-configuration.php:213
msgid "Note: %s"
msgstr ""
#: future/includes/class-gv-renderer.php:258
#: future/includes/class-gv-renderer.php:333
#: future/includes/class-gv-renderer.php:390
#: future/includes/class-gv-view.php:336
#: includes/class-frontend-views.php:696
msgid "You can only see this message because you are able to edit this View."
msgstr ""
#: future/includes/class-gv-renderer.php:282
#: includes/admin/metaboxes/class-gravityview-admin-metaboxes.php:153
#: includes/admin/metaboxes/views/view-configuration.php:95
#: includes/admin/metaboxes/views/view-configuration.php:213
#: includes/admin/metaboxes/views/view-configuration.php:214
#: includes/class-admin-views.php:1698
#: includes/class-frontend-views.php:685
#: includes/class-gravityview-admin-bar.php:111
#: includes/class-gravityview-entry-link-shortcode.php:250
#: includes/extensions/edit-entry/class-edit-entry-render.php:1107
#: includes/extensions/edit-entry/fields/edit_link.php:14
#: includes/fields/class-gravityview-field-edit-link.php:54
#: templates/fields/field-edit_link-html.php:38
#: future/includes/gutenberg/blocks/entry-link/edit.js:76
#: future/includes/gutenberg/build/entry-link.js:1
msgid "Edit Entry"
msgstr ""
#: future/includes/class-gv-renderer.php:296
#: future/includes/class-gv-settings-view.php:498
#: includes/admin/metaboxes/class-gravityview-admin-metaboxes.php:145
#: includes/admin/metaboxes/views/view-configuration.php:94
#: includes/admin/metaboxes/views/view-configuration.php:167
#: includes/admin/metaboxes/views/view-configuration.php:168
#: includes/admin/metaboxes/views/view-configuration.php:186
#: includes/class-frontend-views.php:689
msgid "Single Entry"
msgstr ""
#: future/includes/class-gv-renderer.php:300
#: future/includes/class-gv-settings-view.php:497
#: includes/admin/metaboxes/class-gravityview-admin-metaboxes.php:137
#: includes/admin/metaboxes/views/view-configuration.php:93
#: includes/admin/metaboxes/views/view-configuration.php:115
#: includes/class-frontend-views.php:682
msgid "Multiple Entries"
msgstr ""
#: future/includes/class-gv-renderer.php:330
#: includes/class-frontend-views.php:693
msgctxt "Displayed when a View is not configured. %s is replaced by the tab label"
msgid "The %s layout has not been configured."
msgstr ""
#: future/includes/class-gv-renderer.php:332
#: includes/class-frontend-views.php:695
msgid "Add fields to %s"
msgstr ""
#: future/includes/class-gv-renderer.php:388
msgid "GravityView will not work correctly on this page because of the URL Slug."
msgstr ""
#: future/includes/class-gv-renderer.php:389
msgid "Please <a href=\"%s\">read this article</a> for more information."
msgstr ""
#: future/includes/class-gv-settings-plugin.php:250
msgctxt "Placeholders inside [] are not to be translated."
msgid "The [filter] active filter could be overriding cache settings."
msgstr ""
#: future/includes/class-gv-settings-plugin.php:251
msgctxt "Placeholders inside [] are not to be translated."
msgid "The following active filters could be overriding cache settings: [filters]."
msgstr ""
#: future/includes/class-gv-settings-plugin.php:292
msgid "Enable Caching"
msgstr ""
#: future/includes/class-gv-settings-plugin.php:294
msgctxt "Placeholders inside [] are not to be translated."
msgid "[url]Enabling caching[/url] improves performance by reducing the number of queries during page loads. When enabled, you can also specify cache duration for entries."
msgstr ""
#: future/includes/class-gv-settings-plugin.php:297
#: future/includes/class-gv-settings-plugin.php:365
#: includes/class-gravityview-entry-approval-merge-tags.php:92
#: includes/plugin-and-theme-hooks/class-gravityview-plugin-hooks-gravity-forms-advanced-post-creation.php:125
#: includes/plugin-and-theme-hooks/class-gravityview-plugin-hooks-lifterlms.php:47
#: vendor_prefixed/trustedlogin/client/src/Form.php:1319
msgid "(This link opens in a new window.)"
msgstr ""
#: future/includes/class-gv-settings-plugin.php:313
msgid "The cache duration must be at least 1 second."
msgstr ""
#: future/includes/class-gv-settings-plugin.php:316
#: future/includes/class-gv-settings-view.php:123
msgid "Entry Cache Duration"
msgstr ""
#: future/includes/class-gv-settings-plugin.php:317
msgid "Specify the duration in seconds that entry data should remain cached before being refreshed. A shorter duration ensures more up-to-date data, while a longer duration improves performance."
msgstr ""
#: future/includes/class-gv-settings-plugin.php:330
#: vendor_prefixed/gravitykit/foundation/src/Core.php:559
msgid "General"
msgstr ""
#: future/includes/class-gv-settings-plugin.php:335
msgid "REST API"
msgstr ""
#: future/includes/class-gv-settings-plugin.php:336
msgid "Enable View and Entry access via the REST API? Regular per-View restrictions apply (private, password protected, etc.)."
msgstr ""
#: future/includes/class-gv-settings-plugin.php:336
msgid "If you are unsure, disable this setting."
msgstr ""
#: future/includes/class-gv-settings-plugin.php:342
msgid "Use Dynamic Widget Placement"
msgstr ""
#: future/includes/class-gv-settings-plugin.php:343
msgid "Create additional, drag and droppable, widget rows of different layout types."
msgstr ""
#: future/includes/class-gv-settings-plugin.php:349
msgid "Caching"
msgstr ""
#: future/includes/class-gv-settings-plugin.php:353
#: includes/admin/metaboxes/class-gravityview-admin-metaboxes.php:177
msgid "Permissions"
msgstr ""
#. translators: %s is replaced with a setting label
#: future/includes/class-gv-settings-plugin.php:358
#: includes/class-gravityview-entry-approval-merge-tags.php:85
msgid "Enable Public Entry Moderation"
msgstr ""
#. translators: Do not translate the words inside the {} curly brackets; they are replaced.
#: future/includes/class-gv-settings-plugin.php:361
#: includes/class-gravityview-entry-approval-merge-tags.php:88
msgid "If enabled, adding {public} to {link}entry moderation merge tags{/link} will allow logged-out users to approve or reject entries. If disabled, all entry moderation actions require the user to be logged-in and have the ability to edit the entry."
msgstr ""
#: future/includes/class-gv-settings-plugin.php:445
msgid "You don't have the ability to edit plugin settings."
msgstr ""
#: future/includes/class-gv-settings-plugin.php:453
msgid "Uninstall GravityView"
msgstr ""
#: future/includes/class-gv-settings-plugin.php:454
msgid "There was an error sharing your feedback. Sorry! Please email us at support@gravitykit.com"
msgstr ""
#: future/includes/class-gv-settings-plugin.php:455
msgid "Please share your thoughts about GravityView"
msgstr ""
#: future/includes/class-gv-settings-plugin.php:456
msgid "Please follow up with me about my feedback"
msgstr ""
#: future/includes/class-gv-settings-plugin.php:457
msgid "How likely are you to recommend GravityView?"
msgstr ""
#: future/includes/class-gv-settings-plugin.php:458
msgid "Send Us Your Feedback"
msgstr ""
#: future/includes/class-gv-settings-plugin.php:459
msgid "Thank you for using GravityView!"
msgstr ""
#: future/includes/class-gv-settings-plugin.php:460
msgid "Your feedback helps us improve GravityView. If you have any questions or comments, email us: support@gravitykit.com"
msgstr ""
#: future/includes/class-gv-settings-plugin.php:461
msgid "If you delete then re-install GravityView, it will be like installing GravityView for the first time."
msgstr ""
#: future/includes/class-gv-settings-plugin.php:462
msgid "Delete all Views, GravityView entry approval status, GravityView-generated entry notes (including approval and entry creator changes), and GravityView plugin settings."
msgstr ""
#: future/includes/class-gv-settings-plugin.php:463
msgid "I am going to continue using GravityView"
msgstr ""
#: future/includes/class-gv-settings-plugin.php:464
msgid "I no longer need GravityView"
msgstr ""
#: future/includes/class-gv-settings-plugin.php:465
msgid "The plugin doesn't work"
msgstr ""
#: future/includes/class-gv-settings-plugin.php:466
msgid "I found a better plugin"
msgstr ""
#: future/includes/class-gv-settings-plugin.php:467
msgid "What plugin you are using, and why?"
msgstr ""
#: future/includes/class-gv-settings-plugin.php:468
msgid "Other"
msgstr ""
#: future/includes/class-gv-settings-plugin.php:469
msgctxt "A scale from 0 (bad) to 10 (good)"
msgid "%1$s (\"Not at all likely\") to %2$s (\"Extremely likely\")"
msgstr ""
#: future/includes/class-gv-settings-view.php:54
msgid "View ID"
msgstr ""
#: future/includes/class-gv-settings-view.php:62
msgid "Number of entries per page"
msgstr ""
#: future/includes/class-gv-settings-view.php:63
msgid "Enter the number of entries to display per page. Set to negative one (-1) to display all entries."
msgstr ""
#: future/includes/class-gv-settings-view.php:72
msgid "Offset entries starting from"
msgstr ""
#: future/includes/class-gv-settings-view.php:80
msgid "Enable lightbox for images"
msgstr ""
#: future/includes/class-gv-settings-view.php:84
msgid "If enabled, images will open full-size in a \"lightbox\". A lightbox displays images and videos by filling the screen and dimming out the rest of the web page."
msgstr ""
#: future/includes/class-gv-settings-view.php:95
msgid "By default, only approved entries are displayed in a View. When enabled, this setting prevents unapproved or disapproved entries from appearing in results. If disabled, entries with all approval statuses will be visible, including disapproved entries."
msgstr ""
#: future/includes/class-gv-settings-view.php:105
msgid "Enable caching"
msgstr ""
#: future/includes/class-gv-settings-view.php:110
msgctxt "Placeholders inside [] are not to be translated."
msgid "Turn caching on or off to improve performance. Default settings are configured in [url]GravityView Caching Settings[/url]."
msgstr ""
#: future/includes/class-gv-settings-view.php:124
msgid "Specify the duration, in seconds, that entry data should remain cached before being refreshed. A shorter duration ensures more up-to-date data, while a longer duration improves performance."
msgstr ""
#: future/includes/class-gv-settings-view.php:133
msgid "No Entries Behavior"
msgstr ""
#: future/includes/class-gv-settings-view.php:135
msgid "Choose what happens when a View has no entries visible to the current user."
msgstr ""
#: future/includes/class-gv-settings-view.php:138
msgid "Show a Message"
msgstr ""
#: future/includes/class-gv-settings-view.php:139
msgid "Display a Form"
msgstr ""
#: future/includes/class-gv-settings-view.php:140
#: future/includes/class-gv-settings-view.php:483
#: future/includes/class-gv-settings-view.php:591
msgid "Redirect to URL"
msgstr ""
#: future/includes/class-gv-settings-view.php:141
msgid "Hide the View"
msgstr ""
#: future/includes/class-gv-settings-view.php:147
msgid "No Entries Message"
msgstr ""
#: future/includes/class-gv-settings-view.php:150
msgid "The text to display when there are no entries to show. HTML and shortcodes are allowed."
msgstr ""
#: future/includes/class-gv-settings-view.php:153
#: includes/class-api.php:323
#: includes/class-gravityview-entry-list.php:115
msgid "No entries match your request."
msgstr ""
#: future/includes/class-gv-settings-view.php:160
msgid "No Entries Form"
msgstr ""
#: future/includes/class-gv-settings-view.php:162
msgid "Show a Gravity Forms form if there are no entries to show in the View."
msgstr ""
#: future/includes/class-gv-settings-view.php:170
msgid "Form Title"
msgstr ""
#: future/includes/class-gv-settings-view.php:178
msgid "Form Description"
msgstr ""
#: future/includes/class-gv-settings-view.php:186
msgid "No Entries Redirect URL"
msgstr ""
#: future/includes/class-gv-settings-view.php:188
msgid "If there are no entries to show, the user will be taken to this URL."
msgstr ""
#: future/includes/class-gv-settings-view.php:196
msgid "\"No Search Results\" Text"
msgstr ""
#: future/includes/class-gv-settings-view.php:202
#: includes/class-api.php:316
msgid "This search returned no results."
msgstr ""
#: future/includes/class-gv-settings-view.php:208
msgid "Show all entries to administrators"
msgstr ""
#: future/includes/class-gv-settings-view.php:209
msgid "Administrators will be able to see entries with any approval status."
msgstr ""
#: future/includes/class-gv-settings-view.php:210
msgid "Logged-out visitors and non-administrators will only see approved entries, while administrators will see entries with all statuses. This makes it easier for administrators to moderate entries from a View."
msgstr ""
#: future/includes/class-gv-settings-view.php:218
msgid "Hide View data until search is performed"
msgstr ""
#: future/includes/class-gv-settings-view.php:221
msgid "When enabled it will only show any View entries after a search is performed."
msgstr ""
#: future/includes/class-gv-settings-view.php:230
#: future/includes/class-gv-settings-view.php:239
msgid "Hide empty fields"
msgstr ""
#: future/includes/class-gv-settings-view.php:233
#: future/includes/class-gv-settings-view.php:242
msgid "When enabled, empty fields will be not be displayed. If disabled, fields and their labels will be displayed with no content."
msgstr ""
#: future/includes/class-gv-settings-view.php:248
msgid "Feeds"
msgstr ""
#: future/includes/class-gv-settings-view.php:255
msgid "Allow User Edit"
msgstr ""
#: future/includes/class-gv-settings-view.php:257
msgid "Allow logged-in users to edit entries they created."
msgstr ""
#: future/includes/class-gv-settings-view.php:257
#: future/includes/class-gv-settings-view.php:284
#: future/includes/class-gv-settings-view.php:297
msgid "Administrators are able to %s regardless of this setting."
msgstr ""
#: future/includes/class-gv-settings-view.php:257
msgctxt "an action that admins can perform"
msgid "edit entries"
msgstr ""
#: future/includes/class-gv-settings-view.php:259
msgid "Display \"Edit Entry\" fields to non-administrator users if they created the entry. Edit Entry fields will always be displayed to site administrators."
msgstr ""
#: future/includes/class-gv-settings-view.php:268
msgid "Unapprove Entries After Edit"
msgstr ""
#: future/includes/class-gv-settings-view.php:271
msgid "When an entry is edited by a non-administrator, reset the approval status to \"Unapproved\"."
msgstr ""
#: future/includes/class-gv-settings-view.php:272
msgid "If the \"Show only approved entries\" setting is enabled, the entry will need to be re-approved by an administrator before it is shown in the View."
msgstr ""
#: future/includes/class-gv-settings-view.php:282
msgid "Allow User Delete"
msgstr ""
#: future/includes/class-gv-settings-view.php:284
msgid "Allow logged-in users to delete entries they created."
msgstr ""
#: future/includes/class-gv-settings-view.php:284
msgctxt "an action that admins can perform"
msgid "delete entries"
msgstr ""
#: future/includes/class-gv-settings-view.php:286
msgid "Display \"Delete Entry\" fields to non-administrator users if they created the entry. Delete Entry fields will always be displayed to site administrators."
msgstr ""
#: future/includes/class-gv-settings-view.php:295
msgid "Allow User Duplicate"
msgstr ""
#: future/includes/class-gv-settings-view.php:297
msgid "Allow logged-in users to duplicate entries they created."
msgstr ""
#: future/includes/class-gv-settings-view.php:297
msgctxt "an action that admins can perform"
msgid "duplicate entries"
msgstr ""
#: future/includes/class-gv-settings-view.php:299
msgid "Display \"Duplicate Entry\" fields to non-administrator users if they created the entry. Duplicate Entry fields will always be displayed to site administrators."
msgstr ""
#: future/includes/class-gv-settings-view.php:308
msgid "Sort by field"
msgstr ""
#: future/includes/class-gv-settings-view.php:310
msgid "By default, entries are sorted by Entry ID."
msgstr ""
#: future/includes/class-gv-settings-view.php:314
#: future/includes/class-gv-settings-view.php:345
msgid "Default"
msgstr ""
#: future/includes/class-gv-settings-view.php:315
#: future/includes/class-gv-settings-view.php:346
#: includes/class-common.php:1652
#: includes/fields/class-gravityview-field-date-created.php:29
msgid "Date Created"
msgstr ""
#: future/includes/class-gv-settings-view.php:324
msgid "Sort direction"
msgstr ""
#: future/includes/class-gv-settings-view.php:329
#: future/includes/class-gv-settings-view.php:361
msgid "ASC"
msgstr ""
#: future/includes/class-gv-settings-view.php:330
#: future/includes/class-gv-settings-view.php:362
msgid "DESC"
msgstr ""
#: future/includes/class-gv-settings-view.php:331
msgid "Random"
msgstr ""
#: future/includes/class-gv-settings-view.php:340
msgid "Sort by secondary field"
msgstr ""
#: future/includes/class-gv-settings-view.php:356
msgid "Secondary sort direction"
msgstr ""
#: future/includes/class-gv-settings-view.php:372
msgid "Enable sorting by column"
msgstr ""
#: future/includes/class-gv-settings-view.php:373
msgid "Column Sorting"
msgstr ""
#: future/includes/class-gv-settings-view.php:392
msgid "Filter by Start Date"
msgstr ""
#: future/includes/class-gv-settings-view.php:394
msgid "Show entries submitted after this date. Supports relative dates, such as \"-1 week\" or \"-1 month\"."
msgstr ""
#: future/includes/class-gv-settings-view.php:405
msgid "Filter by End Date"
msgstr ""
#: future/includes/class-gv-settings-view.php:407
msgid "Show entries submitted before this date. Supports relative dates, such as \"now\" or \"-3 days\"."
msgstr ""
#: future/includes/class-gv-settings-view.php:418
msgid "CSS Class"
msgstr ""
#: future/includes/class-gv-settings-view.php:419
msgid "CSS class to add to the wrapping HTML container."
msgstr ""
#: future/includes/class-gv-settings-view.php:426
#: future/includes/gutenberg/blocks/view/edit.js:248
#: future/includes/gutenberg/build/view.js:1
msgid "Search Value"
msgstr ""
#: future/includes/class-gv-settings-view.php:427
msgid "Define a default search value for the View"
msgstr ""
#: future/includes/class-gv-settings-view.php:434
#: includes/widgets/search-widget/class-search-widget.php:313
#: future/includes/gutenberg/blocks/view/edit.js:239
#: future/includes/gutenberg/build/view.js:1
msgid "Search Field"
msgstr ""
#: future/includes/class-gv-settings-view.php:435
msgid "If Search Value is set, you can define a specific field to search in. Otherwise, all fields will be searched."
msgstr ""
#: future/includes/class-gv-settings-view.php:442
#: future/includes/gutenberg/blocks/view/edit.js:258
#: future/includes/gutenberg/build/view.js:1
msgid "Search Operator"
msgstr ""
#: future/includes/class-gv-settings-view.php:449
msgid "Single Entry Title"
msgstr ""
#: future/includes/class-gv-settings-view.php:451
msgid "When viewing a single entry, change the title of the page to this setting. Otherwise, the title will not change between the Multiple Entries and Single Entry views."
msgstr ""
#: future/includes/class-gv-settings-view.php:462
#: future/includes/gutenberg/blocks/view/edit.js:302
#: future/includes/gutenberg/build/view.js:1
msgid "Back Link Label"
msgstr ""
#: future/includes/class-gv-settings-view.php:464
msgid "The text of the link that returns to the multiple entries view."
msgstr ""
#: future/includes/class-gv-settings-view.php:467
#: includes/class-api.php:1068
msgid "← Go back"
msgstr ""
#: future/includes/class-gv-settings-view.php:474
msgid "Redirect After Editing"
msgstr ""
#: future/includes/class-gv-settings-view.php:476
msgid "The page to redirect to after editing an entry."
msgstr ""
#: future/includes/class-gv-settings-view.php:480
msgid "Stay on Edit Entry"
msgstr ""
#: future/includes/class-gv-settings-view.php:481
#: future/includes/class-gv-settings-view.php:535
msgid "Redirect to Single Entry"
msgstr ""
#: future/includes/class-gv-settings-view.php:482
#: future/includes/class-gv-settings-view.php:590
msgid "Redirect to Multiple Entries"
msgstr ""
#: future/includes/class-gv-settings-view.php:491
msgid "Editing Returns To…"
msgstr ""
#: future/includes/class-gv-settings-view.php:493
msgid "After editing an entry or clicking Cancel, where should the user be sent?"
msgstr ""
#: future/includes/class-gv-settings-view.php:499
msgid "Other URL"
msgstr ""
#: future/includes/class-gv-settings-view.php:509
msgid "Edit Entry Redirect URL"
msgstr ""
#: future/includes/class-gv-settings-view.php:511
msgid "After editing an entry, the user will be taken to this URL."
msgstr ""
#: future/includes/class-gv-settings-view.php:520
msgid "Update Button Text"
msgstr ""
#: future/includes/class-gv-settings-view.php:524
#: includes/extensions/edit-entry/class-edit-entry-render.php:2543
msgctxt "Button to update an entry the user is editing"
msgid "Update"
msgstr ""
#: future/includes/class-gv-settings-view.php:528
msgid "Cancel Link Action"
msgstr ""
#: future/includes/class-gv-settings-view.php:529
msgid "Choose what happens when you click Cancel while editing an entry in a lightbox."
msgstr ""
#: future/includes/class-gv-settings-view.php:534
msgid "Close Lightbox"
msgstr ""
#: future/includes/class-gv-settings-view.php:539
msgid "Cancel Link Text"
msgstr ""
#: future/includes/class-gv-settings-view.php:543
#: includes/extensions/edit-entry/class-edit-entry-render.php:2542
msgctxt "Shown when the user decides not to edit an entry"
msgid "Cancel"
msgstr ""
#: future/includes/class-gv-settings-view.php:547
msgid "Next Page Button Text"
msgstr ""
#: future/includes/class-gv-settings-view.php:549
#: future/includes/class-gv-settings-view.php:557
msgid "Only shown when multi-page forms are enabled."
msgstr ""
#: future/includes/class-gv-settings-view.php:555
msgid "Previous Page Button Text"
msgstr ""
#: future/includes/class-gv-settings-view.php:563
#: includes/extensions/delete-entry/class-gravityview-field-delete-link.php:106
msgid "Delete Link Text"
msgstr ""
#: future/includes/class-gv-settings-view.php:571
msgid "Enable Edit Locking"
msgstr ""
#: future/includes/class-gv-settings-view.php:573
msgid "Prevent multiple users from editing the same entry at the same time."
msgstr ""
#: future/includes/class-gv-settings-view.php:584
msgid "Redirect After Deleting"
msgstr ""
#: future/includes/class-gv-settings-view.php:586
msgid "The page to redirect to after deleting an entry."
msgstr ""
#: future/includes/class-gv-settings-view.php:595
msgid "Delete Entry Redirect URL"
msgstr ""
#: future/includes/class-gv-settings-view.php:597
msgid "After deleting an entry, the user will be taken to this URL."
msgstr ""
#: future/includes/class-gv-settings-view.php:606
msgid "Enable Enhanced Security"
msgstr ""
#: future/includes/class-gv-settings-view.php:607
msgid "This will require a <code>secret</code> attribute on all shortcodes and blocks connected to this View, including <code>[gravityview]</code>, <code>[gvfield]</code> and <code>[gventry]</code>."
msgstr ""
#: future/includes/class-gv-settings-view.php:612
msgid "Prevent Direct Access"
msgstr ""
#: future/includes/class-gv-settings-view.php:614
msgid "Only allow access to this View when embedded using the block or shortcode."
msgstr ""
#: future/includes/class-gv-settings-view.php:627
msgid "Custom CSS"
msgstr ""
#. translators: Do not translate the words inside the square brackets ([]); they are replaced.
#: future/includes/class-gv-settings-view.php:632
msgid "CSS added here will be placed inside [style] tags in the page’s [head], after GravityView styles."
msgstr ""
#: future/includes/class-gv-settings-view.php:656