-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathfrontend-dashboard.pot
1652 lines (1287 loc) · 42.9 KB
/
frontend-dashboard.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) 2020 vinoth06.
# This file is distributed under the same license as the Frontend Dashboard plugin.
msgid ""
msgstr ""
"Project-Id-Version: Frontend Dashboard 2.1.12\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/frontend-dashboard\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2020-05-24T16:11:55+02:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.2.0\n"
"X-Domain: frontend-dashboard\n"
#. Plugin Name of the plugin
#: includes/admin/layout/class-fed-admin-user-profile.php:36
#: includes/admin/hooks/class-fed-action-hooks.php:275
#: includes/admin/menu/class-fed-admin-menu.php:29
#: includes/admin/menu/class-fed-admin-menu.php:30
msgid "Frontend Dashboard"
msgstr ""
#. Plugin URI of the plugin
msgid "https://buffercode.com/plugin/frontend-dashboard"
msgstr ""
#. Description of the plugin
msgid "Frontend dashboard makes you flexible way to customize the user dashboard on frontend rather than WordPress wp-admin dashboard."
msgstr ""
#. Author of the plugin
msgid "vinoth06."
msgstr ""
#. Author URI of the plugin
msgid "https://buffercode.com/"
msgstr ""
#: includes/frontend/controller/logout.php:34
msgid "Please click here to logout"
msgstr ""
#: includes/frontend/controller/menu.php:357
msgid "Collapse Menu"
msgstr ""
#. translators: %s : Menu.
#. translators: %s : Menu
#. translators: %s : Name
#: includes/frontend/controller/profile.php:41
#: includes/frontend/controller/profile.php:51
#: includes/admin/validation/class-fed-validation.php:57
msgid "%s "
msgstr ""
#: includes/frontend/controller/profile.php:114
#: includes/frontend/controller/posts.php:325
#: includes/admin/layout/settings_tab/general/class-fed-admin-general.php:473
#: includes/admin/layout/settings_tab/general/class-fed-admin-general.php:804
msgid "Save"
msgstr ""
#: includes/frontend/controller/profile.php:123
msgid "Sorry! there is no field associated to this menu"
msgstr ""
#: includes/frontend/controller/posts.php:114
msgid "Please fill post title"
msgstr ""
#: includes/frontend/controller/posts.php:154
msgid " Successfully Saved"
msgstr ""
#: includes/frontend/controller/posts.php:159
msgid "Sorry! your are not allowed to do this action"
msgstr ""
#: includes/frontend/function-frontend.php:105
msgid "Default Tables not installed, please contact support"
msgstr ""
#: includes/frontend/function-frontend.php:484
msgid "Awesome! This post as been published"
msgstr ""
#: includes/frontend/function-frontend.php:488
msgid "Please wait, your post is in pending status, editor or admin will approve your post."
msgstr ""
#: includes/frontend/function-frontend.php:674
msgid "Sorry!"
msgstr ""
#: includes/frontend/function-frontend.php:675
msgid "No user found..."
msgstr ""
#: includes/frontend/function-frontend.php:867
msgid "Recent Post by"
msgstr ""
#: includes/frontend/function-frontend.php:909
msgid "Error (403)"
msgstr ""
#: includes/frontend/function-frontend.php:913
msgid "Unauthorised Access"
msgstr ""
#: includes/frontend/function-frontend.php:916
msgid "Click here to visit Dashboard"
msgstr ""
#: includes/frontend/request/login/login.php:45
msgid "Successfully Logged in"
msgstr ""
#: includes/frontend/request/login/register.php:53
msgid "Successfully Registered"
msgstr ""
#: includes/frontend/request/login/reset.php:27
msgid "Please enter the Password"
msgstr ""
#: includes/frontend/request/login/reset.php:31
msgid "Password not matched"
msgstr ""
#: includes/frontend/request/login/reset.php:49
msgid "Invalid Key, Please try resetting the password again"
msgstr ""
#: includes/frontend/request/login/reset.php:54
msgid "Something went wrong, Please try again later"
msgstr ""
#: includes/frontend/request/login/validation.php:28
#: includes/frontend/request/validation/validation.php:30
msgid "Password not match"
msgstr ""
#: includes/frontend/request/login/validation.php:38
msgid "Invalid Role"
msgstr ""
#: includes/frontend/request/login/validation.php:42
msgid "You are trying to hack the user role"
msgstr ""
#: includes/frontend/request/login/validation.php:47
msgid "This Username is Illegal to use in this website"
msgstr ""
#: includes/frontend/request/login/forgot.php:40
msgid "Someone has requested a password reset for the following account:"
msgstr ""
#: includes/frontend/request/login/forgot.php:44
msgid "Username: "
msgstr ""
#: includes/frontend/request/login/forgot.php:45
msgid "If this was a mistake, just ignore this email and nothing will happen."
msgstr ""
#: includes/frontend/request/login/forgot.php:49
msgid "To reset your password, visit the following address:"
msgstr ""
#: includes/frontend/request/login/forgot.php:69
msgid "Password Reset - "
msgstr ""
#: includes/frontend/request/login/forgot.php:75
msgid "The email could not be sent. Possible reason: your host may have disabled the mail() function."
msgstr ""
#: includes/frontend/request/login/forgot.php:89
msgid "Reset email sent to your email address"
msgstr ""
#: includes/frontend/request/validation/validation.php:59
msgid "You can able to add only the registered user, So please use the search functionality to find the user"
msgstr ""
#: includes/admin/install/install.php:510
msgid "If you need help in configuring the frontend dashboard, please watch the videos here"
msgstr ""
#: includes/admin/install/install.php:518
msgid "Frontend Dashboard Instructions"
msgstr ""
#: includes/admin/install/install.php:527
msgid "Notice: Please check your default settings"
msgstr ""
#: includes/admin/install/install.php:530
msgid "Here"
msgstr ""
#: includes/admin/install/install.php:533
msgid "if everything is good, please click Don't show again button"
msgstr ""
#: includes/admin/install/install.php:543
msgid "Don't show again"
msgstr ""
#: includes/admin/install/class-fed-install-addons.php:42
msgid "OOPs! Something went wrong while activating the plugin"
msgstr ""
#: includes/admin/install/class-fed-install-addons.php:48
msgid "Plugin activated successfully"
msgstr ""
#: includes/admin/pro/plugins/class-fed-pp-pro.php:45
#: includes/admin/layout/input_fields/email.php:33
#: includes/admin/function-admin.php:93
#: includes/admin/menu/class-fed-admin-menu.php:191
msgid "Email"
msgstr ""
#: includes/admin/pro/plugins/class-fed-pp-pro.php:49
msgid "Templates"
msgstr ""
#: includes/admin/pro/plugins/class-fed-sc-pro.php:39
msgid "Social"
msgstr ""
#: includes/admin/pro/plugins/class-fed-mp-pro.php:54
#: includes/admin/pro/plugins/class-fed-mp-pro.php:55
#: includes/admin/pro/plugins/class-fed-mp-pro.php:224
msgid "Membership Pro"
msgstr ""
#: includes/admin/payment/class-fed-invoice.php:42
#: includes/admin/payment/class-fed-invoice.php:52
msgid "Company Logo"
msgstr ""
#: includes/admin/payment/class-fed-invoice.php:58
msgid "Logo Width (px)"
msgstr ""
#: includes/admin/payment/class-fed-invoice.php:62
#: includes/admin/payment/class-fed-invoice.php:73
msgid "Logo Width in Pixel"
msgstr ""
#: includes/admin/payment/class-fed-invoice.php:79
msgid "Logo Height (px)"
msgstr ""
#: includes/admin/payment/class-fed-invoice.php:83
#: includes/admin/payment/class-fed-invoice.php:94
msgid "Logo Height in Pixel"
msgstr ""
#: includes/admin/payment/class-fed-invoice.php:100
#: includes/admin/payment/class-fed-invoice.php:104
#: includes/admin/payment/class-fed-invoice.php:112
msgid "Company Name"
msgstr ""
#: includes/admin/payment/class-fed-invoice.php:118
#: includes/admin/payment/class-fed-invoice.php:122
#: includes/admin/payment/class-fed-invoice.php:130
msgid "Door Number"
msgstr ""
#: includes/admin/payment/class-fed-invoice.php:136
#: includes/admin/payment/class-fed-invoice.php:140
#: includes/admin/payment/class-fed-invoice.php:148
msgid "Street Name"
msgstr ""
#: includes/admin/payment/class-fed-invoice.php:154
#: includes/admin/payment/class-fed-invoice.php:158
#: includes/admin/payment/class-fed-invoice.php:165
#: includes/admin/payment/class-fed-invoice.php:553
#: includes/admin/payment/class-fed-invoice.php:564
msgid "City"
msgstr ""
#: includes/admin/payment/class-fed-invoice.php:170
#: includes/admin/payment/class-fed-invoice.php:174
#: includes/admin/payment/class-fed-invoice.php:181
#: includes/admin/payment/class-fed-invoice.php:570
#: includes/admin/payment/class-fed-invoice.php:581
msgid "State"
msgstr ""
#: includes/admin/payment/class-fed-invoice.php:186
#: includes/admin/payment/class-fed-invoice.php:190
#: includes/admin/payment/class-fed-invoice.php:198
msgid "Postal Code"
msgstr ""
#: includes/admin/payment/class-fed-invoice.php:204
#: includes/admin/payment/class-fed-invoice.php:216
#: includes/admin/payment/class-fed-invoice.php:604
#: includes/admin/payment/class-fed-invoice.php:615
msgid "Country"
msgstr ""
#: includes/admin/payment/class-fed-invoice.php:222
#: includes/admin/payment/class-fed-invoice.php:226
#: includes/admin/payment/class-fed-invoice.php:234
msgid "Footer Note"
msgstr ""
#: includes/admin/payment/class-fed-invoice.php:284
msgid "Invoice Details Updated Successfully "
msgstr ""
#: includes/admin/payment/class-fed-invoice.php:315
msgid "Please configure the Invoice Details ( FED | Payments | Invoice | Company Details )"
msgstr ""
#: includes/admin/payment/class-fed-invoice.php:382
#: includes/admin/payment/class-fed-payment-menu.php:56
msgid "Company Details"
msgstr ""
#: includes/admin/payment/class-fed-invoice.php:392
msgid "Client Details"
msgstr ""
#: includes/admin/payment/class-fed-invoice.php:414
#: includes/admin/payment/class-fed-invoice.php:519
#: includes/admin/payment/class-fed-invoice.php:530
#: includes/admin/menu/items/status.php:158
msgid "Name"
msgstr ""
#: includes/admin/payment/class-fed-invoice.php:415
#: templates/payments/transactions.php:48
msgid "Amount"
msgstr ""
#: includes/admin/payment/class-fed-invoice.php:416
msgid "Quantity"
msgstr ""
#: includes/admin/payment/class-fed-invoice.php:417
msgid "Tax/Discount"
msgstr ""
#: includes/admin/payment/class-fed-invoice.php:418
#: includes/admin/payment/class-fed-invoice.php:456
msgid "Total"
msgstr ""
#: includes/admin/payment/class-fed-invoice.php:536
#: includes/admin/payment/class-fed-invoice.php:547
msgid "Address"
msgstr ""
#: includes/admin/payment/class-fed-invoice.php:587
#: includes/admin/payment/class-fed-invoice.php:598
msgid "Postcode"
msgstr ""
#: includes/admin/payment/class-fed-invoice.php:621
#: includes/admin/payment/class-fed-invoice.php:632
msgid "Telephone"
msgstr ""
#: includes/admin/payment/class-fed-invoice.php:672
msgid "Invoice User Address Updated Successfully "
msgstr ""
#: includes/admin/payment/class-fed-payment-widgets.php:82
msgid "No payment received yet"
msgstr ""
#: includes/admin/payment/payment.php:278
msgid "Invalid %s"
msgstr ""
#: includes/admin/payment/payment.php:384
msgid "Free"
msgstr ""
#: includes/admin/payment/payment.php:402
msgid "One Time"
msgstr ""
#: includes/admin/payment/payment.php:406
msgid "Recurring"
msgstr ""
#: includes/admin/payment/payment.php:422
msgid "Success"
msgstr ""
#: includes/admin/payment/payment.php:423
msgid "Pending"
msgstr ""
#: includes/admin/payment/payment.php:424
msgid "Hold"
msgstr ""
#: includes/admin/payment/payment.php:425
msgid "Refunded"
msgstr ""
#: includes/admin/payment/payment.php:426
#: includes/common/function-common.php:257
msgid "Cancelled"
msgstr ""
#: includes/admin/payment/class-fed-invoice-template.php:60
msgid "Select to make default"
msgstr ""
#: includes/admin/payment/class-fed-invoice-template.php:74
#: includes/admin/layout/add-edit-profile.php:231
msgid "Submit"
msgstr ""
#: includes/admin/payment/class-fed-payment.php:62
#: includes/admin/payment/class-fed-transaction.php:353
#: includes/admin/payment/class-fed-transaction.php:372
msgid "Gateway"
msgstr ""
#: includes/admin/payment/class-fed-payment.php:77
msgid "By Checking this, you are enabling the Payment"
msgstr ""
#: includes/admin/payment/class-fed-payment.php:97
#: includes/admin/payment/class-fed-payment.php:98
#: includes/admin/payment/class-fed-payment-menu.php:79
msgid "Payments"
msgstr ""
#: includes/admin/payment/class-fed-payment.php:127
msgid "Payment Settings Successfully Saved"
msgstr ""
#: includes/admin/payment/class-fed-transaction.php:34
msgid "Error 403: Please login to view this page"
msgstr ""
#: includes/admin/payment/class-fed-transaction.php:48
msgid "Error 403: You are not allowed to view this page"
msgstr ""
#: includes/admin/payment/class-fed-transaction.php:56
#: includes/admin/layout/settings_tab/email/class-fed-email.php:268
#: includes/admin/layout/settings_tab/email/class-fed-email.php:271
#: templates/payments/transactions.php:207
msgid "User Name"
msgstr ""
#: includes/admin/payment/class-fed-transaction.php:58
#: templates/payments/transactions.php:224
#: templates/payments/transactions.php:239
msgid "Transaction ID"
msgstr ""
#: includes/admin/payment/class-fed-transaction.php:64
#: templates/payments/transactions.php:50
#: templates/payments/transactions.php:252
msgid "Purchase Date"
msgstr ""
#: includes/admin/payment/class-fed-transaction.php:70
#: templates/payments/transactions.php:273
msgid "Payment Source"
msgstr ""
#: includes/admin/payment/class-fed-transaction.php:76
msgid "Payment Type"
msgstr ""
#: includes/admin/payment/class-fed-transaction.php:82
msgid "Product Name"
msgstr ""
#: includes/admin/payment/class-fed-transaction.php:103
msgid "Transaction Added Successfully"
msgstr ""
#: includes/admin/payment/class-fed-transaction.php:112
msgid "OOPs! There is some issue in adding the record, please check the log"
msgstr ""
#: includes/admin/payment/class-fed-transaction.php:294
#: includes/admin/payment/class-fed-payment-menu.php:90
msgid "Something went wrong"
msgstr ""
#: includes/admin/payment/class-fed-transaction.php:318
msgid "Please select your product"
msgstr ""
#: includes/admin/payment/class-fed-transaction.php:329
msgid "Table not exist"
msgstr ""
#: includes/admin/payment/class-fed-transaction.php:391
#: includes/admin/menu/class-fed-admin-menu.php:173
msgid "User"
msgstr ""
#: includes/admin/payment/class-fed-payment-menu.php:31
msgid "Payment Gateway"
msgstr ""
#: includes/admin/payment/class-fed-payment-menu.php:35
#: includes/admin/layout/settings_tab/post/post-tab.php:44
#: includes/admin/layout/settings_tab/login/login-tab.php:88
#: includes/admin/layout/settings_tab/email/class-fed-email.php:43
#: includes/admin/layout/settings_tab/user_profile/user-profile-tab.php:32
#: includes/admin/hooks/class-fed-action-hooks.php:364
#: includes/admin/menu/items/status.php:86
msgid "Settings"
msgstr ""
#: includes/admin/payment/class-fed-payment-menu.php:42
msgid "Transactions"
msgstr ""
#: includes/admin/payment/class-fed-payment-menu.php:46
#: templates/payments/transactions.php:32
#: templates/payments/transactions.php:195
#: templates/payments/transactions.php:376
msgid "Add New Transaction"
msgstr ""
#: includes/admin/payment/class-fed-payment-menu.php:52
#: templates/payments/transactions.php:152
msgid "Invoice"
msgstr ""
#: includes/admin/payment/class-fed-payment-menu.php:61
msgid "Template"
msgstr ""
#: includes/admin/payment/class-fed-payment-menu.php:66
msgid "User Address"
msgstr ""
#: includes/admin/payment/class-fed-payment-menu.php:252
msgid "Under Construction"
msgstr ""
#: includes/admin/payment/class-fed-payment-menu.php:262
msgid "Invalid Menu Item | Error FED|Admin|Payment|FEDPaymentMenu@body_content"
msgstr ""
#: includes/admin/payment/class-fed-payment-menu.php:282
msgid "Ah! something missing | Error FED|Admin|Payment|FEDPaymentMenu@body_content"
msgstr ""
#: includes/admin/layout/add-edit-profile.php:26
#: includes/admin/menu/items/dashboard-menu.php:177
msgid "Select user role to show this input field"
msgstr ""
#: includes/admin/layout/add-edit-profile.php:52
#: includes/admin/layout/add-edit-profile.php:58
msgid "Menu Location"
msgstr ""
#: includes/admin/layout/add-edit-profile.php:73
msgid "Disable in User Profile?"
msgstr ""
#: includes/admin/layout/add-edit-profile.php:100
msgid "Only registered user can upload the files."
msgstr ""
#: includes/admin/layout/add-edit-profile.php:114
msgid "Show in Register Form"
msgstr ""
#: includes/admin/layout/add-edit-profile.php:128
msgid "Show in User Dashboard "
msgstr ""
#: includes/admin/layout/add-edit-profile.php:140
msgid "Post Type"
msgstr ""
#: includes/admin/layout/add-edit-profile.php:159
msgid "Is this required Field"
msgstr ""
#: includes/admin/layout/add-edit-profile.php:182
msgid "Label Name *"
msgstr ""
#: includes/admin/layout/add-edit-profile.php:197
msgid "Input Order"
msgstr ""
#: includes/admin/layout/add-edit-profile.php:246
msgid "Input Meta *"
msgstr ""
#: includes/admin/layout/add-edit-profile.php:252
msgid "Alpha Numeric and underscore only"
msgstr ""
#: includes/admin/layout/class-fed-admin-user-profile.php:41
msgid "Sorry no extra fields added - Please add here "
msgstr ""
#: includes/admin/layout/error.php:25
msgid "404!"
msgstr ""
#: includes/admin/layout/error.php:28
msgid "Hope you have landed wrongly, please proceed to plugin"
msgstr ""
#: includes/admin/layout/error.php:35
msgid "home page"
msgstr ""
#: includes/admin/layout/input_fields/radio.php:32
#: includes/admin/function-admin.php:105
msgid "Radio"
msgstr ""
#: includes/admin/layout/input_fields/radio.php:60
#: includes/admin/layout/input_fields/select.php:69
msgid "Values"
msgstr ""
#: includes/admin/layout/input_fields/radio.php:62
#: includes/admin/layout/input_fields/select.php:71
msgid "Please enter the value by key,value"
msgstr ""
#: includes/admin/layout/input_fields/radio.php:71
#: includes/admin/layout/input_fields/select.php:80
msgid "Examples:"
msgstr ""
#: includes/admin/layout/input_fields/radio.php:75
#: includes/admin/layout/input_fields/select.php:84
msgid "This will be output as"
msgstr ""
#: includes/admin/layout/input_fields/number.php:33
#: includes/admin/function-admin.php:89
msgid "Number"
msgstr ""
#: includes/admin/layout/input_fields/number.php:59
msgid "Min Value"
msgstr ""
#: includes/admin/layout/input_fields/number.php:65
msgid "Max Value"
msgstr ""
#: includes/admin/layout/input_fields/number.php:71
msgid "Step [Increment by Step]"
msgstr ""
#: includes/admin/layout/input_fields/url.php:32
#: includes/admin/function-admin.php:113
msgid "URL"
msgstr ""
#: includes/admin/layout/input_fields/password.php:33
#: includes/admin/layout/settings_tab/email/class-fed-email.php:158
#: includes/admin/layout/settings_tab/email/class-fed-email.php:279
#: includes/admin/layout/settings_tab/email/class-fed-email.php:282
#: includes/admin/function-admin.php:109
#: includes/shortcodes/login/login-data.php:178
#: includes/shortcodes/login/login-data.php:181
msgid "Password"
msgstr ""
#: includes/admin/layout/input_fields/textarea.php:33
#: includes/admin/function-admin.php:85
msgid "Multi-Line"
msgstr ""
#: includes/admin/layout/input_fields/textarea.php:56
msgid "Textarea Row"
msgstr ""
#: includes/admin/layout/input_fields/select.php:33
msgid "Select / Dropdown"
msgstr ""
#: includes/admin/layout/input_fields/select.php:62
msgid "Enable Multi Select"
msgstr ""
#: includes/admin/layout/input_fields/checkbox.php:32
#: includes/admin/function-admin.php:97
msgid "Checkbox"
msgstr ""
#: includes/admin/layout/input_fields/common.php:18
msgid "Placeholder Text"
msgstr ""
#: includes/admin/layout/input_fields/common.php:30
msgid "Class Name"
msgstr ""
#: includes/admin/layout/input_fields/common.php:42
msgid "ID Name"
msgstr ""
#: includes/admin/layout/input_fields/text.php:32
#: includes/admin/function-admin.php:81
msgid "Single Line"
msgstr ""
#: includes/admin/layout/metabox/post-meta-box.php:21
msgid "Frontend Dashboard Custom Fields"
msgstr ""
#: includes/admin/layout/settings_tab/post/post-tab.php:50
#: includes/admin/menu/class-fed-admin-menu.php:65
msgid "Dashboard Settings"
msgstr ""
#: includes/admin/layout/settings_tab/post/post-tab.php:56
msgid "Menu"
msgstr ""
#: includes/admin/layout/settings_tab/post/post-tab.php:62
msgid "Permissions"
msgstr ""
#: includes/admin/layout/settings_tab/general/class-fed-admin-general.php:104
msgid "Admin Scripts"
msgstr ""
#: includes/admin/layout/settings_tab/general/class-fed-admin-general.php:385
#: includes/admin/layout/settings_tab/general/class-fed-admin-general.php:716
msgid "Note:"
msgstr ""
#: includes/admin/layout/settings_tab/general/class-fed-admin-general.php:387
#: includes/admin/layout/settings_tab/general/class-fed-admin-general.php:718
msgid "Select the respective scripts or styles to dequeue from the page"
msgstr ""
#: includes/admin/layout/settings_tab/general/class-fed-admin-general.php:395
#: includes/admin/layout/settings_tab/general/class-fed-admin-general.php:726
msgid "Caution:"
msgstr ""
#: includes/admin/layout/settings_tab/general/class-fed-admin-general.php:397
msgid "If you are not aware, please don't select any options, that may crash the Admin Section"
msgstr ""
#: includes/admin/layout/settings_tab/general/class-fed-admin-general.php:728
msgid "If you are not aware, please don't select any options, that may crash the Frontend Dashboard"
msgstr ""
#: includes/admin/layout/settings_tab/user/user-upload.php:47
#: includes/admin/layout/settings_tab/user/user-tab.php:84
msgid "User Upload Permission"
msgstr ""
#: includes/admin/layout/settings_tab/user/user-upload.php:53
msgid "Allow User Roles to Upload Files"
msgstr ""
#: includes/admin/layout/settings_tab/user/role.php:38
msgid "Add New User Role"
msgstr ""
#: includes/admin/layout/settings_tab/user/role.php:44
#: includes/admin/layout/settings_tab/user/role.php:52
msgid "Role Name"
msgstr ""
#: includes/admin/layout/settings_tab/user/role.php:60
#: includes/admin/layout/settings_tab/user/role.php:68
msgid "Role Slug"
msgstr ""
#: includes/admin/layout/settings_tab/user/role.php:77
msgid "Add"
msgstr ""
#: includes/admin/layout/settings_tab/user/role.php:88
msgid "Custom User Roles"
msgstr ""
#: includes/admin/layout/settings_tab/user/role.php:92
msgid "Sorry! No custom user role added"
msgstr ""
#: includes/admin/layout/settings_tab/user/user-tab.php:78
msgid "Add/Delete Custom Role"
msgstr ""
#: includes/admin/layout/settings_tab/login/login-tab.php:94
#: includes/shortcodes/login/login-data.php:20
#: includes/shortcodes/login/login-data.php:126
#: includes/shortcodes/login/login-data.php:130
msgid "Register"
msgstr ""
#: includes/admin/layout/settings_tab/login/login-tab.php:100
msgid "Restrict WP Admin Area"
msgstr ""
#: includes/admin/layout/settings_tab/login/login-tab.php:106
#: includes/admin/layout/settings_tab/login/restrict-username.php:48
msgid "Restrict Username"
msgstr ""
#: includes/admin/layout/settings_tab/login/login-tab.php:112
msgid "Frontend Login Menu"
msgstr ""
#: includes/admin/layout/settings_tab/login/settings.php:67
msgid "Register Page URL"
msgstr ""
#: includes/admin/layout/settings_tab/login/settings.php:85
msgid "Forgot Password Page URL"
msgstr ""
#: includes/admin/layout/settings_tab/login/settings.php:103
msgid "Redirect After Register URL"
msgstr ""
#: includes/admin/layout/settings_tab/login/settings.php:116
msgid "Redirect After Logged in URL"
msgstr ""
#: includes/admin/layout/settings_tab/login/settings.php:129
msgid "Redirect After Logged out URL"
msgstr ""
#: includes/admin/layout/settings_tab/login/settings.php:142
msgid "Dashboard"
msgstr ""
#: includes/admin/layout/settings_tab/login/frontend-login-menu.php:38
msgid "Assign Login Menu"
msgstr ""
#: includes/admin/layout/settings_tab/login/frontend-login-menu.php:44
#: includes/widgets/class-fed-post-widget.php:163
#: includes/widgets/class-fed-post-widget.php:164
#: includes/widgets/class-fed-post-widget.php:176
#: includes/widgets/class-fed-post-widget.php:188
#: templates/payments/transactions.php:343
msgid "Please Select"
msgstr ""
#: includes/admin/layout/settings_tab/login/frontend-login-menu.php:52
msgid "Select the respective menu items to show the Login, Logout and Dashboard Menu Items"
msgstr ""
#: includes/admin/layout/settings_tab/email/class-fed-email.php:52
msgid "SMTP"
msgstr ""
#: includes/admin/layout/settings_tab/email/class-fed-email.php:128
#: includes/admin/layout/settings_tab/email/class-fed-email.php:198
msgid "Send Email Via"
msgstr ""
#: includes/admin/layout/settings_tab/email/class-fed-email.php:129
msgid "Email Address"
msgstr ""
#: includes/admin/layout/settings_tab/email/class-fed-email.php:156
#: includes/admin/layout/settings_tab/email/class-fed-email.php:257
#: includes/admin/layout/settings_tab/email/class-fed-email.php:260
msgid "Host Name"
msgstr ""
#: includes/admin/layout/settings_tab/email/class-fed-email.php:160
msgid "Username"
msgstr ""
#: includes/admin/layout/settings_tab/email/class-fed-email.php:162
#: includes/admin/layout/settings_tab/email/class-fed-email.php:290
#: includes/admin/layout/settings_tab/email/class-fed-email.php:293
msgid "Port"
msgstr ""
#: includes/admin/layout/settings_tab/email/class-fed-email.php:212
#: includes/admin/layout/settings_tab/email/class-fed-email.php:215
msgid "Email From Address"
msgstr ""
#: includes/admin/layout/settings_tab/email/class-fed-email.php:222
#: includes/admin/layout/settings_tab/email/class-fed-email.php:225
msgid "Email From Name"
msgstr ""
#: includes/admin/layout/settings_tab/email/class-fed-email.php:301
msgid "SMTP Encryption Type"
msgstr ""
#: includes/admin/layout/settings_tab/email/class-fed-email.php:317
msgid "SMTP Authentication"
msgstr ""
#: includes/admin/layout/settings_tab/user_profile/settings.php:20
msgid "Let it be default"
msgstr ""
#: includes/admin/layout/settings_tab/user_profile/settings.php:48
msgid "Change Profile Picture"
msgstr ""
#: includes/admin/layout/settings_tab/user_profile/settings.php:58
msgid "Image size should be min 600x600 px"
msgstr ""
#: includes/admin/layout/settings_tab/user_profile/settings.php:63
msgid "Disable Description"
msgstr ""
#: includes/admin/layout/settings_tab/user_profile/settings.php:75
msgid "Number of Recent Post to show"
msgstr ""
#: includes/admin/layout/settings_tab/user_profile/settings.php:78
msgid "Number of Recent Post to show on User Profile"
msgstr ""
#: includes/admin/layout/settings_tab/user_profile/settings.php:87
msgid "Collapse Menu Always"
msgstr ""
#: includes/admin/layout/settings_tab/user_profile/settings.php:99
msgid "Disable Logout"
msgstr ""
#: includes/admin/layout/settings_tab/user_profile/settings.php:111
msgid "Disable Collapse Menu"
msgstr ""
#: includes/admin/layout/settings_tab/user_profile/settings.php:157
msgid "Primary Background Color"
msgstr ""
#: includes/admin/layout/settings_tab/user_profile/settings.php:169
msgid "Primary Background Font Color"
msgstr ""
#: includes/admin/layout/settings_tab/user_profile/settings.php:181
msgid "Secondary Background Color"
msgstr ""
#: includes/admin/layout/settings_tab/user_profile/settings.php:193
msgid "Secondary Background Font Color"
msgstr ""
#: includes/admin/layout/settings_tab/user_profile/settings.php:214
msgid "Please install Frontend Dashboard Extra Plugin to activate this section"
msgstr ""
#: includes/admin/layout/settings_tab/user_profile/settings.php:220
msgid "Download"
msgstr ""
#: includes/admin/layout/settings_tab/user_profile/settings.php:223
msgid "Frontend Dashboard Extra"
msgstr ""
#: includes/admin/layout/settings_tab/user_profile/user-profile-tab.php:38
msgid "Colors"
msgstr ""
#: includes/admin/function-admin.php:31
msgid "Invalid Request - 700"
msgstr ""
#: includes/admin/function-admin.php:36
msgid "Invalid Request - 701"
msgstr ""
#: includes/admin/function-admin.php:43
msgid "Invalid Request - 702"
msgstr ""
#: includes/admin/function-admin.php:48
msgid "Invalid Request - 703"