aboutsummaryrefslogblamecommitdiffstats
path: root/messages/cs/LC_MESSAGES/mailman.mo
blob: 6b32e5455e8c87959af74d7c7409fe555c0d8f86 (plain) (tree)
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
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325




















































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      
�� ��AW��WZXwX+]Y;YVY'ZD\T	J]N�f��h;�j��j��k
qm|m�m�m��m�pn:oUBo��o�Gp�Cq_�r�=t�u!�u!�u$
v2v&Dvkv{v�v�v�v�v�v�vww)wCw`Rw�w&�w�wRx5Wx��x:`y�y�y�y�y�y[�y8z<Qz�z-�z3�z	{${87{3p{*�{�{(�{!|&5|,\|3�|�|,�|�|/}!F}'h}$�},}4}P~%h~3�~,�~=�~!-*O&z%�&�J�9ILK��n��Q�����
�(
�6�I]+}���a‚%$�)J�t/��R��J
bXT��1��BW݆�5W�frrي8L�$����,ȋ���~�6��%Ȍ��(ȍ)�%�A�\�*s���\��	�L��i�#cf��V��E��=h��he��Δ!c������5��ݘ��{
4��%���� b�*wO��F�9)A�k�{���'��ϛܛ�����).�
X�%f�7��PĞ.�fD�����ٟ����0����r����
���#� �(�,�2�D�	V�`�d�k�����$��שB�")�,L�.y�3��ܬ��#���*4�)_�)����ɭ���)�2D�w�����ˮ��_�{�%��%��'U	�_(h����41��f�	$�ATS���9³����
���C�`Y���ַݷ��+':�?b���9¸���*�9�#Y�
}�*����-Ϲ0��.�RN�S�����,�E��M��<�!P�r�����ž��ֿ��
�%!�G�^�y�"�����������������}%���������+�����5=�s�
z�
������������)����������7�I�V�q���/��3��)��$&�K��S���
����!�7�#U�0y���������,���2�:�#C�g�x�|�;����������1�4�#L�p�������������C���]'�������������'���0�$@�e���1��x��)H�r�9w���&��$��0�94�Fn�2��1��0�	K�xU�6��m�.s����5�,K�"x�����?����3����#�>��T��������!�(=�f�6m�q����"�*�3�7�<�@�E�L�!b�(�����@�E�Z�
x�����!��)����Z�f�����,����U��ZM�Y��X�a[���/�����K0�|���������
����/��3��/�M�2k���$��%�������`��y1��������
����
��������U��S�W�"f��������������D�[� {�!��	��	��!���������
����0����-��;�8T���
��������������*�0J�{���
��!��4��&�*�<E�����#�������1�:D��b��;	��	#%-Se�t9O
^lp�ygks_w�A�Jg	�	�	*�	�	�	
	

)
	4
>
W
r
�
�
5�
�
���/�7��+
�)� 7OV,p �8���7�9/�i�;$)`�'�,���&<\%{�	j�!% G \ o w 	 � � � � � �  � �!J�!-�!+
"6"G"V"^"b"	n"x""(�";"<�" 6#:W#%�#Z�#0$1D$)v$!�$�$�$�$	�$%%r%u�&g(�j(_)gg)r);B*3~*"�*W�+�-,J--Ox-��-)q.J�.M�.�4/u%0��0��1K;2K�27�2|3/�3[�34'4%-4zS4�4�4�4�455515	E5O5)f5�5�5�5�5�5�56<6T6j6�6�6��6F7J7&R7"y7P7=7[+8N8w8�N9
:::\Z;y�>P1A�A�A-B3B6C77C�oC�D6D��D*�E��F%�H�H�I��IL^J��J�KaLvM��M�SNnO!�O0O1�OOQ�XR4R5!S'WS7S0�S��SP�T�2U��U6oVY�V"W#W�8WN�XV&]i}_�_�`��d9i�Vi��i-
�j�t��t|�uq[vn�v�<wd�w�J~	3�+=�i�7��(��-���,��1���g܍�D�O�4n������R\�&��֚"�
��<+�h�kt��������������ҝ�
�-%�S�_�{��� ��!˞�!�.&�U��\����0֥��4�K�0Q���������ܦ	��������5����-��-��I�v��w�G��bB�0��gֶ�>�#'��K��8�1Ⱥ���ٿ�����."�Q�m�(��5��5����4��2&�2Y�[��;��*$�pO�������%q�!��$����;��G6�-~�=�����1��,��.��h������G��'�� '�H�'e����3=�q�&��p��."�!Q�s����KM�����:�&���
5�C��W�%�69�7p���H��#�#/�S�r���C��P��P5�c��V���A�V��g��A�!������8�O�S�b��#����%���������� #� D�e�j�n�s�������
��
�������������!�4�O�c�}��������� �������,�4�8�K�O�
W�b�j�
}�	������������������������,�=�C�J�)]���8��8���!�>�U�t�{���*��"��9�������y��0�5D�?z����>��	���	B�N��M���
�������BgR��(E	�n
�����
c)%��5�4Je~������e{#��A�Y
�d5+af
lz�[��3I>eA��H;]3�!�;�"+,N7{O�4AO/�0�'�>4YI�)�:C=1�D�.�!'I#iJ��@�D/|t��
�
���)���/�-&Twj%�1:8PP�Fx!:7�
 Z!�b!K�#rF$]�$3%"K%!n%?�%z�%K&>W&*�&��&"'(�''�'#�'#('A(i(`�(�(2�(�*%�*C+_Z+��+��,uj-m-�N.'0�.0�1�17292M2m2*�2&3
?3
J3U3�p3.4FM4E�4�4/�45)5D5)]5�5�5�5&�5�6�6(
7
67"D7�g7A84`8F�8�8�89�9;-;�>;r->��>H?Y?�b?	,@6@<@B@X@l@x@~@�@�@,�@!�@�@dA"wC?�CA�C+D/HDxD+zD�D,�D+�D+E=EVEtE�E0�E9�EF!0F RFsF)�F�FZ�F-G$FG'kG.GKGH,H�FH3#IWItJ+J!�JGJ�&K<L�OL�2M�NO3.O:bO<O�OO�O�OP%%PYKP,PIPQ5QAQ TQuQ�Q5Q�Q,Q-R*LR;wRIR0R.SES\S�cS)7U,aUU�U!�U�UV�VV�VW"W7WLWiWzW�W�W�W�W�W�WX5X�BX�X�X�X�X'Y,Y2Y9Y4QY�Y�Y�Y#�Y�Y�Y�YZ4Z<Z�EZ�-]'^E^>X^�^�^'�^;�^/"_8R_�_��_`'`6`1R`"�`$�`,�`�`aa/aFBa�a�a
�a'a�a�a�a/a%bAbJb$Pb4ub�b bbbc3c:cFcLc>Pc�cJc�cd'dEdMd\d:ud�d�d2�d(e1@e@ret�eU(f~fJ�f�f��f+{g7�g#�ghKi-Wi-�i
�i��i9bjl�j;	l�El�p:q.Pqq"�q�q-�s��s&�t�t(�t�tiu�{u;v[v{v%�v�v<�viwpwxw~w�w�w�w�w�w
�w�w5�w#xO*x
zx�x*�x�x!�xy&#yJycy�xy5Pz�z�z2�z%�z:{]Z{x�{y1|��|1}TG},�}�}�}�~	�~	
-J8e��,��"
�:0�k�%w�w��S��i�`�g�n���*��*ʅ!���U0���������҆���-�9�JM�$��/��4�
"�	-�7�V�^�$f�Y�����>��=�:C�>~�>�����,�/�C�]�w�����9ϊ;	�E�V�v�-��<��3��%+�BQ�"��&��,ތ)�5�!F�h�4������4l���#��Ζږ�Ri�
��
ʗ՗ޗ������ŘNɘ�6��R�&�� �/�0K�|���������Ǟ͞ޞ���$0�9U���
��������2��:������E��"��,�/9� i�"��:�����ĩ�e��1�"�)�E<�E��Ȯ/Ѯ/�1�F�^�g�$��(��9ί�
��"����2�9�	Y�c�r���������!��۲L�11�2c�1��ȳڳ���	��,�FA�$��a��(�=8�*v�@��*�'
�'5�3]� ����̶Ѷֶ������lr�~߹S^�w��q*�.��_˻C+�[o��˽:��b���^�1�G�G`����\;�������<5��r�6��Z0���U���	�6!�[X�������
����
�
��'�/�HC�%����������"�"$�G�a�u�����Q���	�&�-8�3f�:��n��9D��~��9��	�b��|�;H������7y�,��0��0�G@�r��+��'�M=����s���������8K�����b�AV�n�������j�'��6��������qy�2��1�(P�2y�7�����S���&�k��G�Z]�#����������k��Z��%O�u�L��(��s���s��X��g�Vo�q��T8�����(����X)h'�G�..1�`%�'
��
^{�����L�T;.!j
�%�
��e�QvX�������!�*�" :.[����!�!�.1?`���P���=� �" : S /[ � � � / )!,!�4!�!�!0�!"*#"�N"��#l�*�+��+�!.@�/{�/�v0 K1�l1�`2@13�r3)-8W8]8a8r8$�8�8�8#�8+9*.9�Y9':&B:#i:&�:D�:��:��=�>�?�?$�?(�?"@@<@5}@��@${A�A& B#GB'kBY�Br�B�`C0�C$)D�ND+�D,!EyNE4�E�E'Fq>F��F!�G�G��H�RJ(
LC3N(wO�Q�Q�Q��Q$jTFT4TU>&U eU#�U�U�U�U9U�*V��Vh.W
�W��XP[YsY� Z(Z�Z�ZZ[	.[8[L[i[2[�[@�[\\"\=\B\ U\v\�\�\�\�\�\�\�\�\�\]/]8]?]V]&m]�]�]�]�]�]^^^*^0^B^ b^#�^�^�^&�^
�^�^
�^__ _	?_I_M_
P_[_a_g_p_�_�_�_%�_(�_```""`E`<I`@�`�`�`�`a3a:aMa2Sa&�a�;	��`�V��l�E��U���h�:����}��Ev���-\��������}����>��&������__����Ve�2�o�8���}��C���������f�G�s��s��k����+|����1��NbG#�mP������� R��#��Dl��Y����\Rx��t��j�pH
`����A�����f�$.����&��b��R�=-7�g��Y5�����{����K�q�[Q?���Ua,I��%	�"
Km�O�Fk)��7�J��8F�@���HSXr�F����df��#��d>�oy��g��,�����	 �!2���)t�G:_@�>����hI������d~[W�Z�</D�.N�a�
��0�,�!��=w����'$�a�L��3��wuM��J�;��^��'��1X��]��r<��9���AA��2�CT$��6|��uh�i:���*��r��D��S
?W%5~������e�X.�~��D��Q�"x�O��5�Sm�L����^�0��{<+c��8�+[���zB��!�i�[i�d��6N���������qT
bO?q�~b���Xz��9�_�-Y���%�ra��9{�]+�o�P���7�OK
���c`h@��L�.��(����nW8K��;���ns\��
��Rm��U���k#�P����f��JZ}�^��
�I*��y@����p3���`��������w���&H��*�������G�A�����C��F�2y��|�
n�zE�����^���6����Pj�!c���g����w������=���y�tpM=Bv]��j�	Iv4�e�Ql�"4���M�����M�3	�;����L&��0���Wl����B�/�� �i)�����3z���6$�(��ET�5�:���t���
�1?sQ��V��Y���('��x��Hg�CV�4|{n�qc��%v/kS��xp��U0��J'��/e9>BT�u�N�� "-�,1)\Z�uZ����o(7]����*j<�4
    confirm <confirmation-string>
        Confirm an action.  The confirmation-string is required and should be
        supplied with in mailback confirmation notice.

    echo [args]
        Simply echo an acknowledgement.  Args are echoed back unchanged.

    end
        Stop processing commands.  Use this if your mail program automatically
        adds a signature file.

    help
        Print this help message.

    info
        Get information about this mailing list.

    lists
        See a list of the public mailing lists on this GNU Mailman server.

    password [<oldpassword> <newpassword>] [address=<address>]
        Retrieve or change your password.  With no arguments, this returns
        your current password.  With arguments <oldpassword> and <newpassword>
        you can change your password.

        If you're posting from an address other than your membership address,
        specify your membership address with `address=<address>' (no brackets
        around the email address, and no quotes!).  Note that in this case the
        response is always sent to the subscribed address.

    set ...
        Set or view your membership options.

        Use `set help' (without the quotes) to get a more detailed list of the
        options you can change.

        Use `set show' (without the quotes) to view your current option
        settings.

    set help
        Show this detailed help.

    set show [address=<address>]
        View your current option settings.  If you're posting from an address
        other than your membership address, specify your membership address
        with `address=<address>' (no brackets around the email address, and no
        quotes!).

    set authenticate <password> [address=<address>]
        To set any of your options, you must include this command first, along
        with your membership password.  If you're posting from an address
        other than your membership address, specify your membership address
        with `address=<address>' (no brackets around the email address, and no
        quotes!).

    set ack on
    set ack off
        When the `ack' option is turned on, you will receive an
        acknowledgement message whenever you post a message to the list.

    set digest plain
    set digest mime
    set digest off
        When the `digest' option is turned off, you will receive postings
        immediately when they are posted.  Use `set digest plain' if instead
        you want to receive postings bundled into a plain text digest
        (i.e. RFC 1153 digest).  Use `set digest mime' if instead you want to
        receive postings bundled together into a MIME digest.

    set delivery on
    set delivery off
        Turn delivery on or off.  This does not unsubscribe you, but instead
        tells Mailman not to deliver messages to you for now.  This is useful
        if you're going on vacation.  Be sure to use `set delivery on' when
        you return from vacation!

    set myposts on
    set myposts off
        Use `set myposts off' to not receive copies of messages you post to
        the list.  This has no effect if you're receiving digests.

    set hide on
    set hide off
        Use `set hide on' to conceal your email address when people request
        the membership list.

    set duplicates on
    set duplicates off
        Use `set duplicates off' if you want Mailman to not send you messages
        if your address is explicitly mentioned in the To: or Cc: fields of
        the message.  This can reduce the number of duplicate postings you
        will receive.

    set reminders on
    set reminders off
        Use `set reminders off' if you want to disable the monthly password
        reminder for this mailing list.

    subscribe [password] [digest|nodigest] [address=<address>]
        Subscribe to this mailing list.  Your password must be given to
        unsubscribe or change your options, but if you omit the password, one
        will be generated for you.  You may be periodically reminded of your
        password.

        The next argument may be either: `nodigest' or `digest' (no quotes!).
        If you wish to subscribe an address other than the address you sent
        this request from, you may specify `address=<address>' (no brackets
        around the email address, and no quotes!)

    unsubscribe [password] [address=<address>]
        Unsubscribe from the mailing list.  If given, your password must match
        your current password.  If omitted, a confirmation email will be sent
        to the unsubscribing address. If you wish to unsubscribe an address
        other than the address you sent this request from, you may specify
        `address=<address>' (no brackets around the email address, and no
        quotes!)

    who
        See everyone who is on this mailing list.

    who password
        See everyone who is on this mailing list.  The roster is limited to
        list administrators and moderators only; you must supply the list
        admin or moderator password to retrieve the roster.

    who password [address=<address>]
        See everyone who is on this mailing list.  The roster is limited to
        list members only, and you must supply your membership password to
        retrieve it.  If you're posting from an address other than your
        membership address, specify your membership address with
        `address=<address>' (no brackets around the email address, and no
        quotes!)

- Done.


- Ignored:
- Unprocessed:
Pending posts:
To finish creating your mailing list, you must edit your /etc/aliases (or
equivalent) file by adding the following lines, and possibly running the
`newaliases' program:

## %(listname)s mailing list
To finish removing your mailing list, you must edit your /etc/aliases (or
equivalent) file by removing the following lines, and possibly running the
`newaliases' program:

## %(listname)s mailing list
Usage:
You are subscribed to this list with the case-preserved address
<em>%(cpuser)s</em>.            You have successfully canceled the posting of your message with
            the Subject: header <em>%(subject)s</em> to the mailing list
            %(listname)s.            You have successfully changed your address on the %(listname)s
            mailing list from <b>%(oldaddr)s</b> to <b>%(newaddr)s</b>.  You
            can now <a href="%(optionsurl)s">proceed to your membership
            login page</a>.            You have successfully confirmed your subscription request for
            "%(addr)s" to the %(listname)s mailing list.  A separate
            confirmation message will be sent to your email address, along
            with your password, and other useful information and links.

            <p>You can now
            <a href="%(optionsurl)s">proceed to your membership login
            page</a>.            You have successfully confirmed your subscription request to the
            mailing list %(listname)s, however final approval is required from
            the list moderator before you will be subscribed.  Your request
            has been forwarded to the list moderator, and you will be notified
            of the moderator's decision.            You have successfully re-enabled your membership in the
            %(listname)s mailing list.  You can now <a
            href="%(optionsurl)s">visit your member options page</a>.
                        You have successfully unsubscribed from the %(listname)s mailing
            list.  You can now <a href="%(listinfourl)s">visit the list's main
            information page</a>.     Description: %(description)s     Requests to: %(requestaddr)s    %(status)s (%(how)s on %(date)s)    ack %(onoff)s    clone address is already a member:    digest mime    digest off    digest plain    duplicates %(onoff)s    hide %(onoff)s    myposts %(onoff)s    reminders %(onoff)s    scanning list owners:  Thread %(size)i bytes  (%(count)d of %(total)d) (Digest mode) (but we obscure the addresses so they are not
                easily recognizable by spammers). (requires authorization) (requires confirmation)<br>&nbsp;<br> <p>Enter your  If you leave the field blank, you will be prompted for
        your email address The last bounce received from you was dated %(date)s To visit the general information page for an unadvertised list,
        open a URL similar to this one, but with a '/' and the %(adj)s
        list name appended.
        <p>List administrators, you can visit  and password to visit  the subscribers list: <p><center>  at  bytes from %(remote)s is already a member subscribers:  to find the management interface for your list.
         <p>Send questions or comments to #%(counter)05d %(msgid)s%(address)s is not a member of the %(listname)s mailing list%(allcnt)s members total%(allcnt)s members total, %(membercnt)s shown%(count)d %(realname)s moderator request(s) waiting%(day)i %(month)s %(year)i%(days)d %(units)s%(dbfile)s owned by %(owner)s (must be owned by %(user)s%(file)s permissions must be 066x (got %(octmode)s)%(host)s mailing list memberships reminder%(hostname)s Mailing Lists%(hostname)s mailing lists - Admin Links%(i)3d. List name:   %(realname)s%(listfullname)s mailing list reminder%(listinfo_link)s list run by %(owner_link)s%(listname)s post from %(sender)s requires approval%(month)s %(year)i%(newaddr)s is already a member of the list.%(ord)s quarter %(year)i%(realname)s -- Edit html for %(template_info)s%(realname)s -- HTML Page Editing%(realname)s Administration (%(label)s)%(realname)s Administrative Database%(realname)s Administrative Database Results%(realname)s Digest, Vol %(volume)d, Issue %(issue)d%(realname)s Mailing list Configuration Help
    <br><em>%(varname)s</em> Option%(realname)s administrative interface%(realname)s list: member options for user %(user)s%(realname)s list: member options login page%(realname)s mailing list administration<br>%(label)s Section%(realname)s post acknowledgement%(realname)s roster authentication failed.%(realname)s subscription notification%(realname)s unsubscribe notification%(safetemplatename)s: Invalid template%(wday)s %(mon)s %(day)2i %(hh)02i:%(mm)02i:%(ss)02i %(tzname)s %(year)04i&lt;blank line&gt;(<i>%(which)s is only available to the list
                members.</i>)(<i>%(which)s is only available to the list
            administrator.</i>)(Administrivia filter) Check postings and intercept ones
             that seem to be administrative requests?(Note - you are subscribing to a list of mailing lists, so the %(type)s notice will be sent to the admin address for your membership, %(addr)s.)<p>(fixing)(help)(no subject)- Results:-------------- next part --------------
...after this one....before this one....or specify a file to upload:; it was disabled by the list administrator; it was disabled by you; it was disabled due to excessive bounces.  The
            last bounce was received on %(date)s; it was disabled for unknown reasons<P>Currently, there are no archives. </P><b><i>either</i></b> <b>Cancel</b> and return to list administration<b>Invalid confirmation string:</b>
    %(safecookie)s.

    <p>Note that confirmation strings expire approximately
    %(days)s days after the initial subscription request.  If your
    confirmation has expired, please try to re-submit your subscription.
    Otherwise, <a href="%(confirmurl)s">re-enter</a> your confirmation
    string.<b>ack</b> -- Does the member get acknowledgements of their
        posts?<b>digest</b> -- Does the member get messages in digests?
        (otherwise, individual messages)<b>hide</b> -- Is the member's address concealed on
        the list of subscribers?<b>language</b> -- Language preferred by the user<b>mod</b> -- The user's personal moderation flag.  If this is
        set, postings from them will be moderated, otherwise they will be
        approved.<b>nodupes</b> -- Does the member want to avoid duplicates of the
        same message?<b>nomail</b> -- Is delivery to the member disabled?  If so, an
        abbreviation will be given describing the reason for the disabled
        delivery:
            <ul><li><b>U</b> -- Delivery was disabled by the user via their
                    personal options page.
                <li><b>A</b> -- Delivery was disabled by the list
                    administrators.
                <li><b>B</b> -- Delivery was disabled by the system due to
                    excessive bouncing from the member's address.
                <li><b>?</b> -- The reason for disabled delivery isn't known.
                    This is the case for all memberships which were disabled
                    in older versions of Mailman.
            </ul><b>not metoo</b> -- Does the member want to avoid copies of their
        own postings?<b>plain</b> -- If getting digests, does the member get plain
        text digests?  (otherwise, MIME)<b>real_name</b> attribute not
            changed!  It must differ from the list's name by case
            only.<b>unsub</b> -- Click on this to unsubscribe the member.<br>(Details for <b>%(varname)s</b>)<br>(Edit <b>%(varname)s</b>)<br><em>...specify a file to upload</em><br><br><em><strong>Note:</strong>
        setting this value performs an immediate action but does not modify
        permanent state.</em><br>Return to the <em>(%(num_concealed)d private members not shown)</em><em>(1 private member not shown)</em><em><strong>Warning:</strong> changing this option here
    could cause other screens to be out-of-sync.  Be sure to reload any other
    pages that are displaying this option for this mailing list.  You can also
    <em>Enter the text below, or...</em><br><em>Message with id #%(id)d is corrupted.<em>Message with id #%(id)d was lost.<em>No topics defined</em><em>Not available</em><em>Yes, I really want to unsubscribe</em><em>not available</em><li>Set everyone's moderation bit, including
            those members not currently visible<missing><p>%(note)s

            <p>You may have disabled list delivery intentionally,
            or it may have been triggered by bounces from your email
            address.  In either case, to re-enable delivery, change the
            %(link)s option below.  Contact %(mailto)s if you have any
            questions or need assistance.<p>(Note that this is an umbrella list, intended to
            have only other mailing lists as members.  Among other things,
            this means that your confirmation request will be sent to the
            `%(sfx)s' account for your address.)<p>(Send questions and comments to <p>... <b><i>or</i></b> select your entry from
                      the subscribers list (see above).<p><em>To view more members, click on the appropriate
        range listed below:</em><p>Below is a listing of all the public mailing lists on
            %(hostname)s.  Click on a list name to get more information about
            the list, or to subscribe, unsubscribe, and change the preferences
            on your subscription.<p>Below is the collection of publicly-advertised
            %(mailmanlink)s mailing lists on %(hostname)s.  Click on a list
            name to visit the configuration pages for that list.<p>There currently are no publicly-advertised
            %(mailmanlink)s mailing lists on %(hostname)s.<p>There currently are no publicly-advertised %(mailmanlink)s
            mailing lists on %(hostname)s.<p>We have received some recent bounces from your
            address.  Your current <em>bounce score</em> is %(score)s out of a
            maximum of %(total)s.  Please double check that your subscribed
            address is correct and that there are no problems with delivery to
            this address.  Your bounce score will be automatically reset if
            the problems are corrected soon.<tt>Reply-To:</tt> header munging<ul><li><b>Hold</b> -- this holds the message for approval
             by the list moderators.

             <p><li><b>Reject</b> -- this automatically rejects the message by
             sending a bounce notice to the post's author.  The text of the
             bounce notice can be <a
             href="?VARHELP=privacy/sender/member_moderation_notice"
             >configured by you</a>.

             <p><li><b>Discard</b> -- this simply discards the message, with
             no notice sent to the post's author.
             </ul>?AA confirmation message has been sent to %(newaddr)s. A digest has been sent.A list name is requiredA non-text attachment was scrubbed...
Name: %(filename)s
Type: %(ctype)s
Size: %(size)d bytes
Desc: %(desc)s
Url : %(url)s
A reminder of your password has been emailed to you.A terse phrase identifying this list.AcceptAcceptsAcknowledge the member's postingAction to take for postings from non-members for which no
             explicit action is defined.Action to take on all these held messages:Action to take when a message matches the content filtering
             rules.Action to take when a moderated member posts to the
             list.Action:Add <b>%(esender)s</b> to a sender filterAdd new item...Additional Member TasksAdditional settingsAdditionally, forward this message to: Address/nameAddress:Addresses did not match!Addresses in this list are banned outright from subscribing
             to this mailing list, with no further moderation required.  Add
             addresses one per line; start the line with a ^ character to
             designate a regular expression match.Addresses may not be blankAdmin address:Administrative requests for mailing list:AdministratorAdministrator passwords did not matchAdministrivia tests will check postings to see whether it's
             really meant as an administrative request (like subscribe,
             unsubscribe, etc), and will add it to the the administrative
             requests queue, notifying the administrator of the new request,
             in the process.Advertise this list when people ask what lists are on this
             machine?After content filtering, the message was emptyAlias names (regexps) which qualify as explicit to or cc
             destination names for this list.Already a memberAlready a member: %(member)sAlso delete archives?Alternate addresses that are acceptable when
             `require_explicit_destination' is enabled.  This option takes a
             list of regular expressions, one per line, which is matched
             against every recipient address in the message.  The matching is
             performed with Python's re.match() function, meaning they are
             anchored to the start of the string.
             
             <p>For backwards compatibility with Mailman 1.1, if the regexp
             does not contain an `@', then the pattern is matched against just
             the local part of the recipient address.  If that match fails, or
             if the pattern does contain an `@', then the pattern is matched
             against the entire recipient address.
             
             <p>Matching against the local part is deprecated; in a future
             release, the pattern will always be matched against the entire
             recipient address.AlwaysAn HTML attachment was scrubbed...
URL: %(url)s
An attempt was made to subscribe your address to the mailing list
%(listaddr)s.  You are already subscribed to this mailing list.

Note that the list membership is not public, so it is possible that a bad
person was trying to probe the list for its membership.  This would be a
privacy violation if we let them do this, but we didn't.

If you submitted the subscription request and forgot that you were already
subscribed to the list, then you can ignore this message.  If you suspect that
an attempt is being made to covertly discover whether you are a member of this
list, and you are worried about your privacy, then feel free to send a message
to the list administrator at %(listowner)s.
An embedded message was scrubbed...
From: %(who)s
Subject: %(subject)s
Date: %(date)s
Size: %(size)s
Url: %(url)s
An introductory description - a few paragraphs - about the
             list.  It will be included, as html, at the top of the listinfo
             page.  Carriage returns will end a paragraph - see the details
             for more info.Anti-Spam filtersAnyoneApproval notices are sent when mail triggers certain of the
             limits <em>except</em> routine list moderation and spam filters,
             for which notices are <em>not</em> sent.  This option overrides
             ever sending the notice.ApproveAprAprilArchive messages?Archiving OptionsAs neededAugAugustAuthentication failed.Authorization failed.Auto-discard notificationAuto-generate initial list password?Auto-responderAuto-responder characteristics.<p>

In the text fields below, string interpolation is performed with
the following key/value substitutions:
<p><ul>
    <li><b>listname</b> - <em>gets the name of the mailing list</em>
    <li><b>listurl</b> - <em>gets the list's listinfo URL</em>
    <li><b>requestemail</b> - <em>gets the list's -request address</em>
    <li><b>owneremail</b> - <em>gets the list's -owner address</em>
</ul>

<p>For each text field, you can either enter the text directly into the text
box, or you can specify a file on your local system to upload as the text.Auto-response for your message to Auto-response text to send to -owner emails.Auto-response text to send to -request emails.Auto-response text to send to mailing list posters.Awaiting moderator approvalBBad MIME type ignored: %(spectype)sBad URL specificationBad argument to -a/--admin-notify: %(arg)sBad argument to -c/--changes-msg: %(arg)sBad argument to -w/--welcome-msg: %(arg)sBad argument: %(arg)sBad arguments: %(strargs)sBad confirmation stringBad digest specifier: %(arg)sBad email address for option %(k)s: %(v)sBad email address for option %(property)s: %(val)sBad email address providedBad moderation flag valueBad owner email address: %(s)sBad regular expression: Bad set command: %(subcmd)sBad status number: %(arg)sBad value for <a href="?VARHELP=bounce/%(property)s"
                >%(property)s</a>: %(val)sBad/Invalid email addressBad/Invalid email address: %(member)sBad/Invalid email address: blank lineBadly formed options entry:
 %(record)sBan <b>%(esender)s</b> from ever subscribing to this
                    mailing listBan listBatched-delivery digest characteristics.Below, enter additional text to be added to the
    top of your invitation or the subscription notification.  Include at least
    one blank line at the end...Big change in %(listname)s@%(listhost)s mailing listBlind carbon copies or other implicit destinations are
not allowed.  Try reposting your message by explicitly including the list
address in the To: or Cc: fields.Bounce action notificationBounce detection sensitivityBounce processingBy clicking on the <em>Remind</em> button, your
    password will be emailed to you.By clicking on the <em>Unsubscribe</em> button, a
    confirmation message will be emailed to you.  This message will have a
    link that you should click on to complete the removal process (you can
    also confirm by email; see the instructions in the confirmation
    message).By default, should new list member postings be moderated?By setting this value to <em>No</em>, you disable all
             automatic bounce processing for this list, however bounce
             messages will still be discarded so that the list administrator
             isn't inundated with them.By setting this value to <em>No</em>, you turn off
             notification messages that are normally sent to the list owners
             when a member is unsubscribed due to excessive bounces.  An
             attempt to notify the member will always be made.By setting this value to <em>No</em>, you turn off
             notification messages that are normally sent to the list owners
             when a member's delivery is disabled due to excessive bounces.
             An attempt to notify the member will always be made.CGI script errorCan list members choose to receive list traffic bunched in digests?Can subscribers choose to receive mail immediately, rather
             than in batched digests?Can't have empty html page.CancelCancel and discardCancel held message postingCancel my subscription requestCancel postingCannot open mbox file %(mbox)s: %(msg)sCannot read both digest and normal members from standard input.Cannot unsubscribe non-members:Ceiling on acceptable number of recipients for a posting.Change My Address and NameChange My PasswordChange addressChange list ownership passwordsChange of address request confirmedClear FormClear this member's <em>moderate</em> flagClick here for the list of Click here to hide the legend for this table.Click here to include the legend for this table.Click here to reload this page.Click on a link to visit your options page for the
        requested mailing list.Click on the message number to view the individual
            message, or you can Computing threaded index
Conceal the member's addressConfiguration CategoriesConfirmConfirm (*) - email confirmation required <br>
                           Require approval - require list administrator
                           approval for subscriptions <br>
                           Confirm and approve - both confirm and approve
                           
                           <p>(*) when someone requests a subscription,
                           Mailman sends them a notice with a unique
                           subscription request number that they must reply to
                           in order to subscribe.<br> This prevents
                           mischievous (or malicious) people from creating
                           subscriptions for others without their consent.Confirm administrator password:Confirm and approveConfirm change of address requestConfirm initial password:Confirm moderator password:Confirm subscription requestConfirm unsubscription requestConfirmation from your email address is required, to prevent anyone from
subscribing you without permission.  Instructions are being sent to you at
%(email)s.  Please note your subscription will not start until you confirm
your subscription.Confirmation string was empty.Confirmation string:Confirmation succeededContent filtered message notificationContent&nbsp;filteringContinue awaiting approvalCreate ListCreate a %(hostname)s Mailing ListCreate another listCreating archive directory CzechDailyDatabase Updated...DecDecemberDefault language for this list.Default options for new members joining this list.<input
             type="hidden" name="new_member_options" value="ignore">DeferDeleteDelete this listDelete this mailing listDelivered by Mailman<br>version %(version)sDescriptionDescription:Description:  %(description)sDetailed instructions for the administrative databaseDigestDigest FooterDigest HeaderDigest members:Digest optionsDisabledDiscardDiscardsDo not send a copy of a member's own postDutchEach list member has a <em>moderation flag</em> which says
             whether messages from the list member can be posted directly to
             the list, or must first be approved by the list moderator.  When
             the moderation flag is turned on, list member postings must be
             approved first.  You, the list administrator can decide whether a
             specific individual's postings will be moderated or not.

             <p>When a new member is subscribed, their initial moderation flag
             takes its value from this option.  Turn this option off to accept
             member postings by default.  Turn this option on to, by default,
             moderate member postings first.  You can always manually set an
             individual member's moderation bit by using the
             <a href="%(adminurl)s/members">membership management
             screens</a>.Each topic keyword is actually a regular expression, which is
             matched against certain parts of a mail message, specifically the
             <code>Keywords:</code> and <code>Subject:</code> message headers.
             Note that the first few lines of the body of the message can also
             contain a <code>Keywords:</code> and <code>Subject:</code>
             "header" on which matching is also performed.Edit HTML : ErrorEdit OptionsEdit the public HTML pagesEmail My Password To MeEmail address:Emergency hold on all list traffic is in effectEmergency moderation of all list traffic is enabledEmergency moderation of all list traffic.Empty list passwords are not allowedEnabledEncode the
             <a href="?VARHELP=general/subject_prefix">subject
             prefix</a> even when it consists of only ASCII characters?End of English (USA)Enter confirmation cookieEnter new administrator password:Enter new moderator password:Enter one address per line below...Enter the email of the person running the list: Enter the name of the list: ErrorError Unsubscribing:Error inviting:Error opening list %(listname)s... skipping.Error subscribing:Error: EstonianExplicit <tt>Reply-To:</tt> header.Explicit addressFebFebruaryFilter out duplicate messages to list members (if possible)Find member %(link)s:FinnishFirstFooter added to every digestFooter added to mail sent to regular list membersFor some unknown reasonForward messages (individually) to:Forward of moderated messageForward to List OwnerForwarding optionsFourthFrenchFriFrom:From: %(sender)s on %(date)s
Subject: %(subject)s
Cause: %(reason)sFull PersonalizationFundamental list characteristics, including descriptive
            info and basic behaviors.General OptionsGeneral list information pageGeneral list personalityGermanGnu's Not UnixGo to list archivesGo to the general list information pageGzip'd Text%(sz)sHTML Unchanged.HTML attachment scrubbed and removedHTML successfully updated.Header added to every digestHeader added to mail sent to regular list membersHide the sender of a message, replacing it with the list
             address (Removes From, Sender and Reply-To fields)Hit enter to notify %(listname)s owner...HoldHold posts with header value matching a specified regexp.HoldsHost name this list prefers for email.Hostile address (illegal characters)Hostile address (illegal characters): %(member)sHow big in Kb should a digest be before it gets sent out?How many <em>Your Membership Is Disabled</em> warnings a
             disabled member should get before their address is removed from
             the mailing list.  Set to 0 to immediately remove an address from
             the list once their bounce score exceeds the threshold.  This
             value must be an integer.How many body lines should the topic matcher scan?How often should a new archive volume be started?How often should a new digest volume be started?HungarianIf a posting has this number, or more, of recipients, it is
             held for admin approval.  Use 0 for no ceiling.If you reject this post,<br>please explain (optional):If you reply to this message, keeping the Subject: header intact, Mailman will
discard the held message.  Do this if the message is spam.  If you reply to
this message and include an Approved: header with the list password in it, the
message will be approved for posting to the list.  The Approved: header can
also appear in the first line of the body of the reply.If you supply a password, you must confirm it.If your mailing list's default language uses a non-ASCII
             character set and the prefix contains non-ASCII characters, the
             prefix will always be encoded according to the relevant
             standards.  However, if your prefix contains only ASCII
             characters, you may want to set this option to <em>Never</em> to
             disable prefix encoding.  This can make the subject headers
             slightly more readable for users with mail readers that don't
             properly handle non-ASCII encodings.

             <p>Note however, that if your mailing list receives both encoded
             and unencoded subject headers, you might want to choose <em>As
             needed</em>.  Using this setting, Mailman will not encode ASCII
             prefixes when the rest of the header contains only ASCII
             characters, but if the original header contains non-ASCII
             characters, it will encode the prefix.  This avoids an ambiguity
             in the standards which could cause some mail readers to display
             extra, or missing spaces between the prefix and the original
             header.Ignore  :  %(addr)30sIgnoring changes to deleted member: %(user)sIgnoring non-text/plain MIME partsIllegal email address providedIllegal list name: %(s)sIn order to change your membership option, you must
    first log in by giving your %(extra)smembership password in the section
    below.  If you don't remember your membership password, you can have it
    emailed to you by clicking on the button below.  If you just want to
    unsubscribe from this list, click on the <em>Unsubscribe</em> button and a
    confirmation message will be sent to you.

    <p><strong><em>Important:</em></strong> From this point on, you must have
    cookies enabled in your browser, otherwise none of your changes will take
    effect.
    Initial %(listname)s password: Initial list of supported languages.  <p>Note that if you do not
        select at least one initial language, the list will use the server
        default language of %(deflang)sInitial list owner address:Initial list password:Initial list passwords do not matchInvalid :  %(addr)30sInvalid confirmation string.  It is
            possible that you are attempting to confirm a request for an
            address that has already been unsubscribed.Invalid confirmation string.  Note that confirmation strings expire
approximately %(days)s days after the initial subscription request.  If your
confirmation has expired, please try to re-submit your original request or
message.Invalid options to CGI scriptInvalid options to CGI script.Invalid value for property: %(k)sInvalid value for variable: %(property)sInviteIs archive file source for public or private archival?Is the list moderator's approval required for unsubscription
             requests?  (<em>No</em> is recommended)ItalianJanJanuaryJapaneseJulJulyJunJuneKoreanLanguage&nbsp;optionsLanguages supported by this list.Last autoresponse notification for todayLeave the initial password (and confirmation) fields
                blank if you want Mailman to autogenerate the list
                passwords.ListList CharacteristicsList Helpbot: %(requestaddr)sList IdentityList Owners:  %(owneraddr)sList admin onlyList already exists: %(listname)sList creator's (authentication) password:List membersList moderators (and list administrators) are sent daily
             reminders of requests pending approval, like subscriptions to a
             moderated list, or postings that are being held for one reason or
             another.  Setting this option causes notices to be sent
             immediately on the arrival of new requests as well.List my other subscriptionsList name is requiredList name is required.List name must not include "@": %(listname)sList name:    %(listname)sList of addresses which are banned from membership in this
             mailing list.List of non-member addresses whose postings should be
             automatically accepted.List of non-member addresses whose postings will be
             automatically discarded.List of non-member addresses whose postings will be
             automatically rejected.List of non-member addresses whose postings will be
             immediately held for moderation.List password:List subscriptions for %(user)s on %(hostname)sList topic keywordsList traffic archival policies.List-specific text prepended to new-subscriber welcome
             messageList:Log inLog outLogoutMIMEMail deliveryMail&lt;-&gt;News&nbsp;gatewaysMail-to-News and News-to-Mail gateway services.Mailing list creation request for list %(listname)sMailing list creation resultsMailing list deletion resultsMailing list removal request for list %(listname)sMailmanMailman %(varname)s List Option HelpMailman Administrative Database ErrorMailman prefixes <tt>Subject:</tt> headers with
             <a href="?VARHELP=general/subject_prefix">text you can
             customize</a> and normally, this prefix shows up in messages
             gatewayed to Usenet.  You can set this option to <em>No</em> to
             disable the prefix on gated messages.  Of course, if you turn off
             normal <tt>Subject:</tt> prefixes, they won't be prefixed for
             gated messages either.Mailman privacy alertMailman won't accept the given email address as a valid address.
(E.g. it must have an @ in it.)Make your changes in the following section, then submit them
        using the <em>Submit Your Changes</em> button below.Many (in fact, most) spams do not explicitly name their
             myriad destinations in the explicit destination addresses - in
             fact often the To: field has a totally bogus address for
             obfuscation.  The constraint applies only to the stuff in the
             address before the '@' sign, but still catches all such spams.

             <p>The cost is that the list will not accept unhindered any
             postings relayed from other addresses, unless

             <ol>
                 <li>The relaying address has the same name, or

                 <li>The relaying address name is included on the options that
                 specifies acceptable aliases for the list.

             </ol>MarMarchMass RemovalsMass SubscriptionsMass catch upMass catchup completedMass&nbsp;RemovalMass&nbsp;SubscriptionMaximum length in kilobytes (KB) of a message body.  Use 0
             for no limit.MayMember filtersMember name successfully changed. Membership ListMembership exposureMembership re-enabled.Membership&nbsp;ListMembership&nbsp;ManagementMessage Excerpt:Message Headers:Message body is too big: %(size)d bytes with a limit of
%(limit)d KBMessage has a suspicious headerMessage has implicit destinationMessage may contain administriviaModeratedModeratorModerator passwords did not matchMonMonthlyMore information: %(listurl)sMust posts have list named in destination (to, cc) field
             (or be among the acceptable alias names, specified below)?Name of list:Name:Natural language (internationalization) options.NeverNew %(listname)s password: %(notifypassword)sNew subscription request to list %(realname)s from %(addr)sNew unsubscription request from %(realname)s by %(addr)sNews server settingsNext message:NoNo address givenNo argument to -f givenNo command given.No filename given.No list name supplied.No listname givenNo matching mailing lists foundNo one can subscribe to the digest of this list!No reason givenNo runner name given.No subjectNo such list "%(listname)s"
%(e)sNo such list (or list already deleted): %(listname)sNo such list <em>%(safelistname)s</em>No such list: %(listname)sNo such list: %(listname)s.  Removing its residual archives.No such member: %(addr)sNo such member: %(safeuser)s.No valid address found to subscribeNo valid variable name found.Non-digest (regular) members:Non-digest&nbsp;optionsNon-member filtersNon-members are not allowed to post messages to this list.NoneNone - no verification steps (<em>Not
                           Recommended </em>)<br>
                           Confirm (*) - email confirmation step required <br>
                           Require approval - require list administrator
                           Approval for subscriptions <br>
                           Confirm and approve - both confirm and approve
                           
                           <p>(*) when someone requests a subscription,
                           Mailman sends them a notice with a unique
                           subscription request number that they must reply to
                           in order to subscribe.<br>

                           This prevents mischievous (or malicious) people
                           from creating subscriptions for others without
                           their consent.Normally, Mailman sends the regular delivery messages to
                 the mail server in batches.  This is much more efficent
                 because it reduces the amount of traffic between Mailman and
                 the mail server.

                 <p>However, some lists can benefit from a more personalized
                 approach.  In this case, Mailman crafts a new message for
                 each member on the regular delivery list.  Turning this
                 feature on may degrade the performance of your site, so you
                 need to carefully consider whether the trade-off is worth it,
                 or whether there are other ways to accomplish what you want.
                 You should also carefully monitor your system load to make
                 sure it is acceptable.

                 <p>Select <em>No</em> to disable personalization and send
                 messages to the members in batches.  Select <em>Yes</em> to
                 personalize deliveries and allow additional substitution
                 variables in message headers and footers (see below).  In
                 addition, by selecting <em>Full Personalization</em>, the
                 <code>To</code> header of posted messages will be modified to
                 include the member's address instead of the list's posting
                 address.

                 <p>When personalization is enabled, a few more expansion
                 variables that can be included in the <a
                 href="?VARHELP=nondigest/msg_header">message header</a> and
                 <a href="?VARHELP=nondigest/msg_footer">message footer</a>.

                 <p>These additional substitution variables will be available
                 for your headers and footers, when this feature is enabled:

                 <ul><li><b>user_address</b> - The address of the user,
                         coerced to lower case.
                     <li><b>user_delivered_to</b> - The case-preserved address
                         that the user is subscribed with.
                     <li><b>user_password</b> - The user's password.
                     <li><b>user_name</b> - The user's full name.
                     <li><b>user_optionsurl</b> - The url to the user's option
                         page.
                 </ul>
                 NorwegianNot a valid email address: %(toaddr)sNot authenticatedNot subscribedNote: Since this is a list of mailing lists, administrative
notices like the password reminder will be sent to
your membership administrative address, %(addr)s.Note: your list delivery is currently disabled%(reason)s.Nothing to do.NotificationsNovNovemberNumber of days between auto-responses to either the mailing
             list or -request/-owner address from the same poster.  Set to
             zero (or negative) for no grace period (i.e. auto-respond to
             every message).OctOctoberOffOkay, the list moderator will still have the
    opportunity to approve or reject this message.OnOnce a month, your password will be emailed to you as a reminder.One of these actions is take when the message matches one of
             the content filtering rules, meaning, the top-level
             content type matches one of the <a
             href="?VARHELP=contentfilter/filter_mime_types"
             >filter_mime_types</a>, or the top-level content type does
             <strong>not</strong> match one of the
             <a href="?VARHELP=contentfilter/pass_mime_types"
             >pass_mime_types</a>, or if after filtering the subparts of the
             message, the message ends up empty.

             <p>Note this action is not taken if after filtering the message
             still contains content.  In that case the message is always
             forwarded on to the list membership.

             <p>When messages are discarded, a log entry is written
             containing the Message-ID of the discarded message.  When
             messages are rejected or forwarded to the list owner, a reason
             for the rejection is included in the bounce message to the
             original author.  When messages are preserved, they are saved in
             a special queue directory on disk for the site administrator to
             view (and possibly rescue) but otherwise discarded.  This last
             option is only available if enabled by the site
             administrator.Open list, moderated groupOriginal MessageOther Administrative ActivitiesOverview of all %(hostname)s mailing listsPassword // URLPassword reminderPassword successfully changed.Password:Password: PasswordsPasswords did not match!Passwords may not be blankPattern (as regexp):Pending subscriptions:Permanently ban from this listPermanently remove mailing list <em>%(realname)s</em>Pickling archive state into PlainPlease do *not* post administrative requests to the mailing
list.  If you wish to subscribe, visit %(listurl)s or send a message with the
word `help' in it to the request address, %(request)s, for further
instructions.Please enter the confirmation string
    (i.e. <em>cookie</em>) that you received in your email message, in the box
    below.  Then hit the <em>Submit</em> button to proceed to the next
    confirmation step.Please trim the recipient list; it is too long.Policies concerning immediately delivered list traffic.Policies concerning the content of list traffic.

            <p>Content filtering works like this: when a message is
            received by the list and you have enabled content filtering, the
            individual attachments are first compared to the
            <a href="?VARHELP=contentfilter/filter_mime_types">filter
            types</a>.  If the attachment type matches an entry in the filter
            types, it is discarded.

            <p>Then, if there are <a
            href="?VARHELP=contentfilter/pass_mime_types">pass types</a>
            defined, any attachment type that does <em>not</em> match a
            pass type is also discarded.  If there are no pass types defined,
            this check is skipped.

            <p>After this initial filtering, any <tt>multipart</tt>
            attachments that are empty are removed.  If the outer message is
            left empty after this filtering, then the whole message is
            discarded.  Then, each <tt>multipart/alternative</tt> section will
            be replaced by just the first alternative that is non-empty after
            filtering.

            <p>Finally, any <tt>text/html</tt> parts that are left in the
            message may be converted to <tt>text/plain</tt> if
            <a href="?VARHELP=contentfilter/convert_html_to_plaintext"
            >convert_html_to_plaintext</a> is enabled and the site is
            configured to allow these conversions.Portuguese (Brazil)Post by non-member to a members-only listPost to moderated listPosted message canceledPosterPosting Held for ApprovalPosting of your message titled "%(subject)s"Posting to a moderated newsgroupPosting to a restricted list by sender requires approvalPostings from any of these non-members will be automatically
             accepted with no further moderation applied.  Add member
             addresses one per line; start the line with a ^ character to
             designate a regular expression match.Postings from any of these non-members will be automatically
             discarded.  That is, the message will be thrown away with no
             further processing or notification.  The sender will not receive
             a notification or a bounce, however the list moderators can
             optionally <a href="?VARHELP=privacy/sender/forward_auto_discards"
             >receive copies of auto-discarded messages.</a>.

             <p>Add member addresses one per line; start the line with a ^
             character to designate a regular expression match.Postings from any of these non-members will be automatically
             rejected.  In other words, their messages will be bounced back to
             the sender with a notification of automatic rejection.  This
             option is not appropriate for known spam senders; their messages
             should be
             <a href="?VARHELP=privacy/sender/discard_these_nonmembers"
             >automatically discarded</a>.

             <p>Add member addresses one per line; start the line with a ^
             character to designate a regular expression match.Postings from any of these non-members will be immediately
             and automatically held for moderation by the list moderators.
             The sender will receive a notification message which will allow
             them to cancel their held message.  Add member addresses one per
             line; start the line with a ^ character to designate a regular
             expression match.Postings to:  %(postaddr)sPreferred language:Prefix <tt>Subject:</tt> headers on postings gated to news?Prefix for subject line of list postings.PreservePreserve message for site administratorPreserve messages for the site administratorPrevious message:Print the Mailman version.
Privacy optionsPrivate Archive ErrorPrivate Archive Error - %(msg)sPrivate archive file not foundPublic mailing lists at %(hostname)s:Python PoweredQuarterlyRFC 2369 defines a set of List-* headers that are
                 normally added to every message sent to the list membership.
                 These greatly aid end-users who are using standards compliant
                 mail readers.  They should normally always be enabled.

                 <p>However, not all mail readers are standards compliant yet,
                 and if you have a large number of members who are using
                 non-compliant mail readers, they may be annoyed at these
                 headers.  You should first try to educate your members as to
                 why these headers exist, and how to hide them in their mail
                 clients.  As a last resort you can disable these headers, but
                 this is not recommended (and in fact, your ability to disable
                 these headers may eventually go away).Re-enable mailing list membershipRe-enable membershipReason for refusalReason:Receive digests?Received:Recipient filtersRecipient&nbsp;filtersRegexp:RegularRejectRejectsReloading pickled archive stateRemindRemove message attachments that don't have a matching
             content type.  Leave this field blank to skip this filter
             test.Remove message attachments that have a matching content
             type.Request to mailing list %(realname)s rejectedRequested topic is not valid: %(topicname)sRequire approvalReturn to the RussianSatSaving listSearch...SecondSelect page to edit:Send "list created" email to list owner?Send goodbye message to members when they are unsubscribed?Send mail to poster when their posting is held for approval?Send monthly password reminders?Send notifications of new subscriptions to the list owner?Send notifications to the list owner?Send password reminders to, eg, "-owner" address instead of
             directly to user.Send unsubscription acknowledgement to the user?Send welcome message to newly subscribed members?Send welcome messages to new subscribees?Sender discarded message via web.Sender is explicitly forbiddenSender&nbsp;filtersSepSeptemberServer Local TimeSetSet this to yes when this list is intended to cascade only
             to other mailing lists.  When set, meta notices like
             confirmations and password reminders will be directed to an
             address derived from the member's address - it will have the
             value of "umbrella_member_suffix" appended to the member's
             account name.Setting this option causes member email addresses to be
             transformed when they are presented on list web pages (both in
             text and as links), so they're not trivially recognizable as
             email addresses.  The intention is to prevent the addresses
             from being snarfed up by automated web scanners for use by
             spammers.Setting this option instructs Mailman to start a new volume
             with the next digest sent out.Should Mailman convert <tt>text/html</tt> parts to plain
             text?  This conversion happens after MIME attachments have been
             stripped.Should Mailman filter the content of list traffic according
             to the settings below?Should Mailman notify you, the list owner, when bounces
             cause a member to be unsubscribed?Should Mailman notify you, the list owner, when bounces
             cause a member's subscription to be disabled?Should Mailman perform a <em>catchup</em> on the newsgroup?Should Mailman perform automatic bounce processing?Should Mailman personalize each non-digest delivery?
                 This is often useful for announce-only lists, but <a
                 href="?VARHELP=nondigest/personalize">read the details</a>
                 section for a discussion of important performance
                 issues.Should Mailman send an auto-response to emails sent to the
             -owner address?Should Mailman send an auto-response to emails sent to the
             -request address?  If you choose yes, decide whether you want
             Mailman to discard the original email, or forward it on to the
             system as a normal mail command.Should Mailman send an auto-response to mailing list
             posters?Should Mailman send the next digest right now, if it is not
             empty?Should Mailman send you, the list owner, any bounce messages
             that failed to be detected by the bounce processor?  <em>Yes</em>
             is recommended.Should Mailman start a new digest volume?Should a digest be dispatched daily when the size threshold isn't reached?Should administrator get notices of subscribes and
             unsubscribes?Should any existing <tt>Reply-To:</tt> header found in the
             original message be stripped?  If so, this will be done
             regardless of whether an explict <tt>Reply-To:</tt> header is
             added by Mailman or not.Should messages from non-members, which are automatically
             discarded, be forwarded to the list moderator?Should messages from this mailing list include the
                 <a href="http://www.faqs.org/rfcs/rfc2369.html">RFC 2369</a>
                 (i.e. <tt>List-*</tt>) headers?  <em>Yes</em> is highly
                 recommended.Should new members be quarantined before they
    are allowed to post unmoderated to this list?  Answer <em>Yes</em> to hold
    new member postings for moderator approval by default.Should new posts to the mailing list be sent to the
             newsgroup?Should new posts to the newsgroup be sent to the mailing
             list?Should postings include the <tt>List-Post:</tt> header?Should the list moderators get immediate notice of new
             requests, as well as daily notices about collected ones?Should the topic filter be enabled or disabled?Show member addresses so they're not directly recognizable
             as email addresses?Simplified ChineseSize:Skipped content of type %(partctype)sSome unknown error occurred while creating the list.
                Please contact the site administrator for assistance.Spam&nbsp;filtersSpanish (Spain)Subject:SubmitSubmit All DataSubmit ChangesSubmit My ChangesSubmit Your ChangesSubscribeSubscribe results pageSubscribe these users now or invite them?Subscribe to list %(listname)sSubscribed: %(member)sSubscribingSubscription RequestsSubscription requestSubscription request confirmedSubscription request succeeded.Subscription&nbsp;rulesSuccessfully Removed:Successfully Unsubscribed:Successfully invited:Successfully subscribed:Suffix for use when this list is an umbrella for other
             lists, according to setting of previous "umbrella_list"
             setting.SunSwedishSystem error, bad content: %(content)sTend to pending moderator requestsText appended to the bottom of every immediately-delivery
             message. Text attached (as a final message) to the bottom of digests. Text attached (as an initial message, before the table of contents) to the top of digests. Text prepended to the top of every immediately-delivery
             message. Text sent to people leaving the list.  If empty, no special
             text will be added to the unsubscribe message.Text to include in any
             <a href="?VARHELP/privacy/sender/member_moderation_action"
             >rejection notice</a> to
             be sent to moderated members who post to this list.Text%(sz)sThe "host_name" is the preferred name for email to
             mailman-related addresses on this host, and generally should be
             the mail host's exchanger address, if any.  This setting can be
             useful for selecting among alternative names of a host that has
             multiple addresses.The <em>list administrators</em> are the people who have ultimate control over
all parameters of this mailing list.  They are able to change any list
configuration variable available through these administration web pages.

<p>The <em>list moderators</em> have more limited permissions; they are not
able to change any list configuration variable, but they are allowed to tend
to pending administration requests, including approving or rejecting held
subscription requests, and disposing of held postings.  Of course, the
<em>list administrators</em> can also tend to pending requests.

<p>In order to split the list ownership duties into administrators and
moderators, you must set a separate moderator password in the fields below,
and also provide the email addresses of the list moderators in the
<a href="%(adminurl)s/general">general options section</a>.The <tt>List-Post:</tt> header is one of the headers
             recommended by
             <a href="http://www.faqs.org/rfcs/rfc2369.html">RFC 2369</a>.
             However for some <em>announce-only</em> mailing lists, only a
             very select group of people are allowed to post to the list; the
             general membership is usually not allowed to post.  For lists of
             this nature, the <tt>List-Post:</tt> header is misleading.
             Select <em>No</em> to disable the inclusion of this header. (This
             does not affect the inclusion of the other <tt>List-*:</tt>
             headers.)The Internet address of the machine your News server is
             running on.The Mailman ReplybotThe News server is not part of Mailman proper.  You have to
             already have access to a NNTP server, and that NNTP server has to
             recognize the machine this mailing list runs on as a machine
             capable of reading and posting news.The Week Of Monday %(day)i %(month)s %(year)iThe `join' command is synonymous with `subscribe'.
The `leave' command is synonymous with `unsubscribe'.
The `remove' command is synonymous with `unsubscribe'.
The address requesting to be changed has
                    been subsequently unsubscribed.  This request has been
                    cancelled.The address requesting unsubscription is not
                a member of the mailing list.  Perhaps you have already been
                unsubscribed, e.g. by the list administrator?The attached message has been automatically discarded.The attached message matched the %(listname)s mailing list's content filtering
rules and was prevented from being forwarded on to the list membership.  You
are receiving the only remaining copy of the discarded message.

The attached message was received as a bounce, but either the bounce format
was not recognized, or no member addresses could be extracted from it.  This
mailing list has been configured to send all unrecognized bounce messages to
the list administrator(s).

For more information see:
%(adminurl)s

The capitalization of this name can be changed to make it
             presentable in polite company as a proper noun, or to make an
             acronym part all upper case, etc.  However, the name will be
             advertised as the email address (e.g., in subscribe confirmation
             notices), so it should <em>not</em> be otherwise altered.  (Email
             addresses are not case sensitive, but they are sensitive to
             almost everything else :-)The confirmation email has been sent.The current archiveThe email address you supplied is banned from this
        mailing list.  If you think this restriction is erroneous, please
        contact the list owners at %(listowner)s.The email address you supplied is banned from this mailing list.
If you think this restriction is erroneous, please contact the list
owners at %(listowner)s.The email address you supplied is not valid.  (E.g. it must contain an
`@'.)The following illegal substitution variables were
                found in the <code>%(property)s</code> string:
                <code>%(bad)s</code>
                <p>Your list may not operate properly until you correct this
                problem.The held message with the Subject:
            header <em>%(subject)s</em> could not be found.  The most likely
            reason for this is that the list moderator has already approved or
            rejected the message.  You were not able to cancel it in
            time.The held message you were referred to has
        already been handled by the list administrator.The list administrator email addresses.  Multiple
             administrator addresses, each on separate line is okay.The list administrator has disabled digest delivery for
            this list, so your delivery option has not been set.  However your
            other options have been set successfully.The list administrator has disabled non-digest delivery
            for this list, so your delivery option has not been set.  However
            your other options have been set successfully.The list moderator email addresses.  Multiple
             moderator addresses, each on separate line is okay.The list password cannot be emptyThe list password cannot be empty<!-- ignore -->The mailing list `%(listname)s' has been created via the through-the-web
interface.  In order to complete the activation of this mailing list, the
proper /etc/aliases (or equivalent) file must be updated.  The program
`newaliases' may also have to be run.

Here are the entries for the /etc/aliases file:
The mailing list `%(listname)s' has been removed via the through-the-web
interface.  In order to complete the de-activation of this mailing list, the
appropriate /etc/aliases (or equivalent) file must be updated.  The program
`newaliases' may also have to be run.

Here are the entries in the /etc/aliases file that should be removed:
The maximum member bounce score before the member's
             subscription is disabled.  This value can be a floating point
             number.The message's content type was explicitly disallowedThe message's content type was not explicitly allowedThe moderation policy of the newsgroup.The name of the Usenet group to gateway to and/or from.The new address is already a member: %(newaddr)sThe new address you requested %(newaddr)s is already a member of the
%(listname)s mailing list, however you have also requested a global change of
address.  Upon confirmation, any other mailing list containing the address
%(user)s will be changed. The next digest will be sent as volume
            %(volume)s, number %(number)sThe number of days after which a member's bounce information
             is discarded, if no new bounces have been received in the
             interim.  This value must be an integer.The number of days between sending the <em>Your Membership
             Is Disabled</em> warnings.  This value must be an integer.The public name of this list (make case-changes only).The results of your email command are provided below.
Attached is your original message.
The results of your email commandsThe subscribers listThe text will be treated as html <em>except</em> that
             newlines will be translated to &lt;br&gt; - so you can use links,
             preformatted text, etc, but don't put in carriage returns except
             where you mean to separate paragraphs.  And review your changes -
             bad html (like some unterminated HTML constructs) can prevent
             display of the entire listinfo page.The topic filter categorizes each incoming email message
             according to <a
            href="http://www.python.org/doc/current/lib/module-re.html">regular
             expression filters</a> you specify below.  If the message's
             <code>Subject:</code> or <code>Keywords:</code> header contains a
             match against a topic filter, the message is logically placed
             into a topic <em>bucket</em>.  Each user can then choose to only
             receive messages from the mailing list for a particular topic
             bucket (or buckets).  Any message not categorized in a topic
             bucket registered with the user is not delivered to the list.

             <p>Note that this feature only works with regular delivery, not
             digest delivery.

             <p>The body of the message can also be optionally scanned for
             <code>Subject:</code> and <code>Keywords:</code> headers, as
             specified by the <a
       href="?VARHELP=topics/topics_bodylines_limit">topics_bodylines_limit</a>
             configuration variable.The topic matcher will scan this many lines of the message
             body looking for topic keyword matches.  Body scanning stops when
             either this many lines have been looked at, or a non-header-like
             body line is encountered.  By setting this value to zero, no body
             lines will be scanned (i.e. only the <code>Keywords:</code> and
             <code>Subject:</code> headers will be scanned).  By setting this
             value to a negative number, then all body lines will be scanned
             until a non-header-like line is encountered.
             The topic pattern `%(pattern)s' is not a
                legal regular expression.  It will be discarded.There are no pending requests.There are two ownership roles associated with each mailing
             list.  The <em>list administrators</em> are the people who have
             ultimate control over all parameters of this mailing list.  They
             are able to change any list configuration variable available
             through these administration web pages.

             <p>The <em>list moderators</em> have more limited permissions;
             they are not able to change any list configuration variable, but
             they are allowed to tend to pending administration requests,
             including approving or rejecting held subscription requests, and
             disposing of held postings.  Of course, the <em>list
             administrators</em> can also tend to pending requests.

             <p>In order to split the list ownership duties into
             administrators and moderators, you must
             <a href="passwords">set a separate moderator password</a>,
             and also provide the <a href="?VARHELP=general/moderator">email
             addresses of the list moderators</a>.  Note that the field you
             are changing here specifies the list administrators.There are two ownership roles associated with each mailing
             list.  The <em>list administrators</em> are the people who have
             ultimate control over all parameters of this mailing list.  They
             are able to change any list configuration variable available
             through these administration web pages.

             <p>The <em>list moderators</em> have more limited permissions;
             they are not able to change any list configuration variable, but
             they are allowed to tend to pending administration requests,
             including approving or rejecting held subscription requests, and
             disposing of held postings.  Of course, the <em>list
             administrators</em> can also tend to pending requests.

             <p>In order to split the list ownership duties into
             administrators and moderators, you must
             <a href="passwords">set a separate moderator password</a>,
             and also provide the email addresses of the list moderators in
             this section.  Note that the field you are changing here
             specifies the list moderators.There was no digest to send.There were some problems deleting the mailing list
        <b>%(listname)s</b>.  Contact your site administrator at %(sitelist)s
        for details.These are all the natural languages supported by this list.
             Note that the
             <a href="?VARHELP=language/preferred_language">default
             language</a> must be included.These policies control the automatic bounce processing system
            in Mailman.  Here's an overview of how it works.

            <p>When a bounce is received, Mailman tries to extract two pieces
            of information from the message: the address of the member the
            message was intended for, and the severity of the problem causing
            the bounce.  The severity can be either <em>hard</em> or
            <em>soft</em> meaning either a fatal error occurred, or a
            transient error occurred.  When in doubt, a hard severity is used.

            <p>If no member address can be extracted from the bounce, then the
            bounce is usually discarded.  Otherwise, each member is assigned a
            <em>bounce score</em> and every time we encounter a bounce from
            this member we increment the score.  Hard bounces increment by 1
            while soft bounces increment by 0.5.  We only increment the bounce
            score once per day, so even if we receive ten hard bounces from a
            member per day, their score will increase by only 1 for that day.

            <p>When a member's bounce score is greater than the
            <a href="?VARHELP=bounce/bounce_score_threshold">bounce score
            threshold</a>, the subscription is disabled.  Once disabled, the
            member will not receive any postings from the list until their
            membership is explicitly re-enabled (either by the list
            administrator or the user).  However, they will receive occasional
            reminders that their membership has been disabled, and these
            reminders will include information about how to re-enable their
            membership.

            <p>You can control both the
            <a href="?VARHELP=bounce/bounce_you_are_disabled_warnings">number
            of reminders</a> the member will receive and the
            <a href="?VARHELP=bounce/bounce_you_are_disabled_warnings_interval"
            >frequency</a> with which these reminders are sent.

            <p>There is one other important configuration variable; after a
            certain period of time -- during which no bounces from the member
            are received -- the bounce information is
            <a href="?VARHELP=bounce/bounce_info_stale_after">considered
            stale</a> and discarded.  Thus by adjusting this value, and the
            score threshold, you can control how quickly bouncing members are
            disabled.  You should tune both of these to the frequency and
            traffic volume of your list.ThirdThis description is used when the mailing list is listed with
                other mailing lists, or in headers, and so forth.  It should
                be as succinct as you can get it, while still identifying what
                the list is.This is %(also)sa hidden list, which means that the
            list of members is available only to the list administrator.This is %(also)sa private list, which means that the
            list of members is not available to non-members.This is %(also)sa public list, which means that the
            list of members list is available to everyone.This is a closed list, which means your subscription
            will be held for approval.  You will be notified of the list
            moderator's decision by email.This is the address set in the <tt>Reply-To:</tt> header
             when the <a
             href="?VARHELP=general/reply_goes_to_list">reply_goes_to_list</a>
             option is set to <em>Explicit address</em>.

             <p>There are many reasons not to introduce or override the
             <tt>Reply-To:</tt> header.  One is that some posters depend on
             their own <tt>Reply-To:</tt> settings to convey their valid
             return address.  Another is that modifying <tt>Reply-To:</tt>
             makes it much more difficult to send private replies.  See <a
             href="http://www.unicom.com/pw/reply-to-harmful.html">`Reply-To'
             Munging Considered Harmful</a> for a general discussion of this
             issue.  See <a
        href="http://www.metasystema.org/essays/reply-to-useful.mhtml">Reply-To
             Munging Considered Useful</a> for a dissenting opinion.

             <p>Some mailing lists have restricted posting privileges, with a
             parallel list devoted to discussions.  Examples are `patches' or
             `checkin' lists, where software changes are posted by a revision
             control system, but discussion about the changes occurs on a
             developers mailing list.  To support these types of mailing
             lists, specify the explicit <tt>Reply-To:</tt> address here.  You
             must also specify <tt>Explicit address</tt> in the
             <tt>reply_goes_to_list</tt>
             variable.

             <p>Note that if the original message contains a
             <tt>Reply-To:</tt> header, it will not be changed.This is the default natural language for this mailing list.
             If <a href="?VARHELP=language/available_languages">more than one
             language</a> is supported then users will be able to select their
             own preferences for when they interact with the list.  All other
             interactions will be conducted in the default language.  This
             applies to both web-based and email-based messages, but not to
             email posted by list members.This listThis list does not support digest delivery.This list has no members.This list is restricted; your message was not approved.This list only supports digest delivery.This list only supports digest subscriptions!This option controls what Mailman does to the
             <tt>Reply-To:</tt> header in messages flowing through this
             mailing list.  When set to <em>Poster</em>, no <tt>Reply-To:</tt>
             header is added by Mailman, although if one is present in the
             original message, it is not stripped.  Setting this value to
             either <em>This list</em> or <em>Explicit address</em> causes
             Mailman to insert a specific <tt>Reply-To:</tt> header in all
             messages, overriding the header in the original message if
             necessary (<em>Explicit address</em> inserts the value of <a
             href="?VARHELP=general/reply_to_address">reply_to_address</a>).
 
             <p>There are many reasons not to introduce or override the
             <tt>Reply-To:</tt> header.  One is that some posters depend on
             their own <tt>Reply-To:</tt> settings to convey their valid
             return address.  Another is that modifying <tt>Reply-To:</tt>
             makes it much more difficult to send private replies.  See <a
             href="http://www.unicom.com/pw/reply-to-harmful.html">`Reply-To'
             Munging Considered Harmful</a> for a general discussion of this
             issue.  See <a
        href="http://www.metasystema.org/essays/reply-to-useful.mhtml">Reply-To
             Munging Considered Useful</a> for a dissenting opinion.

             <p>Some mailing lists have restricted posting privileges, with a
             parallel list devoted to discussions.  Examples are `patches' or
             `checkin' lists, where software changes are posted by a revision
             control system, but discussion about the changes occurs on a
             developers mailing list.  To support these types of mailing
             lists, select <tt>Explicit address</tt> and set the
             <tt>Reply-To:</tt> address below to point to the parallel
             list.This page allows you as the list owner, to permanent
    remove this mailing list from the system.  <strong>This action is not
    undoable</strong> so you should undertake it only if you are absolutely
    sure this mailing list has served its purpose and is no longer necessary.

    <p>Note that no warning will be sent to your list members and after this
    action, any subsequent messages sent to the mailing list, or any of its
    administrative addreses will bounce.

    <p>You also have the option of removing the archives for this mailing list
    at this time.  It is almost always recommended that you do
    <strong>not</strong> remove the archives, since they serve as the
    historical record of your mailing list.

    <p>For your safety, you will be asked to reconfirm the list password.
    This section allows you to configure subscription and
            membership exposure policy.  You can also control whether this
            list is public or not.  See also the
            <a href="%(admin)s/archive">Archival Options</a> section for
            separate archive-related privacy settings.This section allows you to configure various anti-spam
            filters posting filters, which can help reduce the amount of spam
            your list members end up receiving.
            This section allows you to configure various filters based on
            the recipient of the message.This setting determines the moderation policy of the
             newsgroup and its interaction with the moderation policy of the
             mailing list.  This only applies to the newsgroup that you are
             gatewaying <em>to</em>, so if you are only gatewaying from
             Usenet, or the newsgroup you are gatewaying to is not moderated,
             set this option to <em>None</em>.

             <p>If the newsgroup is moderated, you can set this mailing list
             up to be the moderation address for the newsgroup.  By selecting
             <em>Moderated</em>, an additional posting hold will be placed in
             the approval process.  All messages posted to the mailing list
             will have to be approved before being sent on to the newsgroup,
             or to the mailing list membership.

             <p><em>Note that if the message has an <tt>Approved</tt> header
             with the list's administrative password in it, this hold test
             will be bypassed, allowing privileged posters to send messages
             directly to the list and the newsgroup.</em>

             <p>Finally, if the newsgroup is moderated, but you want to have
             an open posting policy anyway, you should select <em>Open list,
             moderated group</em>.  The effect of this is to use the normal
             Mailman moderation facilities, but to add an <tt>Approved</tt>
             header to all messages that are gatewayed to Usenet.This text will be prepended to subject lines of messages
             posted to the list, to distinguish mailing list messages in in
             mailbox summaries.  Brevity is premium here, it's ok to shorten
             long mailing list names to something more concise, as long as it
             still identifies the mailing list.This value, if any, will be added to the front of the
             new-subscriber welcome message.  The rest of the welcome message
             already describes the important addresses and URLs for the
             mailing list, so you don't need to include any of that kind of
             stuff here.  This should just contain mission-specific kinds of
             things, like etiquette policies or team orientation, or that kind
             of thing.

             <p>Note that this text will be wrapped, according to the
             following rules:
             <ul><li>Each paragraph is filled so that no line is longer than
                     70 characters.
                 <li>Any line that begins with whitespace is not filled.
                 <li>A blank line separates paragraphs.
             </ul>ThuTo unsubscribe from %(realname)s, get a password reminder,
        or change your subscription options %(either)senter your subscription
        email address:
        <p><center> To visit the administrators configuration page for an
        unadvertised list, open a URL similar to this one, but with a '/' and
        the %(extra)slist name appended.  If you have the proper authority,
        you can also <a href="%(creatorurl)s">create a new mailing list</a>.

        <p>General list information can be found at Today's Topics (%(msgcount)d messages)Today's Topics:
Too many recipients to the messageTopic %(i)dTopic filter detailsTopic keywords, one per line, to match against each message.Topic name:Topic specifications require both a name and
                a pattern.  Incomplete topics will be ignored.TopicsTraditional ChineseTueTurn this off only if you plan on subscribing people manually
             and don't want them to know that you did so.  This option is most
             useful for transparently migrating lists from some other mailing
             list manager to Mailman.Turn this on if you want password reminders to be sent once
             per month to your members.  Note that members may disable their
             own individual password reminders.UUmbrella list settingsUncaught bounce notificationUnknown language: %(lang)sUnknown list: %(listname)sUnlocking (but not saving) list: %(listname)sUnsubscribeUnsubscribe or edit optionsUnsubscription RequestsUnsubscription requestUnsubscription request confirmedUnsubscription request succeeded.Unsubscription resultsUpdating HTML for article %(seq)sUpdating index files for archive [%(archive)s]Usage:Use this option to prohibit posts according to specific
             header values.  The target value is a regular-expression for
             matching against the specified header.  The match is done
             disregarding letter case.  Lines beginning with '#' are ignored
             as comments.

             <p>For example:<pre>to: .*@public.com </pre> says to hold all
             postings with a <em>To:</em> mail header containing '@public.com'
             anywhere among the addresses.

             <p>Note that leading whitespace is trimmed from the regexp.  This
             can be circumvented in a number of ways, e.g. by escaping or
             bracketing it.Use this option to remove each message attachment that
             matches one of these content types.  Each line should contain a
             string naming a MIME <tt>type/subtype</tt>,
             e.g. <tt>image/gif</tt>.  Leave off the subtype to remove all
             parts with a matching major content type, e.g. <tt>image</tt>.

             <p>Blank lines are ignored.

             <p>See also <a href="?VARHELP=contentfilter/pass_mime_types"
             >pass_mime_types</a> for a content type whitelist.Use this option to remove each message attachment that does
             not have a matching content type.  Requirements and formats are
             exactly like <a href="?VARHELP=contentfilter/filter_mime_types"
             >filter_mime_types</a>.

             <p><b>Note:</b> if you add entries to this list but don't add
             <tt>multipart</tt> to this list, any messages with attachments
             will be rejected by the pass filter.User `%(addr)s' removed from list: %(listname)s.User address/nameUser specific options pageUsing Mailman version:ValueView or edit the list configuration information.View this page inVisit Subscriber ListVisit Subscriber listVisit the list's admin pageVisit the list's info pageWarning: We're sorry, but you have already been unsubscribed
        from this mailing list.  To re-subscribe, please visit the
        <a href="%(listinfourl)s">list information page</a>.WedWeeklyWelcome to the "%(realname)s" mailing list%(digmode)sWelcome!What steps are required for subscription?<br>When "umbrella_list" is set to indicate that this list has
             other mailing lists as members, then administrative notices like
             confirmations and password reminders need to not be sent to the
             member list addresses, but rather to the owner of those member
             lists.  In that case, the value of this setting is appended to
             the member's account name for such notices.  `-owner' is the
             typical choice.  This setting has no effect when "umbrella_list"
             is "No".When a message is posted to the list, a series of
            moderation steps are take to decide whether the a moderator must
            first approve the message or not.  This section contains the
            controls for moderation of both member and non-member postings.

            <p>Member postings are held for moderation if their
            <b>moderation flag</b> is turned on.  You can control whether
            member postings are moderated by default or not.

            <p>Non-member postings can be automatically
            <a href="?VARHELP=privacy/sender/accept_these_nonmembers"
            >accepted</a>,
            <a href="?VARHELP=privacy/sender/hold_these_nonmembers">held for
            moderation</a>,
            <a href="?VARHELP=privacy/sender/reject_these_nonmembers"
            >rejected</a> (bounced), or
            <a href="?VARHELP=privacy/sender/discard_these_nonmembers"
            >discarded</a>,
            either individually or as a group.  Any
            posting from a non-member who is not explicitly accepted,
            rejected, or discarded, will have their posting filtered by the
            <a href="?VARHELP=privacy/sender/generic_nonmember_action">general
            non-member rules</a>.

            <p>In the text boxes below, add one address per line; start the
            line with a ^ character to designate a <a href=
            "http://www.python.org/doc/current/lib/module-re.html"
            >Python regular expression</a>.  When entering backslashes, do so
            as if you were using Python raw strings (i.e. you generally just
            use a single backslash).

            <p>Note that non-regexp matches are always done first.When a new digest volume is started, the volume number is
             incremented and the issue number is reset to 1.When a new member is subscribed to this list, their initial
             set of options is taken from the this variable's setting.When a post from a non-member is received, the message's
             sender is matched against the list of explicitly
             <a href="?VARHELP=privacy/sender/accept_these_nonmembers"
             >accepted</a>,
             <a href="?VARHELP=privacy/sender/hold_these_nonmembers">held</a>,
             <a href="?VARHELP=privacy/sender/reject_these_nonmembers"
             >rejected</a> (bounced), and
             <a href="?VARHELP=privacy/sender/discard_these_nonmembers"
             >discarded</a> addresses.  If no match is found, then this action
             is taken.When members want to leave a list, they will make an
             unsubscription request, either via the web or via email.
             Normally it is best for you to allow open unsubscriptions so that
             users can easily remove themselves from mailing lists (they get
             really upset if they can't get off lists!).

             <p>For some lists though, you may want to impose moderator
             approval before an unsubscription request is processed.  Examples
             of such lists include a corporate mailing list that all employees
             are required to be members of.When receiving digests, which format is default?When set, the list of subscribers is protected by member or
             admin password authentication.When this option is enabled, all list traffic is emergency
             moderated, i.e. held for moderation.  Turn this option on when
             your list is experiencing a flamewar and you want a cooling off
             period.When you are done making changes...When you tell Mailman to perform a catchup on the newsgroup,
             this means that you want to start gating messages to the mailing
             list with the next new message found.  All earlier messages on
             the newsgroup will be ignored.  This is as if you were reading
             the newsgroup yourself, and you marked all current messages as
             <em>read</em>.  By catching up, your mailing list members will
             not see any of the earlier messages.Where are replies to list messages directed?
             <tt>Poster</tt> is <em>strongly</em> recommended for most mailing
             lists.Which delivery mode is the default for new users?While Mailman's bounce detector is fairly robust, it's
             impossible to detect every bounce format in the world.  You
             should keep this variable set to <em>Yes</em> for two reasons: 1)
             If this really is a permanent bounce from one of your members,
             you should probably manually remove them from your list, and 2)
             you might want to send the message on to the Mailman developers
             so that this new format can be added to its known set.

             <p>If you really can't be bothered, then set this variable to
             <em>No</em> and all non-detected bounces will be discarded
             without further processing.

             <p><b>Note:</b> This setting will also affect all messages sent
             to your list's -admin address.  This address is deprecated and
             should never be used, but some people may still send mail to this
             address.  If this happens, and this variable is set to
             <em>No</em> those messages too will get discarded.  You may want
             to set up an
             <a href="?VARHELP=autoreply/autoresponse_admin_text">autoresponse
             message</a> for email to the -owner and -admin address.Who can view subscription list?YearlyYesYes, w/discardYes, w/forwardYou are already a member of this mailing list!You are already subscribed!You are already subscribed.You are already using that email addressYou are forbidden from posting messages to this list.You are not a member of the %(listname)s mailing listYou are not allowed to post to this mailing list, and your message has been
automatically rejected.  If you think that your messages are being rejected in
error, contact the mailing list owner at %(listowner)s.You are not allowed to retrieve the list membership.You are not authorized to create new mailing listsYou are not authorized to delete this mailing listYou are not current a member.  Have you already unsubscribed or changed
your email address?You can access your personal options via the following url:You can create a new mailing list by entering the
    relevant information into the form below.  The name of the mailing list
    will be used as the primary address for posting messages to the list, so
    it should be lowercased.  You will not be able to change this once the
    list is created.

    <p>You also need to enter the email address of the initial list owner.
    Once the list is created, the list owner will be given notification, along
    with the initial list password.  The list owner will then be able to
    modify the password and add or remove additional list owners.

    <p>If you want Mailman to automatically generate the initial list admin
    password, click on `Yes' in the autogenerate field below, and leave the
    initial list password fields empty.

    <p>You must have the proper authorization to create new mailing lists.
    Each site should have a <em>list creator's</em> password, which you can
    enter in the field at the bottom.  Note that the site administrator's
    password can also be used for authentication.
    You cannot add a Reply-To: to an explicit
            address if that address is blank.  Resetting these values.You cannot enable gatewaying unless both the
                <a href="?VARHELP=gateway/nntp_host">news server field</a> and
                the <a href="?VARHELP=gateway/linked_newsgroup">linked
                newsgroup</a> fields are filled in.You did not give the correct old password, so your password has not been
changed.  Use the no argument version of the password command to retrieve your
current password, then try again.You did not give the correct passwordYou forgot to enter the list nameYou forgot to specify the list ownerYou gave the wrong passwordYou have been invited to join the %(listname)s mailing listYou have been successfully subscribed to the %(realname)s mailing list.You have been successfully unsubscribed from the
            mailing list %(fqdn_listname)s.  If you were receiving digest
            deliveries you may get one more digest.  If you have any questions
            about your unsubscription, please contact the list owners at
            %(owneraddr)s.You have been unsubscribed from the %(realname)s mailing listYou have canceled the re-enabling of your membership.  If
    we continue to receive bounces from your address, it could be deleted from
    this mailing list.You have canceled your change of address request.You have canceled your subscription request.You have canceled your unsubscription request.You have digest members, but digests are turned
                off. Those people will not receive mail.You have regular list members but non-digestified mail is
                turned off.  They will receive mail until you fix this
                problem.You have successfully created the mailing list
    <b>%(listname)s</b> and notification has been sent to the list owner
    <b>%(owner)s</b>.  You can now:You have successfully deleted the mailing list
    <b>%(listname)s</b>.You have successfully set your options.You have turned off delivery of both digest and
                non-digest messages.  This is an incompatible state of
                affairs.  You must turn on either digest delivery or
                non-digest delivery or your mailing list will basically be
                unusable.You may get one last digest.You may not subscribe a list to itself!You must confirm your unsubscription request by turning
                on the checkbox below the <em>Unsubscribe</em> button.  You
                have not been unsubscribed!You must specify a list name.  Here is the %(link)sYou must specify a list.You must supply a valid email address.You will be sent email requesting confirmation, to
            prevent others from gratuitously subscribing you.You will be sent email requesting confirmation, to
            prevent others from gratuitously subscribing you.  Once
            confirmation is received, your request will be held for approval
            by the list moderator.  You will be notified of the moderator's
            decision by email.You're being a sneaky list owner!Your <code>%(property)s</code> string appeared to
                    have some correctable problems in its new value.
                    The fixed value will be used instead.  Please
                    double check that this is what you intended.
                    Your confirmation is required in order to cancel the
    posting of your message to the mailing list <em>%(listname)s</em>:

    <ul><li><b>Sender:</b> %(sender)s
        <li><b>Subject:</b> %(subject)s
        <li><b>Reason:</b> %(reason)s
    </ul>

    Hit the <em>Cancel posting</em> button to discard the posting.

    <p>Or hit the <em>Continue awaiting approval</em> button to continue to
    allow the list moderator to approve or reject the message.Your confirmation is required in order to complete the
    change of address request for the mailing list <em>%(listname)s</em>.  You
    are currently subscribed with

    <ul><li><b>Real name:</b> %(fullname)s
        <li><b>Old email address:</b> %(oldaddr)s
    </ul>

    and you have requested to %(globallys)s change your email address to

    <ul><li><b>New email address:</b> %(newaddr)s
    </ul>

    Hit the <em>Change address</em> button below to complete the confirmation
    process.

    <p>Or hit <em>Cancel and discard</em> to cancel this change of address
    request.Your confirmation is required in order to complete the
    subscription request to the mailing list <em>%(listname)s</em>.  Your
    subscription settings are shown below; make any necessary changes and hit
    <em>Subscribe</em> to complete the confirmation process.  Once you've
    confirmed your subscription request, you will be shown your account
    options page which you can use to further customize your membership
    options.

    <p>Note: your password will be emailed to you once your subscription is
    confirmed.  You can change it by visiting your personal options page.

    <p>Or hit <em>Cancel and discard</em> to cancel this subscription
    request.Your confirmation is required in order to complete the
    unsubscription request from the mailing list <em>%(listname)s</em>.  You
    are currently subscribed with

    <ul><li><b>Real name:</b> %(fullname)s
        <li><b>Email address:</b> %(addr)s
    </ul>

    Hit the <em>Unsubscribe</em> button below to complete the confirmation
    process.

    <p>Or hit <em>Cancel and discard</em> to cancel this unsubscription
    request.Your confirmation is required in order to continue with
        the subscription request to the mailing list <em>%(listname)s</em>.
        Your subscription settings are shown below; make any necessary changes
        and hit <em>Subscribe to list ...</em> to complete the confirmation
        process.  Once you've confirmed your subscription request, the
        moderator must approve or reject your membership request.  You will
        receive notice of their decision.

        <p>Note: your password will be emailed to you once your subscription
        is confirmed.  You can change it by visiting your personal options
        page.

        <p>Or, if you've changed your mind and do not want to subscribe to
        this mailing list, you can hit <em>Cancel my subscription
        request</em>.Your current option settings:Your decisionYour email address:Your membership in the %(realname)s mailing list is
    currently disabled due to excessive bounces.  Your confirmation is
    required in order to re-enable delivery to your address.  We have the
    following information on file:

    <ul><li><b>Member address:</b> %(member)s
        <li><b>Member name:</b> %(username)s
        <li><b>Last bounce received on:</b> %(date)s
        <li><b>Approximate number of days before you are permanently removed
               from this list:</b> %(daysleft)s
    </ul>

    Hit the <em>Re-enable membership</em> button to resume receiving postings
    from the mailing list.  Or hit the <em>Cancel</em> button to defer
    re-enabling your membership.
    Your message had a suspicious header.Your message to %(listname)s awaits moderator approvalYour message was deemed inappropriate by the moderator.Your message was rejectedYour message was too big; please trim it to less than
%(kb)d KB in size.Your new %(listname)s list passwordYour new mailing list: %(listname)sYour password is: %(password)sYour passwords did not match.Your real name:Your request has been forwarded to the list moderator for approval.Your subscription is not allowed because
the email address you gave is insecure.Your subscription is not allowed because the email address you gave is
insecure.Your subscription request has been forwarded to the list administrator
at %(listowner)s for review.Your subscription request has been received, and will soon be acted upon.
Depending on the configuration of this mailing list, your subscription request
may have to be first confirmed by you via email, or approved by the list
moderator.  If confirmation is required, you will soon get a confirmation
email which contains further instructions.Your subscription request was deferred because %(x)s.  Your request has been
forwarded to the list moderator.  You will receive email informing you of the
moderator's decision when they get to your request.Your unsubscription request has been forwarded to the list administrator for
approval.Your unsubscription request has been received and
            forwarded on to the list moderators for approval.  You will
            receive notification once the list moderators have made their
            decision.Your urgent message to the %(realname)s mailing list was not authorized for
delivery.  The original message as received by Mailman is attached.
[No bounce details are available][No explanation given][No reason given][no description available]a single held message.ackack option setadministrative list overviewall held messages.all of %(esender)s's held messages.also article file %(filename)s is missing!authorby the adminby the list administratorby youby yourselfchecking ownership of %(dbfile)schecking permissions on %(file)sdatedaydaysdelivery offdelivery ondelivery option setdigestdigest footerdigest headerdigest option setdisableddonedue to bouncesdue to excessive bouncesduplicates option setemail address and figuring article archives
for unknown reasonsfrom %(start)s to %(end)sgeneral list overviewgloballyhidehide option setlanguagelist of available mailing lists.listname is requiredmatching mailing lists found:member address<br>member namemembersmodmyposts option setn/ano dateno subjectnodupesnomail<br>[reason]not availablenot metoooffonoptionspasswordplainprivateprivate archivesprocessing mailing list:publicpublic archivesreminder option setreturn to the %(categoryname)s options page.rightright size not availablestop is synonymous with the end command.
subjectsubscriptions to %(name)s require administrator approvalsubscriptions to %(realname)s require moderator approvalthe "%(realname)s" mailing listthe list admin overview pagethe list administratorthe mailing list overview pagethreadunknown senderunsubunsubscriptions require moderator approvalview all messages from %(esender)sProject-Id-Version: 1.0rc3
POT-Creation-Date: Tue Dec 24 13:41:28 2002
PO-Revision-Date: 2002-12-15 00:39+0100
Last-Translator: Dan Ohnesorg <dan@ohnesorg.cz>
Language-Team: Czech <cs@li.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-2
Content-Transfer-Encoding: 8bit
X-Generator: KBabel 0.9.6

     confirm <potvrzovac etezec>
      Potvrzen akce, potvrzovac etzec je vyadovn a obdr��te jej
      ve vzv k potvrzen.

     echo [argumenty]
       vrt zpt etzec zadan za tmto p��kazem. Do etzce nebude nijak zasahovno
       m��e se to hodit nap. pi ov��ovn funknosti a nebo pokud je poteba dohledat,        jestli nkdo po cest nemn obsahy zprv.

     end
      Ukoni zpracovn zprvy. Hod se nap. kdy potovn program vdy
      pidv na konec zprvy podpis.

     help
      Vrt tuto zprvu s npovdou.

     info
       Vrt informace o tto konferenci.

     lists
        Zobraz seznam konferenc na tomto serveru.

    password [<star heslo> <nov heslo>] [address=<adresa>]
        Vrt nebo zmn heslo ��astnka. Pokud je pouit bez parametr
         tak zale aktuln heslo. Pokud je uvedeno star heslo i nov heslo,
         tak je heslo zmnno.
         Pokud zaslte poadavek z jin adresy, ne z kter jste pihleni,
         m��ete svou adresu ��astnka specifikovat v parametru address,
         nicmn nov heslo bude zaslno jedin na adresu, ze kter
         jste pihleni a ne na tu aktuln.

    set <option> <on|off> <heslo>
        Mn nastaven Vaeho uivatelskho konta.
        Pokud zalete p��kaz `set help' (bez uvozovek),
        z�sk�te seznam vlastnost�, kter� je mo�n� m�nit.
        P��kazem `set show' (bez uvozovek) zskte aktuln hodnoty,
        na kter mte jednotliv volby nastaveny.

    set help
        Zali npovdu.

    set show [address=<adresa>]
        Zobraz aktuln nastaven. 
        Pokud je p��kaz zasln z jin adresy ne z kter jste pihleni,
        uvete adresu ��astnka jako parametr za addres=

    set authenticate <heslo> [address=<adresa>]
        Pro nastaven parametr je nutn jako p��kaz uvst tento,
        pro pihlen.
        Pokud je p��kaz zasln z jin adresy ne z kter jste pihleni,
        uvete adresu ��astnka jako parametr za addres=

    set ack on
    set ack off
        Pokud zapnete volbu ack (on), budete dostvat informaci o rozesln
        kadho svho p��spvku.

    set digest plain
    set digest mime
    set digest off
        Ovldn digest reimu, tedy zasln jedn zprvy obsahujc nkolik
        p��spvk msto toho, aby byl kad p��spvek distribuovn samostatn.
        Rozdl mezi plain a mime je v tom, e v p��pad mime je digest zasln jako
        klasick multipart zprva.

    set delivery on
    set delivery off
       Vypni nebo opt zapni doruovn p��spvk. Tato volba
       se pou��v pokud nechcete po njakou dobu dostvat
       p��spvky, ale nechcete se odhlaovat. Druh ast p��pad je, e potebujete
       do konference pispvat z vce adres, ale nechcete dostvat kad p��spvek
       nkolikrt. Potom si na ostatnch adresch nastavte delivery off. Samozejm
       tohle je poteba jen u konferenc, kter nepijmaj p��spvky od nepihlench
       ��astnk.

    set myposts on
    set myposts off
        Zapn nebo vypn to, zda dostanete kopii vlastnho
        p��spvku. Pokud pou��vte digest, nem tato volba vliv.

    set hide on
    set hide off
        Volbou  `set hide on' zajist�te, �e nebudete vid�t v seznamu ��astn�k�.

    set duplicates on
    set duplicates off
        Volbou `set duplicates off' doshnete toho, e Mailman se bude ped
        distribuc p��spvku dvat do pol to: a cc: a pokud tam budete
        explicitn uvedeni, z distribuce vs vynech. To vede ke sn��en
        p��spvk, kter dostanete duplicitn. (Nap. pokud autor odpovd
        p��mo vm a d kopii do konference.)

    set reminders on
    set reminders off
        Volbou `set reminders off' zamez�te tomu, abyste dost�vali ka�d� m�s�c upom�nku
        s heslem.

    subscribe [heslo] [digest|nodigest] [address=<adresa>]
        P�ihl�s� V�s do konference. Heslo budete pot�ebovat pro odhl�en�
        nebo zm�nu nastaven� Va�eho u�ivatelsk�ho konta. Pokud si heslo
        nezvol�te bude V�m n�jak� vygenerov�no. Heslo je periodicky zas�l�no
        v�em ��astn�k�m, zpravidla na za��tku m�s�ce. Nastaven� digestu m��e
        b�t bu� "nodigest" nebo "digest". (Bez t�ch uvozovek.) Pokud je digest
        zapnut jsou V�m p��sp�vky z konference zas�l�ny jen jednou denn� (nebo
        dle nastaven� spr�vcem konference) v jednom mnohad�ln�m dopise.
        Pokud tuto volbu neuvedete, pou�ije se volba nastaven� spr�vcem
        konference jako standardn�.
        Pokud se chcete p�ihl�sit z jin� adresy, ne� z kter� odch�z� po�adavek,
        tak vyu�ijete parametr adress=. Za n�j nap��ete adresu, kterou chcete
        p�ihl�sit, bez uvozovek a z�vorek, nap�. takto:         address=pepa@freemail.fr

    unsubscribe <heslo> [address=adresa] 
        Odhl�en� z konference. Heslo je vy�adov�no, pokud jej nezn�te nechte
        si jej zaslat z webovsk�ho rozhran� konference. Pokud se odhla�ujete
        z jin� adresy, ne� kterou m�te v konferenci, zadejte ji jako dal��
        volbu za heslo, tentokr�t bez address=. 

    who
        Vr�t� seznam ��astn�k�, pokud to spr�vce konference povolil.

     who heslo
        Za�li seznam lid� v konferenci. Pokud je pro zobrazen� seznamu lid�
        vy�adov�no heslo, mus�te jej zadat.

    who heslo [address=<adresa>]
      Za�li seznam ��astn�k�. Mus�te zadat heslo a pokud po�adavek zas�l�te z jin�
      adresy, ne� z kter� jste p�ihl�eni, mus�te jako parametr zadat i adresu, ze
      kter� jste p�ihl�eni.

 Hotovo:
 

 Ignorov�no:
 Nezpracov�no:
�ekaj�c� p��sp�vky:
Aby bylo mo�n� zas�lat p��sp�vky, mus�te je�t� ru�n� doplnit
do souboru /etc/aliases tyto ��dky: (Asi bude nutn� n�sledn� spustit
p��kaz newaliases).
## %(listname)s mailing list
Nyn� je nutn� zru�it ze souboru /etc/aliases n�sleduj�c� ��dky: 
(Asi bude nutn� potom spustit p��kaz newaliases.)

## %(listname)s mailing list
Zp�sob u�it�: 
Do t�to konference jste p�ihl�en s adresou ve kter� se rozli�uje velikost p�smen
<em>%(cpuser)s</em>.            Poda�ilo se V�m zru�it distribuci p��sp�vku ve v�ci:
            <em>%(subject)s</em> do konference 
            %(listname)s.            Zm�nil jste adresu, ze kter� jste p�ihl�en do konference %(listname)s.
            P�vodn� adresa byla <b>%(oldaddr)s</b> a nyn� jste p�ihl�en jako <b>%(newaddr)s</b>.              Nyn� m��ete pokra�ovat na str�nku s <a href="%(optionsurl)s">konfigurac� sv�ho 
            ��tu</a>.        �sp�n� jste pro�el ov��en�m platnosti Va�eho po�adavku na
         p�ihl�en� a tak jste p�ihl�en jako  "%(addr)s" 
         do konference %(listname)s. 
         Na Va�i adresu byla zasl�na zpr�va, obsahuj�c� heslo pro zm�ny
         konfigurace a mnoho dal��ch u�ite�n�ch informaci. 
            <p>Nyn� m��ete p�ej�t na
            <a href="%(optionsurl)s">str�nku 
            s konfigurac� va�eho ��tu</a>.            �sp�n� jste ov��il ��dost o p�ihl�en� do konference:
            %(listname)s
            Nicm�n� p�ihl�en� mus� je�t� schv�lit moder�tor konference.
            O jeho rozhodnut� budete informov�n.            �sp�n� jste obnovil �lenstv� v konferenci
            %(listname)s.  Nyn� m��ete pokra�ovat <a
            href="%(optionsurl)s">na str�nku s konfigurac� �lena</a>.
                        Pr�v� jste se odhl�sil z konference %(listname)s.
            Nyn� m��ete pokra�ovat na <a href="%(listinfourl)s">hlavn� str�nku             s informacemi o konferenci.</a>.     Popis: %(description)s     Po�adavky na adresu: %(requestaddr)s    %(status)s (%(how)s dne %(date)s)    ack %(onoff)sc�lov� adresa, na kterou klonujete je ji� ��astn�kem:    digest, jako MIME zpr�va     digest je vypnut    digest, v �ist�m textu    duplicates %(onoff)s    hide %(onoff)s    myposts %(onoff)s    reminders %(onoff)shled�m vlastn�ka konference:Thread %(size)i bajt�   (%(count)d z %(total)d)Digest (nicm�n� adresy jsou modifikov�ny tak, aby je nebylo mo�n� pou��t bez, dal��ch �prav, pro spamming.).(vy�aduje p�ihl�en�).(vy�aduje potvrzen�)<br>&nbsp;<br> <p>Zadejte Va�i Pokud toto pol��ko nevypln�te, budete po��d�n o emailovou adresu. Posledn� p��sp�vek, kter� se vr�til jako nedoru�iteln� na Va�i adresu m� datum: %(date)sPro zobrazen� informa�n� str�nky neve�ejn� konference 
        pou�ijte URL podobn� sou�asn�mu, ale na konec dopl�te za / %(adj)s
        n�zev konference.
        <p>Spr�vci konference mohou pou��ta heslo k p��stupu do seznamu ��astn�k�: <p><center>  na  byt�od %(remote)sje ��astn�kem konference ��astn�k�: pro zobrazen� administr�torsk�ho rozhran�.<p>(P��padn� dotazy nebo koment��e zas�lejte na  #%(counter)05d %(msgid)s%(address)s nen� ��astn�kem konference %(listname)sCelkem %(allcnt)s ��astn�k�Konference m� %(allcnt)s ��astn�k�, %(membercnt)s je zobrazeno%(realname)s - Na rozhodnut� moder�tora �ek� %(count)d p��sp�vk�.%(day)i %(month)s %(year)i%(days)d %(units)sSoubor %(dbfile)s pat�� u�ivateli %(owner)s (mus� b�t vlastn�n %(user)s)Pr�va na souboru: %(file)s mus� b�t 066x (jsou %(octmode)s)Server %(host)s: Upozorn�n� na ��ast v konferenc�chServer %(hostname)s -- KonferenceKonference na serveru %(hostname)s - Administrativn� odkazy%(i)3d. Konference:   %(realname)sKonference %(listfullname)s p�ipom�nka heslaKonferenci %(listinfo_link)s spravuje(�) %(owner_link)sP��sp�vek od %(sender)s do konference %(listname)s vy�aduje souhlas moder�tora.%(month)s %(year)i%(newaddr)s ji� je p�ihl�en.%(ord)s �tvrtlet� %(year)iKonference %(realname)s -- Editovat �ablony pro %(template_info)sKonference %(realname)s -- Editace HTML str�nekAdministrace konference %(realname)s (%(label)s)Konference %(realname)s -- administraceKonference %(realname)s -- v�sledky editace datab�ze po�adavk�%(realname)s Digest, Vol %(volume)d, Issue %(issue)dKonference %(realname)s 
    <br>N�pov�da pro volbu<em> %(varname)s</em>.Administrativn� rozhran� pro %(realname)sNastaven� parametr� pro %(user)s v konferenci %(realname)sKonference %(realname)s: p�ihl�en� ��astn�ka pro editaci parametr�Konfigurace konference %(realname)s <br>%(label)sKonference %(realname)s - potvrzen� o p�ijet� p��sp�vku k distribuciU�ivatel %(realname)s nepoda�ilo se p�ihl�sit.%(realname)s zpr�va o p�ihl�en�.%(realname)s zpr�va o odhl�en�%(safetemplatename)s: vadn� �ablona%(wday)s %(mon)s %(day)2i %(hh)02i:%(mm)02i:%(ss)02i %(tzname)s %(year)04i&lt;pr�zdn� ��dek&gt;<i>%(which)s je k dispozici pouze pro ��astn�ky konference.</i>)<i>%(which)s je k dispozici pouze pro administr�tora konference.</i>(Administrivia filter) Kontrolovat p��sp�vky, jestli se nejedn� 
o p��kazy pro Mailman, zaslan� omylem na adresu konference?(Pozor - p�ihl�sili jste se do konference, jej�mi� �leny jsou dal�� konference. %(type)s bude zasl�n administr�torovi na adresu:  %(addr)s.)<p>(opravuji)(n�pov�da)(no subject)- V�sledky:------------- dal�� ��st ---------------
... za tuto.... p�ed tuto....vyberte soubor, kter� bude posl�n na server:; bylo to zak�z�no administr�torem konference; zak�zal jste to s�m; bylo to zak�z�no, proto�e se vracely p��sp�vky jako nedoru�iteln�. 
       Posledn� p��sp�vek se vr�til dne: %(date)s; bylo to zak�z�no z nezn�m�ch d�vod�<P>V sou�asn� dob� neexistuj� ��dn� archivy. </P><b><i> nebo </i></b> <b>Zru�</b> a vra� se na str�nku administrace konference<b>Neplatn� potvrzovac� �et�zec:</b>
    %(safecookie)s.

    <p>Nezapom�nejte, �e potvrzovac� �et�zec p�estane platit p�ibli�n� 
    %(days)s dn� po zad�n� po�adavku. Pokud v�m �et�zec vypr�el - p�estal platit
    pros�me, p�ihlaste se znovu.
    V jin�ch p��padech href="%(confirmurl)s">zopakujte</a> zad�n� potvrzovac�ho
    �et�zce.<b>potvrzen�</b> -- Dost�v� p�isp�vatel potvrzen� o p�ijet� p��sp�vku?<b>digest</b> -- Dost�v� ��astn�k p��sp�vky jako digest? (V opa�n�m p��pad� dost�v� ka�d� p��sp�vek samostatn� a ihned.)<b>skryj</b> -- Je ��astn�k viditeln� v seznamu ��astn�k�?<b>Jazyk</b> -- Jazyk preferovan� ��astn�ky konference.<b>mod</b> -- U�ivatel�m p��znak moderace. Pokud je nastaven, 
                      tak v�echny p��sp�vky od tohoto u�ivatele mus� b�t 
                      schv�leny moder�torem. V opa�n�m p��pad� budou 
                      p��mo distribuov�ny.<b>nodupes</b> -- M� se syst�m pokou�et nedoru�ovat duplicitn� p��sp�vky tomuto u�ivateli?<b>nomail</b> -- Doru�ov�n� p��sp�vk� tomuto u�ivateli je zak�z�no.
        Pokud je p��znak nastaven, je p�ipojena zkratka, kter� vysv�tluje,
        pro� je doru�ov�n� zak�z�no:            <ul><li><b>U</b> -- U�ivatel si z�kaz nastavil s�m v konfiguraci u�ivatele. 
                <li><b>A</b> -- Bylo zak�z�no administr�torem.
                <li><b>B</b> -- Bylo zak�z�no listserverem automaticky,
                proto�e se p��sp�vky vracely jako nedoru�iteln�.
                <li><b>?</b> -- D�vod nen� zn�m.
                 To m��e znamenat, �e bylo zak�z�no star�� verz� Mailmanu,
                  kter� tyto p��znaky nepodporovala. 
            </ul><b>not metoo</b> -- ��astn�k si nep�eje dost�vat kopie vlastn�ch p��sp�vk�.<b>plain</b> -- Pokud m� ��astn�k nastaven digest, dost�v� jej jako �ist� text? (jinak bude form�tov�n podle MIME)Atribut <b>real_name</b> nebyl zm�n�n. Od jm�na konference se sm� li�it jen velikost� p�smen.<b>unsub</b> -- Vyklikn�te pro odhl�en� ��astn�ka.<br>(Detaily o <b>%(varname)s</b>)<br>(Editovat <b>%(varname)s</b>)<br><em>...vyberte soubor, kter� bude posl�n na server</em><br><br><em><strong>Pozor:</strong>
        Zm�na t�to hodnoty vyvol� okam�itou akci, ale nezm�n� konfiguraci konference.</em><br>Zp�t na<em>(%(num_concealed)d skryt�ch ��astn�k� nen� zobrazeno)</em><em>(1 skryt� ��astn�k nen� zobrazen)</em><em><strong>Pozor:</strong> pokud zm�n�te tuto volbu,
    budou ostatn� str�nky s konfigurac� konference out-of-sync.Mus�te je v�echny obnovit, ne� na nich budete d�lat n�jak� zm�ny. Nebo m��ete <em>Zadejte text, nebo...</em><br><em>P��sp�vek s ID #%(id)d byl po�kozen.<em>P��sp�vek s ID #%(id)d byl ztracen.<em>Nen� definov�no ��dn� t�ma</em><em>Nen� definov�no ��dn� t�ma</em><em>Ano; skute�n� se chci odhl�sit</em><em>nen� k dispozici</em><li>Nastav ka�d�mu p��znak moderace, v�etn� t�ch ��astn�k�, 
            kte�� nejsou zobrazeni.<chyb�><p>%(note)s

            <p>Doru�ov�n� p��sp�vk� jste si zak�zal s�m,
            nebo to ud�lal robot, proto�e se po�ta pro v�s vracela.
            Pokud chcete doru�ov�n� op�t povolit, klikn�te na odkaz:
            %(link)s 
            Kontaktujte %(mailto)s, pokud m�te dotaz nebo pot�ebujete pomoci.<p>(Pozor, tato konference je ur�en jen k tomu, aby m�la za �leny dal�� konference. Krom� jin�ho to znamen�, �e ��dost o akceptaci p�ihl�en� bude zasl�na na adresu '%(sfx)s', nikoliv na adresu V�mi zadanou.)<p>(Zas�lejte dotazy a p�ipom�nky na <p>... <b><i>nebo</i></b> vyberte svou adresu ze seznamu ��astn�k�.<p><em>Pro zobrazen� dal��ch ��st� v�pisu klikn�te n��e na segment, kter� chcete zobrazit.</em><p>Toto je seznam v�ech ve�ejn� p��stupn�ch konferenc�
na serveru %(hostname)s.Kliknut�m na n�zev konference se dozv�te podrobn�j�� informace 
o konferenci, budete se do n� moci p�ihl�sit nebo zm�nit parametry
sv�ho ��tu.<p>Zde vid�te seznam ve�ejn� p��stupn�ch konferenc� provozovan�ch pod 
            %(mailmanlink)s na serveru %(hostname)s.  Kliknut�m na
            jm�no konference se dostanete na jej� konfigura�n� str�nky.<p>V sou�asn� dob� zde nejsou ��dn� ve�ejn� p��stupn� konference
            %(mailmanlink)s na serveru %(hostname)s.<p>Na serveru %(hostname)s nejsou v t�to dob� ��dn� ve�ejn� p��stupn� konference spravovan�  %(mailmanlink)s.<p>P��sp�vky, kter� zas�l�me na Va�i adresu se n�m vrac� jako nedoru�iteln�.
            Va�e aktu�ln� <em>sk�re nedoru�itelnosti</em> je %(score)s, co�
            je v�ce ne� povolen� maximum: %(total)s. Pros�me, p�ekontrolujte si
            �e adresa, ze kter� jste p�ihl�en je korektn� a �e na n� je mo�n�
            zas�lat p��sp�vky. Jakmile se n�m poda�� doru�ovat p��sp�vky bez
             probl�m�, bude Va�e sk�re resetov�no.Nastavovat hlavi�ku <tt>Reply-To:</tt>.<ul><li><b>Zadr�</b> -- pozastav� distribuci p��sp�vku a �ek� na rozhodnut� moder�tora.

             <p><li><b>Odm�tni</b> -- vr�t� zpr�vu odes�lateli. P�ilo�� k n� vysv�tluj�c� text
             tak jak je nastaven v konfigura�n� volb� <a
             href="?VARHELP=privacy/sender/member_moderation_notice"
             >zpr�va o zam�tnut� p��sp�vku.</a>.

             <p><li><b>Zaho�</b> -- jednodu�e zpr�vu zahod� a autorovi nehl�s� nic.
             </ul>?AZpr�va s upozorn�n�m byla zasl�na na adresu %(newaddr)sDigest byl odesl�n.Jm�no konference je vy�adov�no.Netextov� p��loha byla odstran�na...
Jm�no: %(filename)s
Typ: %(ctype)s
Velikost: %(size)d bytes
Popis: %(desc)s
Url : %(url)s
Bylo V�m zasl�no p�ipomenut� Va�eho hesla.Kr�tk� heslo identifikuj�c� konferenciAkceptovatAkceptovatP�ijmi p��sp�vek ��astn�kaCo se m� st�t s p��sp�vkem od n�koho, kdo nen� ��astn�kem konference,
     a pro jeho adresu nen� nastavena ��dn� speci�ln� akce (nevyhovuje
��dn�mu z p�edchoz�ch pravidel).Co se m� ud�lat se v�emi pozdr�en�mi zpr�vami:Akce, kter� prob�hne kdy� p��sp�vek vyhov� testu na filtrov�n� obsahu.Akce, kter� prob�hne kdy� moderovan� ��astn�k p�isp�je do konference.Akce:P�idej <b>%(esender)s</b> se filtru odes�latel�P�idej novou polo�ku....Dal�� vlastnosti ��astn�k�Dal�� konfigura�n� volbyKrom� toho za�lete tuto zpr�vu na adresu:Adresa/jm�noAdresa:Adresy nesouhlas�!Adresy v tomto seznamu maj� trvale zak�z�no p�ihl�en� do konference.
             Jejich p��padn� po�adavky budou zam�tnuty bez toho, aby moder�tor
             musel o po�adavku rozhodnout. Pokud chcete do seznamu um�stit
             regul�rn� v�raz, napi�te na dan� ��dek jako prvn� znak ^.Adresy nesm� z�stat nevypln�n�.Adresa administr�tora:Administrativn� po�adavky pro konferenceAdministr�torHesla administr�tora se neshoduj�.Tento filtr hled� na za��tku p��sp�vk� ��dky, kter� vypadaj� jako p��kazy pro listserver. Pokud je takov� text nalezen je distribuce zpr�vy pozdr�ena a� do rozhodnut� administr�tora.Zobraz tuto konferenci v seznamu konferenc� na tomto listserveru?Po p�efiltrov�n� obsahu nezbyl ��dn� text k odesl�n�Aliasy (zapsan� regul�rn�mi v�razy), kter� ukazuj� na tuto konferenci.Je ji� ��astn�kemJe ji� ��astn�kem %(member)sSmazat archivy?Alternativn� adresy, kter� jsou p�ijateln� jako adresy konference pokud je nastavena volba  `po�aduj konkr�tn� adresu'. Obsahuje seznam regulrnch vraz, kad na samostatnm ��dku, oproti kterm je pomoc funkce re.match() kontrolovn kad adrest p��spvku. <p>Pro zajitn zptn kompatibility v Mailmanem 1.1: pokud regulrn vraz neobsahuje znak `@', tak je kontrolov�na jen ��st adresy p�ed znakem `@'. Toto chovn je povoleno na pechodnou dobu a v dal��ch verzch nebude zachovno.VdyHTML p��loha byla odstranna...
URL: %(url)s
Byl uinn pokus o pihlen Va�� adresy do konference 
%(listaddr)s.  Do tto konference jste ale u pihlen.

Tato konference nen veejn a tak je mon, e se nkdo pokusil
zjistit, jestli jste jejm lenem. Pokud bychom poadavek zpracovn
bnm zpsobem, vyzradili bychom, e jste lenem a tm by mohlo
bt porueno Vae soukrom. My jsme vak simulovali, e pihlen
probhlo a tak potenciln tonk nic nezjistil.

Pokud jste to byl Vy, kdo pihlku podal, akoliv jste ji lenem konference
m��ete tuto zprvu klidn ignorovat. Pokud jste se ale znovu nepihlaoval
a jednalo se skuten o pokud o tok, kontaktujte sprvce konference, kter
m monost pokusit se o dohledn tonka.

Adresa sprvce konference je %(listowner)s.
Vloen zprv byla odstranna...
Od: %(who)s
Subject: %(subject)s
Datum: %(date)s
Velikost: %(size)s
Url: %(url)s
Nkolik slov o konferenci. Tento text bude zobrazen jako html strnka na za��tku strnky listinfo.  Znaky nov ��dek budou konvertovny do znak zahajujcch odstavec.Anti spam filtryKdokolivUpozornn jsou zaslna kdy p��spvek poru�� nkter pravidlo pro jeho pijet, <em>krom</em> p��spvk, kter jsou zachyceny proti spamovacmi filtry. Na takov p��spvky systm <em>nereaguje</em>.OdsouhlasDubenDubenArchivovat p��spvky?Parametry archivaceDle potebySrpenSrpenAutentizace selhala.Selhn autorizace.Upozornn na automatick zahozen p��spvkuVytvoit nhodn po��ten heslo?Automatick odpovdaPouit automatickho odpovdae.<p>

V textovch polch, kter nsleduj, jsou pou��vny standardn nahrazen Pythonu s pouitm nsledujcch dvojic kl��/hodnota:
<p><ul>
    <li><b>listname</b> - <em>jmno konference</em>
    <li><b>listurl</b> - <em>URL pro strnku s informacemi o konferenci</em>
    <li><b>requestemail</b> - <em>-request adresa konference</em>
    <li><b>adminemail</b> - <em>-admin adresa konference</em>
    <li><b>owneremail</b> - <em>-owner adresa konference</em>
</ul>

<p>Pro kadou poloku m��ete zadat text bu p��mo do okna nebo
jej m��ete nathnout ze souboru na loklnm disku.Automatick odpov�� na zprvu pro Text, kter je automaticky zasln v odpovdi na -owner dopisy.Text, kter je automaticky zasln v odpovdi na -request dopisy.Text, kter bude zasln autorovi p��spvku.P��spvek byl pozastaven do souhlasu modertoraBChybn MIME typ byl ignorovn: %(spectype)sChybn zadan URLChybn parametr u -a/--admin-notify: %(arg)sChybn parametr u -c/--changes-msg: %(arg)sChybn parametr u -w/--welcome-msg: %(arg)sChybn argument: %(arg)sChybn argumenty: %(strargs)sChybn konfirman etzecChybn volba digest: %(arg)sChybn emailov adresa pro parametr %(k)s: %(v)sChybn emailov adresa pro parametr %(property)s: %(val)sNeplatn emailov adresaChybn hodnota p��znaku moderace.Neplatn adresa vlastnka: %(s)sChybn regulrn vraz: Chybn parametr u p��kazu set: %(subcmd)sChybn stavov kd: %(arg)sNeplatn hodnota promnn <a href="?VARHELP=bounce/%(property)s">%(property)s</a>: %(val)sNeplatn emailov adresaNeplatn emailov adresa: %(member)sNeplatn emailov adresa: przdn ��dekTato volba nem poadovan formt:
 %(record)sZaka ��astnkovi <b>%(esender)s</b> navdy pihlen do 
tto konference.Seznam zakzanch odeslatelVlastnosti DIGEST reimu.Do tohoto pole zadejte text, kter bude pidn na za��tek 
emailu, kter bude posln jako zvac a nebo jako potvrzen
o pihlen. Na konci nechte alespo jeden przdn ��dek,
aby se text po kompletaci neslil dohromady.Velk zmna v konferenci %(listname)s@%(listhost)s.Slep kopie ani jin zpsoby zasln p��spvku tak, e neobsahuje v polch To:
nebo CC: adresu konference, nejsou povoleny. Prosm zalete p��spvek znovu tak, aby
obsahoval adresu konference v jednom z tchto pol. 
Toto opaten je nutn pro zamezen spamovn pes nai konferenci.Oznmen o nedoruitelnostiCitlivost detekce nedoruitelnch p��spvkDetekce nedoruitelnch p��spvkKliknutm na tla��tko <em>Poli heslo</em> Vm bude zaslna Vae heslo.Pokud kliknete na tla��tko <em>odhlsit</em>, bude na Vai adresu zaslna ��dost
o potvrzen. Bude obsahovat odkaz, jeho vyvolnm se definitivn odhlste. Nebo
m��ete odhlen potvrdit mailem, podrobnosti budou uvedeny v t zprv.Maj bt p��spvky novch ��astnk schvalovny modertorem?Pokud nastavte tuto hodnotu na  <em>Ne</em>, zakete automatickou
             detekci neplatnch adres ��astnk. Nicmn zprvy obsahujc
             chyby doruen budou zahazovny a administrtor jimi nebude obtovn.Pokud zvolte <em>Ne</em>, nebude administrtor konference dostvat
zprvy o odhlen ��astnka, na jeho adresu se dlouhodob neda��
doruovat p��spvky. ��astnkovi se mailman pokus poslat zprvu
o dvodu odhlen v kadm p��pad.Pokud zvolte <em>Ne</em>, nebude administrtor konference dostvat
zprvy o zkazu doruovn ��astnkm, na jejich adresy se neda��
doruovat p��spvky. ��astnkovi se mailman pokus poslat zprvu
o dvodu pozastaven ��astnictv v kadm p��pad.Chyba v CGI skriptuM��e si uivatel zvolit zasln zprv jako digest?Mohou si ��astnci zvolit p��mou distribuci msto digestu?Nen mon mt przdnou ablonu pro generovn HTML strnek.ZruZru a zahoZaho p��spvekZru ��dost o pihlenZaho p��spvekNemohu otev��t mbox %(mbox)s: %(msg)sNemohu ��st ze standardnho vstupu jak bn ��astnky, tak ��astnky vyu��vajc digest.Nemohu odhlsit nkoho, kdo nen ��astnkem:Maximln poet adrest, pokud bude pekroen p��spvek nebude rozesln.Zm�� moj adresu a jmnoZmna heslaPoadavek na zmnuZmna hesla vlastnka konferenceZmna adresy byla odsouhlasenaVyma formul��Zruit tomuto ��astnkovi p��znak <em>moderovat</em>.kliknte zde pro seznamKliknutm sem skryjete popisek tto tabulky.Kliknutm sem zobrazte popisek tto tabulky.Kliknutm sem obnovte obsah tto strnky.Pro zobrazen vlastnost tto konference kliknte na odkaz.Bu m��ete kliknout na ��slo zprvy, abyste si ji zobrazili, 
nebo m��eteGeneruji index pro p��spvky sdruen do vlken
Skrt adresu ��astnkaKonfiguran kategoriePotvrpotvrzen (*) - je vyadovno zasln potvrzujcho emailu<br>vyaduj souhlas - ekej na souhlas modertora<br>potvrzen + souhlas - je vyadovn jak souhlas administrtora, tak potvrzen emailem<p> (*) Pokud se  nkdo chce pihlsit Mailman mu zale email s uniktnm ��slem. ��astnk mus na tento email odpovdt - zaslat ��slo zpt.<br> Tm je zajitno, e nikdo nebude pihlen bez svho vdom a souasn, e se v konferenci neobjev neplatn emailov adresy.Potvrte heslo administrtora konference:potvrzen ��astnkem a schvlen modertoremPotvr ��dost o zmnu adresyPotvr po��ten heslo:Potvr nov heslo pro modertora:Potvr ��dosti o pihlenPotvr ��dost o odhlenPro pihlen je nutn potvrzen zaslan z Va�� e-mailov adresy, aby nikdo nemohl pihlsit
nkoho bez jeho vdom. Na adresu  %(email)s byly zaslny instrukce jak to udlat.Konfirman etzec byl przdnKonfirman etzec: spn potvrzenoZprva o filtraci obsahu p��spvkuFiltrace&nbsp;obsahuPokrauj v ekn na souhlasZalo konferenciVytvo konferenci %(hostname)sZaloit dal�� konferenci?Vytv���m adres�� s p��spvkyetinaDennDatabze byla aktualizovnaProsinecProsinecJazyk, kterm bude tato konference standardn mluvit.Vchoz hodnoty pro ��astnky, kte�� se pihls do konference.<input
             type="hidden" name="new_member_options" value="ignore">OdloSmaSma tuto konferenciSmate tuto konferenciDorueno Mailmanem<br>verze %(version)sPopisPopis:Popis:  %(description)sPodrobnj�� instrukce pro prci s databz poadavkDigestPatika digestuZhlav Digest zprvy��astnc odebrajc Digest verzi:Parametry digest doruovnZakznZahoZahoNezaslej ��astnkovi kopii jeho vlastnch p��spvkDntinaKad ��astnk konference m vlastn <em>p��znak moderace</em>, kter
             uruje, jestli jeho p��spvky mohou bt distribuovny p��mo a nebo
             zda je mus nejd��ve schvlit modertor. To umo��uje rozhodovat
             zvlṻ o p��spvcch problmovch ��astnk a nebo nastavit tento
             p��znak novm ��astnkm a tm zabrnit spamovacm robotm
             v distribuci spamu pes falen pihlen do konference.

             <p>Kdy se pihls nov ��astnk, jeho p��znak se nastav podle
             hodnoty tto volby. Kdy uznte ��astnka za schopnho p��mo 
             pispvat, m��ete mu na strnce 
             <a href="%(adminurl)s/members">sprvy ��astnk
             </a> p��znak zruit.Kad poloka tematickho filtru je vlastn regulrn vraz, kter je porovnvn
se specilnm ��dky ve zprv, tedy s hlavikami <code>Keywords:</code> a nebo
 <code>Subject:</code>. Ty se mohou vyskytovat jak v zhlav, tak na za��tku tla zprvy.Chyba pi editaci HTML ablonEditace vlastnostEdituje HTML ablony pro veejn p��stupn strnky konference.Zali mi heslo mailemEmailov adresa:Je aktivn nouzov moderace vech zprvNouzov moderace vech p��spvk do konference je povolena.Nouzov moderace vech p��spvk do konference:Nen dovoleno, aby sprvce konference ml przdn heslo.PovolenKdovat 
             <a href="?VARHELP=general/subject_prefix">prefix hlaviky
             subject</a> i kdy obsahuje pouze ASCII znaky?Konec: Anglicky (USA)Zadejte potvrzovac etzecZadejte nov heslo pro administrtora konference:Zadejte nov heslo pro modertora:Zadejte na kad ��dek jednu adresu:Zadejte emailovou adresu sprvce konference:Zadejte nzev konference:ChybaChyba pi odhlaovnChyba pi pozvn:Chyba pi otevrn konfigurace konference %(listname)s... peskakuji.Chyba pi pihlaovn:ChybaEstontinaNastavovat hlaviku <tt>Reply-To:</tt>.Konkrtn adresanornorFiltruj duplicitn p��spvky, pokud je to monNalezni ��astnka %(link)s:FintinaPrvnPatika pidvan ke kadmu digestuPatika pidan ke kad ihned distribuovan zprv.Z neznmch dvodPepoli zprvy (jednotliv) na:Forwardovat moderovanou zprvuPepoli vlastnkovi konferenceParametry peposln��tvrtFrancouzskyPtekOd:Od: %(sender)s dne %(date)s
Vc: %(subject)s
Dvod: %(reason)sPersonalizace p��spvkZkladn charakteristika konference, vetn popisu a zkladnch informac.Veobecn vlastnostiZkladn konfigurace konferenceInforman strnka konferenceNminaGnu's Not UnixJdi na archiv konferenceP�ejdi na str�nku se v�eobecn�mi informacemi o konferenci.Zagzipovan� text %(sz)sHTML �ablony nebyly zm�n�nyP��sp�vek byl vy�i�t�n a HTML ��st byla odstran�naHTML �ablony byly �sp�n� aktualizov�ny.Hlavi�ka, kter� bude p�id�v�na ke ka�d�mu digestuHlavi�ka p�id�van� do p��sp�vk� zas�lan�ch ne-digest ��astn�k�m.Skryj p�vodn�ho autora p��sp�vku a nahra� jej adresou konference. (Vztahuje se na adresy v From, Sender a Reply-To.)Stiskn�te ENTER pro zasl�n� informace o zalo�en� konference na adresu %(listname)s...PozastavPozastav distribuci p��sp�vk�, kter� obsahuj� v hlavi�ce takov�to �et�zce.Pozdr�etJm�no serveru, na kter�m b�� tato konference. Pozor, pokud se bude li�it od jm�na, p�es kter� se zobrazuje seznam konferenc�, konference v n�m nebude uvedena.Neplatn� adresa (obsahuje nepovolen� znaky)Neplatn� adresa (obsahuje nepovolen� znaky): %(member)sJak� je maxim�ln� velikost digestu?Kolik upozorn�n� typu <em>Va�e �lenstv� je pozastaveno</em> je zasl�no
             ��astn�kovi p�ed vy�azen�m ze seznamu �len�. Pokud nastav�te 0
             bude adresa odstran�na okam�it� jak bude dosa�eno maxim�ln� sk�re.
             Mus� to b�t cel� ��slo.Kolik ��dek z t�la p��sp�vku m� b�t prohl�dnuto p�i hled�n� kl��ov�ch slov?Jak �asto m� b�t zakl�d�n nov� odd�l arch�vu?Jak �asto m� b�t zakl�d�n nov� odd�l arch�vu?Ma�ar�tinaPokud m� p��sp�vek stejn� nebo v�ce adres�t�, ne� je zde uvedeno, bude pozastaven do rozhodnut� moder�tora. Zadejte 0 pro distribuci ka�d�ho p��sp�vku bez omezen�.Pokud zam�tnete tento p��sp�vek, <br>pros�m napi�te pro�:Pokud odpov�te na tuto zpr�vu a nech�te jej� Subject: beze zm�ny, Mailman
zahod� origin�ln� p��sp�vek. To m��ete ud�lat nap� se spamem. Pokud na zpr�vu
odpov�te a nav�c p�id�te hlavi�ku Approved: obsahuj�c� jako hodnotu heslo
konference, p��sp�vek bude rozesl�n. Pokud V� klient el. po�ty neum�
p�idat dal�� hlavi�ku, m��ete ji d�t i na prvn� ��dek v t�le zpr�vy.Pokud zad�te heslo mus�te jej zadat dvakr�t, pro potvrzen�.Pokud provozujete konferenci v jazyce, kter� nepou��v� ASCII k�dov�n�
             a prefix p�idan� k poli Subject obsahuje znaky, kter� nespadaj�
             do �ist�ho ASCII k�dov�n�, bude cel� Subject zak�dov�n
             Podle b�n�ch standard�. Nicm�n� pokud prefix obsahuje pouze
             ASCII znaky, mo�n� budete cht�t nastavit volbu na <em>Nikdy</em>
             co� zajist�, �e se Subject nebude nikdy k�dovat. To m��e
             zajistit, �e zpr�va bude l�pe �iteln� pro ty, kte�� maj� star��
             klienty, kter� neum� ��st korektn� n�rodn� znaky.

             <p>Pokud ale distribuujete p��sp�vky, kter� mohou v Subjectu
             obsahovat n�rodn� znaky, zvolte volbu  <em>Dle
             pot�eby</em>. To zajist�, �e Mailman bude k�dovat cel�             Subjecty, pokud budou obsahovat alespo� jeden n�rodn� znak.
             Proto�e m��e nastat situace, kdy Subject bude dod�n v jin�m k�dov�n�,
             ne� pou��v� konference, je k�dov�n� prov�d�no nadvakr�t, jednou prefix
             a za n�j je p�id�n origin�ln� Obsah Subjectu. To m��e u n�kter�ch po�tovn�ch
             v�st k zobrazen� mezery mezi prefixem a subjectem, nebo k jinak p�ekvapiv�mu chov�n�. Ignoruji :  %(addr)30sIgnoruji zm�ny proveden� u odhl�en�ho ��astn�ka: %(user)sIgnoruji MIME ��sti jin�ho typu ne� text/plainNeplatn� emailov� adresaNep��pustn� n�zev konference %(s)sAbyste mohl zm�nit parametry sv�ho ��tu, mus�te se p�ihl�sit.
Pokud si nepamatujete %(extra)s heslo, m��ete si jej nechat zaslat kliknut�m na
p��slu�n� tla��tko.
Pokud se chcete odhl�sit, mus�te kliknout na tla��tko odhl�sit.
N�sledn� dostanete mail, ve kter�m budou pokyny, jak sv� odhl�en� potvrdit.

<p><strong><em>Pozor:</em></strong> Syst�m vyu��v� cookies a tak je mus�te
m�t povolen�, aby bylo mo�n� se p�ihl�sit.
Autoriza�n� cookie bude m�t platnost do uzav�en� okna prohl��e�e a nebo
do kliknut� na odhl�sit.Po��te�n� heslo pro konferenci %(listname)s: Seznam �e�� podporovan�ch konferenc� p�i jej�m zalo�en�.  <p>Pokud nevyberete ��dnou �e�,
        bude pou�it implicitn� jazyk serveru, tedy 
        %(deflang)sPo��te�n� adresa vlastn�ka konference:Po��te�n� heslo:Hesla  pro z��zen� konference nesouhlas�Neplatn� adresa :  %(addr)30sChybn� ov��ovac� �et�zec.
   Je mo�n�, �e se odhla�ujete z konference, ze kter�,     jste se u� odhl�sil.Neplatn� �et�zec pro potvrzen� p�ihl�en�
            vygenerovan� �et�zec je platn� je %(days)s dn� po
             zasl�n� po�adavku na p�ihl�en�.

            Pros�me, p�ihlaste se znovu.Neplatn� parametry cgi skriptu.Neplatn� parametry cgi skriptu.Chybn� hodnota parametru: %(k)sChybn� hodnota prom�nn�: %(property)sPozv�niJe archivn� soubor zdrojem pro ve�ejn� nebo soukrom� archiv?Je vy�adov�n souhlas moder�tora s odhl�en�m ��astn�k�?
              (Doporu�ujeme nastavit <em>Ne</em>)ItalskyLedenLedenJaponsky�ervenec�erven�erven�ervenecKorej�tinaPodpora&nbsp;lokalizaceJazyk, kter�m bude tato konference standardn� mluvit.Posledn� dne�n� automatick� odpov��Pokud nech�te po��te�n� hesla nevypln�n� Mailman  vygeneruje n�hodn� hesla s�m.Do konferenceCharakteristika konferenceAdresa robota s n�pov�dou: %(requestaddr)sIdentita konferenceSpr�vci konference: %(owneraddr)sPouze administr�tor konferenceKonference ji� existuje : %(listname)sHeslo tv�rce konference:��astn�c� konferenceSpr�vci konference jsou periodicky zas�l�na upozorn�n�, aby odbavil �ekaj�c� p��sp�vky.Pokud vyberete tuto volbu, budou upozorn�n� zas�l�na okam�it� p�i vzniku po�adavku.Jinak budou upozorn�n� zas�l�na jednou denn�.Zobraz ostatn� konference, ve kter�ch jsem p�ihl�en.Jm�no konference je vy�adov�no.Jm�no konference je vy�adov�no.Jm�no konference nesm� obsahovat "@": %(listname)sKonference:              %(listname)sSeznam adres, kter� se nesm� p�ihl�sit do t�to konference.Seznam adres (kter� nejsou �leny konference) jejich� p��sp�vky budou automaticky akceptov�ny.Seznam adres (kter� nejsou �leny konference), jejich� p��sp�vky budou
            v ka�d�m p��pad� automaticky zahozeny.Seznam adres (kter� nejsou �leny konference), jejich� p��sp�vky budou
            v ka�d�m p��pad� automaticky zam�tnuty.Seznam adres (kter� nejsou �leny konference), jejich� p��sp�vky budou
            v ka�d�m p��pad� zadr�eny do rozhodnut� moder�tora.heslo pro konferenci:Seznam konferenc�, ve kter�ch je p�ihl�en u�ivatel %(user)s na serveru %(hostname)sZobraz kl��ov� slova pro t��d�n� podle t�matZp�sob archivace p��sp�vk�.Text, kter� bude zasl�n ��astn�kovi konference po p�ihl�en�. Nemus� obsahovat pokyny pro pr�ci s Mailmanem, proto�e ty budou na konec zpr�vy p�id�ny automaticky. Sp��e by se m�lo jednat o text popisuj�c� o �em konference je, co se v n� sm� a co ne a tak podobn�.Konference: P�ihl�sitOdhl�sitOdhl�en�MIMEDoru�ov�n� po�tyBr�na mezi Mail&lt;-&gt;NewsBr�na mezi po�tou a newsy.Administrativn� po�adavky pro konferenci '%(listname)s' V�sledky vytvo�en� konferenceV�sledek smaz�n� konferencePo�adavek na zru�en� konference %(listname)sMailmanN�pov�da pro prom�nnou %(varname)sP�i zpracov�n� datab�ze po�adavk� (Admindb) do�lo k chyb�.Mailman p�id�v� na za��tek hlavi�ky<tt>Subject:</tt>
             <a href="?VARHELP=general/subject_prefix">text, kter� si m��ete
             zvolit</a> a za norm�ln�ch okolnost� je tento text p�id�n i do p��sp�vk�
             p�edan�ch do News� (Usenetu). Ale pokud tuto volbu nastav�te na <em>Ne</em>              nebudou p��sp�vky p�edan� do news tento text obsahovat. Samoz�ejm� m��ete
             vypnout prefixy hlavi�ky <tt>Subject:</tt> �pln� a pak nebudou p�id�v�ny ani
             b�n� rozeslan�ch p��sp�vk�.Upozorn�n� na mo�n� poru�en� soukrom�Tato e-mailov� adresa nen� platn� nebo nevyhovuje na�im kontroln�m pravidl�m.
Jste si jisti, �e jste ji zadali spr�vn�?Prove�te pot�ebn� zm�ny
        a ulo�te je kliknut�m na tla��tko na konci str�nky.V�t�ina spam� neobsahuje adresu na kterou je zasl�na ve sv� hlavi�ce, resp. v poli To:. V�t�inou obsahuje n�jakou naprosto nesmyslnou c�lovou adresu. Omezen�, kter� zde m��ete nastavit, kontroluje, zda se ��st adresy uveden� p�ed znakem @ shoduje se jm�nem konference, nebo s nastaven�mi aliasy pro konferenci.To zamez� rozesl�n� v�t�iny spam�, ale m� to vedlej�� ��inek spo��vaj�c� v tom, �e pokud p�epos�l�te p��sp�vky p�es n�jakou jinou adresu, mus�te ji uv�st v seznamu alias� pro danou konferenci.B�ezenB�ezenHromadn� odhl�en� ��astn�k�Hromadn� p�ihl�en�Hromadn� sta�en� p��sp�vk� bylo dokon�eno.Hromadn� sta�en� p��sp�vk� bylo dokon�eno.Hromadn�&nbsp;odhl�en� ��astn�k�Hromadn�&nbsp;p�ihl�en�Maxim�ln� velikost p��sp�vku v KB. Pokud nem� b�t velikost omezena, nastavte ji na 0.Kv�tenFiltr seznamu ��astn�k�Jm�no bylo �sp�n� zm�n�no.Seznam ��astn�k�Spr�va ��astn�k��lenstv� bylo znovu povoleno.Seznam&nbsp;��astn�k�Spr�va&nbsp;��astn�k���st zpr�vyHlavi�ky p��sp�vku:T�lo zpr�vy je p��li� velik�: %(size)d byt�, kde�to limit je %(limit)d KB.V� p��sp�vek m� neplatnou hlavi�ku.Zpr�va neobsahuje korektn�ho (��dn�ho) p��jemceZpr�va pravd�podobn� obsahuje p��kazy pro listserverModerov�naModer�torHesla moder�tora se neshoduj�.Pond�l�M�s��n�Dal�� informace jsou na: %(listurl)sMus� p��sp�vky obsahovat adresu konference v adrese? Kontroluj� se i n��e uveden� aliasy.Jm�no konference:Jm�no:Parametry internacionalizace - komunikace v n�rodn�ch jazyc�chNikdyNov� heslo pro konferenci %(listname)s: %(notifypassword)sPo�adavek na p�ihl�en� do konference %(realname)s od %(addr)sPo�adavek na p�ihl�en� do konference %(realname)s od %(addr)sKonfigurace News serveruN�sleduj�c� p��sp�vek:NeNebyl zad�na adresaNebyl zad�n parametr k -fNebyl zad�n ��dn� p��kaz.Nebyl zad�n n�zev souboru.Jm�no konference je vy�adov�no.Nebyl zad�n n�zev konferenceNenalezena ��dn� konference, kter� by vyhovovala podm�nceNen� mo�n� p�ihl�sit se do t�to konference v digest re�imu.Bez ud�n� d�voduNebylo zad�no jm�no pro runner.Nebyl nalezen subjektNenalezl jsem konferenci %(listname)s: 
%(e)sNenalezl jsem konferenci (t�eba byla smaz�na) - %(listname)sNenalezl jsem konferenci <em>%(safelistname)s</em>.Nenalezl jsem konferenci %(listname)sNenalezl jsem konferenci %(listname)s - odstra�uji zbytky archiv�.Nenalezl jsem ��astn�ka: %(addr)s.Nenalezl jsem ��astn�ka: %(safeuser)s.Nebyla nalezena platn� adresa pro p�ihl�en�Nenalezl jsem ��dn� platn� n�zev prom�nn�B�n� ��astn�ci:Parametry&nbsp;b�n�ho doru�ov�n�Filtry pro ne��astn�kyDo t�to konference sm� p�isp�vat jen jej� ��astn�ci.nic��dn� - nen� vy�adov�no ov��en� (<em>D�razn� nedoporu�ujeme</em>)<br>Potvrdit (*) - je vy�adov�no ov��en� zasl�n�m emailov� zpr�vy.<br>Vy�adovat souhlas - pro p�ihl�en� je nutn� souhlas spr�vce konference<br>Potvrdit + odsouhlasit - je nutn� jak souhlas spr�vce konference, tak ov��en� zasl�n�m emailu.<p> (*) Pokud se n�kdo chce p�ihl�sit do konference Mailman mu za�le na jeho emailovou adresu upozorn�n�. Upozorn�n� obsahuje unik�tn� identifika�n� ��slo a adres�t mus� ��slo zaslat zp�t - odpov�d�t na email, aby byl do konference p�ihl�en. <br>T�m je zaji�t�no, �e nebude mo�n� n�koho p�ihl�sit do konference bez jeho v�dom� a �e do konference nebude za�azena neplatn� emailov� adresa.Za norm�ln�ch okolnost� p�ed�v� Mailman k doru�en� p��sp�vky s cel�mi bloky adres.
To je nejrychlej�� metoda, kter� minimalizuje objem komunikace mezi Mailmanem a SMTP serverem.
<p>N�kdy ale m��e b�t u�ite�n� zas�lat ka�d� p��sp�vek separ�tn� a vkl�dat do n�j informace, 
kter� umo�n� p�esn� zjistit, na kterou adresu ��astn�ka byl p��sp�vek zasl�n. Pokud se takov�
p��sp�vek vr�t�, nemus� n�m vadit, �e n�m jej vrac� nekorektn� SMTP server, kter� n�m vr�til
zpr�vu ve stavu, kdy nem��eme zjistit, komu vlastn� zpr�va nebyla doru�ena. 
<p>Nev�hodou tohoto �e�en� je vysok� re�ie spojen� a b�hem Mailmanu. Pokud budete
pou��vat tuto variantu, mus�te pe�liv� sledovat z�t� syst�mu, abyste si nezp�sobili
sami sob� DOS �tok. <p>Aktivace t�to volby zp�sob� dv� v�ci. Jednak je zm�n�na hlavi�ka <code>To:</code> tak,
�e p��sp�vek vypad� jako zaslan� konkr�tn�mu ��astn�kovi a ne do konference. Za druh� se p��stupn�
n�kolik dal��ch prom�nn�ch, kter� lze pou��t pro substituce v <a href="?VARHELP=nondigest/msg_header">hlavi�k�ch</a> zpr�vy a nebo v <a href="?VARHELP=nondigest/msg_footer">pati�ce</a>.
Jedn� se o tyto prom�nn�:
                 <ul><li><b>user_address</b> - Adresa ��astn�ka konvertovan� na mal� p�smena
                     <li><b>user_delivered_to</b> - Adresa ��astn�ka s velikost� p�smen tak, jak ji uvedl v p�ihl�ce.
                     <li><b>user_password</b> - Heslo ��astn�ka.
                     <li><b>user_name</b> - Cel� jm�no ��astn�ka.
                     <li><b>user_optionsurl</b> - URL s odkazem na konfigura�n� str�nku ��astn�ka.
                 </ul>Nor�tinaNeplatn� emailov� adresa %(toaddr)sNep�ihl�enNen� p�ihl�en(Toto je konference, kter� obsahuje pouze jin� konference.  Upom�nky hesel budou zas�l�ny na administrativn� adresu: %(addr)s).POZOR - nedost�v�te p��sp�vky, proto�e m�te zak�zanou adresu z d�vodu: %(reason)s.��dn� p��kaz.NotifikaceListopadListopadPo�et dn�, po kter� nebude znovu zas�l�na automatick� odpov�� na stejnou adresu.
             Nastaven� na 0 znamen�, �e odpov�� bude zas�l�na na ka�dou zpr�vu.
             (Volba pro -admin a -owner adresy).��jen��jenOffDob�e, moder�tor konference bude m�t mo�nost p��sp�vek povolit nebo zam�tnout.OnJednou m�s��n� V�m bude heslo pro p�ipomenut� zasl�no.Jedna z n�sleduj�c�ch akc� je provedena s p��sp�vkem, jeho�
             hlavn� content type vyhov�l podm�nce na filtrov�n� 
              <a
             href="?VARHELP=contentfilter/filter_mime_types"
             >filter_mime_types</a>, a nebo
             <strong>nevyhov�l</strong> podm�nce pro povolen�
             <a href="?VARHELP=contentfilter/pass_mime_types"
             >pass_mime_types</a>, p��padn� s takov�m, kter� z�stal
             po filtraci obsahu pr�zdn�.

             <p> Je t�eba v�d�t, �e v p��pad�, �e po filtraci v p��sp�vku
             n�jak� ��st z�stala, tato akce se na n�j nevztahuje
             a p��sp�vek bude rozesl�n.

             <p>Pokud je zpr�va zahozena, je do logovac�ch soubor� zaznamen�no
             jej� Message-ID. Pokud je zpr�va odm�tnuta a nebo p�eposl�na moder�torovi
             je jej�mu autorovi zasl�no ozn�men�, kter� obsahuje d�vod odm�tnut�. 
             Pokud je zpr�va zachov�na, je ulo�ena do zvl�tn� fronty, kde �ek� na
             rozhodnut� administr�tora. Ten zpr�vu m��e bu� smazat a nebo povolit jej� 
             rozesl�n�. Posledn� volba nemus� b�t dostupn�, pokud ji spr�vce serveru
             nepovolil. Ve�ejn� konference, moderovan� skupinaP�vodn� zpr�vaDal�� administrativn� �konyInformace o konferenc�ch na serveru %(hostname)sHeslo // URLP�ipom�nka heslaHeslo bylo �sp�n� zm�n�no. Heslo: Heslo: HeslaHesla nesouhlas�Nejsou povolena pr�zdn� hesla.Pravidlo (regul�rn� v�raz):�ekaj� na p�ihl�en�: Trvale zak�zat p��stup do konferenceSkute�n� nevratn� zru�it konferenci <em>%(realname)s</em>Ukl�d�m stav archivu do�ist� textPros�m, nezas�lejte administrativn� po�adavky na adresu konference.
Pokud se chcete p�ihl�sit, nav�tivte str�nky konference na adrese:
%(listurl)s
nebo za�lete na adresu %(request)s zpr�vu obsahuj�c� jako Subject: slovo 'help' a z�sk�te bli��� informace.Pros�me, zadejte do pol��ka potvrzovac� �et�zec
    (tedy <em>cookie</em>) kter� jste obdr�eli v emailov� zpr�v�
    a klikn�te na tla��tko <em>Submit</em>, abyste mohli pokra�ovat k dal��mu
    bodu p�ihl�en�.Pros�m, zkra�te seznam p��jemc�, je p��li� dlouh�.Pravidla vztahuj�c� se na p��sp�vky distribuovan� okam�it�Pravidla pro filtrov�n� obsahu p��sp�vk�.

            <p>Filtrace obsahu funguje takto: Pokud m�te filtraci povolenu,
            jsou nejd��ve v�echny p��lohy p��sp�vku porovn�v�ny podle seznamu
            <a href="?VARHELP=contentfilter/filter_mime_types">Odstra� p��lohy zpr�v,
            kter� maj� tento MIME typ</a>.  Pokud je p��loha v tomto seznamu nalezena,
            je automaticky zahozena.

            <p>Potom, pokud je nastavena volba <a
            href="?VARHELP=contentfilter/pass_mime_types">Propus� tyto p��lohy</a>,
            jsou zahozeny v�echny p��lohy, jejich� MIME typ <em>nen�</em> v seznamu uveden.
            Pokud je tento seznam pr�zdn�, je tato kontrola p�esko�ena. 

            <p>Po tomto prvn�m p�efiltrov�n� jsou odstran�ny v�echny
            <tt>multipart</tt> p��lohy, kter� jsou nyn� pr�zdn�. Pokud z�stane
            po p�efiltrov�n� pr�zdn� cel� p��sp�vek, je zahozen cel�.
            Potom jsou prohled�ny v�echny <tt>multipart/alternative</tt> sekce
            a pokud obsahuj� jen jednu ��st, jsou nahrazeny touto ��st�.

            <p>Nakonec jsou v�echny <tt>text/html</tt> ��sti, kter� v p��sp�vku
            z�staly konvertov�ny na ��sti typu <tt>text/plain</tt> pokud je aktivn� volba
            <a href="?VARHELP=contentfilter/convert_html_to_plaintext"
            >konvertovat html na �ist� text</a> a server je nakonfigurov�n tak, 
            �e tuto konverzi dovoluje.Brazilsk� portugal�tinaP��sp�vek do od ne�lena do konference s p�isp�v�n�m omezen�m na �lenyP��sp�vek do moderovan� konferenceP��sp�vek byl stornov�nP�isp�vateliP��sp�vek byl pozastaven do souhlasu moder�toraVa�e zpr�va ve v�ci %(subject)s"P��sp�vek do moderovan� konferenceDo konference nen� mo�n� p�isp�vat bez souhlasu moder�toraP��sp�vky od v�ech t�chto odes�latel� (ne�len� konference), budou
automaticky akceptov�ny bez pot�eby souhlasu moder�tora. Na ka�d� ��dek
zapisujte jednu adresu. Pokud se jedn� o regul�rn� v�raz, za�n�te ��dek znakem ^.P��sp�vky od v�ech t�chto odes�latel� (ne�len� konference), budou
automaticky zahozeny bez pot�eby vyj�d�en� moder�tora. Na ka�d� ��dek
zapisujte jednu adresu. Pokud se jedn� o regul�rn� v�raz, za�n�te ��dek znakem ^.
Pokud je pot�eba, aby administr�tor v�d�l o zahazovan�ch zpr�v�ch, m��ete
nastavit, �e <a href="?VARHELP=privacy/sender/forward_auto_discards"
             >bude dost�vat kopie zahozen�ch zpr�v</a>.P��sp�vky od v�ech t�chto odes�latel� (ne�len� konference), budou
automaticky odm�tnuty bez pot�eby vyj�d�en� moder�tora. Na ka�d� ��dek
zapisujte jednu adresu. Pokud se jedn� o regul�rn� v�raz, za�n�te ��dek znakem ^.
Tato volba nen� ur�ena pro filtrov�n� spamu. Pokud pot�ebujete vlo�it adresu 
ze kter� p�ich�z� spam, ud�lejte tak <a href="?VARHELP=privacy/sender/discard_these_nonmembers"
             >do seznamu automaticky zahazovan�ch odes�latel�</a>.P��sp�vky od v�ech t�chto odes�latel� (ne�len� konference), budou
automaticky pozastaveny do rozhodnut� moder�tora. Na ka�d� ��dek
zapisujte jednu adresu. Pokud se jedn� o regul�rn� v�raz, za�n�te ��dek znakem ^.P��sp�vky na adresu:  %(postaddr)sPreferovan� jazyk:P�id�vat <tt>prefix Subjectu:</tt> i u p��sp�vk� p�ed�van�ch do news?Prefix, kter� bude p�id�n do subjektu ka�d�ho rozes�lan�ho p��sp�vku.ZachovejUschovej tuto zpr�vu pro administr�tora serveruUschovej tuto zpr�vu pro administr�tora serveruP�edchoz� p��sp�vek:Zobraz verzi Mailmanu.
Soukrom�Chyba soukrom�ho archivuChyba v neve�ejn�m archivu - %(msg)sNebyl nalezen soubor priv�tn�ho archivu.Ve�ejn� p��stupn� konference provozovan� na %(hostname)s:Python Powered�tvrtletn�RFC 2369 definuje sadu hlavi�ek, kter� jsou p�id�v�ny ke ka�d�mu
distribuovan�mu p��sp�vku. Pokud ��astn�k pou��v� inteligentn�
mailov� klient, m��e se podle informac� z t�chto hlavi�ek do konference
p�ihl�sit, odhl�sit a nebo nav�t�vit archiv.

<p>Bohu�el ne v�ichni klienti to podporuj�. Pokus si budou ��astn�ci 
st�ovat je pot�eba jim nejd��ve vysv�tlit jak se hlavi�ky skr�vaj�, aby
je nevid�li a teprve v p��pad�, �e nebude jin� mo�nost tuto volbu potla�it.Povol �lenstv� v konferenciObnov �lenstv�D�vod pro zam�tnut�D�vod:Dost�vat p��sp�vky jako digest?Doru�eno:Filtr adres�t�Filtrace&nbsp;adres�t�Regul�rn� v�raz:Norm�ln� po�taOdm�tniOdm�tniNa��t�m stav po�kozen�ho archivu.UpozorniPropus� tyto p��lohy. Nechte pole pr�zdn�, pokud nechcete p��lohy filtrovat.Odstra� p��lohy zpr�v, kter� maj� tento MIME typ.Po�adavek do konference %(realname)s byl zam�tnut.T�ma, kter� po�adujete, neexistuje: %(topicname)sVy�aduj schv�len�Zp�t naRu�tinaSobotaUkl�d�m konferenciHledej...Druh�Vyberte, kterou �ablonu si p�ejete editovat.Zaslat vlastn�kovi konference dopis s ozn�men�m o zalo�en� konference?Poslat p�i odhl�en� lou��c� zpr�vu?Informovat p�isp�vatele, �e jeho p��sp�vek byl pozastaven a p�ed�n ke schv�len� administr�torovi?Zas�lat ka�d� m�s�c upozorn�n� na hesla?Zas�lat upozorn�n� na nov� p�ihl�en� vlastn�kovi konference?Zas�lat upozorn�n� vlastn�kovi konference?Zas�lat upom�nky hesel na adresu "-owner" m�sto p��mo u�ivateli?Zaslat ��astn�kovi upozorn�n� o odhl�en�?Poslat nov� p�ihl�en�m uv�tac� zpr�vu?Poslat nov� p�ihl�en�m uv�tac� zpr�vu?Odes�latel zru�il p��sp�vek p�es webovsk� rozhran�.Odes�latel je explicitn� zak�z�nFiltrace&nbsp;odes�latel�Z���Z���M�stn� �as serveruNastavNastavte tuto polo�ku, pokud je tato konference konferenc� zast�e�uj�c� dal�� pod��zen�
konference, jej�mi ��astn�ky jsou tedy jen jin� konference. Takov� konferenci budeme hezky 
�esky ��kat de�tn�kov� konference. V�sledkem nastaven� t�to volby bude, �e administrativn� 
z�le�itosti nebudou zas�l�ny na adresu ��astn�ka, ale na adresu, kter� vznikne z adresy 
��astn�ka p�id�n�m textu uveden�ho v poli "de�tn�kov� sufix".Nastaven�m t�to volby zajist�te, �e adresy ��astn�k� budou na webovsk�ch str�nk�ch zobrazeny v modifikovan�m form�tu, kter� nevypad� jako emailov� adresa a tak nen� sb�r�n automatick�mi vyhled�va�i adres pro spamov�n�.Aktivac� t�to volby zp�sob�te odesl�n� zpr�v p�ipraven�ch k doru�en� v re�imu DIGEST
a zah�j�te novou d�vku.M� Mailman konvertovat  <tt>text/html</tt> na �ist� text?
Tato konverze je prov�d�na a� po odstran�n� p��padn�ch MIME p��loh. M� Mailman filtrovat obsah p��sp�vk� do konference podle n��e
nastaven�ch pravidel?M� Mailman informovat spr�vce konference o odhl�en� ��astn�ka
na podn�t automatick� detekce nedoru�iteln�ch p��sp�vk�?M� Mailman upozornit spr�vce konference, pokud je ��astn�kovi
pozastaveno zas�l�n� p��sp�vk�, proto�e se vracej�?M� se Mailman <em>synchronizovat</em> s newsy?M� se Mailman pokou�et automaticky odhla�ovat ��astn�ky, kter�m nen� mo�n� doru�ovat p��sp�vky?M� Mailman personifikovat ka�dou rozeslanou zpr�vu (krom� digestu)?
                 Tohle m��e b�t u�ite�n� pro konference, kde se zas�laj� jen r�zn� ozn�men�, nicm�n� <a
                 href="?VARHELP=nondigest/personalize">p�e�t�te si v n�vodu</a>
                 d�le�it� informace o dopadech na rychlost doru�ov�n�. M� Mailman zas�lat automatick� odpov�di na dopisy adresovan� na
             -owner adresy?M� Mailman automaticky odpov�dat na dopisy adresovan� na -request
             adresu?  Pokud vyberete ano, zvolte, zda m� b�t origin�ln� dopis
             zahozen, nebo p�eposl�n ke zpracov�n� jako norm�ln� p��kaz pro
             listserver.M� Mailman zas�lat automatick� odpov�di autor�m p��sp�vk�?M� Mailman odeslat zpr�vy v DIGEST d�vce pr�v� te�? (Pokud je d�vka
pr�zdn�, nebude odesl�no nic.)M� Mailman zas�lat spr�vci konference vr�cen� p��sp�vky, kter�
nemohly b�t zpracov�ny automaticky? Je doporu�eno nastavit <em>Ano</em>.M� Mailman zah�jit ukl�d�n� do nov� DIGEST d�vky?M� b�t digest odesl�n ka�d� den i p�i nep�ekro�en� maxim�ln� velikosti?M� b�t administr�tor informov�n o p�ihla�ov�n� a odhla�ov�n� ��astn�k�?M� b�t p�ed p�id�n�m vlastn� hlavi�ky <tt>Reply-To:</tt> z konfigurace konference odstran�na existuj�c�,
             hlavi�ka <tt>Reply-To:</tt>?Maj� b�t p��sp�vky ne��astn�k�, kter� jsou automaticky zahazov�ny, p�epos�l�ny moder�torovi?Maj� p��sp�vky rozes�lan� touto konferenc� obsahovat hlavi�ky podle 
                 <a href="http://www.faqs.org/rfc/rfc2369.html">RFC 2369</a>
                 (to znamen� <tt>List-*</tt>)?  <em>Ano</em> je velice siln�
                 doporu�eno.Maj� b�t nov� p�ihl�en� dr�eni v karant�n�? Pokud odpov�te <em>Ano</em> 
budou v�echny p��sp�vky nov� p�ihl�en�ch ��astn�k� zadr�eny do rozhodnut� moder�tora.Maj� b�t p��sp�vky zaslan� do konference p�eposl�ny do NEWS?Maj� b�t p��sp�vky zaslan� do News p�eposl�ny i do konference? (P��sp�vky zaslan� do konference nebudou p�epos�l�ny v ��dn�m p��pad�.)Maj� p��sp�vky obsahovat hlavi�ku <tt>List-Post:</tt>?Maj� b�t adminitr�torovi zas�l�ny administrativn� po�adavky ihned a nebo jen jednou denn�?M� b�t povolen tematick� filtr?Zobrazuj adresy ��astn�k� tak, aby nebyly snadno rozpoznateln� jako e-mailov� adresy?Zjednodu�en� ��n�tinaVelikost:Zde byl um�st�n nep�ijateln� obsah typu: %(partctype)sV pr�b�hu zakl�d�n� konference do�lo k nezn�m� chyb�
  Pros�me, kontaktuje spr�vce serveru.Filtrace&nbsp;spamu�pan�lsky (Spain)Subject:Ulo� zm�nyPotvr� v�echny akceUlo� zm�nyProve� zm�nyUlo�it zm�nyP�ihlasV�sledky p�ihl�en�Maj� b�t tito ��astn�ci p�ihl�eni a nebo pozv�ni k ��asti v konferenci?P�ihl�en� do konference %(listname)sP�ihl�en: %(member)sP�ihla�ov�n�Po�adavky na p�ihl�en���dost o p�ihl�en���dost o p�ihl�en� byla potvrzena��dost o p�ihl�en� byla potvrzena��dosti o&nbsp;p�ihl�en��sp�n� odstran�ni:�sp�n� odhl�eni:�sp�n� p�izv�ni:�sp�n� p�ihl�eni:Sufix, kter� bude p�id�n ke jm�nu ��astn�ka
konference v de�tn�kov� konfiguraci. Ned�le�v�d�tinaSystem error, bad content: %(content)sP�ejdi na str�nku administativn�ch po�adavk�.Text p�idan� na konec ihned rozes�lan�ch p��sp�vk�.Text, kter� bude p�ipojen jako posledn� zpr�va do digestu.Text, kter� bude p�ipojen ke ka�d�mu digestu. (Bude p�ipojen jako prvn� zpr�va v digestu, je�t� p�ed obsahem.)Text p�idan� na za��tek ka�d� ihned distribuovan� zpr�vy.Text, kter� bude zasl�n ��astn�k�m, kte�� se odhla�uj� z konference. Ke zpr�v� nebude p�id�n ��dn� dal�� text. (Uv�tac� zpr�va obsahuje popis pr�ce s Mailmanem, ale odhla�ovac� nikoliv.)Text, kter� bude p�ilo�en ke ka�d�
             <a href="?VARHELP/privacy/sender/member_moderation_action"
             >zpr�v� o zam�tnut� p��sp�vku</a>,
             kter� je zasl�na autorovi zpr�vy.Text %(sz)sVolba jm�no serveru je ur�ena pro nastaven� adresy, kterou bude Mailman pou��vat jako sou��st adresy odes�latele. M� b�t nastavena na jm�na MX serveru,resp. na jm�no dom�ny, kde Mailman b��. Tato volba m��e b�t u�ite�n� pokud m� server, kde Mailman b�� v�ce jmen.<em>Administr�to�i konference</em> jsou lid�, kte�� maj� �plnou
kontrolu nad konfigurac� konference. Mohou prost�ednictv�m t�chto webovsk�ch
str�nek m�nit v�echny parametry a takt� rozhodovat o po�adavc�ch
z administrativn� datab�ze.

<p><em>Moder�to�i</em> maj� pouze omezen� pr�va. 
Nemohou m�nit konfiguraci, pouze rozhoduj� o distribuci pozastaven�ch
p��sp�vk� a ��dostech o p�ihl�en� do konference.

<p>Moder�to�i se zakl�daj� veps�n�m jejich emailov�ch adres <a href="%(adminurl)s/general"> do p��slu�n�ch pol��ek na str�nce v�eobecn�ch vlastnost�</a>. a zad�n�m hesla do n��e uveden�ho vstupn�ho pole.Hlavi�ka <tt>List-Post:</tt> je jednou z hlavi�ek doporu�en�ch normou
             <a href="http://www.faqs.org/rfc/rfc2369.html">RFC 2369</a>.
             Nicm�n� n�kter� konference <em>ur�en� pouze k rozes�l�n�</em> zpr�v,
             kdy ��astn�ci nemohou do konference sami p�isp�vat, mohou nastavit,              �e se hlavi�ka nepou�ije a tak nebudou ��astn�ci mateni.              (Nastaven� neovlivn� ostatn� <tt>List-*:</tt>
             hlavi�ky.)Internetov� adresa po��ta�e na kter�m b�� v� news server.Odpov�dac� robotNews server nen� sou��st� Mailmanu. Mus�te m�t p��stup na n�jak� existuj�c�
 News server a mus�te m�t pr�vo na n�j p�isp�vat a ��st z n�j p��sp�vky. 
Server mus� m�t p�edem vytvo�enu newsovou skupinu pro propojen� s konferenc�.T�den, kter� za��n� pond�l�m %(day)i %(month)s %(year)iP��kaz `join' je synonymem pro `subscribe'.
P��kaz `leave' je synonymem pro  `unsubscribe'.
P��kaz `remove' je synonymem pro `unsubscribe'.
Adresa, kter� ��dala o zm�nu ji� nen� p�ihl�ena.
Po�adavek byl zru�en.Nemohu v�s odhl�sit, proto�e tato adresa v konferenci nen� p�ihl�ena. 
Mo�n� v�s ji� odhl�sil spr�vce konference.P�ilo�en� zpr�va byla automaticky zahozena.P�ilo�en� zpr�va nebyla rozesl�na do konference %(listname)s, proto�e 
filtry na obsah zpr�vy, kter� jsou v konferenci aktivn�, ozna�ily jej� obsah
za nep�ijateln�.
Tato vr�cen� zpr�va je jedinou kopi� va�eho p��sp�vku. Na serveru nebyla
ulo�ena a ani nebyla nikam rozesl�na.

P�ilo�en� p��sp�vek byl vr�cen jako nedoru�iteln�, nicm�n�
automatick� syst�m pro detekci neplatn�ch adres v n�m nedok�zal
nal�zt adresu, kter� nen� platn� - zp�sobila vr�cen� p��sp�vku.
Tato konference je nakonfigurov�na tak, �e takov� chybov� hl�en�
p�epos�l� administr�torovi.

Dal�� informace naleznete na adrese:
%(adminurl)s

Zm�na velikosti p�smen je jedin� p�ijateln�. Toto jm�no bude pou�ito v odkazech na konferenci a budou z n�j generov�ny html str�nky s mailto: odkazy. Pokud bude jm�no zm�n�no, p�es n�j zas�lan� po�ta asi nebude doru�ena Mailmanovi.Dopis s ozn�men�m byl odesl�n.aktu�ln� archivEmailov� adresa, ze kter� se p�ihla�ujete, je zak�zan�.
        Pokud m�te pocit, �e to nen� spr�vn�, m��ete kontaktovat spr�vce
        na adrese %(listowner)s. Typicky b�vaj� zak�z�ny adresy ze kter�ch
        dost�v�me spam.Emailov� adresa, kterou jste pou�il je na seznamu zak�zan�ch adres,
kter� se nesm� p�ihl�sit do konference. Pokud m�te pocit, �e je to chyba
kontaktujte spr�vce konference na adrese %(listowner)s.Zadan� emailov� adresa je neplatn�. (Nap�. neobsahuje @)Byly nalezeny n�sleduj�c� neplatn� substituce v
                <code>%(property)s</code> neplatn� hodnota:
                <code>%(bad)s</code>
                <p>Dokud nebude probl�m vy�e�en, konference nemus� fungovat.Zpr�va ve v�ci :<em>%(subject)s</em> nebyla nalezena. 
            To pravd�podobn� znamen�, �e moder�tor zpr�vu ji� schv�lil
             a tak byla rozesl�na a nebo ji zam�tl. S po�adavkem na zru�en�
             p��sp�vku jste p�i�el pozd�.P��sp�vek, kter� jste cht�l zobrazit byl ji� vy��zen moder�torem.E-mailov� adresa administr�tora konference. Pokud pot�ebujete zadat v�ce adres, uv�d�jte ka�dou na nov� ��dek.Administr�tor konference nepovolil nastaven� digest m�du pro tuto konferenci.
Ale ostatn� volby, kter� jste nastavil, byly akceptov�ny.Administr�tor konference nepovolil pro tuto konferenci nastaven� digest m�du.
Ale ostatn� volby, kter� jste nastavil, byly akceptov�ny.E-mailov� adresa moder�tora konference. Pokud pot�ebujete zadat v�ce adres, uv�d�jte ka�dou na nov� ��dek.Heslo pro konferenci nesm� b�t pr�zdn�.Heslo pro konferenci nesm� b�t pr�zdn�.<!-- ignore -->Prost�ednictv�m webovsk�ho rozhran� byla zalo�ena konference
`%(listname)s'.
Aby bylo mon zaslat p��spvky, muste jet run doplnit
do souboru /etc/aliases tyto ��dky: (Asi bude nutn nsledn spustit
p��kaz newaliases).
Konference `%(listname)s' byla zru�ena p�es webovsk� rozhran�.
Nyn� je nutn� zru�it ze souboru /etc/aliases n�sleduj�c� ��dky: 
(Asi bude nutn� potom spustit p��kaz newaliases.)

Maxim�ln� sk�re po jeho� dosa�en� je ��astn�kovi pozastaveno �lenstv�.
M��e to b�t jak�koliv kladn� re�ln� ��slo.Content type tohoto p��sp�vku byl v�slovn� zak�z�nContent type t�to zpr�vy nebyl explicitn� povolenPravidla pro moderov�n� newsov� skupiny.Jm�no NNTP skupiny se kterou je konference sv�z�naNov� adresa je v konferenci ji� p�ihl�ena: %(newaddr)sNov� adresa, kterou jste zadal (%(newaddr)s) je ji� v konferenci
%(listname)s p�ihl�ena. Nicm�n� jste po��dal o glob�ln�
zm�nu adresy a tak budou po potvrzen� zm�n�ny adresy v ostatn�ch
konferenc�ch, kter�ch je u�ivatel %(user)s �lenem.N�sleduj�c� digest bude zasl�n jako slo�ka
            %(volume)s, ��slo %(number)sPo�et dn�, po jejich� uplynut� je sk�re resetov�no, pokud v jejich pr�b�hu nevznikne ��dn�
chyba doru�en�. Mus� to b�t cel� ��slo.Po�et dn� mezi zasl�n�m dvou upozorn�n� typu <em>Va�e �lenstv� je pozastaveno</em> 
Mus� to b�t cel� ��slo.Jm�no konference. Je v n�m mo�n� prov�d�t pouze zm�ny velikosti p�smen.N��e naleznete v�sledek p��kaz�, kter� jste zaslal.
P�ikl�d�m i p�vodn� emailovou zpr�vu.
V�sledky p��kaz� zaslan�ch e-mailemseznam ��astn�k�Tento text bude interpretov�n jako HTML. <em>Krom�</em> znak� nov� ��dek, kter� budou konvertov�ny do znak� nov� odstavec. M��ete pou��vat odkazy, p�edform�tovan� text a tak podobn� s v�hradou, �e znaky nov� ��dek mus� odd�lovat odstavce.T�matick� filtr zat��d� ka�dou p�ijatou zpr�vu s pou�it�m <a
            href="http://www.python.org/doc/current/lib/module-re.html">regul�rn�ch
             v�raz�</a> , kter� zad�te n��e. Pokud zpr�va obsahuje v hlavi�ce 
             <code>Subject:</code> a nebo <code>Keywords:</code> v�raz nalezen�
             v seznamu t�mat, je za�azena do spr�vn�ho  <em>kybl��ku</em>.
             Ka�d� u�ivatel si m��e vybrat z kter�ch kybl��k� si p�eje dost�vat p��sp�vky.

             <p>Pozor, tuto volbu maj� jen u�ivatel� p�ij�maj�c� zpr�vy b�n�m zp�sobem,
             odb�ratel� digestu tu mo�nost nemaj�.

             <p>Na v�skyt hlavi�ek 
             <code>Subject:</code> a nebo <code>Keyword:</code> m��e b�t testov�na i ��st
             t�la p��sp�vku, v z�vislosti na nastaven� prom�nn� <a
       href="?VARHELP=topics/topics_bodylines_limit"> Kolik ��dek z t�la p��sp�vku m� b�t prohl�dnuto p�i hled�n� kl��ov�ch slov?</a>.T�matick� filtr bude hledat sv� hlavi�ky (tedy <code>Keywords:</code> a
             <code>Subject:</code>) i v t�le zpr�vy a to bud zde nastaven� po�et ��dek
             nebo dokud nenaraz� na konec zpr�vy. Pokud nastav�te nulu, nebude se t�lo prohled�vat
             v�bec, pokud nastav�te z�porn� ��slo, bude se v ka�d�m p��pad� prohled�vat cel� t�lo zpr�vy.Zadan� vzor: `%(pattern)s' nen platnm
                regulrnm vrazem, nebude pouit.��dn poadavky neekaj na vy��zen.Kad konference m��e mt administrtora a modertora.
<em>Administrtor</em> m plnou kontrolu na konfigurac konference.
Oproti tomu <em>modertor</em> m��e jen povolovat nebo zamtat p��spvky.
<em>Administrtor</em> m��e samozejm o p��spvcch rozhodovat tak.

Pokud chcete zaloit modertora, vyplte do oknka jeho <a href="?VARHELP=general/moderator">emailovou adresu</a> a
<a href="passwords">zadejte heslo modertora</a>. Modertor m��e bt, stejn
jako administrtor, vce. Pozor, zde zmnte adresu administrtora.Kad konference m��e mt administrtora a modertora.
Administrtor m plnou kontrolu na konfigurac konference.
Oproti tomu modertor m��e jen povolovat nebo zamtat p��spvky.
Administrtor m��e samozejm o p��spvcch rozhodovat tak.

Pokud chcete zaloit modertora, vyplte do oknka jeho emailovou adresu
a zadejte heslo. ��dn digest dvky neekaj na odesln.Nepodailo se smazat konferenci <b>%(listname)s</b>.
Kontaktujte sprvce serveru %(sitelist)s pro dal�� informace. Toto je seznam jazyk, kter m��ete vybrat a umonit tak ��astnkm jejich pou��vni.
             Nezapomete, e 
             <a href="?VARHELP=language/preferred_language">vchoz
             jazyk</a> mus bt tak vybrn.Zde se nastavuj pravidla pro detekci neplatnch adres. Nkolik slov o tom jak
to funguje:

<p>Pokud se vrt p��spvek jako nedoruiteln, Mailman se pokus v nm
najt dv informace. Jednak adresu, na kterou nen mon doruovat
a jednak dvod pro selhn doruen. Dvod m��e bt bu <em>trval</em> a nebo <em>doasn</em>.
Pokud nen mon zjistit, o jakou chybu se jedn, m se za to, e problm je trval.

<p>Pokud se nepoda�� zjistit na jakou adresu se p��spvek nepodailo doruit, je chybov
zprva zahozena. To je speciln v esk republice problm freemail/webmail
kter ignoruj patin RFC pro formt chyb doruen a generuj nesmysln chybov
zprvy.

<p>Pokud je mon zjistit, ktermu ��astnkovi nen mon potu doruit, je mu piazeno
<em>skre nedoruitelnosti</em>. To je s kadm dal��m vrcenm p��spvkem inkrementovno. Pokud
je nemonost doruen vyhodnocena jako trval, je inkrementovno o 1, pokud je problm
doasn, je inkrementovno o 0,5. K inkrementaci ale dojde jen jednou denn, bez ohledu
na to, kolik p��spvk se za den vrac. 

<p>Pokud pekro�� skre hodnotu nastavenou v promnn
<a href="?VARHELP=bounce/bounce_score_threshold"> maximln skre</a>, jeho lenstv je pozastaveno.
Na jeho adresu u nejsou poslny ��dn dal�� p��spvky. Dostv jen
upozornn, e jeho lenstv je pozastaveno a e jej mus obnovit.
Postup pro obnoven lenstv je popsn v tchto upozornnch.

<p>M��ete nastavit jednak
            <a href="?VARHELP=bounce/bounce_you_are_disabled_warnings">poet
            zaslanch upozornn</a>, kter budou ��astnkovi zaslny a tak
            <a href="?VARHELP=bounce/bounce_you_are_disabled_warnings_interval"
            >frekvenci</a>jak asto jsou upozornn zaslna.

            <p>Posledn dleit bod konfigurace je nastaven doby po kter
            bude skre resetovno, pokud se nevrt ��dn nedoruiteln p��spvek.
            Nazv se <a href="?VARHELP=bounce/bounce_info_stale_after">doba vypren
            pozastaven</a>. Tuto hodnotu muste sladit s objemem komunikace
            pes konferenci a spolu s maximlnm skre uruje jak rychle budou zakazovn
            ��astnci, kte�� nemaj platnou adresu. TetTento popis bude zobrazen vude tam, kde je to vhodn. Ml by bt co nejkrat�� a souasn nejdernj��.Toto je %(also)sa skryt skupina. Seznam ��astnk je dostupn pouze administrtorovi.Toto je %(also)sa uzaven konference, to, mimo jin, znamen, e seznam ��astnk je p��stupn pouze ��astnkm.Tato konference %(also)sa je oteven, seznam jejch ��astnk je voln k dispozici.Tato konference je uzaven, to znamen, e Vae pihlen mus nejd��ve schvlit administrtor konference. O jeho rozhodnut budete informovn e-mailem.Toto je adresa na kterou je nastavena hlavika <tt>Reply-To:</tt> 
pokud je volba <a href="?VARHELP=general/reply_goes_to_list">odpov�� do konference</a>
nastavena na <em>konkrtn adresu</em>.

<p>Existuje mnoho dvod, pro nen sprvn mnit nebo nastavovat hlaviku<tt>Reply-To:</tt>.
Hlavn je, e nkte�� pispvatel potebuj mt zachovnu hlaviku <tt>Reply-To:</tt>
a mt ji nastavenu na platnou zpten adresu.  Dal�� je, e zmnou 
<tt>Reply-To:</tt> zkomplikujete odpovdn na adresu odeslatele, pokud nkdo nechce
odpovdat do konference. Pro dal�� informace nahldnte do 
<a href="http://www.unicom.com/pw/reply-to-harmful.html">`Reply-To' Munging
Considered Harmful</a>, kde je detailn� probr�no, jak se m� pou��vat a zpracov�vat
tato hlavi�ka. Dal�� zaj�mav� informace jsou na <a
href="http://www.metasystema.org/essays/reply-to-useful.mhtml">Reply-To
Munging Considered Useful</a>.

<p>N�kter� konference maj� omezenou mo�nost p�isp�vat s t�m,
�e pro diskusi je z��zena paraleln� konference.
Nap��klad konference, kam jsou zas�l�ny informace z CVS nebo bugreporty
jsou obsluhov�ny automatem a v�voj��i mohou diskutovat na dan� t�ma jinde.
Pokud vytv���te takovou konferenci nastavte zde adresu pro hlavi�ku 
<tt>Reply-To:</tt>. Sou�asn� mus�te v parametru <tt>odpov�� do konference</tt>
nastavit volbu <tt>Explicitn� adresa</tt>.

<p>Pozor: Pokud p��sp�vek obsahuje hlavi�ku <tt>Reply-To:</tt>
jej� obsah nebude zm�n�n.Toto je v�choz� jazyk pou��van� pro komunikaci s konferenc�.
             Pokud je v <a href="?VARHELP=language/available_languages">jazyky k dispozici
             </a>  vybr�no v�ce voleb, budou m�t ��astn�ci mo�nost vybrat si jazyk ze seznamu 
             Obsahuj�c�ho vybran� jazyky. Tam kde nen� akce v�z�na na konkr�tn�ho
             ��astn�ka, bude komunikace prob�hat ve v�choz�m jazyku.Tato konferenceTato konference nepodporuje digest re�im.Tato konference nem� ��dn�ho ��astn�ka.Tato konference nen� ve�ejn� p��stupn�, V�s p��sp�vek nebyl akceptov�n.Tato konference podporuje jedin� digest re�im.Tato konference podporuje jedin� digest re�im.Vol� jak se bude Mailman chovat k hlavi�ce <tt>Reply-To:</tt>.
Pokud je nastavena na <em>P�isp�vatel</em> nen� hlavi�ka <tt>Reply-To:</tt>
ke zpr�v� p�id�na a v p��pad�, �e ji� existuje nen� nijak m�n�na.
Nastaven�m bu� na <em>Tato konference</em> nebo <em>Explicitn� adresa</em>
bude zaji�t�no, �e Mailman hlavi�ku nastav� vlastn�.  Ve druh�m p��pad�
je pou�ita adresa z volby <a
href="?VARHELP=general/reply_to_address">Adresa pro odpov��</a>).
 

<p>Existuje mnoho d�vod�, pro� nen� spr�vn� m�nit nebo nastavovat hlavi�ku<tt>Reply-To:</tt>.
Hlavn� je, �e n�kte�� p�isp�vatel� pot�ebuj� m�t zachov�nu hlavi�ku <tt>Reply-To:</tt>
a m�t ji nastavenu na platnou zp�te�n� adresu.  Dal�� je, �e zm�nou 
<tt>Reply-To:</tt> zkomplikujete odpov�d�n� na adresu odes�latele, pokud n�kdo nechce
odpov�dat do konference. Pro dal�� informace nahl�dn�te do 
<a href="http://www.unicom.com/pw/reply-to-harmful.html">`Reply-To' Munging
Considered Harmful</a>, kde je detailn probrno, jak se m pou��vat a zpracovvat
tato hlavika. Dal�� zajmav informace jsou na <a
href="http://www.metasystema.org/essays/reply-to-useful.mhtml">Reply-To
Munging Considered Useful</a>.

<p>Nkter konference maj omezenou monost pispvat s tm,
e pro diskusi je z��zena paraleln konference.
Nap��klad konference, kam jsou zaslny informace z CVS nebo bugreporty
jsou obsluhovny automatem a vvoj��i mohou diskutovat na dan tma jinde.
Pokud vytv���te takovou konferenci nastavte zde adresu pro hlaviku 
<tt>Reply-To:</tt>. Souasn muste v parametru <tt>odpov�� do konference</tt>
nastavit volbu <tt>Explicitn adresa</tt>.

<p>Pozor: Pokud p��spvek obsahuje hlaviku <tt>Reply-To:</tt>
jej obsah nebude zmnn.Tato strnka umo��uje vlastnkovi konference jej zruen. 
<strong>Tato akce nen vratn, to znamen, e zruenou konferenci je mon
obnovit pouze pokud mte funkn zlohu systmu.</strong>

    <p>��astnkm konference nebude zaslno ��dn upozornn. Vechny
poadavky, kter pijdou na adresu konference po jejm zruen budou
vrceny.
    <p>M��ete odstranit i archivy. To vm ale rozhodn nedoporuujeme,
archivy mohou obsahovat mnostv uitench informac.

    <p>Z bezpenostnch dvod budete muset zadat heslo pro potvrzen akce.
    Politika zasln p��spvk. Obsahuje anti-spam filtry, rozlien ��astnka od cizho
a podobn. (Nahldnte do <a href="%(admin)s/archive">Archivace</a>, pro konfiguraci p��stupu
k archivm.)Tato sekce Vm umon nastavit rzn filtry brnc konferenci proti spamu
a tm omezit poet nevy��danch p��spvk, kter pijdou do konference.Tato sekce vm umon nastavovat rzn volby z zvislosti na tom, komu je p��spvek adresovn.Toto nastaven definuje vztah mezi pravidly pro moderovn NEWS a konference.
             Plat pouze pro p��spvky, kter zaslte <em>do</em> NEWS.
             Pokud pouze zskvte p��spvky z NEWS a nebo pokud je pedvte do
             nemoderovan skupiny, nastavte tuto volbu na <em>Ne</em>.

             <p>Pokud je skupina moderovan, m��ete nastavit adresu tto konference
             jako adresu modertora konference. V tom p��pad zvolte volbu
             <em>Moderovan</em>, a vechny p��spvky budou pozastaveny do
             rozhodnut modertora. Schvlen p��spvky budou rozeslny jako do
             konference, tak do NEWS.

             <p><em>Pozor: Pokud m p��spvek hlaviku <tt>Approved</tt>
             s platnm heslem pro moderovn, je tento test peskoen a p��spvek
             je rozesln do konference i do NEWS, to umo��uje privilegovanm
             pispvatelm zaslat p��spvky bez omezen..</em>

             <p>Nakonec, pokud je NEWS skupina moderovan, ale konference oteven,
             pouijte volbu <em>Oteven konference, moderovan skupina</em>.
             To zajist, e do kadho p��spvku pedvanho do NEWS bude pidna hlavika  <tt>Approved</tt>
             s platnm heslem modertora, tak aby p��spvek proel do NEWS.Tento text bude uvozovat subjekt kad zprvy. Asi by bylo vhodn, aby ml vztah ke konferenci, ale ml by bt krat��, aby zbyten neubral msto.Tento text bude odesln jako prvn ��st zprvy obsahujc pokyny pro prci s Mailmanem. Pokyny pro ovldn Mailmanu budou pipojeny k tto zprv, take nen nutn, aby byly zmiovny v tomto textu.tvrtekPro zmnu vlastnost Vaeho ��tu (nastaven digestu
        reim doruen, zasln hesla nebo odhlen 
        z konference %(realname)s) %(either)s zadejte adresu, pod kterou jste pihleni:
        <p><center> Pro konfiguraci konference, kter nen veejn p��stupn
        zadejte URL podobn tomuto, ale na konec za '/' pidejte
        jmno %(extra)s list .  Pokud mte dostaten prva,
        m��ete na URL <a href="%(creatorurl)s">zaloit novou konferenci</a>.

        <p>Veobecn informace o konferencch jsou na Dnen menu (%(msgcount)d zprv):Dnen menu:
Zprva obsahuje p��li mnoho p��jemcTma . %(i)dParametry tmatickho filtruKl��ov slova pro tematick filtr. Zapisujte jedno slovo na ��dek. Slova budou hledna v p��spvcch.Nzev:Definice topicu vyaduje zadn jak nzvu, tak vzoru pro
          porovnvn. Nekompletn definice budou ignorovny.Tematick filtryTradin ��ntinaterTuto volbu vypnte jedin v p��pad, e nemte zjem, aby ��astnk vdl o svm pihlen.
Vhodn pouit je teba pi zmn listserveru, kdy nepotebujete, aby ��astnci byli o zmn informovni.Pokud bude tato volba aktivn, budou ��astnci konference dostvat
             jednou ms��n upozornn obsahujc jejich hesla a seznam
             konferenc do kterch jsou pihleni. Zasln tchto zprv si
             mohou individuln vypnout v konfiguraci lena.UKonfigurace detnkov konferenceNesrozumiteln oznmen o nedoruitelnostiNeznm jazyk: %(lang)sNeznm konference: %(listname)sOdemkni, ale neulo, konferenci : %(listname)sOdhlsitOdhla nebo edituj parametryPoadavky na odhlen���dost o odhlen���dost o odhlen byla potvrzena��dost o odhlen byla potvrzenaVsledky odhlenAktualizuji HTML strnky pro p��spvek %(seq)sAktualizuji indexov soubor pro archiv konference [%(archive)s]Zpsob uit: Tato volba je urena na omezen p��spvk podle specifickch vlastnost, 
obsah, hlaviek. Zadvejte regulrn vrazy, jeden na kad ��dek. ��dky
za��najc znakem # jsou ignorovny jako koment��e. Pi hledn se 
nerozliuje velikost psmen.
<p>P��klad:<p><pre>to: .*@public.com </pre> 
zpsob zadren vech p��spvk, kter v hlavice <em>to</em> obsahuj 
etzec'@public.com' .<p>Mezery na za��tku ��dku jsou ignorovny, co m��e 
bt uiten pro strukturovn zadanch pravidel.Pouitm tto volby m��ete odstranit ty ��sti p��spvk, jejich
             MIME typ vyhovuje jednomu ze zde uvedench.
             Kad ��dek mus obsahovat etzec ve tvaru <tt>type/subtype</tt>,
             nap.  <tt>image/gif</tt>.  Pokud subtype neuvedete, budou odstranny
             vechny ��sti s typem odpovdajcm danmu typu, nap.
             <tt>image</tt>.

             <p>Przdn ��dky jsou ignorovny.

             <p>Nahldnte tak do volby <a href="?VARHELP=contentfilter/pass_mime_types"
             >pass_mime_types</a> pro seznam typ, kter jsou povoleny.Pouitm tto volby m��ete odstranit vechny p��lohy, krom tch,
             jejich typ je uveden v tomto seznamu. Syntaxe je stejn s volbou
             <a href="?VARHELP=contentfilter/filter_mime_types"
             >filter_mime_types</a>.

             <p><b>Pozor:</b> Pokud do tohoto seznamu uvedete njak poloky
             a neuvedete v nm poloku <tt>multipart</tt> budou vechny p��spvky,              kter obsahuj p��lohu, fitrem zamtnuty. ��astnka `%(addr)s' byl odhl�en z konference: %(listname)s.adresa ��astn�ka/jm�no ��astn�kaNastaven� specifick� pro u�ivatelePou��v�me Mailman verze:HodnotaZobraz a/nebo modifikuj konfiguraci konference.Zobraz tuto str�nku v Zobraz seznam ��astn�k�Zobraz seznam ��astn�k�Nav�tivte str�nky pro administr�tora konferenceNav�tivte informa�n� str�nky o konferenciPozor: Je n�m l�to, ale u� jste byl z t�to konference odhl�en.
        Pokud se chcete znovu p�ihl�sit, 
        <a href="%(listinfourl)s">nav�tivte informa�n� str�nku.</a>.St�edaT�dn�V�tejte v konferenci "%(realname)s"! %(digmode)sV�tejte!Co je vy�adov�no pro p�ihl�en� ��astn�ka?Pokud je nastaveno, �e konference je "de�tn�kov�", znamen� to, �e jej�mi ��astn�ky jsou pouze jin� konference. To znamen�, �e v�echny zpr�vy,kter� souvis� se spr�vou ��astnick�ho konta nejsou zas�l�ny a adresu ��astn�ka konference, ale na adresu, kter� vznikne p�id�n�m zde uveden�ho �et�zce adrese ��astn�ka. T�m�� v�hradn� se pou��v� �et�zec -owner. Pokud toto nen� de�tn�kov� konference, nem� tato volba ��dn� efekt.Pokud je do konference zasl�n p��sp�vek, je nejd��ve provedena s�rie test�
kter� maj� rozhodnout jestli je pro rozesl�n� p��sp�vku pot�ebn� rozhodnut�
moder�tora. V t�to sekci nastav�te parametry t�chto pravidel a to pro b�n�
i digest doru�ov�n�.
            <p> P��sp�vky od ��astn�k� jsou automaticky pozdr�eny, pokud m� ��astn�k nastaven 
            <b>p��znak moderovat</b>. M��ete nastavit, jestli jsou ve v�choz�m stavu p��sp�vky
            moderov�ny a nebo ne.

            <p>P��sp�vky z adres, kter� se ne��astn� konference mohou b�t automaticky 
            <a href="?VARHELP=privacy/sender/accept_these_nonmembers">akceptov�ny</a>,
            <a href="?VARHELP=privacy/sender/hold_these_nonmembers">pozdr�eny do rozhodnut� moder�tora </a>,
            <a href="?VARHELP=privacy/sender/reject_these_nonmembers"
            >odm�tnuty</a> (vr�ceny) a nebo
            <a href="?VARHELP=privacy/sender/discard_these_nonmembers"
            >zahozeny</a>,
            a to bu� samostatn� a nebo hromadn�.
            Na p��sp�vky, pro kter� nebude nalezena ��dn� podm�nka v seznamu bude aplikov�na 
            <a href="?VARHELP=privacy/sender/generic_nonmember_action">v�choz� akce
            pro p��sp�vky od ne��astn�k�</a>.

            <p>Do n��e zobrazen�ch r�me�k� zapisujte na ka�d� ��dek jednu adresu.
            Pokud chcete pou��t <a href=
            "http://www.python.org/doc/current/lib/module-re.html"
            >Regul�rn� v�raz Pythonu</a> za�n�te ��dek znakem ^. Pokud pot�ebujete zadat 
            zp�tn� lom�tko zadejte jej jako jednoduch� (tedy nen� pot�eba jej n�jak escapovat). 

            <p>Pozor, nejd��ve jsou vyhodnocov�ny b�n� vzory a� a� potom regul�rn� v�razy.Pokud je zah�jena nov� digest d�vka, je ��slo d�vky inkrementov�no
     a ��slo p��sp�vku je nastaveno na 1.Kdy� se do konference p�ihl�s� nov� ��astn�k,
          v�choz� hodnoty jeho ��tu budou nastaveny
          podle t�chto prom�nn�ch.Kdy� Mailman p�ijme p��sp�vek od n�koho, kdo nen� �lenem konference,
             porovn�v� jeho adresu se seznamy automaticky 
             <a href="?VARHELP=privacy/sender/accept_these_nonmembers"
             >akceptovan�ch</a>,
             <a href="?VARHELP=privacy/sender/hold_these_nonmembers">pozastavovan�ch</a>,
             <a href="?VARHELP=privacy/sender/reject_these_nonmembers"
             >zam�tan�ch</a> (vracen�ch) a 
             <a href="?VARHELP=privacy/sender/discard_these_nonmembers"
             >zahazovan�ch</a> adres.  Pokud odes�latel nen� nalezen v ��dn�m z t�chto seznam�
             pou�ije se pro p��sp�vek tato akce.Pokud se chce ��astn�k odhl�sit z konference, mus� poslat po�adavek,
bu� emailem a nebo prost�ednictv�m www rozhran�. Norm�ln� je to v�e
co je pot�eba pro odhl�en� z konference, tak�e se ��astn�k m��e odhl�sit
kdykoliv s�m. 
<p>N�kdy ale m��e b�t pot�eba. aby odhl�en� schv�lil moder�tor. Nen� to
�ast� po�adavek, ale m��e se jednat t�eba o firemn� konferenci, ve kter�
je povinn� ��ast v�ech zam�stnanc�.Pokud si u�ivatel vybere digest, jak� je jeho implicitn� form�t?Pokud je tato volba nastavena, je pro zobrazen� seznamu ��astn�k� vy�adov�no 
ov��en� heslem ��astn�ka nebo administr�tora.Pokud je tato volba povolena, jsou v�echny p��sp�vky do konference
automaticky pozastaveny a �ekaj� na souhlas moder�tora. Tato volba je vhodn�,
pokud v konferenci nastane flamewar a chcete ji nechat vychladnout.Kdy� jste skon�il se zm�nami....Pokud povol�te Mailmanovi, aby synchronizoval p��sp�vky s news bude na��tat
pouze p��sp�vky, kter� vzniklou jako nov� a pos�lat je do konference. Ji� existuj�c�ch
p��sp�vk� si nebude v��mat, tak�e ani ��astn�ci konference o nich nebudou v�d�t.Budou odpov�di adresov�ny do konference, nebo p�isp�vateli? Volba <tt>P�isp�vateli</tt> je <em>d�razn�</em> doporu�ena. (Tento pon�kud kryptick� text je o poli Reply-To:, i kdy� to anglick� origin�l zaml�uje)Jak� re�im doru�ov�n� je nastaven implicitn� u nov�ho u�ivatele?A�koliv je detekce nedoru�iteln�ch p��sp�vk� v Mailmanu pom�rn� dokonal�
nen� mo�n� zn�t ka�d� zp�sob, jak�m n�kdo d�v� najevo, �e adresa, kam je p��sp�vek
zas�l�n, nen� platn�. Tento parametr byste m�li nastavit na <em>Ano</em> ze dvou d�vod�:
1)
Pokud se jedn� skute�n� o adresu, na kterou nen� a nebude mo�n� n�co doru�it,
z�ejm� ji budete cht�t odhl�sit z konference ru�n�. 
2)
Nebylo by �patn�, kdybyste zpr�vu zaslali autor�m Mailmanu, aby mohli
nap���t� i tento nezn�m� form�t chybov� zpr�vy spr�vn� rozpoznat a za�adit
do p���t� verze. 

             <p>Pokud si skute�n� nep�ejete b�t provozem konference obt�ov�ni
             nastavte hodnotu na <em>Ne</em> a v�echna hl�en� o nedoru�itelnosti,
             kter� nebudou syst�mem rozpozn�na, budou zahozena.

<p><b>Pozor:</b> Toto nastaven� ovlivn� v�echny zpr�vy, kter� budou zasl�ny na
admin adresu konference. Tato adresa by se ji� sice nem�la pou��vat, 
ale st�le se najdou lid�, kte�� na ni zas�laj� r�zn� dotazy a podobn�. P�i nastaven�
<em>Ne</em> tyto zpr�vy budou tak� zahozeny a vy je neuvid�te.
Mo�n� proto budete cht�t nastavit <a href="?VARHELP=autoreply/autoresponse_admin_text">
automatickou odpov��</a> pro -owner a -admin adresy.Kdo si m��e prohl�dnout seznam ��astn�k�?Ro�n�AnoAno; s zahozen�mAno; s forwardov�n�mJi� jste ��astn�kem t�to konference!V�dy� u� jste p�ihl�en!V�dy� u� jste p�ihl�en!Tuto emailovou adresu ji� pou��v�teM�te zak�z�no p�isp�vat do t�to konference.Nejste ��astn�kem konference %(listname)s.Nem�te povoleno p�isp�vat do t�to konference a tak byl p��sp�vek automaticky
zam�tnut a vr�cen. Pokud m�te pocit, �e je to chyba, m��ete kontaktovat
spr�vce konference na adrese %(listowner)s.Nem�te pr�vo zobrazit seznam ��astn�k�.Nem�te pr�vo zalo�it novou konferenci.Nem�te pr�vo zru�it tuto konferenciNejste ��astn�kem. Neodhl�sil jste se?K parametr�m va�eho ��tu do dostanete prost�ednictv�m tohoto odkazu:M��ete vytvo�it novou konferenci vypln�n�m tohoto formul��e. 
N�zev konference bude pou�it jako adresa, na kterou se budou
zas�lat p��sp�vky, proto by m�l b�t ps�n mal�mi p�smeny. Po vytvo�en� 
konference nebudete moci n�zev zm�nit.

<p>D�le mus�te zadat emailov� adresy vlastn�k� konference. Na tyto adresy
bude po zalo�en� zasl�na zpr�va o vzniku konference a hesla pro p��stup
do administrativn�ho rozhran�. 

<p>Pokud chcete, aby byla po��te�n� hesla vygenerov�na n�hodn�, vyberte pat�i�nou
volbu a nevypl�ujte p��slu�n� pol��ka.

<p>Pro zalo�en� mus�te zadat heslo. Jedn� se bu� o heslo administr�tora serveru a nebo
o heslo ur�en� pro vytv��en� konferenc�.Nam��ete nastavovat hlavi�ku Reply-To: na zadanou adresu,
          kdy� jste ��dnou nevyplnili. Vrac�m nastaven� na v�choz� hodnotu.Nem��ete povolit gateway pro News dokud nejsou nastaveny prom�nn�
                <a href="?VARHELP=gateway/nntp_host">news server</a> a
                the <a href="?VARHELP=gateway/linked_newsgroup">newsov�
                skupina</a>.Nezadali jste platn� p�vodn� heslo a tak nebylo heslo zm�n�no. Pokud
sv� heslo nezn�te, za�lete p��kaz bez parametr� a my v�m heslo za�leme.
Potom m��ete zkusit prov�st zm�nu znovu.Zadali jste �patn� heslo.Zapomn�l jste zadat n�zev konferenceZapomn�l jste zadat vlastn�ka konferenceZadali jste �patn� heslo.Byl jste pozv�n, abyste se p�ihl�sil do konference %(listname)s.�sp�n� jste se p�ihl�sil do konference %(realname)s.Odhl�sil jste se z konference %(fqdn_listname)s. Pokud jste ji odeb�ral v DIGEST
re�imu, dostanete je�t� posledn� d�vku. Pokud m�te n�jak� dotazy, kontaktujte spr�vce
na adrese:        %(owneraddr)s.Odhl�en z konference "%(realname)s"Zru�il jste po�adavek na obnoven� �lenstv�. Pokud se budou 
i nad�le vracet p��sp�vky, bude Va�e adresa z konference odhl�ena.Zru�il jste po�adavek na zm�nu adresy.Zru�il jste po�adavek na p�ihl�en�Zru�il jste V� po�adavek na odhl�en�.Pozor: Konference obsahuje digest ��astn�ky. Pokud digest vypnete nebudou dost�vat po�tu.Pozor: V konferenci m�te ne-digest ��astn�ky, ale je povoleno jen rozes�l�ni digestu. Tito nebudou dost�vat po�tu.Pr�v� jste �sp�n� zalo�il konferenci
        <b>%(listname)s</b>, zpr�va byla zasl�na i vlastn�kovi na adresu:
        <b>%(owner)s</b>.  Nyn� m��ete:Zru�il jste konferenci:
    <b>%(listname)s</b>.Va�e nastaven� bylo �sp�n� zm�n�no.Zak�zal jste sou�asn� zas�l�n� digest i non-digest. To nen� mo�n�, proto�e potom by konferenc� nepro�el ��dn� p��sp�vek. Mus�te alespo� jeden zp�sob doru�en� zapnout.Je�t� mo�n� obdr��te jeden posledn� digest.Nem��ete p�ihl�sit konferenci do konference!Odhl�en� je nutn� potvrdit. 
Za�krtn�te pol��ko pod tla��tkem <em>Odhl�sit</em>.
V tomto okam�iku je�t� nejste odhl�en!Mus�te zadat n�zev konference, zde je odkaz %(link)sMus�te zadat konferenci.Mus�te zadat platnou e-mailovou adresu.Obdr��te elektronickou po�tou ��dost o potvrzen� p�ihl�en�, aby se nemohlo st�t, �e by V�s p�ihl�sil n�kdo ciz�.Byla V�m zasl�na ��dost o potvrzen� p�ihl�ky, aby V�s n�kdo jin� nemohl p�ihl�sit bez Va�eho v�dom�. Po potvrzen� bude p�ihl�ka postoupena administr�torovi, kter� rozhodne o jej� akceptaci. O v�sledku budete informov�ni elektronickou po�tou.You're being a sneaky list owner!Vae promnn <code>%(property)s</code> obsahovala
                    chybn hodnoty, kter systm nahradil standardnmi.
                    Prosm, ov��te si, e tyto hodnoty odpovdaj tomu, 
                    co jste chtli nastavit.
                    Potvrte, e si pejete zahodit svj p��spvek do konference
    <em>%(listname)s</em>:

    <ul><li><b>Odeslatel:</b> %(sender)s
        <li><b>Vc:</b> %(subject)s
        <li><b>Dvod:</b> %(reason)s
    </ul>

    Kliknutm na<em>Zaho p��spvek</em> bude p��spvek zruen.

    <p>Nebo kliknte na <em>Pokrauj v ekn na souhlas</em> a p��spvek pok na
    rozhodnut modertora.Potvrte, prosm, zmnu adresy pro konferenci 
    <em>%(listname)s</em>.  Nyn jste pihlen jako

    <ul><li><b>Jmno:</b> %(fullname)s
        <li><b>Pvodn emailov adresa:</b> %(oldaddr)s
    </ul>

    a poadujete zmnit %(globallys)s adresu 

    <ul><li><b>na novou adresu:</b> %(newaddr)s
    </ul>

    Zmnu provedete kliknutm na <em>Zmnit adresu</em>.
    <p>Nebo m��ete kliknout na <em>Zruit</em> pro zruen poadavku.Pro pihlen do konference <em>%(listname)s</em> je vyadovno ov��en.
Prohldnte si daje uveden ve formul��i, provete zmny, jsou-li poteba, 
a kliknte na tla��tko <em>Pihlsit</em>. 
Po pihlen budete vidt v seznamu ��astnk a m��ete si kliknutm na sv jmno 
nastavit dal�� vlastnosti. Pokud konference nezveejuje seznam ��astnk, budete muset 
zadat svou adresu do zvltnho pol��ka na strnce s informacemi o konferenci. 

    <p>Nebo m��ete kliknout na <em>Zruit</em>, co zru�� poadavek na pihlen 
a smae zadan daje.K odhlen z konference <em>%(listname)s</em>
je poteba potvrzen
Nyn jste pihlen jako:
    <ul><li><b>Jmno:</b> %(fullname)s
        <li><b>Emailov adresa:</b> %(addr)s
    </ul>

    Kliknutm na tla��tko <em>Odhlsit</em> se opravdu odhlste.

    <p>A nebo kliknte na <em>Zruit</em> a odhlen se neprovede.Pro pihlen do konference <em>%(listname)s</em> je vyadovno ov��en.
Prohldnte si daje uveden ve formul��i, provete zmny, jsou-li poteba, 
a kliknte na tla��tko <em>Pihlsit</em>. 
Po pihlen budete vidt v seznamu ��astnk a m��ete si kliknutm na sv jmno 
nastavit dal�� vlastnosti. Pokud konference nezveejuje seznam ��astnk, budete muset 
zadat svou adresu do zvltnho pol��ka na strnce s informacemi o konferenci. 

    <p>Nebo m��ete kliknout na <em>Zruit</em>, co zru�� poadavek na pihlen 
a smae zadan daje.Vae aktuln konfigurace:Vae rozhodnutVae e-mailov adresa: Vae lenstv v konferenci %(realname)s je pozastaveno
    protoe se nm neda�� doruovat p��spvky na uvedenou adresu.
    Pokud chcete p��spvky opt dostvat, muste lenstv obnovit.
    daje o pozastaven lenstv:

    <ul><li><b>Adresa ��astnka:</b> %(member)s
        <li><b>Jmno ��astnka:</b> %(username)s
        <li><b>Posledn vrcen p��spvek se vrtil dne:</b> %(date)s
        <li><b>Piblin poet dn zbvajc do automatickho odhlen z konference:</b> %(daysleft)s
    </ul>

    Po kliknut na <em>Obnov lenstv</em> budete opt dostvat p��spvky.
    Nebo kliknte na <em>Zruit</em> a systm bude dle ekat.
    V p��spvek m neplatnou hlaviku.V p��spvek do konference %(listname)s ek na schvlen modertoremV p��spvek byl modertorem shledn nepijatelnm.V p��spvek byl odmtnutVae zprva je p��li velik, prosm zkrate ji na 
%(kb)d KB.Vae nov heslo pro %(listname)sVae nov konference : %(listname)sVae heslo je: %(password)sVae hesla se neshoduj.Vae cel jmno:V poadavek byl zasln administrtorovi k odsouhlasen.Nebyl jste pihlen, protoe zadan e-mailov adresa nen bezpen.
Jste si jist, e do n Exchange nepidala neviditeln znaky?Nebyl jste pihlen, protoe zadan e-mailov adresa nen bezpen.
Jste si jist, e do n Exchange nepidala neviditeln znaky?Vae ��dost o pihlen byla pedna administrtorovi konference na
adresu %(listowner)s ke zpracovn.Obdreli jsme Va�� ��dost o pihlen do konference. V zvislosti na konfiguraci
tto konference m��e bt vyadovno potvrzen pihlky mailem nebo souhlas
modertora. Pokud je vyadovno potvrzen mailem, dostanete obratem emailovou 
zprvu s podrobnmi instrukcemi.Pihlen bylo <em>pozastaveno</em> z dvodu:<br> %(x)s<p>. V poadavek mus bt schvlen administrtorem konference. Jakmile administrtor rozhodne budete informovni mailem.<p>Vae ��dost o pihlen byla pedna administrtorovi konference ke zpracovn.V poadavek na odhlen byl pijat a pedn modertorovi ke schvlen.
            O vsledku budete informovn Vae urgentn zprva do konference %(realname)s 
neobsahovala potebn heslo. Zprvu Vm v p��loze vracme, tak
jak jsme ji obdreli. 
[��dn dal�� informace nejsou dostupn.][Bez udn dvodu][Bez udn dvodu][��dn popis nen k dispozici]jedna pozdren zprva.potvrzenZapnuto potvrzovnadministrative list overviewvechny pozdren p��spvky.vechny pozdren zprvy od ��astnka %(esender)s.take soubor %(filename)s ve kterm je uloen p��spvk nebyl nalezen!autoradministrtorem konferenceadministrtorem konferenceVmina pokyn uivateleOv��uji prva souboru %(dbfile)sOv��uji prva souboru %(file)sdatumdendnyDoruovn poty vypnutoDoruovn poty zapnutoZapnuto doruovndigestPatika digestuZhlav Digest zprvyZapnuto digest doruovnzakznohotovokvli nedoruitelnostikvli nedoruitelnostiZapnuta detekce duplicitnch p��spvkemailov adresa a generuji archiv p��spvk
z neznmch dvodod %(start)s do %(end)sinforman strnce konferencegloblnskryjSkryt uivateljazykseznam konferencJmno konference je vyadovno.nalezeny nsledujc konference:adresa ��astnka<br>jmno ��astnka��astnc konferencemodZapnuto doruovn vlastnch p��spvknen znmobez datano subjectnodupesnomail<br>[dvod][��dn popis nen k dispozici]not metooOffonVlastnostihesloplainsoukromsoukrom archivyzpracovvm konferenci:veejnveejn archivyPovoleno zasln upozornn na heslopejt zpt na strnku %(categoryname)s.VpravoVpravovelikost nen znmastop je synonymem pro p��kaz end.
vcpihlky do konference %(name)s vyaduj souhlas modertorapihlky do konference %(realname)s vyaduj souhlas modertorakonference "%(realname)s" administrtorsk strnkyadministrtora konferenceinforman strnce konferenceVlknoneznm odeslatelunsubodhlen z konference vyaduje souhlas modertorazobrazit vechny zprvy od %(esender)s