summaryrefslogtreecommitdiff
path: root/openstack_auth/locale/es/LC_MESSAGES/django.po
blob: 3ffbae66b6b189fc3f6b50e561316ca0df181c02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
# Spanish translations for django_openstack_auth.
# Copyright (C) 2015 ORGANIZATION
# This file is distributed under the same license as the
# django_openstack_auth project.
#
# Translators:
# Alberto Molina Coballes <alb.molina@gmail.com>, 2014
# luis gil, 2015
# Marian Tort <marian.tort@gmail.com>, 2014
msgid ""
msgstr ""
"Project-Id-Version:  Horizon\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-03-26 06:03+0000\n"
"PO-Revision-Date: 2015-03-25 17:08+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Spanish "
"(http://www.transifex.com/projects/p/horizon/language/es/)\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\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"

#: openstack_auth/backend.py:53
msgid "The authentication token issued by the Identity service has expired."
msgstr "El token de autenticación emitido por Identity Service ha expirado."

#: openstack_auth/backend.py:111
msgid "Invalid credentials."
msgstr ""

#: openstack_auth/backend.py:114
msgid "An error occurred authenticating. Please try again later."
msgstr "Se produjo un error de autenticación. Inténtelo de nuevo más tarde."

#: openstack_auth/backend.py:134
msgid "Unable to retrieve authorized projects."
msgstr "No ha sido posible obtener los proyectos autorizados."

#: openstack_auth/backend.py:142
msgid "You are not authorized for any projects."
msgstr "No está autorizado en ningún proyecto."

#: openstack_auth/backend.py:179
msgid "Unable to authenticate to any available projects."
msgstr "No se puede autenticar en ninguno de los proyectos disponibles."

#: openstack_auth/forms.py:48
msgid "Region"
msgstr "Región"

#: openstack_auth/forms.py:50
msgid "User Name"
msgstr "Usuario"

#: openstack_auth/forms.py:52
msgid "Password"
msgstr "Contraseña"

#: openstack_auth/forms.py:62
msgid "Domain"
msgstr "Dominio"

#: openstack_auth/openstack/common/log.py:287
#, python-format
msgid "Deprecated: %s"
msgstr "Obsoleto: %s"

#: openstack_auth/openstack/common/log.py:395
#, python-format
msgid "Error loading logging config %(log_config)s: %(err_msg)s"
msgstr "Error al cargar la configuración de registro %(log_config)s: %(err_msg)s"

#: openstack_auth/openstack/common/log.py:456
#, python-format
msgid "syslog facility must be one of: %s"
msgstr "El recurso syslog debe ser uno de: %s"

#: openstack_auth/openstack/common/log.py:702
#, python-format
msgid "Fatal call to deprecated config: %(msg)s"
msgstr "Llamada fatal a configuración obsoleta: %(msg)s"

#: openstack_auth/openstack/common/policy.py:97
msgid "The JSON file that defines policies."
msgstr "El archivo JSON que define políticas"

#: openstack_auth/openstack/common/policy.py:100
msgid "Default rule. Enforced when a requested rule is not found."
msgstr ""
"Regla por defecto. Forzada en los casos no se encuentra una regla "
"solicitada"

#: openstack_auth/openstack/common/policy.py:104
msgid "Directories where policy configuration files are stored."
msgstr ""
"Directorios donde se guardan los archivos de configuracion de las "
"políticas"

#: openstack_auth/openstack/common/policy.py:119
#, python-format
msgid "Policy doesn't allow %s to be performed."
msgstr "La política no permite que se realice %s."

#: openstack_auth/openstack/common/policy.py:213
#, python-format
msgid "Rules must be an instance of dict or Rules, got %s instead"
msgstr ""
"Reglas deben ser una instancia del diccionario o Reglas, obtenido %s en "
"lugar de"