From b8c756ecdd7cced1db4300935484e8c83701c82e Mon Sep 17 00:00:00 2001 From: WuKong Date: Tue, 30 Jun 2015 18:47:29 +0200 Subject: migrate moon code from github to opnfv Change-Id: Ice53e368fd1114d56a75271aa9f2e598e3eba604 Signed-off-by: WuKong --- .../locale/it/LC_MESSAGES/keystone-log-critical.po | 25 +++ .../locale/it/LC_MESSAGES/keystone-log-error.po | 173 +++++++++++++++++ .../locale/it/LC_MESSAGES/keystone-log-info.po | 211 +++++++++++++++++++++ 3 files changed, 409 insertions(+) create mode 100644 keystone-moon/keystone/locale/it/LC_MESSAGES/keystone-log-critical.po create mode 100644 keystone-moon/keystone/locale/it/LC_MESSAGES/keystone-log-error.po create mode 100644 keystone-moon/keystone/locale/it/LC_MESSAGES/keystone-log-info.po (limited to 'keystone-moon/keystone/locale/it') diff --git a/keystone-moon/keystone/locale/it/LC_MESSAGES/keystone-log-critical.po b/keystone-moon/keystone/locale/it/LC_MESSAGES/keystone-log-critical.po new file mode 100644 index 00000000..35010103 --- /dev/null +++ b/keystone-moon/keystone/locale/it/LC_MESSAGES/keystone-log-critical.po @@ -0,0 +1,25 @@ +# Translations template for keystone. +# Copyright (C) 2014 OpenStack Foundation +# This file is distributed under the same license as the keystone project. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Keystone\n" +"Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n" +"POT-Creation-Date: 2014-09-07 06:06+0000\n" +"PO-Revision-Date: 2014-08-31 15:19+0000\n" +"Last-Translator: openstackjenkins \n" +"Language-Team: Italian (http://www.transifex.com/projects/p/keystone/" +"language/it/)\n" +"Language: it\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" + +#: keystone/catalog/backends/templated.py:106 +#, python-format +msgid "Unable to open template file %s" +msgstr "Impossibile aprire il file di template %s" diff --git a/keystone-moon/keystone/locale/it/LC_MESSAGES/keystone-log-error.po b/keystone-moon/keystone/locale/it/LC_MESSAGES/keystone-log-error.po new file mode 100644 index 00000000..d6ac2cf7 --- /dev/null +++ b/keystone-moon/keystone/locale/it/LC_MESSAGES/keystone-log-error.po @@ -0,0 +1,173 @@ +# Translations template for keystone. +# Copyright (C) 2015 OpenStack Foundation +# This file is distributed under the same license as the keystone project. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Keystone\n" +"Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n" +"POT-Creation-Date: 2015-03-09 06:03+0000\n" +"PO-Revision-Date: 2015-03-07 04:31+0000\n" +"Last-Translator: openstackjenkins \n" +"Language-Team: Italian (http://www.transifex.com/projects/p/keystone/" +"language/it/)\n" +"Language: it\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" + +#: keystone/notifications.py:304 +msgid "Failed to construct notifier" +msgstr "" + +#: keystone/notifications.py:389 +#, python-format +msgid "Failed to send %(res_id)s %(event_type)s notification" +msgstr "" + +#: keystone/notifications.py:606 +#, python-format +msgid "Failed to send %(action)s %(event_type)s notification" +msgstr "" + +#: keystone/catalog/core.py:62 +#, python-format +msgid "Malformed endpoint - %(url)r is not a string" +msgstr "" + +#: keystone/catalog/core.py:66 +#, python-format +msgid "Malformed endpoint %(url)s - unknown key %(keyerror)s" +msgstr "Endpoint %(url)s non valdio - chiave sconosciuta %(keyerror)s" + +#: keystone/catalog/core.py:71 +#, python-format +msgid "" +"Malformed endpoint '%(url)s'. The following type error occurred during " +"string substitution: %(typeerror)s" +msgstr "" + +#: keystone/catalog/core.py:77 +#, python-format +msgid "" +"Malformed endpoint %s - incomplete format (are you missing a type notifier ?)" +msgstr "" + +#: keystone/common/openssl.py:93 +#, python-format +msgid "Command %(to_exec)s exited with %(retcode)s- %(output)s" +msgstr "" + +#: keystone/common/openssl.py:121 +#, python-format +msgid "Failed to remove file %(file_path)r: %(error)s" +msgstr "" + +#: keystone/common/utils.py:239 +msgid "" +"Error setting up the debug environment. Verify that the option --debug-url " +"has the format : and that a debugger processes is listening on " +"that port." +msgstr "" + +#: keystone/common/cache/core.py:100 +#, python-format +msgid "" +"Unable to build cache config-key. Expected format \":\". " +"Skipping unknown format: %s" +msgstr "" + +#: keystone/common/environment/eventlet_server.py:99 +#, python-format +msgid "Could not bind to %(host)s:%(port)s" +msgstr "Impossible fare il bind verso %(host)s:%(port)s" + +#: keystone/common/environment/eventlet_server.py:185 +msgid "Server error" +msgstr "Errore del server" + +#: keystone/contrib/endpoint_policy/core.py:129 +#: keystone/contrib/endpoint_policy/core.py:228 +#, python-format +msgid "" +"Circular reference or a repeated entry found in region tree - %(region_id)s." +msgstr "" + +#: keystone/contrib/federation/idp.py:410 +#, python-format +msgid "Error when signing assertion, reason: %(reason)s" +msgstr "" + +#: keystone/contrib/oauth1/core.py:136 +msgid "Cannot retrieve Authorization headers" +msgstr "" + +#: keystone/openstack/common/loopingcall.py:95 +msgid "in fixed duration looping call" +msgstr "chiamata in loop a durata fissa" + +#: keystone/openstack/common/loopingcall.py:138 +msgid "in dynamic looping call" +msgstr "chiamata in loop dinamico" + +#: keystone/openstack/common/service.py:268 +msgid "Unhandled exception" +msgstr "Eccezione non gestita" + +#: keystone/resource/core.py:477 +#, python-format +msgid "" +"Circular reference or a repeated entry found projects hierarchy - " +"%(project_id)s." +msgstr "" + +#: keystone/resource/core.py:939 +#, python-format +msgid "" +"Unexpected results in response for domain config - %(count)s responses, " +"first option is %(option)s, expected option %(expected)s" +msgstr "" + +#: keystone/resource/backends/sql.py:102 keystone/resource/backends/sql.py:121 +#, python-format +msgid "" +"Circular reference or a repeated entry found in projects hierarchy - " +"%(project_id)s." +msgstr "" + +#: keystone/token/provider.py:292 +#, python-format +msgid "Unexpected error or malformed token determining token expiry: %s" +msgstr "" + +#: keystone/token/persistence/backends/kvs.py:226 +#, python-format +msgid "" +"Reinitializing revocation list due to error in loading revocation list from " +"backend. Expected `list` type got `%(type)s`. Old revocation list data: " +"%(list)r" +msgstr "" + +#: keystone/token/providers/common.py:611 +msgid "Failed to validate token" +msgstr "" + +#: keystone/token/providers/pki.py:47 +msgid "Unable to sign token" +msgstr "" + +#: keystone/token/providers/fernet/utils.py:38 +#, python-format +msgid "" +"Either [fernet_tokens] key_repository does not exist or Keystone does not " +"have sufficient permission to access it: %s" +msgstr "" + +#: keystone/token/providers/fernet/utils.py:79 +msgid "" +"Failed to create [fernet_tokens] key_repository: either it already exists or " +"you don't have sufficient permissions to create it" +msgstr "" diff --git a/keystone-moon/keystone/locale/it/LC_MESSAGES/keystone-log-info.po b/keystone-moon/keystone/locale/it/LC_MESSAGES/keystone-log-info.po new file mode 100644 index 00000000..b88a5de8 --- /dev/null +++ b/keystone-moon/keystone/locale/it/LC_MESSAGES/keystone-log-info.po @@ -0,0 +1,211 @@ +# Translations template for keystone. +# Copyright (C) 2015 OpenStack Foundation +# This file is distributed under the same license as the keystone project. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Keystone\n" +"Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n" +"POT-Creation-Date: 2015-03-09 06:03+0000\n" +"PO-Revision-Date: 2015-03-07 04:31+0000\n" +"Last-Translator: openstackjenkins \n" +"Language-Team: Italian (http://www.transifex.com/projects/p/keystone/" +"language/it/)\n" +"Language: it\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" + +#: keystone/assignment/core.py:250 +#, python-format +msgid "Creating the default role %s because it does not exist." +msgstr "" + +#: keystone/assignment/core.py:258 +#, python-format +msgid "Creating the default role %s failed because it was already created" +msgstr "" + +#: keystone/auth/controllers.py:64 +msgid "Loading auth-plugins by class-name is deprecated." +msgstr "" + +#: keystone/auth/controllers.py:106 +#, python-format +msgid "" +"\"expires_at\" has conflicting values %(existing)s and %(new)s. Will use " +"the earliest value." +msgstr "" + +#: keystone/common/openssl.py:81 +#, python-format +msgid "Running command - %s" +msgstr "" + +#: keystone/common/wsgi.py:79 +msgid "No bind information present in token" +msgstr "" + +#: keystone/common/wsgi.py:83 +#, python-format +msgid "Named bind mode %s not in bind information" +msgstr "" + +#: keystone/common/wsgi.py:90 +msgid "Kerberos credentials required and not present" +msgstr "" + +#: keystone/common/wsgi.py:94 +msgid "Kerberos credentials do not match those in bind" +msgstr "" + +#: keystone/common/wsgi.py:98 +msgid "Kerberos bind authentication successful" +msgstr "" + +#: keystone/common/wsgi.py:105 +#, python-format +msgid "Couldn't verify unknown bind: {%(bind_type)s: %(identifier)s}" +msgstr "" + +#: keystone/common/environment/eventlet_server.py:103 +#, python-format +msgid "Starting %(arg0)s on %(host)s:%(port)s" +msgstr "Avvio %(arg0)s in %(host)s:%(port)s" + +#: keystone/common/kvs/core.py:138 +#, python-format +msgid "Adding proxy '%(proxy)s' to KVS %(name)s." +msgstr "" + +#: keystone/common/kvs/core.py:188 +#, python-format +msgid "Using %(func)s as KVS region %(name)s key_mangler" +msgstr "" + +#: keystone/common/kvs/core.py:200 +#, python-format +msgid "Using default dogpile sha1_mangle_key as KVS region %s key_mangler" +msgstr "" + +#: keystone/common/kvs/core.py:210 +#, python-format +msgid "KVS region %s key_mangler disabled." +msgstr "" + +#: keystone/contrib/example/core.py:64 keystone/contrib/example/core.py:73 +#, python-format +msgid "" +"Received the following notification: service %(service)s, resource_type: " +"%(resource_type)s, operation %(operation)s payload %(payload)s" +msgstr "" + +#: keystone/openstack/common/eventlet_backdoor.py:146 +#, python-format +msgid "Eventlet backdoor listening on %(port)s for process %(pid)d" +msgstr "Ascolto di eventlet backdoor su %(port)s per il processo %(pid)d" + +#: keystone/openstack/common/service.py:173 +#, python-format +msgid "Caught %s, exiting" +msgstr "Rilevato %s, esistente" + +#: keystone/openstack/common/service.py:231 +msgid "Parent process has died unexpectedly, exiting" +msgstr "Il processo principale รจ stato interrotto inaspettatamente, uscire" + +#: keystone/openstack/common/service.py:262 +#, python-format +msgid "Child caught %s, exiting" +msgstr "Cogliere Child %s, uscendo" + +#: keystone/openstack/common/service.py:301 +msgid "Forking too fast, sleeping" +msgstr "Sblocco troppo veloce, attendere" + +#: keystone/openstack/common/service.py:320 +#, python-format +msgid "Started child %d" +msgstr "Child avviato %d" + +#: keystone/openstack/common/service.py:330 +#, python-format +msgid "Starting %d workers" +msgstr "Avvio %d operatori" + +#: keystone/openstack/common/service.py:347 +#, python-format +msgid "Child %(pid)d killed by signal %(sig)d" +msgstr "Child %(pid)d interrotto dal segnale %(sig)d" + +#: keystone/openstack/common/service.py:351 +#, python-format +msgid "Child %(pid)s exited with status %(code)d" +msgstr "Child %(pid)s terminato con stato %(code)d" + +#: keystone/openstack/common/service.py:390 +#, python-format +msgid "Caught %s, stopping children" +msgstr "Intercettato %s, arresto in corso dei children" + +#: keystone/openstack/common/service.py:399 +msgid "Wait called after thread killed. Cleaning up." +msgstr "" + +#: keystone/openstack/common/service.py:415 +#, python-format +msgid "Waiting on %d children to exit" +msgstr "In attesa %d degli elementi secondari per uscire" + +#: keystone/token/persistence/backends/sql.py:279 +#, python-format +msgid "Total expired tokens removed: %d" +msgstr "" + +#: keystone/token/providers/fernet/utils.py:72 +msgid "" +"[fernet_tokens] key_repository does not appear to exist; attempting to " +"create it" +msgstr "" + +#: keystone/token/providers/fernet/utils.py:130 +#, python-format +msgid "Created a new key: %s" +msgstr "" + +#: keystone/token/providers/fernet/utils.py:143 +msgid "Key repository is already initialized; aborting." +msgstr "" + +#: keystone/token/providers/fernet/utils.py:179 +#, python-format +msgid "Starting key rotation with %(count)s key files: %(list)s" +msgstr "" + +#: keystone/token/providers/fernet/utils.py:185 +#, python-format +msgid "Current primary key is: %s" +msgstr "" + +#: keystone/token/providers/fernet/utils.py:187 +#, python-format +msgid "Next primary key will be: %s" +msgstr "" + +#: keystone/token/providers/fernet/utils.py:197 +#, python-format +msgid "Promoted key 0 to be the primary: %s" +msgstr "" + +#: keystone/token/providers/fernet/utils.py:213 +#, python-format +msgid "Excess keys to purge: %s" +msgstr "" + +#: keystone/token/providers/fernet/utils.py:237 +#, python-format +msgid "Loaded %(count)s encryption keys from: %(dir)s" +msgstr "" -- cgit 1.2.3-korg