]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Added automatic Debconf config for RabbitMQ.
authorThomas Goirand <thomas@goirand.fr>
Wed, 25 Sep 2013 08:43:51 +0000 (16:43 +0800)
committerThomas Goirand <thomas@goirand.fr>
Wed, 25 Sep 2013 08:44:21 +0000 (16:44 +0800)
Rewritten-From: 944add32da558b73c080484db504559d88e1bb8b

xenial/debian/control
xenial/debian/heat-common.config.in
xenial/debian/heat-common.postinst.in
xenial/debian/heat-common.templates
xenial/debian/po/cs.po
xenial/debian/po/da.po
xenial/debian/po/fr.po
xenial/debian/po/it.po
xenial/debian/po/ja.po
xenial/debian/po/ru.po
xenial/debian/po/templates.pot

index f9eb4a38656d69060ea7f62b3d4bfdea8883301f..7dea644936c1f3ea8d309ac863ec3e06aa5e0599 100644 (file)
@@ -6,7 +6,7 @@ Uploaders: Julien Danjou <acid@debian.org>,
            Thomas Goirand <zigo@debian.org>,
            Mehdi Abaakouk <sileht@sileht.net>
 Build-Depends: debhelper (>= 9),
-               openstack-pkg-tools (>= 4),
+               openstack-pkg-tools (>= 8~),
                po-debconf,
                python-all (>= 2.6.6-3~),
                python-d2to1,
index 97dda403661a11765cafe3337e3d63dc25122d0d..d1f29aaaafd5a6d4140d1af17758694b00e56e42 100644 (file)
@@ -10,6 +10,7 @@ CONF=/etc/heat/heat.conf
 
 pkgos_var_user_group heat
 pkgos_dbc_read_conf -pkg heat-engine ${CONF} DEFAULT sql_connection heat $@
+pkgos_rabbit_read_conf ${CONF} DEFAULT heat
 pkgos_read_admin_creds ${CONF} keystone_authtoken heat
 pkgos_register_endpoint_config heat
 
index c3a73f26d0e6edc5a72ef9eb1a393a3f2a798bb2..68a08f6beb0a13f012b54017c6cd9fc35ea4803f 100644 (file)
@@ -17,6 +17,7 @@ if [ "$1" = "configure" ] ; then
         pkgos_write_new_conf heat heat.conf
 
        pkgos_dbc_postinst ${CONF} DEFAULT sql_connection heat $@
+       pkgos_rabbit_write_conf ${CONF} DEFAULT heat
         pkgos_write_admin_creds ${CONF} keystone_authtoken heat
        pkgos_register_endpoint_postinst heat heat orchestration "Heat Orchestration API" 8004 /v1/'%(tenant_id)s'
        # This is the equivalent of db-sync:
index c2976248018972beef8f0e6af4269bcbcaee6812..2e0d7c0ee3da3f37cd3cc638b9a8c4d26fd79a1a 100644 (file)
@@ -95,3 +95,29 @@ _Description: Set up a database for heat-engine?
  .
  You can change this setting later on by running "dpkg-reconfigure -plow
  heat-engine".
+
+Template: heat/rabbit-host
+Type: string
+Default: localhost
+_Description: IP address of your RabbitMQ host:
+ In order to interoperate with other components of OpenStack, this package
+ needs to connect to a central RabbitMQ server.
+ .
+ Please specify the IP address of that server.
+
+Template: heat/rabbit-userid
+Type: string
+Default: guest
+_Description: Username for connection to the RabbitMQ server:
+ In order to interoperate with other components of OpenStack, this package
+ needs to connect to a central RabbitMQ server.
+ .
+ Please specify the username used to connect to the RabbitMQ server.
+
+Template: heat/rabbit-password
+Type: password
+_Description: Password for connection to the RabbitMQ server:
+ In order to interoperate with other components of OpenStack, this package
+ needs to connect to a central RabbitMQ server.
+ .
+ Please specify the password used to connect to the RabbitMQ server.
index b392e3a59d2685fa83a95fa9891cc67423e3afd9..7d2010e06e2e98402e9c09ca2521c4f0634a5488 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: heat 2013.1.2-4\n"
 "Report-Msgid-Bugs-To: heat@packages.debian.org\n"
-"POT-Creation-Date: 2013-09-25 14:57+0800\n"
+"POT-Creation-Date: 2013-09-25 16:43+0800\n"
 "PO-Revision-Date: 2013-08-28 13:31+0200\n"
 "Last-Translator: Michal Simunek <michal.simunek@gmail.com>\n"
 "Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"
@@ -238,6 +238,63 @@ msgstr ""
 "Toto nastavení můžete později změnit spuštěním \"dpkg-reconfigure -plow heat-"
 "engine\"."
 
+#. Type: string
+#. Description
+#: ../heat-common.templates:12001
+msgid "IP address of your RabbitMQ host:"
+msgstr ""
+
+#. Type: string
+#. Description
+#. Type: string
+#. Description
+#. Type: password
+#. Description
+#: ../heat-common.templates:12001 ../heat-common.templates:13001
+#: ../heat-common.templates:14001
+msgid ""
+"In order to interoperate with other components of OpenStack, this package "
+"needs to connect to a central RabbitMQ server."
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../heat-common.templates:12001
+#, fuzzy
+#| msgid "Please specify the password to use with the authentication server."
+msgid "Please specify the IP address of that server."
+msgstr "Zadejte prosím heslo, které se má použít na autentizačním serveru"
+
+#. Type: string
+#. Description
+#: ../heat-common.templates:13001
+msgid "Username for connection to the RabbitMQ server:"
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../heat-common.templates:13001
+#, fuzzy
+#| msgid "Please specify the username to use with the authentication server."
+msgid "Please specify the username used to connect to the RabbitMQ server."
+msgstr ""
+"Zadejte prosím uživatelské jméno, které se má použít na autentizačním "
+"serveru."
+
+#. Type: password
+#. Description
+#: ../heat-common.templates:14001
+msgid "Password for connection to the RabbitMQ server:"
+msgstr ""
+
+#. Type: password
+#. Description
+#: ../heat-common.templates:14001
+#, fuzzy
+#| msgid "Please specify the password to use with the authentication server."
+msgid "Please specify the password used to connect to the RabbitMQ server."
+msgstr "Zadejte prosím heslo, které se má použít na autentizačním serveru"
+
 #~ msgid "Auth server hostname:"
 #~ msgstr "Název hostitele autentizačního serveru:"
 
index 755cbea01d40ee0b763df35262ac16d1cd96d837..14304c1abed80c2c1f1759edb30d9c041a3a1cd3 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: heat\n"
 "Report-Msgid-Bugs-To: heat@packages.debian.org\n"
-"POT-Creation-Date: 2013-09-25 14:57+0800\n"
+"POT-Creation-Date: 2013-09-25 16:43+0800\n"
 "PO-Revision-Date: 2013-08-17 23:51+0200\n"
 "Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
 "Language-Team: Danish <debian-l10n-danish@lists.debian.org>\n"
@@ -235,6 +235,61 @@ msgstr ""
 "Du kan ændre indstillingen senere ved at køre »dpkg-reconfigure -plow heat-"
 "engine«."
 
+#. Type: string
+#. Description
+#: ../heat-common.templates:12001
+msgid "IP address of your RabbitMQ host:"
+msgstr ""
+
+#. Type: string
+#. Description
+#. Type: string
+#. Description
+#. Type: password
+#. Description
+#: ../heat-common.templates:12001 ../heat-common.templates:13001
+#: ../heat-common.templates:14001
+msgid ""
+"In order to interoperate with other components of OpenStack, this package "
+"needs to connect to a central RabbitMQ server."
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../heat-common.templates:12001
+#, fuzzy
+#| msgid "Please specify the password to use with the authentication server."
+msgid "Please specify the IP address of that server."
+msgstr "Angiv venligst adgangskoden for brug med godkendelsesserveren."
+
+#. Type: string
+#. Description
+#: ../heat-common.templates:13001
+msgid "Username for connection to the RabbitMQ server:"
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../heat-common.templates:13001
+#, fuzzy
+#| msgid "Please specify the username to use with the authentication server."
+msgid "Please specify the username used to connect to the RabbitMQ server."
+msgstr "Angiv venligst brugernavnet for brug med godkendelsesserveren."
+
+#. Type: password
+#. Description
+#: ../heat-common.templates:14001
+msgid "Password for connection to the RabbitMQ server:"
+msgstr ""
+
+#. Type: password
+#. Description
+#: ../heat-common.templates:14001
+#, fuzzy
+#| msgid "Please specify the password to use with the authentication server."
+msgid "Please specify the password used to connect to the RabbitMQ server."
+msgstr "Angiv venligst adgangskoden for brug med godkendelsesserveren."
+
 #~ msgid "Auth server hostname:"
 #~ msgstr "Værtsnavn for authserver:"
 
index 4a7a05365eb6df7a09853d25e993791b5419b805..d5f1d1b23539a172d1f992cc5f6e872edc34ac8d 100644 (file)
@@ -7,94 +7,33 @@ msgid ""
 msgstr ""
 "Project-Id-Version: heat\n"
 "Report-Msgid-Bugs-To: heat@packages.debian.org\n"
-"POT-Creation-Date: 2013-07-10 22:55+0800\n"
+"POT-Creation-Date: 2013-09-25 16:43+0800\n"
 "PO-Revision-Date: 2013-08-28 13:30+0100\n"
 "Last-Translator: Julien Patriarca <leatherface@debian.org>\n"
 "Language-Team: FRENCH <debian-l10n-french@lists.debian.org>\n"
+"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "X-Generator: Poedit 1.5.4\n"
 
-#. Type: boolean
-#. Description
-#: ../heat-engine.templates:2001
-msgid "Set up a database for heat-engine?"
-msgstr "Installer une base de données pour le moteur de Heat ?"
-
-#. Type: boolean
-#. Description
-#: ../heat-engine.templates:2001
-msgid ""
-"No database has been set up for heat-engine to use. Before continuing, you "
-"should make sure you have the following information:"
-msgstr ""
-"Aucune base de données n'a été installée pour le moteur de Heat. Avant de "
-"continuer, assurez-vous d'avoir toutes les informations nécessaires :"
-
-#. Type: boolean
-#. Description
-#: ../heat-engine.templates:2001
-msgid ""
-" * the type of database that you want to use;\n"
-" * the database server host name (that server must allow TCP connections "
-"from this\n"
-"   machine);\n"
-" * a username and password to access the database."
-msgstr ""
-" * le type de base de données que vous souhaitez utiliser ;\n"
-" * le nom d'hôte du serveur de base de données (qui doit autoriser les\n"
-"   connexions TCP depuis cette machine) ;\n"
-" * un nom d'utilisateur et un mot de passe pour accéder à la base de données."
-
-#. Type: boolean
-#. Description
-#: ../heat-engine.templates:2001
-msgid ""
-"If some of these requirements are missing, do not choose this option and run "
-"with regular SQLite support."
-msgstr ""
-"Si certains de ces prérequis sont manquants, ignorez cette option et "
-"exécutez l'application avec le support SQLite normal."
-
-#. Type: boolean
-#. Description
-#: ../heat-engine.templates:2001
-msgid ""
-"You can change this setting later on by running \"dpkg-reconfigure -plow "
-"heat-engine\"."
-msgstr ""
-"Vous pouvez modifier ce réglage plus tard en lançant « dpkg-reconfigure -"
-"plow heat-engine »."
-
 #. Type: string
 #. Description
-#: ../heat-api-cfn.templates:2001
-msgid "Auth server hostname:"
+#: ../heat-common.templates:2001
+msgid "Authentication server hostname:"
 msgstr "Nom d'hôte du serveur d'authentification : "
 
 #. Type: string
 #. Description
-#: ../heat-api-cfn.templates:2001
+#: ../heat-common.templates:2001
 msgid ""
-"Please specify the hostname of your authentication server. Typically this is "
-"also the hostname of your OpenStack Identity Service (Keystone)."
+"Please specify the hostname of the authentication server. Typically this is "
+"also the hostname of the OpenStack Identity Service (Keystone)."
 msgstr ""
-"Veuillez indiquer l'adresse URL de votre serveur d'authentification. "
-"Typiquement c'est également le nom d'hôte de votre Service d'Identité "
-"OpenStack (Keystone)."
+"Veuillez indiquer le nom d'hôte du serveur d'authentification. Typiquement "
+"c'est également le nom d'hôte de votre Service d'Identité d'OpenStack "
+"(Keystone)."
 
-#. Type: string
-#. Description
-#. Type: string
-#. Description
-#. Translators: a "tenant" in OpenStack world is
-#. an entity that contains one or more username/password couples.
-#. It's typically the tenant that will be used for billing. Having more than one
-#. username/password is very helpful in larger organization.
-#. You're advised to either keep "tenant" without translating it
-#. or keep it parenthezised. Example for French:
-#. locataire ("tenant")
 #. Type: string
 #. Description
 #. Translators: a "tenant" in OpenStack world is
@@ -104,13 +43,10 @@ msgstr ""
 #. You're advised to either keep "tenant" without translating it
 #. or keep it parenthezised. Example for French:
 #. locataire ("tenant")
-#: ../heat-api-cfn.templates:3001 ../heat-api-cloudwatch.templates:3001
-#: ../heat-api-cloudwatch.templates:6001 ../heat-api.templates:3001
+#: ../heat-common.templates:3001
 msgid "Authentication server tenant name:"
 msgstr "Nom d'espace client du serveur d'authentification :"
 
-#. Type: string
-#. Description
 #. Type: string
 #. Description
 #. Translators: a "tenant" in OpenStack world is
@@ -120,93 +56,46 @@ msgstr "Nom d'espace client du serveur d'authentification :"
 #. You're advised to either keep "tenant" without translating it
 #. or keep it parenthezised. Example for French:
 #. locataire ("tenant")
-#. Type: string
-#. Description
-#. Translators: a "tenant" in OpenStack world is
-#. an entity that contains one or more username/password couples.
-#. It's typically the tenant that will be used for billing. Having more than one
-#. username/password is very helpful in larger organization.
-#. You're advised to either keep "tenant" without translating it
-#. or keep it parenthezised. Example for French:
-#. locataire ("tenant")
-#: ../heat-api-cfn.templates:3001 ../heat-api-cloudwatch.templates:3001
-#: ../heat-api-cloudwatch.templates:6001 ../heat-api.templates:3001
+#: ../heat-common.templates:3001
 msgid "Please specify the authentication server tenant name."
 msgstr ""
 "Veuillez indiquer le nom d'espace client du serveur d'authentification :"
 
 #. Type: string
 #. Description
-#. Type: string
-#. Description
-#. Type: string
-#. Description
-#: ../heat-api-cfn.templates:4001 ../heat-api-cloudwatch.templates:4001
-#: ../heat-api-cloudwatch.templates:7001 ../heat-api.templates:4001
+#: ../heat-common.templates:4001
 msgid "Authentication server username:"
 msgstr "Nom d'utilisateur pour le serveur d'authentification : "
 
 #. Type: string
 #. Description
-#. Type: string
-#. Description
-#. Type: string
-#. Description
-#: ../heat-api-cfn.templates:4001 ../heat-api-cloudwatch.templates:4001
-#: ../heat-api-cloudwatch.templates:7001 ../heat-api.templates:4001
+#: ../heat-common.templates:4001
 msgid "Please specify the username to use with the authentication server."
 msgstr ""
 "Veuillez indiquer le nom d'utilisateur pour le serveur d'authentification."
 
 #. Type: password
 #. Description
-#. Type: password
-#. Description
-#. Type: password
-#. Description
-#: ../heat-api-cfn.templates:5001 ../heat-api-cloudwatch.templates:5001
-#: ../heat-api-cloudwatch.templates:8001 ../heat-api.templates:5001
+#: ../heat-common.templates:5001
 msgid "Authentication server password:"
 msgstr "Mot de passe du serveur d'authentification : "
 
 #. Type: password
 #. Description
-#. Type: password
-#. Description
-#. Type: password
-#. Description
-#: ../heat-api-cfn.templates:5001 ../heat-api-cloudwatch.templates:5001
-#: ../heat-api-cloudwatch.templates:8001 ../heat-api.templates:5001
+#: ../heat-common.templates:5001
 msgid "Please specify the password to use with the authentication server."
 msgstr ""
 "Veuillez indiquer le nom d'utilisateur pour le serveur d'authentification. "
 
-#. Type: string
-#. Description
-#: ../heat-api-cloudwatch.templates:2001 ../heat-api.templates:2001
-msgid "Authentication server hostname:"
-msgstr "Nom d'hôte du serveur d'authentification : "
-
-#. Type: string
-#. Description
-#: ../heat-api-cloudwatch.templates:2001 ../heat-api.templates:2001
-msgid ""
-"Please specify the hostname of the authentication server. Typically this is "
-"also the hostname of the OpenStack Identity Service (Keystone)."
-msgstr ""
-"Veuillez indiquer le nom d'hôte du serveur d'authentification. Typiquement "
-"c'est également le nom d'hôte de votre Service d'Identité d'OpenStack "
-"(Keystone)."
-
 #. Type: boolean
 #. Description
-#: ../heat-api.templates:6001
+#: ../heat-common.templates:6001
 msgid "Register Heat in the Keystone endpoint catalog?"
 msgstr "Enregistrer Heat dans le catalogue de points d'accès de Keystone ?"
 
 #. Type: boolean
 #. Description
-#: ../heat-api.templates:6001
+#: ../heat-common.templates:6001
 msgid ""
 "Each OpenStack service (each API) should be registered in order to be "
 "accessible. This is done using \"keystone service-create\" and \"keystone "
@@ -218,7 +107,7 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../heat-api.templates:6001
+#: ../heat-common.templates:6001
 msgid ""
 "Note that you will need to have an up and running Keystone server on which "
 "to connect using the Keystone authentication token."
@@ -228,30 +117,30 @@ msgstr ""
 
 #. Type: string
 #. Description
-#: ../heat-api.templates:7001
+#: ../heat-common.templates:7001
 msgid "Keystone server IP address:"
 msgstr "Adresse IP du serveur Keystone :"
 
 #. Type: string
 #. Description
-#: ../heat-api.templates:7001
+#: ../heat-common.templates:7001
 msgid ""
 "Please enter the IP address of the Keystone server, so that heat-api can "
 "contact Keystone to do the Heat service and endpoint creation."
 msgstr ""
 "Veuillez indiquer l'adresse IP du serveur Keystone, pour que l'api de Heat "
-"puisse contacter Keystone pour établir le service Heat et créer "
-"un point d'accès."
+"puisse contacter Keystone pour établir le service Heat et créer un point "
+"d'accès."
 
 #. Type: password
 #. Description
-#: ../heat-api.templates:8001
+#: ../heat-common.templates:8001
 msgid "Keystone authentication token:"
 msgstr "Jeton d'authentification Keystone : "
 
 #. Type: password
 #. Description
-#: ../heat-api.templates:8001
+#: ../heat-common.templates:8001
 msgid ""
 "To configure its endpoint in Keystone, heat-api needs the Keystone "
 "authentication token."
@@ -261,19 +150,19 @@ msgstr ""
 
 #. Type: string
 #. Description
-#: ../heat-api.templates:9001
+#: ../heat-common.templates:9001
 msgid "Heat endpoint IP address:"
 msgstr "Adresse IP du point d'accès de Heat : "
 
 #. Type: string
 #. Description
-#: ../heat-api.templates:9001
+#: ../heat-common.templates:9001
 msgid "Please enter the IP address that will be used to contact Heat."
 msgstr "Veuillez indiquer l'adresse IP qui sera utilisée pour contacter Heat."
 
 #. Type: string
 #. Description
-#: ../heat-api.templates:9001
+#: ../heat-common.templates:9001
 msgid ""
 "This IP address should be accessible from the clients that will use this "
 "service, so if you are installing a public cloud, this should be a public IP "
@@ -285,13 +174,13 @@ msgstr ""
 
 #. Type: string
 #. Description
-#: ../heat-api.templates:10001
+#: ../heat-common.templates:10001
 msgid "Name of the region to register:"
 msgstr "Nom de la région à enregistrer : "
 
 #. Type: string
 #. Description
-#: ../heat-api.templates:10001
+#: ../heat-common.templates:10001
 msgid ""
 "OpenStack supports using availability zones, with each region representing a "
 "location. Please enter the zone that you wish to use when registering the "
@@ -300,3 +189,123 @@ msgstr ""
 "OpenStack supporte l'utilisation de zones disponibles, avec chaque région "
 "représentant un lieu. Veuillez entrer une zone que vous souhaitez utiliser "
 "lors de l'enregistrement d'un point d'accès."
+
+#. Type: boolean
+#. Description
+#: ../heat-common.templates:11001
+msgid "Set up a database for heat-engine?"
+msgstr "Installer une base de données pour le moteur de Heat ?"
+
+#. Type: boolean
+#. Description
+#: ../heat-common.templates:11001
+msgid ""
+"No database has been set up for heat-engine to use. Before continuing, you "
+"should make sure you have the following information:"
+msgstr ""
+"Aucune base de données n'a été installée pour le moteur de Heat. Avant de "
+"continuer, assurez-vous d'avoir toutes les informations nécessaires :"
+
+#. Type: boolean
+#. Description
+#: ../heat-common.templates:11001
+msgid ""
+" * the type of database that you want to use;\n"
+" * the database server host name (that server must allow TCP connections "
+"from this\n"
+"   machine);\n"
+" * a username and password to access the database."
+msgstr ""
+" * le type de base de données que vous souhaitez utiliser ;\n"
+" * le nom d'hôte du serveur de base de données (qui doit autoriser les\n"
+"   connexions TCP depuis cette machine) ;\n"
+" * un nom d'utilisateur et un mot de passe pour accéder à la base de données."
+
+#. Type: boolean
+#. Description
+#: ../heat-common.templates:11001
+msgid ""
+"If some of these requirements are missing, do not choose this option and run "
+"with regular SQLite support."
+msgstr ""
+"Si certains de ces prérequis sont manquants, ignorez cette option et "
+"exécutez l'application avec le support SQLite normal."
+
+#. Type: boolean
+#. Description
+#: ../heat-common.templates:11001
+msgid ""
+"You can change this setting later on by running \"dpkg-reconfigure -plow "
+"heat-engine\"."
+msgstr ""
+"Vous pouvez modifier ce réglage plus tard en lançant « dpkg-reconfigure -"
+"plow heat-engine »."
+
+#. Type: string
+#. Description
+#: ../heat-common.templates:12001
+msgid "IP address of your RabbitMQ host:"
+msgstr ""
+
+#. Type: string
+#. Description
+#. Type: string
+#. Description
+#. Type: password
+#. Description
+#: ../heat-common.templates:12001 ../heat-common.templates:13001
+#: ../heat-common.templates:14001
+msgid ""
+"In order to interoperate with other components of OpenStack, this package "
+"needs to connect to a central RabbitMQ server."
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../heat-common.templates:12001
+#, fuzzy
+#| msgid "Please specify the password to use with the authentication server."
+msgid "Please specify the IP address of that server."
+msgstr ""
+"Veuillez indiquer le nom d'utilisateur pour le serveur d'authentification. "
+
+#. Type: string
+#. Description
+#: ../heat-common.templates:13001
+msgid "Username for connection to the RabbitMQ server:"
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../heat-common.templates:13001
+#, fuzzy
+#| msgid "Please specify the username to use with the authentication server."
+msgid "Please specify the username used to connect to the RabbitMQ server."
+msgstr ""
+"Veuillez indiquer le nom d'utilisateur pour le serveur d'authentification."
+
+#. Type: password
+#. Description
+#: ../heat-common.templates:14001
+msgid "Password for connection to the RabbitMQ server:"
+msgstr ""
+
+#. Type: password
+#. Description
+#: ../heat-common.templates:14001
+#, fuzzy
+#| msgid "Please specify the password to use with the authentication server."
+msgid "Please specify the password used to connect to the RabbitMQ server."
+msgstr ""
+"Veuillez indiquer le nom d'utilisateur pour le serveur d'authentification. "
+
+#~ msgid "Auth server hostname:"
+#~ msgstr "Nom d'hôte du serveur d'authentification : "
+
+#~ msgid ""
+#~ "Please specify the hostname of your authentication server. Typically this "
+#~ "is also the hostname of your OpenStack Identity Service (Keystone)."
+#~ msgstr ""
+#~ "Veuillez indiquer l'adresse URL de votre serveur d'authentification. "
+#~ "Typiquement c'est également le nom d'hôte de votre Service d'Identité "
+#~ "OpenStack (Keystone)."
index 664db4c49d8a43ff12112e3e36f093f72dfd78a3..d9001f6a6e66229c60b6020248ac770853f2a5c3 100644 (file)
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: heat\n"
 "Report-Msgid-Bugs-To: heat@packages.debian.org\n"
-"POT-Creation-Date: 2013-07-10 22:55+0800\n"
+"POT-Creation-Date: 2013-09-25 16:43+0800\n"
 "PO-Revision-Date: 2013-08-30 12:17+0200\n"
 "Last-Translator: Beatrice Torracca <beatricet@libero.it>\n"
 "Language-Team: Italian <debian-l10n-italian@lists.debian.org>\n"
@@ -17,75 +17,22 @@ msgstr ""
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "X-Generator: Virtaal 0.7.1\n"
 
-#. Type: boolean
-#. Description
-#: ../heat-engine.templates:2001
-msgid "Set up a database for heat-engine?"
-msgstr "Impostare un database per heat-engine?"
-
-#. Type: boolean
-#. Description
-#: ../heat-engine.templates:2001
-msgid ""
-"No database has been set up for heat-engine to use. Before continuing, you "
-"should make sure you have the following information:"
-msgstr ""
-"Non è stato impostato alcun database per essere usato da heat-engine. Prima "
-"di continuare assicurarsi di avere le seguenti informazioni:"
-
-#. Type: boolean
-#. Description
-#: ../heat-engine.templates:2001
-msgid ""
-" * the type of database that you want to use;\n"
-" * the database server host name (that server must allow TCP connections "
-"from this\n"
-"   machine);\n"
-" * a username and password to access the database."
-msgstr ""
-" * il tipo di database che si desidera usare;\n"
-" * il nome host del server di database (che deve permettere le\n"
-"   connessioni TCP da questa macchina);\n"
-" * un nome utente e una password per accedere al database."
-
-#. Type: boolean
-#. Description
-#: ../heat-engine.templates:2001
-msgid ""
-"If some of these requirements are missing, do not choose this option and run "
-"with regular SQLite support."
-msgstr ""
-"Se non si ha uno o più di questi requisiti, non scegliere questa opzione ed "
-"eseguire con il regolare supporto per SQLite."
-
-#. Type: boolean
-#. Description
-#: ../heat-engine.templates:2001
-msgid ""
-"You can change this setting later on by running \"dpkg-reconfigure -plow "
-"heat-engine\"."
-msgstr ""
-"È possibile cambiare questa impostazione successivamente eseguendo \"dpkg-"
-"reconfigure -plow heat-engine\"."
-
 #. Type: string
 #. Description
-#: ../heat-api-cfn.templates:2001
-msgid "Auth server hostname:"
-msgstr "Nome host del server di autenticazione:"
+#: ../heat-common.templates:2001
+msgid "Authentication server hostname:"
+msgstr "Nome host per il server di autenticazione:"
 
 #. Type: string
 #. Description
-#: ../heat-api-cfn.templates:2001
+#: ../heat-common.templates:2001
 msgid ""
-"Please specify the hostname of your authentication server. Typically this is "
-"also the hostname of your OpenStack Identity Service (Keystone)."
+"Please specify the hostname of the authentication server. Typically this is "
+"also the hostname of the OpenStack Identity Service (Keystone)."
 msgstr ""
 "Specificare il nome host del server di autenticazione. Tipicamente, è anche "
 "il nome host dell'OpenStack Identity Service (Keystone)."
 
-#. Type: string
-#. Description
 #. Type: string
 #. Description
 #. Translators: a "tenant" in OpenStack world is
@@ -95,31 +42,10 @@ msgstr ""
 #. You're advised to either keep "tenant" without translating it
 #. or keep it parenthezised. Example for French:
 #. locataire ("tenant")
-#. Type: string
-#. Description
-#. Translators: a "tenant" in OpenStack world is
-#. an entity that contains one or more username/password couples.
-#. It's typically the tenant that will be used for billing. Having more than one
-#. username/password is very helpful in larger organization.
-#. You're advised to either keep "tenant" without translating it
-#. or keep it parenthezised. Example for French:
-#. locataire ("tenant")
-#: ../heat-api-cfn.templates:3001 ../heat-api-cloudwatch.templates:3001
-#: ../heat-api-cloudwatch.templates:6001 ../heat-api.templates:3001
+#: ../heat-common.templates:3001
 msgid "Authentication server tenant name:"
 msgstr "Nome del locatario (\"tenant\") per il server di autenticazione:"
 
-#. Type: string
-#. Description
-#. Type: string
-#. Description
-#. Translators: a "tenant" in OpenStack world is
-#. an entity that contains one or more username/password couples.
-#. It's typically the tenant that will be used for billing. Having more than one
-#. username/password is very helpful in larger organization.
-#. You're advised to either keep "tenant" without translating it
-#. or keep it parenthezised. Example for French:
-#. locataire ("tenant")
 #. Type: string
 #. Description
 #. Translators: a "tenant" in OpenStack world is
@@ -129,8 +55,7 @@ msgstr "Nome del locatario (\"tenant\") per il server di autenticazione:"
 #. You're advised to either keep "tenant" without translating it
 #. or keep it parenthezised. Example for French:
 #. locataire ("tenant")
-#: ../heat-api-cfn.templates:3001 ../heat-api-cloudwatch.templates:3001
-#: ../heat-api-cloudwatch.templates:6001 ../heat-api.templates:3001
+#: ../heat-common.templates:3001
 msgid "Please specify the authentication server tenant name."
 msgstr ""
 "Specificare il nome del locatario (\"tenant\") per il server di "
@@ -138,73 +63,37 @@ msgstr ""
 
 #. Type: string
 #. Description
-#. Type: string
-#. Description
-#. Type: string
-#. Description
-#: ../heat-api-cfn.templates:4001 ../heat-api-cloudwatch.templates:4001
-#: ../heat-api-cloudwatch.templates:7001 ../heat-api.templates:4001
+#: ../heat-common.templates:4001
 msgid "Authentication server username:"
 msgstr "Nome utente per il server di autenticazione:"
 
 #. Type: string
 #. Description
-#. Type: string
-#. Description
-#. Type: string
-#. Description
-#: ../heat-api-cfn.templates:4001 ../heat-api-cloudwatch.templates:4001
-#: ../heat-api-cloudwatch.templates:7001 ../heat-api.templates:4001
+#: ../heat-common.templates:4001
 msgid "Please specify the username to use with the authentication server."
 msgstr "Specificare il nome utente da usare con il server di autenticazione."
 
 #. Type: password
 #. Description
-#. Type: password
-#. Description
-#. Type: password
-#. Description
-#: ../heat-api-cfn.templates:5001 ../heat-api-cloudwatch.templates:5001
-#: ../heat-api-cloudwatch.templates:8001 ../heat-api.templates:5001
+#: ../heat-common.templates:5001
 msgid "Authentication server password:"
 msgstr "Password per il server di autenticazione:"
 
 #. Type: password
 #. Description
-#. Type: password
-#. Description
-#. Type: password
-#. Description
-#: ../heat-api-cfn.templates:5001 ../heat-api-cloudwatch.templates:5001
-#: ../heat-api-cloudwatch.templates:8001 ../heat-api.templates:5001
+#: ../heat-common.templates:5001
 msgid "Please specify the password to use with the authentication server."
 msgstr "Specificare la password da usare con il server di autenticazione."
 
-#. Type: string
-#. Description
-#: ../heat-api-cloudwatch.templates:2001 ../heat-api.templates:2001
-msgid "Authentication server hostname:"
-msgstr "Nome host per il server di autenticazione:"
-
-#. Type: string
-#. Description
-#: ../heat-api-cloudwatch.templates:2001 ../heat-api.templates:2001
-msgid ""
-"Please specify the hostname of the authentication server. Typically this is "
-"also the hostname of the OpenStack Identity Service (Keystone)."
-msgstr ""
-"Specificare il nome host del server di autenticazione. Tipicamente, è anche "
-"il nome host dell'OpenStack Identity Service (Keystone)."
-
 #. Type: boolean
 #. Description
-#: ../heat-api.templates:6001
+#: ../heat-common.templates:6001
 msgid "Register Heat in the Keystone endpoint catalog?"
 msgstr "Registrare Heat nel catalogo di punti terminali Keystone?"
 
 #. Type: boolean
 #. Description
-#: ../heat-api.templates:6001
+#: ../heat-common.templates:6001
 msgid ""
 "Each OpenStack service (each API) should be registered in order to be "
 "accessible. This is done using \"keystone service-create\" and \"keystone "
@@ -216,7 +105,7 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../heat-api.templates:6001
+#: ../heat-common.templates:6001
 msgid ""
 "Note that you will need to have an up and running Keystone server on which "
 "to connect using the Keystone authentication token."
@@ -226,13 +115,13 @@ msgstr ""
 
 #. Type: string
 #. Description
-#: ../heat-api.templates:7001
+#: ../heat-common.templates:7001
 msgid "Keystone server IP address:"
 msgstr "Indirizzo IP del server Keystone:"
 
 #. Type: string
 #. Description
-#: ../heat-api.templates:7001
+#: ../heat-common.templates:7001
 msgid ""
 "Please enter the IP address of the Keystone server, so that heat-api can "
 "contact Keystone to do the Heat service and endpoint creation."
@@ -243,13 +132,13 @@ msgstr ""
 
 #. Type: password
 #. Description
-#: ../heat-api.templates:8001
+#: ../heat-common.templates:8001
 msgid "Keystone authentication token:"
 msgstr "Token di autenticazione Keystone:"
 
 #. Type: password
 #. Description
-#: ../heat-api.templates:8001
+#: ../heat-common.templates:8001
 msgid ""
 "To configure its endpoint in Keystone, heat-api needs the Keystone "
 "authentication token."
@@ -259,19 +148,19 @@ msgstr ""
 
 #. Type: string
 #. Description
-#: ../heat-api.templates:9001
+#: ../heat-common.templates:9001
 msgid "Heat endpoint IP address:"
 msgstr "Indirizzo IP del punto terminale Heat:"
 
 #. Type: string
 #. Description
-#: ../heat-api.templates:9001
+#: ../heat-common.templates:9001
 msgid "Please enter the IP address that will be used to contact Heat."
 msgstr "Inserire l'indirizzo IP che verrà usato per contattare Heat."
 
 #. Type: string
 #. Description
-#: ../heat-api.templates:9001
+#: ../heat-common.templates:9001
 msgid ""
 "This IP address should be accessible from the clients that will use this "
 "service, so if you are installing a public cloud, this should be a public IP "
@@ -283,13 +172,13 @@ msgstr ""
 
 #. Type: string
 #. Description
-#: ../heat-api.templates:10001
+#: ../heat-common.templates:10001
 msgid "Name of the region to register:"
 msgstr "Nome della regione da registrare:"
 
 #. Type: string
 #. Description
-#: ../heat-api.templates:10001
+#: ../heat-common.templates:10001
 msgid ""
 "OpenStack supports using availability zones, with each region representing a "
 "location. Please enter the zone that you wish to use when registering the "
@@ -299,15 +188,132 @@ msgstr ""
 "rappresenta una posizione. Inserire la zona che si desidera usare durante la "
 "registrazione del punto terminale."
 
+#. Type: boolean
+#. Description
+#: ../heat-common.templates:11001
+msgid "Set up a database for heat-engine?"
+msgstr "Impostare un database per heat-engine?"
+
+#. Type: boolean
+#. Description
+#: ../heat-common.templates:11001
+msgid ""
+"No database has been set up for heat-engine to use. Before continuing, you "
+"should make sure you have the following information:"
+msgstr ""
+"Non è stato impostato alcun database per essere usato da heat-engine. Prima "
+"di continuare assicurarsi di avere le seguenti informazioni:"
+
+#. Type: boolean
+#. Description
+#: ../heat-common.templates:11001
+msgid ""
+" * the type of database that you want to use;\n"
+" * the database server host name (that server must allow TCP connections "
+"from this\n"
+"   machine);\n"
+" * a username and password to access the database."
+msgstr ""
+" * il tipo di database che si desidera usare;\n"
+" * il nome host del server di database (che deve permettere le\n"
+"   connessioni TCP da questa macchina);\n"
+" * un nome utente e una password per accedere al database."
+
+#. Type: boolean
+#. Description
+#: ../heat-common.templates:11001
+msgid ""
+"If some of these requirements are missing, do not choose this option and run "
+"with regular SQLite support."
+msgstr ""
+"Se non si ha uno o più di questi requisiti, non scegliere questa opzione ed "
+"eseguire con il regolare supporto per SQLite."
+
+#. Type: boolean
+#. Description
+#: ../heat-common.templates:11001
+msgid ""
+"You can change this setting later on by running \"dpkg-reconfigure -plow "
+"heat-engine\"."
+msgstr ""
+"È possibile cambiare questa impostazione successivamente eseguendo \"dpkg-"
+"reconfigure -plow heat-engine\"."
+
+#. Type: string
+#. Description
+#: ../heat-common.templates:12001
+msgid "IP address of your RabbitMQ host:"
+msgstr ""
+
+#. Type: string
+#. Description
+#. Type: string
+#. Description
+#. Type: password
+#. Description
+#: ../heat-common.templates:12001 ../heat-common.templates:13001
+#: ../heat-common.templates:14001
+msgid ""
+"In order to interoperate with other components of OpenStack, this package "
+"needs to connect to a central RabbitMQ server."
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../heat-common.templates:12001
+#, fuzzy
+#| msgid "Please specify the password to use with the authentication server."
+msgid "Please specify the IP address of that server."
+msgstr "Specificare la password da usare con il server di autenticazione."
+
+#. Type: string
+#. Description
+#: ../heat-common.templates:13001
+msgid "Username for connection to the RabbitMQ server:"
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../heat-common.templates:13001
+#, fuzzy
+#| msgid "Please specify the username to use with the authentication server."
+msgid "Please specify the username used to connect to the RabbitMQ server."
+msgstr "Specificare il nome utente da usare con il server di autenticazione."
+
+#. Type: password
+#. Description
+#: ../heat-common.templates:14001
+msgid "Password for connection to the RabbitMQ server:"
+msgstr ""
+
+#. Type: password
+#. Description
+#: ../heat-common.templates:14001
+#, fuzzy
+#| msgid "Please specify the password to use with the authentication server."
+msgid "Please specify the password used to connect to the RabbitMQ server."
+msgstr "Specificare la password da usare con il server di autenticazione."
+
+#~ msgid "Auth server hostname:"
+#~ msgstr "Nome host del server di autenticazione:"
+
+#~ msgid ""
+#~ "Please specify the hostname of your authentication server. Typically this "
+#~ "is also the hostname of your OpenStack Identity Service (Keystone)."
+#~ msgstr ""
+#~ "Specificare il nome host del server di autenticazione. Tipicamente, è "
+#~ "anche il nome host dell'OpenStack Identity Service (Keystone)."
+
 #~ msgid ""
-#~ "No database has been set up for heat-engine to use. Before continuing, you "
-#~ "should make sure you have:"
+#~ "No database has been set up for heat-engine to use. Before continuing, "
+#~ "you should make sure you have:"
 #~ msgstr ""
-#~ "Non è stato impostato alcun database per essere usato da heat-engine. Prima "
-#~ "di continuare ci si dovrebbe assicurare di avere:"
+#~ "Non è stato impostato alcun database per essere usato da heat-engine. "
+#~ "Prima di continuare ci si dovrebbe assicurare di avere:"
 
 #~ msgid ""
-#~ " - the server host name (that server must allow TCP connections from this\n"
+#~ " - the server host name (that server must allow TCP connections from "
+#~ "this\n"
 #~ "   machine);\n"
 #~ " - a username and password to access the database.\n"
 #~ " - A database type that you want to use."
@@ -318,8 +324,8 @@ msgstr ""
 #~ " - un tipo di database che si desidera usare."
 
 #~ msgid ""
-#~ "If some of these requirements are missing, reject this option and run with   "
-#~ "regular sqlite support."
+#~ "If some of these requirements are missing, reject this option and run "
+#~ "with   regular sqlite support."
 #~ msgstr ""
 #~ "Se uno o più di questi requisiti non sono soddisfatti, rifiutare questa "
 #~ "opzione ed eseguire con il regolare supporto per sqlite."
@@ -332,11 +338,11 @@ msgstr ""
 #~ "reconfigure -plow heat-engine»"
 
 #~ msgid ""
-#~ "Please specify the URL of your authentication server. Typically this is also "
-#~ "the URL of your OpenStack Identity Service (Keystone)."
+#~ "Please specify the URL of your authentication server. Typically this is "
+#~ "also the URL of your OpenStack Identity Service (Keystone)."
 #~ msgstr ""
-#~ "Specificare l'URL del server di autenticazione. Tipicamente, è anche l'URL "
-#~ "dell'OpenStack Identity Service (Keystone)."
+#~ "Specificare l'URL del server di autenticazione. Tipicamente, è anche "
+#~ "l'URL dell'OpenStack Identity Service (Keystone)."
 
 #~ msgid "Auth server tenant name:"
 #~ msgstr "Nome del tenant per il server di autenticazione:"
@@ -361,8 +367,8 @@ msgstr ""
 #~ "comandi."
 
 #~ msgid ""
-#~ "Note that you will need to have an up and running keystone server on which "
-#~ "to connect using the Keystone auth token."
+#~ "Note that you will need to have an up and running keystone server on "
+#~ "which to connect using the Keystone auth token."
 #~ msgstr ""
 #~ "Notare che sarà necessario avere un server keystone in funzione a cui "
 #~ "connettersi usando il token di autenticazione Keystone."
@@ -371,8 +377,8 @@ msgstr ""
 #~ msgstr "Indirizzo IP di Keystone:"
 
 #~ msgid ""
-#~ "Enter the IP address of your keystone server, so that heat-api can contact "
-#~ "Keystone to do the Heat service and endpoint creation."
+#~ "Enter the IP address of your keystone server, so that heat-api can "
+#~ "contact Keystone to do the Heat service and endpoint creation."
 #~ msgstr ""
 #~ "Inserire l'indirizzo IP del proprio server keystone, in modo che heat-api "
 #~ "possa contattare Keystone per effettuare la creazione del servizio e del "
@@ -385,8 +391,8 @@ msgstr ""
 #~ "To configure its endpoint in Keystone, heat-api needs the Keystone auth "
 #~ "token."
 #~ msgstr ""
-#~ "Per configurare il proprio punto terminale in Keystone, heat-api ha bisogno "
-#~ "del token di autenticazione Keystone."
+#~ "Per configurare il proprio punto terminale in Keystone, heat-api ha "
+#~ "bisogno del token di autenticazione Keystone."
 
 #~ msgid ""
 #~ "Enter the IP address that will be used to contact Heat (eg: the Heat "
index 95d7b36f75b6b3523247f4bfd6fcb29f1caa4d3f..4ec672327f43f14f4c9efe72e674c73ebb98acd3 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: heat\n"
 "Report-Msgid-Bugs-To: heat@packages.debian.org\n"
-"POT-Creation-Date: 2013-09-25 14:57+0800\n"
+"POT-Creation-Date: 2013-09-25 16:43+0800\n"
 "PO-Revision-Date: 2013-07-10 23:55+0900\n"
 "Last-Translator: victory <victory.deb@gmail.com>\n"
 "Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
@@ -234,6 +234,61 @@ msgstr ""
 "この設定は後で「dpkg-reconfigure -plow heat-engine」を実行することにより変更"
 "できます。"
 
+#. Type: string
+#. Description
+#: ../heat-common.templates:12001
+msgid "IP address of your RabbitMQ host:"
+msgstr ""
+
+#. Type: string
+#. Description
+#. Type: string
+#. Description
+#. Type: password
+#. Description
+#: ../heat-common.templates:12001 ../heat-common.templates:13001
+#: ../heat-common.templates:14001
+msgid ""
+"In order to interoperate with other components of OpenStack, this package "
+"needs to connect to a central RabbitMQ server."
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../heat-common.templates:12001
+#, fuzzy
+#| msgid "Please specify the password to use with the authentication server."
+msgid "Please specify the IP address of that server."
+msgstr "認証サーバで利用するパスワードを指定してください。"
+
+#. Type: string
+#. Description
+#: ../heat-common.templates:13001
+msgid "Username for connection to the RabbitMQ server:"
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../heat-common.templates:13001
+#, fuzzy
+#| msgid "Please specify the username to use with the authentication server."
+msgid "Please specify the username used to connect to the RabbitMQ server."
+msgstr "認証サーバで利用するユーザ名を指定してください。"
+
+#. Type: password
+#. Description
+#: ../heat-common.templates:14001
+msgid "Password for connection to the RabbitMQ server:"
+msgstr ""
+
+#. Type: password
+#. Description
+#: ../heat-common.templates:14001
+#, fuzzy
+#| msgid "Please specify the password to use with the authentication server."
+msgid "Please specify the password used to connect to the RabbitMQ server."
+msgstr "認証サーバで利用するパスワードを指定してください。"
+
 #~ msgid "Auth server hostname:"
 #~ msgstr "認証サーバのホスト名:"
 
index ef3155aaf48ae204aca35e31d15bc866d05cc92f..de74b97d0f15b43d4c3d041b61bd4ae2010d9aed 100644 (file)
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: heat 2013.1.2-4\n"
 "Report-Msgid-Bugs-To: heat@packages.debian.org\n"
-"POT-Creation-Date: 2013-07-10 22:55+0800\n"
+"POT-Creation-Date: 2013-09-25 16:43+0800\n"
 "PO-Revision-Date: 2013-08-30 09:10+0400\n"
 "Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
 "Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
@@ -14,88 +14,26 @@ msgstr ""
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<"
-"=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
+"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
 "X-Generator: Lokalize 1.4\n"
 
-#. Type: boolean
-#. Description
-#: ../heat-engine.templates:2001
-msgid "Set up a database for heat-engine?"
-msgstr "Настроить базу данных для heat-engine?"
-
-#. Type: boolean
-#. Description
-#: ../heat-engine.templates:2001
-msgid ""
-"No database has been set up for heat-engine to use. Before continuing, you "
-"should make sure you have the following information:"
-msgstr ""
-"Для использования heat-engine требуется настроить базу данных. Если вы хотите "
-"сделать это сейчас, то проверьте, что у вас есть следующая информация:"
-
-#. Type: boolean
-#. Description
-#: ../heat-engine.templates:2001
-msgid ""
-" * the type of database that you want to use;\n"
-" * the database server host name (that server must allow TCP connections "
-"from this\n"
-"   machine);\n"
-" * a username and password to access the database."
-msgstr ""
-" * тип базы данных, который хотите использовать;\n"
-" * имя узла сервера (этот сервер должен принимать TCP-соединения\n"
-"   с этой машины);\n"
-" * имя пользователя и пароль для доступа к базе данных."
-
-#. Type: boolean
-#. Description
-#: ../heat-engine.templates:2001
-msgid ""
-"If some of these requirements are missing, do not choose this option and run "
-"with regular SQLite support."
-msgstr ""
-"Если не хватает хотя бы одного параметра, ответьте отрицательно и включите "
-"поддержку SQLite."
-
-#. Type: boolean
-#. Description
-#: ../heat-engine.templates:2001
-msgid ""
-"You can change this setting later on by running \"dpkg-reconfigure -plow "
-"heat-engine\"."
-msgstr ""
-"Позднее, вы можете изменить эту настройку, запустив «dpkg-reconfigure -plow "
-"heat-engine»"
-
 #. Type: string
 #. Description
-#: ../heat-api-cfn.templates:2001
-msgid "Auth server hostname:"
+#: ../heat-common.templates:2001
+msgid "Authentication server hostname:"
 msgstr "Имя узла сервера аутентификации:"
 
 #. Type: string
 #. Description
-#: ../heat-api-cfn.templates:2001
+#: ../heat-common.templates:2001
 msgid ""
-"Please specify the hostname of your authentication server. Typically this is "
-"also the hostname of your OpenStack Identity Service (Keystone)."
+"Please specify the hostname of the authentication server. Typically this is "
+"also the hostname of the OpenStack Identity Service (Keystone)."
 msgstr ""
 "Введите имя узла сервера аутентификации. Данное имя обычно совпадает с "
 "OpenStack Identity Service (Keystone)."
 
-#. Type: string
-#. Description
-#. Type: string
-#. Description
-#. Translators: a "tenant" in OpenStack world is
-#. an entity that contains one or more username/password couples.
-#. It's typically the tenant that will be used for billing. Having more than one
-#. username/password is very helpful in larger organization.
-#. You're advised to either keep "tenant" without translating it
-#. or keep it parenthezised. Example for French:
-#. locataire ("tenant")
 #. Type: string
 #. Description
 #. Translators: a "tenant" in OpenStack world is
@@ -105,22 +43,10 @@ msgstr ""
 #. You're advised to either keep "tenant" without translating it
 #. or keep it parenthezised. Example for French:
 #. locataire ("tenant")
-#: ../heat-api-cfn.templates:3001 ../heat-api-cloudwatch.templates:3001
-#: ../heat-api-cloudwatch.templates:6001 ../heat-api.templates:3001
+#: ../heat-common.templates:3001
 msgid "Authentication server tenant name:"
 msgstr "Членское имя сервера аутентификации:"
 
-#. Type: string
-#. Description
-#. Type: string
-#. Description
-#. Translators: a "tenant" in OpenStack world is
-#. an entity that contains one or more username/password couples.
-#. It's typically the tenant that will be used for billing. Having more than one
-#. username/password is very helpful in larger organization.
-#. You're advised to either keep "tenant" without translating it
-#. or keep it parenthezised. Example for French:
-#. locataire ("tenant")
 #. Type: string
 #. Description
 #. Translators: a "tenant" in OpenStack world is
@@ -130,146 +56,109 @@ msgstr "Членское имя сервера аутентификации:"
 #. You're advised to either keep "tenant" without translating it
 #. or keep it parenthezised. Example for French:
 #. locataire ("tenant")
-#: ../heat-api-cfn.templates:3001 ../heat-api-cloudwatch.templates:3001
-#: ../heat-api-cloudwatch.templates:6001 ../heat-api.templates:3001
+#: ../heat-common.templates:3001
 msgid "Please specify the authentication server tenant name."
 msgstr "Укажите членское имя сервера аутентификации."
 
 #. Type: string
 #. Description
-#. Type: string
-#. Description
-#. Type: string
-#. Description
-#: ../heat-api-cfn.templates:4001 ../heat-api-cloudwatch.templates:4001
-#: ../heat-api-cloudwatch.templates:7001 ../heat-api.templates:4001
+#: ../heat-common.templates:4001
 msgid "Authentication server username:"
 msgstr "Имя пользователя для сервера аутентификации:"
 
 #. Type: string
 #. Description
-#. Type: string
-#. Description
-#. Type: string
-#. Description
-#: ../heat-api-cfn.templates:4001 ../heat-api-cloudwatch.templates:4001
-#: ../heat-api-cloudwatch.templates:7001 ../heat-api.templates:4001
+#: ../heat-common.templates:4001
 msgid "Please specify the username to use with the authentication server."
 msgstr "Введите имя пользователя для работы с сервером аутентификации."
 
 #. Type: password
 #. Description
-#. Type: password
-#. Description
-#. Type: password
-#. Description
-#: ../heat-api-cfn.templates:5001 ../heat-api-cloudwatch.templates:5001
-#: ../heat-api-cloudwatch.templates:8001 ../heat-api.templates:5001
+#: ../heat-common.templates:5001
 msgid "Authentication server password:"
 msgstr "Пароль для сервера аутентификации:"
 
 #. Type: password
 #. Description
-#. Type: password
-#. Description
-#. Type: password
-#. Description
-#: ../heat-api-cfn.templates:5001 ../heat-api-cloudwatch.templates:5001
-#: ../heat-api-cloudwatch.templates:8001 ../heat-api.templates:5001
+#: ../heat-common.templates:5001
 msgid "Please specify the password to use with the authentication server."
 msgstr "Введите пароль для работы с сервером аутентификации."
 
-#. Type: string
-#. Description
-#: ../heat-api-cloudwatch.templates:2001 ../heat-api.templates:2001
-msgid "Authentication server hostname:"
-msgstr "Имя узла сервера аутентификации:"
-
-#. Type: string
-#. Description
-#: ../heat-api-cloudwatch.templates:2001 ../heat-api.templates:2001
-msgid ""
-"Please specify the hostname of the authentication server. Typically this is "
-"also the hostname of the OpenStack Identity Service (Keystone)."
-msgstr ""
-"Введите имя узла сервера аутентификации. Данное имя обычно совпадает с "
-"OpenStack Identity Service (Keystone)."
-
 #. Type: boolean
 #. Description
-#: ../heat-api.templates:6001
+#: ../heat-common.templates:6001
 msgid "Register Heat in the Keystone endpoint catalog?"
 msgstr "Зарегистрировать Heat в каталоге конечных точек keystone?"
 
 #. Type: boolean
 #. Description
-#: ../heat-api.templates:6001
+#: ../heat-common.templates:6001
 msgid ""
 "Each OpenStack service (each API) should be registered in order to be "
 "accessible. This is done using \"keystone service-create\" and \"keystone "
 "endpoint-create\". This can be done automatically now."
 msgstr ""
-"Для доступа к службам Openstack (каждому API) их нужно регистрировать. "
-"ЭÑ\82о Ð²Ñ\8bполнÑ\8fеÑ\82Ñ\81Ñ\8f Ñ\81 Ð¿Ð¾Ð¼Ð¾Ñ\89Ñ\8cÑ\8e ÐºÐ¾Ð¼Ð°Ð½Ð´Ñ\8b Â«keystone service-create» Ð¸ Â«keystone "
-"endpoint-create». Это может быть сделано автоматически прямо сейчас."
+"Для доступа к службам Openstack (каждому API) их нужно регистрировать. Это "
+"вÑ\8bполнÑ\8fеÑ\82Ñ\81Ñ\8f Ñ\81 Ð¿Ð¾Ð¼Ð¾Ñ\89Ñ\8cÑ\8e ÐºÐ¾Ð¼Ð°Ð½Ð´Ñ\8b Â«keystone service-create» Ð¸ Â«keystone endpoint-"
+"create». Это может быть сделано автоматически прямо сейчас."
 
 #. Type: boolean
 #. Description
-#: ../heat-api.templates:6001
+#: ../heat-common.templates:6001
 msgid ""
 "Note that you will need to have an up and running Keystone server on which "
 "to connect using the Keystone authentication token."
 msgstr ""
-"Заметим, что у вас должен быть работающий сервер Keystone, к которому "
-"бÑ\83деÑ\82 Ð¿Ñ\80оизведено Ð¿Ð¾Ð´ÐºÐ»Ñ\8eÑ\87ение Ñ\81 Ð¿Ð¾Ð¼Ð¾Ñ\89Ñ\8cÑ\8e Ñ\82окена Ð°Ñ\83Ñ\82енÑ\82иÑ\84икаÑ\86ии Keystone."
+"Заметим, что у вас должен быть работающий сервер Keystone, к которому будет "
+"произведено подключение с помощью токена аутентификации Keystone."
 
 #. Type: string
 #. Description
-#: ../heat-api.templates:7001
+#: ../heat-common.templates:7001
 msgid "Keystone server IP address:"
 msgstr "IP-адрес сервера Keystone:"
 
 #. Type: string
 #. Description
-#: ../heat-api.templates:7001
+#: ../heat-common.templates:7001
 msgid ""
 "Please enter the IP address of the Keystone server, so that heat-api can "
 "contact Keystone to do the Heat service and endpoint creation."
 msgstr ""
-"Введите IP-адрес сервера Keystone для того, чтобы heat-api могла подключиться "
-"к Keystone для запуска службы Heat и создания конечной точки."
+"Введите IP-адрес сервера Keystone для того, чтобы heat-api могла "
+"подклÑ\8eÑ\87иÑ\82Ñ\8cÑ\81Ñ\8f Ðº Keystone Ð´Ð»Ñ\8f Ð·Ð°Ð¿Ñ\83Ñ\81ка Ñ\81лÑ\83жбÑ\8b Heat Ð¸ Ñ\81озданиÑ\8f ÐºÐ¾Ð½ÐµÑ\87ной Ñ\82оÑ\87ки."
 
 #. Type: password
 #. Description
-#: ../heat-api.templates:8001
+#: ../heat-common.templates:8001
 msgid "Keystone authentication token:"
 msgstr "Токен аутентификации Keystone:"
 
 #. Type: password
 #. Description
-#: ../heat-api.templates:8001
+#: ../heat-common.templates:8001
 msgid ""
 "To configure its endpoint in Keystone, heat-api needs the Keystone "
 "authentication token."
 msgstr ""
-"Для настройки собственной конечной точки в Keystone heat-api "
-"требуется токен аутентификации Keystone."
+"Для настройки собственной конечной точки в Keystone heat-api требуется токен "
+"аутентификации Keystone."
 
 #. Type: string
 #. Description
-#: ../heat-api.templates:9001
+#: ../heat-common.templates:9001
 msgid "Heat endpoint IP address:"
 msgstr "IP-адрес конечной точки Heat:"
 
 #. Type: string
 #. Description
-#: ../heat-api.templates:9001
+#: ../heat-common.templates:9001
 msgid "Please enter the IP address that will be used to contact Heat."
 msgstr "Введите IP-адрес, который будет использован для подключения к Heat."
 
 #. Type: string
 #. Description
-#: ../heat-api.templates:9001
+#: ../heat-common.templates:9001
 msgid ""
 "This IP address should be accessible from the clients that will use this "
 "service, so if you are installing a public cloud, this should be a public IP "
@@ -281,20 +170,134 @@ msgstr ""
 
 #. Type: string
 #. Description
-#: ../heat-api.templates:10001
+#: ../heat-common.templates:10001
 msgid "Name of the region to register:"
 msgstr "Название области для регистрации:"
 
 #. Type: string
 #. Description
-#: ../heat-api.templates:10001
+#: ../heat-common.templates:10001
 msgid ""
 "OpenStack supports using availability zones, with each region representing a "
 "location. Please enter the zone that you wish to use when registering the "
 "endpoint."
 msgstr ""
-"Openstack поддерживает разделение на зоны доступности, где каждая "
-"область представляет определённое расположение. Введите зону, которую вы "
-"хотите "
+"Openstack поддерживает разделение на зоны доступности, где каждая область "
+"представляет определённое расположение. Введите зону, которую вы хотите "
 "использовать при регистрации конечной точки."
 
+#. Type: boolean
+#. Description
+#: ../heat-common.templates:11001
+msgid "Set up a database for heat-engine?"
+msgstr "Настроить базу данных для heat-engine?"
+
+#. Type: boolean
+#. Description
+#: ../heat-common.templates:11001
+msgid ""
+"No database has been set up for heat-engine to use. Before continuing, you "
+"should make sure you have the following information:"
+msgstr ""
+"Для использования heat-engine требуется настроить базу данных. Если вы "
+"хотите сделать это сейчас, то проверьте, что у вас есть следующая информация:"
+
+#. Type: boolean
+#. Description
+#: ../heat-common.templates:11001
+msgid ""
+" * the type of database that you want to use;\n"
+" * the database server host name (that server must allow TCP connections "
+"from this\n"
+"   machine);\n"
+" * a username and password to access the database."
+msgstr ""
+" * тип базы данных, который хотите использовать;\n"
+" * имя узла сервера (этот сервер должен принимать TCP-соединения\n"
+"   с этой машины);\n"
+" * имя пользователя и пароль для доступа к базе данных."
+
+#. Type: boolean
+#. Description
+#: ../heat-common.templates:11001
+msgid ""
+"If some of these requirements are missing, do not choose this option and run "
+"with regular SQLite support."
+msgstr ""
+"Если не хватает хотя бы одного параметра, ответьте отрицательно и включите "
+"поддержку SQLite."
+
+#. Type: boolean
+#. Description
+#: ../heat-common.templates:11001
+msgid ""
+"You can change this setting later on by running \"dpkg-reconfigure -plow "
+"heat-engine\"."
+msgstr ""
+"Позднее, вы можете изменить эту настройку, запустив «dpkg-reconfigure -plow "
+"heat-engine»"
+
+#. Type: string
+#. Description
+#: ../heat-common.templates:12001
+msgid "IP address of your RabbitMQ host:"
+msgstr ""
+
+#. Type: string
+#. Description
+#. Type: string
+#. Description
+#. Type: password
+#. Description
+#: ../heat-common.templates:12001 ../heat-common.templates:13001
+#: ../heat-common.templates:14001
+msgid ""
+"In order to interoperate with other components of OpenStack, this package "
+"needs to connect to a central RabbitMQ server."
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../heat-common.templates:12001
+#, fuzzy
+#| msgid "Please specify the password to use with the authentication server."
+msgid "Please specify the IP address of that server."
+msgstr "Введите пароль для работы с сервером аутентификации."
+
+#. Type: string
+#. Description
+#: ../heat-common.templates:13001
+msgid "Username for connection to the RabbitMQ server:"
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../heat-common.templates:13001
+#, fuzzy
+#| msgid "Please specify the username to use with the authentication server."
+msgid "Please specify the username used to connect to the RabbitMQ server."
+msgstr "Введите имя пользователя для работы с сервером аутентификации."
+
+#. Type: password
+#. Description
+#: ../heat-common.templates:14001
+msgid "Password for connection to the RabbitMQ server:"
+msgstr ""
+
+#. Type: password
+#. Description
+#: ../heat-common.templates:14001
+#, fuzzy
+#| msgid "Please specify the password to use with the authentication server."
+msgid "Please specify the password used to connect to the RabbitMQ server."
+msgstr "Введите пароль для работы с сервером аутентификации."
+
+#~ msgid "Auth server hostname:"
+#~ msgstr "Имя узла сервера аутентификации:"
+
+#~ msgid ""
+#~ "Please specify the hostname of your authentication server. Typically this "
+#~ "is also the hostname of your OpenStack Identity Service (Keystone)."
+#~ msgstr ""
+#~ "Введите имя узла сервера аутентификации. Данное имя обычно совпадает с "
+#~ "OpenStack Identity Service (Keystone)."
index 52ffb15e8bb22bf64bdadedfc758304b3a3614de..adaf4d365402a0820361cce76665148c5eb941ee 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: heat\n"
 "Report-Msgid-Bugs-To: heat@packages.debian.org\n"
-"POT-Creation-Date: 2013-09-25 14:57+0800\n"
+"POT-Creation-Date: 2013-09-25 16:43+0800\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -208,3 +208,52 @@ msgid ""
 "You can change this setting later on by running \"dpkg-reconfigure -plow "
 "heat-engine\"."
 msgstr ""
+
+#. Type: string
+#. Description
+#: ../heat-common.templates:12001
+msgid "IP address of your RabbitMQ host:"
+msgstr ""
+
+#. Type: string
+#. Description
+#. Type: string
+#. Description
+#. Type: password
+#. Description
+#: ../heat-common.templates:12001 ../heat-common.templates:13001
+#: ../heat-common.templates:14001
+msgid ""
+"In order to interoperate with other components of OpenStack, this package "
+"needs to connect to a central RabbitMQ server."
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../heat-common.templates:12001
+msgid "Please specify the IP address of that server."
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../heat-common.templates:13001
+msgid "Username for connection to the RabbitMQ server:"
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../heat-common.templates:13001
+msgid "Please specify the username used to connect to the RabbitMQ server."
+msgstr ""
+
+#. Type: password
+#. Description
+#: ../heat-common.templates:14001
+msgid "Password for connection to the RabbitMQ server:"
+msgstr ""
+
+#. Type: password
+#. Description
+#: ../heat-common.templates:14001
+msgid "Please specify the password used to connect to the RabbitMQ server."
+msgstr ""