# These templates have been reviewed by the debian-l10n-english
# team
#
# If modifications/additions/rewording are needed, please ask
# debian-l10n-english@lists.debian.org for advice.
#
# Even minor modifications require translation updates and such
# changes should be coordinated with translators and reviewers.

Template: frontaccounting/webserver
Type: multiselect
__Choices: apache2, lighttpd
_Description: Web server to reconfigure automatically:
 Please choose the web server that should be automatically configured
 to run FrontAccounting.

Template: frontaccounting/db_initialized
Type: boolean
Default: false
_Description: Has the FrontAccounting database already been initialized?

Template: frontaccounting/skipdb
Type: boolean
Default: false
_Description: Skip database creation?
 The FrontAccounting database can be set up automatically or you can create it
 manually after installation.

Template: frontaccounting/manualdb
Type: error
_Description: Manual database configuration required
 No MySQL client was found, which means it is not possible to
 automatically create FrontAccounting's database.
 .
 You should install the mysql-client package (as well as mysql-server
 if you want the database to be hosted on this machine) and then run
 "dpkg-reconfigure frontaccounting" again. For now, the database
 configuration will be skipped.

Template: frontaccounting/db_host
Type: string
Default: localhost
_Description: FrontAccounting database server host name:
 Please enter the host name or IP address of the database server that
 will host FrontAccounting's database.

Template: frontaccounting/db_name
Type: string
Default: frontaccounting
_Description: FrontAccounting database name:
 Please choose the name for FrontAccounting's database.

Template: frontaccounting/db_prefix
Type: boolean
Default: true
_Description: Use a prefix on FrontAccounting tables?
 If the same FrontAccounting database should host more than one
 company, table names should be prefixed by "0_".

Template: frontaccounting/db_admin_user
Type: string
Default: root
_Description: Database administrator username:
 Please provide the username for the account that will create
 FrontAccounting's database. This account must have database and
 user creation privileges on the database server.

Template: frontaccounting/db_admin_pass
Type: password
_Description: Database administrative password:
 Please provide the password for the account that will create
 FrontAccounting's database.

Template: frontaccounting/db_user
Type: string
Default: frontaccounting
_Description: FrontAccounting database username:
 Please choose a username for the account that FrontAccounting will
 use to access the database.

Template: frontaccounting/db_pass
Type: password
_Description: Password to access the database:
 Please provide the password that FrontAccounting will use to access
 the database.

Template: frontaccounting/db_pass_conf
Type: password
_Description: Re-enter password to verify:
 Please enter the same password again to verify that you have typed it
 correctly.

Template: frontaccounting/pass_mismatch
Type: error
_Description: Password mismatch
 The two passwords you entered were not the same. Please enter a password
 again.

Template: frontaccounting/company
Type: string
_Description: Company name:
 Please enter the name that will be used to identify the company in
 the selector list on the login screen.

Template: frontaccounting/db_fadmin_pass
Type: password
_Description: Password for company administrator:
 Please choose the password for the company administrator account.

Template: frontaccounting/db_fadmin_conf
Type: password
_Description: Re-enter password to verify:
 Please enter the same password again to verify that you have typed it
 correctly.

Template: frontaccounting/fapass_mismatch
Type: error
_Description: Password mismatch
 The two passwords you entered were not the same. Please enter a password
 again.

Template: frontaccounting/db_fadmin_email
Type: string
Default: root
_Description: Company administrator email:
 Please enter the email address of the company administrator.

Template: frontaccounting/db_demo
Type: boolean
Default: false
_Description: Add demo data to FrontAccounting tables?
 If you choose this option, some example data will be added to
 the FrontAccounting database.

Template: frontaccounting/restart-webserver
Type: boolean
Default: false
_Description: Restart ${webserver} now?
 In order to activate the new configuration, ${webserver} has
 to be restarted.

Template: frontaccounting/postrm
Type: boolean
Default: true
_Description: Delete FrontAccounting data on purge?
 If you choose this option, the FrontAccounting database and the associated
 database user account will be removed when the frontaccounting
 package is purged.
