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: YEAR-MO-DA HO:MI+ZONE\n"
  12. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\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. "Utilizzare il campo a sinistra per fare ricerche nei campi %(field_list)s "
  26. "del modello %(model_name)s."
  27. #: db/models.py:15
  28. msgid "created"
  29. msgstr "creato"
  30. #: db/models.py:16
  31. msgid "modified"
  32. msgstr "modificato"
  33. #: db/models.py:26
  34. msgid "title"
  35. msgstr "titolo"
  36. #: db/models.py:27
  37. msgid "slug"
  38. msgstr "slug"
  39. #: db/models.py:28
  40. msgid "description"
  41. msgstr "descrizione"
  42. #: db/models.py:50
  43. msgid "Inactive"
  44. msgstr "Inattivo"
  45. #: db/models.py:51
  46. msgid "Active"
  47. msgstr "Attivo"
  48. #: db/models.py:53
  49. msgid "status"
  50. msgstr "stato"
  51. #: db/models.py:56
  52. msgid "keep empty for an immediate activation"
  53. msgstr "lasciare vuoto per attivazione immediata"
  54. #: db/models.py:58
  55. msgid "keep empty for indefinite activation"
  56. msgstr "lasciare vuoti per attivazione indefinita"
  57. #: management/commands/show_urls.py:34
  58. #, python-format
  59. msgid "%s does not appear to be a urlpattern object"
  60. msgstr "% s non sembra essere un oggetto urlPattern"
  61. #: templates/django_extensions/widgets/foreignkey_searchinput.html:4
  62. msgid "Lookup"
  63. msgstr "Ricerca"