forked from wp-premium/gravityforms
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgravityforms.pot
More file actions
9726 lines (7481 loc) · 197 KB
/
Copy pathgravityforms.pot
File metadata and controls
9726 lines (7481 loc) · 197 KB
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 2009-2015 Rocketgenius, Inc.
msgid ""
msgstr ""
"Project-Id-Version: Gravity Forms 1.9.10.15\n"
"Report-Msgid-Bugs-To: http://www.gravtiyhelp.com\n"
"POT-Creation-Date: 2015-06-15 10:06:59+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2015-MO-DA HO:MI+ZONE\n"
"Last-Translator: Rocketgenius <customerservice@rocketgenius.com>\n"
"Language-Team: Rocketgenius <customerservice@rocketgenius.com>\n"
"X-Generator: Gravity Forms Build Server\n"
"X-Poedit-KeywordsList: "
"__;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_"
"attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;esc_html_x:1,2c;\n"
"Project-Id-Version: gravityforms\n"
"Language: en_US\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Poedit-Basepath: ../\n"
"X-Poedit-Bookmarks: \n"
"X-Poedit-Country: United States\n"
"X-Poedit-SearchPath-0: .\n"
"X-Poedit-SourceCharset: utf-8\n"
"X-Textdomain-Support: yes\n"
#: common.php:331 common.php:642 form_detail.php:2566
msgid "Insert Merge Tag"
msgstr ""
#: common.php:392 js.php:1210
msgid "All Submitted Fields"
msgstr ""
#: common.php:462
msgid "All Pricing Fields"
msgstr ""
#: common.php:470 form_detail.php:2567 js.php:1210
msgid "User IP Address"
msgstr ""
#: common.php:471 common.php:472 entry_detail.php:1046 form_detail.php:750
#: form_detail.php:1667 form_detail.php:2568 form_detail.php:2569
#: includes/addon/class-gf-payment-addon.php:1744
#: includes/fields/class-gf-field-date.php:13 js.php:664 js.php:1210
msgid "Date"
msgstr ""
#: common.php:473 form_detail.php:2570
msgid "Embed Post/Page Id"
msgstr ""
#: common.php:474 form_detail.php:2571
msgid "Embed Post/Page Title"
msgstr ""
#: common.php:475 form_detail.php:2572
msgid "Embed URL"
msgstr ""
#: common.php:476 entry_detail.php:384 export.php:782 select_columns.php:164
msgid "Entry Id"
msgstr ""
#: common.php:477
msgid "Entry URL"
msgstr ""
#: common.php:478
msgid "Form Id"
msgstr ""
#: common.php:479 form_list.php:190 includes/addon/class-gf-addon.php:1780
#: js.php:1210 tooltips.php:35
msgid "Form Title"
msgstr ""
#: common.php:480 form_detail.php:2573
msgid "HTTP User Agent"
msgstr ""
#: common.php:481 form_detail.php:2574
msgid "HTTP Referer URL"
msgstr ""
#: common.php:484 export.php:790
msgid "Post Id"
msgstr ""
#: common.php:485
msgid "Post Edit URL"
msgstr ""
#: common.php:488 form_detail.php:2575
msgid "User Display Name"
msgstr ""
#: common.php:489 form_detail.php:2576
msgid "User Email"
msgstr ""
#: common.php:490 form_detail.php:2577
msgid "User Login"
msgstr ""
#: common.php:502
msgid "Required form fields"
msgstr ""
#: common.php:506
msgid "Optional form fields"
msgstr ""
#: common.php:510
msgid "Pricing form fields"
msgstr ""
#: common.php:514 common.php:3063 form_detail.php:1425 form_detail.php:1427
msgid "Other"
msgstr ""
#: common.php:518 common.php:673 form_detail.php:261 form_detail.php:1639
msgid "Custom"
msgstr ""
#: common.php:607
msgid "Select image size"
msgstr ""
#: common.php:608
msgid "Thumbnail"
msgstr ""
#: common.php:609
msgid "Thumbnail - Left Aligned"
msgstr ""
#: common.php:610
msgid "Thumbnail - Centered"
msgstr ""
#: common.php:611
msgid "Thumbnail - Right Aligned"
msgstr ""
#: common.php:613 form_detail.php:802 form_detail.php:1437 form_detail.php:1987
msgid "Medium"
msgstr ""
#: common.php:614
msgid "Medium - Left Aligned"
msgstr ""
#: common.php:615
msgid "Medium - Centered"
msgstr ""
#: common.php:616
msgid "Medium - Right Aligned"
msgstr ""
#: common.php:618 form_detail.php:803 form_detail.php:1437 form_detail.php:1988
msgid "Large"
msgstr ""
#: common.php:619
msgid "Large - Left Aligned"
msgstr ""
#: common.php:620
msgid "Large - Centered"
msgstr ""
#: common.php:621
msgid "Large - Right Aligned"
msgstr ""
#: common.php:623
msgid "Full Size"
msgstr ""
#: common.php:624
msgid "Full Size - Left Aligned"
msgstr ""
#: common.php:625
msgid "Full Size - Centered"
msgstr ""
#: common.php:626
msgid "Full Size - Right Aligned"
msgstr ""
#: common.php:643
msgid "Allowable form fields"
msgstr ""
#: common.php:1227 entry_detail.php:917
msgid "Order"
msgstr ""
#: common.php:1259 entry_detail.php:992 gravityforms.php:1513
#: includes/addon/class-gf-payment-addon.php:1556
#: includes/fields/class-gf-field-total.php:24 js.php:766
msgid "Total"
msgstr ""
#: common.php:1276 entry_detail.php:929
#: includes/fields/class-gf-field-product.php:13
msgid "Product"
msgstr ""
#: common.php:1277 entry_detail.php:930
msgid "Qty"
msgstr ""
#: common.php:1278 entry_detail.php:931
msgid "Unit Price"
msgstr ""
#: common.php:1279 entry_detail.php:932 form_detail.php:574
#: form_detail.php:1404 includes/fields/class-gf-field-calculation.php:86
#: includes/fields/class-gf-field-singleproduct.php:92 js.php:743 js.php:802
msgid "Price"
msgstr ""
#: common.php:1331
msgid "Total:"
msgstr ""
#: common.php:1994
msgid ""
"Gravity Forms require WordPress %s or greater. You must upgrade WordPress "
"in order to use Gravity Forms"
msgstr ""
#: common.php:2111
msgid "%s ago"
msgstr ""
#: common.php:2113 common.php:2116
msgid "%1$s at %2$s"
msgstr ""
#: common.php:2541
msgid "Product fields are not editable"
msgstr ""
#: common.php:2543
msgid "Donations are not editable"
msgstr ""
#: common.php:2670
msgid "There was an problem while verifying your file."
msgstr ""
#: common.php:2673
msgid "Sorry, this file extension is not permitted for security reasons."
msgstr ""
#: common.php:2676
msgid "Sorry, this file type is not permitted for security reasons."
msgstr ""
#: common.php:3549 form_list.php:254 form_list.php:437 form_settings.php:1010
#: form_settings.php:1793 includes/addon/class-gf-feed-addon.php:1261
#: js.php:262 js.php:322 notification.php:467 notification.php:1231
msgid "Active"
msgstr ""
#: common.php:3550 form_list.php:250 form_list.php:437 form_settings.php:1006
#: form_settings.php:1793 includes/addon/class-gf-feed-addon.php:1261
#: js.php:262 js.php:326 notification.php:463 notification.php:1231
msgid "Inactive"
msgstr ""
#: common.php:3551 form_detail.php:1477 select_columns.php:228
msgid "Save"
msgstr ""
#: common.php:3552 entry_detail.php:494
msgid "Update"
msgstr ""
#: common.php:3553 form_display.php:769 form_display.php:2323 js.php:553
msgid "Previous"
msgstr ""
#: common.php:3554
msgid "Select a format"
msgstr ""
#: common.php:3555
msgid "5 of %d items shown. Edit field to view all"
msgstr ""
#: common.php:3556
msgid "Enter a value"
msgstr ""
#: common.php:3557
msgid "Untitled Form"
msgstr ""
#: common.php:3558
msgid ""
"We would love to hear from you! Please fill out this form and we will get "
"in touch with you shortly."
msgstr ""
#: common.php:3559 common.php:3588 form_detail.php:2771
msgid "Thanks for contacting us! We will get in touch with you shortly."
msgstr ""
#: common.php:3560 form_display.php:975 form_list.php:663
msgid "Submit"
msgstr ""
#: common.php:3561 notification.php:334
msgid "Loading..."
msgstr ""
#: common.php:3562
msgid "this field if"
msgstr ""
#: common.php:3563
msgid "this page"
msgstr ""
#: common.php:3564
msgid "this form button if"
msgstr ""
#: common.php:3565
msgid "Show"
msgstr ""
#: common.php:3566
msgid "Hide"
msgstr ""
#: common.php:3582
msgid "Are you sure you wish to cancel these changes?"
msgstr ""
#: common.php:3583 form_settings.php:1528
msgid "There was an issue saving this confirmation."
msgstr ""
#: common.php:3584
msgid "Are you sure you wish to delete this confirmation?"
msgstr ""
#: common.php:3585 form_settings.php:1548
msgid "There was an issue deleting this confirmation."
msgstr ""
#: common.php:3586
msgid ""
"There are unsaved changes to the current confirmation. Would you like to "
"discard these changes?"
msgstr ""
#: common.php:3587
msgid "Untitled Confirmation"
msgstr ""
#: common.php:3589
msgid "Please select a page."
msgstr ""
#: common.php:3590
msgid "Please enter a URL."
msgstr ""
#: common.php:3591
msgid "Please enter a confirmation name."
msgstr ""
#: common.php:3593
msgid ""
"This form contains conditional logic dependent upon this field. Are you "
"sure you want to delete this field? 'OK' to delete, 'Cancel' to abort."
msgstr ""
#: common.php:3594
msgid ""
"This form contains conditional logic dependent upon this choice. Are you "
"sure you want to delete this choice? 'OK' to delete, 'Cancel' to abort."
msgstr ""
#: common.php:3595
msgid ""
"This form contains conditional logic dependent upon this choice. Are you "
"sure you want to modify this choice? 'OK' to delete, 'Cancel' to abort."
msgstr ""
#: common.php:3597
msgid "Merge Tags"
msgstr ""
#: common.php:3597
msgid ""
"Merge tags allow you to dynamically populate submitted field values in your "
"form content wherever this merge tag icon is present."
msgstr ""
#: common.php:3605
msgid "Add a condition"
msgstr ""
#: common.php:3606
msgid "Remove a condition"
msgstr ""
#: common.php:3607
msgid "Include results if {0} match:"
msgstr ""
#: common.php:3609
msgid "Custom Choices"
msgstr ""
#: common.php:3610
msgid "Predefined Choices"
msgstr ""
#: common.php:3744
msgid "Any form field"
msgstr ""
#: common.php:3848
msgid "Entry ID"
msgstr ""
#: common.php:3852 export.php:783 includes/addon/class-gf-addon.php:1777
#: select_columns.php:165
msgid "Entry Date"
msgstr ""
#: common.php:3854
msgid "yyyy-mm-dd"
msgstr ""
#: common.php:3857
msgid "Starred"
msgstr ""
#: common.php:3871
msgid "IP Address"
msgstr ""
#: common.php:3875
msgid "Source URL"
msgstr ""
#: common.php:3879 entry_detail.php:415 export.php:788 select_columns.php:168
msgid "Payment Status"
msgstr ""
#: common.php:3905 entry_detail.php:420 export.php:787 select_columns.php:171
msgid "Payment Date"
msgstr ""
#: common.php:3909 entry_detail.php:432 export.php:786
#: includes/addon/class-gf-payment-addon.php:1253
#: includes/addon/class-gf-payment-addon.php:1258 select_columns.php:170
msgid "Payment Amount"
msgstr ""
#: common.php:3913
msgid "Transaction ID"
msgstr ""
#: common.php:3917 entry_detail.php:392 select_columns.php:172
msgid "User"
msgstr ""
#: common.php:4006
msgid "This type of file is not allowed. Must be one of the following: "
msgstr ""
#: common.php:4007
msgid "Delete this file"
msgstr ""
#: common.php:4008
msgid "in progress"
msgstr ""
#: common.php:4009
msgid "File exceeds size limit"
msgstr ""
#: common.php:4010
msgid "This type of file is not allowed."
msgstr ""
#: common.php:4011
msgid "Maximum number of files reached"
msgstr ""
#: common.php:4012
msgid "There was a problem while saving the file on the server"
msgstr ""
#: common.php:4013
msgid "Please wait for the uploading to complete"
msgstr ""
#: common.php:4014 entry_detail.php:501 form_detail.php:1468
#: form_detail.php:1478 includes/addon/class-gf-results.php:326
#: includes/locking/class-gf-locking.php:201
#: includes/templates/edit-shortcode-form.tpl.php:22 select_columns.php:229
msgid "Cancel"
msgstr ""
#: common.php:4015
msgid "Cancel this upload"
msgstr ""
#: common.php:4016
msgid "Cancelled"
msgstr ""
#: currency.php:113
msgid "Australian Dollar"
msgstr ""
#: currency.php:114
msgid "Brazilian Real"
msgstr ""
#: currency.php:115
msgid "Canadian Dollar"
msgstr ""
#: currency.php:116
msgid "Czech Koruna"
msgstr ""
#: currency.php:117
msgid "Danish Krone"
msgstr ""
#: currency.php:118
msgid "Euro"
msgstr ""
#: currency.php:119
msgid "Hong Kong Dollar"
msgstr ""
#: currency.php:120
msgid "Hungarian Forint"
msgstr ""
#: currency.php:121
msgid "Israeli New Sheqel"
msgstr ""
#: currency.php:122
msgid "Japanese Yen"
msgstr ""
#: currency.php:123
msgid "Malaysian Ringgit"
msgstr ""
#: currency.php:124
msgid "Mexican Peso"
msgstr ""
#: currency.php:125
msgid "Norwegian Krone"
msgstr ""
#: currency.php:126
msgid "New Zealand Dollar"
msgstr ""
#: currency.php:127
msgid "Philippine Peso"
msgstr ""
#: currency.php:128
msgid "Polish Zloty"
msgstr ""
#: currency.php:129
msgid "Pound Sterling"
msgstr ""
#: currency.php:130
msgid "Russian Ruble"
msgstr ""
#: currency.php:131
msgid "Singapore Dollar"
msgstr ""
#: currency.php:132
msgid "South African Rand"
msgstr ""
#: currency.php:133
msgid "Swedish Krona"
msgstr ""
#: currency.php:134
msgid "Swiss Franc"
msgstr ""
#: currency.php:135
msgid "Taiwan New Dollar"
msgstr ""
#: currency.php:136
msgid "Thai Baht"
msgstr ""
#: currency.php:137
msgid "U.S. Dollar"
msgstr ""
#: entry_detail.php:100
msgid "Oops! We couldn't find your entry. Please try again"
msgstr ""
#: entry_detail.php:168
msgid "You don't have adequate permission to delete notes."
msgstr ""
#: entry_detail.php:196 entry_list.php:104 entry_list.php:124 form_list.php:84
msgid "You don't have adequate permission to delete entries."
msgstr ""
#: entry_detail.php:222
msgid "Would you like to delete this file? 'Cancel' to stop. 'OK' to delete"
msgstr ""
#: entry_detail.php:233 js.php:519
msgid "Ajax error while deleting field."
msgstr ""
#: entry_detail.php:288 entry_list.php:434
msgid "You must select at least one type of notification to resend."
msgstr ""
#: entry_detail.php:306
msgid "Notifications were resent successfully."
msgstr ""
#: entry_detail.php:353
msgid "Entry #"
msgstr ""
#: entry_detail.php:353 entry_list.php:757 form_detail.php:150
#: form_settings.php:1389 includes/addon/class-gf-results.php:236
msgid "Form Name"
msgstr ""
#: entry_detail.php:378
msgid "Entry"
msgstr ""
#: entry_detail.php:385
msgid "Submitted on"
msgstr ""
#: entry_detail.php:387 export.php:792 includes/addon/class-gf-addon.php:1778
#: select_columns.php:166
msgid "User IP"
msgstr ""
#: entry_detail.php:393
msgid "View user profile"
msgstr ""
#: entry_detail.php:399
msgid "Embed Url"
msgstr ""
#: entry_detail.php:406
msgid "Edit Post"
msgstr ""
#: entry_detail.php:407
msgid "Click to edit post"
msgstr ""
#: entry_detail.php:415
msgid "Subscription Status"
msgstr ""
#: entry_detail.php:420 entry_detail.php:1046
msgid "Start Date"
msgstr ""
#: entry_detail.php:426 entry_detail.php:1056 export.php:785
#: select_columns.php:169
msgid "Transaction Id"
msgstr ""
#: entry_detail.php:426
msgid "Subscriber Id"
msgstr ""
#: entry_detail.php:432
msgid "Subscription Amount"
msgstr ""
#: entry_detail.php:450 entry_list.php:822 entry_list.php:1133
#: entry_list.php:1265
msgid "Not Spam"
msgstr ""
#: entry_detail.php:456 entry_detail.php:469
msgid "You are about to delete this entry. 'Cancel' to stop, 'OK' to delete."
msgstr ""
#: entry_detail.php:456 entry_detail.php:469 entry_list.php:816
#: entry_list.php:826 entry_list.php:1117 entry_list.php:1142
#: entry_list.php:1259 entry_list.php:1269
msgid "Delete Permanently"
msgstr ""
#: entry_detail.php:464 entry_list.php:812 entry_list.php:1108
#: entry_list.php:1255 form_list.php:339 form_list.php:458 form_list.php:459
#: form_list.php:551
msgid "Restore"
msgstr ""
#: entry_detail.php:478 entry_list.php:1291 form_detail.php:2368
msgid "Move to Trash"
msgstr ""
#: entry_detail.php:484
msgid "Mark as Spam"
msgstr ""
#: entry_detail.php:494 form_list.php:449 form_settings.php:1802
#: gravityforms.php:2603 includes/addon/class-gf-feed-addon.php:784
#: notification.php:1239
msgid "Edit"
msgstr ""
#: entry_detail.php:524 form_settings.php:1447 notification.php:134
#: notification.php:450 notification.php:454
msgid "Notifications"
msgstr ""
#: entry_detail.php:536
msgid ""
"You cannot resend notifications for this entry because this form does not "
"currently have any notifications configured."
msgstr ""
#: entry_detail.php:538 entry_list.php:880
msgid "Configure Notifications"
msgstr ""
#: entry_detail.php:554 entry_list.php:900 notification.php:618
msgid "Send To"
msgstr ""
#: entry_detail.php:560 entry_list.php:390 entry_list.php:837
#: entry_list.php:905 entry_list.php:1280
msgid "Resend Notifications"
msgstr ""
#: entry_detail.php:562 entry_list.php:907
msgid "Resending..."
msgstr ""
#: entry_detail.php:576 entry_list.php:838 entry_list.php:943
msgid "Print"
msgstr ""
#: entry_detail.php:579
msgid "include notes"
msgstr ""
#: entry_detail.php:604
msgid "Notes"
msgstr ""
#: entry_detail.php:643
msgid "Entry Updated."
msgstr ""
#: entry_detail.php:655
msgid "Details"
msgstr ""
#: entry_detail.php:715
msgid " Bulk action"
msgstr ""
#: entry_detail.php:717 entry_list.php:807 entry_list.php:1250
msgid " Bulk action "
msgstr ""
#: entry_detail.php:718 form_detail.php:1479 form_settings.php:1804
#: includes/addon/class-gf-feed-addon.php:752
#: includes/addon/class-gf-feed-addon.php:785 notification.php:1241
msgid "Delete"
msgstr ""
#: entry_detail.php:721 entry_list.php:855 entry_list.php:1297
#: form_list.php:350 form_list.php:562
msgid "Apply"
msgstr ""
#: entry_detail.php:770
msgid "added on"
msgstr ""
#: entry_detail.php:785
msgid "Add Note"
msgstr ""
#: entry_detail.php:793
msgid "Also email this note to"
msgstr ""
#: entry_detail.php:801
msgid "Subject:"
msgstr ""
#: entry_detail.php:832 print-entry.php:93
msgid "Entry # "
msgstr ""
#: entry_detail.php:841
msgid "show empty fields"
msgstr ""
#: entry_detail.php:1025
msgid "Subscription Details"
msgstr ""
#: entry_detail.php:1025
msgid "Payment Details"
msgstr ""
#: entry_detail.php:1036
msgid "Status"
msgstr ""
#: entry_detail.php:1056
msgid "Subscription Id"
msgstr ""
#: entry_detail.php:1066 includes/addon/class-gf-payment-addon.php:1210
#: includes/addon/class-gf-payment-addon.php:1214
msgid "Recurring Amount"
msgstr ""
#: entry_detail.php:1066 includes/addon/class-gf-payment-addon.php:1121
msgid "Amount"
msgstr ""
#: entry_list.php:20
msgid "You don't have any active forms. Let's go %screate one%s"
msgstr ""
#: entry_list.php:102
msgid "Entry deleted."
msgstr ""
#: entry_list.php:116
msgid "%d entries"
msgstr ""
#: entry_list.php:116
msgid "1 entry"
msgstr ""
#: entry_list.php:122
msgid "%s deleted."
msgstr ""
#: entry_list.php:130
msgid "%s moved to Trash."
msgstr ""
#: entry_list.php:135
msgid "%s restored from the Trash."
msgstr ""
#: entry_list.php:140
msgid "%s restored from the spam."
msgstr ""
#: entry_list.php:145
msgid "%s marked as spam."
msgstr ""
#: entry_list.php:150
msgid "%s marked as read."
msgstr ""
#: entry_list.php:155
msgid "%s marked as unread."
msgstr ""
#: entry_list.php:160
msgid "%s starred."
msgstr ""
#: entry_list.php:165
msgid "%s unstarred."
msgstr ""
#: entry_list.php:227
msgid "«"
msgstr ""
#: entry_list.php:228
msgid "»"
msgstr ""
#: entry_list.php:328
msgid "Ajax error while setting lead property"
msgstr ""
#: entry_list.php:382
msgid "Please select at least one entry."
msgstr ""
#: entry_list.php:396 entry_list.php:1281
msgid "Print Entries"
msgstr ""
#: entry_list.php:459
msgid "Notifications for %s were resent successfully."
msgstr ""
#: entry_list.php:461
msgid "entry"
msgstr ""
#: entry_list.php:461
msgid "entries"
msgstr ""
#: entry_list.php:564
msgid "All %s{0}%s entries on this page are selected."
msgstr ""
#: entry_list.php:565
msgid "Select all %s{0}%s entries."
msgstr ""
#: entry_list.php:566
msgid "All %s{0}%s entries have been selected."
msgstr ""
#: entry_list.php:567
msgid "Clear selection"
msgstr ""
#: entry_list.php:652
msgid "Entry List"
msgstr ""
#: entry_list.php:757 form_list.php:388 form_list.php:408 gravityforms.php:1157
#: gravityforms.php:2635
msgid "Entries"
msgstr ""
#: entry_list.php:787 entry_list.php:843 entry_list.php:1165
#: entry_list.php:1285
msgid "Spam"
msgstr ""
#: entry_list.php:794 entry_list.php:849 entry_list.php:1174 form_list.php:324
#: form_list.php:490
msgid "Trash"
msgstr ""
#: entry_list.php:798
msgid "Search"
msgstr ""
#: entry_list.php:805 entry_list.php:1248 form_list.php:335 form_list.php:337
#: form_list.php:547 form_list.php:549
msgid "Bulk action"
msgstr ""
#: entry_list.php:833 entry_list.php:1276
msgid "Mark as Read"
msgstr ""
#: entry_list.php:834 entry_list.php:1277
msgid "Mark as Unread"
msgstr ""