/django/contrib/flatpages/locale/es/LC_MESSAGES/django.po
Unknown | 78 lines | 65 code | 13 blank | 0 comment | 0 complexity | cb54e1e7c5bb6fa3a4ee6ba35c278c18 MD5 | raw file
Possible License(s): BSD-3-Clause
1# This file is distributed under the same license as the Django package. 2# 3msgid "" 4msgstr "" 5"Project-Id-Version: Django\n" 6"Report-Msgid-Bugs-To: \n" 7"POT-Creation-Date: 2011-03-15 13:15-0400\n" 8"PO-Revision-Date: 2011-03-04 18:46+0000\n" 9"Last-Translator: Jannis <jannis@leidel.info>\n" 10"Language-Team: Spanish (Castilian) <>\n" 11"MIME-Version: 1.0\n" 12"Content-Type: text/plain; charset=UTF-8\n" 13"Content-Transfer-Encoding: 8bit\n" 14"Language: es\n" 15"Plural-Forms: nplurals=2; plural=(n != 1)\n" 16 17#: admin.py:8 models.py:7 18msgid "URL" 19msgstr "URL" 20 21#: admin.py:9 22msgid "" 23"Example: '/about/contact/'. Make sure to have leading and trailing slashes." 24msgstr "" 25"Ejemplo: '/about/contact/'. Asegúrese de que pone barras al principio y al " 26"final." 27 28#: admin.py:11 29msgid "" 30"This value must contain only letters, numbers, dots, underscores, dashes, " 31"slashes or tildes." 32msgstr "" 33"Este valor solo puede contener letras, números, puntos, subrayados, guiones, " 34"barras o tildes." 35 36#: admin.py:22 37msgid "Advanced options" 38msgstr "Opciones avanzadas" 39 40#: models.py:8 41msgid "title" 42msgstr "título" 43 44#: models.py:9 45msgid "content" 46msgstr "contenido" 47 48#: models.py:10 49msgid "enable comments" 50msgstr "habilitar comentarios" 51 52#: models.py:11 53msgid "template name" 54msgstr "nombre de plantilla" 55 56#: models.py:12 57msgid "" 58"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " 59"will use 'flatpages/default.html'." 60msgstr "" 61"Ejemplo: 'flatpages/contact_page.html'. Si no es proporcionado, el sistema " 62"usará 'flatpages/default.html'." 63 64#: models.py:13 65msgid "registration required" 66msgstr "debe estar registrado" 67 68#: models.py:13 69msgid "If this is checked, only logged-in users will be able to view the page." 70msgstr "Si está marcado, sólo los usuarios registrados podrán ver la página." 71 72#: models.py:18 73msgid "flat page" 74msgstr "página estática" 75 76#: models.py:19 77msgid "flat pages" 78msgstr "páginas estáticas"