django.po 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  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 tests\n"
  9. "Report-Msgid-Bugs-To: \n"
  10. "POT-Creation-Date: 2010-02-14 17:33+0100\n"
  11. "PO-Revision-Date: 2011-01-21 21:37-0300\n"
  12. "Last-Translator: Claude\n"
  13. "Language-Team: fr <fr@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. "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n==0 ? 1 : 2);\n"
  18. # Plural form is purposefully different from the normal French plural to test
  19. # multiple plural forms for one language.
  20. #: template.html:3
  21. # Note: Intentional: variable name is translated.
  22. msgid "My name is %(person)s."
  23. msgstr "Mon nom est %(personne)s."
  24. #: template.html:3
  25. # Note: Intentional: the variable name is badly formatted (missing 's' at the end)
  26. msgid "My other name is %(person)s."
  27. msgstr "Mon autre nom est %(person)."
  28. msgid "%d singular"
  29. msgid_plural "%d plural"
  30. msgstr[0] "%d singulier"
  31. msgstr[1] "%d pluriel1"
  32. msgstr[2] "%d pluriel2"