Akihiro Motoki 8d2c04e459 Update translation setup
Follow new infra setup for translations, see spec
http://specs.openstack.org/openstack-infra/infra-specs/specs/translation_setup.html
for full details.

This basically renames oslo.vmware/locale/oslo.vmware.pot
to oslo_vmware/locale/oslo_vmware.pot.
For this we need to update setup.cfg.

Update also domain name in _i18n.py.

Change-Id: I9ab5c9cc1e3d210e80c140ce0e2c7122bbeb5691
2016-01-30 00:28:16 +09:00

286 lines
6.1 KiB
Plaintext

# Translations template for oslo.vmware.
# Copyright (C) 2015 ORGANIZATION
# This file is distributed under the same license as the oslo.vmware
# project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2015.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: oslo.vmware 1.21.1.dev13\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-09-26 06:11+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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.1.1\n"
#: oslo_vmware/api.py:311
#, python-format
msgid ""
"Current session: %(session)s is inactive; re-creating the session while "
"invoking method %(module)s.%(method)s."
msgstr ""
#: oslo_vmware/api.py:475
#, python-format
msgid "Lease: %(lease)s is in error state. Details: %(error_msg)s."
msgstr ""
#: oslo_vmware/api.py:482
#, python-format
msgid "Unknown state: %(state)s for lease: %(lease)s."
msgstr ""
#: oslo_vmware/exceptions.py:54
msgid "An unknown exception occurred."
msgstr ""
#: oslo_vmware/exceptions.py:67
msgid "exception message must not be a list"
msgstr ""
#: oslo_vmware/exceptions.py:70
msgid "details must be a dict"
msgstr ""
#: oslo_vmware/exceptions.py:146
msgid "fault_list must be a list"
msgstr ""
#: oslo_vmware/exceptions.py:179
msgid "VMware Driver configuration fault."
msgstr ""
#: oslo_vmware/exceptions.py:188
msgid "No default value for use_linked_clone found."
msgstr ""
#: oslo_vmware/exceptions.py:192
#, python-format
msgid "Missing parameter : %(param)s"
msgstr ""
#: oslo_vmware/exceptions.py:200
msgid "Resource already exists."
msgstr ""
#: oslo_vmware/exceptions.py:205
msgid "Cannot delete file."
msgstr ""
#: oslo_vmware/exceptions.py:210
msgid "File already exists."
msgstr ""
#: oslo_vmware/exceptions.py:215
msgid "File fault."
msgstr ""
#: oslo_vmware/exceptions.py:220
msgid "File locked."
msgstr ""
#: oslo_vmware/exceptions.py:225
msgid "File not found."
msgstr ""
#: oslo_vmware/exceptions.py:230
msgid "Invalid power state."
msgstr ""
#: oslo_vmware/exceptions.py:235
msgid "Invalid property."
msgstr ""
#: oslo_vmware/exceptions.py:240
msgid "No Permission."
msgstr ""
#: oslo_vmware/exceptions.py:245
msgid "Not Authenticated."
msgstr ""
#: oslo_vmware/exceptions.py:250
msgid "Entity has another operation in process."
msgstr ""
#: oslo_vmware/exceptions.py:254
msgid "Duplicate name."
msgstr ""
#: oslo_vmware/exceptions.py:258
msgid "Insufficient disk space."
msgstr ""
#: oslo_vmware/exceptions.py:262
msgid "VMware Tools is not running."
msgstr ""
#: oslo_vmware/exceptions.py:266
msgid "Managed object not found."
msgstr ""
#: oslo_vmware/exceptions.py:303
msgid "exception should be a subclass of VimException"
msgstr ""
#: oslo_vmware/image_transfer.py:167
#, python-format
msgid "Image: %s is in killed state."
msgstr ""
#: oslo_vmware/image_transfer.py:181
#, python-format
msgid "Image: %(image)s is in unknown state: %(state)s."
msgstr ""
#: oslo_vmware/image_transfer.py:190
#, python-format
msgid "Error occurred while writing image: %s"
msgstr ""
#: oslo_vmware/image_transfer.py:275
msgid "Error occurred during file read-write task."
msgstr ""
#: oslo_vmware/image_transfer.py:362
msgid "No image destination given."
msgstr ""
#: oslo_vmware/image_transfer.py:379
#, python-format
msgid ""
"Error occurred during image transfer with reader: %(reader)s and writer: "
"%(writer)s"
msgstr ""
#: oslo_vmware/rw_handles.py:87 oslo_vmware/objects/datastore.py:315
#, python-format
msgid "Invalid scheme: %s."
msgstr ""
#: oslo_vmware/rw_handles.py:110
#, python-format
msgid "Error occurred while opening URL: %s for reading."
msgstr ""
#: oslo_vmware/rw_handles.py:145
#, python-format
msgid ""
"Error occurred while creating HTTP connection to write to VMDK file with "
"URL = %s."
msgstr ""
#: oslo_vmware/rw_handles.py:227
msgid "Could not retrieve VMDK URL from lease info."
msgstr ""
#: oslo_vmware/rw_handles.py:280 oslo_vmware/rw_handles.py:403
#, python-format
msgid "Connection error occurred while writing data to %s."
msgstr ""
#: oslo_vmware/rw_handles.py:288 oslo_vmware/rw_handles.py:411
#, python-format
msgid "Error occurred while writing data to %s."
msgstr ""
#: oslo_vmware/rw_handles.py:551
#, python-format
msgid "Error occurred while reading data from %s."
msgstr ""
#: oslo_vmware/service.py:248
msgid "Error occurred while calling RetrievePropertiesEx."
msgstr ""
#: oslo_vmware/service.py:328
#, python-format
msgid "No such SOAP method %s."
msgstr ""
#: oslo_vmware/service.py:334
#, python-format
msgid "httplib error in %s."
msgstr ""
#: oslo_vmware/service.py:338
#, python-format
msgid "requests error in %s."
msgstr ""
#: oslo_vmware/service.py:349
#, python-format
msgid "Socket error in %s."
msgstr ""
#: oslo_vmware/service.py:354
#, python-format
msgid "Type error in %s."
msgstr ""
#: oslo_vmware/service.py:357
#, python-format
msgid "Exception in %s."
msgstr ""
#: oslo_vmware/objects/datacenter.py:23
msgid "Datacenter name cannot be None"
msgstr ""
#: oslo_vmware/objects/datacenter.py:25
msgid "Datacenter reference cannot be None"
msgstr ""
#: oslo_vmware/objects/datastore.py:68
msgid "Datastore name cannot be None"
msgstr ""
#: oslo_vmware/objects/datastore.py:70
msgid "Datastore reference cannot be None"
msgstr ""
#: oslo_vmware/objects/datastore.py:72
msgid "Invalid capacity"
msgstr ""
#: oslo_vmware/objects/datastore.py:75
msgid "Capacity is smaller than free space"
msgstr ""
#: oslo_vmware/objects/datastore.py:103
msgid "datacenter must be set to build url"
msgstr ""
#: oslo_vmware/objects/datastore.py:187
msgid "Datastore name cannot be empty"
msgstr ""
#: oslo_vmware/objects/datastore.py:192 oslo_vmware/objects/datastore.py:233
msgid "Path component cannot be None"
msgstr ""
#: oslo_vmware/objects/datastore.py:246
msgid "Datastore path cannot be empty"
msgstr ""
#: oslo_vmware/objects/datastore.py:328
#, python-format
msgid ""
"Error occurred while creating HTTP connection to write to file with URL ="
" %s."
msgstr ""
#: oslo_vmware/tests/test_exceptions.py:34
msgid "string"
msgstr ""
#: oslo_vmware/tests/test_exceptions.py:44
msgid "cause"
msgstr ""