This file is indexed.

/usr/lib/python2.7/dist-packages/oslo_db/locale/es/LC_MESSAGES/oslo_db.po is in python-oslo.db 4.33.0-0ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
# Translations template for oslo.db.
# Copyright (C) 2015 ORGANIZATION
# This file is distributed under the same license as the oslo.db project.
#
# Translators:
# Adriana Chisco Landazábal <achisco94@gmail.com>, 2015
# Miriam Godinez <miriamgc@hotmail.com>, 2015
# Andreas Jaeger <jaegerandi@gmail.com>, 2016. #zanata
msgid ""
msgstr ""
"Project-Id-Version: oslo.db 4.6.1.dev19\n"
"Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n"
"POT-Creation-Date: 2016-04-19 04:28+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2015-09-07 10:45+0000\n"
"Last-Translator: Miriam Godinez <miriamgc@hotmail.com>\n"
"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Generated-By: Babel 2.0\n"
"X-Generator: Zanata 3.7.3\n"
"Language-Team: Spanish\n"

msgid "Invalid Parameter: Encoding directive wasn't provided."
msgstr "Parámetro no válido: No se proporcionó directiva de codificación."

#, python-format
msgid ""
"Please specify column %s in col_name_col_instance param. It is required "
"because column has unsupported type by SQLite."
msgstr ""
"Por favor especifique la columna %s en el parámetro col_name_col_instance. "
"Es necesario porque la columna tiene un tipo no soportado por SQLite."

#, python-format
msgid ""
"Tables \"%s\" have non utf8 collation, please make sure all tables are "
"CHARSET=utf8"
msgstr ""
"Las tablas \"%s\" no tienen una colación utf8, por favor asegúrese de que "
"todas las tablas sean CHARSET=utf8"

msgid ""
"The database is not under version control, but has tables. Please stamp the "
"current version of the schema manually."
msgstr ""
"La base de datos no está bajo el control de la versión, pero tiene tablas. "
"Por favor indique manualmente la versión actual del esquema."

#, python-format
msgid ""
"There is no `deleted` column in `%s` table. Project doesn't use soft-deleted "
"feature."
msgstr ""
"No existe la columna `deleted` en la tabla `%s`. El projecto no utiliza la "
"característica de eliminación suave."

#, python-format
msgid "There is no `project_id` column in `%s` table."
msgstr "No existe la columna `project_id` en la tabla `%s`."

#, python-format
msgid "Unknown sort direction, must be one of: %s"
msgstr "Clase de dirección desconocida, debe ser una de: %s"

msgid "Unsupported id columns type"
msgstr "Tipo de identificador de columnas no soportado"

#, python-format
msgid ""
"col_name_col_instance param has wrong type of column instance for column %s "
"It should be instance of sqlalchemy.Column."
msgstr ""
"El parámetro col_name_col_instance contiene el tipo incorrecto de instancia "
"de columna para la columna %s. Debe ser una instancia de  sqlalchemy.Column."

msgid "model should be a subclass of ModelBase"
msgstr "el modelo debe ser una subclase del ModelBase"

msgid "version should be an integer"
msgstr "la versión debe ser un entero"