forked from sympa-community/sympa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
rm.po
4864 lines (4061 loc) · 160 KB
/
rm.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
# Sympa online help internationalisation.
# Copyright (C) 2007
# This file is distributed under the same license as Sympa.
# FIRST AUTHOR <[email protected]>, 2007.
#
msgid ""
msgstr ""
"Project-Id-Version: Sympa 5.3.3\n"
"POT-Creation-Date: 2007-11-13 14:50+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: rm\n"
#: default/web_tt2/help.tt2:11
msgid "Subscriber, moderator and owner documentation"
msgstr ""
#: default/web_tt2/help.tt2:13
msgid "In this documentation, you will find:"
msgstr ""
#. (path_cgi)
#: default/web_tt2/help.tt2:15
msgid ""
"a <a href=\"%1/help/introduction\">general introduction</a> to mailing lists;"
msgstr ""
#. (path_cgi)
#: default/web_tt2/help.tt2:16
msgid "a <a href=\"%1/help/user\">user guide</a> about the use of Sympa;"
msgstr ""
#. (path_cgi)
#: default/web_tt2/help.tt2:17
msgid ""
"an <a href=\"%1/help/admin\">administrator guide</a> about the use of Sympa."
msgstr ""
#. (path_cgi)
#: default/web_tt2/help.tt2:20 default/web_tt2/help_faq.tt2:6
msgid ""
"If you want to perform a particular task, take a look at the list of all <a "
"href=\"%1/help/introduction#features\">available features</a> in the mailing "
"list management software Sympa."
msgstr ""
#. (path_cgi)
#: default/web_tt2/help.tt2:21 default/web_tt2/help_faq.tt2:7
msgid ""
"If you experience any problem, please refer to the <a href=\"%1/help/faquser"
"\">users <abbr title=\"Frequently asked questions\">FAQ</abbr></a> or to the "
"<a href=\"%1/help/faqadmin\">administrators <abbr title=\"Frequently asked "
"questions\">FAQ</abbr></a>."
msgstr ""
#: default/web_tt2/help_admin.tt2:3
msgid "Mailing lists - Owner and moderator guide"
msgstr ""
#: default/web_tt2/help_admin.tt2:5
msgid "Introduction: who is in charge of managing mailing lists?"
msgstr ""
#: default/web_tt2/help_admin.tt2:6
msgid "Reminder: a mailing list service involves four types of roles:"
msgstr ""
#: default/web_tt2/help_admin.tt2:8
msgid "listmaster;"
msgstr ""
#: default/web_tt2/help_admin.tt2:9
msgid "owner;"
msgstr ""
#: default/web_tt2/help_admin.tt2:10
msgid "moderator;"
msgstr ""
#: default/web_tt2/help_admin.tt2:11
msgid "subscriber."
msgstr ""
#. (path_cgi)
#: default/web_tt2/help_admin.tt2:13
msgid ""
"Refer to the <a href=\"%1/help/introduction#roles\">description of each "
"role</a> to know more about this."
msgstr ""
#: default/web_tt2/help_admin.tt2:15
msgid "Requesting the creation of a mailing list"
msgstr ""
#: default/web_tt2/help_admin.tt2:16
msgid ""
"The <strong>list creation request</strong> can be <strong>subject to "
"conditions</strong>. Even though you meet those conditions, the <strong>list "
"creation</strong> will nevertheless be <strong>subject to approval by the "
"listmasters</strong>."
msgstr ""
#: default/web_tt2/help_admin.tt2:17
msgid "To request the creation of a mailing list, do as follows:"
msgstr ""
#. (path_cgi,conf.host)
#: default/web_tt2/help_admin.tt2:19
msgid ""
"Go to the <strong><a href=\"%1/home\">list environment homepage</a></strong> "
"and <a href=\"%1/help/user#sympa_auth\"><strong>log on</strong></a>."
msgstr ""
#: default/web_tt2/help_admin.tt2:20
msgid "In the top menu, <strong>click on the 'Create list' link</strong>."
msgstr ""
#: default/web_tt2/help_admin.tt2:21
msgid ""
"If this link does not display, it means that you do not have the privileges "
"required to create a list."
msgstr ""
#. ('',conf.host)
#: default/web_tt2/help_admin.tt2:22
msgid ""
"Give your list a <strong>name</strong> (only enter the name without the '@' "
"and the domain name; example: <em class=\"example\">languages_spanish</em> "
"and not <em class=\"example\">languages_spanish@%2</em>)."
msgstr ""
#: default/web_tt2/help_admin.tt2:23
msgid ""
"Do not use any spaces, accents or specials characters in list names: those "
"characters might cause problems."
msgstr ""
#. ('',conf.host)
#: default/web_tt2/help_admin.tt2:24
msgid ""
"Choose an explicit yet short name: think of the subscribers who will have to "
"type this name every time they will send a message to the list! If you "
"manage a set of lists, you can prefix your lists' names with a common "
"prefix; thus they will be sorted together and will be easily recognizable "
"(example: <em class=\"example\">xx-users@%2, xx-hotline@%2</em>, etc.)."
msgstr ""
#: default/web_tt2/help_admin.tt2:25
msgid ""
"Choose a <strong>list type</strong> among the predefined types (the "
"predefined types are only examples of typical configurations that can be "
"changed by the list owners after creation; it is even possible to configure "
"the list beyond the options offered in the list administration module, by "
"asking the listmasters)."
msgstr ""
#: default/web_tt2/help_admin.tt2:26
msgid ""
"Enter a <strong>subject</strong> for your list. This subject will display as "
"a header for all the list pages, and will also be visible on list index "
"pages (list of lists, list of your subscriptions, etc.) and in the browser "
"title bar."
msgstr ""
#: default/web_tt2/help_admin.tt2:28
msgid "Choose a <strong>topic</strong> in the 'Topics' drop-menu."
msgstr ""
#: default/web_tt2/help_admin.tt2:29
msgid ""
"If no topic suits your needs, you can request the creation of a new topic by "
"asking the listmasters."
msgstr ""
#: default/web_tt2/help_admin.tt2:30
msgid ""
"Enter a <strong>description</strong> for your list. This description will "
"display on the list information page and in the 'Subscribers Charter' sent "
"by email to each new subscriber, under the 'List subject' heading. This "
"description may involve explanations about the following issues:"
msgstr ""
#: default/web_tt2/help_admin.tt2:32
msgid "object of the list and targets;"
msgstr ""
#: default/web_tt2/help_admin.tt2:33
msgid "topics discussed;"
msgstr ""
#: default/web_tt2/help_admin.tt2:34
msgid "operation of the list (liabilities, status of the list, etc.);"
msgstr ""
#: default/web_tt2/help_admin.tt2:35
msgid "rules applying;"
msgstr ""
#: default/web_tt2/help_admin.tt2:36
msgid ""
"description of the typical subscribers (their occupations, the projects they "
"manage, their nationalities, etc.)."
msgstr ""
#: default/web_tt2/help_admin.tt2:38
msgid ""
"You can format your list description with <abbr lang=\"en\" xml:lang=\"en\" "
"title=\"HyperText Markup Language\">HTML</abbr> tags. Be careful: if your "
"description is long, cut it with manual line breaks (ENTER key of your "
"keyboard); otherwise, it might not be entirely visible in your browser "
"window."
msgstr ""
#: default/web_tt2/help_admin.tt2:40
msgid "Click on the '<strong>Submit your creation request</strong>' button."
msgstr ""
#: default/web_tt2/help_admin.tt2:43
msgid ""
"A message displays to inform you that your list creation request has been "
"sent to the listmasters and that from now on, you can modify the list by "
"clicking on the 'Admin' button. However, the message warns you that the list "
"will be actually installed and made visible on the server only after "
"approval by a listmaster."
msgstr ""
#: default/web_tt2/help_admin.tt2:44
msgid ""
"After this, you will have to <strong>wait for the list creation to be "
"approved of by one of the listmasters</strong>. Then you will receive a "
"notice message entitled '<strong>Creation of the nameofthelist list</"
"strong>', informing you that your list was actually created."
msgstr ""
#: default/web_tt2/help_admin.tt2:45
msgid ""
"<strong>Last, subscribe to your list</strong>: creating a list or becoming "
"its owner or moderator does not mean that you are automatically subscribed "
"to it!"
msgstr ""
#: default/web_tt2/help_admin.tt2:47
msgid "Managing a list"
msgstr ""
#: default/web_tt2/help_admin.tt2:49
msgid "To manage a list you own, do as follows:"
msgstr ""
#. (path_cgi)
#: default/web_tt2/help_admin.tt2:51
msgid ""
"Go to the <strong>list environment homepage</strong> and <strong><a href="
"\"%1/help/user#sympa_auth\">log on</a></strong>."
msgstr ""
#: default/web_tt2/help_admin.tt2:52
msgid ""
"If you are subscribed to the list with several addresses, use the address "
"with which you requested the list creation."
msgstr ""
#: default/web_tt2/help_admin.tt2:53
msgid ""
"<strong>Go to the information page of the list</strong> you want to manage."
msgstr ""
#: default/web_tt2/help_admin.tt2:54
msgid "In the left menu, <strong>click on the 'Admin' link</strong>."
msgstr ""
#: default/web_tt2/help_admin.tt2:57
msgid ""
"To browse the sections of the administration module, click on the links "
"below the 'Admin' link, in the left menu."
msgstr ""
#: default/web_tt2/help_admin.tt2:58
msgid "Those different sections allow you to:"
msgstr ""
#. (path_cgi)
#: default/web_tt2/help_admin.tt2:60
msgid "<a href=\"%1/help/listconfig\">configure the list</a>;"
msgstr ""
#: default/web_tt2/help_admin.tt2:61
msgid "<a href=\"#customize\">customize files related to the list</a>;"
msgstr ""
#: default/web_tt2/help_admin.tt2:62
msgid "<a href=\"#manage_members\">manage subscribers</a>;"
msgstr ""
#: default/web_tt2/help_admin.tt2:63
msgid ""
"<a href=\"#manage_archives\">manage the message archive of the list</a>;"
msgstr ""
#: default/web_tt2/help_admin.tt2:64
msgid "<a href=\"#manage_bounces\">manage bounces</a>;"
msgstr ""
#: default/web_tt2/help_admin.tt2:65
msgid ""
"<a href=\"#manage_shared\">create, delete or restore the shared document web "
"space</a>;"
msgstr ""
#: default/web_tt2/help_admin.tt2:66
msgid "<a href=\"#renamelist\">rename the list</a>;"
msgstr ""
#: default/web_tt2/help_admin.tt2:67
msgid "<a href=\"#supprlist\">delete the list</a>."
msgstr ""
#: default/web_tt2/help_admin.tt2:70
msgid "The options available in the 'Moderate' submenu allow you to:"
msgstr ""
#: default/web_tt2/help_admin.tt2:72
msgid "<a href=\"#moderate\">moderate messages</a> sent to the list;"
msgstr ""
#. (path_cgi)
#: default/web_tt2/help_admin.tt2:73
msgid ""
"<a href=\"%1/help/shared\">moderate documents</a> available in the shared "
"document web space;"
msgstr ""
#: default/web_tt2/help_admin.tt2:74
msgid "<a href=\"#manage_members\">moderate pending subscriptions</a>."
msgstr ""
#: default/web_tt2/help_admin.tt2:77 default/web_tt2/help_listconfig.tt2:3
msgid "Configuring the list"
msgstr ""
#. (path_cgi)
#: default/web_tt2/help_admin.tt2:78
msgid ""
"To learn how to configure the list, please refer to the <a href=\"%1/help/"
"listconfig\"><strong>documentation about list configuration</strong></a>."
msgstr ""
#: default/web_tt2/help_admin.tt2:80
msgid "Customizing the list"
msgstr ""
#: default/web_tt2/help_admin.tt2:81
msgid ""
"From this page, you can <strong>edit a number of files relating to your "
"list</strong>, among which:"
msgstr ""
#: default/web_tt2/help_admin.tt2:83
msgid "typical messages sent to subscribers in particular occasions:"
msgstr ""
#: default/web_tt2/help_admin.tt2:85
msgid ""
"<strong>welcome message</strong>: this message is the notice sent to people "
"who just subscribed. You should write a charter for your list and add it in "
"this welcome message. You can create a structured <abbr lang=\"en\" xml:lang="
"\"en\" title=\"Multipurpose Internet Mail Extensions\">MIME</abbr> message "
"(reserved to the <abbr lang=\"en\" xml:lang=\"en\" title=\"Multipurpose "
"Internet Mail Extensions\">MIME</abbr> format experts);"
msgstr ""
#: default/web_tt2/help_admin.tt2:86
msgid ""
"<strong>unsubscribe message</strong>: this message is sent to people "
"unsubscribing from the list;"
msgstr ""
#: default/web_tt2/help_admin.tt2:87
msgid ""
"<strong>deletion message</strong>: this message is sent to people you "
"unsubscribe from the list (DEL command), especially because their address "
"caused bounces;"
msgstr ""
#: default/web_tt2/help_admin.tt2:88
msgid ""
"<strong>remind message</strong>: this message is sent to subscribers as a "
"personalized reminder when using the REMIND command. This command is "
"essential to the good management of your list since many bounces are due to "
"people whose current address is not their subscription address anymore, or "
"even who forgot that they were subscribed to the list;"
msgstr ""
#: default/web_tt2/help_admin.tt2:89
msgid ""
"<strong>subscribing invitation message</strong>: this message is sent to "
"people you invite to subscribe to the list using the INVITE command;"
msgstr ""
#: default/web_tt2/help_admin.tt2:90
msgid ""
"<strong>notice of message rejected by the moderator</strong>: this message "
"is sent to the sender of a message rejected by the moderator;"
msgstr ""
#: default/web_tt2/help_admin.tt2:91
msgid ""
"<strong>notice of message rejected because of a virus</strong>: this message "
"is sent to the sender of a message in which a virus was found."
msgstr ""
#: default/web_tt2/help_admin.tt2:94
msgid "miscellaneous files:"
msgstr ""
#: default/web_tt2/help_admin.tt2:96
msgid ""
"<strong>list description</strong>: the list description is sent by email in "
"return to the INFO command. By default, it is also included in the welcome "
"message (subscription notice). It is not the same as the list presentation "
"page displayed on the mailing list web interface;"
msgstr ""
#: default/web_tt2/help_admin.tt2:97
msgid ""
"<strong>list homepage</strong>: this description is available on the "
"information page of the list. It can be in <abbr lang=\"en\" xml:lang=\"en\" "
"title=\"HyperText Markup Language\">HTML</abbr> format. Even though you do "
"not use this format, use <code><br /></code> tags to indicate line "
"breaks;"
msgstr ""
#: default/web_tt2/help_admin.tt2:98
msgid ""
"<strong>message header</strong>: when available, it is added as a <abbr lang="
"\"en\" xml:lang=\"en\" title=\"Multipurpose Internet Mail Extensions\">MIME</"
"abbr> attachment at the beginning of each message distributed to the list;"
msgstr ""
#: default/web_tt2/help_admin.tt2:99
msgid ""
"<strong>message footer</strong>: when available, it is added as a <abbr lang="
"\"en\" xml:lang=\"en\" title=\"Multipurpose Internet Mail Extensions\">MIME</"
"abbr> attachment at the end of each message distributed to the list."
msgstr ""
#: default/web_tt2/help_admin.tt2:103
msgid ""
"By default, Sympa uses default files; in this case, the specific files "
"corresponding to your list are empty. <strong>To edit a file, choose it from "
"the drop-down list and click on the 'Edit' button</strong>. You will have "
"the possibility to change the <strong>'From' field</strong> (sender), the "
"<strong>'Subject' field</strong> (subject line) and the <strong>message "
"body</strong>."
msgstr ""
#: default/web_tt2/help_admin.tt2:104
msgid ""
"Be careful: the values between square brackets are variables. Do not change "
"them, unless you really know what you are doing..."
msgstr ""
#: default/web_tt2/help_admin.tt2:107
msgid "Managing the shared document web space"
msgstr ""
#: default/web_tt2/help_admin.tt2:108
msgid ""
"By default, lists have no shared document web space. Thus, you need to "
"create it. To do that, go to the <strong>list administration module</strong> "
"and click on the '<strong>Create shared</strong>' link."
msgstr ""
#. (path_cgi)
#: default/web_tt2/help_admin.tt2:110
msgid ""
"To allow subscribers to publish documents in the shared document web space, "
"you need to <strong>change default rights</strong>: in the list "
"administration module, click on '<strong>Edit list config</strong>' and then "
"on '<strong>Privileges</strong>'. At the bottom of the page, there is a drop-"
"down list entitled '<a href=\"%1/help/listconfig#docsrights\"><strong>Who "
"can edit</strong></a>'; choose the '<strong>Restricted to subscribers "
"(private)</strong>' option."
msgstr ""
#. (path_cgi)
#: default/web_tt2/help_admin.tt2:111
msgid ""
"Be careful: if you created folders before changing those rights, the folders "
"will still be unwritable. If you want to make them writable, you will have "
"to <a href=\"%1/help/shared#acces\">change access rights</a> for each folder."
msgstr ""
#. (path_cgi)
#: default/web_tt2/help_admin.tt2:112
msgid ""
"You might also want to <a href=\"%1/help/listconfig#docsrights\">set up "
"<strong>quotas</strong></a> for the shared document web space on the "
"'Privileges' page of the 'Edit list config' section."
msgstr ""
#. (path_cgi)
#: default/web_tt2/help_admin.tt2:114
msgid ""
"To <strong>know everything about the management of the shared document web "
"space</strong> (how to organize it, change access rights, name documents, "
"etc.), refer to the '<a href=\"%1/help/shared\">Using the shared document "
"web space</a>' section of the User guide."
msgstr ""
#: default/web_tt2/help_admin.tt2:115
msgid ""
"To <strong>deny access to the shared document web space</strong>, click on "
"'<strong>Delete shared</strong>' in the 'Admin' submenu. Then you will still "
"have the possibility to <strong>reopen it</strong> by clicking on "
"'<strong>Restore shared</strong>'. Deleting and restoring the shared "
"document web space has <strong>no impact on the documents it contains</"
"strong>."
msgstr ""
#: default/web_tt2/help_admin.tt2:117
msgid "Managing subscribers"
msgstr ""
#: default/web_tt2/help_admin.tt2:119
msgid ""
"This section lets you browse the <strong>list of all the list subscribers</"
"strong>. For each subscriber, the following information is available:"
msgstr ""
#: default/web_tt2/help_admin.tt2:121
msgid "<strong>email address</strong>;"
msgstr ""
#: default/web_tt2/help_admin.tt2:122
msgid ""
"<strong>domain</strong> of the email address (<em class=\"example\">@cru.fr</"
"em>, <em class=\"example\">@sympa.org</em>, <em class=\"example\">@fai.com</"
"em>, etc.);"
msgstr ""
#: default/web_tt2/help_admin.tt2:123
msgid "<strong>picture</strong> (if that feature was activated for the list);"
msgstr ""
#: default/web_tt2/help_admin.tt2:124
msgid ""
"<strong>name</strong> (according to the subscription method, it is not "
"always displayed);"
msgstr ""
#: default/web_tt2/help_admin.tt2:125
msgid "<a href=\"#deliverymode\"><strong>message delivery mode</strong></a>;"
msgstr ""
#: default/web_tt2/help_admin.tt2:126
msgid ""
"<strong>data source</strong> indicating the origin in case the subscriber is "
"included in the list and not directly subscribed;"
msgstr ""
#: default/web_tt2/help_admin.tt2:127
msgid "<strong>date of subscription</strong> to the list;"
msgstr ""
#: default/web_tt2/help_admin.tt2:128
msgid "<strong>latest update</strong> of the subscriber options."
msgstr ""
#: default/web_tt2/help_admin.tt2:131
msgid ""
"By default, each page displays 25 subscribers. You can browse through "
"the pages by using the browsing arrows or display more subscribers on each "
"page. You may also wish to sort subscribers according to different criteria "
"by clicking on the corresponding column header."
msgstr ""
#: default/web_tt2/help_admin.tt2:132
msgid ""
"To <strong>search a subscriber</strong>, enter all or part of their email "
"address or name in the input field and click on the '<strong>Search</"
"strong>' button."
msgstr ""
#: default/web_tt2/help_admin.tt2:133
msgid ""
"You can <strong>subscribe other people to the list</strong> from this page:"
msgstr ""
#: default/web_tt2/help_admin.tt2:135
msgid ""
"To add <strong>a single person</strong>, enter their email address in the "
"input field and click on the '<strong>Add</strong>' button."
msgstr ""
#: default/web_tt2/help_admin.tt2:136
msgid ""
"To add <strong>several persons</strong>, click on the '<strong>Multiple add</"
"strong>' button. In the input field that displays, enter the email addresses "
"and names of the people you want to subscribe to the list and click on "
"'<strong>Add subscribers</strong>'."
msgstr ""
#: default/web_tt2/help_admin.tt2:140
msgid ""
"If you want to subscribe people without letting them know through a notice, "
"tick the 'Quiet' box. However, it is far better to warn people that you "
"subscribe them!"
msgstr ""
#. (conf.email,conf.host)
#: default/web_tt2/help_admin.tt2:141
msgid ""
"Even though you have the possibility to subscribe people to your mailing "
"lists, it is always <strong>much better that people take the necessary steps "
"to subscribe themselves</strong> to the list. You can also <strong>invite "
"people to subscribe to the list</strong> through the INVITE command: send an "
"email to %1@%2 and type the following command in the message body: "
"<strong>invite nameofthelist emailaddress</strong> (example: <em class="
"\"example\">invite list_example john.doe(@)fai.com</em>)."
msgstr ""
#: default/web_tt2/help_admin.tt2:142
msgid ""
"To <strong>accept or reject the subscription requests to the list</strong>, "
"click on '<strong>Pending subscriptions</strong>'. The list of all people "
"who requested subscription to the list displays. To accept or reject a "
"request, tick the box in front of a person's name and click on the button of "
"your choice."
msgstr ""
#: default/web_tt2/help_admin.tt2:143
msgid ""
"To <strong>send a subscription reminder to all subscribers</strong>, click "
"on the '<strong>Remind all</strong>' button. The subscription reminder "
"message contains:"
msgstr ""
#: default/web_tt2/help_admin.tt2:145
msgid ""
"the <strong>name of the list</strong> to which the subscriber is subscribed;"
msgstr ""
#: default/web_tt2/help_admin.tt2:146
msgid ""
"the <strong>email address</strong> with which the subscriber is subscribed;"
msgstr ""
#: default/web_tt2/help_admin.tt2:147
msgid "the subscriber's <strong>list password</strong>;"
msgstr ""
#: default/web_tt2/help_admin.tt2:148
msgid "a <strong>link to the information page</strong> of the list;"
msgstr ""
#: default/web_tt2/help_admin.tt2:149
msgid ""
"a <strong>clickable address in order to allow subscribers to unsubscribe</"
"strong> from the list."
msgstr ""
#. (path_cgi)
#: default/web_tt2/help_admin.tt2:151
msgid ""
"You can also configure an automatic subscription reminder through the '<a "
"href=\"%1/help/listconfig#other\">Miscellaneous</a>' page of the 'Edit list "
"config' section."
msgstr ""
#: default/web_tt2/help_admin.tt2:154
msgid ""
"To <strong>unsubscribe subscribers</strong> from this page, select them by "
"ticking the boxes in front of their names and click on the '<strong>Delete "
"selected email addresses</strong>' button."
msgstr ""
#: default/web_tt2/help_admin.tt2:155
msgid ""
"If you do not want to notify the subscribers, tick the 'Quiet' box. However, "
"this is not advisable, except in the case of bouncing subscribers."
msgstr ""
#: default/web_tt2/help_admin.tt2:157 default/web_tt2/help_admin.tt2:179
msgid ""
"Tip: to select all subscribers at once, first make sure that they are all "
"displayed on the page, and then click on the 'Toggle selection' button: all "
"subscribers will be selected in a single click!"
msgstr ""
#: default/web_tt2/help_admin.tt2:159
msgid ""
"To <strong>change a subscriber's subscriber options</strong>, click on his/"
"her email address."
msgstr ""
#: default/web_tt2/help_admin.tt2:160
msgid ""
"From this page, you can <strong>change the name, email address and message "
"delivery mode of the subscriber</strong>. You can also <strong>unsubscribe "
"him/her</strong>."
msgstr ""
#: default/web_tt2/help_admin.tt2:162
msgid ""
"If the subscriber is <a href=\"#manage_bounces\">bouncing</a>, another form "
"displays under the 'Subscriber information' form:"
msgstr ""
#: default/web_tt2/help_admin.tt2:163
msgid "The information displayed involves:"
msgstr ""
#: default/web_tt2/help_admin.tt2:165
msgid "the type of error (in English);"
msgstr ""
#: default/web_tt2/help_admin.tt2:166
msgid "the number or errors;"
msgstr ""
#: default/web_tt2/help_admin.tt2:167
msgid "the period during which errors occurred."
msgstr ""
#. (path_cgi)
#: default/web_tt2/help_admin.tt2:169
msgid ""
"You can <strong>check the latest error</strong> or <strong>reset errors</"
"strong>. If you reset errors, the subscriber's <a href=\"%1/help/"
"listconfig#bouncers\">score</a> will be reset to zero."
msgstr ""
#: default/web_tt2/help_admin.tt2:171
msgid ""
"To manage bouncing addresses more easily, go to the '<a href="
"\"#manage_bounces\">Bounces</a>' page of the list administration module."
msgstr ""
#: default/web_tt2/help_admin.tt2:174
msgid "Managing bounces"
msgstr ""
#: default/web_tt2/help_admin.tt2:175
msgid ""
"When there is a <strong>problem with subscribers' email addresses</strong> "
"(obsolete email addresses, addresses temporarily unavailable when messages "
"were sent, inbox quota exceeded, etc.), the percentage of bouncing addresses "
"displays in the left menu under the text '<strong>Error rate</strong>'. To "
"check the bouncing addresses, go to the '<strong>Bounces</strong>' page of "
"the list administration module."
msgstr ""
#: default/web_tt2/help_admin.tt2:176
msgid ""
"The Sympa software automatically manages bouncing subscribers: according to "
"the number of errors and to the traffic on the list, bouncing subscribers "
"are either notified, unsubscribed, or their score is reset to zero when "
"their address stops bouncing."
msgstr ""
#: default/web_tt2/help_admin.tt2:177
msgid ""
"To <strong>make addresses stop bouncing</strong>, select them by ticking "
"their boxes and click on the '<strong>Reset errors for selected users</"
"strong>' button. If the error remains, the addresses will be reported as "
"bouncing again as soon as a message is posted on the list."
msgstr ""
#: default/web_tt2/help_admin.tt2:178
msgid ""
"You can also <strong>unsubscribe subscribers whose addresses are still "
"bouncing</strong>: too many bouncing addresses cause a considerable load on "
"the mailing list server. To unsubscribe subscribers, select them by ticking "
"the boxes in front of their names and click on the '<strong>Delete selected "
"email addresses</strong>' button."
msgstr ""
#: default/web_tt2/help_admin.tt2:181
msgid "Moderating messages sent to the list"
msgstr ""
#: default/web_tt2/help_admin.tt2:182
msgid ""
"When a list is moderated, <strong>all messages have to be approved of by one "
"of the moderators before being distributed to the list</strong>. After "
"sending a message to a list, subscribers are automatically notified by email "
"that their message will be moderated. As for moderators, they also receive a "
"notice message from Sympa, which includes the message to moderate."
msgstr ""
#: default/web_tt2/help_admin.tt2:184
msgid ""
"You can <strong>perform moderating tasks</strong> either <strong>by email</"
"strong>, by answering the messages received from Sympa, or <strong>through "
"the mailing list web interface</strong>. To do that, click on the "
"'<strong>Message</strong>' link in the 'Moderate' submenu: you are brought "
"to a page that displays all messages to be moderated (the most recent "
"messages are on top of page). <strong>To read a message, click on its "
"subject</strong>."
msgstr ""
#: default/web_tt2/help_admin.tt2:186
msgid "You have <strong>two options</strong>:"
msgstr ""
#: default/web_tt2/help_admin.tt2:188
msgid "<strong>authorize the message distribution</strong> on the list;"
msgstr ""
#: default/web_tt2/help_admin.tt2:189
msgid ""
"<strong>reject the message and notify sender</strong>: when you reject a "
"message, it is better to notify its sender..."
msgstr ""
#: default/web_tt2/help_admin.tt2:191
msgid ""
"All moderators can decide to distribute a message or not. However, "
"<strong>the first moderator to process the message will carry the day</"
"strong>. You will be notified by Sympa if you try to process a message that "
"has already been moderated. When there are several moderators, it is "
"<strong>easier to moderate messages from the mailing list web interface</"
"strong>: thus, you will be able to view all messages remaining to be "
"moderated."
msgstr ""
#: default/web_tt2/help_admin.tt2:192
msgid ""
"<strong>Whatever the date and time of moderation, the date and time of "
"sending of the message do not change</strong>. Thus, if the distribution of "
"the message is allowed with a lot of delay, it is possible to receive a "
"message dated January 1st on December 31st!"
msgstr ""
#: default/web_tt2/help_admin.tt2:193
msgid ""
"In case the message was rejected with a notice, the subscriber who had sent "
"it is notified by email. You can <a href=\"#customize\">customize the "
"message he/she gets</a>."
msgstr ""
#: default/web_tt2/help_admin.tt2:195
msgid ""
"Checking the '<strong>Reject without notification</strong>' checkbox allows "
"you to prevent the message author from receiving a notification."
msgstr ""
#: default/web_tt2/help_admin.tt2:197
msgid ""
"Checking the '<strong>Add to blacklist</strong>' checkbox both skip the "
"rejection notification and adds the message author to the list own "
"blacklist. You can manage the blacklist via the '<strong>edit blacklist</"
"strong>' button at the bottom of the page."
msgstr ""
#: default/web_tt2/help_admin.tt2:199
msgid ""
"If you wish to customize the rejection message that is sent to a message "
"author, you can do so via the '<strong>Manage rejection messages</strong>' "
"button. The message management page will let define a set of rejection "
"messages and define the default one."
msgstr ""
#. (path_cgi)
#: default/web_tt2/help_admin.tt2:201
msgid ""
"<strong>Reminder</strong>: you can <a href=\"%1/help/listconfig#description"
"\">add or remove moderators</a> through the list administration module. To "
"do that, from the list information page, click on '<strong>Admin</strong>', "
"on '<strong>Edit list config</strong>', and then on '<strong>List "
"definition</strong>'."
msgstr ""
#. (path_cgi)
#: default/web_tt2/help_admin.tt2:202
msgid ""
"It is also possible to <strong>process messages after their distribution on "
"the list</strong>; this can be useful when a list is not moderated. If you "
"want to <strong>delete a message</strong>, <a href=\"%1/help/arc#arcsearch"
"\">search for it in the online message archive</a> and click on the "
"'<strong>Tag this mail for deletion</strong>' button in the upper right "
"corner of the message. A confirmation message displays; click on 'OK'. The "
"message will be deleted after a few seconds. <strong>Be careful: this "
"operation is irreversible!!! If you delete a message, you will not be able "
"to retrieve it.</strong>"
msgstr ""
#: default/web_tt2/help_admin.tt2:205
msgid "Managing the message archive"
msgstr ""
#: default/web_tt2/help_admin.tt2:206
msgid ""
"The mailing list management robot Sympa can generate <strong>downloadable "
"compressed archives (.ZIP format) of the messages sent to the list</strong>. "
"To download those archives, <strong>select the months</strong> that interest "
"you in the list and click on the '<strong>Download Zip file</strong>' button."
msgstr ""
#: default/web_tt2/help_admin.tt2:207
msgid ""
"Tip: in the 'Archive selection' list, to select all months during which "
"messages have been sent, click on the first month, hold down the SHIFT key "
"and click on the last month of the list."
msgstr ""
#: default/web_tt2/help_admin.tt2:208
msgid ""
"You will receive a file of the type '<strong>nameofthelist_archive.zip</"
"strong>' containing <strong>folders named 'nameofthelist_year-month'</"
"strong> (example: <em class=\"example\">list_example_2005-06</em>) for each "
"month. Inside each folder, <strong>the file names are numbers</strong> "
"representing their position in the chronology of the messages sent (example: "
"the file named '1' contains the first message sent in the month). The "
"message files have <strong>no extension</strong>; use the text editor of "
"your choice (Notepad, WordPad, Vim, etc.) to open them. <strong>Each file "
"represents an entire message (full header)</strong>."
msgstr ""
#: default/web_tt2/help_admin.tt2:209
msgid ""
"From the 'Manage archive' page, you can also <strong>delete messages</"
"strong> (deletion month by month and not message by message). To do that, "
"<strong>select the months</strong> that interest you in the list and click "
"on the '<strong>Delete selected months</strong>' button."
msgstr ""
#: default/web_tt2/help_admin.tt2:210
msgid ""
"<strong>Be careful: this operation is irreversible!!! When you click on "
"'Delete selected months', keep in mind that you are not only deleting an "
"archive file, but also the entire message archive of the selected month!!!</"
"strong>"
msgstr ""
#: default/web_tt2/help_admin.tt2:213
msgid "Renaming the list"
msgstr ""
#: default/web_tt2/help_admin.tt2:214
msgid ""
"In the <strong>list administration module</strong>, click on '<strong>Rename "
"list</strong>'. Enter the name of your choice and click on the 'Rename this "
"list' button. A confirmation message displays; click on 'OK'."
msgstr ""
#: default/web_tt2/help_admin.tt2:215
msgid ""
"If you change your mind, you will only have to redo the inverse operation in "
"order to retrieve the former list name."
msgstr ""
#: default/web_tt2/help_admin.tt2:216
msgid ""
"<strong>Be careful: when you rename a list, you have to let the listmasters "
"know; otherwise, the change will not be effective</strong>."
msgstr ""
#: default/web_tt2/help_admin.tt2:217
msgid "A few tips to name your lists:"
msgstr ""
#: default/web_tt2/help_admin.tt2:219
msgid ""
"<strong>Do not use any spaces, accents or specials characters</strong> in "
"list names: those characters might cause problems."
msgstr ""
#: default/web_tt2/help_admin.tt2:220
msgid ""
"Choose an <strong>explicit yet short name</strong>: think of the subscribers "
"who will have to type this name every time they will send a message to the "
"list!"
msgstr ""
#. (conf.host)
#: default/web_tt2/help_admin.tt2:221
msgid ""
"If you manage a set of lists, you can <strong>prefix your lists' names with "
"a common prefix</strong>; thus they will be sorted together and will be "
"easily recognizable (example: <em class=\"example\">xx-users@%1, xx-hotline@"
"%1.fr</em>, etc.)."
msgstr ""
#: default/web_tt2/help_admin.tt2:225
msgid "Deleting the list"
msgstr ""
#: default/web_tt2/help_admin.tt2:226
msgid ""
"In the <strong>list administration module</strong>, click on '<strong>Remove "
"list</strong>'. A confirmation message displays; click on 'OK'."
msgstr ""
#: default/web_tt2/help_admin.tt2:227