django.po 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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. #
  5. # Translators:
  6. # mathiasuk, 2014
  7. # mathiasuk, 2014
  8. # stevandoh <stevandoh@gmail.com>, 2013
  9. msgid ""
  10. msgstr ""
  11. "Project-Id-Version: django-extensions\n"
  12. "Report-Msgid-Bugs-To: \n"
  13. "POT-Creation-Date: 2011-02-02 11:42+0100\n"
  14. "PO-Revision-Date: 2014-01-11 11:14+0000\n"
  15. "Last-Translator: mathiasuk\n"
  16. "Language-Team: French (http://www.transifex.com/projects/p/django-extensions/language/fr/)\n"
  17. "MIME-Version: 1.0\n"
  18. "Content-Type: text/plain; charset=UTF-8\n"
  19. "Content-Transfer-Encoding: 8bit\n"
  20. "Language: fr\n"
  21. "Plural-Forms: nplurals=2; plural=(n > 1);\n"
  22. #: admin/__init__.py:121
  23. msgid "and"
  24. msgstr "et"
  25. #: admin/__init__.py:123
  26. #, python-format
  27. msgid ""
  28. "Use the left field to do %(model_name)s lookups in the fields "
  29. "%(field_list)s."
  30. msgstr "Utilisez le champ de gauche pour faire des recheres de %(model_name)s dans les champs %(field_list)s."
  31. #: db/models.py:15
  32. msgid "created"
  33. msgstr "créé"
  34. #: db/models.py:16
  35. msgid "modified"
  36. msgstr "mis à jour"
  37. #: db/models.py:26
  38. msgid "title"
  39. msgstr "titre"
  40. #: db/models.py:27
  41. msgid "slug"
  42. msgstr "slug"
  43. #: db/models.py:28
  44. msgid "description"
  45. msgstr "description"
  46. #: db/models.py:50
  47. msgid "Inactive"
  48. msgstr "Inactif"
  49. #: db/models.py:51
  50. msgid "Active"
  51. msgstr "Actif"
  52. #: db/models.py:53
  53. msgid "status"
  54. msgstr "état"
  55. #: db/models.py:56
  56. msgid "keep empty for an immediate activation"
  57. msgstr "laisser vide pour activation immédiate"
  58. #: db/models.py:58
  59. msgid "keep empty for indefinite activation"
  60. msgstr "laisser vide pour activation indéterminée"
  61. #: management/commands/show_urls.py:34
  62. #, python-format
  63. msgid "%s does not appear to be a urlpattern object"
  64. msgstr "%s ne semble pas etre un object urlpattern"
  65. #: templates/django_extensions/widgets/foreignkey_searchinput.html:4
  66. msgid "Lookup"
  67. msgstr "Recherche"