-
Notifications
You must be signed in to change notification settings - Fork 18
/
iredadmin.po
2772 lines (1918 loc) · 45.1 KB
/
iredadmin.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
#, python-format
msgid "%d admin(s) found."
msgstr ""
#, python-format
msgid "%d domain(s) found."
msgstr ""
#, python-format
msgid "%d in total."
msgstr ""
#, python-format
msgid "%d mail alias(es) found."
msgstr ""
#, python-format
msgid "%d mailing list(s) found."
msgstr ""
#, python-format
msgid "%d of %d in total."
msgstr ""
#, python-format
msgid "%d user(s) found."
msgstr ""
#, python-format
msgid "%d users sent emails without secure connection in last %d hours."
msgstr ""
#, python-format
msgid "%s account(s) exist."
msgstr ""
#, python-format
msgid "%s days, %s hours, %s minutes."
msgstr ""
#, python-format
msgid "(%d messages, %s.)"
msgstr ""
#, python-format
msgid "(%d%% full, %d messages, %s.)"
msgstr ""
msgid "(Mailbox is empty.)"
msgstr ""
msgid "1 Day"
msgstr ""
msgid "1 Hour"
msgstr ""
msgid "1 Minute"
msgstr ""
msgid "About greylisting"
msgstr ""
msgid "About mail logs"
msgstr ""
msgid "About quarantined mails"
msgstr ""
msgid "Accepting mails sent to this account on mail server"
msgstr ""
msgid "Access control"
msgstr ""
#, python-format
msgid ""
"According to our <a href='%s' target='_blank' rel='noopener'>license "
"terms</a>, you have to purchase a new license to get the latest release "
"if your license expired."
msgstr ""
msgid "Account activities"
msgstr ""
msgid "Account already exists, please choose another one."
msgstr ""
msgid "Account does not exist."
msgstr ""
msgid ""
"Account does not have specific spam policy yet, server-wide policy will "
"be applied."
msgstr ""
msgid "Account is active."
msgstr ""
msgid "Account is disabled."
msgstr ""
msgid "Account is domain admin"
msgstr ""
msgid "Account is global admin"
msgstr ""
msgid "Account status"
msgstr ""
msgid "Account type"
msgstr ""
msgid "Activate account"
msgstr ""
msgid "Active"
msgstr ""
msgid "Activities"
msgstr ""
msgid "Add"
msgstr ""
msgid "Add (subscribable) mailing list"
msgstr ""
msgid "Add account"
msgstr ""
msgid "Add admin"
msgstr ""
msgid "Add domain"
msgstr ""
msgid "Add mail alias"
msgstr ""
msgid "Add mail alias under domain"
msgstr ""
msgid "Add mail user"
msgstr ""
msgid "Add mail user under domain"
msgstr ""
msgid "Add mailing list"
msgstr ""
msgid "Add mailing list under domain"
msgstr ""
msgid "Add new members"
msgstr ""
msgid "Add new moderators"
msgstr ""
msgid "Add one"
msgstr ""
msgid "Add one more?"
msgstr ""
msgid "Add whitelist and blacklist"
msgstr ""
msgid "Address"
msgstr ""
msgid "Address format"
msgstr ""
msgid "Admin"
msgstr ""
msgid "Admin Log"
msgstr ""
msgid "Admin created."
msgstr ""
msgid "Admin login"
msgstr ""
msgid "Admins"
msgstr ""
#, python-format
msgid "Admins under domain: %s"
msgstr ""
msgid "Advanced"
msgstr ""
msgid "Alias"
msgstr ""
#, python-format
msgid "Alias addresses must end with domain name: %s"
msgstr ""
msgid "Alias addresses:"
msgstr ""
msgid "Alias domains"
msgstr ""
msgid "Alias domains:"
msgstr ""
msgid "Alias email addresses"
msgstr ""
msgid "Aliases"
msgstr ""
#, python-format
msgid "Aliases under domain: %s."
msgstr ""
msgid "All"
msgstr ""
msgid "All accounts"
msgstr ""
msgid "All admins"
msgstr ""
msgid "All admins can only login from specified IP addresses or networks"
msgstr ""
msgid "All domains"
msgstr ""
msgid ""
"All domains managed by this admin share the mailbox quota and limit of "
"mail accounts."
msgstr ""
msgid "All domains under your control."
msgstr ""
msgid "All emails"
msgstr ""
msgid "All sub-domains"
msgstr ""
msgid "All users"
msgstr ""
msgid "Allocated"
msgstr ""
msgid "Allow Microsoft Office Excel documents"
msgstr ""
msgid "Allow Microsoft Office PowerPoint documents"
msgstr ""
msgid "Allow Microsoft Office Word documents"
msgstr ""
msgid "Allow all Microsoft Office documents"
msgstr ""
msgid "Allow this admin to create new mail domains with up to"
msgstr ""
msgid "Allow this admin to mark other mail user as domain admin"
msgstr ""
msgid "Almost finished."
msgstr ""
#, python-format
msgid "Already exceed max number of account limit (%d)."
msgstr ""
msgid "Already reaches account limit (mail aliases)."
msgstr ""
msgid "Already reaches account limit (mail domains)."
msgstr ""
msgid "Already reaches account limit (mail users)."
msgstr ""
msgid "Already reaches account limit (mailbox quota)."
msgstr ""
msgid "Already reaches account limit (mailing lists)."
msgstr ""
msgid "Always insert X-Spam-* headers"
msgstr ""
msgid "Apply"
msgstr ""
msgid "Archive"
msgstr ""
msgid "Assigned groups:"
msgstr ""
#, python-format
msgid "At least %d characters."
msgstr ""
#, python-format
msgid "At least %s characters."
msgstr ""
msgid "At least one digit number"
msgstr ""
msgid "At least one letter"
msgstr ""
msgid "At least one special character:"
msgstr ""
msgid "At least one uppercase letter"
msgstr ""
msgid "Attachments"
msgstr ""
msgid "Auth Username"
msgstr ""
msgid "Authenticated User"
msgstr ""
msgid "Available quota:"
msgstr ""
#, python-format
msgid "Available: %d (Allocated: %d, Max: %d.)"
msgstr ""
msgid "BCC"
msgstr ""
msgid "BCC incoming emails to other address"
msgstr ""
msgid "BCC outgoing emails to other address"
msgstr ""
msgid "Backup"
msgstr ""
msgid "Backup MX"
msgstr ""
msgid "Bad Header"
msgstr ""
msgid "Bad Mime"
msgstr ""
msgid "Bad-header checking"
msgstr ""
msgid "Ban rules"
msgstr ""
msgid "Banned"
msgstr ""
msgid "Banned IP Addresses"
msgstr ""
msgid "Banned file type checking"
msgstr ""
msgid "Blacklisted recipients"
msgstr ""
msgid "Blacklisted senders"
msgstr ""
msgid "Blacklists"
msgstr ""
msgid "Block or quarantine marked spam when score is >="
msgstr ""
msgid "CIDR formatted range of IP addresses"
msgstr ""
msgid "Can not be longer than"
msgstr ""
msgid "Can not be shorter than"
msgstr ""
msgid "Catch-all"
msgstr ""
msgid "Catch-all Addresses"
msgstr ""
msgid "Catch-all address may receive many spam emails."
msgstr ""
msgid "Change email address"
msgstr ""
msgid "Change email address to"
msgstr ""
msgid "Change password"
msgstr ""
msgid "Choose Action"
msgstr ""
msgid "Choose activity type"
msgstr ""
msgid "Clean"
msgstr ""
msgid "Client Address"
msgstr ""
msgid "Client Hostname"
msgstr ""
msgid "Comment"
msgstr ""
msgid "Company/Organization Name"
msgstr ""
msgid ""
"Confirm email has been sent to new members. Members will appear below "
"after they confirmed the subscription."
msgstr ""
msgid "Confirm new password"
msgstr ""
msgid "Contact webmaster"
msgstr ""
msgid "Content of disclaimer will be appended to outgoing emails."
msgstr ""
msgid "Country"
msgstr ""
msgid ""
"Create a TXT type DNS record of the domain name, use the verify code as "
"its value"
msgstr ""
msgid ""
"Create a text file under top directory of your web site, both file name "
"and file content must be same as verify code"
msgstr ""
msgid "Create new mail domains with up to"
msgstr ""
msgid "Cumulative size of all inbound emails"
msgstr ""
msgid "Cumulative size of all outbound emails"
msgstr ""
msgid "Current password is incorrect."
msgstr ""
msgid "Custom ban rules"
msgstr ""
msgid "Custom:"
msgstr ""
msgid "Customize mail filter rule"
msgstr ""
msgid "Customize mail filter rule over TLS/SSL"
msgstr ""
msgid "DISABLED"
msgstr ""
msgid "DNS query result should contain the verify code:"
msgstr ""
msgid "Dashboard"
msgstr ""
msgid "Data Clean Up"
msgstr ""
msgid "Date"
msgstr ""
msgid "Days"
msgstr ""
msgid "Default bcc address for incoming emails for new user"
msgstr ""
msgid "Default bcc address for outgoing emails for new user"
msgstr ""
#, python-format
msgid "Default is %s."
msgstr ""
msgid "Default language for new user"
msgstr ""
msgid "Default mail alias(es) of new user"
msgstr ""
msgid "Default mailbox folder"
msgstr ""
msgid "Default mailbox format"
msgstr ""
msgid "Default mailing list(s) of new user"
msgstr ""
msgid "Default quota of new user"
msgstr ""
msgid "Delete"
msgstr ""
msgid "Delete account"
msgstr ""
msgid "Delete all in database"
msgstr ""
msgid "Delete and archive"
msgstr ""
msgid "Delete mailboxes"
msgstr ""
msgid "Delete policy and use default settings"
msgstr ""
msgid "Delete selected"
msgstr ""
msgid "Delete selected log"
msgstr ""
msgid "Delete selected, and blacklist entire recipient domain(s)"
msgstr ""
msgid "Delete selected, and blacklist entire sender domain(s)"
msgstr ""
msgid "Delete selected, and blacklist recipient domain(s) and all sub-domains"
msgstr ""
msgid "Delete selected, and blacklist recipient(s)"
msgstr ""
msgid "Delete selected, and blacklist sender domain(s) and all its sub-domains"
msgstr ""
msgid "Delete selected, and blacklist sender domain(s) and all sub-domains"
msgstr ""
msgid "Delete selected, and blacklist sender(s)"
msgstr ""
msgid "Delete selected, and whitelist entire recipient domain(s)"
msgstr ""
msgid "Delete selected, and whitelist entire sender domain(s)"
msgstr ""
msgid "Delete selected, and whitelist recipient domain(s) and all sub-domains"
msgstr ""
msgid "Delete selected, and whitelist recipient(s)"
msgstr ""
msgid "Delete selected, and whitelist sender domain(s) and all sub-domains"
msgstr ""
msgid "Delete selected, and whitelist sender(s)"
msgstr ""
msgid "Delete without archiving"
msgstr ""
msgid "Delivery Attempts"
msgstr ""
msgid "Digest"
msgstr ""
msgid "Directory of mailbox storage"
msgstr ""
msgid "Disable"
msgstr ""
msgid "Disable account"
msgstr ""
msgid "Disable greylisting service"
msgstr ""
msgid ""
"Disable subscription and unsubscription via email (existing subscribers "
"are still able to send to list)"
msgstr ""
msgid "Disable subscription but allow unsubscription via email"
msgstr ""
msgid "Disable subscription confirm"
msgstr ""
msgid "Disabled"
msgstr ""
msgid "Disabled accounts"
msgstr ""
msgid "Disabled domain profiles"
msgstr ""
msgid "Disabled domains"
msgstr ""
msgid "Disabled mail services"
msgstr ""
msgid "Disabled self-service preferences"
msgstr ""
msgid "Disabled user profiles"
msgstr ""
msgid ""
"Disabling service will be applied to newly created mail user by default. "
"If you want to update existing mail users, please toggle on checkbox "
"below."
msgstr ""
msgid "Disallow to manage quarantined mails"
msgstr ""
msgid "Disallow to view log of inbound/outbound mails"
msgstr ""
msgid "Disclaimer"
msgstr ""
msgid "Display Name"
msgstr ""
msgid "Do not apply greylisting on emails sent from domains listed below"
msgstr ""
msgid "Do not apply greylisting on listed senders"
msgstr ""
msgid "Do not archive received emails"
msgstr ""
msgid ""
"Do not notify sender when posting to a moderator-only mailing list was "
"denied"
msgstr ""
msgid ""
"Do not notify sender when posting to a subscriber-only mailing list was "
"denied"
msgstr ""
msgid ""
"Do not notify sender when posting was denied due to exceed max message "
"size"
msgstr ""
msgid "Do not notify subscription requestor when subscription is under moderated"
msgstr ""
msgid "Do not send a copy to sender"
msgstr ""
msgid "Domain"
msgstr ""
msgid "Domain Admins"
msgstr ""
msgid "Domain Name"
msgstr ""
msgid "Domain activities"
msgstr ""
msgid "Domain admin"
msgstr ""
msgid "Domain admin cannot assign more than max quota to a mail user."
msgstr ""
msgid "Domain already exists. Please check both primary or alias domains."
msgstr ""
msgid "Domain and its sub-domains"
msgstr ""
msgid "Domain created."
msgstr ""
msgid "Domain is active, but marked as backup MX."
msgstr ""
msgid "Domain is active, but relay to other host"
msgstr ""
msgid "Domain is active."
msgstr ""
msgid "Domain is disabled."
msgstr ""
msgid "Domain name is empty."
msgstr ""
msgid "Domain name or mail address"
msgstr ""
msgid "Domain name or username is missed."
msgstr ""
msgid "Domain ownership verification"
msgstr ""
msgid ""
"Domain ownership verification is recommended if you can not fully trust "
"this admin, because if domains like gmail.com, hotmail.com were added "
"locally, all emails sent to gmail.com/hotmail.com will be delivered "
"locally on your server instead of the real Gmail/Hotmail servers."
msgstr ""
msgid "Domain ownership verification required"
msgstr ""
msgid "Domain quota size"
msgstr ""
msgid ""
"Domain quota size exceeded. Please contact your administrator or service "
"provider to increase it."
msgstr ""
msgid "Domains"
msgstr ""
msgid "Domains and Accounts"
msgstr ""
msgid "Dump disclaimer automatically"
msgstr ""
msgid "Dunno"
msgstr ""
msgid "Edit account profile"
msgstr ""
msgid "Edit domain profile"
msgstr ""
msgid "Edit quota setting"
msgstr ""
msgid "Email"
msgstr ""
#, python-format
msgid "Email address of alias account must end with domain name(s): %s."
msgstr ""
msgid "Email address or domain names"
msgstr ""
msgid "Email address was changed."
msgstr ""
msgid "Email addresses of alias accounts"
msgstr ""
msgid ""
"Email addresses of the mailing list moderators which need to be contacted"
" when there is some email under moderated. If empty, mailing list owners "
"will be used instead."
msgstr ""
msgid ""
"Email addresses of the mailing list moderators which need to be contacted"
" when there is someone subscribing to the list and under moderated. If "
"empty, mailing list moderators will be used instead."
msgstr ""
#, python-format
msgid ""
"Email addresses of the mailing list owners which need to be contacted via"
" email %s, either by the system or by end users."
msgstr ""
msgid "Emails"
msgstr ""
msgid ""
"Emails delivered to non-exist mail accounts will be forwarded to catch-"
"all address(es)."
msgstr ""
#, python-format
msgid ""
"Emails sent to <em><strong>user@[ALIAS_DOMAIN]</strong></em> will be "
"delivered to <em><strong>user@%s</strong></em>."
msgstr ""
#, python-format
msgid "Emails sent to alias addresses will be delivered to %s."
msgstr ""
msgid "Empty address is not allowed."
msgstr ""
msgid "Empty password is not allowed."
msgstr ""
msgid "Enable"
msgstr ""
msgid "Enable alias account"
msgstr ""
msgid "Enable bad-header checking"
msgstr ""
msgid "Enable banned file type checking"
msgstr ""
msgid "Enable domain alias"
msgstr ""
msgid "Enable greylisting service"
msgstr ""
msgid "Enable mail forwarding"
msgstr ""
msgid "Enable newsletter-style mailing list"
msgstr ""
msgid "Enable selected domain without verification"
msgstr ""
msgid "Enable spam checking"
msgstr ""
msgid "Enable subscription and unsubscription from website"
msgstr ""
msgid "Enable this account"
msgstr ""
msgid "Enable this domain"
msgstr ""
msgid "Enable virus checking"
msgstr ""
msgid "Enabled Services"
msgstr ""
msgid "Encryption Protocol"
msgstr ""
msgid "Entire domain"
msgstr ""
msgid "Envelope Sender"
msgstr ""
msgid "Error"
msgstr ""
msgid "Error while checking new version of iRedAdmin-Pro:"
msgstr ""
msgid "Error while getting license info:"
msgstr ""
msgid "Error, you entered an invalid email address."
msgstr ""
msgid "Error:"
msgstr ""
msgid "Events"
msgstr ""
msgid "Everyone can send mail to this address"
msgstr ""
msgid ""
"Exceeded domain account limit. Please contact your administrator or "
"service provider to increase it."
msgstr ""
msgid "Exceeded:"
msgstr ""
msgid "Expire"
msgstr ""
msgid "Expire date"
msgstr ""
msgid "Expired"
msgstr ""
msgid "Export accounts"
msgstr ""
msgid "Export all managed accounts"
msgstr ""
msgid "Export statistics of admins"
msgstr ""
msgid "External Members"
msgstr ""
msgid "External moderators"
msgstr ""
msgid "Fetching mails via IMAP"
msgstr ""
msgid "Fetching mails via IMAP over TLS/SSL"
msgstr ""
msgid "Fetching mails via POP3"
msgstr ""
msgid "Fetching mails via POP3 over TLS/SSL"
msgstr ""
msgid "Filter accounts by first character in email addresses"
msgstr ""
msgid "Filter domains by first character in mail domain name"
msgstr ""
msgid "Filter:"
msgstr ""
msgid "First Attempt"
msgstr ""
msgid "First Page"
msgstr ""
msgid "First name"
msgstr ""
msgid "Footer text (HTML format)"
msgstr ""
msgid "Footer text (plain text format)"
msgstr ""
msgid "For Inbound Mails"
msgstr ""
msgid "For Outbound Mails"