Changeset 1081
- Timestamp:
- 03/29/06 23:57:14 (7 years ago)
- Location:
- trunk/debian
- Files:
-
- 1 added
- 2 deleted
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/debian/po/fr.po
r1073 r1081 17 17 "Project-Id-Version: 0.3.1\n" 18 18 "Report-Msgid-Bugs-To: \n" 19 "POT-Creation-Date: 2006-03-29 2 0:20+0200\n"19 "POT-Creation-Date: 2006-03-29 23:47+0200\n" 20 20 "PO-Revision-Date: 2005-05-15 18:24+0200\n" 21 21 "Last-Translator: Benjamin Sonntag <benjamin@altercn.org>\n" … … 25 25 "Content-Transfer-Encoding: 8bit\n" 26 26 27 #. Type: string 28 #. Description 29 #: ../templates:4 30 msgid "Default quota value for awstats stats." 31 msgstr "Quota par défaut pour les statistiques awstats." 32 33 #. Type: string 34 #. Description 35 #: ../templates:4 36 msgid "" 37 "You are installing the alternc-awstats package. This package allows any user " 38 "to ask for statistics about his web site. Users can ask for a limited number " 39 "of statistic set. Please specify the default quota they will have for this " 40 "service ?" 41 msgstr "Vous êtes en train d'installer le paquet alternc-awstats. Ce paquet permet " 42 "aux utilisateurs de demander la génération de statistiques pour leurs sites " 43 "web. Ils disposent d'un nombre limité de jeux de statistiques. Quel quota " 44 "par défaut voulez-vous leur donner pour ce service ?" 45 27 46 #. Type: note 28 47 #. Description 29 #: ../templates: 348 #: ../templates:11 30 49 msgid "Error installing AlternC-Awstats" 31 50 msgstr "Erreur à l'installation d'AlternC-Awstats" … … 33 52 #. Type: note 34 53 #. Description 35 #: ../templates: 354 #: ../templates:11 36 55 msgid "" 37 56 "AlternC-Awstats requires a complete installed AlternC system to get " 38 57 "installed properly !" 39 msgstr "AlternC-Awstats nécessite qu'AlternC soit installé pour pouvoir continuer !" 58 msgstr "" 59 "AlternC-Awstats nécessite qu'AlternC soit installé pour pouvoir continuer !" 40 60 41 61 #. Type: note 42 62 #. Description 43 #: ../templates: 363 #: ../templates:11 44 64 msgid "" 45 65 "Please install AlternC and CONFIGURE IT before installing alternc-awstats or " 46 66 "additional modules (don't forget to launch 'alternc.install')." 47 msgstr "Veuillez installer ET CONFIGURER AlternC avant d'installer alternc-awstats ou tout autre " 48 "module additionnel (ne pas oublier de lancer 'alternc.install')." 67 msgstr "" 68 "Veuillez installer ET CONFIGURER AlternC avant d'installer alternc-awstats " 69 "ou tout autre module additionnel (ne pas oublier de lancer 'alternc." 70 "install')." 49 71 50 72 #. Type: note 51 73 #. Description 52 #: ../templates: 374 #: ../templates:11 53 75 msgid "" 54 76 "Please check out the AlternC installation documentation before proceeding. " 55 77 "Merci de consulter la documentation d'installation d'AlternC avant de " 56 78 "continuer." 57 msgstr "Merci de consulter la documentation d'installation d'AlternC avant de continuer." 58 79 msgstr "" 80 "Merci de consulter la documentation d'installation d'AlternC avant de " 81 "continuer." -
trunk/debian/po/templates.pot
r1073 r1081 17 17 "Project-Id-Version: PACKAGE VERSION\n" 18 18 "Report-Msgid-Bugs-To: \n" 19 "POT-Creation-Date: 2006-03-29 2 0:20+0200\n"19 "POT-Creation-Date: 2006-03-29 23:47+0200\n" 20 20 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 21 21 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 25 25 "Content-Transfer-Encoding: 8bit\n" 26 26 27 #. Type: string 28 #. Description 29 #: ../templates:4 30 msgid "Default quota value for awstats stats." 31 msgstr "" 32 33 #. Type: string 34 #. Description 35 #: ../templates:4 36 msgid "" 37 "You are installing the alternc-awstats package. This package allows any user " 38 "to ask for statistics about his web site. Users can ask for a limited number " 39 "of statistic set. Please specify the default quota they will have for this " 40 "service ?" 41 msgstr "" 42 27 43 #. Type: note 28 44 #. Description 29 #: ../templates: 345 #: ../templates:11 30 46 msgid "Error installing AlternC-Awstats" 31 47 msgstr "" … … 33 49 #. Type: note 34 50 #. Description 35 #: ../templates: 351 #: ../templates:11 36 52 msgid "" 37 53 "AlternC-Awstats requires a complete installed AlternC system to get " … … 41 57 #. Type: note 42 58 #. Description 43 #: ../templates: 359 #: ../templates:11 44 60 msgid "" 45 61 "Please install AlternC and CONFIGURE IT before installing alternc-awstats or " … … 49 65 #. Type: note 50 66 #. Description 51 #: ../templates: 367 #: ../templates:11 52 68 msgid "" 53 69 "Please check out the AlternC installation documentation before proceeding. " -
trunk/debian/postinst
r1079 r1081 2 2 3 3 set -e 4 5 # Uses debconf 6 . /usr/share/debconf/confmodule 4 7 5 8 CONFIGFILE="/etc/alternc/local.sh" … … 38 41 alternc.install 39 42 43 # Then, configure the quota for "aws" 44 db_get alternc-awstats/default_quota_value || true 45 /usr/lib/alternc/quota_init aws $RET 46 40 47 logrotate_apache 41 48 # Process the language compilation. -
trunk/debian/postrm
r1078 r1081 22 22 alternc.install 23 23 24 rm -f /var/alternc/cgi-bin/mailman25 26 24 if grep -qs "menu_aws.php" $MENUFILE; then 27 25 rm -f $MENUFILE.alternc_awstats -
trunk/debian/templates
r1073 r1081 1 Template: alternc-awstats/default_quota_value 2 Type: string 3 Default: 5 4 _Description: Default quota value for awstats stats. 5 You are installing the alternc-awstats package. This package allows any 6 user to ask for statistics about his web site. Users can ask for a limited 7 number of statistic set. Please specify the default quota they will have 8 for this service ? 1 9 Template: alternc-awstats/errorinstall 2 10 Type: note
Note: See TracChangeset
for help on using the changeset viewer.
