-
Notifications
You must be signed in to change notification settings - Fork 49
/
Copy pathfluent-smtp-it_IT.po
2570 lines (2009 loc) · 74.4 KB
/
fluent-smtp-it_IT.po
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
msgid ""
msgstr ""
"Project-Id-Version: FluentSMTP\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-08-20 18:53+0000\n"
"PO-Revision-Date: 2024-07-02 14:06+0000\n"
"Language-Team: Italian\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Loco https://localise.biz/\n"
"X-Loco-Version: 2.5.0; wp-5.6\n"
"X-Domain: fluent-smtp\n"
"Last-Translator: Michelangelo <michelangeloscottodigregorio@gmail.com>\n"
"Language: it_IT"
#: translationStrings.php:3 app/Hooks/Handlers/AdminMenuHandler.php:450
msgid " connection."
msgstr ""
#: app/Services/Mailer/Providers/config.php:70
msgid " for how to configure Amazon SES with FluentSMTP."
msgstr ""
#: app/Services/Mailer/Providers/config.php:175
msgid " for how to configure Elastic Email with FluentSMTP."
msgstr ""
#: app/Services/Mailer/Providers/config.php:87
msgid " for how to configure Mailgun with FluentSMTP."
msgstr ""
#: app/Services/Mailer/Providers/config.php:143
msgid " for how to configure Netcore (formerly Pepipost) with FluentSMTP."
msgstr ""
#: app/Services/Mailer/Providers/config.php:160
msgid " for how to configure Postmark with FluentSMTP."
msgstr ""
#: app/Services/Mailer/Providers/config.php:101
msgid " for how to configure SendGrid with FluentSMTP."
msgstr ""
#: app/Services/Mailer/Providers/config.php:115
msgid " for how to configure Sendinblue with FluentSMTP."
msgstr ""
#: app/Services/Mailer/Providers/config.php:129
msgid " for how to configure SparkPost with FluentSMTP."
msgstr ""
#: translationStrings.php:4 app/Hooks/Handlers/AdminMenuHandler.php:451
msgid " in the "
msgstr ""
#: app/Hooks/Handlers/AdminMenuHandler.php:723
msgid ""
" is the best and complete feature-rich Email Marketing & CRM solution. It is "
"also the simplest and fastest CRM and Marketing Plugin on WordPress. Manage "
"your customer relationships, build your email lists, send email campaigns, "
"build funnels, and make more profit and increase your conversion rates. (Yes,"
" It’s Free!)"
msgstr ""
#: translationStrings.php:5 app/Hooks/Handlers/AdminMenuHandler.php:452
msgid " option in the Google Cloud Project."
msgstr ""
#: app/Hooks/Handlers/AdminMenuHandler.php:728
msgid ""
"(By default, the TLS encryption would be used if the server supports it. On "
"some servers, it could be a problem and may need to be disabled.)"
msgstr ""
#: translationStrings.php:6 app/Hooks/Handlers/AdminMenuHandler.php:453
msgid "(Default: US East(N.Virginia) / us - east - 1)"
msgstr ""
#: app/Hooks/Handlers/AdminMenuHandler.php:729
msgid ""
"(If you need to provide your SMTP server's credentials (username and "
"password) enable the authentication, in most cases this is required.)"
msgstr ""
#: translationStrings.php:7 app/Hooks/Handlers/AdminMenuHandler.php:454
msgid "(Re Authentication Required)"
msgstr ""
#: translationStrings.php:8 app/Hooks/Handlers/AdminMenuHandler.php:455
msgid "*** It is very important to put "
msgstr ""
#: app/Services/NotificationHelper.php:384
msgid "**Email Subject:** "
msgstr ""
#: app/Services/NotificationHelper.php:385
msgid "**Error Message:** ```"
msgstr ""
#: app/Services/NotificationHelper.php:382
msgid "**Sending Driver:** "
msgstr ""
#: app/Services/NotificationHelper.php:383
msgid "**To Email Address:** "
msgstr ""
#: app/Services/NotificationHelper.php:381
msgid "**Website URL:** "
msgstr ""
#: app/Hooks/Handlers/AdminMenuHandler.php:78
msgid ""
". It's compatible with various SMTP services, including Amazon SES, SendGrid,"
" MailGun, ElasticEmail, SendInBlue, Google, Microsoft, and others, providing "
"you with a wide range of options for your email needs."
msgstr ""
#: app/Hooks/Handlers/AdminMenuHandler.php:228
#, php-format
msgid "<b>FluentSMTP</b> is a free plugin & it will be always free %s. %s"
msgstr ""
#: app/Services/NotificationHelper.php:386
msgid "[View Failed Email(s)]("
msgstr ""
#: translationStrings.php:252
msgid "__ABOUT_BY"
msgstr ""
#: translationStrings.php:253
msgid "__ABOUT_COMMUNITY"
msgstr ""
#: translationStrings.php:254
msgid "__ABOUT_INTRO"
msgstr ""
#: translationStrings.php:255
msgid "__ABOUT_JOIN"
msgstr ""
#: translationStrings.php:256
msgid "__ABOUT_POWERED"
msgstr ""
#: translationStrings.php:257
msgid "__ANOTHER_CONNECTION_NOTICE"
msgstr ""
#: translationStrings.php:258
msgid "__DEFAULT_CONNECTION_CONFLICT"
msgstr ""
#: translationStrings.php:298
msgid "__default_connection_popover"
msgstr ""
#: translationStrings.php:259
msgid "__DEFAULT_MAIl_WARNING"
msgstr ""
#: translationStrings.php:260
msgid "__DISCORD_INTRO"
msgstr ""
#: translationStrings.php:261
msgid "__DISCORD_NOTIFICATION_ENABLED"
msgstr ""
#: translationStrings.php:262
msgid "__EMAIL_LOGGING_OFF"
msgstr ""
#: translationStrings.php:264
msgid "__Email_Simulation_Label"
msgstr ""
#: translationStrings.php:265
msgid "__Email_Simulation_Yes"
msgstr ""
#: translationStrings.php:263
msgid "__EMAIL_SUMMARY_INTRO"
msgstr ""
#: translationStrings.php:299
msgid "__fallback_connection_popover"
msgstr ""
#: translationStrings.php:266
msgid "__FC_DESC"
msgstr ""
#: translationStrings.php:267
msgid "__FF_DESC"
msgstr ""
#: translationStrings.php:268
msgid "__FORCE_SENDER_NAME_TIP"
msgstr ""
#: translationStrings.php:300
msgid "__from_email_tooltip"
msgstr ""
#: translationStrings.php:269
msgid "__GCP_API_INST"
msgstr ""
#: translationStrings.php:270
msgid "__GCP_INTRO"
msgstr ""
#: translationStrings.php:271
msgid "__GIT_CONTRIBUTE"
msgstr ""
#: translationStrings.php:272
msgid "__GMAIL_CODE_INSTRUCTION"
msgstr ""
#: translationStrings.php:273
msgid "__GMAIL_SUCCESS"
msgstr ""
#: translationStrings.php:274
msgid "__MAILGUN_REGION"
msgstr ""
#: translationStrings.php:275
msgid "__MAILGUN_URL_TIP"
msgstr ""
#: translationStrings.php:276
msgid "__NT_DESC"
msgstr ""
#: translationStrings.php:277
msgid "__NT_DESC_EXT"
msgstr ""
#: translationStrings.php:278
msgid "__PEPIPOST_HELP"
msgstr ""
#: translationStrings.php:279
msgid "__POSTMARK_CLICK"
msgstr ""
#: translationStrings.php:280
msgid "__POSTMARK_HELP"
msgstr ""
#: translationStrings.php:281
msgid "__POSTMARK_OPEN"
msgstr ""
#: translationStrings.php:282
msgid "__RETURN_PATH_ALERT"
msgstr ""
#: translationStrings.php:283
msgid "__RETURN_PATH_TOOLTIP"
msgstr ""
#: translationStrings.php:301
msgid "__routing_info"
msgstr ""
#: translationStrings.php:284
msgid "__SLACK_INTRO"
msgstr ""
#: translationStrings.php:285
msgid "__SLACK_NOTIFICATION_ENABLED"
msgstr ""
#: translationStrings.php:286
msgid "__SLACK_TERMS"
msgstr ""
#: translationStrings.php:287
msgid "__SMTP_CRED_HELP"
msgstr ""
#: translationStrings.php:288
msgid "__SUBSCRIBE_INTRO"
msgstr ""
#: translationStrings.php:289
msgid "__SUPPORT_INTRO"
msgstr ""
#: translationStrings.php:291
msgid "__TELE_INTRO"
msgstr ""
#: translationStrings.php:292
msgid "__TELE_LAST_STEP"
msgstr ""
#: translationStrings.php:293
msgid "__TELE_RESPONSE_ERROR"
msgstr ""
#: translationStrings.php:294
msgid "__TELE_TERMS"
msgstr ""
#: translationStrings.php:290
msgid "__TELEGRAM_NOTIFICATION_ENABLED"
msgstr ""
#: translationStrings.php:295
msgid "__TEST_EMAIL_INST"
msgstr ""
#: translationStrings.php:296
msgid "__TLS_HELP"
msgstr ""
#: translationStrings.php:302
msgid "__wizard_instruction"
msgstr ""
#: translationStrings.php:303
msgid "__wizard_sub"
msgstr ""
#: translationStrings.php:304
msgid "__wizard_title"
msgstr ""
#: translationStrings.php:297
msgid "__WP_CONFIG_INSTRUCTION"
msgstr ""
#: translationStrings.php:9 app/Hooks/Handlers/AdminMenuHandler.php:456
msgid "A name for the connection."
msgstr ""
#: translationStrings.php:11 app/Hooks/Handlers/AdminMenuHandler.php:458
msgid "About"
msgstr ""
#: translationStrings.php:12 app/Hooks/Handlers/AdminMenuHandler.php:459
msgid "Access Key"
msgstr ""
#: app/Services/Mailer/Providers/AmazonSes/ValidatorTrait.php:20
msgid "Access key is required."
msgstr "La chiave di accesso è obbligatoria."
#: translationStrings.php:13 app/Hooks/Handlers/AdminMenuHandler.php:460
msgid "Access Keys in Config File"
msgstr ""
#: translationStrings.php:14 app/Hooks/Handlers/AdminMenuHandler.php:461
msgid "Access Token"
msgstr ""
#: translationStrings.php:15 app/Hooks/Handlers/AdminMenuHandler.php:462
msgid "Actions"
msgstr "Azioni"
#: translationStrings.php:305 app/Hooks/Handlers/AdminMenuHandler.php:755
msgid "activate "
msgstr ""
#: translationStrings.php:16 app/Hooks/Handlers/AdminMenuHandler.php:463
msgid "Activation Pin"
msgstr ""
#: translationStrings.php:17 app/Hooks/Handlers/AdminMenuHandler.php:464
msgid "Active Connections:"
msgstr "Connessioni attive:"
#: translationStrings.php:18 app/Hooks/Handlers/AdminMenuHandler.php:465
msgid "Active Email Connections"
msgstr "Connessioni e-mail attive"
#: translationStrings.php:19 app/Hooks/Handlers/AdminMenuHandler.php:466
msgid "Active Senders:"
msgstr "Invii attivi:"
#: translationStrings.php:20 app/Hooks/Handlers/AdminMenuHandler.php:467
msgid "Add"
msgstr ""
#: translationStrings.php:21 app/Hooks/Handlers/AdminMenuHandler.php:468
msgid "Add Additional Senders"
msgstr ""
#: translationStrings.php:22 app/Hooks/Handlers/AdminMenuHandler.php:469
msgid "Add Another Connection"
msgstr "Aggiungi un'altra connessione"
#: app/Services/Mailer/Providers/config.php:67
msgid "Africa (Cape Town)"
msgstr "Africa (Città del Capo)"
#: translationStrings.php:23 app/Hooks/Handlers/AdminMenuHandler.php:470
msgid "After 1 Year"
msgstr ""
#: translationStrings.php:24 app/Hooks/Handlers/AdminMenuHandler.php:471
msgid "After 14 Days"
msgstr ""
#: translationStrings.php:25 app/Hooks/Handlers/AdminMenuHandler.php:472
msgid "After 2 Years"
msgstr ""
#: translationStrings.php:26 app/Hooks/Handlers/AdminMenuHandler.php:473
msgid "After 30 Days"
msgstr ""
#: translationStrings.php:27 app/Hooks/Handlers/AdminMenuHandler.php:474
msgid "After 6 Months"
msgstr ""
#: translationStrings.php:28 app/Hooks/Handlers/AdminMenuHandler.php:475
msgid "After 60 Days"
msgstr ""
#: translationStrings.php:29 app/Hooks/Handlers/AdminMenuHandler.php:476
msgid "After 7 Days"
msgstr ""
#: translationStrings.php:30 app/Hooks/Handlers/AdminMenuHandler.php:477
msgid "After 90 Days"
msgstr ""
#: translationStrings.php:31 app/Hooks/Handlers/AdminMenuHandler.php:478
msgid "Alerts"
msgstr ""
#: app/Hooks/Handlers/AdminMenuHandler.php:415
#, fuzzy
msgid "All"
msgstr "Tutti"
#: translationStrings.php:32 app/Hooks/Handlers/AdminMenuHandler.php:479
msgid "All Statuses"
msgstr ""
#: translationStrings.php:33 app/Hooks/Handlers/AdminMenuHandler.php:480
msgid "All Time"
msgstr ""
#: app/Services/Mailer/Providers/config.php:33
#, fuzzy
msgid "Amazon SES"
msgstr "Amazon SES"
#: app/Hooks/Handlers/AdminMenuHandler.php:730
msgid ""
"Another connection with same email address exist. This connection will "
"replace that connection"
msgstr ""
#: translationStrings.php:10 app/Hooks/Handlers/AdminMenuHandler.php:457
msgid "API Key"
msgstr ""
#: app/Services/Mailer/Providers/Postmark/ValidatorTrait.php:20
#: app/Services/Mailer/Providers/ElasticMail/ValidatorTrait.php:19
#: app/Services/Mailer/Providers/SparkPost/ValidatorTrait.php:20
#: app/Services/Mailer/Providers/SendGrid/ValidatorTrait.php:20
#: app/Services/Mailer/Providers/SendInBlue/ValidatorTrait.php:19
#: app/Services/Mailer/Providers/PepiPost/ValidatorTrait.php:20
#: app/Services/Mailer/Providers/TransMail/ValidatorTrait.php:19
#: app/Services/Mailer/Providers/Mailgun/ValidatorTrait.php:19
msgid "Api key is required."
msgstr "Api key obbligatoria."
#: translationStrings.php:34 app/Hooks/Handlers/AdminMenuHandler.php:481
msgid "App Callback URL(Use this URL to your APP)"
msgstr ""
#: translationStrings.php:35 app/Hooks/Handlers/AdminMenuHandler.php:482
msgid "Application Client ID"
msgstr ""
#: app/Services/Mailer/Providers/Gmail/Handler.php:117
#: app/Services/Mailer/Providers/Outlook/Handler.php:82
#, fuzzy
#| msgid "Application Cluent ID is required."
msgid "Application Client ID is required."
msgstr "Cluent ID dell'applicazione è obbligatoria."
#: translationStrings.php:36 app/Hooks/Handlers/AdminMenuHandler.php:483
msgid "Application Client Secret"
msgstr ""
#: app/Services/Mailer/Providers/Gmail/Handler.php:121
#: app/Services/Mailer/Providers/Outlook/Handler.php:86
msgid "Application Client Secret key is required."
msgstr "La Secret key dell'applicazione è obbligatoria."
#: translationStrings.php:37 app/Hooks/Handlers/AdminMenuHandler.php:484
msgid "Application Keys in Config File"
msgstr ""
#: translationStrings.php:38 app/Hooks/Handlers/AdminMenuHandler.php:485
#, fuzzy
msgid "Apply"
msgstr "Applica"
#: translationStrings.php:39 app/Hooks/Handlers/AdminMenuHandler.php:486
msgid "Are you sure you want to disconnect Discord notifications?"
msgstr ""
#: translationStrings.php:40 app/Hooks/Handlers/AdminMenuHandler.php:487
msgid "Are you sure you want to disconnect Slack notifications?"
msgstr ""
#: translationStrings.php:41 app/Hooks/Handlers/AdminMenuHandler.php:488
msgid "Are you sure you want to disconnect Telegram notifications?"
msgstr ""
#: translationStrings.php:42 app/Hooks/Handlers/AdminMenuHandler.php:489
msgid "Are you sure you want to remove this email address?"
msgstr ""
#: translationStrings.php:43 app/Hooks/Handlers/AdminMenuHandler.php:490
msgid "Are you sure, you want to delete all the logs?"
msgstr ""
#: app/Services/Mailer/Providers/config.php:59
msgid "Asia Pacific (Mumbai)"
msgstr "Asia Pacifico (Mumbai)"
#: app/Services/Mailer/Providers/config.php:60
msgid "Asia Pacific (Seoul)"
msgstr "Asia Pacifico (Seoul)"
#: app/Services/Mailer/Providers/config.php:61
msgid "Asia Pacific (Singapore)"
msgstr "Asia Pacifico (Singapore)"
#: app/Services/Mailer/Providers/config.php:62
msgid "Asia Pacific (Sydney)"
msgstr "Asia Pacifico (Sydney)"
#: app/Services/Mailer/Providers/config.php:63
msgid "Asia Pacific (Tokyo)"
msgstr "Asia Pacifico (Tokyo)"
#: translationStrings.php:44 app/Hooks/Handlers/AdminMenuHandler.php:491
#, fuzzy
msgid "Attachments"
msgstr "Allegati"
#: translationStrings.php:45 app/Hooks/Handlers/AdminMenuHandler.php:492
msgid "Authenticate with Google & Get Access Token"
msgstr ""
#: translationStrings.php:46 app/Hooks/Handlers/AdminMenuHandler.php:493
msgid "Authenticate with Office365 & Get Access Token"
msgstr ""
#: translationStrings.php:47 app/Hooks/Handlers/AdminMenuHandler.php:494
msgid "Authentication"
msgstr ""
#: translationStrings.php:48 app/Hooks/Handlers/AdminMenuHandler.php:495
msgid "Authorized Redirect URI"
msgstr ""
#: translationStrings.php:49 app/Hooks/Handlers/AdminMenuHandler.php:496
msgid "Authorized Redirect URIs"
msgstr ""
#: app/views/admin/digest_email.php:180
msgid "Awesome! no failures! 🎉"
msgstr "Fantastico! nessun fallimento! 🎉"
#: app/Http/Controllers/TelegramController.php:45
msgid "Awesome! Please activate the connection from your telegram account."
msgstr ""
#: translationStrings.php:50 app/Hooks/Handlers/AdminMenuHandler.php:497
msgid "Awesome! Please check your email inbox and confirm your subscription."
msgstr ""
#: app/Http/Controllers/SlackController.php:56
msgid "Awesome! You are redirecting to slack"
msgstr ""
#: app/Services/Mailer/Providers/config.php:66
msgid "AWS GovCloud (US)"
msgstr "AWS GovCloud (Stati Uniti)"
#: translationStrings.php:51 app/Hooks/Handlers/AdminMenuHandler.php:498
msgid "Best WP DataTables Plugin for WordPress"
msgstr ""
#: translationStrings.php:52 app/Hooks/Handlers/AdminMenuHandler.php:499
msgid "Bulk Action"
msgstr "Azione Multiple"
#: translationStrings.php:53 app/Hooks/Handlers/AdminMenuHandler.php:500
#, fuzzy
msgid "By Date"
msgstr "Per Data"
#: app/Services/Mailer/Providers/config.php:52
msgid "Canada (Central)"
msgstr "Canada (Centrale)"
#: translationStrings.php:54 app/Hooks/Handlers/AdminMenuHandler.php:501
msgid "Cancel"
msgstr ""
#: translationStrings.php:306 app/Hooks/Handlers/AdminMenuHandler.php:756
#, fuzzy
msgid "cancel"
msgstr "annulla"
#: app/Http/Controllers/DiscordController.php:26
msgid "Channel Name required"
msgstr ""
#: translationStrings.php:307 app/Hooks/Handlers/AdminMenuHandler.php:757
msgid "check the documentation first to create API keys at Microsoft"
msgstr ""
#: app/Services/Mailer/Providers/config.php:68
msgid "China (Ningxia)"
msgstr "Cina (Ningxia)"
#: translationStrings.php:308 app/Hooks/Handlers/AdminMenuHandler.php:758
msgid "click here"
msgstr ""
#: translationStrings.php:55 app/Hooks/Handlers/AdminMenuHandler.php:502
#, fuzzy
msgid "Close"
msgstr "Chiudi"
#: translationStrings.php:56 app/Hooks/Handlers/AdminMenuHandler.php:503
msgid "Configure Discord Notification"
msgstr ""
#: app/Hooks/Handlers/AdminMenuHandler.php:286
msgid "Configure FluentSMTP"
msgstr "Configura FluentSMTP"
#: translationStrings.php:309 app/Hooks/Handlers/AdminMenuHandler.php:759
#, fuzzy
msgid "confirm"
msgstr "conferma"
#: app/views/admin/email_html.php:27
msgid "Congrats, test email was sent successfully!"
msgstr ""
#: translationStrings.php:60 app/Hooks/Handlers/AdminMenuHandler.php:507
msgid "Connection deleted Successfully."
msgstr ""
#: translationStrings.php:57 app/Hooks/Handlers/AdminMenuHandler.php:504
msgid "Connection Details"
msgstr "Dettagli connessione"
#: app/views/admin/ses_connection_info.php:4
msgid "Connection Error: "
msgstr ""
#: translationStrings.php:58 app/Hooks/Handlers/AdminMenuHandler.php:505
msgid "Connection Name "
msgstr ""
#: translationStrings.php:59 app/Hooks/Handlers/AdminMenuHandler.php:506
msgid "Connection Provider"
msgstr ""
#: app/Http/Controllers/TelegramController.php:87
msgid "Connection successful"
msgstr ""
#: app/views/admin/ses_connection_info.php:9
#: app/views/admin/general_connection_info.php:4
msgid "Connection Type"
msgstr ""
#: translationStrings.php:61 app/Hooks/Handlers/AdminMenuHandler.php:508
msgid "Continue"
msgstr ""
#: translationStrings.php:62 app/Hooks/Handlers/AdminMenuHandler.php:509
msgid "Continue to Slack"
msgstr ""
#: translationStrings.php:63 app/Hooks/Handlers/AdminMenuHandler.php:510
msgid "Contributors"
msgstr ""
#: translationStrings.php:310 app/Hooks/Handlers/AdminMenuHandler.php:760
msgid "copy"
msgstr ""
#: translationStrings.php:64 app/Hooks/Handlers/AdminMenuHandler.php:511
msgid "Create API Key."
msgstr ""
#: app/Hooks/Handlers/AdminMenuHandler.php:767
msgid "Credential Verification Failed. Please check your inputs"
msgstr "Verifica credenziali fallita. Per favore controlla i campi"
#: translationStrings.php:65 app/Hooks/Handlers/AdminMenuHandler.php:512
msgid "Current verified senders:"
msgstr ""
#: app/Hooks/Handlers/AdminMenuHandler.php:424
#, fuzzy
msgid "Date"
msgstr "Data"
#: translationStrings.php:66 app/Hooks/Handlers/AdminMenuHandler.php:513
msgid "Date-Time"
msgstr "Data ed ora"
#: translationStrings.php:67 app/Hooks/Handlers/AdminMenuHandler.php:514
#, fuzzy
msgid "Days"
msgstr "Giorni"
#: app/Hooks/Handlers/AdminMenuHandler.php:738
msgid ""
"Default and Fallback connection can not be same. Please select different "
"connections."
msgstr ""
#: translationStrings.php:68 app/Hooks/Handlers/AdminMenuHandler.php:515
msgid "Default Connection"
msgstr "Connessione predefinita"
#: app/Hooks/Handlers/AdminMenuHandler.php:739
msgid "Define which endpoint you want to use for sending messages."
msgstr ""
#: translationStrings.php:69 app/Hooks/Handlers/AdminMenuHandler.php:516
#, fuzzy
msgid "Delete Logs"
msgstr "Cancella Log"
#: translationStrings.php:70 app/Hooks/Handlers/AdminMenuHandler.php:517
msgid "Delete Logs:"
msgstr "Cancella Logs:"
#: translationStrings.php:71 app/Hooks/Handlers/AdminMenuHandler.php:518
msgid "Delete Selected"
msgstr ""
#: translationStrings.php:311
msgid "delete_logs_info"
msgstr ""
#: translationStrings.php:72 app/Hooks/Handlers/AdminMenuHandler.php:519
msgid "Disable Logging for FluentCRM Emails"
msgstr "Disabilita i log per le e-mail di FluentCRM"
#: app/Hooks/Handlers/AdminMenuHandler.php:706
msgid "Disable sending all emails. If you enable this, no email will be sent."
msgstr ""
"Disabilita l'invio di tutte le e-mail. Se si abilita questa opzione, non "
"verrà inviata alcuna e-mail."
#: translationStrings.php:73 app/Hooks/Handlers/AdminMenuHandler.php:520
msgid "Disconnect"
msgstr ""
#: translationStrings.php:74 app/Hooks/Handlers/AdminMenuHandler.php:521
msgid "Disconnect & Reconnect"
msgstr ""
#: translationStrings.php:75 app/Hooks/Handlers/AdminMenuHandler.php:522
msgid "Discord Channel Details: "
msgstr ""
#: app/Http/Controllers/DiscordController.php:91
msgid "Discord connection has been disconnected successfully"
msgstr ""
#: translationStrings.php:76 app/Hooks/Handlers/AdminMenuHandler.php:523
msgid "Discord Notifications Enabled"
msgstr ""
#: translationStrings.php:77 app/Hooks/Handlers/AdminMenuHandler.php:524
msgid "Discord Webhook URL"
msgstr ""
#: translationStrings.php:78 app/Hooks/Handlers/AdminMenuHandler.php:525
msgid "Documentation"
msgstr ""
#: translationStrings.php:79 app/Hooks/Handlers/AdminMenuHandler.php:526
msgid "Domain Name"
msgstr ""
#: app/Services/Mailer/Providers/TransMail/ValidatorTrait.php:23
#: app/Services/Mailer/Providers/Mailgun/ValidatorTrait.php:23
msgid "Domain name is required."
msgstr "Il nome di dominio è obbligatorio."
#: translationStrings.php:80 app/Hooks/Handlers/AdminMenuHandler.php:527
#, fuzzy
msgid "Edit Connection"
msgstr "Modifica collegamento"
#: app/Services/Mailer/Providers/config.php:164
#, fuzzy
#| msgid "Elastic Mail"
msgid "Elastic Email"
msgstr "Elastic Mail"
#: translationStrings.php:81 app/Hooks/Handlers/AdminMenuHandler.php:528
msgid "ElasticEmail API Settings"
msgstr ""
#: translationStrings.php:82 app/Hooks/Handlers/AdminMenuHandler.php:529
msgid "Email Address"
msgstr "Indirizzo e-mail"
#: app/Services/Mailer/Providers/AmazonSes/Handler.php:251
msgid ""
"Email address already exists with another connection. Please choose a "
"different email."
msgstr ""
#: translationStrings.php:83 app/Hooks/Handlers/AdminMenuHandler.php:530
#, fuzzy
msgid "Email Body"
msgstr "Corpo della e-mail"
#: app/Http/Controllers/SettingsController.php:167
msgid "Email delivered successfully."
msgstr "Invio e-mail riuscito."
#: app/Hooks/Handlers/AdminMenuHandler.php:306
msgid "Email Disabled"
msgstr "E-mail disabilitata"
#: app/Services/Mailer/Providers/AmazonSes/Handler.php:283
#: app/Services/Mailer/Providers/AmazonSes/Handler.php:288
msgid "Email does not exists. Please try again."
msgstr ""
#: translationStrings.php:84 app/Hooks/Handlers/AdminMenuHandler.php:531
msgid "Email Failed:"
msgstr "E-mail fallita:"
#: app/Hooks/Handlers/SchedulerHandler.php:124
msgid "Email Failures"
msgstr "E-mail fallite:"
#: app/Http/Controllers/SettingsController.php:259
msgid "Email has been added successfully"
msgstr ""
#: app/Http/Controllers/SettingsController.php:297
msgid "Email has been removed successfully"
msgstr ""
#: translationStrings.php:85 app/Hooks/Handlers/AdminMenuHandler.php:532
msgid "Email Headers"
msgstr ""
#: translationStrings.php:86 app/Hooks/Handlers/AdminMenuHandler.php:533
msgid "Email Log"
msgstr ""
#: app/Hooks/Handlers/AdminMenuHandler.php:731
msgid ""
"Email Logging is currently turned off. Only Failed and resent emails will be "
"shown here"
msgstr ""
#: translationStrings.php:87 app/Hooks/Handlers/AdminMenuHandler.php:534
msgid "Email Logs"
msgstr "Logs e-mail"
#: translationStrings.php:88 app/Hooks/Handlers/AdminMenuHandler.php:535
msgid "Email Marketing Automation and CRM Plugin for WordPress"
msgstr ""
#: translationStrings.php:89 app/Hooks/Handlers/AdminMenuHandler.php:536
msgid "Email Sending Error Notifications"
msgstr ""
#: app/views/admin/digest_email.php:82
msgid "Email Sending Health"
msgstr ""
#: app/Services/Mailer/Providers/Simulator/Handler.php:28
msgid "Email sending was simulated, No Email was sent originally"
msgstr ""
#: app/Http/Controllers/LoggerController.php:69
msgid "Email sent successfully."
msgstr "E-mail inviata correttamente."
#: translationStrings.php:90 app/Hooks/Handlers/AdminMenuHandler.php:537
msgid "Email Simulation"
msgstr "Simulazione e-mail"
#: app/Hooks/Handlers/AdminMenuHandler.php:732
msgid ""
"Email summary is useful for getting weekly or daily emails about the all the "
"email sending stats for this site."
msgstr ""
#: translationStrings.php:91 app/Hooks/Handlers/AdminMenuHandler.php:538
msgid "Email Test"
msgstr "Prova e-mail"
#: translationStrings.php:92 app/Hooks/Handlers/AdminMenuHandler.php:539
msgid "Email Type"
msgstr ""
#: app/Hooks/Handlers/SchedulerHandler.php:120
#: app/views/admin/digest_email.php:115
msgid "Emails Sent"
msgstr "E-mail Inviate"
#: translationStrings.php:94 app/Hooks/Handlers/AdminMenuHandler.php:541
msgid "Enable email opens tracking on postmark(For HTML Emails only)."
msgstr ""
#: translationStrings.php:93 app/Hooks/Handlers/AdminMenuHandler.php:540
msgid "Enable Email Summary"
msgstr "Abilita rapporto e-mail"
#: translationStrings.php:95 app/Hooks/Handlers/AdminMenuHandler.php:542
msgid "Enable link tracking on postmark (For HTML Emails only)."
msgstr ""
#: app/Hooks/Handlers/AdminMenuHandler.php:752
msgid ""
"Enable Multi-Part Plain Text version of your HTML Emails. This feature is in "
"beta"
msgstr ""
#: translationStrings.php:96 app/Hooks/Handlers/AdminMenuHandler.php:543
msgid "Encryption"
msgstr ""
#: translationStrings.php:97 app/Hooks/Handlers/AdminMenuHandler.php:544
#, fuzzy
msgid "End date"
msgstr "Data fine"
#: app/Hooks/Handlers/AdminMenuHandler.php:710
msgid ""
"Enter email address where test email will be sent (By default, logged in "
"user email will be used if email address is not provided)."
msgstr ""
#: translationStrings.php:98 app/Hooks/Handlers/AdminMenuHandler.php:545
#, fuzzy
msgid "Enter Full Screen"
msgstr "Attiva schermo intero"
#: translationStrings.php:99 app/Hooks/Handlers/AdminMenuHandler.php:546
msgid "Enter new email address ex: new_sender@"
msgstr ""
#: translationStrings.php:100 app/Hooks/Handlers/AdminMenuHandler.php:547
msgid "Enter the sender email address(optional)."
msgstr ""
#: app/Services/Mailer/Providers/config.php:56
msgid "EU (Frankfurt)"
msgstr "UE (Francoforte)"
#: app/Services/Mailer/Providers/config.php:53
msgid "EU (Ireland)"
msgstr "UE (Irlanda)"
#: app/Services/Mailer/Providers/config.php:54
msgid "EU (London)"
msgstr "UE (Londra)"
#: app/Services/Mailer/Providers/config.php:57
msgid "Europe (Milan)"
msgstr "Europa (Milano)"
#: app/Services/Mailer/Providers/config.php:55
msgid "Europe (Paris)"
msgstr "Europa (Parigi)"
#: app/Services/Mailer/Providers/config.php:58
msgid "Europe (Stockholm)"