]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Re-added the l10n-english as it was mistakenly forgotten (Closes: #708658).
authorThomas Goirand <thomas@goirand.fr>
Wed, 9 Oct 2013 15:12:49 +0000 (23:12 +0800)
committerThomas Goirand <thomas@goirand.fr>
Wed, 9 Oct 2013 15:32:06 +0000 (23:32 +0800)
(cherry picked from commit a0fae8bdf94d3a9db30e99fbc691a9d4bc1a4ed9)

Conflicts:
debian/po/cs.po
debian/po/da.po
debian/po/fr.po
debian/po/it.po
debian/po/ja.po
debian/po/pt.po
debian/po/ru.po
debian/po/templates.pot

debian/cinder-api.templates
debian/cinder-common.templates
debian/control
debian/po/cs.po
debian/po/da.po
debian/po/fr.po
debian/po/it.po
debian/po/ja.po
debian/po/pt.po
debian/po/ru.po
debian/po/templates.pot

index 45d41ec6ecb37fa0ead6cfa78760738224439726..0728356933f2fb2124a737eb47da7393238dda01 100644 (file)
@@ -1,31 +1,39 @@
+# These templates have been reviewed by the debian-l10n-english
+# team
+#
+# If modifications/additions/rewording are needed, please ask
+# debian-l10n-english@lists.debian.org for advice.
+#
+# Even minor modifications require translation updates and such
+# changes should be coordinated with translators and reviewers.
+
 Template: cinder/register-endpoint
 Type: boolean
 Default: false
-_Description: Register Cinder in the keystone endpoint catalog?
- Each Openstack services (each API) should be registered in order to be
+_Description: Register Cinder in the Keystone endpoint catalog?
+ Each OpenStack service (each API) should be registered in order to be
  accessible. This is done using "keystone service-create" and "keystone
- endpoint-create". Select if you want to run these commands now.
+ endpoint-create". This can be done automatically now.
  .
- 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 authentication token.
 
 Template: cinder/keystone-ip
 Type: string
-_Description: Keystone IP address:
Enter the IP address of your keystone server, so that cinder-api can
+_Description: Keystone server IP address:
Please enter the IP address of the Keystone server, so that cinder-api can
  contact Keystone to do the Cinder service and endpoint creation.
 
 Template: cinder/keystone-auth-token
 Type: password
-_Description: Keystone Auth Token:
- To configure its endpoint in Keystone, cinder-api needs the Keystone auth
- token.
+_Description: Keystone authentication token:
+ To configure its endpoint in Keystone, cinder-api needs the Keystone
authentication token.
 
 Template: cinder/endpoint-ip
 Type: string
 _Description: Cinder endpoint IP address:
- Enter the IP address that will be used to contact Cinder (eg: the Cinder
- endpoint IP address).
+ Please enter the IP address that will be used to contact Cinder.
  .
  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
@@ -35,6 +43,6 @@ Template: cinder/region-name
 Type: string
 Default: regionOne
 _Description: Name of the region to register:
- Openstack can be used using availability zones, with each region representing
+ OpenStack supports using availability zones, with each region representing
  a location. Please enter the zone that you wish to use when registering the
  endpoint.
index 902381a5e605aa548add4c288425dd85ae17e76a..40d0c1a3826a7ef90171451d6b0936182dffae98 100644 (file)
@@ -1,7 +1,16 @@
+# These templates have been reviewed by the debian-l10n-english
+# team
+#
+# If modifications/additions/rewording are needed, please ask
+# debian-l10n-english@lists.debian.org for advice.
+#
+# Even minor modifications require translation updates and such
+# changes should be coordinated with translators and reviewers.
+
 Template: cinder/start_services
 Type: boolean
 Default: true
-_Description: Start cinder services at boot?
+_Description: Start Cinder services at boot?
  Please choose whether you want to start Cinder services when the
  machine is booted up.
 
@@ -9,46 +18,55 @@ Template: cinder/configure_db
 Type: boolean
 Default: false
 _Description: Set up a database for Cinder?
- 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:
+ No database has been set up for Cinder to use. Before
+ continuing, you should make sure you have the following information:
  .
-  * the host name of the database server (which must allow TCP
-    connections from this machine);
-  * a username and password to access the database;
-  * the type of database management software you want to use.
+  * the type of database that you want to use;
+  * the database server hostname (that server must allow TCP connections from this
+    machine);
+  * a username and password to access the database.
  .
- If you don't choose this option, no database will be set up and Cinder
will use regular SQLite support.
+ If some of these requirements are missing, do not choose this option and run with
+ regular SQLite support.
  .
- You can change this setting later on by running "dpkg-reconfigure
-plow cinder-common".
+ You can change this setting later on by running "dpkg-reconfigure -plow
cinder".
 
 Template: cinder/auth-host
 Type: string
 Default: 127.0.0.1
-_Description: Auth server hostname:
- Please specify the URL of your Cinder authentication server. Typically 
- this is also the URL of your OpenStack Identity Service (Keystone).
+_Description: Authentication server hostname:
+ Please specify the hostname of the authentication server. Typically
+ this is also the hostname of the OpenStack Identity Service (Keystone).
 
 Template: cinder/admin-tenant-name
 Type: string
 Default: admin
-_Description: Auth server tenant name:
+# 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 aside with your translation. Example for French:
+# proprietaire ("tenant")
+_Description: Authentication server tenant name:
+ Please specify the authentication server tenant name.
 
 Template: cinder/admin-user
 Type: string
 Default: admin
-_Description: Auth server username:
+_Description: Authentication server username:
+ Please specify the username to use with the authentication server.
 
 Template: cinder/admin-password
 Type: password
-_Description: Auth server password:
+_Description: Authentication server password:
+ Please specify the password to use with the authentication server.
 
 Template: cinder/volume_group
 Type: string
 _Description: Cinder volume group:
- Please specify the name of the LVM volume group (vg) on which Cinder
+ Please specify the name of the LVM volume group on which Cinder
  will create partitions.
 
 Template: cinder/rabbit_host
index 37e56405482dc0675a5ce011635be0cd9517b44a..529244a1e4da7829fce029636105266aac4c56c2 100644 (file)
@@ -99,14 +99,16 @@ Depends: python-amqplib,
          ${misc:Depends},
          ${python:Depends}
 Description: OpenStack block storage system - Python libraries
- Cinder is a block storage as service system for the Openstack cloud computing
- suite. It re-implements the features of nova-volume, which it directly
- replaces.
+ Cinder is a block Storage-as-a-Service system for the OpenStack cloud
+ computing suite. It re-implements the features of Nova-volume, which it
directly replaces.
  .
- Cinder use LVM partitions of your volume servers in order to provide iSCSI
+ Cinder uses LVM partitions of your volume servers in order to provide iSCSI
  permanent block storage devices for your virtual machines running on Nova.
+ It also has back-end drivers for many hardware and software storage solutions
+ like Ceph, NFS, Net-APP, etc.
  .
- This package contains the Python libraries that are parts of Cinder.
+ This package contains the Python libraries that are part of Cinder.
 
 Package: cinder-common
 Architecture: all
@@ -120,12 +122,14 @@ Depends: adduser,
          ${python:Depends}
 Provides: ${python:Provides}
 Description: OpenStack block storage system - common files
- Cinder is a block storage as service system for the Openstack cloud computing
- suite. It re-implements the features of nova-volume, which it directly
- replaces.
+ Cinder is a block Storage-as-a-Service system for the OpenStack cloud
+ computing suite. It re-implements the features of Nova-volume, which it
directly replaces.
  .
- Cinder use LVM partitions of your volume servers in order to provide iSCSI
+ Cinder uses LVM partitions of your volume servers in order to provide iSCSI
  permanent block storage devices for your virtual machines running on Nova.
+ It also has back-end drivers for many hardware and software storage solutions
+ like Ceph, NFS, Net-APP, etc.
  .
  This package contains common files and configuration that are
  needed by all the daemon packages of Cinder.
@@ -141,14 +145,16 @@ Depends: adduser,
          ${ostack-lsb-base},
          ${python:Depends}
 Description: OpenStack block storage system - API server
- Cinder is a block storage as service system for the Openstack cloud computing
- suite. It re-implements the features of nova-volume, which it directly
- replaces.
+ Cinder is a block Storage-as-a-Service system for the OpenStack cloud
+ computing suite. It re-implements the features of Nova-volume, which it
directly replaces.
  .
- Cinder use LVM partitions of your volume servers in order to provide iSCSI
+ Cinder uses LVM partitions of your volume servers in order to provide iSCSI
  permanent block storage devices for your virtual machines running on Nova.
+ It also has back-end drivers for many hardware and software storage solutions
+ like Ceph, NFS, Net-APP, etc.
  .
- This package contains the API server on which client will connect.
+ This package contains the API server on which clients will connect.
 
 Package: cinder-volume
 Architecture: all
@@ -163,12 +169,14 @@ Depends: adduser,
          ${python:Depends}
 Suggests: ceph-common
 Description: OpenStack block storage system - Volume server
- Cinder is a block storage as service system for the Openstack cloud computing
- suite. It re-implements the features of nova-volume, which it directly
- replaces.
+ Cinder is a block Storage-as-a-Service system for the OpenStack cloud
+ computing suite. It re-implements the features of Nova-volume, which it
directly replaces.
  .
- Cinder use LVM partitions of your volume servers in order to provide iSCSI
+ Cinder uses LVM partitions of your volume servers in order to provide iSCSI
  permanent block storage devices for your virtual machines running on Nova.
+ It also has back-end drivers for many hardware and software storage solutions
+ like Ceph, NFS, Net-APP, etc.
  .
  This package contains the Volume server which will actually do the storage.
 
@@ -180,12 +188,14 @@ Depends: cinder-common (= ${binary:Version}),
          ${ostack-lsb-base},
          ${python:Depends}
 Description: OpenStack block storage system - Scheduler server
- Cinder is a block storage as service system for the Openstack cloud computing
- suite. It re-implements the features of nova-volume, which it directly
- replaces.
+ Cinder is a block Storage-as-a-Service system for the OpenStack cloud
+ computing suite. It re-implements the features of Nova-volume, which it
directly replaces.
  .
- Cinder use LVM partitions of your volume servers in order to provide iSCSI
+ Cinder uses LVM partitions of your volume servers in order to provide iSCSI
  permanent block storage devices for your virtual machines running on Nova.
+ It also has back-end drivers for many hardware and software storage solutions
+ like Ceph, NFS, Net-APP, etc.
  .
  This package contains the Scheduler server.
 
@@ -198,11 +208,13 @@ Depends: adduser,
          ${ostack-lsb-base},
          ${python:Depends}
 Description: OpenStack block storage system - Backup server
- Cinder is a block storage as service system for the Openstack cloud computing
- suite. It re-implements the features of nova-volume, which it directly
- replaces.
+ Cinder is a block Storage-as-a-Service system for the OpenStack cloud
+ computing suite. It re-implements the features of Nova-volume, which it
directly replaces.
  .
- Cinder use LVM partitions of your volume servers in order to provide iSCSI
+ Cinder uses LVM partitions of your volume servers in order to provide iSCSI
  permanent block storage devices for your virtual machines running on Nova.
+ It also has back-end drivers for many hardware and software storage solutions
+ like Ceph, NFS, Net-APP, etc.
  .
  This package contains the Cinder backup service.
index 5f4eea295bdee52ff235a5c18ac13b226190d1cd..7a9e2e03f313444a4108cf8cd011a57c64de3ec8 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: cinder 2013.1.2-4\n"
 "Report-Msgid-Bugs-To: cinder@packages.debian.org\n"
-"POT-Creation-Date: 2013-09-25 17:10+0800\n"
+"POT-Creation-Date: 2013-10-09 23:29+0800\n"
 "PO-Revision-Date: 2013-08-28 12:31+0200\n"
 "Last-Translator: Michal Simunek <michal.simunek@gmail.com>\n"
 "Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"
@@ -18,13 +18,13 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../cinder-common.templates:1001
-msgid "Start cinder services at boot?"
+#: ../cinder-common.templates:2001
+msgid "Start Cinder services at boot?"
 msgstr "Spouštět služby cinder při zavádění?"
 
 #. Type: boolean
 #. Description
-#: ../cinder-common.templates:1001
+#: ../cinder-common.templates:2001
 msgid ""
 "Please choose whether you want to start Cinder services when the machine is "
 "booted up."
@@ -34,28 +34,29 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../cinder-common.templates:2001
+#: ../cinder-common.templates:3001
 msgid "Set up a database for Cinder?"
 msgstr "Nastavit databázi pro Cinder?"
 
 #. Type: boolean
 #. Description
-#: ../cinder-common.templates:2001
+#: ../cinder-common.templates:3001
 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:"
+"No database has been set up for Cinder to use. Before continuing, you should "
+"make sure you have the following information:"
 msgstr ""
 "Nebyla nastavena žádná databáze k použití s Nova. Chcete-li ji nyní "
 "nastavit, ujistěte se prosím, že máte všechny potřebné údaje:"
 
 #. Type: boolean
 #. Description
-#: ../cinder-common.templates:2001
+#: ../cinder-common.templates:3001
 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."
+" * the type of database that you want to use;\n"
+" * the database server hostname (that server must allow TCP connections from "
+"this\n"
+"   machine);\n"
+" * a username and password to access the database."
 msgstr ""
 " * název hostitele databázového serveru (který musí přijímat TCP\n"
 "   spojení z tohoto počítače);\n"
@@ -64,77 +65,107 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../cinder-common.templates:2001
+#: ../cinder-common.templates:3001
 msgid ""
-"If you don't choose this option, no database will be set up and Cinder will "
-"use regular SQLite support."
+"If some of these requirements are missing, do not choose this option and run "
+"with regular SQLite support."
 msgstr ""
-"Pokud tuto volbu nezadáte, databáze nebude vytvořena a Cinder bude používat "
-"běžnou podporu SQLite."
 
 #. Type: boolean
 #. Description
-#: ../cinder-common.templates:2001
+#: ../cinder-common.templates:3001
 msgid ""
 "You can change this setting later on by running \"dpkg-reconfigure -plow "
-"cinder-common\"."
+"cinder\"."
 msgstr ""
 "Toto nastavení můžete později změnit spuštěním \"dpkg-reconfigure -plow "
 "cinder-common\"."
 
 #. Type: string
 #. Description
-#: ../cinder-common.templates:3001
-msgid "Auth server hostname:"
+#: ../cinder-common.templates:4001
+msgid "Authentication server hostname:"
 msgstr "Název hostitele autentizačního serveru:"
 
 #. Type: string
 #. Description
-#: ../cinder-common.templates:3001
+#: ../cinder-common.templates:4001
 msgid ""
-"Please specify the URL of your Cinder authentication server. Typically  this "
-"is also the URL 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 ""
 "Zadejte prosím URL autentizačního serveru pro Cinder. Většinou je to také "
 "URL OpenStack Identity Service (Keystone)."
 
 #. Type: string
 #. Description
-#: ../cinder-common.templates:4001
-msgid "Auth server tenant name:"
+#. 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 aside with your translation. Example for French:
+#. proprietaire ("tenant")
+#: ../cinder-common.templates:5001
+msgid "Authentication server tenant name:"
 msgstr "Název nájemce pro autentizační server:"
 
 #. 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 aside with your translation. Example for French:
+#. proprietaire ("tenant")
 #: ../cinder-common.templates:5001
-msgid "Auth server username:"
+msgid "Please specify the authentication server tenant name."
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../cinder-common.templates:6001
+msgid "Authentication server username:"
 msgstr "Uživatel autentizačního serveru:"
 
-#. Type: password
+#. Type: string
 #. Description
 #: ../cinder-common.templates:6001
-msgid "Auth server password:"
+msgid "Please specify the username to use with the authentication server."
+msgstr ""
+
+#. Type: password
+#. Description
+#: ../cinder-common.templates:7001
+msgid "Authentication server password:"
 msgstr "Heslo autentizačního serveru:"
 
-#. Type: string
+#. Type: password
 #. Description
 #: ../cinder-common.templates:7001
+msgid "Please specify the password to use with the authentication server."
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../cinder-common.templates:8001
 msgid "Cinder volume group:"
 msgstr "Skupina svazků pro Cinder:"
 
 #. Type: string
 #. Description
-#: ../cinder-common.templates:7001
+#: ../cinder-common.templates:8001
 msgid ""
-"Please specify the name of the LVM volume group (vg) on which Cinder will "
-"create partitions."
+"Please specify the name of the LVM volume group on which Cinder will create "
+"partitions."
 msgstr ""
 "Zadejte prosím název skupiny LVM svazků (vg), na které bude Cinder vytvářet "
 "oddíly."
 
 #. Type: string
 #. Description
-#: ../cinder-common.templates:8001
+#: ../cinder-common.templates:9001
 msgid "IP address of your RabbitMQ host:"
 msgstr ""
 
@@ -144,8 +175,8 @@ msgstr ""
 #. Description
 #. Type: password
 #. Description
-#: ../cinder-common.templates:8001 ../cinder-common.templates:9001
-#: ../cinder-common.templates:10001
+#: ../cinder-common.templates:9001 ../cinder-common.templates:10001
+#: ../cinder-common.templates:11001
 msgid ""
 "In order to interoperate with other components of OpenStack, this package "
 "needs to connect to a central RabbitMQ server."
@@ -153,47 +184,51 @@ msgstr ""
 
 #. Type: string
 #. Description
-#: ../cinder-common.templates:8001
+#: ../cinder-common.templates:9001
+#, fuzzy
+#| msgid "Please enter the IP address that will be used to contact Cinder."
 msgid "Please specify the IP address of that server."
 msgstr ""
+"Zadejte IP adresu, která se bude používat ke spojení s Cinder (např: IP "
+"adresa koncového bodu Cinder)."
 
 #. Type: string
 #. Description
-#: ../cinder-common.templates:9001
+#: ../cinder-common.templates:10001
 msgid "Username for connection to the RabbitMQ server:"
 msgstr ""
 
 #. Type: string
 #. Description
-#: ../cinder-common.templates:9001
+#: ../cinder-common.templates:10001
 msgid "Please specify the username used to connect to the RabbitMQ server."
 msgstr ""
 
 #. Type: password
 #. Description
-#: ../cinder-common.templates:10001
+#: ../cinder-common.templates:11001
 msgid "Password for connection to the RabbitMQ server:"
 msgstr ""
 
 #. Type: password
 #. Description
-#: ../cinder-common.templates:10001
+#: ../cinder-common.templates:11001
 msgid "Please specify the password used to connect to the RabbitMQ server."
 msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../cinder-api.templates:1001
-msgid "Register Cinder in the keystone endpoint catalog?"
+#: ../cinder-api.templates:2001
+msgid "Register Cinder in the Keystone endpoint catalog?"
 msgstr "Zaregistrovat Cinder v katalogu koncových bodů keystone?"
 
 #. Type: boolean
 #. Description
-#: ../cinder-api.templates:1001
+#: ../cinder-api.templates:2001
 msgid ""
-"Each Openstack services (each API) should be registered in order to be "
+"Each OpenStack service (each API) should be registered in order to be "
 "accessible. This is done using \"keystone service-create\" and \"keystone "
-"endpoint-create\". Select if you want to run these commands now."
+"endpoint-create\". This can be done automatically now."
 msgstr ""
 "Aby byla každá služba Openstack (každé API) přístupná, musí být "
 "zaregistrována. To se provádí pomocí příkazů \"keystone service-create\" a "
@@ -202,65 +237,63 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../cinder-api.templates:1001
+#: ../cinder-api.templates:2001
 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 authentication token."
 msgstr ""
 "Berte na vědomí, že musíte mít běžící server keystone, na který se lze "
 "připojit pomocí ověřovacího klíče pro Keystone."
 
 #. Type: string
 #. Description
-#: ../cinder-api.templates:2001
-msgid "Keystone IP address:"
+#: ../cinder-api.templates:3001
+msgid "Keystone server IP address:"
 msgstr "IP adresa serveru keystone:"
 
 #. Type: string
 #. Description
-#: ../cinder-api.templates:2001
+#: ../cinder-api.templates:3001
 msgid ""
-"Enter the IP address of your keystone server, so that cinder-api can contact "
-"Keystone to do the Cinder service and endpoint creation."
+"Please enter the IP address of the Keystone server, so that cinder-api can "
+"contact Keystone to do the Cinder service and endpoint creation."
 msgstr ""
 "Zadejte IP adresu serveru keystone, aby se mohlo cinder-api spojit s "
 "Keystone a provozovat službu Cinder a vytvářet koncové body."
 
 #. Type: password
 #. Description
-#: ../cinder-api.templates:3001
-msgid "Keystone Auth Token:"
+#: ../cinder-api.templates:4001
+msgid "Keystone authentication token:"
 msgstr "Autentizační klíč pro Keystone:"
 
 #. Type: password
 #. Description
-#: ../cinder-api.templates:3001
+#: ../cinder-api.templates:4001
 msgid ""
-"To configure its endpoint in Keystone, cinder-api needs the Keystone auth "
-"token."
+"To configure its endpoint in Keystone, cinder-api needs the Keystone "
+"authentication token."
 msgstr ""
 "Aby mohlo cinder-api nastavit v Keystone svůj koncový bod, potřebuje "
 "autentizační klíč pro Keystone."
 
 #. Type: string
 #. Description
-#: ../cinder-api.templates:4001
+#: ../cinder-api.templates:5001
 msgid "Cinder endpoint IP address:"
 msgstr "IP adresa koncového bodu Cinder:"
 
 #. Type: string
 #. Description
-#: ../cinder-api.templates:4001
-msgid ""
-"Enter the IP address that will be used to contact Cinder (eg: the Cinder "
-"endpoint IP address)."
+#: ../cinder-api.templates:5001
+msgid "Please enter the IP address that will be used to contact Cinder."
 msgstr ""
 "Zadejte IP adresu, která se bude používat ke spojení s Cinder (např: IP "
 "adresa koncového bodu Cinder)."
 
 #. Type: string
 #. Description
-#: ../cinder-api.templates:4001
+#: ../cinder-api.templates:5001
 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 "
@@ -272,17 +305,17 @@ msgstr ""
 
 #. Type: string
 #. Description
-#: ../cinder-api.templates:5001
+#: ../cinder-api.templates:6001
 msgid "Name of the region to register:"
 msgstr "Název registrované oblasti:"
 
 #. Type: string
 #. Description
-#: ../cinder-api.templates:5001
+#: ../cinder-api.templates:6001
 msgid ""
-"Openstack can be used using availability zones, with each region "
-"representing a location. Please enter the zone that you wish to use when "
-"registering the endpoint."
+"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 lze využívat pomocí oblastí dostupnosti, přičemž každá oblast "
 "představuje místo. Zadejte prosím oblast, kterou chcete použít při "
index ebea8856f036d68f56b94cefa1ac7cf87e673b4a..b195eda48970887e349953340dcf7f63beba70e5 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: cinder\n"
 "Report-Msgid-Bugs-To: cinder@packages.debian.org\n"
-"POT-Creation-Date: 2013-09-25 17:10+0800\n"
+"POT-Creation-Date: 2013-10-09 23:29+0800\n"
 "PO-Revision-Date: 2013-09-09 12:42+0000\n"
 "Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
 "Language-Team: Danish <debian-l10n-danish@lists.debian.org>\n"
@@ -18,15 +18,13 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../cinder-common.templates:1001
-#, fuzzy
-#| msgid "Start Cinder services at boot?"
-msgid "Start cinder services at boot?"
+#: ../cinder-common.templates:2001
+msgid "Start Cinder services at boot?"
 msgstr "Start Cindertjenester ved opstart?"
 
 #. Type: boolean
 #. Description
-#: ../cinder-common.templates:1001
+#: ../cinder-common.templates:2001
 msgid ""
 "Please choose whether you want to start Cinder services when the machine is "
 "booted up."
@@ -36,39 +34,29 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../cinder-common.templates:2001
+#: ../cinder-common.templates:3001
 msgid "Set up a database for Cinder?"
 msgstr "Opsæt en database for Cinder?"
 
 #. Type: boolean
 #. Description
-#: ../cinder-common.templates:2001
-#, fuzzy
-#| msgid ""
-#| "No database has been set up for Cinder to use. Before continuing, you "
-#| "should make sure you have the following information:"
+#: ../cinder-common.templates:3001
 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:"
+"No database has been set up for Cinder to use. Before continuing, you should "
+"make sure you have the following information:"
 msgstr ""
 "Der er ikke opsat en database for Cinder. Hvis du ønsker at opsætte en nu så "
 "sikr dig, at du har den følgende information:"
 
 #. Type: boolean
 #. Description
-#: ../cinder-common.templates:2001
-#, fuzzy
-#| msgid ""
-#| " * the type of database that you want to use;\n"
-#| " * the database server hostname (that server must allow TCP connections "
-#| "from this\n"
-#| "   machine);\n"
-#| " * a username and password to access the database."
+#: ../cinder-common.templates:3001
 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."
+" * the type of database that you want to use;\n"
+" * the database server hostname (that server must allow TCP connections from "
+"this\n"
+"   machine);\n"
+" * a username and password to access the database."
 msgstr ""
 " * typen af database du ønsker at bruge\n"
 " * værtsnavnet for databaseserveren (som skal tillade TCP-\n"
@@ -77,95 +65,109 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../cinder-common.templates:2001
+#: ../cinder-common.templates:3001
 msgid ""
-"If you don't choose this option, no database will be set up and Cinder will "
-"use regular SQLite support."
+"If some of these requirements are missing, do not choose this option and run "
+"with regular SQLite support."
 msgstr ""
+"Hvis nogle af disse krav mangler, så vælg ikke denne indstilling og kør med "
+"normal SQLite-understøttelse."
 
 #. Type: boolean
 #. Description
-#: ../cinder-common.templates:2001
-#, fuzzy
-#| msgid ""
-#| "You can change this setting later on by running \"dpkg-reconfigure -plow "
-#| "cinder\"."
+#: ../cinder-common.templates:3001
 msgid ""
 "You can change this setting later on by running \"dpkg-reconfigure -plow "
-"cinder-common\"."
+"cinder\"."
 msgstr ""
 "Du kan ændre denne indstilling senere ved at køre »dpkg-reconfigure -plow "
 "cinder«."
 
 #. Type: string
 #. Description
-#: ../cinder-common.templates:3001
-#, fuzzy
-#| msgid "Authentication server hostname:"
-msgid "Auth server hostname:"
+#: ../cinder-common.templates:4001
+msgid "Authentication server hostname:"
 msgstr "Værtsnavn for godkendelsesserver:"
 
 #. Type: string
 #. Description
-#: ../cinder-common.templates:3001
-#, fuzzy
-#| msgid ""
-#| "Please specify the hostname of the authentication server. Typically this "
-#| "is also the hostname of the OpenStack Identity Service (Keystone)."
+#: ../cinder-common.templates:4001
 msgid ""
-"Please specify the URL of your Cinder authentication server. Typically  this "
-"is also the URL 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 ""
 "Angiv venligst værtsnavnet for godkendelsesserveren. Typisk er dette også "
 "værtsnavnet for OpenStack Identity Service (Keystone)."
 
 #. Type: string
 #. Description
-#: ../cinder-common.templates:4001
-#, fuzzy
-#| msgid "Authentication server tenant name:"
-msgid "Auth server tenant name:"
+#. 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 aside with your translation. Example for French:
+#. proprietaire ("tenant")
+#: ../cinder-common.templates:5001
+msgid "Authentication server tenant name:"
 msgstr "Tenantnavn for godkendelsesserver:"
 
 #. 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 aside with your translation. Example for French:
+#. proprietaire ("tenant")
 #: ../cinder-common.templates:5001
-#, fuzzy
-#| msgid "Authentication server username:"
-msgid "Auth server username:"
+msgid "Please specify the authentication server tenant name."
+msgstr "Angiv venligst tenantnavn for godkendelseserveren."
+
+#. Type: string
+#. Description
+#: ../cinder-common.templates:6001
+msgid "Authentication server username:"
 msgstr "Brugernavn for godkendelsesserver:"
 
-#. Type: password
+#. Type: string
 #. Description
 #: ../cinder-common.templates:6001
-#, fuzzy
-#| msgid "Authentication server password:"
-msgid "Auth server password:"
+msgid "Please specify the username to use with the authentication server."
+msgstr "Angiv venligst brugernavnet der skal bruges med godkendelseserveren."
+
+#. Type: password
+#. Description
+#: ../cinder-common.templates:7001
+msgid "Authentication server password:"
 msgstr "Adgangskode for godkendelsesserver:"
 
-#. Type: string
+#. Type: password
 #. Description
 #: ../cinder-common.templates:7001
+msgid "Please specify the password to use with the authentication server."
+msgstr "Angiv venligt adgangskoden til brug med godkendelsesserveren."
+
+#. Type: string
+#. Description
+#: ../cinder-common.templates:8001
 msgid "Cinder volume group:"
 msgstr "Cinder-diskenhedsgruppe:"
 
 #. Type: string
 #. Description
-#: ../cinder-common.templates:7001
-#, fuzzy
-#| msgid ""
-#| "Please specify the name of the LVM volume group on which Cinder will "
-#| "create partitions."
+#: ../cinder-common.templates:8001
 msgid ""
-"Please specify the name of the LVM volume group (vg) on which Cinder will "
-"create partitions."
+"Please specify the name of the LVM volume group on which Cinder will create "
+"partitions."
 msgstr ""
 "Angiv venligst navnet for LVM-diskenhedsgruppen hvor Cinder vil oprette "
 "partitioner."
 
 #. Type: string
 #. Description
-#: ../cinder-common.templates:8001
+#: ../cinder-common.templates:9001
 msgid "IP address of your RabbitMQ host:"
 msgstr ""
 
@@ -175,8 +177,8 @@ msgstr ""
 #. Description
 #. Type: password
 #. Description
-#: ../cinder-common.templates:8001 ../cinder-common.templates:9001
-#: ../cinder-common.templates:10001
+#: ../cinder-common.templates:9001 ../cinder-common.templates:10001
+#: ../cinder-common.templates:11001
 msgid ""
 "In order to interoperate with other components of OpenStack, this package "
 "needs to connect to a central RabbitMQ server."
@@ -184,7 +186,7 @@ msgstr ""
 
 #. Type: string
 #. Description
-#: ../cinder-common.templates:8001
+#: ../cinder-common.templates:9001
 #, fuzzy
 #| msgid "Please specify the password to use with the authentication server."
 msgid "Please specify the IP address of that server."
@@ -192,13 +194,13 @@ msgstr "Angiv venligt adgangskoden til brug med godkendelsesserveren."
 
 #. Type: string
 #. Description
-#: ../cinder-common.templates:9001
+#: ../cinder-common.templates:10001
 msgid "Username for connection to the RabbitMQ server:"
 msgstr ""
 
 #. Type: string
 #. Description
-#: ../cinder-common.templates:9001
+#: ../cinder-common.templates:10001
 #, fuzzy
 #| msgid "Please specify the username to use with the authentication server."
 msgid "Please specify the username used to connect to the RabbitMQ server."
@@ -206,13 +208,13 @@ msgstr "Angiv venligst brugernavnet der skal bruges med godkendelseserveren."
 
 #. Type: password
 #. Description
-#: ../cinder-common.templates:10001
+#: ../cinder-common.templates:11001
 msgid "Password for connection to the RabbitMQ server:"
 msgstr ""
 
 #. Type: password
 #. Description
-#: ../cinder-common.templates:10001
+#: ../cinder-common.templates:11001
 #, fuzzy
 #| msgid "Please specify the password to use with the authentication server."
 msgid "Please specify the password used to connect to the RabbitMQ server."
@@ -220,24 +222,17 @@ msgstr "Angiv venligt adgangskoden til brug med godkendelsesserveren."
 
 #. Type: boolean
 #. Description
-#: ../cinder-api.templates:1001
-#, fuzzy
-#| msgid "Register Cinder in the Keystone endpoint catalog?"
-msgid "Register Cinder in the keystone endpoint catalog?"
+#: ../cinder-api.templates:2001
+msgid "Register Cinder in the Keystone endpoint catalog?"
 msgstr "Registrer Cinder i Keystones slutpunktskatalog?"
 
 #. Type: boolean
 #. Description
-#: ../cinder-api.templates:1001
-#, fuzzy
-#| 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."
+#: ../cinder-api.templates:2001
 msgid ""
-"Each Openstack services (each API) should be registered in order to be "
+"Each OpenStack service (each API) should be registered in order to be "
 "accessible. This is done using \"keystone service-create\" and \"keystone "
-"endpoint-create\". Select if you want to run these commands now."
+"endpoint-create\". This can be done automatically now."
 msgstr ""
 "Hver OpenStack-tjeneste (hver API) skal registreres for at være tilgængelig. "
 "Dette gøres med »keystone service-create« og »keystone endpoint-create«. "
@@ -245,81 +240,61 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../cinder-api.templates:1001
-#, fuzzy
-#| msgid ""
-#| "Note that you will need to have an up and running Keystone server on "
-#| "which to connect using the Keystone authentication token."
+#: ../cinder-api.templates:2001
 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 authentication token."
 msgstr ""
 "Bemærk at du skal have en op og kørende Keystoneserver, som du kan forbinde "
 "til med Keystones godkendelsessymbol."
 
 #. Type: string
 #. Description
-#: ../cinder-api.templates:2001
-#, fuzzy
-#| msgid "Keystone server IP address:"
-msgid "Keystone IP address:"
+#: ../cinder-api.templates:3001
+msgid "Keystone server IP address:"
 msgstr "IP-adresse for Keystoneserver:"
 
 #. Type: string
 #. Description
-#: ../cinder-api.templates:2001
-#, fuzzy
-#| msgid ""
-#| "Please enter the IP address of the Keystone server, so that cinder-api "
-#| "can contact Keystone to do the Cinder service and endpoint creation."
+#: ../cinder-api.templates:3001
 msgid ""
-"Enter the IP address of your keystone server, so that cinder-api can contact "
-"Keystone to do the Cinder service and endpoint creation."
+"Please enter the IP address of the Keystone server, so that cinder-api can "
+"contact Keystone to do the Cinder service and endpoint creation."
 msgstr ""
 "Indtast IP-adressen for din Keystoneserver, så at cinder-api kan kontakte "
 "Keystone for at udføre Cindertjenesten og slutpunktsoprettelse."
 
 #. Type: password
 #. Description
-#: ../cinder-api.templates:3001
-#, fuzzy
-#| msgid "Keystone authentication token:"
-msgid "Keystone Auth Token:"
+#: ../cinder-api.templates:4001
+msgid "Keystone authentication token:"
 msgstr "Godkendelsessymbol for Keystone:"
 
 #. Type: password
 #. Description
-#: ../cinder-api.templates:3001
-#, fuzzy
-#| msgid ""
-#| "To configure its endpoint in Keystone, cinder-api needs the Keystone "
-#| "authentication token."
+#: ../cinder-api.templates:4001
 msgid ""
-"To configure its endpoint in Keystone, cinder-api needs the Keystone auth "
-"token."
+"To configure its endpoint in Keystone, cinder-api needs the Keystone "
+"authentication token."
 msgstr ""
 "For at konfigurere sit slutpunkt i Keystone skal cinder-api bruge Keystones "
 "godkendelsessymbol."
 
 #. Type: string
 #. Description
-#: ../cinder-api.templates:4001
+#: ../cinder-api.templates:5001
 msgid "Cinder endpoint IP address:"
 msgstr "IP-adresse for Cinderslutpunkt:"
 
 #. Type: string
 #. Description
-#: ../cinder-api.templates:4001
-#, fuzzy
-#| msgid "Please enter the IP address that will be used to contact Cinder."
-msgid ""
-"Enter the IP address that will be used to contact Cinder (eg: the Cinder "
-"endpoint IP address)."
+#: ../cinder-api.templates:5001
+msgid "Please enter the IP address that will be used to contact Cinder."
 msgstr "Indtast IP-adressen som vil blive brugt til at kontakter Cinder."
 
 #. Type: string
 #. Description
-#: ../cinder-api.templates:4001
+#: ../cinder-api.templates:5001
 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 "
@@ -331,33 +306,18 @@ msgstr ""
 
 #. Type: string
 #. Description
-#: ../cinder-api.templates:5001
+#: ../cinder-api.templates:6001
 msgid "Name of the region to register:"
 msgstr "Navn på regionen der skal registreres:"
 
 #. Type: string
 #. Description
-#: ../cinder-api.templates:5001
-#, fuzzy
-#| 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."
+#: ../cinder-api.templates:6001
 msgid ""
-"Openstack can be used using availability zones, with each region "
-"representing a location. Please enter the zone that you wish to use when "
-"registering the endpoint."
+"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 understøtter at bruge tilgængelighedszoner, hvor hver region "
 "repræsenterer et sted. Indtast venligst zonen, som du ønsker at bruge, når "
 "du registrerer slutpunktet."
-
-#~ msgid ""
-#~ "If some of these requirements are missing, do not choose this option and "
-#~ "run with regular SQLite support."
-#~ msgstr ""
-#~ "Hvis nogle af disse krav mangler, så vælg ikke denne indstilling og kør "
-#~ "med normal SQLite-understøttelse."
-
-#~ msgid "Please specify the authentication server tenant name."
-#~ msgstr "Angiv venligst tenantnavn for godkendelseserveren."
index dd1bd5df4db7da765ab16164f85233e3e24cb4ba..fc2d3b6a806a7a9d73838aa158a77ce53822bf4c 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: cinder\n"
 "Report-Msgid-Bugs-To: cinder@packages.debian.org\n"
-"POT-Creation-Date: 2013-09-25 17:10+0800\n"
+"POT-Creation-Date: 2013-10-09 23:29+0800\n"
 "PO-Revision-Date: 2013-09-02 17:12+0100\n"
 "Last-Translator: Julien Patriarca <leatherface@debian.org>\n"
 "Language-Team: FRENCH <debian-l10n-french@lists.debian.org>\n"
@@ -19,15 +19,13 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../cinder-common.templates:1001
-#, fuzzy
-#| msgid "Start Cinder services at boot?"
-msgid "Start cinder services at boot?"
+#: ../cinder-common.templates:2001
+msgid "Start Cinder services at boot?"
 msgstr "Démarrer les services Cinder au lancement du système ?"
 
 #. Type: boolean
 #. Description
-#: ../cinder-common.templates:1001
+#: ../cinder-common.templates:2001
 msgid ""
 "Please choose whether you want to start Cinder services when the machine is "
 "booted up."
@@ -37,39 +35,29 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../cinder-common.templates:2001
+#: ../cinder-common.templates:3001
 msgid "Set up a database for Cinder?"
 msgstr "Installer une base de données pour Cinder ?"
 
 #. Type: boolean
 #. Description
-#: ../cinder-common.templates:2001
-#, fuzzy
-#| msgid ""
-#| "No database has been set up for Cinder to use. Before continuing, you "
-#| "should make sure you have the following information:"
+#: ../cinder-common.templates:3001
 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:"
+"No database has been set up for Cinder to use. Before continuing, you should "
+"make sure you have the following information:"
 msgstr ""
 "Aucune base de données n'a été intallée pour Cinder. Si vous voulez en "
 "installer une maintenant, assurez-vous d'avoir les informations suivantes :"
 
 #. Type: boolean
 #. Description
-#: ../cinder-common.templates:2001
-#, fuzzy
-#| msgid ""
-#| " * the type of database that you want to use;\n"
-#| " * the database server hostname (that server must allow TCP connections "
-#| "from this\n"
-#| "   machine);\n"
-#| " * a username and password to access the database."
+#: ../cinder-common.templates:3001
 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."
+" * the type of database that you want to use;\n"
+" * the database server hostname (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 (ce serveur doit accepter les "
@@ -80,46 +68,36 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../cinder-common.templates:2001
+#: ../cinder-common.templates:3001
 msgid ""
-"If you don't choose this option, no database will be set up and Cinder will "
-"use regular SQLite support."
+"If some of these requirements are missing, do not choose this option and run "
+"with regular SQLite support."
 msgstr ""
-"Si vous ne choisissez pas cette option, aucune base de données ne sera "
-"installée et Cinder utilisera le support SQLite normal."
+"Si certains de ces prérequis sont manquants, ignorer cette option et "
+"exécuter l'application avec le support sqlite normal."
 
 #. Type: boolean
 #. Description
-#: ../cinder-common.templates:2001
-#, fuzzy
-#| msgid ""
-#| "You can change this setting later on by running \"dpkg-reconfigure -plow "
-#| "cinder\"."
+#: ../cinder-common.templates:3001
 msgid ""
 "You can change this setting later on by running \"dpkg-reconfigure -plow "
-"cinder-common\"."
+"cinder\"."
 msgstr ""
 "Vous pouvez modifier ce réglage plus tard en lançant « dpkg-reconfigure -"
 "plow cinder-common »."
 
 #. Type: string
 #. Description
-#: ../cinder-common.templates:3001
-#, fuzzy
-#| msgid "Authentication server hostname:"
-msgid "Auth server hostname:"
+#: ../cinder-common.templates:4001
+msgid "Authentication server hostname:"
 msgstr "Nom d'hôte du serveur d'authentification : "
 
 #. Type: string
 #. Description
-#: ../cinder-common.templates:3001
-#, fuzzy
-#| msgid ""
-#| "Please specify the hostname of the authentication server. Typically this "
-#| "is also the hostname of the OpenStack Identity Service (Keystone)."
+#: ../cinder-common.templates:4001
 msgid ""
-"Please specify the URL of your Cinder authentication server. Typically  this "
-"is also the URL 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 le nom d'hôte de votre serveur d'authentification Cinder. "
 "Typiquement, c'est également le nom d'hôte de votre Service d'Identité "
@@ -127,51 +105,79 @@ msgstr ""
 
 #. Type: string
 #. Description
-#: ../cinder-common.templates:4001
-#, fuzzy
-#| msgid "Authentication server tenant name:"
-msgid "Auth server tenant name:"
+#. 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 aside with your translation. Example for French:
+#. proprietaire ("tenant")
+#: ../cinder-common.templates:5001
+msgid "Authentication server tenant name:"
 msgstr "Nom d'espace client du serveur d'authentification :"
 
 #. 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 aside with your translation. Example for French:
+#. proprietaire ("tenant")
 #: ../cinder-common.templates:5001
-#, fuzzy
-#| msgid "Authentication server username:"
-msgid "Auth server username:"
+msgid "Please specify the authentication server tenant name."
+msgstr ""
+"Veuillez indiquer le serveur d'authentification pour le nom de l'espace "
+"client."
+
+#. Type: string
+#. Description
+#: ../cinder-common.templates:6001
+msgid "Authentication server username:"
 msgstr "Nom d'utilisateur du serveur d'authentification : "
 
-#. Type: password
+#. Type: string
 #. Description
 #: ../cinder-common.templates:6001
-#, fuzzy
-#| msgid "Authentication server password:"
-msgid "Auth server password:"
+msgid "Please specify the username to use with the authentication server."
+msgstr ""
+"Veuillez indiquer le nom d'utilisateur à utiliser sur le serveur "
+"d'authentification."
+
+#. Type: password
+#. Description
+#: ../cinder-common.templates:7001
+msgid "Authentication server password:"
 msgstr "Mot de passe du serveur d'authentification : "
 
-#. Type: string
+#. Type: password
 #. Description
 #: ../cinder-common.templates:7001
+msgid "Please specify the password to use with the authentication server."
+msgstr ""
+"Veuillez indiquer le mot de passe à utiliser sur le serveur "
+"d'authentification."
+
+#. Type: string
+#. Description
+#: ../cinder-common.templates:8001
 msgid "Cinder volume group:"
 msgstr "Groupe de volume Cinder : "
 
 #. Type: string
 #. Description
-#: ../cinder-common.templates:7001
-#, fuzzy
-#| msgid ""
-#| "Please specify the name of the LVM volume group on which Cinder will "
-#| "create partitions."
+#: ../cinder-common.templates:8001
 msgid ""
-"Please specify the name of the LVM volume group (vg) on which Cinder will "
-"create partitions."
+"Please specify the name of the LVM volume group on which Cinder will create "
+"partitions."
 msgstr ""
 "Veuillez indiquer le nom du groupe de volume LVM  sur lequel Cinder créera "
 "les partitions."
 
 #. Type: string
 #. Description
-#: ../cinder-common.templates:8001
+#: ../cinder-common.templates:9001
 msgid "IP address of your RabbitMQ host:"
 msgstr ""
 
@@ -181,8 +187,8 @@ msgstr ""
 #. Description
 #. Type: password
 #. Description
-#: ../cinder-common.templates:8001 ../cinder-common.templates:9001
-#: ../cinder-common.templates:10001
+#: ../cinder-common.templates:9001 ../cinder-common.templates:10001
+#: ../cinder-common.templates:11001
 msgid ""
 "In order to interoperate with other components of OpenStack, this package "
 "needs to connect to a central RabbitMQ server."
@@ -190,7 +196,7 @@ msgstr ""
 
 #. Type: string
 #. Description
-#: ../cinder-common.templates:8001
+#: ../cinder-common.templates:9001
 #, fuzzy
 #| msgid "Please specify the password to use with the authentication server."
 msgid "Please specify the IP address of that server."
@@ -200,13 +206,13 @@ msgstr ""
 
 #. Type: string
 #. Description
-#: ../cinder-common.templates:9001
+#: ../cinder-common.templates:10001
 msgid "Username for connection to the RabbitMQ server:"
 msgstr ""
 
 #. Type: string
 #. Description
-#: ../cinder-common.templates:9001
+#: ../cinder-common.templates:10001
 #, fuzzy
 #| msgid "Please specify the username to use with the authentication server."
 msgid "Please specify the username used to connect to the RabbitMQ server."
@@ -216,13 +222,13 @@ msgstr ""
 
 #. Type: password
 #. Description
-#: ../cinder-common.templates:10001
+#: ../cinder-common.templates:11001
 msgid "Password for connection to the RabbitMQ server:"
 msgstr ""
 
 #. Type: password
 #. Description
-#: ../cinder-common.templates:10001
+#: ../cinder-common.templates:11001
 #, fuzzy
 #| msgid "Please specify the password to use with the authentication server."
 msgid "Please specify the password used to connect to the RabbitMQ server."
@@ -232,24 +238,17 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../cinder-api.templates:1001
-#, fuzzy
-#| msgid "Register Cinder in the Keystone endpoint catalog?"
-msgid "Register Cinder in the keystone endpoint catalog?"
+#: ../cinder-api.templates:2001
+msgid "Register Cinder in the Keystone endpoint catalog?"
 msgstr "Enregistrer Cinder dans le catalogue de points d'accès Keystone ?"
 
 #. Type: boolean
 #. Description
-#: ../cinder-api.templates:1001
-#, fuzzy
-#| 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."
+#: ../cinder-api.templates:2001
 msgid ""
-"Each Openstack services (each API) should be registered in order to be "
+"Each OpenStack service (each API) should be registered in order to be "
 "accessible. This is done using \"keystone service-create\" and \"keystone "
-"endpoint-create\". Select if you want to run these commands now."
+"endpoint-create\". This can be done automatically now."
 msgstr ""
 "Chaque service OpenStack (chaque API) doit être enregistré pour être "
 "accessible. Ceci peut être fait en utilisant « keystone service-create » et "
@@ -258,36 +257,26 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../cinder-api.templates:1001
-#, fuzzy
-#| msgid ""
-#| "Note that you will need to have an up and running Keystone server on "
-#| "which to connect using the Keystone authentication token."
+#: ../cinder-api.templates:2001
 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 authentication token."
 msgstr ""
 "Veuillez noter que vous aurez besoin d'avoir un serveur Keystone fonctionnel "
 "sur lequel se connecter pour utiliser le jeton d'authentification Keystone."
 
 #. Type: string
 #. Description
-#: ../cinder-api.templates:2001
-#, fuzzy
-#| msgid "Keystone server IP address:"
-msgid "Keystone IP address:"
+#: ../cinder-api.templates:3001
+msgid "Keystone server IP address:"
 msgstr "Adresse IP du serveur Keystone : "
 
 #. Type: string
 #. Description
-#: ../cinder-api.templates:2001
-#, fuzzy
-#| msgid ""
-#| "Please enter the IP address of the Keystone server, so that cinder-api "
-#| "can contact Keystone to do the Cinder service and endpoint creation."
+#: ../cinder-api.templates:3001
 msgid ""
-"Enter the IP address of your keystone server, so that cinder-api can contact "
-"Keystone to do the Cinder service and endpoint creation."
+"Please enter the IP address of the Keystone server, so that cinder-api can "
+"contact Keystone to do the Cinder service and endpoint creation."
 msgstr ""
 "Veuillez indiquer l'adresse IP du serveur Keystone, pour que l'api cinder "
 "puisse contacter Keystone pour établir le service Cinder ainsi que la "
@@ -295,46 +284,36 @@ msgstr ""
 
 #. Type: password
 #. Description
-#: ../cinder-api.templates:3001
-#, fuzzy
-#| msgid "Keystone authentication token:"
-msgid "Keystone Auth Token:"
+#: ../cinder-api.templates:4001
+msgid "Keystone authentication token:"
 msgstr "Jeton d'authentification Keystone : "
 
 #. Type: password
 #. Description
-#: ../cinder-api.templates:3001
-#, fuzzy
-#| msgid ""
-#| "To configure its endpoint in Keystone, cinder-api needs the Keystone "
-#| "authentication token."
+#: ../cinder-api.templates:4001
 msgid ""
-"To configure its endpoint in Keystone, cinder-api needs the Keystone auth "
-"token."
+"To configure its endpoint in Keystone, cinder-api needs the Keystone "
+"authentication token."
 msgstr ""
 "Pour configurer son point d'accès dans Keystone, l'api de cinder a besoin du "
 "jeton d'authentification Keystone."
 
 #. Type: string
 #. Description
-#: ../cinder-api.templates:4001
+#: ../cinder-api.templates:5001
 msgid "Cinder endpoint IP address:"
 msgstr "Adresse IP du point d'accès Cinder : "
 
 #. Type: string
 #. Description
-#: ../cinder-api.templates:4001
-#, fuzzy
-#| msgid "Please enter the IP address that will be used to contact Cinder."
-msgid ""
-"Enter the IP address that will be used to contact Cinder (eg: the Cinder "
-"endpoint IP address)."
+#: ../cinder-api.templates:5001
+msgid "Please enter the IP address that will be used to contact Cinder."
 msgstr ""
 "Veuillez indiquer l'adresse IP qui sera utilisée pour contacter Cinder."
 
 #. Type: string
 #. Description
-#: ../cinder-api.templates:4001
+#: ../cinder-api.templates:5001
 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 "
@@ -346,35 +325,25 @@ msgstr ""
 
 #. Type: string
 #. Description
-#: ../cinder-api.templates:5001
+#: ../cinder-api.templates:6001
 msgid "Name of the region to register:"
 msgstr "Nom de la région à enregistrer : "
 
 #. Type: string
 #. Description
-#: ../cinder-api.templates:5001
-#, fuzzy
-#| 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."
+#: ../cinder-api.templates:6001
 msgid ""
-"Openstack can be used using availability zones, with each region "
-"representing a location. Please enter the zone that you wish to use when "
-"registering the endpoint."
+"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 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."
 
 #~ 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, ignorer cette option et "
-#~ "exécuter l'application avec le support sqlite normal."
-
-#~ msgid "Please specify the authentication server tenant name."
+#~ "If you don't choose this option, no database will be set up and Cinder "
+#~ "will use regular SQLite support."
 #~ msgstr ""
-#~ "Veuillez indiquer le serveur d'authentification pour le nom de l'espace "
-#~ "client."
+#~ "Si vous ne choisissez pas cette option, aucune base de données ne sera "
+#~ "installée et Cinder utilisera le support SQLite normal."
index 59d1675a3484e2e587c310de96230314594b01ff..4dc0dd8cc9e5d690bd66dd1c598a172e786e7d71 100644 (file)
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: cinder\n"
 "Report-Msgid-Bugs-To: cinder@packages.debian.org\n"
-"POT-Creation-Date: 2013-09-25 17:10+0800\n"
+"POT-Creation-Date: 2013-10-09 23:29+0800\n"
 "PO-Revision-Date: 2013-06-09 15:40+0200\n"
 "Last-Translator: Beatrice Torracca <beatricet@libero.it>\n"
 "Language-Team: Italian <debian-l10n-italian@lists.debian.org>\n"
@@ -19,13 +19,13 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../cinder-common.templates:1001
-msgid "Start cinder services at boot?"
+#: ../cinder-common.templates:2001
+msgid "Start Cinder services at boot?"
 msgstr "Far partire i servizi cinder all'avvio?"
 
 #. Type: boolean
 #. Description
-#: ../cinder-common.templates:1001
+#: ../cinder-common.templates:2001
 msgid ""
 "Please choose whether you want to start Cinder services when the machine is "
 "booted up."
@@ -33,16 +33,16 @@ msgstr "Scegliere se far partire i servizi Cinder all'avvio della macchina."
 
 #. Type: boolean
 #. Description
-#: ../cinder-common.templates:2001
+#: ../cinder-common.templates:3001
 msgid "Set up a database for Cinder?"
 msgstr "Impostare un database per Cinder?"
 
 #. Type: boolean
 #. Description
-#: ../cinder-common.templates:2001
+#: ../cinder-common.templates:3001
 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:"
+"No database has been set up for Cinder to use. Before continuing, you should "
+"make sure you have the following information:"
 msgstr ""
 "Non è stato impostato alcun database per l'uso da parte di Cinder. Se si "
 "desidera impostarne uno ora assicurarsi di avere tutte le informazioni "
@@ -50,12 +50,13 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../cinder-common.templates:2001
+#: ../cinder-common.templates:3001
 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."
+" * the type of database that you want to use;\n"
+" * the database server hostname (that server must allow TCP connections from "
+"this\n"
+"   machine);\n"
+" * a username and password to access the database."
 msgstr ""
 " * il nome host del server di database (che deve permettere le connessioni\n"
 "   TCP da questa macchina);\n"
@@ -64,77 +65,107 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../cinder-common.templates:2001
+#: ../cinder-common.templates:3001
 msgid ""
-"If you don't choose this option, no database will be set up and Cinder will "
-"use regular SQLite support."
+"If some of these requirements are missing, do not choose this option and run "
+"with regular SQLite support."
 msgstr ""
-"Se non si sceglie questa opzione, non verrà impostato alcun database e "
-"Cinder userà il regolare supporto SQLite."
 
 #. Type: boolean
 #. Description
-#: ../cinder-common.templates:2001
+#: ../cinder-common.templates:3001
 msgid ""
 "You can change this setting later on by running \"dpkg-reconfigure -plow "
-"cinder-common\"."
+"cinder\"."
 msgstr ""
 "È possibile cambiare questa impostazione successivamente eseguendo «dpkg-"
 "reconfigure -plow cinder-common»."
 
 #. Type: string
 #. Description
-#: ../cinder-common.templates:3001
-msgid "Auth server hostname:"
+#: ../cinder-common.templates:4001
+msgid "Authentication server hostname:"
 msgstr "Nome host del server di autenticazione:"
 
 #. Type: string
 #. Description
-#: ../cinder-common.templates:3001
+#: ../cinder-common.templates:4001
 msgid ""
-"Please specify the URL of your Cinder authentication server. Typically  this "
-"is also the URL 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 l'URL del server di autenticazione Cinder. Tipicamente, è anche "
 "l'URL dell'OpenStack Identity Service (Keystone)."
 
 #. Type: string
 #. Description
-#: ../cinder-common.templates:4001
-msgid "Auth server tenant name:"
+#. 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 aside with your translation. Example for French:
+#. proprietaire ("tenant")
+#: ../cinder-common.templates:5001
+msgid "Authentication server tenant name:"
 msgstr "Nome del tenant per il server di autenticazione:"
 
 #. 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 aside with your translation. Example for French:
+#. proprietaire ("tenant")
 #: ../cinder-common.templates:5001
-msgid "Auth server username:"
+msgid "Please specify the authentication server tenant name."
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../cinder-common.templates:6001
+msgid "Authentication server username:"
 msgstr "Nome utente per il server di autenticazione:"
 
-#. Type: password
+#. Type: string
 #. Description
 #: ../cinder-common.templates:6001
-msgid "Auth server password:"
+msgid "Please specify the username to use with the authentication server."
+msgstr ""
+
+#. Type: password
+#. Description
+#: ../cinder-common.templates:7001
+msgid "Authentication server password:"
 msgstr "Password per il server di autenticazione:"
 
-#. Type: string
+#. Type: password
 #. Description
 #: ../cinder-common.templates:7001
+msgid "Please specify the password to use with the authentication server."
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../cinder-common.templates:8001
 msgid "Cinder volume group:"
 msgstr "Gruppo di volumi Cinder:"
 
 #. Type: string
 #. Description
-#: ../cinder-common.templates:7001
+#: ../cinder-common.templates:8001
 msgid ""
-"Please specify the name of the LVM volume group (vg) on which Cinder will "
-"create partitions."
+"Please specify the name of the LVM volume group on which Cinder will create "
+"partitions."
 msgstr ""
 "Specificare il nome del gruppo di volumi (vg) LVM su cui Cinder creerà le "
 "partizioni."
 
 #. Type: string
 #. Description
-#: ../cinder-common.templates:8001
+#: ../cinder-common.templates:9001
 msgid "IP address of your RabbitMQ host:"
 msgstr ""
 
@@ -144,8 +175,8 @@ msgstr ""
 #. Description
 #. Type: password
 #. Description
-#: ../cinder-common.templates:8001 ../cinder-common.templates:9001
-#: ../cinder-common.templates:10001
+#: ../cinder-common.templates:9001 ../cinder-common.templates:10001
+#: ../cinder-common.templates:11001
 msgid ""
 "In order to interoperate with other components of OpenStack, this package "
 "needs to connect to a central RabbitMQ server."
@@ -153,47 +184,51 @@ msgstr ""
 
 #. Type: string
 #. Description
-#: ../cinder-common.templates:8001
+#: ../cinder-common.templates:9001
+#, fuzzy
+#| msgid "Please enter the IP address that will be used to contact Cinder."
 msgid "Please specify the IP address of that server."
 msgstr ""
+"Inserire l'indirizzo IP che verrà usato per contattare Cinder (es.: "
+"l'indirizzo IP del punto terminale Cinder)."
 
 #. Type: string
 #. Description
-#: ../cinder-common.templates:9001
+#: ../cinder-common.templates:10001
 msgid "Username for connection to the RabbitMQ server:"
 msgstr ""
 
 #. Type: string
 #. Description
-#: ../cinder-common.templates:9001
+#: ../cinder-common.templates:10001
 msgid "Please specify the username used to connect to the RabbitMQ server."
 msgstr ""
 
 #. Type: password
 #. Description
-#: ../cinder-common.templates:10001
+#: ../cinder-common.templates:11001
 msgid "Password for connection to the RabbitMQ server:"
 msgstr ""
 
 #. Type: password
 #. Description
-#: ../cinder-common.templates:10001
+#: ../cinder-common.templates:11001
 msgid "Please specify the password used to connect to the RabbitMQ server."
 msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../cinder-api.templates:1001
-msgid "Register Cinder in the keystone endpoint catalog?"
+#: ../cinder-api.templates:2001
+msgid "Register Cinder in the Keystone endpoint catalog?"
 msgstr "Registrare Cinder nel catalogo di punti terminali keystone?"
 
 #. Type: boolean
 #. Description
-#: ../cinder-api.templates:1001
+#: ../cinder-api.templates:2001
 msgid ""
-"Each Openstack services (each API) should be registered in order to be "
+"Each OpenStack service (each API) should be registered in order to be "
 "accessible. This is done using \"keystone service-create\" and \"keystone "
-"endpoint-create\". Select if you want to run these commands now."
+"endpoint-create\". This can be done automatically now."
 msgstr ""
 "Ogni servizio OpenStack (ogni API) dovrebbe essere registrato per poter "
 "essere accessibile. Ciò viene fatto usando «keystone service-create» e "
@@ -202,26 +237,26 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../cinder-api.templates:1001
+#: ../cinder-api.templates:2001
 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 authentication token."
 msgstr ""
 "Notare che sarà necessario avere un server keystone in funzione a cui "
 "connettersi usando il token di autorizzazione Keystone."
 
 #. Type: string
 #. Description
-#: ../cinder-api.templates:2001
-msgid "Keystone IP address:"
+#: ../cinder-api.templates:3001
+msgid "Keystone server IP address:"
 msgstr "Indirizzo IP di Keystone:"
 
 #. Type: string
 #. Description
-#: ../cinder-api.templates:2001
+#: ../cinder-api.templates:3001
 msgid ""
-"Enter the IP address of your keystone server, so that cinder-api can contact "
-"Keystone to do the Cinder service and endpoint creation."
+"Please enter the IP address of the Keystone server, so that cinder-api can "
+"contact Keystone to do the Cinder service and endpoint creation."
 msgstr ""
 "Inserire l'indirizzo IP del proprio server keystone, in modo che cinder-api "
 "possa contattare Keystone per effettuare la creazione del servizio e del "
@@ -229,39 +264,37 @@ msgstr ""
 
 #. Type: password
 #. Description
-#: ../cinder-api.templates:3001
-msgid "Keystone Auth Token:"
+#: ../cinder-api.templates:4001
+msgid "Keystone authentication token:"
 msgstr "Token di autenticazione Keystone:"
 
 #. Type: password
 #. Description
-#: ../cinder-api.templates:3001
+#: ../cinder-api.templates:4001
 msgid ""
-"To configure its endpoint in Keystone, cinder-api needs the Keystone auth "
-"token."
+"To configure its endpoint in Keystone, cinder-api needs the Keystone "
+"authentication token."
 msgstr ""
 "Per configurare il proprio punto terminale in Keystone, cinder-api ha "
 "bisogno del token di autenticazione Keystone."
 
 #. Type: string
 #. Description
-#: ../cinder-api.templates:4001
+#: ../cinder-api.templates:5001
 msgid "Cinder endpoint IP address:"
 msgstr "Indirizzo IP del punto terminale Cinder:"
 
 #. Type: string
 #. Description
-#: ../cinder-api.templates:4001
-msgid ""
-"Enter the IP address that will be used to contact Cinder (eg: the Cinder "
-"endpoint IP address)."
+#: ../cinder-api.templates:5001
+msgid "Please enter the IP address that will be used to contact Cinder."
 msgstr ""
 "Inserire l'indirizzo IP che verrà usato per contattare Cinder (es.: "
 "l'indirizzo IP del punto terminale Cinder)."
 
 #. Type: string
 #. Description
-#: ../cinder-api.templates:4001
+#: ../cinder-api.templates:5001
 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 "
@@ -273,17 +306,17 @@ msgstr ""
 
 #. Type: string
 #. Description
-#: ../cinder-api.templates:5001
+#: ../cinder-api.templates:6001
 msgid "Name of the region to register:"
 msgstr "Nome della regione da registrare:"
 
 #. Type: string
 #. Description
-#: ../cinder-api.templates:5001
+#: ../cinder-api.templates:6001
 msgid ""
-"Openstack can be used using availability zones, with each region "
-"representing a location. Please enter the zone that you wish to use when "
-"registering the endpoint."
+"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 può essere usato utilizzando le zone di disponibilità, con ogni "
 "regione che rappresenta una posizione. Inserire la zona che si desidera "
index 9880d892998ed624c58d247573d5793fdcf892ce..c7b7b8f57ded1b104dbaf45529758f87adcfd9ac 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: cinder\n"
 "Report-Msgid-Bugs-To: cinder@packages.debian.org\n"
-"POT-Creation-Date: 2013-09-25 17:10+0800\n"
+"POT-Creation-Date: 2013-10-09 23:29+0800\n"
 "PO-Revision-Date: 2013-09-02 14:02+0900\n"
 "Last-Translator: victory <victory.deb@gmail.com>\n"
 "Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
@@ -18,15 +18,13 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../cinder-common.templates:1001
-#, fuzzy
-#| msgid "Start Cinder services at boot?"
-msgid "Start cinder services at boot?"
+#: ../cinder-common.templates:2001
+msgid "Start Cinder services at boot?"
 msgstr "ブート時に Cinder サービスを開始しますか?"
 
 #. Type: boolean
 #. Description
-#: ../cinder-common.templates:1001
+#: ../cinder-common.templates:2001
 msgid ""
 "Please choose whether you want to start Cinder services when the machine is "
 "booted up."
@@ -34,39 +32,29 @@ msgstr "マシン起動後に Cinder サービスを開始するかどうか選
 
 #. Type: boolean
 #. Description
-#: ../cinder-common.templates:2001
+#: ../cinder-common.templates:3001
 msgid "Set up a database for Cinder?"
 msgstr "Cinder 用のデータベースを用意しますか?"
 
 #. Type: boolean
 #. Description
-#: ../cinder-common.templates:2001
-#, fuzzy
-#| msgid ""
-#| "No database has been set up for Cinder to use. Before continuing, you "
-#| "should make sure you have the following information:"
+#: ../cinder-common.templates:3001
 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:"
+"No database has been set up for Cinder to use. Before continuing, you should "
+"make sure you have the following information:"
 msgstr ""
 "Cinder で利用するデータベースが用意されていません。続ける前に以下の情報が揃っ"
 "ていることを確認してください:"
 
 #. Type: boolean
 #. Description
-#: ../cinder-common.templates:2001
-#, fuzzy
-#| msgid ""
-#| " * the type of database that you want to use;\n"
-#| " * the database server hostname (that server must allow TCP connections "
-#| "from this\n"
-#| "   machine);\n"
-#| " * a username and password to access the database."
+#: ../cinder-common.templates:3001
 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."
+" * the type of database that you want to use;\n"
+" * the database server hostname (that server must allow TCP connections from "
+"this\n"
+"   machine);\n"
+" * a username and password to access the database."
 msgstr ""
 " - 使いたいデータベースの種類\n"
 " - データベースサーバのホスト名 (このサーバはこのマシンからの\n"
@@ -75,95 +63,109 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../cinder-common.templates:2001
+#: ../cinder-common.templates:3001
 msgid ""
-"If you don't choose this option, no database will be set up and Cinder will "
-"use regular SQLite support."
+"If some of these requirements are missing, do not choose this option and run "
+"with regular SQLite support."
 msgstr ""
+"必要な情報が欠けている場合このオプションを却下して標準の SQLite を利用しま"
+"す。"
 
 #. Type: boolean
 #. Description
-#: ../cinder-common.templates:2001
-#, fuzzy
-#| msgid ""
-#| "You can change this setting later on by running \"dpkg-reconfigure -plow "
-#| "cinder\"."
+#: ../cinder-common.templates:3001
 msgid ""
 "You can change this setting later on by running \"dpkg-reconfigure -plow "
-"cinder-common\"."
+"cinder\"."
 msgstr ""
 "この設定は後で「dpkg-reconfigure -plow cinder」を実行することにより変更できま"
 "す。"
 
 #. Type: string
 #. Description
-#: ../cinder-common.templates:3001
-#, fuzzy
-#| msgid "Authentication server hostname:"
-msgid "Auth server hostname:"
+#: ../cinder-common.templates:4001
+msgid "Authentication server hostname:"
 msgstr "認証サーバのホスト名:"
 
 #. Type: string
 #. Description
-#: ../cinder-common.templates:3001
-#, fuzzy
-#| msgid ""
-#| "Please specify the hostname of the authentication server. Typically this "
-#| "is also the hostname of the OpenStack Identity Service (Keystone)."
+#: ../cinder-common.templates:4001
 msgid ""
-"Please specify the URL of your Cinder authentication server. Typically  this "
-"is also the URL 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
-#: ../cinder-common.templates:4001
-#, fuzzy
-#| msgid "Authentication server tenant name:"
-msgid "Auth server tenant name:"
+#. 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 aside with your translation. Example for French:
+#. proprietaire ("tenant")
+#: ../cinder-common.templates:5001
+msgid "Authentication server tenant name:"
 msgstr "認証サーバの管理用アカウント (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 aside with your translation. Example for French:
+#. proprietaire ("tenant")
 #: ../cinder-common.templates:5001
-#, fuzzy
-#| msgid "Authentication server username:"
-msgid "Auth server username:"
+msgid "Please specify the authentication server tenant name."
+msgstr "認証サーバの管理用アカウント (tenant) 名を指定してください。"
+
+#. Type: string
+#. Description
+#: ../cinder-common.templates:6001
+msgid "Authentication server username:"
 msgstr "認証サーバのユーザ名:"
 
-#. Type: password
+#. Type: string
 #. Description
 #: ../cinder-common.templates:6001
-#, fuzzy
-#| msgid "Authentication server password:"
-msgid "Auth server password:"
+msgid "Please specify the username to use with the authentication server."
+msgstr "認証サーバで利用するユーザ名を指定してください。"
+
+#. Type: password
+#. Description
+#: ../cinder-common.templates:7001
+msgid "Authentication server password:"
 msgstr "認証サーバのパスワード:"
 
-#. Type: string
+#. Type: password
 #. Description
 #: ../cinder-common.templates:7001
+msgid "Please specify the password to use with the authentication server."
+msgstr "認証サーバで利用するパスワードを指定してください。"
+
+#. Type: string
+#. Description
+#: ../cinder-common.templates:8001
 msgid "Cinder volume group:"
 msgstr "Cinder ボリュームグループ:"
 
 #. Type: string
 #. Description
-#: ../cinder-common.templates:7001
-#, fuzzy
-#| msgid ""
-#| "Please specify the name of the LVM volume group on which Cinder will "
-#| "create partitions."
+#: ../cinder-common.templates:8001
 msgid ""
-"Please specify the name of the LVM volume group (vg) on which Cinder will "
-"create partitions."
+"Please specify the name of the LVM volume group on which Cinder will create "
+"partitions."
 msgstr ""
 "Cinder にパーティションを作成させる LVM ボリュームグループの名前を指定してく"
 "ださい。"
 
 #. Type: string
 #. Description
-#: ../cinder-common.templates:8001
+#: ../cinder-common.templates:9001
 msgid "IP address of your RabbitMQ host:"
 msgstr ""
 
@@ -173,8 +175,8 @@ msgstr ""
 #. Description
 #. Type: password
 #. Description
-#: ../cinder-common.templates:8001 ../cinder-common.templates:9001
-#: ../cinder-common.templates:10001
+#: ../cinder-common.templates:9001 ../cinder-common.templates:10001
+#: ../cinder-common.templates:11001
 msgid ""
 "In order to interoperate with other components of OpenStack, this package "
 "needs to connect to a central RabbitMQ server."
@@ -182,7 +184,7 @@ msgstr ""
 
 #. Type: string
 #. Description
-#: ../cinder-common.templates:8001
+#: ../cinder-common.templates:9001
 #, fuzzy
 #| msgid "Please specify the password to use with the authentication server."
 msgid "Please specify the IP address of that server."
@@ -190,13 +192,13 @@ msgstr "認証サーバで利用するパスワードを指定してください
 
 #. Type: string
 #. Description
-#: ../cinder-common.templates:9001
+#: ../cinder-common.templates:10001
 msgid "Username for connection to the RabbitMQ server:"
 msgstr ""
 
 #. Type: string
 #. Description
-#: ../cinder-common.templates:9001
+#: ../cinder-common.templates:10001
 #, fuzzy
 #| msgid "Please specify the username to use with the authentication server."
 msgid "Please specify the username used to connect to the RabbitMQ server."
@@ -204,13 +206,13 @@ msgstr "認証サーバで利用するユーザ名を指定してください。
 
 #. Type: password
 #. Description
-#: ../cinder-common.templates:10001
+#: ../cinder-common.templates:11001
 msgid "Password for connection to the RabbitMQ server:"
 msgstr ""
 
 #. Type: password
 #. Description
-#: ../cinder-common.templates:10001
+#: ../cinder-common.templates:11001
 #, fuzzy
 #| msgid "Please specify the password to use with the authentication server."
 msgid "Please specify the password used to connect to the RabbitMQ server."
@@ -218,24 +220,17 @@ msgstr "認証サーバで利用するパスワードを指定してください
 
 #. Type: boolean
 #. Description
-#: ../cinder-api.templates:1001
-#, fuzzy
-#| msgid "Register Cinder in the Keystone endpoint catalog?"
-msgid "Register Cinder in the keystone endpoint catalog?"
+#: ../cinder-api.templates:2001
+msgid "Register Cinder in the Keystone endpoint catalog?"
 msgstr "Cinder を Keystone の端末リストに登録しますか?"
 
 #. Type: boolean
 #. Description
-#: ../cinder-api.templates:1001
-#, fuzzy
-#| 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."
+#: ../cinder-api.templates:2001
 msgid ""
-"Each Openstack services (each API) should be registered in order to be "
+"Each OpenStack service (each API) should be registered in order to be "
 "accessible. This is done using \"keystone service-create\" and \"keystone "
-"endpoint-create\". Select if you want to run these commands now."
+"endpoint-create\". This can be done automatically now."
 msgstr ""
 "OpenStack のサービスごと (API ごと) に、アクセスできるようにするため登録すべ"
 "きです。「keystone service-create」と「keystone endpoint-create」を使って登録"
@@ -243,81 +238,61 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../cinder-api.templates:1001
-#, fuzzy
-#| msgid ""
-#| "Note that you will need to have an up and running Keystone server on "
-#| "which to connect using the Keystone authentication token."
+#: ../cinder-api.templates:2001
 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 authentication token."
 msgstr ""
 "Keystone 認証文字列を使って接続する先の Keystone サーバが必要なことに注意して"
 "ください。"
 
 #. Type: string
 #. Description
-#: ../cinder-api.templates:2001
-#, fuzzy
-#| msgid "Keystone server IP address:"
-msgid "Keystone IP address:"
+#: ../cinder-api.templates:3001
+msgid "Keystone server IP address:"
 msgstr "Keystone サーバの IP アドレス:"
 
 #. Type: string
 #. Description
-#: ../cinder-api.templates:2001
-#, fuzzy
-#| msgid ""
-#| "Please enter the IP address of the Keystone server, so that cinder-api "
-#| "can contact Keystone to do the Cinder service and endpoint creation."
+#: ../cinder-api.templates:3001
 msgid ""
-"Enter the IP address of your keystone server, so that cinder-api can contact "
-"Keystone to do the Cinder service and endpoint creation."
+"Please enter the IP address of the Keystone server, so that cinder-api can "
+"contact Keystone to do the Cinder service and endpoint creation."
 msgstr ""
 "Keystone サーバの IP アドレスを入力してください。それにより cinder-api は "
 "Keystone と通信し、Cinder サービスや端末の作成ができるようになります。"
 
 #. Type: password
 #. Description
-#: ../cinder-api.templates:3001
-#, fuzzy
-#| msgid "Keystone authentication token:"
-msgid "Keystone Auth Token:"
+#: ../cinder-api.templates:4001
+msgid "Keystone authentication token:"
 msgstr "Keystone 認証文字列:"
 
 #. Type: password
 #. Description
-#: ../cinder-api.templates:3001
-#, fuzzy
-#| msgid ""
-#| "To configure its endpoint in Keystone, cinder-api needs the Keystone "
-#| "authentication token."
+#: ../cinder-api.templates:4001
 msgid ""
-"To configure its endpoint in Keystone, cinder-api needs the Keystone auth "
-"token."
+"To configure its endpoint in Keystone, cinder-api needs the Keystone "
+"authentication token."
 msgstr ""
 "Keystone で端末を設定するには、cinder-api は Keystone 認証文字列を必要としま"
 "す。"
 
 #. Type: string
 #. Description
-#: ../cinder-api.templates:4001
+#: ../cinder-api.templates:5001
 msgid "Cinder endpoint IP address:"
 msgstr "Cinder 端末の IP アドレス:"
 
 #. Type: string
 #. Description
-#: ../cinder-api.templates:4001
-#, fuzzy
-#| msgid "Please enter the IP address that will be used to contact Cinder."
-msgid ""
-"Enter the IP address that will be used to contact Cinder (eg: the Cinder "
-"endpoint IP address)."
+#: ../cinder-api.templates:5001
+msgid "Please enter the IP address that will be used to contact Cinder."
 msgstr "Cinder への通信に利用する IP アドレスを入力してください。"
 
 #. Type: string
 #. Description
-#: ../cinder-api.templates:4001
+#: ../cinder-api.templates:5001
 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 "
@@ -329,32 +304,17 @@ msgstr ""
 
 #. Type: string
 #. Description
-#: ../cinder-api.templates:5001
+#: ../cinder-api.templates:6001
 msgid "Name of the region to register:"
 msgstr "登録する領域の名前:"
 
 #. Type: string
 #. Description
-#: ../cinder-api.templates:5001
-#, fuzzy
-#| 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."
+#: ../cinder-api.templates:6001
 msgid ""
-"Openstack can be used using availability zones, with each region "
-"representing a location. Please enter the zone that you wish to use when "
-"registering the endpoint."
+"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 は位置を示す各領域による利用可能区分を利用することができます。端末"
 "の登録時に利用したい区分を入力してください。"
-
-#~ msgid ""
-#~ "If some of these requirements are missing, do not choose this option and "
-#~ "run with regular SQLite support."
-#~ msgstr ""
-#~ "必要な情報が欠けている場合このオプションを却下して標準の SQLite を利用しま"
-#~ "す。"
-
-#~ msgid "Please specify the authentication server tenant name."
-#~ msgstr "認証サーバの管理用アカウント (tenant) 名を指定してください。"
index 010feabdef2821d9263a4a0a0c8e401c61232cf0..7657862ad5ffafdcff1c5e678f620f1083785df3 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: cinder\n"
 "Report-Msgid-Bugs-To: cinder@packages.debian.org\n"
-"POT-Creation-Date: 2013-09-25 17:10+0800\n"
+"POT-Creation-Date: 2013-10-09 23:29+0800\n"
 "PO-Revision-Date: 2013-04-13 19:01+0100\n"
 "Last-Translator: Pedro Ribeiro <p.m42.ribeiro@gmail.com>\n"
 "Language-Team: Portuguese <traduz@debianpt.org>\n"
@@ -18,13 +18,13 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../cinder-common.templates:1001
-msgid "Start cinder services at boot?"
+#: ../cinder-common.templates:2001
+msgid "Start Cinder services at boot?"
 msgstr "Iniciar serviços cinder no arranque?"
 
 #. Type: boolean
 #. Description
-#: ../cinder-common.templates:1001
+#: ../cinder-common.templates:2001
 msgid ""
 "Please choose whether you want to start Cinder services when the machine is "
 "booted up."
@@ -34,28 +34,29 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../cinder-common.templates:2001
+#: ../cinder-common.templates:3001
 msgid "Set up a database for Cinder?"
 msgstr "Criar uma base de dados para o Cinder?"
 
 #. Type: boolean
 #. Description
-#: ../cinder-common.templates:2001
+#: ../cinder-common.templates:3001
 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:"
+"No database has been set up for Cinder to use. Before continuing, you should "
+"make sure you have the following information:"
 msgstr ""
 "Não foi definida nenhuma base de dados para uso do Cinder. Se quer criar uma "
 "agora, certifique-se que tem toda a informação necessária:"
 
 #. Type: boolean
 #. Description
-#: ../cinder-common.templates:2001
+#: ../cinder-common.templates:3001
 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."
+" * the type of database that you want to use;\n"
+" * the database server hostname (that server must allow TCP connections from "
+"this\n"
+"   machine);\n"
+" * a username and password to access the database."
 msgstr ""
 " * o nome da máquina servidor de base de dados (que tem que permitir\n"
 "    ligações TCP a partir desta máquina);\n"
@@ -65,77 +66,107 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../cinder-common.templates:2001
+#: ../cinder-common.templates:3001
 msgid ""
-"If you don't choose this option, no database will be set up and Cinder will "
-"use regular SQLite support."
+"If some of these requirements are missing, do not choose this option and run "
+"with regular SQLite support."
 msgstr ""
-"Se não escolher esta opção, não será criada nenhuma base de dados e o Cinder "
-"irá usar o suporte normal SQLite."
 
 #. Type: boolean
 #. Description
-#: ../cinder-common.templates:2001
+#: ../cinder-common.templates:3001
 msgid ""
 "You can change this setting later on by running \"dpkg-reconfigure -plow "
-"cinder-common\"."
+"cinder\"."
 msgstr ""
 "Pode mudar esta definição mais tarde executando \"dpkg-reconfigure -plow "
 "cinder-common\"."
 
 #. Type: string
 #. Description
-#: ../cinder-common.templates:3001
-msgid "Auth server hostname:"
+#: ../cinder-common.templates:4001
+msgid "Authentication server hostname:"
 msgstr "Nome de servidor de autenticação:"
 
 #. Type: string
 #. Description
-#: ../cinder-common.templates:3001
+#: ../cinder-common.templates:4001
 msgid ""
-"Please specify the URL of your Cinder authentication server. Typically  this "
-"is also the URL 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 ""
 "Por favor, especifique o URL do servidor de autenticação Cinder. Tipicamente "
 "este é também o URL do seu Serviço de Identidade OpenStack (Keystone)."
 
 #. Type: string
 #. Description
-#: ../cinder-common.templates:4001
-msgid "Auth server tenant name:"
+#. 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 aside with your translation. Example for French:
+#. proprietaire ("tenant")
+#: ../cinder-common.templates:5001
+msgid "Authentication server tenant name:"
 msgstr "Nome do inquilino ('tenant') do servidor de autenticação:"
 
 #. 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 aside with your translation. Example for French:
+#. proprietaire ("tenant")
 #: ../cinder-common.templates:5001
-msgid "Auth server username:"
+msgid "Please specify the authentication server tenant name."
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../cinder-common.templates:6001
+msgid "Authentication server username:"
 msgstr "Nome de utilizador do servidor de autenticação:"
 
-#. Type: password
+#. Type: string
 #. Description
 #: ../cinder-common.templates:6001
-msgid "Auth server password:"
+msgid "Please specify the username to use with the authentication server."
+msgstr ""
+
+#. Type: password
+#. Description
+#: ../cinder-common.templates:7001
+msgid "Authentication server password:"
 msgstr "Password do servidor de autenticação:"
 
-#. Type: string
+#. Type: password
 #. Description
 #: ../cinder-common.templates:7001
+msgid "Please specify the password to use with the authentication server."
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../cinder-common.templates:8001
 msgid "Cinder volume group:"
 msgstr "Grupo de volumes Cinder:"
 
 #. Type: string
 #. Description
-#: ../cinder-common.templates:7001
+#: ../cinder-common.templates:8001
 msgid ""
-"Please specify the name of the LVM volume group (vg) on which Cinder will "
-"create partitions."
+"Please specify the name of the LVM volume group on which Cinder will create "
+"partitions."
 msgstr ""
 "Indique por favor o nome do grupo LVM (vg) no qual o Cinder irá criar "
 "partições."
 
 #. Type: string
 #. Description
-#: ../cinder-common.templates:8001
+#: ../cinder-common.templates:9001
 msgid "IP address of your RabbitMQ host:"
 msgstr ""
 
@@ -145,8 +176,8 @@ msgstr ""
 #. Description
 #. Type: password
 #. Description
-#: ../cinder-common.templates:8001 ../cinder-common.templates:9001
-#: ../cinder-common.templates:10001
+#: ../cinder-common.templates:9001 ../cinder-common.templates:10001
+#: ../cinder-common.templates:11001
 msgid ""
 "In order to interoperate with other components of OpenStack, this package "
 "needs to connect to a central RabbitMQ server."
@@ -154,47 +185,51 @@ msgstr ""
 
 #. Type: string
 #. Description
-#: ../cinder-common.templates:8001
+#: ../cinder-common.templates:9001
+#, fuzzy
+#| msgid "Please enter the IP address that will be used to contact Cinder."
 msgid "Please specify the IP address of that server."
 msgstr ""
+"Indique o endereço IP que será usado para contactar com o Cinder (ex: o "
+"endereço IP do ponto de ligação Cinder)."
 
 #. Type: string
 #. Description
-#: ../cinder-common.templates:9001
+#: ../cinder-common.templates:10001
 msgid "Username for connection to the RabbitMQ server:"
 msgstr ""
 
 #. Type: string
 #. Description
-#: ../cinder-common.templates:9001
+#: ../cinder-common.templates:10001
 msgid "Please specify the username used to connect to the RabbitMQ server."
 msgstr ""
 
 #. Type: password
 #. Description
-#: ../cinder-common.templates:10001
+#: ../cinder-common.templates:11001
 msgid "Password for connection to the RabbitMQ server:"
 msgstr ""
 
 #. Type: password
 #. Description
-#: ../cinder-common.templates:10001
+#: ../cinder-common.templates:11001
 msgid "Please specify the password used to connect to the RabbitMQ server."
 msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../cinder-api.templates:1001
-msgid "Register Cinder in the keystone endpoint catalog?"
+#: ../cinder-api.templates:2001
+msgid "Register Cinder in the Keystone endpoint catalog?"
 msgstr "Registar o Cinder no catálogo do ponto de ligação do keystone?"
 
 #. Type: boolean
 #. Description
-#: ../cinder-api.templates:1001
+#: ../cinder-api.templates:2001
 msgid ""
-"Each Openstack services (each API) should be registered in order to be "
+"Each OpenStack service (each API) should be registered in order to be "
 "accessible. This is done using \"keystone service-create\" and \"keystone "
-"endpoint-create\". Select if you want to run these commands now."
+"endpoint-create\". This can be done automatically now."
 msgstr ""
 "Cada serviço Openstack (cada API) deve ser registado de modo a ser "
 "acessível. Isto é feito através do \"keystone service-create\" e \"keystone "
@@ -202,65 +237,63 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../cinder-api.templates:1001
+#: ../cinder-api.templates:2001
 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 authentication token."
 msgstr ""
 "Note que irá precisar de ter um servidor keystone a correr para se "
 "autenticar com um token de autenticação Keystone."
 
 #. Type: string
 #. Description
-#: ../cinder-api.templates:2001
-msgid "Keystone IP address:"
+#: ../cinder-api.templates:3001
+msgid "Keystone server IP address:"
 msgstr "Endereço IP do keystone:"
 
 #. Type: string
 #. Description
-#: ../cinder-api.templates:2001
+#: ../cinder-api.templates:3001
 msgid ""
-"Enter the IP address of your keystone server, so that cinder-api can contact "
-"Keystone to do the Cinder service and endpoint creation."
+"Please enter the IP address of the Keystone server, so that cinder-api can "
+"contact Keystone to do the Cinder service and endpoint creation."
 msgstr ""
 "Indique o endereço IP do seu servidor keystone, de modo a que o cinder-api "
 "possa contactar o Keystone para criar o serviço Cinder e o ponto de ligação."
 
 #. Type: password
 #. Description
-#: ../cinder-api.templates:3001
-msgid "Keystone Auth Token:"
+#: ../cinder-api.templates:4001
+msgid "Keystone authentication token:"
 msgstr "Token de autenticação Keystone:"
 
 #. Type: password
 #. Description
-#: ../cinder-api.templates:3001
+#: ../cinder-api.templates:4001
 msgid ""
-"To configure its endpoint in Keystone, cinder-api needs the Keystone auth "
-"token."
+"To configure its endpoint in Keystone, cinder-api needs the Keystone "
+"authentication token."
 msgstr ""
 "Para configurar o seu ponto de ligação no Keystone, o cinder-api precisa do "
 "token de autenticação Keystone."
 
 #. Type: string
 #. Description
-#: ../cinder-api.templates:4001
+#: ../cinder-api.templates:5001
 msgid "Cinder endpoint IP address:"
 msgstr "Endereço IP do ponto de ligação Cinder:"
 
 #. Type: string
 #. Description
-#: ../cinder-api.templates:4001
-msgid ""
-"Enter the IP address that will be used to contact Cinder (eg: the Cinder "
-"endpoint IP address)."
+#: ../cinder-api.templates:5001
+msgid "Please enter the IP address that will be used to contact Cinder."
 msgstr ""
 "Indique o endereço IP que será usado para contactar com o Cinder (ex: o "
 "endereço IP do ponto de ligação Cinder)."
 
 #. Type: string
 #. Description
-#: ../cinder-api.templates:4001
+#: ../cinder-api.templates:5001
 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 "
@@ -272,17 +305,17 @@ msgstr ""
 
 #. Type: string
 #. Description
-#: ../cinder-api.templates:5001
+#: ../cinder-api.templates:6001
 msgid "Name of the region to register:"
 msgstr "Nome da região a registar:"
 
 #. Type: string
 #. Description
-#: ../cinder-api.templates:5001
+#: ../cinder-api.templates:6001
 msgid ""
-"Openstack can be used using availability zones, with each region "
-"representing a location. Please enter the zone that you wish to use when "
-"registering the endpoint."
+"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 ""
 "O Openstack pode ser usado usando zonas de disponibilidade, com cada região "
 "a representar uma localização. Por favor, indique a zona que quer usar ao "
index bb7772aeec202e97d9f059418362bee1a9f92737..417862224959f32b0e90d6f0f8820e5f60ccf1a3 100644 (file)
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: cinder 2013.1.2-4\n"
 "Report-Msgid-Bugs-To: cinder@packages.debian.org\n"
-"POT-Creation-Date: 2013-09-25 17:10+0800\n"
+"POT-Creation-Date: 2013-10-09 23:29+0800\n"
 "PO-Revision-Date: 2013-09-03 19:24+0400\n"
 "Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
 "Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
@@ -20,15 +20,13 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../cinder-common.templates:1001
-#, fuzzy
-#| msgid "Start Cinder services at boot?"
-msgid "Start cinder services at boot?"
+#: ../cinder-common.templates:2001
+msgid "Start Cinder services at boot?"
 msgstr "Запускать службы Cinder при включении машины?"
 
 #. Type: boolean
 #. Description
-#: ../cinder-common.templates:1001
+#: ../cinder-common.templates:2001
 msgid ""
 "Please choose whether you want to start Cinder services when the machine is "
 "booted up."
@@ -36,39 +34,29 @@ msgstr "Укажите, нужно ли запускать службы Cinder 
 
 #. Type: boolean
 #. Description
-#: ../cinder-common.templates:2001
+#: ../cinder-common.templates:3001
 msgid "Set up a database for Cinder?"
 msgstr "Настроить базу данных для Cinder?"
 
 #. Type: boolean
 #. Description
-#: ../cinder-common.templates:2001
-#, fuzzy
-#| msgid ""
-#| "No database has been set up for Cinder to use. Before continuing, you "
-#| "should make sure you have the following information:"
+#: ../cinder-common.templates:3001
 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:"
+"No database has been set up for Cinder to use. Before continuing, you should "
+"make sure you have the following information:"
 msgstr ""
 "Для использования Cinder требуется настроить базу данных. Если вы хотите "
 "сделать это сейчас, то проверьте, что у вас есть вся необходимая информация:"
 
 #. Type: boolean
 #. Description
-#: ../cinder-common.templates:2001
-#, fuzzy
-#| msgid ""
-#| " * the type of database that you want to use;\n"
-#| " * the database server hostname (that server must allow TCP connections "
-#| "from this\n"
-#| "   machine);\n"
-#| " * a username and password to access the database."
+#: ../cinder-common.templates:3001
 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."
+" * the type of database that you want to use;\n"
+" * the database server hostname (that server must allow TCP connections from "
+"this\n"
+"   machine);\n"
+" * a username and password to access the database."
 msgstr ""
 " * тип базы данных, который хотите использовать;\n"
 " * имя узла сервера базы данных (этот сервер должен принимать TCP-"
@@ -78,96 +66,108 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../cinder-common.templates:2001
+#: ../cinder-common.templates:3001
 msgid ""
-"If you don't choose this option, no database will be set up and Cinder will "
-"use regular SQLite support."
+"If some of these requirements are missing, do not choose this option and run "
+"with regular SQLite support."
 msgstr ""
-"Ð\95Ñ\81ли Ð²Ñ\8b Ð¾Ñ\82веÑ\82иÑ\82е Ð¾Ñ\82Ñ\80иÑ\86аÑ\82елÑ\8cно, Ñ\82о Ð±Ð°Ð·Ð° Ð´Ð°Ð½Ð½Ñ\8bÑ\85 Ð½Ð°Ñ\81Ñ\82Ñ\80оена Ð½Ðµ Ð±Ñ\83деÑ\82, Ð¸ Cinder "
-"бÑ\83деÑ\82 Ð¸Ñ\81полÑ\8cзоваÑ\82Ñ\8cÑ\81Ñ\8f SQLite."
+"Ð\95Ñ\81ли Ð½Ðµ Ñ\85ваÑ\82аеÑ\82 Ñ\85оÑ\82Ñ\8f Ð±Ñ\8b Ð¾Ð´Ð½Ð¾Ð³Ð¾ Ð¿Ð°Ñ\80амеÑ\82Ñ\80а, Ð¾Ñ\82веÑ\82Ñ\8cÑ\82е Ð¾Ñ\82Ñ\80иÑ\86аÑ\82елÑ\8cно Ð¸ Ð²ÐºÐ»Ñ\8eÑ\87иÑ\82е "
+"поддеÑ\80жкÑ\83 SQLite."
 
 #. Type: boolean
 #. Description
-#: ../cinder-common.templates:2001
-#, fuzzy
-#| msgid ""
-#| "You can change this setting later on by running \"dpkg-reconfigure -plow "
-#| "cinder\"."
+#: ../cinder-common.templates:3001
 msgid ""
 "You can change this setting later on by running \"dpkg-reconfigure -plow "
-"cinder-common\"."
+"cinder\"."
 msgstr ""
 "Позднее, вы можете изменить эту настройку, запустив «dpkg-reconfigure -plow "
 "cinder»."
 
 #. Type: string
 #. Description
-#: ../cinder-common.templates:3001
-#, fuzzy
-#| msgid "Authentication server hostname:"
-msgid "Auth server hostname:"
+#: ../cinder-common.templates:4001
+msgid "Authentication server hostname:"
 msgstr "Имя узла сервера аутентификации:"
 
 #. Type: string
 #. Description
-#: ../cinder-common.templates:3001
-#, fuzzy
-#| msgid ""
-#| "Please specify the hostname of the authentication server. Typically this "
-#| "is also the hostname of the OpenStack Identity Service (Keystone)."
+#: ../cinder-common.templates:4001
 msgid ""
-"Please specify the URL of your Cinder authentication server. Typically  this "
-"is also the URL 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
-#: ../cinder-common.templates:4001
-#, fuzzy
-#| msgid "Authentication server tenant name:"
-msgid "Auth server tenant name:"
+#. 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 aside with your translation. Example for French:
+#. proprietaire ("tenant")
+#: ../cinder-common.templates:5001
+msgid "Authentication server tenant name:"
 msgstr "Членское имя сервера аутентификации:"
 
 #. 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 aside with your translation. Example for French:
+#. proprietaire ("tenant")
 #: ../cinder-common.templates:5001
-#, fuzzy
-#| msgid "Authentication server username:"
-msgid "Auth server username:"
+msgid "Please specify the authentication server tenant name."
+msgstr "Укажите членское имя сервера аутентификации."
+
+#. Type: string
+#. Description
+#: ../cinder-common.templates:6001
+msgid "Authentication server username:"
 msgstr "Имя пользователя для сервера аутентификации:"
 
-#. Type: password
+#. Type: string
 #. Description
 #: ../cinder-common.templates:6001
-#, fuzzy
-#| msgid "Authentication server password:"
-msgid "Auth server password:"
+msgid "Please specify the username to use with the authentication server."
+msgstr "Введите имя пользователя для работы с сервером аутентификации."
+
+#. Type: password
+#. Description
+#: ../cinder-common.templates:7001
+msgid "Authentication server password:"
 msgstr "Пароль для сервера аутентификации:"
 
-#. Type: string
+#. Type: password
 #. Description
 #: ../cinder-common.templates:7001
+msgid "Please specify the password to use with the authentication server."
+msgstr "Введите пароль для работы с сервером аутентификации."
+
+#. Type: string
+#. Description
+#: ../cinder-common.templates:8001
 msgid "Cinder volume group:"
 msgstr "Группа томов Cinder:"
 
 #. Type: string
 #. Description
-#: ../cinder-common.templates:7001
-#, fuzzy
-#| msgid ""
-#| "Please specify the name of the LVM volume group on which Cinder will "
-#| "create partitions."
+#: ../cinder-common.templates:8001
 msgid ""
-"Please specify the name of the LVM volume group (vg) on which Cinder will "
-"create partitions."
+"Please specify the name of the LVM volume group on which Cinder will create "
+"partitions."
 msgstr ""
 "Укажите имя группы томов LVM, в которой Cinder будет создавать разделы."
 
 #. Type: string
 #. Description
-#: ../cinder-common.templates:8001
+#: ../cinder-common.templates:9001
 msgid "IP address of your RabbitMQ host:"
 msgstr ""
 
@@ -177,8 +177,8 @@ msgstr ""
 #. Description
 #. Type: password
 #. Description
-#: ../cinder-common.templates:8001 ../cinder-common.templates:9001
-#: ../cinder-common.templates:10001
+#: ../cinder-common.templates:9001 ../cinder-common.templates:10001
+#: ../cinder-common.templates:11001
 msgid ""
 "In order to interoperate with other components of OpenStack, this package "
 "needs to connect to a central RabbitMQ server."
@@ -186,7 +186,7 @@ msgstr ""
 
 #. Type: string
 #. Description
-#: ../cinder-common.templates:8001
+#: ../cinder-common.templates:9001
 #, fuzzy
 #| msgid "Please specify the password to use with the authentication server."
 msgid "Please specify the IP address of that server."
@@ -194,13 +194,13 @@ msgstr "Введите пароль для работы с сервером ау
 
 #. Type: string
 #. Description
-#: ../cinder-common.templates:9001
+#: ../cinder-common.templates:10001
 msgid "Username for connection to the RabbitMQ server:"
 msgstr ""
 
 #. Type: string
 #. Description
-#: ../cinder-common.templates:9001
+#: ../cinder-common.templates:10001
 #, fuzzy
 #| msgid "Please specify the username to use with the authentication server."
 msgid "Please specify the username used to connect to the RabbitMQ server."
@@ -208,13 +208,13 @@ msgstr "Введите имя пользователя для работы с с
 
 #. Type: password
 #. Description
-#: ../cinder-common.templates:10001
+#: ../cinder-common.templates:11001
 msgid "Password for connection to the RabbitMQ server:"
 msgstr ""
 
 #. Type: password
 #. Description
-#: ../cinder-common.templates:10001
+#: ../cinder-common.templates:11001
 #, fuzzy
 #| msgid "Please specify the password to use with the authentication server."
 msgid "Please specify the password used to connect to the RabbitMQ server."
@@ -222,24 +222,17 @@ msgstr "Введите пароль для работы с сервером ау
 
 #. Type: boolean
 #. Description
-#: ../cinder-api.templates:1001
-#, fuzzy
-#| msgid "Register Cinder in the Keystone endpoint catalog?"
-msgid "Register Cinder in the keystone endpoint catalog?"
+#: ../cinder-api.templates:2001
+msgid "Register Cinder in the Keystone endpoint catalog?"
 msgstr "Зарегистрировать Cinder в каталоге конечных точек Keystone?"
 
 #. Type: boolean
 #. Description
-#: ../cinder-api.templates:1001
-#, fuzzy
-#| 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."
+#: ../cinder-api.templates:2001
 msgid ""
-"Each Openstack services (each API) should be registered in order to be "
+"Each OpenStack service (each API) should be registered in order to be "
 "accessible. This is done using \"keystone service-create\" and \"keystone "
-"endpoint-create\". Select if you want to run these commands now."
+"endpoint-create\". This can be done automatically now."
 msgstr ""
 "Для доступа к службам Openstack (каждому API) их нужно регистрировать. Это "
 "выполняется с помощью команды «keystone service-create» и «keystone endpoint-"
@@ -247,81 +240,61 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../cinder-api.templates:1001
-#, fuzzy
-#| msgid ""
-#| "Note that you will need to have an up and running Keystone server on "
-#| "which to connect using the Keystone authentication token."
+#: ../cinder-api.templates:2001
 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 authentication token."
 msgstr ""
 "Заметим, что у вас должен быть работающий сервер Keystone, к которому будет "
 "произведено подключение с использованием токена аутентификации Keystone."
 
 #. Type: string
 #. Description
-#: ../cinder-api.templates:2001
-#, fuzzy
-#| msgid "Keystone server IP address:"
-msgid "Keystone IP address:"
+#: ../cinder-api.templates:3001
+msgid "Keystone server IP address:"
 msgstr "IP-адрес сервера Keystone:"
 
 #. Type: string
 #. Description
-#: ../cinder-api.templates:2001
-#, fuzzy
-#| msgid ""
-#| "Please enter the IP address of the Keystone server, so that cinder-api "
-#| "can contact Keystone to do the Cinder service and endpoint creation."
+#: ../cinder-api.templates:3001
 msgid ""
-"Enter the IP address of your keystone server, so that cinder-api can contact "
-"Keystone to do the Cinder service and endpoint creation."
+"Please enter the IP address of the Keystone server, so that cinder-api can "
+"contact Keystone to do the Cinder service and endpoint creation."
 msgstr ""
 "Введите IP-адрес сервера Keystone для того, чтобы cinder-api могла "
 "подключиться к Keystone для запуска службы Cinder и создания конечной точки."
 
 #. Type: password
 #. Description
-#: ../cinder-api.templates:3001
-#, fuzzy
-#| msgid "Keystone authentication token:"
-msgid "Keystone Auth Token:"
+#: ../cinder-api.templates:4001
+msgid "Keystone authentication token:"
 msgstr "Токен аутентификации Keystone:"
 
 #. Type: password
 #. Description
-#: ../cinder-api.templates:3001
-#, fuzzy
-#| msgid ""
-#| "To configure its endpoint in Keystone, cinder-api needs the Keystone "
-#| "authentication token."
+#: ../cinder-api.templates:4001
 msgid ""
-"To configure its endpoint in Keystone, cinder-api needs the Keystone auth "
-"token."
+"To configure its endpoint in Keystone, cinder-api needs the Keystone "
+"authentication token."
 msgstr ""
 "Для настройки собственной конечной точки в Keystone cinder-api требуется "
 "токен аутентификации Keystone."
 
 #. Type: string
 #. Description
-#: ../cinder-api.templates:4001
+#: ../cinder-api.templates:5001
 msgid "Cinder endpoint IP address:"
 msgstr "IP-адрес конечной точки Cinder:"
 
 #. Type: string
 #. Description
-#: ../cinder-api.templates:4001
-#, fuzzy
-#| msgid "Please enter the IP address that will be used to contact Cinder."
-msgid ""
-"Enter the IP address that will be used to contact Cinder (eg: the Cinder "
-"endpoint IP address)."
+#: ../cinder-api.templates:5001
+msgid "Please enter the IP address that will be used to contact Cinder."
 msgstr "Введите IP-адрес, который будет использован для подключения к Cinder."
 
 #. Type: string
 #. Description
-#: ../cinder-api.templates:4001
+#: ../cinder-api.templates:5001
 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 "
@@ -333,33 +306,25 @@ msgstr ""
 
 #. Type: string
 #. Description
-#: ../cinder-api.templates:5001
+#: ../cinder-api.templates:6001
 msgid "Name of the region to register:"
 msgstr "Название области для регистрации:"
 
 #. Type: string
 #. Description
-#: ../cinder-api.templates:5001
-#, fuzzy
-#| 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."
+#: ../cinder-api.templates:6001
 msgid ""
-"Openstack can be used using availability zones, with each region "
-"representing a location. Please enter the zone that you wish to use when "
-"registering the endpoint."
+"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 поддерживает разделение на зоны доступности, где каждая область "
 "представляет определённое расположение. Введите зону, которую вы хотите "
 "использовать при регистрации конечной точки."
 
 #~ msgid ""
-#~ "If some of these requirements are missing, do not choose this option and "
-#~ "run with regular SQLite support."
+#~ "If you don't choose this option, no database will be set up and Cinder "
+#~ "will use regular SQLite support."
 #~ msgstr ""
-#~ "Если не хватает хотя бы одного параметра, ответьте отрицательно и "
-#~ "включите поддержку SQLite."
-
-#~ msgid "Please specify the authentication server tenant name."
-#~ msgstr "Укажите членское имя сервера аутентификации."
+#~ "Если вы ответите отрицательно, то база данных настроена не будет, и "
+#~ "Cinder будет использоваться SQLite."
index 706f02a5cfc541848a9684f5a2c1ee16414261e0..06ea8b18fb2ec4fa5d915e331adfb1eb3b7be555 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: cinder\n"
 "Report-Msgid-Bugs-To: cinder@packages.debian.org\n"
-"POT-Creation-Date: 2013-09-25 17:10+0800\n"
+"POT-Creation-Date: 2013-10-09 23:29+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"
@@ -19,13 +19,13 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../cinder-common.templates:1001
-msgid "Start cinder services at boot?"
+#: ../cinder-common.templates:2001
+msgid "Start Cinder services at boot?"
 msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../cinder-common.templates:1001
+#: ../cinder-common.templates:2001
 msgid ""
 "Please choose whether you want to start Cinder services when the machine is "
 "booted up."
@@ -33,93 +33,126 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../cinder-common.templates:2001
+#: ../cinder-common.templates:3001
 msgid "Set up a database for Cinder?"
 msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../cinder-common.templates:2001
+#: ../cinder-common.templates:3001
 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:"
+"No database has been set up for Cinder to use. Before continuing, you should "
+"make sure you have the following information:"
 msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../cinder-common.templates:2001
+#: ../cinder-common.templates:3001
 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."
+" * the type of database that you want to use;\n"
+" * the database server hostname (that server must allow TCP connections from "
+"this\n"
+"   machine);\n"
+" * a username and password to access the database."
 msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../cinder-common.templates:2001
+#: ../cinder-common.templates:3001
 msgid ""
-"If you don't choose this option, no database will be set up and Cinder will "
-"use regular SQLite support."
+"If some of these requirements are missing, do not choose this option and run "
+"with regular SQLite support."
 msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../cinder-common.templates:2001
+#: ../cinder-common.templates:3001
 msgid ""
 "You can change this setting later on by running \"dpkg-reconfigure -plow "
-"cinder-common\"."
+"cinder\"."
 msgstr ""
 
 #. Type: string
 #. Description
-#: ../cinder-common.templates:3001
-msgid "Auth server hostname:"
+#: ../cinder-common.templates:4001
+msgid "Authentication server hostname:"
 msgstr ""
 
 #. Type: string
 #. Description
-#: ../cinder-common.templates:3001
+#: ../cinder-common.templates:4001
 msgid ""
-"Please specify the URL of your Cinder authentication server. Typically  this "
-"is also the URL 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 ""
 
 #. Type: string
 #. Description
-#: ../cinder-common.templates:4001
-msgid "Auth server tenant name:"
+#. 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 aside with your translation. Example for French:
+#. proprietaire ("tenant")
+#: ../cinder-common.templates:5001
+msgid "Authentication server tenant name:"
 msgstr ""
 
 #. 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 aside with your translation. Example for French:
+#. proprietaire ("tenant")
 #: ../cinder-common.templates:5001
-msgid "Auth server username:"
+msgid "Please specify the authentication server tenant name."
 msgstr ""
 
-#. Type: password
+#. Type: string
 #. Description
 #: ../cinder-common.templates:6001
-msgid "Auth server password:"
+msgid "Authentication server username:"
 msgstr ""
 
 #. Type: string
 #. Description
+#: ../cinder-common.templates:6001
+msgid "Please specify the username to use with the authentication server."
+msgstr ""
+
+#. Type: password
+#. Description
 #: ../cinder-common.templates:7001
+msgid "Authentication server password:"
+msgstr ""
+
+#. Type: password
+#. Description
+#: ../cinder-common.templates:7001
+msgid "Please specify the password to use with the authentication server."
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../cinder-common.templates:8001
 msgid "Cinder volume group:"
 msgstr ""
 
 #. Type: string
 #. Description
-#: ../cinder-common.templates:7001
+#: ../cinder-common.templates:8001
 msgid ""
-"Please specify the name of the LVM volume group (vg) on which Cinder will "
-"create partitions."
+"Please specify the name of the LVM volume group on which Cinder will create "
+"partitions."
 msgstr ""
 
 #. Type: string
 #. Description
-#: ../cinder-common.templates:8001
+#: ../cinder-common.templates:9001
 msgid "IP address of your RabbitMQ host:"
 msgstr ""
 
@@ -129,8 +162,8 @@ msgstr ""
 #. Description
 #. Type: password
 #. Description
-#: ../cinder-common.templates:8001 ../cinder-common.templates:9001
-#: ../cinder-common.templates:10001
+#: ../cinder-common.templates:9001 ../cinder-common.templates:10001
+#: ../cinder-common.templates:11001
 msgid ""
 "In order to interoperate with other components of OpenStack, this package "
 "needs to connect to a central RabbitMQ server."
@@ -138,102 +171,100 @@ msgstr ""
 
 #. Type: string
 #. Description
-#: ../cinder-common.templates:8001
+#: ../cinder-common.templates:9001
 msgid "Please specify the IP address of that server."
 msgstr ""
 
 #. Type: string
 #. Description
-#: ../cinder-common.templates:9001
+#: ../cinder-common.templates:10001
 msgid "Username for connection to the RabbitMQ server:"
 msgstr ""
 
 #. Type: string
 #. Description
-#: ../cinder-common.templates:9001
+#: ../cinder-common.templates:10001
 msgid "Please specify the username used to connect to the RabbitMQ server."
 msgstr ""
 
 #. Type: password
 #. Description
-#: ../cinder-common.templates:10001
+#: ../cinder-common.templates:11001
 msgid "Password for connection to the RabbitMQ server:"
 msgstr ""
 
 #. Type: password
 #. Description
-#: ../cinder-common.templates:10001
+#: ../cinder-common.templates:11001
 msgid "Please specify the password used to connect to the RabbitMQ server."
 msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../cinder-api.templates:1001
-msgid "Register Cinder in the keystone endpoint catalog?"
+#: ../cinder-api.templates:2001
+msgid "Register Cinder in the Keystone endpoint catalog?"
 msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../cinder-api.templates:1001
+#: ../cinder-api.templates:2001
 msgid ""
-"Each Openstack services (each API) should be registered in order to be "
+"Each OpenStack service (each API) should be registered in order to be "
 "accessible. This is done using \"keystone service-create\" and \"keystone "
-"endpoint-create\". Select if you want to run these commands now."
+"endpoint-create\". This can be done automatically now."
 msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../cinder-api.templates:1001
+#: ../cinder-api.templates:2001
 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 authentication token."
 msgstr ""
 
 #. Type: string
 #. Description
-#: ../cinder-api.templates:2001
-msgid "Keystone IP address:"
+#: ../cinder-api.templates:3001
+msgid "Keystone server IP address:"
 msgstr ""
 
 #. Type: string
 #. Description
-#: ../cinder-api.templates:2001
+#: ../cinder-api.templates:3001
 msgid ""
-"Enter the IP address of your keystone server, so that cinder-api can contact "
-"Keystone to do the Cinder service and endpoint creation."
+"Please enter the IP address of the Keystone server, so that cinder-api can "
+"contact Keystone to do the Cinder service and endpoint creation."
 msgstr ""
 
 #. Type: password
 #. Description
-#: ../cinder-api.templates:3001
-msgid "Keystone Auth Token:"
+#: ../cinder-api.templates:4001
+msgid "Keystone authentication token:"
 msgstr ""
 
 #. Type: password
 #. Description
-#: ../cinder-api.templates:3001
+#: ../cinder-api.templates:4001
 msgid ""
-"To configure its endpoint in Keystone, cinder-api needs the Keystone auth "
-"token."
+"To configure its endpoint in Keystone, cinder-api needs the Keystone "
+"authentication token."
 msgstr ""
 
 #. Type: string
 #. Description
-#: ../cinder-api.templates:4001
+#: ../cinder-api.templates:5001
 msgid "Cinder endpoint IP address:"
 msgstr ""
 
 #. Type: string
 #. Description
-#: ../cinder-api.templates:4001
-msgid ""
-"Enter the IP address that will be used to contact Cinder (eg: the Cinder "
-"endpoint IP address)."
+#: ../cinder-api.templates:5001
+msgid "Please enter the IP address that will be used to contact Cinder."
 msgstr ""
 
 #. Type: string
 #. Description
-#: ../cinder-api.templates:4001
+#: ../cinder-api.templates:5001
 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 "
@@ -242,15 +273,15 @@ msgstr ""
 
 #. Type: string
 #. Description
-#: ../cinder-api.templates:5001
+#: ../cinder-api.templates:6001
 msgid "Name of the region to register:"
 msgstr ""
 
 #. Type: string
 #. Description
-#: ../cinder-api.templates:5001
+#: ../cinder-api.templates:6001
 msgid ""
-"Openstack can be used using availability zones, with each region "
-"representing a location. Please enter the zone that you wish to use when "
-"registering the endpoint."
+"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 ""