I Forgot to add 2 files, sorry

This commit is contained in:
Axel ROGER 2012-08-30 12:55:57 +00:00
parent 6922ef1a2d
commit 442ced0abc
16 changed files with 3258 additions and 0 deletions

15
.gitattributes vendored
View File

@ -15,6 +15,8 @@ aide/stats.sgml -text
aide/test.sgml -text
awstats/Makefile -text
awstats/alternc-awstats -text
awstats/alterncawstats.conf -text
awstats/awstats.alternc.generic.conf -text
awstats/awstats.cache.php -text
awstats/awstats.sql -text
awstats/awstats.template.conf -text
@ -31,6 +33,19 @@ awstats/bureau/admin/aws_userdel.php -text
awstats/bureau/admin/aws_users.php -text
awstats/bureau/admin/menu_aws.php -text
awstats/bureau/class/m_aws.php -text
awstats/bureau/locales/Makefile -text
awstats/bureau/locales/aws.pot -text
awstats/bureau/locales/aws_manual.pot -text
awstats/bureau/locales/de_DE/LC_MESSAGES/aws.po -text
awstats/bureau/locales/de_DE/LC_MESSAGES/aws_manual.po -text
awstats/bureau/locales/en_US/LC_MESSAGES/aws.po -text
awstats/bureau/locales/en_US/LC_MESSAGES/aws_manual.po -text
awstats/bureau/locales/es_ES/LC_MESSAGES/aws.po -text
awstats/bureau/locales/es_ES/LC_MESSAGES/aws_manual.po -text
awstats/bureau/locales/fr_FR/LC_MESSAGES/aws.po -text
awstats/bureau/locales/fr_FR/LC_MESSAGES/aws_manual.po -text
awstats/bureau/locales/pt_BR/LC_MESSAGES/aws.po -text
awstats/bureau/locales/pt_BR/LC_MESSAGES/aws_manual.po -text
awstats/logresolvemerge.pl -text
bureau/admin/about.php -text
bureau/admin/adm_add.php -text

View File

@ -0,0 +1,27 @@
# Apache configuration file for alternc-awstats
alias /awstats-icon/ /usr/share/awstats/icon/
<Directory /usr/share/awstats/icon/>
Allow from all
</Directory>
<Directory /var/alternc/cgi-bin>
AuthUserFile /etc/alternc/awstats.htpasswd
AuthName "Protected Statistics for AlternC"
AuthType Basic
<Files awstats.pl>
require valid-user
</Files>
</Directory>
<Directory /usr/lib/cgi-bin>
AuthUserFile /etc/alternc/awstats.htpasswd
AuthName "Protected Statistics for AlternC"
AuthType Basic
<Files awstats.pl>
require valid-user
</Files>
</Directory>

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,11 @@
all: aws_manual.pot aws.pot */LC_MESSAGES/aws_manual.po */LC_MESSAGES/aws.po
aws.pot: ../*/*.php
[ -r $@ ] || touch $@
xgettext --copyright-holder="AlternC Team" --package-name="AlternC" --package-version="2.0" --msgid-bugs-address="i18n@alternc.org" --force-po -o $@ --keyword=__ --keyword=_ -L PHP -F --from-code UTF-8 -j $^
%/LC_MESSAGES/aws.po: aws.pot
msgmerge -v -U $@ $^
%/LC_MESSAGES/aws_manual.po: aws_manual.pot
msgmerge -v -U $@ $^

View File

@ -0,0 +1,190 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR AlternC Team
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: AlternC 2.0\n"
"Report-Msgid-Bugs-To: i18n@alternc.org\n"
"POT-Creation-Date: 2012-08-21 21:02+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../admin/aws_add.php:38 admin/aws_add.php:33
msgid "You cannot add any new statistics, your quota is over."
msgstr ""
#: ../admin/aws_add.php:43 admin/aws_add.php:40
msgid "Edit Statistics"
msgstr ""
#: ../admin/aws_add.php:43 admin/aws_add.php:40
msgid "New Statistics"
msgstr ""
#: ../admin/aws_add.php:54 ../admin/aws_list.php:61 admin/aws_add.php:50
#: admin/aws_list.php:61
msgid "Domain name"
msgstr ""
#: ../admin/aws_add.php:61 admin/aws_add.php:57
msgid "Hostaliases"
msgstr ""
#: ../admin/aws_add.php:72 ../admin/aws_list.php:61 admin/aws_add.php:68
msgid "Allowed Users"
msgstr ""
#: ../admin/aws_add.php:88 admin/aws_add.php:84
msgid ""
"No users currently defined, you must create login with the 'Manage allowed "
"users' accounts' menu."
msgstr ""
#: ../admin/aws_add.php:92 admin/aws_add.php:88
msgid "View public"
msgstr ""
#: ../admin/aws_add.php:98 ../admin/aws_add.php:100
msgid "No"
msgstr ""
#: ../admin/aws_add.php:98 ../admin/aws_add.php:100
msgid "Yes"
msgstr ""
#: ../admin/aws_add.php:106 admin/aws_add.php:97
msgid "Create those statistics"
msgstr ""
#: ../admin/aws_add.php:106 admin/aws_add.php:97
msgid "Edit those statistics"
msgstr ""
#: ../admin/aws_add.php:107 ../admin/aws_pass.php:73 ../admin/aws_users.php:58
msgid "Cancel"
msgstr ""
#: ../admin/aws_del.php:44 admin/aws_del.php:42
#, php-format
msgid "The statistics %s has been successfully deleted"
msgstr ""
#: ../admin/aws_del.php:50
msgid "Please check the statistics set you want to delete"
msgstr ""
#: ../admin/aws_doadd.php:38 admin/aws_doadd.php:38
msgid "The statistics has been successfully created"
msgstr ""
#: ../admin/aws_doedit.php:33 ../admin/aws_edit.php:38 admin/aws_doedit.php:33
#: admin/aws_edit.php:33
msgid "No Statistics selected!"
msgstr ""
#: ../admin/aws_doedit.php:45 admin/aws_doedit.php:45
msgid "The Statistics has been successfully changed"
msgstr ""
#: ../admin/aws_list.php:40 admin/aws_list.php:42
msgid "Statistics List"
msgstr ""
#: ../admin/aws_list.php:44 admin/aws_list.php:44
msgid "Manage allowed users' accounts"
msgstr ""
#: ../admin/aws_list.php:47 ../admin/aws_users.php:46 admin/aws_list.php:47
msgid "Create new Statistics"
msgstr ""
#: ../admin/aws_list.php:61 ../admin/aws_users.php:78
msgid "Action"
msgstr ""
#: ../admin/aws_list.php:61 ../admin/aws_list.php:74
msgid "View the statistics"
msgstr ""
#: ../admin/aws_list.php:71 admin/aws_list.php:71
msgid "Edit"
msgstr ""
#: ../admin/aws_list.php:81 admin/aws_list.php:81
msgid "Delete the checked Statistics"
msgstr ""
#: ../admin/aws_pass.php:57 admin/aws_pass.php:51
msgid "Change a user's password"
msgstr ""
#: ../admin/aws_pass.php:67 ../admin/aws_users.php:52
#: ../admin/aws_users.php:78 admin/aws_pass.php:61 admin/aws_users.php:47
#: admin/aws_users.php:69
msgid "Username"
msgstr ""
#: ../admin/aws_pass.php:70 admin/aws_pass.php:64
msgid "New Password"
msgstr ""
#: ../admin/aws_pass.php:72 admin/aws_pass.php:65
msgid "Change this user's password"
msgstr ""
#: ../admin/aws_useradd.php:43 admin/aws_useradd.php:36
msgid "The Awstat account has been successfully created"
msgstr ""
#: ../admin/aws_userdel.php:42 admin/aws_userdel.php:42
#, php-format
msgid "The awstat account %s has been successfully deleted"
msgstr ""
#: ../admin/aws_users.php:40 admin/aws_users.php:42
msgid "Awstats allowed user list"
msgstr ""
#: ../admin/aws_users.php:55 admin/aws_users.php:50
msgid "Password"
msgstr ""
#: ../admin/aws_users.php:57
msgid "Create this new awstat account"
msgstr ""
#: ../admin/aws_users.php:86 admin/aws_users.php:77
msgid "Change password"
msgstr ""
#: ../admin/aws_users.php:92 admin/aws_users.php:83
msgid "Delete checked accounts"
msgstr ""
#: ../admin/menu_aws.php:38 admin/menu_aws.php:37
msgid "Web Statistics"
msgstr ""
#: ../class/m_aws.php:86 class/m_aws.php:72
msgid ""
"The stats module allows any user to ask for statistics about his web site. "
"Statistics are web pages generated daily based on the visits of the day "
"before. Awstats is the soft used to produce those stats. The statistics are "
"then protected by a login and a password."
msgstr ""
#: admin/aws_list.php:61 admin/aws_list.php:74
msgid "View"
msgstr ""
#: admin/aws_users.php:51
msgid "Create this new awstat account."
msgstr ""

View File

@ -0,0 +1,58 @@
# AlternC-webalizer module
# Copyright (C) 2004 AlternC Team
# This file is distributed under the same license as the AlternC package.
# Benjamin Sonntag <benjamin@alternc.org>, 2004
#
msgid ""
msgstr ""
"Project-Id-Version: $id$ \n"
"Report-Msgid-Bugs-To: i18n@alternc.org\n"
"POT-Creation-Date: 2004-05-24 17:39+0200\n"
"PO-Revision-Date: 2004-05-24 17:41+0200\n"
"Last-Translator: Benjamin Sonntag <benjamin@alternc.org>\n"
"Language-Team: Team <i18n@alternc.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
msgid "quota_aws"
msgstr "AwStats"
msgid "err_aws_1"
msgstr "No statistics currently defined"
msgid "err_aws_2"
msgstr "This statistic does not exist"
msgid "err_aws_3"
msgstr "This hostname does not exist"
msgid "err_aws_4"
msgstr "Your stat quota is over..."
msgid "err_aws_5"
msgstr "Login does not exists"
msgid "err_aws_6"
msgstr "Login incorrect"
msgid "err_aws_7"
msgstr "Login already exists."
msgid "err_aws_8"
msgstr "This login is already allowed for this statistics."
msgid "err_aws_9"
msgstr "This login is already denied for this statistics."
msgid "err_aws_10"
msgstr "This prefix is not allowed"
msgid "err_aws_11"
msgstr "Forbidden characters in the postfix"
msgid "err_aws_12"
msgstr "The hostname is incorrect"
msgid "err_aws_13"
msgstr "No user currently defined"

View File

@ -0,0 +1,189 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR AlternC Team
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: AlternC 2.0\n"
"Report-Msgid-Bugs-To: i18n@alternc.org\n"
"POT-Creation-Date: 2012-08-21 12:01+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../admin/aws_add.php:38 admin/aws_add.php:33
msgid "You cannot add any new statistics, your quota is over."
msgstr ""
#: ../admin/aws_add.php:43 admin/aws_add.php:40
msgid "Edit Statistics"
msgstr ""
#: ../admin/aws_add.php:43 admin/aws_add.php:40
msgid "New Statistics"
msgstr ""
#: ../admin/aws_add.php:54 ../admin/aws_list.php:61 admin/aws_add.php:50
#: admin/aws_list.php:61
msgid "Domain name"
msgstr ""
#: ../admin/aws_add.php:61 admin/aws_add.php:57
msgid "Hostaliases"
msgstr ""
#: ../admin/aws_add.php:72 ../admin/aws_list.php:61 admin/aws_add.php:68
msgid "Allowed Users"
msgstr ""
#: ../admin/aws_add.php:88 admin/aws_add.php:84
msgid ""
"No users currently defined, you must create login with the 'Manage allowed "
"users' accounts' menu."
msgstr ""
#: ../admin/aws_add.php:92 admin/aws_add.php:88
msgid "View public"
msgstr ""
#: ../admin/aws_add.php:98 ../admin/aws_add.php:100
msgid "No"
msgstr ""
#: ../admin/aws_add.php:98 ../admin/aws_add.php:100
msgid "Yes"
msgstr ""
#: ../admin/aws_add.php:106 admin/aws_add.php:97
msgid "Create those statistics"
msgstr ""
#: ../admin/aws_add.php:106 admin/aws_add.php:97
msgid "Edit those statistics"
msgstr ""
#: ../admin/aws_add.php:107 ../admin/aws_pass.php:73 ../admin/aws_users.php:58
msgid "Cancel"
msgstr ""
#: ../admin/aws_del.php:44 admin/aws_del.php:42
#, php-format
msgid "The statistics %s has been successfully deleted"
msgstr ""
#: ../admin/aws_del.php:50
msgid "Please check the statistics set you want to delete"
msgstr ""
#: ../admin/aws_doadd.php:38 admin/aws_doadd.php:38
msgid "The statistics has been successfully created"
msgstr ""
#: ../admin/aws_doedit.php:33 ../admin/aws_edit.php:38 admin/aws_doedit.php:33
#: admin/aws_edit.php:33
msgid "No Statistics selected!"
msgstr ""
#: ../admin/aws_doedit.php:45 admin/aws_doedit.php:45
msgid "The Statistics has been successfully changed"
msgstr ""
#: ../admin/aws_list.php:40 admin/aws_list.php:42
msgid "Statistics List"
msgstr ""
#: ../admin/aws_list.php:44 admin/aws_list.php:44
msgid "Manage allowed users' accounts"
msgstr ""
#: ../admin/aws_list.php:47 ../admin/aws_users.php:46 admin/aws_list.php:47
msgid "Create new Statistics"
msgstr ""
#: ../admin/aws_list.php:61 ../admin/aws_users.php:78
msgid "Action"
msgstr ""
#: ../admin/aws_list.php:61 ../admin/aws_list.php:74
msgid "View the statistics"
msgstr ""
#: ../admin/aws_list.php:71 admin/aws_list.php:71
msgid "Edit"
msgstr ""
#: ../admin/aws_list.php:81 admin/aws_list.php:81
msgid "Delete the checked Statistics"
msgstr ""
#: ../admin/aws_pass.php:57 admin/aws_pass.php:51
msgid "Change a user's password"
msgstr ""
#: ../admin/aws_pass.php:67 ../admin/aws_users.php:52
#: ../admin/aws_users.php:78 admin/aws_pass.php:61 admin/aws_users.php:47
#: admin/aws_users.php:69
msgid "Username"
msgstr ""
#: ../admin/aws_pass.php:70 admin/aws_pass.php:64
msgid "New Password"
msgstr ""
#: ../admin/aws_pass.php:72 admin/aws_pass.php:65
msgid "Change this user's password"
msgstr ""
#: ../admin/aws_useradd.php:43 admin/aws_useradd.php:36
msgid "The Awstat account has been successfully created"
msgstr ""
#: ../admin/aws_userdel.php:42 admin/aws_userdel.php:42
#, php-format
msgid "The awstat account %s has been successfully deleted"
msgstr ""
#: ../admin/aws_users.php:40 admin/aws_users.php:42
msgid "Awstats allowed user list"
msgstr ""
#: ../admin/aws_users.php:55 admin/aws_users.php:50
msgid "Password"
msgstr ""
#: ../admin/aws_users.php:57
msgid "Create this new awstat account"
msgstr ""
#: ../admin/aws_users.php:86 admin/aws_users.php:77
msgid "Change password"
msgstr ""
#: ../admin/aws_users.php:92 admin/aws_users.php:83
msgid "Delete checked accounts"
msgstr ""
#: ../admin/menu_aws.php:38 admin/menu_aws.php:37
msgid "Web Statistics"
msgstr ""
#: ../class/m_aws.php:86 class/m_aws.php:72
msgid ""
"The stats module allows any user to ask for statistics about his web site. "
"Statistics are web pages generated daily based on the visits of the day "
"before. Awstats is the soft used to produce those stats. The statistics are "
"then protected by a login and a password."
msgstr ""
#: admin/aws_list.php:61 admin/aws_list.php:74
msgid "View"
msgstr ""
#: admin/aws_users.php:51
msgid "Create this new awstat account."
msgstr ""

View File

@ -0,0 +1,59 @@
# AlternC-webalizer module
# Copyright (C) 2004 AlternC Team
# This file is distributed under the same license as the AlternC package.
# Benjamin Sonntag <benjamin@alternc.org>, 2004
#
msgid ""
msgstr ""
"Project-Id-Version: $id$ \n"
"Report-Msgid-Bugs-To: i18n@alternc.org\n"
"POT-Creation-Date: 2004-05-24 17:39+0200\n"
"PO-Revision-Date: 2004-05-24 17:41+0200\n"
"Last-Translator: Benjamin Sonntag <benjamin@alternc.org>\n"
"Language-Team: Team <i18n@alternc.org>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
msgid "quota_aws"
msgstr "AwStats"
msgid "err_aws_1"
msgstr "No statistics currently defined"
msgid "err_aws_2"
msgstr "This statistic does not exist"
msgid "err_aws_3"
msgstr "This hostname does not exist"
msgid "err_aws_4"
msgstr "Your stat quota is over..."
msgid "err_aws_5"
msgstr "Login does not exists"
msgid "err_aws_6"
msgstr "Login incorrect"
msgid "err_aws_7"
msgstr "Login already exists."
msgid "err_aws_8"
msgstr "This login is already allowed for this statistics."
msgid "err_aws_9"
msgstr "This login is already denied for this statistics."
msgid "err_aws_10"
msgstr "This prefix is not allowed"
msgid "err_aws_11"
msgstr "Forbidden characters in the postfix"
msgid "err_aws_12"
msgstr "The hostname is incorrect"
msgid "err_aws_13"
msgstr "No user currently defined"

View File

@ -0,0 +1,243 @@
# English AlternC Translation
# Copyright (c) 2002 the AlternC Development Team
# <tech@alternc.org>
# $Id: aws.po 3237 2012-08-21 14:59:46Z benjamin $
msgid ""
msgstr ""
"Project-Id-Version: $Id: aws.po 3237 2012-08-21 14:59:46Z benjamin $\n"
"Report-Msgid-Bugs-To: i18n@alternc.org\n"
"POT-Creation-Date: 2012-08-21 12:01+0200\n"
"PO-Revision-Date: 2002-06-16 13:50CEST\n"
"Last-Translator: Benjamin Sonntag <benjamin@alternc.org>\n"
"Language-Team: English <i18n@alternc.org>\n"
"Language: en\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Emacs 21\n"
#: ../admin/aws_add.php:38 admin/aws_add.php:33
msgid "You cannot add any new statistics, your quota is over."
msgstr "You cannot add any new statistics, your quota is over."
#: ../admin/aws_add.php:43 admin/aws_add.php:40
#, fuzzy
msgid "Edit Statistics"
msgstr "New Statistics"
#: ../admin/aws_add.php:43 admin/aws_add.php:40
msgid "New Statistics"
msgstr "New Statistics"
#: ../admin/aws_add.php:54 ../admin/aws_list.php:61 admin/aws_add.php:50
#: admin/aws_list.php:61
msgid "Domain name"
msgstr ""
#: ../admin/aws_add.php:61 admin/aws_add.php:57
msgid "Hostaliases"
msgstr ""
#: ../admin/aws_add.php:72 ../admin/aws_list.php:61 admin/aws_add.php:68
msgid "Allowed Users"
msgstr ""
#: ../admin/aws_add.php:88 admin/aws_add.php:84
msgid ""
"No users currently defined, you must create login with the 'Manage allowed "
"users' accounts' menu."
msgstr ""
#: ../admin/aws_add.php:92 admin/aws_add.php:88
msgid "View public"
msgstr ""
#: ../admin/aws_add.php:98 ../admin/aws_add.php:100
msgid "No"
msgstr ""
#: ../admin/aws_add.php:98 ../admin/aws_add.php:100
msgid "Yes"
msgstr ""
#: ../admin/aws_add.php:106 admin/aws_add.php:97
msgid "Create those statistics"
msgstr "Create those statistics"
#: ../admin/aws_add.php:106 admin/aws_add.php:97
#, fuzzy
msgid "Edit those statistics"
msgstr "Create those statistics"
#: ../admin/aws_add.php:107 ../admin/aws_pass.php:73 ../admin/aws_users.php:58
msgid "Cancel"
msgstr ""
#: ../admin/aws_del.php:44 admin/aws_del.php:42
#, fuzzy, php-format
msgid "The statistics %s has been successfully deleted"
msgstr "The statistics has been successfully created"
#: ../admin/aws_del.php:50
msgid "Please check the statistics set you want to delete"
msgstr ""
#: ../admin/aws_doadd.php:38 admin/aws_doadd.php:38
msgid "The statistics has been successfully created"
msgstr "The statistics has been successfully created"
#: ../admin/aws_doedit.php:33 ../admin/aws_edit.php:38 admin/aws_doedit.php:33
#: admin/aws_edit.php:33
msgid "No Statistics selected!"
msgstr "No Statistics selected!"
#: ../admin/aws_doedit.php:45 admin/aws_doedit.php:45
msgid "The Statistics has been successfully changed"
msgstr "The Statistics has been successfully changed"
#: ../admin/aws_list.php:40 admin/aws_list.php:42
msgid "Statistics List"
msgstr "Statistics List"
#: ../admin/aws_list.php:44 admin/aws_list.php:44
msgid "Manage allowed users' accounts"
msgstr ""
#: ../admin/aws_list.php:47 ../admin/aws_users.php:46 admin/aws_list.php:47
msgid "Create new Statistics"
msgstr "Create new Statistics"
#: ../admin/aws_list.php:61 ../admin/aws_users.php:78
msgid "Action"
msgstr ""
#: ../admin/aws_list.php:61 ../admin/aws_list.php:74
#, fuzzy
msgid "View the statistics"
msgstr "Create those statistics"
#: ../admin/aws_list.php:71 admin/aws_list.php:71
msgid "Edit"
msgstr ""
#: ../admin/aws_list.php:81 admin/aws_list.php:81
msgid "Delete the checked Statistics"
msgstr "Delete the checked Statistics"
#: ../admin/aws_pass.php:57 admin/aws_pass.php:51
msgid "Change a user's password"
msgstr ""
#: ../admin/aws_pass.php:67 ../admin/aws_users.php:52
#: ../admin/aws_users.php:78 admin/aws_pass.php:61 admin/aws_users.php:47
#: admin/aws_users.php:69
msgid "Username"
msgstr ""
#: ../admin/aws_pass.php:70 admin/aws_pass.php:64
msgid "New Password"
msgstr ""
#: ../admin/aws_pass.php:72 admin/aws_pass.php:65
msgid "Change this user's password"
msgstr ""
#: ../admin/aws_useradd.php:43 admin/aws_useradd.php:36
#, fuzzy
msgid "The Awstat account has been successfully created"
msgstr "The statistics has been successfully created"
#: ../admin/aws_userdel.php:42 admin/aws_userdel.php:42
#, fuzzy, php-format
msgid "The awstat account %s has been successfully deleted"
msgstr "The statistics has been successfully created"
#: ../admin/aws_users.php:40 admin/aws_users.php:42
msgid "Awstats allowed user list"
msgstr ""
#: ../admin/aws_users.php:55 admin/aws_users.php:50
msgid "Password"
msgstr ""
#: ../admin/aws_users.php:57
#, fuzzy
msgid "Create this new awstat account"
msgstr "Create those statistics"
#: ../admin/aws_users.php:86 admin/aws_users.php:77
msgid "Change password"
msgstr ""
#: ../admin/aws_users.php:92 admin/aws_users.php:83
#, fuzzy
msgid "Delete checked accounts"
msgstr "Delete the checked Statistics"
#: ../admin/menu_aws.php:38 admin/menu_aws.php:37
msgid "Web Statistics"
msgstr "Web Statistics"
#: ../class/m_aws.php:86 class/m_aws.php:72
msgid ""
"The stats module allows any user to ask for statistics about his web site. "
"Statistics are web pages generated daily based on the visits of the day "
"before. Awstats is the soft used to produce those stats. The statistics are "
"then protected by a login and a password."
msgstr ""
#: admin/aws_list.php:61 admin/aws_list.php:74
msgid "View"
msgstr ""
#: admin/aws_users.php:51
#, fuzzy
msgid "Create this new awstat account."
msgstr "Create those statistics"
#~ msgid "quota_stats"
#~ msgstr "Web Statistics (awstats)"
#~ msgid "err_stats_1"
#~ msgstr "No statistic set found."
#~ msgid "err_stats_2"
#~ msgstr "This statistic set does not exist."
#~ msgid "err_stats_3"
#~ msgstr "The chosen prefix is not allowed here"
#~ msgid "err_stats_4"
#~ msgstr "This statistic set already exists !"
#~ msgid "err_stats_5"
#~ msgstr ""
#~ "Your statistic set quota is over. You cannot create more statistic sets."
#~ msgid "err_stats_6"
#~ msgstr "This language is not supported."
#~ msgid "Language"
#~ msgstr "Language"
#~ msgid "WARNING"
#~ msgstr "WARNING"
#~ msgid ""
#~ "The statistics %s has been successfully deleted (the stats files must be "
#~ "manually deleted)"
#~ msgstr ""
#~ "The statistics %s has been successfully deleted (the stats files must be "
#~ "manually deleted)"
#~ msgid "Delete statistics"
#~ msgstr "Delete statistics"
#~ msgid "Change the Statistics"
#~ msgstr "Change the Statistics"
#~ msgid "Change those Statistics."
#~ msgstr "Change those Statistics."
#~ msgid "Byte"
#~ msgstr "Byte"

View File

@ -0,0 +1,60 @@
# English AlternC Translation
# Copyright (c) 2002 the AlternC Development Team
# <tech@alternc.org>
# $Id: aws.po 1056 2004-11-01 14:24:18Z anonymous $
msgid ""
msgstr ""
"Project-Id-Version: $Id: aws.po 1056 2004-11-01 14:24:18Z anonymous $\n"
"Report-Msgid-Bugs-To: i18n@alternc.org\n"
"POT-Creation-Date: 2004-05-24 17:39+0200\n"
"PO-Revision-Date: 2002-06-16 13:50CEST\n"
"Last-Translator: Benjamin Sonntag <benjamin@alternc.org>\n"
"Language-Team: English <i18n@alternc.org>\n"
"Language: en\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Emacs 21\n"
msgid "quota_aws"
msgstr "Web Statistics (awstats)"
msgid "err_aws_1"
msgstr "No statistic set found."
msgid "err_aws_2"
msgstr "This statistic set does not exist."
msgid "err_aws_3"
msgstr "This hostname does not exist"
msgid "err_aws_4"
msgstr "Your statistic set quota is over. You cannot create more statistic sets."
msgid "err_aws_5"
msgstr "Login does not exists"
msgid "err_aws_6"
msgstr "Login incorrect"
msgid "err_aws_7"
msgstr "Login does not exist"
msgid "err_aws_8"
msgstr "This login is already allowed for this statistics."
msgid "err_aws_9"
msgstr "This login is already denied for this statistics."
msgid "err_aws_10"
msgstr "prefix not allowed."
msgid "err_aws_11"
msgstr "Forbidden caracters in the login"
msgid "err_aws_12"
msgstr "Hostname is incorrect"
msgid "err_aws_13"
msgstr "No user currently defined"

View File

@ -0,0 +1,268 @@
# English AlternC Translation
# Copyright (c) 2002 the AlternC Development Team
# <tech@alternc.org>
# $Id: aws.po 3237 2012-08-21 14:59:46Z benjamin $
msgid ""
msgstr ""
"Project-Id-Version: $Id: aws.po 3237 2012-08-21 14:59:46Z benjamin $\n"
"Report-Msgid-Bugs-To: i18n@alternc.org\n"
"POT-Creation-Date: 2012-08-21 12:01+0200\n"
"PO-Revision-Date: 2002-06-16 13:50CEST\n"
"Last-Translator: Bruno <bruno@alternc.org>\n"
"Language-Team: Espanol <i18n@alternc.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Emacs 21\n"
#: ../admin/aws_add.php:38 admin/aws_add.php:33
msgid "You cannot add any new statistics, your quota is over."
msgstr "No puede crear más estadísticas, su cuota alcanzó su limite."
#: ../admin/aws_add.php:43 admin/aws_add.php:40
#, fuzzy
msgid "Edit Statistics"
msgstr "Creación de estadísticas"
#: ../admin/aws_add.php:43 admin/aws_add.php:40
msgid "New Statistics"
msgstr "Creación de estadísticas"
#: ../admin/aws_add.php:54 ../admin/aws_list.php:61 admin/aws_add.php:50
#: admin/aws_list.php:61
msgid "Domain name"
msgstr ""
#: ../admin/aws_add.php:61 admin/aws_add.php:57
msgid "Hostaliases"
msgstr ""
#: ../admin/aws_add.php:72 ../admin/aws_list.php:61 admin/aws_add.php:68
msgid "Allowed Users"
msgstr ""
#: ../admin/aws_add.php:88 admin/aws_add.php:84
msgid ""
"No users currently defined, you must create login with the 'Manage allowed "
"users' accounts' menu."
msgstr ""
#: ../admin/aws_add.php:92 admin/aws_add.php:88
msgid "View public"
msgstr ""
#: ../admin/aws_add.php:98 ../admin/aws_add.php:100
msgid "No"
msgstr ""
#: ../admin/aws_add.php:98 ../admin/aws_add.php:100
msgid "Yes"
msgstr ""
#: ../admin/aws_add.php:106 admin/aws_add.php:97
msgid "Create those statistics"
msgstr "Crear estas estadísticas"
#: ../admin/aws_add.php:106 admin/aws_add.php:97
#, fuzzy
msgid "Edit those statistics"
msgstr "Crear estas estadísticas"
#: ../admin/aws_add.php:107 ../admin/aws_pass.php:73 ../admin/aws_users.php:58
msgid "Cancel"
msgstr ""
#: ../admin/aws_del.php:44 admin/aws_del.php:42
#, fuzzy, php-format
msgid "The statistics %s has been successfully deleted"
msgstr "El juego de estadísticas ha sido creado"
#: ../admin/aws_del.php:50
msgid "Please check the statistics set you want to delete"
msgstr ""
#: ../admin/aws_doadd.php:38 admin/aws_doadd.php:38
msgid "The statistics has been successfully created"
msgstr "El juego de estadísticas ha sido creado"
#: ../admin/aws_doedit.php:33 ../admin/aws_edit.php:38 admin/aws_doedit.php:33
#: admin/aws_edit.php:33
msgid "No Statistics selected!"
msgstr "¡Ningún juego seleccionado!"
#: ../admin/aws_doedit.php:45 admin/aws_doedit.php:45
msgid "The Statistics has been successfully changed"
msgstr "El juego de estadísticas ha sido modificado"
#: ../admin/aws_list.php:40 admin/aws_list.php:42
msgid "Statistics List"
msgstr "Lista de juegos de estadísticas"
#: ../admin/aws_list.php:44 admin/aws_list.php:44
msgid "Manage allowed users' accounts"
msgstr ""
#: ../admin/aws_list.php:47 ../admin/aws_users.php:46 admin/aws_list.php:47
msgid "Create new Statistics"
msgstr "Crear un nuevo juego de estadísticas"
#: ../admin/aws_list.php:61 ../admin/aws_users.php:78
msgid "Action"
msgstr ""
#: ../admin/aws_list.php:61 ../admin/aws_list.php:74
#, fuzzy
msgid "View the statistics"
msgstr "Crear estas estadísticas"
#: ../admin/aws_list.php:71 admin/aws_list.php:71
msgid "Edit"
msgstr ""
#: ../admin/aws_list.php:81 admin/aws_list.php:81
msgid "Delete the checked Statistics"
msgstr "Suprimir los juegos marcados"
#: ../admin/aws_pass.php:57 admin/aws_pass.php:51
msgid "Change a user's password"
msgstr ""
#: ../admin/aws_pass.php:67 ../admin/aws_users.php:52
#: ../admin/aws_users.php:78 admin/aws_pass.php:61 admin/aws_users.php:47
#: admin/aws_users.php:69
msgid "Username"
msgstr ""
#: ../admin/aws_pass.php:70 admin/aws_pass.php:64
msgid "New Password"
msgstr ""
#: ../admin/aws_pass.php:72 admin/aws_pass.php:65
msgid "Change this user's password"
msgstr ""
#: ../admin/aws_useradd.php:43 admin/aws_useradd.php:36
#, fuzzy
msgid "The Awstat account has been successfully created"
msgstr "El juego de estadísticas ha sido creado"
#: ../admin/aws_userdel.php:42 admin/aws_userdel.php:42
#, fuzzy, php-format
msgid "The awstat account %s has been successfully deleted"
msgstr "El juego de estadísticas ha sido creado"
#: ../admin/aws_users.php:40 admin/aws_users.php:42
msgid "Awstats allowed user list"
msgstr ""
#: ../admin/aws_users.php:55 admin/aws_users.php:50
msgid "Password"
msgstr ""
#: ../admin/aws_users.php:57
#, fuzzy
msgid "Create this new awstat account"
msgstr "Crear estas estadísticas"
#: ../admin/aws_users.php:86 admin/aws_users.php:77
msgid "Change password"
msgstr ""
#: ../admin/aws_users.php:92 admin/aws_users.php:83
#, fuzzy
msgid "Delete checked accounts"
msgstr "Suprimir los juegos marcados"
#: ../admin/menu_aws.php:38 admin/menu_aws.php:37
msgid "Web Statistics"
msgstr "Estadísticas Web"
#: ../class/m_aws.php:86 class/m_aws.php:72
msgid ""
"The stats module allows any user to ask for statistics about his web site. "
"Statistics are web pages generated daily based on the visits of the day "
"before. Awstats is the soft used to produce those stats. The statistics are "
"then protected by a login and a password."
msgstr ""
#: admin/aws_list.php:61 admin/aws_list.php:74
msgid "View"
msgstr ""
#: admin/aws_users.php:51
#, fuzzy
msgid "Create this new awstat account."
msgstr "Crear estas estadísticas"
#~ msgid "quota_stats"
#~ msgstr "Web Statistics"
# #################################################################
# m_stats
#~ msgid "err_stats_1"
#~ msgstr "No se consiguió ningún juego de estadísticas"
#~ msgid "err_stats_2"
#~ msgstr "Este juego de estadísticas no existe."
#~ msgid "err_stats_3"
#~ msgstr "El prefijo escogido no está autorizado"
#~ msgid "err_stats_4"
#~ msgstr "¡Este juego de estadísticas ya existe!"
#~ msgid "err_stats_5"
#~ msgstr ""
#~ "Ha llegado al limite de su cuota de juego de estadísticas, no se puede "
#~ "crear más."
#~ msgid "err_stats_6"
#~ msgstr "Este idioma no está disponible."
#~ msgid "help_sta_list"
#~ msgstr ""
#~ "Aquí tiene la lista de los juegos de estatísticas installadas en su "
#~ "cuenta:<br /> Haga clic en 'Modificar' para cambiar la configuración de "
#~ "las estadísticas<br /> Para suprimir un juego de estadísticas, marque el "
#~ "cuadro correspondiente y haga clic en el botón 'Suprimir juegos marcados'"
#~ msgid "Your backup parameters has been successfully changed."
#~ msgstr "Sus parámetros de copia de seguridad han sido cambiados."
#~ msgid "Language"
#~ msgstr "Idioma"
#~ msgid "WARNING"
#~ msgstr "ADVERTENCIA"
#~ msgid ""
#~ "The statistics %s has been successfully deleted (the stats files must be "
#~ "manually deleted)"
#~ msgstr ""
#~ "El juego de estatísticas %s a sido borrado (los archivos de estatísticas "
#~ "deben ser a manos)"
#~ msgid "Delete statistics"
#~ msgstr "Borrar juego de estadísticas"
#~ msgid "Change the Statistics"
#~ msgstr "Modificar un juego de estadísticas"
#~ msgid "Change those Statistics."
#~ msgstr "Modificar este juego de estadísticas."
#~ msgid "Byte"
#~ msgstr "Byte"
#, fuzzy
#~ msgid "hlp_sta_add"
#~ msgstr ""
#~ "Entrez le nom du domaine dont vous souhaitez obtenir des statistiques de "
#~ "fréquentation. <br />Choisissez ensuite la langue dans laquelle ces "
#~ "statistiques devront etre générées. <br />Enfin, entrez le dossier de "
#~ "votre espace disque dans lequel ces statistiques devront etre stockées "
#~ "(sous forme de pages html + images).<br /> Il est conseillé que ce "
#~ "dossier soit accessible depuis l'un de vos domaines ou sous-domaines. De "
#~ "plus, vous pouvez protéger ce dossier à l'aide du menu 'dossiers "
#~ "protégés'."

View File

@ -0,0 +1,158 @@
# English AlternC Translation
# Copyright (c) 2002 the AlternC Development Team
# <tech@alternc.org>
# $Id: aws.po 1036 2004-09-08 14:20:03Z anonymous $
msgid ""
msgstr ""
"Project-Id-Version: $Id: aws.po 1036 2004-09-08 14:20:03Z anonymous $\n"
"Report-Msgid-Bugs-To: i18n@alternc.org\n"
"POT-Creation-Date: 2004-05-24 17:39+0200\n"
"PO-Revision-Date: 2002-06-16 13:50CEST\n"
"Last-Translator: Bruno <bruno@alternc.org>\n"
"Language-Team: Espanol <i18n@alternc.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Emacs 21\n"
#, fuzzy
msgid "quota_aws"
msgstr "Web Statistics"
# #################################################################
# m_stats
#, fuzzy
msgid "err_aws_1"
msgstr "No se consiguió ningún juego de estadísticas"
#, fuzzy
msgid "err_aws_2"
msgstr "Este juego de estadísticas no existe."
#, fuzzy
msgid "err_aws_3"
msgstr "El prefijo escogido no está autorizado"
#, fuzzy
msgid "err_aws_4"
msgstr "¡Este juego de estadísticas ya existe!"
#, fuzzy
msgid "err_aws_5"
msgstr ""
"Ha llegado al limite de su cuota de juego de estadísticas, no se puede crear "
"más."
#, fuzzy
msgid "err_aws_6"
msgstr "Este idioma no está disponible."
#, fuzzy
msgid "err_aws_7"
msgstr "Este idioma no está disponible."
#, fuzzy
msgid "err_aws_8"
msgstr "Este idioma no está disponible."
#, fuzzy
msgid "err_aws_9"
msgstr "Este idioma no está disponible."
# #################################################################
# m_stats
#, fuzzy
msgid "err_aws_10"
msgstr "No se consiguió ningún juego de estadísticas"
# #################################################################
# m_stats
#, fuzzy
msgid "err_aws_11"
msgstr "No se consiguió ningún juego de estadísticas"
#, fuzzy
msgid "err_aws_12"
msgstr "Este juego de estadísticas no existe."
#, fuzzy
msgid "err_aws_13"
msgstr "El prefijo escogido no está autorizado"
#~ msgid "help_sta_list"
#~ msgstr ""
#~ "Aquí tiene la lista de los juegos de estatísticas installadas en su "
#~ "cuenta:<br /> Haga clic en 'Modificar' para cambiar la configuración de "
#~ "las estadísticas<br /> Para suprimir un juego de estadísticas, marque el "
#~ "cuadro correspondiente y haga clic en el botón 'Suprimir juegos marcados'"
#~ msgid "Web Statistics"
#~ msgstr "Estadísticas Web"
#~ msgid "You cannot add any new statistics, your quota is over."
#~ msgstr "No puede crear más estadísticas, su cuota alcanzó su limite."
#~ msgid "Your backup parameters has been successfully changed."
#~ msgstr "Sus parámetros de copia de seguridad han sido cambiados."
#~ msgid "New Statistics"
#~ msgstr "Creación de estadísticas"
#~ msgid "Language"
#~ msgstr "Idioma"
#~ msgid "Create those statistics"
#~ msgstr "Crear estas estadísticas"
#~ msgid "WARNING"
#~ msgstr "ADVERTENCIA"
#~ msgid ""
#~ "The statistics %s has been successfully deleted (the stats files must be "
#~ "manually deleted)"
#~ msgstr ""
#~ "El juego de estatísticas %s a sido borrado (los archivos de estatísticas "
#~ "deben ser a manos)"
#~ msgid "Delete statistics"
#~ msgstr "Borrar juego de estadísticas"
#~ msgid "The statistics has been successfully created"
#~ msgstr "El juego de estadísticas ha sido creado"
#~ msgid "No Statistics selected!"
#~ msgstr "¡Ningún juego seleccionado!"
#~ msgid "The Statistics has been successfully changed"
#~ msgstr "El juego de estadísticas ha sido modificado"
#~ msgid "Change the Statistics"
#~ msgstr "Modificar un juego de estadísticas"
#~ msgid "Change those Statistics."
#~ msgstr "Modificar este juego de estadísticas."
#~ msgid "Statistics List"
#~ msgstr "Lista de juegos de estadísticas"
#~ msgid "Create new Statistics"
#~ msgstr "Crear un nuevo juego de estadísticas"
#~ msgid "Delete the checked Statistics"
#~ msgstr "Suprimir los juegos marcados"
#~ msgid "Byte"
#~ msgstr "Byte"
#, fuzzy
#~ msgid "hlp_sta_add"
#~ msgstr ""
#~ "Entrez le nom du domaine dont vous souhaitez obtenir des statistiques de "
#~ "fréquentation. <br />Choisissez ensuite la langue dans laquelle ces "
#~ "statistiques devront etre générées. <br />Enfin, entrez le dossier de "
#~ "votre espace disque dans lequel ces statistiques devront etre stockées "
#~ "(sous forme de pages html + images).<br /> Il est conseillé que ce "
#~ "dossier soit accessible depuis l'un de vos domaines ou sous-domaines. De "
#~ "plus, vous pouvez protéger ce dossier à l'aide du menu 'dossiers "
#~ "protégés'."

View File

@ -0,0 +1,201 @@
# French AlternC Translation
# Copyright (c) 2002 the AlternC Development Team
# <tech@alternc.org>
# $Id: aws.po 3219 2012-08-21 10:03:31Z benjamin $
msgid ""
msgstr ""
"Project-Id-Version: $Id: stats.po,v 1.1.1.1 2004/09/01 16:52:49 anonymous "
"Exp $\n"
"Report-Msgid-Bugs-To: i18n@alternc.org\n"
"POT-Creation-Date: 2012-08-21 12:01+0200\n"
"PO-Revision-Date: 2009-05-24 13:50CEST\n"
"Last-Translator: Benjamin Sonntag <benjamin@alternc.org>\n"
"Language-Team: French <i18n@alternc.org>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Emacs 21\n"
#: ../admin/aws_add.php:38 admin/aws_add.php:33
msgid "You cannot add any new statistics, your quota is over."
msgstr "Vous ne pouvez plus créer de statistiques, votre quota est atteint."
#: ../admin/aws_add.php:43 admin/aws_add.php:40
msgid "Edit Statistics"
msgstr "Modifier un jeu de statistiques"
#: ../admin/aws_add.php:43 admin/aws_add.php:40
msgid "New Statistics"
msgstr "Créer un jeu de statistiques"
#: ../admin/aws_add.php:54 ../admin/aws_list.php:61 admin/aws_add.php:50
#: admin/aws_list.php:61
msgid "Domain name"
msgstr "Nom de domaine"
#: ../admin/aws_add.php:61 admin/aws_add.php:57
msgid "Hostaliases"
msgstr "Autres noms de domaine à associer aux stats"
#: ../admin/aws_add.php:72 ../admin/aws_list.php:61 admin/aws_add.php:68
msgid "Allowed Users"
msgstr "Utilisateurs autorisés"
#: ../admin/aws_add.php:88 admin/aws_add.php:84
msgid ""
"No users currently defined, you must create login with the 'Manage allowed "
"users' accounts' menu."
msgstr ""
"Aucun utilisateur n'est défini pour l'instant. Vous devez créer des "
"utilisateurs avec le menu 'Gérer les utilisateurs autorisés'."
#: ../admin/aws_add.php:92 admin/aws_add.php:88
msgid "View public"
msgstr "Visualisation publique"
#: ../admin/aws_add.php:98 ../admin/aws_add.php:100
msgid "No"
msgstr ""
#: ../admin/aws_add.php:98 ../admin/aws_add.php:100
msgid "Yes"
msgstr ""
#: ../admin/aws_add.php:106 admin/aws_add.php:97
msgid "Create those statistics"
msgstr "Créer ce jeu de statistiques"
#: ../admin/aws_add.php:106 admin/aws_add.php:97
msgid "Edit those statistics"
msgstr "Modifier ce jeu de statistiques"
#: ../admin/aws_add.php:107 ../admin/aws_pass.php:73 ../admin/aws_users.php:58
msgid "Cancel"
msgstr ""
#: ../admin/aws_del.php:44 admin/aws_del.php:42
#, php-format
msgid "The statistics %s has been successfully deleted"
msgstr "Le jeu de statistiques %s a été effacé avec succès"
#: ../admin/aws_del.php:50
msgid "Please check the statistics set you want to delete"
msgstr "Vous devez cocher les statistiques que vous souhaitez effacer"
#: ../admin/aws_doadd.php:38 admin/aws_doadd.php:38
msgid "The statistics has been successfully created"
msgstr "Le jeu de statistiques a été créé avec succès"
#: ../admin/aws_doedit.php:33 ../admin/aws_edit.php:38 admin/aws_doedit.php:33
#: admin/aws_edit.php:33
msgid "No Statistics selected!"
msgstr "Aucun jeu de sélectionné !"
#: ../admin/aws_doedit.php:45 admin/aws_doedit.php:45
msgid "The Statistics has been successfully changed"
msgstr "Le jeu de statistiques a été modifié avec succès"
#: ../admin/aws_list.php:40 admin/aws_list.php:42
msgid "Statistics List"
msgstr "Liste des jeux de statistiques"
#: ../admin/aws_list.php:44 admin/aws_list.php:44
msgid "Manage allowed users' accounts"
msgstr "Gérer les utilisateurs autorisés"
#: ../admin/aws_list.php:47 ../admin/aws_users.php:46 admin/aws_list.php:47
msgid "Create new Statistics"
msgstr "Créer un jeu de statistiques"
#: ../admin/aws_list.php:61 ../admin/aws_users.php:78
msgid "Action"
msgstr ""
#: ../admin/aws_list.php:61 ../admin/aws_list.php:74
msgid "View the statistics"
msgstr "Voir les statistiques"
#: ../admin/aws_list.php:71 admin/aws_list.php:71
msgid "Edit"
msgstr "Modifier"
#: ../admin/aws_list.php:81 admin/aws_list.php:81
msgid "Delete the checked Statistics"
msgstr "Effacer les statistiques cochées"
#: ../admin/aws_pass.php:57 admin/aws_pass.php:51
msgid "Change a user's password"
msgstr "Changer le mot de passe d'un utilisateur"
#: ../admin/aws_pass.php:67 ../admin/aws_users.php:52
#: ../admin/aws_users.php:78 admin/aws_pass.php:61 admin/aws_users.php:47
#: admin/aws_users.php:69
msgid "Username"
msgstr "Nom d'utilisateur"
#: ../admin/aws_pass.php:70 admin/aws_pass.php:64
msgid "New Password"
msgstr "Nouveau mot de passe"
#: ../admin/aws_pass.php:72 admin/aws_pass.php:65
msgid "Change this user's password"
msgstr "Changer le mot de passe de cet utilisateur"
#: ../admin/aws_useradd.php:43 admin/aws_useradd.php:36
msgid "The Awstat account has been successfully created"
msgstr "Le compte utilisateur a été créé avec succès"
#: ../admin/aws_userdel.php:42 admin/aws_userdel.php:42
#, php-format
msgid "The awstat account %s has been successfully deleted"
msgstr "Le compte utilisateur %s a été effacé avec succès"
#: ../admin/aws_users.php:40 admin/aws_users.php:42
msgid "Awstats allowed user list"
msgstr "Liste des utilisateurs autorisés"
#: ../admin/aws_users.php:55 admin/aws_users.php:50
msgid "Password"
msgstr "Mot de passe"
#: ../admin/aws_users.php:57
msgid "Create this new awstat account"
msgstr "Créer cet utilisateur"
#: ../admin/aws_users.php:86 admin/aws_users.php:77
msgid "Change password"
msgstr "Changer le mot de passe"
#: ../admin/aws_users.php:92 admin/aws_users.php:83
msgid "Delete checked accounts"
msgstr "Effacer les utilisateurs sélectionnés"
#: ../admin/menu_aws.php:38 admin/menu_aws.php:37
msgid "Web Statistics"
msgstr "Statistiques Web"
#: ../class/m_aws.php:86 class/m_aws.php:72
msgid ""
"The stats module allows any user to ask for statistics about his web site. "
"Statistics are web pages generated daily based on the visits of the day "
"before. Awstats is the soft used to produce those stats. The statistics are "
"then protected by a login and a password."
msgstr ""
"Le module stats permet aux utilisateurs de demander des statistiques de "
"visites de leurs sites web. Les statistiques sont des pages web générées "
"automatiquement tous les matin d'après les visites de la veille. Le logiciel "
"utilisé pour cela est Awstats. Les statistiques peuvent être lues dans de "
"nombreuses langues."
#: admin/aws_list.php:61 admin/aws_list.php:74
msgid "View"
msgstr "Voir"
#: admin/aws_users.php:51
#, fuzzy
msgid "Create this new awstat account."
msgstr "Créer cet utilisateur"
#~ msgid "<-No Password->"
#~ msgstr "<- Aucun mot de passe ->"

View File

@ -0,0 +1,63 @@
# AlternC-webalizer module
# Copyright (C) 2004 AlternC Team
# This file is distributed under the same license as the AlternC package.
# Benjamin Sonntag <benjamin@alternc.org>, 2004
#
msgid ""
msgstr ""
"Project-Id-Version: $id$ \n"
"Report-Msgid-Bugs-To: i18n@alternc.org\n"
"POT-Creation-Date: 2004-05-24 17:39+0200\n"
"PO-Revision-Date: 2004-05-24 17:41+0200\n"
"Last-Translator: Benjamin Sonntag <benjamin@alternc.org>\n"
"Language-Team: Team <i18n@alternc.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
msgid "quota_aws"
msgstr "Statistiques Web Awstats"
msgid "err_aws_1"
msgstr "Aucun jeu de statistiques actuellement"
msgid "err_aws_2"
msgstr "Le jeu de statistique demandé n'existe pas"
msgid "err_aws_3"
msgstr "Le nom de domaine demandé n'existe pas"
msgid "err_aws_4"
msgstr ""
"Votre quota est atteint, vous ne pouvez plus créer de jeux de statistiques"
msgid "err_aws_5"
msgstr "Cet utilisateur n'existe pas"
msgid "err_aws_6"
msgstr "Le nom d'utilisateur est incorrect"
msgid "err_aws_7"
msgstr "Cet utilisateur existe déjà"
msgid "err_aws_8"
msgstr "Cet utilisateur a déjà le droit d'accéder à ces statistiques"
msgid "err_aws_9"
msgstr "Cet utilisateur est déjà interdit d'accès à ces statistiques"
msgid "err_aws_10"
msgstr "Ce prefixe n'est pas autorisé"
msgid "err_aws_11"
msgstr "Il y a des caractères interdits dans le suffixe"
msgid "err_aws_12"
msgstr "Le nom de domaine est incorrect"
msgid "err_aws_13"
msgstr "Aucun utilisateur de défini pour l'instant"
#~ msgid "Awstats Web Statistics"
#~ msgstr "Statistiques web par Awstats"

View File

@ -0,0 +1,189 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR AlternC Team
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: AlternC 2.0\n"
"Report-Msgid-Bugs-To: i18n@alternc.org\n"
"POT-Creation-Date: 2012-08-21 12:01+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: pt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../admin/aws_add.php:38 admin/aws_add.php:33
msgid "You cannot add any new statistics, your quota is over."
msgstr ""
#: ../admin/aws_add.php:43 admin/aws_add.php:40
msgid "Edit Statistics"
msgstr ""
#: ../admin/aws_add.php:43 admin/aws_add.php:40
msgid "New Statistics"
msgstr ""
#: ../admin/aws_add.php:54 ../admin/aws_list.php:61 admin/aws_add.php:50
#: admin/aws_list.php:61
msgid "Domain name"
msgstr ""
#: ../admin/aws_add.php:61 admin/aws_add.php:57
msgid "Hostaliases"
msgstr ""
#: ../admin/aws_add.php:72 ../admin/aws_list.php:61 admin/aws_add.php:68
msgid "Allowed Users"
msgstr ""
#: ../admin/aws_add.php:88 admin/aws_add.php:84
msgid ""
"No users currently defined, you must create login with the 'Manage allowed "
"users' accounts' menu."
msgstr ""
#: ../admin/aws_add.php:92 admin/aws_add.php:88
msgid "View public"
msgstr ""
#: ../admin/aws_add.php:98 ../admin/aws_add.php:100
msgid "No"
msgstr ""
#: ../admin/aws_add.php:98 ../admin/aws_add.php:100
msgid "Yes"
msgstr ""
#: ../admin/aws_add.php:106 admin/aws_add.php:97
msgid "Create those statistics"
msgstr ""
#: ../admin/aws_add.php:106 admin/aws_add.php:97
msgid "Edit those statistics"
msgstr ""
#: ../admin/aws_add.php:107 ../admin/aws_pass.php:73 ../admin/aws_users.php:58
msgid "Cancel"
msgstr ""
#: ../admin/aws_del.php:44 admin/aws_del.php:42
#, php-format
msgid "The statistics %s has been successfully deleted"
msgstr ""
#: ../admin/aws_del.php:50
msgid "Please check the statistics set you want to delete"
msgstr ""
#: ../admin/aws_doadd.php:38 admin/aws_doadd.php:38
msgid "The statistics has been successfully created"
msgstr ""
#: ../admin/aws_doedit.php:33 ../admin/aws_edit.php:38 admin/aws_doedit.php:33
#: admin/aws_edit.php:33
msgid "No Statistics selected!"
msgstr ""
#: ../admin/aws_doedit.php:45 admin/aws_doedit.php:45
msgid "The Statistics has been successfully changed"
msgstr ""
#: ../admin/aws_list.php:40 admin/aws_list.php:42
msgid "Statistics List"
msgstr ""
#: ../admin/aws_list.php:44 admin/aws_list.php:44
msgid "Manage allowed users' accounts"
msgstr ""
#: ../admin/aws_list.php:47 ../admin/aws_users.php:46 admin/aws_list.php:47
msgid "Create new Statistics"
msgstr ""
#: ../admin/aws_list.php:61 ../admin/aws_users.php:78
msgid "Action"
msgstr ""
#: ../admin/aws_list.php:61 ../admin/aws_list.php:74
msgid "View the statistics"
msgstr ""
#: ../admin/aws_list.php:71 admin/aws_list.php:71
msgid "Edit"
msgstr ""
#: ../admin/aws_list.php:81 admin/aws_list.php:81
msgid "Delete the checked Statistics"
msgstr ""
#: ../admin/aws_pass.php:57 admin/aws_pass.php:51
msgid "Change a user's password"
msgstr ""
#: ../admin/aws_pass.php:67 ../admin/aws_users.php:52
#: ../admin/aws_users.php:78 admin/aws_pass.php:61 admin/aws_users.php:47
#: admin/aws_users.php:69
msgid "Username"
msgstr ""
#: ../admin/aws_pass.php:70 admin/aws_pass.php:64
msgid "New Password"
msgstr ""
#: ../admin/aws_pass.php:72 admin/aws_pass.php:65
msgid "Change this user's password"
msgstr ""
#: ../admin/aws_useradd.php:43 admin/aws_useradd.php:36
msgid "The Awstat account has been successfully created"
msgstr ""
#: ../admin/aws_userdel.php:42 admin/aws_userdel.php:42
#, php-format
msgid "The awstat account %s has been successfully deleted"
msgstr ""
#: ../admin/aws_users.php:40 admin/aws_users.php:42
msgid "Awstats allowed user list"
msgstr ""
#: ../admin/aws_users.php:55 admin/aws_users.php:50
msgid "Password"
msgstr ""
#: ../admin/aws_users.php:57
msgid "Create this new awstat account"
msgstr ""
#: ../admin/aws_users.php:86 admin/aws_users.php:77
msgid "Change password"
msgstr ""
#: ../admin/aws_users.php:92 admin/aws_users.php:83
msgid "Delete checked accounts"
msgstr ""
#: ../admin/menu_aws.php:38 admin/menu_aws.php:37
msgid "Web Statistics"
msgstr ""
#: ../class/m_aws.php:86 class/m_aws.php:72
msgid ""
"The stats module allows any user to ask for statistics about his web site. "
"Statistics are web pages generated daily based on the visits of the day "
"before. Awstats is the soft used to produce those stats. The statistics are "
"then protected by a login and a password."
msgstr ""
#: admin/aws_list.php:61 admin/aws_list.php:74
msgid "View"
msgstr ""
#: admin/aws_users.php:51
msgid "Create this new awstat account."
msgstr ""

View File

@ -0,0 +1,59 @@
# AlternC-webalizer module
# Copyright (C) 2004 AlternC Team
# This file is distributed under the same license as the AlternC package.
# Benjamin Sonntag <benjamin@alternc.org>, 2004
#
msgid ""
msgstr ""
"Project-Id-Version: $id$ \n"
"Report-Msgid-Bugs-To: i18n@alternc.org\n"
"POT-Creation-Date: 2004-05-24 17:39+0200\n"
"PO-Revision-Date: 2004-05-24 17:41+0200\n"
"Last-Translator: Benjamin Sonntag <benjamin@alternc.org>\n"
"Language-Team: Team <i18n@alternc.org>\n"
"Language: pt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
msgid "quota_aws"
msgstr "AwStats"
msgid "err_aws_1"
msgstr "No statistics currently defined"
msgid "err_aws_2"
msgstr "This statistic does not exist"
msgid "err_aws_3"
msgstr "This hostname does not exist"
msgid "err_aws_4"
msgstr "Your stat quota is over..."
msgid "err_aws_5"
msgstr "Login does not exists"
msgid "err_aws_6"
msgstr "Login incorrect"
msgid "err_aws_7"
msgstr "Login already exists."
msgid "err_aws_8"
msgstr "This login is already allowed for this statistics."
msgid "err_aws_9"
msgstr "This login is already denied for this statistics."
msgid "err_aws_10"
msgstr "This prefix is not allowed"
msgid "err_aws_11"
msgstr "Forbidden characters in the postfix"
msgid "err_aws_12"
msgstr "The hostname is incorrect"
msgid "err_aws_13"
msgstr "No user currently defined"