1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 # This file is distributed under the same license as the PACKAGE package.
4 # Kornelijus Tvarijanavičius <kornelitvari@protonmail.com>, 2020.
7 "Project-Id-Version: PACKAGE VERSION\n"
8 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2024-09-21 14:59+0000\n"
10 "PO-Revision-Date: 2020-09-22 02:48+0000\n"
11 "Last-Translator: Kornelijus Tvarijanavičius <kornelitvari@protonmail.com>\n"
12 "Language-Team: Lithuanian <https://hosted.weblate.org/projects/gnu-mailman/"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n"
19 "%100<10 || n%100>=20) ? 1 : 2);\n"
20 "X-Generator: Weblate 4.3-dev\n"
22 #: forms/domain_forms.py:34
25 "The domain from which you want the web UI to be served from. This can be "
26 "same or different from the Mail Host. You can edit the list of available web "
27 "hosts <a href=\"%s\">here</a>."
30 #: forms/domain_forms.py:46 forms/list_forms.py:100
31 #: templates/postorius/domain/index.html:21
35 #: forms/domain_forms.py:48 forms/domain_forms.py:69
36 msgid "Please enter a domain name"
39 #: forms/domain_forms.py:49 forms/domain_forms.py:70
40 msgid "Please enter a valid domain name."
43 #: forms/domain_forms.py:53
45 "The domain for your mailing lists. For example when you want lists like "
46 "testing@example.com, enter example.com here."
49 #: forms/domain_forms.py:57 templates/postorius/domain/index.html:22
50 #: templates/postorius/index.html:88
54 #: forms/domain_forms.py:59 templates/postorius/domain/index.html:23
58 #: forms/domain_forms.py:61 forms/domain_forms.py:93
59 msgid "Please enter a valid domain name or nothing."
62 #: forms/domain_forms.py:64
63 msgid "Normally empty. Used only for unusual Postfix configs."
66 #: forms/domain_forms.py:67 templates/postorius/domain/index.html:24
70 #: forms/domain_forms.py:83
71 msgid "Please enter a valid domain name"
74 #: forms/domain_forms.py:111
83 msgid "Plain Text Digests"
91 msgid "Summary Digests"
94 #: forms/fields.py:44 forms/list_forms.py:164
98 #: forms/fields.py:45 forms/list_forms.py:165
102 #: forms/fields.py:46
103 msgid "Disabled by Owner"
106 #: forms/fields.py:47
107 msgid "Disabled by Bounces"
110 #: forms/fields.py:51
111 msgid "Hold for moderation"
114 #: forms/fields.py:52
115 msgid "Reject (with notification)"
118 #: forms/fields.py:53
119 msgid "Discard (no notification)"
122 #: forms/fields.py:54
123 msgid "Accept immediately (bypass other rules)"
126 #: forms/fields.py:55
127 msgid "Default processing"
130 #: forms/fields.py:138
131 msgid "Make at least one selection"
134 #: forms/fields.py:149 templates/postorius/lists/summary.html:54
135 msgid "Delivery mode"
138 #: forms/fields.py:151
140 "If you select digests , you'll get posts bundled together (usually one per "
141 "day but possibly more on busy lists), instead of singly when they're sent. "
142 "Your mail reader may or may not support MIME digests. In general MIME "
143 "digests are preferred, but if you have a problem reading them, select plain "
144 "text digests. Summary Digests are currently equivalent to MIME Digests."
147 #: forms/fields.py:173 templates/postorius/lists/summary.html:53
148 msgid "Delivery status"
151 #: forms/fields.py:175
153 "Set this option to Enabled to receive messages posted to this mailing list. "
154 "Set it to Disabled if you want to stay subscribed, but don't want mail "
155 "delivered to you for a while (e.g. you're going on vacation). If you disable "
156 "mail delivery, don't forget to re-enable it when you come back; it will not "
157 "be automatically re-enabled."
160 #: forms/fields.py:188
164 #: forms/fields.py:190 forms/list_forms.py:1303
165 #: templatetags/membership_helpers.py:84
169 #: forms/fields.py:192
171 "Default action to take when this member posts to the list. \n"
172 "List default -- follow the list's default member action. \n"
173 "Hold -- This holds the message for approval by the list moderators. \n"
174 "Reject -- this automatically rejects the message by sending a bounce notice "
175 "to the post's author. The text of the bounce notice can be configured by "
177 "Discard -- this simply discards the message, with no notice sent to the "
179 "Accept -- accepts any postings without any further checks. \n"
180 "Default Processing -- run additional checks and accept the message. \n"
183 #: forms/list_forms.py:43
187 #: forms/list_forms.py:44
191 #: forms/list_forms.py:45
195 #: forms/list_forms.py:46
199 #: forms/list_forms.py:47
203 #: forms/list_forms.py:51
204 msgid "Only mailinglist administrators"
207 #: forms/list_forms.py:52
208 msgid "Mailinglist administrators and members"
211 #: forms/list_forms.py:53
215 #: forms/list_forms.py:68 templates/postorius/user/subscriptions.html:22
219 #: forms/list_forms.py:71
220 msgid "Please enter a name for your list."
223 #: forms/list_forms.py:72
224 msgid "Please enter a valid list name."
227 #: forms/list_forms.py:77
228 msgid "Initial list owner address"
231 #: forms/list_forms.py:79
232 msgid "Please enter the list owner's email address."
235 #: forms/list_forms.py:85
236 msgid "Advertise this list?"
239 #: forms/list_forms.py:86
240 msgid "Please choose a list type."
243 #: forms/list_forms.py:89
244 msgid "Advertise this list in list index"
247 #: forms/list_forms.py:90
248 msgid "Hide this list in list index"
251 #: forms/list_forms.py:94 forms/list_forms.py:1142
252 msgid "Short Description"
255 #: forms/list_forms.py:104
256 msgid "Choose an existing Domain."
259 #: forms/list_forms.py:105
260 msgid "Choose a valid Mail Host"
263 #: forms/list_forms.py:110
267 #: forms/list_forms.py:114
268 msgid "Choose a List Style."
271 #: forms/list_forms.py:115
272 msgid "Choose a valid List Style."
275 #: forms/list_forms.py:120
276 msgid "Site admin has not created any domains"
279 #: forms/list_forms.py:134
280 msgid "Please enter a valid listname"
283 #: forms/list_forms.py:169 forms/list_forms.py:207
284 msgid "Your email address"
287 #: forms/list_forms.py:175
289 "Subscribing via \"Primary Address\" will change subscription address when "
290 "you change your primary address."
293 #: forms/list_forms.py:179 forms/list_forms.py:210 forms/member_forms.py:30
294 #: forms/system.py:38
295 msgid "Please enter an email address."
298 #: forms/list_forms.py:180 forms/list_forms.py:211 forms/member_forms.py:31
299 #: forms/system.py:39
300 msgid "Please enter a valid email address."
303 #: forms/list_forms.py:185 forms/list_forms.py:216
304 msgid "Your name (optional)"
307 #: forms/list_forms.py:198 forms/list_forms.py:1430 views/list.py:546
308 msgid "Primary Address ({})"
311 #: forms/list_forms.py:233
315 #: forms/list_forms.py:234 templates/postorius/domain/template_delete.html:27
316 #: templates/postorius/lists/template_delete.html:24
320 #: forms/list_forms.py:235
324 #: forms/list_forms.py:236
325 msgid "Confirm, then moderate"
328 #: forms/list_forms.py:246
329 msgid "Subscription Policy"
332 #: forms/list_forms.py:249
334 "Open: Subscriptions are added automatically\n"
335 "Confirm: Subscribers need to confirm the subscription using an email sent to "
337 "Moderate: Moderators will have to authorize each subscription manually.\n"
338 "Confirm then Moderate: First subscribers have to confirm, then a moderator "
339 "needs to authorize."
342 #: forms/list_forms.py:260
343 msgid "Un-Subscription Policy"
346 #: forms/list_forms.py:263
348 "Open: Un-Subscriptions happen automatically\n"
349 "Confirm: Subscribers need to confirm the un-subscription using an email sent "
351 "Moderate: Moderators will have to authorize each un-subscription manually.\n"
352 "Confirm then Moderate: First subscribers have to confirm, then a moderator "
353 "needs to authorize."
356 #: forms/list_forms.py:278 forms/list_forms.py:780
357 #: templates/postorius/lists/held_messages.html:31
358 #: templates/postorius/lists/held_messages.html:122
359 #: templates/postorius/lists/pending_confirmations.html:37
360 #: templates/postorius/lists/subscription_requests.html:43
364 #: forms/list_forms.py:279
368 #: forms/list_forms.py:280
372 #: forms/list_forms.py:284 forms/list_forms.py:316 forms/list_forms.py:327
373 #: forms/list_forms.py:338 forms/list_forms.py:467 forms/list_forms.py:477
374 #: forms/list_forms.py:526 forms/list_forms.py:660 forms/list_forms.py:667
375 #: forms/list_forms.py:720 forms/list_forms.py:810 forms/list_forms.py:821
376 #: forms/list_forms.py:841 forms/list_forms.py:861 forms/list_forms.py:926
377 #: forms/list_forms.py:965 forms/list_forms.py:982 forms/list_forms.py:1060
378 #: forms/list_forms.py:1071 forms/list_forms.py:1085 forms/list_forms.py:1097
379 #: forms/list_forms.py:1111 forms/list_forms.py:1134 forms/list_forms.py:1196
380 #: forms/list_forms.py:1205 forms/list_forms.py:1229 forms/list_forms.py:1301
381 #: forms/user_forms.py:63
385 #: forms/list_forms.py:284 forms/list_forms.py:316 forms/list_forms.py:327
386 #: forms/list_forms.py:338 forms/list_forms.py:467 forms/list_forms.py:477
387 #: forms/list_forms.py:526 forms/list_forms.py:660 forms/list_forms.py:667
388 #: forms/list_forms.py:720 forms/list_forms.py:810 forms/list_forms.py:821
389 #: forms/list_forms.py:841 forms/list_forms.py:861 forms/list_forms.py:926
390 #: forms/list_forms.py:965 forms/list_forms.py:982 forms/list_forms.py:1060
391 #: forms/list_forms.py:1071 forms/list_forms.py:1085 forms/list_forms.py:1097
392 #: forms/list_forms.py:1111 forms/list_forms.py:1134 forms/list_forms.py:1196
393 #: forms/list_forms.py:1205 forms/list_forms.py:1229 forms/list_forms.py:1302
394 #: forms/user_forms.py:63
398 #: forms/list_forms.py:286
399 msgid "Process Bounces"
402 #: forms/list_forms.py:288
404 "Specifies whether or not this list should do automatic bounce processing."
407 #: forms/list_forms.py:295
408 msgid "Bounce score threshold"
411 #: forms/list_forms.py:298
413 "This is the bounce score above which a member's subscription will be "
414 "automatically disabled. When the subscription is re-enabled, their bounce "
415 "score will be reset to zero."
418 #: forms/list_forms.py:305
419 msgid "Bounce info stale after"
422 #: forms/list_forms.py:308
424 "The number of days after which a member's bounce information is considered "
425 "stale. If no new bounces have been received in the interim, the bounce score "
426 "is reset to zero. This value must be an integer. "
429 #: forms/list_forms.py:318
430 msgid "Notify owner on bounce increment"
433 #: forms/list_forms.py:320
435 "This option controls whether or not the list owner is notified when a "
436 "member's bounce score is incremented, but to a value less than their bounce "
440 #: forms/list_forms.py:329
441 msgid "Notify owner on disable"
444 #: forms/list_forms.py:331
446 "This option controls whether or not the list owner is notified when a "
447 "member's subscription is automatically disabled due to their bounce "
448 "threshold being reached. "
451 #: forms/list_forms.py:340
452 msgid "Notify owner on removal"
455 #: forms/list_forms.py:342
457 "This option controls whether or not the list owner is notified when a member "
458 "is removed from the list after their disabled notifications have been "
462 #: forms/list_forms.py:351
463 msgid "Forward unrecognized bounces"
466 #: forms/list_forms.py:353
468 "Discard: Unrecognized bounces will be discarded\n"
469 "List Admins: Send to the list owners and moderators\n"
470 "Site Admin: Send to the site's configured site_owner"
473 #: forms/list_forms.py:360
474 msgid "Bounce disabled warnings interval"
477 #: forms/list_forms.py:362
478 msgid "The number of days between each disabled notification."
481 #: forms/list_forms.py:367
482 msgid "Bounce disable warnings"
485 #: forms/list_forms.py:370
487 "The number of notices a disabled member will receive before their address is "
488 "removed from the mailing list's roster. Set this to 0 to immediately remove "
489 "an address from the list once their bounce score exceeds the threshold. This "
490 "value must be an integer. "
493 #: forms/list_forms.py:387
494 msgid "Public archives"
497 #: forms/list_forms.py:388
498 msgid "Private archives"
501 #: forms/list_forms.py:389
502 msgid "Do not archive this list"
505 #: forms/list_forms.py:393
509 #: forms/list_forms.py:394
510 msgid "Markdown text"
513 #: forms/list_forms.py:400
514 msgid "Archive policy"
517 #: forms/list_forms.py:401
518 msgid "Policy for archiving messages for this list"
521 #: forms/list_forms.py:406
522 msgid "Active archivers"
525 #: forms/list_forms.py:414
526 msgid "Archive Rendering mode"
529 #: forms/list_forms.py:416
531 "This option enables rendering of emails in archiver as rich text with "
532 "formatting based on markup in the email.\n"
533 "Currently, this option is only supported by Hyperkitty."
536 #: forms/list_forms.py:453
537 msgid "Acceptable aliases"
540 #: forms/list_forms.py:456
542 "This is a list, one per line, of addresses and regexps matching addresses "
543 "that are acceptable in To: or Cc: in lieu of the list posting address when "
544 "`require_explicit_destination' is enabled. Entries are either email "
545 "addresses or regexps matching email addresses. Regexps are entries "
546 "beginning with `^' and are matched against every recipient address in the "
547 "message. The matching is performed with Python's re.match() function, "
548 "meaning they are anchored to the start of the string."
551 #: forms/list_forms.py:469
552 msgid "Require Explicit Destination"
555 #: forms/list_forms.py:471
557 "This checks to ensure that the list posting address or an acceptable alias "
558 "explicitly appears in a To: or Cc: header in the post."
561 #: forms/list_forms.py:479
562 msgid "Administrivia"
565 #: forms/list_forms.py:481
567 "Administrivia tests will check postings to see whether it's really meant as "
568 "an administrative request (like subscribe, unsubscribe, etc), and will add "
569 "it to the administrative requests queue, notifying the administrator of the "
570 "new request, in the process."
573 #: forms/list_forms.py:490
574 msgid "Default action to take when a member posts to the list"
577 #: forms/list_forms.py:492
578 msgid "Please choose a default member action."
581 #: forms/list_forms.py:497
583 "Default action to take when a member posts to the list.\n"
584 "Hold: This holds the message for approval by the list moderators.\n"
585 "Reject: this automatically rejects the message by sending a bounce notice to "
586 "the post's author. The text of the bounce notice can be configured by you.\n"
587 "Discard: this simply discards the message, with no notice sent to the post's "
589 "Accept: accepts any postings without any further checks.\n"
590 "Default Processing: run additional checks and accept the message."
593 #: forms/list_forms.py:512
594 msgid "Default action to take when a non-member posts to the list"
597 #: forms/list_forms.py:514
598 msgid "Please choose a default non-member action."
601 #: forms/list_forms.py:519
603 "When a post from a non-member is received, the message's sender is matched "
604 "against the list of explicitly accepted, held, rejected (bounced), and "
605 "discarded addresses. If no match is found, then this action is taken."
608 #: forms/list_forms.py:528
609 msgid "Emergency Moderation"
612 #: forms/list_forms.py:530
614 "When this option is enabled, all list traffic is emergency moderated, i.e. "
615 "held for moderation. Turn this option on when your list is experiencing a "
616 "flamewar and you want a cooling off period. "
619 #: forms/list_forms.py:538
620 msgid "Maximum message size"
623 #: forms/list_forms.py:541
625 "The maximum allowed message size in KB. This can be used to prevent emails "
626 "with large attachments. A size of 0 disables the check."
629 #: forms/list_forms.py:548
630 msgid "Maximum number of recipients"
633 #: forms/list_forms.py:551
635 "If a post has this many or more explicit recipients (To: and Cc:), the post "
636 "will be held for moderation. This can be used to prevent mass mailings from "
637 "being accepted. A value of 0 disables the check."
640 #: forms/list_forms.py:568
641 msgid "Accept these non-members"
644 #: forms/list_forms.py:571
646 "This is a list, one per line, of regexps matching addresses or other lists "
647 "on this server whose members are allowed to post to this mailing list "
648 "without subscribing to the list. Entries beginning with `^' are regexps and "
649 "are matched against the sender addresses in the message. Entries beginning "
650 "with `@' are other mailman lists on this server whose members will be "
651 "matched. While non-regexp addresses can be entered here, it is preferred to "
652 "add the address as a nonmember and set the nonmember's Moderation to Default "
656 #: forms/list_forms.py:586
657 msgid "Hold these non-members"
660 #: forms/list_forms.py:589
662 "This is a list, one per line, of regexps matching nonmember addresses, posts "
663 "from which are held automatically. Entries are regexps beginning with `^' "
664 "and are matched against the sender addresses in the message. While non-"
665 "regexp addresses can be entered here, it is preferred to add the address as "
666 "a nonmember and set the nonmember's Moderation to Hold."
669 #: forms/list_forms.py:600
670 msgid "Reject these non-members"
673 #: forms/list_forms.py:603
675 "This is a list, one per line, of regexps matching nonmember addresses, posts "
676 "from which are rejected with notice to the sender. Entries are regexps "
677 "beginning with `^' and are matched against the sender addresses in the "
678 "message. While non-regexp addresses can be entered here, it is preferred to "
679 "add the address as a nonmember and set the nonmember's Moderation to Reject."
682 #: forms/list_forms.py:615
683 msgid "Discard these non-members"
686 #: forms/list_forms.py:618
688 "This is a list, one per line, of regexps matching nonmember addresses, posts "
689 "from which are discarded automatically. Entries are regexps beginning with "
690 "`^' and are matched against the sender addresses in the message. While non-"
691 "regexp addresses can be entered here, it is preferred to add the address as "
692 "a nonmember and set the nonmember's Moderation to Discard."
695 #: forms/list_forms.py:642
696 msgid "Invalid alias regexp: {}: {}"
699 #: forms/list_forms.py:649
700 msgid "Invalid alias email: {}"
703 #: forms/list_forms.py:663
704 msgid "Enable Digests"
707 #: forms/list_forms.py:664
708 msgid "Should Mailman enable digests for this MailingList?"
711 #: forms/list_forms.py:670
712 msgid "Send Digest Periodically"
715 #: forms/list_forms.py:671
716 msgid "Should Mailman send out digests periodically?"
719 #: forms/list_forms.py:677
720 msgid "Digest Volume Frequency"
723 #: forms/list_forms.py:679
725 "At what frequency should Mailman increment the digest volume number and "
726 "reset the issue number?"
729 #: forms/list_forms.py:684
730 msgid "Digest size threshold"
733 #: forms/list_forms.py:686
734 msgid "How big in Kb should a digest be before it gets sent out?"
737 #: forms/list_forms.py:697
738 msgid "DMARC mitigation action"
741 #: forms/list_forms.py:701
742 msgid "Please choose a DMARC mitigation action."
745 #: forms/list_forms.py:704
746 msgid "No DMARC mitigations"
749 #: forms/list_forms.py:705
750 msgid "Replace From: with list address"
753 #: forms/list_forms.py:708
754 msgid "Wrap the message in an outer message From: the list."
757 #: forms/list_forms.py:710
758 msgid "Reject the message"
761 #: forms/list_forms.py:711
762 msgid "Discard the message"
765 #: forms/list_forms.py:714
767 "The action to apply to messages From: a domain publishing a DMARC policy of "
768 "reject or quarantine or to all messages if DMARC Mitigate unconditionally is "
772 #: forms/list_forms.py:723
773 msgid "DMARC Mitigate unconditionally"
776 #: forms/list_forms.py:725
778 "If DMARC mitigation action is munge_from or wrap_message, should it apply to "
779 "all messages regardless of the DMARC policy of the From: domain."
782 #: forms/list_forms.py:731
783 msgid "DMARC Addresses"
786 #: forms/list_forms.py:734
788 "Email addresses and regexps matching email addresses, one per line. Regexps "
789 "begin with '^' as in '^.*@example\\.com'. DMARC mitigation action will apply "
790 "to posts From: an address matching, case insensitevely, one of these "
791 "addresses or patterns regardless of the From: domain's DMARC policy."
794 #: forms/list_forms.py:742
795 msgid "DMARC rejection notice"
798 #: forms/list_forms.py:746
800 "Text to replace the default reason in any rejection notice to be sent when "
801 "DMARC mitigation action of reject applies."
804 #: forms/list_forms.py:751
805 msgid "DMARC wrapped message text"
808 #: forms/list_forms.py:755
810 "Text to be added as a separate text/plain MIME part preceding the original "
811 "message part in the wrapped message when DMARC mitigation action of wrap "
815 #: forms/list_forms.py:763 templates/postorius/lists/summary.html:146
816 #: templates/postorius/lists/summary.html:155
817 #: templatetags/membership_helpers.py:78
821 #: forms/list_forms.py:764
825 #: forms/list_forms.py:765
829 #: forms/list_forms.py:769
832 " None: No personalization.\n"
834 " Individual: Everyone gets a unique copy of the message, and there are "
835 "a few more substitution variables, but no headers are modified.\n"
837 " Full: All of the 'individual' personalization plus recipient "
838 "header modification. "
841 #: forms/list_forms.py:781 templates/postorius/lists/held_messages.html:30
842 #: templates/postorius/lists/held_messages.html:121
843 #: templates/postorius/lists/subscription_requests.html:46
847 #: forms/list_forms.py:782
851 #: forms/list_forms.py:783
855 #: forms/list_forms.py:787
857 "Action to take on messages which have no content\n"
859 " Discard = silently discard the message.\n"
860 " Reject = discard the message and notify the sender.\n"
861 " Forward = forward the message to the list owner(s).\n"
862 " Preserve = save the message in qfiles/bad.\n"
865 #: forms/list_forms.py:806
869 #: forms/list_forms.py:813
870 msgid "Anonymous list"
873 #: forms/list_forms.py:815
875 "Hide the sender of a message, replacing it with the list address (Removes "
876 "From, Sender and Reply-To fields)"
879 #: forms/list_forms.py:824
880 msgid "Include RFC2369 headers"
883 #: forms/list_forms.py:826
885 "Yes is highly recommended. RFC 2369 defines a set of List-* headers that are "
886 "normally added to every message sent to the list membership. These greatly "
887 "aid end-users who are using standards compliant mail readers. They should "
888 "normally always be enabled. However, not all mail readers are standards "
889 "compliant yet, and if you have a large number of members who are using non-"
890 "compliant mail readers, they may be annoyed at these headers. You should "
891 "first try to educate your members as to why these headers exist, and how to "
892 "hide them in their mail clients. As a last resort you can disable these "
893 "headers, but this is not recommended (and in fact, your ability to disable "
894 "these headers may eventually go away)."
897 #: forms/list_forms.py:844
898 msgid "Include the list post header"
901 #: forms/list_forms.py:846
903 "This can be set to no for announce lists that do not wish to include the "
904 "List-Post header because posting to the list is discouraged."
907 #: forms/list_forms.py:852
908 msgid "Explicit reply-to address"
911 #: forms/list_forms.py:855
913 "This option allows admins to set an explicit Reply-to address. It is only "
914 "used if the reply-to is set to use an explicitly set header"
917 #: forms/list_forms.py:864
918 msgid "First strip Reply-To"
921 #: forms/list_forms.py:866
923 "Should any existing Reply-To: header found in the original message be "
924 "stripped? If so, this will be done regardless of whether an explict Reply-"
925 "To: header is added by Mailman or not."
928 #: forms/list_forms.py:872 forms/list_forms.py:878
929 msgid "Reply goes to list"
932 #: forms/list_forms.py:875
933 msgid "Please choose a reply-to action."
936 #: forms/list_forms.py:877
940 #: forms/list_forms.py:879
941 msgid "Explicit Reply-to header set"
944 #: forms/list_forms.py:880
945 msgid "Explicit Reply-to set; no Cc added"
948 #: forms/list_forms.py:883
950 "Where are replies to list messages directed? No Munging is strongly "
951 "recommended for most mailing lists. \n"
952 "This option controls what Mailman does to the Reply-To: header in messages "
953 "flowing through this mailing list. When set to No Munging, no Reply-To: "
954 "header is added by Mailman, although if one is present in the original "
955 "message, it is not stripped. Setting this value to either Reply to List, "
956 "Explicit Reply, or Reply Only causes Mailman to insert a specific Reply-To: "
957 "header in all messages, overriding the header in the original message if "
958 "necessary (Explicit Reply inserts the value of reply_to_address). Explicit "
959 "Reply-to set; no Cc added is useful forannounce-only lists where you want to "
960 "avoid someone replying to the list address. There are many reasons not to "
961 "introduce or override the Reply-To: header. One is that some posters depend "
962 "on their own Reply-To: settings to convey their valid return address. "
963 "Another is that modifying Reply-To: makes it much more difficult to send "
964 "private replies. See <a href=\"http://marc.merlins.org/netrants/reply-to-"
965 "harmful.html\">`Reply-To' Munging Considered Harmful</a> for a general "
966 "discussion of this issue. See <a href=\"http://marc.merlins.org/netrants/"
967 "reply-to-useful.html\">`Reply-To' Munging Considered Useful</a> for a "
968 "dissenting opinion. Some mailing lists have restricted posting privileges, "
969 "with a parallel list devoted to discussions. Examples are `patches' or "
970 "`checkin' lists, where software changes are posted by a revision control "
971 "system, but discussion about the changes occurs on a developers mailing "
972 "list. To support these types of mailing lists, select Explicit Reply and set "
973 "the Reply-To: address option to point to the parallel list."
976 #: forms/list_forms.py:917
980 #: forms/list_forms.py:923
981 msgid "Type of pipeline you want to use for this mailing list"
984 #: forms/list_forms.py:929
985 msgid "Filter content"
988 #: forms/list_forms.py:931
990 "Should Mailman filter the content of list traffic according to the settings "
992 "<b>None of the settings below have any effect if this is No.</b>"
995 #: forms/list_forms.py:937
999 #: forms/list_forms.py:940
1001 "MIME types to filter from the incoming posts. A list of common types can be "
1002 "found <a href=\"https://developer.mozilla.org/en-US/docs/Web/HTTP/"
1003 "Basics_of_HTTP/MIME_types/Common_types\">here </a>"
1006 #: forms/list_forms.py:946
1007 msgid "Filter extensions"
1010 #: forms/list_forms.py:948
1011 msgid "Extensions to filter from the incoming posts."
1014 #: forms/list_forms.py:951
1018 #: forms/list_forms.py:954
1020 "MIME types to allow in the incoming posts. A list of common types can be "
1021 "found <a href=\"https://developer.mozilla.org/en-US/docs/Web/HTTP/"
1022 "Basics_of_HTTP/MIME_types/Common_types\">here </a>"
1025 #: forms/list_forms.py:960
1026 msgid "Pass extensions"
1029 #: forms/list_forms.py:962
1030 msgid "Extensions to allow in the incoming posts."
1033 #: forms/list_forms.py:968
1034 msgid "Collapse alternatives"
1037 #: forms/list_forms.py:970
1039 "Should Mailman collapse multipart/alternative to its first part content?"
1042 #: forms/list_forms.py:978
1043 msgid "Filter Action"
1046 #: forms/list_forms.py:985
1047 msgid "Convert html to plaintext"
1050 #: forms/list_forms.py:987
1052 "Should Mailman convert text/html parts to plain text? This conversion "
1053 "happens after MIME attachments have been stripped."
1056 #: forms/list_forms.py:1000
1057 msgid "Respond and continue processing"
1060 #: forms/list_forms.py:1001
1061 msgid "Respond and discard message"
1064 #: forms/list_forms.py:1002
1065 msgid "No automatic response"
1068 #: forms/list_forms.py:1007
1069 msgid "Autorespond to list owner"
1072 #: forms/list_forms.py:1009
1074 "Should Mailman send an auto-response to emails sent to the -owner address?"
1077 #: forms/list_forms.py:1014
1078 msgid "Autoresponse owner text"
1081 #: forms/list_forms.py:1017
1082 msgid "Auto-response text to send to -owner emails."
1085 #: forms/list_forms.py:1022
1086 msgid "Autorespond postings"
1089 #: forms/list_forms.py:1024
1090 msgid "Should Mailman send an auto-response to mailing list posters?"
1093 #: forms/list_forms.py:1028
1094 msgid "Autoresponse postings text"
1097 #: forms/list_forms.py:1031
1098 msgid "Auto-response text to send to mailing list posters."
1101 #: forms/list_forms.py:1036
1102 msgid "Autorespond requests"
1105 #: forms/list_forms.py:1038
1107 "Should Mailman send an auto-response to emails sent to the -request address? "
1108 "If you choose yes, decide whether you want Mailman to discard the original "
1109 "email, or forward it on to the system as a normal mail command."
1112 #: forms/list_forms.py:1045
1113 msgid "Autoresponse request text"
1116 #: forms/list_forms.py:1048
1117 msgid "Auto-response text to send to -request emails."
1120 #: forms/list_forms.py:1051
1121 msgid "Autoresponse grace period"
1124 #: forms/list_forms.py:1053
1126 "Number of days between auto-responses to either the mailing list or -"
1127 "request/-owner address from the same poster. Set to zero (or negative) for "
1128 "no grace period (i.e. auto-respond to every message)."
1131 #: forms/list_forms.py:1063
1132 msgid "Notify users of held messages"
1135 #: forms/list_forms.py:1065
1137 "Should Mailman notify users about their messages held for approval. If you "
1138 "say 'No', no notifications will be sent to users about the pending approval "
1139 "on their messages."
1142 #: forms/list_forms.py:1074 forms/list_forms.py:1308
1143 msgid "Send welcome message"
1146 #: forms/list_forms.py:1076
1148 "Send welcome message to newly subscribed members? Turn this off only if you "
1149 "plan on subscribing people manually and don't want them to know that you did "
1150 "so. Setting this to No is most useful for transparently migrating lists from "
1151 "some other mailing list manager to Mailman.\n"
1152 "The text of Welcome message can be set via the Templates tab."
1155 #: forms/list_forms.py:1088
1156 msgid "Send goodbye message"
1159 #: forms/list_forms.py:1090
1161 "Send goodbye message to newly unsubscribed members? Turn this off only if "
1162 "you plan on unsubscribing people manually and don't want them to know that "
1164 "The text of Goodbye message can be set via the Templates tab."
1167 #: forms/list_forms.py:1099
1168 msgid "Admin immed notify"
1171 #: forms/list_forms.py:1101
1173 "Should the list moderators get immediate notice of new requests, as well as "
1174 "daily notices about collected ones? List moderators (and list "
1175 "administrators) are sent daily reminders of requests pending approval, like "
1176 "subscriptions to a moderated list, or postings that are being held for one "
1177 "reason or another. Setting this option causes notices to be sent immediately "
1178 "on the arrival of new requests as well. "
1181 #: forms/list_forms.py:1113
1182 msgid "Notify admin of membership changes"
1185 #: forms/list_forms.py:1115
1186 msgid "Should administrator get notices of subscribes and unsubscribes?"
1189 #: forms/list_forms.py:1122
1190 msgid "Not Moderated"
1193 #: forms/list_forms.py:1123
1194 msgid "Moderated but allows for open posting"
1197 #: forms/list_forms.py:1124
1201 #: forms/list_forms.py:1136
1202 msgid "Show list on index page"
1205 #: forms/list_forms.py:1138
1206 msgid "Choose whether to include this list on the list of all lists"
1209 #: forms/list_forms.py:1145
1211 "This description is used when the mailing list is listed with other mailing "
1212 "lists, or in headers, and so forth. It should be as succinct as you can get "
1213 "it, while still identifying what the list is."
1216 #: forms/list_forms.py:1152
1217 msgid "Long Description"
1220 #: forms/list_forms.py:1153
1221 msgid "A longer description of this mailing list."
1224 #: forms/list_forms.py:1158
1225 msgid "Display name"
1228 #: forms/list_forms.py:1160
1229 msgid "Display name is the name shown in the web interface."
1232 #: forms/list_forms.py:1163
1233 msgid "Subject prefix"
1236 #: forms/list_forms.py:1168
1237 msgid "Preferred Language"
1240 #: forms/list_forms.py:1174
1241 msgid "Members List Visibility"
1244 #: forms/list_forms.py:1179
1245 msgid "Who is allowed to see members list for this MailingList?"
1248 #: forms/list_forms.py:1198
1249 msgid "Gateway to mail"
1252 #: forms/list_forms.py:1200
1254 "Flag indicating that posts to the linked newsgroup should be gated to the "
1258 #: forms/list_forms.py:1207
1259 msgid "Gateway to news"
1262 #: forms/list_forms.py:1209
1264 "Flag indicating that posts to the list should be gated to the linked "
1268 #: forms/list_forms.py:1214
1269 msgid "Linked Newsgroup"
1272 #: forms/list_forms.py:1216
1273 msgid "The name of the linked newsgroup."
1276 #: forms/list_forms.py:1219
1277 msgid "Newsgroup moderation"
1280 #: forms/list_forms.py:1224
1281 msgid "The moderation policy for the linked newsgroup, if there is one."
1284 #: forms/list_forms.py:1231
1285 msgid "NNTP Include subject prefix "
1288 #: forms/list_forms.py:1233
1290 "Flag indicating whether the list's \"Subject Prefix\" should be included in "
1291 "posts gated to usenet."
1294 #: forms/list_forms.py:1243
1295 msgid "Emails to mass subscribe"
1298 #: forms/list_forms.py:1245
1300 "The following formats are accepted:\n"
1301 "jdoe@example.com\n"
1302 "<jdoe@example.com>\n"
1303 "John Doe <jdoe@example.com>\n"
1304 "\"John Doe\" <jdoe@example.com>\n"
1305 "jdoe@example.com (John Doe)\n"
1306 "Use the last three to associate a display name with the address\n"
1309 #: forms/list_forms.py:1256
1313 #: forms/list_forms.py:1260
1314 msgid "If checked, users will not have to confirm their subscription."
1317 #: forms/list_forms.py:1266
1318 msgid "Pre approved"
1321 #: forms/list_forms.py:1270
1323 "If checked, moderators will not have to approve the subscription request."
1326 #: forms/list_forms.py:1277
1327 msgid "Pre Verified"
1330 #: forms/list_forms.py:1281
1332 "If checked, users will not have to verify that their email address is valid."
1335 #: forms/list_forms.py:1288
1339 #: forms/list_forms.py:1292
1341 "If checked, the other checkboxes are ignored and the users will be sent an "
1342 "invitation to join the list and will be subscribed upon acceptance thereof."
1345 #: forms/list_forms.py:1310
1347 "If set to \"Yes\" or \"No\", List's default setting of send_welcome_message "
1348 "will be ignored for these subscribers and a welcome message will be sent or "
1349 "not sent based on the choice."
1352 #: forms/list_forms.py:1331
1353 msgid "Emails to Unsubscribe"
1356 #: forms/list_forms.py:1332
1357 msgid "Add one email address on each line"
1360 #: forms/list_forms.py:1348
1361 msgid "Default antispam action"
1364 #: forms/list_forms.py:1353
1368 #: forms/list_forms.py:1354
1369 msgid "Email header to filter on (case-insensitive)."
1372 #: forms/list_forms.py:1356
1373 msgid "Please enter a header."
1376 #: forms/list_forms.py:1357
1377 msgid "Please enter a valid header."
1380 #: forms/list_forms.py:1361
1384 #: forms/list_forms.py:1363
1385 msgid "Regular expression matching the header's value (case-insensitive)."
1388 #: forms/list_forms.py:1367
1389 msgid "Please enter a pattern."
1392 #: forms/list_forms.py:1368
1393 msgid "Please enter a valid pattern."
1396 #: forms/list_forms.py:1372 templates/postorius/domain/index.html:26
1400 #: forms/list_forms.py:1373
1401 msgid "Please enter a valid action."
1404 #: forms/list_forms.py:1376
1405 msgid "Action to take when a header matches"
1408 #: forms/list_forms.py:1411
1409 msgid "Select Email"
1412 #: forms/list_forms.py:1437
1416 #: forms/member_forms.py:28
1417 msgid "Email Address"
1420 #: forms/member_forms.py:35 forms/user_forms.py:341
1421 msgid "Display Name"
1424 #: forms/member_forms.py:37
1425 msgid "Please enter a display name."
1428 #: forms/system.py:32
1432 #: forms/system.py:34
1434 "You can ban a single email address or use a regular expression to match "
1435 "similar email addresses."
1438 #: forms/user_forms.py:70
1439 msgid "Receive own postings"
1442 #: forms/user_forms.py:72
1444 "Ordinarily, you will get a copy of every message you post to the list. If "
1445 "you don't want to receive this copy, set this option to No."
1448 #: forms/user_forms.py:80
1449 msgid "Acknowledge posts"
1452 #: forms/user_forms.py:82
1453 msgid "Receive acknowledgement mail when you send mail to the list?"
1456 #: forms/user_forms.py:88
1457 msgid "Hide address"
1460 #: forms/user_forms.py:90
1462 "When other members allowed to view the list membership, your email address "
1463 "is normally shown. If you do not want your email address to show up on this "
1464 "membership roster, select Yes for this option."
1467 #: forms/user_forms.py:99
1468 msgid "Receive list copies (possible duplicates)"
1471 #: forms/user_forms.py:101
1473 "When you are listed explicitly in the To: or Cc: headers of a list message, "
1474 "you can opt to not receive another copy from the mailing list. Select Yes to "
1475 "receive copies. Select No to avoid receiving copies from the mailing list"
1478 #: forms/user_forms.py:112
1479 msgid "Preferred language"
1482 #: forms/user_forms.py:114
1484 "Preferred language for your interactions with Mailman. When this is set, it "
1485 "will override the MailingList's preferred language. This affects which "
1486 "language is used for your email notifications and such."
1489 #: forms/user_forms.py:170
1490 msgid "Cannot set delivery_status to {}"
1493 #: forms/user_forms.py:268
1497 #: forms/user_forms.py:269
1498 msgid "Specifies whether or not this email address is verified"
1501 #: forms/validators.py:39
1502 #, python-brace-format
1503 msgid "Invalid: \"{0}\" should be either email or UUID"
1508 "Note: Do not add any secret content in templates as they are publicly "
1510 "You can use these variables in the templates. \n"
1511 "$hyperkitty_url: Permalink to archived message in Hyperkitty - only in list:"
1512 "member:regular:footer and list:member:regular:header\n"
1513 "$listname: Name of the Mailing List e.g. ant@example.com \n"
1514 "$list_id: The List-ID header e.g. ant.example.com \n"
1515 "$display_name: Display name of the mailing list e.g. Ant \n"
1516 "$short_listname: Local part of the listname e.g. ant \n"
1517 "$domain: The domain part of the listname e.g. example.com \n"
1518 "$description: The mailing list's short description text \n"
1519 "$info: The mailing list's longer descriptive text \n"
1520 "$request_email: The email address for -request address \n"
1521 "$owner_email: The email address for -owner address \n"
1522 "$site_email: The email address to reach the owners of the site \n"
1523 "$language: The two letter language code for list's preferred language e.g. "
1525 "Some templates accept additional variables. See <a href=\"https://docs."
1526 "mailman3.org/projects/mailman/en/latest/src/mailman/rest/docs/templates."
1527 "html#templated-texts\">this doc</a> \n"
1547 msgid "Choose the template you want to customize."
1552 "Language for the template, this should be the list's preferred language."
1555 #: template_list.py:28
1557 "Sent to the list administrators when moderator approval for a posting is "
1561 #: template_list.py:34
1563 "Sent to the list administrators when moderator approval for a subscription "
1564 "request is required."
1567 #: template_list.py:40
1569 "Sent to the list administrators when moderator approval for an "
1570 "unsubscription request is required."
1573 #: template_list.py:46
1575 "Sent to the list administrators to notify them when a new member has been "
1579 #: template_list.py:52
1581 "Sent to the list administrators when a bounce message in an unrecognized "
1582 "format has been received."
1585 #: template_list.py:58
1586 msgid "Sent to the list administrators from the 'mailman notify' command."
1589 #: template_list.py:64
1591 "Sent to the list administrators to notify them when a member's bounce score "
1595 #: template_list.py:70
1597 "Sent to the list administrators to notify them when a member's delivery is "
1598 "disabled due to excessive bounces."
1601 #: template_list.py:76
1603 "Sent to the list administrators to notify them when a member has been "
1607 #: template_list.py:79
1608 msgid "The footer for a digest message."
1611 #: template_list.py:80
1612 msgid "The header for a digest message."
1615 #: template_list.py:84
1617 "The digest “masthead”; i.e. a common introduction for all digest messages."
1620 #: template_list.py:89
1621 msgid "The footer for a regular (non-digest) message."
1624 #: template_list.py:93
1625 msgid "The header for a regular (non-digest) message."
1628 #: template_list.py:98
1630 "The message sent to subscribers when a subscription confirmation is required."
1633 #: template_list.py:104
1635 "The message sent to subscribers when an unsubscription confirmation is "
1639 #: template_list.py:110
1640 msgid "The message sent to subscribers when they are invited to join a list."
1643 #: template_list.py:116
1644 msgid "The notice sent to a member when they unsubscribe from a mailing list."
1647 #: template_list.py:122
1649 "The notice sent to a poster when their message is being held for moderator "
1653 #: template_list.py:128
1655 "Sent to a user when the maximum number of autoresponses has been reached for "
1659 #: template_list.py:134
1661 "Notice sent to a poster when their message has been received by the mailing "
1665 #: template_list.py:140
1667 "A bounce probe sent to a member when their subscription has been disabled "
1671 #: template_list.py:146
1673 "Notice sent to a poster when their message has been rejected by the list’s "
1677 #: template_list.py:152
1679 "Notice sent to a poster when their message has been rejected automatically."
1682 #: template_list.py:158
1684 "The notice sent to a member when they are subscribed to the mailing list."
1687 #: template_list.py:164
1689 "The notice sent to a member when their membership has been disabled due to "
1690 "excessive bounces."
1693 #: templates/403.html:5
1697 #: templates/404.html:5
1698 msgid "Page not found"
1701 #: templates/404.html:6
1702 msgid "This page either doesn't exist, or it moved somewhere else."
1705 #: templates/500.html:18
1706 msgid "Server error"
1709 #: templates/500.html:19
1710 msgid "An error occurred while processing your request."
1713 #: templates/postorius/bans.html:5 templates/postorius/bans.html:10
1717 #: templates/postorius/base.html:28
1718 msgid "Mailman logo"
1721 #: templates/postorius/base.html:34 templates/postorius/base.html:117
1722 #: templates/postorius/lists/summary.html:110
1726 msgstr "Prisijungti"
1728 #: templates/postorius/base.html:38 templates/postorius/base.html:121
1730 msgstr "Prisijungti"
1732 #: templates/postorius/base.html:53 templates/postorius/base.html:130
1733 #: templates/postorius/base.html:158
1737 #: templates/postorius/base.html:57 templates/postorius/base.html:134
1738 #: templates/postorius/base.html:162
1739 msgid "Mailman settings"
1742 #: templates/postorius/base.html:62 templates/postorius/base.html:139
1743 #: templates/postorius/base.html:167
1744 msgid "Posting activity"
1747 #: templates/postorius/base.html:68 templates/postorius/base.html:144
1748 #: templates/postorius/base.html:173
1752 msgstr "Prisijungti"
1754 #: templates/postorius/base.html:78
1758 #: templates/postorius/base.html:84 templates/postorius/domain/index.html:5
1759 #: templates/postorius/domain/index.html:11
1763 #: templates/postorius/base.html:90
1767 #: templates/postorius/base.html:96
1768 msgid "System Information"
1771 #: templates/postorius/base.html:102 templates/postorius/menu/list_nav.html:51
1772 #: templates/postorius/user/all.html:8 templates/postorius/user/all.html:13
1776 #: templates/postorius/base.html:109 templates/postorius/lists/summary.html:33
1780 #: templates/postorius/base.html:197
1781 msgid "Postorius Documentation"
1784 #: templates/postorius/base.html:201
1785 msgid "Postorius Version"
1788 #: templates/postorius/base.html:204
1789 msgid "Happy Mailman Day!"
1792 #: templates/postorius/domain/confirm_delete.html:5
1793 msgid "Confirm domain removal"
1796 #: templates/postorius/domain/confirm_delete.html:13
1797 msgid "Confirm deletion"
1800 #: templates/postorius/domain/confirm_delete.html:17
1801 msgid "Are you sure you want to permanently delete"
1804 #: templates/postorius/domain/confirm_delete.html:21
1808 " This would delete %(size)s lists, some of which are:\n"
1812 #: templates/postorius/domain/confirm_delete.html:33
1813 #: templates/postorius/domain/index.html:59
1814 #: templates/postorius/domain/template_index.html:35
1815 #: templates/postorius/lists/confirm_delete.html:5
1816 #: templates/postorius/lists/members.html:159
1817 #: templates/postorius/lists/members.html:170
1818 #: templates/postorius/lists/template_list.html:33
1819 #: templates/postorius/menu/list_nav.html:89
1823 #: templates/postorius/domain/confirm_delete.html:34
1824 #: templates/postorius/domain/template_delete.html:28
1825 #: templates/postorius/lists/confirm_delete.html:25
1826 #: templates/postorius/lists/confirm_remove_role.html:23
1827 #: templates/postorius/lists/confirm_removeall_subscribers.html:22
1828 #: templates/postorius/lists/template_delete.html:25
1829 #: templates/postorius/user/confirm_delete.html:23
1833 #: templates/postorius/domain/edit.html:6
1834 #: templates/postorius/domain/edit.html:12
1838 #: templates/postorius/domain/edit.html:17
1839 #: templates/postorius/lists/template_update.html:20
1840 #: templates/postorius/user/manage.html:16
1841 #: templates/postorius/user/manage.html:46
1842 #: templates/postorius/user/manage.html:82
1846 #: templates/postorius/domain/index.html:14
1850 #: templates/postorius/domain/index.html:25
1851 #: templates/postorius/menu/list_nav.html:57
1852 #: templates/postorius/menu/list_nav.html:63
1856 #: templates/postorius/domain/index.html:38
1857 #: templates/postorius/domain/index.html:58
1858 #: templates/postorius/domain/template_index.html:34
1859 #: templates/postorius/lists/template_list.html:32
1863 #: templates/postorius/domain/index.html:50
1867 #: templates/postorius/domain/index.html:54
1871 #: templates/postorius/domain/index.html:57
1872 #: templates/postorius/domain/template_add.html:6
1873 #: templates/postorius/domain/template_delete.html:6
1874 #: templates/postorius/domain/template_index.html:6
1875 #: templates/postorius/domain/template_index.html:11
1876 #: templates/postorius/lists/template_add.html:7
1877 #: templates/postorius/lists/template_delete.html:7
1878 #: templates/postorius/lists/template_list.html:7
1879 #: templates/postorius/lists/template_update.html:7
1880 #: templates/postorius/menu/list_nav.html:71 templatetags/nav_helpers.py:39
1884 #: templates/postorius/domain/index.html:67
1885 msgid "No domains yet."
1888 #: templates/postorius/domain/new.html:6
1892 #: templates/postorius/domain/new.html:12
1893 msgid "Add a new domain"
1896 #: templates/postorius/domain/new.html:17
1897 msgid "Create domain"
1900 #: templates/postorius/domain/owners.html:6
1901 msgid "Add domain owner "
1904 #: templates/postorius/domain/owners.html:12
1905 msgid "Add a new owner to"
1908 #: templates/postorius/domain/template_add.html:17
1909 #: templates/postorius/domain/template_delete.html:16
1910 #: templates/postorius/lists/template_delete.html:13
1911 #: templates/postorius/lists/template_update.html:13
1913 msgid "Template '%(name)s'"
1916 #: templates/postorius/domain/template_add.html:25
1917 #: templates/postorius/lists/template_add.html:16
1918 #: templates/postorius/user/address_preferences.html:64
1919 #: templates/postorius/user/subscription_preferences.html:75
1923 #: templates/postorius/domain/template_delete.html:11
1924 msgid "Delete Template"
1927 #: templates/postorius/domain/template_delete.html:22
1931 " Are you sure you want to delete the \"%(name)s\" template\n"
1932 " for domain \"%(identifier)s\"?\n"
1936 #: templates/postorius/domain/template_index.html:16
1937 #: templates/postorius/lists/template_list.html:15
1938 msgid "New Template"
1941 #: templates/postorius/domain/template_index.html:25
1942 #: templates/postorius/lists/template_list.html:24
1943 msgid "Template Name"
1946 #: templates/postorius/domain/template_index.html:45
1947 #: templates/postorius/lists/template_list.html:41
1948 msgid "No Templates."
1951 #: templates/postorius/errors/generic.html:5
1952 msgid "Something went wrong"
1955 #: templates/postorius/fragments/bans.html:14
1959 #: templates/postorius/fragments/bans.html:22
1960 msgid "Currently banned addresses"
1963 #: templates/postorius/fragments/bans.html:35
1964 msgid "Un-ban this address"
1967 #: templates/postorius/fragments/bans.html:46
1968 msgid "No addresses are currently banned."
1971 #: templates/postorius/index.html:6
1975 #: templates/postorius/index.html:12
1976 msgid "Mailing Lists"
1979 #: templates/postorius/index.html:20
1983 #: templates/postorius/index.html:41
1987 #: templates/postorius/index.html:46
1991 #: templates/postorius/index.html:51
1995 #: templates/postorius/index.html:56
1999 #: templates/postorius/index.html:59
2003 #: templates/postorius/index.html:72
2004 msgid "Create New Domain"
2007 #: templates/postorius/index.html:74
2008 msgid "Create New List"
2011 #: templates/postorius/index.html:86
2015 #: templates/postorius/index.html:87
2016 msgid "Post address"
2019 #: templates/postorius/index.html:98
2020 msgid "unadvertised"
2023 #: templates/postorius/index.html:110
2025 "Only lists that you are owner, moderator or subscriber for are shown here. "
2026 "Click to <a href=\"?all-lists\"> see all lists</a>."
2029 #: templates/postorius/index.html:114
2030 msgid "Only admins see unadvertised lists in the list index."
2033 #: templates/postorius/index.html:120
2034 msgid "There are currently no mailing lists."
2037 #: templates/postorius/lists/bans.html:8
2038 msgid "Banned addresses"
2041 #: templates/postorius/lists/confirm_delete.html:13
2042 msgid "Are you sure you want to permanently delete this list?"
2045 #: templates/postorius/lists/confirm_delete.html:14
2046 msgid "All settings and membership data will be lost!"
2049 #: templates/postorius/lists/confirm_delete.html:20
2053 " Delete %(listname)s\n"
2057 #: templates/postorius/lists/confirm_remove_role.html:5
2058 msgid "Confirm remove role"
2061 #: templates/postorius/lists/confirm_remove_role.html:15
2063 msgid "Remove %(address)s as %(role_translated)s?"
2066 #: templates/postorius/lists/confirm_remove_role.html:19
2067 msgid "Are you sure?"
2070 #: templates/postorius/lists/confirm_remove_role.html:22
2072 msgid " Remove %(role_translated)s"
2075 #: templates/postorius/lists/confirm_removeall_subscribers.html:6
2076 msgid "Unsubscribe all members"
2079 #: templates/postorius/lists/confirm_removeall_subscribers.html:14
2083 " Warning! This will remove every member from %(listname)s!\n"
2087 #: templates/postorius/lists/confirm_removeall_subscribers.html:21
2088 #: templates/postorius/lists/mass_removal.html:17
2089 #: templates/postorius/lists/members.html:63
2090 msgid "Remove ALL members"
2093 #: templates/postorius/lists/confirm_token.html:12
2097 " Confirm subscription of %(addr)s to %(name)s(%(listid)s):\n"
2101 #: templates/postorius/lists/confirm_token.html:16
2105 " Confirm unsubscription of %(addr)s from %(name)s(%(listid)s):\n"
2109 #: templates/postorius/lists/confirm_token.html:20
2113 " Confirm token %(token)s:\n"
2117 #: templates/postorius/lists/header_matches.html:7
2118 #: templates/postorius/menu/list_nav.html:88
2119 msgid "Header filters"
2122 #: templates/postorius/lists/header_matches.html:68
2123 #: templates/postorius/lists/memberoptions.html:20
2124 #: templates/postorius/lists/memberoptions.html:28
2125 #: templates/postorius/lists/settings.html:30
2126 #: templates/postorius/user/list_options.html:28
2127 #: templates/postorius/user/mailman_settings.html:23
2128 msgid "Save changes"
2131 #: templates/postorius/lists/header_matches.html:70
2132 msgid "Changes pending, click on the button to save them."
2135 #: templates/postorius/lists/held_messages.html:11
2136 #: templates/postorius/menu/list_nav.html:42
2137 msgid "Held messages"
2140 #: templates/postorius/lists/held_messages.html:27
2141 msgid "Perform action on selected messages"
2144 #: templates/postorius/lists/held_messages.html:29
2145 #: templates/postorius/lists/held_messages.html:120
2146 #: templates/postorius/lists/subscription_requests.html:42
2150 #: templates/postorius/lists/held_messages.html:34
2151 msgid "Click the message's subject for more options."
2154 #: templates/postorius/lists/held_messages.html:41
2158 #: templates/postorius/lists/held_messages.html:42
2162 #: templates/postorius/lists/held_messages.html:43
2166 #: templates/postorius/lists/held_messages.html:44
2170 #: templates/postorius/lists/held_messages.html:45
2174 #: templates/postorius/lists/held_messages.html:57
2175 #: templates/postorius/lists/held_messages.html:65
2179 #: templates/postorius/lists/held_messages.html:95
2183 #: templates/postorius/lists/held_messages.html:106
2184 msgid "Set member moderation"
2187 #: templates/postorius/lists/held_messages.html:112
2188 msgid "Rejection reason:"
2191 #: templates/postorius/lists/held_messages.html:115
2193 "Reason sent to the sender for message rejection. For other actions, this is "
2197 #: templates/postorius/lists/held_messages.html:129
2198 msgid "Show Headers"
2201 #: templates/postorius/lists/held_messages.html:137
2202 msgid "There are currently no held messages."
2205 #: templates/postorius/lists/held_messages.html:144
2206 msgid "Message could not be retrieved"
2209 #: templates/postorius/lists/mass_removal.html:14
2210 msgid "Remove listed users"
2213 #: templates/postorius/lists/mass_subscribe.html:7
2214 #: templates/postorius/menu/list_nav.html:79
2215 #: templates/postorius/menu/list_nav.html:83
2216 msgid "Mass subscribe"
2219 #: templates/postorius/lists/mass_subscribe.html:16
2220 msgid "Subscribe users"
2223 #: templates/postorius/lists/memberoptions.html:7
2224 #: templates/postorius/user/list_options.html:7
2225 msgid "Member options"
2228 #: templates/postorius/lists/memberoptions.html:15
2229 msgid "No Preferences Available"
2232 #: templates/postorius/lists/memberoptions.html:16
2233 msgid "You are not the owner for this list"
2236 #: templates/postorius/lists/members.html:8
2237 msgid "List members"
2240 #: templates/postorius/lists/members.html:44
2241 msgid "Search members..."
2244 #: templates/postorius/lists/members.html:60
2248 #: templates/postorius/lists/members.html:62
2249 msgid "Remove Selected"
2252 #: templates/postorius/lists/members.html:78
2253 #: templates/postorius/user/address_preferences.html:32
2254 #: templates/postorius/user/manage.html:61
2255 #: templates/postorius/user/manage.html:97
2259 #: templates/postorius/lists/members.html:82
2260 #: templates/postorius/user/subscriptions.html:24
2261 msgid "Delivery Mode"
2264 #: templates/postorius/lists/members.html:85
2265 msgid "Moderation Action"
2268 #: templates/postorius/lists/members.html:90
2269 msgid "Bounce Score"
2272 #: templates/postorius/lists/members.html:116
2273 msgid "Masked per the user request"
2276 #: templates/postorius/lists/new.html:6 templates/postorius/lists/new.html:17
2280 #: templates/postorius/lists/new.html:12
2281 msgid "Create a new list"
2284 #: templates/postorius/lists/pending_confirmations.html:19
2285 #: templates/postorius/lists/subscription_requests.html:21
2286 msgid "E-Mail Address"
2289 #: templates/postorius/lists/pending_confirmations.html:20
2290 #: templates/postorius/lists/subscription_requests.html:23
2294 #: templates/postorius/lists/pending_confirmations.html:38
2295 #: templates/postorius/lists/subscription_requests.html:44
2299 #: templates/postorius/lists/pending_confirmations.html:48
2300 #: templates/postorius/lists/subscription_requests.html:57
2301 msgid "There are currently no subscription requests for this list."
2304 #: templates/postorius/lists/settings.html:7
2305 #: templates/postorius/menu/list_nav.html:72
2309 #: templates/postorius/lists/subscription_requests.html:22
2313 #: templates/postorius/lists/subscription_requests.html:45
2314 msgid "Rejection reason"
2317 #: templates/postorius/lists/summary.html:10
2318 #: templates/postorius/menu/list_nav.html:10
2322 #: templates/postorius/lists/summary.html:23
2323 msgid "To contact the list owners, use the following email address:"
2326 #: templates/postorius/lists/summary.html:29
2327 msgid "You have to sign in to visit the archives of this list."
2330 #: templates/postorius/lists/summary.html:35
2334 " <a class=\"btn btn-primary\" href=\"%(hyperkitty_list_url)s"
2339 #: templates/postorius/lists/summary.html:47
2340 #: templates/postorius/lists/summary.html:104
2341 msgid "Subscription / Unsubscription"
2344 #: templates/postorius/lists/summary.html:52
2345 #: templates/postorius/user/subscriptions.html:23
2346 msgid "Subscription Address"
2349 #: templates/postorius/lists/summary.html:55
2350 #: templates/postorius/user/all.html:37
2354 #: templates/postorius/lists/summary.html:56
2355 #: templates/postorius/lists/summary.html:77
2359 #: templates/postorius/lists/summary.html:63
2360 #: templates/postorius/user/subscription_preferences.html:49
2361 msgid "Primary Address"
2364 #: templates/postorius/lists/summary.html:71
2365 msgid "Manage Subscription"
2368 #: templates/postorius/lists/summary.html:86
2369 msgid "Subscribe to this list"
2372 #: templates/postorius/lists/summary.html:88
2376 " To subscribe you can send an email with 'subscribe' in the "
2378 " <a href=\"mailto:%(address)s?subject=Subscribe\">"
2380 " or use the form below:\n"
2384 #: templates/postorius/lists/summary.html:96
2385 #: templates/postorius/lists/summary.html:124
2389 #: templates/postorius/lists/summary.html:100
2391 "You have a subscription request pending. If you don't hear back soon, please "
2392 "contact the list owners."
2395 #: templates/postorius/lists/summary.html:105
2398 " To subscribe or unsubscribe from this list, please sign in first.\n"
2399 " If you have not previously signed in, you may need to set up an "
2401 " with the appropriate email address.\n"
2405 #: templates/postorius/lists/summary.html:116
2408 " You can also subscribe without creating an account.\n"
2409 " If you wish to do so, please use the form below.\n"
2413 #: templates/postorius/lists/summary.html:134
2414 msgid "List metrics"
2417 #: templates/postorius/lists/summary.html:136
2421 #: templates/postorius/lists/summary.html:141
2422 msgid "Last post at"
2425 #: templates/postorius/lists/summary.html:150
2426 msgid "Digest last sent at"
2429 #: templates/postorius/lists/summary.html:159
2433 #: templates/postorius/lists/template_delete.html:19
2437 " Are you sure you want to delete the \"%(name)s\" template\n"
2438 " from list \"%(identifier)s\"?\n"
2442 #: templates/postorius/menu/list_nav.html:14
2443 msgid "Subscription requests"
2446 #: templates/postorius/menu/list_nav.html:19
2447 #: templates/postorius/menu/list_nav.html:30
2448 msgid "Pending Approval"
2451 #: templates/postorius/menu/list_nav.html:22
2452 #: templates/postorius/menu/list_nav.html:33
2453 msgid "Pending Confirmation"
2456 #: templates/postorius/menu/list_nav.html:25
2457 #: templates/postorius/menu/list_nav.html:36
2458 msgid "Unsubscription Requests"
2461 #: templates/postorius/menu/list_nav.html:54
2462 #: templates/postorius/menu/list_nav.html:60
2463 #: templates/postorius/menu/list_nav.html:67
2467 #: templates/postorius/menu/list_nav.html:55
2468 #: templates/postorius/menu/list_nav.html:61
2472 #: templates/postorius/menu/list_nav.html:56
2473 #: templates/postorius/menu/list_nav.html:62
2477 #: templates/postorius/menu/list_nav.html:76
2478 msgid "Mass operations"
2481 #: templates/postorius/menu/list_nav.html:80
2482 #: templates/postorius/menu/list_nav.html:84
2483 msgid "Mass removal"
2486 #: templates/postorius/menu/list_nav.html:87
2490 #: templates/postorius/menu/user_nav.html:4
2491 msgid "Mailman Settings"
2494 #: templates/postorius/menu/user_nav.html:7
2495 #: templates/postorius/user/manage.html:49
2496 #: templates/postorius/user/subscriptions.html:8 templatetags/nav_helpers.py:43
2497 msgid "Subscriptions"
2500 #: templates/postorius/menu/user_nav.html:8
2501 msgid "Global Mailman preferences"
2504 #: templates/postorius/menu/user_nav.html:9
2505 msgid "Address-based preferences"
2508 #: templates/postorius/menu/user_nav.html:10
2509 msgid "List-based preferences"
2512 #: templates/postorius/system_information.html:6
2513 msgid "System Configuration"
2516 #: templates/postorius/system_information.html:11
2517 msgid "Mailman System"
2520 #: templates/postorius/system_information.html:23
2524 #: templates/postorius/user/address_preferences.html:8
2525 #: templates/postorius/user/subscription_preferences.html:7
2526 msgid "Subscription preferences"
2529 #: templates/postorius/user/address_preferences.html:17
2530 #: templates/postorius/user/mailman_settings.html:17
2531 #: templates/postorius/user/subscription_preferences.html:17
2532 msgid "No preferences available"
2535 #: templates/postorius/user/address_preferences.html:18
2536 #: templates/postorius/user/mailman_settings.html:19
2537 #: templates/postorius/user/subscription_preferences.html:19
2539 "You are not yet subscribed to any lists, so you have no Mailman preferences."
2542 #: templates/postorius/user/address_preferences.html:20
2543 msgid "Each email address can have specific Mailman preferences."
2546 #: templates/postorius/user/address_preferences.html:21
2548 "Any options showing as not set here inherit at runtime from your global "
2549 "preferences (viewable on other tab)"
2552 #: templates/postorius/user/all.html:20
2556 #: templates/postorius/user/all.html:35
2560 #: templates/postorius/user/all.html:36
2564 #: templates/postorius/user/confirm_delete.html:9
2565 #: templates/postorius/user/confirm_delete.html:13
2566 #: templates/postorius/user/confirm_delete.html:22
2567 #: templates/postorius/user/manage.html:141
2570 msgid "Delete Account"
2573 #: templates/postorius/user/confirm_delete.html:17
2575 "Are you sure you want to delete this account? This will remove the account "
2576 "along with all its subscriptions."
2579 #: templates/postorius/user/list_options.html:14
2580 msgid "Subscription options for"
2583 #: templates/postorius/user/list_options.html:15
2584 #: templates/postorius/user/subscription_preferences.html:22
2586 "Any options showing as not set inherit at runtime from your global or "
2587 "address specific preferences (viewable on other tabs)"
2590 #: templates/postorius/user/list_options.html:19
2591 msgid "Use this form to change the email used for this subscription"
2594 #: templates/postorius/user/list_options.html:23
2595 msgid "Change email used for subscription"
2598 #: templates/postorius/user/mailman_settings.html:7
2599 msgid "Subscription settings"
2602 #: templates/postorius/user/manage.html:8
2606 #: templates/postorius/user/manage.html:18
2610 #: templates/postorius/user/manage.html:28
2614 #: templates/postorius/user/manage.html:60
2615 #: templates/postorius/user/manage.html:96
2619 #: templates/postorius/user/manage.html:62
2620 #: templates/postorius/user/manage.html:98
2621 #: templates/postorius/user/subscriptions.html:25
2625 #: templates/postorius/user/manage.html:85
2626 msgid "User has no subscriptions."
2629 #: templates/postorius/user/manage.html:88
2633 #: templates/postorius/user/manage.html:111
2634 msgid "User has no ownerships."
2637 #: templates/postorius/user/manage.html:115
2643 #: templates/postorius/user/manage.html:118
2647 #: templates/postorius/user/manage.html:122
2651 #: templates/postorius/user/manage.html:126
2655 #: templates/postorius/user/manage.html:130
2659 #: templates/postorius/user/manage.html:135
2660 #: templates/postorius/user/manage.html:138
2661 msgid "Change password"
2664 #: templates/postorius/user/subscription_preferences.html:21
2665 msgid "Each list subscription can have specific Mailman preferences."
2668 #: templates/postorius/user/subscription_preferences.html:32
2669 msgid "Subscription"
2672 #: templates/postorius/user/subscriptions.html:17
2673 msgid "You are subscribed to the following mailing lists:"
2676 #: templates/postorius/user/subscriptions.html:41
2677 msgid "You are not yet subscribed to any lists."
2680 #: templatetags/nav_helpers.py:27
2681 msgid "Header Filters"
2684 #: templatetags/nav_helpers.py:28
2685 msgid "Banned Addresses"
2688 #: templatetags/nav_helpers.py:29
2692 #: templatetags/nav_helpers.py:30
2693 msgid "Held Messages"
2696 #: templatetags/nav_helpers.py:31
2697 msgid "Mass Removal"
2700 #: templatetags/nav_helpers.py:32
2701 msgid "Mass Subscription"
2704 #: templatetags/nav_helpers.py:33
2705 msgid "Subscription Options"
2708 #: templatetags/nav_helpers.py:34
2709 msgid "List Settings"
2712 #: templatetags/nav_helpers.py:35
2716 #: templatetags/nav_helpers.py:37
2717 msgid "Confirm Removal of All Members"
2720 #: templatetags/nav_helpers.py:40
2721 msgid "Address-based Settings"
2724 #: templatetags/nav_helpers.py:41
2725 msgid "Subscription Settings"
2728 #: templatetags/nav_helpers.py:42
2729 msgid "Global Settings"
2733 msgid "Mailman REST API not available. Please start Mailman core."
2736 #: views/domain.py:86
2737 msgid "New Domain registered"
2740 #: views/domain.py:127
2742 msgid "Domain %s updated"
2745 #: views/domain.py:130 views/list.py:1032
2746 msgid "Please check the errors below"
2749 #: views/domain.py:154
2751 msgid "The domain %s has been deleted."
2754 #: views/domain.py:160
2756 msgid "The domain could not be deleted: %s"
2759 #: views/domain.py:182
2760 msgid "Added {} as an owner for {}"
2763 #: views/domain.py:217
2764 msgid "{} is not an owner for {}"
2767 #: views/domain.py:227
2768 msgid "Removed {} as an owner for {}"
2771 #: views/generic.py:116
2772 msgid "The email {} has been banned."
2775 #: views/generic.py:122 views/generic.py:137 views/list.py:1574
2777 msgid "An error occurred: %s"
2780 #: views/generic.py:125 views/generic.py:139
2782 msgid "Invalid data: %s"
2785 #: views/generic.py:132
2786 msgid "The email {} has been un-banned"
2789 #: views/list.py:151
2793 #: views/list.py:168
2797 #: views/list.py:171
2798 msgid "No {}s were found matching the search."
2801 #: views/list.py:174
2802 msgid "List has no {}s"
2805 #: views/list.py:186
2806 msgid "The selected members have been unsubscribed"
2809 #: views/list.py:207
2810 #, python-brace-format
2811 msgid "{email} has been added with the role {role}"
2814 #: views/list.py:257
2815 msgid "Member does not exist"
2818 #: views/list.py:283
2819 msgid "The member's preferences have been updated."
2822 #: views/list.py:293
2823 msgid "No change to the member's moderation."
2826 #: views/list.py:309
2827 msgid "The member's moderation settings have been updated."
2830 #: views/list.py:524
2831 msgid "You are not subscribed to {}."
2834 #: views/list.py:539
2835 msgid "You are already subscribed"
2838 #: views/list.py:551
2839 msgid "Subscription changed to {}"
2842 #: views/list.py:556
2843 msgid "Something went wrong. Please try again. {} {}"
2846 #: views/list.py:610
2848 "Your subscription request has been submitted and is waiting for moderator "
2852 #: views/list.py:618
2854 msgid "You are subscribed to %s."
2857 #: views/list.py:623 views/list.py:659
2858 msgid "Something went wrong. Please try again."
2861 #: views/list.py:655
2862 msgid "Please check your inbox for further instructions"
2865 #: views/list.py:679
2866 msgid "You can only unsubscribe yourself."
2869 #: views/list.py:685
2871 "You have a pending unsubscription request waiting for moderator approval."
2874 #: views/list.py:696
2876 "Your unsubscription request has been submitted and is waiting for moderator "
2880 #: views/list.py:704
2882 msgid "%s has been unsubscribed from this list."
2885 #: views/list.py:741
2887 msgid "The address %(address)s has been invited to %(list)s."
2890 #: views/list.py:746
2892 msgid "The address %(address)s has been subscribed to %(list)s."
2895 #: views/list.py:751
2897 " Subscription may be pending address verification, confirmation or approval "
2901 #: views/list.py:769 views/list.py:839
2903 msgid "The email address %s is not valid."
2906 #: views/list.py:808
2907 msgid "Please fill out the form correctly."
2910 #: views/list.py:826
2911 #, python-brace-format
2912 msgid "These addresses {address} have been unsubscribed from {list}."
2915 #: views/list.py:861
2916 msgid "The selected messages were accepted"
2919 #: views/list.py:866
2920 msgid "The selected messages were rejected"
2923 #: views/list.py:871
2924 msgid "The selected messages were discarded"
2927 #: views/list.py:874
2928 msgid "Message could not be found"
2931 #: views/list.py:905
2932 msgid "The message was accepted"
2935 #: views/list.py:908
2936 msgid "The message was rejected"
2939 #: views/list.py:911
2940 msgid "The message was discarded"
2943 #: views/list.py:914
2944 msgid "Held message was not found."
2947 #: views/list.py:928
2948 msgid "Moderation action for {} set to {}"
2951 #: views/list.py:936
2952 msgid "Failed to set moderation action for {}"
2955 #: views/list.py:988
2956 msgid "Choose a Domain"
2959 #: views/list.py:1012
2960 msgid "List created"
2963 #: views/list.py:1024
2964 msgid "Mailing List already exists."
2967 #: views/list.py:1204
2968 msgid "Subscriptions pending user confirmation"
2971 #: views/list.py:1217
2972 msgid "Subscriptions pending approval"
2975 #: views/list.py:1230
2976 msgid "Un-subscriptions pending approval"
2979 #: views/list.py:1279
2980 msgid "The request has been accepted."
2983 #: views/list.py:1280
2984 msgid "The request has been rejected."
2987 #: views/list.py:1281
2988 msgid "The request has been discarded."
2991 #: views/list.py:1282
2992 msgid "The request has been defered."
2995 #: views/list.py:1302
2997 msgid "The request was already moderated: %s"
3000 #: views/list.py:1306
3002 msgid "The request could not be moderated: %s"
3005 #: views/list.py:1320
3006 msgid "List Identity"
3009 #: views/list.py:1321
3010 msgid "Automatic Responses"
3013 #: views/list.py:1322
3014 msgid "Alter Messages"
3017 #: views/list.py:1323
3018 msgid "DMARC Mitigations"
3021 #: views/list.py:1324
3025 #: views/list.py:1325
3026 msgid "Message Acceptance"
3029 #: views/list.py:1326
3033 #: views/list.py:1327
3034 msgid "Member Policy"
3037 #: views/list.py:1328
3038 msgid "Bounce Processing"
3041 #: views/list.py:1329
3042 msgid "Newsgroup Gateway"
3045 #: views/list.py:1397
3046 msgid "The settings have been updated."
3049 #: views/list.py:1400
3050 msgid "An error occurred: "
3053 #: views/list.py:1434
3055 msgid "The user %(email)s is not in the %(role)s group"
3058 #: views/list.py:1441
3059 msgid "Removing the last owner is impossible"
3062 #: views/list.py:1459
3064 msgid "The user could not be removed: %(msg)s"
3067 #: views/list.py:1465
3069 msgid "The user %(address)s has been removed from the %(role)s group."
3072 #: views/list.py:1486
3073 msgid "No member is subscribed to the list currently."
3076 #: views/list.py:1499
3077 msgid "All members have been unsubscribed from the list."
3080 #: views/list.py:1578
3081 msgid "The header matches were successfully modified."
3084 #: views/list.py:1585
3088 #: views/list.py:1586
3092 #: views/list.py:1618
3093 msgid "Invalid confirmation token"
3096 #: views/list.py:1628 views/list.py:1644
3097 msgid "Token expired or invalid."
3101 msgid "Message does not exist"
3104 #: views/rest.py:106
3105 msgid "Attachment does not exist"
3108 #: views/system.py:31
3109 msgid "Mailman Core Version"
3112 #: views/system.py:32
3113 msgid "Mailman Core API Version"
3116 #: views/system.py:33
3117 msgid "Mailman Core Python Version"
3120 #: views/user.py:103
3121 msgid "Your preferences have been updated."
3124 #: views/user.py:106
3125 msgid "Your preferences did not change."
3128 #: views/user.py:229
3129 msgid "Subscription does not exist"
3132 #: views/user.py:457
3133 msgid "Successfully updated addresses {}"
3136 #: views/user.py:471
3137 msgid "Successfully updated memberships for {}"
3140 #: views/user.py:480
3141 msgid "Successfully updated user."
3144 #: views/user.py:490
3145 msgid "Password updated successfully"
3148 #: views/user.py:528
3149 msgid "Successfully deleted account"
3153 #~ msgstr "Pašalinti"