View | Details | Raw Unified | Return to bug 73101
Collapse All | Expand All

(-)/home/clsung/ports/mail/sympa/Makefile (-9 / +15 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	sympa
8
PORTNAME=	sympa
9
PORTVERSION?=	4.1.1
9
PORTVERSION?=	4.1.2
10
CATEGORIES=	mail
10
CATEGORIES=	mail
11
MASTER_SITES?=	http://www.sympa.org/distribution/
11
MASTER_SITES?=	http://www.sympa.org/distribution/
12
12
Lines 28-34 Link Here
28
		${SITE_PERL}/Archive/Zip.pm:${PORTSDIR}/archivers/p5-Archive-Zip
28
		${SITE_PERL}/Archive/Zip.pm:${PORTSDIR}/archivers/p5-Archive-Zip
29
RUN_DEPENDS=	${BUILD_DEPENDS}
29
RUN_DEPENDS=	${BUILD_DEPENDS}
30
30
31
DB_TYPE?=	none
31
DB_TYPE=
32
32
33
.if defined(WITH_FASTCGI)
33
.if defined(WITH_FASTCGI)
34
.if defined(WITH_APACHE2)
34
.if defined(WITH_APACHE2)
Lines 40-52 Link Here
40
.endif
40
.endif
41
41
42
.if ${DB_TYPE} == "Oracle"
42
.if ${DB_TYPE} == "Oracle"
43
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Oracle.pm:${PORTSDIR}/databases/p5-DBD-Oracle
43
BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/DBD/Oracle.pm:${PORTSDIR}/databases/p5-DBD-Oracle
44
.else
44
.else
45
.if ${DB_TYPE} == "Pg"
45
.if ${DB_TYPE} == "Pg"
46
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg
46
BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg
47
.else
47
.else
48
.if ${DB_TYPE} == "Sybase"
48
.if ${DB_TYPE} == "Sybase"
49
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Sybase.pm:${PORTSDIR}/databases/p5-DBD-Sybase
49
BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/DBD/Sybase.pm:${PORTSDIR}/databases/p5-DBD-Sybase
50
.else
50
.else
51
.if ${DB_TYPE} == "mysql"
51
.if ${DB_TYPE} == "mysql"
52
BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql
52
BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql
Lines 60-65 Link Here
60
CONFIGURE_ARGS+=--prefix=${PREFIX}/sympa \
60
CONFIGURE_ARGS+=--prefix=${PREFIX}/sympa \
61
		--with-confdir=${PREFIX}/etc \
61
		--with-confdir=${PREFIX}/etc \
62
		--with-initdir=${PREFIX}/etc/rc.d \
62
		--with-initdir=${PREFIX}/etc/rc.d \
63
		--with-etcdir=${PREFIX}/sympa/bin/etc \
63
		${CONFIGURE_TARGET}
64
		${CONFIGURE_TARGET}
64
CONFIGURE_ENV+=	lt_cv_sys_max_cmd_len=${CONFIGURE_MAX_CMD_LEN}
65
CONFIGURE_ENV+=	lt_cv_sys_max_cmd_len=${CONFIGURE_MAX_CMD_LEN}
65
MAKE_ENV?=	PERL_EXTUTILS_AUTOINSTALL=--skip
66
MAKE_ENV?=	PERL_EXTUTILS_AUTOINSTALL=--skip
Lines 68-85 Link Here
68
	@${ECHO} ""
69
	@${ECHO} ""
69
	@${ECHO} "You may use the following build options:"
70
	@${ECHO} "You may use the following build options:"
70
	@${ECHO} ""
71
	@${ECHO} ""
71
	@${ECHO} "      DB_TYPE=type                    Optional: mysql, Oracle, Pg or SQLite"
72
	@${ECHO} "      DB_TYPE=type                    Optional: mysql, Oracle, Pg or Sybase"
72
	@${ECHO} "      WITH_FASTCGI                    Use FastCGI instead of plain CGI"
73
	@${ECHO} "      WITH_FASTCGI                    Use FastCGI instead of plain CGI"
73
	@${ECHO} ""
74
	@${ECHO} ""
74
75
75
pre-install:
76
pre-install:
76
	PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
77
	@PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
78
79
post-patch:
80
	${MV} ${WRKSRC}/src/etc/script/sympa ${WRKSRC}/src/etc/script/sympa.sh
81
	@${FIND} ${WRKSRC} -name "*.orig" -a -exec ${RM} -f {} \;
77
82
78
post-install:
83
post-install:
79
	PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
84
	@PKG_PREFIX=${PREFIX} DB_TYPE=${DB_TYPE} WITH_FASTCGI=${WITH_FASTCGI} \
85
	 ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
80
86
81
post-deinstall:
87
post-deinstall:
82
	PKG_PREFIX=${PREFIX} ${SH} ${PKGDEINSTALL} ${PKGNAME} POST-DEINSTALL
88
	@PKG_PREFIX=${PREFIX} ${SH} ${PKGDEINSTALL} ${PKGNAME} POST-DEINSTALL
83
89
84
.include <bsd.port.pre.mk>
90
.include <bsd.port.pre.mk>
85
91
(-)/home/clsung/ports/mail/sympa/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (sympa-4.1.1.tar.gz) = eb6cfb58b565ec48f1d4a1fb73d0b81b
1
MD5 (sympa-4.1.2.tar.gz) = 6653eb0f2ab56085cbb5a37206324506
2
SIZE (sympa-4.1.1.tar.gz) = 2427254
2
SIZE (sympa-4.1.2.tar.gz) = 2354843
(-)/home/clsung/ports/mail/sympa/files/patch-Makefile.in (+11 lines)
Line 0 Link Here
1
--- Makefile.in	Sat Oct 23 16:49:11 2004
2
+++ Makefile.in	Sat Oct 23 16:49:22 2004
3
@@ -644,7 +644,7 @@
4
 	fi \
5
 	fi \
6
 	done; \
7
-	if [ "$$INITCONF" ] ; then \
8
+	#if [ "$$INITCONF" ] ; then \
9
 	echo "###############################################"; \
10
 	echo "It seems to be your first installation of Sympa"; \
11
 	echo "The following wizard will help you create your $(CONFDIR)/sympa.conf and $(CONFDIR)/wwsympa.conf :"; \
(-)/home/clsung/ports/mail/sympa/files/patch-src-etc-script-Makefile (+11 lines)
Line 0 Link Here
1
--- src/etc/script/Makefile.orig	Sat Oct 23 16:44:11 2004
2
+++ src/etc/script/Makefile	Sat Oct 23 16:44:13 2004
3
@@ -23,7 +23,7 @@
4
 
5
 SUBSTSRC	=	load_subscribers.pl arc2webarc.pl testldap.pl p12topem.pl init_comment.pl crypt_passwd.pl testlogs.pl mod2html.pl
6
 
7
-INITSRC		=	sympa
8
+INITSRC		=	sympa.sh
9
 
10
 #SCRIPTDIR	=	../../../script
11
 SCRIPTDIR	=	$(SBINDIR)
(-)/home/clsung/ports/mail/sympa/files/patch-src-etc-script-sympa (-7 / +8 lines)
Lines 29-54 Link Here
29
                  if [ "$running" != "" ]; then
29
                  if [ "$running" != "" ]; then
30
                      echo "$1 (pid $pid) is active..."
30
                      echo "$1 (pid $pid) is active..."
31
                      return 0
31
                      return 0
32
@@ -88,8 +94,8 @@
32
@@ -88,7 +94,7 @@
33
 #		startparam=""
33
 #		startparam=""
34
 #	fi
34
 #	fi
35
  
35
  
36
-	if [ ${OSTYPE} = "IRIX" -o ${OSTYPE} = "SunOS" ]; then
36
-	if [ ${OSTYPE} = "IRIX" -o ${OSTYPE} = "SunOS" ]; then
37
-		$sympadir/$1.pl $startparam && echo "success" || echo "failure"
37
+	if [ ${OSTYPE} = "IRIX" -o ${OSTYPE} = "SunOS" -o ${OSTYPE} = "FreeBSD" ]; then
38
+	if [ ${OSTYPE} = "IRIX" -o ${OSTYPE} = "FreeBSD" ]; then
38
 		$sympadir/$1.pl $startparam && echo "success" || echo "failure"
39
+		su -m sympa -c "$sympadir/$1.pl $startparam" && echo "success" || echo "failure"
40
 	else
39
 	else
41
 		$sympadir/$1.pl $startparam && success || failure
40
 		$sympadir/$1.pl $startparam && success || failure
42
 	fi
41
@@ -144,9 +150,9 @@
43
@@ -144,7 +150,7 @@
44
 	if [ -f --PIDDIR--/$1.pid ]; then
42
 	if [ -f --PIDDIR--/$1.pid ]; then
45
 		echo $echo_opt "Stopping module $1.pl: "
43
 		echo $echo_opt "Stopping module $1.pl: "
46
 		pid=`head -1 --PIDDIR--/$1.pid`
44
 		pid=`head -1 --PIDDIR--/$1.pid`
47
-		running=`ps -A | grep "$pid"`
45
-		running=`ps -A | grep "$pid"`
48
+		running=`ps -ax | grep perl | grep "$pid"`
46
+		running=`ps -ax | grep perl | grep "$pid"`
49
 		if [ "$running" != "" ]; then
47
 		if [ "$running" != "" ]; then
50
 		    if [ ${OSTYPE} = "IRIX" ]; then
48
-		    if [ ${OSTYPE} = "IRIX" ]; then
49
+		    if [ ${OSTYPE} = "IRIX" -o ${OSTYPE} = "FreeBSD" ]; then
51
 			kill -TERM $pid && echo "success" || echo "failure"
50
 			kill -TERM $pid && echo "success" || echo "failure"
51
 		    elif [ ${OSTYPE} = "SunOS" ]; then
52
 			echo "Stopping module $1.pl: terminated"
52
@@ -180,13 +186,13 @@
53
@@ -180,13 +186,13 @@
53
 # See how we were called.
54
 # See how we were called.
54
 case "$1" in
55
 case "$1" in
(-)/home/clsung/ports/mail/sympa/files/patch-src-sympa_wizard.pl (+19 lines)
Line 0 Link Here
1
--- src/sympa_wizard.pl	Sat Oct 23 19:50:48 2004
2
+++ src/sympa_wizard.pl	Sat Oct 23 19:53:21 2004
3
@@ -308,14 +308,14 @@
4
 	       'advice' =>''},
5
 
6
               {'name' => 'mhonarc',
7
-	       'default' => '/usr/bin/mhonarc',
8
+	       'default' => '/usr/local/bin/mhonarc',
9
 	       'query' => 'Path to MhOnarc mail2html pluggin',
10
 	       'file' => 'wwsympa.conf','edit' => '1',
11
 	       'advice' =>'This is required for HTML mail archiving'},
12
 
13
 	      {'title' => 'S/MIME pluggin'},
14
 	      {'name' => 'openssl',
15
-	       'sample' => '/usr/local/bin/openssl',
16
+	       'sample' => '/usr/bin/openssl',
17
 	       'query' => 'Path to OpenSSL',
18
 	       'file' => 'sympa.conf','edit' => '1',
19
 	       'advice' =>'Sympa knowns S/MIME if openssl is installed'},
(-)/home/clsung/ports/mail/sympa/files/patch-wwsympa-Makefile (+24 lines)
Line 0 Link Here
1
--- wwsympa/Makefile	Sat Oct 23 20:37:35 2004
2
+++ wwsympa/Makefile	Sat Oct 23 20:39:51 2004
3
@@ -21,7 +21,7 @@
4
 
5
 sbin_SUBST	=	bounced.pl archived.pl
6
 
7
-cgi_SUBST	=	wwsympa.fcgi
8
+cgi_SUBST	=	wwsympa.fcgi wwsympa-wrapper
9
 
10
 lib_SUBST	=	wwslib.pm cookielib.pm bounce-lib.pl Marc.pm Auth.pm
11
 
12
@@ -50,9 +50,9 @@
13
 	chown $(USER) $(DESTDIR)$(CGIDIR)/$$i; \
14
 	chgrp $(GROUP) $(DESTDIR)$(CGIDIR)/$$i; \
15
 	done
16
-	@echo "Setting SetUID bit on wwsympa.fcgi..."
17
-	chmod u+s $(DESTDIR)$(CGIDIR)/wwsympa.fcgi
18
-	chmod g+s $(DESTDIR)$(CGIDIR)/wwsympa.fcgi
19
+	@echo "Setting SetUID bit on wwsympa-wrapper..."
20
+	chmod u+s $(DESTDIR)$(CGIDIR)/wwsympa-wrapper
21
+	chmod g+s $(DESTDIR)$(CGIDIR)/wwsympa-wrapper
22
 	chmod 755 $(DESTDIR)$(ETCBINDIR)/wws_templates
23
 	chmod 755 $(DESTDIR)$(ICONSDIR)
24
 	chmod 755 $(DESTDIR)$(LIBDIR)/Marc
(-)/home/clsung/ports/mail/sympa/files/patch-wwsympa-wwsympa-wrapper.c (+11 lines)
Line 0 Link Here
1
--- wwsympa/wwsympa-wrapper.c	Sat Oct 23 20:42:47 2004
2
+++ wwsympa/wwsympa-wrapper.c	Sat Oct 23 20:42:30 2004
3
@@ -0,0 +1,8 @@
4
+#include <unistd.h>
5
+
6
+#define WWSYMPA "/usr/local/sympa/bin/wwsympa.fcgi"
7
+
8
+int main(int argn, char **argv, char **envp) {
9
+    argv[0] = WWSYMPA;
10
+    execve(WWSYMPA,argv,envp);
11
+}
(-)/home/clsung/ports/mail/sympa/files/patch-wwsympa-wwsympa.fcgi (-12 / +12 lines)
Lines 1-19 Link Here
1
--- wwsympa/wwsympa.fcgi	2003/11/28 18:16:39
1
--- wwsympa/wwsympa.fcgi	Mon Jun 21 15:04:16 2004
2
+++ wwsympa/wwsympa.fcgi	2003/12/28 18:16:39
2
+++ wwsympa/wwsympa.fcgi	Sat Oct 23 16:15:08 2004
3
@@ -3523,10 +3523,10 @@
3
@@ -3557,10 +3557,10 @@
4
 	 close MSG;
4
 
5
 
5
 
6
 	 $param->{'spool'}{$id}{'size'} = int( (-s "$Conf{'queuemod'}/$msg") / 1024 + 0.5);
6
 	 $param->{'spool'}{$id}{'size'} = int( (-s "$Conf{'queuemod'}/$msg") / 1024 + 0.5);
7
-	 $param->{'spool'}{$id}{'subject'} =  &MIME::Words::decode_mimewords($mail->head->get('Subject'));
7
-	 $param->{'spool'}{$id}{'subject'} =  &MIME::Words::decode_mimewords($mail->{'msg'}->head->get('Subject'));
8
+	 $param->{'spool'}{$id}{'subject'} =  &tools::decode_mimewords($mail->head->get('Subject'));
8
+	 $param->{'spool'}{$id}{'subject'} =  &tools::decode_mimewords($mail->{'msg'}->head->get('Subject'));
9
 	 $param->{'spool'}{$id}{'subject'} ||= 'no_subject';
9
 	 $param->{'spool'}{$id}{'subject'} ||= 'no_subject';
10
 	 $param->{'spool'}{$id}{'date'} = $mail->head->get('Date');
10
 	 $param->{'spool'}{$id}{'date'} = $mail->{'msg'}->head->get('Date');
11
-	 $param->{'spool'}{$id}{'from'} = &MIME::Words::decode_mimewords($mail->head->get('From'));
11
-	 $param->{'spool'}{$id}{'from'} = &MIME::Words::decode_mimewords($mail->{'msg'}->head->get('From'));
12
+	 $param->{'spool'}{$id}{'from'} = &tools::decode_mimewords($mail->head->get('From'));
12
+	 $param->{'spool'}{$id}{'from'} = &tools::decode_mimewords($mail->{'msg'}->head->get('From'));
13
 	 foreach my $field ('subject','date','from') {
13
 	 foreach my $field ('subject','date','from') {
14
 	     $param->{'spool'}{$id}{$field} =~ s/</&lt;/;
14
 	     $param->{'spool'}{$id}{$field} =~ s/</&lt;/;
15
 	     $param->{'spool'}{$id}{$field} =~ s/>/&gt;/;
15
 	     $param->{'spool'}{$id}{$field} =~ s/>/&gt;/;
16
@@ -3595,7 +3595,7 @@
16
@@ -3629,7 +3629,7 @@
17
 	     unless  ($#sender_hdr == -1) {
17
 	     unless  ($#sender_hdr == -1) {
18
 		 my $rejected_sender = $sender_hdr[0]->address;
18
 		 my $rejected_sender = $sender_hdr[0]->address;
19
 		 my %context;
19
 		 my %context;
Lines 22-28 Link Here
22
 		 $context{'rejected_by'} = $param->{'user'}{'email'};
22
 		 $context{'rejected_by'} = $param->{'user'}{'email'};
23
 		 $list->send_file('reject', $rejected_sender, $robot, \%context);
23
 		 $list->send_file('reject', $rejected_sender, $robot, \%context);
24
 	     }
24
 	     }
25
@@ -4352,7 +4352,7 @@
25
@@ -4381,7 +4381,7 @@
26
 
26
 
27
      ## Decode subject header fields
27
      ## Decode subject header fields
28
      foreach my $m (@{$param->{'res'}}) {
28
      foreach my $m (@{$param->{'res'}}) {
Lines 31-37 Link Here
31
      }
31
      }
32
 
32
 
33
      return 1;
33
      return 1;
34
@@ -9020,7 +9020,7 @@
34
@@ -9135,7 +9135,7 @@
35
      ($param->{'local_to'},$param->{'domain_to'}) = split ('@',$param->{'to'});
35
      ($param->{'local_to'},$param->{'domain_to'}) = split ('@',$param->{'to'});
36
 
36
 
37
      $param->{'mailto'}= &mailto($list,$param->{'to'});
37
      $param->{'mailto'}= &mailto($list,$param->{'to'});
(-)/home/clsung/ports/mail/sympa/pkg-deinstall (-3 / +8 lines)
Lines 3-15 Link Here
3
#
3
#
4
4
5
if [ "$2" != "POST-DEINSTALL" ]; then
5
if [ "$2" != "POST-DEINSTALL" ]; then
6
    exit 0
6
	exit 0
7
fi
7
fi
8
8
9
USER=simpa
9
USER=sympa
10
GROUP=${USER}
11
12
if pw groupshow "${USER}" 2>/dev/null 1>&2; then
13
	echo "To delete the 'sympa' group permanently, use 'pw groupdel ${USER}'"
14
fi
10
15
11
if pw usershow "${USER}" 2>/dev/null 1>&2; then
16
if pw usershow "${USER}" 2>/dev/null 1>&2; then
12
	echo "To delete Sympa user permanently, use 'pw userdel ${USER}'"
17
	echo "To delete the 'sympa' user permanently, use 'pw userdel ${USER}'"
13
fi
18
fi
14
19
15
exit 0
20
exit 0
(-)/home/clsung/ports/mail/sympa/pkg-install (-4 / +36 lines)
Lines 2-12 Link Here
2
# $FreeBSD: ports/mail/sympa/pkg-install,v 1.3 2004/03/16 22:06:03 vanilla Exp $
2
# $FreeBSD: ports/mail/sympa/pkg-install,v 1.3 2004/03/16 22:06:03 vanilla Exp $
3
#
3
#
4
4
5
if [ "$2" = "POST-INSTALL" ]; then
5
if [ x"$2" = xPOST-INSTALL ]; then
6
	mv ${PKG_PREFIX}/etc/rc.d/sympa ${PKG_PREFIX}/etc/rc.d/sympa.sh 2>/dev/null
6
        echo "============================================================"
7
if [ x"${DB_TYPE}" != "x" ]; then
8
        echo "If this is your first installation of sympa, please load"
9
        echo "this file with your ${DB_TYPE} database client:"
10
	echo "    ${PKG_PREFIX}/sympa/bin/create_db.${DB_TYPE}"
11
	echo ""
12
fi
13
	echo "To configure sympa interactively, please run:"
14
	echo "    perl ${PKG_PREFIX}/sympa/bin/sympa_wizard.pl"
15
	echo ""
16
	echo "You may also manually edit the two configuration files:"
17
	echo "    ${PKG_PREFIX}/etc/sympa.conf"
18
	echo "    ${PKG_PREFIX}/etc/wwsympa.conf"
19
        echo "============================================================"
20
        echo "To set up the wwsympa server, add something like this to"
21
        echo "your Apache configuration file:"
22
	echo ""
23
        echo "    DocumentRoot \"${PKG_PREFIX}/sympa\""
24
        echo "    AddDefaultCharset UTF-8"
25
        echo "    DirectoryIndex wws"
26
        echo "    Options +Indexes"
27
if [ x"${WITH_FASTCGI}" != x ]; then
28
        echo "    LoadModule fastcgi_module libexec/apache2/mod_fastcgi.so"
29
	echo "    <Location /wws>"
30
	echo "        SetHandler fastcgi-script"
31
        echo "    </Location>"
32
fi
33
        echo "    <Directory \"${PKG_PREFIX}/sympa\">"
34
        echo "        Allow from all"
35
        echo "    </Directory>"
36
        echo "    ScriptAlias /wws ${PKG_PREFIX}/sympa/bin/wwsympa-wrapper"
37
        echo "============================================================"
38
	exit 0
7
fi
39
fi
8
40
9
if [ "$2" != "PRE-INSTALL" ]; then
41
if [ x"$2" != xPRE-INSTALL ]; then
10
	exit 0
42
	exit 0
11
fi
43
fi
12
44
Lines 26-32 Link Here
26
58
27
if ! pw usershow "${USER}" 2>/dev/null 1>&2; then
59
if ! pw usershow "${USER}" 2>/dev/null 1>&2; then
28
	if pw useradd ${USER} -u ${UID} -g ${GROUP} -h - \
60
	if pw useradd ${USER} -u ${UID} -g ${GROUP} -h - \
29
		-s "/sbin/nologin" -d "/nonexistent" \
61
		-s /sbin/nologin -d /nonexistent \
30
		-c "Sympa Owner"; \
62
		-c "Sympa Owner"; \
31
	then
63
	then
32
		echo "Added user \"${USER}\"."
64
		echo "Added user \"${USER}\"."
(-)/home/clsung/ports/mail/sympa/pkg-plist (-8 / +167 lines)
Lines 1-6 Link Here
1
etc/rc.d/sympa.sh
1
etc/sympa.conf
2
etc/sympa.conf
2
etc/wwsympa.conf
3
etc/wwsympa.conf
3
etc/rc.d/sympa.sh
4
sympa/bin/Archive.pm
4
sympa/bin/Archive.pm
5
sympa/bin/Auth.pm
5
sympa/bin/Auth.pm
6
sympa/bin/CAS.pm
6
sympa/bin/CAS.pm
Lines 71-109 Link Here
71
sympa/bin/etc/scenari/access_web_archive.public
71
sympa/bin/etc/scenari/access_web_archive.public
72
sympa/bin/etc/scenari/add.auth
72
sympa/bin/etc/scenari/add.auth
73
sympa/bin/etc/scenari/add.closed
73
sympa/bin/etc/scenari/add.closed
74
sympa/bin/etc/scenari/add.default
74
sympa/bin/etc/scenari/add.owner
75
sympa/bin/etc/scenari/add.owner
75
sympa/bin/etc/scenari/add.owner_notify
76
sympa/bin/etc/scenari/add.owner_notify
76
sympa/bin/etc/scenari/create_list.intranet
77
sympa/bin/etc/scenari/create_list.intranet
77
sympa/bin/etc/scenari/create_list.listmaster
78
sympa/bin/etc/scenari/create_list.listmaster
78
sympa/bin/etc/scenari/create_list.public_listmaster
79
sympa/bin/etc/scenari/create_list.public_listmaster
80
sympa/bin/etc/scenari/d_edit.default
79
sympa/bin/etc/scenari/d_edit.owner
81
sympa/bin/etc/scenari/d_edit.owner
80
sympa/bin/etc/scenari/d_edit.private
82
sympa/bin/etc/scenari/d_edit.private
81
sympa/bin/etc/scenari/d_edit.public
83
sympa/bin/etc/scenari/d_edit.public
84
sympa/bin/etc/scenari/d_read.default
82
sympa/bin/etc/scenari/d_read.owner
85
sympa/bin/etc/scenari/d_read.owner
83
sympa/bin/etc/scenari/d_read.private
86
sympa/bin/etc/scenari/d_read.private
84
sympa/bin/etc/scenari/d_read.public
87
sympa/bin/etc/scenari/d_read.public
85
sympa/bin/etc/scenari/del.auth
88
sympa/bin/etc/scenari/del.auth
86
sympa/bin/etc/scenari/del.closed
89
sympa/bin/etc/scenari/del.closed
90
sympa/bin/etc/scenari/del.default
87
sympa/bin/etc/scenari/del.owner
91
sympa/bin/etc/scenari/del.owner
88
sympa/bin/etc/scenari/del.owner_notify
92
sympa/bin/etc/scenari/del.owner_notify
89
sympa/bin/etc/scenari/edit_list.closed
93
sympa/bin/etc/scenari/edit_list.closed
90
sympa/bin/etc/scenari/edit_list.owner
94
sympa/bin/etc/scenari/edit_list.owner
91
sympa/bin/etc/scenari/global_remind.listmaster
95
sympa/bin/etc/scenari/global_remind.listmaster
96
sympa/bin/etc/scenari/info.default
92
sympa/bin/etc/scenari/info.open
97
sympa/bin/etc/scenari/info.open
93
sympa/bin/etc/scenari/info.private
98
sympa/bin/etc/scenari/info.private
94
sympa/bin/etc/scenari/invite.closed
99
sympa/bin/etc/scenari/invite.closed
100
sympa/bin/etc/scenari/invite.default
95
sympa/bin/etc/scenari/invite.owner
101
sympa/bin/etc/scenari/invite.owner
96
sympa/bin/etc/scenari/invite.private
102
sympa/bin/etc/scenari/invite.private
97
sympa/bin/etc/scenari/invite.public
103
sympa/bin/etc/scenari/invite.public
104
sympa/bin/etc/scenari/remind.default
98
sympa/bin/etc/scenari/remind.listmaster
105
sympa/bin/etc/scenari/remind.listmaster
99
sympa/bin/etc/scenari/remind.owner
106
sympa/bin/etc/scenari/remind.owner
100
sympa/bin/etc/scenari/review.closed
107
sympa/bin/etc/scenari/review.closed
108
sympa/bin/etc/scenari/review.default
101
sympa/bin/etc/scenari/review.intranet
109
sympa/bin/etc/scenari/review.intranet
102
sympa/bin/etc/scenari/review.listmaster
110
sympa/bin/etc/scenari/review.listmaster
103
sympa/bin/etc/scenari/review.owner
111
sympa/bin/etc/scenari/review.owner
104
sympa/bin/etc/scenari/review.private
112
sympa/bin/etc/scenari/review.private
105
sympa/bin/etc/scenari/review.public
113
sympa/bin/etc/scenari/review.public
106
sympa/bin/etc/scenari/send.closed
114
sympa/bin/etc/scenari/send.closed
115
sympa/bin/etc/scenari/send.default
107
sympa/bin/etc/scenari/send.editor
116
sympa/bin/etc/scenari/send.editor
108
sympa/bin/etc/scenari/send.editorkey
117
sympa/bin/etc/scenari/send.editorkey
109
sympa/bin/etc/scenari/send.editorkeyonly
118
sympa/bin/etc/scenari/send.editorkeyonly
Lines 129-134 Link Here
129
sympa/bin/etc/scenari/subscribe.auth_notify
138
sympa/bin/etc/scenari/subscribe.auth_notify
130
sympa/bin/etc/scenari/subscribe.auth_owner
139
sympa/bin/etc/scenari/subscribe.auth_owner
131
sympa/bin/etc/scenari/subscribe.closed
140
sympa/bin/etc/scenari/subscribe.closed
141
sympa/bin/etc/scenari/subscribe.default
132
sympa/bin/etc/scenari/subscribe.intranet
142
sympa/bin/etc/scenari/subscribe.intranet
133
sympa/bin/etc/scenari/subscribe.intranetorowner
143
sympa/bin/etc/scenari/subscribe.intranetorowner
134
sympa/bin/etc/scenari/subscribe.open
144
sympa/bin/etc/scenari/subscribe.open
Lines 138-152 Link Here
138
sympa/bin/etc/scenari/subscribe.smime
148
sympa/bin/etc/scenari/subscribe.smime
139
sympa/bin/etc/scenari/subscribe.smimeorowner
149
sympa/bin/etc/scenari/subscribe.smimeorowner
140
sympa/bin/etc/scenari/topics_visibility.conceal
150
sympa/bin/etc/scenari/topics_visibility.conceal
151
sympa/bin/etc/scenari/topics_visibility.default
141
sympa/bin/etc/scenari/topics_visibility.identified
152
sympa/bin/etc/scenari/topics_visibility.identified
142
sympa/bin/etc/scenari/topics_visibility.noconceal
153
sympa/bin/etc/scenari/topics_visibility.noconceal
143
sympa/bin/etc/scenari/unsubscribe.auth
154
sympa/bin/etc/scenari/unsubscribe.auth
144
sympa/bin/etc/scenari/unsubscribe.auth_notify
155
sympa/bin/etc/scenari/unsubscribe.auth_notify
145
sympa/bin/etc/scenari/unsubscribe.closed
156
sympa/bin/etc/scenari/unsubscribe.closed
157
sympa/bin/etc/scenari/unsubscribe.default
146
sympa/bin/etc/scenari/unsubscribe.open
158
sympa/bin/etc/scenari/unsubscribe.open
147
sympa/bin/etc/scenari/unsubscribe.open_notify
159
sympa/bin/etc/scenari/unsubscribe.open_notify
148
sympa/bin/etc/scenari/unsubscribe.owner
160
sympa/bin/etc/scenari/unsubscribe.owner
149
sympa/bin/etc/scenari/visibility.conceal
161
sympa/bin/etc/scenari/visibility.conceal
162
sympa/bin/etc/scenari/visibility.default
150
sympa/bin/etc/scenari/visibility.intranet
163
sympa/bin/etc/scenari/visibility.intranet
151
sympa/bin/etc/scenari/visibility.noconceal
164
sympa/bin/etc/scenari/visibility.noconceal
152
sympa/bin/etc/scenari/visibility.secret
165
sympa/bin/etc/scenari/visibility.secret
Lines 163-174 Link Here
163
sympa/bin/etc/templates/bye.pl.tpl
176
sympa/bin/etc/templates/bye.pl.tpl
164
sympa/bin/etc/templates/bye.pt.tpl
177
sympa/bin/etc/templates/bye.pt.tpl
165
sympa/bin/etc/templates/bye.ro.tpl
178
sympa/bin/etc/templates/bye.ro.tpl
179
sympa/bin/etc/templates/bye.tpl
166
sympa/bin/etc/templates/bye.us.tpl
180
sympa/bin/etc/templates/bye.us.tpl
167
sympa/bin/etc/templates/certif_warning.et.tpl
181
sympa/bin/etc/templates/certif_warning.et.tpl
168
sympa/bin/etc/templates/certif_warning.fi.tpl
182
sympa/bin/etc/templates/certif_warning.fi.tpl
169
sympa/bin/etc/templates/certif_warning.fr.tpl
183
sympa/bin/etc/templates/certif_warning.fr.tpl
170
sympa/bin/etc/templates/certif_warning.nl.tpl
184
sympa/bin/etc/templates/certif_warning.nl.tpl
171
sympa/bin/etc/templates/certif_warning.ro.tpl
185
sympa/bin/etc/templates/certif_warning.ro.tpl
186
sympa/bin/etc/templates/certif_warning.tpl
172
sympa/bin/etc/templates/certif_warning.us.tpl
187
sympa/bin/etc/templates/certif_warning.us.tpl
173
sympa/bin/etc/templates/digest.cn.tpl
188
sympa/bin/etc/templates/digest.cn.tpl
174
sympa/bin/etc/templates/digest.cz.tpl
189
sympa/bin/etc/templates/digest.cz.tpl
Lines 182-187 Link Here
182
sympa/bin/etc/templates/digest.nl.tpl
197
sympa/bin/etc/templates/digest.nl.tpl
183
sympa/bin/etc/templates/digest.pl.tpl
198
sympa/bin/etc/templates/digest.pl.tpl
184
sympa/bin/etc/templates/digest.ro.tpl
199
sympa/bin/etc/templates/digest.ro.tpl
200
sympa/bin/etc/templates/digest.tpl
185
sympa/bin/etc/templates/digest.tw.tpl
201
sympa/bin/etc/templates/digest.tw.tpl
186
sympa/bin/etc/templates/digest.us.tpl
202
sympa/bin/etc/templates/digest.us.tpl
187
sympa/bin/etc/templates/expire_deletion.et.tpl
203
sympa/bin/etc/templates/expire_deletion.et.tpl
Lines 189-206 Link Here
189
sympa/bin/etc/templates/expire_deletion.fr.tpl
205
sympa/bin/etc/templates/expire_deletion.fr.tpl
190
sympa/bin/etc/templates/expire_deletion.nl.tpl
206
sympa/bin/etc/templates/expire_deletion.nl.tpl
191
sympa/bin/etc/templates/expire_deletion.ro.tpl
207
sympa/bin/etc/templates/expire_deletion.ro.tpl
208
sympa/bin/etc/templates/expire_deletion.tpl
192
sympa/bin/etc/templates/expire_deletion.us.tpl
209
sympa/bin/etc/templates/expire_deletion.us.tpl
193
sympa/bin/etc/templates/expire_warning1.et.tpl
210
sympa/bin/etc/templates/expire_warning1.et.tpl
194
sympa/bin/etc/templates/expire_warning1.fi.tpl
211
sympa/bin/etc/templates/expire_warning1.fi.tpl
195
sympa/bin/etc/templates/expire_warning1.fr.tpl
212
sympa/bin/etc/templates/expire_warning1.fr.tpl
196
sympa/bin/etc/templates/expire_warning1.nl.tpl
213
sympa/bin/etc/templates/expire_warning1.nl.tpl
197
sympa/bin/etc/templates/expire_warning1.ro.tpl
214
sympa/bin/etc/templates/expire_warning1.ro.tpl
215
sympa/bin/etc/templates/expire_warning1.tpl
198
sympa/bin/etc/templates/expire_warning1.us.tpl
216
sympa/bin/etc/templates/expire_warning1.us.tpl
199
sympa/bin/etc/templates/expire_warning2.et.tpl
217
sympa/bin/etc/templates/expire_warning2.et.tpl
200
sympa/bin/etc/templates/expire_warning2.fi.tpl
218
sympa/bin/etc/templates/expire_warning2.fi.tpl
201
sympa/bin/etc/templates/expire_warning2.fr.tpl
219
sympa/bin/etc/templates/expire_warning2.fr.tpl
202
sympa/bin/etc/templates/expire_warning2.nl.tpl
220
sympa/bin/etc/templates/expire_warning2.nl.tpl
203
sympa/bin/etc/templates/expire_warning2.ro.tpl
221
sympa/bin/etc/templates/expire_warning2.ro.tpl
222
sympa/bin/etc/templates/expire_warning2.tpl
204
sympa/bin/etc/templates/expire_warning2.us.tpl
223
sympa/bin/etc/templates/expire_warning2.us.tpl
205
sympa/bin/etc/templates/global_remind.cz.tpl
224
sympa/bin/etc/templates/global_remind.cz.tpl
206
sympa/bin/etc/templates/global_remind.de.tpl
225
sympa/bin/etc/templates/global_remind.de.tpl
Lines 214-219 Link Here
214
sympa/bin/etc/templates/global_remind.pl.tpl
233
sympa/bin/etc/templates/global_remind.pl.tpl
215
sympa/bin/etc/templates/global_remind.pt.tpl
234
sympa/bin/etc/templates/global_remind.pt.tpl
216
sympa/bin/etc/templates/global_remind.ro.tpl
235
sympa/bin/etc/templates/global_remind.ro.tpl
236
sympa/bin/etc/templates/global_remind.tpl
217
sympa/bin/etc/templates/global_remind.us.tpl
237
sympa/bin/etc/templates/global_remind.us.tpl
218
sympa/bin/etc/templates/helpfile.cz.tpl
238
sympa/bin/etc/templates/helpfile.cz.tpl
219
sympa/bin/etc/templates/helpfile.de.tpl
239
sympa/bin/etc/templates/helpfile.de.tpl
Lines 227-232 Link Here
227
sympa/bin/etc/templates/helpfile.pl.tpl
247
sympa/bin/etc/templates/helpfile.pl.tpl
228
sympa/bin/etc/templates/helpfile.pt.tpl
248
sympa/bin/etc/templates/helpfile.pt.tpl
229
sympa/bin/etc/templates/helpfile.ro.tpl
249
sympa/bin/etc/templates/helpfile.ro.tpl
250
sympa/bin/etc/templates/helpfile.tpl
230
sympa/bin/etc/templates/helpfile.us.tpl
251
sympa/bin/etc/templates/helpfile.us.tpl
231
sympa/bin/etc/templates/info_report.cz.tpl
252
sympa/bin/etc/templates/info_report.cz.tpl
232
sympa/bin/etc/templates/info_report.de.tpl
253
sympa/bin/etc/templates/info_report.de.tpl
Lines 239-244 Link Here
239
sympa/bin/etc/templates/info_report.nl.tpl
260
sympa/bin/etc/templates/info_report.nl.tpl
240
sympa/bin/etc/templates/info_report.pl.tpl
261
sympa/bin/etc/templates/info_report.pl.tpl
241
sympa/bin/etc/templates/info_report.ro.tpl
262
sympa/bin/etc/templates/info_report.ro.tpl
263
sympa/bin/etc/templates/info_report.tpl
242
sympa/bin/etc/templates/info_report.us.tpl
264
sympa/bin/etc/templates/info_report.us.tpl
243
sympa/bin/etc/templates/invite.cz.tpl
265
sympa/bin/etc/templates/invite.cz.tpl
244
sympa/bin/etc/templates/invite.de.tpl
266
sympa/bin/etc/templates/invite.de.tpl
Lines 252-279 Link Here
252
sympa/bin/etc/templates/invite.pl.tpl
274
sympa/bin/etc/templates/invite.pl.tpl
253
sympa/bin/etc/templates/invite.pt.tpl
275
sympa/bin/etc/templates/invite.pt.tpl
254
sympa/bin/etc/templates/invite.ro.tpl
276
sympa/bin/etc/templates/invite.ro.tpl
277
sympa/bin/etc/templates/invite.tpl
255
sympa/bin/etc/templates/invite.us.tpl
278
sympa/bin/etc/templates/invite.us.tpl
256
sympa/bin/etc/templates/list_created.et.tpl
279
sympa/bin/etc/templates/list_created.et.tpl
257
sympa/bin/etc/templates/list_created.fi.tpl
280
sympa/bin/etc/templates/list_created.fi.tpl
258
sympa/bin/etc/templates/list_created.fr.tpl
281
sympa/bin/etc/templates/list_created.fr.tpl
259
sympa/bin/etc/templates/list_created.nl.tpl
282
sympa/bin/etc/templates/list_created.nl.tpl
260
sympa/bin/etc/templates/list_created.ro.tpl
283
sympa/bin/etc/templates/list_created.ro.tpl
284
sympa/bin/etc/templates/list_created.tpl
261
sympa/bin/etc/templates/list_created.us.tpl
285
sympa/bin/etc/templates/list_created.us.tpl
262
sympa/bin/etc/templates/list_rejected.fr.tpl
286
sympa/bin/etc/templates/list_rejected.fr.tpl
287
sympa/bin/etc/templates/list_rejected.tpl
263
sympa/bin/etc/templates/list_rejected.us.tpl
288
sympa/bin/etc/templates/list_rejected.us.tpl
264
sympa/bin/etc/templates/list_unknown.et.tpl
289
sympa/bin/etc/templates/list_unknown.et.tpl
265
sympa/bin/etc/templates/list_unknown.fi.tpl
290
sympa/bin/etc/templates/list_unknown.fi.tpl
266
sympa/bin/etc/templates/list_unknown.nl.tpl
291
sympa/bin/etc/templates/list_unknown.nl.tpl
267
sympa/bin/etc/templates/list_unknown.ro.tpl
292
sympa/bin/etc/templates/list_unknown.ro.tpl
293
sympa/bin/etc/templates/list_unknown.tpl
268
sympa/bin/etc/templates/list_unknown.us.tpl
294
sympa/bin/etc/templates/list_unknown.us.tpl
269
sympa/bin/etc/templates/listmaster_notification.et.tpl
295
sympa/bin/etc/templates/listmaster_notification.et.tpl
270
sympa/bin/etc/templates/listmaster_notification.fi.tpl
296
sympa/bin/etc/templates/listmaster_notification.fi.tpl
271
sympa/bin/etc/templates/listmaster_notification.fr.tpl
297
sympa/bin/etc/templates/listmaster_notification.fr.tpl
272
sympa/bin/etc/templates/listmaster_notification.nl.tpl
298
sympa/bin/etc/templates/listmaster_notification.nl.tpl
299
sympa/bin/etc/templates/listmaster_notification.tpl
273
sympa/bin/etc/templates/listmaster_notification.us.tpl
300
sympa/bin/etc/templates/listmaster_notification.us.tpl
274
sympa/bin/etc/templates/listowner_notification.fi.tpl
301
sympa/bin/etc/templates/listowner_notification.fi.tpl
275
sympa/bin/etc/templates/listowner_notification.fr.tpl
302
sympa/bin/etc/templates/listowner_notification.fr.tpl
276
sympa/bin/etc/templates/listowner_notification.nl.tpl
303
sympa/bin/etc/templates/listowner_notification.nl.tpl
304
sympa/bin/etc/templates/listowner_notification.tpl
277
sympa/bin/etc/templates/listowner_notification.us.tpl
305
sympa/bin/etc/templates/listowner_notification.us.tpl
278
sympa/bin/etc/templates/listowner_notification2.ro.tpl
306
sympa/bin/etc/templates/listowner_notification2.ro.tpl
279
sympa/bin/etc/templates/lists.cz.tpl
307
sympa/bin/etc/templates/lists.cz.tpl
Lines 287-292 Link Here
287
sympa/bin/etc/templates/lists.nl.tpl
315
sympa/bin/etc/templates/lists.nl.tpl
288
sympa/bin/etc/templates/lists.pt.tpl
316
sympa/bin/etc/templates/lists.pt.tpl
289
sympa/bin/etc/templates/lists.ro.tpl
317
sympa/bin/etc/templates/lists.ro.tpl
318
sympa/bin/etc/templates/lists.tpl
290
sympa/bin/etc/templates/lists.us.tpl
319
sympa/bin/etc/templates/lists.us.tpl
291
sympa/bin/etc/templates/moderate.cz.tpl
320
sympa/bin/etc/templates/moderate.cz.tpl
292
sympa/bin/etc/templates/moderate.de.tpl
321
sympa/bin/etc/templates/moderate.de.tpl
Lines 299-304 Link Here
299
sympa/bin/etc/templates/moderate.nl.tpl
328
sympa/bin/etc/templates/moderate.nl.tpl
300
sympa/bin/etc/templates/moderate.pl.tpl
329
sympa/bin/etc/templates/moderate.pl.tpl
301
sympa/bin/etc/templates/moderate.ro.tpl
330
sympa/bin/etc/templates/moderate.ro.tpl
331
sympa/bin/etc/templates/moderate.tpl
302
sympa/bin/etc/templates/moderate.us.tpl
332
sympa/bin/etc/templates/moderate.us.tpl
303
sympa/bin/etc/templates/modindex.cz.tpl
333
sympa/bin/etc/templates/modindex.cz.tpl
304
sympa/bin/etc/templates/modindex.de.tpl
334
sympa/bin/etc/templates/modindex.de.tpl
Lines 311-316 Link Here
311
sympa/bin/etc/templates/modindex.nl.tpl
341
sympa/bin/etc/templates/modindex.nl.tpl
312
sympa/bin/etc/templates/modindex.pl.tpl
342
sympa/bin/etc/templates/modindex.pl.tpl
313
sympa/bin/etc/templates/modindex.ro.tpl
343
sympa/bin/etc/templates/modindex.ro.tpl
344
sympa/bin/etc/templates/modindex.tpl
314
sympa/bin/etc/templates/modindex.us.tpl
345
sympa/bin/etc/templates/modindex.us.tpl
315
sympa/bin/etc/templates/reject.cz.tpl
346
sympa/bin/etc/templates/reject.cz.tpl
316
sympa/bin/etc/templates/reject.de.tpl
347
sympa/bin/etc/templates/reject.de.tpl
Lines 323-328 Link Here
323
sympa/bin/etc/templates/reject.pl.tpl
354
sympa/bin/etc/templates/reject.pl.tpl
324
sympa/bin/etc/templates/reject.pt.tpl
355
sympa/bin/etc/templates/reject.pt.tpl
325
sympa/bin/etc/templates/reject.ro.tpl
356
sympa/bin/etc/templates/reject.ro.tpl
357
sympa/bin/etc/templates/reject.tpl
326
sympa/bin/etc/templates/reject.us.tpl
358
sympa/bin/etc/templates/reject.us.tpl
327
sympa/bin/etc/templates/remind.cz.tpl
359
sympa/bin/etc/templates/remind.cz.tpl
328
sympa/bin/etc/templates/remind.de.tpl
360
sympa/bin/etc/templates/remind.de.tpl
Lines 336-341 Link Here
336
sympa/bin/etc/templates/remind.pl.tpl
368
sympa/bin/etc/templates/remind.pl.tpl
337
sympa/bin/etc/templates/remind.pt.tpl
369
sympa/bin/etc/templates/remind.pt.tpl
338
sympa/bin/etc/templates/remind.ro.tpl
370
sympa/bin/etc/templates/remind.ro.tpl
371
sympa/bin/etc/templates/remind.tpl
339
sympa/bin/etc/templates/remind.us.tpl
372
sympa/bin/etc/templates/remind.us.tpl
340
sympa/bin/etc/templates/removed.cz.tpl
373
sympa/bin/etc/templates/removed.cz.tpl
341
sympa/bin/etc/templates/removed.de.tpl
374
sympa/bin/etc/templates/removed.de.tpl
Lines 349-354 Link Here
349
sympa/bin/etc/templates/removed.pl.tpl
382
sympa/bin/etc/templates/removed.pl.tpl
350
sympa/bin/etc/templates/removed.pt.tpl
383
sympa/bin/etc/templates/removed.pt.tpl
351
sympa/bin/etc/templates/removed.ro.tpl
384
sympa/bin/etc/templates/removed.ro.tpl
385
sympa/bin/etc/templates/removed.tpl
352
sympa/bin/etc/templates/removed.us.tpl
386
sympa/bin/etc/templates/removed.us.tpl
353
sympa/bin/etc/templates/review.cz.tpl
387
sympa/bin/etc/templates/review.cz.tpl
354
sympa/bin/etc/templates/review.de.tpl
388
sympa/bin/etc/templates/review.de.tpl
Lines 361-366 Link Here
361
sympa/bin/etc/templates/review.nl.tpl
395
sympa/bin/etc/templates/review.nl.tpl
362
sympa/bin/etc/templates/review.pl.tpl
396
sympa/bin/etc/templates/review.pl.tpl
363
sympa/bin/etc/templates/review.ro.tpl
397
sympa/bin/etc/templates/review.ro.tpl
398
sympa/bin/etc/templates/review.tpl
364
sympa/bin/etc/templates/review.us.tpl
399
sympa/bin/etc/templates/review.us.tpl
365
sympa/bin/etc/templates/sendpasswd.cn.tpl
400
sympa/bin/etc/templates/sendpasswd.cn.tpl
366
sympa/bin/etc/templates/sendpasswd.cz.tpl
401
sympa/bin/etc/templates/sendpasswd.cz.tpl
Lines 373-378 Link Here
373
sympa/bin/etc/templates/sendpasswd.it.tpl
408
sympa/bin/etc/templates/sendpasswd.it.tpl
374
sympa/bin/etc/templates/sendpasswd.nl.tpl
409
sympa/bin/etc/templates/sendpasswd.nl.tpl
375
sympa/bin/etc/templates/sendpasswd.ro.tpl
410
sympa/bin/etc/templates/sendpasswd.ro.tpl
411
sympa/bin/etc/templates/sendpasswd.tpl
376
sympa/bin/etc/templates/sendpasswd.us.tpl
412
sympa/bin/etc/templates/sendpasswd.us.tpl
377
sympa/bin/etc/templates/stats_report.cz.tpl
413
sympa/bin/etc/templates/stats_report.cz.tpl
378
sympa/bin/etc/templates/stats_report.de.tpl
414
sympa/bin/etc/templates/stats_report.de.tpl
Lines 385-399 Link Here
385
sympa/bin/etc/templates/stats_report.nl.tpl
421
sympa/bin/etc/templates/stats_report.nl.tpl
386
sympa/bin/etc/templates/stats_report.pl.tpl
422
sympa/bin/etc/templates/stats_report.pl.tpl
387
sympa/bin/etc/templates/stats_report.ro.tpl
423
sympa/bin/etc/templates/stats_report.ro.tpl
424
sympa/bin/etc/templates/stats_report.tpl
388
sympa/bin/etc/templates/stats_report.us.tpl
425
sympa/bin/etc/templates/stats_report.us.tpl
389
sympa/bin/etc/templates/subscriber_notification.fr.tpl
426
sympa/bin/etc/templates/subscriber_notification.fr.tpl
427
sympa/bin/etc/templates/subscriber_notification.tpl
390
sympa/bin/etc/templates/subscriber_notification.us.tpl
428
sympa/bin/etc/templates/subscriber_notification.us.tpl
391
sympa/bin/etc/templates/summary.et.tpl
429
sympa/bin/etc/templates/summary.et.tpl
392
sympa/bin/etc/templates/summary.fi.tpl
430
sympa/bin/etc/templates/summary.fi.tpl
393
sympa/bin/etc/templates/summary.nl.tpl
431
sympa/bin/etc/templates/summary.nl.tpl
394
sympa/bin/etc/templates/summary.ro.tpl
432
sympa/bin/etc/templates/summary.ro.tpl
433
sympa/bin/etc/templates/summary.tpl
395
sympa/bin/etc/templates/summary.us.tpl
434
sympa/bin/etc/templates/summary.us.tpl
396
sympa/bin/etc/templates/urlized_part.fr.tpl
435
sympa/bin/etc/templates/urlized_part.fr.tpl
436
sympa/bin/etc/templates/urlized_part.tpl
397
sympa/bin/etc/templates/urlized_part.us.tpl
437
sympa/bin/etc/templates/urlized_part.us.tpl
398
sympa/bin/etc/templates/welcome.cz.tpl
438
sympa/bin/etc/templates/welcome.cz.tpl
399
sympa/bin/etc/templates/welcome.de.tpl
439
sympa/bin/etc/templates/welcome.de.tpl
Lines 407-412 Link Here
407
sympa/bin/etc/templates/welcome.pl.tpl
447
sympa/bin/etc/templates/welcome.pl.tpl
408
sympa/bin/etc/templates/welcome.pt.tpl
448
sympa/bin/etc/templates/welcome.pt.tpl
409
sympa/bin/etc/templates/welcome.ro.tpl
449
sympa/bin/etc/templates/welcome.ro.tpl
450
sympa/bin/etc/templates/welcome.tpl
410
sympa/bin/etc/templates/welcome.us.tpl
451
sympa/bin/etc/templates/welcome.us.tpl
411
sympa/bin/etc/templates/x509-user-cert-missing.cz.tpl
452
sympa/bin/etc/templates/x509-user-cert-missing.cz.tpl
412
sympa/bin/etc/templates/x509-user-cert-missing.de.tpl
453
sympa/bin/etc/templates/x509-user-cert-missing.de.tpl
Lines 416-421 Link Here
416
sympa/bin/etc/templates/x509-user-cert-missing.hu.tpl
457
sympa/bin/etc/templates/x509-user-cert-missing.hu.tpl
417
sympa/bin/etc/templates/x509-user-cert-missing.nl.tpl
458
sympa/bin/etc/templates/x509-user-cert-missing.nl.tpl
418
sympa/bin/etc/templates/x509-user-cert-missing.ro.tpl
459
sympa/bin/etc/templates/x509-user-cert-missing.ro.tpl
460
sympa/bin/etc/templates/x509-user-cert-missing.tpl
419
sympa/bin/etc/templates/x509-user-cert-missing.us.tpl
461
sympa/bin/etc/templates/x509-user-cert-missing.us.tpl
420
sympa/bin/etc/templates/your_infected_msg.de.tpl
462
sympa/bin/etc/templates/your_infected_msg.de.tpl
421
sympa/bin/etc/templates/your_infected_msg.et.tpl
463
sympa/bin/etc/templates/your_infected_msg.et.tpl
Lines 424-429 Link Here
424
sympa/bin/etc/templates/your_infected_msg.it.tpl
466
sympa/bin/etc/templates/your_infected_msg.it.tpl
425
sympa/bin/etc/templates/your_infected_msg.nl.tpl
467
sympa/bin/etc/templates/your_infected_msg.nl.tpl
426
sympa/bin/etc/templates/your_infected_msg.ro.tpl
468
sympa/bin/etc/templates/your_infected_msg.ro.tpl
469
sympa/bin/etc/templates/your_infected_msg.tpl
427
sympa/bin/etc/templates/your_infected_msg.us.tpl
470
sympa/bin/etc/templates/your_infected_msg.us.tpl
428
sympa/bin/etc/topics.conf
471
sympa/bin/etc/topics.conf
429
sympa/bin/etc/wws_templates/add_request.cn.tpl
472
sympa/bin/etc/wws_templates/add_request.cn.tpl
Lines 437-442 Link Here
437
sympa/bin/etc/wws_templates/add_request.it.tpl
480
sympa/bin/etc/wws_templates/add_request.it.tpl
438
sympa/bin/etc/wws_templates/add_request.nl.tpl
481
sympa/bin/etc/wws_templates/add_request.nl.tpl
439
sympa/bin/etc/wws_templates/add_request.ro.tpl
482
sympa/bin/etc/wws_templates/add_request.ro.tpl
483
sympa/bin/etc/wws_templates/add_request.tpl
440
sympa/bin/etc/wws_templates/add_request.us.tpl
484
sympa/bin/etc/wws_templates/add_request.us.tpl
441
sympa/bin/etc/wws_templates/admin.cn.tpl
485
sympa/bin/etc/wws_templates/admin.cn.tpl
442
sympa/bin/etc/wws_templates/admin.cz.tpl
486
sympa/bin/etc/wws_templates/admin.cz.tpl
Lines 448-453 Link Here
448
sympa/bin/etc/wws_templates/admin.hu.tpl
492
sympa/bin/etc/wws_templates/admin.hu.tpl
449
sympa/bin/etc/wws_templates/admin.it.tpl
493
sympa/bin/etc/wws_templates/admin.it.tpl
450
sympa/bin/etc/wws_templates/admin.ro.tpl
494
sympa/bin/etc/wws_templates/admin.ro.tpl
495
sympa/bin/etc/wws_templates/admin.tpl
451
sympa/bin/etc/wws_templates/admin.us.tpl
496
sympa/bin/etc/wws_templates/admin.us.tpl
452
sympa/bin/etc/wws_templates/admin_menu.cn.tpl
497
sympa/bin/etc/wws_templates/admin_menu.cn.tpl
453
sympa/bin/etc/wws_templates/admin_menu.cz.tpl
498
sympa/bin/etc/wws_templates/admin_menu.cz.tpl
Lines 460-465 Link Here
460
sympa/bin/etc/wws_templates/admin_menu.it.tpl
505
sympa/bin/etc/wws_templates/admin_menu.it.tpl
461
sympa/bin/etc/wws_templates/admin_menu.nl.tpl
506
sympa/bin/etc/wws_templates/admin_menu.nl.tpl
462
sympa/bin/etc/wws_templates/admin_menu.ro.tpl
507
sympa/bin/etc/wws_templates/admin_menu.ro.tpl
508
sympa/bin/etc/wws_templates/admin_menu.tpl
463
sympa/bin/etc/wws_templates/admin_menu.us.tpl
509
sympa/bin/etc/wws_templates/admin_menu.us.tpl
464
sympa/bin/etc/wws_templates/arc.cn.tpl
510
sympa/bin/etc/wws_templates/arc.cn.tpl
465
sympa/bin/etc/wws_templates/arc.cz.tpl
511
sympa/bin/etc/wws_templates/arc.cz.tpl
Lines 472-479 Link Here
472
sympa/bin/etc/wws_templates/arc.it.tpl
518
sympa/bin/etc/wws_templates/arc.it.tpl
473
sympa/bin/etc/wws_templates/arc.nl.tpl
519
sympa/bin/etc/wws_templates/arc.nl.tpl
474
sympa/bin/etc/wws_templates/arc.ro.tpl
520
sympa/bin/etc/wws_templates/arc.ro.tpl
521
sympa/bin/etc/wws_templates/arc.tpl
475
sympa/bin/etc/wws_templates/arc.us.tpl
522
sympa/bin/etc/wws_templates/arc.us.tpl
476
sympa/bin/etc/wws_templates/arc_manage.fr.tpl
523
sympa/bin/etc/wws_templates/arc_manage.fr.tpl
524
sympa/bin/etc/wws_templates/arc_manage.tpl
477
sympa/bin/etc/wws_templates/arc_manage.us.tpl
525
sympa/bin/etc/wws_templates/arc_manage.us.tpl
478
sympa/bin/etc/wws_templates/arc_protect.cn.tpl
526
sympa/bin/etc/wws_templates/arc_protect.cn.tpl
479
sympa/bin/etc/wws_templates/arc_protect.cz.tpl
527
sympa/bin/etc/wws_templates/arc_protect.cz.tpl
Lines 486-491 Link Here
486
sympa/bin/etc/wws_templates/arc_protect.it.tpl
534
sympa/bin/etc/wws_templates/arc_protect.it.tpl
487
sympa/bin/etc/wws_templates/arc_protect.nl.tpl
535
sympa/bin/etc/wws_templates/arc_protect.nl.tpl
488
sympa/bin/etc/wws_templates/arc_protect.ro.tpl
536
sympa/bin/etc/wws_templates/arc_protect.ro.tpl
537
sympa/bin/etc/wws_templates/arc_protect.tpl
489
sympa/bin/etc/wws_templates/arc_protect.us.tpl
538
sympa/bin/etc/wws_templates/arc_protect.us.tpl
490
sympa/bin/etc/wws_templates/arcsearch.cn.tpl
539
sympa/bin/etc/wws_templates/arcsearch.cn.tpl
491
sympa/bin/etc/wws_templates/arcsearch.cz.tpl
540
sympa/bin/etc/wws_templates/arcsearch.cz.tpl
Lines 498-503 Link Here
498
sympa/bin/etc/wws_templates/arcsearch.it.tpl
547
sympa/bin/etc/wws_templates/arcsearch.it.tpl
499
sympa/bin/etc/wws_templates/arcsearch.nl.tpl
548
sympa/bin/etc/wws_templates/arcsearch.nl.tpl
500
sympa/bin/etc/wws_templates/arcsearch.ro.tpl
549
sympa/bin/etc/wws_templates/arcsearch.ro.tpl
550
sympa/bin/etc/wws_templates/arcsearch.tpl
501
sympa/bin/etc/wws_templates/arcsearch.us.tpl
551
sympa/bin/etc/wws_templates/arcsearch.us.tpl
502
sympa/bin/etc/wws_templates/arcsearch_form.cn.tpl
552
sympa/bin/etc/wws_templates/arcsearch_form.cn.tpl
503
sympa/bin/etc/wws_templates/arcsearch_form.cz.tpl
553
sympa/bin/etc/wws_templates/arcsearch_form.cz.tpl
Lines 510-519 Link Here
510
sympa/bin/etc/wws_templates/arcsearch_form.it.tpl
560
sympa/bin/etc/wws_templates/arcsearch_form.it.tpl
511
sympa/bin/etc/wws_templates/arcsearch_form.nl.tpl
561
sympa/bin/etc/wws_templates/arcsearch_form.nl.tpl
512
sympa/bin/etc/wws_templates/arcsearch_form.ro.tpl
562
sympa/bin/etc/wws_templates/arcsearch_form.ro.tpl
563
sympa/bin/etc/wws_templates/arcsearch_form.tpl
513
sympa/bin/etc/wws_templates/arcsearch_form.us.tpl
564
sympa/bin/etc/wws_templates/arcsearch_form.us.tpl
514
sympa/bin/etc/wws_templates/button_footer.fi.tpl
565
sympa/bin/etc/wws_templates/button_footer.fi.tpl
566
sympa/bin/etc/wws_templates/button_footer.tpl
515
sympa/bin/etc/wws_templates/button_footer.us.tpl
567
sympa/bin/etc/wws_templates/button_footer.us.tpl
516
sympa/bin/etc/wws_templates/button_header.fi.tpl
568
sympa/bin/etc/wws_templates/button_header.fi.tpl
569
sympa/bin/etc/wws_templates/button_header.tpl
517
sympa/bin/etc/wws_templates/button_header.us.tpl
570
sympa/bin/etc/wws_templates/button_header.us.tpl
518
sympa/bin/etc/wws_templates/change_email.cn.tpl
571
sympa/bin/etc/wws_templates/change_email.cn.tpl
519
sympa/bin/etc/wws_templates/change_email.cz.tpl
572
sympa/bin/etc/wws_templates/change_email.cz.tpl
Lines 526-531 Link Here
526
sympa/bin/etc/wws_templates/change_email.it.tpl
579
sympa/bin/etc/wws_templates/change_email.it.tpl
527
sympa/bin/etc/wws_templates/change_email.nl.tpl
580
sympa/bin/etc/wws_templates/change_email.nl.tpl
528
sympa/bin/etc/wws_templates/change_email.ro.tpl
581
sympa/bin/etc/wws_templates/change_email.ro.tpl
582
sympa/bin/etc/wws_templates/change_email.tpl
529
sympa/bin/etc/wws_templates/change_email.us.tpl
583
sympa/bin/etc/wws_templates/change_email.us.tpl
530
sympa/bin/etc/wws_templates/choosepasswd.cn.tpl
584
sympa/bin/etc/wws_templates/choosepasswd.cn.tpl
531
sympa/bin/etc/wws_templates/choosepasswd.cz.tpl
585
sympa/bin/etc/wws_templates/choosepasswd.cz.tpl
Lines 538-543 Link Here
538
sympa/bin/etc/wws_templates/choosepasswd.it.tpl
592
sympa/bin/etc/wws_templates/choosepasswd.it.tpl
539
sympa/bin/etc/wws_templates/choosepasswd.nl.tpl
593
sympa/bin/etc/wws_templates/choosepasswd.nl.tpl
540
sympa/bin/etc/wws_templates/choosepasswd.ro.tpl
594
sympa/bin/etc/wws_templates/choosepasswd.ro.tpl
595
sympa/bin/etc/wws_templates/choosepasswd.tpl
541
sympa/bin/etc/wws_templates/choosepasswd.us.tpl
596
sympa/bin/etc/wws_templates/choosepasswd.us.tpl
542
sympa/bin/etc/wws_templates/close_list.cn.tpl
597
sympa/bin/etc/wws_templates/close_list.cn.tpl
543
sympa/bin/etc/wws_templates/close_list.cz.tpl
598
sympa/bin/etc/wws_templates/close_list.cz.tpl
Lines 550-555 Link Here
550
sympa/bin/etc/wws_templates/close_list.it.tpl
605
sympa/bin/etc/wws_templates/close_list.it.tpl
551
sympa/bin/etc/wws_templates/close_list.nl.tpl
606
sympa/bin/etc/wws_templates/close_list.nl.tpl
552
sympa/bin/etc/wws_templates/close_list.ro.tpl
607
sympa/bin/etc/wws_templates/close_list.ro.tpl
608
sympa/bin/etc/wws_templates/close_list.tpl
553
sympa/bin/etc/wws_templates/close_list.us.tpl
609
sympa/bin/etc/wws_templates/close_list.us.tpl
554
sympa/bin/etc/wws_templates/close_list_request.es.tpl
610
sympa/bin/etc/wws_templates/close_list_request.es.tpl
555
sympa/bin/etc/wws_templates/compose_mail.cn.tpl
611
sympa/bin/etc/wws_templates/compose_mail.cn.tpl
Lines 562-567 Link Here
562
sympa/bin/etc/wws_templates/compose_mail.hu.tpl
618
sympa/bin/etc/wws_templates/compose_mail.hu.tpl
563
sympa/bin/etc/wws_templates/compose_mail.nl.tpl
619
sympa/bin/etc/wws_templates/compose_mail.nl.tpl
564
sympa/bin/etc/wws_templates/compose_mail.ro.tpl
620
sympa/bin/etc/wws_templates/compose_mail.ro.tpl
621
sympa/bin/etc/wws_templates/compose_mail.tpl
565
sympa/bin/etc/wws_templates/compose_mail.us.tpl
622
sympa/bin/etc/wws_templates/compose_mail.us.tpl
566
sympa/bin/etc/wws_templates/create_list.cn.tpl
623
sympa/bin/etc/wws_templates/create_list.cn.tpl
567
sympa/bin/etc/wws_templates/create_list.cz.tpl
624
sympa/bin/etc/wws_templates/create_list.cz.tpl
Lines 574-579 Link Here
574
sympa/bin/etc/wws_templates/create_list.it.tpl
631
sympa/bin/etc/wws_templates/create_list.it.tpl
575
sympa/bin/etc/wws_templates/create_list.nl.tpl
632
sympa/bin/etc/wws_templates/create_list.nl.tpl
576
sympa/bin/etc/wws_templates/create_list.ro.tpl
633
sympa/bin/etc/wws_templates/create_list.ro.tpl
634
sympa/bin/etc/wws_templates/create_list.tpl
577
sympa/bin/etc/wws_templates/create_list.us.tpl
635
sympa/bin/etc/wws_templates/create_list.us.tpl
578
sympa/bin/etc/wws_templates/create_list_request.cn.tpl
636
sympa/bin/etc/wws_templates/create_list_request.cn.tpl
579
sympa/bin/etc/wws_templates/create_list_request.cz.tpl
637
sympa/bin/etc/wws_templates/create_list_request.cz.tpl
Lines 586-591 Link Here
586
sympa/bin/etc/wws_templates/create_list_request.it.tpl
644
sympa/bin/etc/wws_templates/create_list_request.it.tpl
587
sympa/bin/etc/wws_templates/create_list_request.nl.tpl
645
sympa/bin/etc/wws_templates/create_list_request.nl.tpl
588
sympa/bin/etc/wws_templates/create_list_request.ro.tpl
646
sympa/bin/etc/wws_templates/create_list_request.ro.tpl
647
sympa/bin/etc/wws_templates/create_list_request.tpl
589
sympa/bin/etc/wws_templates/create_list_request.us.tpl
648
sympa/bin/etc/wws_templates/create_list_request.us.tpl
590
sympa/bin/etc/wws_templates/d_control.cn.tpl
649
sympa/bin/etc/wws_templates/d_control.cn.tpl
591
sympa/bin/etc/wws_templates/d_control.cz.tpl
650
sympa/bin/etc/wws_templates/d_control.cz.tpl
Lines 598-603 Link Here
598
sympa/bin/etc/wws_templates/d_control.it.tpl
657
sympa/bin/etc/wws_templates/d_control.it.tpl
599
sympa/bin/etc/wws_templates/d_control.nl.tpl
658
sympa/bin/etc/wws_templates/d_control.nl.tpl
600
sympa/bin/etc/wws_templates/d_control.ro.tpl
659
sympa/bin/etc/wws_templates/d_control.ro.tpl
660
sympa/bin/etc/wws_templates/d_control.tpl
601
sympa/bin/etc/wws_templates/d_control.us.tpl
661
sympa/bin/etc/wws_templates/d_control.us.tpl
602
sympa/bin/etc/wws_templates/d_editfile.cn.tpl
662
sympa/bin/etc/wws_templates/d_editfile.cn.tpl
603
sympa/bin/etc/wws_templates/d_editfile.cz.tpl
663
sympa/bin/etc/wws_templates/d_editfile.cz.tpl
Lines 610-615 Link Here
610
sympa/bin/etc/wws_templates/d_editfile.it.tpl
670
sympa/bin/etc/wws_templates/d_editfile.it.tpl
611
sympa/bin/etc/wws_templates/d_editfile.nl.tpl
671
sympa/bin/etc/wws_templates/d_editfile.nl.tpl
612
sympa/bin/etc/wws_templates/d_editfile.ro.tpl
672
sympa/bin/etc/wws_templates/d_editfile.ro.tpl
673
sympa/bin/etc/wws_templates/d_editfile.tpl
613
sympa/bin/etc/wws_templates/d_editfile.us.tpl
674
sympa/bin/etc/wws_templates/d_editfile.us.tpl
614
sympa/bin/etc/wws_templates/d_read.cn.tpl
675
sympa/bin/etc/wws_templates/d_read.cn.tpl
615
sympa/bin/etc/wws_templates/d_read.cz.tpl
676
sympa/bin/etc/wws_templates/d_read.cz.tpl
Lines 622-627 Link Here
622
sympa/bin/etc/wws_templates/d_read.it.tpl
683
sympa/bin/etc/wws_templates/d_read.it.tpl
623
sympa/bin/etc/wws_templates/d_read.nl.tpl
684
sympa/bin/etc/wws_templates/d_read.nl.tpl
624
sympa/bin/etc/wws_templates/d_read.ro.tpl
685
sympa/bin/etc/wws_templates/d_read.ro.tpl
686
sympa/bin/etc/wws_templates/d_read.tpl
625
sympa/bin/etc/wws_templates/d_read.us.tpl
687
sympa/bin/etc/wws_templates/d_read.us.tpl
626
sympa/bin/etc/wws_templates/edit_list_request.cn.tpl
688
sympa/bin/etc/wws_templates/edit_list_request.cn.tpl
627
sympa/bin/etc/wws_templates/edit_list_request.cz.tpl
689
sympa/bin/etc/wws_templates/edit_list_request.cz.tpl
Lines 634-639 Link Here
634
sympa/bin/etc/wws_templates/edit_list_request.it.tpl
696
sympa/bin/etc/wws_templates/edit_list_request.it.tpl
635
sympa/bin/etc/wws_templates/edit_list_request.nl.tpl
697
sympa/bin/etc/wws_templates/edit_list_request.nl.tpl
636
sympa/bin/etc/wws_templates/edit_list_request.ro.tpl
698
sympa/bin/etc/wws_templates/edit_list_request.ro.tpl
699
sympa/bin/etc/wws_templates/edit_list_request.tpl
637
sympa/bin/etc/wws_templates/edit_list_request.us.tpl
700
sympa/bin/etc/wws_templates/edit_list_request.us.tpl
638
sympa/bin/etc/wws_templates/editfile.cn.tpl
701
sympa/bin/etc/wws_templates/editfile.cn.tpl
639
sympa/bin/etc/wws_templates/editfile.cz.tpl
702
sympa/bin/etc/wws_templates/editfile.cz.tpl
Lines 646-651 Link Here
646
sympa/bin/etc/wws_templates/editfile.it.tpl
709
sympa/bin/etc/wws_templates/editfile.it.tpl
647
sympa/bin/etc/wws_templates/editfile.nl.tpl
710
sympa/bin/etc/wws_templates/editfile.nl.tpl
648
sympa/bin/etc/wws_templates/editfile.ro.tpl
711
sympa/bin/etc/wws_templates/editfile.ro.tpl
712
sympa/bin/etc/wws_templates/editfile.tpl
649
sympa/bin/etc/wws_templates/editfile.us.tpl
713
sympa/bin/etc/wws_templates/editfile.us.tpl
650
sympa/bin/etc/wws_templates/editsubscriber.cn.tpl
714
sympa/bin/etc/wws_templates/editsubscriber.cn.tpl
651
sympa/bin/etc/wws_templates/editsubscriber.cz.tpl
715
sympa/bin/etc/wws_templates/editsubscriber.cz.tpl
Lines 658-663 Link Here
658
sympa/bin/etc/wws_templates/editsubscriber.it.tpl
722
sympa/bin/etc/wws_templates/editsubscriber.it.tpl
659
sympa/bin/etc/wws_templates/editsubscriber.nl.tpl
723
sympa/bin/etc/wws_templates/editsubscriber.nl.tpl
660
sympa/bin/etc/wws_templates/editsubscriber.ro.tpl
724
sympa/bin/etc/wws_templates/editsubscriber.ro.tpl
725
sympa/bin/etc/wws_templates/editsubscriber.tpl
661
sympa/bin/etc/wws_templates/editsubscriber.us.tpl
726
sympa/bin/etc/wws_templates/editsubscriber.us.tpl
662
sympa/bin/etc/wws_templates/error.cn.tpl
727
sympa/bin/etc/wws_templates/error.cn.tpl
663
sympa/bin/etc/wws_templates/error.cz.tpl
728
sympa/bin/etc/wws_templates/error.cz.tpl
Lines 670-675 Link Here
670
sympa/bin/etc/wws_templates/error.it.tpl
735
sympa/bin/etc/wws_templates/error.it.tpl
671
sympa/bin/etc/wws_templates/error.nl.tpl
736
sympa/bin/etc/wws_templates/error.nl.tpl
672
sympa/bin/etc/wws_templates/error.ro.tpl
737
sympa/bin/etc/wws_templates/error.ro.tpl
738
sympa/bin/etc/wws_templates/error.tpl
673
sympa/bin/etc/wws_templates/error.us.tpl
739
sympa/bin/etc/wws_templates/error.us.tpl
674
sympa/bin/etc/wws_templates/get_closed_lists.es.tpl
740
sympa/bin/etc/wws_templates/get_closed_lists.es.tpl
675
sympa/bin/etc/wws_templates/get_closed_lists.et.tpl
741
sympa/bin/etc/wws_templates/get_closed_lists.et.tpl
Lines 677-683 Link Here
677
sympa/bin/etc/wws_templates/get_closed_lists.fr.tpl
743
sympa/bin/etc/wws_templates/get_closed_lists.fr.tpl
678
sympa/bin/etc/wws_templates/get_closed_lists.nl.tpl
744
sympa/bin/etc/wws_templates/get_closed_lists.nl.tpl
679
sympa/bin/etc/wws_templates/get_closed_lists.ro.tpl
745
sympa/bin/etc/wws_templates/get_closed_lists.ro.tpl
746
sympa/bin/etc/wws_templates/get_closed_lists.tpl
680
sympa/bin/etc/wws_templates/get_closed_lists.us.tpl
747
sympa/bin/etc/wws_templates/get_closed_lists.us.tpl
748
sympa/bin/etc/wws_templates/get_inactive_lists.tpl
681
sympa/bin/etc/wws_templates/get_inactive_lists.us.tpl
749
sympa/bin/etc/wws_templates/get_inactive_lists.us.tpl
682
sympa/bin/etc/wws_templates/get_latest_lists.es.tpl
750
sympa/bin/etc/wws_templates/get_latest_lists.es.tpl
683
sympa/bin/etc/wws_templates/get_latest_lists.et.tpl
751
sympa/bin/etc/wws_templates/get_latest_lists.et.tpl
Lines 685-690 Link Here
685
sympa/bin/etc/wws_templates/get_latest_lists.fr.tpl
753
sympa/bin/etc/wws_templates/get_latest_lists.fr.tpl
686
sympa/bin/etc/wws_templates/get_latest_lists.nl.tpl
754
sympa/bin/etc/wws_templates/get_latest_lists.nl.tpl
687
sympa/bin/etc/wws_templates/get_latest_lists.ro.tpl
755
sympa/bin/etc/wws_templates/get_latest_lists.ro.tpl
756
sympa/bin/etc/wws_templates/get_latest_lists.tpl
688
sympa/bin/etc/wws_templates/get_latest_lists.us.tpl
757
sympa/bin/etc/wws_templates/get_latest_lists.us.tpl
689
sympa/bin/etc/wws_templates/get_pending_lists.cn.tpl
758
sympa/bin/etc/wws_templates/get_pending_lists.cn.tpl
690
sympa/bin/etc/wws_templates/get_pending_lists.cz.tpl
759
sympa/bin/etc/wws_templates/get_pending_lists.cz.tpl
Lines 697-702 Link Here
697
sympa/bin/etc/wws_templates/get_pending_lists.it.tpl
766
sympa/bin/etc/wws_templates/get_pending_lists.it.tpl
698
sympa/bin/etc/wws_templates/get_pending_lists.nl.tpl
767
sympa/bin/etc/wws_templates/get_pending_lists.nl.tpl
699
sympa/bin/etc/wws_templates/get_pending_lists.ro.tpl
768
sympa/bin/etc/wws_templates/get_pending_lists.ro.tpl
769
sympa/bin/etc/wws_templates/get_pending_lists.tpl
700
sympa/bin/etc/wws_templates/get_pending_lists.us.tpl
770
sympa/bin/etc/wws_templates/get_pending_lists.us.tpl
701
sympa/bin/etc/wws_templates/help.cn.tpl
771
sympa/bin/etc/wws_templates/help.cn.tpl
702
sympa/bin/etc/wws_templates/help.cz.tpl
772
sympa/bin/etc/wws_templates/help.cz.tpl
Lines 709-714 Link Here
709
sympa/bin/etc/wws_templates/help.it.tpl
779
sympa/bin/etc/wws_templates/help.it.tpl
710
sympa/bin/etc/wws_templates/help.nl.tpl
780
sympa/bin/etc/wws_templates/help.nl.tpl
711
sympa/bin/etc/wws_templates/help.ro.tpl
781
sympa/bin/etc/wws_templates/help.ro.tpl
782
sympa/bin/etc/wws_templates/help.tpl
712
sympa/bin/etc/wws_templates/help.us.tpl
783
sympa/bin/etc/wws_templates/help.us.tpl
713
sympa/bin/etc/wws_templates/help_admin.cn.tpl
784
sympa/bin/etc/wws_templates/help_admin.cn.tpl
714
sympa/bin/etc/wws_templates/help_admin.cz.tpl
785
sympa/bin/etc/wws_templates/help_admin.cz.tpl
Lines 721-726 Link Here
721
sympa/bin/etc/wws_templates/help_admin.it.tpl
792
sympa/bin/etc/wws_templates/help_admin.it.tpl
722
sympa/bin/etc/wws_templates/help_admin.nl.tpl
793
sympa/bin/etc/wws_templates/help_admin.nl.tpl
723
sympa/bin/etc/wws_templates/help_admin.ro.tpl
794
sympa/bin/etc/wws_templates/help_admin.ro.tpl
795
sympa/bin/etc/wws_templates/help_admin.tpl
724
sympa/bin/etc/wws_templates/help_admin.us.tpl
796
sympa/bin/etc/wws_templates/help_admin.us.tpl
725
sympa/bin/etc/wws_templates/help_editfile.cn.tpl
797
sympa/bin/etc/wws_templates/help_editfile.cn.tpl
726
sympa/bin/etc/wws_templates/help_editfile.cz.tpl
798
sympa/bin/etc/wws_templates/help_editfile.cz.tpl
Lines 733-738 Link Here
733
sympa/bin/etc/wws_templates/help_editfile.it.tpl
805
sympa/bin/etc/wws_templates/help_editfile.it.tpl
734
sympa/bin/etc/wws_templates/help_editfile.nl.tpl
806
sympa/bin/etc/wws_templates/help_editfile.nl.tpl
735
sympa/bin/etc/wws_templates/help_editfile.ro.tpl
807
sympa/bin/etc/wws_templates/help_editfile.ro.tpl
808
sympa/bin/etc/wws_templates/help_editfile.tpl
736
sympa/bin/etc/wws_templates/help_editfile.us.tpl
809
sympa/bin/etc/wws_templates/help_editfile.us.tpl
737
sympa/bin/etc/wws_templates/help_editlist.cn.tpl
810
sympa/bin/etc/wws_templates/help_editlist.cn.tpl
738
sympa/bin/etc/wws_templates/help_editlist.cz.tpl
811
sympa/bin/etc/wws_templates/help_editlist.cz.tpl
Lines 745-750 Link Here
745
sympa/bin/etc/wws_templates/help_editlist.it.tpl
818
sympa/bin/etc/wws_templates/help_editlist.it.tpl
746
sympa/bin/etc/wws_templates/help_editlist.nl.tpl
819
sympa/bin/etc/wws_templates/help_editlist.nl.tpl
747
sympa/bin/etc/wws_templates/help_editlist.ro.tpl
820
sympa/bin/etc/wws_templates/help_editlist.ro.tpl
821
sympa/bin/etc/wws_templates/help_editlist.tpl
748
sympa/bin/etc/wws_templates/help_editlist.us.tpl
822
sympa/bin/etc/wws_templates/help_editlist.us.tpl
749
sympa/bin/etc/wws_templates/help_user_options.es.tpl
823
sympa/bin/etc/wws_templates/help_user_options.es.tpl
750
sympa/bin/etc/wws_templates/help_user_options.et.tpl
824
sympa/bin/etc/wws_templates/help_user_options.et.tpl
Lines 752-757 Link Here
752
sympa/bin/etc/wws_templates/help_user_options.fr.tpl
826
sympa/bin/etc/wws_templates/help_user_options.fr.tpl
753
sympa/bin/etc/wws_templates/help_user_options.nl.tpl
827
sympa/bin/etc/wws_templates/help_user_options.nl.tpl
754
sympa/bin/etc/wws_templates/help_user_options.ro.tpl
828
sympa/bin/etc/wws_templates/help_user_options.ro.tpl
829
sympa/bin/etc/wws_templates/help_user_options.tpl
755
sympa/bin/etc/wws_templates/help_user_options.us.tpl
830
sympa/bin/etc/wws_templates/help_user_options.us.tpl
756
sympa/bin/etc/wws_templates/home.cn.tpl
831
sympa/bin/etc/wws_templates/home.cn.tpl
757
sympa/bin/etc/wws_templates/home.cz.tpl
832
sympa/bin/etc/wws_templates/home.cz.tpl
Lines 764-772 Link Here
764
sympa/bin/etc/wws_templates/home.it.tpl
839
sympa/bin/etc/wws_templates/home.it.tpl
765
sympa/bin/etc/wws_templates/home.nl.tpl
840
sympa/bin/etc/wws_templates/home.nl.tpl
766
sympa/bin/etc/wws_templates/home.ro.tpl
841
sympa/bin/etc/wws_templates/home.ro.tpl
842
sympa/bin/etc/wws_templates/home.tpl
767
sympa/bin/etc/wws_templates/home.us.tpl
843
sympa/bin/etc/wws_templates/home.us.tpl
768
sympa/bin/etc/wws_templates/info.de.tpl
844
sympa/bin/etc/wws_templates/info.de.tpl
769
sympa/bin/etc/wws_templates/info.fi.tpl
845
sympa/bin/etc/wws_templates/info.fi.tpl
846
sympa/bin/etc/wws_templates/info.tpl
770
sympa/bin/etc/wws_templates/info.us.tpl
847
sympa/bin/etc/wws_templates/info.us.tpl
771
sympa/bin/etc/wws_templates/install_pending_list.cn.tpl
848
sympa/bin/etc/wws_templates/install_pending_list.cn.tpl
772
sympa/bin/etc/wws_templates/install_pending_list.cz.tpl
849
sympa/bin/etc/wws_templates/install_pending_list.cz.tpl
Lines 779-788 Link Here
779
sympa/bin/etc/wws_templates/install_pending_list.it.tpl
856
sympa/bin/etc/wws_templates/install_pending_list.it.tpl
780
sympa/bin/etc/wws_templates/install_pending_list.nl.tpl
857
sympa/bin/etc/wws_templates/install_pending_list.nl.tpl
781
sympa/bin/etc/wws_templates/install_pending_list.ro.tpl
858
sympa/bin/etc/wws_templates/install_pending_list.ro.tpl
859
sympa/bin/etc/wws_templates/install_pending_list.tpl
782
sympa/bin/etc/wws_templates/install_pending_list.us.tpl
860
sympa/bin/etc/wws_templates/install_pending_list.us.tpl
783
sympa/bin/etc/wws_templates/list_button_footer.fi.tpl
861
sympa/bin/etc/wws_templates/list_button_footer.fi.tpl
862
sympa/bin/etc/wws_templates/list_button_footer.tpl
784
sympa/bin/etc/wws_templates/list_button_footer.us.tpl
863
sympa/bin/etc/wws_templates/list_button_footer.us.tpl
785
sympa/bin/etc/wws_templates/list_button_header.fi.tpl
864
sympa/bin/etc/wws_templates/list_button_header.fi.tpl
865
sympa/bin/etc/wws_templates/list_button_header.tpl
786
sympa/bin/etc/wws_templates/list_button_header.us.tpl
866
sympa/bin/etc/wws_templates/list_button_header.us.tpl
787
sympa/bin/etc/wws_templates/list_menu.cn.tpl
867
sympa/bin/etc/wws_templates/list_menu.cn.tpl
788
sympa/bin/etc/wws_templates/list_menu.cz.tpl
868
sympa/bin/etc/wws_templates/list_menu.cz.tpl
Lines 795-800 Link Here
795
sympa/bin/etc/wws_templates/list_menu.it.tpl
875
sympa/bin/etc/wws_templates/list_menu.it.tpl
796
sympa/bin/etc/wws_templates/list_menu.nl.tpl
876
sympa/bin/etc/wws_templates/list_menu.nl.tpl
797
sympa/bin/etc/wws_templates/list_menu.ro.tpl
877
sympa/bin/etc/wws_templates/list_menu.ro.tpl
878
sympa/bin/etc/wws_templates/list_menu.tpl
798
sympa/bin/etc/wws_templates/list_menu.us.tpl
879
sympa/bin/etc/wws_templates/list_menu.us.tpl
799
sympa/bin/etc/wws_templates/lists.cn.tpl
880
sympa/bin/etc/wws_templates/lists.cn.tpl
800
sympa/bin/etc/wws_templates/lists.cz.tpl
881
sympa/bin/etc/wws_templates/lists.cz.tpl
Lines 807-812 Link Here
807
sympa/bin/etc/wws_templates/lists.it.tpl
888
sympa/bin/etc/wws_templates/lists.it.tpl
808
sympa/bin/etc/wws_templates/lists.nl.tpl
889
sympa/bin/etc/wws_templates/lists.nl.tpl
809
sympa/bin/etc/wws_templates/lists.ro.tpl
890
sympa/bin/etc/wws_templates/lists.ro.tpl
891
sympa/bin/etc/wws_templates/lists.tpl
810
sympa/bin/etc/wws_templates/lists.us.tpl
892
sympa/bin/etc/wws_templates/lists.us.tpl
811
sympa/bin/etc/wws_templates/login.cn.tpl
893
sympa/bin/etc/wws_templates/login.cn.tpl
812
sympa/bin/etc/wws_templates/login.de.tpl
894
sympa/bin/etc/wws_templates/login.de.tpl
Lines 817-822 Link Here
817
sympa/bin/etc/wws_templates/login.hu.tpl
899
sympa/bin/etc/wws_templates/login.hu.tpl
818
sympa/bin/etc/wws_templates/login.nl.tpl
900
sympa/bin/etc/wws_templates/login.nl.tpl
819
sympa/bin/etc/wws_templates/login.ro.tpl
901
sympa/bin/etc/wws_templates/login.ro.tpl
902
sympa/bin/etc/wws_templates/login.tpl
820
sympa/bin/etc/wws_templates/login.us.tpl
903
sympa/bin/etc/wws_templates/login.us.tpl
821
sympa/bin/etc/wws_templates/loginbanner.cn.tpl
904
sympa/bin/etc/wws_templates/loginbanner.cn.tpl
822
sympa/bin/etc/wws_templates/loginbanner.cz.tpl
905
sympa/bin/etc/wws_templates/loginbanner.cz.tpl
Lines 829-834 Link Here
829
sympa/bin/etc/wws_templates/loginbanner.it.tpl
912
sympa/bin/etc/wws_templates/loginbanner.it.tpl
830
sympa/bin/etc/wws_templates/loginbanner.nl.tpl
913
sympa/bin/etc/wws_templates/loginbanner.nl.tpl
831
sympa/bin/etc/wws_templates/loginbanner.ro.tpl
914
sympa/bin/etc/wws_templates/loginbanner.ro.tpl
915
sympa/bin/etc/wws_templates/loginbanner.tpl
832
sympa/bin/etc/wws_templates/loginbanner.us.tpl
916
sympa/bin/etc/wws_templates/loginbanner.us.tpl
833
sympa/bin/etc/wws_templates/loginrequest.cn.tpl
917
sympa/bin/etc/wws_templates/loginrequest.cn.tpl
834
sympa/bin/etc/wws_templates/loginrequest.cz.tpl
918
sympa/bin/etc/wws_templates/loginrequest.cz.tpl
Lines 840-846 Link Here
840
sympa/bin/etc/wws_templates/loginrequest.hu.tpl
924
sympa/bin/etc/wws_templates/loginrequest.hu.tpl
841
sympa/bin/etc/wws_templates/loginrequest.it.tpl
925
sympa/bin/etc/wws_templates/loginrequest.it.tpl
842
sympa/bin/etc/wws_templates/loginrequest.ro.tpl
926
sympa/bin/etc/wws_templates/loginrequest.ro.tpl
927
sympa/bin/etc/wws_templates/loginrequest.tpl
843
sympa/bin/etc/wws_templates/loginrequest.us.tpl
928
sympa/bin/etc/wws_templates/loginrequest.us.tpl
929
sympa/bin/etc/wws_templates/main.tpl
844
sympa/bin/etc/wws_templates/main.us.tpl
930
sympa/bin/etc/wws_templates/main.us.tpl
845
sympa/bin/etc/wws_templates/menu.cn.tpl
931
sympa/bin/etc/wws_templates/menu.cn.tpl
846
sympa/bin/etc/wws_templates/menu.cz.tpl
932
sympa/bin/etc/wws_templates/menu.cz.tpl
Lines 853-858 Link Here
853
sympa/bin/etc/wws_templates/menu.it.tpl
939
sympa/bin/etc/wws_templates/menu.it.tpl
854
sympa/bin/etc/wws_templates/menu.nl.tpl
940
sympa/bin/etc/wws_templates/menu.nl.tpl
855
sympa/bin/etc/wws_templates/menu.ro.tpl
941
sympa/bin/etc/wws_templates/menu.ro.tpl
942
sympa/bin/etc/wws_templates/menu.tpl
856
sympa/bin/etc/wws_templates/menu.us.tpl
943
sympa/bin/etc/wws_templates/menu.us.tpl
857
sympa/bin/etc/wws_templates/modindex.cn.tpl
944
sympa/bin/etc/wws_templates/modindex.cn.tpl
858
sympa/bin/etc/wws_templates/modindex.cz.tpl
945
sympa/bin/etc/wws_templates/modindex.cz.tpl
Lines 865-870 Link Here
865
sympa/bin/etc/wws_templates/modindex.it.tpl
952
sympa/bin/etc/wws_templates/modindex.it.tpl
866
sympa/bin/etc/wws_templates/modindex.nl.tpl
953
sympa/bin/etc/wws_templates/modindex.nl.tpl
867
sympa/bin/etc/wws_templates/modindex.ro.tpl
954
sympa/bin/etc/wws_templates/modindex.ro.tpl
955
sympa/bin/etc/wws_templates/modindex.tpl
868
sympa/bin/etc/wws_templates/modindex.us.tpl
956
sympa/bin/etc/wws_templates/modindex.us.tpl
869
sympa/bin/etc/wws_templates/notice.cn.tpl
957
sympa/bin/etc/wws_templates/notice.cn.tpl
870
sympa/bin/etc/wws_templates/notice.cz.tpl
958
sympa/bin/etc/wws_templates/notice.cz.tpl
Lines 877-882 Link Here
877
sympa/bin/etc/wws_templates/notice.it.tpl
965
sympa/bin/etc/wws_templates/notice.it.tpl
878
sympa/bin/etc/wws_templates/notice.nl.tpl
966
sympa/bin/etc/wws_templates/notice.nl.tpl
879
sympa/bin/etc/wws_templates/notice.ro.tpl
967
sympa/bin/etc/wws_templates/notice.ro.tpl
968
sympa/bin/etc/wws_templates/notice.tpl
880
sympa/bin/etc/wws_templates/notice.us.tpl
969
sympa/bin/etc/wws_templates/notice.us.tpl
881
sympa/bin/etc/wws_templates/pref.cn.tpl
970
sympa/bin/etc/wws_templates/pref.cn.tpl
882
sympa/bin/etc/wws_templates/pref.cz.tpl
971
sympa/bin/etc/wws_templates/pref.cz.tpl
Lines 889-894 Link Here
889
sympa/bin/etc/wws_templates/pref.it.tpl
978
sympa/bin/etc/wws_templates/pref.it.tpl
890
sympa/bin/etc/wws_templates/pref.nl.tpl
979
sympa/bin/etc/wws_templates/pref.nl.tpl
891
sympa/bin/etc/wws_templates/pref.ro.tpl
980
sympa/bin/etc/wws_templates/pref.ro.tpl
981
sympa/bin/etc/wws_templates/pref.tpl
892
sympa/bin/etc/wws_templates/pref.us.tpl
982
sympa/bin/etc/wws_templates/pref.us.tpl
893
sympa/bin/etc/wws_templates/remindpasswd.cn.tpl
983
sympa/bin/etc/wws_templates/remindpasswd.cn.tpl
894
sympa/bin/etc/wws_templates/remindpasswd.cz.tpl
984
sympa/bin/etc/wws_templates/remindpasswd.cz.tpl
Lines 901-906 Link Here
901
sympa/bin/etc/wws_templates/remindpasswd.it.tpl
991
sympa/bin/etc/wws_templates/remindpasswd.it.tpl
902
sympa/bin/etc/wws_templates/remindpasswd.nl.tpl
992
sympa/bin/etc/wws_templates/remindpasswd.nl.tpl
903
sympa/bin/etc/wws_templates/remindpasswd.ro.tpl
993
sympa/bin/etc/wws_templates/remindpasswd.ro.tpl
994
sympa/bin/etc/wws_templates/remindpasswd.tpl
904
sympa/bin/etc/wws_templates/remindpasswd.us.tpl
995
sympa/bin/etc/wws_templates/remindpasswd.us.tpl
905
sympa/bin/etc/wws_templates/remove_arc.cn.tpl
996
sympa/bin/etc/wws_templates/remove_arc.cn.tpl
906
sympa/bin/etc/wws_templates/remove_arc.cz.tpl
997
sympa/bin/etc/wws_templates/remove_arc.cz.tpl
Lines 913-920 Link Here
913
sympa/bin/etc/wws_templates/remove_arc.it.tpl
1004
sympa/bin/etc/wws_templates/remove_arc.it.tpl
914
sympa/bin/etc/wws_templates/remove_arc.nl.tpl
1005
sympa/bin/etc/wws_templates/remove_arc.nl.tpl
915
sympa/bin/etc/wws_templates/remove_arc.ro.tpl
1006
sympa/bin/etc/wws_templates/remove_arc.ro.tpl
1007
sympa/bin/etc/wws_templates/remove_arc.tpl
916
sympa/bin/etc/wws_templates/remove_arc.us.tpl
1008
sympa/bin/etc/wws_templates/remove_arc.us.tpl
917
sympa/bin/etc/wws_templates/rename_list_request.fr.tpl
1009
sympa/bin/etc/wws_templates/rename_list_request.fr.tpl
1010
sympa/bin/etc/wws_templates/rename_list_request.tpl
918
sympa/bin/etc/wws_templates/rename_list_request.us.tpl
1011
sympa/bin/etc/wws_templates/rename_list_request.us.tpl
919
sympa/bin/etc/wws_templates/review.cn.tpl
1012
sympa/bin/etc/wws_templates/review.cn.tpl
920
sympa/bin/etc/wws_templates/review.cz.tpl
1013
sympa/bin/etc/wws_templates/review.cz.tpl
Lines 927-932 Link Here
927
sympa/bin/etc/wws_templates/review.it.tpl
1020
sympa/bin/etc/wws_templates/review.it.tpl
928
sympa/bin/etc/wws_templates/review.nl.tpl
1021
sympa/bin/etc/wws_templates/review.nl.tpl
929
sympa/bin/etc/wws_templates/review.ro.tpl
1022
sympa/bin/etc/wws_templates/review.ro.tpl
1023
sympa/bin/etc/wws_templates/review.tpl
930
sympa/bin/etc/wws_templates/review.us.tpl
1024
sympa/bin/etc/wws_templates/review.us.tpl
931
sympa/bin/etc/wws_templates/reviewbouncing.cn.tpl
1025
sympa/bin/etc/wws_templates/reviewbouncing.cn.tpl
932
sympa/bin/etc/wws_templates/reviewbouncing.cz.tpl
1026
sympa/bin/etc/wws_templates/reviewbouncing.cz.tpl
Lines 939-944 Link Here
939
sympa/bin/etc/wws_templates/reviewbouncing.it.tpl
1033
sympa/bin/etc/wws_templates/reviewbouncing.it.tpl
940
sympa/bin/etc/wws_templates/reviewbouncing.nl.tpl
1034
sympa/bin/etc/wws_templates/reviewbouncing.nl.tpl
941
sympa/bin/etc/wws_templates/reviewbouncing.ro.tpl
1035
sympa/bin/etc/wws_templates/reviewbouncing.ro.tpl
1036
sympa/bin/etc/wws_templates/reviewbouncing.tpl
942
sympa/bin/etc/wws_templates/reviewbouncing.us.tpl
1037
sympa/bin/etc/wws_templates/reviewbouncing.us.tpl
943
sympa/bin/etc/wws_templates/scenario_test.cn.tpl
1038
sympa/bin/etc/wws_templates/scenario_test.cn.tpl
944
sympa/bin/etc/wws_templates/scenario_test.cz.tpl
1039
sympa/bin/etc/wws_templates/scenario_test.cz.tpl
Lines 950-956 Link Here
950
sympa/bin/etc/wws_templates/scenario_test.it.tpl
1045
sympa/bin/etc/wws_templates/scenario_test.it.tpl
951
sympa/bin/etc/wws_templates/scenario_test.nl.tpl
1046
sympa/bin/etc/wws_templates/scenario_test.nl.tpl
952
sympa/bin/etc/wws_templates/scenario_test.ro.tpl
1047
sympa/bin/etc/wws_templates/scenario_test.ro.tpl
1048
sympa/bin/etc/wws_templates/scenario_test.tpl
953
sympa/bin/etc/wws_templates/scenario_test.us.tpl
1049
sympa/bin/etc/wws_templates/scenario_test.us.tpl
1050
sympa/bin/etc/wws_templates/search.cn.tpl
1051
sympa/bin/etc/wws_templates/search.cz.tpl
1052
sympa/bin/etc/wws_templates/search.de.tpl
1053
sympa/bin/etc/wws_templates/search.es.tpl
1054
sympa/bin/etc/wws_templates/search.et.tpl
1055
sympa/bin/etc/wws_templates/search.fi.tpl
1056
sympa/bin/etc/wws_templates/search.fr.tpl
1057
sympa/bin/etc/wws_templates/search.hu.tpl
1058
sympa/bin/etc/wws_templates/search.it.tpl
1059
sympa/bin/etc/wws_templates/search.nl.tpl
1060
sympa/bin/etc/wws_templates/search.ro.tpl
1061
sympa/bin/etc/wws_templates/search.tpl
1062
sympa/bin/etc/wws_templates/search.us.tpl
1063
sympa/bin/etc/wws_templates/search_list.cn.tpl
1064
sympa/bin/etc/wws_templates/search_list.cz.tpl
1065
sympa/bin/etc/wws_templates/search_list.de.tpl
1066
sympa/bin/etc/wws_templates/search_list.es.tpl
1067
sympa/bin/etc/wws_templates/search_list.et.tpl
1068
sympa/bin/etc/wws_templates/search_list.fi.tpl
1069
sympa/bin/etc/wws_templates/search_list.fr.tpl
1070
sympa/bin/etc/wws_templates/search_list.hu.tpl
1071
sympa/bin/etc/wws_templates/search_list.it.tpl
1072
sympa/bin/etc/wws_templates/search_list.nl.tpl
1073
sympa/bin/etc/wws_templates/search_list.ro.tpl
1074
sympa/bin/etc/wws_templates/search_list.tpl
1075
sympa/bin/etc/wws_templates/search_list.us.tpl
1076
sympa/bin/etc/wws_templates/search_user.cn.tpl
1077
sympa/bin/etc/wws_templates/search_user.cz.tpl
1078
sympa/bin/etc/wws_templates/search_user.de.tpl
1079
sympa/bin/etc/wws_templates/search_user.es.tpl
1080
sympa/bin/etc/wws_templates/search_user.et.tpl
1081
sympa/bin/etc/wws_templates/search_user.fi.tpl
1082
sympa/bin/etc/wws_templates/search_user.fr.tpl
1083
sympa/bin/etc/wws_templates/search_user.hu.tpl
1084
sympa/bin/etc/wws_templates/search_user.it.tpl
1085
sympa/bin/etc/wws_templates/search_user.nl.tpl
1086
sympa/bin/etc/wws_templates/search_user.ro.tpl
1087
sympa/bin/etc/wws_templates/search_user.tpl
1088
sympa/bin/etc/wws_templates/search_user.us.tpl
954
sympa/bin/etc/wws_templates/serveradmin.cn.tpl
1089
sympa/bin/etc/wws_templates/serveradmin.cn.tpl
955
sympa/bin/etc/wws_templates/serveradmin.cz.tpl
1090
sympa/bin/etc/wws_templates/serveradmin.cz.tpl
956
sympa/bin/etc/wws_templates/serveradmin.de.tpl
1091
sympa/bin/etc/wws_templates/serveradmin.de.tpl
Lines 962-967 Link Here
962
sympa/bin/etc/wws_templates/serveradmin.it.tpl
1097
sympa/bin/etc/wws_templates/serveradmin.it.tpl
963
sympa/bin/etc/wws_templates/serveradmin.nl.tpl
1098
sympa/bin/etc/wws_templates/serveradmin.nl.tpl
964
sympa/bin/etc/wws_templates/serveradmin.ro.tpl
1099
sympa/bin/etc/wws_templates/serveradmin.ro.tpl
1100
sympa/bin/etc/wws_templates/serveradmin.tpl
965
sympa/bin/etc/wws_templates/serveradmin.us.tpl
1101
sympa/bin/etc/wws_templates/serveradmin.us.tpl
966
sympa/bin/etc/wws_templates/set_pending_list_request.cn.tpl
1102
sympa/bin/etc/wws_templates/set_pending_list_request.cn.tpl
967
sympa/bin/etc/wws_templates/set_pending_list_request.cz.tpl
1103
sympa/bin/etc/wws_templates/set_pending_list_request.cz.tpl
Lines 974-979 Link Here
974
sympa/bin/etc/wws_templates/set_pending_list_request.it.tpl
1110
sympa/bin/etc/wws_templates/set_pending_list_request.it.tpl
975
sympa/bin/etc/wws_templates/set_pending_list_request.nl.tpl
1111
sympa/bin/etc/wws_templates/set_pending_list_request.nl.tpl
976
sympa/bin/etc/wws_templates/set_pending_list_request.ro.tpl
1112
sympa/bin/etc/wws_templates/set_pending_list_request.ro.tpl
1113
sympa/bin/etc/wws_templates/set_pending_list_request.tpl
977
sympa/bin/etc/wws_templates/set_pending_list_request.us.tpl
1114
sympa/bin/etc/wws_templates/set_pending_list_request.us.tpl
978
sympa/bin/etc/wws_templates/show_cert.cn.tpl
1115
sympa/bin/etc/wws_templates/show_cert.cn.tpl
979
sympa/bin/etc/wws_templates/show_cert.cz.tpl
1116
sympa/bin/etc/wws_templates/show_cert.cz.tpl
Lines 985-990 Link Here
985
sympa/bin/etc/wws_templates/show_cert.hu.tpl
1122
sympa/bin/etc/wws_templates/show_cert.hu.tpl
986
sympa/bin/etc/wws_templates/show_cert.nl.tpl
1123
sympa/bin/etc/wws_templates/show_cert.nl.tpl
987
sympa/bin/etc/wws_templates/show_cert.ro.tpl
1124
sympa/bin/etc/wws_templates/show_cert.ro.tpl
1125
sympa/bin/etc/wws_templates/show_cert.tpl
988
sympa/bin/etc/wws_templates/show_cert.us.tpl
1126
sympa/bin/etc/wws_templates/show_cert.us.tpl
989
sympa/bin/etc/wws_templates/sigrequest.cn.tpl
1127
sympa/bin/etc/wws_templates/sigrequest.cn.tpl
990
sympa/bin/etc/wws_templates/sigrequest.cz.tpl
1128
sympa/bin/etc/wws_templates/sigrequest.cz.tpl
Lines 997-1006 Link Here
997
sympa/bin/etc/wws_templates/sigrequest.it.tpl
1135
sympa/bin/etc/wws_templates/sigrequest.it.tpl
998
sympa/bin/etc/wws_templates/sigrequest.nl.tpl
1136
sympa/bin/etc/wws_templates/sigrequest.nl.tpl
999
sympa/bin/etc/wws_templates/sigrequest.ro.tpl
1137
sympa/bin/etc/wws_templates/sigrequest.ro.tpl
1138
sympa/bin/etc/wws_templates/sigrequest.tpl
1000
sympa/bin/etc/wws_templates/sigrequest.us.tpl
1139
sympa/bin/etc/wws_templates/sigrequest.us.tpl
1140
sympa/bin/etc/wws_templates/sso_login_succeeded.tpl
1001
sympa/bin/etc/wws_templates/sso_login_succeeded.us.tpl
1141
sympa/bin/etc/wws_templates/sso_login_succeeded.us.tpl
1002
sympa/bin/etc/wws_templates/stats.fi.tpl
1142
sympa/bin/etc/wws_templates/stats.fi.tpl
1003
sympa/bin/etc/wws_templates/stats.nl.tpl
1143
sympa/bin/etc/wws_templates/stats.nl.tpl
1144
sympa/bin/etc/wws_templates/stats.tpl
1004
sympa/bin/etc/wws_templates/stats.us.tpl
1145
sympa/bin/etc/wws_templates/stats.us.tpl
1005
sympa/bin/etc/wws_templates/subindex.cn.tpl
1146
sympa/bin/etc/wws_templates/subindex.cn.tpl
1006
sympa/bin/etc/wws_templates/subindex.es.tpl
1147
sympa/bin/etc/wws_templates/subindex.es.tpl
Lines 1009-1014 Link Here
1009
sympa/bin/etc/wws_templates/subindex.fr.tpl
1150
sympa/bin/etc/wws_templates/subindex.fr.tpl
1010
sympa/bin/etc/wws_templates/subindex.nl.tpl
1151
sympa/bin/etc/wws_templates/subindex.nl.tpl
1011
sympa/bin/etc/wws_templates/subindex.ro.tpl
1152
sympa/bin/etc/wws_templates/subindex.ro.tpl
1153
sympa/bin/etc/wws_templates/subindex.tpl
1012
sympa/bin/etc/wws_templates/subindex.us.tpl
1154
sympa/bin/etc/wws_templates/subindex.us.tpl
1013
sympa/bin/etc/wws_templates/suboptions.cn.tpl
1155
sympa/bin/etc/wws_templates/suboptions.cn.tpl
1014
sympa/bin/etc/wws_templates/suboptions.cz.tpl
1156
sympa/bin/etc/wws_templates/suboptions.cz.tpl
Lines 1021-1026 Link Here
1021
sympa/bin/etc/wws_templates/suboptions.it.tpl
1163
sympa/bin/etc/wws_templates/suboptions.it.tpl
1022
sympa/bin/etc/wws_templates/suboptions.nl.tpl
1164
sympa/bin/etc/wws_templates/suboptions.nl.tpl
1023
sympa/bin/etc/wws_templates/suboptions.ro.tpl
1165
sympa/bin/etc/wws_templates/suboptions.ro.tpl
1166
sympa/bin/etc/wws_templates/suboptions.tpl
1024
sympa/bin/etc/wws_templates/suboptions.us.tpl
1167
sympa/bin/etc/wws_templates/suboptions.us.tpl
1025
sympa/bin/etc/wws_templates/subrequest.cn.tpl
1168
sympa/bin/etc/wws_templates/subrequest.cn.tpl
1026
sympa/bin/etc/wws_templates/subrequest.cz.tpl
1169
sympa/bin/etc/wws_templates/subrequest.cz.tpl
Lines 1033-1038 Link Here
1033
sympa/bin/etc/wws_templates/subrequest.it.tpl
1176
sympa/bin/etc/wws_templates/subrequest.it.tpl
1034
sympa/bin/etc/wws_templates/subrequest.nl.tpl
1177
sympa/bin/etc/wws_templates/subrequest.nl.tpl
1035
sympa/bin/etc/wws_templates/subrequest.ro.tpl
1178
sympa/bin/etc/wws_templates/subrequest.ro.tpl
1179
sympa/bin/etc/wws_templates/subrequest.tpl
1036
sympa/bin/etc/wws_templates/subrequest.us.tpl
1180
sympa/bin/etc/wws_templates/subrequest.us.tpl
1037
sympa/bin/etc/wws_templates/title.cn.tpl
1181
sympa/bin/etc/wws_templates/title.cn.tpl
1038
sympa/bin/etc/wws_templates/title.cz.tpl
1182
sympa/bin/etc/wws_templates/title.cz.tpl
Lines 1045-1052 Link Here
1045
sympa/bin/etc/wws_templates/title.it.tpl
1189
sympa/bin/etc/wws_templates/title.it.tpl
1046
sympa/bin/etc/wws_templates/title.nl.tpl
1190
sympa/bin/etc/wws_templates/title.nl.tpl
1047
sympa/bin/etc/wws_templates/title.ro.tpl
1191
sympa/bin/etc/wws_templates/title.ro.tpl
1192
sympa/bin/etc/wws_templates/title.tpl
1048
sympa/bin/etc/wws_templates/title.us.tpl
1193
sympa/bin/etc/wws_templates/title.us.tpl
1194
sympa/bin/etc/wws_templates/translate.tpl
1049
sympa/bin/etc/wws_templates/translate.us.tpl
1195
sympa/bin/etc/wws_templates/translate.us.tpl
1196
sympa/bin/etc/wws_templates/view_template.tpl
1050
sympa/bin/etc/wws_templates/view_template.us.tpl
1197
sympa/bin/etc/wws_templates/view_template.us.tpl
1051
sympa/bin/etc/wws_templates/view_translations.cn.tpl
1198
sympa/bin/etc/wws_templates/view_translations.cn.tpl
1052
sympa/bin/etc/wws_templates/view_translations.cz.tpl
1199
sympa/bin/etc/wws_templates/view_translations.cz.tpl
Lines 1059-1065 Link Here
1059
sympa/bin/etc/wws_templates/view_translations.it.tpl
1206
sympa/bin/etc/wws_templates/view_translations.it.tpl
1060
sympa/bin/etc/wws_templates/view_translations.nl.tpl
1207
sympa/bin/etc/wws_templates/view_translations.nl.tpl
1061
sympa/bin/etc/wws_templates/view_translations.ro.tpl
1208
sympa/bin/etc/wws_templates/view_translations.ro.tpl
1209
sympa/bin/etc/wws_templates/view_translations.tpl
1062
sympa/bin/etc/wws_templates/view_translations.us.tpl
1210
sympa/bin/etc/wws_templates/view_translations.us.tpl
1211
sympa/bin/etc/wws_templates/viewbounce.tpl
1063
sympa/bin/etc/wws_templates/viewbounce.us.tpl
1212
sympa/bin/etc/wws_templates/viewbounce.us.tpl
1064
sympa/bin/etc/wws_templates/viewmod.cn.tpl
1213
sympa/bin/etc/wws_templates/viewmod.cn.tpl
1065
sympa/bin/etc/wws_templates/viewmod.cz.tpl
1214
sympa/bin/etc/wws_templates/viewmod.cz.tpl
Lines 1072-1078 Link Here
1072
sympa/bin/etc/wws_templates/viewmod.it.tpl
1221
sympa/bin/etc/wws_templates/viewmod.it.tpl
1073
sympa/bin/etc/wws_templates/viewmod.nl.tpl
1222
sympa/bin/etc/wws_templates/viewmod.nl.tpl
1074
sympa/bin/etc/wws_templates/viewmod.ro.tpl
1223
sympa/bin/etc/wws_templates/viewmod.ro.tpl
1224
sympa/bin/etc/wws_templates/viewmod.tpl
1075
sympa/bin/etc/wws_templates/viewmod.us.tpl
1225
sympa/bin/etc/wws_templates/viewmod.us.tpl
1226
sympa/bin/etc/wws_templates/which.cn.tpl
1227
sympa/bin/etc/wws_templates/which.cz.tpl
1228
sympa/bin/etc/wws_templates/which.de.tpl
1229
sympa/bin/etc/wws_templates/which.es.tpl
1230
sympa/bin/etc/wws_templates/which.et.tpl
1231
sympa/bin/etc/wws_templates/which.fi.tpl
1232
sympa/bin/etc/wws_templates/which.fr.tpl
1233
sympa/bin/etc/wws_templates/which.hu.tpl
1234
sympa/bin/etc/wws_templates/which.it.tpl
1235
sympa/bin/etc/wws_templates/which.nl.tpl
1236
sympa/bin/etc/wws_templates/which.ro.tpl
1237
sympa/bin/etc/wws_templates/which.tpl
1238
sympa/bin/etc/wws_templates/which.us.tpl
1076
sympa/bin/init_comment.pl
1239
sympa/bin/init_comment.pl
1077
sympa/bin/load_subscribers.pl
1240
sympa/bin/load_subscribers.pl
1078
sympa/bin/mail.pm
1241
sympa/bin/mail.pm
Lines 1094-1099 Link Here
1094
sympa/bin/virtualwrapper
1257
sympa/bin/virtualwrapper
1095
sympa/bin/wwslib.pm
1258
sympa/bin/wwslib.pm
1096
sympa/bin/wwsympa.fcgi
1259
sympa/bin/wwsympa.fcgi
1260
sympa/bin/wwsympa-wrapper
1097
sympa/doc/contents.png
1261
sympa/doc/contents.png
1098
sympa/doc/crossref.png
1262
sympa/doc/crossref.png
1099
sympa/doc/img1.old
1263
sympa/doc/img1.old
Lines 1178-1196 Link Here
1178
@dirrm sympa/sample
1342
@dirrm sympa/sample
1179
@dirrm sympa/nls
1343
@dirrm sympa/nls
1180
@dirrm sympa/expl
1344
@dirrm sympa/expl
1181
@dirrm sympa/etc/wws_templates
1182
@dirrm sympa/etc/templates
1183
@dirrm sympa/etc/task_models
1184
@dirrm sympa/etc/scenari
1185
@dirrm sympa/etc/general_task_models
1186
@dirrm sympa/etc/create_list_templates
1187
@dirrm sympa/etc
1188
@dirrm sympa/doc
1345
@dirrm sympa/doc
1189
@dirrm sympa/bin/etc/wws_templates
1346
@dirrm sympa/bin/etc/wws_templates
1190
@dirrm sympa/bin/etc/templates
1347
@dirrm sympa/bin/etc/templates
1348
@dirrm sympa/bin/etc/task_models
1191
@dirrm sympa/bin/etc/scenari
1349
@dirrm sympa/bin/etc/scenari
1192
@dirrm sympa/bin/etc/list_task_models
1350
@dirrm sympa/bin/etc/list_task_models
1193
@dirrm sympa/bin/etc/global_task_models
1351
@dirrm sympa/bin/etc/global_task_models
1352
@dirrm sympa/bin/etc/general_task_models
1194
@dirrm sympa/bin/etc/create_list_templates/public_web_forum
1353
@dirrm sympa/bin/etc/create_list_templates/public_web_forum
1195
@dirrm sympa/bin/etc/create_list_templates/private_working_group
1354
@dirrm sympa/bin/etc/create_list_templates/private_working_group
1196
@dirrm sympa/bin/etc/create_list_templates/news-letter
1355
@dirrm sympa/bin/etc/create_list_templates/news-letter

Return to bug 73101