[Python-apps-commits] r9689 - in packages/cloud-init/trunk/debian (6 files)

zigo at users.alioth.debian.org zigo at users.alioth.debian.org
Wed May 29 05:22:30 UTC 2013


    Date: Wednesday, May 29, 2013 @ 05:22:29
  Author: zigo
Revision: 9689

Adds internationalization of the debconf messages (eg: po folder, etc.).

Added:
  packages/cloud-init/trunk/debian/po/
  packages/cloud-init/trunk/debian/po/POTFILES.in
  packages/cloud-init/trunk/debian/po/templates.pot
Modified:
  packages/cloud-init/trunk/debian/changelog
  packages/cloud-init/trunk/debian/cloud-init.templates
  packages/cloud-init/trunk/debian/control

Modified: packages/cloud-init/trunk/debian/changelog
===================================================================
--- packages/cloud-init/trunk/debian/changelog	2013-05-29 05:22:19 UTC (rev 9688)
+++ packages/cloud-init/trunk/debian/changelog	2013-05-29 05:22:29 UTC (rev 9689)
@@ -16,6 +16,7 @@
     fix the sshd host keys before it starts.
   * Added a patch of the test suite to use /sbin/blkid and not just blkid, as
     otherwise, the unit test fails.
+  * Adds internationalization of the debconf messages (eg: po folder, etc.).
 
  -- Thomas Goirand <zigo at debian.org>  Sun, 26 May 2013 16:29:45 +0000
 

Modified: packages/cloud-init/trunk/debian/cloud-init.templates
===================================================================
--- packages/cloud-init/trunk/debian/cloud-init.templates	2013-05-29 05:22:19 UTC (rev 9688)
+++ packages/cloud-init/trunk/debian/cloud-init.templates	2013-05-29 05:22:29 UTC (rev 9689)
@@ -3,7 +3,7 @@
 Default: NoCloud, ConfigDrive, OVF, MAAS
 Choices-C: NoCloud, ConfigDrive, OVF, MAAS, Ec2
 Choices: NoCloud: Reads info from /var/lib/cloud/seed only, ConfigDrive: Reads data from Openstack Config Drive, OVF: Reads data from OVF Transports, MAAS: Reads data from Ubuntu MAAS, Ec2: reads data from EC2 Metadata service
-Description: Which data sources should be searched?
+_Description: Which data sources should be searched?
  Cloud-init supports searching different "Data Sources" for information
  that it uses to configure a cloud instance.
  .

Modified: packages/cloud-init/trunk/debian/control
===================================================================
--- packages/cloud-init/trunk/debian/control	2013-05-29 05:22:19 UTC (rev 9688)
+++ packages/cloud-init/trunk/debian/control	2013-05-29 05:22:29 UTC (rev 9689)
@@ -6,6 +6,7 @@
 Section: admin
 Priority: optional
 Build-Depends: debhelper (>= 9),
+               po-debconf,
                pyflakes,
                pylint,
                python,
@@ -48,4 +49,3 @@
  .
  See upstream project for more details:
  https://help.ubuntu.com/community/CloudInit
-

Added: packages/cloud-init/trunk/debian/po/POTFILES.in
===================================================================
--- packages/cloud-init/trunk/debian/po/POTFILES.in	                        (rev 0)
+++ packages/cloud-init/trunk/debian/po/POTFILES.in	2013-05-29 05:22:29 UTC (rev 9689)
@@ -0,0 +1 @@
+[type: gettext/rfc822deb] cloud-init.templates

Added: packages/cloud-init/trunk/debian/po/templates.pot
===================================================================
--- packages/cloud-init/trunk/debian/po/templates.pot	                        (rev 0)
+++ packages/cloud-init/trunk/debian/po/templates.pot	2013-05-29 05:22:29 UTC (rev 9689)
@@ -0,0 +1,41 @@
+# 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: cloud-init\n"
+"Report-Msgid-Bugs-To: cloud-init at packages.debian.org\n"
+"POT-Creation-Date: 2013-05-28 07:01+0000\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"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: multiselect
+#. Description
+#: ../cloud-init.templates:1001
+msgid "Which data sources should be searched?"
+msgstr ""
+
+#. Type: multiselect
+#. Description
+#: ../cloud-init.templates:1001
+msgid ""
+"Cloud-init supports searching different \"Data Sources\" for information "
+"that it uses to configure a cloud instance."
+msgstr ""
+
+#. Type: multiselect
+#. Description
+#: ../cloud-init.templates:1001
+msgid ""
+"Warning: Only select 'Ec2' if this system will be run on a system with the "
+"EC2 metadata service present.  Doing so incorrectly will result in a "
+"substantial timeout on boot."
+msgstr ""




More information about the Python-apps-commits mailing list