Açıklama Yok

django.po 7.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379
  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 18:15+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/createUser.html:17
  146. msgid "Create your seum counter!"
  147. msgstr ""
  148. #: counter/templates/createUser.html:22
  149. msgid ""
  150. "The email address will be used for password reinitialisation. Your login on "
  151. "this website will be the first part of this address (before the @)."
  152. msgstr ""
  153. #: counter/templates/createUser.html:24
  154. msgid "Email address"
  155. msgstr ""
  156. #: counter/templates/createUser.html:27
  157. msgid ""
  158. "If you check the box below, you will receive an email from <tt>seum@merigoux."
  159. "ovh</tt> each time someone get the seum on the site. Spamming but so "
  160. "enjoyable, can be deactivated and reactivated later."
  161. msgstr ""
  162. #: counter/templates/createUser.html:31
  163. msgid "Email notifications"
  164. msgstr ""
  165. #: counter/templates/createUser.html:34
  166. msgid ""
  167. "Other users will see your nickname and your trigram only, it will be your "
  168. "seum identity!"
  169. msgstr ""
  170. #: counter/templates/createUser.html:36
  171. msgid "Trigram"
  172. msgstr ""
  173. #: counter/templates/createUser.html:40
  174. msgid "Nick"
  175. msgstr ""
  176. #: counter/templates/createUser.html:43
  177. msgid ""
  178. "I could have required 10 characters with one digit, an emoji, three "
  179. "uppercase letters and two lowercase ones to throw you the seum, but actually "
  180. "you can choose whatever you want."
  181. msgstr ""
  182. #: counter/templates/createUser.html:45 counter/templates/login.html:27
  183. msgid "Password"
  184. msgstr ""
  185. #: counter/templates/createUser.html:49
  186. msgid "Confirm password"
  187. msgstr ""
  188. #: counter/templates/createUser.html:52
  189. msgid ""
  190. "If this form has given you the seum, do not forget to reset your counter "
  191. "once you are logged in!"
  192. msgstr ""
  193. #: counter/templates/createUser.html:54
  194. msgid "Create the counter"
  195. msgstr ""
  196. #: counter/templates/createUser.html:64 counter/templates/login.html:43
  197. #: counter/templates/passwordReset.html:37
  198. msgid "Error"
  199. msgstr ""
  200. #: counter/templates/createUserDone.html:5
  201. msgid "Password successfully changed!"
  202. msgstr ""
  203. #: counter/templates/createUserDone.html:17
  204. #: counter/templates/passwordResetComplete.html:17
  205. #: counter/templates/passwordResetDone.html:17
  206. msgid "Victory!"
  207. msgstr ""
  208. #: counter/templates/createUserDone.html:20
  209. msgid "You have created your counter! Your login is "
  210. msgstr ""
  211. #: counter/templates/createUserDone.html:22
  212. msgid "Login to access the website!"
  213. msgstr ""
  214. #: counter/templates/hashtagTemplate.html:20
  215. msgid "Seums containing"
  216. msgstr ""
  217. #: counter/templates/hashtagTemplate.html:28
  218. msgid "Victim"
  219. msgstr ""
  220. #: counter/templates/login.html:5
  221. msgid "Login"
  222. msgstr ""
  223. #: counter/templates/login.html:17
  224. msgid "Login to get the seum!"
  225. msgstr ""
  226. #: counter/templates/login.html:23
  227. msgid "Username"
  228. msgstr ""
  229. #: counter/templates/login.html:32
  230. msgid "Log in"
  231. msgstr ""
  232. #: counter/templates/login.html:33 counter/templates/passwordReset.html:5
  233. msgid "Password forgotten"
  234. msgstr ""
  235. #: counter/templates/login.html:46 counter/templates/passwordReset.html:40
  236. msgid "You cannot even login... seum!"
  237. msgstr ""
  238. #: counter/templates/login.html:54
  239. msgid "You don't have a counter yet?"
  240. msgstr ""
  241. #: counter/templates/login.html:57
  242. msgid "Hurry up and create it to share your seum!"
  243. msgstr ""
  244. #: counter/templates/login.html:59
  245. msgid "Create a counter"
  246. msgstr ""
  247. #: counter/templates/passwordReset.html:17
  248. msgid "Reset password"
  249. msgstr ""
  250. #: counter/templates/passwordReset.html:23
  251. msgid "Email for the reinitialisation link"
  252. msgstr ""
  253. #: counter/templates/passwordReset.html:27
  254. msgid "Send"
  255. msgstr ""
  256. #: counter/templates/passwordResetComplete.html:5
  257. msgid "Your password has been reset"
  258. msgstr ""
  259. #: counter/templates/passwordResetComplete.html:20
  260. msgid ""
  261. "That's it! You have reset your password! You can reset your counter now."
  262. msgstr ""
  263. #: counter/templates/passwordResetComplete.html:22
  264. msgid "Home"
  265. msgstr ""
  266. #: counter/templates/passwordResetDone.html:5
  267. msgid "Email sent!"
  268. msgstr ""
  269. #: counter/templates/passwordResetDone.html:20
  270. msgid ""
  271. "We have sent you an email. Follow the instructions to reinitialise your "
  272. "password."
  273. msgstr ""
  274. #: counter/views/counter.py:41
  275. msgid "unknown"
  276. msgstr ""
  277. #: counter/views/counter.py:81
  278. #, python-format
  279. msgid "From %(who)s: %(reason)s"
  280. msgstr ""
  281. #: counter/views/user.py:22
  282. msgid "Passwords do not match."
  283. msgstr ""
  284. #: counter/views/user.py:27
  285. msgid "A user with this email address already exists."
  286. msgstr ""
  287. #: counter/views/user.py:33
  288. msgid "Use another email address, another user has already this login."
  289. msgstr ""
  290. #: seum/settings.py:111
  291. msgid "English"
  292. msgstr ""
  293. #: seum/settings.py:112
  294. msgid "French"
  295. msgstr ""