tags 374094 patch
thanks

Hello,

The patch attached fixes some debconf strings and marks them as non
translatable, and also uses the correct type for entries "item1, item2,
item3".

The entry concerning webservers still needs to be "localizable".

You will have to run debconf-updatepo, and send the resulting po to
translators for a review. 

Regards,

-- 
Simon Paillard
diff -ur dokuwiki-0.0.20060309/debian/rules dokuwiki-2006-03-09d/debian/rules
--- dokuwiki-0.0.20060309/debian/rules  2006-09-25 13:28:19.000000000 +0200
+++ dokuwiki-2006-03-09d/debian/rules   2006-09-24 18:31:50.000000000 +0200
@@ -22,6 +22,7 @@
 clean-patched:
        dh_testdir
        dh_testroot
+       debconf-updatepo
        dh_clean
 
 clean: clean-patched unpatch
diff -ur dokuwiki-0.0.20060309/debian/templates 
dokuwiki-2006-03-09d/debian/templates
--- dokuwiki-0.0.20060309/debian/templates      2006-09-25 13:28:19.000000000 
+0200
+++ dokuwiki-2006-03-09d/debian/templates       2006-09-24 18:20:28.000000000 
+0200
@@ -7,7 +7,7 @@
  the DokuWiki.  By default, this is http://yourserver/dokuwiki, but you can
  change it to be anything within your server.  Enter just the directory
  portion below.
-_Default: /dokuwiki
+Default: /dokuwiki
 
 Template: dokuwiki/system/accessible
 Type: select
@@ -40,7 +40,7 @@
  .
  Anyone who matches the specification given below will be given full and
  complete access to the DokuWiki.
-_Default: 10.0.0.0/24
+Default: 10.0.0.0/24
 
 Template: dokuwiki/system/purgepages
 Type: boolean
@@ -58,5 +58,5 @@
 _Description: Web servers:
  DokuWiki can be used with any of the given web servers.  Select the servers
  which you would like DokuWiki to be installed into.
-_Choices: apache, apache2, apache-ssl, apache-perl
+__Choices: apache, apache2, apache-ssl, apache-perl
 Default: apache

Reply via email to