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

Please proofread my English in debconf templates



As English is not my mother tongue, there might be tons of errors in
this debconf template.  Could any native speaker kindly proofread
attached file (already checked with ispell) ?

Thanks in advance,
Benj

-- 
  .''`.
 ; ;' ;      Debian GNU/Linux     |   Benjamin Drieu
 `. `'    http://www.debian.org/  |  <benj@debian.org>
   `-    
Template: dacode/welcome
Type: note
Description: Welcome to the daCode setup program
 Please note that these options will only be asked of you the first
 time around and only new options will show during future upgrades.

Template: dacode/webserver_type
Type: select
Choices: Apache, Other
Default: Apache
Description: What type of Web Server are you running?
 daCode supports any web server that php3 or php4 does, but this
 package currently only supports Apache directly.  If you use another
 webserver, you will have to handle the web ends manually.  If you
 choose Apache here, install process will automatically perform
 configuration of Apache.  If you do not wish this to happen, please
 chose the Other option and configure your webserver manually.

Template: dacode/databasemgr_type
Type: select
Choices: PostgreSQL, MySQL, None
Default: MySQL
Description: What type of container (database) are you going to use?
 daCode support several types of container databases.  Currently this
 package only supports MySQL and PostgreSQL.  Choose none if you do
 not want to configure a database, but daCode will not work until you
 edit its configuration file manually.

Template: dacode/databasemgr_server
Type: string
Default: localhost
Description: What is the hostname where your database is running?
 If your database is on another machine besides the one that daCode is
 running on then you need to change this value to the fully qualified
 domain name for that system.  If you wish to access to it locally,
 simply use "localhost" here.

Template: dacode/database_name
Type: string
Default: dacode
Description: What name do you want for your daCode database?
 This is where all the daCode data will be stored.  Please note that
 this database will be dropped during package removal.

Template: dacode/mysql_user
Type: string
Default: dacodemgr
Description: What is your MySQL database username?
 What username will access the MySQL database for daCode?  This user
 will be created if it doesn't already exist.  Note that your database
 manager must be configured to allow password authentification or
 daCode will not work.

Template: dacode/postgresql_user
Type: string
Default: www-data
Description: What is your PostgreSQL database username?
 What username will access the PostgreSQL database for daCode?  This
 user will be created if if doesn't already exist.  Note that in
 PostgreSQL default configuration, user has to be the same as the UID
 you are using for your webserver (usually www-data).

Template: dacode/database_pass
Type: password
Default: 
Description: What is the password you wish to use for the database user?
 Enter a password for the database user.  (leave blank for no
 password) This is the password that will be used along with the
 database user name you have already supplied to connect to the
 database.  For PostgreSQL, it is likely to remain empty.

Template: dacode/mysql_dbadmin
Type: string
Default: root
Description: Enter the username of your MySQL database administrator.
 This is the database admin username used to create daCode database
 and user.  For MySQL databases, this is usually "root".

Template: dacode/postgresql_dbadmin
Type: string
Default: postgres
Description: Enter the username of your PostgreSQL database administrator.
 This is the database admin username used to create daCode database
 and user.  For PostgreSQL databases, this is usually "postgres".

Template: dacode/dbadmpass
Type: password
Description: What is your admin database password?
 Enter the password for your database admin user to access the database.
 This is most likely NOT the same password that your dacode manager account
 will use.  PostgreSQL databases usually don't need that.

Template: dacode/dacodepass
Type: password
Default: admin
Description: What is the password you wish to use for the daCode 'admin' user
 Enter a password for the daCode 'admin' user (you MUST enter one).
 This is the password that will be used to administrate your website
 content.  Default is 'admin', it would be good thing to use another
 password.

Template: dacode/hostname
Type: string
Default: localhost
Description: What is the visible hostname of your machine?
 Enter the visible hostname for your machine.  daCode will use it for
 its links and redirect.  Hint: try to use the full qualified domain
 name of your machine, do not use 'localhost' here unless you want to
 install only a test server.  Do not forget to use the hostname:port
 syntax if your server do not use port 80.

Template: dacode/dbcreateerror
Type: note
Description: Error: failed to set up daCode database properly !
 daCode installation program failed to set up a database properly for
 its needs.  Please make sure all of parameters you supplied are
 correct and that your database manager is running.  Install daCode
 again to make it working.

Template: dacode/installed
Type: note
Description: daCode is now installed
 daCode setup was successfully completed.  You can now test daCode by
 using your favourite browser to visit ${site}.

Template: dacode/language
Type: select
Choices: English, French
Default: English
Description: Language to use as a default for daCode
 daCode support two language at the moment, French and English.  This
 configures default language.

Attachment: pgpbdFBgYoTj8.pgp
Description: PGP signature


Reply to: