Ingen beskrivning

django.po 4.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219
  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 15:44+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/counterTemplate.html:47
  104. msgid "Has not got the seum yet"
  105. msgstr "N'a pas encore eu le seum"
  106. #: counter/templates/counterTemplate.html:51
  107. msgid "Has got the seum"
  108. msgstr "A eu le seum"
  109. #: counter/templates/counterTemplate.html:53
  110. msgid "threw him/her the seum"
  111. msgstr "a foutu le seum"
  112. #: counter/templates/counterTemplate.html:61
  113. #, fuzzy
  114. #| msgid "reset"
  115. msgid "Reset"
  116. msgstr "Remise à zéro"
  117. #: counter/templates/counterTemplate.html:67
  118. msgid "Motive for the seum:"
  119. msgstr "Motif du seum"
  120. #: counter/templates/counterTemplate.html:74
  121. msgid "Throw the seum"
  122. msgstr "Foutre le seum"
  123. #: counter/templates/counterTemplate.html:83
  124. msgid "Timeline of the seum"
  125. msgstr "Timeline du seum"
  126. #: counter/templates/counterTemplate.html:88
  127. msgid "No timeline of the seum yet..."
  128. msgstr "Pas encore de timeline du seum..."
  129. #: counter/templates/counterTemplate.html:102
  130. msgid "Seum history"
  131. msgstr "Historique du seum"
  132. #: counter/templates/counterTemplate.html:110
  133. #: counter/templates/hashtagTemplate.html:26
  134. msgid "Date"
  135. msgstr "Date"
  136. #: counter/templates/counterTemplate.html:111
  137. #: counter/templates/hashtagTemplate.html:27
  138. msgid "Motive"
  139. msgstr "Motif"
  140. #: counter/templates/counterTemplate.html:112
  141. #: counter/templates/hashtagTemplate.html:29
  142. msgid "Seum thrower"
  143. msgstr "Fouteur de seum"
  144. #: counter/templates/counterTemplate.html:113
  145. #: counter/templates/hashtagTemplate.html:30
  146. msgid "Number of likes"
  147. msgstr "Nombre de likes"
  148. #: counter/templates/counterTemplate.html:138
  149. #: counter/templates/hashtagTemplate.html:56
  150. msgid "Back to counters list"
  151. msgstr "Retour à la liste des compteurs"
  152. #: counter/templates/hashtagTemplate.html:20
  153. msgid "Seums containing"
  154. msgstr "Liste des seums contenant"
  155. #: counter/templates/hashtagTemplate.html:28
  156. msgid "Victim"
  157. msgstr "Victime"
  158. #: counter/views/counter.py:34
  159. msgid "unknown"
  160. msgstr "inconnu"
  161. #: counter/views/counter.py:75
  162. #, python-format
  163. msgid "From %(who)s: %(reason)s"
  164. msgstr "De %(who)s : %(reason)s"
  165. #: seum/settings.py:111
  166. msgid "English"
  167. msgstr "Anglais"
  168. #: seum/settings.py:112
  169. msgid "French"
  170. msgstr "Français"
  171. #~ msgid "Seum"
  172. #~ msgstr "Seum"