Changeset 1083
- Timestamp:
- 03/30/06 01:08:14 (3 years ago)
- Files:
-
- trunk/debian/po/fr.po (modified) (6 diffs)
- trunk/debian/postinst (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/debian/po/fr.po
r1081 r1083 17 17 "Project-Id-Version: 0.3.1\n" 18 18 "Report-Msgid-Bugs-To: \n" 19 "POT-Creation-Date: 2006-03- 29 23:47+0200\n"19 "POT-Creation-Date: 2006-03-30 00:55+0200\n" 20 20 "PO-Revision-Date: 2005-05-15 18:24+0200\n" 21 21 "Last-Translator: Benjamin Sonntag <benjamin@altercn.org>\n" … … 39 39 "of statistic set. Please specify the default quota they will have for this " 40 40 "service ?" 41 msgstr "Vous êtes en train d'installer le paquet alternc-awstats. Ce paquet permet " 41 msgstr "" 42 "Vous êtes en train d'installer le paquet alternc-awstats. Ce paquet permet " 42 43 "aux utilisateurs de demander la génération de statistiques pour leurs sites " 43 44 "web. Ils disposent d'un nombre limité de jeux de statistiques. Quel quota " … … 46 47 #. Type: note 47 48 #. Description 48 #: ../templates:1 149 #: ../templates:12 49 50 msgid "Error installing AlternC-Awstats" 50 51 msgstr "Erreur à l'installation d'AlternC-Awstats" … … 52 53 #. Type: note 53 54 #. Description 54 #: ../templates:1 155 #: ../templates:12 55 56 msgid "" 56 57 "AlternC-Awstats requires a complete installed AlternC system to get " … … 61 62 #. Type: note 62 63 #. Description 63 #: ../templates:1 164 #: ../templates:12 64 65 msgid "" 65 66 "Please install AlternC and CONFIGURE IT before installing alternc-awstats or " … … 72 73 #. Type: note 73 74 #. Description 74 #: ../templates:1 175 #: ../templates:12 75 76 msgid "" 76 77 "Please check out the AlternC installation documentation before proceeding. " trunk/debian/postinst
r1081 r1083 31 31 . "$CONFIGFILE" 32 32 33 # Then, configure the quota for "aws" 34 db_get alternc-awstats/default_quota_value || true 35 /usr/lib/alternc/quota_init aws $RET 36 37 db_stop 38 33 39 echo "Installing mysql table" 34 40 mysql -h"$MYSQL_HOST" -p"$MYSQL_PASS" -u"$MYSQL_USER" "$MYSQL_DATABASE" \ … … 40 46 ln /usr/lib/cgi-bin/awstats.pl /var/alternc/cgi-bin/ -sf 41 47 alternc.install 42 43 # Then, configure the quota for "aws"44 db_get alternc-awstats/default_quota_value || true45 /usr/lib/alternc/quota_init aws $RET46 48 47 49 logrotate_apache
