Merge "Imported Translations from Transifex"

This commit is contained in:
Jenkins 2014-08-12 08:25:06 +00:00 committed by Gerrit Code Review
commit 13647cd70a
12 changed files with 330 additions and 346 deletions

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Sahara\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-08-04 06:10+0000\n"
"POT-Creation-Date: 2014-08-12 06:10+0000\n"
"PO-Revision-Date: 2014-07-16 14:29+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: German (http://www.transifex.com/projects/p/sahara/language/"
@ -31,7 +31,7 @@ msgid ""
"mode by running 'sahara-all' binary."
msgstr ""
#: sahara/middleware/auth_valid.py:46
#: sahara/api/middleware/auth_valid.py:46
msgid "Can't get tenant_id from env"
msgstr ""
@ -40,18 +40,6 @@ msgstr ""
msgid "task %(func_name)s run outlasted interval by %(delay).2f sec"
msgstr ""
#: sahara/openstack/common/network_utils.py:149
msgid "tcp_keepidle not available on your system"
msgstr ""
#: sahara/openstack/common/network_utils.py:156
msgid "tcp_keepintvl not available on your system"
msgstr ""
#: sahara/openstack/common/network_utils.py:163
msgid "tcp_keepknt not available on your system"
msgstr ""
#: sahara/service/direct_engine.py:82 sahara/service/heat_engine.py:70
#, python-format
msgid "Can't start cluster '%(cluster)s' (reason: %(reason)s)"
@ -62,24 +50,24 @@ msgstr ""
msgid "Can't scale cluster '%(cluster)s' (reason: %(reason)s)"
msgstr ""
#: sahara/service/direct_engine.py:319
#: sahara/service/direct_engine.py:320
#, python-format
msgid ""
"Attempted to delete non-existent floating IP in pool %(pool)s from instance "
"%(instance)s"
msgstr ""
#: sahara/service/direct_engine.py:327
#: sahara/service/direct_engine.py:328
#, python-format
msgid "Detaching volumes from instance %s failed"
msgstr ""
#: sahara/service/direct_engine.py:333
#: sahara/service/direct_engine.py:334
#, python-format
msgid "Attempted to delete non-existent instance %s"
msgstr ""
#: sahara/service/engine.py:168
#: sahara/service/engine.py:169
msgid ""
"Presumably the operation failed because the cluster was deleted by a user "
"during the process."

View File

@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Sahara\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-08-11 06:09+0000\n"
"POT-Creation-Date: 2014-08-12 06:09+0000\n"
"PO-Revision-Date: 2014-07-17 06:41+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: German "
@ -44,75 +44,75 @@ msgstr ""
msgid "Object '%s' is not found"
msgstr ""
#: sahara/exceptions.py:51
#: sahara/exceptions.py:53
msgid "Name already exists"
msgstr ""
#: sahara/exceptions.py:60
#: sahara/exceptions.py:62
msgid "Invalid credentials"
msgstr ""
#: sahara/exceptions.py:69
#: sahara/exceptions.py:71
msgid "Invalid object reference"
msgstr ""
#: sahara/exceptions.py:78
#: sahara/exceptions.py:80
#, python-format
msgid "Error during command execution: \"%s\""
msgstr ""
#: sahara/exceptions.py:109
#: sahara/exceptions.py:111
msgid "Data is invalid"
msgstr ""
#: sahara/exceptions.py:118
#: sahara/exceptions.py:120
msgid "Job binary internal data must be a string of length greater than zero"
msgstr ""
#: sahara/exceptions.py:128
#: sahara/exceptions.py:130
msgid ""
"To work with JobBinary located in internal swift add 'user' and "
"'password' to extra"
msgstr ""
#: sahara/exceptions.py:138
#: sahara/exceptions.py:140
msgid "Database object already exists"
msgstr ""
#: sahara/exceptions.py:147
#: sahara/exceptions.py:149
msgid "Object was not created"
msgstr ""
#: sahara/exceptions.py:156
#: sahara/exceptions.py:158
msgid "Object was not deleted"
msgstr ""
#: sahara/exceptions.py:166
#: sahara/exceptions.py:168
#, python-format
msgid "Node Group %s is missing 'floating_ip_pool' field"
msgstr ""
#: sahara/exceptions.py:184
#: sahara/exceptions.py:186
#, python-format
msgid "Size of data (%(size)s) is greater than maximum (%(maximum)s)"
msgstr ""
#: sahara/exceptions.py:196
#: sahara/exceptions.py:198
#, python-format
msgid "An error occurred in thread '%(thread)s': %(e)s"
msgstr ""
#: sahara/exceptions.py:206
#: sahara/exceptions.py:208
#, python-format
msgid "Feature '%s' is not implemented"
msgstr ""
#: sahara/exceptions.py:212
#: sahara/exceptions.py:214
#, python-format
msgid "Heat stack failed with status %s"
msgstr ""
#: sahara/exceptions.py:246
#: sahara/exceptions.py:248
#, python-format
msgid "Operation timed out after %i second(s)"
msgstr ""
@ -415,7 +415,7 @@ msgid ""
"processes run in cluster"
msgstr ""
#: sahara/service/direct_engine.py:286
#: sahara/service/direct_engine.py:287
#, python-format
msgid "Node %s has error status"
msgstr ""
@ -502,96 +502,101 @@ msgid ""
"'%(name)s'"
msgstr ""
#: sahara/service/validations/base.py:139
#: sahara/service/validations/base.py:142
#, python-format
msgid "Requested flavor '%s' not found"
msgstr ""
#: sahara/service/validations/base.py:154
#: sahara/service/validations/base.py:150
#, python-format
msgid "Security group '%s' not found"
msgstr ""
#: sahara/service/validations/base.py:165
#, python-format
msgid "Floating IP pool %(pool)s for node group '%(group)s' not found"
msgstr ""
#: sahara/service/validations/base.py:161
#: sahara/service/validations/base.py:172
msgid "Duplicates in node processes have been detected"
msgstr ""
#: sahara/service/validations/base.py:169
#: sahara/service/validations/base.py:180
#, python-format
msgid "Plugin supports the following node procesess: %s"
msgstr ""
#: sahara/service/validations/base.py:177
#: sahara/service/validations/base.py:188
msgid "Duplicates in node group names are detected"
msgstr ""
#: sahara/service/validations/base.py:185
#: sahara/service/validations/base.py:196
#, python-format
msgid "Cluster with name '%s' already exists"
msgstr ""
#: sahara/service/validations/base.py:194
#: sahara/service/validations/base.py:205
#, python-format
msgid "Cluster name '%s' is already used as Heat stack name"
msgstr ""
#: sahara/service/validations/base.py:201
#: sahara/service/validations/base.py:212
#, python-format
msgid "Cluster with id '%s' doesn't exist"
msgstr ""
#: sahara/service/validations/base.py:212
#: sahara/service/validations/base.py:223
#, python-format
msgid ""
"Composite hostname %(host)s in provisioned cluster exceeds maximum limit "
"%(limit)s characters"
msgstr ""
#: sahara/service/validations/base.py:223
#: sahara/service/validations/base.py:234
#, python-format
msgid "Requested keypair '%s' not found"
msgstr ""
#: sahara/service/validations/base.py:228
#: sahara/service/validations/base.py:239
#, python-format
msgid "Network %s not found"
msgstr ""
#: sahara/service/validations/base.py:236
#: sahara/service/validations/base.py:247
#, python-format
msgid "Cluster template with name '%s' already exists"
msgstr ""
#: sahara/service/validations/base.py:242
#: sahara/service/validations/base.py:253
#, python-format
msgid "Cluster template with id '%s' doesn't exist"
msgstr ""
#: sahara/service/validations/base.py:262
#: sahara/service/validations/base.py:273
#, python-format
msgid "NodeGroup template with name '%s' already exists"
msgstr ""
#: sahara/service/validations/base.py:268
#: sahara/service/validations/base.py:279
#, python-format
msgid "NodeGroup template with id '%s' doesn't exist"
msgstr ""
#: sahara/service/validations/base.py:303
#: sahara/service/validations/base.py:314
#, python-format
msgid "Cluster doesn't contain node group with name '%s'"
msgstr ""
#: sahara/service/validations/base.py:317
#: sahara/service/validations/base.py:328
#, python-format
msgid "Can't add new nodegroup. Cluster already has nodegroup with name '%s'"
msgstr ""
#: sahara/service/validations/base.py:330
#: sahara/service/validations/base.py:341
msgid "Cinder is not supported"
msgstr ""
#: sahara/service/validations/base.py:342
#: sahara/service/validations/base.py:353
#, python-format
msgid ""
"Tags of requested image '%(image)s' don't contain required tags "
@ -623,7 +628,7 @@ msgstr ""
msgid "Cluster cannot be scaled not in 'Active' status. Cluster status: %s"
msgstr ""
#: sahara/service/validations/node_group_templates.py:111
#: sahara/service/validations/node_group_templates.py:117
#, python-format
msgid ""
"Node group template %(template)s is in use by cluster templates: "

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Sahara\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-08-11 06:09+0000\n"
"POT-Creation-Date: 2014-08-12 06:09+0000\n"
"PO-Revision-Date: 2014-07-17 06:41+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: English (Australia) "
@ -43,75 +43,75 @@ msgstr ""
msgid "Object '%s' is not found"
msgstr ""
#: sahara/exceptions.py:51
#: sahara/exceptions.py:53
msgid "Name already exists"
msgstr ""
#: sahara/exceptions.py:60
#: sahara/exceptions.py:62
msgid "Invalid credentials"
msgstr ""
#: sahara/exceptions.py:69
#: sahara/exceptions.py:71
msgid "Invalid object reference"
msgstr ""
#: sahara/exceptions.py:78
#: sahara/exceptions.py:80
#, python-format
msgid "Error during command execution: \"%s\""
msgstr ""
#: sahara/exceptions.py:109
#: sahara/exceptions.py:111
msgid "Data is invalid"
msgstr ""
#: sahara/exceptions.py:118
#: sahara/exceptions.py:120
msgid "Job binary internal data must be a string of length greater than zero"
msgstr ""
#: sahara/exceptions.py:128
#: sahara/exceptions.py:130
msgid ""
"To work with JobBinary located in internal swift add 'user' and "
"'password' to extra"
msgstr ""
#: sahara/exceptions.py:138
#: sahara/exceptions.py:140
msgid "Database object already exists"
msgstr ""
#: sahara/exceptions.py:147
#: sahara/exceptions.py:149
msgid "Object was not created"
msgstr ""
#: sahara/exceptions.py:156
#: sahara/exceptions.py:158
msgid "Object was not deleted"
msgstr ""
#: sahara/exceptions.py:166
#: sahara/exceptions.py:168
#, python-format
msgid "Node Group %s is missing 'floating_ip_pool' field"
msgstr ""
#: sahara/exceptions.py:184
#: sahara/exceptions.py:186
#, python-format
msgid "Size of data (%(size)s) is greater than maximum (%(maximum)s)"
msgstr ""
#: sahara/exceptions.py:196
#: sahara/exceptions.py:198
#, python-format
msgid "An error occurred in thread '%(thread)s': %(e)s"
msgstr ""
#: sahara/exceptions.py:206
#: sahara/exceptions.py:208
#, python-format
msgid "Feature '%s' is not implemented"
msgstr ""
#: sahara/exceptions.py:212
#: sahara/exceptions.py:214
#, python-format
msgid "Heat stack failed with status %s"
msgstr ""
#: sahara/exceptions.py:246
#: sahara/exceptions.py:248
#, python-format
msgid "Operation timed out after %i second(s)"
msgstr ""
@ -404,7 +404,7 @@ msgid ""
"processes run in cluster"
msgstr ""
#: sahara/service/direct_engine.py:286
#: sahara/service/direct_engine.py:287
#, python-format
msgid "Node %s has error status"
msgstr ""
@ -491,96 +491,101 @@ msgid ""
"'%(name)s'"
msgstr ""
#: sahara/service/validations/base.py:139
#: sahara/service/validations/base.py:142
#, python-format
msgid "Requested flavor '%s' not found"
msgstr ""
#: sahara/service/validations/base.py:154
#: sahara/service/validations/base.py:150
#, python-format
msgid "Security group '%s' not found"
msgstr ""
#: sahara/service/validations/base.py:165
#, python-format
msgid "Floating IP pool %(pool)s for node group '%(group)s' not found"
msgstr ""
#: sahara/service/validations/base.py:161
#: sahara/service/validations/base.py:172
msgid "Duplicates in node processes have been detected"
msgstr ""
#: sahara/service/validations/base.py:169
#: sahara/service/validations/base.py:180
#, python-format
msgid "Plugin supports the following node procesess: %s"
msgstr ""
#: sahara/service/validations/base.py:177
#: sahara/service/validations/base.py:188
msgid "Duplicates in node group names are detected"
msgstr ""
#: sahara/service/validations/base.py:185
#: sahara/service/validations/base.py:196
#, python-format
msgid "Cluster with name '%s' already exists"
msgstr ""
#: sahara/service/validations/base.py:194
#: sahara/service/validations/base.py:205
#, python-format
msgid "Cluster name '%s' is already used as Heat stack name"
msgstr ""
#: sahara/service/validations/base.py:201
#: sahara/service/validations/base.py:212
#, python-format
msgid "Cluster with id '%s' doesn't exist"
msgstr ""
#: sahara/service/validations/base.py:212
#: sahara/service/validations/base.py:223
#, python-format
msgid ""
"Composite hostname %(host)s in provisioned cluster exceeds maximum limit "
"%(limit)s characters"
msgstr ""
#: sahara/service/validations/base.py:223
#: sahara/service/validations/base.py:234
#, python-format
msgid "Requested keypair '%s' not found"
msgstr ""
#: sahara/service/validations/base.py:228
#: sahara/service/validations/base.py:239
#, python-format
msgid "Network %s not found"
msgstr ""
#: sahara/service/validations/base.py:236
#: sahara/service/validations/base.py:247
#, python-format
msgid "Cluster template with name '%s' already exists"
msgstr ""
#: sahara/service/validations/base.py:242
#: sahara/service/validations/base.py:253
#, python-format
msgid "Cluster template with id '%s' doesn't exist"
msgstr ""
#: sahara/service/validations/base.py:262
#: sahara/service/validations/base.py:273
#, python-format
msgid "NodeGroup template with name '%s' already exists"
msgstr ""
#: sahara/service/validations/base.py:268
#: sahara/service/validations/base.py:279
#, python-format
msgid "NodeGroup template with id '%s' doesn't exist"
msgstr ""
#: sahara/service/validations/base.py:303
#: sahara/service/validations/base.py:314
#, python-format
msgid "Cluster doesn't contain node group with name '%s'"
msgstr ""
#: sahara/service/validations/base.py:317
#: sahara/service/validations/base.py:328
#, python-format
msgid "Can't add new nodegroup. Cluster already has nodegroup with name '%s'"
msgstr ""
#: sahara/service/validations/base.py:330
#: sahara/service/validations/base.py:341
msgid "Cinder is not supported"
msgstr ""
#: sahara/service/validations/base.py:342
#: sahara/service/validations/base.py:353
#, python-format
msgid ""
"Tags of requested image '%(image)s' don't contain required tags "
@ -612,7 +617,7 @@ msgstr ""
msgid "Cluster cannot be scaled not in 'Active' status. Cluster status: %s"
msgstr ""
#: sahara/service/validations/node_group_templates.py:111
#: sahara/service/validations/node_group_templates.py:117
#, python-format
msgid ""
"Node group template %(template)s is in use by cluster templates: "

View File

@ -7,9 +7,9 @@ msgid ""
msgstr ""
"Project-Id-Version: Sahara\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-07-28 06:10+0000\n"
"PO-Revision-Date: 2014-05-30 06:27+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2014-08-12 06:10+0000\n"
"PO-Revision-Date: 2014-08-11 11:58+0000\n"
"Last-Translator: Sergey Lukjanov <slukjanov@mirantis.com>\n"
"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/"
"sahara/language/en_GB/)\n"
"Language: en_GB\n"
@ -18,6 +18,3 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 1.3\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#~ msgid "Dummy message for transifex setup."
#~ msgstr "Dummy message for Transifex setup."

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Sahara\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-08-04 06:10+0000\n"
"POT-Creation-Date: 2014-08-12 06:10+0000\n"
"PO-Revision-Date: 2014-07-29 23:43+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/"
@ -33,7 +33,7 @@ msgstr ""
"Distributed mode is in the alpha state, it's recommended to use all-in-one "
"mode by running 'sahara-all' binary."
#: sahara/middleware/auth_valid.py:46
#: sahara/api/middleware/auth_valid.py:46
msgid "Can't get tenant_id from env"
msgstr ""
@ -42,18 +42,6 @@ msgstr ""
msgid "task %(func_name)s run outlasted interval by %(delay).2f sec"
msgstr "task %(func_name)s run outlasted interval by %(delay).2f sec"
#: sahara/openstack/common/network_utils.py:149
msgid "tcp_keepidle not available on your system"
msgstr "tcp_keepidle not available on your system"
#: sahara/openstack/common/network_utils.py:156
msgid "tcp_keepintvl not available on your system"
msgstr "tcp_keepintvl not available on your system"
#: sahara/openstack/common/network_utils.py:163
msgid "tcp_keepknt not available on your system"
msgstr "tcp_keepknt not available on your system"
#: sahara/service/direct_engine.py:82 sahara/service/heat_engine.py:70
#, python-format
msgid "Can't start cluster '%(cluster)s' (reason: %(reason)s)"
@ -64,24 +52,24 @@ msgstr ""
msgid "Can't scale cluster '%(cluster)s' (reason: %(reason)s)"
msgstr ""
#: sahara/service/direct_engine.py:319
#: sahara/service/direct_engine.py:320
#, python-format
msgid ""
"Attempted to delete non-existent floating IP in pool %(pool)s from instance "
"%(instance)s"
msgstr ""
#: sahara/service/direct_engine.py:327
#: sahara/service/direct_engine.py:328
#, python-format
msgid "Detaching volumes from instance %s failed"
msgstr ""
#: sahara/service/direct_engine.py:333
#: sahara/service/direct_engine.py:334
#, python-format
msgid "Attempted to delete non-existent instance %s"
msgstr ""
#: sahara/service/engine.py:168
#: sahara/service/engine.py:169
msgid ""
"Presumably the operation failed because the cluster was deleted by a user "
"during the process."

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Sahara\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-08-11 06:09+0000\n"
"POT-Creation-Date: 2014-08-12 06:09+0000\n"
"PO-Revision-Date: 2014-03-19 22:46+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: English (United States) "
@ -42,75 +42,75 @@ msgstr ""
msgid "Object '%s' is not found"
msgstr ""
#: sahara/exceptions.py:51
#: sahara/exceptions.py:53
msgid "Name already exists"
msgstr ""
#: sahara/exceptions.py:60
#: sahara/exceptions.py:62
msgid "Invalid credentials"
msgstr ""
#: sahara/exceptions.py:69
#: sahara/exceptions.py:71
msgid "Invalid object reference"
msgstr ""
#: sahara/exceptions.py:78
#: sahara/exceptions.py:80
#, python-format
msgid "Error during command execution: \"%s\""
msgstr ""
#: sahara/exceptions.py:109
#: sahara/exceptions.py:111
msgid "Data is invalid"
msgstr ""
#: sahara/exceptions.py:118
#: sahara/exceptions.py:120
msgid "Job binary internal data must be a string of length greater than zero"
msgstr ""
#: sahara/exceptions.py:128
#: sahara/exceptions.py:130
msgid ""
"To work with JobBinary located in internal swift add 'user' and "
"'password' to extra"
msgstr ""
#: sahara/exceptions.py:138
#: sahara/exceptions.py:140
msgid "Database object already exists"
msgstr ""
#: sahara/exceptions.py:147
#: sahara/exceptions.py:149
msgid "Object was not created"
msgstr ""
#: sahara/exceptions.py:156
#: sahara/exceptions.py:158
msgid "Object was not deleted"
msgstr ""
#: sahara/exceptions.py:166
#: sahara/exceptions.py:168
#, python-format
msgid "Node Group %s is missing 'floating_ip_pool' field"
msgstr ""
#: sahara/exceptions.py:184
#: sahara/exceptions.py:186
#, python-format
msgid "Size of data (%(size)s) is greater than maximum (%(maximum)s)"
msgstr ""
#: sahara/exceptions.py:196
#: sahara/exceptions.py:198
#, python-format
msgid "An error occurred in thread '%(thread)s': %(e)s"
msgstr ""
#: sahara/exceptions.py:206
#: sahara/exceptions.py:208
#, python-format
msgid "Feature '%s' is not implemented"
msgstr ""
#: sahara/exceptions.py:212
#: sahara/exceptions.py:214
#, python-format
msgid "Heat stack failed with status %s"
msgstr ""
#: sahara/exceptions.py:246
#: sahara/exceptions.py:248
#, python-format
msgid "Operation timed out after %i second(s)"
msgstr ""
@ -401,7 +401,7 @@ msgid ""
"processes run in cluster"
msgstr ""
#: sahara/service/direct_engine.py:286
#: sahara/service/direct_engine.py:287
#, python-format
msgid "Node %s has error status"
msgstr ""
@ -488,96 +488,101 @@ msgid ""
"'%(name)s'"
msgstr ""
#: sahara/service/validations/base.py:139
#: sahara/service/validations/base.py:142
#, python-format
msgid "Requested flavor '%s' not found"
msgstr ""
#: sahara/service/validations/base.py:154
#: sahara/service/validations/base.py:150
#, python-format
msgid "Security group '%s' not found"
msgstr ""
#: sahara/service/validations/base.py:165
#, python-format
msgid "Floating IP pool %(pool)s for node group '%(group)s' not found"
msgstr ""
#: sahara/service/validations/base.py:161
#: sahara/service/validations/base.py:172
msgid "Duplicates in node processes have been detected"
msgstr ""
#: sahara/service/validations/base.py:169
#: sahara/service/validations/base.py:180
#, python-format
msgid "Plugin supports the following node procesess: %s"
msgstr ""
#: sahara/service/validations/base.py:177
#: sahara/service/validations/base.py:188
msgid "Duplicates in node group names are detected"
msgstr ""
#: sahara/service/validations/base.py:185
#: sahara/service/validations/base.py:196
#, python-format
msgid "Cluster with name '%s' already exists"
msgstr ""
#: sahara/service/validations/base.py:194
#: sahara/service/validations/base.py:205
#, python-format
msgid "Cluster name '%s' is already used as Heat stack name"
msgstr ""
#: sahara/service/validations/base.py:201
#: sahara/service/validations/base.py:212
#, python-format
msgid "Cluster with id '%s' doesn't exist"
msgstr ""
#: sahara/service/validations/base.py:212
#: sahara/service/validations/base.py:223
#, python-format
msgid ""
"Composite hostname %(host)s in provisioned cluster exceeds maximum limit "
"%(limit)s characters"
msgstr ""
#: sahara/service/validations/base.py:223
#: sahara/service/validations/base.py:234
#, python-format
msgid "Requested keypair '%s' not found"
msgstr ""
#: sahara/service/validations/base.py:228
#: sahara/service/validations/base.py:239
#, python-format
msgid "Network %s not found"
msgstr ""
#: sahara/service/validations/base.py:236
#: sahara/service/validations/base.py:247
#, python-format
msgid "Cluster template with name '%s' already exists"
msgstr ""
#: sahara/service/validations/base.py:242
#: sahara/service/validations/base.py:253
#, python-format
msgid "Cluster template with id '%s' doesn't exist"
msgstr ""
#: sahara/service/validations/base.py:262
#: sahara/service/validations/base.py:273
#, python-format
msgid "NodeGroup template with name '%s' already exists"
msgstr ""
#: sahara/service/validations/base.py:268
#: sahara/service/validations/base.py:279
#, python-format
msgid "NodeGroup template with id '%s' doesn't exist"
msgstr ""
#: sahara/service/validations/base.py:303
#: sahara/service/validations/base.py:314
#, python-format
msgid "Cluster doesn't contain node group with name '%s'"
msgstr ""
#: sahara/service/validations/base.py:317
#: sahara/service/validations/base.py:328
#, python-format
msgid "Can't add new nodegroup. Cluster already has nodegroup with name '%s'"
msgstr ""
#: sahara/service/validations/base.py:330
#: sahara/service/validations/base.py:341
msgid "Cinder is not supported"
msgstr ""
#: sahara/service/validations/base.py:342
#: sahara/service/validations/base.py:353
#, python-format
msgid ""
"Tags of requested image '%(image)s' don't contain required tags "
@ -609,7 +614,7 @@ msgstr ""
msgid "Cluster cannot be scaled not in 'Active' status. Cluster status: %s"
msgstr ""
#: sahara/service/validations/node_group_templates.py:111
#: sahara/service/validations/node_group_templates.py:117
#, python-format
msgid ""
"Node group template %(template)s is in use by cluster templates: "

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Sahara\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-08-11 06:09+0000\n"
"POT-Creation-Date: 2014-08-12 06:09+0000\n"
"PO-Revision-Date: 2014-07-17 06:41+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Spanish "
@ -43,75 +43,75 @@ msgstr ""
msgid "Object '%s' is not found"
msgstr ""
#: sahara/exceptions.py:51
#: sahara/exceptions.py:53
msgid "Name already exists"
msgstr ""
#: sahara/exceptions.py:60
#: sahara/exceptions.py:62
msgid "Invalid credentials"
msgstr ""
#: sahara/exceptions.py:69
#: sahara/exceptions.py:71
msgid "Invalid object reference"
msgstr ""
#: sahara/exceptions.py:78
#: sahara/exceptions.py:80
#, python-format
msgid "Error during command execution: \"%s\""
msgstr ""
#: sahara/exceptions.py:109
#: sahara/exceptions.py:111
msgid "Data is invalid"
msgstr ""
#: sahara/exceptions.py:118
#: sahara/exceptions.py:120
msgid "Job binary internal data must be a string of length greater than zero"
msgstr ""
#: sahara/exceptions.py:128
#: sahara/exceptions.py:130
msgid ""
"To work with JobBinary located in internal swift add 'user' and "
"'password' to extra"
msgstr ""
#: sahara/exceptions.py:138
#: sahara/exceptions.py:140
msgid "Database object already exists"
msgstr ""
#: sahara/exceptions.py:147
#: sahara/exceptions.py:149
msgid "Object was not created"
msgstr ""
#: sahara/exceptions.py:156
#: sahara/exceptions.py:158
msgid "Object was not deleted"
msgstr ""
#: sahara/exceptions.py:166
#: sahara/exceptions.py:168
#, python-format
msgid "Node Group %s is missing 'floating_ip_pool' field"
msgstr ""
#: sahara/exceptions.py:184
#: sahara/exceptions.py:186
#, python-format
msgid "Size of data (%(size)s) is greater than maximum (%(maximum)s)"
msgstr ""
#: sahara/exceptions.py:196
#: sahara/exceptions.py:198
#, python-format
msgid "An error occurred in thread '%(thread)s': %(e)s"
msgstr ""
#: sahara/exceptions.py:206
#: sahara/exceptions.py:208
#, python-format
msgid "Feature '%s' is not implemented"
msgstr ""
#: sahara/exceptions.py:212
#: sahara/exceptions.py:214
#, python-format
msgid "Heat stack failed with status %s"
msgstr ""
#: sahara/exceptions.py:246
#: sahara/exceptions.py:248
#, python-format
msgid "Operation timed out after %i second(s)"
msgstr ""
@ -410,7 +410,7 @@ msgid ""
"processes run in cluster"
msgstr ""
#: sahara/service/direct_engine.py:286
#: sahara/service/direct_engine.py:287
#, python-format
msgid "Node %s has error status"
msgstr ""
@ -497,96 +497,101 @@ msgid ""
"'%(name)s'"
msgstr ""
#: sahara/service/validations/base.py:139
#: sahara/service/validations/base.py:142
#, python-format
msgid "Requested flavor '%s' not found"
msgstr ""
#: sahara/service/validations/base.py:154
#: sahara/service/validations/base.py:150
#, python-format
msgid "Security group '%s' not found"
msgstr ""
#: sahara/service/validations/base.py:165
#, python-format
msgid "Floating IP pool %(pool)s for node group '%(group)s' not found"
msgstr ""
#: sahara/service/validations/base.py:161
#: sahara/service/validations/base.py:172
msgid "Duplicates in node processes have been detected"
msgstr ""
#: sahara/service/validations/base.py:169
#: sahara/service/validations/base.py:180
#, python-format
msgid "Plugin supports the following node procesess: %s"
msgstr ""
#: sahara/service/validations/base.py:177
#: sahara/service/validations/base.py:188
msgid "Duplicates in node group names are detected"
msgstr ""
#: sahara/service/validations/base.py:185
#: sahara/service/validations/base.py:196
#, python-format
msgid "Cluster with name '%s' already exists"
msgstr ""
#: sahara/service/validations/base.py:194
#: sahara/service/validations/base.py:205
#, python-format
msgid "Cluster name '%s' is already used as Heat stack name"
msgstr ""
#: sahara/service/validations/base.py:201
#: sahara/service/validations/base.py:212
#, python-format
msgid "Cluster with id '%s' doesn't exist"
msgstr ""
#: sahara/service/validations/base.py:212
#: sahara/service/validations/base.py:223
#, python-format
msgid ""
"Composite hostname %(host)s in provisioned cluster exceeds maximum limit "
"%(limit)s characters"
msgstr ""
#: sahara/service/validations/base.py:223
#: sahara/service/validations/base.py:234
#, python-format
msgid "Requested keypair '%s' not found"
msgstr ""
#: sahara/service/validations/base.py:228
#: sahara/service/validations/base.py:239
#, python-format
msgid "Network %s not found"
msgstr ""
#: sahara/service/validations/base.py:236
#: sahara/service/validations/base.py:247
#, python-format
msgid "Cluster template with name '%s' already exists"
msgstr ""
#: sahara/service/validations/base.py:242
#: sahara/service/validations/base.py:253
#, python-format
msgid "Cluster template with id '%s' doesn't exist"
msgstr ""
#: sahara/service/validations/base.py:262
#: sahara/service/validations/base.py:273
#, python-format
msgid "NodeGroup template with name '%s' already exists"
msgstr ""
#: sahara/service/validations/base.py:268
#: sahara/service/validations/base.py:279
#, python-format
msgid "NodeGroup template with id '%s' doesn't exist"
msgstr ""
#: sahara/service/validations/base.py:303
#: sahara/service/validations/base.py:314
#, python-format
msgid "Cluster doesn't contain node group with name '%s'"
msgstr ""
#: sahara/service/validations/base.py:317
#: sahara/service/validations/base.py:328
#, python-format
msgid "Can't add new nodegroup. Cluster already has nodegroup with name '%s'"
msgstr ""
#: sahara/service/validations/base.py:330
#: sahara/service/validations/base.py:341
msgid "Cinder is not supported"
msgstr ""
#: sahara/service/validations/base.py:342
#: sahara/service/validations/base.py:353
#, python-format
msgid ""
"Tags of requested image '%(image)s' don't contain required tags "
@ -618,7 +623,7 @@ msgstr ""
msgid "Cluster cannot be scaled not in 'Active' status. Cluster status: %s"
msgstr ""
#: sahara/service/validations/node_group_templates.py:111
#: sahara/service/validations/node_group_templates.py:117
#, python-format
msgid ""
"Node group template %(template)s is in use by cluster templates: "

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Sahara\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-08-04 06:10+0000\n"
"POT-Creation-Date: 2014-08-12 06:10+0000\n"
"PO-Revision-Date: 2014-07-25 15:11+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: French (http://www.transifex.com/projects/p/sahara/language/"
@ -30,7 +30,7 @@ msgid ""
"mode by running 'sahara-all' binary."
msgstr ""
#: sahara/middleware/auth_valid.py:46
#: sahara/api/middleware/auth_valid.py:46
msgid "Can't get tenant_id from env"
msgstr ""
@ -39,18 +39,6 @@ msgstr ""
msgid "task %(func_name)s run outlasted interval by %(delay).2f sec"
msgstr ""
#: sahara/openstack/common/network_utils.py:149
msgid "tcp_keepidle not available on your system"
msgstr "tcp_keepidle n'est pas disponible sur votre système"
#: sahara/openstack/common/network_utils.py:156
msgid "tcp_keepintvl not available on your system"
msgstr "tcp_keepintvl n'est pas disponible sur votre système"
#: sahara/openstack/common/network_utils.py:163
msgid "tcp_keepknt not available on your system"
msgstr "tcp_keepknt n'est pas disponible sur votre système"
#: sahara/service/direct_engine.py:82 sahara/service/heat_engine.py:70
#, python-format
msgid "Can't start cluster '%(cluster)s' (reason: %(reason)s)"
@ -61,24 +49,24 @@ msgstr ""
msgid "Can't scale cluster '%(cluster)s' (reason: %(reason)s)"
msgstr ""
#: sahara/service/direct_engine.py:319
#: sahara/service/direct_engine.py:320
#, python-format
msgid ""
"Attempted to delete non-existent floating IP in pool %(pool)s from instance "
"%(instance)s"
msgstr ""
#: sahara/service/direct_engine.py:327
#: sahara/service/direct_engine.py:328
#, python-format
msgid "Detaching volumes from instance %s failed"
msgstr ""
#: sahara/service/direct_engine.py:333
#: sahara/service/direct_engine.py:334
#, python-format
msgid "Attempted to delete non-existent instance %s"
msgstr ""
#: sahara/service/engine.py:168
#: sahara/service/engine.py:169
msgid ""
"Presumably the operation failed because the cluster was deleted by a user "
"during the process."

View File

@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Sahara\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-08-11 06:09+0000\n"
"POT-Creation-Date: 2014-08-12 06:09+0000\n"
"PO-Revision-Date: 2014-07-17 06:41+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: French "
@ -45,75 +45,75 @@ msgstr ""
msgid "Object '%s' is not found"
msgstr ""
#: sahara/exceptions.py:51
#: sahara/exceptions.py:53
msgid "Name already exists"
msgstr ""
#: sahara/exceptions.py:60
#: sahara/exceptions.py:62
msgid "Invalid credentials"
msgstr ""
#: sahara/exceptions.py:69
#: sahara/exceptions.py:71
msgid "Invalid object reference"
msgstr ""
#: sahara/exceptions.py:78
#: sahara/exceptions.py:80
#, python-format
msgid "Error during command execution: \"%s\""
msgstr ""
#: sahara/exceptions.py:109
#: sahara/exceptions.py:111
msgid "Data is invalid"
msgstr ""
#: sahara/exceptions.py:118
#: sahara/exceptions.py:120
msgid "Job binary internal data must be a string of length greater than zero"
msgstr ""
#: sahara/exceptions.py:128
#: sahara/exceptions.py:130
msgid ""
"To work with JobBinary located in internal swift add 'user' and "
"'password' to extra"
msgstr ""
#: sahara/exceptions.py:138
#: sahara/exceptions.py:140
msgid "Database object already exists"
msgstr ""
#: sahara/exceptions.py:147
#: sahara/exceptions.py:149
msgid "Object was not created"
msgstr ""
#: sahara/exceptions.py:156
#: sahara/exceptions.py:158
msgid "Object was not deleted"
msgstr ""
#: sahara/exceptions.py:166
#: sahara/exceptions.py:168
#, python-format
msgid "Node Group %s is missing 'floating_ip_pool' field"
msgstr ""
#: sahara/exceptions.py:184
#: sahara/exceptions.py:186
#, python-format
msgid "Size of data (%(size)s) is greater than maximum (%(maximum)s)"
msgstr ""
#: sahara/exceptions.py:196
#: sahara/exceptions.py:198
#, python-format
msgid "An error occurred in thread '%(thread)s': %(e)s"
msgstr ""
#: sahara/exceptions.py:206
#: sahara/exceptions.py:208
#, python-format
msgid "Feature '%s' is not implemented"
msgstr ""
#: sahara/exceptions.py:212
#: sahara/exceptions.py:214
#, python-format
msgid "Heat stack failed with status %s"
msgstr ""
#: sahara/exceptions.py:246
#: sahara/exceptions.py:248
#, python-format
msgid "Operation timed out after %i second(s)"
msgstr ""
@ -415,7 +415,7 @@ msgid ""
"processes run in cluster"
msgstr ""
#: sahara/service/direct_engine.py:286
#: sahara/service/direct_engine.py:287
#, python-format
msgid "Node %s has error status"
msgstr ""
@ -502,96 +502,101 @@ msgid ""
"'%(name)s'"
msgstr ""
#: sahara/service/validations/base.py:139
#: sahara/service/validations/base.py:142
#, python-format
msgid "Requested flavor '%s' not found"
msgstr ""
#: sahara/service/validations/base.py:154
#: sahara/service/validations/base.py:150
#, python-format
msgid "Security group '%s' not found"
msgstr ""
#: sahara/service/validations/base.py:165
#, python-format
msgid "Floating IP pool %(pool)s for node group '%(group)s' not found"
msgstr ""
#: sahara/service/validations/base.py:161
#: sahara/service/validations/base.py:172
msgid "Duplicates in node processes have been detected"
msgstr ""
#: sahara/service/validations/base.py:169
#: sahara/service/validations/base.py:180
#, python-format
msgid "Plugin supports the following node procesess: %s"
msgstr ""
#: sahara/service/validations/base.py:177
#: sahara/service/validations/base.py:188
msgid "Duplicates in node group names are detected"
msgstr ""
#: sahara/service/validations/base.py:185
#: sahara/service/validations/base.py:196
#, python-format
msgid "Cluster with name '%s' already exists"
msgstr ""
#: sahara/service/validations/base.py:194
#: sahara/service/validations/base.py:205
#, python-format
msgid "Cluster name '%s' is already used as Heat stack name"
msgstr ""
#: sahara/service/validations/base.py:201
#: sahara/service/validations/base.py:212
#, python-format
msgid "Cluster with id '%s' doesn't exist"
msgstr ""
#: sahara/service/validations/base.py:212
#: sahara/service/validations/base.py:223
#, python-format
msgid ""
"Composite hostname %(host)s in provisioned cluster exceeds maximum limit "
"%(limit)s characters"
msgstr ""
#: sahara/service/validations/base.py:223
#: sahara/service/validations/base.py:234
#, python-format
msgid "Requested keypair '%s' not found"
msgstr ""
#: sahara/service/validations/base.py:228
#: sahara/service/validations/base.py:239
#, python-format
msgid "Network %s not found"
msgstr ""
#: sahara/service/validations/base.py:236
#: sahara/service/validations/base.py:247
#, python-format
msgid "Cluster template with name '%s' already exists"
msgstr ""
#: sahara/service/validations/base.py:242
#: sahara/service/validations/base.py:253
#, python-format
msgid "Cluster template with id '%s' doesn't exist"
msgstr ""
#: sahara/service/validations/base.py:262
#: sahara/service/validations/base.py:273
#, python-format
msgid "NodeGroup template with name '%s' already exists"
msgstr ""
#: sahara/service/validations/base.py:268
#: sahara/service/validations/base.py:279
#, python-format
msgid "NodeGroup template with id '%s' doesn't exist"
msgstr ""
#: sahara/service/validations/base.py:303
#: sahara/service/validations/base.py:314
#, python-format
msgid "Cluster doesn't contain node group with name '%s'"
msgstr ""
#: sahara/service/validations/base.py:317
#: sahara/service/validations/base.py:328
#, python-format
msgid "Can't add new nodegroup. Cluster already has nodegroup with name '%s'"
msgstr ""
#: sahara/service/validations/base.py:330
#: sahara/service/validations/base.py:341
msgid "Cinder is not supported"
msgstr ""
#: sahara/service/validations/base.py:342
#: sahara/service/validations/base.py:353
#, python-format
msgid ""
"Tags of requested image '%(image)s' don't contain required tags "
@ -623,7 +628,7 @@ msgstr ""
msgid "Cluster cannot be scaled not in 'Active' status. Cluster status: %s"
msgstr ""
#: sahara/service/validations/node_group_templates.py:111
#: sahara/service/validations/node_group_templates.py:117
#, python-format
msgid ""
"Node group template %(template)s is in use by cluster templates: "

View File

@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: sahara 2014.2.dev40.g4922543\n"
"Project-Id-Version: sahara 2014.2.dev88.g6d16437\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-08-04 06:10+0000\n"
"POT-Creation-Date: 2014-08-12 06:10+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"
@ -28,7 +28,7 @@ msgid ""
"one mode by running 'sahara-all' binary."
msgstr ""
#: sahara/middleware/auth_valid.py:46
#: sahara/api/middleware/auth_valid.py:46
msgid "Can't get tenant_id from env"
msgstr ""
@ -37,18 +37,6 @@ msgstr ""
msgid "task %(func_name)s run outlasted interval by %(delay).2f sec"
msgstr ""
#: sahara/openstack/common/network_utils.py:149
msgid "tcp_keepidle not available on your system"
msgstr ""
#: sahara/openstack/common/network_utils.py:156
msgid "tcp_keepintvl not available on your system"
msgstr ""
#: sahara/openstack/common/network_utils.py:163
msgid "tcp_keepknt not available on your system"
msgstr ""
#: sahara/service/direct_engine.py:82 sahara/service/heat_engine.py:70
#, python-format
msgid "Can't start cluster '%(cluster)s' (reason: %(reason)s)"
@ -59,24 +47,24 @@ msgstr ""
msgid "Can't scale cluster '%(cluster)s' (reason: %(reason)s)"
msgstr ""
#: sahara/service/direct_engine.py:319
#: sahara/service/direct_engine.py:320
#, python-format
msgid ""
"Attempted to delete non-existent floating IP in pool %(pool)s from "
"instance %(instance)s"
msgstr ""
#: sahara/service/direct_engine.py:327
#: sahara/service/direct_engine.py:328
#, python-format
msgid "Detaching volumes from instance %s failed"
msgstr ""
#: sahara/service/direct_engine.py:333
#: sahara/service/direct_engine.py:334
#, python-format
msgid "Attempted to delete non-existent instance %s"
msgstr ""
#: sahara/service/engine.py:168
#: sahara/service/engine.py:169
msgid ""
"Presumably the operation failed because the cluster was deleted by a user"
" during the process."

View File

@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: sahara 2014.2.dev79.gb434226\n"
"Project-Id-Version: sahara 2014.2.dev88.g6d16437\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-08-11 06:09+0000\n"
"POT-Creation-Date: 2014-08-12 06:09+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"
@ -41,75 +41,75 @@ msgstr ""
msgid "Object '%s' is not found"
msgstr ""
#: sahara/exceptions.py:51
#: sahara/exceptions.py:53
msgid "Name already exists"
msgstr ""
#: sahara/exceptions.py:60
#: sahara/exceptions.py:62
msgid "Invalid credentials"
msgstr ""
#: sahara/exceptions.py:69
#: sahara/exceptions.py:71
msgid "Invalid object reference"
msgstr ""
#: sahara/exceptions.py:78
#: sahara/exceptions.py:80
#, python-format
msgid "Error during command execution: \"%s\""
msgstr ""
#: sahara/exceptions.py:109
#: sahara/exceptions.py:111
msgid "Data is invalid"
msgstr ""
#: sahara/exceptions.py:118
#: sahara/exceptions.py:120
msgid "Job binary internal data must be a string of length greater than zero"
msgstr ""
#: sahara/exceptions.py:128
#: sahara/exceptions.py:130
msgid ""
"To work with JobBinary located in internal swift add 'user' and "
"'password' to extra"
msgstr ""
#: sahara/exceptions.py:138
#: sahara/exceptions.py:140
msgid "Database object already exists"
msgstr ""
#: sahara/exceptions.py:147
#: sahara/exceptions.py:149
msgid "Object was not created"
msgstr ""
#: sahara/exceptions.py:156
#: sahara/exceptions.py:158
msgid "Object was not deleted"
msgstr ""
#: sahara/exceptions.py:166
#: sahara/exceptions.py:168
#, python-format
msgid "Node Group %s is missing 'floating_ip_pool' field"
msgstr ""
#: sahara/exceptions.py:184
#: sahara/exceptions.py:186
#, python-format
msgid "Size of data (%(size)s) is greater than maximum (%(maximum)s)"
msgstr ""
#: sahara/exceptions.py:196
#: sahara/exceptions.py:198
#, python-format
msgid "An error occurred in thread '%(thread)s': %(e)s"
msgstr ""
#: sahara/exceptions.py:206
#: sahara/exceptions.py:208
#, python-format
msgid "Feature '%s' is not implemented"
msgstr ""
#: sahara/exceptions.py:212
#: sahara/exceptions.py:214
#, python-format
msgid "Heat stack failed with status %s"
msgstr ""
#: sahara/exceptions.py:246
#: sahara/exceptions.py:248
#, python-format
msgid "Operation timed out after %i second(s)"
msgstr ""
@ -400,7 +400,7 @@ msgid ""
"processes run in cluster"
msgstr ""
#: sahara/service/direct_engine.py:286
#: sahara/service/direct_engine.py:287
#, python-format
msgid "Node %s has error status"
msgstr ""
@ -487,96 +487,101 @@ msgid ""
"'%(name)s'"
msgstr ""
#: sahara/service/validations/base.py:139
#: sahara/service/validations/base.py:142
#, python-format
msgid "Requested flavor '%s' not found"
msgstr ""
#: sahara/service/validations/base.py:154
#: sahara/service/validations/base.py:150
#, python-format
msgid "Security group '%s' not found"
msgstr ""
#: sahara/service/validations/base.py:165
#, python-format
msgid "Floating IP pool %(pool)s for node group '%(group)s' not found"
msgstr ""
#: sahara/service/validations/base.py:161
#: sahara/service/validations/base.py:172
msgid "Duplicates in node processes have been detected"
msgstr ""
#: sahara/service/validations/base.py:169
#: sahara/service/validations/base.py:180
#, python-format
msgid "Plugin supports the following node procesess: %s"
msgstr ""
#: sahara/service/validations/base.py:177
#: sahara/service/validations/base.py:188
msgid "Duplicates in node group names are detected"
msgstr ""
#: sahara/service/validations/base.py:185
#: sahara/service/validations/base.py:196
#, python-format
msgid "Cluster with name '%s' already exists"
msgstr ""
#: sahara/service/validations/base.py:194
#: sahara/service/validations/base.py:205
#, python-format
msgid "Cluster name '%s' is already used as Heat stack name"
msgstr ""
#: sahara/service/validations/base.py:201
#: sahara/service/validations/base.py:212
#, python-format
msgid "Cluster with id '%s' doesn't exist"
msgstr ""
#: sahara/service/validations/base.py:212
#: sahara/service/validations/base.py:223
#, python-format
msgid ""
"Composite hostname %(host)s in provisioned cluster exceeds maximum limit "
"%(limit)s characters"
msgstr ""
#: sahara/service/validations/base.py:223
#: sahara/service/validations/base.py:234
#, python-format
msgid "Requested keypair '%s' not found"
msgstr ""
#: sahara/service/validations/base.py:228
#: sahara/service/validations/base.py:239
#, python-format
msgid "Network %s not found"
msgstr ""
#: sahara/service/validations/base.py:236
#: sahara/service/validations/base.py:247
#, python-format
msgid "Cluster template with name '%s' already exists"
msgstr ""
#: sahara/service/validations/base.py:242
#: sahara/service/validations/base.py:253
#, python-format
msgid "Cluster template with id '%s' doesn't exist"
msgstr ""
#: sahara/service/validations/base.py:262
#: sahara/service/validations/base.py:273
#, python-format
msgid "NodeGroup template with name '%s' already exists"
msgstr ""
#: sahara/service/validations/base.py:268
#: sahara/service/validations/base.py:279
#, python-format
msgid "NodeGroup template with id '%s' doesn't exist"
msgstr ""
#: sahara/service/validations/base.py:303
#: sahara/service/validations/base.py:314
#, python-format
msgid "Cluster doesn't contain node group with name '%s'"
msgstr ""
#: sahara/service/validations/base.py:317
#: sahara/service/validations/base.py:328
#, python-format
msgid "Can't add new nodegroup. Cluster already has nodegroup with name '%s'"
msgstr ""
#: sahara/service/validations/base.py:330
#: sahara/service/validations/base.py:341
msgid "Cinder is not supported"
msgstr ""
#: sahara/service/validations/base.py:342
#: sahara/service/validations/base.py:353
#, python-format
msgid ""
"Tags of requested image '%(image)s' don't contain required tags "
@ -608,7 +613,7 @@ msgstr ""
msgid "Cluster cannot be scaled not in 'Active' status. Cluster status: %s"
msgstr ""
#: sahara/service/validations/node_group_templates.py:111
#: sahara/service/validations/node_group_templates.py:117
#, python-format
msgid ""
"Node group template %(template)s is in use by cluster templates: "

View File

@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Sahara\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-08-11 06:09+0000\n"
"POT-Creation-Date: 2014-08-12 06:09+0000\n"
"PO-Revision-Date: 2014-07-17 06:41+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Chinese (China) "
@ -45,75 +45,75 @@ msgstr ""
msgid "Object '%s' is not found"
msgstr ""
#: sahara/exceptions.py:51
#: sahara/exceptions.py:53
msgid "Name already exists"
msgstr ""
#: sahara/exceptions.py:60
#: sahara/exceptions.py:62
msgid "Invalid credentials"
msgstr ""
#: sahara/exceptions.py:69
#: sahara/exceptions.py:71
msgid "Invalid object reference"
msgstr ""
#: sahara/exceptions.py:78
#: sahara/exceptions.py:80
#, python-format
msgid "Error during command execution: \"%s\""
msgstr ""
#: sahara/exceptions.py:109
#: sahara/exceptions.py:111
msgid "Data is invalid"
msgstr ""
#: sahara/exceptions.py:118
#: sahara/exceptions.py:120
msgid "Job binary internal data must be a string of length greater than zero"
msgstr ""
#: sahara/exceptions.py:128
#: sahara/exceptions.py:130
msgid ""
"To work with JobBinary located in internal swift add 'user' and "
"'password' to extra"
msgstr ""
#: sahara/exceptions.py:138
#: sahara/exceptions.py:140
msgid "Database object already exists"
msgstr ""
#: sahara/exceptions.py:147
#: sahara/exceptions.py:149
msgid "Object was not created"
msgstr ""
#: sahara/exceptions.py:156
#: sahara/exceptions.py:158
msgid "Object was not deleted"
msgstr ""
#: sahara/exceptions.py:166
#: sahara/exceptions.py:168
#, python-format
msgid "Node Group %s is missing 'floating_ip_pool' field"
msgstr ""
#: sahara/exceptions.py:184
#: sahara/exceptions.py:186
#, python-format
msgid "Size of data (%(size)s) is greater than maximum (%(maximum)s)"
msgstr ""
#: sahara/exceptions.py:196
#: sahara/exceptions.py:198
#, python-format
msgid "An error occurred in thread '%(thread)s': %(e)s"
msgstr ""
#: sahara/exceptions.py:206
#: sahara/exceptions.py:208
#, python-format
msgid "Feature '%s' is not implemented"
msgstr ""
#: sahara/exceptions.py:212
#: sahara/exceptions.py:214
#, python-format
msgid "Heat stack failed with status %s"
msgstr ""
#: sahara/exceptions.py:246
#: sahara/exceptions.py:248
#, python-format
msgid "Operation timed out after %i second(s)"
msgstr ""
@ -409,7 +409,7 @@ msgid ""
"processes run in cluster"
msgstr ""
#: sahara/service/direct_engine.py:286
#: sahara/service/direct_engine.py:287
#, python-format
msgid "Node %s has error status"
msgstr ""
@ -496,96 +496,101 @@ msgid ""
"'%(name)s'"
msgstr ""
#: sahara/service/validations/base.py:139
#: sahara/service/validations/base.py:142
#, python-format
msgid "Requested flavor '%s' not found"
msgstr ""
#: sahara/service/validations/base.py:154
#: sahara/service/validations/base.py:150
#, python-format
msgid "Security group '%s' not found"
msgstr ""
#: sahara/service/validations/base.py:165
#, python-format
msgid "Floating IP pool %(pool)s for node group '%(group)s' not found"
msgstr ""
#: sahara/service/validations/base.py:161
#: sahara/service/validations/base.py:172
msgid "Duplicates in node processes have been detected"
msgstr ""
#: sahara/service/validations/base.py:169
#: sahara/service/validations/base.py:180
#, python-format
msgid "Plugin supports the following node procesess: %s"
msgstr ""
#: sahara/service/validations/base.py:177
#: sahara/service/validations/base.py:188
msgid "Duplicates in node group names are detected"
msgstr ""
#: sahara/service/validations/base.py:185
#: sahara/service/validations/base.py:196
#, python-format
msgid "Cluster with name '%s' already exists"
msgstr ""
#: sahara/service/validations/base.py:194
#: sahara/service/validations/base.py:205
#, python-format
msgid "Cluster name '%s' is already used as Heat stack name"
msgstr ""
#: sahara/service/validations/base.py:201
#: sahara/service/validations/base.py:212
#, python-format
msgid "Cluster with id '%s' doesn't exist"
msgstr ""
#: sahara/service/validations/base.py:212
#: sahara/service/validations/base.py:223
#, python-format
msgid ""
"Composite hostname %(host)s in provisioned cluster exceeds maximum limit "
"%(limit)s characters"
msgstr ""
#: sahara/service/validations/base.py:223
#: sahara/service/validations/base.py:234
#, python-format
msgid "Requested keypair '%s' not found"
msgstr ""
#: sahara/service/validations/base.py:228
#: sahara/service/validations/base.py:239
#, python-format
msgid "Network %s not found"
msgstr ""
#: sahara/service/validations/base.py:236
#: sahara/service/validations/base.py:247
#, python-format
msgid "Cluster template with name '%s' already exists"
msgstr ""
#: sahara/service/validations/base.py:242
#: sahara/service/validations/base.py:253
#, python-format
msgid "Cluster template with id '%s' doesn't exist"
msgstr ""
#: sahara/service/validations/base.py:262
#: sahara/service/validations/base.py:273
#, python-format
msgid "NodeGroup template with name '%s' already exists"
msgstr ""
#: sahara/service/validations/base.py:268
#: sahara/service/validations/base.py:279
#, python-format
msgid "NodeGroup template with id '%s' doesn't exist"
msgstr ""
#: sahara/service/validations/base.py:303
#: sahara/service/validations/base.py:314
#, python-format
msgid "Cluster doesn't contain node group with name '%s'"
msgstr ""
#: sahara/service/validations/base.py:317
#: sahara/service/validations/base.py:328
#, python-format
msgid "Can't add new nodegroup. Cluster already has nodegroup with name '%s'"
msgstr ""
#: sahara/service/validations/base.py:330
#: sahara/service/validations/base.py:341
msgid "Cinder is not supported"
msgstr ""
#: sahara/service/validations/base.py:342
#: sahara/service/validations/base.py:353
#, python-format
msgid ""
"Tags of requested image '%(image)s' don't contain required tags "
@ -617,7 +622,7 @@ msgstr ""
msgid "Cluster cannot be scaled not in 'Active' status. Cluster status: %s"
msgstr ""
#: sahara/service/validations/node_group_templates.py:111
#: sahara/service/validations/node_group_templates.py:117
#, python-format
msgid ""
"Node group template %(template)s is in use by cluster templates: "