1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- # SOME DESCRIPTIVE TITLE.
- # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
- # This file is distributed under the same license as the PACKAGE package.
- # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
- #
- msgid ""
- msgstr ""
- "Project-Id-Version: PACKAGE VERSION\n"
- "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2011-02-02 11:43+0100\n"
- "PO-Revision-Date: 2010-11-15 22:06-0300\n"
- "Last-Translator: Fernando Silva <fernand at liquuid dot net>\n"
- "Language-Team: LANGUAGE <LL@li.org>\n"
- "MIME-Version: 1.0\n"
- "Content-Type: text/plain; charset=UTF-8\n"
- "Content-Transfer-Encoding: 8bit\n"
- #: admin/__init__.py:121
- msgid "and"
- msgstr "e"
- #: admin/__init__.py:123
- #, python-format
- msgid ""
- "Use the left field to do %(model_name)s lookups in the fields %(field_list)s."
- msgstr ""
- "Use o campo esquerdo para fazer com que o modelo %(model_name)s procure nos "
- "campos %(field_list)s."
- #: db/models.py:15
- msgid "created"
- msgstr "criado"
- #: db/models.py:16
- msgid "modified"
- msgstr "modificado"
- #: db/models.py:26
- msgid "title"
- msgstr "título"
- #: db/models.py:27
- msgid "slug"
- msgstr "slug"
- #: db/models.py:28
- msgid "description"
- msgstr "descrição"
- #: db/models.py:50
- msgid "Inactive"
- msgstr "Inativo"
- #: db/models.py:51
- msgid "Active"
- msgstr "Ativo"
- #: db/models.py:53
- msgid "status"
- msgstr "estado"
- #: db/models.py:56
- msgid "keep empty for an immediate activation"
- msgstr "deixe vazio para ativação imediata"
- #: db/models.py:58
- msgid "keep empty for indefinite activation"
- msgstr "deixe vazio para ativação por tempo indeterminado"
- #: management/commands/show_urls.py:34
- #, python-format
- msgid "%s does not appear to be a urlpattern object"
- msgstr "%s não parece ser um objeto urlpattern"
- #: templates/django_extensions/widgets/foreignkey_searchinput.html:4
- msgid "Lookup"
- msgstr "Busca"
|