django.po 1.7 KB

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