Ei kuvausta

django.po 3.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  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. #: counter/models.py:12
  20. msgid "name"
  21. msgstr ""
  22. #: counter/models.py:13
  23. msgid "email"
  24. msgstr ""
  25. #: counter/models.py:14
  26. msgid "trigram"
  27. msgstr ""
  28. #: counter/models.py:15
  29. msgid "associated user"
  30. msgstr ""
  31. #: counter/models.py:16
  32. msgid "email notifications"
  33. msgstr ""
  34. #: counter/models.py:17
  35. msgid "sort by SeumScore"
  36. msgstr ""
  37. #: counter/models.py:20
  38. #, python-format
  39. msgid "%(trigram)s (%(name)s)"
  40. msgstr ""
  41. #: counter/models.py:23
  42. msgid "counter"
  43. msgstr ""
  44. #: counter/models.py:27 counter/models.py:55
  45. msgid "datetime"
  46. msgstr ""
  47. #: counter/models.py:28
  48. msgid "reason"
  49. msgstr ""
  50. #: counter/models.py:29
  51. msgid "victim"
  52. msgstr ""
  53. #: counter/models.py:30
  54. msgid "seum giver"
  55. msgstr ""
  56. #: counter/models.py:34
  57. #, python-format
  58. msgid "%(counter)s : %(datetime)s (%(reason)s)"
  59. msgstr ""
  60. #: counter/models.py:48 counter/models.py:79
  61. msgid "reset"
  62. msgstr ""
  63. #: counter/models.py:49
  64. msgid "resets"
  65. msgstr ""
  66. #: counter/models.py:53
  67. msgid "liker"
  68. msgstr ""
  69. #: counter/models.py:54
  70. msgid "seum"
  71. msgstr ""
  72. #: counter/models.py:58
  73. msgid "like"
  74. msgstr ""
  75. #: counter/models.py:59
  76. msgid "likes"
  77. msgstr ""
  78. #: counter/models.py:63
  79. #, python-format
  80. msgid "%(liker)s likes %(reset)s"
  81. msgstr ""
  82. #: counter/models.py:70
  83. msgid "keyword"
  84. msgstr ""
  85. #: counter/models.py:71
  86. msgid "keywords"
  87. msgstr ""
  88. #: counter/models.py:78 counter/models.py:82
  89. msgid "hashtag"
  90. msgstr ""
  91. #: counter/models.py:83
  92. msgid "hashtags"
  93. msgstr ""
  94. #: counter/models.py:86
  95. #, python-format
  96. msgid "%(keyword)s for %(who)s"
  97. msgstr ""
  98. #: counter/templates/counterTemplate.html:47
  99. msgid "Has not got the seum yet"
  100. msgstr ""
  101. #: counter/templates/counterTemplate.html:51
  102. msgid "Has got the seum"
  103. msgstr ""
  104. #: counter/templates/counterTemplate.html:53
  105. msgid "threw him/her the seum"
  106. msgstr ""
  107. #: counter/templates/counterTemplate.html:61
  108. msgid "Reset"
  109. msgstr ""
  110. #: counter/templates/counterTemplate.html:67
  111. msgid "Motive for the seum:"
  112. msgstr ""
  113. #: counter/templates/counterTemplate.html:74
  114. msgid "Throw the seum"
  115. msgstr ""
  116. #: counter/templates/counterTemplate.html:83
  117. msgid "Timeline of the seum"
  118. msgstr ""
  119. #: counter/templates/counterTemplate.html:88
  120. msgid "No timeline of the seum yet..."
  121. msgstr ""
  122. #: counter/templates/counterTemplate.html:102
  123. msgid "Seum history"
  124. msgstr ""
  125. #: counter/templates/counterTemplate.html:110
  126. #: counter/templates/hashtagTemplate.html:26
  127. msgid "Date"
  128. msgstr ""
  129. #: counter/templates/counterTemplate.html:111
  130. #: counter/templates/hashtagTemplate.html:27
  131. msgid "Motive"
  132. msgstr ""
  133. #: counter/templates/counterTemplate.html:112
  134. #: counter/templates/hashtagTemplate.html:29
  135. msgid "Seum thrower"
  136. msgstr ""
  137. #: counter/templates/counterTemplate.html:113
  138. #: counter/templates/hashtagTemplate.html:30
  139. msgid "Number of likes"
  140. msgstr ""
  141. #: counter/templates/counterTemplate.html:138
  142. #: counter/templates/hashtagTemplate.html:56
  143. msgid "Back to counters list"
  144. msgstr ""
  145. #: counter/templates/hashtagTemplate.html:20
  146. msgid "Seums containing"
  147. msgstr ""
  148. #: counter/templates/hashtagTemplate.html:28
  149. msgid "Victim"
  150. msgstr ""
  151. #: counter/views/counter.py:34
  152. msgid "unknown"
  153. msgstr ""
  154. #: counter/views/counter.py:75
  155. #, python-format
  156. msgid "From %(who)s: %(reason)s"
  157. msgstr ""
  158. #: seum/settings.py:111
  159. msgid "English"
  160. msgstr ""
  161. #: seum/settings.py:112
  162. msgid "French"
  163. msgstr ""