Initial translation for the acls app
This commit is contained in:
Binary file not shown.
@@ -2,7 +2,7 @@
|
|||||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
# This file is distributed under the same license as the PACKAGE package.
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||||
#
|
#
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -12,162 +12,161 @@ msgstr ""
|
|||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
"Language: \n"
|
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
|
"Language: \n"
|
||||||
|
|
||||||
#: __init__.py:13
|
#: __init__.py:13
|
||||||
msgid "ACLs"
|
msgid "ACLs"
|
||||||
msgstr ""
|
msgstr "LCA"
|
||||||
|
|
||||||
#: __init__.py:14
|
#: __init__.py:14
|
||||||
msgid "details"
|
msgid "details"
|
||||||
msgstr ""
|
msgstr "detalles"
|
||||||
|
|
||||||
#: __init__.py:15 __init__.py:23
|
#: __init__.py:15 __init__.py:23
|
||||||
msgid "grant"
|
msgid "grant"
|
||||||
msgstr ""
|
msgstr "otorgar"
|
||||||
|
|
||||||
#: __init__.py:16 __init__.py:24
|
#: __init__.py:16 __init__.py:24
|
||||||
msgid "revoke"
|
msgid "revoke"
|
||||||
msgstr ""
|
msgstr "revocar"
|
||||||
|
|
||||||
#: __init__.py:18
|
#: __init__.py:18
|
||||||
msgid "Default ACLs"
|
msgid "Default ACLs"
|
||||||
msgstr ""
|
msgstr "LCA por defecto"
|
||||||
|
|
||||||
#: __init__.py:19
|
#: __init__.py:19
|
||||||
msgid "List of classes"
|
msgid "List of classes"
|
||||||
msgstr ""
|
msgstr "Lista de clases"
|
||||||
|
|
||||||
#: __init__.py:20
|
#: __init__.py:20
|
||||||
msgid "ACLs for class"
|
msgid "ACLs for class"
|
||||||
msgstr ""
|
msgstr "LCA para la clase"
|
||||||
|
|
||||||
#: __init__.py:21
|
#: __init__.py:21
|
||||||
msgid "edit"
|
msgid "edit"
|
||||||
msgstr ""
|
msgstr "editar"
|
||||||
|
|
||||||
#: __init__.py:22 forms.py:18
|
#: __init__.py:22 forms.py:18
|
||||||
msgid "New holder"
|
msgid "New holder"
|
||||||
msgstr ""
|
msgstr "Nuevo titular"
|
||||||
|
|
||||||
#: forms.py:34
|
#: forms.py:34
|
||||||
msgid "Users"
|
msgid "Users"
|
||||||
msgstr ""
|
msgstr "Usuarios"
|
||||||
|
|
||||||
#: forms.py:37
|
#: forms.py:37
|
||||||
msgid "Groups"
|
msgid "Groups"
|
||||||
msgstr ""
|
msgstr "Grupos"
|
||||||
|
|
||||||
#: forms.py:40
|
#: forms.py:40
|
||||||
msgid "Roles"
|
msgid "Roles"
|
||||||
msgstr ""
|
msgstr "Funciones"
|
||||||
|
|
||||||
#: models.py:221 models.py:230
|
#: models.py:221 models.py:230
|
||||||
msgid "Insufficient access."
|
msgid "Insufficient access."
|
||||||
msgstr ""
|
msgstr "Acceso insuficiente."
|
||||||
|
|
||||||
#: models.py:296 models.py:400
|
#: models.py:296 models.py:400
|
||||||
msgid "permission"
|
msgid "permission"
|
||||||
msgstr ""
|
msgstr "permiso"
|
||||||
|
|
||||||
#: models.py:322
|
#: models.py:322
|
||||||
msgid "access entry"
|
msgid "access entry"
|
||||||
msgstr ""
|
msgstr "entrada de acceso"
|
||||||
|
|
||||||
#: models.py:323
|
#: models.py:323
|
||||||
msgid "access entries"
|
msgid "access entries"
|
||||||
msgstr ""
|
msgstr "entradas de acceso"
|
||||||
|
|
||||||
#: models.py:421
|
#: models.py:421
|
||||||
msgid "default access entry"
|
msgid "default access entry"
|
||||||
msgstr ""
|
msgstr "entrada de acceso por defecto"
|
||||||
|
|
||||||
#: models.py:422
|
#: models.py:422
|
||||||
msgid "default access entries"
|
msgid "default access entries"
|
||||||
msgstr ""
|
msgstr "entradas de acceso por defecto"
|
||||||
|
|
||||||
#: permissions.py:7 permissions.py:8
|
#: permissions.py:7 permissions.py:8
|
||||||
msgid "Access control lists"
|
msgid "Access control lists"
|
||||||
msgstr ""
|
msgstr "Listas de control de acceso"
|
||||||
|
|
||||||
#: permissions.py:10
|
#: permissions.py:10
|
||||||
msgid "Edit ACLs"
|
msgid "Edit ACLs"
|
||||||
msgstr ""
|
msgstr "Editar LCA"
|
||||||
|
|
||||||
#: permissions.py:11
|
#: permissions.py:11
|
||||||
msgid "View ACLs"
|
msgid "View ACLs"
|
||||||
msgstr ""
|
msgstr "Ver LCA"
|
||||||
|
|
||||||
#: permissions.py:13
|
#: permissions.py:13
|
||||||
msgid "Edit class default ACLs"
|
msgid "Edit class default ACLs"
|
||||||
msgstr ""
|
msgstr "Editar LCA por defecto de la clase"
|
||||||
|
|
||||||
#: permissions.py:14
|
#: permissions.py:14
|
||||||
msgid "View class default ACLs"
|
msgid "View class default ACLs"
|
||||||
msgstr ""
|
msgstr "Ver LCA por defecto de la clase"
|
||||||
|
|
||||||
#: views.py:50
|
#: views.py:50
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "access control lists for: %s"
|
msgid "access control lists for: %s"
|
||||||
msgstr ""
|
msgstr "listas de control de acceso para: %s"
|
||||||
|
|
||||||
#: views.py:54 views.py:397
|
#: views.py:54 views.py:397
|
||||||
msgid "holder"
|
msgid "holder"
|
||||||
msgstr ""
|
msgstr "titular"
|
||||||
|
|
||||||
#: views.py:55 views.py:398
|
#: views.py:55 views.py:398
|
||||||
msgid "permissions"
|
msgid "permissions"
|
||||||
msgstr ""
|
msgstr "permisos"
|
||||||
|
|
||||||
#: views.py:100
|
#: views.py:100
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "permissions available to: %(actor)s for %(obj)s"
|
msgid "permissions available to: %(actor)s for %(obj)s"
|
||||||
msgstr ""
|
msgstr "permisos disponibles a: %(actor)s para %(obj)s "
|
||||||
|
|
||||||
#: views.py:107 views.py:429
|
#: views.py:107 views.py:429
|
||||||
msgid "namespace"
|
msgid "namespace"
|
||||||
msgstr ""
|
msgstr "espacio de nombres"
|
||||||
|
|
||||||
#: views.py:108 views.py:430
|
#: views.py:108 views.py:430
|
||||||
msgid "label"
|
msgid "label"
|
||||||
msgstr ""
|
msgstr "etiqueta"
|
||||||
|
|
||||||
#: views.py:110 views.py:432
|
#: views.py:110 views.py:432
|
||||||
msgid "has permission"
|
msgid "has permission"
|
||||||
msgstr ""
|
msgstr "tiene permiso"
|
||||||
|
|
||||||
#: views.py:191 views.py:285 views.py:514 views.py:594
|
#: views.py:191 views.py:285 views.py:514 views.py:594
|
||||||
msgid " and "
|
msgid " and "
|
||||||
msgstr ""
|
msgstr " y "
|
||||||
|
|
||||||
#: views.py:192 views.py:286 views.py:515 views.py:595
|
#: views.py:192 views.py:286 views.py:515 views.py:595
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid " for %s"
|
msgid " for %s"
|
||||||
msgstr ""
|
msgstr " para %s"
|
||||||
|
|
||||||
#: views.py:193 views.py:516
|
#: views.py:193 views.py:516
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid " to %s"
|
msgid " to %s"
|
||||||
msgstr ""
|
msgstr " a %s"
|
||||||
|
|
||||||
#: views.py:196 views.py:519
|
#: views.py:196 views.py:519
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Are you sure you wish to grant the permission %(title_suffix)s?"
|
msgid "Are you sure you wish to grant the permission %(title_suffix)s?"
|
||||||
msgstr ""
|
msgstr "¿Está seguro que desea conceder el permiso %(title_suffix)s?"
|
||||||
|
|
||||||
#: views.py:198 views.py:521
|
#: views.py:198 views.py:521
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
msgid "Are you sure you wish to grant the permissions %(title_suffix)s?"
|
||||||
msgstr ""
|
msgstr "¿Está seguro que desea conceder los permisos de %(title_suffix)s?"
|
||||||
|
|
||||||
#: views.py:205 views.py:528
|
#: views.py:205 views.py:528
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Permission \"%(permission)s\" granted to %(requester)s for %(object)s."
|
msgid "Permission \"%(permission)s\" granted to %(requester)s for %(object)s."
|
||||||
msgstr ""
|
msgstr "Permiso \"%(permission)s\" concedido a %(requester)s de %(object)s."
|
||||||
|
|
||||||
#: views.py:211 views.py:534
|
#: views.py:211 views.py:534
|
||||||
#, python-format
|
#, python-format
|
||||||
@@ -179,7 +178,7 @@ msgstr ""
|
|||||||
#: views.py:287 views.py:596
|
#: views.py:287 views.py:596
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid " from %s"
|
msgid " from %s"
|
||||||
msgstr ""
|
msgstr " de %s"
|
||||||
|
|
||||||
#: views.py:290 views.py:599
|
#: views.py:290 views.py:599
|
||||||
#, python-format
|
#, python-format
|
||||||
@@ -209,11 +208,11 @@ msgstr ""
|
|||||||
|
|
||||||
#: views.py:378
|
#: views.py:378
|
||||||
msgid "classes"
|
msgid "classes"
|
||||||
msgstr ""
|
msgstr "clases"
|
||||||
|
|
||||||
#: views.py:380
|
#: views.py:380
|
||||||
msgid "class"
|
msgid "class"
|
||||||
msgstr ""
|
msgstr "clase"
|
||||||
|
|
||||||
#: views.py:395
|
#: views.py:395
|
||||||
#, python-format
|
#, python-format
|
||||||
@@ -228,8 +227,9 @@ msgstr ""
|
|||||||
#: views.py:472
|
#: views.py:472
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "add new holder for class: %s"
|
msgid "add new holder for class: %s"
|
||||||
msgstr ""
|
msgstr "añadir nuevo titular para la clase: %s"
|
||||||
|
|
||||||
#: views.py:474
|
#: views.py:474
|
||||||
msgid "Select"
|
msgid "Select"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
@@ -2,7 +2,7 @@
|
|||||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
# This file is distributed under the same license as the PACKAGE package.
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||||
#
|
#
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -12,11 +12,10 @@ msgstr ""
|
|||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
"Language: \n"
|
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
|
"Language: \n"
|
||||||
|
|
||||||
#: __init__.py:13
|
#: __init__.py:13
|
||||||
msgid "ACLs"
|
msgid "ACLs"
|
||||||
@@ -233,3 +232,4 @@ msgstr ""
|
|||||||
#: views.py:474
|
#: views.py:474
|
||||||
msgid "Select"
|
msgid "Select"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
@@ -2,7 +2,7 @@
|
|||||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
# This file is distributed under the same license as the PACKAGE package.
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||||
#
|
#
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -12,11 +12,10 @@ msgstr ""
|
|||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
"Language: \n"
|
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
|
"Language: \n"
|
||||||
|
|
||||||
#: __init__.py:13
|
#: __init__.py:13
|
||||||
msgid "ACLs"
|
msgid "ACLs"
|
||||||
@@ -233,3 +232,4 @@ msgstr ""
|
|||||||
#: views.py:474
|
#: views.py:474
|
||||||
msgid "Select"
|
msgid "Select"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
@@ -2,7 +2,7 @@
|
|||||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
# This file is distributed under the same license as the PACKAGE package.
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||||
#
|
#
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -12,12 +12,10 @@ msgstr ""
|
|||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
"Language: \n"
|
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
"Language: \n"
|
||||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
|
|
||||||
|
|
||||||
#: __init__.py:13
|
#: __init__.py:13
|
||||||
msgid "ACLs"
|
msgid "ACLs"
|
||||||
@@ -234,3 +232,4 @@ msgstr ""
|
|||||||
#: views.py:474
|
#: views.py:474
|
||||||
msgid "Select"
|
msgid "Select"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user