Changeset 1567

Show
Ignore:
Timestamp:
05/03/06 18:57:33 (2 years ago)
Author:
pierre-gilles
Message:

Fix the warning about the create table
Translation in Fr
Add support for the dns resolving of the stats you can disable it by modifying /etc/awstats/awstats.alternc.generic.conf

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • alternc-awstats/trunk/awstats.alternc.generic.conf

    r1565 r1567  
    181181# Default: 2 
    182182#  
    183 DNSLookup=0 
     183DNSLookup=1 
    184184 
    185185 
  • alternc-awstats/trunk/awstats.sql

    r1562 r1567  
    99 
    1010# -------------------------------------------------------- 
    11 CREATE TABLE `aws_users` ( 
     11CREATE TABLE IF NOT EXISTS `aws_users` ( 
    1212  `uid` int(10) unsigned NOT NULL, 
    1313  `login` varchar(128) NOT NULL, 
     
    1818 
    1919# -------------------------------------------------------- 
    20 CREATE TABLE `aws_access` ( 
     20CREATE TABLE IF NOT EXISTS `aws_access` ( 
    2121`id` int(10) unsigned NOT NULL, 
    2222`uid` int(10) unsigned NOT NULL, 
  • alternc-awstats/trunk/bureau/locales/fr_FR/LC_MESSAGES/aws.po

    r1044 r1567  
    88"Exp $\n" 
    99"Report-Msgid-Bugs-To: i18n@alternc.org\n" 
    10 "POT-Creation-Date: 2004-09-08 11:18+0200\n" 
     10"POT-Creation-Date: 2006-05-03 18:11+0200\n" 
    1111"PO-Revision-Date: 2002-06-16 13:50CEST\n" 
    1212"Last-Translator: Benjamin Sonntag <benjamin@alternc.org>\n" 
     
    3434 
    3535#: admin/aws_add.php:57 
     36msgid "Hostaliases" 
     37msgstr "Autres noms de domaine à associer aux stats" 
     38 
     39#: admin/aws_add.php:59 
    3640msgid "Allowed Users" 
    3741msgstr "Utilisateurs autorisés" 
     
    9498msgstr "Effacer les statistiques cochées" 
    9599 
     100#: admin/aws_pass.php:51 
     101#, fuzzy 
     102msgid "Change a user's password" 
     103msgstr "Changer le mot de passe" 
     104 
     105#: admin/aws_pass.php:61 admin/aws_users.php:47 admin/aws_users.php:69 
     106msgid "Username" 
     107msgstr "Nom d'utilisateur" 
     108 
     109#: admin/aws_pass.php:64 
     110#, fuzzy 
     111msgid "New Password" 
     112msgstr "Mot de passe" 
     113 
     114#: admin/aws_pass.php:65 
     115#, fuzzy 
     116msgid "Change this user's password" 
     117msgstr "Changer le mot de passe" 
     118 
    96119#: admin/aws_useradd.php:36 
    97120msgid "The Awstat account has been successfully created" 
     
    107130msgstr "Liste des utilisateurs autorisés" 
    108131 
    109 #: admin/aws_users.php:47 admin/aws_users.php:69 
    110 msgid "Username" 
    111 msgstr "Nom d'utilisateur" 
    112  
    113 #: admin/aws_users.php:50 admin/aws_users.php:69 
     132#: admin/aws_users.php:50 
    114133msgid "Password" 
    115134msgstr "Mot de passe" 
     
    123142msgstr "Changer le mot de passe" 
    124143 
    125 #: admin/aws_users.php:79 
    126 msgid "<-No Password->" 
    127 msgstr "<- Aucun mot de passe ->" 
    128  
    129 #: admin/aws_users.php:84 
     144#: admin/aws_users.php:83 
    130145msgid "Delete checked accounts" 
    131146msgstr "Effacer les utilisateurs sélectionnés" 
    132147 
    133 #: admin/menu_awstats.php:37 
     148#: admin/menu_aws.php:37 
    134149msgid "Web Statistics" 
    135150msgstr "Statistiques Web" 
     
    147162"utilisé pour cela est Awstats. Les statistiques peuvent être lues dans de " 
    148163"nombreuses langues." 
     164 
     165#~ msgid "<-No Password->" 
     166#~ msgstr "<- Aucun mot de passe ->"