You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

django.po 1.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # Daniel Ursache-Dogariu, 2011
  5. # Denis Darii <denis.darii@gmail.com>, 2014
  6. # Razvan Stefanescu <razvan.stefanescu@gmail.com>, 2016
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: django\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2015-01-17 11:07+0100\n"
  12. "PO-Revision-Date: 2017-09-19 16:40+0000\n"
  13. "Last-Translator: Razvan Stefanescu <razvan.stefanescu@gmail.com>\n"
  14. "Language-Team: Romanian (http://www.transifex.com/django/django/language/"
  15. "ro/)\n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=UTF-8\n"
  18. "Content-Transfer-Encoding: 8bit\n"
  19. "Language: ro\n"
  20. "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?"
  21. "2:1));\n"
  22. msgid "Content Types"
  23. msgstr "Tipuri de conținut"
  24. msgid "python model class name"
  25. msgstr "nume clasă model Python"
  26. msgid "content type"
  27. msgstr "tip conținut"
  28. msgid "content types"
  29. msgstr "tipuri conținut"
  30. #, python-format
  31. msgid "Content type %(ct_id)s object has no associated model"
  32. msgstr "Tipul de conținut %(ct_id)s nu are nici un model asociat"
  33. #, python-format
  34. msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist"
  35. msgstr "Content type %(ct_id)s object %(obj_id)s doesn't exist"
  36. #, python-format
  37. msgid "%(ct_name)s objects don't have a get_absolute_url() method"
  38. msgstr "Obiectele %(ct_name)s nu au o metodă get_absolute_url()"