Template: pluxml/system/webservers
Type: multiselect
__Choices: apache2, lighttpd
Default: apache2
_Description: Web servers to configure:
 PluXml can run on any web server supporting PHP, but only listed web servers
 can be configured automatically by this package.
 .
 Please note that you will have to make sure a PHP interpreter is enabled for
 your webserver.
 .
 Please select the web servers that should be configured for PluXml.

Template: pluxml/system/reload-webserver
Type: boolean
Default: true
_Description: Should the web server(s) be reloaded?
 To activate the configuration for PluXml, the web server(s) have to be
 reloaded.
 .
 Accepting this option will reload the web server(s) when the installation is
 complete, otherwise you will have to do that yourself.

Template: pluxml/system/purgedata
Type: boolean
Default: false
_Description: Purge blog data on package removal?
 PluXml will store all your blog data in /var/lib/pluxml.
 .
 Accepting this option will remove all the blog data when this package is
 purged, which will leave you with a tidy system but may cause data loss if you
 purge an operational blog.

Template: pluxml/system/writeconf
Type: boolean
Default: false
_Description: Allow editing the configuration files from the web interface?
 PluXml includes a web-based configuration interface that allows the user to
 change blog settings, including the list of registered users. To be usable, it
 requires the web server to have write permission to the configuration files.
 .
 Accepting this option will give the web server write permissions to the
 configuration files. These files will still be readable and editable by hand
 regardless of whether or not you accept this option.

Template: pluxml/blog/lang
Type: select
__Choices: German (de), English (en), Spanish (es), French (fr), Italian (it), Dutch (nl), Polish (pl), Portuguese (pt), Romanian (ro), Russian (ru)
Choices-C: de, en, es, fr, it, nl, pl, pt, ro, ru
# You must NOT translate this string, but you can change its value. The comment
# between brackets is used to distinguish this msgid from the one in the
# Choices list; you do not have to worry about them, but you simply have to
# choose a msgstr among the language codes listed in the parentheses of the
# English Choices above, e.g. msgstr "nl" (NOT msgstr "Dutch (nl)").
_Default: en[ default language]
_Description: Blog default language:
 Please choose the default language of your blog, which will be used for the
 public pages.
 .
 Registered blog contributors will be able to choose their language for the
 administration pages.

Template: pluxml/blog/title
Type: string
Default: PluXml
_Description: Blog title:
 Please choose a title for your blog, which will be displayed in the top of each
 page and in the browser window title.

Template: pluxml/blog/description
Type: string
# This is the default blog description (subtitle); official translations of
# this string are available at
# <https://github.com/pluxml/PluXml/tree/master/core/lang/$LANG/install.php>
# (replace $LANG by your language code), under the name "L_SITE_DESCRIPTION".
_Default: Blog or CMS, XML powered!
_Description: Blog description or subtitle:
 Please choose a short description for your blog, which will be displayed as a
 subtitle in the top of each page and in the browser window title.

Template: pluxml/blog/name
Type: string
Default: PluXml Administrator
_Description: Administrator real name:
 Please enter the real name associated with the blog administrator account.
 .
 This name will be displayed for articles written with the administrator
 account.

Template: pluxml/blog/login
Type: string
Default: admin
_Description: Administrator user name:
 Please enter a name for the administrator account, which will be used to manage
 PluXml's configuration, users and content. The username should be composed of
 lowercase ASCII letters only.

Template: pluxml/blog/password
Type: password
_Description: Administrator password:
 Please choose a password for the blog administrator account.

Template: pluxml/blog/confirm
Type: password
_Description: Confirm password:
 Please enter the same administrator password again to verify you have typed it
 correctly.

Template: pluxml/blog/failpass
Type: error
_Description: Password mismatch
 The two passwords you entered are not identical. Please try again.
