/django/contrib/flatpages/locale/pt_BR/LC_MESSAGES/django.po
Unknown | 78 lines | 65 code | 13 blank | 0 comment | 0 complexity | 7d334ed18a454ecda8dac481d91de99a MD5 | raw file
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: Portuguese (Brazilian) <django-l10n-portuguese@googlegroups." 11"com>\n" 12"MIME-Version: 1.0\n" 13"Content-Type: text/plain; charset=UTF-8\n" 14"Content-Transfer-Encoding: 8bit\n" 15"Language: pt_BR\n" 16"Plural-Forms: nplurals=2; plural=(n > 1)\n" 17 18#: admin.py:8 models.py:7 19msgid "URL" 20msgstr "URL" 21 22#: admin.py:9 23msgid "" 24"Example: '/about/contact/'. Make sure to have leading and trailing slashes." 25msgstr "Exemplo: '/sobre/contato/'. Lembre-se das barras no comeуo e no final." 26 27#: admin.py:11 28msgid "" 29"This value must contain only letters, numbers, dots, underscores, dashes, " 30"slashes or tildes." 31msgstr "" 32"Este valor deve conter apenas letras, nЩmeros, pontos, sublinhados, traуos, " 33"barras ou til." 34 35#: admin.py:22 36msgid "Advanced options" 37msgstr "Opушes avanуadas" 38 39#: models.py:8 40msgid "title" 41msgstr "tьtulo" 42 43#: models.py:9 44msgid "content" 45msgstr "conteЩdo" 46 47#: models.py:10 48msgid "enable comments" 49msgstr "habilitar comentрrios" 50 51#: models.py:11 52msgid "template name" 53msgstr "nome do modelo" 54 55#: models.py:12 56msgid "" 57"Example: 'flatpages/contact_page.html'. If this isn't provided, the system " 58"will use 'flatpages/default.html'." 59msgstr "" 60"Exemplo: 'flatpages/contact_page.html'. Se nсo for informado, serр utilizado " 61"'flatpages/default.html'." 62 63#: models.py:13 64msgid "registration required" 65msgstr "registro obrigatзrio" 66 67#: models.py:13 68msgid "If this is checked, only logged-in users will be able to view the page." 69msgstr "" 70"Se estiver assinalado, apenas usuрrios autenticados poderсo ver a pрgina." 71 72#: models.py:18 73msgid "flat page" 74msgstr "pрgina plana" 75 76#: models.py:19 77msgid "flat pages" 78msgstr "pрginas planas"