[Pkg-ocaml-maint-commits] [SCM] approx upstream and debian packaging branch, master, updated. upstream/3.5-103-g447143e

Eric Cooper ecc at cmu.edu
Wed Mar 11 20:14:58 UTC 2009


The following commit has been merged in the master branch:
commit ee7f5bede07c0490b369a4a6bd1096fce6c1e2f8
Author: Eric Cooper <ecc at cmu.edu>
Date:   Tue Mar 10 18:49:54 2009 -0400

    add debian/po support for template i18n

diff --git a/debian/approx.templates b/debian/approx.templates
index 4207aa2..7c183dd 100644
--- a/debian/approx.templates
+++ b/debian/approx.templates
@@ -1,11 +1,11 @@
 Template: approx/port
 Type: string
 Default: 9999
-Description: TCP port for approx service:
+_Description: TCP port for approx service:
  Please enter the numeric TCP port on which approx should listen for requests.
  The default is 9999 (for compatibility with apt-proxy).
 
 Template: approx/numeric_port
 Type: error
-Description: Port must be numeric
+_Description: Port must be numeric
   The port must be specified as a decimal number.
diff --git a/debian/po/POTFILES.in b/debian/po/POTFILES.in
new file mode 100644
index 0000000..4c3f6fb
--- /dev/null
+++ b/debian/po/POTFILES.in
@@ -0,0 +1 @@
+[type: gettext/rfc822deb] approx.templates
diff --git a/debian/po/templates.pot b/debian/po/templates.pot
new file mode 100644
index 0000000..0fe3cd9
--- /dev/null
+++ b/debian/po/templates.pot
@@ -0,0 +1,43 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: approx at packages.debian.org\n"
+"POT-Creation-Date: 2009-03-10 18:46-0400\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
+"Language-Team: LANGUAGE <LL at li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: string
+#. Description
+#: ../approx.templates:1001
+msgid "TCP port for approx service:"
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../approx.templates:1001
+msgid ""
+"Please enter the numeric TCP port on which approx should listen for "
+"requests. The default is 9999 (for compatibility with apt-proxy)."
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../approx.templates:2001
+msgid "Port must be numeric"
+msgstr ""
+
+#. Type: error
+#. Description
+#: ../approx.templates:2001
+msgid " The port must be specified as a decimal number."
+msgstr ""

-- 
approx upstream and debian packaging



More information about the Pkg-ocaml-maint-commits mailing list