Нема описа

django.po 3.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  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. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: PACKAGE VERSION\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2017-01-21 14:29+0100\n"
  12. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  13. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  14. "Language-Team: LANGUAGE <LL@li.org>\n"
  15. "Language: \n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=UTF-8\n"
  18. "Content-Transfer-Encoding: 8bit\n"
  19. "Plural-Forms: nplurals=2; plural=(n > 1);\n"
  20. #: counter/models.py:12
  21. msgid "name"
  22. msgstr "nom"
  23. #: counter/models.py:13
  24. msgid "email"
  25. msgstr "email"
  26. #: counter/models.py:14
  27. msgid "trigram"
  28. msgstr "trigramme"
  29. #: counter/models.py:15
  30. msgid "associated user"
  31. msgstr "utilisateur associé"
  32. #: counter/models.py:16
  33. msgid "email notifications"
  34. msgstr "notifications par email"
  35. #: counter/models.py:17
  36. msgid "sort by SeumScore"
  37. msgstr "trier par SeumScore"
  38. #: counter/models.py:20
  39. #, python-format
  40. msgid "%(trigram)s (%(name)s)"
  41. msgstr "%(trigram)s (%(name)s)"
  42. #: counter/models.py:23
  43. msgid "counter"
  44. msgstr "compteur"
  45. #: counter/models.py:27 counter/models.py:55
  46. msgid "datetime"
  47. msgstr "date et heure"
  48. #: counter/models.py:28
  49. msgid "reason"
  50. msgstr "raison"
  51. #: counter/models.py:29
  52. #, fuzzy
  53. #| msgid "Victim"
  54. msgid "victim"
  55. msgstr "victime"
  56. #: counter/models.py:30
  57. #, fuzzy
  58. #| msgid "Seum giver"
  59. msgid "seum giver"
  60. msgstr "fouteur de seum"
  61. #: counter/models.py:34
  62. #, python-format
  63. msgid "%(counter)s : %(datetime)s (%(reason)s)"
  64. msgstr "%(counter)s : %(datetime)s (%(reason)s)"
  65. #: counter/models.py:48 counter/models.py:79
  66. msgid "reset"
  67. msgstr "remise à zéro"
  68. #: counter/models.py:49
  69. msgid "resets"
  70. msgstr "remises à zéro"
  71. #: counter/models.py:53
  72. msgid "liker"
  73. msgstr "likeur"
  74. #: counter/models.py:54
  75. msgid "seum"
  76. msgstr "seum"
  77. #: counter/models.py:58
  78. msgid "like"
  79. msgstr "like"
  80. #: counter/models.py:59
  81. msgid "likes"
  82. msgstr "likes"
  83. #: counter/models.py:63
  84. #, python-format
  85. msgid "%(liker)s likes %(reset)s"
  86. msgstr "%(liker)s aime %(reset)s"
  87. #: counter/models.py:70
  88. msgid "keyword"
  89. msgstr "mot-clé"
  90. #: counter/models.py:71
  91. msgid "keywords"
  92. msgstr "mots-clés"
  93. #: counter/models.py:78 counter/models.py:82
  94. msgid "hashtag"
  95. msgstr "hashtag"
  96. #: counter/models.py:83
  97. msgid "hashtags"
  98. msgstr "hashtags"
  99. #: counter/models.py:86
  100. #, python-format
  101. msgid "%(keyword)s for %(who)s"
  102. msgstr "%(keyword)s pour %(who)s"
  103. #: counter/templates/hashtagTemplate.html:20
  104. msgid "Seums containing"
  105. msgstr "Liste des seums contenant"
  106. #: counter/templates/hashtagTemplate.html:26
  107. msgid "Date"
  108. msgstr "Date"
  109. #: counter/templates/hashtagTemplate.html:27
  110. msgid "Motive"
  111. msgstr "Motif"
  112. #: counter/templates/hashtagTemplate.html:28
  113. msgid "Victim"
  114. msgstr "Victime"
  115. #: counter/templates/hashtagTemplate.html:29
  116. msgid "Seum giver"
  117. msgstr "Fouteur de seum"
  118. #: counter/templates/hashtagTemplate.html:30
  119. msgid "Number of likes"
  120. msgstr "Nombre de likes"
  121. #: counter/templates/hashtagTemplate.html:56
  122. msgid "Back to counters list"
  123. msgstr "Retour à la liste des compteurs"
  124. #: seum/settings.py:111
  125. msgid "English"
  126. msgstr "Anglais"
  127. #: seum/settings.py:112
  128. msgid "French"
  129. msgstr "Français"
  130. #~ msgid "Seum"
  131. #~ msgstr "Seum"