Package: acidbase Severity: wishlist Tags: patch l10n Hi,
The following line: _Choices: Apache, Apache2, Apache-SSL, All, None results in the following string to be translated: msgid "Apache, Apache2, Apache-SSL, All, None" With the attached patch, only All and None will be marked as translatable. Cheers, -- Thomas Huriaux
--- templates.orig 2006-07-10 14:19:33.000000000 +0200
+++ templates 2006-07-10 14:19:57.000000000 +0200
@@ -1,6 +1,7 @@
Template: acidbase/webserver
Type: select
-_Choices: Apache, Apache2, Apache-SSL, All, None
+#flag:translate:4,5
+__Choices: Apache, Apache2, Apache-SSL, All, None
Default: ${webserver}
_Description: Version(s) of Apache to configure automatically:
BASE requires a few things to be set up in your web server configuration.
signature.asc
Description: Digital signature

