Imported Translations from Transifex

Change-Id: Id474bcc06cf0f438c3b0571e8bf329cbd30e25d3
This commit is contained in:
OpenStack Proposal Bot 2014-10-18 06:13:32 +00:00
parent 0bbc198f79
commit 5a4cd9d6ab
5 changed files with 236 additions and 424 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-09-16 06:10+0000\n"
"POT-Creation-Date: 2014-10-18 06:13+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/"
@ -20,7 +20,7 @@ msgstr ""
"Generated-By: Babel 1.3\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: sahara/context.py:131
#: sahara/context.py:156
#, python-format
msgid "Thread '%(thread)s' fails with exception: '%(exception)s'"
msgstr "Thread '%(thread)s' fails with exception: '%(exception)s'"
@ -35,16 +35,6 @@ msgstr "Database registration exception: %s"
msgid "Database shutdown exception: %s"
msgstr "Database shutdown exception: %s"
#: sahara/openstack/common/excutils.py:76
#, python-format
msgid "Original exception being dropped: %s"
msgstr "Original exception being dropped: %s"
#: sahara/openstack/common/excutils.py:105
#, python-format
msgid "Unexpected exception occurred %d time(s)... retrying."
msgstr "Unexpected exception occurred %d time(s)... retrying."
#: sahara/openstack/common/lockutils.py:117
#, python-format
msgid "Could not release the acquired lock `%s`"
@ -135,12 +125,12 @@ msgid ""
"\"Decommissioned\" status."
msgstr ""
#: sahara/service/ops.py:120
#: sahara/service/ops.py:136
#, python-format
msgid "Error during operating cluster '%(name)s' (reason: %(reason)s)"
msgstr ""
#: sahara/service/ops.py:139
#: sahara/service/ops.py:155
#, python-format
msgid "Error during rollback of cluster '%(name)s' (reason: %(reason)s)"
msgstr ""
@ -155,17 +145,17 @@ msgstr ""
msgid "Unable to delete trust (reason: %s)"
msgstr ""
#: sahara/service/volumes.py:148
#: sahara/service/volumes.py:160
#, python-format
msgid "Error mounting volume to instance %s"
msgstr ""
#: sahara/service/volumes.py:167
#: sahara/service/volumes.py:179
#, python-format
msgid "Can't detach volume %s"
msgstr ""
#: sahara/service/volumes.py:192
#: sahara/service/volumes.py:204
#, python-format
msgid "Can't delete volume %s"
msgstr ""
@ -174,17 +164,17 @@ msgstr ""
msgid "Can't run job execution '{0}' (reasons: {1})"
msgstr ""
#: sahara/service/edp/job_manager.py:121
#: sahara/service/edp/job_manager.py:123
#, python-format
msgid "Can't run job execution '%(job)s' (reason: %(reason)s)"
msgstr ""
#: sahara/service/edp/job_manager.py:143
#: sahara/service/edp/job_manager.py:156
#, python-format
msgid "Error during cancel of job execution %(job)s: %(error)s"
msgstr ""
#: sahara/service/edp/job_manager.py:169
#: sahara/service/edp/job_manager.py:196
#, python-format
msgid "Error during update job execution %(job)s: %(error)s"
msgstr ""
@ -199,7 +189,7 @@ msgstr ""
msgid "No %(method)s method found implemented in %(class)s class"
msgstr ""
#: sahara/utils/ssh_remote.py:265
#: sahara/utils/ssh_remote.py:269
#, python-format
msgid "Can't read file \"%s\""
msgstr ""

View File

@ -1,204 +0,0 @@
# Translations template for sahara.
# Copyright (C) 2014 ORGANIZATION
# This file is distributed under the same license as the sahara project.
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: Sahara\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-16 06:10+0000\n"
"PO-Revision-Date: 2014-07-29 23:43+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: French (http://www.transifex.com/projects/p/sahara/language/"
"fr/)\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 1.3\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: sahara/context.py:131
#, python-format
msgid "Thread '%(thread)s' fails with exception: '%(exception)s'"
msgstr ""
#: sahara/db/sqlalchemy/api.py:107
#, python-format
msgid "Database registration exception: %s"
msgstr "Exception d'enregistrement de base de données : %s"
#: sahara/db/sqlalchemy/api.py:117
#, python-format
msgid "Database shutdown exception: %s"
msgstr "exception lors de l'arrêt de la base de données %s"
#: sahara/openstack/common/excutils.py:76
#, python-format
msgid "Original exception being dropped: %s"
msgstr "Exception d'origine en cours de suppression : %s"
#: sahara/openstack/common/excutils.py:105
#, python-format
msgid "Unexpected exception occurred %d time(s)... retrying."
msgstr "Exception inattendue survenue %d fois... Nouvel essai."
#: sahara/openstack/common/lockutils.py:117
#, python-format
msgid "Could not release the acquired lock `%s`"
msgstr "Impossible de libérer le verrou acquis `%s`"
#: sahara/openstack/common/loopingcall.py:95
msgid "in fixed duration looping call"
msgstr "dans l'appel en boucle de durée fixe"
#: sahara/openstack/common/loopingcall.py:138
msgid "in dynamic looping call"
msgstr "dans l'appel en boucle dynamique"
#: sahara/openstack/common/periodic_task.py:202
#, python-format
msgid "Error during %(full_task_name)s: %(e)s"
msgstr "Erreur pendant %(full_task_name)s : %(e)s"
#: sahara/plugins/cdh/validation.py:30
msgid ""
"For provisioning cluster with CDH plugin install'cm_api' package version "
"6.0.2 or later."
msgstr ""
#: sahara/plugins/hdp/versions/version_1_3_2/versionhandler.py:186
#: sahara/plugins/hdp/versions/version_2_0_6/versionhandler.py:160
#, python-format
msgid "Create cluster command failed. %s"
msgstr ""
#: sahara/plugins/hdp/versions/version_1_3_2/versionhandler.py:234
#: sahara/plugins/hdp/versions/version_2_0_6/versionhandler.py:208
msgid "Set configuration command failed. {0}"
msgstr ""
#: sahara/plugins/hdp/versions/version_1_3_2/versionhandler.py:250
#: sahara/plugins/hdp/versions/version_2_0_6/versionhandler.py:225
msgid "Create service command failed. {0}"
msgstr ""
#: sahara/plugins/hdp/versions/version_1_3_2/versionhandler.py:268
#: sahara/plugins/hdp/versions/version_2_0_6/versionhandler.py:244
msgid "Create component command failed. {0}"
msgstr ""
#: sahara/plugins/hdp/versions/version_1_3_2/versionhandler.py:287
#: sahara/plugins/hdp/versions/version_2_0_6/versionhandler.py:263
msgid "Create host command failed. {0}"
msgstr ""
#: sahara/plugins/hdp/versions/version_1_3_2/versionhandler.py:302
#: sahara/plugins/hdp/versions/version_2_0_6/versionhandler.py:281
#, python-format
msgid "Create host_component command failed. %s"
msgstr ""
#: sahara/plugins/hdp/versions/version_1_3_2/versionhandler.py:335
#: sahara/plugins/hdp/versions/version_2_0_6/versionhandler.py:314
msgid "Install command failed. {0}"
msgstr ""
#: sahara/plugins/hdp/versions/version_1_3_2/versionhandler.py:413
#: sahara/plugins/hdp/versions/version_2_0_6/versionhandler.py:397
#, python-format
msgid "Start command failed. Status: %(status)s, response: %(response)s"
msgstr ""
#: sahara/plugins/hdp/versions/version_1_3_2/versionhandler.py:440
#: sahara/plugins/hdp/versions/version_2_0_6/versionhandler.py:424
#, python-format
msgid "Command failed. Status: %(status)s, response: %(response)s"
msgstr ""
#: sahara/plugins/hdp/versions/version_2_0_6/versionhandler.py:629
#, python-format
msgid ""
"AmbariClient: error while making decommission post request. Error is = %s"
msgstr ""
#: sahara/plugins/hdp/versions/version_2_0_6/versionhandler.py:663
#, python-format
msgid "AmbariClient: error in making decommission status request, error = %s"
msgstr ""
#: sahara/plugins/hdp/versions/version_2_0_6/versionhandler.py:691
msgid ""
"AmbariClient: decommissioning process timed-out waiting for nodes to enter "
"\"Decommissioned\" status."
msgstr ""
#: sahara/service/ops.py:120
#, python-format
msgid "Error during operating cluster '%(name)s' (reason: %(reason)s)"
msgstr ""
#: sahara/service/ops.py:139
#, python-format
msgid "Error during rollback of cluster '%(name)s' (reason: %(reason)s)"
msgstr ""
#: sahara/service/trusts.py:64
#, python-format
msgid "Unable to create trust (reason: %s)"
msgstr ""
#: sahara/service/trusts.py:101
#, python-format
msgid "Unable to delete trust (reason: %s)"
msgstr ""
#: sahara/service/volumes.py:148
#, python-format
msgid "Error mounting volume to instance %s"
msgstr ""
#: sahara/service/volumes.py:167
#, python-format
msgid "Can't detach volume %s"
msgstr ""
#: sahara/service/volumes.py:192
#, python-format
msgid "Can't delete volume %s"
msgstr ""
#: sahara/service/edp/api.py:69
msgid "Can't run job execution '{0}' (reasons: {1})"
msgstr ""
#: sahara/service/edp/job_manager.py:121
#, python-format
msgid "Can't run job execution '%(job)s' (reason: %(reason)s)"
msgstr ""
#: sahara/service/edp/job_manager.py:143
#, python-format
msgid "Error during cancel of job execution %(job)s: %(error)s"
msgstr ""
#: sahara/service/edp/job_manager.py:169
#, python-format
msgid "Error during update job execution %(job)s: %(error)s"
msgstr ""
#: sahara/utils/api.py:202 sahara/utils/api.py:226
#, python-format
msgid "Request aborted with status code %(code)s and message '%(message)s'"
msgstr ""
#: sahara/utils/rpc.py:111
#, python-format
msgid "No %(method)s method found implemented in %(class)s class"
msgstr ""
#: sahara/utils/ssh_remote.py:265
#, python-format
msgid "Can't read file \"%s\""
msgstr ""

View File

@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: sahara 2014.2.dev84.g809e3d0\n"
"Project-Id-Version: sahara 2015.1.dev76.g0bbc198\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-16 06:10+0000\n"
"POT-Creation-Date: 2014-10-18 06:13+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -17,7 +17,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 1.3\n"
#: sahara/context.py:131
#: sahara/context.py:156
#, python-format
msgid "Thread '%(thread)s' fails with exception: '%(exception)s'"
msgstr ""
@ -32,16 +32,6 @@ msgstr ""
msgid "Database shutdown exception: %s"
msgstr ""
#: sahara/openstack/common/excutils.py:76
#, python-format
msgid "Original exception being dropped: %s"
msgstr ""
#: sahara/openstack/common/excutils.py:105
#, python-format
msgid "Unexpected exception occurred %d time(s)... retrying."
msgstr ""
#: sahara/openstack/common/lockutils.py:117
#, python-format
msgid "Could not release the acquired lock `%s`"
@ -131,12 +121,12 @@ msgid ""
"enter \"Decommissioned\" status."
msgstr ""
#: sahara/service/ops.py:120
#: sahara/service/ops.py:136
#, python-format
msgid "Error during operating cluster '%(name)s' (reason: %(reason)s)"
msgstr ""
#: sahara/service/ops.py:139
#: sahara/service/ops.py:155
#, python-format
msgid "Error during rollback of cluster '%(name)s' (reason: %(reason)s)"
msgstr ""
@ -151,17 +141,17 @@ msgstr ""
msgid "Unable to delete trust (reason: %s)"
msgstr ""
#: sahara/service/volumes.py:148
#: sahara/service/volumes.py:160
#, python-format
msgid "Error mounting volume to instance %s"
msgstr ""
#: sahara/service/volumes.py:167
#: sahara/service/volumes.py:179
#, python-format
msgid "Can't detach volume %s"
msgstr ""
#: sahara/service/volumes.py:192
#: sahara/service/volumes.py:204
#, python-format
msgid "Can't delete volume %s"
msgstr ""
@ -170,17 +160,17 @@ msgstr ""
msgid "Can't run job execution '{0}' (reasons: {1})"
msgstr ""
#: sahara/service/edp/job_manager.py:121
#: sahara/service/edp/job_manager.py:123
#, python-format
msgid "Can't run job execution '%(job)s' (reason: %(reason)s)"
msgstr ""
#: sahara/service/edp/job_manager.py:143
#: sahara/service/edp/job_manager.py:156
#, python-format
msgid "Error during cancel of job execution %(job)s: %(error)s"
msgstr ""
#: sahara/service/edp/job_manager.py:169
#: sahara/service/edp/job_manager.py:196
#, python-format
msgid "Error during update job execution %(job)s: %(error)s"
msgstr ""
@ -195,7 +185,7 @@ msgstr ""
msgid "No %(method)s method found implemented in %(class)s class"
msgstr ""
#: sahara/utils/ssh_remote.py:265
#: sahara/utils/ssh_remote.py:269
#, python-format
msgid "Can't read file \"%s\""
msgstr ""

View File

@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: sahara 2014.2.dev175.g9aaf558\n"
"Project-Id-Version: sahara 2015.1.dev76.g0bbc198\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-09-05 06:08+0000\n"
"POT-Creation-Date: 2014-10-18 06:13+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -17,22 +17,22 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 1.3\n"
#: sahara/main.py:76
#: sahara/main.py:77
#, python-format
msgid "Starting Sahara %s"
msgstr ""
#: sahara/main.py:169
#: sahara/main.py:173
#, python-format
msgid "Loading '%s' infrastructure engine"
msgstr ""
#: sahara/main.py:177
#: sahara/main.py:181
#, python-format
msgid "Loading '%s' remote"
msgstr ""
#: sahara/main.py:183
#: sahara/main.py:187
#, python-format
msgid "Loading '%s' ops"
msgstr ""
@ -47,7 +47,7 @@ msgstr ""
msgid "Created lock path: %s"
msgstr ""
#: sahara/openstack/common/lockutils.py:251
#: sahara/openstack/common/lockutils.py:194
#, python-format
msgid "Failed to remove file %(file)s"
msgstr ""
@ -67,25 +67,25 @@ msgstr ""
msgid "Plugin '%(plugin_name)s' loaded %(entry_point)s"
msgstr ""
#: sahara/plugins/cdh/deploy.py:292
#: sahara/plugins/cdh/deploy.py:302
msgid "Cloudera Manager has been started"
msgstr ""
#: sahara/plugins/hdp/ambariplugin.py:69
#: sahara/plugins/hdp/versions/version_1_3_2/versionhandler.py:330
#: sahara/plugins/hdp/versions/version_2_0_6/versionhandler.py:309
#: sahara/plugins/hdp/ambariplugin.py:68
#: sahara/plugins/hdp/versions/version_1_3_2/versionhandler.py:327
#: sahara/plugins/hdp/versions/version_2_0_6/versionhandler.py:306
msgid "Install of Hadoop stack successful."
msgstr ""
#: sahara/plugins/hdp/ambariplugin.py:178
#: sahara/plugins/hdp/ambariplugin.py:157
msgid "Provisioning Cluster via Ambari Server: {0} ..."
msgstr ""
#: sahara/plugins/hdp/ambariplugin.py:247
#: sahara/plugins/hdp/ambariplugin.py:226
msgid "Using \"{0}\" as admin user for scaling of cluster"
msgstr ""
#: sahara/plugins/hdp/ambariplugin.py:330
#: sahara/plugins/hdp/ambariplugin.py:309
#, python-format
msgid "AmbariPlugin: decommission_nodes called for HDP version = %s"
msgstr ""
@ -128,130 +128,130 @@ msgstr ""
msgid "{0}: Starting Ambari Agent ..."
msgstr ""
#: sahara/plugins/hdp/versions/version_1_3_2/versionhandler.py:312
#: sahara/plugins/hdp/versions/version_2_0_6/versionhandler.py:291
#: sahara/plugins/hdp/versions/version_1_3_2/versionhandler.py:309
#: sahara/plugins/hdp/versions/version_2_0_6/versionhandler.py:288
msgid "Installing required Hadoop services ..."
msgstr ""
#: sahara/plugins/hdp/versions/version_1_3_2/versionhandler.py:368
#: sahara/plugins/hdp/versions/version_2_0_6/versionhandler.py:352
#: sahara/plugins/hdp/versions/version_1_3_2/versionhandler.py:365
#: sahara/plugins/hdp/versions/version_2_0_6/versionhandler.py:349
msgid "Finalizing Ambari cluster state."
msgstr ""
#: sahara/plugins/hdp/versions/version_1_3_2/versionhandler.py:385
#: sahara/plugins/hdp/versions/version_2_0_6/versionhandler.py:369
#: sahara/plugins/hdp/versions/version_1_3_2/versionhandler.py:382
#: sahara/plugins/hdp/versions/version_2_0_6/versionhandler.py:366
msgid "Starting Hadoop services ..."
msgstr ""
#: sahara/plugins/hdp/versions/version_1_3_2/versionhandler.py:386
#: sahara/plugins/hdp/versions/version_2_0_6/versionhandler.py:370
#: sahara/plugins/hdp/versions/version_1_3_2/versionhandler.py:383
#: sahara/plugins/hdp/versions/version_2_0_6/versionhandler.py:367
#, python-format
msgid "Cluster name: %(cluster_name)s, Ambari server address: %(server_address)s"
msgstr ""
#: sahara/plugins/hdp/versions/version_1_3_2/versionhandler.py:407
#: sahara/plugins/hdp/versions/version_2_0_6/versionhandler.py:391
#: sahara/plugins/hdp/versions/version_1_3_2/versionhandler.py:404
#: sahara/plugins/hdp/versions/version_2_0_6/versionhandler.py:388
msgid "Successfully started Hadoop cluster '{0}'."
msgstr ""
#: sahara/plugins/hdp/versions/version_1_3_2/versionhandler.py:434
#: sahara/plugins/hdp/versions/version_2_0_6/versionhandler.py:418
#: sahara/plugins/hdp/versions/version_1_3_2/versionhandler.py:431
#: sahara/plugins/hdp/versions/version_2_0_6/versionhandler.py:415
msgid "Successfully changed state of Hadoop components "
msgstr ""
#: sahara/plugins/hdp/versions/version_1_3_2/versionhandler.py:462
#: sahara/plugins/hdp/versions/version_2_0_6/versionhandler.py:446
#: sahara/plugins/hdp/versions/version_1_3_2/versionhandler.py:459
#: sahara/plugins/hdp/versions/version_2_0_6/versionhandler.py:443
msgid "Starting Hadoop components while scaling up"
msgstr ""
#: sahara/plugins/hdp/versions/version_1_3_2/versionhandler.py:463
#: sahara/plugins/hdp/versions/version_2_0_6/versionhandler.py:447
#: sahara/plugins/hdp/versions/version_1_3_2/versionhandler.py:460
#: sahara/plugins/hdp/versions/version_2_0_6/versionhandler.py:444
#, python-format
msgid "Cluster name %(cluster_name)s, Ambari server ip %(ip)s"
msgstr ""
#: sahara/plugins/hdp/versions/version_1_3_2/versionhandler.py:519
#: sahara/plugins/hdp/versions/version_2_0_6/versionhandler.py:503
#: sahara/plugins/hdp/versions/version_1_3_2/versionhandler.py:516
#: sahara/plugins/hdp/versions/version_2_0_6/versionhandler.py:500
msgid "Waiting for all Ambari agents to register with server ..."
msgstr ""
#: sahara/plugins/hdp/versions/version_1_3_2/versionhandler.py:532
#: sahara/plugins/hdp/versions/version_2_0_6/versionhandler.py:516
#: sahara/plugins/hdp/versions/version_1_3_2/versionhandler.py:529
#: sahara/plugins/hdp/versions/version_2_0_6/versionhandler.py:513
#, python-format
msgid "Registered Hosts: %(current_number)s of %(final_number)s"
msgstr ""
#: sahara/plugins/hdp/versions/version_1_3_2/versionhandler.py:541
#: sahara/plugins/hdp/versions/version_2_0_6/versionhandler.py:525
#: sahara/plugins/hdp/versions/version_1_3_2/versionhandler.py:538
#: sahara/plugins/hdp/versions/version_2_0_6/versionhandler.py:522
msgid "Waiting to connect to ambari server ..."
msgstr ""
#: sahara/plugins/hdp/versions/version_1_3_2/versionhandler.py:623
#: sahara/plugins/hdp/versions/version_2_0_6/versionhandler.py:713
#: sahara/plugins/hdp/versions/version_1_3_2/versionhandler.py:620
#: sahara/plugins/hdp/versions/version_2_0_6/versionhandler.py:710
msgid "HTTP session is not cached"
msgstr ""
#: sahara/plugins/hdp/versions/version_2_0_6/services.py:917
#: sahara/plugins/hdp/versions/version_2_0_6/services.py:919
msgid "Creating Hue ini property tree from configuration named {0}"
msgstr ""
#: sahara/plugins/hdp/versions/version_2_0_6/services.py:1017
#: sahara/plugins/hdp/versions/version_2_0_6/services.py:1019
#, python-format
msgid "Merging configuration properties: %(source)s -> %(destination)s"
msgstr ""
#: sahara/plugins/hdp/versions/version_2_0_6/services.py:1061
#: sahara/plugins/hdp/versions/version_2_0_6/services.py:1063
msgid "Installing Hue on {0}"
msgstr ""
#: sahara/plugins/hdp/versions/version_2_0_6/services.py:1066
#: sahara/plugins/hdp/versions/version_2_0_6/services.py:1068
msgid "Setting Hue configuration on {0}"
msgstr ""
#: sahara/plugins/hdp/versions/version_2_0_6/services.py:1072
#: sahara/plugins/hdp/versions/version_2_0_6/services.py:1074
msgid "Uninstalling Shell, if it is installed on {0}"
msgstr ""
#: sahara/plugins/hdp/versions/version_2_0_6/services.py:1081
#: sahara/plugins/hdp/versions/version_2_0_6/services.py:1083
msgid "Creating initial Hue user on {0}"
msgstr ""
#: sahara/plugins/hdp/versions/version_2_0_6/services.py:1086
#: sahara/plugins/hdp/versions/version_2_0_6/services.py:1088
msgid "(Re)starting Hue on {0}"
msgstr ""
#: sahara/plugins/hdp/versions/version_2_0_6/services.py:1177
#: sahara/plugins/hdp/versions/version_2_0_6/services.py:1179
msgid ""
"Missing HDFS client from Hue node... adding it since it is required for "
"Hue"
msgstr ""
#: sahara/plugins/hdp/versions/version_2_0_6/services.py:1183
#: sahara/plugins/hdp/versions/version_2_0_6/services.py:1185
msgid ""
"Missing HIVE client from Hue node... adding it since it is required for "
"Beeswax and HCatalog"
msgstr ""
#: sahara/plugins/hdp/versions/version_2_0_6/versionhandler.py:642
#: sahara/plugins/hdp/versions/version_2_0_6/versionhandler.py:639
msgid "AmbariClient: decommission post request succeeded!"
msgstr ""
#: sahara/plugins/hdp/versions/version_2_0_6/versionhandler.py:660
#: sahara/plugins/hdp/versions/version_2_0_6/versionhandler.py:657
#, python-format
msgid "AmbariClient: number of hosts waiting for decommissioning to complete = %s"
msgstr ""
#: sahara/plugins/hdp/versions/version_2_0_6/versionhandler.py:669
#: sahara/plugins/hdp/versions/version_2_0_6/versionhandler.py:666
#, python-format
msgid "AmbariClient: decommission status request ok, result = %s"
msgstr ""
#: sahara/plugins/hdp/versions/version_2_0_6/versionhandler.py:679
#: sahara/plugins/hdp/versions/version_2_0_6/versionhandler.py:676
#, python-format
msgid "AmbariClient: node = %(node)s is now in adminState = %(admin_state)s"
msgstr ""
#: sahara/plugins/hdp/versions/version_2_0_6/versionhandler.py:687
#: sahara/plugins/hdp/versions/version_2_0_6/versionhandler.py:684
msgid "AmbariClient: sleeping for 5 seconds"
msgstr ""
@ -262,7 +262,7 @@ msgid "Applying config: %s"
msgstr ""
#: sahara/plugins/spark/plugin.py:112
#: sahara/plugins/vanilla/v1_2_1/versionhandler.py:128
#: sahara/plugins/vanilla/v1_2_1/versionhandler.py:122
#, python-format
msgid "Hadoop services in cluster %s have been started"
msgstr ""
@ -273,12 +273,12 @@ msgid "Spark service at '%s' has been started"
msgstr ""
#: sahara/plugins/spark/plugin.py:127
#: sahara/plugins/vanilla/v1_2_1/versionhandler.py:158
#: sahara/plugins/vanilla/v1_2_1/versionhandler.py:152
#, python-format
msgid "Cluster %s has been started successfully"
msgstr ""
#: sahara/plugins/spark/plugin.py:380
#: sahara/plugins/spark/plugin.py:379
#, python-format
msgid "Spark master service at '%s' has been restarted"
msgstr ""
@ -289,77 +289,87 @@ msgid ""
"enable_hypervisor_awareness set to False explicitly"
msgstr ""
#: sahara/plugins/vanilla/hadoop2/run_scripts.py:147
#: sahara/plugins/vanilla/v1_2_1/versionhandler.py:166
#: sahara/plugins/vanilla/hadoop2/run_scripts.py:146
#: sahara/plugins/vanilla/v1_2_1/versionhandler.py:160
#, python-format
msgid "Waiting %s datanodes to start up"
msgstr ""
#: sahara/plugins/vanilla/hadoop2/run_scripts.py:152
#: sahara/plugins/vanilla/v1_2_1/versionhandler.py:171
#: sahara/plugins/vanilla/hadoop2/run_scripts.py:151
#: sahara/plugins/vanilla/v1_2_1/versionhandler.py:165
#, python-format
msgid "Datanodes on cluster %s has been started"
msgstr ""
#: sahara/plugins/vanilla/hadoop2/run_scripts.py:160
#: sahara/plugins/vanilla/v1_2_1/versionhandler.py:179
#: sahara/plugins/vanilla/hadoop2/run_scripts.py:159
#: sahara/plugins/vanilla/v1_2_1/versionhandler.py:173
#, python-format
msgid "Stop waiting datanodes on cluster %s since it has been deleted"
msgstr ""
#: sahara/plugins/vanilla/v1_2_1/versionhandler.py:139
#: sahara/plugins/vanilla/v1_2_1/versionhandler.py:133
#, python-format
msgid "Oozie service at '%s' has been started"
msgstr ""
#: sahara/plugins/vanilla/v1_2_1/versionhandler.py:154
#: sahara/plugins/vanilla/v1_2_1/versionhandler.py:148
#, python-format
msgid "Hive Metastore server at %s has been started"
msgstr ""
#: sahara/service/direct_engine.py:314
#: sahara/service/direct_engine.py:374
#, python-format
msgid "Cluster '%s': all instances are active"
msgstr ""
#: sahara/service/direct_engine.py:351 sahara/service/heat_engine.py:146
#: sahara/service/direct_engine.py:411 sahara/service/heat_engine.py:149
#, python-format
msgid "Cluster '%(name)s' creation rollback (reason: %(reason)s)"
msgstr ""
#: sahara/service/direct_engine.py:359 sahara/service/heat_engine.py:163
#: sahara/service/direct_engine.py:419 sahara/service/heat_engine.py:166
#, python-format
msgid "Cluster '%(name)s' scaling rollback (reason: %(reason)s)"
msgstr ""
#: sahara/service/engine.py:77
#: sahara/service/engine.py:84
#, python-format
msgid "Cluster '%s': all instances have IPs assigned"
msgstr ""
#: sahara/service/engine.py:87
#: sahara/service/engine.py:94
#, python-format
msgid "Cluster '%s': all instances are accessible"
msgstr ""
#: sahara/service/ops.py:115 sahara/service/ops.py:134
#: sahara/service/ops.py:131 sahara/service/ops.py:150
#, python-format
msgid "Cluster with %s was deleted. Canceling current operation."
msgstr ""
#: sahara/service/periodic.py:96
#: sahara/service/periodic.py:108
#, python-format
msgid "Terminating transient cluster %(cluster)s with id %(id)s"
msgstr ""
#: sahara/service/periodic.py:103
#: sahara/service/periodic.py:115
#, python-format
msgid ""
"Failed to terminate transient cluster %(cluster)s with id %(id)s: "
"%(error)s."
msgstr ""
#: sahara/swift/swift_helper.py:50
#: sahara/service/edp/job_manager.py:161
#, python-format
msgid "Job execution %s was canceled successfully"
msgstr ""
#: sahara/service/edp/job_manager.py:168
#, python-format
msgid "Job execution status %(job)s: %(status)s"
msgstr ""
#: sahara/swift/swift_helper.py:52
#, python-format
msgid "Swift would be integrated with the following params: %s"
msgstr ""
@ -374,7 +384,7 @@ msgstr ""
msgid "Vm awareness will add following configs in map-red params: %s"
msgstr ""
#: sahara/utils/general.py:74
#: sahara/utils/general.py:85
#, python-format
msgid "Cluster status has been changed: id=%(id)s, New status=%(status)s"
msgstr ""

View File

@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: sahara 2015.1.dev22.g398fa34\n"
"Project-Id-Version: sahara 2015.1.dev76.g0bbc198\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-10-04 06:10+0000\n"
"POT-Creation-Date: 2014-10-18 06:13+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -17,12 +17,12 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 1.3\n"
#: sahara/config.py:94
#: sahara/config.py:109
#, python-format
msgid "Option '%(option)s' is required for config group '%(group)s'"
msgstr ""
#: sahara/config.py:102
#: sahara/config.py:117
msgid ""
"use_namespaces can not be set to \"True\" when use_neutron is set to "
"\"False\""
@ -81,35 +81,39 @@ msgid "Object was not created"
msgstr ""
#: sahara/exceptions.py:159
msgid "Operation was not canceled"
msgstr ""
#: sahara/exceptions.py:168
msgid "Object was not deleted"
msgstr ""
#: sahara/exceptions.py:169
#: sahara/exceptions.py:178
#, python-format
msgid "Node Group %s is missing 'floating_ip_pool' field"
msgstr ""
#: sahara/exceptions.py:187
#: sahara/exceptions.py:196
#, python-format
msgid "Size of data (%(size)s) is greater than maximum (%(maximum)s)"
msgstr ""
#: sahara/exceptions.py:199
#: sahara/exceptions.py:208
#, python-format
msgid "An error occurred in thread '%(thread)s': %(e)s"
msgstr ""
#: sahara/exceptions.py:209
#: sahara/exceptions.py:218
#, python-format
msgid "Feature '%s' is not implemented"
msgstr ""
#: sahara/exceptions.py:215
#: sahara/exceptions.py:224
#, python-format
msgid "Heat stack failed with status %s"
msgstr ""
#: sahara/exceptions.py:249
#: sahara/exceptions.py:258
#, python-format
msgid "Operation timed out after %i second(s)"
msgstr ""
@ -286,22 +290,22 @@ msgstr ""
msgid "Unable to acquire lock on `%(filename)s` due to %(exception)s"
msgstr ""
#: sahara/openstack/common/log.py:290
#: sahara/openstack/common/log.py:287
#, python-format
msgid "Deprecated: %s"
msgstr ""
#: sahara/openstack/common/log.py:398
#: sahara/openstack/common/log.py:395
#, python-format
msgid "Error loading logging config %(log_config)s: %(err_msg)s"
msgstr ""
#: sahara/openstack/common/log.py:459
#: sahara/openstack/common/log.py:456
#, python-format
msgid "syslog facility must be one of: %s"
msgstr ""
#: sahara/openstack/common/log.py:710
#: sahara/openstack/common/log.py:707
#, python-format
msgid "Fatal call to deprecated config: %(msg)s"
msgstr ""
@ -385,6 +389,42 @@ msgstr ""
msgid "Plugins couldn't be loaded: %s"
msgstr ""
#: sahara/plugins/exceptions.py:22
#, python-format
msgid "Chosen node group %(ng_name)s cannot be scaled : %(reason)s"
msgstr ""
#: sahara/plugins/exceptions.py:29
msgid "Failed to decommission cluster"
msgstr ""
#: sahara/plugins/exceptions.py:38
#, python-format
msgid "Cluster %(cluster_name)s cannot be scaled : %(reason)s"
msgstr ""
#: sahara/plugins/exceptions.py:48
#, python-format
msgid "Cluster is missing a service: %s"
msgstr ""
#: sahara/plugins/exceptions.py:51
#, python-format
msgid "%(message)s, required by service: %(required_by)s"
msgstr ""
#: sahara/plugins/exceptions.py:69
#, python-format
msgid ""
"Hadoop cluster should contain %(expected_count)s %(component)s "
"component(s). Actual %(component)s count is %(count)s"
msgstr ""
#: sahara/plugins/exceptions.py:91
#, python-format
msgid "Failed to Provision Hadoop Cluster: %s"
msgstr ""
#: sahara/plugins/provisioning.py:110
#, python-format
msgid "Can't find applicable target '%(applicable_target)s' for '%(config_name)s'"
@ -395,6 +435,13 @@ msgstr ""
msgid "Can't find config '%(config_name)s' in '%(applicable_target)s'"
msgstr ""
#: sahara/plugins/utils.py:42
#: sahara/plugins/vanilla/v1_2_1/versionhandler.py:68
#: sahara/plugins/vanilla/v1_2_1/versionhandler.py:75
#: sahara/plugins/vanilla/v1_2_1/versionhandler.py:97
msgid "0 or 1"
msgstr ""
#: sahara/plugins/cdh/cloudera_utils.py:88
msgid "'cluster' or 'instance' argument missed"
msgstr ""
@ -447,49 +494,6 @@ msgid ""
"Sahara codebase itself."
msgstr ""
#: sahara/plugins/general/exceptions.py:22
#, python-format
msgid "Chosen node group %(ng_name)s cannot be scaled : %(reason)s"
msgstr ""
#: sahara/plugins/general/exceptions.py:29
msgid "Failed to decommission cluster"
msgstr ""
#: sahara/plugins/general/exceptions.py:38
#, python-format
msgid "Cluster %(cluster_name)s cannot be scaled : %(reason)s"
msgstr ""
#: sahara/plugins/general/exceptions.py:48
#, python-format
msgid "Cluster is missing a service: %s"
msgstr ""
#: sahara/plugins/general/exceptions.py:51
#, python-format
msgid "%(message)s, required by service: %(required_by)s"
msgstr ""
#: sahara/plugins/general/exceptions.py:69
#, python-format
msgid ""
"Hadoop cluster should contain %(expected_count)s %(component)s "
"component(s). Actual %(component)s count is %(count)s"
msgstr ""
#: sahara/plugins/general/exceptions.py:91
#, python-format
msgid "Failed to Provision Hadoop Cluster: %s"
msgstr ""
#: sahara/plugins/general/utils.py:42
#: sahara/plugins/vanilla/v1_2_1/versionhandler.py:68
#: sahara/plugins/vanilla/v1_2_1/versionhandler.py:75
#: sahara/plugins/vanilla/v1_2_1/versionhandler.py:97
msgid "0 or 1"
msgstr ""
#: sahara/plugins/hdp/ambariplugin.py:207
msgid "An Ambari user in the admin group must be configured."
msgstr ""
@ -649,12 +653,12 @@ msgstr ""
msgid "1 or more"
msgstr ""
#: sahara/plugins/spark/plugin.py:390 sahara/plugins/spark/plugin.py:404
#: sahara/plugins/spark/plugin.py:392 sahara/plugins/spark/plugin.py:406
#, python-format
msgid "Spark plugin cannot scale nodegroup with processes: %s"
msgstr ""
#: sahara/plugins/spark/plugin.py:414
#: sahara/plugins/spark/plugin.py:416
#, python-format
msgid ""
"Spark plugin cannot shrink cluster because there would be not enough "
@ -716,13 +720,6 @@ msgstr ""
msgid "Unable get parameter '%(parameter)s' from service %(service)s"
msgstr ""
#: sahara/plugins/vanilla/v2_3_0/versionhandler.py:60
msgid ""
"The Vanilla 2.3.0 plugin is now deprecated and will be removed in the "
"Kylo release. The Vanilla 2.4.1 plugin remains and continues to be "
"supported."
msgstr ""
#: sahara/service/direct_engine.py:176
#, python-format
msgid "Server group with name %s is already exists"
@ -751,21 +748,26 @@ msgstr ""
msgid "Object with %s not found"
msgstr ""
#: sahara/service/volumes.py:62
#: sahara/service/volumes.py:63
#, python-format
msgid "Error attach volume to instance %s"
msgstr ""
#: sahara/service/volumes.py:91
#: sahara/service/volumes.py:103
#, python-format
msgid "Volume %s has error status"
msgstr ""
#: sahara/service/edp/job_manager.py:92
#: sahara/service/edp/job_manager.py:94
#, python-format
msgid "Cluster does not support job type %s"
msgstr ""
#: sahara/service/edp/job_manager.py:173
#, python-format
msgid "Job execution %s was not canceled"
msgstr ""
#: sahara/service/edp/binary_retrievers/internal_swift.py:67
#, python-format
msgid "Url for binary in internal swift must start with %s"
@ -793,138 +795,148 @@ msgstr ""
msgid "\"%s\" child cannot be added to streaming element"
msgstr ""
#: sahara/service/edp/spark/engine.py:190
#: sahara/service/edp/spark/engine.py:194
#, python-format
msgid "Spark job execution failed. Exit status = %(status)s, stdout = %(stdout)s"
msgstr ""
#: sahara/service/validations/base.py:55
#: sahara/service/validations/base.py:56
#, python-format
msgid "Sahara doesn't contain plugin with name '%s'"
msgstr ""
#: sahara/service/validations/base.py:61
#: sahara/service/validations/base.py:62
#, python-format
msgid "Requested plugin '%(name)s' doesn't support version '%(version)s'"
msgstr ""
#: sahara/service/validations/base.py:68
#: sahara/service/validations/base.py:69
#, python-format
msgid "Requested image '%s' is not registered"
msgstr ""
#: sahara/service/validations/base.py:79
#: sahara/service/validations/base.py:80
#, python-format
msgid "Plugin doesn't contain applicable target '%s'"
msgstr ""
#: sahara/service/validations/base.py:84
#: sahara/service/validations/base.py:85
#, python-format
msgid ""
"Plugin's applicable target '%(target)s' doesn't contain config with name "
"'%(name)s'"
msgstr ""
#: sahara/service/validations/base.py:148
#: sahara/service/validations/base.py:155
#, python-format
msgid "Requested flavor '%s' not found"
msgstr ""
#: sahara/service/validations/base.py:157
#: sahara/service/validations/base.py:164
#, python-format
msgid "Security group '%s' not found"
msgstr ""
#: sahara/service/validations/base.py:172
#: sahara/service/validations/base.py:179
#, python-format
msgid "Floating IP pool %(pool)s for node group '%(group)s' not found"
msgstr ""
#: sahara/service/validations/base.py:179
#: sahara/service/validations/base.py:186
msgid "Duplicates in node processes have been detected"
msgstr ""
#: sahara/service/validations/base.py:187
#: sahara/service/validations/base.py:194
#, python-format
msgid "Plugin supports the following node procesess: %s"
msgstr ""
#: sahara/service/validations/base.py:195
#: sahara/service/validations/base.py:202
msgid "Duplicates in node group names are detected"
msgstr ""
#: sahara/service/validations/base.py:205
#, python-format
msgid "Security group with name '%s' already exists"
msgstr ""
#: sahara/service/validations/base.py:212
#, python-format
msgid "Availability zone '%s' not found"
msgid "Security group with name '%s' already exists"
msgstr ""
#: sahara/service/validations/base.py:220
#: sahara/service/validations/base.py:219
#, python-format
msgid "Nova availability zone '%s' not found"
msgstr ""
#: sahara/service/validations/base.py:227
#, python-format
msgid "Cinder availability zone '%s' not found"
msgstr ""
#: sahara/service/validations/base.py:236
#, python-format
msgid "Volume type '%s' not found"
msgstr ""
#: sahara/service/validations/base.py:244
#, python-format
msgid "Cluster with name '%s' already exists"
msgstr ""
#: sahara/service/validations/base.py:229
#: sahara/service/validations/base.py:253
#, python-format
msgid "Cluster name '%s' is already used as Heat stack name"
msgstr ""
#: sahara/service/validations/base.py:241
#: sahara/service/validations/base.py:265
#, python-format
msgid ""
"Composite hostname %(host)s in provisioned cluster exceeds maximum limit "
"%(limit)s characters"
msgstr ""
#: sahara/service/validations/base.py:252
#: sahara/service/validations/base.py:276
#, python-format
msgid "Requested keypair '%s' not found"
msgstr ""
#: sahara/service/validations/base.py:257
#: sahara/service/validations/base.py:281
#, python-format
msgid "Network %s not found"
msgstr ""
#: sahara/service/validations/base.py:265
#: sahara/service/validations/base.py:289
#, python-format
msgid "Cluster template with name '%s' already exists"
msgstr ""
#: sahara/service/validations/base.py:271
#: sahara/service/validations/base.py:295
#, python-format
msgid "Cluster template with id '%s' doesn't exist"
msgstr ""
#: sahara/service/validations/base.py:292
#: sahara/service/validations/base.py:316
#, python-format
msgid "NodeGroup template with name '%s' already exists"
msgstr ""
#: sahara/service/validations/base.py:298
#: sahara/service/validations/base.py:322
#, python-format
msgid "NodeGroup template with id '%s' doesn't exist"
msgstr ""
#: sahara/service/validations/base.py:333
#: sahara/service/validations/base.py:357
#, python-format
msgid "Cluster doesn't contain node group with name '%s'"
msgstr ""
#: sahara/service/validations/base.py:347
#: sahara/service/validations/base.py:371
#, python-format
msgid "Can't add new nodegroup. Cluster already has nodegroup with name '%s'"
msgstr ""
#: sahara/service/validations/base.py:361
#: sahara/service/validations/base.py:385
msgid "Cinder is not supported"
msgstr ""
#: sahara/service/validations/base.py:373
#: sahara/service/validations/base.py:397
#, python-format
msgid ""
"Tags of requested image '%(image)s' don't contain required tags "
@ -968,7 +980,7 @@ msgstr ""
msgid "Cluster cannot be scaled not in 'Active' status. Cluster status: %s"
msgstr ""
#: sahara/service/validations/node_group_templates.py:123
#: sahara/service/validations/node_group_templates.py:129
#, python-format
msgid ""
"Node group template %(template)s is in use by cluster templates: "
@ -1169,12 +1181,12 @@ msgid ""
"sahara-all instead."
msgstr ""
#: sahara/utils/ssh_remote.py:395
#: sahara/utils/ssh_remote.py:401
#, python-format
msgid "Closing HTTP session for %(host)s:%(port)s"
msgstr ""
#: sahara/utils/ssh_remote.py:401
#: sahara/utils/ssh_remote.py:407
#, python-format
msgid "Session for %(host)s:%(port)s not cached"
msgstr ""
@ -1199,6 +1211,20 @@ msgstr ""
msgid "Service \"%s\" not found in service catalog"
msgstr ""
#: sahara/utils/openstack/cinder.py:40
msgid ""
"The Cinder v1 API is deprecated and will be removed after the Juno "
"release. You should set cinder_api_version=2 in your sahara.conf file."
msgstr ""
#: sahara/utils/openstack/cinder.py:44
#, python-format
msgid ""
"Unsupported Cinder API version: %(bad)s. Please set a correct value for "
"cinder_api_version in your sahara.conf file (currently supported versions"
" are: %(supported)s). Falling back to Cinder API version 2."
msgstr ""
#: sahara/utils/openstack/heat.py:47
#, python-format
msgid "Failed to find stack %(stack)s"
@ -1209,7 +1235,7 @@ msgstr ""
msgid "Neutron router corresponding to network %s is not found"
msgstr ""
#: sahara/utils/openstack/neutron.py:185
#: sahara/utils/openstack/neutron.py:196
#, python-format
msgid "Unknown file mode %s"
msgstr ""