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 database already been initialized?

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

Template: frontaccounting/manualdb
Type: note
_Description: Manual database configuration required!
 No mysql client found, which means there's no way to offer automatic database
 setup. If you wish to get help setting up the database configuration, please
 install mysql-client (and possibly also mysql-server if you want to run the
 database server on this machine) and then run "dpkg-reconfigure frontaccounting" to
 rerun this configuration wizard. For now, the database configuration will be
 skipped....

Template: frontaccounting/db_host
Type: string
Default: localhost
_Description: FrontAccounting database host name:
 This should be the host-name or IP address that FrontAccounting will use to access
 the database.

Template: frontaccounting/db_name
Type: string
Default: frontaccounting
_Description: frontaccounting database name:
 This is the name of the database that FrontAccounting will use.

Template: frontaccounting/db_prefix
Type: boolean
Default: true
_Description: Do you want to use '0_' prefix on FrontAccounting tables?
 If you plan to use FrontAccounting same database for more than one company you 
 have to use prefix on tables.

Template: frontaccounting/db_admin_user
Type: string
Default: root
_Description: Database administrative user name:
 This user name will be used to access the database to create (if needed):
 .
  (1) The database
  (2) The new account that FrontAccounting will use to access the database

Template: frontaccounting/db_admin_pass
Type: password
_Description: Database administrative password (if any):
 This is the password that will be used along with the database
 administrative user name.

Template: frontaccounting/db_user
Type: string
Default: frontaccounting
_Description: Database user name to access the database:
 This is the user name that FrontAccounting will use to access the database.

Template: frontaccounting/db_pass
Type: password
_Description: Password to access the database:
 This is the password that FrontAccounting will use, along with the user name you
 provided, to access the database.

Template: frontaccounting/db_pass_conf
Type: password
_Description: Retype the password to access the database:
 Please enter the database access password again for confirmation.

Template: frontaccounting/pass_mismatch
Type: text
_Description: Password mismatch.
 The database access passwords you entered did not match. Please try again.

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

Template: frontaccounting/db_fadmin_pass
Type: password
_Description: Password for company admin:
 This is the password that will be used to login to company 'admin' FrontAccounting
 account.

Template: frontaccounting/db_fadmin_conf
Type: password
_Description: Retype the password for FA admin:
 Please enter the database access password again for confirmation.

Template: frontaccounting/fapass_mismatch
Type: text
_Description: Password mismatch.
 The company admin access passwords you entered did not match. Please try again.

Template: frontaccounting/db_fadmin_email
Type: string
Default: root
_Description: Company admin email:
 Email box address used by company admin.

Template: frontaccounting/db_demo
Type: boolean
Default: false
_Description: Do you want to add demo data to FrontAccounting tables?
 This will add some example data to FrontAccounting database.

Template: frontaccounting/restart-webserver
Type: boolean
Default: false
_Description: Restart ${webserver} now?
 Remember that in order to activate the new configuration ${webserver} has
 to be restarted. You can also restart web servers manually.

Template: frontaccounting/postrm
Type: boolean
Default: true
_Description: Delete FrontAccounting data on purge?
 This will delete the FrontAccounting database and the associated
 database user account when the FrontAccounting package is purged.

