django.po 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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: django-extensions\n"
  9. "Report-Msgid-Bugs-To: \n"
  10. "POT-Creation-Date: 2011-02-02 11:43+0100\n"
  11. "PO-Revision-Date: 2011-02-02 10:38+0000\n"
  12. "Last-Translator: Jannis <jannis@leidel.info>\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. "Language: ro\n"
  18. "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < "
  19. "20)) ? 1 : 2)\n"
  20. #: admin/__init__.py:121
  21. msgid "and"
  22. msgstr "și"
  23. #: admin/__init__.py:123
  24. #, python-format
  25. msgid ""
  26. "Use the left field to do %(model_name)s lookups in the fields %(field_list)s."
  27. msgstr ""
  28. "Folosește câmpul din stânga pentru a efectua căutări de %(model_name)s în "
  29. "câmpurile %(field_list)s."
  30. #: db/models.py:15
  31. msgid "created"
  32. msgstr "creat"
  33. #: db/models.py:16
  34. msgid "modified"
  35. msgstr "modificat"
  36. #: db/models.py:26
  37. msgid "title"
  38. msgstr "Titlu"
  39. #: db/models.py:27
  40. msgid "slug"
  41. msgstr "Slug"
  42. #: db/models.py:28
  43. msgid "description"
  44. msgstr "Descriere"
  45. #: db/models.py:50
  46. msgid "Inactive"
  47. msgstr "Inactiv"
  48. #: db/models.py:51
  49. msgid "Active"
  50. msgstr "Activ"
  51. #: db/models.py:53
  52. msgid "status"
  53. msgstr "Stare"
  54. #: db/models.py:56
  55. msgid "keep empty for an immediate activation"
  56. msgstr "A se lăsa gol pentru activare imediată"
  57. #: db/models.py:58
  58. msgid "keep empty for indefinite activation"
  59. msgstr "A se lăsa gol pentru activare nelimitată"
  60. #: management/commands/show_urls.py:34
  61. #, python-format
  62. msgid "%s does not appear to be a urlpattern object"
  63. msgstr "%s nu pare să fie un obiect urlpattern"
  64. #: templates/django_extensions/widgets/foreignkey_searchinput.html:4
  65. msgid "Lookup"
  66. msgstr "Căutare"