Merge "Imported Translations from Transifex"

This commit is contained in:
Jenkins 2014-09-25 19:08:37 +00:00 committed by Gerrit Code Review
commit 299f8a6639
29 changed files with 1841 additions and 689 deletions

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Heat\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-08 06:00+0000\n"
"POT-Creation-Date: 2014-09-25 06:13+0000\n"
"PO-Revision-Date: 2014-08-07 07:52+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: German (http://www.transifex.com/projects/p/heat/language/"
@ -20,6 +20,49 @@ msgstr ""
"Generated-By: Babel 1.3\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: heat/api/aws/ec2token.py:162
msgid "Ec2Token authorization failed, no auth_uri specified in config file"
msgstr ""
#: heat/api/aws/utils.py:105
#, python-format
msgid "Request does not contain %s parameter!"
msgstr ""
#: heat/api/cloudwatch/watch.py:274
msgid "Request does not contain required MetricData"
msgstr ""
#: heat/common/heat_keystoneclient.py:134
msgid "Admin client authentication failed"
msgstr ""
#: heat/common/heat_keystoneclient.py:154
msgid "Domain admin client authentication failed"
msgstr ""
#: heat/common/heat_keystoneclient.py:184
msgid "Unknown version in auth_token_info"
msgstr ""
#: heat/common/heat_keystoneclient.py:195
msgid "Keystone v3 API connection failed, no password trust or auth_token!"
msgstr ""
#: heat/common/heat_keystoneclient.py:211
msgid "trust token re-scoping failed!"
msgstr ""
#: heat/common/heat_keystoneclient.py:215
msgid "Trust impersonation failed"
msgstr ""
#: heat/common/heat_keystoneclient.py:338
#: heat/common/heat_keystoneclient.py:425
#, python-format
msgid "Failed to add user %(user)s to role %(role)s, check role exists!"
msgstr ""
#: heat/common/lifecycle_plugin_utils.py:43
msgid "failed to get lifecycle plug point classes"
msgstr ""
@ -38,6 +81,11 @@ msgstr ""
msgid "%(opname) %(ci)s failed for %(a)s on %(sid)s"
msgstr ""
#: heat/common/plugin_loader.py:97
#, python-format
msgid "Failed to import module %s"
msgstr ""
#: heat/openstack/common/excutils.py:76
#, python-format
msgid "Original exception being dropped: %s"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Heat\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-08-20 06:00+0000\n"
"POT-Creation-Date: 2014-09-25 06:13+0000\n"
"PO-Revision-Date: 2014-08-07 07:52+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: German (http://www.transifex.com/projects/p/heat/language/"
@ -20,6 +20,44 @@ msgstr ""
"Generated-By: Babel 1.3\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: heat/api/aws/ec2token.py:141
msgid "Checking AWS credentials.."
msgstr ""
#: heat/api/aws/ec2token.py:148
msgid "No AWS Signature found."
msgstr ""
#: heat/api/aws/ec2token.py:156
msgid "No AWSAccessKeyId/Authorization Credential"
msgstr ""
#: heat/api/aws/ec2token.py:159
msgid "AWS credentials found, checking against keystone."
msgstr ""
#: heat/api/aws/ec2token.py:187
#, python-format
msgid "Authenticating with %s"
msgstr ""
#: heat/api/aws/ec2token.py:195
msgid "AWS authentication successful."
msgstr ""
#: heat/api/aws/ec2token.py:197
msgid "AWS authentication failure."
msgstr ""
#: heat/api/cfn/v1/stacks.py:439
msgid "validate_template"
msgstr ""
#: heat/common/urlfetch.py:44
#, python-format
msgid "Fetching data from %s"
msgstr ""
#: heat/openstack/common/eventlet_backdoor.py:140
#, python-format
msgid "Eventlet backdoor listening on %(port)s for process %(pid)d"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Heat\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-08 06:00+0000\n"
"POT-Creation-Date: 2014-09-25 06:13+0000\n"
"PO-Revision-Date: 2014-08-07 07:52+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: English (Australia) (http://www.transifex.com/projects/p/heat/"
@ -19,6 +19,49 @@ msgstr ""
"Generated-By: Babel 1.3\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: heat/api/aws/ec2token.py:162
msgid "Ec2Token authorization failed, no auth_uri specified in config file"
msgstr ""
#: heat/api/aws/utils.py:105
#, python-format
msgid "Request does not contain %s parameter!"
msgstr ""
#: heat/api/cloudwatch/watch.py:274
msgid "Request does not contain required MetricData"
msgstr ""
#: heat/common/heat_keystoneclient.py:134
msgid "Admin client authentication failed"
msgstr ""
#: heat/common/heat_keystoneclient.py:154
msgid "Domain admin client authentication failed"
msgstr ""
#: heat/common/heat_keystoneclient.py:184
msgid "Unknown version in auth_token_info"
msgstr ""
#: heat/common/heat_keystoneclient.py:195
msgid "Keystone v3 API connection failed, no password trust or auth_token!"
msgstr ""
#: heat/common/heat_keystoneclient.py:211
msgid "trust token re-scoping failed!"
msgstr ""
#: heat/common/heat_keystoneclient.py:215
msgid "Trust impersonation failed"
msgstr ""
#: heat/common/heat_keystoneclient.py:338
#: heat/common/heat_keystoneclient.py:425
#, python-format
msgid "Failed to add user %(user)s to role %(role)s, check role exists!"
msgstr ""
#: heat/common/lifecycle_plugin_utils.py:43
msgid "failed to get lifecycle plug point classes"
msgstr ""
@ -37,6 +80,11 @@ msgstr ""
msgid "%(opname) %(ci)s failed for %(a)s on %(sid)s"
msgstr ""
#: heat/common/plugin_loader.py:97
#, python-format
msgid "Failed to import module %s"
msgstr ""
#: heat/openstack/common/excutils.py:76
#, python-format
msgid "Original exception being dropped: %s"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Heat\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-08-20 06:00+0000\n"
"POT-Creation-Date: 2014-09-25 06:13+0000\n"
"PO-Revision-Date: 2014-08-07 07:52+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: English (Australia) (http://www.transifex.com/projects/p/heat/"
@ -19,6 +19,44 @@ msgstr ""
"Generated-By: Babel 1.3\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: heat/api/aws/ec2token.py:141
msgid "Checking AWS credentials.."
msgstr ""
#: heat/api/aws/ec2token.py:148
msgid "No AWS Signature found."
msgstr ""
#: heat/api/aws/ec2token.py:156
msgid "No AWSAccessKeyId/Authorization Credential"
msgstr ""
#: heat/api/aws/ec2token.py:159
msgid "AWS credentials found, checking against keystone."
msgstr ""
#: heat/api/aws/ec2token.py:187
#, python-format
msgid "Authenticating with %s"
msgstr ""
#: heat/api/aws/ec2token.py:195
msgid "AWS authentication successful."
msgstr ""
#: heat/api/aws/ec2token.py:197
msgid "AWS authentication failure."
msgstr ""
#: heat/api/cfn/v1/stacks.py:439
msgid "validate_template"
msgstr ""
#: heat/common/urlfetch.py:44
#, python-format
msgid "Fetching data from %s"
msgstr ""
#: heat/openstack/common/eventlet_backdoor.py:140
#, python-format
msgid "Eventlet backdoor listening on %(port)s for process %(pid)d"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Heat\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-08 06:00+0000\n"
"POT-Creation-Date: 2014-09-25 06:13+0000\n"
"PO-Revision-Date: 2014-08-07 07:52+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/"
@ -19,6 +19,49 @@ msgstr ""
"Generated-By: Babel 1.3\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: heat/api/aws/ec2token.py:162
msgid "Ec2Token authorization failed, no auth_uri specified in config file"
msgstr ""
#: heat/api/aws/utils.py:105
#, python-format
msgid "Request does not contain %s parameter!"
msgstr ""
#: heat/api/cloudwatch/watch.py:274
msgid "Request does not contain required MetricData"
msgstr ""
#: heat/common/heat_keystoneclient.py:134
msgid "Admin client authentication failed"
msgstr ""
#: heat/common/heat_keystoneclient.py:154
msgid "Domain admin client authentication failed"
msgstr ""
#: heat/common/heat_keystoneclient.py:184
msgid "Unknown version in auth_token_info"
msgstr ""
#: heat/common/heat_keystoneclient.py:195
msgid "Keystone v3 API connection failed, no password trust or auth_token!"
msgstr ""
#: heat/common/heat_keystoneclient.py:211
msgid "trust token re-scoping failed!"
msgstr ""
#: heat/common/heat_keystoneclient.py:215
msgid "Trust impersonation failed"
msgstr ""
#: heat/common/heat_keystoneclient.py:338
#: heat/common/heat_keystoneclient.py:425
#, python-format
msgid "Failed to add user %(user)s to role %(role)s, check role exists!"
msgstr ""
#: heat/common/lifecycle_plugin_utils.py:43
msgid "failed to get lifecycle plug point classes"
msgstr ""
@ -37,6 +80,11 @@ msgstr ""
msgid "%(opname) %(ci)s failed for %(a)s on %(sid)s"
msgstr ""
#: heat/common/plugin_loader.py:97
#, python-format
msgid "Failed to import module %s"
msgstr ""
#: heat/openstack/common/excutils.py:76
#, python-format
msgid "Original exception being dropped: %s"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Heat\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-08-20 06:00+0000\n"
"POT-Creation-Date: 2014-09-25 06:13+0000\n"
"PO-Revision-Date: 2014-08-07 07:52+0000\n"
"Last-Translator: Andi Chandler <andi@gowling.com>\n"
"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/"
@ -20,6 +20,44 @@ msgstr ""
"Generated-By: Babel 1.3\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: heat/api/aws/ec2token.py:141
msgid "Checking AWS credentials.."
msgstr ""
#: heat/api/aws/ec2token.py:148
msgid "No AWS Signature found."
msgstr ""
#: heat/api/aws/ec2token.py:156
msgid "No AWSAccessKeyId/Authorization Credential"
msgstr ""
#: heat/api/aws/ec2token.py:159
msgid "AWS credentials found, checking against keystone."
msgstr ""
#: heat/api/aws/ec2token.py:187
#, python-format
msgid "Authenticating with %s"
msgstr ""
#: heat/api/aws/ec2token.py:195
msgid "AWS authentication successful."
msgstr ""
#: heat/api/aws/ec2token.py:197
msgid "AWS authentication failure."
msgstr ""
#: heat/api/cfn/v1/stacks.py:439
msgid "validate_template"
msgstr ""
#: heat/common/urlfetch.py:44
#, python-format
msgid "Fetching data from %s"
msgstr ""
#: heat/openstack/common/eventlet_backdoor.py:140
#, python-format
msgid "Eventlet backdoor listening on %(port)s for process %(pid)d"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Heat\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-08-20 06:01+0000\n"
"POT-Creation-Date: 2014-09-25 06:13+0000\n"
"PO-Revision-Date: 2014-08-07 07:52+0000\n"
"Last-Translator: Andi Chandler <andi@gowling.com>\n"
"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/"
@ -20,6 +20,58 @@ msgstr ""
"Generated-By: Babel 1.3\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: heat/api/cloudwatch/watch.py:219
#, python-format
msgid "Invalid filter key %s, ignoring"
msgstr ""
#: heat/api/openstack/v1/stacks.py:217
#, python-format
msgid "Old Engine Version: %s"
msgstr ""
#: heat/common/heat_keystoneclient.py:113
msgid ""
"stack_user_domain_id or stack_user_domain_name not set in heat.conf falling "
"back to using default"
msgstr ""
#: heat/common/heat_keystoneclient.py:306
#, python-format
msgid "Truncating the username %s to the last 64 characters."
msgstr ""
#: heat/common/heat_keystoneclient.py:404
msgid ""
"Falling back to legacy non-domain user create, configure domain in heat.conf"
msgstr ""
#: heat/common/heat_keystoneclient.py:458
msgid ""
"Falling back to legacy non-domain user delete, configure domain in heat.conf"
msgstr ""
#: heat/common/heat_keystoneclient.py:479
#: heat/common/heat_keystoneclient.py:496
msgid ""
"Falling back to legacy non-domain project, configure domain in heat.conf"
msgstr ""
#: heat/common/heat_keystoneclient.py:587
#: heat/common/heat_keystoneclient.py:604
msgid ""
"Falling back to legacy non-domain keypair, configure domain in heat.conf"
msgstr ""
#: heat/common/heat_keystoneclient.py:623
msgid ""
"Falling back to legacy non-domain disable, configure domain in heat.conf"
msgstr ""
#: heat/common/heat_keystoneclient.py:633
msgid "Falling back to legacy non-domain enable, configure domain in heat.conf"
msgstr ""
#: heat/openstack/common/loopingcall.py:82
#, python-format
msgid "task run outlasted interval by %s sec"
@ -41,3 +93,33 @@ msgstr "tcp_keepknt not available on your system"
#, python-format
msgid "pid %d not in child list"
msgstr "pid %d not in child list"
#: heat/tests/generic_resource.py:34
#, python-format
msgid "Creating generic resource (Type \"%s\")"
msgstr ""
#: heat/tests/generic_resource.py:38
#, python-format
msgid "Updating generic resource (Type \"%s\")"
msgstr ""
#: heat/tests/generic_resource.py:42
#, python-format
msgid "Deleting generic resource (Type \"%s\")"
msgstr ""
#: heat/tests/generic_resource.py:49
#, python-format
msgid "Suspending generic resource (Type \"%s\")"
msgstr ""
#: heat/tests/generic_resource.py:53
#, python-format
msgid "Resuming generic resource (Type \"%s\")"
msgstr ""
#: heat/tests/generic_resource.py:139
#, python-format
msgid "Signaled resource (Type \"%(type)s\") %(details)s"
msgstr ""

File diff suppressed because it is too large Load Diff

View File

@ -3,12 +3,13 @@
# This file is distributed under the same license as the heat project.
#
# Translators:
# Rafael Rivero <rafael@cloudscaling.com>, 2014
msgid ""
msgstr ""
"Project-Id-Version: Heat\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-08 06:00+0000\n"
"PO-Revision-Date: 2014-08-07 07:52+0000\n"
"POT-Creation-Date: 2014-09-25 06:13+0000\n"
"PO-Revision-Date: 2014-09-13 23:49+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Spanish (http://www.transifex.com/projects/p/heat/language/"
"es/)\n"
@ -19,23 +20,75 @@ msgstr ""
"Generated-By: Babel 1.3\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: heat/api/aws/ec2token.py:162
msgid "Ec2Token authorization failed, no auth_uri specified in config file"
msgstr ""
"Ec2Token autorización ha fallado, ningún auth_uri especificado en el archivo "
"de configuración"
#: heat/api/aws/utils.py:105
#, python-format
msgid "Request does not contain %s parameter!"
msgstr "Solicitud no contiene parámetro %s!"
#: heat/api/cloudwatch/watch.py:274
msgid "Request does not contain required MetricData"
msgstr "Solicitud no contiene el requisito MetricData"
#: heat/common/heat_keystoneclient.py:134
msgid "Admin client authentication failed"
msgstr "Ha fallado la autenticación del cliente de administración"
#: heat/common/heat_keystoneclient.py:154
msgid "Domain admin client authentication failed"
msgstr ""
#: heat/common/heat_keystoneclient.py:184
msgid "Unknown version in auth_token_info"
msgstr ""
#: heat/common/heat_keystoneclient.py:195
msgid "Keystone v3 API connection failed, no password trust or auth_token!"
msgstr ""
#: heat/common/heat_keystoneclient.py:211
msgid "trust token re-scoping failed!"
msgstr ""
#: heat/common/heat_keystoneclient.py:215
msgid "Trust impersonation failed"
msgstr ""
#: heat/common/heat_keystoneclient.py:338
#: heat/common/heat_keystoneclient.py:425
#, python-format
msgid "Failed to add user %(user)s to role %(role)s, check role exists!"
msgstr ""
#: heat/common/lifecycle_plugin_utils.py:43
msgid "failed to get lifecycle plug point classes"
msgstr ""
msgstr "fallo a obtener clases de punto de conexión de ciclo de vida "
#: heat/common/lifecycle_plugin_utils.py:50
#, python-format
msgid "failed to instantiate stack lifecycle class %s"
msgstr ""
msgstr "fallo al instanciar clase de ciclo de vida de la pila %s"
#: heat/common/lifecycle_plugin_utils.py:55
msgid "failed to sort lifecycle plug point classes"
msgstr ""
"ha ocurrido un error al ordenar las clases del punto de conexión de ciclo de "
"vida"
#: heat/common/lifecycle_plugin_utils.py:108
#, python-format
msgid "%(opname) %(ci)s failed for %(a)s on %(sid)s"
msgstr ""
msgstr "%(opname) %(ci)s fallo por %(a)s en %(sid)s"
#: heat/common/plugin_loader.py:97
#, python-format
msgid "Failed to import module %s"
msgstr "No se ha podido importar el modulo %s"
#: heat/openstack/common/excutils.py:76
#, python-format

View File

@ -3,13 +3,14 @@
# This file is distributed under the same license as the heat project.
#
# Translators:
# Rafael Rivero <rafael@cloudscaling.com>, 2014
msgid ""
msgstr ""
"Project-Id-Version: Heat\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-08-20 06:00+0000\n"
"PO-Revision-Date: 2014-08-07 07:52+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"POT-Creation-Date: 2014-09-25 06:13+0000\n"
"PO-Revision-Date: 2014-09-15 15:41+0000\n"
"Last-Translator: Rafael Rivero <rafael@cloudscaling.com>\n"
"Language-Team: Spanish (http://www.transifex.com/projects/p/heat/language/"
"es/)\n"
"Language: es\n"
@ -19,6 +20,44 @@ msgstr ""
"Generated-By: Babel 1.3\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: heat/api/aws/ec2token.py:141
msgid "Checking AWS credentials.."
msgstr "Comprobando credenciales AWS.."
#: heat/api/aws/ec2token.py:148
msgid "No AWS Signature found."
msgstr "Firma AWS Signature no encontrada."
#: heat/api/aws/ec2token.py:156
msgid "No AWSAccessKeyId/Authorization Credential"
msgstr "Credencial AWSAccessKeyId/Authorization no encontrada"
#: heat/api/aws/ec2token.py:159
msgid "AWS credentials found, checking against keystone."
msgstr "Credenciales AWS encontradas, comprobándolas contra keystone."
#: heat/api/aws/ec2token.py:187
#, python-format
msgid "Authenticating with %s"
msgstr "Autenticándo con %s"
#: heat/api/aws/ec2token.py:195
msgid "AWS authentication successful."
msgstr "Autenticación AWS correcta."
#: heat/api/aws/ec2token.py:197
msgid "AWS authentication failure."
msgstr "Autenticación AWS incorrecta."
#: heat/api/cfn/v1/stacks.py:439
msgid "validate_template"
msgstr "validate_template"
#: heat/common/urlfetch.py:44
#, python-format
msgid "Fetching data from %s"
msgstr "Obteniendo datos desde %s"
#: heat/openstack/common/eventlet_backdoor.py:140
#, python-format
msgid "Eventlet backdoor listening on %(port)s for process %(pid)d"
@ -32,7 +71,7 @@ msgstr "Candado creado ruta: %s"
#: heat/openstack/common/lockutils.py:250
#, python-format
msgid "Failed to remove file %(file)s"
msgstr ""
msgstr "No se ha podido eliminar el archivo %(file)s"
#: heat/openstack/common/service.py:176
#, python-format
@ -46,7 +85,7 @@ msgstr "El proceso padre se ha detenido inesperadamente, saliendo"
#: heat/openstack/common/service.py:271
#, python-format
msgid "Child caught %s, exiting"
msgstr ""
msgstr "Hijo captado %s, saliendo"
#: heat/openstack/common/service.py:310
msgid "Forking too fast, sleeping"
@ -79,7 +118,7 @@ msgstr "Se ha captado %s, deteniendo hijos"
#: heat/openstack/common/service.py:408
msgid "Wait called after thread killed. Cleaning up."
msgstr ""
msgstr "Espéra llamada después que el hilo ha sido matado. Limpiando."
#: heat/openstack/common/service.py:424
#, python-format

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Heat\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-08 06:00+0000\n"
"POT-Creation-Date: 2014-09-25 06:13+0000\n"
"PO-Revision-Date: 2014-08-07 07:52+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: French (http://www.transifex.com/projects/p/heat/language/"
@ -19,6 +19,49 @@ msgstr ""
"Generated-By: Babel 1.3\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: heat/api/aws/ec2token.py:162
msgid "Ec2Token authorization failed, no auth_uri specified in config file"
msgstr ""
#: heat/api/aws/utils.py:105
#, python-format
msgid "Request does not contain %s parameter!"
msgstr ""
#: heat/api/cloudwatch/watch.py:274
msgid "Request does not contain required MetricData"
msgstr ""
#: heat/common/heat_keystoneclient.py:134
msgid "Admin client authentication failed"
msgstr ""
#: heat/common/heat_keystoneclient.py:154
msgid "Domain admin client authentication failed"
msgstr ""
#: heat/common/heat_keystoneclient.py:184
msgid "Unknown version in auth_token_info"
msgstr ""
#: heat/common/heat_keystoneclient.py:195
msgid "Keystone v3 API connection failed, no password trust or auth_token!"
msgstr ""
#: heat/common/heat_keystoneclient.py:211
msgid "trust token re-scoping failed!"
msgstr ""
#: heat/common/heat_keystoneclient.py:215
msgid "Trust impersonation failed"
msgstr ""
#: heat/common/heat_keystoneclient.py:338
#: heat/common/heat_keystoneclient.py:425
#, python-format
msgid "Failed to add user %(user)s to role %(role)s, check role exists!"
msgstr ""
#: heat/common/lifecycle_plugin_utils.py:43
msgid "failed to get lifecycle plug point classes"
msgstr ""
@ -37,6 +80,11 @@ msgstr ""
msgid "%(opname) %(ci)s failed for %(a)s on %(sid)s"
msgstr ""
#: heat/common/plugin_loader.py:97
#, python-format
msgid "Failed to import module %s"
msgstr ""
#: heat/openstack/common/excutils.py:76
#, python-format
msgid "Original exception being dropped: %s"

View File

@ -3,13 +3,14 @@
# This file is distributed under the same license as the heat project.
#
# Translators:
# Maxime COQUEREL <max.coquerel@gmail.com>, 2014
msgid ""
msgstr ""
"Project-Id-Version: Heat\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-08-20 06:00+0000\n"
"PO-Revision-Date: 2014-08-07 07:52+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"POT-Creation-Date: 2014-09-25 06:13+0000\n"
"PO-Revision-Date: 2014-09-24 20:48+0000\n"
"Last-Translator: Maxime COQUEREL <max.coquerel@gmail.com>\n"
"Language-Team: French (http://www.transifex.com/projects/p/heat/language/"
"fr/)\n"
"Language: fr\n"
@ -19,6 +20,44 @@ msgstr ""
"Generated-By: Babel 1.3\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: heat/api/aws/ec2token.py:141
msgid "Checking AWS credentials.."
msgstr "Vérification des informations de compte AWS"
#: heat/api/aws/ec2token.py:148
msgid "No AWS Signature found."
msgstr "Signature AWS non trouvé"
#: heat/api/aws/ec2token.py:156
msgid "No AWSAccessKeyId/Authorization Credential"
msgstr "Pas AWSAccessKeyId/Authorisation de compte"
#: heat/api/aws/ec2token.py:159
msgid "AWS credentials found, checking against keystone."
msgstr "Information de compte AWS trouvé, vérification avec keystone."
#: heat/api/aws/ec2token.py:187
#, python-format
msgid "Authenticating with %s"
msgstr "Authentification avec %s"
#: heat/api/aws/ec2token.py:195
msgid "AWS authentication successful."
msgstr "Succès de l'authentification AWS"
#: heat/api/aws/ec2token.py:197
msgid "AWS authentication failure."
msgstr "Echec de l'authentification AWS"
#: heat/api/cfn/v1/stacks.py:439
msgid "validate_template"
msgstr "validate_template"
#: heat/common/urlfetch.py:44
#, python-format
msgid "Fetching data from %s"
msgstr "Recherche de donnée depuis %s"
#: heat/openstack/common/eventlet_backdoor.py:140
#, python-format
msgid "Eventlet backdoor listening on %(port)s for process %(pid)d"
@ -46,7 +85,7 @@ msgstr "Processus parent arrêté de manière inattendue, sortie"
#: heat/openstack/common/service.py:271
#, python-format
msgid "Child caught %s, exiting"
msgstr ""
msgstr "L'enfant a reçu %s, sortie"
#: heat/openstack/common/service.py:310
msgid "Forking too fast, sleeping"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Heat\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-08-20 06:01+0000\n"
"POT-Creation-Date: 2014-09-25 06:13+0000\n"
"PO-Revision-Date: 2014-08-07 07:52+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: French (http://www.transifex.com/projects/p/heat/language/"
@ -19,6 +19,58 @@ msgstr ""
"Generated-By: Babel 1.3\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: heat/api/cloudwatch/watch.py:219
#, python-format
msgid "Invalid filter key %s, ignoring"
msgstr ""
#: heat/api/openstack/v1/stacks.py:217
#, python-format
msgid "Old Engine Version: %s"
msgstr ""
#: heat/common/heat_keystoneclient.py:113
msgid ""
"stack_user_domain_id or stack_user_domain_name not set in heat.conf falling "
"back to using default"
msgstr ""
#: heat/common/heat_keystoneclient.py:306
#, python-format
msgid "Truncating the username %s to the last 64 characters."
msgstr ""
#: heat/common/heat_keystoneclient.py:404
msgid ""
"Falling back to legacy non-domain user create, configure domain in heat.conf"
msgstr ""
#: heat/common/heat_keystoneclient.py:458
msgid ""
"Falling back to legacy non-domain user delete, configure domain in heat.conf"
msgstr ""
#: heat/common/heat_keystoneclient.py:479
#: heat/common/heat_keystoneclient.py:496
msgid ""
"Falling back to legacy non-domain project, configure domain in heat.conf"
msgstr ""
#: heat/common/heat_keystoneclient.py:587
#: heat/common/heat_keystoneclient.py:604
msgid ""
"Falling back to legacy non-domain keypair, configure domain in heat.conf"
msgstr ""
#: heat/common/heat_keystoneclient.py:623
msgid ""
"Falling back to legacy non-domain disable, configure domain in heat.conf"
msgstr ""
#: heat/common/heat_keystoneclient.py:633
msgid "Falling back to legacy non-domain enable, configure domain in heat.conf"
msgstr ""
#: heat/openstack/common/loopingcall.py:82
#, python-format
msgid "task run outlasted interval by %s sec"
@ -40,3 +92,33 @@ msgstr "tcp_keepknt n'est pas disponible sur votre système"
#, python-format
msgid "pid %d not in child list"
msgstr "PID %d absent de la liste d'enfants"
#: heat/tests/generic_resource.py:34
#, python-format
msgid "Creating generic resource (Type \"%s\")"
msgstr ""
#: heat/tests/generic_resource.py:38
#, python-format
msgid "Updating generic resource (Type \"%s\")"
msgstr ""
#: heat/tests/generic_resource.py:42
#, python-format
msgid "Deleting generic resource (Type \"%s\")"
msgstr ""
#: heat/tests/generic_resource.py:49
#, python-format
msgid "Suspending generic resource (Type \"%s\")"
msgstr ""
#: heat/tests/generic_resource.py:53
#, python-format
msgid "Resuming generic resource (Type \"%s\")"
msgstr ""
#: heat/tests/generic_resource.py:139
#, python-format
msgid "Signaled resource (Type \"%(type)s\") %(details)s"
msgstr ""

View File

@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: heat 2014.2.dev18.ge5f285f\n"
"Project-Id-Version: heat 2014.2.dev102.gb8ed388\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-08 06:00+0000\n"
"POT-Creation-Date: 2014-09-25 06:13+0000\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"
@ -17,6 +17,49 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 1.3\n"
#: heat/api/aws/ec2token.py:162
msgid "Ec2Token authorization failed, no auth_uri specified in config file"
msgstr ""
#: heat/api/aws/utils.py:105
#, python-format
msgid "Request does not contain %s parameter!"
msgstr ""
#: heat/api/cloudwatch/watch.py:274
msgid "Request does not contain required MetricData"
msgstr ""
#: heat/common/heat_keystoneclient.py:134
msgid "Admin client authentication failed"
msgstr ""
#: heat/common/heat_keystoneclient.py:154
msgid "Domain admin client authentication failed"
msgstr ""
#: heat/common/heat_keystoneclient.py:184
msgid "Unknown version in auth_token_info"
msgstr ""
#: heat/common/heat_keystoneclient.py:195
msgid "Keystone v3 API connection failed, no password trust or auth_token!"
msgstr ""
#: heat/common/heat_keystoneclient.py:211
msgid "trust token re-scoping failed!"
msgstr ""
#: heat/common/heat_keystoneclient.py:215
msgid "Trust impersonation failed"
msgstr ""
#: heat/common/heat_keystoneclient.py:338
#: heat/common/heat_keystoneclient.py:425
#, python-format
msgid "Failed to add user %(user)s to role %(role)s, check role exists!"
msgstr ""
#: heat/common/lifecycle_plugin_utils.py:43
msgid "failed to get lifecycle plug point classes"
msgstr ""
@ -35,6 +78,11 @@ msgstr ""
msgid "%(opname) %(ci)s failed for %(a)s on %(sid)s"
msgstr ""
#: heat/common/plugin_loader.py:97
#, python-format
msgid "Failed to import module %s"
msgstr ""
#: heat/openstack/common/excutils.py:76
#, python-format
msgid "Original exception being dropped: %s"

View File

@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: heat 2014.2.dev205.ga9b8536\n"
"Project-Id-Version: heat 2014.2.dev102.gb8ed388\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-08-20 06:00+0000\n"
"POT-Creation-Date: 2014-09-25 06:13+0000\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"
@ -17,6 +17,44 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 1.3\n"
#: heat/api/aws/ec2token.py:141
msgid "Checking AWS credentials.."
msgstr ""
#: heat/api/aws/ec2token.py:148
msgid "No AWS Signature found."
msgstr ""
#: heat/api/aws/ec2token.py:156
msgid "No AWSAccessKeyId/Authorization Credential"
msgstr ""
#: heat/api/aws/ec2token.py:159
msgid "AWS credentials found, checking against keystone."
msgstr ""
#: heat/api/aws/ec2token.py:187
#, python-format
msgid "Authenticating with %s"
msgstr ""
#: heat/api/aws/ec2token.py:195
msgid "AWS authentication successful."
msgstr ""
#: heat/api/aws/ec2token.py:197
msgid "AWS authentication failure."
msgstr ""
#: heat/api/cfn/v1/stacks.py:439
msgid "validate_template"
msgstr ""
#: heat/common/urlfetch.py:44
#, python-format
msgid "Fetching data from %s"
msgstr ""
#: heat/openstack/common/eventlet_backdoor.py:140
#, python-format
msgid "Eventlet backdoor listening on %(port)s for process %(pid)d"

View File

@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: heat 2014.2.dev205.ga9b8536\n"
"Project-Id-Version: heat 2014.2.dev102.gb8ed388\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-08-20 06:01+0000\n"
"POT-Creation-Date: 2014-09-25 06:13+0000\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"
@ -17,6 +17,57 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 1.3\n"
#: heat/api/cloudwatch/watch.py:219
#, python-format
msgid "Invalid filter key %s, ignoring"
msgstr ""
#: heat/api/openstack/v1/stacks.py:217
#, python-format
msgid "Old Engine Version: %s"
msgstr ""
#: heat/common/heat_keystoneclient.py:113
msgid ""
"stack_user_domain_id or stack_user_domain_name not set in heat.conf "
"falling back to using default"
msgstr ""
#: heat/common/heat_keystoneclient.py:306
#, python-format
msgid "Truncating the username %s to the last 64 characters."
msgstr ""
#: heat/common/heat_keystoneclient.py:404
msgid ""
"Falling back to legacy non-domain user create, configure domain in "
"heat.conf"
msgstr ""
#: heat/common/heat_keystoneclient.py:458
msgid ""
"Falling back to legacy non-domain user delete, configure domain in "
"heat.conf"
msgstr ""
#: heat/common/heat_keystoneclient.py:479
#: heat/common/heat_keystoneclient.py:496
msgid "Falling back to legacy non-domain project, configure domain in heat.conf"
msgstr ""
#: heat/common/heat_keystoneclient.py:587
#: heat/common/heat_keystoneclient.py:604
msgid "Falling back to legacy non-domain keypair, configure domain in heat.conf"
msgstr ""
#: heat/common/heat_keystoneclient.py:623
msgid "Falling back to legacy non-domain disable, configure domain in heat.conf"
msgstr ""
#: heat/common/heat_keystoneclient.py:633
msgid "Falling back to legacy non-domain enable, configure domain in heat.conf"
msgstr ""
#: heat/openstack/common/loopingcall.py:82
#, python-format
msgid "task run outlasted interval by %s sec"
@ -39,3 +90,33 @@ msgstr ""
msgid "pid %d not in child list"
msgstr ""
#: heat/tests/generic_resource.py:34
#, python-format
msgid "Creating generic resource (Type \"%s\")"
msgstr ""
#: heat/tests/generic_resource.py:38
#, python-format
msgid "Updating generic resource (Type \"%s\")"
msgstr ""
#: heat/tests/generic_resource.py:42
#, python-format
msgid "Deleting generic resource (Type \"%s\")"
msgstr ""
#: heat/tests/generic_resource.py:49
#, python-format
msgid "Suspending generic resource (Type \"%s\")"
msgstr ""
#: heat/tests/generic_resource.py:53
#, python-format
msgid "Resuming generic resource (Type \"%s\")"
msgstr ""
#: heat/tests/generic_resource.py:139
#, python-format
msgid "Signaled resource (Type \"%(type)s\") %(details)s"
msgstr ""

File diff suppressed because it is too large Load Diff

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Heat\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-08 06:00+0000\n"
"POT-Creation-Date: 2014-09-25 06:13+0000\n"
"PO-Revision-Date: 2014-08-07 07:52+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Italian (http://www.transifex.com/projects/p/heat/language/"
@ -19,6 +19,49 @@ msgstr ""
"Generated-By: Babel 1.3\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: heat/api/aws/ec2token.py:162
msgid "Ec2Token authorization failed, no auth_uri specified in config file"
msgstr ""
#: heat/api/aws/utils.py:105
#, python-format
msgid "Request does not contain %s parameter!"
msgstr ""
#: heat/api/cloudwatch/watch.py:274
msgid "Request does not contain required MetricData"
msgstr ""
#: heat/common/heat_keystoneclient.py:134
msgid "Admin client authentication failed"
msgstr ""
#: heat/common/heat_keystoneclient.py:154
msgid "Domain admin client authentication failed"
msgstr ""
#: heat/common/heat_keystoneclient.py:184
msgid "Unknown version in auth_token_info"
msgstr ""
#: heat/common/heat_keystoneclient.py:195
msgid "Keystone v3 API connection failed, no password trust or auth_token!"
msgstr ""
#: heat/common/heat_keystoneclient.py:211
msgid "trust token re-scoping failed!"
msgstr ""
#: heat/common/heat_keystoneclient.py:215
msgid "Trust impersonation failed"
msgstr ""
#: heat/common/heat_keystoneclient.py:338
#: heat/common/heat_keystoneclient.py:425
#, python-format
msgid "Failed to add user %(user)s to role %(role)s, check role exists!"
msgstr ""
#: heat/common/lifecycle_plugin_utils.py:43
msgid "failed to get lifecycle plug point classes"
msgstr ""
@ -37,6 +80,11 @@ msgstr ""
msgid "%(opname) %(ci)s failed for %(a)s on %(sid)s"
msgstr ""
#: heat/common/plugin_loader.py:97
#, python-format
msgid "Failed to import module %s"
msgstr ""
#: heat/openstack/common/excutils.py:76
#, python-format
msgid "Original exception being dropped: %s"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Heat\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-08-20 06:00+0000\n"
"POT-Creation-Date: 2014-09-25 06:13+0000\n"
"PO-Revision-Date: 2014-08-07 07:52+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Italian (http://www.transifex.com/projects/p/heat/language/"
@ -19,6 +19,44 @@ msgstr ""
"Generated-By: Babel 1.3\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: heat/api/aws/ec2token.py:141
msgid "Checking AWS credentials.."
msgstr ""
#: heat/api/aws/ec2token.py:148
msgid "No AWS Signature found."
msgstr ""
#: heat/api/aws/ec2token.py:156
msgid "No AWSAccessKeyId/Authorization Credential"
msgstr ""
#: heat/api/aws/ec2token.py:159
msgid "AWS credentials found, checking against keystone."
msgstr ""
#: heat/api/aws/ec2token.py:187
#, python-format
msgid "Authenticating with %s"
msgstr ""
#: heat/api/aws/ec2token.py:195
msgid "AWS authentication successful."
msgstr ""
#: heat/api/aws/ec2token.py:197
msgid "AWS authentication failure."
msgstr ""
#: heat/api/cfn/v1/stacks.py:439
msgid "validate_template"
msgstr ""
#: heat/common/urlfetch.py:44
#, python-format
msgid "Fetching data from %s"
msgstr ""
#: heat/openstack/common/eventlet_backdoor.py:140
#, python-format
msgid "Eventlet backdoor listening on %(port)s for process %(pid)d"

View File

@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Heat\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-08 06:00+0000\n"
"POT-Creation-Date: 2014-09-25 06:13+0000\n"
"PO-Revision-Date: 2014-08-07 07:52+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Japanese (http://www.transifex.com/projects/p/heat/language/"
@ -21,6 +21,49 @@ msgstr ""
"Generated-By: Babel 1.3\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: heat/api/aws/ec2token.py:162
msgid "Ec2Token authorization failed, no auth_uri specified in config file"
msgstr ""
#: heat/api/aws/utils.py:105
#, python-format
msgid "Request does not contain %s parameter!"
msgstr ""
#: heat/api/cloudwatch/watch.py:274
msgid "Request does not contain required MetricData"
msgstr ""
#: heat/common/heat_keystoneclient.py:134
msgid "Admin client authentication failed"
msgstr ""
#: heat/common/heat_keystoneclient.py:154
msgid "Domain admin client authentication failed"
msgstr ""
#: heat/common/heat_keystoneclient.py:184
msgid "Unknown version in auth_token_info"
msgstr ""
#: heat/common/heat_keystoneclient.py:195
msgid "Keystone v3 API connection failed, no password trust or auth_token!"
msgstr ""
#: heat/common/heat_keystoneclient.py:211
msgid "trust token re-scoping failed!"
msgstr ""
#: heat/common/heat_keystoneclient.py:215
msgid "Trust impersonation failed"
msgstr ""
#: heat/common/heat_keystoneclient.py:338
#: heat/common/heat_keystoneclient.py:425
#, python-format
msgid "Failed to add user %(user)s to role %(role)s, check role exists!"
msgstr ""
#: heat/common/lifecycle_plugin_utils.py:43
msgid "failed to get lifecycle plug point classes"
msgstr ""
@ -39,6 +82,11 @@ msgstr ""
msgid "%(opname) %(ci)s failed for %(a)s on %(sid)s"
msgstr ""
#: heat/common/plugin_loader.py:97
#, python-format
msgid "Failed to import module %s"
msgstr ""
#: heat/openstack/common/excutils.py:76
#, python-format
msgid "Original exception being dropped: %s"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Heat\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-08 06:00+0000\n"
"POT-Creation-Date: 2014-09-25 06:13+0000\n"
"PO-Revision-Date: 2014-08-07 07:52+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Korean (Korea) (http://www.transifex.com/projects/p/heat/"
@ -19,6 +19,49 @@ msgstr ""
"Generated-By: Babel 1.3\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: heat/api/aws/ec2token.py:162
msgid "Ec2Token authorization failed, no auth_uri specified in config file"
msgstr ""
#: heat/api/aws/utils.py:105
#, python-format
msgid "Request does not contain %s parameter!"
msgstr ""
#: heat/api/cloudwatch/watch.py:274
msgid "Request does not contain required MetricData"
msgstr ""
#: heat/common/heat_keystoneclient.py:134
msgid "Admin client authentication failed"
msgstr ""
#: heat/common/heat_keystoneclient.py:154
msgid "Domain admin client authentication failed"
msgstr ""
#: heat/common/heat_keystoneclient.py:184
msgid "Unknown version in auth_token_info"
msgstr ""
#: heat/common/heat_keystoneclient.py:195
msgid "Keystone v3 API connection failed, no password trust or auth_token!"
msgstr ""
#: heat/common/heat_keystoneclient.py:211
msgid "trust token re-scoping failed!"
msgstr ""
#: heat/common/heat_keystoneclient.py:215
msgid "Trust impersonation failed"
msgstr ""
#: heat/common/heat_keystoneclient.py:338
#: heat/common/heat_keystoneclient.py:425
#, python-format
msgid "Failed to add user %(user)s to role %(role)s, check role exists!"
msgstr ""
#: heat/common/lifecycle_plugin_utils.py:43
msgid "failed to get lifecycle plug point classes"
msgstr ""
@ -37,6 +80,11 @@ msgstr ""
msgid "%(opname) %(ci)s failed for %(a)s on %(sid)s"
msgstr ""
#: heat/common/plugin_loader.py:97
#, python-format
msgid "Failed to import module %s"
msgstr ""
#: heat/openstack/common/excutils.py:76
#, python-format
msgid "Original exception being dropped: %s"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Heat\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-08 06:00+0000\n"
"POT-Creation-Date: 2014-09-25 06:13+0000\n"
"PO-Revision-Date: 2014-08-07 07:52+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/heat/"
@ -19,6 +19,49 @@ msgstr ""
"Generated-By: Babel 1.3\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: heat/api/aws/ec2token.py:162
msgid "Ec2Token authorization failed, no auth_uri specified in config file"
msgstr ""
#: heat/api/aws/utils.py:105
#, python-format
msgid "Request does not contain %s parameter!"
msgstr ""
#: heat/api/cloudwatch/watch.py:274
msgid "Request does not contain required MetricData"
msgstr ""
#: heat/common/heat_keystoneclient.py:134
msgid "Admin client authentication failed"
msgstr ""
#: heat/common/heat_keystoneclient.py:154
msgid "Domain admin client authentication failed"
msgstr ""
#: heat/common/heat_keystoneclient.py:184
msgid "Unknown version in auth_token_info"
msgstr ""
#: heat/common/heat_keystoneclient.py:195
msgid "Keystone v3 API connection failed, no password trust or auth_token!"
msgstr ""
#: heat/common/heat_keystoneclient.py:211
msgid "trust token re-scoping failed!"
msgstr ""
#: heat/common/heat_keystoneclient.py:215
msgid "Trust impersonation failed"
msgstr ""
#: heat/common/heat_keystoneclient.py:338
#: heat/common/heat_keystoneclient.py:425
#, python-format
msgid "Failed to add user %(user)s to role %(role)s, check role exists!"
msgstr ""
#: heat/common/lifecycle_plugin_utils.py:43
msgid "failed to get lifecycle plug point classes"
msgstr ""
@ -37,6 +80,11 @@ msgstr ""
msgid "%(opname) %(ci)s failed for %(a)s on %(sid)s"
msgstr ""
#: heat/common/plugin_loader.py:97
#, python-format
msgid "Failed to import module %s"
msgstr ""
#: heat/openstack/common/excutils.py:76
#, python-format
msgid "Original exception being dropped: %s"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Heat\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-08-20 06:00+0000\n"
"POT-Creation-Date: 2014-09-25 06:13+0000\n"
"PO-Revision-Date: 2014-08-07 07:52+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/heat/"
@ -19,6 +19,44 @@ msgstr ""
"Generated-By: Babel 1.3\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: heat/api/aws/ec2token.py:141
msgid "Checking AWS credentials.."
msgstr ""
#: heat/api/aws/ec2token.py:148
msgid "No AWS Signature found."
msgstr ""
#: heat/api/aws/ec2token.py:156
msgid "No AWSAccessKeyId/Authorization Credential"
msgstr ""
#: heat/api/aws/ec2token.py:159
msgid "AWS credentials found, checking against keystone."
msgstr ""
#: heat/api/aws/ec2token.py:187
#, python-format
msgid "Authenticating with %s"
msgstr ""
#: heat/api/aws/ec2token.py:195
msgid "AWS authentication successful."
msgstr ""
#: heat/api/aws/ec2token.py:197
msgid "AWS authentication failure."
msgstr ""
#: heat/api/cfn/v1/stacks.py:439
msgid "validate_template"
msgstr ""
#: heat/common/urlfetch.py:44
#, python-format
msgid "Fetching data from %s"
msgstr ""
#: heat/openstack/common/eventlet_backdoor.py:140
#, python-format
msgid "Eventlet backdoor listening on %(port)s for process %(pid)d"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Heat\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-08-20 06:00+0000\n"
"POT-Creation-Date: 2014-09-25 06:13+0000\n"
"PO-Revision-Date: 2014-08-07 07:52+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Telugu (India) (http://www.transifex.com/projects/p/heat/"
@ -19,6 +19,44 @@ msgstr ""
"Generated-By: Babel 1.3\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: heat/api/aws/ec2token.py:141
msgid "Checking AWS credentials.."
msgstr ""
#: heat/api/aws/ec2token.py:148
msgid "No AWS Signature found."
msgstr ""
#: heat/api/aws/ec2token.py:156
msgid "No AWSAccessKeyId/Authorization Credential"
msgstr ""
#: heat/api/aws/ec2token.py:159
msgid "AWS credentials found, checking against keystone."
msgstr ""
#: heat/api/aws/ec2token.py:187
#, python-format
msgid "Authenticating with %s"
msgstr ""
#: heat/api/aws/ec2token.py:195
msgid "AWS authentication successful."
msgstr ""
#: heat/api/aws/ec2token.py:197
msgid "AWS authentication failure."
msgstr ""
#: heat/api/cfn/v1/stacks.py:439
msgid "validate_template"
msgstr ""
#: heat/common/urlfetch.py:44
#, python-format
msgid "Fetching data from %s"
msgstr ""
#: heat/openstack/common/eventlet_backdoor.py:140
#, python-format
msgid "Eventlet backdoor listening on %(port)s for process %(pid)d"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Heat\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-08-20 06:01+0000\n"
"POT-Creation-Date: 2014-09-25 06:13+0000\n"
"PO-Revision-Date: 2014-08-07 07:52+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Telugu (India) (http://www.transifex.com/projects/p/heat/"
@ -19,6 +19,58 @@ msgstr ""
"Generated-By: Babel 1.3\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: heat/api/cloudwatch/watch.py:219
#, python-format
msgid "Invalid filter key %s, ignoring"
msgstr ""
#: heat/api/openstack/v1/stacks.py:217
#, python-format
msgid "Old Engine Version: %s"
msgstr ""
#: heat/common/heat_keystoneclient.py:113
msgid ""
"stack_user_domain_id or stack_user_domain_name not set in heat.conf falling "
"back to using default"
msgstr ""
#: heat/common/heat_keystoneclient.py:306
#, python-format
msgid "Truncating the username %s to the last 64 characters."
msgstr ""
#: heat/common/heat_keystoneclient.py:404
msgid ""
"Falling back to legacy non-domain user create, configure domain in heat.conf"
msgstr ""
#: heat/common/heat_keystoneclient.py:458
msgid ""
"Falling back to legacy non-domain user delete, configure domain in heat.conf"
msgstr ""
#: heat/common/heat_keystoneclient.py:479
#: heat/common/heat_keystoneclient.py:496
msgid ""
"Falling back to legacy non-domain project, configure domain in heat.conf"
msgstr ""
#: heat/common/heat_keystoneclient.py:587
#: heat/common/heat_keystoneclient.py:604
msgid ""
"Falling back to legacy non-domain keypair, configure domain in heat.conf"
msgstr ""
#: heat/common/heat_keystoneclient.py:623
msgid ""
"Falling back to legacy non-domain disable, configure domain in heat.conf"
msgstr ""
#: heat/common/heat_keystoneclient.py:633
msgid "Falling back to legacy non-domain enable, configure domain in heat.conf"
msgstr ""
#: heat/openstack/common/loopingcall.py:82
#, python-format
msgid "task run outlasted interval by %s sec"
@ -40,3 +92,33 @@ msgstr "tcp_keepknt మీ సిస్టమ్ నందు లభించల
#, python-format
msgid "pid %d not in child list"
msgstr "pid %d బాల జాబితా లేదు "
#: heat/tests/generic_resource.py:34
#, python-format
msgid "Creating generic resource (Type \"%s\")"
msgstr ""
#: heat/tests/generic_resource.py:38
#, python-format
msgid "Updating generic resource (Type \"%s\")"
msgstr ""
#: heat/tests/generic_resource.py:42
#, python-format
msgid "Deleting generic resource (Type \"%s\")"
msgstr ""
#: heat/tests/generic_resource.py:49
#, python-format
msgid "Suspending generic resource (Type \"%s\")"
msgstr ""
#: heat/tests/generic_resource.py:53
#, python-format
msgid "Resuming generic resource (Type \"%s\")"
msgstr ""
#: heat/tests/generic_resource.py:139
#, python-format
msgid "Signaled resource (Type \"%(type)s\") %(details)s"
msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Heat\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-08 06:00+0000\n"
"POT-Creation-Date: 2014-09-25 06:13+0000\n"
"PO-Revision-Date: 2014-08-07 07:52+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/"
@ -19,6 +19,49 @@ msgstr ""
"Generated-By: Babel 1.3\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: heat/api/aws/ec2token.py:162
msgid "Ec2Token authorization failed, no auth_uri specified in config file"
msgstr ""
#: heat/api/aws/utils.py:105
#, python-format
msgid "Request does not contain %s parameter!"
msgstr ""
#: heat/api/cloudwatch/watch.py:274
msgid "Request does not contain required MetricData"
msgstr ""
#: heat/common/heat_keystoneclient.py:134
msgid "Admin client authentication failed"
msgstr ""
#: heat/common/heat_keystoneclient.py:154
msgid "Domain admin client authentication failed"
msgstr ""
#: heat/common/heat_keystoneclient.py:184
msgid "Unknown version in auth_token_info"
msgstr ""
#: heat/common/heat_keystoneclient.py:195
msgid "Keystone v3 API connection failed, no password trust or auth_token!"
msgstr ""
#: heat/common/heat_keystoneclient.py:211
msgid "trust token re-scoping failed!"
msgstr ""
#: heat/common/heat_keystoneclient.py:215
msgid "Trust impersonation failed"
msgstr ""
#: heat/common/heat_keystoneclient.py:338
#: heat/common/heat_keystoneclient.py:425
#, python-format
msgid "Failed to add user %(user)s to role %(role)s, check role exists!"
msgstr ""
#: heat/common/lifecycle_plugin_utils.py:43
msgid "failed to get lifecycle plug point classes"
msgstr ""
@ -37,6 +80,11 @@ msgstr ""
msgid "%(opname) %(ci)s failed for %(a)s on %(sid)s"
msgstr ""
#: heat/common/plugin_loader.py:97
#, python-format
msgid "Failed to import module %s"
msgstr ""
#: heat/openstack/common/excutils.py:76
#, python-format
msgid "Original exception being dropped: %s"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Heat\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-08-20 06:00+0000\n"
"POT-Creation-Date: 2014-09-25 06:13+0000\n"
"PO-Revision-Date: 2014-08-07 07:52+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/"
@ -19,6 +19,44 @@ msgstr ""
"Generated-By: Babel 1.3\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: heat/api/aws/ec2token.py:141
msgid "Checking AWS credentials.."
msgstr ""
#: heat/api/aws/ec2token.py:148
msgid "No AWS Signature found."
msgstr ""
#: heat/api/aws/ec2token.py:156
msgid "No AWSAccessKeyId/Authorization Credential"
msgstr ""
#: heat/api/aws/ec2token.py:159
msgid "AWS credentials found, checking against keystone."
msgstr ""
#: heat/api/aws/ec2token.py:187
#, python-format
msgid "Authenticating with %s"
msgstr ""
#: heat/api/aws/ec2token.py:195
msgid "AWS authentication successful."
msgstr ""
#: heat/api/aws/ec2token.py:197
msgid "AWS authentication failure."
msgstr ""
#: heat/api/cfn/v1/stacks.py:439
msgid "validate_template"
msgstr ""
#: heat/common/urlfetch.py:44
#, python-format
msgid "Fetching data from %s"
msgstr ""
#: heat/openstack/common/eventlet_backdoor.py:140
#, python-format
msgid "Eventlet backdoor listening on %(port)s for process %(pid)d"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Heat\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-08 06:00+0000\n"
"POT-Creation-Date: 2014-09-25 06:13+0000\n"
"PO-Revision-Date: 2014-08-07 07:52+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/heat/"
@ -19,6 +19,49 @@ msgstr ""
"Generated-By: Babel 1.3\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: heat/api/aws/ec2token.py:162
msgid "Ec2Token authorization failed, no auth_uri specified in config file"
msgstr ""
#: heat/api/aws/utils.py:105
#, python-format
msgid "Request does not contain %s parameter!"
msgstr ""
#: heat/api/cloudwatch/watch.py:274
msgid "Request does not contain required MetricData"
msgstr ""
#: heat/common/heat_keystoneclient.py:134
msgid "Admin client authentication failed"
msgstr ""
#: heat/common/heat_keystoneclient.py:154
msgid "Domain admin client authentication failed"
msgstr ""
#: heat/common/heat_keystoneclient.py:184
msgid "Unknown version in auth_token_info"
msgstr ""
#: heat/common/heat_keystoneclient.py:195
msgid "Keystone v3 API connection failed, no password trust or auth_token!"
msgstr ""
#: heat/common/heat_keystoneclient.py:211
msgid "trust token re-scoping failed!"
msgstr ""
#: heat/common/heat_keystoneclient.py:215
msgid "Trust impersonation failed"
msgstr ""
#: heat/common/heat_keystoneclient.py:338
#: heat/common/heat_keystoneclient.py:425
#, python-format
msgid "Failed to add user %(user)s to role %(role)s, check role exists!"
msgstr ""
#: heat/common/lifecycle_plugin_utils.py:43
msgid "failed to get lifecycle plug point classes"
msgstr ""
@ -37,6 +80,11 @@ msgstr ""
msgid "%(opname) %(ci)s failed for %(a)s on %(sid)s"
msgstr ""
#: heat/common/plugin_loader.py:97
#, python-format
msgid "Failed to import module %s"
msgstr ""
#: heat/openstack/common/excutils.py:76
#, python-format
msgid "Original exception being dropped: %s"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Heat\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-08 06:00+0000\n"
"POT-Creation-Date: 2014-09-25 06:13+0000\n"
"PO-Revision-Date: 2014-08-07 07:52+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/heat/"
@ -19,6 +19,49 @@ msgstr ""
"Generated-By: Babel 1.3\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: heat/api/aws/ec2token.py:162
msgid "Ec2Token authorization failed, no auth_uri specified in config file"
msgstr ""
#: heat/api/aws/utils.py:105
#, python-format
msgid "Request does not contain %s parameter!"
msgstr ""
#: heat/api/cloudwatch/watch.py:274
msgid "Request does not contain required MetricData"
msgstr ""
#: heat/common/heat_keystoneclient.py:134
msgid "Admin client authentication failed"
msgstr ""
#: heat/common/heat_keystoneclient.py:154
msgid "Domain admin client authentication failed"
msgstr ""
#: heat/common/heat_keystoneclient.py:184
msgid "Unknown version in auth_token_info"
msgstr ""
#: heat/common/heat_keystoneclient.py:195
msgid "Keystone v3 API connection failed, no password trust or auth_token!"
msgstr ""
#: heat/common/heat_keystoneclient.py:211
msgid "trust token re-scoping failed!"
msgstr ""
#: heat/common/heat_keystoneclient.py:215
msgid "Trust impersonation failed"
msgstr ""
#: heat/common/heat_keystoneclient.py:338
#: heat/common/heat_keystoneclient.py:425
#, python-format
msgid "Failed to add user %(user)s to role %(role)s, check role exists!"
msgstr ""
#: heat/common/lifecycle_plugin_utils.py:43
msgid "failed to get lifecycle plug point classes"
msgstr ""
@ -37,6 +80,11 @@ msgstr ""
msgid "%(opname) %(ci)s failed for %(a)s on %(sid)s"
msgstr ""
#: heat/common/plugin_loader.py:97
#, python-format
msgid "Failed to import module %s"
msgstr ""
#: heat/openstack/common/excutils.py:76
#, python-format
msgid "Original exception being dropped: %s"