Merge "Imported Translations from Transifex"

This commit is contained in:
Jenkins 2014-11-24 18:12:37 +00:00 committed by Gerrit Code Review
commit 5596e63263
5 changed files with 616 additions and 586 deletions

View File

@ -8,8 +8,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Heat\n" "Project-Id-Version: Heat\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-10-23 06:00+0000\n" "POT-Creation-Date: 2014-11-24 06:00+0000\n"
"PO-Revision-Date: 2014-10-21 00:51+0000\n" "PO-Revision-Date: 2014-11-10 07:27+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n" "Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Spanish (http://www.transifex.com/projects/p/heat/language/" "Language-Team: Spanish (http://www.transifex.com/projects/p/heat/language/"
"es/)\n" "es/)\n"
@ -20,36 +20,36 @@ msgstr ""
"Generated-By: Babel 1.3\n" "Generated-By: Babel 1.3\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: heat/api/aws/ec2token.py:141 #: heat/api/aws/ec2token.py:140
msgid "Checking AWS credentials.." msgid "Checking AWS credentials.."
msgstr "Comprobando credenciales AWS.." msgstr "Comprobando credenciales AWS.."
#: heat/api/aws/ec2token.py:148 #: heat/api/aws/ec2token.py:147
msgid "No AWS Signature found." msgid "No AWS Signature found."
msgstr "Firma AWS Signature no encontrada." msgstr "Firma AWS Signature no encontrada."
#: heat/api/aws/ec2token.py:156 #: heat/api/aws/ec2token.py:155
msgid "No AWSAccessKeyId/Authorization Credential" msgid "No AWSAccessKeyId/Authorization Credential"
msgstr "Credencial AWSAccessKeyId/Authorization no encontrada" msgstr "Credencial AWSAccessKeyId/Authorization no encontrada"
#: heat/api/aws/ec2token.py:159 #: heat/api/aws/ec2token.py:158
msgid "AWS credentials found, checking against keystone." msgid "AWS credentials found, checking against keystone."
msgstr "Credenciales AWS encontradas, comprobándolas contra keystone." msgstr "Credenciales AWS encontradas, comprobándolas contra keystone."
#: heat/api/aws/ec2token.py:187 #: heat/api/aws/ec2token.py:186
#, python-format #, python-format
msgid "Authenticating with %s" msgid "Authenticating with %s"
msgstr "Autenticándo con %s" msgstr "Autenticándo con %s"
#: heat/api/aws/ec2token.py:195 #: heat/api/aws/ec2token.py:194
msgid "AWS authentication successful." msgid "AWS authentication successful."
msgstr "Autenticación AWS correcta." msgstr "Autenticación AWS correcta."
#: heat/api/aws/ec2token.py:197 #: heat/api/aws/ec2token.py:196
msgid "AWS authentication failure." msgid "AWS authentication failure."
msgstr "Autenticación AWS incorrecta." msgstr "Autenticación AWS incorrecta."
#: heat/api/cfn/v1/stacks.py:439 heat/engine/service.py:793 #: heat/api/cfn/v1/stacks.py:439 heat/engine/service.py:801
msgid "validate_template" msgid "validate_template"
msgstr "validate_template" msgstr "validate_template"
@ -63,47 +63,47 @@ msgstr "Obteniendo datos desde %s"
msgid "Registering %(path)s -> %(value)s" msgid "Registering %(path)s -> %(value)s"
msgstr "Registrando %(path)s -> %(value)s" msgstr "Registrando %(path)s -> %(value)s"
#: heat/engine/environment.py:443 #: heat/engine/environment.py:462
#, python-format #, python-format
msgid "Loading %s" msgid "Loading %s"
msgstr "Cargando %s" msgstr "Cargando %s"
#: heat/engine/resource.py:541 #: heat/engine/resource.py:549
#, python-format #, python-format
msgid "creating %s" msgid "creating %s"
msgstr "creando %s" msgstr "creando %s"
#: heat/engine/resource.py:690 #: heat/engine/resource.py:698
#, python-format #, python-format
msgid "updating %s" msgid "updating %s"
msgstr "" msgstr ""
#: heat/engine/resource.py:715 #: heat/engine/resource.py:723
#, python-format #, python-format
msgid "Checking %s" msgid "Checking %s"
msgstr "Verificando %s" msgstr "Verificando %s"
#: heat/engine/resource.py:736 #: heat/engine/resource.py:760
#, python-format #, python-format
msgid "suspending %s" msgid "suspending %s"
msgstr "suspendiendo %s" msgstr "suspendiendo %s"
#: heat/engine/resource.py:752 #: heat/engine/resource.py:776
#, python-format #, python-format
msgid "resuming %s" msgid "resuming %s"
msgstr "reanudando %s" msgstr "reanudando %s"
#: heat/engine/resource.py:757 #: heat/engine/resource.py:781
#, python-format #, python-format
msgid "snapshotting %s" msgid "snapshotting %s"
msgstr "realizar instantáneas %s" msgstr "realizar instantáneas %s"
#: heat/engine/resource.py:803 #: heat/engine/resource.py:827
#, python-format #, python-format
msgid "Validating %s" msgid "Validating %s"
msgstr "" msgstr ""
#: heat/engine/resource.py:836 #: heat/engine/resource.py:860
#, python-format #, python-format
msgid "deleting %s" msgid "deleting %s"
msgstr "borrando %s" msgstr "borrando %s"
@ -131,74 +131,74 @@ msgstr "Pila %s procesando ha finalizado"
msgid "All threads were gone, terminating engine" msgid "All threads were gone, terminating engine"
msgstr "" msgstr ""
#: heat/engine/service.py:612 #: heat/engine/service.py:615
#, python-format #, python-format
msgid "previewing stack %s" msgid "previewing stack %s"
msgstr "" msgstr ""
#: heat/engine/service.py:640 #: heat/engine/service.py:646
#, python-format #, python-format
msgid "Creating stack %s" msgid "Creating stack %s"
msgstr "" msgstr ""
#: heat/engine/service.py:662 #: heat/engine/service.py:668
#, python-format #, python-format
msgid "Stack create failed, status %s" msgid "Stack create failed, status %s"
msgstr "" msgstr ""
#: heat/engine/service.py:697 #: heat/engine/service.py:705
#, python-format #, python-format
msgid "Updating stack %s" msgid "Updating stack %s"
msgstr "" msgstr ""
#: heat/engine/service.py:759 #: heat/engine/service.py:767
#, python-format #, python-format
msgid "Starting cancel of updating stack %s" msgid "Starting cancel of updating stack %s"
msgstr "" msgstr ""
#: heat/engine/service.py:888 #: heat/engine/service.py:896
#, python-format #, python-format
msgid "Deleting stack %s" msgid "Deleting stack %s"
msgstr "" msgstr ""
#: heat/engine/service.py:941 #: heat/engine/service.py:949
#, python-format #, python-format
msgid "abandoning stack %s" msgid "abandoning stack %s"
msgstr "" msgstr ""
#: heat/engine/service.py:1242 #: heat/engine/service.py:1246
#, python-format #, python-format
msgid "Checking stack %s" msgid "Checking stack %s"
msgstr "" msgstr ""
#: heat/engine/stack.py:515 #: heat/engine/stack.py:530
#, python-format #, python-format
msgid "Stack %(action)s %(status)s (%(name)s): %(reason)s" msgid "Stack %(action)s %(status)s (%(name)s): %(reason)s"
msgstr "" msgstr ""
#: heat/engine/stack.py:946 #: heat/engine/stack.py:963
#, python-format #, python-format
msgid "" msgid ""
"Tried to delete user_creds that do not exist (stack=%(stack)s user_creds_id=" "Tried to delete user_creds that do not exist (stack=%(stack)s user_creds_id="
"%(uc)s)" "%(uc)s)"
msgstr "" msgstr ""
#: heat/engine/stack.py:955 #: heat/engine/stack.py:972
#, python-format #, python-format
msgid "Tried to store a stack that does not exist %s " msgid "Tried to store a stack that does not exist %s "
msgstr "" msgstr ""
#: heat/engine/stack.py:972 heat/engine/stack.py:984 #: heat/engine/stack.py:989 heat/engine/stack.py:1001
#, python-format #, python-format
msgid "Tried to delete stack that does not exist %s " msgid "Tried to delete stack that does not exist %s "
msgstr "" msgstr ""
#: heat/engine/stack.py:1000 #: heat/engine/stack.py:1017
#, python-format #, python-format
msgid "%s is already suspended" msgid "%s is already suspended"
msgstr "" msgstr ""
#: heat/engine/stack.py:1020 #: heat/engine/stack.py:1037
#, python-format #, python-format
msgid "%s is already resumed" msgid "%s is already resumed"
msgstr "" msgstr ""
@ -229,7 +229,7 @@ msgid ""
"first" "first"
msgstr "" msgstr ""
#: heat/engine/stack_resource.py:258 #: heat/engine/stack_resource.py:256
msgid "Stack not found to delete" msgid "Stack not found to delete"
msgstr "" msgstr ""
@ -264,11 +264,6 @@ msgstr ""
msgid "Multiple images %s were found in glance with name" msgid "Multiple images %s were found in glance with name"
msgstr "" msgstr ""
#: heat/engine/resources/autoscaling.py:621
#, python-format
msgid "%(name)s NOT performing scaling adjustment, cooldown %(cooldown)s"
msgstr ""
#: heat/engine/resources/eip.py:102 heat/engine/resources/eip.py:116 #: heat/engine/resources/eip.py:102 heat/engine/resources/eip.py:116
#, python-format #, python-format
msgid "ElasticIp create %s" msgid "ElasticIp create %s"
@ -342,7 +337,7 @@ msgstr ""
msgid "Cluster Template '%s' has been deleted." msgid "Cluster Template '%s' has been deleted."
msgstr "" msgstr ""
#: heat/engine/resources/server.py:948 #: heat/engine/resources/server.py:964
#, python-format #, python-format
msgid "" msgid ""
"For the server \"%(server)s\" the \"%(uuid)s\" property is set to network " "For the server \"%(server)s\" the \"%(uuid)s\" property is set to network "
@ -350,54 +345,54 @@ msgid ""
"property instead." "property instead."
msgstr "" msgstr ""
#: heat/engine/resources/swiftsignal.py:241 #: heat/engine/resources/swiftsignal.py:244
#: heat/engine/resources/wait_condition.py:367 #: heat/engine/resources/wait_condition.py:367
#, python-format #, python-format
msgid "%(name)s Failed (%(failure)s)" msgid "%(name)s Failed (%(failure)s)"
msgstr "" msgstr ""
#: heat/engine/resources/swiftsignal.py:248 #: heat/engine/resources/swiftsignal.py:251
#: heat/engine/resources/wait_condition.py:372 #: heat/engine/resources/wait_condition.py:372
#, python-format #, python-format
msgid "%s Succeeded" msgid "%s Succeeded"
msgstr "" msgstr ""
#: heat/engine/resources/user.py:227 heat/engine/resources/user.py:247 #: heat/engine/resources/user.py:229 heat/engine/resources/user.py:249
#, python-format #, python-format
msgid "could not get secret for %(username)s Error:%(msg)s" msgid "could not get secret for %(username)s Error:%(msg)s"
msgstr "" msgstr ""
#: heat/engine/resources/volume.py:242 #: heat/engine/resources/volume.py:250
#, python-format #, python-format
msgid "Resize failed: Volume %(vol)s is in %(status)s state." msgid "Resize failed: Volume %(vol)s is in %(status)s state."
msgstr "" msgstr ""
#: heat/engine/resources/volume.py:248 heat/engine/resources/volume.py:305 #: heat/engine/resources/volume.py:256 heat/engine/resources/volume.py:313
#, python-format #, python-format
msgid "%s - complete" msgid "%s - complete"
msgstr "" msgstr ""
#: heat/engine/resources/volume.py:297 #: heat/engine/resources/volume.py:305
#, python-format #, python-format
msgid "Attachment failed - volume %(vol)s is in %(status)s status" msgid "Attachment failed - volume %(vol)s is in %(status)s status"
msgstr "" msgstr ""
#: heat/engine/resources/volume.py:368 #: heat/engine/resources/volume.py:376
#, python-format #, python-format
msgid "%(name)s - status: %(status)s" msgid "%(name)s - status: %(status)s"
msgstr "" msgstr ""
#: heat/engine/resources/volume.py:371 #: heat/engine/resources/volume.py:379
#, python-format #, python-format
msgid "Detachment failed - volume %(vol)s is in %(status)s status" msgid "Detachment failed - volume %(vol)s is in %(status)s status"
msgstr "" msgstr ""
#: heat/engine/resources/volume.py:395 #: heat/engine/resources/volume.py:403
#, python-format #, python-format
msgid "Server %(srv)s still has attachment %(att)s." msgid "Server %(srv)s still has attachment %(att)s."
msgstr "" msgstr ""
#: heat/engine/resources/volume.py:399 #: heat/engine/resources/volume.py:407
#, python-format #, python-format
msgid "Volume %(vol)s is detached from server %(srv)s" msgid "Volume %(vol)s is detached from server %(srv)s"
msgstr "" msgstr ""
@ -407,6 +402,11 @@ msgstr ""
msgid "%(name)s Timed out (%(timeout)s)" msgid "%(name)s Timed out (%(timeout)s)"
msgstr "" msgstr ""
#: heat/engine/resources/aws/autoscaling_group.py:252
#, python-format
msgid "%(name)s NOT performing scaling adjustment, cooldown %(cooldown)s"
msgstr ""
#: heat/engine/resources/aws/scaling_policy.py:124 #: heat/engine/resources/aws/scaling_policy.py:124
#: heat/engine/resources/openstack/scaling_policy.py:133 #: heat/engine/resources/openstack/scaling_policy.py:133
#, python-format #, python-format
@ -430,54 +430,54 @@ msgstr ""
msgid "Eventlet backdoor listening on %(port)s for process %(pid)d" msgid "Eventlet backdoor listening on %(port)s for process %(pid)d"
msgstr "Eventlet oculto escuchando en %(port)s para el proceso %(pid)d" msgstr "Eventlet oculto escuchando en %(port)s para el proceso %(pid)d"
#: heat/openstack/common/service.py:176 #: heat/openstack/common/service.py:174
#, python-format #, python-format
msgid "Caught %s, exiting" msgid "Caught %s, exiting"
msgstr "Se ha captado %s, saliendo" msgstr "Se ha captado %s, saliendo"
#: heat/openstack/common/service.py:240 #: heat/openstack/common/service.py:232
msgid "Parent process has died unexpectedly, exiting" msgid "Parent process has died unexpectedly, exiting"
msgstr "El proceso padre se ha detenido inesperadamente, saliendo" msgstr "El proceso padre se ha detenido inesperadamente, saliendo"
#: heat/openstack/common/service.py:271 #: heat/openstack/common/service.py:263
#, python-format #, python-format
msgid "Child caught %s, exiting" msgid "Child caught %s, exiting"
msgstr "Hijo captado %s, saliendo" msgstr "Hijo captado %s, saliendo"
#: heat/openstack/common/service.py:310 #: heat/openstack/common/service.py:302
msgid "Forking too fast, sleeping" msgid "Forking too fast, sleeping"
msgstr "Bifurcación demasiado rápida, en reposo" msgstr "Bifurcación demasiado rápida, en reposo"
#: heat/openstack/common/service.py:329 #: heat/openstack/common/service.py:321
#, python-format #, python-format
msgid "Started child %d" msgid "Started child %d"
msgstr "Se ha iniciado el hijo %d" msgstr "Se ha iniciado el hijo %d"
#: heat/openstack/common/service.py:339 #: heat/openstack/common/service.py:331
#, python-format #, python-format
msgid "Starting %d workers" msgid "Starting %d workers"
msgstr "Iniciando %d trabajadores" msgstr "Iniciando %d trabajadores"
#: heat/openstack/common/service.py:356 #: heat/openstack/common/service.py:348
#, python-format #, python-format
msgid "Child %(pid)d killed by signal %(sig)d" msgid "Child %(pid)d killed by signal %(sig)d"
msgstr "Hijo %(pid)d matado por señal %(sig)d" msgstr "Hijo %(pid)d matado por señal %(sig)d"
#: heat/openstack/common/service.py:360 #: heat/openstack/common/service.py:352
#, python-format #, python-format
msgid "Child %(pid)s exited with status %(code)d" msgid "Child %(pid)s exited with status %(code)d"
msgstr "El hijo %(pid)s ha salido con el estado %(code)d" msgstr "El hijo %(pid)s ha salido con el estado %(code)d"
#: heat/openstack/common/service.py:399 #: heat/openstack/common/service.py:391
#, python-format #, python-format
msgid "Caught %s, stopping children" msgid "Caught %s, stopping children"
msgstr "Se ha captado %s, deteniendo hijos" msgstr "Se ha captado %s, deteniendo hijos"
#: heat/openstack/common/service.py:408 #: heat/openstack/common/service.py:400
msgid "Wait called after thread killed. Cleaning up." msgid "Wait called after thread killed. Cleaning up."
msgstr "Espéra llamada después que el hilo ha sido matado. Limpiando." msgstr "Espéra llamada después que el hilo ha sido matado. Limpiando."
#: heat/openstack/common/service.py:424 #: heat/openstack/common/service.py:416
#, python-format #, python-format
msgid "Waiting on %d children to exit" msgid "Waiting on %d children to exit"
msgstr "En espera de %d hijos para salir" msgstr "En espera de %d hijos para salir"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Heat\n" "Project-Id-Version: Heat\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-10-23 06:00+0000\n" "POT-Creation-Date: 2014-11-24 06:00+0000\n"
"PO-Revision-Date: 2014-10-21 00:51+0000\n" "PO-Revision-Date: 2014-10-21 00:51+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n" "Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: French (http://www.transifex.com/projects/p/heat/language/" "Language-Team: French (http://www.transifex.com/projects/p/heat/language/"
@ -20,36 +20,36 @@ msgstr ""
"Generated-By: Babel 1.3\n" "Generated-By: Babel 1.3\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: heat/api/aws/ec2token.py:141 #: heat/api/aws/ec2token.py:140
msgid "Checking AWS credentials.." msgid "Checking AWS credentials.."
msgstr "Vérification des informations de compte AWS" msgstr "Vérification des informations de compte AWS"
#: heat/api/aws/ec2token.py:148 #: heat/api/aws/ec2token.py:147
msgid "No AWS Signature found." msgid "No AWS Signature found."
msgstr "Signature AWS non trouvé" msgstr "Signature AWS non trouvé"
#: heat/api/aws/ec2token.py:156 #: heat/api/aws/ec2token.py:155
msgid "No AWSAccessKeyId/Authorization Credential" msgid "No AWSAccessKeyId/Authorization Credential"
msgstr "Pas AWSAccessKeyId/Authorisation de compte" msgstr "Pas AWSAccessKeyId/Authorisation de compte"
#: heat/api/aws/ec2token.py:159 #: heat/api/aws/ec2token.py:158
msgid "AWS credentials found, checking against keystone." msgid "AWS credentials found, checking against keystone."
msgstr "Information de compte AWS trouvé, vérification avec keystone." msgstr "Information de compte AWS trouvé, vérification avec keystone."
#: heat/api/aws/ec2token.py:187 #: heat/api/aws/ec2token.py:186
#, python-format #, python-format
msgid "Authenticating with %s" msgid "Authenticating with %s"
msgstr "Authentification avec %s" msgstr "Authentification avec %s"
#: heat/api/aws/ec2token.py:195 #: heat/api/aws/ec2token.py:194
msgid "AWS authentication successful." msgid "AWS authentication successful."
msgstr "Succès de l'authentification AWS" msgstr "Succès de l'authentification AWS"
#: heat/api/aws/ec2token.py:197 #: heat/api/aws/ec2token.py:196
msgid "AWS authentication failure." msgid "AWS authentication failure."
msgstr "Echec de l'authentification AWS" msgstr "Echec de l'authentification AWS"
#: heat/api/cfn/v1/stacks.py:439 heat/engine/service.py:793 #: heat/api/cfn/v1/stacks.py:439 heat/engine/service.py:801
msgid "validate_template" msgid "validate_template"
msgstr "validate_template" msgstr "validate_template"
@ -63,47 +63,47 @@ msgstr "Recherche de donnée depuis %s"
msgid "Registering %(path)s -> %(value)s" msgid "Registering %(path)s -> %(value)s"
msgstr "" msgstr ""
#: heat/engine/environment.py:443 #: heat/engine/environment.py:462
#, python-format #, python-format
msgid "Loading %s" msgid "Loading %s"
msgstr "Chargement %s" msgstr "Chargement %s"
#: heat/engine/resource.py:541 #: heat/engine/resource.py:549
#, python-format #, python-format
msgid "creating %s" msgid "creating %s"
msgstr "" msgstr ""
#: heat/engine/resource.py:690 #: heat/engine/resource.py:698
#, python-format #, python-format
msgid "updating %s" msgid "updating %s"
msgstr "Mise à jour %s" msgstr "Mise à jour %s"
#: heat/engine/resource.py:715 #: heat/engine/resource.py:723
#, python-format #, python-format
msgid "Checking %s" msgid "Checking %s"
msgstr "Vérification %s" msgstr "Vérification %s"
#: heat/engine/resource.py:736 #: heat/engine/resource.py:760
#, python-format #, python-format
msgid "suspending %s" msgid "suspending %s"
msgstr "" msgstr ""
#: heat/engine/resource.py:752 #: heat/engine/resource.py:776
#, python-format #, python-format
msgid "resuming %s" msgid "resuming %s"
msgstr "" msgstr ""
#: heat/engine/resource.py:757 #: heat/engine/resource.py:781
#, python-format #, python-format
msgid "snapshotting %s" msgid "snapshotting %s"
msgstr "" msgstr ""
#: heat/engine/resource.py:803 #: heat/engine/resource.py:827
#, python-format #, python-format
msgid "Validating %s" msgid "Validating %s"
msgstr "Validation %s" msgstr "Validation %s"
#: heat/engine/resource.py:836 #: heat/engine/resource.py:860
#, python-format #, python-format
msgid "deleting %s" msgid "deleting %s"
msgstr "Suppression %s" msgstr "Suppression %s"
@ -131,74 +131,74 @@ msgstr ""
msgid "All threads were gone, terminating engine" msgid "All threads were gone, terminating engine"
msgstr "" msgstr ""
#: heat/engine/service.py:612 #: heat/engine/service.py:615
#, python-format #, python-format
msgid "previewing stack %s" msgid "previewing stack %s"
msgstr "" msgstr ""
#: heat/engine/service.py:640 #: heat/engine/service.py:646
#, python-format #, python-format
msgid "Creating stack %s" msgid "Creating stack %s"
msgstr "Création de la stack %s" msgstr "Création de la stack %s"
#: heat/engine/service.py:662 #: heat/engine/service.py:668
#, python-format #, python-format
msgid "Stack create failed, status %s" msgid "Stack create failed, status %s"
msgstr "Echec de création de la stack, status %s" msgstr "Echec de création de la stack, status %s"
#: heat/engine/service.py:697 #: heat/engine/service.py:705
#, python-format #, python-format
msgid "Updating stack %s" msgid "Updating stack %s"
msgstr "Mise à jour de la stack %s" msgstr "Mise à jour de la stack %s"
#: heat/engine/service.py:759 #: heat/engine/service.py:767
#, python-format #, python-format
msgid "Starting cancel of updating stack %s" msgid "Starting cancel of updating stack %s"
msgstr "" msgstr ""
#: heat/engine/service.py:888 #: heat/engine/service.py:896
#, python-format #, python-format
msgid "Deleting stack %s" msgid "Deleting stack %s"
msgstr "Suppresion de la stack %s" msgstr "Suppresion de la stack %s"
#: heat/engine/service.py:941 #: heat/engine/service.py:949
#, python-format #, python-format
msgid "abandoning stack %s" msgid "abandoning stack %s"
msgstr "Abandon de la stack %s" msgstr "Abandon de la stack %s"
#: heat/engine/service.py:1242 #: heat/engine/service.py:1246
#, python-format #, python-format
msgid "Checking stack %s" msgid "Checking stack %s"
msgstr "Vérification de la stack %s" msgstr "Vérification de la stack %s"
#: heat/engine/stack.py:515 #: heat/engine/stack.py:530
#, python-format #, python-format
msgid "Stack %(action)s %(status)s (%(name)s): %(reason)s" msgid "Stack %(action)s %(status)s (%(name)s): %(reason)s"
msgstr "" msgstr ""
#: heat/engine/stack.py:946 #: heat/engine/stack.py:963
#, python-format #, python-format
msgid "" msgid ""
"Tried to delete user_creds that do not exist (stack=%(stack)s user_creds_id=" "Tried to delete user_creds that do not exist (stack=%(stack)s user_creds_id="
"%(uc)s)" "%(uc)s)"
msgstr "" msgstr ""
#: heat/engine/stack.py:955 #: heat/engine/stack.py:972
#, python-format #, python-format
msgid "Tried to store a stack that does not exist %s " msgid "Tried to store a stack that does not exist %s "
msgstr "" msgstr ""
#: heat/engine/stack.py:972 heat/engine/stack.py:984 #: heat/engine/stack.py:989 heat/engine/stack.py:1001
#, python-format #, python-format
msgid "Tried to delete stack that does not exist %s " msgid "Tried to delete stack that does not exist %s "
msgstr "" msgstr ""
#: heat/engine/stack.py:1000 #: heat/engine/stack.py:1017
#, python-format #, python-format
msgid "%s is already suspended" msgid "%s is already suspended"
msgstr "%s est déjà suspendu" msgstr "%s est déjà suspendu"
#: heat/engine/stack.py:1020 #: heat/engine/stack.py:1037
#, python-format #, python-format
msgid "%s is already resumed" msgid "%s is already resumed"
msgstr "" msgstr ""
@ -229,7 +229,7 @@ msgid ""
"first" "first"
msgstr "" msgstr ""
#: heat/engine/stack_resource.py:258 #: heat/engine/stack_resource.py:256
msgid "Stack not found to delete" msgid "Stack not found to delete"
msgstr "" msgstr ""
@ -264,11 +264,6 @@ msgstr ""
msgid "Multiple images %s were found in glance with name" msgid "Multiple images %s were found in glance with name"
msgstr "" msgstr ""
#: heat/engine/resources/autoscaling.py:621
#, python-format
msgid "%(name)s NOT performing scaling adjustment, cooldown %(cooldown)s"
msgstr ""
#: heat/engine/resources/eip.py:102 heat/engine/resources/eip.py:116 #: heat/engine/resources/eip.py:102 heat/engine/resources/eip.py:116
#, python-format #, python-format
msgid "ElasticIp create %s" msgid "ElasticIp create %s"
@ -342,7 +337,7 @@ msgstr ""
msgid "Cluster Template '%s' has been deleted." msgid "Cluster Template '%s' has been deleted."
msgstr "" msgstr ""
#: heat/engine/resources/server.py:948 #: heat/engine/resources/server.py:964
#, python-format #, python-format
msgid "" msgid ""
"For the server \"%(server)s\" the \"%(uuid)s\" property is set to network " "For the server \"%(server)s\" the \"%(uuid)s\" property is set to network "
@ -350,54 +345,54 @@ msgid ""
"property instead." "property instead."
msgstr "" msgstr ""
#: heat/engine/resources/swiftsignal.py:241 #: heat/engine/resources/swiftsignal.py:244
#: heat/engine/resources/wait_condition.py:367 #: heat/engine/resources/wait_condition.py:367
#, python-format #, python-format
msgid "%(name)s Failed (%(failure)s)" msgid "%(name)s Failed (%(failure)s)"
msgstr "%(name)s Echec (%(failure)s)" msgstr "%(name)s Echec (%(failure)s)"
#: heat/engine/resources/swiftsignal.py:248 #: heat/engine/resources/swiftsignal.py:251
#: heat/engine/resources/wait_condition.py:372 #: heat/engine/resources/wait_condition.py:372
#, python-format #, python-format
msgid "%s Succeeded" msgid "%s Succeeded"
msgstr "%s Succès" msgstr "%s Succès"
#: heat/engine/resources/user.py:227 heat/engine/resources/user.py:247 #: heat/engine/resources/user.py:229 heat/engine/resources/user.py:249
#, python-format #, python-format
msgid "could not get secret for %(username)s Error:%(msg)s" msgid "could not get secret for %(username)s Error:%(msg)s"
msgstr "" msgstr ""
#: heat/engine/resources/volume.py:242 #: heat/engine/resources/volume.py:250
#, python-format #, python-format
msgid "Resize failed: Volume %(vol)s is in %(status)s state." msgid "Resize failed: Volume %(vol)s is in %(status)s state."
msgstr "" msgstr ""
#: heat/engine/resources/volume.py:248 heat/engine/resources/volume.py:305 #: heat/engine/resources/volume.py:256 heat/engine/resources/volume.py:313
#, python-format #, python-format
msgid "%s - complete" msgid "%s - complete"
msgstr "%s - complet " msgstr "%s - complet "
#: heat/engine/resources/volume.py:297 #: heat/engine/resources/volume.py:305
#, python-format #, python-format
msgid "Attachment failed - volume %(vol)s is in %(status)s status" msgid "Attachment failed - volume %(vol)s is in %(status)s status"
msgstr "" msgstr ""
#: heat/engine/resources/volume.py:368 #: heat/engine/resources/volume.py:376
#, python-format #, python-format
msgid "%(name)s - status: %(status)s" msgid "%(name)s - status: %(status)s"
msgstr "" msgstr ""
#: heat/engine/resources/volume.py:371 #: heat/engine/resources/volume.py:379
#, python-format #, python-format
msgid "Detachment failed - volume %(vol)s is in %(status)s status" msgid "Detachment failed - volume %(vol)s is in %(status)s status"
msgstr "" msgstr ""
#: heat/engine/resources/volume.py:395 #: heat/engine/resources/volume.py:403
#, python-format #, python-format
msgid "Server %(srv)s still has attachment %(att)s." msgid "Server %(srv)s still has attachment %(att)s."
msgstr "" msgstr ""
#: heat/engine/resources/volume.py:399 #: heat/engine/resources/volume.py:407
#, python-format #, python-format
msgid "Volume %(vol)s is detached from server %(srv)s" msgid "Volume %(vol)s is detached from server %(srv)s"
msgstr "" msgstr ""
@ -407,6 +402,11 @@ msgstr ""
msgid "%(name)s Timed out (%(timeout)s)" msgid "%(name)s Timed out (%(timeout)s)"
msgstr "" msgstr ""
#: heat/engine/resources/aws/autoscaling_group.py:252
#, python-format
msgid "%(name)s NOT performing scaling adjustment, cooldown %(cooldown)s"
msgstr ""
#: heat/engine/resources/aws/scaling_policy.py:124 #: heat/engine/resources/aws/scaling_policy.py:124
#: heat/engine/resources/openstack/scaling_policy.py:133 #: heat/engine/resources/openstack/scaling_policy.py:133
#, python-format #, python-format
@ -430,54 +430,54 @@ msgstr ""
msgid "Eventlet backdoor listening on %(port)s for process %(pid)d" msgid "Eventlet backdoor listening on %(port)s for process %(pid)d"
msgstr "Eventlet backdoor en écoute sur le port %(port)s for process %(pid)d" msgstr "Eventlet backdoor en écoute sur le port %(port)s for process %(pid)d"
#: heat/openstack/common/service.py:176 #: heat/openstack/common/service.py:174
#, python-format #, python-format
msgid "Caught %s, exiting" msgid "Caught %s, exiting"
msgstr "%s interceptée, sortie" msgstr "%s interceptée, sortie"
#: heat/openstack/common/service.py:240 #: heat/openstack/common/service.py:232
msgid "Parent process has died unexpectedly, exiting" msgid "Parent process has died unexpectedly, exiting"
msgstr "Processus parent arrêté de manière inattendue, sortie" msgstr "Processus parent arrêté de manière inattendue, sortie"
#: heat/openstack/common/service.py:271 #: heat/openstack/common/service.py:263
#, python-format #, python-format
msgid "Child caught %s, exiting" msgid "Child caught %s, exiting"
msgstr "L'enfant a reçu %s, sortie" msgstr "L'enfant a reçu %s, sortie"
#: heat/openstack/common/service.py:310 #: heat/openstack/common/service.py:302
msgid "Forking too fast, sleeping" msgid "Forking too fast, sleeping"
msgstr "Bifurcation trop rapide, pause" msgstr "Bifurcation trop rapide, pause"
#: heat/openstack/common/service.py:329 #: heat/openstack/common/service.py:321
#, python-format #, python-format
msgid "Started child %d" msgid "Started child %d"
msgstr "Enfant démarré %d" msgstr "Enfant démarré %d"
#: heat/openstack/common/service.py:339 #: heat/openstack/common/service.py:331
#, python-format #, python-format
msgid "Starting %d workers" msgid "Starting %d workers"
msgstr "Démarrage des travailleurs %d" msgstr "Démarrage des travailleurs %d"
#: heat/openstack/common/service.py:356 #: heat/openstack/common/service.py:348
#, python-format #, python-format
msgid "Child %(pid)d killed by signal %(sig)d" msgid "Child %(pid)d killed by signal %(sig)d"
msgstr "Enfant %(pid)d arrêté par le signal %(sig)d" msgstr "Enfant %(pid)d arrêté par le signal %(sig)d"
#: heat/openstack/common/service.py:360 #: heat/openstack/common/service.py:352
#, python-format #, python-format
msgid "Child %(pid)s exited with status %(code)d" msgid "Child %(pid)s exited with status %(code)d"
msgstr "Processus fils %(pid)s terminé avec le status %(code)d" msgstr "Processus fils %(pid)s terminé avec le status %(code)d"
#: heat/openstack/common/service.py:399 #: heat/openstack/common/service.py:391
#, python-format #, python-format
msgid "Caught %s, stopping children" msgid "Caught %s, stopping children"
msgstr "%s interceptée, arrêt de l'enfant" msgstr "%s interceptée, arrêt de l'enfant"
#: heat/openstack/common/service.py:408 #: heat/openstack/common/service.py:400
msgid "Wait called after thread killed. Cleaning up." msgid "Wait called after thread killed. Cleaning up."
msgstr "Pause demandée après suppression de thread. Nettoyage." msgstr "Pause demandée après suppression de thread. Nettoyage."
#: heat/openstack/common/service.py:424 #: heat/openstack/common/service.py:416
#, python-format #, python-format
msgid "Waiting on %d children to exit" msgid "Waiting on %d children to exit"
msgstr "En attente %d enfants pour sortie" msgstr "En attente %d enfants pour sortie"

View File

@ -6,9 +6,9 @@
#, fuzzy #, fuzzy
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: heat 2015.1.dev161.g6b9a2b5\n" "Project-Id-Version: heat 2015.1.dev409.ge1447a8\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-10-20 06:02+0000\n" "POT-Creation-Date: 2014-11-24 06:00+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -17,36 +17,36 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 1.3\n" "Generated-By: Babel 1.3\n"
#: heat/api/aws/ec2token.py:141 #: heat/api/aws/ec2token.py:140
msgid "Checking AWS credentials.." msgid "Checking AWS credentials.."
msgstr "" msgstr ""
#: heat/api/aws/ec2token.py:148 #: heat/api/aws/ec2token.py:147
msgid "No AWS Signature found." msgid "No AWS Signature found."
msgstr "" msgstr ""
#: heat/api/aws/ec2token.py:156 #: heat/api/aws/ec2token.py:155
msgid "No AWSAccessKeyId/Authorization Credential" msgid "No AWSAccessKeyId/Authorization Credential"
msgstr "" msgstr ""
#: heat/api/aws/ec2token.py:159 #: heat/api/aws/ec2token.py:158
msgid "AWS credentials found, checking against keystone." msgid "AWS credentials found, checking against keystone."
msgstr "" msgstr ""
#: heat/api/aws/ec2token.py:187 #: heat/api/aws/ec2token.py:186
#, python-format #, python-format
msgid "Authenticating with %s" msgid "Authenticating with %s"
msgstr "" msgstr ""
#: heat/api/aws/ec2token.py:195 #: heat/api/aws/ec2token.py:194
msgid "AWS authentication successful." msgid "AWS authentication successful."
msgstr "" msgstr ""
#: heat/api/aws/ec2token.py:197 #: heat/api/aws/ec2token.py:196
msgid "AWS authentication failure." msgid "AWS authentication failure."
msgstr "" msgstr ""
#: heat/api/cfn/v1/stacks.py:439 heat/engine/service.py:786 #: heat/api/cfn/v1/stacks.py:439 heat/engine/service.py:801
msgid "validate_template" msgid "validate_template"
msgstr "" msgstr ""
@ -60,47 +60,47 @@ msgstr ""
msgid "Registering %(path)s -> %(value)s" msgid "Registering %(path)s -> %(value)s"
msgstr "" msgstr ""
#: heat/engine/environment.py:443 #: heat/engine/environment.py:462
#, python-format #, python-format
msgid "Loading %s" msgid "Loading %s"
msgstr "" msgstr ""
#: heat/engine/resource.py:551 #: heat/engine/resource.py:549
#, python-format #, python-format
msgid "creating %s" msgid "creating %s"
msgstr "" msgstr ""
#: heat/engine/resource.py:700 #: heat/engine/resource.py:698
#, python-format #, python-format
msgid "updating %s" msgid "updating %s"
msgstr "" msgstr ""
#: heat/engine/resource.py:725 #: heat/engine/resource.py:723
#, python-format #, python-format
msgid "Checking %s" msgid "Checking %s"
msgstr "" msgstr ""
#: heat/engine/resource.py:746 #: heat/engine/resource.py:760
#, python-format #, python-format
msgid "suspending %s" msgid "suspending %s"
msgstr "" msgstr ""
#: heat/engine/resource.py:762 #: heat/engine/resource.py:776
#, python-format #, python-format
msgid "resuming %s" msgid "resuming %s"
msgstr "" msgstr ""
#: heat/engine/resource.py:767 #: heat/engine/resource.py:781
#, python-format #, python-format
msgid "snapshotting %s" msgid "snapshotting %s"
msgstr "" msgstr ""
#: heat/engine/resource.py:813 #: heat/engine/resource.py:827
#, python-format #, python-format
msgid "Validating %s" msgid "Validating %s"
msgstr "" msgstr ""
#: heat/engine/resource.py:846 #: heat/engine/resource.py:860
#, python-format #, python-format
msgid "deleting %s" msgid "deleting %s"
msgstr "" msgstr ""
@ -110,92 +110,92 @@ msgstr ""
msgid "%s timed out" msgid "%s timed out"
msgstr "" msgstr ""
#: heat/engine/service.py:408 #: heat/engine/service.py:415
msgid "Attempting to stop engine service..." msgid "Attempting to stop engine service..."
msgstr "" msgstr ""
#: heat/engine/service.py:419 #: heat/engine/service.py:426
#, python-format #, python-format
msgid "Waiting stack %s processing to be finished" msgid "Waiting stack %s processing to be finished"
msgstr "" msgstr ""
#: heat/engine/service.py:423 #: heat/engine/service.py:430
#, python-format #, python-format
msgid "Stack %s processing was finished" msgid "Stack %s processing was finished"
msgstr "" msgstr ""
#: heat/engine/service.py:426 #: heat/engine/service.py:433
msgid "All threads were gone, terminating engine" msgid "All threads were gone, terminating engine"
msgstr "" msgstr ""
#: heat/engine/service.py:605 #: heat/engine/service.py:615
#, python-format #, python-format
msgid "previewing stack %s" msgid "previewing stack %s"
msgstr "" msgstr ""
#: heat/engine/service.py:633 #: heat/engine/service.py:646
#, python-format #, python-format
msgid "Creating stack %s" msgid "Creating stack %s"
msgstr "" msgstr ""
#: heat/engine/service.py:655 #: heat/engine/service.py:668
#, python-format #, python-format
msgid "Stack create failed, status %s" msgid "Stack create failed, status %s"
msgstr "" msgstr ""
#: heat/engine/service.py:690 #: heat/engine/service.py:705
#, python-format #, python-format
msgid "Updating stack %s" msgid "Updating stack %s"
msgstr "" msgstr ""
#: heat/engine/service.py:752 #: heat/engine/service.py:767
#, python-format #, python-format
msgid "Starting cancel of updating stack %s" msgid "Starting cancel of updating stack %s"
msgstr "" msgstr ""
#: heat/engine/service.py:881 #: heat/engine/service.py:896
#, python-format #, python-format
msgid "Deleting stack %s" msgid "Deleting stack %s"
msgstr "" msgstr ""
#: heat/engine/service.py:934 #: heat/engine/service.py:949
#, python-format #, python-format
msgid "abandoning stack %s" msgid "abandoning stack %s"
msgstr "" msgstr ""
#: heat/engine/service.py:1235 #: heat/engine/service.py:1246
#, python-format #, python-format
msgid "Checking stack %s" msgid "Checking stack %s"
msgstr "" msgstr ""
#: heat/engine/stack.py:515 #: heat/engine/stack.py:530
#, python-format #, python-format
msgid "Stack %(action)s %(status)s (%(name)s): %(reason)s" msgid "Stack %(action)s %(status)s (%(name)s): %(reason)s"
msgstr "" msgstr ""
#: heat/engine/stack.py:946 #: heat/engine/stack.py:963
#, python-format #, python-format
msgid "" msgid ""
"Tried to delete user_creds that do not exist (stack=%(stack)s " "Tried to delete user_creds that do not exist (stack=%(stack)s "
"user_creds_id=%(uc)s)" "user_creds_id=%(uc)s)"
msgstr "" msgstr ""
#: heat/engine/stack.py:955 #: heat/engine/stack.py:972
#, python-format #, python-format
msgid "Tried to store a stack that does not exist %s " msgid "Tried to store a stack that does not exist %s "
msgstr "" msgstr ""
#: heat/engine/stack.py:972 heat/engine/stack.py:984 #: heat/engine/stack.py:989 heat/engine/stack.py:1001
#, python-format #, python-format
msgid "Tried to delete stack that does not exist %s " msgid "Tried to delete stack that does not exist %s "
msgstr "" msgstr ""
#: heat/engine/stack.py:1000 #: heat/engine/stack.py:1017
#, python-format #, python-format
msgid "%s is already suspended" msgid "%s is already suspended"
msgstr "" msgstr ""
#: heat/engine/stack.py:1020 #: heat/engine/stack.py:1037
#, python-format #, python-format
msgid "%s is already resumed" msgid "%s is already resumed"
msgstr "" msgstr ""
@ -226,11 +226,11 @@ msgid ""
" first" " first"
msgstr "" msgstr ""
#: heat/engine/stack_resource.py:258 #: heat/engine/stack_resource.py:256
msgid "Stack not found to delete" msgid "Stack not found to delete"
msgstr "" msgstr ""
#: heat/engine/update.py:135 #: heat/engine/update.py:136
#, python-format #, python-format
msgid "Resource %(res_name)s for stack %(stack_name)s updated" msgid "Resource %(res_name)s for stack %(stack_name)s updated"
msgstr "" msgstr ""
@ -245,7 +245,7 @@ msgstr ""
msgid "no action for new state %s" msgid "no action for new state %s"
msgstr "" msgstr ""
#: heat/engine/clients/os/cinder.py:60 #: heat/engine/clients/os/cinder.py:61
#, python-format #, python-format
msgid "Creating Cinder client with volume API version %d." msgid "Creating Cinder client with volume API version %d."
msgstr "" msgstr ""
@ -260,33 +260,28 @@ msgstr ""
msgid "Multiple images %s were found in glance with name" msgid "Multiple images %s were found in glance with name"
msgstr "" msgstr ""
#: heat/engine/resources/autoscaling.py:621
#, python-format
msgid "%(name)s NOT performing scaling adjustment, cooldown %(cooldown)s"
msgstr ""
#: heat/engine/resources/eip.py:102 heat/engine/resources/eip.py:116 #: heat/engine/resources/eip.py:102 heat/engine/resources/eip.py:116
#, python-format #, python-format
msgid "ElasticIp create %s" msgid "ElasticIp create %s"
msgstr "" msgstr ""
#: heat/engine/resources/instance.py:87 #: heat/engine/resources/instance.py:77
#: heat/engine/resources/aws/scaling_policy.py:118 #: heat/engine/resources/aws/scaling_policy.py:118
#, python-format #, python-format
msgid "%(name)s Alarm, new state %(state)s" msgid "%(name)s Alarm, new state %(state)s"
msgstr "" msgstr ""
#: heat/engine/resources/instance.py:95 #: heat/engine/resources/instance.py:86
#, python-format #, python-format
msgid "%(name)s Alarm, can not find instance %(instance)s" msgid "%(name)s Alarm, can not find instance %(instance)s"
msgstr "" msgstr ""
#: heat/engine/resources/instance.py:101 #: heat/engine/resources/instance.py:92
#, python-format #, python-format
msgid "%(name)s Alarm, restarting resource: %(victim)s" msgid "%(name)s Alarm, restarting resource: %(victim)s"
msgstr "" msgstr ""
#: heat/engine/resources/instance.py:462 #: heat/engine/resources/instance.py:453
#, python-format #, python-format
msgid "%(name)s._resolve_attribute(%(attname)s) == %(res)s" msgid "%(name)s._resolve_attribute(%(attname)s) == %(res)s"
msgstr "" msgstr ""
@ -339,7 +334,7 @@ msgstr ""
msgid "Cluster Template '%s' has been deleted." msgid "Cluster Template '%s' has been deleted."
msgstr "" msgstr ""
#: heat/engine/resources/server.py:943 #: heat/engine/resources/server.py:964
#, python-format #, python-format
msgid "" msgid ""
"For the server \"%(server)s\" the \"%(uuid)s\" property is set to network" "For the server \"%(server)s\" the \"%(uuid)s\" property is set to network"
@ -359,42 +354,42 @@ msgstr ""
msgid "%s Succeeded" msgid "%s Succeeded"
msgstr "" msgstr ""
#: heat/engine/resources/user.py:227 heat/engine/resources/user.py:247 #: heat/engine/resources/user.py:229 heat/engine/resources/user.py:249
#, python-format #, python-format
msgid "could not get secret for %(username)s Error:%(msg)s" msgid "could not get secret for %(username)s Error:%(msg)s"
msgstr "" msgstr ""
#: heat/engine/resources/volume.py:242 #: heat/engine/resources/volume.py:250
#, python-format #, python-format
msgid "Resize failed: Volume %(vol)s is in %(status)s state." msgid "Resize failed: Volume %(vol)s is in %(status)s state."
msgstr "" msgstr ""
#: heat/engine/resources/volume.py:248 heat/engine/resources/volume.py:305 #: heat/engine/resources/volume.py:256 heat/engine/resources/volume.py:313
#, python-format #, python-format
msgid "%s - complete" msgid "%s - complete"
msgstr "" msgstr ""
#: heat/engine/resources/volume.py:297 #: heat/engine/resources/volume.py:305
#, python-format #, python-format
msgid "Attachment failed - volume %(vol)s is in %(status)s status" msgid "Attachment failed - volume %(vol)s is in %(status)s status"
msgstr "" msgstr ""
#: heat/engine/resources/volume.py:368 #: heat/engine/resources/volume.py:376
#, python-format #, python-format
msgid "%(name)s - status: %(status)s" msgid "%(name)s - status: %(status)s"
msgstr "" msgstr ""
#: heat/engine/resources/volume.py:371 #: heat/engine/resources/volume.py:379
#, python-format #, python-format
msgid "Detachment failed - volume %(vol)s is in %(status)s status" msgid "Detachment failed - volume %(vol)s is in %(status)s status"
msgstr "" msgstr ""
#: heat/engine/resources/volume.py:395 #: heat/engine/resources/volume.py:403
#, python-format #, python-format
msgid "Server %(srv)s still has attachment %(att)s." msgid "Server %(srv)s still has attachment %(att)s."
msgstr "" msgstr ""
#: heat/engine/resources/volume.py:399 #: heat/engine/resources/volume.py:407
#, python-format #, python-format
msgid "Volume %(vol)s is detached from server %(srv)s" msgid "Volume %(vol)s is detached from server %(srv)s"
msgstr "" msgstr ""
@ -404,6 +399,11 @@ msgstr ""
msgid "%(name)s Timed out (%(timeout)s)" msgid "%(name)s Timed out (%(timeout)s)"
msgstr "" msgstr ""
#: heat/engine/resources/aws/autoscaling_group.py:252
#, python-format
msgid "%(name)s NOT performing scaling adjustment, cooldown %(cooldown)s"
msgstr ""
#: heat/engine/resources/aws/scaling_policy.py:124 #: heat/engine/resources/aws/scaling_policy.py:124
#: heat/engine/resources/openstack/scaling_policy.py:133 #: heat/engine/resources/openstack/scaling_policy.py:133
#, python-format #, python-format
@ -428,54 +428,54 @@ msgstr ""
msgid "Eventlet backdoor listening on %(port)s for process %(pid)d" msgid "Eventlet backdoor listening on %(port)s for process %(pid)d"
msgstr "" msgstr ""
#: heat/openstack/common/service.py:176 #: heat/openstack/common/service.py:174
#, python-format #, python-format
msgid "Caught %s, exiting" msgid "Caught %s, exiting"
msgstr "" msgstr ""
#: heat/openstack/common/service.py:240 #: heat/openstack/common/service.py:232
msgid "Parent process has died unexpectedly, exiting" msgid "Parent process has died unexpectedly, exiting"
msgstr "" msgstr ""
#: heat/openstack/common/service.py:271 #: heat/openstack/common/service.py:263
#, python-format #, python-format
msgid "Child caught %s, exiting" msgid "Child caught %s, exiting"
msgstr "" msgstr ""
#: heat/openstack/common/service.py:310 #: heat/openstack/common/service.py:302
msgid "Forking too fast, sleeping" msgid "Forking too fast, sleeping"
msgstr "" msgstr ""
#: heat/openstack/common/service.py:329 #: heat/openstack/common/service.py:321
#, python-format #, python-format
msgid "Started child %d" msgid "Started child %d"
msgstr "" msgstr ""
#: heat/openstack/common/service.py:339 #: heat/openstack/common/service.py:331
#, python-format #, python-format
msgid "Starting %d workers" msgid "Starting %d workers"
msgstr "" msgstr ""
#: heat/openstack/common/service.py:356 #: heat/openstack/common/service.py:348
#, python-format #, python-format
msgid "Child %(pid)d killed by signal %(sig)d" msgid "Child %(pid)d killed by signal %(sig)d"
msgstr "" msgstr ""
#: heat/openstack/common/service.py:360 #: heat/openstack/common/service.py:352
#, python-format #, python-format
msgid "Child %(pid)s exited with status %(code)d" msgid "Child %(pid)s exited with status %(code)d"
msgstr "" msgstr ""
#: heat/openstack/common/service.py:399 #: heat/openstack/common/service.py:391
#, python-format #, python-format
msgid "Caught %s, stopping children" msgid "Caught %s, stopping children"
msgstr "" msgstr ""
#: heat/openstack/common/service.py:408 #: heat/openstack/common/service.py:400
msgid "Wait called after thread killed. Cleaning up." msgid "Wait called after thread killed. Cleaning up."
msgstr "" msgstr ""
#: heat/openstack/common/service.py:424 #: heat/openstack/common/service.py:416
#, python-format #, python-format
msgid "Waiting on %d children to exit" msgid "Waiting on %d children to exit"
msgstr "" msgstr ""

View File

@ -6,9 +6,9 @@
#, fuzzy #, fuzzy
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: heat 2015.1.dev215.g609cfc8\n" "Project-Id-Version: heat 2015.1.dev409.ge1447a8\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-10-26 06:00+0000\n" "POT-Creation-Date: 2014-11-24 06:00+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -33,38 +33,38 @@ msgid ""
"falling back to using default" "falling back to using default"
msgstr "" msgstr ""
#: heat/common/heat_keystoneclient.py:310 #: heat/common/heat_keystoneclient.py:313
#, python-format #, python-format
msgid "Truncating the username %s to the last 64 characters." msgid "Truncating the username %s to the last 64 characters."
msgstr "" msgstr ""
#: heat/common/heat_keystoneclient.py:408 #: heat/common/heat_keystoneclient.py:424
msgid "" msgid ""
"Falling back to legacy non-domain user create, configure domain in " "Falling back to legacy non-domain user create, configure domain in "
"heat.conf" "heat.conf"
msgstr "" msgstr ""
#: heat/common/heat_keystoneclient.py:462 #: heat/common/heat_keystoneclient.py:477
msgid "" msgid ""
"Falling back to legacy non-domain user delete, configure domain in " "Falling back to legacy non-domain user delete, configure domain in "
"heat.conf" "heat.conf"
msgstr "" msgstr ""
#: heat/common/heat_keystoneclient.py:483 #: heat/common/heat_keystoneclient.py:498
#: heat/common/heat_keystoneclient.py:500 #: heat/common/heat_keystoneclient.py:515
msgid "Falling back to legacy non-domain project, configure domain in heat.conf" msgid "Falling back to legacy non-domain project, configure domain in heat.conf"
msgstr "" msgstr ""
#: heat/common/heat_keystoneclient.py:591 #: heat/common/heat_keystoneclient.py:606
#: heat/common/heat_keystoneclient.py:608 #: heat/common/heat_keystoneclient.py:623
msgid "Falling back to legacy non-domain keypair, configure domain in heat.conf" msgid "Falling back to legacy non-domain keypair, configure domain in heat.conf"
msgstr "" msgstr ""
#: heat/common/heat_keystoneclient.py:627 #: heat/common/heat_keystoneclient.py:642
msgid "Falling back to legacy non-domain disable, configure domain in heat.conf" msgid "Falling back to legacy non-domain disable, configure domain in heat.conf"
msgstr "" msgstr ""
#: heat/common/heat_keystoneclient.py:637 #: heat/common/heat_keystoneclient.py:652
msgid "Falling back to legacy non-domain enable, configure domain in heat.conf" msgid "Falling back to legacy non-domain enable, configure domain in heat.conf"
msgstr "" msgstr ""
@ -78,12 +78,12 @@ msgstr ""
msgid "Changing %(path)s from %(was)s to %(now)s" msgid "Changing %(path)s from %(was)s to %(now)s"
msgstr "" msgstr ""
#: heat/engine/resource.py:877 #: heat/engine/resource.py:901
#, python-format #, python-format
msgid "db error %s" msgid "db error %s"
msgstr "" msgstr ""
#: heat/engine/resource.py:1063 #: heat/engine/resource.py:1087
#, python-format #, python-format
msgid "Resource %s does not implement metadata update" msgid "Resource %s does not implement metadata update"
msgstr "" msgstr ""
@ -93,17 +93,17 @@ msgstr ""
msgid "periodic_task db error watch rule removed? %(ex)s" msgid "periodic_task db error watch rule removed? %(ex)s"
msgstr "" msgstr ""
#: heat/engine/service.py:1077 #: heat/engine/service.py:1094
#, python-format #, python-format
msgid "Access denied to resource %s" msgid "Access denied to resource %s"
msgstr "" msgstr ""
#: heat/engine/service.py:1332 #: heat/engine/service.py:1350
#, python-format #, python-format
msgid "show_watch (all) db error %s" msgid "show_watch (all) db error %s"
msgstr "" msgstr ""
#: heat/engine/service.py:1361 #: heat/engine/service.py:1379
#, python-format #, python-format
msgid "show_metric (all) db error %s" msgid "show_metric (all) db error %s"
msgstr "" msgstr ""
@ -112,7 +112,7 @@ msgstr ""
msgid "Cannot generate signed url, no stored access/secret key" msgid "Cannot generate signed url, no stored access/secret key"
msgstr "" msgstr ""
#: heat/engine/stack.py:235 #: heat/engine/stack.py:237
msgid "Unable to set parameters StackId identifier" msgid "Unable to set parameters StackId identifier"
msgstr "" msgstr ""
@ -121,7 +121,7 @@ msgstr ""
msgid "Lock was already released on stack %s!" msgid "Lock was already released on stack %s!"
msgstr "" msgstr ""
#: heat/engine/stack_resource.py:109 #: heat/engine/stack_resource.py:115
#, python-format #, python-format
msgid "Preview of '%s' not yet implemented" msgid "Preview of '%s' not yet implemented"
msgstr "" msgstr ""
@ -150,25 +150,30 @@ msgstr ""
msgid "Requested client \"%s\" not found" msgid "Requested client \"%s\" not found"
msgstr "" msgstr ""
#: heat/engine/clients/os/nova.py:108 heat/engine/resources/nova_utils.py:59 #: heat/engine/clients/os/nova.py:110 heat/engine/resources/nova_utils.py:59
#, python-format #, python-format
msgid "" msgid ""
"Server %(name)s (%(id)s) received an OverLimit response during " "Server %(name)s (%(id)s) received an OverLimit response during "
"server.get(): %(exception)s" "server.get(): %(exception)s"
msgstr "" msgstr ""
#: heat/engine/clients/os/nova.py:116 heat/engine/resources/nova_utils.py:68 #: heat/engine/clients/os/nova.py:118 heat/engine/resources/nova_utils.py:68
#, python-format #, python-format
msgid "" msgid ""
"Server \"%(name)s\" (%(id)s) received the following exception during " "Server \"%(name)s\" (%(id)s) received the following exception during "
"server.get(): %(exception)s" "server.get(): %(exception)s"
msgstr "" msgstr ""
#: heat/engine/clients/os/nova.py:401 heat/engine/resources/nova_utils.py:383 #: heat/engine/clients/os/nova.py:407 heat/engine/resources/nova_utils.py:383
#, python-format #, python-format
msgid "Instance (%(server)s) not found: %(ex)s" msgid "Instance (%(server)s) not found: %(ex)s"
msgstr "" msgstr ""
#: heat/engine/clients/os/nova.py:418
#, python-format
msgid "Server (%(server)s) not found: %(ex)s"
msgstr ""
#: heat/engine/resources/eip.py:389 #: heat/engine/resources/eip.py:389
msgid "Skipping association, resource not specified" msgid "Skipping association, resource not specified"
msgstr "" msgstr ""
@ -180,7 +185,7 @@ msgid ""
"instance.get(): %(exception)s" "instance.get(): %(exception)s"
msgstr "" msgstr ""
#: heat/engine/resources/swift.py:172 #: heat/engine/resources/swift.py:175
#, python-format #, python-format
msgid "Head container failed: %s" msgid "Head container failed: %s"
msgstr "" msgstr ""

File diff suppressed because it is too large Load Diff