[enh] debian compliance work, almost no warning in lintian

This commit is contained in:
Benjamin Sonntag 2018-06-24 17:18:01 +02:00
parent bb3bd0b14c
commit a4c488ae70
19 changed files with 334 additions and 347 deletions

View File

@ -1,6 +1,7 @@
******************************************************************************************** ********************************************************************************************
* 2013: We are trying to make AlternC enter Debian repositories and follow Debian rules :) * * 2013: We are trying to make AlternC enter Debian repositories and follow Debian rules :) *
* 2018: Still trying :) *
******************************************************************************************** ********************************************************************************************
The main issues we know as of today are: The main issues we know as of today are:
@ -14,38 +15,7 @@ Questions:
- some binaries / scripts don't have a man page - some binaries / scripts don't have a man page
- we are packaging some JS library ourself :
W: alternc: embedded-javascript-library var/alternc/bureau/admin/js/prototype.js
W: alternc: embedded-javascript-library var/alternc/bureau/admin/js/jquery.min.js
- W: alternc: virtual-package-depends-without-real-package-depends depends: mailx
- We should NOT ask for "do you REALLY want to install AlternC blabla" since we don't launch alternc.install at postinst anymore.
This question MAY be asked to the user when launching alternc installer manually (on an interactive shell)
Easy to fix NOW :
E: alternc: dir-or-file-in-var-run var/run/alternc/
W: alternc: binary-without-manpage usr/bin/alternc_get_path
W: alternc: binary-without-manpage usr/bin/alternc_reload
W: alternc: maintainer-script-ignores-errors prerm
W: alternc-awstats: possible-debconf-note-abuse preinst:13 alternc-awstats/errorinstall
E: alternc: duplicate-conffile etc/cron.d/alternc
E: alternc: duplicate-conffile etc/logrotate.d/alternc
W: alternc: malformed-prompt-in-templates alternc/slaves
********************************************************************************
Should be fixed, need more test:
- the control panel is located in /var/alternc/bureau => move it to /usr/share/alternc/panel
- the html data are in /var/alternc/html/[a-z0-9] => move them to /var/www/alternc/[a-z0-9]
- the mail data are in /var/alternc/mail/[a-z0-9] => move them to /var/mail/alternc/[a-z0-9]
- the bind zones, apache vhosts and other dynamic data are in /var/alternc/(bind|apache-vhost)/ => move them to /var/lib/alternc/(samename)
- /var/alternc/db => not used anymore, drop
- /var/alternc/mla => not used anymore, drop
- there is /var/alternc/cgi-bin/ is forgotten and now we use the standard /usr/lib/cgi-bin/
- /var/alternc/exec.usr/ => usr/lib/alternc/safe_mode_exec_dir
- /var/alternc/sessions/ disapear for the standard PHP sessions dir.
******************************************************************************** ********************************************************************************
FIXED: FIXED:
@ -89,3 +59,33 @@ W: alternc: malformed-question-in-templates alternc/use_private_ip
W: alternc: command-with-path-in-maintainer-script config:205 /usr/bin/awk W: alternc: command-with-path-in-maintainer-script config:205 /usr/bin/awk
- we are packaging some JS library ourself :
W: alternc: embedded-javascript-library var/alternc/bureau/admin/js/prototype.js
W: alternc: embedded-javascript-library var/alternc/bureau/admin/js/jquery.min.js
- W: alternc: virtual-package-depends-without-real-package-depends depends: mailx
- We should NOT ask for "do you REALLY want to install AlternC blabla" since we don't launch alternc.install at postinst anymore.
This question MAY be asked to the user when launching alternc installer manually (on an interactive shell)
Easy to fix NOW :
E: alternc: dir-or-file-in-var-run var/run/alternc/
W: alternc: binary-without-manpage usr/bin/alternc_get_path
W: alternc: binary-without-manpage usr/bin/alternc_reload
W: alternc: maintainer-script-ignores-errors prerm
W: alternc-awstats: possible-debconf-note-abuse preinst:13 alternc-awstats/errorinstall
E: alternc: duplicate-conffile etc/cron.d/alternc
E: alternc: duplicate-conffile etc/logrotate.d/alternc
W: alternc: malformed-prompt-in-templates alternc/slaves
- the control panel is located in /var/alternc/bureau => move it to /usr/share/alternc/panel
- the html data are in /var/alternc/html/[a-z0-9] => move them to /var/www/alternc/[a-z0-9]
- the mail data are in /var/alternc/mail/[a-z0-9] => move them to /var/mail/alternc/[a-z0-9]
- the bind zones, apache vhosts and other dynamic data are in /var/alternc/(bind|apache-vhost)/ => move them to /var/lib/alternc/(samename)
- /var/alternc/db => not used anymore, drop
- /var/alternc/mla => not used anymore, drop
- there is /var/alternc/cgi-bin/ is forgotten and now we use the standard /usr/lib/cgi-bin/
- /var/alternc/exec.usr/ => usr/lib/alternc/safe_mode_exec_dir
- /var/alternc/sessions/ disapear for the standard PHP sessions dir.

View File

@ -29,10 +29,10 @@ case "$1" in
# configure /etc/alternc/templates/apache/httpd.conf # configure /etc/alternc/templates/apache/httpd.conf
# configure /etc/alternc/templates/apache-ssl/httpd.conf # configure /etc/alternc/templates/apache-ssl/httpd.conf
if [ -x /usr/sbin/apache2 ]; then if [ -d /etc/apache2/conf-enabled ]; then
if [ ! -h /etc/apache2/conf.d/alterncawstats.conf ]; then if [ ! -L /etc/apache2/conf-enabled/alterncawstats.conf ]; then
ln -sf /etc/alternc/alterncawstats.conf \ ln -sf /etc/alternc/alterncawstats.conf \
/etc/apache2/conf.d/alterncawstats.conf /etc/apache2/conf-enabled/alterncawstats.conf
fi fi
# build awstats.log.alternc.conf if it does not exist # build awstats.log.alternc.conf if it does not exist
if [ ! -f $LOGAPACHE ]; then if [ ! -f $LOGAPACHE ]; then
@ -47,13 +47,6 @@ EOF
chmod 644 $LOGAPACHE chmod 644 $LOGAPACHE
fi fi
if [ -x /usr/sbin/apache-ssl ]; then
if [ ! -h /etc/apache-ssl/conf.d/alterncawstats.conf ]; then
ln -sf /etc/alternc/alterncawstats.conf \
/etc/apache-ssl/conf.d/alterncawstats.conf
fi
fi
logrotate_apache logrotate_apache
# Add htpasswd : # Add htpasswd :

View File

@ -9,8 +9,6 @@ else
. /usr/share/debconf/confmodule . /usr/share/debconf/confmodule
db_version 2.0 db_version 2.0
db_title AlternC-Awstats db_title AlternC-Awstats
db_fset alternc-awstats/errorinstall seen false
db_input medium alternc-awstats/errorinstall
db_go db_go
exit 1 exit 1
fi fi

View File

@ -7,12 +7,3 @@ _Description: Default quota value for awstats stats:
number of statistic set. Please specify the default quota they will have number of statistic set. Please specify the default quota they will have
for this service. for this service.
Template: alternc-awstats/errorinstall
Type: note
_Description: Error installing AlternC-Awstats
AlternC-Awstats requires a complete installed AlternC system to get installed properly!
.
Please install AlternC and CONFIGURE IT before installing alternc-awstats or additional
modules (don't forget to launch 'alternc.install').
.
Please check out the AlternC installation documentation before proceeding.

View File

@ -89,7 +89,7 @@ MYSQL_MAIL_USER=alternc_user
MYSQL_MAIL_PASS="`perl -e 'print map{("a".."z","A".."Z",0..9)[int(rand(62))]}(1..10)' `" MYSQL_MAIL_PASS="`perl -e 'print map{("a".."z","A".."Z",0..9)[int(rand(62))]}(1..10)' `"
MYSQL_CLIENT=localhost MYSQL_CLIENT=localhost
FQDN="`(cat /etc/mailname 2>/dev/null || hostname -f)|tr '[:upper:]' '[:lower:]'`" FQDN="`(cat /etc/mailname 2>/dev/null || hostname -f)|tr '[:upper:]' '[:lower:]'`"
INTERNAL_IP="`env LANG=C /sbin/ip addr show|grep 'inet ' | grep -v 127.0.0.1| head -1 | sed -e 's/^.*inet \([0-9\.]*\).*$/\1/' 2>/dev/null || hostname -f`" INTERNAL_IP="`env LANG=C ip addr show|grep 'inet ' | grep -v 127.0.0.1| head -1 | sed -e 's/^.*inet \([0-9\.]*\).*$/\1/' 2>/dev/null || hostname -f`"
PUBLIC_IP="$INTERNAL_IP" PUBLIC_IP="$INTERNAL_IP"
DEFAULT_MX="`cat /etc/mailname 2>/dev/null || hostname -f`" DEFAULT_MX="`cat /etc/mailname 2>/dev/null || hostname -f`"
ALTERNC_HTML="/var/www/alternc/" ALTERNC_HTML="/var/www/alternc/"

View File

@ -1,41 +1,6 @@
alternc: non-standard-dir-in-var var/alternc/ alternc: non-standard-dir-perm var/lib/alternc/backups/ 0700 != 0755
alternc: non-standard-dir-in-var var/backups/
alternc: file-in-unusual-dir
alternc: setuid-binary usr/lib/alternc/quota_edit 4750 root/www-data alternc: setuid-binary usr/lib/alternc/quota_edit 4750 root/www-data
alternc: setuid-binary usr/lib/alternc/quota_get 4750 root/www-data alternc: setuid-binary usr/lib/alternc/quota_get 4750 root/www-data
alternc: setuid-binary usr/lib/alternc/mem_add 4750 root/www-data alternc: setuid-binary usr/lib/alternc/mem_add 4750 root/www-data
alternc: setuid-binary usr/lib/alternc/mem_del 4750 root/www-data alternc: setuid-binary usr/lib/alternc/mem_del 4750 root/www-data
alternc: setuid-binary usr/lib/alternc/db_create 4750 root/www-data alternc: setuid-binary usr/lib/alternc/db_create 4750 root/www-data
alternc: non-standard-executable-perm usr/lib/alternc/quota_edit.sh 0750 != 0755
alternc: non-standard-executable-perm usr/lib/alternc/quota_get.sh 0750 != 0755
alternc: non-standard-executable-perm usr/lib/alternc/sqlbackup.sh 0750 != 0755
alternc: non-standard-executable-perm usr/lib/alternc/rawstat.daily 0750 != 0755
alternc: non-standard-executable-perm usr/lib/alternc/quota_init 0750 != 0755
alternc: non-standard-executable-perm usr/lib/alternc/quota_delete 0750 != 0755
alternc: non-standard-executable-perm usr/lib/alternc/update_domains.sh 0750 != 0755
alternc: non-standard-executable-perm usr/lib/alternc/functions_hosting.sh 0750 != 0755
alternc: non-standard-executable-perm usr/lib/alternc/functions_dns.sh 0750 != 0755
alternc: non-standard-executable-perm usr/lib/alternc/slave_dns 0750 != 0755
alternc: non-standard-executable-perm usr/lib/alternc/sendmail 0750 != 0755
alternc: non-standard-executable-perm usr/lib/alternc/spoolsize.php 0750 != 0755
alternc: non-standard-executable-perm usr/lib/alternc/fixperms.sh 0750 != 0755
alternc: non-standard-executable-perm usr/lib/alternc/fixperms_mail.sh 0750 != 0755
alternc: executable-is-not-world-readable usr/lib/alternc/sendmail 0750 != 0755
alternc: executable-is-not-world-readable usr/lib/alternc/quota_edit.sh 0750 != 0755
alternc: executable-is-not-world-readable usr/lib/alternc/fixperms.sh 0750 != 0755
alternc: executable-is-not-world-readable usr/lib/alternc/fixperms_mail.sh 0750 != 0755
alternc: executable-is-not-world-readable usr/lib/alternc/quota_edit 4750
alternc: executable-is-not-world-readable usr/lib/alternc/quota_get.sh 0750 != 0755
alternc: executable-is-not-world-readable usr/lib/alternc/mem_del 4750
alternc: executable-is-not-world-readable usr/lib/alternc/quota_delete 0750 != 0755
alternc: executable-is-not-world-readable usr/lib/alternc/mem_add 4750
alternc: executable-is-not-world-readable usr/lib/alternc/sqlbackup.sh 0750 != 0755
alternc: executable-is-not-world-readable usr/lib/alternc/quota_get 4750
alternc: executable-is-not-world-readable usr/lib/alternc/slave_dns 0750 != 0755
alternc: executable-is-not-world-readable usr/lib/alternc/update_domains.sh 0750 != 0755
alternc: executable-is-not-world-readable usr/lib/alternc/functions_hosting.sh 0750 != 0755
alternc: executable-is-not-world-readable usr/lib/alternc/functions_dns.sh 0750 != 0755
alternc: executable-is-not-world-readable usr/lib/alternc/quota_init 0750 != 0755
alternc: executable-is-not-world-readable usr/lib/alternc/spoolsize.php 0750 != 0755
alternc: executable-is-not-world-readable usr/lib/alternc/rawstat.daily 0750 != 0755
alternc: using-first-person-in-templates alternc/monitor_ip

4
debian/changelog vendored
View File

@ -1,9 +1,9 @@
alternc (3.5.0rc1) stable; urgency=low alternc (3.5.0~rc1) stable; urgency=low
* AlternC 3.5 for Jessie & Stretch * AlternC 3.5 for Jessie & Stretch
* added AlternC-ssl natively now, based on cert providers (external package) * added AlternC-ssl natively now, based on cert providers (external package)
-- Benjamin Sonntag <benjamin@sonntag.fr> Fri, 21 Jun 2018 15:26:00 +0100 -- Benjamin Sonntag <benjamin@sonntag.fr> Sun, 24 Jun 2018 15:26:00 +0200
alternc (3.1.11) oldoldstable; urgency=low alternc (3.1.11) oldoldstable; urgency=low

8
debian/control vendored
View File

@ -1,13 +1,13 @@
Source: alternc Source: alternc
Section: admin Section: admin
Priority: optional Priority: optional
Maintainer: Benjamin Sonntag <benjamin@alternc.org> Maintainer: Benjamin Sonntag <benjamin@sonntag.fr>
Build-Depends-Indep: perl Build-Depends-Indep: perl
, findutils (>= 4.1.7) , findutils (>= 4.1.7)
, gettext (>= 0.10.40-5) , gettext (>= 0.10.40-5)
Build-Depends: debhelper (>= 9) Build-Depends: debhelper (>= 9)
, po-debconf , po-debconf
Standards-Version: 3.9.4 Standards-Version: 3.9.8
Package: alternc Package: alternc
Architecture: all Architecture: all
@ -88,7 +88,7 @@ Suggests: alternc-awstats
, ncompress , ncompress
, alternc-squirrelmail , alternc-squirrelmail
, alternc-roundcube , alternc-roundcube
Description: Hosting software managment suite for Debian Description: Hosting software management suite for Debian
AlternC is a mutualized hosting software manager for Linux. AlternC is a mutualized hosting software manager for Linux.
It allows you to manage your websites, domains, ftp, emails, aliases, It allows you to manage your websites, domains, ftp, emails, aliases,
web statistics, mailing-lists, jabber accounts, etc. web statistics, mailing-lists, jabber accounts, etc.
@ -168,7 +168,7 @@ Suggests: alternc-awstats
, zip , zip
, ncompress , ncompress
, bzip2 , bzip2
Description: Hosting software managment suite for Debian Description: Hosting software management suite for Debian
AlternC is a mutualized hosting software manager for Linux. AlternC is a mutualized hosting software manager for Linux.
It allows you to manage your websites, domains, ftp, emails, aliases, It allows you to manage your websites, domains, ftp, emails, aliases,
web statistics, mailing-lists, jabber accounts, etc. web statistics, mailing-lists, jabber accounts, etc.

179
debian/po/de.po vendored
View File

@ -14,15 +14,15 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: AlternC, hosting control panel\n" "Project-Id-Version: AlternC, hosting control panel\n"
"Report-Msgid-Bugs-To: alternc@packages.debian.org\n" "Report-Msgid-Bugs-To: alternc@packages.debian.org\n"
"POT-Creation-Date: 2017-10-08 14:47+0200\n" "POT-Creation-Date: 2018-06-24 17:17+0200\n"
"PO-Revision-Date: 2017-10-08 12:49+0000\n" "PO-Revision-Date: 2017-10-08 12:49+0000\n"
"Last-Translator: Benjamin Sonntag <benjamin@sonntag.fr>\n" "Last-Translator: Benjamin Sonntag <benjamin@sonntag.fr>\n"
"Language-Team: German (Germany) (http://www.transifex.com/octopuce/alternc/" "Language-Team: German (Germany) (http://www.transifex.com/octopuce/alternc/"
"language/de_DE/)\n" "language/de_DE/)\n"
"Language: de_DE\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: de_DE\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. Type: error #. Type: error
@ -52,6 +52,14 @@ msgstr ""
"Kontingent zu verwalten (ist aber nicht Verpflichtent wenn kein Kontingent " "Kontingent zu verwalten (ist aber nicht Verpflichtent wenn kein Kontingent "
"vergeben werden soll)." "vergeben werden soll)."
#. Type: error
#. Description
#. Type: error
#. Description
#: ../alternc.templates:1001 ../alternc.templates:36001
msgid "This is a fatal error and will cause the package installation to fail."
msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../alternc.templates:2001 #: ../alternc.templates:2001
@ -122,12 +130,33 @@ msgstr ""
msgid "Name of the primary domain name server:" msgid "Name of the primary domain name server:"
msgstr "Name des Primären Domain-Name-Server:" msgstr "Name des Primären Domain-Name-Server:"
#. Type: string
#. Description
#: ../alternc.templates:5001
msgid ""
"Please enter the fully qualified name of your primary dns server. It can be "
"this server since bind is installed and configured by AlternC. Anyway, if "
"your hosting service is quite big, you may have an external primary name "
"server that keep in sync with your alternc's server(s). . The default value "
"should be good in most case."
msgstr ""
#. Type: string #. Type: string
#. Description #. Description
#: ../alternc.templates:6001 #: ../alternc.templates:6001
msgid "Name of the secondary domain name server:" msgid "Name of the secondary domain name server:"
msgstr "Name des zweiten Domain-Name-Server:" msgstr "Name des zweiten Domain-Name-Server:"
#. Type: string
#. Description
#: ../alternc.templates:6001
msgid ""
"Please enter the fully qualified name of your secondary dns server. It can "
"be this server since bind is installed and configured by AlternC. Anyway, "
"you should have 2 separate DNS servers if you want to provide a high quality "
"hosting service."
msgstr ""
#. Type: string #. Type: string
#. Description #. Description
#: ../alternc.templates:6001 #: ../alternc.templates:6001
@ -201,6 +230,16 @@ msgstr ""
msgid "Name of the mysql server:" msgid "Name of the mysql server:"
msgstr "Name des MySQL Server:" msgstr "Name des MySQL Server:"
#. Type: string
#. Description
#: ../alternc.templates:10001
msgid ""
"Please enter the fully qualified name of your mysql server host. This server "
"MUST be able to access the remote server at standard port (3306). It is "
"recommended to use \"127.0.0.1\" instead of \"localhost\" if your postfix "
"installation is configured in a chroot (which is the case, by default)."
msgstr ""
#. Type: string #. Type: string
#. Description #. Description
#: ../alternc.templates:11001 #: ../alternc.templates:11001
@ -257,6 +296,14 @@ msgstr ""
"Benutzerzugang damit alternc einen Benutzer einrichten kann mit -grant- " "Benutzerzugang damit alternc einen Benutzer einrichten kann mit -grant- "
"Rechten." "Rechten."
#. Type: string
#. Description
#: ../alternc.templates:13001
msgid ""
"The alternc sql user is responsible for granting access to user generated "
"databases, that is why it needs root access on the mysql installation."
msgstr ""
#. Type: password #. Type: password
#. Description #. Description
#. Type: password #. Type: password
@ -310,12 +357,38 @@ msgstr "Eintrag des Passwortes für den entfernten MySQL Zugang"
msgid "The server to GRANT permissions to:" msgid "The server to GRANT permissions to:"
msgstr "Den Server hat GRANT Berechtigungen für:" msgstr "Den Server hat GRANT Berechtigungen für:"
#. Type: string
#. Description
#: ../alternc.templates:18001
msgid ""
"AlternC and MySQL can be installed on different servers. In order to have "
"GRANT table properly created and manipulated, this parameter must be set to "
"the hostname or IP the Apache server will appear as connecting from to the "
"MySQL server."
msgstr ""
#. Type: select #. Type: select
#. Description #. Description
#: ../alternc.templates:19001 #: ../alternc.templates:19001
msgid "The way backup rotation is executed" msgid "The way backup rotation is executed"
msgstr "Die Backup 'Rotation' ist ausgeführt." msgstr "Die Backup 'Rotation' ist ausgeführt."
#. Type: select
#. Description
#: ../alternc.templates:19001
msgid ""
"AlternC enables users to configure their own backups, on demand, with "
"automatic rotation. This option determines how the backups are rotated."
msgstr ""
#. Type: select
#. Description
#: ../alternc.templates:19001
msgid ""
"rotate - backup.sql, backup.sql.0, backup.sql.1 date - backup.sql, backup."
"sql.20080709, backup.sql.20080708"
msgstr ""
#. Type: select #. Type: select
#. Description #. Description
#: ../alternc.templates:20001 #: ../alternc.templates:20001
@ -324,12 +397,29 @@ msgstr ""
"Das Verhalten des Backupscriptes wenn es eine nicht verwaltbare Datei " "Das Verhalten des Backupscriptes wenn es eine nicht verwaltbare Datei "
"erreicht hat." "erreicht hat."
#. Type: select
#. Description
#: ../alternc.templates:20001
msgid ""
"The SQL backups can rename or overwrite existing files it doesn't know about "
"when doing backups. The default behavior is to skip those files and ignore "
"it."
msgstr ""
#. Type: string #. Type: string
#. Description #. Description
#: ../alternc.templates:21001 #: ../alternc.templates:21001
msgid "The primary IP of this server:" msgid "The primary IP of this server:"
msgstr "Die primäre IP von diesem Server:" msgstr "Die primäre IP von diesem Server:"
#. Type: string
#. Description
#: ../alternc.templates:21001
msgid ""
"AlternC will default the A records for domains it hosts to this address. In "
"other words, this is the address everyone can reach to server at."
msgstr ""
#. Type: string #. Type: string
#. Description #. Description
#: ../alternc.templates:22001 #: ../alternc.templates:22001
@ -370,6 +460,28 @@ msgstr ""
"AlternC wird den HOSTNAMEN als MX Eintrag für alle Domänen übernehmen die " "AlternC wird den HOSTNAMEN als MX Eintrag für alle Domänen übernehmen die "
"vorhanden sind. Dieser Vorgang ist besser als ohne Eintrag." "vorhanden sind. Dieser Vorgang ist besser als ohne Eintrag."
#. Type: string
#. Description
#: ../alternc.templates:24001
#, fuzzy
#| msgid "The default MX to assign to new domains:"
msgid "The default Backup MX to assign to new domains:"
msgstr "Diese Grundeinstellung für MX wird für alle Domänen übernommen."
#. Type: string
#. Description
#: ../alternc.templates:24001
#, fuzzy
#| msgid ""
#| "AlternC will assign this hostname as the MX record for all the domains it "
#| "hosts. It is usually better be left alone."
msgid ""
"AlternC will assign this hostname as the Backup MX record for all the "
"domains it hosts. Don't set it if you don't know what it is about."
msgstr ""
"AlternC wird den HOSTNAMEN als MX Eintrag für alle Domänen übernehmen die "
"vorhanden sind. Dieser Vorgang ist besser als ohne Eintrag."
#. Type: string #. Type: string
#. Description #. Description
#: ../alternc.templates:25001 #: ../alternc.templates:25001
@ -399,6 +511,14 @@ msgstr ""
msgid "The monitoring server:" msgid "The monitoring server:"
msgstr "Der Überwachungsserver:" msgstr "Der Überwachungsserver:"
#. Type: string
#. Description
#: ../alternc.templates:26001
msgid ""
"The IP address (or ip/prefix) of the server(s) which must be authorized to "
"ping the server and access apache status pages. Completely optional."
msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../alternc.templates:27001 #: ../alternc.templates:27001
@ -535,6 +655,12 @@ msgstr ""
"bestätige das diese Situation gewollt ist, ansonsten ist dieser Server nicht " "bestätige das diese Situation gewollt ist, ansonsten ist dieser Server nicht "
"von aussen zu erreichen." "von aussen zu erreichen."
#. Type: error
#. Description
#: ../alternc.templates:36001
msgid "Remote mysql: connection error"
msgstr ""
#. Type: error #. Type: error
#. Description #. Description
#: ../alternc.templates:36001 #: ../alternc.templates:36001
@ -561,36 +687,25 @@ msgstr ""
"können einen bestimmten Zeitraum der Statistiken abrufen. Bitte setzen Sie " "können einen bestimmten Zeitraum der Statistiken abrufen. Bitte setzen Sie "
"eine Grundwert für diesen Service ein." "eine Grundwert für diesen Service ein."
#. Type: note #~ msgid "Error installing AlternC-Awstats"
#. Description #~ msgstr "Fehler bei der Installation des AlternC-Awstats"
#: ../alternc-awstats.templates:2001
msgid "Error installing AlternC-Awstats"
msgstr "Fehler bei der Installation des AlternC-Awstats"
#. Type: note #~ msgid ""
#. Description #~ "AlternC-Awstats requires a complete installed AlternC system to get "
#: ../alternc-awstats.templates:2001 #~ "installed properly!"
msgid "" #~ msgstr ""
"AlternC-Awstats requires a complete installed AlternC system to get " #~ "AlternC-Awstats benötigt eine komplett Installiertes AlternC System."
"installed properly!"
msgstr "AlternC-Awstats benötigt eine komplett Installiertes AlternC System."
#. Type: note #~ msgid ""
#. Description #~ "Please install AlternC and CONFIGURE IT before installing alternc-awstats "
#: ../alternc-awstats.templates:2001 #~ "or additional modules (don't forget to launch 'alternc.install')."
msgid "" #~ msgstr ""
"Please install AlternC and CONFIGURE IT before installing alternc-awstats or " #~ "Bitte Installieren sie AlternC und Konfigurieren ihn bevor soe 'alternc-"
"additional modules (don't forget to launch 'alternc.install')." #~ "awstats' oder zusätzliche Module Installieren (nicht vergessen den "
msgstr "" #~ "'alternc.install' aus zu führen)."
"Bitte Installieren sie AlternC und Konfigurieren ihn bevor soe 'alternc-"
"awstats' oder zusätzliche Module Installieren (nicht vergessen den 'alternc."
"install' aus zu führen)."
#. Type: note #~ msgid ""
#. Description #~ "Please check out the AlternC installation documentation before proceeding."
#: ../alternc-awstats.templates:2001 #~ msgstr ""
msgid "" #~ "Bitte lesen sie in der AlternC Installation Beschreibung bevor sie weiter "
"Please check out the AlternC installation documentation before proceeding." #~ "machen."
msgstr ""
"Bitte lesen sie in der AlternC Installation Beschreibung bevor sie weiter "
"machen."

31
debian/po/en.po vendored
View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: 0.3.1\n" "Project-Id-Version: 0.3.1\n"
"Report-Msgid-Bugs-To: alternc@packages.debian.org\n" "Report-Msgid-Bugs-To: alternc@packages.debian.org\n"
"POT-Creation-Date: 2017-10-08 14:47+0200\n" "POT-Creation-Date: 2018-06-24 17:17+0200\n"
"PO-Revision-Date: 2005-05-15 18:24+0200\n" "PO-Revision-Date: 2005-05-15 18:24+0200\n"
"Last-Translator: Benjamin Sonntag <benjamin@altercn.org>\n" "Last-Translator: Benjamin Sonntag <benjamin@altercn.org>\n"
"Language-Team: English <dev@alternc.org>\n" "Language-Team: English <dev@alternc.org>\n"
@ -600,32 +600,3 @@ msgid ""
"of statistic set. Please specify the default quota they will have for this " "of statistic set. Please specify the default quota they will have for this "
"service." "service."
msgstr "" msgstr ""
#. Type: note
#. Description
#: ../alternc-awstats.templates:2001
msgid "Error installing AlternC-Awstats"
msgstr ""
#. Type: note
#. Description
#: ../alternc-awstats.templates:2001
msgid ""
"AlternC-Awstats requires a complete installed AlternC system to get "
"installed properly!"
msgstr ""
#. Type: note
#. Description
#: ../alternc-awstats.templates:2001
msgid ""
"Please install AlternC and CONFIGURE IT before installing alternc-awstats or "
"additional modules (don't forget to launch 'alternc.install')."
msgstr ""
#. Type: note
#. Description
#: ../alternc-awstats.templates:2001
msgid ""
"Please check out the AlternC installation documentation before proceeding."
msgstr ""

66
debian/po/es.po vendored
View File

@ -15,15 +15,15 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: AlternC, hosting control panel\n" "Project-Id-Version: AlternC, hosting control panel\n"
"Report-Msgid-Bugs-To: alternc@packages.debian.org\n" "Report-Msgid-Bugs-To: alternc@packages.debian.org\n"
"POT-Creation-Date: 2017-10-08 14:47+0200\n" "POT-Creation-Date: 2018-06-24 17:17+0200\n"
"PO-Revision-Date: 2017-10-08 12:49+0000\n" "PO-Revision-Date: 2017-10-08 12:49+0000\n"
"Last-Translator: Benjamin Sonntag <benjamin@sonntag.fr>\n" "Last-Translator: Benjamin Sonntag <benjamin@sonntag.fr>\n"
"Language-Team: Spanish (Spain) (http://www.transifex.com/octopuce/alternc/" "Language-Team: Spanish (Spain) (http://www.transifex.com/octopuce/alternc/"
"language/es_ES/)\n" "language/es_ES/)\n"
"Language: es_ES\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: es_ES\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. Type: error #. Type: error
@ -52,6 +52,14 @@ msgstr ""
"Además, si deseas utilizar las cuotas de disco, deves activar las cuotas de " "Además, si deseas utilizar las cuotas de disco, deves activar las cuotas de "
"grupo (grpquota) (pero no es obligatorio)" "grupo (grpquota) (pero no es obligatorio)"
#. Type: error
#. Description
#. Type: error
#. Description
#: ../alternc.templates:1001 ../alternc.templates:36001
msgid "This is a fatal error and will cause the package installation to fail."
msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../alternc.templates:2001 #: ../alternc.templates:2001
@ -683,6 +691,12 @@ msgstr ""
"igual quieres utilizarla. El servidor podrá no ser accesible desde fuera de " "igual quieres utilizarla. El servidor podrá no ser accesible desde fuera de "
"tu red. " "tu red. "
#. Type: error
#. Description
#: ../alternc.templates:36001
msgid "Remote mysql: connection error"
msgstr ""
#. Type: error #. Type: error
#. Description #. Description
#: ../alternc.templates:36001 #: ../alternc.templates:36001
@ -710,36 +724,24 @@ msgstr ""
"el valor por omisión de las cuotas que les serán asignadas para este " "el valor por omisión de las cuotas que les serán asignadas para este "
"servicio. " "servicio. "
#. Type: note #~ msgid "Error installing AlternC-Awstats"
#. Description #~ msgstr "Error al instalar AlternC-Awstats"
#: ../alternc-awstats.templates:2001
msgid "Error installing AlternC-Awstats"
msgstr "Error al instalar AlternC-Awstats"
#. Type: note #~ msgid ""
#. Description #~ "AlternC-Awstats requires a complete installed AlternC system to get "
#: ../alternc-awstats.templates:2001 #~ "installed properly!"
msgid "" #~ msgstr ""
"AlternC-Awstats requires a complete installed AlternC system to get " #~ "¡AlternC-Awstats requiere una instalación completa de AlternC para poder "
"installed properly!" #~ "ser instalado!"
msgstr ""
"¡AlternC-Awstats requiere una instalación completa de AlternC para poder ser "
"instalado!"
#. Type: note #~ msgid ""
#. Description #~ "Please install AlternC and CONFIGURE IT before installing alternc-awstats "
#: ../alternc-awstats.templates:2001 #~ "or additional modules (don't forget to launch 'alternc.install')."
msgid "" #~ msgstr ""
"Please install AlternC and CONFIGURE IT before installing alternc-awstats or " #~ "Favor instalar y CONFIGURAR AlternC antes de instalar alternc-awstats y "
"additional modules (don't forget to launch 'alternc.install')." #~ "otros módulos (no olvidar de lanzar 'alternc.install')."
msgstr ""
"Favor instalar y CONFIGURAR AlternC antes de instalar alternc-awstats y "
"otros módulos (no olvidar de lanzar 'alternc.install')."
#. Type: note #~ msgid ""
#. Description #~ "Please check out the AlternC installation documentation before proceeding."
#: ../alternc-awstats.templates:2001 #~ msgstr ""
msgid "" #~ "Favor leer la documentación de instalación de AlternC antes de continuar. "
"Please check out the AlternC installation documentation before proceeding."
msgstr ""
"Favor leer la documentación de instalación de AlternC antes de continuar. "

93
debian/po/fr.po vendored
View File

@ -23,15 +23,15 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: AlternC, hosting control panel\n" "Project-Id-Version: AlternC, hosting control panel\n"
"Report-Msgid-Bugs-To: alternc@packages.debian.org\n" "Report-Msgid-Bugs-To: alternc@packages.debian.org\n"
"POT-Creation-Date: 2017-10-08 14:47+0200\n" "POT-Creation-Date: 2018-06-24 17:17+0200\n"
"PO-Revision-Date: 2017-10-08 12:51+0000\n" "PO-Revision-Date: 2017-10-08 12:51+0000\n"
"Last-Translator: Benjamin Sonntag <benjamin@sonntag.fr>\n" "Last-Translator: Benjamin Sonntag <benjamin@sonntag.fr>\n"
"Language-Team: French (France) (http://www.transifex.com/octopuce/alternc/" "Language-Team: French (France) (http://www.transifex.com/octopuce/alternc/"
"language/fr_FR/)\n" "language/fr_FR/)\n"
"Language: fr_FR\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: fr_FR\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. Type: error #. Type: error
@ -185,6 +185,14 @@ msgstr ""
"d'AlternC. Rendez-vous sur http://alternc.net/ pour créer un compte et en " "d'AlternC. Rendez-vous sur http://alternc.net/ pour créer un compte et en "
"profiter." "profiter."
#. Type: string
#. Description
#: ../alternc.templates:7001
#, fuzzy
#| msgid "Path where alternc's logs files will be located:"
msgid "Path where AlternC's users html files will be located:"
msgstr "Répertoire dans lequel les fichiers logs d'AlternC seront stockés"
#. Type: string #. Type: string
#. Description #. Description
#: ../alternc.templates:7001 #: ../alternc.templates:7001
@ -203,6 +211,14 @@ msgid "This directory will contain every AlternC users personal directories."
msgstr "" msgstr ""
"Ce répertoire contiendra les dossiers personnels de tous les comptes AlternC." "Ce répertoire contiendra les dossiers personnels de tous les comptes AlternC."
#. Type: string
#. Description
#: ../alternc.templates:8001
#, fuzzy
#| msgid "Path where alternc's logs files will be located:"
msgid "Path where AlternC's users mails will be located:"
msgstr "Répertoire dans lequel les fichiers logs d'AlternC seront stockés"
#. Type: string #. Type: string
#. Description #. Description
#: ../alternc.templates:8001 #: ../alternc.templates:8001
@ -290,6 +306,14 @@ msgstr ""
"nom d'utilisateur qui sera créé. La valeur par défaut convient dans la " "nom d'utilisateur qui sera créé. La valeur par défaut convient dans la "
"plupart des cas." "plupart des cas."
#. Type: string
#. Description
#: ../alternc.templates:13001
#, fuzzy
#| msgid "AlternC's mysql account:"
msgid "Remote root mysql user account:"
msgstr "Compte mysql d'AlternC : "
#. Type: string #. Type: string
#. Description #. Description
#: ../alternc.templates:13001 #: ../alternc.templates:13001
@ -346,6 +370,14 @@ msgstr ""
"Merci de choisir un mot de passe complexe, car il permet d'accéder à la base " "Merci de choisir un mot de passe complexe, car il permet d'accéder à la base "
"système ! Si vous n'entrez rien, un mot de passe aléatoire sera généré." "système ! Si vous n'entrez rien, un mot de passe aléatoire sera généré."
#. Type: password
#. Description
#: ../alternc.templates:15001
#, fuzzy
#| msgid "Password of AlternC's mysql account:"
msgid "Password of the remote root mysql user account:"
msgstr "Mot de passe du compte MySQL d'AlternC :"
#. Type: password #. Type: password
#. Description #. Description
#: ../alternc.templates:15001 #: ../alternc.templates:15001
@ -625,6 +657,14 @@ msgstr ""
msgid "Use a remote MySQL server?" msgid "Use a remote MySQL server?"
msgstr "Doit-on utiliser un serveur MySQL distant ?" msgstr "Doit-on utiliser un serveur MySQL distant ?"
#. Type: boolean
#. Description
#: ../alternc.templates:33001
msgid ""
"Please confirm you want to use a remote Mysql Server. If not, AlternC cannot "
"be installed."
msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../alternc.templates:34001 #: ../alternc.templates:34001
@ -691,36 +731,25 @@ msgstr ""
"Merci de préciser la valeur par défaut des quotas qui leurs seront assignés " "Merci de préciser la valeur par défaut des quotas qui leurs seront assignés "
"pour ce service." "pour ce service."
#. Type: note #~ msgid "Error installing AlternC-Awstats"
#. Description #~ msgstr "Erreur à l'installation d'AlternC-Awstats"
#: ../alternc-awstats.templates:2001
msgid "Error installing AlternC-Awstats"
msgstr "Erreur à l'installation d'AlternC-Awstats"
#. Type: note #~ msgid ""
#. Description #~ "AlternC-Awstats requires a complete installed AlternC system to get "
#: ../alternc-awstats.templates:2001 #~ "installed properly!"
msgid "" #~ msgstr ""
"AlternC-Awstats requires a complete installed AlternC system to get " #~ "AlternC-Awstats requiert une installation complète d'AlternC pour pouvoir "
"installed properly!" #~ "être installé !"
msgstr ""
"AlternC-Awstats requiert une installation complète d'AlternC pour pouvoir "
"être installé !"
#. Type: note #~ msgid ""
#. Description #~ "Please install AlternC and CONFIGURE IT before installing alternc-awstats "
#: ../alternc-awstats.templates:2001 #~ "or additional modules (don't forget to launch 'alternc.install')."
msgid "" #~ msgstr ""
"Please install AlternC and CONFIGURE IT before installing alternc-awstats or " #~ "Merci d'installer et de CONFIGURER AlternC avant d'installer alternc-"
"additional modules (don't forget to launch 'alternc.install')." #~ "awstats ou d'autres modules (ne pas oublier de lancer 'alternc.install')."
msgstr ""
"Merci d'installer et de CONFIGURER AlternC avant d'installer alternc-awstats "
"ou d'autres modules (ne pas oublier de lancer 'alternc.install')."
#. Type: note #~ msgid ""
#. Description #~ "Please check out the AlternC installation documentation before proceeding."
#: ../alternc-awstats.templates:2001 #~ msgstr ""
msgid "" #~ "Merci de lire la documentation d'installation d'AlternC avant de "
"Please check out the AlternC installation documentation before proceeding." #~ "continuer."
msgstr ""
"Merci de lire la documentation d'installation d'AlternC avant de continuer."

75
debian/po/it.po vendored
View File

@ -10,15 +10,15 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: AlternC, hosting control panel\n" "Project-Id-Version: AlternC, hosting control panel\n"
"Report-Msgid-Bugs-To: alternc@packages.debian.org\n" "Report-Msgid-Bugs-To: alternc@packages.debian.org\n"
"POT-Creation-Date: 2017-10-08 14:47+0200\n" "POT-Creation-Date: 2018-06-24 17:17+0200\n"
"PO-Revision-Date: 2017-10-08 12:49+0000\n" "PO-Revision-Date: 2017-10-08 12:49+0000\n"
"Last-Translator: Benjamin Sonntag <benjamin@sonntag.fr>\n" "Last-Translator: Benjamin Sonntag <benjamin@sonntag.fr>\n"
"Language-Team: Italian (Italy) (http://www.transifex.com/octopuce/alternc/" "Language-Team: Italian (Italy) (http://www.transifex.com/octopuce/alternc/"
"language/it_IT/)\n" "language/it_IT/)\n"
"Language: it_IT\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: it_IT\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. Type: error #. Type: error
@ -47,6 +47,14 @@ msgstr ""
"Inoltre, serve attivare il gruppo quota (grpquota) per poter utilizzare il " "Inoltre, serve attivare il gruppo quota (grpquota) per poter utilizzare il "
"disco quota (ma non è obbligatorio)" "disco quota (ma non è obbligatorio)"
#. Type: error
#. Description
#. Type: error
#. Description
#: ../alternc.templates:1001 ../alternc.templates:36001
msgid "This is a fatal error and will cause the package installation to fail."
msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../alternc.templates:2001 #: ../alternc.templates:2001
@ -385,6 +393,14 @@ msgstr ""
"AlternC abilita gli utenti a configurare i loro backup, on demand, a cicli " "AlternC abilita gli utenti a configurare i loro backup, on demand, a cicli "
"automatici. Questa opzione determina la rotazione dei backup." "automatici. Questa opzione determina la rotazione dei backup."
#. Type: select
#. Description
#: ../alternc.templates:19001
msgid ""
"rotate - backup.sql, backup.sql.0, backup.sql.1 date - backup.sql, backup."
"sql.20080709, backup.sql.20080708"
msgstr ""
#. Type: select #. Type: select
#. Description #. Description
#: ../alternc.templates:20001 #: ../alternc.templates:20001
@ -648,6 +664,12 @@ msgstr ""
"tratta di una situazione prevista, dato che il server potrebbe non essere " "tratta di una situazione prevista, dato che il server potrebbe non essere "
"raggiungibile dall'esterno della vostra rete." "raggiungibile dall'esterno della vostra rete."
#. Type: error
#. Description
#: ../alternc.templates:36001
msgid "Remote mysql: connection error"
msgstr ""
#. Type: error #. Type: error
#. Description #. Description
#: ../alternc.templates:36001 #: ../alternc.templates:36001
@ -674,36 +696,25 @@ msgstr ""
"possono richiedere un numero limitato di set di statistiche. Specificate la " "possono richiedere un numero limitato di set di statistiche. Specificate la "
"quota di default per questo servizio." "quota di default per questo servizio."
#. Type: note #~ msgid "Error installing AlternC-Awstats"
#. Description #~ msgstr "Errore nell'installazione di AlternC-AWStats"
#: ../alternc-awstats.templates:2001
msgid "Error installing AlternC-Awstats"
msgstr "Errore nell'installazione di AlternC-AWStats"
#. Type: note #~ msgid ""
#. Description #~ "AlternC-Awstats requires a complete installed AlternC system to get "
#: ../alternc-awstats.templates:2001 #~ "installed properly!"
msgid "" #~ msgstr ""
"AlternC-Awstats requires a complete installed AlternC system to get " #~ "AlternC-AWStats necessita di un'installazione completa del sistema "
"installed properly!" #~ "AlternC per essere installata correttamente!"
msgstr ""
"AlternC-AWStats necessita di un'installazione completa del sistema AlternC "
"per essere installata correttamente!"
#. Type: note #~ msgid ""
#. Description #~ "Please install AlternC and CONFIGURE IT before installing alternc-awstats "
#: ../alternc-awstats.templates:2001 #~ "or additional modules (don't forget to launch 'alternc.install')."
msgid "" #~ msgstr ""
"Please install AlternC and CONFIGURE IT before installing alternc-awstats or " #~ "Installate AlternC e CONFIGURATELO prima di instalare alternc-awstats o "
"additional modules (don't forget to launch 'alternc.install')." #~ "altri moduli aggiuntivi (non dimenticate di lanciare \"alternc.install\")."
msgstr ""
"Installate AlternC e CONFIGURATELO prima di instalare alternc-awstats o "
"altri moduli aggiuntivi (non dimenticate di lanciare \"alternc.install\")."
#. Type: note #~ msgid ""
#. Description #~ "Please check out the AlternC installation documentation before proceeding."
#: ../alternc-awstats.templates:2001 #~ msgstr ""
msgid "" #~ "Controllate la documentazione di installazione di AlternC prima di "
"Please check out the AlternC installation documentation before proceeding." #~ "procedere."
msgstr ""
"Controllate la documentazione di installazione di AlternC prima di procedere."

31
debian/po/nl.po vendored
View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: AlternC, hosting control panel\n" "Project-Id-Version: AlternC, hosting control panel\n"
"Report-Msgid-Bugs-To: alternc@packages.debian.org\n" "Report-Msgid-Bugs-To: alternc@packages.debian.org\n"
"POT-Creation-Date: 2017-10-08 14:47+0200\n" "POT-Creation-Date: 2018-06-24 17:17+0200\n"
"PO-Revision-Date: 2013-02-08 14:51+0000\n" "PO-Revision-Date: 2013-02-08 14:51+0000\n"
"Last-Translator: Benjamin Sonntag <benjamin@sonntag.fr>\n" "Last-Translator: Benjamin Sonntag <benjamin@sonntag.fr>\n"
"Language-Team: English <dev@alternc.org>\n" "Language-Team: English <dev@alternc.org>\n"
@ -601,32 +601,3 @@ msgid ""
"of statistic set. Please specify the default quota they will have for this " "of statistic set. Please specify the default quota they will have for this "
"service." "service."
msgstr "" msgstr ""
#. Type: note
#. Description
#: ../alternc-awstats.templates:2001
msgid "Error installing AlternC-Awstats"
msgstr ""
#. Type: note
#. Description
#: ../alternc-awstats.templates:2001
msgid ""
"AlternC-Awstats requires a complete installed AlternC system to get "
"installed properly!"
msgstr ""
#. Type: note
#. Description
#: ../alternc-awstats.templates:2001
msgid ""
"Please install AlternC and CONFIGURE IT before installing alternc-awstats or "
"additional modules (don't forget to launch 'alternc.install')."
msgstr ""
#. Type: note
#. Description
#: ../alternc-awstats.templates:2001
msgid ""
"Please check out the AlternC installation documentation before proceeding."
msgstr ""

31
debian/po/pt.po vendored
View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: AlternC, hosting control panel\n" "Project-Id-Version: AlternC, hosting control panel\n"
"Report-Msgid-Bugs-To: alternc@packages.debian.org\n" "Report-Msgid-Bugs-To: alternc@packages.debian.org\n"
"POT-Creation-Date: 2017-10-08 14:47+0200\n" "POT-Creation-Date: 2018-06-24 17:17+0200\n"
"PO-Revision-Date: 2013-02-08 14:51+0000\n" "PO-Revision-Date: 2013-02-08 14:51+0000\n"
"Last-Translator: Benjamin Sonntag <benjamin@sonntag.fr>\n" "Last-Translator: Benjamin Sonntag <benjamin@sonntag.fr>\n"
"Language-Team: English <dev@alternc.org>\n" "Language-Team: English <dev@alternc.org>\n"
@ -602,32 +602,3 @@ msgid ""
"of statistic set. Please specify the default quota they will have for this " "of statistic set. Please specify the default quota they will have for this "
"service." "service."
msgstr "" msgstr ""
#. Type: note
#. Description
#: ../alternc-awstats.templates:2001
msgid "Error installing AlternC-Awstats"
msgstr ""
#. Type: note
#. Description
#: ../alternc-awstats.templates:2001
msgid ""
"AlternC-Awstats requires a complete installed AlternC system to get "
"installed properly!"
msgstr ""
#. Type: note
#. Description
#: ../alternc-awstats.templates:2001
msgid ""
"Please install AlternC and CONFIGURE IT before installing alternc-awstats or "
"additional modules (don't forget to launch 'alternc.install')."
msgstr ""
#. Type: note
#. Description
#: ../alternc-awstats.templates:2001
msgid ""
"Please check out the AlternC installation documentation before proceeding."
msgstr ""

View File

@ -1,6 +1,6 @@
# SOME DESCRIPTIVE TITLE. # SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the alternc package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
# #
#, fuzzy #, fuzzy
@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: alternc\n" "Project-Id-Version: alternc\n"
"Report-Msgid-Bugs-To: alternc@packages.debian.org\n" "Report-Msgid-Bugs-To: alternc@packages.debian.org\n"
"POT-Creation-Date: 2017-10-08 14:47+0200\n" "POT-Creation-Date: 2018-06-24 17:17+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -601,32 +601,3 @@ msgid ""
"of statistic set. Please specify the default quota they will have for this " "of statistic set. Please specify the default quota they will have for this "
"service." "service."
msgstr "" msgstr ""
#. Type: note
#. Description
#: ../alternc-awstats.templates:2001
msgid "Error installing AlternC-Awstats"
msgstr ""
#. Type: note
#. Description
#: ../alternc-awstats.templates:2001
msgid ""
"AlternC-Awstats requires a complete installed AlternC system to get "
"installed properly!"
msgstr ""
#. Type: note
#. Description
#: ../alternc-awstats.templates:2001
msgid ""
"Please install AlternC and CONFIGURE IT before installing alternc-awstats or "
"additional modules (don't forget to launch 'alternc.install')."
msgstr ""
#. Type: note
#. Description
#: ../alternc-awstats.templates:2001
msgid ""
"Please check out the AlternC installation documentation before proceeding."
msgstr ""

View File

@ -794,4 +794,5 @@ CREATE TABLE IF NOT EXISTS `certificates` (
-- make it re-exec-proof -- make it re-exec-proof
DELETE FROM alternc_status WHERE name='alternc_version'; DELETE FROM alternc_status WHERE name='alternc_version';
INSERT INTO alternc_status SET name='alternc_version',value='3.5.0.2.php'; INSERT INTO alternc_status SET name='alternc_version',value='3.5.0.1.sql';

0
install/upgrades/3.4.5.sql Executable file → Normal file
View File

View File

@ -1,2 +0,0 @@
<?php