Dear Debian maintainer,

On Wednesday, January 07, 2009, I sent you a notification about the beginning 
of a review
action on debconf templates for ddclient.

Then, I sent you a bug report with rewritten templates and announcing
the beginning of the second phase of this action: call for translation
updates.

Translators have been working hard and here is now the result of their efforts.

Please consider using it EVEN if you committed files to your
development tree as long as they were reported.

The attached tarball contains:

- debian/changelog with the list of changes
- debian/control with rewrites of packages' descriptions
- debian/<templates> with all the rewritten templates file(s)
- debian/po/*.po with all PO files (existing ones and new ones)

As said, please use *at least* the PO files as provided here,
preferrably over those sent by translators in their bug reports. All
of them have been checked and reformatted. In some cases, formatting
errors have been corrected.

The patch.rfr file contains a patch for the templates and control
file(s) alone.

Please note that this patch applies to the templates and control
file(s) of your package as of Wednesday, January 07, 2009. If your package was 
updated
in the meantime, I may have updated my reference copy....but I also
may have missed that. This is indeed why I suggested you do not
modified such files while the review process was running,
remember..:-)

It is now safe to upload a new package version with these changes.

Please notify me of your intents with regards to this. 

There is of course no hurry to update your package but feel free to
contact me in case you would need sponsoring or any other action to
fix this.



-- 


Attachment: patch.tar.gz
Description: Binary data

--- ddclient.old/debian/ddclient.templates      2009-01-07 09:01:35.000000000 
+0100
+++ ddclient/debian/ddclient.templates  2009-01-26 07:17:17.891549086 +0100
@@ -1,5 +1,15 @@
+# These templates have been reviewed by the debian-l10n-english
+# team
+#
+# If modifications/additions/rewording are needed, please ask
+# [email protected] for advice.
+#
+# Even minor modifications require translation updates and such
+# changes should be coordinated with translators and reviewers.
+
 Template: ddclient/service
 Type: select
+#flag:translate:5
 __Choices: www.dyndns.com, www.easydns.com, www.dslreports.com, 
www.zoneedit.com, other
 Default: www.dyndns.com
 _Description: Dynamic DNS service provider:
@@ -10,7 +20,7 @@
 Template: ddclient/server
 Type: string
 _Description: Dynamic DNS server:
- Enter the name of the server which is providing you with dynamic DNS
+ Please enter the name of the server which is providing you with dynamic DNS
  service (example: members.dyndns.org).
 
 Template: ddclient/protocol
@@ -18,37 +28,37 @@
 Choices: dyndns2, dslreports1, easydns, hammernode1, zoneedit1, dyndns1
 Default: dyndns2
 _Description: Dynamic DNS update protocol:
- Select the dynamic DNS update protocol used by your dynamic DNS service
+ Please select the dynamic DNS update protocol used by your dynamic DNS service
  provider.
 
 Template: ddclient/names
 Type: string
 _Description: DynDNS fully qualified domain names:
- Enter the list of fully qualified domain names for your host (like
- "myname.dyndns.org" if you have only one host or
+ Please enter the list of fully qualified domain names for the local host(s)
+ (for instance, "myname.dyndns.org" with only one host or
  "myname1.dyndns.org,myname2.dyndns.org" for two hosts).
 
 Template: ddclient/username
 Type: string
 _Description: Username for dynamic DNS service:
- Enter the username you use to log into the dynamic DNS service.
+ Please enter the username to use with the dynamic DNS service.
 
 Template: ddclient/password
 Type: password
 _Description: Password for dynamic DNS service:
- Enter the password you use to log into the dynamic DNS service.
+ Please enter the password to use with the dynamic DNS service.
 
 Template: ddclient/interface
 Type: string
 _Description: Network interface used for dynamic DNS service:
- Enter the name of the network interface (eth0/wlan0/ppp0/...) to use for 
- dynamic DNS service.
+ Please enter the name of the network interface (eth0/wlan0/ppp0/...)
+ to use for dynamic DNS service.
 
 Template: ddclient/run_ipup
 Type: boolean
 Default: false
 _Description: Run ddclient on PPP connect?
- Enable this if ddclient should be run every time a PPP connection is
+ You should enable this option if ddclient should be run every time a PPP 
connection is
  established.
 
 Template: ddclient/run_daemon
@@ -61,16 +71,17 @@
 Template: ddclient/daemon_interval
 Type: string
 Default: 300
-_Description: ddclient update interval:
+_Description: Interval between ddclient runs:
  Please choose the delay between interface address checks.
  Values may be given in seconds (e.g. "5s"), in minutes (e.g. "3m"), in
  hours (e.g. "7h") or in days (e.g. "1d").
 
 Template: ddclient/modifiedconfig
-Type: note
+Type: error
 _Description: Modified configuration file
  The config file /etc/ddclient.conf on your system does not consist of
- three entries. The automatic configuration utility (debconf) cannot handle
- this. Maybe you modified the configuration file manually, thus it won't
- be modified. If you want a new config file to be created, please run
- "dpkg-reconfigure ddclient".
+ three entries. The automatic configuration utility cannot handle
+ this situation.
+ .
+ If you have edited the configuration file manually, it won't be modified.
+ If you need a new configuration file, run "dpkg-reconfigure ddclient".
--- ddclient.old/debian/control 2009-01-07 09:01:35.000000000 +0100
+++ ddclient/debian/control     2009-01-12 18:30:10.000000000 +0100
@@ -12,11 +12,13 @@
 Depends: perl5, ${misc:Depends}, lsb-base (>= 3.1), initscripts (>= 2.86)
 Recommends: libio-socket-ssl-perl
 Provides: dyndns-client
-Description: Update IP addresses at dynamic DNS services
- A perl based client to update your dynamic IP address at DynDNS.com
- (or other dynamic DNS services such as Hammernode, Zoneedit or
- EasyDNS), thus allowing you and others to use a fixed hostname
- (myhost.dyndns.org) to access your machine. This client supports both
- the dynamic and (near) static services, MX setting, and alternative
- host. It caches the address, and only attempts the update if the
- address actually changes.
+Description: address updating utility for dynamic DNS services
+ This package provides a client to update dynamic IP addresses with
+ several dynamic DNS service providers, such as DynDNS.com.
+ .
+ This makes it possible to use a fixed hostname (such as
+ myhost.dyndns.org) to access a machine with a dynamic IP address.
+ .
+ This client supports both dynamic and (near) static services, as  well as
+ MX record and alternative name management. It caches the address, and
+ only attempts the update when it has changed.
--- ddclient.old/debian/changelog       2009-01-07 09:01:35.000000000 +0100
+++ ddclient/debian/changelog   2009-02-16 07:32:22.187869099 +0100
@@ -1,3 +1,25 @@
+ddclient (3.7.3-6) UNRELEASED; urgency=low
+
+  * Debconf templates and debian/control reviewed by the debian-l10n-
+    english team as part of the Smith review project. Closes: #513082
+  * [Debconf translation updates]
+  * Vietnamese. Closes: #513578
+  * Galician. Closes: #513621
+  * Swedish. Closes: #513648
+  * Czech. Closes: #513714
+  * Japanese. Closes: #513806
+  * French. Closes: #514093
+  * German. Closes: #514361
+  * Slovak. Closes: #514385
+  * Catalan. Closes: #514637
+  * Russian. Closes: #514894
+  * Italian. Closes: #515014
+  * Bokmål, Norwegian. Closes: #515179
+  * Spanish. Closes: #515202
+  * Portuguese. Closes: #515529
+
+ -- Christian Perrier <[email protected]>  Mon, 26 Jan 2009 18:12:52 +0100
+
 ddclient (3.7.3-5) unstable; urgency=low
 
   * Acknowledge uploads by the l10n team. Thanks, guys!

Attachment: signature.asc
Description: Digital signature

Reply via email to