Skip to content

Commit a6a3ca2

Browse files
author
sikeda
committed
[svn] Retrieving recent modifications from sympa-6.1-branch.
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10215 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
1 parent 5811da5 commit a6a3ca2

28 files changed

+44931
-291
lines changed

Makefile.am

+20-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ SUBDIRS = src wwsympa soap web_tt2 mail_tt2 doc po po-wwsympa
2626
EXTRA_DIST = important_changes.pl \
2727
sympa.spec.in \
2828
sympa.spec \
29-
README.charset
29+
README.charset \
30+
etc_README
3031
CLEANFILES = previous_sympa_version
3132

3233
install-data-hook: installdir installconfig nextstep importantchanges
@@ -77,6 +78,24 @@ installconfig: installdir
7778
chown $(USER) data_structure.version || /bin/true; \
7879
chgrp $(GROUP) data_structure.version || /bin/true; \
7980
fi
81+
@for dir in create_list_templates families \
82+
global_task_models list_task_models scenari search_filters \
83+
mail_tt2 web_tt2; do \
84+
if [ ! -d $(DESTDIR)$(sysconfdir)/$$dir ] ; then \
85+
echo "Creating $(DESTDIR)$(sysconfdir)/$$dir"; \
86+
install -d -m 755 $(DESTDIR)$(sysconfdir)/$$dir; \
87+
fi; \
88+
chown $(USER) $(DESTDIR)$(sysconfdir)/$$dir || /bin/true; \
89+
chgrp $(GROUP) $(DESTDIR)$(sysconfdir)/$$dir || /bin/true; \
90+
done
91+
@if [ ! -e $(DESTDIR)$(sysconfdir)/README ]; then \
92+
echo "Creating $(DESTDIR)$(sysconfdir)/README"; \
93+
$(SED) \
94+
-e 's|--sysconfdir--|$(sysconfdir)|' \
95+
-e 's|--defaultdir--|$(defaultdir)|' \
96+
etc_README > $(DESTDIR)$(sysconfdir)/README; \
97+
chmod 444 $(DESTDIR)$(sysconfdir)/README; \
98+
fi
8099

81100
nextstep:
82101
@echo ""

etc_README

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
The default configuration files, templates, authorization scenarios and so
2+
on are located in the --defaultdir--/ hierarchy and are overwritten when
3+
upgrading Sympa.
4+
5+
You can customize or extend the default configuration in the
6+
--sysconfdir--/ hierarchy. Customization for a virtual host are located in
7+
the --sysconfdir--/my_virtual_robot/ hierarchy.

po-wwsympa/LINGUAS

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
ar
22
br
33
bg
4+
ca
45
cs
56
de
67
el

po-wwsympa/ca.po

+11
Original file line numberDiff line numberDiff line change
@@ -4602,6 +4602,17 @@ msgstr ""
46024602
"l'enllaç de la pàgina principal <a href=\"%1/sendpasswd\">Primer inici de "
46034603
"sessió?</a>. Rebreu una contrasenya nova en el correu electrònic."
46044604

4605+
#. (path_cgi)
4606+
#: web_tt2/help_faquser.tt2:15
4607+
msgid ""
4608+
"<strong>You have no password</strong>. To be given a password, follow the <a "
4609+
"href=\"%1/firstpasswd\">First login?</a> link from the homepage. You will "
4610+
"receive your new password by email."
4611+
msgstr ""
4612+
"<strong>No teniu contrasenya</strong>. Per aconseguir la contrasenya, seguiu "
4613+
"l'enllaç de la pàgina principal <a href=\"%1/firstpasswd\">Primer inici de "
4614+
"sessió?</a>. Rebreu una contrasenya nova en el correu electrònic."
4615+
46054616
#. (path_cgi)
46064617
#: web_tt2/help_faquser.tt2:16
46074618
msgid ""

po-wwsympa/de.po

+11
Original file line numberDiff line numberDiff line change
@@ -4632,6 +4632,17 @@ msgstr ""
46324632
"klicken Sie den Link <a href=\"%1/sendpasswd\">Erste Anmeldung?</a> auf der "
46334633
"Homepage. Sie werden per E-Mail ein neues Passwort erhalten."
46344634

4635+
#. (path_cgi)
4636+
#: ../web_tt2/help_faquser.tt2:15
4637+
msgid ""
4638+
"<strong>You have no password</strong>. To be given a password, follow the <a "
4639+
"href=\"%1/firstpasswd\">First login?</a> link from the homepage. You will "
4640+
"receive your new password by email."
4641+
msgstr ""
4642+
"<strong>Sie haben kein Passwort.</strong> Um ein Passwort zu erhalten, "
4643+
"klicken Sie den Link <a href=\"%1/firstpasswd\">Erste Anmeldung?</a> auf der "
4644+
"Homepage. Sie werden per E-Mail ein neues Passwort erhalten."
4645+
46354646
#. (path_cgi)
46364647
#: ../web_tt2/help_faquser.tt2:16
46374648
msgid ""

po-wwsympa/en.po

+11
Original file line numberDiff line numberDiff line change
@@ -4478,6 +4478,17 @@ msgstr ""
44784478
"href=\"%1/sendpasswd\">First login?</a> link from the homepage. You will "
44794479
"receive your new password by email."
44804480

4481+
#. (path_cgi)
4482+
#: ../web_tt2/help_faquser.tt2:15
4483+
msgid ""
4484+
"<strong>You have no password</strong>. To be given a password, follow the <a "
4485+
"href=\"%1/firstpasswd\">First login?</a> link from the homepage. You will "
4486+
"receive your new password by email."
4487+
msgstr ""
4488+
"<strong>You have no password</strong>. To be given a password, follow the <a "
4489+
"href=\"%1/firstpasswd\">First login?</a> link from the homepage. You will "
4490+
"receive your new password by email."
4491+
44814492
#. (path_cgi)
44824493
#: ../web_tt2/help_faquser.tt2:16
44834494
msgid ""

0 commit comments

Comments
 (0)