# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-04-13 09:40+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: bot/models.py:12 counter/models.py:28 msgid "counter" msgstr "" #: bot/models.py:13 bot/models.py:30 bot/models.py:43 msgid "telegram_user_id" msgstr "" #: bot/models.py:17 msgid "telegram_user" msgstr "" #: bot/models.py:18 msgid "telegram_users" msgstr "" #: bot/models.py:21 #, python-format msgid "%(counter)s is %(telegram_user_id)d" msgstr "" #: bot/models.py:31 msgid "verify_key" msgstr "" #: bot/models.py:35 msgid "telegram_user_check" msgstr "" #: bot/models.py:36 msgid "telegram_user_checks" msgstr "" #: bot/models.py:39 #, python-format msgid "%(telegram_user_id)d has verif key %(verif_key)s" msgstr "" #: bot/models.py:44 bot/models.py:57 msgid "telegram_chat_id" msgstr "" #: bot/models.py:48 msgid "telegram_user_chat" msgstr "" #: bot/models.py:49 msgid "telegram_user_chats" msgstr "" #: bot/models.py:53 #, python-format msgid "%(telegram_user_id)d is in the chat %(telegram_chat)d" msgstr "" #: bot/models.py:61 msgid "notify_only_members" msgstr "" #: bot/models.py:65 msgid "telegram_chat" msgstr "" #: bot/models.py:66 msgid "telegram_chats" msgstr "" #: bot/models.py:69 #, python-format msgid "" "%(chat_id)d is a telegram chat, with option notify_only_members to " "%(notify_only_members)s" msgstr "" #: counter/models.py:13 msgid "name" msgstr "" #: counter/models.py:14 msgid "email" msgstr "" #: counter/models.py:16 msgid "trigram" msgstr "" #: counter/models.py:18 counter/views/user.py:22 msgid "Trigram must be 3 characters long." msgstr "" #: counter/models.py:20 msgid "associated user" msgstr "" #: counter/models.py:21 msgid "email notifications" msgstr "" #: counter/models.py:22 msgid "sort by SeumScore" msgstr "" #: counter/models.py:25 #, python-format msgid "%(trigram)s (%(name)s)" msgstr "" #: counter/models.py:36 counter/models.py:64 msgid "datetime" msgstr "" #: counter/models.py:37 msgid "reason" msgstr "" #: counter/models.py:38 msgid "victim" msgstr "" #: counter/models.py:39 msgid "seum giver" msgstr "" #: counter/models.py:43 #, python-format msgid "%(counter)s: %(datetime)s (%(reason)s)" msgstr "" #: counter/models.py:57 counter/models.py:88 msgid "reset" msgstr "" #: counter/models.py:58 msgid "resets" msgstr "" #: counter/models.py:62 msgid "liker" msgstr "" #: counter/models.py:63 msgid "seum" msgstr "" #: counter/models.py:67 msgid "like" msgstr "" #: counter/models.py:68 msgid "likes" msgstr "" #: counter/models.py:72 #, python-format msgid "%(liker)s likes %(reset)s" msgstr "" #: counter/models.py:79 msgid "keyword" msgstr "" #: counter/models.py:80 msgid "keywords" msgstr "" #: counter/models.py:87 counter/models.py:91 msgid "hashtag" msgstr "" #: counter/models.py:92 msgid "hashtags" msgstr "" #: counter/models.py:95 #, python-format msgid "%(keyword)s for %(who)s" msgstr "" #: counter/templates/counterTemplate.html:48 #: counter/templates/homeTemplate.html:25 msgid "No seum yet" msgstr "" #: counter/templates/counterTemplate.html:52 #: counter/templates/homeTemplate.html:129 msgid "Got the seum" msgstr "" #: counter/templates/counterTemplate.html:53 #: counter/templates/homeTemplate.html:130 #, python-format msgid "Seum thrown by %(trigram)s %(time_ago)s." msgstr "" #: counter/templates/counterTemplate.html:61 #: counter/templates/homeTemplate.html:36 msgid "Reset the counter" msgstr "" #: counter/templates/counterTemplate.html:67 msgid "Motive for the seum:" msgstr "" #: counter/templates/counterTemplate.html:74 #: counter/templates/homeTemplate.html:80 msgid "Throw the seum" msgstr "" #: counter/templates/counterTemplate.html:84 msgid "Timeline of the seum" msgstr "" #: counter/templates/counterTemplate.html:89 msgid "No timeline of the seum yet..." msgstr "" #: counter/templates/counterTemplate.html:103 msgid "Seum history" msgstr "" #: counter/templates/counterTemplate.html:111 #: counter/templates/hashtagTemplate.html:26 msgid "Date" msgstr "" #: counter/templates/counterTemplate.html:112 #: counter/templates/hashtagTemplate.html:27 #: counter/templates/homeTemplate.html:73 msgid "Motive" msgstr "" #: counter/templates/counterTemplate.html:113 #: counter/templates/hashtagTemplate.html:29 msgid "Seum thrower" msgstr "" #: counter/templates/counterTemplate.html:114 #: counter/templates/hashtagTemplate.html:30 msgid "Number of likes" msgstr "" #: counter/templates/counterTemplate.html:139 #: counter/templates/hashtagTemplate.html:56 msgid "Back to counters list" msgstr "" #: counter/templates/createUser.html:17 msgid "Create your seum counter!" msgstr "" #: counter/templates/createUser.html:22 msgid "" "The email address will be used for password reinitialisation. Your login on " "this website will be the first part of this address (before the @)." msgstr "" #: counter/templates/createUser.html:24 msgid "Email address" msgstr "" #: counter/templates/createUser.html:27 msgid "" "If you check the box below, you will receive an email from seum@merigoux." "ovh each time someone get the seum on the site. Spamming but so " "enjoyable, can be deactivated and reactivated later." msgstr "" #: counter/templates/createUser.html:31 msgid "Email notifications" msgstr "" #: counter/templates/createUser.html:35 msgid "" "Other users will see your nickname and your trigram only, it will be your " "seum identity!" msgstr "" #: counter/templates/createUser.html:36 msgid "This trigram must be 3 characters long exactly." msgstr "" #: counter/templates/createUser.html:39 counter/templates/homeTemplate.html:67 #: counter/views/home.py:200 counter/views/home.py:206 #: counter/views/home.py:244 counter/views/home.py:250 #: counter/views/home.py:282 counter/views/home.py:288 msgid "Trigram" msgstr "" #: counter/templates/createUser.html:43 msgid "Nick" msgstr "" #: counter/templates/createUser.html:46 msgid "" "I could have required 10 characters with one digit, an emoji, three " "uppercase letters and two lowercase ones to throw you the seum, but actually " "you can choose whatever you want." msgstr "" #: counter/templates/createUser.html:48 counter/templates/login.html:27 msgid "Password" msgstr "" #: counter/templates/createUser.html:52 msgid "Confirm password" msgstr "" #: counter/templates/createUser.html:55 msgid "" "If this form has given you the seum, do not forget to reset your counter " "once you are logged in!" msgstr "" #: counter/templates/createUser.html:57 msgid "Create the counter" msgstr "" #: counter/templates/createUser.html:67 counter/templates/login.html:43 #: counter/templates/passwordChange.html:45 #: counter/templates/passwordReset.html:37 #: counter/templates/passwordResetConfirm.html:42 #: counter/templates/passwordResetConfirm.html:53 msgid "Error" msgstr "" #: counter/templates/createUserDone.html:5 msgid "Password successfully changed!" msgstr "" #: counter/templates/createUserDone.html:17 #: counter/templates/passwordChangeDone.html:17 #: counter/templates/passwordResetComplete.html:17 #: counter/templates/passwordResetDone.html:17 msgid "Victory!" msgstr "" #: counter/templates/createUserDone.html:20 msgid "You have created your counter! Your login is " msgstr "" #: counter/templates/createUserDone.html:22 msgid "Login to access the website!" msgstr "" #: counter/templates/hashtagTemplate.html:20 msgid "Seums containing" msgstr "" #: counter/templates/hashtagTemplate.html:28 msgid "Victim" msgstr "" #: counter/templates/homeTemplate.html:1 msgid "Counters" msgstr "" #: counter/templates/homeTemplate.html:28 msgid "I got the seum" msgstr "" #: counter/templates/homeTemplate.html:30 msgid "threw me the seum" msgstr "" #: counter/templates/homeTemplate.html:43 msgid "Motive of the seum" msgstr "" #: counter/templates/homeTemplate.html:50 msgid "I've got the seum" msgstr "" #: counter/templates/homeTemplate.html:61 msgid "Break the seum wall" msgstr "" #: counter/templates/homeTemplate.html:126 msgid "Has not got the seum yet" msgstr "" #: counter/templates/homeTemplate.html:145 msgid "Timeline of the 24h of the seum" msgstr "" #: counter/templates/homeTemplate.html:150 msgid "No seum in the last past 24h..." msgstr "" #: counter/templates/homeTemplate.html:161 msgid "Best seumers" msgstr "" #: counter/templates/homeTemplate.html:166 #: counter/templates/homeTemplate.html:230 msgid "Nobody got the seum..." msgstr "" #: counter/templates/homeTemplate.html:177 msgid "Most liked seumers" msgstr "" #: counter/templates/homeTemplate.html:182 #: counter/templates/homeTemplate.html:214 msgid "Nobody liked..." msgstr "" #: counter/templates/homeTemplate.html:193 msgid "Most popular hashtags" msgstr "" #: counter/templates/homeTemplate.html:198 msgid "Nobody used any hashtag..." msgstr "" #: counter/templates/homeTemplate.html:209 msgid "Best likers of seum" msgstr "" #: counter/templates/homeTemplate.html:225 msgid "Seum activity" msgstr "" #: counter/templates/homeTemplate.html:239 msgid "Logout" msgstr "" #: counter/templates/homeTemplate.html:240 #: counter/templates/passwordChange.html:5 #: counter/templates/passwordChange.html:35 #: counter/templates/passwordResetConfirm.html:5 #: counter/templates/passwordResetConfirm.html:32 msgid "Change password" msgstr "" #: counter/templates/homeTemplate.html:243 msgid "Deactivate email notifications" msgstr "" #: counter/templates/homeTemplate.html:245 msgid "Activate email notifications" msgstr "" #: counter/templates/homeTemplate.html:250 msgid "Sort seums by date" msgstr "" #: counter/templates/homeTemplate.html:252 msgid "Sort seums by score" msgstr "" #: counter/templates/login.html:5 msgid "Login" msgstr "" #: counter/templates/login.html:17 msgid "Login to get the seum!" msgstr "" #: counter/templates/login.html:23 msgid "Username" msgstr "" #: counter/templates/login.html:32 msgid "Log in" msgstr "" #: counter/templates/login.html:33 counter/templates/passwordReset.html:5 msgid "Password forgotten" msgstr "" #: counter/templates/login.html:46 counter/templates/passwordReset.html:40 msgid "You cannot even login... seum!" msgstr "" #: counter/templates/login.html:54 msgid "You don't have a counter yet?" msgstr "" #: counter/templates/login.html:57 msgid "Hurry up and create it to share your seum!" msgstr "" #: counter/templates/login.html:59 msgid "Create a counter" msgstr "" #: counter/templates/passwordChange.html:17 #: counter/templates/passwordResetConfirm.html:18 msgid "Change your password of the seum!" msgstr "" #: counter/templates/passwordChange.html:23 msgid "Old password" msgstr "" #: counter/templates/passwordChange.html:27 #: counter/templates/passwordResetConfirm.html:24 msgid "New password" msgstr "" #: counter/templates/passwordChange.html:31 #: counter/templates/passwordResetConfirm.html:28 msgid "Confirm new password" msgstr "" #: counter/templates/passwordChange.html:48 #: counter/templates/passwordResetConfirm.html:45 msgid "You don't even manage to change your password, seum." msgstr "" #: counter/templates/passwordChangeDone.html:5 msgid "Password changed!" msgstr "" #: counter/templates/passwordChangeDone.html:20 msgid "You changed your password!" msgstr "" #: counter/templates/passwordChangeDone.html:22 #: counter/templates/passwordResetComplete.html:22 msgid "Home" msgstr "" #: counter/templates/passwordReset.html:17 msgid "Reset password" msgstr "" #: counter/templates/passwordReset.html:23 msgid "Email for the reinitialisation link" msgstr "" #: counter/templates/passwordReset.html:27 msgid "Send" msgstr "" #: counter/templates/passwordResetComplete.html:5 msgid "Your password has been reset" msgstr "" #: counter/templates/passwordResetComplete.html:20 msgid "" "That's it! You have reset your password! You can reset your counter now." msgstr "" #: counter/templates/passwordResetConfirm.html:56 msgid "You've got the seum, the link that we sent you has already been used." msgstr "" #: counter/templates/passwordResetDone.html:5 msgid "Email sent!" msgstr "" #: counter/templates/passwordResetDone.html:20 msgid "" "We have sent you an email. Follow the instructions to reinitialise your " "password." msgstr "" #: counter/templates/resetEmail.txt:2 msgid "" "You have lost your password and you've got the seum. You have to follow this " "link (or copy-paste it in your browser) to reinitialise it:" msgstr "" #: counter/templates/resetEmail.txt:6 #, python-format msgid "Your login is %(login)s in case you have forgotten it too." msgstr "" #: counter/templates/resetEmail.txt:11 msgid "" "P.S.: If you don't want to receive these mails anymore, contact us at denis." "merigoux@gmail.com" msgstr "" #: counter/views/counter.py:41 msgid "unknown" msgstr "" #: counter/views/counter.py:81 #, python-format msgid "From %(who)s: %(reason)s" msgstr "" #: counter/views/home.py:158 #, python-format msgid "%(counter)s: %(reason)s" msgstr "" #: counter/views/home.py:160 #, python-format msgid "%(who)s to %(counter)s: %(reason)s" msgstr "" #: counter/views/home.py:164 msgid "Seum" msgstr "" #: counter/views/home.py:181 msgid "24h ago" msgstr "" #: counter/views/home.py:182 msgid "Now" msgstr "" #: counter/views/home.py:200 counter/views/home.py:205 #: counter/views/home.py:225 counter/views/home.py:230 msgid "Number of seums" msgstr "" #: counter/views/home.py:225 counter/views/home.py:231 msgid "Month" msgstr "" #: counter/views/home.py:244 counter/views/home.py:249 msgid "Number of given likes" msgstr "" #: counter/views/home.py:263 counter/views/home.py:269 msgid "Hashtag" msgstr "" #: counter/views/home.py:263 counter/views/home.py:268 msgid "Number of seums containing the hashtag" msgstr "" #: counter/views/home.py:282 counter/views/home.py:287 msgid "Number of received likes" msgstr "" #: counter/views/user.py:26 msgid "Passwords do not match." msgstr "" #: counter/views/user.py:31 msgid "A user with this email address already exists." msgstr "" #: counter/views/user.py:37 msgid "Use another email address, another user has already this login." msgstr "" #: seum/settings.py:105 msgid "English" msgstr "" #: seum/settings.py:106 msgid "French" msgstr ""