X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Ftemplates;h=5c376bd5d518e14beebdda3eabae52ed645e011f;hb=01e9935b49e5d9b324232019245ca1d0e0684923;hp=b75b54ceaf2ecdf328f8efb9c2fe0da4fe7e95d9;hpb=b9f487fdb7f5b847a7a66a22b96e0cb479fc385e;p=roundcube.git diff --git a/debian/templates b/debian/templates index b75b54c..5c376bd 100644 --- a/debian/templates +++ b/debian/templates @@ -1,31 +1,50 @@ +# These templates have been reviewed by the debian-l10n-english +# team +# +# If modifications/additions/rewording are needed, please ask +# for an advice to debian-l10n-english@lists.debian.org +# +# Even minor modifications require translation updates and such +# changes should be coordinated with translators and reviewers. + Template: roundcube/reconfigure-webserver Type: multiselect -_Choices: apache, apache-ssl, apache-perl, apache2 -Default: apache, apache-ssl, apache-perl, apache2 -_Description: Webserver Reconfiguration: - RoundCube supports any web server that php does, but this automatic - configuration process only supports Apache. Please select which - apache version you want to configure the RoundCube frontend for. +__Choices: apache2, lighttpd +Default: apache2, lighttpd +_Description: Web server(s) to configure automatically: + RoundCube supports any web server supported by PHP, however only + Apache 2 and lighttpd can be configured automatically. + . + Please select the web server(s) that should be configured + automatically for RoundCube. Template: roundcube/restart-webserver Type: boolean Default: true -_Description: Would you like to restart your webserver(s) now? - Remember that in order to apply the changes your webserver(s) has/have to - be restarted. +_Description: Should the webserver(s) be restarted now? + In order to activate the new configuration, the reconfigured web + server(s) have to be restarted. Template: roundcube/hosts Type: string Default: -_Description: IMAP server on which RoundCube should connect to: - Leave this field blank to show a textbox at login, give a list - of space-separated hosts to display a pulldown menu or set one - host. To use SSL connection, use ssl://hostname:993. +_Description: IMAP server(s) used with RoundCube: + Please select the IMAP server(s) that should be used with RoundCube. + . + If this is left blank, a text box will be displayed at + login. Entering a space-separated list of hosts will display a + pull-down menu. Entering a single host will enforce using this + host. + . + To use SSL connections, please enter host names as 'ssl://hostname:993'. Template: roundcube/language Type: select Choices: ${languages} _Description: Default language: - Each user can select in his preferences the language of the - interface. However, for the login screen and for the first - connection, this is the language selected here that will be used. + Please choose the default language for RoundCube. + . + This choice can be overridden by individual users in their preferences. + . + However, the default language will be used for the login screen and + the first connection of users.