Imported Translations from Transifex
For more information about this automatic import see: https://wiki.openstack.org/wiki/Translations/Infrastructure Change-Id: I142db0db54e077a24e42f17c92713887e668bc08
This commit is contained in:
parent
a2b175719b
commit
5d4081b29d
@ -8,8 +8,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Manila\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2014-10-31 06:14+0000\n"
|
||||
"PO-Revision-Date: 2014-10-26 18:51+0000\n"
|
||||
"POT-Creation-Date: 2014-11-14 06:14+0000\n"
|
||||
"PO-Revision-Date: 2014-11-01 07:05+0000\n"
|
||||
"Last-Translator: Andreas Jaeger <jaegerandi@gmail.com>\n"
|
||||
"Language-Team: German (http://www.transifex.com/projects/p/manila/language/"
|
||||
"de/)\n"
|
||||
@ -20,6 +20,85 @@ msgstr ""
|
||||
"Generated-By: Babel 1.3\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: manila/exception.py:94
|
||||
msgid "Exception in string format operation."
|
||||
msgstr ""
|
||||
|
||||
#: manila/exception.py:96
|
||||
#, python-format
|
||||
msgid "%(name)s: %(value)s"
|
||||
msgstr "%(name)s: %(value)s"
|
||||
|
||||
#: manila/manager.py:163
|
||||
#, python-format
|
||||
msgid "Error during %(full_task_name)s: %(e)s"
|
||||
msgstr "Fehler während %(full_task_name)s: %(e)s"
|
||||
|
||||
#: manila/quota.py:983
|
||||
#, python-format
|
||||
msgid "Failed to commit reservations %s"
|
||||
msgstr ""
|
||||
|
||||
#: manila/quota.py:1007
|
||||
#, python-format
|
||||
msgid "Failed to roll back reservations %s"
|
||||
msgstr ""
|
||||
|
||||
#: manila/service.py:237 manila/openstack/common/service.py:269
|
||||
msgid "Unhandled exception"
|
||||
msgstr "Nicht behandelte Exception"
|
||||
|
||||
#: manila/service.py:508
|
||||
msgid "Recovered model server connection!"
|
||||
msgstr ""
|
||||
|
||||
#: manila/service.py:514
|
||||
msgid "model server went away"
|
||||
msgstr ""
|
||||
|
||||
#: manila/api/extensions.py:246
|
||||
#, python-format
|
||||
msgid "Exception loading extension: %s"
|
||||
msgstr ""
|
||||
|
||||
#: manila/api/middleware/fault.py:46
|
||||
#, python-format
|
||||
msgid "Caught error: %s"
|
||||
msgstr ""
|
||||
|
||||
#: manila/api/openstack/wsgi.py:583
|
||||
#, python-format
|
||||
msgid "Exception handling resource: %s"
|
||||
msgstr ""
|
||||
|
||||
#: manila/api/v1/share_networks.py:122
|
||||
msgid "Failed to update usages deleting share-network."
|
||||
msgstr ""
|
||||
|
||||
#: manila/db/migrations/alembic/versions/162a3e673105_manila_init.py:403
|
||||
msgid "Exception while creating table."
|
||||
msgstr "Ausnahme beim Anlegen einer Tabelle."
|
||||
|
||||
#: manila/db/sqlalchemy/api.py:2120
|
||||
#, python-format
|
||||
msgid "VolumeType %s deletion failed, VolumeType in use."
|
||||
msgstr ""
|
||||
|
||||
#: manila/network/linux/interface.py:175 manila/network/linux/interface.py:217
|
||||
#, python-format
|
||||
msgid "Failed unplugging interface '%s'"
|
||||
msgstr ""
|
||||
|
||||
#: manila/network/linux/ovs_lib.py:48
|
||||
#, python-format
|
||||
msgid "Unable to execute %(cmd)s. Exception: %(exception)s"
|
||||
msgstr ""
|
||||
|
||||
#: manila/network/neutron/api.py:132
|
||||
#, python-format
|
||||
msgid "Neutron error creating port on network %s"
|
||||
msgstr ""
|
||||
|
||||
#: manila/openstack/common/lockutils.py:117
|
||||
#, python-format
|
||||
msgid "Could not release the acquired lock `%s`"
|
||||
@ -43,6 +122,191 @@ msgstr "Fehler die Regel %s zu verstehen."
|
||||
msgid "No handler for matches of kind %s"
|
||||
msgstr "Kein Handler für Matches der Art %s"
|
||||
|
||||
#: manila/openstack/common/service.py:269
|
||||
msgid "Unhandled exception"
|
||||
msgstr "Nicht behandelte Exception"
|
||||
#: manila/scheduler/filter_scheduler.py:212
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Error scheduling %(share_id)s from last share-service: %(last_host)s : "
|
||||
"%(exc)s"
|
||||
msgstr ""
|
||||
|
||||
#: manila/scheduler/scheduler_options.py:68
|
||||
#, python-format
|
||||
msgid "Could not stat scheduler options file %(filename)s: '%(e)s'"
|
||||
msgstr ""
|
||||
|
||||
#: manila/scheduler/scheduler_options.py:78
|
||||
#, python-format
|
||||
msgid "Could not decode scheduler options: '%(e)s'"
|
||||
msgstr ""
|
||||
|
||||
#: manila/scheduler/filters/capacity_filter.py:39
|
||||
msgid "Free capacity not set: volume node info collection broken."
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/api.py:223
|
||||
msgid "Failed to update quota for deleting share"
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/driver.py:76
|
||||
#, python-format
|
||||
msgid "Recovering from a failed execute. Try number %s"
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/manager.py:93
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Caught exception trying ensure share '%(s_id)s'. Exception: \n"
|
||||
"%(e)s."
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/manager.py:110
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Unexpected exception during share access allow operation. Share id is "
|
||||
"'%(s_id)s', access rule type is '%(ar_type)s', access rule id is "
|
||||
"'%(ar_id)s', exception is '%(e)s'."
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/manager.py:219
|
||||
#, python-format
|
||||
msgid "Share server %s does not exist."
|
||||
msgstr "Share Server %s existiert nicht."
|
||||
|
||||
#: manila/share/manager.py:229
|
||||
msgid "Failed to get share server for share creation."
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/manager.py:248
|
||||
#, python-format
|
||||
msgid "Share %s failed on creation."
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/manager.py:294
|
||||
msgid "Failed to update usages deleting share"
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/manager.py:368
|
||||
msgid "Failed to update usages deleting snapshot"
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/manager.py:512
|
||||
#, python-format
|
||||
msgid "Share server %s failed on deletion."
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/volume_types.py:40
|
||||
#, python-format
|
||||
msgid "DB error: %s"
|
||||
msgstr "Datenbank Fehler: %s"
|
||||
|
||||
#: manila/share/volume_types.py:126
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Default volume type is not found, please check default_volume_type config: %s"
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/drivers/generic.py:226
|
||||
#, python-format
|
||||
msgid "Failed to sync mount files on server '%s'."
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/drivers/generic.py:233
|
||||
#, python-format
|
||||
msgid "Failed to mount all shares on server '%s'."
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/drivers/glusterfs.py:132 manila/share/drivers/glusterfs.py:348
|
||||
#, python-format
|
||||
msgid "Error in gluster volume set: %s"
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/drivers/glusterfs.py:178
|
||||
#, python-format
|
||||
msgid "Error retrieving volume info: %s"
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/drivers/glusterfs.py:217
|
||||
#, python-format
|
||||
msgid "Could not mount the Gluster volume %s"
|
||||
msgstr "Konnte Gluster Volume %s nicht mounten"
|
||||
|
||||
#: manila/share/drivers/glusterfs.py:275
|
||||
#, python-format
|
||||
msgid "Unable to create share %s"
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/drivers/glusterfs.py:289
|
||||
#, python-format
|
||||
msgid "Unable to delete share %s"
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/drivers/emc/plugins/vnx/connection.py:568
|
||||
#, python-format
|
||||
msgid "Could not setup server. Reason: %s."
|
||||
msgstr "Kann Server nicht aufsetzen. Grund: %s."
|
||||
|
||||
#: manila/share/drivers/emc/plugins/vnx/connection.py:690
|
||||
#, python-format
|
||||
msgid "Could not find CIFS server by name: %s."
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/drivers/emc/plugins/vnx/connection.py:735
|
||||
msgid "Could not get storage pool list."
|
||||
msgstr "Storage Pool Liste konnte nicht abgerufen werden."
|
||||
|
||||
#: manila/share/drivers/emc/plugins/vnx/connection.py:862
|
||||
#, python-format
|
||||
msgid "Could not get mount point. Reason: %s."
|
||||
msgstr "Mountpunkt konnten nicht abgerufen werden. Grund: %s."
|
||||
|
||||
#: manila/share/drivers/emc/plugins/vnx/helper.py:90
|
||||
#, python-format
|
||||
msgid ""
|
||||
"REQ: [%(method)s] %(url)s %(req_hdrs)s\n"
|
||||
"REQ BODY: %(req_b)s\n"
|
||||
"RESP: [%(code)s] %(resp_hdrs)s\n"
|
||||
"RESP BODY: %(resp_b)s\n"
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/drivers/emc/plugins/vnx/helper.py:1160
|
||||
#, python-format
|
||||
msgid "Error running SSH command: %s"
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/drivers/netapp/cluster_mode.py:168
|
||||
#, python-format
|
||||
msgid "Could not get licenses list. %s."
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/drivers/netapp/cluster_mode.py:412
|
||||
msgid "Failed to create network interface"
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/drivers/netapp/cluster_mode.py:493
|
||||
msgid "DNS exists for vserver."
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/drivers/netapp/cluster_mode.py:824
|
||||
#, python-format
|
||||
msgid "Vserver %s does not exist."
|
||||
msgstr "Vserver %s existiert nicht."
|
||||
|
||||
#: manila/share/drivers/netapp/cluster_mode.py:835
|
||||
#, python-format
|
||||
msgid "Volume %s is already offline."
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/drivers/netapp/cluster_mode.py:859
|
||||
#, python-format
|
||||
msgid "CIFS server does not exist for vserver %s"
|
||||
msgstr "CIFS Server existiert nicht für Vserver %s"
|
||||
|
||||
#: manila/share/drivers/netapp/cluster_mode.py:1187
|
||||
#, python-format
|
||||
msgid "User %s does not exist."
|
||||
msgstr "Benutzer %s existiert nicht."
|
||||
|
||||
#: manila/share/drivers/netapp/cluster_mode.py:1189
|
||||
#, python-format
|
||||
msgid "Rule %s does not exist."
|
||||
msgstr "Regel %s existiert nicht."
|
||||
|
@ -1,36 +0,0 @@
|
||||
# Translations template for manila.
|
||||
# Copyright (C) 2014 ORGANIZATION
|
||||
# This file is distributed under the same license as the manila project.
|
||||
#
|
||||
# Translators:
|
||||
# Andreas Jaeger <jaegerandi@gmail.com>, 2014
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Manila\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2014-10-31 06:14+0000\n"
|
||||
"PO-Revision-Date: 2014-10-30 19:05+0000\n"
|
||||
"Last-Translator: Andreas Jaeger <jaegerandi@gmail.com>\n"
|
||||
"Language-Team: German (http://www.transifex.com/projects/p/manila/language/"
|
||||
"de/)\n"
|
||||
"Language: de\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"
|
||||
|
||||
#: manila/openstack/common/loopingcall.py:87
|
||||
#, python-format
|
||||
msgid "task %(func_name)s run outlasted interval by %(delay).2f sec"
|
||||
msgstr "Task %(func_name)s lief %(delay).2f sec als das Interval"
|
||||
|
||||
#: manila/openstack/common/policy.py:248
|
||||
#, python-format
|
||||
msgid "Can not find policy directories %s"
|
||||
msgstr "Kann Policy Direktory %s nicht finden"
|
||||
|
||||
#: manila/openstack/common/service.py:356
|
||||
#, python-format
|
||||
msgid "pid %d not in child list"
|
||||
msgstr "PID %d nicht in der Liste der Kindprozesses"
|
@ -6,9 +6,9 @@
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: manila 2015.1.dev79.g6c84cf0\n"
|
||||
"Project-Id-Version: manila 2015.1.dev88.ga2b1757\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2014-10-31 06:14+0000\n"
|
||||
"POT-Creation-Date: 2014-11-14 06:14+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@ -17,6 +17,85 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: Babel 1.3\n"
|
||||
|
||||
#: manila/exception.py:94
|
||||
msgid "Exception in string format operation."
|
||||
msgstr ""
|
||||
|
||||
#: manila/exception.py:96
|
||||
#, python-format
|
||||
msgid "%(name)s: %(value)s"
|
||||
msgstr ""
|
||||
|
||||
#: manila/manager.py:163
|
||||
#, python-format
|
||||
msgid "Error during %(full_task_name)s: %(e)s"
|
||||
msgstr ""
|
||||
|
||||
#: manila/quota.py:983
|
||||
#, python-format
|
||||
msgid "Failed to commit reservations %s"
|
||||
msgstr ""
|
||||
|
||||
#: manila/quota.py:1007
|
||||
#, python-format
|
||||
msgid "Failed to roll back reservations %s"
|
||||
msgstr ""
|
||||
|
||||
#: manila/service.py:237 manila/openstack/common/service.py:269
|
||||
msgid "Unhandled exception"
|
||||
msgstr ""
|
||||
|
||||
#: manila/service.py:508
|
||||
msgid "Recovered model server connection!"
|
||||
msgstr ""
|
||||
|
||||
#: manila/service.py:514
|
||||
msgid "model server went away"
|
||||
msgstr ""
|
||||
|
||||
#: manila/api/extensions.py:246
|
||||
#, python-format
|
||||
msgid "Exception loading extension: %s"
|
||||
msgstr ""
|
||||
|
||||
#: manila/api/middleware/fault.py:46
|
||||
#, python-format
|
||||
msgid "Caught error: %s"
|
||||
msgstr ""
|
||||
|
||||
#: manila/api/openstack/wsgi.py:583
|
||||
#, python-format
|
||||
msgid "Exception handling resource: %s"
|
||||
msgstr ""
|
||||
|
||||
#: manila/api/v1/share_networks.py:122
|
||||
msgid "Failed to update usages deleting share-network."
|
||||
msgstr ""
|
||||
|
||||
#: manila/db/migrations/alembic/versions/162a3e673105_manila_init.py:403
|
||||
msgid "Exception while creating table."
|
||||
msgstr ""
|
||||
|
||||
#: manila/db/sqlalchemy/api.py:2120
|
||||
#, python-format
|
||||
msgid "VolumeType %s deletion failed, VolumeType in use."
|
||||
msgstr ""
|
||||
|
||||
#: manila/network/linux/interface.py:175 manila/network/linux/interface.py:217
|
||||
#, python-format
|
||||
msgid "Failed unplugging interface '%s'"
|
||||
msgstr ""
|
||||
|
||||
#: manila/network/linux/ovs_lib.py:48
|
||||
#, python-format
|
||||
msgid "Unable to execute %(cmd)s. Exception: %(exception)s"
|
||||
msgstr ""
|
||||
|
||||
#: manila/network/neutron/api.py:132
|
||||
#, python-format
|
||||
msgid "Neutron error creating port on network %s"
|
||||
msgstr ""
|
||||
|
||||
#: manila/openstack/common/lockutils.py:117
|
||||
#, python-format
|
||||
msgid "Could not release the acquired lock `%s`"
|
||||
@ -40,7 +119,193 @@ msgstr ""
|
||||
msgid "No handler for matches of kind %s"
|
||||
msgstr ""
|
||||
|
||||
#: manila/openstack/common/service.py:269
|
||||
msgid "Unhandled exception"
|
||||
#: manila/scheduler/filter_scheduler.py:212
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Error scheduling %(share_id)s from last share-service: %(last_host)s : "
|
||||
"%(exc)s"
|
||||
msgstr ""
|
||||
|
||||
#: manila/scheduler/scheduler_options.py:68
|
||||
#, python-format
|
||||
msgid "Could not stat scheduler options file %(filename)s: '%(e)s'"
|
||||
msgstr ""
|
||||
|
||||
#: manila/scheduler/scheduler_options.py:78
|
||||
#, python-format
|
||||
msgid "Could not decode scheduler options: '%(e)s'"
|
||||
msgstr ""
|
||||
|
||||
#: manila/scheduler/filters/capacity_filter.py:39
|
||||
msgid "Free capacity not set: volume node info collection broken."
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/api.py:223
|
||||
msgid "Failed to update quota for deleting share"
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/driver.py:76
|
||||
#, python-format
|
||||
msgid "Recovering from a failed execute. Try number %s"
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/manager.py:93
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Caught exception trying ensure share '%(s_id)s'. Exception: \n"
|
||||
"%(e)s."
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/manager.py:110
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Unexpected exception during share access allow operation. Share id is "
|
||||
"'%(s_id)s', access rule type is '%(ar_type)s', access rule id is "
|
||||
"'%(ar_id)s', exception is '%(e)s'."
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/manager.py:219
|
||||
#, python-format
|
||||
msgid "Share server %s does not exist."
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/manager.py:229
|
||||
msgid "Failed to get share server for share creation."
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/manager.py:248
|
||||
#, python-format
|
||||
msgid "Share %s failed on creation."
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/manager.py:294
|
||||
msgid "Failed to update usages deleting share"
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/manager.py:368
|
||||
msgid "Failed to update usages deleting snapshot"
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/manager.py:512
|
||||
#, python-format
|
||||
msgid "Share server %s failed on deletion."
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/volume_types.py:40
|
||||
#, python-format
|
||||
msgid "DB error: %s"
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/volume_types.py:126
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Default volume type is not found, please check default_volume_type "
|
||||
"config: %s"
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/drivers/generic.py:226
|
||||
#, python-format
|
||||
msgid "Failed to sync mount files on server '%s'."
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/drivers/generic.py:233
|
||||
#, python-format
|
||||
msgid "Failed to mount all shares on server '%s'."
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/drivers/glusterfs.py:132 manila/share/drivers/glusterfs.py:348
|
||||
#, python-format
|
||||
msgid "Error in gluster volume set: %s"
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/drivers/glusterfs.py:178
|
||||
#, python-format
|
||||
msgid "Error retrieving volume info: %s"
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/drivers/glusterfs.py:217
|
||||
#, python-format
|
||||
msgid "Could not mount the Gluster volume %s"
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/drivers/glusterfs.py:275
|
||||
#, python-format
|
||||
msgid "Unable to create share %s"
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/drivers/glusterfs.py:289
|
||||
#, python-format
|
||||
msgid "Unable to delete share %s"
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/drivers/emc/plugins/vnx/connection.py:568
|
||||
#, python-format
|
||||
msgid "Could not setup server. Reason: %s."
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/drivers/emc/plugins/vnx/connection.py:690
|
||||
#, python-format
|
||||
msgid "Could not find CIFS server by name: %s."
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/drivers/emc/plugins/vnx/connection.py:735
|
||||
msgid "Could not get storage pool list."
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/drivers/emc/plugins/vnx/connection.py:862
|
||||
#, python-format
|
||||
msgid "Could not get mount point. Reason: %s."
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/drivers/emc/plugins/vnx/helper.py:90
|
||||
#, python-format
|
||||
msgid ""
|
||||
"REQ: [%(method)s] %(url)s %(req_hdrs)s\n"
|
||||
"REQ BODY: %(req_b)s\n"
|
||||
"RESP: [%(code)s] %(resp_hdrs)s\n"
|
||||
"RESP BODY: %(resp_b)s\n"
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/drivers/emc/plugins/vnx/helper.py:1160
|
||||
#, python-format
|
||||
msgid "Error running SSH command: %s"
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/drivers/netapp/cluster_mode.py:168
|
||||
#, python-format
|
||||
msgid "Could not get licenses list. %s."
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/drivers/netapp/cluster_mode.py:412
|
||||
msgid "Failed to create network interface"
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/drivers/netapp/cluster_mode.py:493
|
||||
msgid "DNS exists for vserver."
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/drivers/netapp/cluster_mode.py:824
|
||||
#, python-format
|
||||
msgid "Vserver %s does not exist."
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/drivers/netapp/cluster_mode.py:835
|
||||
#, python-format
|
||||
msgid "Volume %s is already offline."
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/drivers/netapp/cluster_mode.py:859
|
||||
#, python-format
|
||||
msgid "CIFS server does not exist for vserver %s"
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/drivers/netapp/cluster_mode.py:1187
|
||||
#, python-format
|
||||
msgid "User %s does not exist."
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/drivers/netapp/cluster_mode.py:1189
|
||||
#, python-format
|
||||
msgid "Rule %s does not exist."
|
||||
msgstr ""
|
||||
|
||||
|
@ -6,9 +6,9 @@
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: manila 2015.1.dev79.g6c84cf0\n"
|
||||
"Project-Id-Version: manila 2015.1.dev88.ga2b1757\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2014-10-31 06:14+0000\n"
|
||||
"POT-Creation-Date: 2014-11-14 06:14+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@ -17,6 +17,130 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: Babel 1.3\n"
|
||||
|
||||
#: manila/service.py:125
|
||||
msgid "SIGTERM received"
|
||||
msgstr ""
|
||||
|
||||
#: manila/service.py:175 manila/openstack/common/service.py:232
|
||||
msgid "Parent process has died unexpectedly, exiting"
|
||||
msgstr ""
|
||||
|
||||
#: manila/service.py:214 manila/openstack/common/service.py:302
|
||||
msgid "Forking too fast, sleeping"
|
||||
msgstr ""
|
||||
|
||||
#: manila/service.py:232 manila/openstack/common/service.py:174
|
||||
#, python-format
|
||||
msgid "Caught %s, exiting"
|
||||
msgstr ""
|
||||
|
||||
#: manila/service.py:244 manila/openstack/common/service.py:321
|
||||
#, python-format
|
||||
msgid "Started child %d"
|
||||
msgstr ""
|
||||
|
||||
#: manila/service.py:254 manila/openstack/common/service.py:331
|
||||
#, python-format
|
||||
msgid "Starting %d workers"
|
||||
msgstr ""
|
||||
|
||||
#: manila/service.py:273 manila/openstack/common/service.py:348
|
||||
#, python-format
|
||||
msgid "Child %(pid)d killed by signal %(sig)d"
|
||||
msgstr ""
|
||||
|
||||
#: manila/service.py:277
|
||||
#, python-format
|
||||
msgid "Child %(pid)d exited with status %(code)d"
|
||||
msgstr ""
|
||||
|
||||
#: manila/service.py:289
|
||||
#, python-format
|
||||
msgid "_wait_child %d"
|
||||
msgstr ""
|
||||
|
||||
#: manila/service.py:305
|
||||
#, python-format
|
||||
msgid "wait wrap.failed %s"
|
||||
msgstr ""
|
||||
|
||||
#: manila/service.py:313 manila/openstack/common/service.py:391
|
||||
#, python-format
|
||||
msgid "Caught %s, stopping children"
|
||||
msgstr ""
|
||||
|
||||
#: manila/service.py:324 manila/openstack/common/service.py:416
|
||||
#, python-format
|
||||
msgid "Waiting on %d children to exit"
|
||||
msgstr ""
|
||||
|
||||
#: manila/service.py:359
|
||||
#, python-format
|
||||
msgid "Starting %(topic)s node (version %(version_string)s)"
|
||||
msgstr ""
|
||||
|
||||
#: manila/wsgi.py:220
|
||||
#, python-format
|
||||
msgid "Started %(name)s on %(_host)s:%(_port)s"
|
||||
msgstr ""
|
||||
|
||||
#: manila/wsgi.py:239
|
||||
msgid "Stopping WSGI server."
|
||||
msgstr ""
|
||||
|
||||
#: manila/wsgi.py:253
|
||||
msgid "WSGI server has stopped."
|
||||
msgstr ""
|
||||
|
||||
#: manila/api/extensions.py:185
|
||||
msgid "Initializing extension manager."
|
||||
msgstr ""
|
||||
|
||||
#: manila/api/extensions.py:201
|
||||
#, python-format
|
||||
msgid "Loaded extension: %s"
|
||||
msgstr ""
|
||||
|
||||
#: manila/api/middleware/fault.py:55
|
||||
#, python-format
|
||||
msgid "%(url)s returned with HTTP %(status)d"
|
||||
msgstr ""
|
||||
|
||||
#: manila/api/openstack/wsgi.py:587
|
||||
#, python-format
|
||||
msgid "Fault thrown: %s"
|
||||
msgstr ""
|
||||
|
||||
#: manila/api/openstack/wsgi.py:590
|
||||
#, python-format
|
||||
msgid "HTTP exception thrown: %s"
|
||||
msgstr ""
|
||||
|
||||
#: manila/api/v1/security_service.py:85
|
||||
#, python-format
|
||||
msgid "Delete security service with id: %s"
|
||||
msgstr ""
|
||||
|
||||
#: manila/api/v1/share_snapshots.py:85
|
||||
#, python-format
|
||||
msgid "Delete snapshot with id: %s"
|
||||
msgstr ""
|
||||
|
||||
#: manila/api/v1/share_snapshots.py:184
|
||||
#, python-format
|
||||
msgid "Create snapshot from share %s"
|
||||
msgstr ""
|
||||
|
||||
#: manila/api/v1/shares.py:88
|
||||
#, python-format
|
||||
msgid "Delete share with id: %s"
|
||||
msgstr ""
|
||||
|
||||
#: manila/api/v1/shares.py:216
|
||||
#, python-format
|
||||
msgid "Create %(share_proto)s share of %(size)s GB"
|
||||
msgstr ""
|
||||
|
||||
#: manila/openstack/common/eventlet_backdoor.py:140
|
||||
#, python-format
|
||||
msgid "Eventlet backdoor listening on %(port)s for process %(pid)d"
|
||||
@ -32,60 +156,83 @@ msgstr ""
|
||||
msgid "Failed to remove file %(file)s"
|
||||
msgstr ""
|
||||
|
||||
#: manila/openstack/common/service.py:174
|
||||
#, python-format
|
||||
msgid "Caught %s, exiting"
|
||||
msgstr ""
|
||||
|
||||
#: manila/openstack/common/service.py:232
|
||||
msgid "Parent process has died unexpectedly, exiting"
|
||||
msgstr ""
|
||||
|
||||
#: manila/openstack/common/service.py:263
|
||||
#, python-format
|
||||
msgid "Child caught %s, exiting"
|
||||
msgstr ""
|
||||
|
||||
#: manila/openstack/common/service.py:302
|
||||
msgid "Forking too fast, sleeping"
|
||||
msgstr ""
|
||||
|
||||
#: manila/openstack/common/service.py:321
|
||||
#, python-format
|
||||
msgid "Started child %d"
|
||||
msgstr ""
|
||||
|
||||
#: manila/openstack/common/service.py:331
|
||||
#, python-format
|
||||
msgid "Starting %d workers"
|
||||
msgstr ""
|
||||
|
||||
#: manila/openstack/common/service.py:348
|
||||
#, python-format
|
||||
msgid "Child %(pid)d killed by signal %(sig)d"
|
||||
msgstr ""
|
||||
|
||||
#: manila/openstack/common/service.py:352
|
||||
#, python-format
|
||||
msgid "Child %(pid)s exited with status %(code)d"
|
||||
msgstr ""
|
||||
|
||||
#: manila/openstack/common/service.py:391
|
||||
#, python-format
|
||||
msgid "Caught %s, stopping children"
|
||||
msgstr ""
|
||||
|
||||
#: manila/openstack/common/service.py:400
|
||||
msgid "Wait called after thread killed. Cleaning up."
|
||||
msgstr ""
|
||||
|
||||
#: manila/openstack/common/service.py:416
|
||||
#, python-format
|
||||
msgid "Waiting on %d children to exit"
|
||||
msgstr ""
|
||||
|
||||
#: manila/openstack/common/scheduler/base_filter.py:89
|
||||
#, python-format
|
||||
msgid "Filter %(cls_name)s returned %(obj_len)d host(s)"
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/manager.py:122
|
||||
#, python-format
|
||||
msgid "Share %(name)s: skipping export, because it has '%(status)s' status."
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/manager.py:176
|
||||
msgid "Share server created successfully."
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/manager.py:178
|
||||
#, python-format
|
||||
msgid "Used already existed share server '%(share_server_id)s'"
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/manager.py:262
|
||||
msgid "Share created successfully."
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/manager.py:297
|
||||
#, python-format
|
||||
msgid "Share %s: deleted successfully."
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/manager.py:411
|
||||
msgid "Updating share status"
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/manager.py:521
|
||||
msgid "Share server deleted successfully."
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/drivers/glusterfs_native.py:103
|
||||
#, python-format
|
||||
msgid "Number of gluster volumes read from config: %(numvols)s"
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/drivers/glusterfs_native.py:130
|
||||
msgid ""
|
||||
"Number of gluster volumes in use: %(inuse-numvols)s. Number of gluster "
|
||||
"volumes available for use as share: %(unused-numvols)s"
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/drivers/glusterfs_native.py:394
|
||||
#, python-format
|
||||
msgid "export_location sent back from create_share: %s"
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/drivers/emc/plugins/vnx/helper.py:1193
|
||||
msgid "Found the header of the command /nas/bin/nas_cel -interconnect -l"
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/drivers/netapp/cluster_mode.py:178
|
||||
#, python-format
|
||||
msgid "Available licenses on '%(backend)s' are %(licenses)s."
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/drivers/netapp/cluster_mode.py:714
|
||||
#, python-format
|
||||
msgid "Share %s does not exist."
|
||||
msgstr ""
|
||||
|
||||
|
@ -6,9 +6,9 @@
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: manila 2015.1.dev79.g6c84cf0\n"
|
||||
"Project-Id-Version: manila 2015.1.dev88.ga2b1757\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2014-10-31 06:14+0000\n"
|
||||
"POT-Creation-Date: 2014-11-14 06:14+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@ -17,6 +17,107 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: Babel 1.3\n"
|
||||
|
||||
#: manila/context.py:60
|
||||
#, python-format
|
||||
msgid "Arguments dropped when creating context: %s"
|
||||
msgstr ""
|
||||
|
||||
#: manila/service.py:281 manila/openstack/common/service.py:356
|
||||
#, python-format
|
||||
msgid "pid %d not in child list"
|
||||
msgstr ""
|
||||
|
||||
#: manila/service.py:456
|
||||
msgid "Service killed that has no database entry"
|
||||
msgstr ""
|
||||
|
||||
#: manila/api/auth.py:27
|
||||
msgid ""
|
||||
"manila.api.auth:ManilaKeystoneContext is deprecated. Please use "
|
||||
"manila.api.middleware.auth:ManilaKeystoneContext instead."
|
||||
msgstr ""
|
||||
|
||||
#: manila/api/auth.py:35
|
||||
msgid ""
|
||||
"manila.api.auth:pipeline_factory is deprecated. Please use "
|
||||
"manila.api.middleware.auth:pipeline_factory instead."
|
||||
msgstr ""
|
||||
|
||||
#: manila/api/extensions.py:281
|
||||
#, python-format
|
||||
msgid "osapi_share_extension is set to deprecated path: %s"
|
||||
msgstr ""
|
||||
|
||||
#: manila/api/extensions.py:284
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Please set your flag or manila.conf settings for osapi_share_extension "
|
||||
"to: %s"
|
||||
msgstr ""
|
||||
|
||||
#: manila/api/extensions.py:293
|
||||
#, python-format
|
||||
msgid "Failed to load extension %(ext_factory)s: %(exc)s"
|
||||
msgstr ""
|
||||
|
||||
#: manila/api/extensions.py:362
|
||||
#, python-format
|
||||
msgid "Failed to load extension %(classpath)s: %(exc)s"
|
||||
msgstr ""
|
||||
|
||||
#: manila/api/extensions.py:387
|
||||
#, python-format
|
||||
msgid "Failed to load extension %(ext_name)s: %(exc)s"
|
||||
msgstr ""
|
||||
|
||||
#: manila/api/sizelimit.py:26
|
||||
msgid ""
|
||||
"manila.api.sizelimit:RequestBodySizeLimiter is deprecated. Please use "
|
||||
"manila.api.middleware.sizelimit: RequestBodySizeLimiter instead"
|
||||
msgstr ""
|
||||
|
||||
#: manila/api/openstack/__init__.py:111
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Extension %(ext_name)s: Cannot extend resource %(collection)s: No such "
|
||||
"resource"
|
||||
msgstr ""
|
||||
|
||||
#: manila/api/openstack/__init__.py:130
|
||||
msgid ""
|
||||
"manila.api.openstack:FaultWrapper is deprecated. Please use "
|
||||
"manila.api.middleware.fault:FaultWrapper instead."
|
||||
msgstr ""
|
||||
|
||||
#: manila/api/openstack/urlmap.py:26
|
||||
msgid ""
|
||||
"manila.api.openstack.urlmap:urlmap_factory is deprecated. Please use "
|
||||
"manila.api.urlmap:urlmap_factory instead."
|
||||
msgstr ""
|
||||
|
||||
#: manila/api/openstack/volume/__init__.py:26
|
||||
msgid ""
|
||||
"manila.api.openstack.volume:APIRouter is deprecated. Please use "
|
||||
"manila.api.v1.router:APIRouter instead."
|
||||
msgstr ""
|
||||
|
||||
#: manila/api/v1/share_networks.py:269
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Quota exceeded for %(s_pid)s, tried to create share-network "
|
||||
"(%(d_consumed)d of %(d_quota)d already consumed)"
|
||||
msgstr ""
|
||||
|
||||
#: manila/db/sqlalchemy/api.py:950
|
||||
#, python-format
|
||||
msgid "Change will make usage less than 0 for the following resources: %s"
|
||||
msgstr ""
|
||||
|
||||
#: manila/network/linux/interface.py:159 manila/network/linux/interface.py:204
|
||||
#, python-format
|
||||
msgid "Device %s already exists"
|
||||
msgstr ""
|
||||
|
||||
#: manila/openstack/common/loopingcall.py:87
|
||||
#, python-format
|
||||
msgid "task %(func_name)s run outlasted interval by %(delay).2f sec"
|
||||
@ -27,8 +128,201 @@ msgstr ""
|
||||
msgid "Can not find policy directories %s"
|
||||
msgstr ""
|
||||
|
||||
#: manila/openstack/common/service.py:356
|
||||
#, python-format
|
||||
msgid "pid %d not in child list"
|
||||
#: manila/scheduler/host_manager.py:270
|
||||
msgid "service is down or disabled."
|
||||
msgstr ""
|
||||
|
||||
#: manila/scheduler/manager.py:93
|
||||
#, python-format
|
||||
msgid "Failed to schedule_%(method)s: %(ex)s"
|
||||
msgstr ""
|
||||
|
||||
#: manila/scheduler/filters/capacity_filter.py:53
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Insufficient free space for volume creation (requested / avail): "
|
||||
"%(requested)s/%(available)s"
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/api.py:125
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Quota exceeded for %(s_pid)s, tried to create %(s_size)sG share "
|
||||
"(%(d_consumed)dG of %(d_quota)dG already consumed)"
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/api.py:134
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Quota exceeded for %(s_pid)s, tried to create share (%(d_consumed)d "
|
||||
"shares already consumed)"
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/api.py:279
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Quota exceeded for %(s_pid)s, tried to create %(s_size)sG snapshot "
|
||||
"(%(d_consumed)dG of %(d_quota)dG already consumed)"
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/api.py:288
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Quota exceeded for %(s_pid)s, tried to create snapshot (%(d_consumed)d "
|
||||
"snapshots already consumed)"
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/manager.py:256
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Share information in exception can not be written to db because it "
|
||||
"contains %s and it is not a dictionary."
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/manager.py:474
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Server Information in exception can not be written to db because it "
|
||||
"contains %s and it is not a dictionary."
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/drivers/generic.py:266
|
||||
#, python-format
|
||||
msgid "Mount point '%(path)s' already exists on server '%(server)s'."
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/drivers/generic.py:292
|
||||
#, python-format
|
||||
msgid "Mount point '%(path)s' does not exist on server '%(server)s'."
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/drivers/generic.py:791
|
||||
#, python-format
|
||||
msgid "Caught error trying delete share: %(error)s, trying delete it forcibly."
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/drivers/glusterfs.py:153
|
||||
#, python-format
|
||||
msgid "%s is already mounted"
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/drivers/service_instance.py:224
|
||||
msgid ""
|
||||
"Name for service instance security group is not provided. Skipping "
|
||||
"security group step."
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/drivers/service_instance.py:259
|
||||
#, python-format
|
||||
msgid "Service instance %s does not exist."
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/drivers/service_instance.py:382
|
||||
#, python-format
|
||||
msgid ""
|
||||
"No key path is available. May be non-existent key path is provided. Check"
|
||||
" path_to_private_key (current value %(private_path)s) and "
|
||||
"path_to_public_key (current value %(public_path)s) in manila "
|
||||
"configuration file."
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/drivers/emc/plugins/vnx/connection.py:195
|
||||
msgid ""
|
||||
"Driver does not support share deletion without share network specified. "
|
||||
"Return directly because there is nothing to clean"
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/drivers/emc/plugins/vnx/connection.py:217
|
||||
#, python-format
|
||||
msgid "CIFS share %s not found. Skip the deletion"
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/drivers/emc/plugins/vnx/connection.py:250
|
||||
#, python-format
|
||||
msgid "NFS share %s not found. Skip the deletion"
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/drivers/emc/plugins/vnx/connection.py:283
|
||||
#, python-format
|
||||
msgid "Mount point %(path)s on %(vdm)s not found."
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/drivers/emc/plugins/vnx/connection.py:286
|
||||
#, python-format
|
||||
msgid "Deleting mount point %(path)s on %(mover_name)s failed. Reason: %(err)s"
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/drivers/emc/plugins/vnx/connection.py:292
|
||||
msgid "Failed to find the VDM. Try to delete the file system"
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/drivers/emc/plugins/vnx/connection.py:303
|
||||
#, python-format
|
||||
msgid "File system %s not found. Skip the deletion"
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/drivers/emc/plugins/vnx/connection.py:324
|
||||
#, python-format
|
||||
msgid "Check point not found. Reason: %s."
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/drivers/emc/plugins/vnx/connection.py:328
|
||||
#, python-format
|
||||
msgid "Snapshot: %(name)s not found. Skip the deletion."
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/drivers/emc/plugins/vnx/helper.py:177
|
||||
#, python-format
|
||||
msgid "Translated status from %(old)s to %(new)s. Message: %(info)s."
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/drivers/emc/plugins/vnx/xml_api_parser.py:824
|
||||
#, python-format
|
||||
msgid "Expected just one %(item)s, got %(more)s."
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/drivers/emc/plugins/vnx/xml_api_parser.py:831
|
||||
#, python-format
|
||||
msgid "Expected one of %(item)s, got %(child)s under %(parent)s."
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/drivers/emc/plugins/vnx/xml_api_parser.py:854
|
||||
#, python-format
|
||||
msgid "No parser for node type %s."
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/drivers/emc/plugins/vnx/xml_api_parser.py:881
|
||||
#, python-format
|
||||
msgid "Expected node type %(expected)s, not %(actual)s."
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/drivers/emc/plugins/vnx/xml_api_parser.py:891
|
||||
#, python-format
|
||||
msgid "Expected %(attr)s attribute on %(node)s node, but only have %(attrs)s."
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/drivers/emc/plugins/vnx/xml_api_parser.py:904
|
||||
#, python-format
|
||||
msgid "Invalid extra attributes %s."
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/drivers/emc/plugins/vnx/xml_api_parser.py:909
|
||||
#, python-format
|
||||
msgid "Unexpected node %(node)s under %(parent)s; wanted %(expected)s."
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/drivers/emc/plugins/vnx/xml_api_parser.py:919
|
||||
#, python-format
|
||||
msgid "Unexpected non-blank pcdata node %(node)s under %(parent)s."
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/drivers/emc/plugins/vnx/xml_api_parser.py:931
|
||||
#, python-format
|
||||
msgid "Expected either zero or one of %(node)s under %(parent)s."
|
||||
msgstr ""
|
||||
|
||||
#: manila/share/drivers/emc/plugins/vnx/xml_api_parser.py:951
|
||||
#, python-format
|
||||
msgid "Expected one of %(expected)s under %(parent)s, got %(actual)s."
|
||||
msgstr ""
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user