[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

tutos package templates rewrite : proofreading needed



The debconf templates for the tutos package are....ahem...somewhat
deficient (french acronyms fopr RDBMS, french jargon here and there,
random typography and spelling and so on...)

So, while working on a NMU for integrating the french translation of
this, I decided that these templates really needed some rewrite.

Could you please review the attached file. It contains my rewrite
which certainly needs more polishing....

Unified diffs are welcome... :)

Please follow MCT if possible.

-- 




Template: tutos/webserver
Type: select
Choices: apache, apache-ssl
Default: apache
_Description: Web server software
 Please choose the web server software you will use with Tutos.

Template: tutos/db_server
Type: select
Choices: postgresql, mysql-server
Default: postgresql
_Description: Database server software for Tutos
 Tutos can work with either MySQL or PostgreSQL. Please choose which
 one you want to use.
 .
 Please check that it is installed before continuing.

Template: tutos/db_host
Type: string
Default: localhost
_Description: Database server hostname
 Please enter the hostname of the database server host.

Template: tutos/dba_name
Type: string
Default: postgres
_Description: Database administrator username
 Please enter the PostgreSQL or MySQL administrator username, needed for
 the database creation.

Template: tutos/dba_password
Type: password
_Description: Database administrator password
 Please enter the PostgreSQL or MySQL administrator password, needed for
 the database creation.

Template: tutos/dba_confirm
Type: password
_Description: DBA password confirmation
 Please confirm the password in order to continue the process.

Template: tutos/mismatch
Type: note
_Description: Password mismatch
 The password and its confirmation do not match. Please
 reenter the passwords.

Template: tutos/dbu_name
Type: string
Default: www-data
_Description: Database owner username
 Please enter the username of the Tutos database owner.

Template: tutos/dbu_password
Type: password
_Description: Database owner password
 Please enter the password of the Tutos database owner.

Template: tutos/dbu_confirm
Type: password
_Description: Database user password confirmation
 Please confirm the password of the Tutos database owner.

Template: tutos/notconfigured
Type: note
_Description: Warning - Tutos is not configured
 Please note that you have not completed the Tutos configuration. For
 completing it, please use "dpkg-reconfigure tutos" later.

Template: tutos/create_tables
Type: note
_Description: Warning - Tutos database tables not created
 The Tutos install script will create the database, but
 the tables are to be created with a PHP script. Please
 launch it right after the install:
 .
 http://localhost/tutos/php/scheme.php
 .
 If you're upgrading Tutos, a database scheme update may be needed.
 For this, you should use the following script:
 .
 http://localhost/tutos/php/update.php

Reply to: