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
9968 lines (7675 loc) · 205 KB
/
Copy pathgravityforms.pot
File metadata and controls
9968 lines (7675 loc) · 205 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-2016 Rocketgenius, Inc.
msgid ""
msgstr ""
"Project-Id-Version: Gravity Forms 1.9.16\n"
"Report-Msgid-Bugs-To: http://www.gravtiyhelp.com\n"
"POT-Creation-Date: 2016-02-03 17:39:42+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2016-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:345 common.php:655 form_detail.php:2589
msgid "Insert Merge Tag"
msgstr ""
#: common.php:405 js.php:1225
msgid "All Submitted Fields"
msgstr ""
#: common.php:475
msgid "All Pricing Fields"
msgstr ""
#: common.php:483 form_detail.php:2590 js.php:1225
msgid "User IP Address"
msgstr ""
#: common.php:484 common.php:485 entry_detail.php:1136 form_detail.php:750
#: form_detail.php:1667 form_detail.php:2591 form_detail.php:2592
#: includes/addon/class-gf-payment-addon.php:2080
#: includes/fields/class-gf-field-date.php:13 js.php:670 js.php:1225
msgid "Date"
msgstr ""
#: common.php:486 form_detail.php:2593
msgid "Embed Post/Page Id"
msgstr ""
#: common.php:487 form_detail.php:2594
msgid "Embed Post/Page Title"
msgstr ""
#: common.php:488 form_detail.php:2595
msgid "Embed URL"
msgstr ""
#: common.php:489 entry_detail.php:416 export.php:801 forms_model.php:3939
#: select_columns.php:164
msgid "Entry Id"
msgstr ""
#: common.php:490
msgid "Entry URL"
msgstr ""
#: common.php:491
msgid "Form Id"
msgstr ""
#: common.php:492 form_list.php:192 includes/addon/class-gf-addon.php:1916
#: js.php:1225 tooltips.php:35
msgid "Form Title"
msgstr ""
#: common.php:493 form_detail.php:2596
msgid "HTTP User Agent"
msgstr ""
#: common.php:494 form_detail.php:2597
msgid "HTTP Referer URL"
msgstr ""
#: common.php:497 export.php:809
msgid "Post Id"
msgstr ""
#: common.php:498
msgid "Post Edit URL"
msgstr ""
#: common.php:501 form_detail.php:2598
msgid "User Display Name"
msgstr ""
#: common.php:502 form_detail.php:2599
msgid "User Email"
msgstr ""
#: common.php:503 form_detail.php:2600
msgid "User Login"
msgstr ""
#: common.php:515
msgid "Required form fields"
msgstr ""
#: common.php:519
msgid "Optional form fields"
msgstr ""
#: common.php:523
msgid "Pricing form fields"
msgstr ""
#: common.php:527 common.php:3088 form_detail.php:1425 form_detail.php:1427
#: includes/fields/class-gf-field-radio.php:132
msgid "Other"
msgstr ""
#: common.php:531 common.php:686 form_detail.php:261 form_detail.php:1639
msgid "Custom"
msgstr ""
#: common.php:620
msgid "Select image size"
msgstr ""
#: common.php:621
msgid "Thumbnail"
msgstr ""
#: common.php:622
msgid "Thumbnail - Left Aligned"
msgstr ""
#: common.php:623
msgid "Thumbnail - Centered"
msgstr ""
#: common.php:624
msgid "Thumbnail - Right Aligned"
msgstr ""
#: common.php:626 form_detail.php:802 form_detail.php:1437 form_detail.php:1994
msgid "Medium"
msgstr ""
#: common.php:627
msgid "Medium - Left Aligned"
msgstr ""
#: common.php:628
msgid "Medium - Centered"
msgstr ""
#: common.php:629
msgid "Medium - Right Aligned"
msgstr ""
#: common.php:631 form_detail.php:803 form_detail.php:1437 form_detail.php:1995
msgid "Large"
msgstr ""
#: common.php:632
msgid "Large - Left Aligned"
msgstr ""
#: common.php:633
msgid "Large - Centered"
msgstr ""
#: common.php:634
msgid "Large - Right Aligned"
msgstr ""
#: common.php:636
msgid "Full Size"
msgstr ""
#: common.php:637
msgid "Full Size - Left Aligned"
msgstr ""
#: common.php:638
msgid "Full Size - Centered"
msgstr ""
#: common.php:639
msgid "Full Size - Right Aligned"
msgstr ""
#: common.php:656
msgid "Allowable form fields"
msgstr ""
#: common.php:1225 entry_detail.php:1000
msgid "Order"
msgstr ""
#: common.php:1257 entry_detail.php:1075 gravityforms.php:1544
#: includes/addon/class-gf-payment-addon.php:1873
#: includes/fields/class-gf-field-total.php:24 js.php:774
msgid "Total"
msgstr ""
#: common.php:1274 entry_detail.php:1012
#: includes/fields/class-gf-field-product.php:13
msgid "Product"
msgstr ""
#: common.php:1275 entry_detail.php:1013
msgid "Qty"
msgstr ""
#: common.php:1276 entry_detail.php:1014
msgid "Unit Price"
msgstr ""
#: common.php:1277 entry_detail.php:1015 form_detail.php:574
#: form_detail.php:1404 includes/fields/class-gf-field-calculation.php:87
#: includes/fields/class-gf-field-singleproduct.php:92 js.php:751 js.php:810
msgid "Price"
msgstr ""
#: common.php:1329
msgid "Total:"
msgstr ""
#: common.php:2000
msgid ""
"Gravity Forms require WordPress %s or greater. You must upgrade WordPress "
"in order to use Gravity Forms"
msgstr ""
#: common.php:2117
msgid "%s ago"
msgstr ""
#: common.php:2119 common.php:2122
msgid "%1$s at %2$s"
msgstr ""
#: common.php:2558
msgid "Product fields are not editable"
msgstr ""
#: common.php:2560
msgid "Donations are not editable"
msgstr ""
#: common.php:2693
msgid "There was an problem while verifying your file."
msgstr ""
#: common.php:2696
msgid "Sorry, this file extension is not permitted for security reasons."
msgstr ""
#: common.php:2699
msgid "Sorry, this file type is not permitted for security reasons."
msgstr ""
#: common.php:3617 form_list.php:264 form_list.php:455 form_settings.php:1010
#: form_settings.php:1803 includes/addon/class-gf-feed-addon.php:1507
#: js.php:268 js.php:328 notification.php:470 notification.php:1299
msgid "Active"
msgstr ""
#: common.php:3618 form_list.php:260 form_list.php:455 form_settings.php:1006
#: form_settings.php:1803 includes/addon/class-gf-feed-addon.php:1507
#: js.php:268 js.php:332 notification.php:466 notification.php:1299
msgid "Inactive"
msgstr ""
#: common.php:3619 common.php:3649 form_detail.php:1477 select_columns.php:228
msgid "Save"
msgstr ""
#: common.php:3620 entry_detail.php:534
msgid "Update"
msgstr ""
#: common.php:3621 form_display.php:227 form_display.php:875
#: form_display.php:2509 js.php:559
msgid "Previous"
msgstr ""
#: common.php:3622
msgid "Select a format"
msgstr ""
#: common.php:3623
msgid "5 of %d items shown. Edit field to view all"
msgstr ""
#: common.php:3624
msgid "Enter a value"
msgstr ""
#: common.php:3625
msgid "Untitled Form"
msgstr ""
#: common.php:3626
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:3627 common.php:3657 form_detail.php:2794
msgid "Thanks for contacting us! We will get in touch with you shortly."
msgstr ""
#: common.php:3628 form_display.php:1095 form_list.php:687
msgid "Submit"
msgstr ""
#: common.php:3629 notification.php:337
msgid "Loading..."
msgstr ""
#: common.php:3630
msgid "this field if"
msgstr ""
#: common.php:3631
msgid "this section if"
msgstr ""
#: common.php:3632
msgid "this page"
msgstr ""
#: common.php:3633
msgid "this form button if"
msgstr ""
#: common.php:3634
msgid "Show"
msgstr ""
#: common.php:3635
msgid "Hide"
msgstr ""
#: common.php:3638
msgid "of the following match:"
msgstr ""
#: common.php:3639 includes/addon/class-gf-addon.php:2459 notification.php:217
#: notification.php:768
msgid "is"
msgstr ""
#: common.php:3640 includes/addon/class-gf-addon.php:2463 notification.php:218
#: notification.php:769
msgid "is not"
msgstr ""
#: common.php:3641 includes/addon/class-gf-addon.php:2467 notification.php:219
#: notification.php:770
msgid "greater than"
msgstr ""
#: common.php:3642 includes/addon/class-gf-addon.php:2471 notification.php:220
#: notification.php:771
msgid "less than"
msgstr ""
#: common.php:3643 includes/addon/class-gf-addon.php:2475 notification.php:221
#: notification.php:772
msgid "contains"
msgstr ""
#: common.php:3644 includes/addon/class-gf-addon.php:2479 notification.php:222
#: notification.php:773
msgid "starts with"
msgstr ""
#: common.php:3645 includes/addon/class-gf-addon.php:2483 notification.php:223
#: notification.php:774
msgid "ends with"
msgstr ""
#: common.php:3647
msgid "Use this confirmation if"
msgstr ""
#: common.php:3648
msgid "Send this notification if"
msgstr ""
#: common.php:3650
msgid "Saving..."
msgstr ""
#: common.php:3651
msgid "Are you sure you wish to cancel these changes?"
msgstr ""
#: common.php:3652 form_settings.php:1528
msgid "There was an issue saving this confirmation."
msgstr ""
#: common.php:3653
msgid "Are you sure you wish to delete this confirmation?"
msgstr ""
#: common.php:3654 form_settings.php:1548
msgid "There was an issue deleting this confirmation."
msgstr ""
#: common.php:3655
msgid ""
"There are unsaved changes to the current confirmation. Would you like to "
"discard these changes?"
msgstr ""
#: common.php:3656
msgid "Untitled Confirmation"
msgstr ""
#: common.php:3658
msgid "Please select a page."
msgstr ""
#: common.php:3659
msgid "Please enter a URL."
msgstr ""
#: common.php:3660
msgid "Please enter a confirmation name."
msgstr ""
#: common.php:3662
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:3663
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:3664
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:3666
msgid "Merge Tags"
msgstr ""
#: common.php:3666
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:3674
msgid "Add a condition"
msgstr ""
#: common.php:3675
msgid "Remove a condition"
msgstr ""
#: common.php:3676
msgid "Include results if {0} match:"
msgstr ""
#: common.php:3678
msgid "Custom Choices"
msgstr ""
#: common.php:3679
msgid "Predefined Choices"
msgstr ""
#: common.php:3813
msgid "Any form field"
msgstr ""
#: common.php:3874 common.php:3943 common.php:3997
msgid "yyyy-mm-dd"
msgstr ""
#: common.php:3937 includes/addon/class-gf-addon.php:1912
msgid "Entry ID"
msgstr ""
#: common.php:3941 export.php:802 forms_model.php:3945
#: includes/addon/class-gf-addon.php:1913 select_columns.php:165
msgid "Entry Date"
msgstr ""
#: common.php:3947
msgid "Starred"
msgstr ""
#: common.php:3961
msgid "IP Address"
msgstr ""
#: common.php:3965
msgid "Source URL"
msgstr ""
#: common.php:3969 entry_detail.php:447 export.php:807 forms_model.php:3951
#: select_columns.php:168
msgid "Payment Status"
msgstr ""
#: common.php:3995 entry_detail.php:460 export.php:806 forms_model.php:3957
#: select_columns.php:171
msgid "Payment Date"
msgstr ""
#: common.php:4001 entry_detail.php:472 export.php:805 forms_model.php:3960
#: includes/addon/class-gf-payment-addon.php:1562
#: includes/addon/class-gf-payment-addon.php:1567 select_columns.php:170
msgid "Payment Amount"
msgstr ""
#: common.php:4005
msgid "Transaction ID"
msgstr ""
#: common.php:4009 entry_detail.php:424 forms_model.php:3963
#: select_columns.php:172
msgid "User"
msgstr ""
#: common.php:4098
msgid "This type of file is not allowed. Must be one of the following: "
msgstr ""
#: common.php:4099
msgid "Delete this file"
msgstr ""
#: common.php:4100
msgid "in progress"
msgstr ""
#: common.php:4101
msgid "File exceeds size limit"
msgstr ""
#: common.php:4102
msgid "This type of file is not allowed."
msgstr ""
#: common.php:4103
msgid "Maximum number of files reached"
msgstr ""
#: common.php:4104
msgid "There was a problem while saving the file on the server"
msgstr ""
#: common.php:4105
msgid "Please wait for the uploading to complete"
msgstr ""
#: common.php:4106 entry_detail.php:547 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:4107
msgid "Cancel this upload"
msgstr ""
#: common.php:4108
msgid "Cancelled"
msgstr ""
#: currency.php:118
msgid "U.S. Dollar"
msgstr ""
#: currency.php:119
msgid "Pound Sterling"
msgstr ""
#: currency.php:120
msgid "Euro"
msgstr ""
#: currency.php:121
msgid "Australian Dollar"
msgstr ""
#: currency.php:122
msgid "Brazilian Real"
msgstr ""
#: currency.php:123
msgid "Canadian Dollar"
msgstr ""
#: currency.php:124
msgid "Czech Koruna"
msgstr ""
#: currency.php:125
msgid "Danish Krone"
msgstr ""
#: currency.php:126
msgid "Hong Kong Dollar"
msgstr ""
#: currency.php:127
msgid "Hungarian Forint"
msgstr ""
#: currency.php:128
msgid "Israeli New Sheqel"
msgstr ""
#: currency.php:129
msgid "Japanese Yen"
msgstr ""
#: currency.php:130
msgid "Malaysian Ringgit"
msgstr ""
#: currency.php:131
msgid "Mexican Peso"
msgstr ""
#: currency.php:132
msgid "Norwegian Krone"
msgstr ""
#: currency.php:133
msgid "New Zealand Dollar"
msgstr ""
#: currency.php:134
msgid "Philippine Peso"
msgstr ""
#: currency.php:135
msgid "Polish Zloty"
msgstr ""
#: currency.php:136
msgid "Russian Ruble"
msgstr ""
#: currency.php:137
msgid "Singapore Dollar"
msgstr ""
#: currency.php:138
msgid "South African Rand"
msgstr ""
#: currency.php:139
msgid "Swedish Krona"
msgstr ""
#: currency.php:140
msgid "Swiss Franc"
msgstr ""
#: currency.php:141
msgid "Taiwan New Dollar"
msgstr ""
#: currency.php:142
msgid "Thai Baht"
msgstr ""
#: entry_detail.php:110
msgid "Oops! We couldn't find your entry. Please try again"
msgstr ""
#: entry_detail.php:198
msgid "You don't have adequate permission to delete notes."
msgstr ""
#: entry_detail.php:226 entry_list.php:133 entry_list.php:153 form_list.php:84
msgid "You don't have adequate permission to delete entries."
msgstr ""
#: entry_detail.php:252
msgid "Would you like to delete this file? 'Cancel' to stop. 'OK' to delete"
msgstr ""
#: entry_detail.php:263 js.php:525
msgid "Ajax error while deleting field."
msgstr ""
#: entry_detail.php:318 entry_list.php:461
msgid "You must select at least one type of notification to resend."
msgstr ""
#: entry_detail.php:336
msgid "Notifications were resent successfully."
msgstr ""
#: entry_detail.php:385
msgid "Entry #"
msgstr ""
#: entry_detail.php:385 entry_list.php:767 form_detail.php:150
#: form_settings.php:1389 includes/addon/class-gf-results.php:236
msgid "Form Name"
msgstr ""
#: entry_detail.php:410
msgid "Entry"
msgstr ""
#: entry_detail.php:417
msgid "Submitted on"
msgstr ""
#: entry_detail.php:419 export.php:811 forms_model.php:3942
#: includes/addon/class-gf-addon.php:1914 select_columns.php:166
msgid "User IP"
msgstr ""
#: entry_detail.php:425
msgid "View user profile"
msgstr ""
#: entry_detail.php:431
msgid "Embed Url"
msgstr ""
#: entry_detail.php:438
msgid "Edit Post"
msgstr ""
#: entry_detail.php:439
msgid "Click to edit post"
msgstr ""
#: entry_detail.php:447
msgid "Subscription Status"
msgstr ""
#: entry_detail.php:460 entry_detail.php:1136
msgid "Start Date"
msgstr ""
#: entry_detail.php:466 entry_detail.php:1153 export.php:804
#: forms_model.php:3954 select_columns.php:169
msgid "Transaction Id"
msgstr ""
#: entry_detail.php:466
msgid "Subscriber Id"
msgstr ""
#: entry_detail.php:472
msgid "Subscription Amount"
msgstr ""
#: entry_detail.php:490 entry_list.php:830 entry_list.php:1161
#: entry_list.php:1301
msgid "Not Spam"
msgstr ""
#: entry_detail.php:496 entry_detail.php:509
msgid "You are about to delete this entry. 'Cancel' to stop, 'OK' to delete."
msgstr ""
#: entry_detail.php:496 entry_detail.php:509 entry_list.php:824
#: entry_list.php:834 entry_list.php:1139 entry_list.php:1170
#: entry_list.php:1295 entry_list.php:1305
msgid "Delete Permanently"
msgstr ""
#: entry_detail.php:504 entry_list.php:820 entry_list.php:1130
#: entry_list.php:1291 form_list.php:351 form_list.php:476 form_list.php:477
#: form_list.php:569
msgid "Restore"
msgstr ""
#: entry_detail.php:518 entry_list.php:1327 form_detail.php:2375
msgid "Move to Trash"
msgstr ""
#: entry_detail.php:524
msgid "Mark as Spam"
msgstr ""
#: entry_detail.php:534 form_list.php:467 form_settings.php:1812
#: gravityforms.php:2698 includes/addon/class-gf-feed-addon.php:969
#: notification.php:1307
msgid "Edit"
msgstr ""
#: entry_detail.php:577 form_settings.php:1447 notification.php:137
#: notification.php:453 notification.php:457
msgid "Notifications"
msgstr ""
#: entry_detail.php:589
msgid ""
"You cannot resend notifications for this entry because this form does not "
"currently have any notifications configured."
msgstr ""
#: entry_detail.php:591 entry_list.php:894
msgid "Configure Notifications"
msgstr ""
#: entry_detail.php:607 entry_list.php:914 notification.php:653
msgid "Send To"
msgstr ""
#: entry_detail.php:613 entry_list.php:417 entry_list.php:845
#: entry_list.php:919 entry_list.php:1316
msgid "Resend Notifications"
msgstr ""
#: entry_detail.php:615 entry_list.php:921
msgid "Resending..."
msgstr ""
#: entry_detail.php:629 entry_list.php:846 entry_list.php:957
msgid "Print"
msgstr ""
#: entry_detail.php:632
msgid "include notes"
msgstr ""
#: entry_detail.php:659
msgid "Notes"
msgstr ""
#: entry_detail.php:698
msgid "Entry Updated."
msgstr ""
#: entry_detail.php:709
msgid "Details"
msgstr ""
#: entry_detail.php:772
msgid " Bulk action"
msgstr ""
#: entry_detail.php:774 entry_list.php:815 entry_list.php:1286
msgid " Bulk action "
msgstr ""
#: entry_detail.php:775 form_detail.php:1479 form_settings.php:1814
#: includes/addon/class-gf-feed-addon.php:924
#: includes/addon/class-gf-feed-addon.php:971 notification.php:1309
msgid "Delete"
msgstr ""
#: entry_detail.php:778 entry_list.php:863 entry_list.php:1333
#: form_list.php:362 form_list.php:580
msgid "Apply"
msgstr ""
#: entry_detail.php:838
msgid "added on"
msgstr ""
#: entry_detail.php:853
msgid "Add Note"
msgstr ""
#: entry_detail.php:867
msgid "Also email this note to"
msgstr ""
#: entry_detail.php:875
msgid "Subject:"
msgstr ""
#: entry_detail.php:913 print-entry.php:127
msgid "Entry # "
msgstr ""
#: entry_detail.php:922
msgid "show empty fields"
msgstr ""
#: entry_detail.php:1108
msgid "Subscription Details"
msgstr ""
#: entry_detail.php:1108
msgid "Payment Details"
msgstr ""
#: entry_detail.php:1120
msgid "Status"
msgstr ""
#: entry_detail.php:1153
msgid "Subscription Id"
msgstr ""
#: entry_detail.php:1171 includes/addon/class-gf-payment-addon.php:1515
#: includes/addon/class-gf-payment-addon.php:1519
msgid "Recurring Amount"
msgstr ""
#: entry_detail.php:1171 includes/addon/class-gf-payment-addon.php:1419
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:131
msgid "Entry deleted."
msgstr ""
#: entry_list.php:145
msgid "%d entries"
msgstr ""
#: entry_list.php:145
msgid "1 entry"
msgstr ""
#: entry_list.php:151
msgid "%s deleted."
msgstr ""
#: entry_list.php:159
msgid "%s moved to Trash."
msgstr ""
#: entry_list.php:164
msgid "%s restored from the Trash."
msgstr ""
#: entry_list.php:169
msgid "%s restored from the spam."
msgstr ""
#: entry_list.php:174
msgid "%s marked as spam."
msgstr ""
#: entry_list.php:179
msgid "%s marked as read."
msgstr ""
#: entry_list.php:184
msgid "%s marked as unread."
msgstr ""
#: entry_list.php:189
msgid "%s starred."
msgstr ""
#: entry_list.php:194
msgid "%s unstarred."
msgstr ""
#: entry_list.php:254
msgid "«"
msgstr ""
#: entry_list.php:255
msgid "»"
msgstr ""
#: entry_list.php:355
msgid "Ajax error while setting lead property"
msgstr ""
#: entry_list.php:409
msgid "Please select at least one entry."
msgstr ""
#: entry_list.php:423 entry_list.php:1317
msgid "Print Entries"
msgstr ""
#: entry_list.php:486
msgid "Notifications for %s were resent successfully."