From 57b1a7075994e6c77d683c3591240669240ad592 Mon Sep 17 00:00:00 2001 From: Mehdi Abaakouk Date: Mon, 17 Sep 2012 10:12:35 +0200 Subject: [PATCH] Add debconf po directory and dependency Rewritten-From: f2c3c43d4d190669f582e5e80dee1b11bd360547 --- xenial/debian/control | 1 + xenial/debian/po/POTFILES.in | 1 + xenial/debian/po/templates.pot | 72 ++++++++++++++++++++++++++++++++++ 3 files changed, 74 insertions(+) create mode 100644 xenial/debian/po/POTFILES.in create mode 100644 xenial/debian/po/templates.pot diff --git a/xenial/debian/control b/xenial/debian/control index ffc244275..cbb8d3a74 100644 --- a/xenial/debian/control +++ b/xenial/debian/control @@ -4,6 +4,7 @@ Priority: extra Maintainer: PKG OpenStack Uploaders: Mehdi Abaakouk Build-Depends: debhelper (>= 8.0.0), + po-debconf, python-all (>= 2.6), Build-Depends-Indep: python-sqlalchemy, diff --git a/xenial/debian/po/POTFILES.in b/xenial/debian/po/POTFILES.in new file mode 100644 index 000000000..2e389bb07 --- /dev/null +++ b/xenial/debian/po/POTFILES.in @@ -0,0 +1 @@ +[type: gettext/rfc822deb] cinder-common.templates diff --git a/xenial/debian/po/templates.pot b/xenial/debian/po/templates.pot new file mode 100644 index 000000000..be7069f31 --- /dev/null +++ b/xenial/debian/po/templates.pot @@ -0,0 +1,72 @@ +# 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 , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: cinder\n" +"Report-Msgid-Bugs-To: cinder@packages.debian.org\n" +"POT-Creation-Date: 2012-09-17 09:47+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../cinder-common.templates:1001 +msgid "Start cinder services at boot?" +msgstr "" + +#. Type: boolean +#. Description +#: ../cinder-common.templates:1001 +msgid "" +"Please choose whether you want to start Cinder services when the machine is " +"booted up." +msgstr "" + +#. Type: boolean +#. Description +#: ../cinder-common.templates:2001 +msgid "Set up a database for Cinder?" +msgstr "" + +#. Type: boolean +#. Description +#: ../cinder-common.templates:2001 +msgid "" +"No database has been set up for Cinder to use. If you want to set one up " +"now, please make sure you have all needed information:" +msgstr "" + +#. Type: boolean +#. Description +#: ../cinder-common.templates:2001 +msgid "" +" * the host name of the database server (which must allow TCP\n" +" connections from this machine);\n" +" * a username and password to access the database;\n" +" * the type of database management software you want to use." +msgstr "" + +#. Type: boolean +#. Description +#: ../cinder-common.templates:2001 +msgid "" +"If you don't choose this option, no database will be set up and Cinder will " +"use regular SQLite support." +msgstr "" + +#. Type: boolean +#. Description +#: ../cinder-common.templates:2001 +msgid "" +"You can change this setting later on by running \"dpkg-reconfigure -plow " +"cinder-common\"." +msgstr "" -- 2.45.2