diff --git a/code/daisy/daisy/locale/en_GB/LC_MESSAGES/glance-log-info.po b/code/daisy/daisy/locale/en_GB/LC_MESSAGES/glance-log-info.po deleted file mode 100755 index 942cb602..00000000 --- a/code/daisy/daisy/locale/en_GB/LC_MESSAGES/glance-log-info.po +++ /dev/null @@ -1,416 +0,0 @@ -# Translations template for daisy. -# Copyright (C) 2015 ORGANIZATION -# This file is distributed under the same license as the glance project. -# -# Translators: -# Andi Chandler , 2014 -msgid "" -msgstr "" -"Project-Id-Version: Glance\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2015-04-03 06:02+0000\n" -"PO-Revision-Date: 2015-04-01 21:54+0000\n" -"Last-Translator: openstackjenkins \n" -"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/" -"glance/language/en_GB/)\n" -"Language: en_GB\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" - -#: glance/scrubber.py:459 -#, python-format -msgid "Starting Daemon: wakeup_time=%(wakeup_time)s threads=%(threads)s" -msgstr "Starting Daemon: wakeup_time=%(wakeup_time)s threads=%(threads)s" - -#: glance/scrubber.py:473 -msgid "Daemon Shutdown on KeyboardInterrupt" -msgstr "Daemon Shutdown on KeyboardInterrupt" - -#: glance/scrubber.py:485 -#, python-format -msgid "Initializing scrubber with configuration: %s" -msgstr "Initializing scrubber with configuration: %s" - -#: glance/scrubber.py:558 -#, python-format -msgid "Scrubbing image %(id)s from %(count)d locations." -msgstr "Scrubbing image %(id)s from %(count)d locations." - -#: glance/scrubber.py:581 -#, python-format -msgid "Image %s has been deleted." -msgstr "" - -#: glance/scrubber.py:633 -#, python-format -msgid "Getting images deleted before %s" -msgstr "Getting images deleted before %s" - -#: glance/api/middleware/cache.py:61 -msgid "Initialized image cache middleware" -msgstr "Initialised image cache middleware" - -#: glance/api/middleware/cache_manage.py:74 -msgid "Initialized image cache management middleware" -msgstr "Initialised image cache management middleware" - -#: glance/api/middleware/gzip.py:36 -msgid "Initialized gzip middleware" -msgstr "Initialised gzip middleware" - -#: glance/api/v1/images.py:690 -#, python-format -msgid "Uploaded data of image %s from request payload successfully." -msgstr "" - -#: glance/api/v1/images.py:752 -msgid "Triggering asynchronous copy from external source" -msgstr "Triggering asynchronous copy from external source" - -#: glance/api/v1/upload_utils.py:126 -#, python-format -msgid "Cleaning up %s after exceeding the quota" -msgstr "Cleaning up %s after exceeding the quota" - -#: glance/api/v1/upload_utils.py:175 -#, python-format -msgid "" -"Image %s could not be found after upload. The image may have been deleted " -"during the upload." -msgstr "" -"Image %s could not be found after upload. The image may have been deleted " -"during the upload." - -#: glance/api/v2/image_actions.py:51 -#, python-format -msgid "Image %s is deactivated" -msgstr "" - -#: glance/api/v2/image_actions.py:66 -#, python-format -msgid "Image %s is reactivated" -msgstr "" - -#: glance/async/flows/base_import.py:348 -#, python-format -msgid "%(task_id)s of %(task_type)s completed" -msgstr "" - -#: glance/cmd/replicator.py:372 -#, python-format -msgid "Storing: %s" -msgstr "Storing: %s" - -#: glance/cmd/replicator.py:445 -#, python-format -msgid "Considering: %s" -msgstr "Considering: %s" - -#: glance/cmd/replicator.py:471 glance/cmd/replicator.py:546 -#, python-format -msgid "Image %s metadata has changed" -msgstr "Image %s metadata has changed" - -#: glance/cmd/replicator.py:553 -#, python-format -msgid "Image %s is being synced" -msgstr "Image %s is being synced" - -#: glance/common/wsgi.py:308 glance/openstack/common/service.py:326 -#, python-format -msgid "Starting %d workers" -msgstr "Starting %d workers" - -#: glance/common/wsgi.py:321 -#, python-format -msgid "Removed dead child %s" -msgstr "" - -#: glance/common/wsgi.py:324 -#, python-format -msgid "Removed stale child %s" -msgstr "" - -#: glance/common/wsgi.py:336 -msgid "All workers have terminated. Exiting" -msgstr "All workers have terminated. Exiting" - -#: glance/common/wsgi.py:353 -msgid "Caught keyboard interrupt. Exiting." -msgstr "Caught keyboard interrupt. Exiting." - -#: glance/common/wsgi.py:432 -#, python-format -msgid "Child %d exiting normally" -msgstr "Child %d exiting normally" - -#: glance/common/wsgi.py:437 -#, python-format -msgid "Started child %s" -msgstr "Started child %s" - -#: glance/common/wsgi.py:466 -msgid "Starting single process server" -msgstr "Starting single process server" - -#: glance/common/artifacts/loader.py:131 glance/common/artifacts/loader.py:155 -#, python-format -msgid "Artifact %s has been successfully loaded" -msgstr "" - -#: glance/common/scripts/__init__.py:32 -#, python-format -msgid "" -"Loading known task scripts for task_id %(task_id)s of type %(task_type)s" -msgstr "" - -#: glance/common/scripts/image_import/main.py:41 -#, python-format -msgid "Task %(task_id)s beginning import execution." -msgstr "" - -#: glance/common/scripts/image_import/main.py:152 -#, python-format -msgid "Task %(task_id)s: Got image data uri %(data_uri)s to be imported" -msgstr "" - -#: glance/common/scripts/image_import/main.py:161 -#, python-format -msgid "Task %(task_id)s: Could not import image file %(image_data)s" -msgstr "" - -#: glance/db/simple/api.py:62 -#, python-format -msgid "Calling %(funcname)s: args=%(args)s, kwargs=%(kwargs)s" -msgstr "Calling %(funcname)s: args=%(args)s, kwargs=%(kwargs)s" - -#: glance/db/simple/api.py:68 -#, python-format -msgid "Returning %(funcname)s: %(output)s" -msgstr "Returning %(funcname)s: %(output)s" - -#: glance/db/simple/api.py:2002 -#, python-format -msgid "Could not find artifact %s" -msgstr "" - -#: glance/db/simple/api.py:2006 -msgid "Unable to get deleted image" -msgstr "Unable to get deleted image" - -#: glance/db/sqlalchemy/metadata.py:152 -#, python-format -msgid "Table %s has been cleared" -msgstr "" - -#: glance/db/sqlalchemy/metadata.py:223 -#, python-format -msgid "Overwriting namespace %s" -msgstr "" - -#: glance/db/sqlalchemy/metadata.py:239 -#, python-format -msgid "Skipping namespace %s. It already exists in the database." -msgstr "" - -#: glance/db/sqlalchemy/metadata.py:330 -#, python-format -msgid "File %s loaded to database." -msgstr "" - -#: glance/db/sqlalchemy/metadata.py:332 -msgid "Metadata loading finished" -msgstr "" - -#: glance/db/sqlalchemy/metadata.py:441 -#, python-format -msgid "Namespace %(namespace)s saved in %(file)s" -msgstr "" - -#: glance/db/sqlalchemy/migrate_repo/schema.py:101 -#, python-format -msgid "creating table %(table)s" -msgstr "creating table %(table)s" - -#: glance/db/sqlalchemy/migrate_repo/schema.py:107 -#, python-format -msgid "dropping table %(table)s" -msgstr "dropping table %(table)s" - -#: glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py:72 -msgid "" -"'metadata_encryption_key' was not specified in the config file or a config " -"file was not specified. This means that this migration is a NOOP." -msgstr "" -"'metadata_encryption_key' was not specified in the config file or a config " -"file was not specified. This means that this migration is a NOOP." - -#: glance/domain/__init__.py:406 -#, python-format -msgid "" -"Task [%(task_id)s] status changing from %(cur_status)s to %(new_status)s" -msgstr "" - -#: glance/image_cache/__init__.py:71 -#, python-format -msgid "Image cache loaded driver '%s'." -msgstr "Image cache loaded driver '%s'." - -#: glance/image_cache/__init__.py:81 glance/image_cache/__init__.py:100 -msgid "Defaulting to SQLite driver." -msgstr "Defaulting to SQLite driver." - -#: glance/image_cache/prefetcher.py:85 -#, python-format -msgid "Successfully cached all %d images" -msgstr "Successfully cached all %d images" - -#: glance/image_cache/drivers/sqlite.py:414 -#: glance/image_cache/drivers/xattr.py:343 -#, python-format -msgid "Not queueing image '%s'. Already cached." -msgstr "Not queueing image '%s'. Already cached." - -#: glance/image_cache/drivers/sqlite.py:419 -#: glance/image_cache/drivers/xattr.py:348 -#, python-format -msgid "Not queueing image '%s'. Already being written to cache" -msgstr "Not queueing image '%s'. Already being written to cache" - -#: glance/image_cache/drivers/sqlite.py:425 -#: glance/image_cache/drivers/xattr.py:354 -#, python-format -msgid "Not queueing image '%s'. Already queued." -msgstr "Not queueing image '%s'. Already queued." - -#: glance/image_cache/drivers/sqlite.py:443 -#, python-format -msgid "Removed invalid cache file %s" -msgstr "Removed invalid cache file %s" - -#: glance/image_cache/drivers/sqlite.py:457 -#, python-format -msgid "Removed stalled cache file %s" -msgstr "Removed stalled cache file %s" - -#: glance/image_cache/drivers/xattr.py:400 -#, python-format -msgid "Reaped %(reaped)s %(entry_type)s cache entries" -msgstr "Reaped %(reaped)s %(entry_type)s cache entries" - -#: glance/openstack/common/eventlet_backdoor.py:146 -#, python-format -msgid "Eventlet backdoor listening on %(port)s for process %(pid)d" -msgstr "Eventlet backdoor listening on %(port)s for process %(pid)d" - -#: glance/openstack/common/service.py:173 -#, python-format -msgid "Caught %s, exiting" -msgstr "Caught %s, exiting" - -#: glance/openstack/common/service.py:227 -msgid "Parent process has died unexpectedly, exiting" -msgstr "Parent process has died unexpectedly, exiting" - -#: glance/openstack/common/service.py:258 -#, python-format -msgid "Child caught %s, exiting" -msgstr "Child caught %s, exiting" - -#: glance/openstack/common/service.py:297 -msgid "Forking too fast, sleeping" -msgstr "Forking too fast, sleeping" - -#: glance/openstack/common/service.py:316 -#, python-format -msgid "Started child %d" -msgstr "Started child %d" - -#: glance/openstack/common/service.py:343 -#, python-format -msgid "Child %(pid)d killed by signal %(sig)d" -msgstr "Child %(pid)d killed by signal %(sig)d" - -#: glance/openstack/common/service.py:347 -#, python-format -msgid "Child %(pid)s exited with status %(code)d" -msgstr "Child %(pid)s exited with status %(code)d" - -#: glance/openstack/common/service.py:382 -#, python-format -msgid "Caught %s, stopping children" -msgstr "Caught %s, stopping children" - -#: glance/openstack/common/service.py:391 -msgid "Wait called after thread killed. Cleaning up." -msgstr "" - -#: glance/openstack/common/service.py:407 -#, python-format -msgid "Waiting on %d children to exit" -msgstr "Waiting on %d children to exit" - -#: glance/quota/__init__.py:330 -#, python-format -msgid "Cleaning up %s after exceeding the quota." -msgstr "Cleaning up %s after exceeding the quota." - -#: glance/registry/api/v1/images.py:343 glance/registry/api/v1/images.py:386 -#: glance/registry/api/v1/images.py:491 -#, python-format -msgid "Image %(id)s not found" -msgstr "Image %(id)s not found" - -#: glance/registry/api/v1/images.py:349 glance/registry/api/v1/images.py:381 -#: glance/registry/api/v1/images.py:503 -#, python-format -msgid "Access denied to image %(id)s but returning 'not found'" -msgstr "Access denied to image %(id)s but returning 'not found'" - -#: glance/registry/api/v1/images.py:371 -#, python-format -msgid "Successfully deleted image %(id)s" -msgstr "Successfully deleted image %(id)s" - -#: glance/registry/api/v1/images.py:375 -#, python-format -msgid "Delete denied for public image %(id)s" -msgstr "Delete denied for public image %(id)s" - -#: glance/registry/api/v1/images.py:415 -#, python-format -msgid "Rejecting image creation request for invalid image id '%(bad_id)s'" -msgstr "Rejecting image creation request for invalid image id '%(bad_id)s'" - -#: glance/registry/api/v1/images.py:428 -#, python-format -msgid "Successfully created image %(id)s" -msgstr "Successfully created image %(id)s" - -#: glance/registry/api/v1/images.py:482 -#, python-format -msgid "Updating metadata for image %(id)s" -msgstr "Updating metadata for image %(id)s" - -#: glance/registry/api/v1/images.py:497 -#, python-format -msgid "Update denied for public image %(id)s" -msgstr "Update denied for public image %(id)s" - -#: glance/registry/api/v1/members.py:198 -#, python-format -msgid "Successfully updated memberships for image %(id)s" -msgstr "Successfully updated memberships for image %(id)s" - -#: glance/registry/api/v1/members.py:271 -#, python-format -msgid "Successfully updated a membership for image %(id)s" -msgstr "Successfully updated a membership for image %(id)s" - -#: glance/registry/api/v1/members.py:320 -#, python-format -msgid "Successfully deleted a membership from image %(id)s" -msgstr "Successfully deleted a membership from image %(id)s" diff --git a/code/daisy/daisy/locale/fr/LC_MESSAGES/glance-log-info.po b/code/daisy/daisy/locale/fr/LC_MESSAGES/glance-log-info.po deleted file mode 100755 index 406ce3d9..00000000 --- a/code/daisy/daisy/locale/fr/LC_MESSAGES/glance-log-info.po +++ /dev/null @@ -1,418 +0,0 @@ -# Translations template for daisy. -# Copyright (C) 2015 ORGANIZATION -# This file is distributed under the same license as the glance project. -# -# Translators: -# Maxime COQUEREL , 2014 -msgid "" -msgstr "" -"Project-Id-Version: Glance\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2015-04-20 11:09+0200\n" -"PO-Revision-Date: 2015-04-01 21:54+0000\n" -"Last-Translator: openstackjenkins \n" -"Language-Team: French (http://www.transifex.com/projects/p/glance/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" - -#: glance/scrubber.py:459 -#, python-format -msgid "Starting Daemon: wakeup_time=%(wakeup_time)s threads=%(threads)s" -msgstr "" -"Démarrage du serveur démon : wakeup_time=%(wakeup_time)s threads=%(threads)s" - -#: glance/scrubber.py:473 -msgid "Daemon Shutdown on KeyboardInterrupt" -msgstr "Arrêt du serveur démon sur KeyboardInterrupt" - -#: glance/scrubber.py:485 -#, python-format -msgid "Initializing scrubber with configuration: %s" -msgstr "" - -#: glance/scrubber.py:558 -#, python-format -msgid "Scrubbing image %(id)s from %(count)d locations." -msgstr "" - -#: glance/scrubber.py:581 -#, python-format -msgid "Image %s has been deleted." -msgstr "" - -#: glance/scrubber.py:633 -#, python-format -msgid "Getting images deleted before %s" -msgstr "Obtention des images supprimées avant %s" - -#: glance/api/middleware/cache.py:61 -msgid "Initialized image cache middleware" -msgstr "Middleware de cache d'image initialisé" - -#: glance/api/middleware/cache_manage.py:74 -msgid "Initialized image cache management middleware" -msgstr "Middleware de gestion du cache d'image initialisé" - -#: glance/api/middleware/gzip.py:36 -msgid "Initialized gzip middleware" -msgstr "" - -#: glance/api/v1/images.py:691 -#, python-format -msgid "Uploaded data of image %s from request payload successfully." -msgstr "" - -#: glance/api/v1/images.py:753 -msgid "Triggering asynchronous copy from external source" -msgstr "Déclenchement de copie asynchrone depuis une source externe" - -#: glance/api/v1/upload_utils.py:126 -#, python-format -msgid "Cleaning up %s after exceeding the quota" -msgstr "" - -#: glance/api/v1/upload_utils.py:175 -#, python-format -msgid "" -"Image %s could not be found after upload. The image may have been deleted " -"during the upload." -msgstr "" - -#: glance/api/v2/image_actions.py:51 -#, python-format -msgid "Image %s is deactivated" -msgstr "" - -#: glance/api/v2/image_actions.py:66 -#, python-format -msgid "Image %s is reactivated" -msgstr "" - -#: glance/async/flows/base_import.py:348 -#, python-format -msgid "%(task_id)s of %(task_type)s completed" -msgstr "" - -#: glance/cmd/replicator.py:372 -#, python-format -msgid "Storing: %s" -msgstr "Stockage: %s" - -#: glance/cmd/replicator.py:445 -#, python-format -msgid "Considering: %s" -msgstr "considérant : %s" - -#: glance/cmd/replicator.py:471 glance/cmd/replicator.py:546 -#, python-format -msgid "Image %s metadata has changed" -msgstr "" - -#: glance/cmd/replicator.py:553 -#, python-format -msgid "Image %s is being synced" -msgstr "" - -#: glance/common/wsgi.py:308 glance/openstack/common/service.py:326 -#, python-format -msgid "Starting %d workers" -msgstr "Démarrage des workers %d" - -#: glance/common/wsgi.py:321 -#, python-format -msgid "Removed dead child %s" -msgstr "" - -#: glance/common/wsgi.py:324 -#, python-format -msgid "Removed stale child %s" -msgstr "" - -#: glance/common/wsgi.py:336 -msgid "All workers have terminated. Exiting" -msgstr "Tous les agents ont terminé. Quittez" - -#: glance/common/wsgi.py:353 -msgid "Caught keyboard interrupt. Exiting." -msgstr "Interruption interceptée de clavier. Fermeture du programme en cours." - -#: glance/common/wsgi.py:432 -#, python-format -msgid "Child %d exiting normally" -msgstr "Sortie normale de l'enfant %d" - -#: glance/common/wsgi.py:437 -#, python-format -msgid "Started child %s" -msgstr "Enfant démarré %s" - -#: glance/common/wsgi.py:466 -msgid "Starting single process server" -msgstr "Démarrage de serveur de processus unique" - -#: glance/common/artifacts/loader.py:131 glance/common/artifacts/loader.py:155 -#, python-format -msgid "Artifact %s has been successfully loaded" -msgstr "" - -#: glance/common/scripts/__init__.py:32 -#, python-format -msgid "" -"Loading known task scripts for task_id %(task_id)s of type %(task_type)s" -msgstr "" - -#: glance/common/scripts/image_import/main.py:41 -#, python-format -msgid "Task %(task_id)s beginning import execution." -msgstr "" - -#: glance/common/scripts/image_import/main.py:152 -#, python-format -msgid "Task %(task_id)s: Got image data uri %(data_uri)s to be imported" -msgstr "" - -#: glance/common/scripts/image_import/main.py:161 -#, python-format -msgid "Task %(task_id)s: Could not import image file %(image_data)s" -msgstr "" - -#: glance/db/simple/api.py:62 -#, python-format -msgid "Calling %(funcname)s: args=%(args)s, kwargs=%(kwargs)s" -msgstr "Appel de %(funcname)s : args = %(args)s, kwargs = %(kwargs)s" - -#: glance/db/simple/api.py:68 -#, python-format -msgid "Returning %(funcname)s: %(output)s" -msgstr "Retour de %(funcname)s : %(output)s" - -#: glance/db/simple/api.py:2002 -#, python-format -msgid "Could not find artifact %s" -msgstr "" - -#: glance/db/simple/api.py:2006 -msgid "Unable to get deleted image" -msgstr "Impossible de supprimer l'image" - -#: glance/db/sqlalchemy/metadata.py:161 -#, python-format -msgid "Table %s has been cleared" -msgstr "" - -#: glance/db/sqlalchemy/metadata.py:232 -#, python-format -msgid "Overwriting namespace %s" -msgstr "" - -#: glance/db/sqlalchemy/metadata.py:248 -#, python-format -msgid "Skipping namespace %s. It already exists in the database." -msgstr "" - -#: glance/db/sqlalchemy/metadata.py:339 -#, python-format -msgid "File %s loaded to database." -msgstr "Fichier %s chargé dans la base de données." - -#: glance/db/sqlalchemy/metadata.py:341 -msgid "Metadata loading finished" -msgstr "" - -#: glance/db/sqlalchemy/metadata.py:450 -#, python-format -msgid "Namespace %(namespace)s saved in %(file)s" -msgstr "Namespace %(namespace)s est sauvegardé dans %(file)s" - -#: glance/db/sqlalchemy/migrate_repo/schema.py:101 -#, python-format -msgid "creating table %(table)s" -msgstr "création de la table %(table)s" - -#: glance/db/sqlalchemy/migrate_repo/schema.py:107 -#, python-format -msgid "dropping table %(table)s" -msgstr "suppression de la table %(table)s" - -#: glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py:72 -msgid "" -"'metadata_encryption_key' was not specified in the config file or a config " -"file was not specified. This means that this migration is a NOOP." -msgstr "" -"L'élément 'metadata_encryption_key' n'est pas spécifié dans le fichier " -"config ou bien aucun fichier config n'est spécifié. Cela signifie que cette " -"migration est un NOOP." - -#: glance/domain/__init__.py:406 -#, python-format -msgid "" -"Task [%(task_id)s] status changing from %(cur_status)s to %(new_status)s" -msgstr "" - -#: glance/image_cache/__init__.py:71 -#, python-format -msgid "Image cache loaded driver '%s'." -msgstr "Le cache d'image a chargé le pilote '%s'." - -#: glance/image_cache/__init__.py:81 glance/image_cache/__init__.py:100 -msgid "Defaulting to SQLite driver." -msgstr "Utilisation par défaut du pilote SQLite." - -#: glance/image_cache/prefetcher.py:85 -#, python-format -msgid "Successfully cached all %d images" -msgstr "Mise en cache réussie de l'ensemble des %d images" - -#: glance/image_cache/drivers/sqlite.py:414 -#: glance/image_cache/drivers/xattr.py:343 -#, python-format -msgid "Not queueing image '%s'. Already cached." -msgstr "Aucune mise en file d'attente de l'image '%s'. Déjà en cache." - -#: glance/image_cache/drivers/sqlite.py:419 -#: glance/image_cache/drivers/xattr.py:348 -#, python-format -msgid "Not queueing image '%s'. Already being written to cache" -msgstr "Aucune mise en file d'attente de l'image '%s'. Déjà écrite en cache" - -#: glance/image_cache/drivers/sqlite.py:425 -#: glance/image_cache/drivers/xattr.py:354 -#, python-format -msgid "Not queueing image '%s'. Already queued." -msgstr "Aucune mise en file d'attente de l'image '%s'. Déjà en file d'attente." - -#: glance/image_cache/drivers/sqlite.py:443 -#, python-format -msgid "Removed invalid cache file %s" -msgstr "Fichier cache non valide supprimé %s" - -#: glance/image_cache/drivers/sqlite.py:457 -#, python-format -msgid "Removed stalled cache file %s" -msgstr "Fichier cache bloqué supprimé %s" - -#: glance/image_cache/drivers/xattr.py:400 -#, python-format -msgid "Reaped %(reaped)s %(entry_type)s cache entries" -msgstr "%(reaped)s %(entry_type)s entrées de cache régulées" - -#: glance/openstack/common/eventlet_backdoor.py:146 -#, python-format -msgid "Eventlet backdoor listening on %(port)s for process %(pid)d" -msgstr "Eventlet backdoor en écoute sur le port %(port)s for process %(pid)d" - -#: glance/openstack/common/service.py:173 -#, python-format -msgid "Caught %s, exiting" -msgstr "%s interceptée, sortie" - -#: glance/openstack/common/service.py:227 -msgid "Parent process has died unexpectedly, exiting" -msgstr "Le processus parent s'est soudainement achevé sans raison, sortie" - -#: glance/openstack/common/service.py:258 -#, python-format -msgid "Child caught %s, exiting" -msgstr "L'enfant a reçu %s, sortie" - -#: glance/openstack/common/service.py:297 -msgid "Forking too fast, sleeping" -msgstr "Bifurcation trop rapide, en veille" - -#: glance/openstack/common/service.py:316 -#, python-format -msgid "Started child %d" -msgstr "Démarrage du dépendant %d" - -#: glance/openstack/common/service.py:343 -#, python-format -msgid "Child %(pid)d killed by signal %(sig)d" -msgstr "%(pid)d du dépendant annihilés par le signal %(sig)d" - -#: glance/openstack/common/service.py:347 -#, python-format -msgid "Child %(pid)s exited with status %(code)d" -msgstr "%(pid)s du dépendant sortis avec le statut %(code)d" - -#: glance/openstack/common/service.py:382 -#, python-format -msgid "Caught %s, stopping children" -msgstr "%s intercepté, arrêtant les dépendants" - -#: glance/openstack/common/service.py:391 -msgid "Wait called after thread killed. Cleaning up." -msgstr "Pause demandée après suppression de thread. Nettoyage." - -#: glance/openstack/common/service.py:407 -#, python-format -msgid "Waiting on %d children to exit" -msgstr "En attente de sortie des dépendants %d" - -#: glance/quota/__init__.py:330 -#, python-format -msgid "Cleaning up %s after exceeding the quota." -msgstr "" - -#: glance/registry/api/v1/images.py:343 glance/registry/api/v1/images.py:386 -#: glance/registry/api/v1/images.py:491 -#, python-format -msgid "Image %(id)s not found" -msgstr "Image %(id)s non trouvé" - -#: glance/registry/api/v1/images.py:349 glance/registry/api/v1/images.py:381 -#: glance/registry/api/v1/images.py:503 -#, python-format -msgid "Access denied to image %(id)s but returning 'not found'" -msgstr "Accès refusé à l'image %(id)s mais renvoi de 'non trouvé'" - -#: glance/registry/api/v1/images.py:371 -#, python-format -msgid "Successfully deleted image %(id)s" -msgstr "La suppression de l'image %(id)s a abouti" - -#: glance/registry/api/v1/images.py:375 -#, python-format -msgid "Delete denied for public image %(id)s" -msgstr "Suppression refusée pour l'image publique %(id)s" - -#: glance/registry/api/v1/images.py:415 -#, python-format -msgid "Rejecting image creation request for invalid image id '%(bad_id)s'" -msgstr "" -"Rejet de la demande de création d'image pour l'ID image non valide " -"'%(bad_id)s'" - -#: glance/registry/api/v1/images.py:428 -#, python-format -msgid "Successfully created image %(id)s" -msgstr "La création de l'image %(id)s a abouti" - -#: glance/registry/api/v1/images.py:482 -#, python-format -msgid "Updating metadata for image %(id)s" -msgstr "Mise à jour des métadonnées pour l'image %(id)s" - -#: glance/registry/api/v1/images.py:497 -#, python-format -msgid "Update denied for public image %(id)s" -msgstr "Mise à jour refusée pour l'image publique %(id)s" - -#: glance/registry/api/v1/members.py:198 -#, python-format -msgid "Successfully updated memberships for image %(id)s" -msgstr "Mise à jour des appartenance effectuée pour l'image %(id)s" - -#: glance/registry/api/v1/members.py:271 -#, python-format -msgid "Successfully updated a membership for image %(id)s" -msgstr "Mise à jour d'une appartenance effectuée pour l'image %(id)s" - -#: glance/registry/api/v1/members.py:320 -#, python-format -msgid "Successfully deleted a membership from image %(id)s" -msgstr "La suppression d'une appartenance de l'image %(id)s a abouti" diff --git a/code/daisy/daisy/locale/glance-log-critical.pot b/code/daisy/daisy/locale/glance-log-critical.pot deleted file mode 100755 index aae02761..00000000 --- a/code/daisy/daisy/locale/glance-log-critical.pot +++ /dev/null @@ -1,19 +0,0 @@ -# Translations template for daisy. -# Copyright (C) 2014 ORGANIZATION -# This file is distributed under the same license as the glance project. -# FIRST AUTHOR , 2014. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: glance 2014.2.dev41.gb7968cf\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2014-06-30 06:00+0000\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \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" - diff --git a/code/daisy/daisy/locale/glance-log-error.pot b/code/daisy/daisy/locale/glance-log-error.pot deleted file mode 100755 index 912aee59..00000000 --- a/code/daisy/daisy/locale/glance-log-error.pot +++ /dev/null @@ -1,370 +0,0 @@ -# Translations template for daisy. -# Copyright (C) 2015 ORGANIZATION -# This file is distributed under the same license as the glance project. -# FIRST AUTHOR , 2015. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: glance 2015.1.dev42\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2015-04-03 06:02+0000\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \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" - -#: glance/listener.py:40 -#, python-format -msgid "" -"Failed to retrieve supported notification events from search plugins " -"%(ext)s: %(e)s" -msgstr "" - -#: glance/location.py:403 -#, python-format -msgid "" -"Glance tried all active locations to get data for image %s but all have " -"failed." -msgstr "" - -#: glance/notifier.py:361 glance/api/common.py:95 -#, python-format -msgid "An error occurred during image.send notification: %(err)s" -msgstr "" - -#: glance/scrubber.py:168 -#, python-format -msgid "%s file can not be read." -msgstr "" - -#: glance/scrubber.py:191 -#, python-format -msgid "%s file can not be wrote." -msgstr "" - -#: glance/scrubber.py:517 -#, python-format -msgid "Can not %(op)s scrub jobs from queue: %(err)s" -msgstr "" - -#: glance/scrubber.py:618 -#, python-format -msgid "%s file can not be created." -msgstr "" - -#: glance/api/common.py:58 -#, python-format -msgid "" -"An error occurred reading from backend storage for image %(image_id)s: " -"%(err)s" -msgstr "" - -#: glance/api/common.py:64 -#, python-format -msgid "" -"Backend storage for image %(image_id)s disconnected after writing only " -"%(bytes_written)d bytes" -msgstr "" - -#: glance/api/common.py:123 -#, python-format -msgid "Invalid value for option user_storage_quota: %(users_quota)s" -msgstr "" - -#: glance/api/middleware/cache.py:173 -#, python-format -msgid "" -"Image cache contained image file for image '%s', however the registry did" -" not contain metadata for that image!" -msgstr "" - -#: glance/api/middleware/cache.py:272 -#, python-format -msgid "could not find %s" -msgstr "" - -#: glance/api/middleware/cache.py:291 -msgid "Checksum header is missing." -msgstr "" - -#: glance/api/v1/images.py:603 -#, python-format -msgid "Copy from external source '%(scheme)s' failed for image: %(image)s" -msgstr "" - -#: glance/api/v1/upload_utils.py:79 -#, python-format -msgid "Unable to kill image %(id)s: " -msgstr "" - -#: glance/api/v1/upload_utils.py:266 -#, python-format -msgid "Received HTTP error while uploading image %s" -msgstr "" - -#: glance/api/v2/image_data.py:60 -#, python-format -msgid "Unable to restore image %(image_id)s: %(e)s" -msgstr "" - -#: glance/api/v2/image_data.py:155 glance/api/v2/image_data.py:159 -msgid "Failed to upload image data due to HTTP error" -msgstr "" - -#: glance/api/v2/image_data.py:164 -msgid "Failed to upload image data due to internal error" -msgstr "" - -#: glance/api/v2/metadef_namespaces.py:207 -#, python-format -msgid "Failed to delete namespace %(namespace)s " -msgstr "" - -#: glance/async/__init__.py:68 -msgid "" -"This execution of Tasks is not setup. Please consult the project " -"documentation for more information on the executors available." -msgstr "" - -#: glance/async/__init__.py:72 -msgid "Internal error occurred while trying to process task." -msgstr "" - -#: glance/async/taskflow_executor.py:130 -#, python-format -msgid "Failed to execute task %(task_id)s: %(exc)s" -msgstr "" - -#: glance/async/flows/base_import.py:341 -#, python-format -msgid "Task ID %s" -msgstr "" - -#: glance/async/flows/introspect.py:60 -#, python-format -msgid "Failed to execute introspection %(task_id)s: %(exc)s" -msgstr "" - -#: glance/cmd/index.py:48 -#, python-format -msgid "Failed to setup index extension %(ext)s: %(e)s" -msgstr "" - -#: glance/common/property_utils.py:84 -#, python-format -msgid "Couldn't find property protection file %(file)s: %(error)s." -msgstr "" - -#: glance/common/property_utils.py:91 -#, python-format -msgid "" -"Invalid value '%s' for 'property_protection_rule_format'. The permitted " -"values are 'roles' and 'policies'" -msgstr "" - -#: glance/common/property_utils.py:110 -#, python-format -msgid "" -"Multiple policies '%s' not allowed for a given operation. Policies can be" -" combined in the policy file" -msgstr "" - -#: glance/common/property_utils.py:123 -#, python-format -msgid "" -"Malformed property protection rule in [%(prop)s] %(op)s=%(perm)s: '@' and" -" '!' are mutually exclusive" -msgstr "" - -#: glance/common/property_utils.py:148 -#, python-format -msgid "Encountered a malformed property protection rule %(rule)s: %(error)s." -msgstr "" - -#: glance/common/rpc.py:186 -#, python-format -msgid "" -"RPC Call Error: %(val)s\n" -"%(tb)s" -msgstr "" - -#: glance/common/store_utils.py:71 -#, python-format -msgid "Failed to delete image %(image_id)s from store: %(exc)s" -msgstr "" - -#: glance/common/swift_store_utils.py:87 -#, python-format -msgid "swift config file %(conf_file)s:%(exc)s not found" -msgstr "" - -#: glance/common/swift_store_utils.py:101 -msgid "Invalid format of swift store config cfg" -msgstr "" - -#: glance/common/utils.py:115 -#, python-format -msgid "Error: cooperative_iter exception %s" -msgstr "" - -#: glance/common/utils.py:514 -msgid "" -"Error setting up the debug environment. Verify that the option " -"pydev_worker_debug_host is pointing to a valid hostname or IP on which a " -"pydev server is listening on the port indicated by " -"pydev_worker_debug_port." -msgstr "" - -#: glance/common/wsgi.py:332 -#, python-format -msgid "Not respawning child %d, cannot recover from termination" -msgstr "" - -#: glance/common/artifacts/loader.py:96 -#, python-format -msgid "Unable to load artifacts: %s" -msgstr "" - -#: glance/common/artifacts/loader.py:164 -#, python-format -msgid "Could not load plugin from %(module)s: %(msg)s" -msgstr "" - -#: glance/common/location_strategy/__init__.py:66 -#, python-format -msgid "Failed to load location strategy module %(module)s: %(e)s" -msgstr "" - -#: glance/common/scripts/__init__.py:40 -#, python-format -msgid "" -"This task type %(task_type)s is not supported by the current deployment " -"of daisy. Please refer the documentation provided by OpenStack or your " -"operator for more information." -msgstr "" - -#: glance/common/scripts/__init__.py:50 -#, python-format -msgid "Failed to save task %(task_id)s in DB as task_repo is %(task_repo)s" -msgstr "" - -#: glance/common/scripts/utils.py:48 -#, python-format -msgid "Task not found for task_id %s" -msgstr "" - -#: glance/db/sqlalchemy/artifacts.py:346 -msgid "Unknown sort direction, must be 'desc' or 'asc'" -msgstr "" - -#: glance/db/sqlalchemy/artifacts.py:532 -msgid "Cannot use this parameter with the operator IN" -msgstr "" - -#: glance/db/sqlalchemy/artifacts.py:539 -#, python-format -msgid "Operator %s is not supported" -msgstr "" - -#: glance/db/sqlalchemy/metadata.py:185 -#, python-format -msgid "Json schema files not found in %s. Aborting." -msgstr "" - -#: glance/db/sqlalchemy/metadata.py:451 -msgid "" -"To use --prefer_new or --overwrite you need to combine of these options " -"with --merge option." -msgstr "" - -#: glance/db/sqlalchemy/metadata.py:456 -msgid "" -"Please provide no more than one option from this list: --prefer_new, " -"--overwrite" -msgstr "" - -#: glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py:63 -#: glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py:97 -#, python-format -msgid "Invalid store uri for image: %(image_id)s. Details: %(reason)s" -msgstr "" - -#: glance/domain/__init__.py:413 -#, python-format -msgid "" -"Task [%(task_id)s] status failed to change from %(cur_status)s to " -"%(new_status)s" -msgstr "" - -#: glance/domain/__init__.py:521 -#, python-format -msgid "Failed to load the %s executor provided in the config." -msgstr "" - -#: glance/image_cache/__init__.py:271 -#, python-format -msgid "" -"Exception encountered while tee'ing image '%(image_id)s' into cache: " -"%(error)s. Continuing with response." -msgstr "" - -#: glance/image_cache/drivers/sqlite.py:398 -#, python-format -msgid "Error executing SQLite call. Got error: %s" -msgstr "" - -#: glance/openstack/common/loopingcall.py:95 -msgid "in fixed duration looping call" -msgstr "" - -#: glance/openstack/common/loopingcall.py:138 -msgid "in dynamic looping call" -msgstr "" - -#: glance/openstack/common/service.py:264 -msgid "Unhandled exception" -msgstr "" - -#: glance/registry/api/v1/images.py:136 -msgid "Unable to get images" -msgstr "" - -#: glance/registry/api/v1/images.py:354 -#, python-format -msgid "Unable to show image %s" -msgstr "" - -#: glance/registry/api/v1/images.py:390 -#, python-format -msgid "Unable to delete image %s" -msgstr "" - -#: glance/registry/api/v1/images.py:442 -#, python-format -msgid "Unable to create image %s" -msgstr "" - -#: glance/registry/api/v1/images.py:515 -#, python-format -msgid "Unable to update image %s" -msgstr "" - -#: glance/registry/client/v1/client.py:129 -#, python-format -msgid "Registry client request %(method)s %(action)s raised %(exc_name)s" -msgstr "" - -#: glance/search/api/v0_1/search.py:243 -#, python-format -msgid "Failed to retrieve RBAC filters from search plugin %(ext)s: %(e)s" -msgstr "" - -#: glance/tests/functional/v2/test_metadef_resourcetypes.py:99 -#, python-format -msgid "Forbidden to create resource type. Reason: %(reason)s" -msgstr "" - diff --git a/code/daisy/daisy/locale/glance-log-info.pot b/code/daisy/daisy/locale/glance-log-info.pot deleted file mode 100755 index 4f8d8dc2..00000000 --- a/code/daisy/daisy/locale/glance-log-info.pot +++ /dev/null @@ -1,408 +0,0 @@ -# Translations template for daisy. -# Copyright (C) 2015 ORGANIZATION -# This file is distributed under the same license as the glance project. -# FIRST AUTHOR , 2015. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: glance 2015.1.dev42\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2015-04-03 06:02+0000\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \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" - -#: glance/scrubber.py:459 -#, python-format -msgid "Starting Daemon: wakeup_time=%(wakeup_time)s threads=%(threads)s" -msgstr "" - -#: glance/scrubber.py:473 -msgid "Daemon Shutdown on KeyboardInterrupt" -msgstr "" - -#: glance/scrubber.py:485 -#, python-format -msgid "Initializing scrubber with configuration: %s" -msgstr "" - -#: glance/scrubber.py:558 -#, python-format -msgid "Scrubbing image %(id)s from %(count)d locations." -msgstr "" - -#: glance/scrubber.py:581 -#, python-format -msgid "Image %s has been deleted." -msgstr "" - -#: glance/scrubber.py:633 -#, python-format -msgid "Getting images deleted before %s" -msgstr "" - -#: glance/api/middleware/cache.py:61 -msgid "Initialized image cache middleware" -msgstr "" - -#: glance/api/middleware/cache_manage.py:74 -msgid "Initialized image cache management middleware" -msgstr "" - -#: glance/api/middleware/gzip.py:36 -msgid "Initialized gzip middleware" -msgstr "" - -#: glance/api/v1/images.py:690 -#, python-format -msgid "Uploaded data of image %s from request payload successfully." -msgstr "" - -#: glance/api/v1/images.py:752 -msgid "Triggering asynchronous copy from external source" -msgstr "" - -#: glance/api/v1/upload_utils.py:126 -#, python-format -msgid "Cleaning up %s after exceeding the quota" -msgstr "" - -#: glance/api/v1/upload_utils.py:175 -#, python-format -msgid "" -"Image %s could not be found after upload. The image may have been deleted" -" during the upload." -msgstr "" - -#: glance/api/v2/image_actions.py:51 -#, python-format -msgid "Image %s is deactivated" -msgstr "" - -#: glance/api/v2/image_actions.py:66 -#, python-format -msgid "Image %s is reactivated" -msgstr "" - -#: glance/async/flows/base_import.py:348 -#, python-format -msgid "%(task_id)s of %(task_type)s completed" -msgstr "" - -#: glance/cmd/replicator.py:372 -#, python-format -msgid "Storing: %s" -msgstr "" - -#: glance/cmd/replicator.py:445 -#, python-format -msgid "Considering: %s" -msgstr "" - -#: glance/cmd/replicator.py:471 glance/cmd/replicator.py:546 -#, python-format -msgid "Image %s metadata has changed" -msgstr "" - -#: glance/cmd/replicator.py:553 -#, python-format -msgid "Image %s is being synced" -msgstr "" - -#: glance/common/wsgi.py:308 glance/openstack/common/service.py:326 -#, python-format -msgid "Starting %d workers" -msgstr "" - -#: glance/common/wsgi.py:321 -#, python-format -msgid "Removed dead child %s" -msgstr "" - -#: glance/common/wsgi.py:324 -#, python-format -msgid "Removed stale child %s" -msgstr "" - -#: glance/common/wsgi.py:336 -msgid "All workers have terminated. Exiting" -msgstr "" - -#: glance/common/wsgi.py:353 -msgid "Caught keyboard interrupt. Exiting." -msgstr "" - -#: glance/common/wsgi.py:432 -#, python-format -msgid "Child %d exiting normally" -msgstr "" - -#: glance/common/wsgi.py:437 -#, python-format -msgid "Started child %s" -msgstr "" - -#: glance/common/wsgi.py:466 -msgid "Starting single process server" -msgstr "" - -#: glance/common/artifacts/loader.py:131 glance/common/artifacts/loader.py:155 -#, python-format -msgid "Artifact %s has been successfully loaded" -msgstr "" - -#: glance/common/scripts/__init__.py:32 -#, python-format -msgid "Loading known task scripts for task_id %(task_id)s of type %(task_type)s" -msgstr "" - -#: glance/common/scripts/image_import/main.py:41 -#, python-format -msgid "Task %(task_id)s beginning import execution." -msgstr "" - -#: glance/common/scripts/image_import/main.py:152 -#, python-format -msgid "Task %(task_id)s: Got image data uri %(data_uri)s to be imported" -msgstr "" - -#: glance/common/scripts/image_import/main.py:161 -#, python-format -msgid "Task %(task_id)s: Could not import image file %(image_data)s" -msgstr "" - -#: glance/db/simple/api.py:62 -#, python-format -msgid "Calling %(funcname)s: args=%(args)s, kwargs=%(kwargs)s" -msgstr "" - -#: glance/db/simple/api.py:68 -#, python-format -msgid "Returning %(funcname)s: %(output)s" -msgstr "" - -#: glance/db/simple/api.py:2002 -#, python-format -msgid "Could not find artifact %s" -msgstr "" - -#: glance/db/simple/api.py:2006 -msgid "Unable to get deleted image" -msgstr "" - -#: glance/db/sqlalchemy/metadata.py:152 -#, python-format -msgid "Table %s has been cleared" -msgstr "" - -#: glance/db/sqlalchemy/metadata.py:223 -#, python-format -msgid "Overwriting namespace %s" -msgstr "" - -#: glance/db/sqlalchemy/metadata.py:239 -#, python-format -msgid "Skipping namespace %s. It already exists in the database." -msgstr "" - -#: glance/db/sqlalchemy/metadata.py:330 -#, python-format -msgid "File %s loaded to database." -msgstr "" - -#: glance/db/sqlalchemy/metadata.py:332 -msgid "Metadata loading finished" -msgstr "" - -#: glance/db/sqlalchemy/metadata.py:441 -#, python-format -msgid "Namespace %(namespace)s saved in %(file)s" -msgstr "" - -#: glance/db/sqlalchemy/migrate_repo/schema.py:101 -#, python-format -msgid "creating table %(table)s" -msgstr "" - -#: glance/db/sqlalchemy/migrate_repo/schema.py:107 -#, python-format -msgid "dropping table %(table)s" -msgstr "" - -#: glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py:72 -msgid "" -"'metadata_encryption_key' was not specified in the config file or a " -"config file was not specified. This means that this migration is a NOOP." -msgstr "" - -#: glance/domain/__init__.py:406 -#, python-format -msgid "Task [%(task_id)s] status changing from %(cur_status)s to %(new_status)s" -msgstr "" - -#: glance/image_cache/__init__.py:71 -#, python-format -msgid "Image cache loaded driver '%s'." -msgstr "" - -#: glance/image_cache/__init__.py:81 glance/image_cache/__init__.py:100 -msgid "Defaulting to SQLite driver." -msgstr "" - -#: glance/image_cache/prefetcher.py:85 -#, python-format -msgid "Successfully cached all %d images" -msgstr "" - -#: glance/image_cache/drivers/sqlite.py:414 -#: glance/image_cache/drivers/xattr.py:343 -#, python-format -msgid "Not queueing image '%s'. Already cached." -msgstr "" - -#: glance/image_cache/drivers/sqlite.py:419 -#: glance/image_cache/drivers/xattr.py:348 -#, python-format -msgid "Not queueing image '%s'. Already being written to cache" -msgstr "" - -#: glance/image_cache/drivers/sqlite.py:425 -#: glance/image_cache/drivers/xattr.py:354 -#, python-format -msgid "Not queueing image '%s'. Already queued." -msgstr "" - -#: glance/image_cache/drivers/sqlite.py:443 -#, python-format -msgid "Removed invalid cache file %s" -msgstr "" - -#: glance/image_cache/drivers/sqlite.py:457 -#, python-format -msgid "Removed stalled cache file %s" -msgstr "" - -#: glance/image_cache/drivers/xattr.py:400 -#, python-format -msgid "Reaped %(reaped)s %(entry_type)s cache entries" -msgstr "" - -#: glance/openstack/common/eventlet_backdoor.py:146 -#, python-format -msgid "Eventlet backdoor listening on %(port)s for process %(pid)d" -msgstr "" - -#: glance/openstack/common/service.py:173 -#, python-format -msgid "Caught %s, exiting" -msgstr "" - -#: glance/openstack/common/service.py:227 -msgid "Parent process has died unexpectedly, exiting" -msgstr "" - -#: glance/openstack/common/service.py:258 -#, python-format -msgid "Child caught %s, exiting" -msgstr "" - -#: glance/openstack/common/service.py:297 -msgid "Forking too fast, sleeping" -msgstr "" - -#: glance/openstack/common/service.py:316 -#, python-format -msgid "Started child %d" -msgstr "" - -#: glance/openstack/common/service.py:343 -#, python-format -msgid "Child %(pid)d killed by signal %(sig)d" -msgstr "" - -#: glance/openstack/common/service.py:347 -#, python-format -msgid "Child %(pid)s exited with status %(code)d" -msgstr "" - -#: glance/openstack/common/service.py:382 -#, python-format -msgid "Caught %s, stopping children" -msgstr "" - -#: glance/openstack/common/service.py:391 -msgid "Wait called after thread killed. Cleaning up." -msgstr "" - -#: glance/openstack/common/service.py:407 -#, python-format -msgid "Waiting on %d children to exit" -msgstr "" - -#: glance/quota/__init__.py:330 -#, python-format -msgid "Cleaning up %s after exceeding the quota." -msgstr "" - -#: glance/registry/api/v1/images.py:343 glance/registry/api/v1/images.py:386 -#: glance/registry/api/v1/images.py:491 -#, python-format -msgid "Image %(id)s not found" -msgstr "" - -#: glance/registry/api/v1/images.py:349 glance/registry/api/v1/images.py:381 -#: glance/registry/api/v1/images.py:503 -#, python-format -msgid "Access denied to image %(id)s but returning 'not found'" -msgstr "" - -#: glance/registry/api/v1/images.py:371 -#, python-format -msgid "Successfully deleted image %(id)s" -msgstr "" - -#: glance/registry/api/v1/images.py:375 -#, python-format -msgid "Delete denied for public image %(id)s" -msgstr "" - -#: glance/registry/api/v1/images.py:415 -#, python-format -msgid "Rejecting image creation request for invalid image id '%(bad_id)s'" -msgstr "" - -#: glance/registry/api/v1/images.py:428 -#, python-format -msgid "Successfully created image %(id)s" -msgstr "" - -#: glance/registry/api/v1/images.py:482 -#, python-format -msgid "Updating metadata for image %(id)s" -msgstr "" - -#: glance/registry/api/v1/images.py:497 -#, python-format -msgid "Update denied for public image %(id)s" -msgstr "" - -#: glance/registry/api/v1/members.py:198 -#, python-format -msgid "Successfully updated memberships for image %(id)s" -msgstr "" - -#: glance/registry/api/v1/members.py:271 -#, python-format -msgid "Successfully updated a membership for image %(id)s" -msgstr "" - -#: glance/registry/api/v1/members.py:320 -#, python-format -msgid "Successfully deleted a membership from image %(id)s" -msgstr "" - diff --git a/code/daisy/daisy/locale/glance-log-warning.pot b/code/daisy/daisy/locale/glance-log-warning.pot deleted file mode 100755 index 982f66fa..00000000 --- a/code/daisy/daisy/locale/glance-log-warning.pot +++ /dev/null @@ -1,308 +0,0 @@ -# Translations template for daisy. -# Copyright (C) 2015 ORGANIZATION -# This file is distributed under the same license as the glance project. -# FIRST AUTHOR , 2015. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: glance 2015.1.dev42\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2015-04-03 06:02+0000\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \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" - -#: glance/scrubber.py:218 -#, python-format -msgid "Failed to find image to delete: %s" -msgstr "" - -#: glance/scrubber.py:258 -#, python-format -msgid "%s directory does not exist." -msgstr "" - -#: glance/scrubber.py:583 -#, python-format -msgid "Unable to delete URI from image %s." -msgstr "" - -#: glance/api/common.py:171 -#, python-format -msgid "" -"User %(user)s attempted to upload an image of unknown size that will " -"exceed the quota. %(remaining)d bytes remaining." -msgstr "" - -#: glance/api/common.py:180 -#, python-format -msgid "" -"User %(user)s attempted to upload an image of size %(size)d that will " -"exceed the quota. %(remaining)d bytes remaining." -msgstr "" - -#: glance/api/middleware/version_negotiation.py:67 -msgid "Unknown version. Returning version choices." -msgstr "" - -#: glance/api/v1/images.py:704 -#, python-format -msgid "" -"Failed to activate image %s in registry. About to delete image bits from " -"store and update status to 'killed'." -msgstr "" - -#: glance/api/v2/images.py:945 -#, python-format -msgid "" -"Could not find schema properties file %s. Continuing without custom " -"properties" -msgstr "" - -#: glance/api/v2/tasks.py:72 -#, python-format -msgid "Forbidden to create task. Reason: %(reason)s" -msgstr "" - -#: glance/api/v2/tasks.py:110 -#, python-format -msgid "Failed to find task %(task_id)s. Reason: %(reason)s" -msgstr "" - -#: glance/api/v2/tasks.py:115 -#, python-format -msgid "Forbidden to get task %(task_id)s. Reason: %(reason)s" -msgstr "" - -#: glance/async/utils.py:62 -#, python-format -msgid "An optional task has failed, the failure was: %s" -msgstr "" - -#: glance/async/flows/convert.py:67 -#, python-format -msgid "" -"The conversion format is None, please add a value for it in the config " -"file for this task to work: %s" -msgstr "" - -#: glance/cmd/replicator.py:607 -#, python-format -msgid "" -"%(image_id)s: field %(key)s differs (source is %(master_value)s, " -"destination is %(slave_value)s)" -msgstr "" - -#: glance/cmd/replicator.py:620 -#, python-format -msgid "Image %s entirely missing from the destination" -msgstr "" - -#: glance/common/store_utils.py:65 -#, python-format -msgid "Failed to delete image %s in store from URI" -msgstr "" - -#: glance/common/wsgi.py:326 -#, python-format -msgid "Unrecognised child %s" -msgstr "" - -#: glance/common/artifacts/loader.py:125 -#, python-format -msgid "Can't load artifact %s: load disabled in config" -msgstr "" - -#: glance/common/artifacts/loader.py:151 -#, python-format -msgid "Can't load artifact %s: not in available_plugins list" -msgstr "" - -#: glance/common/scripts/image_import/main.py:158 -#, python-format -msgid "Task %(task_id)s failed with exception %(error)s" -msgstr "" - -#: glance/db/simple/api.py:387 -#, python-format -msgid "Could not find image %s" -msgstr "" - -#: glance/db/simple/api.py:392 -msgid "Unable to get deleted image" -msgstr "" - -#: glance/db/simple/api.py:396 -msgid "Unable to get unowned image" -msgstr "" - -#: glance/db/simple/api.py:909 -#, python-format -msgid "Could not find task %s" -msgstr "" - -#: glance/db/simple/api.py:914 -#, python-format -msgid "Unable to get deleted task %s" -msgstr "" - -#: glance/db/simple/api.py:1075 -#, python-format -msgid "Could not find task info %s" -msgstr "" - -#: glance/db/sqlalchemy/api.py:77 -msgid "Deadlock detected. Retrying..." -msgstr "" - -#: glance/db/sqlalchemy/api.py:117 -msgid "Attempted to modify image user did not own." -msgstr "" - -#: glance/db/sqlalchemy/api.py:332 -msgid "Id not in sort_keys; is sort_keys unique?" -msgstr "" - -#: glance/db/sqlalchemy/artifacts.py:135 -msgid "Artifact with the specified type, name and version already exists" -msgstr "" - -#: glance/db/sqlalchemy/artifacts.py:240 -#, python-format -msgid "Artifact with id=%s not found" -msgstr "" - -#: glance/db/sqlalchemy/artifacts.py:243 -#, python-format -msgid "Artifact with id=%s is not accessible" -msgstr "" - -#: glance/db/sqlalchemy/artifacts.py:423 -#, python-format -msgid "Show level %s is not supported in this operation" -msgstr "" - -#: glance/db/sqlalchemy/artifacts.py:655 -#, python-format -msgid "" -"Artifact with the specified type, name and versions already has the " -"direct dependency=%s" -msgstr "" - -#: glance/db/sqlalchemy/artifacts.py:685 -#, python-format -msgid "" -"Artifact with the specified type, name and version already has the direct" -" dependency=%d" -msgstr "" - -#: glance/db/sqlalchemy/metadata.py:340 glance/db/sqlalchemy/metadata.py:348 -#: glance/db/sqlalchemy/metadata.py:357 -#, python-format -msgid "Duplicate entry for values: %s" -msgstr "" - -#: glance/db/sqlalchemy/metadef_api/tag.py:37 -#, python-format -msgid "Metadata tag not found for id %s" -msgstr "" - -#: glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py:92 -#, python-format -msgid "Failed to decrypt location value for image %(image_id)s" -msgstr "" - -#: glance/domain/__init__.py:505 -msgid "The `eventlet` executor has been deprecated. Use `taskflow` instead." -msgstr "" - -#: glance/image_cache/__init__.py:74 -#, python-format -msgid "" -"Image cache driver '%(driver_name)s' failed to load. Got error: " -"'%(import_err)s." -msgstr "" - -#: glance/image_cache/__init__.py:95 -#, python-format -msgid "" -"Image cache driver '%(driver_module)s' failed to configure. Got error: " -"'%(config_err)s" -msgstr "" - -#: glance/image_cache/prefetcher.py:48 -#, python-format -msgid "Image '%s' is not active. Not caching." -msgstr "" - -#: glance/image_cache/prefetcher.py:53 -#, python-format -msgid "No metadata found for image '%s'" -msgstr "" - -#: glance/image_cache/prefetcher.py:81 -msgid "Failed to successfully cache all images in queue." -msgstr "" - -#: glance/image_cache/drivers/sqlite.py:333 -#, python-format -msgid "" -"Fetch of cache file failed (%(e)s), rolling back by moving " -"'%(incomplete_path)s' to '%(invalid_path)s'" -msgstr "" - -#: glance/image_cache/drivers/sqlite.py:459 -#, python-format -msgid "Failed to delete file %(path)s. Got error: %(e)s" -msgstr "" - -#: glance/image_cache/drivers/sqlite.py:496 -#: glance/image_cache/drivers/xattr.py:447 -#, python-format -msgid "Cached image file '%s' doesn't exist, unable to delete" -msgstr "" - -#: glance/openstack/common/loopingcall.py:87 -#, python-format -msgid "task %(func_name)r run outlasted interval by %(delay).2f sec" -msgstr "" - -#: glance/openstack/common/service.py:351 -#, python-format -msgid "pid %d not in child list" -msgstr "" - -#: glance/registry/api/v1/images.py:126 -#, python-format -msgid "Invalid marker. Image %(id)s could not be found." -msgstr "" - -#: glance/registry/api/v1/images.py:131 glance/registry/api/v1/members.py:76 -#: glance/registry/api/v1/members.py:111 glance/registry/api/v1/members.py:229 -#: glance/registry/api/v1/members.py:293 -#, python-format -msgid "Access denied to image %(id)s but returning 'not found'" -msgstr "" - -#: glance/registry/api/v1/members.py:118 glance/registry/api/v1/members.py:236 -#: glance/registry/api/v1/members.py:300 -#, python-format -msgid "User lacks permission to share image %(id)s" -msgstr "" - -#: glance/registry/api/v1/members.py:129 glance/registry/api/v1/members.py:146 -#: glance/registry/api/v1/members.py:249 -#, python-format -msgid "Invalid membership association specified for image %(id)s" -msgstr "" - -#: glance/registry/api/v1/members.py:339 -#, python-format -msgid "Member %(id)s not found" -msgstr "" - diff --git a/code/daisy/daisy/locale/glance.pot b/code/daisy/daisy/locale/glance.pot deleted file mode 100755 index aa6f6674..00000000 --- a/code/daisy/daisy/locale/glance.pot +++ /dev/null @@ -1,3116 +0,0 @@ -# Translations template for daisy. -# Copyright (C) 2015 ORGANIZATION -# This file is distributed under the same license as the glance project. -# FIRST AUTHOR , 2015. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: glance 2015.1.dev1.ge3bed85\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2015-04-20 11:09+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \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" - -#: glance/location.py:87 -msgid "Invalid location" -msgstr "" - -#: glance/location.py:307 -msgid "Invalid locations" -msgstr "" - -#: glance/location.py:313 -#, python-format -msgid "Original locations is not empty: %s" -msgstr "" - -#: glance/location.py:386 glance/common/exception.py:361 -msgid "No image data could be found" -msgstr "" - -#: glance/location.py:398 -#, python-format -msgid "Get image %(id)s data failed: %(err)s." -msgstr "" - -#: glance/notifier.py:380 glance/api/v1/upload_utils.py:222 -#: glance/api/v2/image_data.py:122 -#, python-format -msgid "Image storage media is full: %s" -msgstr "" - -#: glance/notifier.py:385 glance/api/v1/upload_utils.py:232 -#: glance/api/v2/image_data.py:146 -#, python-format -msgid "Insufficient permissions on image storage media: %s" -msgstr "" - -#: glance/notifier.py:390 -#, python-format -msgid "Cannot save data for image %(image_id)s: %(error)s" -msgstr "" - -#: glance/notifier.py:397 -#, python-format -msgid "Unable to upload duplicate image data for image%(image_id)s: %(error)s" -msgstr "" - -#: glance/notifier.py:404 -#, python-format -msgid "Not allowed to upload image data for image %(image_id)s: %(error)s" -msgstr "" - -#: glance/notifier.py:410 -#, python-format -msgid "" -"Image %(image_id)s could not be found after upload. The image may have " -"been deleted during the upload: %(error)s" -msgstr "" - -#: glance/notifier.py:418 -#, python-format -msgid "" -"Failed to upload image data for image %(image_id)s due to HTTP error: " -"%(error)s" -msgstr "" - -#: glance/notifier.py:425 -#, python-format -msgid "" -"Failed to upload image data for image %(image_id)s due to internal error:" -" %(error)s" -msgstr "" - -#: glance/schema.py:65 -#, python-format -msgid "custom properties (%(props)s) conflict with base properties" -msgstr "" - -#: glance/scrubber.py:45 -msgid "" -"Directory that the scrubber will use to track information about what to " -"delete. Make sure this is set in daisy-api.conf and glance-" -"scrubber.conf." -msgstr "" - -#: glance/scrubber.py:50 -msgid "The amount of time in seconds to delay before performing a delete." -msgstr "" - -#: glance/scrubber.py:53 -msgid "" -"A boolean that determines if the scrubber should clean up the files it " -"uses for taking data. Only one server in your deployment should be " -"designated the cleanup host." -msgstr "" - -#: glance/scrubber.py:58 -msgid "Turn on/off delayed delete." -msgstr "" - -#: glance/scrubber.py:60 -msgid "" -"Items must have a modified time that is older than this value in order to" -" be candidates for cleanup." -msgstr "" - -#: glance/scrubber.py:66 -msgid "Loop time between checking for new items to schedule for delete." -msgstr "" - -#: glance/scrubber.py:74 -msgid "" -"Run as a long-running process. When not specified (the default) run the " -"scrub operation once and then exits. When specified do not exit and run " -"scrub on wakeup_time interval as specified in the config." -msgstr "" - -#: glance/scrubber.py:594 -#, python-format -msgid "%s file is not exists." -msgstr "" - -#: glance/scrubber.py:599 -#, python-format -msgid "%s file contains conflicting cleanup timestamp." -msgstr "" - -#: glance/api/authorization.py:131 glance/api/authorization.py:142 -#, python-format -msgid "You cannot get image member for %s" -msgstr "" - -#: glance/api/authorization.py:150 -#, python-format -msgid "You cannot delete image member for %s" -msgstr "" - -#: glance/api/authorization.py:159 -#, python-format -msgid "You cannot add image member for %s" -msgstr "" - -#: glance/api/authorization.py:168 -#, python-format -msgid "You cannot update image member %s" -msgstr "" - -#: glance/api/authorization.py:187 -#, python-format -msgid "You are not permitted to create images owned by '%s'." -msgstr "" - -#: glance/api/authorization.py:205 -msgid "You are not permitted to create image members for the image." -msgstr "" - -#: glance/api/authorization.py:210 glance/api/authorization.py:401 -msgid "Public images do not have members." -msgstr "" - -#: glance/api/authorization.py:226 -#, python-format -msgid "You are not permitted to modify '%(attr)s' on this %(resource)s." -msgstr "" - -#: glance/api/authorization.py:236 -msgid "You are not permitted to modify locations for this image." -msgstr "" - -#: glance/api/authorization.py:260 -#, python-format -msgid "You are not permitted to modify '%s' on this image." -msgstr "" - -#: glance/api/authorization.py:264 -msgid "You are not permitted to modify this image." -msgstr "" - -#: glance/api/authorization.py:277 -msgid "You are not permitted to modify tags on this image." -msgstr "" - -#: glance/api/authorization.py:318 -msgid "You are not permitted to delete this image." -msgstr "" - -#: glance/api/authorization.py:329 -msgid "You are not permitted to upload data for this image." -msgstr "" - -#: glance/api/authorization.py:366 glance/api/authorization.py:370 -#: glance/api/authorization.py:374 -msgid "You are not permitted to set status on this task." -msgstr "" - -#: glance/api/authorization.py:433 -#, python-format -msgid "You are not permitted to create this task with owner as: %s" -msgstr "" - -#: glance/api/authorization.py:498 -msgid "You are not permitted to delete this namespace." -msgstr "" - -#: glance/api/authorization.py:502 -msgid "You are not permitted to update this namespace." -msgstr "" - -#: glance/api/authorization.py:528 -#, python-format -msgid "You are not permitted to create namespace owned by '%s'" -msgstr "" - -#: glance/api/authorization.py:587 -msgid "You are not permitted to delete this object." -msgstr "" - -#: glance/api/authorization.py:591 -msgid "You are not permitted to update this object." -msgstr "" - -#: glance/api/authorization.py:616 -#, python-format -msgid "You are not permitted to create object owned by '%s'" -msgstr "" - -#: glance/api/authorization.py:679 -msgid "You are not permitted to delete this meta_resource_type." -msgstr "" - -#: glance/api/authorization.py:705 -#, python-format -msgid "You are not permitted to create resource_type owned by '%s'" -msgstr "" - -#: glance/api/authorization.py:763 -msgid "You are not permitted to delete this property." -msgstr "" - -#: glance/api/authorization.py:767 -msgid "You are not permitted to update this property." -msgstr "" - -#: glance/api/authorization.py:792 -#, python-format -msgid "You are not permitted to create property owned by '%s'" -msgstr "" - -#: glance/api/authorization.py:850 -msgid "You are not permitted to delete this tag." -msgstr "" - -#: glance/api/authorization.py:854 -msgid "You are not permitted to update this tag." -msgstr "" - -#: glance/api/authorization.py:875 -msgid "Owner must be specified to create a tag." -msgstr "" - -#: glance/api/authorization.py:878 -#, python-format -msgid "You are not permitted to create a tag in the namespace owned by '%s'" -msgstr "" - -#: glance/api/common.py:69 -#, python-format -msgid "Corrupt image download for image %(image_id)s" -msgstr "" - -#: glance/api/policy.py:163 glance/quota/__init__.py:355 -#, python-format -msgid "Invalid locations: %s" -msgstr "" - -#: glance/api/versions.py:29 -msgid "" -"Public url to use for versions endpoint. The default is None, which will " -"use the request's host_url attribute to populate the URL base. If Glance " -"is operating behind a proxy, you will want to change this to represent " -"the proxy's URL." -msgstr "" - -#: glance/api/middleware/context.py:30 -msgid "" -"When true, this option sets the owner of an image to be the tenant. " -"Otherwise, the owner of the image will be the authenticated user issuing" -" the request." -msgstr "" - -#: glance/api/middleware/context.py:35 -msgid "Role used to identify an authenticated user as administrator." -msgstr "" - -#: glance/api/middleware/context.py:38 -msgid "" -"Allow unauthenticated users to access the API with read-only privileges. " -"This only applies when using ContextMiddleware." -msgstr "" - -#: glance/api/middleware/context.py:54 -msgid "Unable to retrieve request id from context" -msgstr "" - -#: glance/api/middleware/context.py:111 -msgid "Invalid service catalog json." -msgstr "" - -#: glance/api/middleware/version_negotiation.py:44 -#, python-format -msgid "Determining version of request: %(method)s %(path)s Accept: %(accept)s" -msgstr "" - -#: glance/api/v1/controller.py:64 -#, python-format -msgid "Image %s is deactivated" -msgstr "" - -#: glance/api/v1/controller.py:70 -#, python-format -msgid "Image %s is not active" -msgstr "" - -#: glance/api/v1/controller.py:92 -#, python-format -msgid "Store for image_id not found: %s" -msgstr "" - -#: glance/api/v1/images.py:76 -#, python-format -msgid "Invalid disk format '%s' for image." -msgstr "" - -#: glance/api/v1/images.py:81 -#, python-format -msgid "Invalid container format '%s' for image." -msgstr "" - -#: glance/api/v1/images.py:86 -#, python-format -msgid "Image name too long: %d" -msgstr "" - -#: glance/api/v1/images.py:97 -msgid "" -"Invalid mix of disk and container formats. When setting a disk or " -"container format to one of 'aki', 'ari', or 'ami', the container and disk" -" formats must match." -msgstr "" - -#: glance/api/v1/images.py:176 -#, python-format -msgid "" -"The limit has been exceeded on the number of allowed image properties. " -"Attempted: %(num)s, Maximum: %(quota)s" -msgstr "" - -#: glance/api/v1/images.py:198 glance/api/v1/images.py:242 -#: glance/api/v1/images.py:276 -#, python-format -msgid "Property '%s' is protected" -msgstr "" - -#: glance/api/v1/images.py:339 -msgid "This operation is currently not permitted on Glance images details." -msgstr "" - -#: glance/api/v1/images.py:390 -#, python-format -msgid "Bad value passed to filter %(filter)s got %(val)s" -msgstr "" - -#: glance/api/v1/images.py:426 -#, python-format -msgid "External sources are not supported: '%s'" -msgstr "" - -#: glance/api/v1/images.py:522 -#, python-format -msgid "Required store %s is invalid" -msgstr "" - -#: glance/api/v1/images.py:534 -#, python-format -msgid "Invalid location %s" -msgstr "" - -#: glance/api/v1/images.py:557 -#, python-format -msgid "An image with identifier %s already exists" -msgstr "" - -#: glance/api/v1/images.py:564 -#, python-format -msgid "Failed to reserve image. Got error: %s" -msgstr "" - -#: glance/api/v1/images.py:571 -msgid "Forbidden to reserve image." -msgstr "" - -#: glance/api/v1/images.py:615 -msgid "Content-Type must be application/octet-stream" -msgstr "" - -#: glance/api/v1/images.py:671 -#, python-format -msgid "Failed to activate image. Got error: %s" -msgstr "" - -#: glance/api/v1/images.py:742 -msgid "It's invalid to provide multiple image sources." -msgstr "" - -#: glance/api/v1/images.py:775 -#, python-format -msgid "" -"Provided image size must match the stored image size. (provided size: " -"%(ps)d, stored size: %(ss)d)" -msgstr "" - -#: glance/api/v1/images.py:899 -msgid "Forbidden to update deleted image." -msgstr "" - -#: glance/api/v1/images.py:910 -#, python-format -msgid "Forbidden to modify '%s' of active image." -msgstr "" - -#: glance/api/v1/images.py:928 -msgid "Cannot upload to an unqueued image" -msgstr "" - -#: glance/api/v1/images.py:945 glance/common/scripts/utils.py:91 -#, python-format -msgid "Invalid location: %s" -msgstr "" - -#: glance/api/v1/images.py:952 -msgid "Attempted to update Location field for an image not in queued status." -msgstr "" - -#: glance/api/v1/images.py:992 glance/registry/api/v1/images.py:486 -#, python-format -msgid "Failed to update image metadata. Got error: %s" -msgstr "" - -#: glance/api/v1/images.py:999 -#, python-format -msgid "Failed to find image to update: %s" -msgstr "" - -#: glance/api/v1/images.py:1006 -#, python-format -msgid "Forbidden to update image: %s" -msgstr "" - -#: glance/api/v1/images.py:1014 -msgid "Image operation conflicts" -msgstr "" - -#: glance/api/v1/images.py:1045 -msgid "Image is protected" -msgstr "" - -#: glance/api/v1/images.py:1052 -#, python-format -msgid "Forbidden to delete a %s image." -msgstr "" - -#: glance/api/v1/images.py:1059 glance/api/v2/image_members.py:78 -#: glance/api/v2/image_members.py:122 glance/api/v2/image_members.py:160 -#: glance/api/v2/image_members.py:189 glance/api/v2/image_members.py:207 -#: glance/api/v2/image_tags.py:51 glance/api/v2/image_tags.py:78 -#, python-format -msgid "Image %s not found." -msgstr "" - -#: glance/api/v1/images.py:1094 -#, python-format -msgid "Failed to find image to delete: %s" -msgstr "" - -#: glance/api/v1/images.py:1101 -#, python-format -msgid "Forbidden to delete image: %s" -msgstr "" - -#: glance/api/v1/images.py:1108 glance/api/v2/images.py:230 -#, python-format -msgid "Image %(id)s could not be deleted because it is in use: %(exc)s" -msgstr "" - -#: glance/api/v1/images.py:1131 -#, python-format -msgid "Store for scheme %s not found" -msgstr "" - -#: glance/api/v1/images.py:1170 glance/api/v1/upload_utils.py:242 -#, python-format -msgid "Denying attempt to upload image larger than %d bytes." -msgstr "" - -#: glance/api/v1/members.py:42 glance/registry/api/v1/members.py:36 -msgid "No authenticated user" -msgstr "" - -#: glance/api/v1/members.py:54 -#, python-format -msgid "Image with identifier %s has been deleted." -msgstr "" - -#: glance/api/v1/members.py:77 -#, python-format -msgid "Image with identifier %s not found" -msgstr "" - -#: glance/api/v1/members.py:81 -msgid "Unauthorized image access" -msgstr "" - -#: glance/api/v1/members.py:118 glance/common/exception.py:303 -#, python-format -msgid "" -"The limit has been exceeded on the number of allowed image members for " -"this image. Attempted: %(attempted)s, Maximum: %(maximum)s" -msgstr "" - -#: glance/api/v1/upload_utils.py:134 -#, python-format -msgid "" -"Supplied %(attr)s (%(supplied)s) and %(attr)s generated from uploaded " -"image (%(actual)s) did not match. Setting image status to 'killed'." -msgstr "" - -#: glance/api/v1/upload_utils.py:191 glance/api/v2/image_data.py:100 -msgid "Error in store configuration. Adding images to store is disabled." -msgstr "" - -#: glance/api/v1/upload_utils.py:200 -#, python-format -msgid "Attempt to upload duplicate image: %s" -msgstr "" - -#: glance/api/v1/upload_utils.py:212 -#, python-format -msgid "Forbidden upload attempt: %s" -msgstr "" - -#: glance/api/v1/upload_utils.py:252 glance/api/v2/images.py:155 -#, python-format -msgid "Denying attempt to upload image because it exceeds the quota: %s" -msgstr "" - -#: glance/api/v1/upload_utils.py:273 -msgid "Client disconnected before sending all data to backend" -msgstr "" - -#: glance/api/v1/upload_utils.py:281 -#, python-format -msgid "Failed to upload image %s" -msgstr "" - -#: glance/api/v2/image_data.py:77 -#, python-format -msgid "" -"Image %s could not be found after upload. The image may have been deleted" -" during the upload, cleaning up the chunks uploaded." -msgstr "" - -#: glance/api/v2/image_data.py:130 -#, python-format -msgid "Image exceeds the storage quota: %s" -msgstr "" - -#: glance/api/v2/image_data.py:138 -#, python-format -msgid "The incoming image is too large: %s" -msgstr "" - -#: glance/api/v2/image_data.py:173 -msgid "" -"The requested image has been deactivated. Image data download is " -"forbidden." -msgstr "" - -#: glance/api/v2/image_members.py:82 -#, python-format -msgid "Not allowed to create members for image %s." -msgstr "" - -#: glance/api/v2/image_members.py:86 -#, python-format -msgid "Member %(member_id)s is duplicated for image %(image_id)s" -msgstr "" - -#: glance/api/v2/image_members.py:92 -#, python-format -msgid "Image member limit exceeded for image %(id)s: %(e)s:" -msgstr "" - -#: glance/api/v2/image_members.py:126 -#, python-format -msgid "Not allowed to update members for image %s." -msgstr "" - -#: glance/api/v2/image_members.py:130 -#, python-format -msgid "Incorrect request: %s" -msgstr "" - -#: glance/api/v2/image_members.py:164 -#, python-format -msgid "Not allowed to list members for image %s." -msgstr "" - -#: glance/api/v2/image_members.py:211 -#, python-format -msgid "Not allowed to delete members for image %s." -msgstr "" - -#: glance/api/v2/image_members.py:224 glance/api/v2/images.py:334 -#: glance/api/v2/metadef_namespaces.py:396 glance/api/v2/metadef_objects.py:228 -#: glance/api/v2/metadef_properties.py:176 -#: glance/api/v2/metadef_resource_types.py:147 -#: glance/api/v2/metadef_tags.py:260 glance/api/v2/tasks.py:137 -#: glance/search/api/v0_1/search.py:113 -#: glance/tests/functional/v2/test_metadef_resourcetypes.py:148 -msgid "Body expected in request." -msgstr "" - -#: glance/api/v2/image_members.py:235 -msgid "Member to be added not specified" -msgstr "" - -#: glance/api/v2/image_members.py:238 -msgid "Member can't be empty" -msgstr "" - -#: glance/api/v2/image_members.py:247 -msgid "Status not specified" -msgstr "" - -#: glance/api/v2/image_members.py:302 -msgid "An identifier for the image member (tenantId)" -msgstr "" - -#: glance/api/v2/image_members.py:306 glance/api/v2/images.py:787 -msgid "An identifier for the image" -msgstr "" - -#: glance/api/v2/image_members.py:312 -msgid "Date and time of image member creation" -msgstr "" - -#: glance/api/v2/image_members.py:319 -msgid "Date and time of last modification of image member" -msgstr "" - -#: glance/api/v2/image_members.py:324 -msgid "The status of this image member" -msgstr "" - -#: glance/api/v2/image_tags.py:55 -#, python-format -msgid "Not allowed to update tags for image %s." -msgstr "" - -#: glance/api/v2/image_tags.py:59 -#, python-format -msgid "Could not update image: %s" -msgstr "" - -#: glance/api/v2/image_tags.py:63 -#, python-format -msgid "Image tag limit exceeded for image %(id)s: %(e)s:" -msgstr "" - -#: glance/api/v2/image_tags.py:82 -#, python-format -msgid "Not allowed to delete tags for image %s." -msgstr "" - -#: glance/api/v2/images.py:179 glance/api/v2/images.py:212 -#, python-format -msgid "Property %s does not exist." -msgstr "" - -#: glance/api/v2/images.py:193 -#, python-format -msgid "Property %s already present." -msgstr "" - -#: glance/api/v2/images.py:207 -#, python-format -msgid "Property %s may not be removed." -msgstr "" - -#: glance/api/v2/images.py:225 -#, python-format -msgid "Failed to find image %(image_id)s to delete" -msgstr "" - -#: glance/api/v2/images.py:251 -msgid "Cannot replace locations from a non-empty list to a non-empty list." -msgstr "" - -#: glance/api/v2/images.py:275 -msgid "Invalid position for adding a location." -msgstr "" - -#: glance/api/v2/images.py:291 -msgid "Invalid position for removing a location." -msgstr "" - -#: glance/api/v2/images.py:342 glance/api/v2/images.py:448 -#: glance/api/v2/metadef_namespaces.py:404 glance/api/v2/metadef_objects.py:292 -#: glance/api/v2/metadef_properties.py:184 -#: glance/api/v2/metadef_resource_types.py:155 -#: glance/api/v2/metadef_tags.py:337 glance/search/api/v0_1/search.py:121 -#: glance/tests/functional/v2/test_metadef_resourcetypes.py:156 -#, python-format -msgid "Attribute '%s' is read-only." -msgstr "" - -#: glance/api/v2/images.py:373 glance/api/v2/images.py:395 -#, python-format -msgid "Unable to find '%s' in JSON Schema change" -msgstr "" - -#: glance/api/v2/images.py:381 -msgid "" -"Operation objects must contain only one member named \"add\", \"remove\"," -" or \"replace\"." -msgstr "" - -#: glance/api/v2/images.py:386 -msgid "" -"Operation objects must contain exactly one member named \"add\", " -"\"remove\", or \"replace\"." -msgstr "" - -#: glance/api/v2/images.py:423 -#, python-format -msgid "Pointer `%s` does not start with \"/\"." -msgstr "" - -#: glance/api/v2/images.py:426 -#, python-format -msgid "Pointer `%s` contains adjacent \"/\"." -msgstr "" - -#: glance/api/v2/images.py:429 -#, python-format -msgid "Pointer `%s` end with \"/\"." -msgstr "" - -#: glance/api/v2/images.py:432 -#, python-format -msgid "Pointer `%s` does not contains valid token." -msgstr "" - -#: glance/api/v2/images.py:435 -#, python-format -msgid "Pointer `%s` contains \"~\" not part of a recognized escape sequence." -msgstr "" - -#: glance/api/v2/images.py:441 -#, python-format -msgid "Operation \"%s\" requires a member named \"value\"." -msgstr "" - -#: glance/api/v2/images.py:451 -#, python-format -msgid "Attribute '%s' is reserved." -msgstr "" - -#: glance/api/v2/images.py:481 -#, python-format -msgid "Invalid JSON pointer for this resource: '/%s'" -msgstr "" - -#: glance/api/v2/images.py:493 -msgid "Unrecognized JSON Schema draft version" -msgstr "" - -#: glance/api/v2/images.py:515 -msgid "Request body must be a JSON array of operation objects." -msgstr "" - -#: glance/api/v2/images.py:520 -msgid "Operations must be JSON objects." -msgstr "" - -#: glance/api/v2/images.py:543 glance/api/v2/metadef_namespaces.py:451 -#: glance/api/v2/metadef_tags.py:284 glance/api/v2/tasks.py:173 -#: glance/registry/api/v1/images.py:267 glance/search/api/v0_1/search.py:165 -msgid "limit param must be an integer" -msgstr "" - -#: glance/api/v2/images.py:547 glance/api/v2/metadef_namespaces.py:455 -#: glance/api/v2/metadef_tags.py:288 glance/api/v2/tasks.py:177 -#: glance/registry/api/v1/images.py:270 glance/search/api/v0_1/search.py:169 -msgid "limit param must be positive" -msgstr "" - -#: glance/api/v2/images.py:554 -#, python-format -msgid "" -"Invalid sort key: %(sort_key)s. It must be one of the following: " -"%(available)s." -msgstr "" - -#: glance/api/v2/images.py:564 glance/api/v2/metadef_namespaces.py:433 -#: glance/api/v2/metadef_objects.py:274 glance/api/v2/metadef_tags.py:266 -#: glance/api/v2/tasks.py:143 -#, python-format -msgid "Invalid sort direction: %s" -msgstr "" - -#: glance/api/v2/images.py:571 -#, python-format -msgid "Invalid status: %s" -msgstr "" - -#: glance/api/v2/images.py:580 glance/api/v2/metadef_namespaces.py:442 -#: glance/api/v2/metadef_objects.py:283 glance/api/v2/metadef_tags.py:275 -#, python-format -msgid "Invalid visibility value: %s" -msgstr "" - -#: glance/api/v2/images.py:584 -msgid "The \"changes-since\" filter is no longer available on v2." -msgstr "" - -#: glance/api/v2/images.py:603 -msgid "Old and new sorting syntax cannot be combined" -msgstr "" - -#: glance/api/v2/images.py:634 -msgid "Number of sort dirs does not match the number of sort keys" -msgstr "" - -#: glance/api/v2/images.py:793 -msgid "Descriptive name for the image" -msgstr "" - -#: glance/api/v2/images.py:798 -msgid "Status of the image (READ-ONLY)" -msgstr "" - -#: glance/api/v2/images.py:804 -msgid "Scope of image accessibility" -msgstr "" - -#: glance/api/v2/images.py:809 -msgid "If true, image will not be deletable." -msgstr "" - -#: glance/api/v2/images.py:813 -msgid "md5 hash of image contents. (READ-ONLY)" -msgstr "" - -#: glance/api/v2/images.py:818 -msgid "Owner of the image" -msgstr "" - -#: glance/api/v2/images.py:823 -msgid "Size of image file in bytes (READ-ONLY)" -msgstr "" - -#: glance/api/v2/images.py:827 -msgid "Virtual size of image in bytes (READ-ONLY)" -msgstr "" - -#: glance/api/v2/images.py:831 -msgid "Format of the container" -msgstr "" - -#: glance/api/v2/images.py:836 -msgid "Format of the disk" -msgstr "" - -#: glance/api/v2/images.py:841 -msgid "Date and time of image registration (READ-ONLY)" -msgstr "" - -#: glance/api/v2/images.py:849 -msgid "Date and time of the last image modification (READ-ONLY)" -msgstr "" - -#: glance/api/v2/images.py:855 -msgid "List of strings related to the image" -msgstr "" - -#: glance/api/v2/images.py:863 -msgid "URL to access the image file kept in external store (READ-ONLY)" -msgstr "" - -#: glance/api/v2/images.py:868 -msgid "Amount of ram (in MB) required to boot image." -msgstr "" - -#: glance/api/v2/images.py:872 -msgid "Amount of disk space (in GB) required to boot image." -msgstr "" - -#: glance/api/v2/images.py:902 -msgid "A set of URLs to access the image file kept in external store" -msgstr "" - -#: glance/api/v2/metadef_namespaces.py:664 -msgid "The unique namespace text." -msgstr "" - -#: glance/api/v2/metadef_namespaces.py:669 -msgid "The user friendly name for the namespace. Used by UI if available." -msgstr "" - -#: glance/api/v2/metadef_namespaces.py:675 -msgid "Provides a user friendly description of the namespace." -msgstr "" - -#: glance/api/v2/metadef_namespaces.py:681 -msgid "Scope of namespace accessibility." -msgstr "" - -#: glance/api/v2/metadef_namespaces.py:686 -msgid "If true, namespace will not be deletable." -msgstr "" - -#: glance/api/v2/metadef_namespaces.py:690 -msgid "Owner of the namespace." -msgstr "" - -#: glance/api/v2/metadef_namespaces.py:695 -msgid "Date and time of namespace creation (READ-ONLY)" -msgstr "" - -#: glance/api/v2/metadef_namespaces.py:701 -msgid "Date and time of the last namespace modification (READ-ONLY)" -msgstr "" - -#: glance/api/v2/metadef_objects.py:187 -msgid "Date and time of object creation (READ-ONLY)" -msgstr "" - -#: glance/api/v2/metadef_objects.py:193 -msgid "Date and time of the last object modification (READ-ONLY)" -msgstr "" - -#: glance/api/v2/metadef_properties.py:95 -#, python-format -msgid "" -"Property %(property_name)s does not start with the expected resource type" -" association prefix of '%(prefix)s'." -msgstr "" - -#: glance/api/v2/metadef_resource_types.py:128 -#: glance/tests/functional/v2/test_metadef_resourcetypes.py:129 -#, python-format -msgid "Failed to find resource type %(resourcetype)s to delete" -msgstr "" - -#: glance/api/v2/metadef_resource_types.py:201 -#: glance/tests/functional/v2/test_metadef_resourcetypes.py:203 -msgid "" -"Resource type names should be aligned with Heat resource types whenever " -"possible: " -"http://docs.openstack.org/developer/heat/template_guide/openstack.html" -msgstr "" - -#: glance/api/v2/metadef_resource_types.py:209 -#: glance/tests/functional/v2/test_metadef_resourcetypes.py:211 -msgid "" -"Specifies the prefix to use for the given resource type. Any properties " -"in the namespace should be prefixed with this prefix when being applied " -"to the specified resource type. Must include prefix separator (e.g. a " -"colon :)." -msgstr "" - -#: glance/api/v2/metadef_resource_types.py:218 -#: glance/tests/functional/v2/test_metadef_resourcetypes.py:220 -msgid "" -"Some resource types allow more than one key / value pair per instance. " -"For example, Cinder allows user and image metadata on volumes. Only the " -"image properties metadata is evaluated by Nova (scheduling or drivers). " -"This property allows a namespace target to remove the ambiguity." -msgstr "" - -#: glance/api/v2/metadef_resource_types.py:229 -#: glance/tests/functional/v2/test_metadef_resourcetypes.py:231 -msgid "Date and time of resource type association (READ-ONLY)" -msgstr "" - -#: glance/api/v2/metadef_resource_types.py:235 -#: glance/tests/functional/v2/test_metadef_resourcetypes.py:237 -msgid "" -"Date and time of the last resource type association modification (READ-" -"ONLY)" -msgstr "" - -#: glance/api/v2/metadef_tags.py:188 -msgid "Date and time of tag creation (READ-ONLY)" -msgstr "" - -#: glance/api/v2/metadef_tags.py:194 -msgid "Date and time of the last tag modification (READ-ONLY)" -msgstr "" - -#: glance/api/v2/tasks.py:123 -msgid "" -"This operation is currently not permitted on Glance Tasks. They are auto " -"deleted after reaching the time based on their expires_at property." -msgstr "" - -#: glance/api/v2/tasks.py:152 -#, python-format -msgid "Invalid status value: %s" -msgstr "" - -#: glance/api/v2/tasks.py:158 -#, python-format -msgid "Invalid type value: %s" -msgstr "" - -#: glance/api/v2/tasks.py:165 glance/registry/api/v1/images.py:279 -msgid "Invalid marker format" -msgstr "" - -#: glance/api/v2/tasks.py:186 -#, python-format -msgid "Task '%s' is required" -msgstr "" - -#: glance/api/v2/tasks.py:309 -msgid "An identifier for the task" -msgstr "" - -#: glance/api/v2/tasks.py:310 -msgid "" -"^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0" -"-9a-fA-F]){12}$" -msgstr "" - -#: glance/api/v2/tasks.py:315 -msgid "The type of task represented by this content" -msgstr "" - -#: glance/api/v2/tasks.py:322 -msgid "The current status of this task" -msgstr "" - -#: glance/api/v2/tasks.py:332 -msgid "The parameters required by task, JSON blob" -msgstr "" - -#: glance/api/v2/tasks.py:336 -msgid "The result of current task, JSON blob" -msgstr "" - -#: glance/api/v2/tasks.py:340 -msgid "An identifier for the owner of this task" -msgstr "" - -#: glance/api/v2/tasks.py:344 -msgid "" -"Human-readable informative message only included when appropriate " -"(usually on failure)" -msgstr "" - -#: glance/api/v2/tasks.py:349 -msgid "Datetime when this resource would be subject to removal" -msgstr "" - -#: glance/api/v2/tasks.py:354 -msgid "Datetime when this resource was created" -msgstr "" - -#: glance/api/v2/tasks.py:358 -msgid "Datetime when this resource was updated" -msgstr "" - -#: glance/async/taskflow_executor.py:42 -msgid "The mode in which the engine will run. Can be 'serial' or 'parallel'." -msgstr "" - -#: glance/async/taskflow_executor.py:46 -msgid "" -"The number of parallel activities executed at the same time by the " -"engine. The value can be greater than one when the engine mode is " -"'parallel'." -msgstr "" - -#: glance/async/flows/base_import.py:94 -#, python-format -msgid "" -"%(task_id)s of %(task_type)s not configured properly. Missing work dir: " -"%(work_dir)s" -msgstr "" - -#: glance/async/flows/base_import.py:125 -#, python-format -msgid "" -"%(task_id)s of %(task_type)s not configured properly. Could not load the " -"filesystem store" -msgstr "" - -#: glance/async/flows/convert.py:35 -msgid "" -"The format to which images will be automatically converted. Can be " -"'qcow2' or 'raw'." -msgstr "" - -#: glance/cmd/__init__.py:41 -#, python-format -msgid "" -"It appears that the eventlet module has been imported prior to setting " -"%s='yes'. It is currently necessary to disable eventlet.greendns if using" -" ipv6 since eventlet.greendns currently breaks with ipv6 addresses. " -"Please ensure that eventlet is not imported prior to this being set." -msgstr "" - -#: glance/cmd/control.py:106 -#, python-format -msgid "%(serv)s appears to already be running: %(pid)s" -msgstr "" - -#: glance/cmd/control.py:110 -#, python-format -msgid "Removing stale pid file %s" -msgstr "" - -#: glance/cmd/control.py:119 -msgid "Unable to increase file descriptor limit. Running as non-root?" -msgstr "" - -#: glance/cmd/control.py:166 -#, python-format -msgid "%(verb)sing %(serv)s with %(conf)s" -msgstr "" - -#: glance/cmd/control.py:169 -#, python-format -msgid "%(verb)sing %(serv)s" -msgstr "" - -#: glance/cmd/control.py:181 -#, python-format -msgid "unable to launch %(serv)s. Got error: %(e)s" -msgstr "" - -#: glance/cmd/control.py:212 -#, python-format -msgid "%(serv)s (pid %(pid)s) is running..." -msgstr "" - -#: glance/cmd/control.py:215 -#, python-format -msgid "%s is stopped" -msgstr "" - -#: glance/cmd/control.py:231 -#, python-format -msgid "" -"Unable to create pid file %(pid)s. Running as non-root?\n" -"Falling back to a temp file, you can stop %(service)s service using:\n" -" %(file)s %(server)s stop --pid-file %(fb)s" -msgstr "" - -#: glance/cmd/control.py:248 -#, python-format -msgid "Reload of %(serv)s not supported" -msgstr "" - -#: glance/cmd/control.py:256 -#, python-format -msgid "Server %(serv)s is stopped" -msgstr "" - -#: glance/cmd/control.py:261 -#, python-format -msgid "Reloading %(serv)s (pid %(pid)s) with signal(%(sig)s)" -msgstr "" - -#: glance/cmd/control.py:265 glance/cmd/control.py:287 -#, python-format -msgid "Process %d not running" -msgstr "" - -#: glance/cmd/control.py:283 -#, python-format -msgid "Stopping %(serv)s (pid %(pid)s) with signal(%(sig)s)" -msgstr "" - -#: glance/cmd/control.py:294 -#, python-format -msgid "Waited 15 seconds for pid %(pid)s (%(file)s) to die; giving up" -msgstr "" - -#: glance/cmd/control.py:297 -#, python-format -msgid "%s is already stopped" -msgstr "" - -#: glance/cmd/control.py:374 -#, python-format -msgid "Suppressed respawn as %(serv)s was %(rsn)s." -msgstr "" - -#: glance/cmd/replicator.py:107 -#, python-format -msgid "" -"The image %s is already present on the slave, but our check for it did " -"not find it. This indicates that we do not have permissions to see all " -"the images on the slave server." -msgstr "" - -#: glance/cmd/replicator.py:327 glance/cmd/replicator.py:359 -#: glance/cmd/replicator.py:431 glance/cmd/replicator.py:507 -#: glance/cmd/replicator.py:578 -msgid "Too few arguments." -msgstr "" - -#: glance/cmd/replicator.py:343 -#, python-format -msgid "Total size is %(size)d bytes across %(img_count)d images" -msgstr "" - -#: glance/cmd/replicator.py:692 -#, python-format -msgid "Unknown command: %s" -msgstr "" - -#: glance/common/auth.py:189 glance/common/auth.py:229 -#, python-format -msgid "Unexpected response: %s" -msgstr "" - -#: glance/common/auth.py:257 -#, python-format -msgid "Unknown auth strategy '%s'" -msgstr "" - -#: glance/common/auth.py:278 -#, python-format -msgid "Encountered service with no \"type\": %s" -msgstr "" - -#: glance/common/client.py:245 -msgid "" -"You have selected to use SSL in connecting, and you have supplied a cert," -" however you have failed to supply either a key_file parameter or set the" -" GLANCE_CLIENT_KEY_FILE environ variable" -msgstr "" - -#: glance/common/client.py:253 -msgid "" -"You have selected to use SSL in connecting, and you have supplied a key, " -"however you have failed to supply either a cert_file parameter or set the" -" GLANCE_CLIENT_CERT_FILE environ variable" -msgstr "" - -#: glance/common/client.py:262 -#, python-format -msgid "The key file you specified %s does not exist" -msgstr "" - -#: glance/common/client.py:269 -#, python-format -msgid "The cert file you specified %s does not exist" -msgstr "" - -#: glance/common/client.py:276 -#, python-format -msgid "The CA file you specified %s does not exist" -msgstr "" - -#: glance/common/client.py:400 -#, python-format -msgid "Constructed URL: %s" -msgstr "" - -#: glance/common/config.py:40 -msgid "" -"Partial name of a pipeline in your paste configuration file with the " -"service name removed. For example, if your paste section name is " -"[pipeline:daisy-api-keystone] use the value \"keystone\"" -msgstr "" - -#: glance/common/config.py:46 -msgid "Name of the paste configuration file." -msgstr "" - -#: glance/common/config.py:51 -msgid "Supported values for the 'container_format' image attribute" -msgstr "" - -#: glance/common/config.py:58 -msgid "Supported values for the 'disk_format' image attribute" -msgstr "" - -#: glance/common/config.py:66 -msgid "Time in hours for which a task lives after, either succeeding or failing" -msgstr "" - -#: glance/common/config.py:72 -msgid "Specifies which task executor to be used to run the task scripts." -msgstr "" - -#: glance/common/config.py:76 -msgid "" -"Work dir for asynchronous task operations. The directory set here will be" -" used to operate over images - normally before they are imported in the " -"destination store. When providing work dir, make sure enough space is " -"provided for concurrent tasks to run efficiently without running out of " -"space. A rough estimation can be done by multiplying the number of " -"`max_workers` - or the N of workers running - by an average image size " -"(e.g 500MB). The image size estimation should be done based on the " -"average size in your deployment. Note that depending on the tasks running" -" you may need to multiply this number by some factor depending on what " -"the task does. For example, you may want to double the available size if " -"image conversion is enabled. All this being said, remember these are just" -" estimations and you should do them based on the worst case scenario and " -"be prepared to act in case they were wrong." -msgstr "" - -#: glance/common/config.py:97 -msgid "" -"Whether to allow users to specify image properties beyond what the image " -"schema provides" -msgstr "" - -#: glance/common/config.py:100 -msgid "" -"Maximum number of image members per image. Negative values evaluate to " -"unlimited." -msgstr "" - -#: glance/common/config.py:103 -msgid "" -"Maximum number of properties allowed on an image. Negative values " -"evaluate to unlimited." -msgstr "" - -#: glance/common/config.py:106 -msgid "" -"Maximum number of tags allowed on an image. Negative values evaluate to " -"unlimited." -msgstr "" - -#: glance/common/config.py:109 -msgid "" -"Maximum number of locations allowed on an image. Negative values evaluate" -" to unlimited." -msgstr "" - -#: glance/common/config.py:112 -msgid "Python module path of data access API" -msgstr "" - -#: glance/common/config.py:114 -msgid "" -"Default value for the number of items returned by a request if not " -"specified explicitly in the request" -msgstr "" - -#: glance/common/config.py:117 -msgid "Maximum permissible number of items that could be returned by a request" -msgstr "" - -#: glance/common/config.py:120 -msgid "" -"Whether to include the backend image storage location in image " -"properties. Revealing storage location can be a security risk, so use " -"this setting with caution!" -msgstr "" - -#: glance/common/config.py:125 -msgid "" -"Whether to include the backend image locations in image properties. For " -"example, if using the file system store a URL of " -"\"file:///path/to/image\" will be returned to the user in the " -"'direct_url' meta-data field. Revealing storage location can be a " -"security risk, so use this setting with caution! The overrides " -"show_image_direct_url." -msgstr "" - -#: glance/common/config.py:134 -msgid "" -"Maximum size of image a user can upload in bytes. Defaults to " -"1099511627776 bytes (1 TB).WARNING: this value should only be increased " -"after careful consideration and must be set to a value under 8 EB " -"(9223372036854775808)." -msgstr "" - -#: glance/common/config.py:140 -msgid "" -"Set a system wide quota for every user. This value is the total capacity " -"that a user can use across all storage systems. A value of 0 means " -"unlimited.Optional unit can be specified for the value. Accepted units " -"are B, KB, MB, GB and TB representing Bytes, KiloBytes, MegaBytes, " -"GigaBytes and TeraBytes respectively. If no unit is specified then Bytes " -"is assumed. Note that there should not be any space between value and " -"unit and units are case sensitive." -msgstr "" - -#: glance/common/config.py:150 -msgid "Deploy the v1 OpenStack Images API." -msgstr "" - -#: glance/common/config.py:152 -msgid "Deploy the v2 OpenStack Images API." -msgstr "" - -#: glance/common/config.py:154 -msgid "Deploy the v1 OpenStack Registry API." -msgstr "" - -#: glance/common/config.py:156 -msgid "Deploy the v2 OpenStack Registry API." -msgstr "" - -#: glance/common/config.py:158 -msgid "The hostname/IP of the pydev process listening for debug connections" -msgstr "" - -#: glance/common/config.py:161 -msgid "The port on which a pydev process is listening for connections." -msgstr "" - -#: glance/common/config.py:164 -msgid "" -"AES key for encrypting store 'location' metadata. This includes, if used," -" Swift or S3 credentials. Should be set to a random string of length 16, " -"24 or 32 bytes" -msgstr "" - -#: glance/common/config.py:169 -msgid "" -"Digest algorithm which will be used for digital signature; the default is" -" sha1 the default in Kilo for a smooth upgrade process, and it will be " -"updated with sha256 in next release(L). Use the command \"openssl list-" -"message-digest-algorithms\" to get the available algorithms supported by " -"the version of OpenSSL on the platform. Examples are \"sha1\", " -"\"sha256\", \"sha512\", etc." -msgstr "" - -#: glance/common/config.py:237 -#, python-format -msgid "Unable to locate paste config file for %s." -msgstr "" - -#: glance/common/config.py:276 -#, python-format -msgid "" -"Unable to load %(app_name)s from configuration file %(conf_file)s.\n" -"Got: %(e)r" -msgstr "" - -#: glance/common/exception.py:42 -msgid "An unknown exception occurred" -msgstr "" - -#: glance/common/exception.py:67 -#, python-format -msgid "Missing required credential: %(required)s" -msgstr "" - -#: glance/common/exception.py:71 -#, python-format -msgid "" -"Incorrect auth strategy, expected \"%(expected)s\" but received " -"\"%(received)s\"" -msgstr "" - -#: glance/common/exception.py:76 -msgid "An object with the specified identifier was not found." -msgstr "" - -#: glance/common/exception.py:80 -msgid "The Store URI was malformed." -msgstr "" - -#: glance/common/exception.py:84 -msgid "An object with the same identifier already exists." -msgstr "" - -#: glance/common/exception.py:88 -msgid "An object with the same identifier is currently being operated on." -msgstr "" - -#: glance/common/exception.py:93 -#, python-format -msgid "" -"The size of the data %(image_size)s will exceed the limit. %(remaining)s " -"bytes remaining." -msgstr "" - -#: glance/common/exception.py:98 -#, python-format -msgid "Connect error/bad request to Auth service at URL %(url)s." -msgstr "" - -#: glance/common/exception.py:102 -#, python-format -msgid "Auth service at URL %(url)s not found." -msgstr "" - -#: glance/common/exception.py:106 -msgid "Authorization failed." -msgstr "" - -#: glance/common/exception.py:110 -msgid "You are not authenticated." -msgstr "" - -#: glance/common/exception.py:114 -#, python-format -msgid "Image upload problem: %s" -msgstr "" - -#: glance/common/exception.py:118 glance/common/exception.py:122 -#: glance/common/exception.py:407 -msgid "You are not authorized to complete this action." -msgstr "" - -#: glance/common/exception.py:126 -#, python-format -msgid "Image %(image_id)s is protected and cannot be deleted." -msgstr "" - -#: glance/common/exception.py:130 -#, python-format -msgid "" -"Metadata definition namespace %(namespace)s is protected and cannot be " -"deleted." -msgstr "" - -#: glance/common/exception.py:135 -#, python-format -msgid "" -"Metadata definition property %(property_name)s is protected and cannot be" -" deleted." -msgstr "" - -#: glance/common/exception.py:140 -#, python-format -msgid "" -"Metadata definition object %(object_name)s is protected and cannot be " -"deleted." -msgstr "" - -#: glance/common/exception.py:145 -#, python-format -msgid "" -"Metadata definition resource-type-association %(resource_type)s is " -"protected and cannot be deleted." -msgstr "" - -#: glance/common/exception.py:150 -#, python-format -msgid "" -"Metadata definition resource-type %(resource_type_name)s is a seeded-" -"system type and cannot be deleted." -msgstr "" - -#: glance/common/exception.py:155 -#, python-format -msgid "Metadata definition tag %(tag_name)s is protected and cannot be deleted." -msgstr "" - -#: glance/common/exception.py:160 -msgid "Data supplied was not valid." -msgstr "" - -#: glance/common/exception.py:164 -msgid "Sort key supplied was not valid." -msgstr "" - -#: glance/common/exception.py:168 -msgid "Sort direction supplied was not valid." -msgstr "" - -#: glance/common/exception.py:172 -msgid "Invalid configuration in property protection file." -msgstr "" - -#: glance/common/exception.py:176 -msgid "Invalid configuration in glance-swift conf file." -msgstr "" - -#: glance/common/exception.py:180 -msgid "Unable to filter using the specified range." -msgstr "" - -#: glance/common/exception.py:184 -#, python-format -msgid "Invalid value for option %(option)s: %(value)s" -msgstr "" - -#: glance/common/exception.py:188 -#, python-format -msgid "Attribute '%(property)s' is read-only." -msgstr "" - -#: glance/common/exception.py:192 -#, python-format -msgid "Attribute '%(property)s' is reserved." -msgstr "" - -#: glance/common/exception.py:196 -#, python-format -msgid "Redirecting to %(uri)s for authorization." -msgstr "" - -#: glance/common/exception.py:200 -msgid "There was an error connecting to a server" -msgstr "" - -#: glance/common/exception.py:204 -msgid "There was an error configuring the client." -msgstr "" - -#: glance/common/exception.py:208 -#, python-format -msgid "" -"The request returned a 302 Multiple Choices. This generally means that " -"you have not included a version indicator in a request URI.\n" -"\n" -"The body of response returned:\n" -"%(body)s" -msgstr "" - -#: glance/common/exception.py:214 -#, python-format -msgid "" -"The request returned a 413 Request Entity Too Large. This generally means" -" that rate limiting or a quota threshold was breached.\n" -"\n" -"The response body:\n" -"%(body)s" -msgstr "" - -#: glance/common/exception.py:225 -msgid "" -"The request returned 503 Service Unavailable. This generally occurs on " -"service overload or other transient outage." -msgstr "" - -#: glance/common/exception.py:236 -msgid "The request returned 500 Internal Server Error." -msgstr "" - -#: glance/common/exception.py:240 -#, python-format -msgid "" -"The request returned an unexpected status: %(status)s.\n" -"\n" -"The response body:\n" -"%(body)s" -msgstr "" - -#: glance/common/exception.py:245 -#, python-format -msgid "Invalid content type %(content_type)s" -msgstr "" - -#: glance/common/exception.py:249 -#, python-format -msgid "Registry was not configured correctly on API server. Reason: %(reason)s" -msgstr "" - -#: glance/common/exception.py:254 -#, python-format -msgid "" -"Driver %(driver_name)s could not be configured correctly. Reason: " -"%(reason)s" -msgstr "" - -#: glance/common/exception.py:259 -#, python-format -msgid "Maximum redirects (%(redirects)s) was exceeded." -msgstr "" - -#: glance/common/exception.py:263 -msgid "Received invalid HTTP redirect." -msgstr "" - -#: glance/common/exception.py:267 -msgid "Response from Keystone does not contain a Glance endpoint." -msgstr "" - -#: glance/common/exception.py:271 -#, python-format -msgid "" -"Multiple 'image' service matches for region %(region)s. This generally " -"means that a region is required and you have not supplied one." -msgstr "" - -#: glance/common/exception.py:277 -#, python-format -msgid "Server worker creation failed: %(reason)s." -msgstr "" - -#: glance/common/exception.py:281 -#, python-format -msgid "Unable to load schema: %(reason)s" -msgstr "" - -#: glance/common/exception.py:285 -#, python-format -msgid "Provided object does not match schema '%(schema)s': %(reason)s" -msgstr "" - -#: glance/common/exception.py:290 -#, python-format -msgid "Provided header feature is unsupported: %(feature)s" -msgstr "" - -#: glance/common/exception.py:294 -msgid "" -"The image cannot be deleted because it is in use through the backend " -"store outside of daisy." -msgstr "" - -#: glance/common/exception.py:299 -msgid "The provided image is too large." -msgstr "" - -#: glance/common/exception.py:309 -#, python-format -msgid "" -"The limit has been exceeded on the number of allowed image properties. " -"Attempted: %(attempted)s, Maximum: %(maximum)s" -msgstr "" - -#: glance/common/exception.py:314 -#, python-format -msgid "" -"The limit has been exceeded on the number of allowed image tags. " -"Attempted: %(attempted)s, Maximum: %(maximum)s" -msgstr "" - -#: glance/common/exception.py:319 -#, python-format -msgid "" -"The limit has been exceeded on the number of allowed image locations. " -"Attempted: %(attempted)s, Maximum: %(maximum)s" -msgstr "" - -#: glance/common/exception.py:324 -msgid "System SIGHUP signal received." -msgstr "" - -#: glance/common/exception.py:328 -#, python-format -msgid "%(cls)s exception was raised in the last rpc call: %(val)s" -msgstr "" - -#: glance/common/exception.py:332 -msgid "An unknown task exception occurred" -msgstr "" - -#: glance/common/exception.py:336 -msgid "Task was not configured properly" -msgstr "" - -#: glance/common/exception.py:340 -#, python-format -msgid "Task with the given id %(task_id)s was not found" -msgstr "" - -#: glance/common/exception.py:344 -#, python-format -msgid "Provided status of task is unsupported: %(status)s" -msgstr "" - -#: glance/common/exception.py:348 -#, python-format -msgid "Provided type of task is unsupported: %(type)s" -msgstr "" - -#: glance/common/exception.py:352 -#, python-format -msgid "Status transition from %(cur_status)s to %(new_status)s is not allowed" -msgstr "" - -#: glance/common/exception.py:357 -#, python-format -msgid "The location %(location)s already exists" -msgstr "" - -#: glance/common/exception.py:365 -#, python-format -msgid "Invalid value '%(value)s' for parameter '%(param)s': %(extra_msg)s" -msgstr "" - -#: glance/common/exception.py:370 -#, python-format -msgid "" -"Image status transition from %(cur_status)s to %(new_status)s is not " -"allowed" -msgstr "" - -#: glance/common/exception.py:375 -#, python-format -msgid "The metadata definition namespace=%(namespace_name)s already exists." -msgstr "" - -#: glance/common/exception.py:380 -#, python-format -msgid "" -"A metadata definition object with name=%(object_name)s already exists in " -"namespace=%(namespace_name)s." -msgstr "" - -#: glance/common/exception.py:385 -#, python-format -msgid "" -"A metadata definition property with name=%(property_name)s already exists" -" in namespace=%(namespace_name)s." -msgstr "" - -#: glance/common/exception.py:390 -#, python-format -msgid "" -"A metadata definition resource-type with name=%(resource_type_name)s " -"already exists." -msgstr "" - -#: glance/common/exception.py:395 -#, python-format -msgid "" -"The metadata definition resource-type association of resource-" -"type=%(resource_type_name)s to namespace=%(namespace_name)s already " -"exists." -msgstr "" - -#: glance/common/exception.py:402 -#, python-format -msgid "" -"A metadata tag with name=%(name)s already exists in " -"namespace=%(namespace_name)s." -msgstr "" - -#: glance/common/exception.py:411 -#, python-format -msgid "" -"The metadata definition %(record_type)s with name=%(record_name)s not " -"deleted. Other records still refer to it." -msgstr "" - -#: glance/common/exception.py:417 -#, python-format -msgid "Metadata definition namespace=%(namespace_name)swas not found." -msgstr "" - -#: glance/common/exception.py:422 -#, python-format -msgid "" -"The metadata definition object with name=%(object_name)s was not found in" -" namespace=%(namespace_name)s." -msgstr "" - -#: glance/common/exception.py:428 -#, python-format -msgid "" -"The metadata definition property with name=%(property_name)s was not " -"found in namespace=%(namespace_name)s." -msgstr "" - -#: glance/common/exception.py:434 -#, python-format -msgid "" -"The metadata definition resource-type with name=%(resource_type_name)s, " -"was not found." -msgstr "" - -#: glance/common/exception.py:439 -#, python-format -msgid "" -"The metadata definition resource-type association of resource-" -"type=%(resource_type_name)s to namespace=%(namespace_name)s, was not " -"found." -msgstr "" - -#: glance/common/exception.py:446 -#, python-format -msgid "" -"The metadata definition tag with name=%(name)s was not found in " -"namespace=%(namespace_name)s." -msgstr "" - -#: glance/common/exception.py:452 -#, python-format -msgid "Version is invalid: %(reason)s" -msgstr "" - -#: glance/common/exception.py:456 -msgid "Invalid property definition" -msgstr "" - -#: glance/common/exception.py:460 -msgid "Invalid type definition" -msgstr "" - -#: glance/common/exception.py:464 -#, python-format -msgid "Property '%(name)s' may not have value '%(val)s': %(msg)s" -msgstr "" - -#: glance/common/exception.py:474 -#, python-format -msgid "Artifact with id=%(id)s was not found" -msgstr "" - -#: glance/common/exception.py:478 -#, python-format -msgid "Artifact with id=%(id)s is not accessible" -msgstr "" - -#: glance/common/exception.py:482 -msgid "Artifact with the specified type, name and version already exists" -msgstr "" - -#: glance/common/exception.py:487 -#, python-format -msgid "Artifact cannot change state from %(source)s to %(target)s" -msgstr "" - -#: glance/common/exception.py:491 -#, python-format -msgid "" -"Artifact with the specified type, name and version already has the direct" -" dependency=%(dep)s" -msgstr "" - -#: glance/common/exception.py:496 -#, python-format -msgid "" -"Artifact with the specified type, name and version already has the " -"transitive dependency=%(dep)s" -msgstr "" - -#: glance/common/exception.py:501 -#, python-format -msgid "Operator %(op)s is not supported" -msgstr "" - -#: glance/common/exception.py:505 -#, python-format -msgid "Show level %(shl)s is not supported in this operation" -msgstr "" - -#: glance/common/exception.py:509 -#, python-format -msgid "Property's %(prop)s value has not been found" -msgstr "" - -#: glance/common/exception.py:513 -#, python-format -msgid "Artifact has no property %(prop)s" -msgstr "" - -#: glance/common/exception.py:517 -#, python-format -msgid "Cannot use this parameter with the operator %(op)s" -msgstr "" - -#: glance/common/exception.py:521 -#, python-format -msgid "Cannot load artifact '%(name)s'" -msgstr "" - -#: glance/common/exception.py:525 -#, python-format -msgid "Plugin name '%(plugin)s' should match artifact typename '%(name)s'" -msgstr "" - -#: glance/common/exception.py:530 -#, python-format -msgid "No plugin for '%(name)s' has been loaded" -msgstr "" - -#: glance/common/exception.py:534 -#, python-format -msgid "Artifact type with name '%(name)s' and version '%(version)s' is not known" -msgstr "" - -#: glance/common/exception.py:539 -#, python-format -msgid "Artifact state cannot be changed from %(curr)s to %(to)s" -msgstr "" - -#: glance/common/exception.py:543 -msgid "Invalid jsonpatch request" -msgstr "" - -#: glance/common/exception.py:547 -#, python-format -msgid "The provided body %(body)s is invalid under given schema: %(schema)s" -msgstr "" - -#: glance/common/exception.py:552 -#, python-format -msgid "The provided path '%(path)s' is invalid: %(explanation)s" -msgstr "" - -#: glance/common/jsonpatchvalidator.py:101 -msgid "" -"Json path should start with a '/', end with no '/', no 2 subsequent '/' " -"are allowed." -msgstr "" - -#: glance/common/jsonpatchvalidator.py:105 -msgid "" -"Pointer contains '~' which is not part of a recognized escape sequence " -"[~0, ~1]." -msgstr "" - -#: glance/common/property_utils.py:39 -msgid "" -"The location of the property protection file.This file contains the rules" -" for property protections and the roles/policies associated with it. If " -"this config value is not specified, by default, property protections " -"won't be enforced. If a value is specified and the file is not found, " -"then the daisy-api service will not start." -msgstr "" - -#: glance/common/property_utils.py:49 -msgid "" -"This config value indicates whether \"roles\" or \"policies\" are used in" -" the property protection file." -msgstr "" - -#: glance/common/property_utils.py:136 -#, python-format -msgid "" -"Property protection on operation %(operation)s for rule %(rule)s is not " -"found. No role will be allowed to perform this operation." -msgstr "" - -#: glance/common/rpc.py:143 -msgid "Request must be a list of commands" -msgstr "" - -#: glance/common/rpc.py:148 -#, python-format -msgid "Bad Command: %s" -msgstr "" - -#: glance/common/rpc.py:155 -#, python-format -msgid "Wrong command structure: %s" -msgstr "" - -#: glance/common/rpc.py:164 -msgid "Command not found" -msgstr "" - -#: glance/common/semver_db.py:76 -#, python-format -msgid "Version component is too large (%d max)" -msgstr "" - -#: glance/common/semver_db.py:124 -#, python-format -msgid "Prerelease numeric component is too large (%d characters max)" -msgstr "" - -#: glance/common/store_utils.py:34 glance/registry/client/__init__.py:56 -msgid "" -"Whether to pass through the user token when making requests to the " -"registry." -msgstr "" - -#: glance/common/swift_store_utils.py:33 -msgid "" -"The reference to the default swift account/backing store parameters to " -"use for adding new images." -msgstr "" - -#: glance/common/swift_store_utils.py:36 -msgid "" -"The address where the Swift authentication service is " -"listening.(deprecated)" -msgstr "" - -#: glance/common/swift_store_utils.py:39 -msgid "" -"The user to authenticate against the Swift authentication service " -"(deprecated)" -msgstr "" - -#: glance/common/swift_store_utils.py:42 -msgid "" -"Auth key for the user authenticating against the Swift authentication " -"service. (deprecated)" -msgstr "" - -#: glance/common/swift_store_utils.py:45 -msgid "The config file that has the swift account(s)configs." -msgstr "" - -#: glance/common/utils.py:299 -#, python-format -msgid "Bad header: %(header_name)s" -msgstr "" - -#: glance/common/utils.py:313 -#, python-format -msgid "Cannot convert image %(key)s '%(value)s' to an integer." -msgstr "" - -#: glance/common/utils.py:320 -#, python-format -msgid "Image %(key)s must be >= 0 ('%(value)s' specified)." -msgstr "" - -#: glance/common/utils.py:549 -#, python-format -msgid "" -"There is a problem with your %(error_key_name)s %(error_filename)s. " -"Please verify it. Error: %(ioe)s" -msgstr "" - -#: glance/common/utils.py:556 -#, python-format -msgid "" -"There is a problem with your %(error_key_name)s %(error_filename)s. " -"Please verify it. OpenSSL error: %(ce)s" -msgstr "" - -#: glance/common/utils.py:577 -#, python-format -msgid "" -"There is a problem with your key pair. Please verify that cert " -"%(cert_file)s and key %(key_file)s belong together. OpenSSL error %(ce)s" -msgstr "" - -#: glance/common/utils.py:634 -#, python-format -msgid "Host and port \"%s\" is not valid." -msgstr "" - -#: glance/common/utils.py:637 -#, python-format -msgid "Port \"%s\" is not valid." -msgstr "" - -#: glance/common/utils.py:646 -#, python-format -msgid "Host \"%s\" is not valid." -msgstr "" - -#: glance/common/utils.py:649 -#, python-format -msgid "" -"%s Please specify a host:port pair, where host is an IPv4 address, IPv6 " -"address, hostname, or FQDN. If using an IPv6 address, enclose it in " -"brackets separately from the port (i.e., \"[fe80::a:b:c]:9876\")." -msgstr "" - -#: glance/common/utils.py:696 -msgid "Property names can't contain 4 byte unicode." -msgstr "" - -#: glance/common/utils.py:699 -#, python-format -msgid "%s can't contain 4 byte unicode characters." -msgstr "" - -#: glance/common/utils.py:708 -msgid "Param values can't contain 4 byte unicode." -msgstr "" - -#: glance/common/wsgi.py:61 -msgid "" -"Address to bind the server. Useful when selecting a particular network " -"interface." -msgstr "" - -#: glance/common/wsgi.py:64 -msgid "The port on which the server will listen." -msgstr "" - -#: glance/common/wsgi.py:69 -msgid "The backlog value that will be used when creating the TCP listener socket." -msgstr "" - -#: glance/common/wsgi.py:72 -msgid "" -"The value for the socket option TCP_KEEPIDLE. This is the time in " -"seconds that the connection must be idle before TCP starts sending " -"keepalive probes." -msgstr "" - -#: glance/common/wsgi.py:75 -msgid "CA certificate file to use to verify connecting clients." -msgstr "" - -#: glance/common/wsgi.py:77 -msgid "Certificate file to use when starting API server securely." -msgstr "" - -#: glance/common/wsgi.py:79 -msgid "Private key file to use when starting API server securely." -msgstr "" - -#: glance/common/wsgi.py:85 -msgid "" -"The number of child process workers that will be created to service " -"requests. The default will be equal to the number of CPUs available." -msgstr "" - -#: glance/common/wsgi.py:89 -msgid "" -"Maximum line size of message headers to be accepted. max_header_line may " -"need to be increased when using large tokens (typically those generated " -"by the Keystone v3 API with big service catalogs" -msgstr "" - -#: glance/common/wsgi.py:94 -msgid "" -"If False, server will return the header \"Connection: close\", If True, " -"server will return \"Connection: Keep-Alive\" in its responses. In order " -"to close the client socket connection explicitly after the response is " -"sent and read successfully by the client, you simply have to set this " -"option to False when you create a wsgi server." -msgstr "" - -#: glance/common/wsgi.py:106 -msgid "If False fully disable profiling feature." -msgstr "" - -#: glance/common/wsgi.py:108 -msgid "If False doesn't trace SQL requests." -msgstr "" - -#: glance/common/wsgi.py:178 -msgid "" -"When running server in SSL mode, you must specify both a cert_file and " -"key_file option value in your configuration file" -msgstr "" - -#: glance/common/wsgi.py:195 -#, python-format -msgid "Could not bind to %(host)s:%(port)s after trying for 30 seconds" -msgstr "" - -#: glance/common/wsgi.py:210 -msgid "eventlet 'poll' nor 'selects' hubs are available on this platform" -msgstr "" - -#: glance/common/wsgi.py:752 -#, python-format -msgid "Malformed Content-Range header: %s" -msgstr "" - -#: glance/common/wsgi.py:785 -msgid "Malformed JSON in request body." -msgstr "" - -#: glance/common/artifacts/declarative.py:63 -msgid "Not a valid value type" -msgstr "" - -#: glance/common/artifacts/declarative.py:96 -msgid "Default value is invalid" -msgstr "" - -#: glance/common/artifacts/declarative.py:110 -#: glance/common/artifacts/declarative.py:716 -msgid "Value is required" -msgstr "" - -#: glance/common/artifacts/declarative.py:133 -msgid "Invalid item type specification" -msgstr "" - -#: glance/common/artifacts/declarative.py:136 -msgid "List definitions may hot have defaults" -msgstr "" - -#: glance/common/artifacts/declarative.py:151 -msgid "Cannot specify 'min_size' explicitly" -msgstr "" - -#: glance/common/artifacts/declarative.py:156 -msgid "Cannot specify 'max_size' explicitly" -msgstr "" - -#: glance/common/artifacts/declarative.py:181 -msgid "List size is less than minimum" -msgstr "" - -#: glance/common/artifacts/declarative.py:190 -msgid "List size is greater than maximum" -msgstr "" - -#: glance/common/artifacts/declarative.py:205 -msgid "Items have to be unique" -msgstr "" - -#: glance/common/artifacts/declarative.py:253 -msgid "Invalid dict property type specification" -msgstr "" - -#: glance/common/artifacts/declarative.py:259 -msgid "Invalid dict property type" -msgstr "" - -#: glance/common/artifacts/declarative.py:273 -msgid "Dictionary contains unexpected key(s)" -msgstr "" - -#: glance/common/artifacts/declarative.py:289 -msgid "Dictionary size is less than minimum" -msgstr "" - -#: glance/common/artifacts/declarative.py:299 -msgid "Dictionary size is greater than maximum" -msgstr "" - -#: glance/common/artifacts/declarative.py:366 -msgid "Custom validators list should contain tuples '(function, message)'" -msgstr "" - -#: glance/common/artifacts/declarative.py:383 -#, python-format -msgid "Allowed values %s are invalid under given validators" -msgstr "" - -#: glance/common/artifacts/declarative.py:390 -msgid "Is not allowed value" -msgstr "" - -#: glance/common/artifacts/declarative.py:408 -msgid "Dependency relations cannot be mutable" -msgstr "" - -#: glance/common/artifacts/declarative.py:467 -msgid "Attempt to set readonly property" -msgstr "" - -#: glance/common/artifacts/declarative.py:475 -msgid "Attempt to set value of immutable property" -msgstr "" - -#: glance/common/artifacts/declarative.py:561 -msgid "Type version has to be a valid semver string" -msgstr "" - -#: glance/common/artifacts/declarative.py:569 -#, python-format -msgid "%(attribute)s is required" -msgstr "" - -#: glance/common/artifacts/declarative.py:574 -#, python-format -msgid "%(attribute)s have to be string" -msgstr "" - -#: glance/common/artifacts/declarative.py:577 -#, python-format -msgid "%(attribute)s may not be longer than %(length)i" -msgstr "" - -#: glance/common/artifacts/declarative.py:581 -#, python-format -msgid "%(attribute)s may not be shorter than %(length)i" -msgstr "" - -#: glance/common/artifacts/declarative.py:585 -#, python-format -msgid "%(attribute)s should match pattern %(pattern)s" -msgstr "" - -#: glance/common/artifacts/declarative.py:629 -msgid "Cannot declare artifact property with reserved name 'metadata'" -msgstr "" - -#: glance/common/artifacts/declarative.py:658 -msgid "Unable to modify collection in immutable or readonly property" -msgstr "" - -#: glance/common/artifacts/definitions.py:75 -msgid "Max string length may not exceed 255 characters" -msgstr "" - -#: glance/common/artifacts/definitions.py:78 -msgid "Length is greater than maximum" -msgstr "" - -#: glance/common/artifacts/definitions.py:89 -msgid "Min string length may not be negative" -msgstr "" - -#: glance/common/artifacts/definitions.py:93 -msgid "Length is less than minimum" -msgstr "" - -#: glance/common/artifacts/definitions.py:105 -msgid "Does not match pattern" -msgstr "" - -#: glance/common/artifacts/definitions.py:162 -#: glance/common/artifacts/definitions.py:214 -#: glance/common/artifacts/definitions.py:264 -msgid "Value is less than minimum" -msgstr "" - -#: glance/common/artifacts/definitions.py:173 -#: glance/common/artifacts/definitions.py:225 -#: glance/common/artifacts/definitions.py:275 -msgid "Value is greater than maximum" -msgstr "" - -#: glance/common/artifacts/definitions.py:316 -msgid "Array property can't have item_type=Array" -msgstr "" - -#: glance/common/artifacts/definitions.py:388 -msgid "Unable to specify artifact type explicitly" -msgstr "" - -#: glance/common/artifacts/definitions.py:391 -msgid "Unable to specify artifact type version explicitly" -msgstr "" - -#: glance/common/artifacts/definitions.py:430 -msgid "Unable to specify version if multiple types are possible" -msgstr "" - -#: glance/common/artifacts/definitions.py:445 -msgid "Invalid referenced type" -msgstr "" - -#: glance/common/artifacts/definitions.py:448 -msgid "Unable to specify version if type is not specified" -msgstr "" - -#: glance/common/artifacts/definitions.py:466 -msgid "Invalid reference list specification" -msgstr "" - -#: glance/common/artifacts/definitions.py:532 -msgid "Blob size is not set" -msgstr "" - -#: glance/common/artifacts/definitions.py:536 -msgid "File too large" -msgstr "" - -#: glance/common/artifacts/definitions.py:540 -msgid "File too small" -msgstr "" - -#: glance/common/artifacts/definitions.py:545 -msgid "Too few locations" -msgstr "" - -#: glance/common/artifacts/definitions.py:550 -msgid "Too many locations" -msgstr "" - -#: glance/common/artifacts/loader.py:36 -msgid "" -"When false, no artifacts can be loaded regardless of available_plugins. " -"When true, artifacts can be loaded." -msgstr "" - -#: glance/common/artifacts/loader.py:40 -msgid "" -"A list of artifacts that are allowed in the format name or name-version. " -"Empty list means that any artifact can be loaded." -msgstr "" - -#: glance/common/artifacts/serialization.py:191 -#, python-format -msgid "Blob %(name)s may not have multiple values" -msgstr "" - -#: glance/common/artifacts/serialization.py:212 -#, python-format -msgid "Relation %(name)s may not have multiple values" -msgstr "" - -#: glance/common/location_strategy/__init__.py:30 -msgid "" -"This value sets what strategy will be used to determine the image " -"location order. Currently two strategies are packaged with Glance " -"'location_order' and 'store_type'." -msgstr "" - -#: glance/common/location_strategy/__init__.py:57 -#, python-format -msgid "" -"%(strategy)s is registered as a module twice. %(module)s is not being " -"used." -msgstr "" - -#: glance/common/location_strategy/__init__.py:82 -#, python-format -msgid "" -"Invalid location_strategy option: %(name)s. The valid strategy option(s) " -"is(are): %(strategies)s" -msgstr "" - -#: glance/common/location_strategy/store_type.py:29 -msgid "" -"The store names to use to get store preference order. The name must be " -"registered by one of the stores defined by the 'stores' config option. " -"This option will be applied when you using 'store_type' option as image " -"location strategy defined by the 'location_strategy' config option." -msgstr "" - -#: glance/common/scripts/utils.py:65 -#, python-format -msgid "Input does not contain '%(key)s' field" -msgstr "" - -#: glance/common/scripts/utils.py:99 -msgid "" -"File based imports are not allowed. Please use a non-local source of " -"image data." -msgstr "" - -#: glance/common/scripts/utils.py:108 -#, python-format -msgid "" -"The given uri is not valid. Please specify a valid uri from the following" -" list of supported uri %(supported)s" -msgstr "" - -#: glance/common/scripts/image_import/main.py:108 -#, python-format -msgid "" -"The Image %(image_id)s object being created by this task %(task_id)s, is " -"no longer in valid status for further processing." -msgstr "" - -#: glance/contrib/plugins/image_artifact/v2/image.py:41 -msgid "Either a file or a legacy_image_id has to be specified" -msgstr "" - -#: glance/contrib/plugins/image_artifact/v2/image.py:46 -msgid "Both file and legacy_image_id may not be specified at the same time" -msgstr "" - -#: glance/contrib/plugins/image_artifact/v2/image.py:60 -msgid "Unable to get legacy image" -msgstr "" - -#: glance/contrib/plugins/image_artifact/v2/image.py:74 -msgid "Legacy image was not found" -msgstr "" - -#: glance/db/__init__.py:72 glance/db/__init__.py:182 glance/db/__init__.py:194 -#, python-format -msgid "No image found with ID %s" -msgstr "" - -#: glance/db/__init__.py:253 -#, python-format -msgid "" -"The target member %(member_id)s is already associated with image " -"%(image_id)s." -msgstr "" - -#: glance/db/__init__.py:270 -#, python-format -msgid "The specified member %s could not be found" -msgstr "" - -#: glance/db/__init__.py:348 glance/db/__init__.py:369 -#: glance/db/__init__.py:386 -#, python-format -msgid "Could not find task %s" -msgstr "" - -#: glance/db/__init__.py:433 -#, python-format -msgid "Could not find namespace %s" -msgstr "" - -#: glance/db/__init__.py:455 glance/db/__init__.py:465 -#: glance/db/__init__.py:475 glance/db/__init__.py:485 -#, python-format -msgid "The specified namespace %s could not be found" -msgstr "" - -#: glance/db/__init__.py:576 -#, python-format -msgid "Could not find metadata object %s" -msgstr "" - -#: glance/db/__init__.py:599 -#, python-format -msgid "The specified metadata object %s could not be found" -msgstr "" - -#: glance/db/__init__.py:692 -#, python-format -msgid "The specified resource type %s could not be found " -msgstr "" - -#: glance/db/__init__.py:739 -#, python-format -msgid "Could not find property %s" -msgstr "" - -#: glance/db/__init__.py:761 -#, python-format -msgid "The specified property %s could not be found" -msgstr "" - -#: glance/db/__init__.py:825 -#, python-format -msgid "Could not find metadata tag %s" -msgstr "" - -#: glance/db/__init__.py:851 -#, python-format -msgid "The specified metadata tag %s could not be found" -msgstr "" - -#: glance/db/simple/api.py:294 glance/db/sqlalchemy/api.py:466 -msgid "Unable to filter on a range with a non-numeric value." -msgstr "" - -#: glance/db/simple/api.py:488 glance/db/sqlalchemy/api.py:1115 -msgid "Image id is required." -msgstr "" - -#: glance/db/simple/api.py:548 glance/db/sqlalchemy/api.py:818 -#, python-format -msgid "The location data has an invalid ID: %d" -msgstr "" - -#: glance/db/simple/api.py:568 glance/db/simple/api.py:594 -#: glance/db/sqlalchemy/api.py:838 glance/db/sqlalchemy/api.py:864 -#, python-format -msgid "No location found with ID %(loc)s from image %(img)s" -msgstr "" - -#: glance/db/simple/api.py:578 -msgid "" -"The status of deleted image location can only be set to 'pending_delete' " -"or 'deleted'." -msgstr "" - -#: glance/db/simple/api.py:921 -#, python-format -msgid "Forbidding request, task %s is not visible" -msgstr "" - -#: glance/db/simple/api.py:1037 -msgid "Task does not exist" -msgstr "" - -#: glance/db/simple/api.py:1140 -#: glance/db/sqlalchemy/metadef_api/namespace.py:256 -#, python-format -msgid "" -"Invalid update. It would result in a duplicate metadata definition " -"namespace with the same name of %s" -msgstr "" - -#: glance/db/simple/api.py:1161 -#: glance/db/sqlalchemy/metadef_api/namespace.py:90 -#, python-format -msgid "Metadata definition namespace not found for id=%s" -msgstr "" - -#: glance/db/simple/api.py:1170 glance/db/simple/api.py:2128 -#: glance/db/sqlalchemy/metadef_api/namespace.py:100 -#: glance/db/sqlalchemy/metadef_api/namespace.py:124 -#, python-format -msgid "Forbidding request, metadata definition namespace=%s is not visible." -msgstr "" - -#: glance/db/simple/api.py:1295 glance/db/sqlalchemy/metadef_api/object.py:38 -#, python-format -msgid "Metadata definition object not found for id=%s" -msgstr "" - -#: glance/db/simple/api.py:1378 -#, python-format -msgid "" -"Invalid update. It would result in a duplicate metadata definition object" -" with the same name=%(name)s in namespace=%(namespace_name)s." -msgstr "" - -#: glance/db/simple/api.py:1507 -#: glance/db/sqlalchemy/metadef_api/property.py:128 -#, python-format -msgid "" -"Invalid update. It would result in a duplicate metadata definition " -"property with the same name=%(name)s in namespace=%(namespace_name)s." -msgstr "" - -#: glance/db/simple/api.py:1551 glance/db/sqlalchemy/metadef_api/property.py:40 -#, python-format -msgid "Metadata definition property not found for id=%s" -msgstr "" - -#: glance/db/simple/api.py:1761 -#, python-format -msgid "Metadata definition tag not found for id=%s" -msgstr "" - -#: glance/db/sqlalchemy/api.py:118 -msgid "You do not own this image" -msgstr "" - -#: glance/db/sqlalchemy/api.py:395 -msgid "Unknown sort direction, must be 'desc' or 'asc'" -msgstr "" - -#: glance/db/sqlalchemy/api.py:767 -#: glance/tests/unit/v2/test_registry_client.py:583 -#, python-format -msgid "" -"cannot transition from %(current)s to %(next)s in update (wanted " -"from_state=%(from)s)" -msgstr "" - -#: glance/db/sqlalchemy/api.py:847 -msgid "" -"The status of deleted image location can only be set to 'pending_delete' " -"or 'deleted'" -msgstr "" - -#: glance/db/sqlalchemy/metadata.py:46 -msgid "Path to the directory where json metadata files are stored" -msgstr "" - -#: glance/db/sqlalchemy/metadef_api/object.py:118 -#, python-format -msgid "" -"Invalid update. It would result in a duplicate metadata definition object" -" with the same name=%(name)s in namespace=%(namespace_name)s." -msgstr "" - -#: glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py:91 -#: glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py:158 -msgid "" -"URI cannot contain more than one occurrence of a scheme.If you have " -"specified a URI like " -"swift://user:pass@http://authurl.com/v1/container/obj, you need to change" -" it to use the swift+http:// scheme, like so: " -"swift+http://user:pass@authurl.com/v1/container/obj" -msgstr "" - -#: glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py:128 -#: glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py:194 -#, python-format -msgid "Badly formed credentials '%(creds)s' in Swift URI" -msgstr "" - -#: glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py:140 -#: glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py:206 -msgid "Badly formed credentials in Swift URI." -msgstr "" - -#: glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py:157 -#: glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py:223 -#, python-format -msgid "Badly formed S3 URI: %(uri)s" -msgstr "" - -#: glance/domain/__init__.py:67 -#, python-format -msgid "new_image() got unexpected keywords %s" -msgstr "" - -#: glance/domain/__init__.py:139 -#, python-format -msgid "__init__() got unexpected keyword argument '%s'" -msgstr "" - -#: glance/domain/__init__.py:161 -#, python-format -msgid "Property %s must be set prior to saving data." -msgstr "" - -#: glance/domain/__init__.py:164 -#, python-format -msgid "Properties %s must be set prior to saving data." -msgstr "" - -#: glance/domain/__init__.py:181 -msgid "Visibility must be either \"public\" or \"private\"" -msgstr "" - -#: glance/domain/__init__.py:200 -msgid "Attribute container_format can be only replaced for a queued image." -msgstr "" - -#: glance/domain/__init__.py:212 -msgid "Attribute disk_format can be only replaced for a queued image." -msgstr "" - -#: glance/domain/__init__.py:224 glance/domain/__init__.py:237 -msgid "Cannot be a negative value" -msgstr "" - -#: glance/domain/__init__.py:261 -#, python-format -msgid "Not allowed to deactivate image in status '%s'" -msgstr "" - -#: glance/domain/__init__.py:275 -#, python-format -msgid "Not allowed to reactivate image in status '%s'" -msgstr "" - -#: glance/domain/__init__.py:330 -msgid "Status must be \"pending\", \"accepted\" or \"rejected\"." -msgstr "" - -#: glance/image_cache/__init__.py:40 -msgid "The driver to use for image cache management." -msgstr "" - -#: glance/image_cache/__init__.py:42 -msgid "" -"The upper limit (the maximum size of accumulated cache in bytes) beyond " -"which pruner, if running, starts cleaning the images cache." -msgstr "" - -#: glance/image_cache/__init__.py:46 -msgid "" -"The amount of time to let an image remain in the cache without being " -"accessed." -msgstr "" - -#: glance/image_cache/__init__.py:49 -msgid "Base directory that the Image Cache uses." -msgstr "" - -#: glance/image_cache/__init__.py:261 -#, python-format -msgid "Checksum verification failed. Aborted caching of image '%s'." -msgstr "" - -#: glance/image_cache/client.py:121 -msgid "" -"--os_auth_url option or OS_AUTH_URL environment variable required when " -"keystone authentication strategy is enabled\n" -msgstr "" - -#: glance/image_cache/drivers/base.py:56 -#, python-format -msgid "Failed to read %s from config" -msgstr "" - -#: glance/image_cache/drivers/sqlite.py:45 -msgid "" -"The path to the sqlite file database that will be used for image cache " -"management." -msgstr "" - -#: glance/image_cache/drivers/sqlite.py:127 -#, python-format -msgid "Failed to initialize the image cache database. Got error: %s" -msgstr "" - -#: glance/image_cache/drivers/xattr.py:110 -#, python-format -msgid "" -"The device housing the image cache directory %(image_cache_dir)s does not" -" support xattr. It is likely you need to edit your fstab and add the " -"user_xattr option to the appropriate line for the device housing the " -"cache directory." -msgstr "" - -#: glance/registry/__init__.py:28 -msgid "Address to find the registry server." -msgstr "" - -#: glance/registry/__init__.py:30 -msgid "Port the registry server is listening on." -msgstr "" - -#: glance/registry/api/v1/images.py:128 glance/registry/api/v1/images.py:133 -msgid "Invalid marker. Image could not be found." -msgstr "" - -#: glance/registry/api/v1/images.py:237 -msgid "Unrecognized changes-since value" -msgstr "" - -#: glance/registry/api/v1/images.py:242 -msgid "protected must be True, or False" -msgstr "" - -#: glance/registry/api/v1/images.py:289 -#, python-format -msgid "Unsupported sort_key. Acceptable values: %s" -msgstr "" - -#: glance/registry/api/v1/images.py:298 -#, python-format -msgid "Unsupported sort_dir. Acceptable values: %s" -msgstr "" - -#: glance/registry/api/v1/images.py:324 -msgid "is_public must be None, True, or False" -msgstr "" - -#: glance/registry/api/v1/images.py:418 -msgid "Invalid image id format" -msgstr "" - -#: glance/registry/api/v1/images.py:433 -#, python-format -msgid "Image with identifier %s already exists!" -msgstr "" - -#: glance/registry/api/v1/images.py:437 -#, python-format -msgid "Failed to add image metadata. Got error: %s" -msgstr "" - -#: glance/registry/api/v1/members.py:70 glance/registry/api/v1/members.py:105 -#: glance/registry/api/v1/members.py:223 glance/registry/api/v1/members.py:287 -#, python-format -msgid "Image %(id)s not found" -msgstr "" - -#: glance/registry/api/v1/members.py:121 glance/registry/api/v1/members.py:239 -#: glance/registry/api/v1/members.py:303 -msgid "No permission to share that image" -msgstr "" - -#: glance/registry/api/v1/members.py:132 glance/registry/api/v1/members.py:149 -#: glance/registry/api/v1/members.py:252 -#, python-format -msgid "Invalid membership association: %s" -msgstr "" - -#: glance/registry/api/v1/members.py:316 glance/registry/api/v1/members.py:341 -msgid "Membership could not be found." -msgstr "" - -#: glance/registry/api/v2/rpc.py:44 -#, python-format -msgid "Registry service can't use %s" -msgstr "" - -#: glance/registry/client/__init__.py:24 -msgid "" -"The protocol to use for communication with the registry server. Either " -"http or https." -msgstr "" - -#: glance/registry/client/__init__.py:27 -msgid "" -"The path to the key file to use in SSL connections to the registry " -"server, if any. Alternately, you may set the GLANCE_CLIENT_KEY_FILE " -"environment variable to a filepath of the key file" -msgstr "" - -#: glance/registry/client/__init__.py:32 -msgid "" -"The path to the cert file to use in SSL connections to the registry " -"server, if any. Alternately, you may set the GLANCE_CLIENT_CERT_FILE " -"environment variable to a filepath of the CA cert file" -msgstr "" - -#: glance/registry/client/__init__.py:37 -msgid "" -"The path to the certifying authority cert file to use in SSL connections " -"to the registry server, if any. Alternately, you may set the " -"GLANCE_CLIENT_CA_FILE environment variable to a filepath of the CA cert " -"file." -msgstr "" - -#: glance/registry/client/__init__.py:43 -msgid "" -"When using SSL in connections to the registry server, do not require " -"validation via a certifying authority. This is the registry's equivalent " -"of specifying --insecure on the command line using glanceclient for the " -"API." -msgstr "" - -#: glance/registry/client/__init__.py:49 -msgid "" -"The period of time, in seconds, that the API server will wait for a " -"registry request to complete. A value of 0 implies no timeout." -msgstr "" - -#: glance/registry/client/__init__.py:59 -msgid "" -"The administrators user name. If \"use_user_token\" is not in effect, " -"then admin credentials can be specified." -msgstr "" - -#: glance/registry/client/__init__.py:63 -msgid "" -"The administrators password. If \"use_user_token\" is not in effect, then" -" admin credentials can be specified." -msgstr "" - -#: glance/registry/client/__init__.py:67 -msgid "" -"The tenant name of the administrative user. If \"use_user_token\" is not " -"in effect, then admin tenant name can be specified." -msgstr "" - -#: glance/registry/client/__init__.py:71 -msgid "" -"The URL to the keystone service. If \"use_user_token\" is not in effect " -"and using keystone auth, then URL of keystone can be specified." -msgstr "" - -#: glance/registry/client/__init__.py:76 -msgid "" -"The strategy to use for authentication. If \"use_user_token\" is not in " -"effect, then auth strategy can be specified." -msgstr "" - -#: glance/registry/client/__init__.py:80 -msgid "" -"The region for the authentication service. If \"use_user_token\" is not " -"in effect and using keystone auth, then region name can be specified." -msgstr "" - -#: glance/registry/client/v1/api.py:35 -msgid "" -"Whether to pass through headers containing user and tenant information " -"when making requests to the registry. This allows the registry to use the" -" context middleware without keystonemiddleware's auth_token middleware, " -"removing calls to the keystone auth service. It is recommended that when " -"using this option, secure communication between glance api and glance " -"registry is ensured by means other than auth_token middleware." -msgstr "" - -#: glance/registry/client/v1/api.py:80 glance/registry/client/v2/api.py:62 -msgid "Configuration option was not valid" -msgstr "" - -#: glance/registry/client/v1/api.py:84 glance/registry/client/v2/api.py:66 -msgid "Could not find required configuration option" -msgstr "" - -#: glance/search/api/v0_1/search.py:134 -#, python-format -msgid "Index '%s' is not supported." -msgstr "" - -#: glance/search/api/v0_1/search.py:143 -#, python-format -msgid "Document type '%s' is not supported." -msgstr "" - -#: glance/search/api/v0_1/search.py:152 -msgid "offset param must be an integer" -msgstr "" - -#: glance/search/api/v0_1/search.py:156 -msgid "offset param must be positive" -msgstr "" - -#: glance/search/api/v0_1/search.py:176 -msgid "actions param cannot be empty" -msgstr "" - -#: glance/search/api/v0_1/search.py:196 -#, python-format -msgid "Invalid action type: '%s'" -msgstr "" - -#: glance/search/api/v0_1/search.py:200 -#, python-format -msgid "Action type '%s' requires data or script param." -msgstr "" - -#: glance/search/api/v0_1/search.py:204 -#, python-format -msgid "Action type '%s' requires ID of the document." -msgstr "" - -#: glance/search/api/v0_1/search.py:327 -msgid "Action index is missing and no default index has been set." -msgstr "" - -#: glance/search/api/v0_1/search.py:332 -msgid "Action document type is missing and no default type has been set." -msgstr "" - -#: glance/tests/unit/test_migrations.py:621 -#, python-format -msgid "location: %s data lost" -msgstr "" - diff --git a/code/daisy/daisy/locale/pt_BR/LC_MESSAGES/glance-log-info.po b/code/daisy/daisy/locale/pt_BR/LC_MESSAGES/glance-log-info.po deleted file mode 100755 index a4e0b59c..00000000 --- a/code/daisy/daisy/locale/pt_BR/LC_MESSAGES/glance-log-info.po +++ /dev/null @@ -1,424 +0,0 @@ -# Translations template for daisy. -# Copyright (C) 2015 ORGANIZATION -# This file is distributed under the same license as the glance project. -# -# Translators: -# Rodrigo Felix de Almeida , 2014 -msgid "" -msgstr "" -"Project-Id-Version: Glance\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2015-04-03 06:02+0000\n" -"PO-Revision-Date: 2015-04-01 21:54+0000\n" -"Last-Translator: openstackjenkins \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/" -"glance/language/pt_BR/)\n" -"Language: pt_BR\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" - -#: glance/scrubber.py:459 -#, python-format -msgid "Starting Daemon: wakeup_time=%(wakeup_time)s threads=%(threads)s" -msgstr "Iniciando Daemon: wakeup_time=%(wakeup_time)s threads=%(threads)s" - -#: glance/scrubber.py:473 -msgid "Daemon Shutdown on KeyboardInterrupt" -msgstr "Encerrando o daemon em KeyboardInterrupt" - -#: glance/scrubber.py:485 -#, python-format -msgid "Initializing scrubber with configuration: %s" -msgstr "Inicializando scrubber com configuração: %s" - -#: glance/scrubber.py:558 -#, python-format -msgid "Scrubbing image %(id)s from %(count)d locations." -msgstr "Limpando imagem %(id)s dos locais %(count)d." - -#: glance/scrubber.py:581 -#, python-format -msgid "Image %s has been deleted." -msgstr "Imagem %s foi excluída." - -#: glance/scrubber.py:633 -#, python-format -msgid "Getting images deleted before %s" -msgstr "Obtendo imagens excluídas antes de %s" - -#: glance/api/middleware/cache.py:61 -msgid "Initialized image cache middleware" -msgstr "Middleware do cache de imagem inicializado" - -#: glance/api/middleware/cache_manage.py:74 -msgid "Initialized image cache management middleware" -msgstr "Middleware de gerenciamento do cache de imagem inicializado" - -#: glance/api/middleware/gzip.py:36 -msgid "Initialized gzip middleware" -msgstr "Inicializado middleware gzip" - -#: glance/api/v1/images.py:690 -#, python-format -msgid "Uploaded data of image %s from request payload successfully." -msgstr "Enviados com sucesso dados da imagem %s da requisição de carga útil." - -#: glance/api/v1/images.py:752 -msgid "Triggering asynchronous copy from external source" -msgstr "Acionando cópia assíncrona da origem externa" - -#: glance/api/v1/upload_utils.py:126 -#, python-format -msgid "Cleaning up %s after exceeding the quota" -msgstr "Limpando %s após exceder a quota" - -#: glance/api/v1/upload_utils.py:175 -#, python-format -msgid "" -"Image %s could not be found after upload. The image may have been deleted " -"during the upload." -msgstr "" -"Imagem %s não pôde ser encontrada após o envio. A imagem pode ter sido " -"excluída durante o envio." - -#: glance/api/v2/image_actions.py:51 -#, python-format -msgid "Image %s is deactivated" -msgstr "" - -#: glance/api/v2/image_actions.py:66 -#, python-format -msgid "Image %s is reactivated" -msgstr "" - -#: glance/async/flows/base_import.py:348 -#, python-format -msgid "%(task_id)s of %(task_type)s completed" -msgstr "" - -#: glance/cmd/replicator.py:372 -#, python-format -msgid "Storing: %s" -msgstr "Armazenando: %s" - -#: glance/cmd/replicator.py:445 -#, python-format -msgid "Considering: %s" -msgstr "Considerando: %s" - -#: glance/cmd/replicator.py:471 glance/cmd/replicator.py:546 -#, python-format -msgid "Image %s metadata has changed" -msgstr "Metadados da Imagem %s mudaram" - -#: glance/cmd/replicator.py:553 -#, python-format -msgid "Image %s is being synced" -msgstr "Imagem %s está sendo sincronizada" - -#: glance/common/wsgi.py:308 glance/openstack/common/service.py:326 -#, python-format -msgid "Starting %d workers" -msgstr "Iniciando %d trabalhadores" - -#: glance/common/wsgi.py:321 -#, python-format -msgid "Removed dead child %s" -msgstr "" - -#: glance/common/wsgi.py:324 -#, python-format -msgid "Removed stale child %s" -msgstr "" - -#: glance/common/wsgi.py:336 -msgid "All workers have terminated. Exiting" -msgstr "Todos os trabalhadores foram finalizados. Saindo" - -#: glance/common/wsgi.py:353 -msgid "Caught keyboard interrupt. Exiting." -msgstr "Interrupção da captura de teclado. Saindo." - -#: glance/common/wsgi.py:432 -#, python-format -msgid "Child %d exiting normally" -msgstr "Filho %d saindo normalmente" - -#: glance/common/wsgi.py:437 -#, python-format -msgid "Started child %s" -msgstr "Filho iniciado %s" - -#: glance/common/wsgi.py:466 -msgid "Starting single process server" -msgstr "Iniciando servidor de processo único" - -#: glance/common/artifacts/loader.py:131 glance/common/artifacts/loader.py:155 -#, python-format -msgid "Artifact %s has been successfully loaded" -msgstr "" - -#: glance/common/scripts/__init__.py:32 -#, python-format -msgid "" -"Loading known task scripts for task_id %(task_id)s of type %(task_type)s" -msgstr "" -"Carregando scripts conhecidos de tarefas para task_id %(task_id)s de tipo " -"%(task_type)s" - -#: glance/common/scripts/image_import/main.py:41 -#, python-format -msgid "Task %(task_id)s beginning import execution." -msgstr "Tarefa %(task_id)s iniciando execução da importação." - -#: glance/common/scripts/image_import/main.py:152 -#, python-format -msgid "Task %(task_id)s: Got image data uri %(data_uri)s to be imported" -msgstr "" -"Tarefa %(task_id)s: Obtidos dados de uri de imagem %(data_uri)s a ser " -"importada" - -#: glance/common/scripts/image_import/main.py:161 -#, python-format -msgid "Task %(task_id)s: Could not import image file %(image_data)s" -msgstr "" -"Tarefa %(task_id)s: Não pôde importar o arquivo de imagem %(image_data)s" - -#: glance/db/simple/api.py:62 -#, python-format -msgid "Calling %(funcname)s: args=%(args)s, kwargs=%(kwargs)s" -msgstr "Chamando %(funcname)s: args=%(args)s, kwargs=%(kwargs)s" - -#: glance/db/simple/api.py:68 -#, python-format -msgid "Returning %(funcname)s: %(output)s" -msgstr "Retornando %(funcname)s: %(output)s" - -#: glance/db/simple/api.py:2002 -#, python-format -msgid "Could not find artifact %s" -msgstr "" - -#: glance/db/simple/api.py:2006 -msgid "Unable to get deleted image" -msgstr "Não é possível obter a imagem excluída" - -#: glance/db/sqlalchemy/metadata.py:152 -#, python-format -msgid "Table %s has been cleared" -msgstr "Tabela %s foi limpa" - -#: glance/db/sqlalchemy/metadata.py:223 -#, python-format -msgid "Overwriting namespace %s" -msgstr "" - -#: glance/db/sqlalchemy/metadata.py:239 -#, python-format -msgid "Skipping namespace %s. It already exists in the database." -msgstr "" - -#: glance/db/sqlalchemy/metadata.py:330 -#, python-format -msgid "File %s loaded to database." -msgstr "Arquivo %s carregado no banco de dados." - -#: glance/db/sqlalchemy/metadata.py:332 -msgid "Metadata loading finished" -msgstr "Carregamento de metadados finalizado" - -#: glance/db/sqlalchemy/metadata.py:441 -#, python-format -msgid "Namespace %(namespace)s saved in %(file)s" -msgstr "Namespace %(namespace)s salvo em %(file)s" - -#: glance/db/sqlalchemy/migrate_repo/schema.py:101 -#, python-format -msgid "creating table %(table)s" -msgstr "criando tabela %(table)s" - -#: glance/db/sqlalchemy/migrate_repo/schema.py:107 -#, python-format -msgid "dropping table %(table)s" -msgstr "descartando tabela %(table)s" - -#: glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py:72 -msgid "" -"'metadata_encryption_key' was not specified in the config file or a config " -"file was not specified. This means that this migration is a NOOP." -msgstr "" -"'metadata_encryption_key' não foi especificado no arquivo de configuração ou " -"um arquivo de configuração não foi especificado. Isso significa que essa " -"migração é um NOOP." - -#: glance/domain/__init__.py:406 -#, python-format -msgid "" -"Task [%(task_id)s] status changing from %(cur_status)s to %(new_status)s" -msgstr "" - -#: glance/image_cache/__init__.py:71 -#, python-format -msgid "Image cache loaded driver '%s'." -msgstr "O cache de imagem carregou o driver '%s'." - -#: glance/image_cache/__init__.py:81 glance/image_cache/__init__.py:100 -msgid "Defaulting to SQLite driver." -msgstr "Padronizando para o driver SQLite." - -#: glance/image_cache/prefetcher.py:85 -#, python-format -msgid "Successfully cached all %d images" -msgstr "Armazenadas em cache com êxito todas as %d imagens" - -#: glance/image_cache/drivers/sqlite.py:414 -#: glance/image_cache/drivers/xattr.py:343 -#, python-format -msgid "Not queueing image '%s'. Already cached." -msgstr "Não enfileirando imagem %s'. Já armazenada em cache." - -#: glance/image_cache/drivers/sqlite.py:419 -#: glance/image_cache/drivers/xattr.py:348 -#, python-format -msgid "Not queueing image '%s'. Already being written to cache" -msgstr "Não enfileirando imagem %s'. Já está sendo gravada no cache" - -#: glance/image_cache/drivers/sqlite.py:425 -#: glance/image_cache/drivers/xattr.py:354 -#, python-format -msgid "Not queueing image '%s'. Already queued." -msgstr "Não enfileirando a imagem '%s'. Já enfileirada." - -#: glance/image_cache/drivers/sqlite.py:443 -#, python-format -msgid "Removed invalid cache file %s" -msgstr "Arquivo de cache inválido removido %s" - -#: glance/image_cache/drivers/sqlite.py:457 -#, python-format -msgid "Removed stalled cache file %s" -msgstr "Arquivo de cache paralisado removido %s" - -#: glance/image_cache/drivers/xattr.py:400 -#, python-format -msgid "Reaped %(reaped)s %(entry_type)s cache entries" -msgstr "%(reaped)s %(entry_type)s entradas de cache coletadas" - -#: glance/openstack/common/eventlet_backdoor.py:146 -#, python-format -msgid "Eventlet backdoor listening on %(port)s for process %(pid)d" -msgstr "Backdoor de Eventlet escutando na porta %(port)s pelo processo %(pid)d" - -#: glance/openstack/common/service.py:173 -#, python-format -msgid "Caught %s, exiting" -msgstr "%s capturadas, saindo" - -#: glance/openstack/common/service.py:227 -msgid "Parent process has died unexpectedly, exiting" -msgstr "Processo pai saiu inesperadamente, saindo" - -#: glance/openstack/common/service.py:258 -#, python-format -msgid "Child caught %s, exiting" -msgstr "Filho capturado %s, terminando" - -#: glance/openstack/common/service.py:297 -msgid "Forking too fast, sleeping" -msgstr "Bifurcação muito rápida, suspendendo" - -#: glance/openstack/common/service.py:316 -#, python-format -msgid "Started child %d" -msgstr "Filho %d iniciado" - -#: glance/openstack/common/service.py:343 -#, python-format -msgid "Child %(pid)d killed by signal %(sig)d" -msgstr "%(pid)d filho eliminado pelo sinal %(sig)d" - -#: glance/openstack/common/service.py:347 -#, python-format -msgid "Child %(pid)s exited with status %(code)d" -msgstr "Filho %(pid)s encerrando com status %(code)d" - -#: glance/openstack/common/service.py:382 -#, python-format -msgid "Caught %s, stopping children" -msgstr "%s capturado, parando filhos" - -#: glance/openstack/common/service.py:391 -msgid "Wait called after thread killed. Cleaning up." -msgstr "" - -#: glance/openstack/common/service.py:407 -#, python-format -msgid "Waiting on %d children to exit" -msgstr "Aguardando em %d filhos para sair" - -#: glance/quota/__init__.py:330 -#, python-format -msgid "Cleaning up %s after exceeding the quota." -msgstr "Realizando limpeza %s após exceder a cota." - -#: glance/registry/api/v1/images.py:343 glance/registry/api/v1/images.py:386 -#: glance/registry/api/v1/images.py:491 -#, python-format -msgid "Image %(id)s not found" -msgstr "Imagem %(id)s não localizada" - -#: glance/registry/api/v1/images.py:349 glance/registry/api/v1/images.py:381 -#: glance/registry/api/v1/images.py:503 -#, python-format -msgid "Access denied to image %(id)s but returning 'not found'" -msgstr "Acesso negado à imagem %(id)s, mas retornando 'não localizado'" - -#: glance/registry/api/v1/images.py:371 -#, python-format -msgid "Successfully deleted image %(id)s" -msgstr "Imagem excluída com êxito %(id)s" - -#: glance/registry/api/v1/images.py:375 -#, python-format -msgid "Delete denied for public image %(id)s" -msgstr "Exclusão negada para imagem pública %(id)s" - -#: glance/registry/api/v1/images.py:415 -#, python-format -msgid "Rejecting image creation request for invalid image id '%(bad_id)s'" -msgstr "" -"Rejeitando solicitação de criação de imagem para o ID de imagem inválido " -"'%(bad_id)s'" - -#: glance/registry/api/v1/images.py:428 -#, python-format -msgid "Successfully created image %(id)s" -msgstr "Imagem criada com êxito %(id)s" - -#: glance/registry/api/v1/images.py:482 -#, python-format -msgid "Updating metadata for image %(id)s" -msgstr "Atualizando metadados para a imagem %(id)s" - -#: glance/registry/api/v1/images.py:497 -#, python-format -msgid "Update denied for public image %(id)s" -msgstr "Atualização negada para imagem pública %(id)s" - -#: glance/registry/api/v1/members.py:198 -#, python-format -msgid "Successfully updated memberships for image %(id)s" -msgstr "Associações atualizadas com êxito para a imagem %(id)s" - -#: glance/registry/api/v1/members.py:271 -#, python-format -msgid "Successfully updated a membership for image %(id)s" -msgstr "Atualizada com êxito uma associação para a imagem %(id)s" - -#: glance/registry/api/v1/members.py:320 -#, python-format -msgid "Successfully deleted a membership from image %(id)s" -msgstr "Excluída com êxito uma associação da imagem %(id)s"