Add warning inside emails as well

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2019-10-11 10:43:14 +02:00
parent 7452f0bd70
commit 210b348b46
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
14 changed files with 465 additions and 239 deletions

View File

@ -72,6 +72,37 @@
</td> </td>
</tr> </tr>
<%= render @view_module, @view_template, assigns %> <%= render @view_module, @view_template, assigns %>
<!-- BETA WARNING -->
<tr>
<td bgcolor="#f4f4f4" align="center" style="padding: 30px 10px 0px 10px;">
<!--[if (gte mso 9)|(IE)]>
<table align="center" border="0" cellspacing="0" cellpadding="0" width="600">
<tr>
<td align="center" valign="top" width="600">
<![endif]-->
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="max-width: 600px;" >
<!-- HEADLINE -->
<tr>
<td bgcolor="#ff7061" align="center" style="padding: 30px 30px 30px 30px; border-radius: 4px 4px 4px 4px; color: #666666; font-family: 'Lato', Helvetica, Arial, sans-serif; font-size: 18px; font-weight: 400; line-height: 25px;" >
<h2 style="font-size: 25px; font-weight: 400; color: #111111; margin: 0;">
<%= gettext "Warning" %>
</h2>
<p style="margin: 0; color: #111111"><%= gettext "This is a demonstration site to test the beta version of Mobilizon." %></p>
<p style="margin: 0; color: #111111;"><%= gettext("%{b_start}Please do not use it in any real way%{b_end}: everything you create here (accounts, events, identities, etc.) will be automatically deleted every 48 hours.", b_start: "<b>", b_end: "</b>") |> raw() %></p>
<p style="margin: 0; color: #111111;">
<%= gettext("Mobilizon is under development, we will add new features to this site during regular updates, until the release of %{b_start}version 1 of the software in the first half of 2020%{b_end}.", b_start: "<b>", b_end: "</b>") |> raw() %>
<%= gettext("In the meantime, please consider that the software is not (yet) finished. More information %{a_start}on our blog%{a_end}.", a_start: "<a target='_blank' style='color: #424056;' href='https://framablog.org/?p=18299'>", a_end: "</a>") |> raw() %>
</p>
</td>
</tr>
</table>
<!--[if (gte mso 9)|(IE)]>
</td>
</tr>
</table>
<![endif]-->
</td>
</tr>
<!-- SUPPORT CALLOUT --> <!-- SUPPORT CALLOUT -->
<tr> <tr>
<td bgcolor="#f4f4f4" align="center" style="padding: 30px 10px 0px 10px;"> <td bgcolor="#f4f4f4" align="center" style="padding: 30px 10px 0px 10px;">

View File

@ -24,7 +24,7 @@ msgid "Feed for %{email} on Mobilizon"
msgstr "" msgstr ""
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:122 #: lib/mobilizon_web/templates/email/email.html.eex:153
#: lib/mobilizon_web/templates/email/email.text.eex:6 #: lib/mobilizon_web/templates/email/email.text.eex:6
msgid "%{instance} is a Mobilizon server." msgid "%{instance} is a Mobilizon server."
msgstr "" msgstr ""
@ -45,7 +45,7 @@ msgid "Activate my account"
msgstr "" msgstr ""
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:91 #: lib/mobilizon_web/templates/email/email.html.eex:122
msgid "Ask the community on Framacolibri" msgid "Ask the community on Framacolibri"
msgstr "" msgstr ""
@ -72,7 +72,7 @@ msgid "Instructions to reset your password on %{instance}"
msgstr "" msgstr ""
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:123 #: lib/mobilizon_web/templates/email/email.html.eex:154
msgid "Learn more about Mobilizon." msgid "Learn more about Mobilizon."
msgstr "" msgstr ""
@ -82,7 +82,7 @@ msgid "Nearly here!"
msgstr "" msgstr ""
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:88 #: lib/mobilizon_web/templates/email/email.html.eex:119
msgid "Need some help? Something not working properly?" msgid "Need some help? Something not working properly?"
msgstr "" msgstr ""
@ -295,3 +295,28 @@ msgstr ""
#: lib/mobilizon_web/templates/email/password_reset.text.eex:5 #: lib/mobilizon_web/templates/email/password_reset.text.eex:5
msgid "You requested a new password for your account on %{instance}." msgid "You requested a new password for your account on %{instance}."
msgstr "" msgstr ""
#, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:91
msgid "%{b_start}Please do not use it in any real way%{b_end}: everything you create here (accounts, events, identities, etc.) will be automatically deleted every 48 hours."
msgstr ""
#, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:94
msgid "In the meantime, please consider that the software is not (yet) finished. More information %{a_start}on our blog%{a_end}."
msgstr ""
#, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:93
msgid "Mobilizon is under development, we will add new features to this site during regular updates, until the release of %{b_start}version 1 of the software in the first half of 2020%{b_end}."
msgstr ""
#, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:90
msgid "This is a demonstration site to test the beta version of Mobilizon."
msgstr ""
#, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:88
msgid "Warning"
msgstr ""

View File

@ -24,7 +24,7 @@ msgid "Feed for %{email} on Mobilizon"
msgstr "" msgstr ""
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:122 #: lib/mobilizon_web/templates/email/email.html.eex:153
#: lib/mobilizon_web/templates/email/email.text.eex:6 #: lib/mobilizon_web/templates/email/email.text.eex:6
msgid "%{instance} is a Mobilizon server." msgid "%{instance} is a Mobilizon server."
msgstr "" msgstr ""
@ -45,7 +45,7 @@ msgid "Activate my account"
msgstr "" msgstr ""
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:91 #: lib/mobilizon_web/templates/email/email.html.eex:122
msgid "Ask the community on Framacolibri" msgid "Ask the community on Framacolibri"
msgstr "" msgstr ""
@ -72,7 +72,7 @@ msgid "Instructions to reset your password on %{instance}"
msgstr "" msgstr ""
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:123 #: lib/mobilizon_web/templates/email/email.html.eex:154
msgid "Learn more about Mobilizon." msgid "Learn more about Mobilizon."
msgstr "" msgstr ""
@ -82,7 +82,7 @@ msgid "Nearly here!"
msgstr "" msgstr ""
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:88 #: lib/mobilizon_web/templates/email/email.html.eex:119
msgid "Need some help? Something not working properly?" msgid "Need some help? Something not working properly?"
msgstr "" msgstr ""
@ -295,3 +295,28 @@ msgstr ""
#: lib/mobilizon_web/templates/email/password_reset.text.eex:5 #: lib/mobilizon_web/templates/email/password_reset.text.eex:5
msgid "You requested a new password for your account on %{instance}." msgid "You requested a new password for your account on %{instance}."
msgstr "" msgstr ""
#, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:91
msgid "%{b_start}Please do not use it in any real way%{b_end}: everything you create here (accounts, events, identities, etc.) will be automatically deleted every 48 hours."
msgstr ""
#, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:94
msgid "In the meantime, please consider that the software is not (yet) finished. More information %{a_start}on our blog%{a_end}."
msgstr ""
#, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:93
msgid "Mobilizon is under development, we will add new features to this site during regular updates, until the release of %{b_start}version 1 of the software in the first half of 2020%{b_end}."
msgstr ""
#, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:90
msgid "This is a demonstration site to test the beta version of Mobilizon."
msgstr ""
#, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:88
msgid "Warning"
msgstr ""

View File

@ -10,7 +10,7 @@ msgid "Feed for %{email} on Mobilizon"
msgstr "" msgstr ""
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:122 #: lib/mobilizon_web/templates/email/email.html.eex:153
#: lib/mobilizon_web/templates/email/email.text.eex:6 #: lib/mobilizon_web/templates/email/email.text.eex:6
msgid "%{instance} is a Mobilizon server." msgid "%{instance} is a Mobilizon server."
msgstr "" msgstr ""
@ -31,7 +31,7 @@ msgid "Activate my account"
msgstr "" msgstr ""
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:91 #: lib/mobilizon_web/templates/email/email.html.eex:122
msgid "Ask the community on Framacolibri" msgid "Ask the community on Framacolibri"
msgstr "" msgstr ""
@ -58,7 +58,7 @@ msgid "Instructions to reset your password on %{instance}"
msgstr "" msgstr ""
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:123 #: lib/mobilizon_web/templates/email/email.html.eex:154
msgid "Learn more about Mobilizon." msgid "Learn more about Mobilizon."
msgstr "" msgstr ""
@ -68,7 +68,7 @@ msgid "Nearly here!"
msgstr "" msgstr ""
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:88 #: lib/mobilizon_web/templates/email/email.html.eex:119
msgid "Need some help? Something not working properly?" msgid "Need some help? Something not working properly?"
msgstr "" msgstr ""
@ -281,3 +281,28 @@ msgstr ""
#: lib/mobilizon_web/templates/email/password_reset.text.eex:5 #: lib/mobilizon_web/templates/email/password_reset.text.eex:5
msgid "You requested a new password for your account on %{instance}." msgid "You requested a new password for your account on %{instance}."
msgstr "" msgstr ""
#, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:91
msgid "%{b_start}Please do not use it in any real way%{b_end}: everything you create here (accounts, events, identities, etc.) will be automatically deleted every 48 hours."
msgstr ""
#, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:94
msgid "In the meantime, please consider that the software is not (yet) finished. More information %{a_start}on our blog%{a_end}."
msgstr ""
#, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:93
msgid "Mobilizon is under development, we will add new features to this site during regular updates, until the release of %{b_start}version 1 of the software in the first half of 2020%{b_end}."
msgstr ""
#, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:90
msgid "This is a demonstration site to test the beta version of Mobilizon."
msgstr ""
#, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:88
msgid "Warning"
msgstr ""

View File

@ -10,297 +10,251 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"POT-Creation-Date: \n" "POT-Creation-Date: \n"
"PO-Revision-Date: 2019-10-10 13:29+0000\n" "PO-Revision-Date: 2019-10-11 10:37+0200\n"
"Last-Translator: Thomas Citharel <thomas.citharel@framasoft.org>\n" "Last-Translator: Thomas Citharel <thomas.citharel@framasoft.org>\n"
"Language-Team: English <https://weblate.framasoft.org/projects/mobilizon/" "Language-Team: English <https://weblate.framasoft.org/projects/mobilizon/backend/en/>\n"
"backend/en/>\n"
"Language: en\n" "Language: en\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.8\n" "X-Generator: Poedit 2.0.6\n"
#: lib/mobilizon_web/templates/email/password_reset.html.eex:48 #: lib/mobilizon_web/templates/email/password_reset.html.eex:48 lib/mobilizon_web/templates/email/password_reset.text.eex:12
#: lib/mobilizon_web/templates/email/password_reset.text.eex:12
#, elixir-format
msgid "If you didn't request this, please ignore this email. Your password won't change until you access the link below and create a new one." msgid "If you didn't request this, please ignore this email. Your password won't change until you access the link below and create a new one."
msgstr "If you didn't request this, please ignore this email. Your password won't change until you access the link below and create a new one." msgstr "If you didn't request this, please ignore this email. Your password won't change until you access the link below and create a new one."
#: lib/service/export/feed.ex:169 #: lib/service/export/feed.ex:169
#, elixir-format
msgid "Feed for %{email} on Mobilizon" msgid "Feed for %{email} on Mobilizon"
msgstr "Feed for %{email} on Mobilizon" msgstr "Feed for %{email} on Mobilizon"
#: lib/mobilizon_web/templates/email/email.html.eex:122 #: lib/mobilizon_web/templates/email/email.html.eex:153 lib/mobilizon_web/templates/email/email.text.eex:6
#: lib/mobilizon_web/templates/email/email.text.eex:6
#, elixir-format
msgid "%{instance} is a Mobilizon server." msgid "%{instance} is a Mobilizon server."
msgstr "%{instance} is a Mobilizon server." msgstr "%{instance} is a Mobilizon server."
#: lib/mobilizon_web/templates/email/report.html.eex:38 #: lib/mobilizon_web/templates/email/report.html.eex:38
#, elixir-format
msgid "%{reporter_name} (%{reporter_username}) reported the following content." msgid "%{reporter_name} (%{reporter_username}) reported the following content."
msgstr "%{reporter_name} (%{reporter_username}) reported the following content." msgstr "%{reporter_name} (%{reporter_username}) reported the following content."
#: lib/mobilizon_web/templates/email/report.html.eex:48 #: lib/mobilizon_web/templates/email/report.html.eex:48
#, elixir-format
msgid "%{title} by %{creator}" msgid "%{title} by %{creator}"
msgstr "%{title} by %{creator}" msgstr "%{title} by %{creator}"
#: lib/mobilizon_web/templates/email/registration_confirmation.html.eex:58 #: lib/mobilizon_web/templates/email/registration_confirmation.html.eex:58
#, elixir-format
msgid "Activate my account" msgid "Activate my account"
msgstr "Activate my account" msgstr "Activate my account"
#: lib/mobilizon_web/templates/email/email.html.eex:91 #: lib/mobilizon_web/templates/email/email.html.eex:122
#, elixir-format
msgid "Ask the community on Framacolibri" msgid "Ask the community on Framacolibri"
msgstr "Ask the community on Framacolibri" msgstr "Ask the community on Framacolibri"
#: lib/mobilizon_web/templates/email/report.html.eex:62 #: lib/mobilizon_web/templates/email/report.html.eex:62 lib/mobilizon_web/templates/email/report.text.eex:11
#: lib/mobilizon_web/templates/email/report.text.eex:11
#, elixir-format
msgid "Comments" msgid "Comments"
msgstr "Comments" msgstr "Comments"
#: lib/mobilizon_web/templates/email/report.html.eex:46 #: lib/mobilizon_web/templates/email/report.html.eex:46 lib/mobilizon_web/templates/email/report.text.eex:6
#: lib/mobilizon_web/templates/email/report.text.eex:6
#, elixir-format
msgid "Event" msgid "Event"
msgstr "Event" msgstr "Event"
#: lib/mobilizon_web/templates/email/registration_confirmation.html.eex:45 #: lib/mobilizon_web/templates/email/registration_confirmation.html.eex:45
#, elixir-format
msgid "If you didn't request this, please ignore this email." msgid "If you didn't request this, please ignore this email."
msgstr "If you didn't request this, please ignore this email." msgstr "If you didn't request this, please ignore this email."
#: lib/mobilizon_web/email/user.ex:45 #: lib/mobilizon_web/email/user.ex:45
#, elixir-format
msgid "Instructions to reset your password on %{instance}" msgid "Instructions to reset your password on %{instance}"
msgstr "Instructions to reset your password on %{instance}" msgstr "Instructions to reset your password on %{instance}"
#: lib/mobilizon_web/templates/email/email.html.eex:123 #: lib/mobilizon_web/templates/email/email.html.eex:154
#, elixir-format
msgid "Learn more about Mobilizon." msgid "Learn more about Mobilizon."
msgstr "Learn more about Mobilizon." msgstr "Learn more about Mobilizon."
#: lib/mobilizon_web/templates/email/registration_confirmation.html.eex:13 #: lib/mobilizon_web/templates/email/registration_confirmation.html.eex:13
#, elixir-format
msgid "Nearly here!" msgid "Nearly here!"
msgstr "Nearly here!" msgstr "Nearly here!"
#: lib/mobilizon_web/templates/email/email.html.eex:88 #: lib/mobilizon_web/templates/email/email.html.eex:119
#, elixir-format
msgid "Need some help? Something not working properly?" msgid "Need some help? Something not working properly?"
msgstr "Need some help? Something not working properly?" msgstr "Need some help? Something not working properly?"
#: lib/mobilizon_web/templates/email/report.html.eex:13 #: lib/mobilizon_web/templates/email/report.html.eex:13
#, elixir-format
msgid "New report on %{instance}" msgid "New report on %{instance}"
msgstr "New report on %{instance}" msgstr "New report on %{instance}"
#: lib/mobilizon_web/templates/email/report.html.eex:80 #: lib/mobilizon_web/templates/email/report.html.eex:80 lib/mobilizon_web/templates/email/report.text.eex:18
#: lib/mobilizon_web/templates/email/report.text.eex:18
#, elixir-format
msgid "Reason" msgid "Reason"
msgstr "Reason" msgstr "Reason"
#: lib/mobilizon_web/templates/email/password_reset.html.eex:61 #: lib/mobilizon_web/templates/email/password_reset.html.eex:61
#, elixir-format
msgid "Reset Password" msgid "Reset Password"
msgstr "Reset Password" msgstr "Reset Password"
#: lib/mobilizon_web/templates/email/password_reset.html.eex:41 #: lib/mobilizon_web/templates/email/password_reset.html.eex:41
#, elixir-format
msgid "Resetting your password is easy. Just press the button below and follow the instructions. We'll have you up and running in no time." msgid "Resetting your password is easy. Just press the button below and follow the instructions. We'll have you up and running in no time."
msgstr "Resetting your password is easy. Just press the button below and follow the instructions. We'll have you up and running in no time." msgstr "Resetting your password is easy. Just press the button below and follow the instructions. We'll have you up and running in no time."
#: lib/mobilizon_web/templates/email/password_reset.html.eex:13 #: lib/mobilizon_web/templates/email/password_reset.html.eex:13
#, elixir-format
msgid "Trouble signing in?" msgid "Trouble signing in?"
msgstr "Trouble signing in?" msgstr "Trouble signing in?"
#: lib/mobilizon_web/templates/email/report.html.eex:100 #: lib/mobilizon_web/templates/email/report.html.eex:100
#, elixir-format
msgid "View the report" msgid "View the report"
msgstr "View the report" msgstr "View the report"
#: lib/mobilizon_web/templates/email/registration_confirmation.html.eex:38 #: lib/mobilizon_web/templates/email/registration_confirmation.html.eex:38
#, elixir-format
msgid "You created an account on %{host} with this email address. You are one click away from activating it." msgid "You created an account on %{host} with this email address. You are one click away from activating it."
msgstr "You created an account on %{host} with this email address. You are one click away from activating it." msgstr "You created an account on %{host} with this email address. You are one click away from activating it."
#: lib/mobilizon_web/email/user.ex:25 #: lib/mobilizon_web/email/user.ex:25
#, elixir-format
msgid "Instructions to confirm your Mobilizon account on %{instance}" msgid "Instructions to confirm your Mobilizon account on %{instance}"
msgstr "Instructions to confirm your Mobilizon account on %{instance}" msgstr "Instructions to confirm your Mobilizon account on %{instance}"
#: lib/mobilizon_web/email/admin.ex:23 #: lib/mobilizon_web/email/admin.ex:23
#, elixir-format
msgid "New report on Mobilizon instance %{instance}" msgid "New report on Mobilizon instance %{instance}"
msgstr "New report on Mobilizon instance %{instance}" msgstr "New report on Mobilizon instance %{instance}"
#: lib/mobilizon_web/templates/email/registration_confirmation.text.eex:1 #: lib/mobilizon_web/templates/email/registration_confirmation.text.eex:1
#, elixir-format
msgid "Activate your account" msgid "Activate your account"
msgstr "Activate my account" msgstr "Activate my account"
#: lib/mobilizon_web/templates/email/event_participation_approved.html.eex:13 #: lib/mobilizon_web/templates/email/event_participation_approved.html.eex:13
#, elixir-format
msgid "All good!" msgid "All good!"
msgstr "All good!" msgstr "All good!"
#: lib/mobilizon_web/templates/email/event_participation_approved.html.eex:45 #: lib/mobilizon_web/templates/email/event_participation_approved.html.eex:45 lib/mobilizon_web/templates/email/event_participation_approved.text.eex:7
#: lib/mobilizon_web/templates/email/event_participation_approved.text.eex:7
#, elixir-format
msgid "An organizer just approved your participation. You're now going to this event!" msgid "An organizer just approved your participation. You're now going to this event!"
msgstr "An organizer just approved your participation. You're now going to this event!" msgstr "An organizer just approved your participation. You're now going to this event!"
#: lib/mobilizon_web/templates/email/event_participation_approved.html.eex:58 #: lib/mobilizon_web/templates/email/event_participation_approved.html.eex:58 lib/mobilizon_web/templates/email/event_updated.html.eex:87
#: lib/mobilizon_web/templates/email/event_updated.html.eex:87
#, elixir-format
msgid "Go to event page" msgid "Go to event page"
msgstr "Go to event page" msgstr "Go to event page"
#: lib/mobilizon_web/templates/email/event_participation_approved.html.eex:70 #: lib/mobilizon_web/templates/email/event_participation_approved.html.eex:70 lib/mobilizon_web/templates/email/event_updated.html.eex:99
#: lib/mobilizon_web/templates/email/event_updated.html.eex:99
#: lib/mobilizon_web/templates/email/event_updated.text.eex:21 #: lib/mobilizon_web/templates/email/event_updated.text.eex:21
#, elixir-format
msgid "If you need to cancel your participation, just access the event page through link above and click on the participation button." msgid "If you need to cancel your participation, just access the event page through link above and click on the participation button."
msgstr "If you need to cancel your participation, just access the event page through link above and click on the participation button." msgstr "If you need to cancel your participation, just access the event page through link above and click on the participation button."
#: lib/mobilizon_web/templates/email/event_participation_approved.text.eex:11 #: lib/mobilizon_web/templates/email/event_participation_approved.text.eex:11
#, elixir-format
msgid "If you need to cancel your participation, just access the previous link and click on the participation button." msgid "If you need to cancel your participation, just access the previous link and click on the participation button."
msgstr "If you need to cancel your participation, just access the previous link and click on the participation button." msgstr "If you need to cancel your participation, just access the previous link and click on the participation button."
#: lib/mobilizon_web/templates/email/email.text.eex:6 #: lib/mobilizon_web/templates/email/email.text.eex:6
#, elixir-format
msgid "Learn more about Mobilizon:" msgid "Learn more about Mobilizon:"
msgstr "Learn more about Mobilizon:" msgstr "Learn more about Mobilizon:"
#: lib/mobilizon_web/templates/email/report.text.eex:1 #: lib/mobilizon_web/templates/email/report.text.eex:1
#, elixir-format
msgid "New report from %{reporter} on %{instance}" msgid "New report from %{reporter} on %{instance}"
msgstr "New report on %{instance}" msgstr "New report on %{instance}"
#: lib/mobilizon_web/templates/email/event_participation_approved.text.eex:1 #: lib/mobilizon_web/templates/email/event_participation_approved.text.eex:1
#, elixir-format
msgid "Participation approved" msgid "Participation approved"
msgstr "Participation approved" msgstr "Participation approved"
#: lib/mobilizon_web/templates/email/event_participation_rejected.text.eex:1 #: lib/mobilizon_web/templates/email/event_participation_rejected.text.eex:1
#, elixir-format
msgid "Participation rejected" msgid "Participation rejected"
msgstr "Participation rejected" msgstr "Participation rejected"
#: lib/mobilizon_web/templates/email/password_reset.text.eex:1 #: lib/mobilizon_web/templates/email/password_reset.text.eex:1
#, elixir-format
msgid "Password reset" msgid "Password reset"
msgstr "Password reset" msgstr "Password reset"
#: lib/mobilizon_web/templates/email/password_reset.text.eex:7 #: lib/mobilizon_web/templates/email/password_reset.text.eex:7
#, elixir-format
msgid "Resetting your password is easy. Just click the link below and follow the instructions. We'll have you up and running in no time." msgid "Resetting your password is easy. Just click the link below and follow the instructions. We'll have you up and running in no time."
msgstr "Resetting your password is easy. Just press the button below and follow the instructions. We'll have you up and running in no time." msgstr "Resetting your password is easy. Just press the button below and follow the instructions. We'll have you up and running in no time."
#: lib/mobilizon_web/templates/email/event_participation_rejected.html.eex:13 #: lib/mobilizon_web/templates/email/event_participation_rejected.html.eex:13
#, elixir-format
msgid "Sorry!" msgid "Sorry!"
msgstr "Sorry!" msgstr "Sorry!"
#: lib/mobilizon_web/templates/email/event_participation_rejected.html.eex:45 #: lib/mobilizon_web/templates/email/event_participation_rejected.html.eex:45 lib/mobilizon_web/templates/email/event_participation_rejected.text.eex:7
#: lib/mobilizon_web/templates/email/event_participation_rejected.text.eex:7
#, elixir-format
msgid "Unfortunately, the organizers rejected your participation." msgid "Unfortunately, the organizers rejected your participation."
msgstr "Unfortunately, the organizers rejected your participation." msgstr "Unfortunately, the organizers rejected your participation."
#: lib/mobilizon_web/templates/email/registration_confirmation.text.eex:5 #: lib/mobilizon_web/templates/email/registration_confirmation.text.eex:5
#, elixir-format
msgid "You created an account on %{host} with this email address. You are one click away from activating it. If this wasn't you, please ignore this email." msgid "You created an account on %{host} with this email address. You are one click away from activating it. If this wasn't you, please ignore this email."
msgstr "You created an account on %{host} with this email address. You are one click away from activating it." msgstr "You created an account on %{host} with this email address. You are one click away from activating it."
#: lib/mobilizon_web/templates/email/event_participation_approved.html.eex:38 #: lib/mobilizon_web/templates/email/event_participation_approved.html.eex:38
#, elixir-format
msgid "You requested to participate in event %{title}" msgid "You requested to participate in event %{title}"
msgstr "You requested to participate in event %{title}" msgstr "You requested to participate in event %{title}"
#: lib/mobilizon_web/templates/email/event_participation_approved.text.eex:5 #: lib/mobilizon_web/templates/email/event_participation_approved.text.eex:5 lib/mobilizon_web/templates/email/event_participation_rejected.html.eex:38
#: lib/mobilizon_web/templates/email/event_participation_rejected.html.eex:38
#: lib/mobilizon_web/templates/email/event_participation_rejected.text.eex:5 #: lib/mobilizon_web/templates/email/event_participation_rejected.text.eex:5
#, elixir-format
msgid "You requested to participate in event %{title}." msgid "You requested to participate in event %{title}."
msgstr "You requested to participate in event %{title}." msgstr "You requested to participate in event %{title}."
#: lib/mobilizon_web/email/participation.ex:73 #: lib/mobilizon_web/email/participation.ex:73
#, elixir-format
msgid "Your participation to event %{title} has been approved" msgid "Your participation to event %{title} has been approved"
msgstr "Your participation to event %{title} has been approved" msgstr "Your participation to event %{title} has been approved"
#: lib/mobilizon_web/email/participation.ex:52 #: lib/mobilizon_web/email/participation.ex:52
#, elixir-format
msgid "Your participation to event %{title} has been rejected" msgid "Your participation to event %{title} has been rejected"
msgstr "Your participation to event %{title} has been rejected" msgstr "Your participation to event %{title} has been rejected"
#: lib/mobilizon_web/templates/email/event_updated.html.eex:68 #: lib/mobilizon_web/templates/email/event_updated.html.eex:68
#, elixir-format
msgid "Ending of event" msgid "Ending of event"
msgstr "Ending of event" msgstr "Ending of event"
#: lib/mobilizon_web/email/event.ex:30 #: lib/mobilizon_web/email/event.ex:30
#, elixir-format
msgid "Event %{title} has been updated" msgid "Event %{title} has been updated"
msgstr "Event %{title} has been updated" msgstr "Event %{title} has been updated"
#: lib/mobilizon_web/templates/email/event_updated.html.eex:13 #: lib/mobilizon_web/templates/email/event_updated.html.eex:13 lib/mobilizon_web/templates/email/event_updated.text.eex:1
#: lib/mobilizon_web/templates/email/event_updated.text.eex:1
#, elixir-format
msgid "Event updated!" msgid "Event updated!"
msgstr "Event updated!" msgstr "Event updated!"
#: lib/mobilizon_web/templates/email/event_updated.text.eex:16 #: lib/mobilizon_web/templates/email/event_updated.text.eex:16
#, elixir-format
msgid "New date and time for ending of event: %{ends_on}" msgid "New date and time for ending of event: %{ends_on}"
msgstr "New date and time for ending of event: %{ends_on}" msgstr "New date and time for ending of event: %{ends_on}"
#: lib/mobilizon_web/templates/email/event_updated.text.eex:12 #: lib/mobilizon_web/templates/email/event_updated.text.eex:12
#, elixir-format
msgid "New date and time for start of event: %{begins_on}" msgid "New date and time for start of event: %{begins_on}"
msgstr "New date and time for start of event: %{begins_on}" msgstr "New date and time for start of event: %{begins_on}"
#: lib/mobilizon_web/templates/email/event_updated.text.eex:8 #: lib/mobilizon_web/templates/email/event_updated.text.eex:8
#, elixir-format
msgid "New title: %{title}" msgid "New title: %{title}"
msgstr "New title: %{title}" msgstr "New title: %{title}"
#: lib/mobilizon_web/templates/email/event_updated.html.eex:58 #: lib/mobilizon_web/templates/email/event_updated.html.eex:58
#, elixir-format
msgid "Start of event" msgid "Start of event"
msgstr "Start of event" msgstr "Start of event"
#: lib/mobilizon_web/templates/email/event_updated.text.eex:5 #: lib/mobilizon_web/templates/email/event_updated.text.eex:5
#, elixir-format
msgid "The event %{title} was just updated" msgid "The event %{title} was just updated"
msgstr "The event %{title} was just updated" msgstr "The event %{title} was just updated"
#: lib/mobilizon_web/templates/email/event_updated.html.eex:38 #: lib/mobilizon_web/templates/email/event_updated.html.eex:38
#, elixir-format
msgid "The event %{title} was updated" msgid "The event %{title} was updated"
msgstr "The event %{title} was updated" msgstr "The event %{title} was updated"
#: lib/mobilizon_web/templates/email/event_updated.html.eex:48 #: lib/mobilizon_web/templates/email/event_updated.html.eex:48
#, elixir-format
msgid "Title" msgid "Title"
msgstr "Title" msgstr "Title"
#: lib/mobilizon_web/templates/email/event_updated.text.eex:19 #: lib/mobilizon_web/templates/email/event_updated.text.eex:19
#, elixir-format
msgid "View the updated event on: %{link}" msgid "View the updated event on: %{link}"
msgstr "Your participation to event %{title} has been rejected" msgstr "Your participation to event %{title} has been rejected"
#: lib/mobilizon_web/templates/email/password_reset.html.eex:38 #: lib/mobilizon_web/templates/email/password_reset.html.eex:38 lib/mobilizon_web/templates/email/password_reset.text.eex:5
#: lib/mobilizon_web/templates/email/password_reset.text.eex:5
#, elixir-format
msgid "You requested a new password for your account on %{instance}." msgid "You requested a new password for your account on %{instance}."
msgstr "You requested a new password for your account on %{instance}." msgstr "You requested a new password for your account on %{instance}."
#: lib/mobilizon_web/templates/email/email.html.eex:91
msgid "%{b_start}Please do not use it in any real way%{b_end}: everything you create here (accounts, events, identities, etc.) will be automatically deleted every 48 hours."
msgstr "%{b_start}Please do not use it in any real way%{b_end}: everything you create here (accounts, events, identities, etc.) will be automatically deleted every 48 hours."
#: lib/mobilizon_web/templates/email/email.html.eex:94
msgid "In the meantime, please consider that the software is not (yet) finished. More information %{a_start}on our blog%{a_end}."
msgstr "In the meantime, please consider that the software is not (yet) finished. More information %{a_start}on our blog%{a_end}."
#: lib/mobilizon_web/templates/email/email.html.eex:93
msgid "Mobilizon is under development, we will add new features to this site during regular updates, until the release of %{b_start}version 1 of the software in the first half of 2020%{b_end}."
msgstr ""
"Mobilizon is under development, we will add new features to this site during regular updates, until the release of %{b_start}version 1 of the software in the first half of 2020%{b_end}."
#: lib/mobilizon_web/templates/email/email.html.eex:90
msgid "This is a demonstration site to test the beta version of Mobilizon."
msgstr "This is a demonstration site to test the beta version of Mobilizon."
#: lib/mobilizon_web/templates/email/email.html.eex:88
msgid "Warning"
msgstr "Warning"

View File

@ -24,7 +24,7 @@ msgid "Feed for %{email} on Mobilizon"
msgstr "" msgstr ""
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:122 #: lib/mobilizon_web/templates/email/email.html.eex:153
#: lib/mobilizon_web/templates/email/email.text.eex:6 #: lib/mobilizon_web/templates/email/email.text.eex:6
msgid "%{instance} is a Mobilizon server." msgid "%{instance} is a Mobilizon server."
msgstr "" msgstr ""
@ -45,7 +45,7 @@ msgid "Activate my account"
msgstr "" msgstr ""
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:91 #: lib/mobilizon_web/templates/email/email.html.eex:122
msgid "Ask the community on Framacolibri" msgid "Ask the community on Framacolibri"
msgstr "" msgstr ""
@ -72,7 +72,7 @@ msgid "Instructions to reset your password on %{instance}"
msgstr "" msgstr ""
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:123 #: lib/mobilizon_web/templates/email/email.html.eex:154
msgid "Learn more about Mobilizon." msgid "Learn more about Mobilizon."
msgstr "" msgstr ""
@ -82,7 +82,7 @@ msgid "Nearly here!"
msgstr "" msgstr ""
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:88 #: lib/mobilizon_web/templates/email/email.html.eex:119
msgid "Need some help? Something not working properly?" msgid "Need some help? Something not working properly?"
msgstr "" msgstr ""
@ -295,3 +295,28 @@ msgstr ""
#: lib/mobilizon_web/templates/email/password_reset.text.eex:5 #: lib/mobilizon_web/templates/email/password_reset.text.eex:5
msgid "You requested a new password for your account on %{instance}." msgid "You requested a new password for your account on %{instance}."
msgstr "" msgstr ""
#, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:91
msgid "%{b_start}Please do not use it in any real way%{b_end}: everything you create here (accounts, events, identities, etc.) will be automatically deleted every 48 hours."
msgstr ""
#, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:94
msgid "In the meantime, please consider that the software is not (yet) finished. More information %{a_start}on our blog%{a_end}."
msgstr ""
#, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:93
msgid "Mobilizon is under development, we will add new features to this site during regular updates, until the release of %{b_start}version 1 of the software in the first half of 2020%{b_end}."
msgstr ""
#, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:90
msgid "This is a demonstration site to test the beta version of Mobilizon."
msgstr ""
#, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:88
msgid "Warning"
msgstr ""

View File

@ -10,7 +10,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"POT-Creation-Date: \n" "POT-Creation-Date: \n"
"PO-Revision-Date: 2019-10-08 14:45+0200\n" "PO-Revision-Date: 2019-10-11 10:40+0200\n"
"Last-Translator: Quentin <quentinantonin@free.fr>\n" "Last-Translator: Quentin <quentinantonin@free.fr>\n"
"Language-Team: French <https://weblate.framasoft.org/projects/mobilizon/backend/fr/>\n" "Language-Team: French <https://weblate.framasoft.org/projects/mobilizon/backend/fr/>\n"
"Language: fr_FR\n" "Language: fr_FR\n"
@ -20,286 +20,252 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n" "Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Poedit 2.0.6\n" "X-Generator: Poedit 2.0.6\n"
#, elixir-format
#: lib/mobilizon_web/templates/email/password_reset.html.eex:48 #: lib/mobilizon_web/templates/email/password_reset.html.eex:48
#: lib/mobilizon_web/templates/email/password_reset.text.eex:12 #: lib/mobilizon_web/templates/email/password_reset.text.eex:12
msgid "If you didn't request this, please ignore this email. Your password won't change until you access the link below and create a new one." msgid "If you didn't request this, please ignore this email. Your password won't change until you access the link below and create a new one."
msgstr "Si vous n'avez pas demandé ceci, vous pouvez ignorer cet email. Votre mot de passe ne changera pas tant que vous n'accédez pas au lien ci-dessous et que vous en définissiez un nouveau." msgstr "Si vous n'avez pas demandé ceci, vous pouvez ignorer cet email. Votre mot de passe ne changera pas tant que vous n'accédez pas au lien ci-dessous et que vous en définissiez un nouveau."
#, elixir-format
#: lib/service/export/feed.ex:169 #: lib/service/export/feed.ex:169
msgid "Feed for %{email} on Mobilizon" msgid "Feed for %{email} on Mobilizon"
msgstr "Flux pour %{email} sur Mobilizon" msgstr "Flux pour %{email} sur Mobilizon"
#, elixir-format #: lib/mobilizon_web/templates/email/email.html.eex:153
#: lib/mobilizon_web/templates/email/email.html.eex:122
#: lib/mobilizon_web/templates/email/email.text.eex:6 #: lib/mobilizon_web/templates/email/email.text.eex:6
msgid "%{instance} is a Mobilizon server." msgid "%{instance} is a Mobilizon server."
msgstr "%{instance} est une instance Mobilizon." msgstr "%{instance} est une instance Mobilizon."
#, elixir-format
#: lib/mobilizon_web/templates/email/report.html.eex:38 #: lib/mobilizon_web/templates/email/report.html.eex:38
msgid "%{reporter_name} (%{reporter_username}) reported the following content." msgid "%{reporter_name} (%{reporter_username}) reported the following content."
msgstr "%{reporter_name} (%{reporter_username}) a signalé le contenu suivant." msgstr "%{reporter_name} (%{reporter_username}) a signalé le contenu suivant."
#, elixir-format
#: lib/mobilizon_web/templates/email/report.html.eex:48 #: lib/mobilizon_web/templates/email/report.html.eex:48
msgid "%{title} by %{creator}" msgid "%{title} by %{creator}"
msgstr "%{title} par %{creator}" msgstr "%{title} par %{creator}"
#, elixir-format
#: lib/mobilizon_web/templates/email/registration_confirmation.html.eex:58 #: lib/mobilizon_web/templates/email/registration_confirmation.html.eex:58
msgid "Activate my account" msgid "Activate my account"
msgstr "Activer mon compte" msgstr "Activer mon compte"
#, elixir-format #: lib/mobilizon_web/templates/email/email.html.eex:122
#: lib/mobilizon_web/templates/email/email.html.eex:91
msgid "Ask the community on Framacolibri" msgid "Ask the community on Framacolibri"
msgstr "Demander à la communauté sur Framacolibri" msgstr "Demander à la communauté sur Framacolibri"
#, elixir-format
#: lib/mobilizon_web/templates/email/report.html.eex:62 #: lib/mobilizon_web/templates/email/report.html.eex:62
#: lib/mobilizon_web/templates/email/report.text.eex:11 #: lib/mobilizon_web/templates/email/report.text.eex:11
msgid "Comments" msgid "Comments"
msgstr "Commentaires" msgstr "Commentaires"
#, elixir-format
#: lib/mobilizon_web/templates/email/report.html.eex:46 #: lib/mobilizon_web/templates/email/report.html.eex:46
#: lib/mobilizon_web/templates/email/report.text.eex:6 #: lib/mobilizon_web/templates/email/report.text.eex:6
msgid "Event" msgid "Event"
msgstr "Événement" msgstr "Événement"
#, elixir-format
#: lib/mobilizon_web/templates/email/registration_confirmation.html.eex:45 #: lib/mobilizon_web/templates/email/registration_confirmation.html.eex:45
msgid "If you didn't request this, please ignore this email." msgid "If you didn't request this, please ignore this email."
msgstr "Si vous n'avez pas demandé ceci, merci d'ignorer cet email." msgstr "Si vous n'avez pas demandé ceci, merci d'ignorer cet email."
#, elixir-format
#: lib/mobilizon_web/email/user.ex:45 #: lib/mobilizon_web/email/user.ex:45
msgid "Instructions to reset your password on %{instance}" msgid "Instructions to reset your password on %{instance}"
msgstr "Instructions pour réinitialiser votre mot de passe sur %{instance}" msgstr "Instructions pour réinitialiser votre mot de passe sur %{instance}"
#, elixir-format #: lib/mobilizon_web/templates/email/email.html.eex:154
#: lib/mobilizon_web/templates/email/email.html.eex:123
msgid "Learn more about Mobilizon." msgid "Learn more about Mobilizon."
msgstr "En apprendre plus à propos de Mobilizon." msgstr "En apprendre plus à propos de Mobilizon."
#, elixir-format
#: lib/mobilizon_web/templates/email/registration_confirmation.html.eex:13 #: lib/mobilizon_web/templates/email/registration_confirmation.html.eex:13
msgid "Nearly here!" msgid "Nearly here!"
msgstr "Vous y êtes presque !" msgstr "Vous y êtes presque !"
#, elixir-format #: lib/mobilizon_web/templates/email/email.html.eex:119
#: lib/mobilizon_web/templates/email/email.html.eex:88
msgid "Need some help? Something not working properly?" msgid "Need some help? Something not working properly?"
msgstr "Besoin d'aide ? Quelque chose ne fonctionne pas correctement ?" msgstr "Besoin d'aide ? Quelque chose ne fonctionne pas correctement ?"
#, elixir-format
#: lib/mobilizon_web/templates/email/report.html.eex:13 #: lib/mobilizon_web/templates/email/report.html.eex:13
msgid "New report on %{instance}" msgid "New report on %{instance}"
msgstr "Nouveau signalement sur %{instance}" msgstr "Nouveau signalement sur %{instance}"
#, elixir-format
#: lib/mobilizon_web/templates/email/report.html.eex:80 #: lib/mobilizon_web/templates/email/report.html.eex:80
#: lib/mobilizon_web/templates/email/report.text.eex:18 #: lib/mobilizon_web/templates/email/report.text.eex:18
msgid "Reason" msgid "Reason"
msgstr "Raison" msgstr "Raison"
#, elixir-format
#: lib/mobilizon_web/templates/email/password_reset.html.eex:61 #: lib/mobilizon_web/templates/email/password_reset.html.eex:61
msgid "Reset Password" msgid "Reset Password"
msgstr "Réinitialiser mon mot de passe" msgstr "Réinitialiser mon mot de passe"
#, elixir-format
#: lib/mobilizon_web/templates/email/password_reset.html.eex:41 #: lib/mobilizon_web/templates/email/password_reset.html.eex:41
msgid "Resetting your password is easy. Just press the button below and follow the instructions. We'll have you up and running in no time." msgid "Resetting your password is easy. Just press the button below and follow the instructions. We'll have you up and running in no time."
msgstr "Réinitialiser votre mot de passe est facile. Cliquez simplement sur le bouton et suivez les inscriptions. Vous serez opérationnel en un rien de temps." msgstr "Réinitialiser votre mot de passe est facile. Cliquez simplement sur le bouton et suivez les inscriptions. Vous serez opérationnel en un rien de temps."
#, elixir-format
#: lib/mobilizon_web/templates/email/password_reset.html.eex:13 #: lib/mobilizon_web/templates/email/password_reset.html.eex:13
msgid "Trouble signing in?" msgid "Trouble signing in?"
msgstr "Des problèmes à vous connecter ?" msgstr "Des problèmes à vous connecter ?"
#, elixir-format
#: lib/mobilizon_web/templates/email/report.html.eex:100 #: lib/mobilizon_web/templates/email/report.html.eex:100
msgid "View the report" msgid "View the report"
msgstr "Voir le signalement" msgstr "Voir le signalement"
#, elixir-format
#: lib/mobilizon_web/templates/email/registration_confirmation.html.eex:38 #: lib/mobilizon_web/templates/email/registration_confirmation.html.eex:38
msgid "You created an account on %{host} with this email address. You are one click away from activating it." msgid "You created an account on %{host} with this email address. You are one click away from activating it."
msgstr "Vous avez créé un compte sur %{host} avec cette adresse email. Vous êtes à un clic de l'activer." msgstr "Vous avez créé un compte sur %{host} avec cette adresse email. Vous êtes à un clic de l'activer."
#, elixir-format
#: lib/mobilizon_web/email/user.ex:25 #: lib/mobilizon_web/email/user.ex:25
msgid "Instructions to confirm your Mobilizon account on %{instance}" msgid "Instructions to confirm your Mobilizon account on %{instance}"
msgstr "Instructions pour confirmer votre compte Mobilizon sur %{instance}" msgstr "Instructions pour confirmer votre compte Mobilizon sur %{instance}"
#, elixir-format
#: lib/mobilizon_web/email/admin.ex:23 #: lib/mobilizon_web/email/admin.ex:23
msgid "New report on Mobilizon instance %{instance}" msgid "New report on Mobilizon instance %{instance}"
msgstr "Nouveau signalement sur l'instance Mobilizon %{instance}" msgstr "Nouveau signalement sur l'instance Mobilizon %{instance}"
#, elixir-format
#: lib/mobilizon_web/templates/email/registration_confirmation.text.eex:1 #: lib/mobilizon_web/templates/email/registration_confirmation.text.eex:1
msgid "Activate your account" msgid "Activate your account"
msgstr "Activer mon compte" msgstr "Activer mon compte"
#, elixir-format
#: lib/mobilizon_web/templates/email/event_participation_approved.html.eex:13 #: lib/mobilizon_web/templates/email/event_participation_approved.html.eex:13
msgid "All good!" msgid "All good!"
msgstr "Tout est bon !" msgstr "Tout est bon !"
#, elixir-format
#: lib/mobilizon_web/templates/email/event_participation_approved.html.eex:45 #: lib/mobilizon_web/templates/email/event_participation_approved.html.eex:45
#: lib/mobilizon_web/templates/email/event_participation_approved.text.eex:7 #: lib/mobilizon_web/templates/email/event_participation_approved.text.eex:7
msgid "An organizer just approved your participation. You're now going to this event!" msgid "An organizer just approved your participation. You're now going to this event!"
msgstr "Un⋅e organisateur⋅ice vient d'approuver votre participation. Vous allez désormais à cet événement !" msgstr "Un⋅e organisateur⋅ice vient d'approuver votre participation. Vous allez désormais à cet événement !"
#, elixir-format
#: lib/mobilizon_web/templates/email/event_participation_approved.html.eex:58 #: lib/mobilizon_web/templates/email/event_participation_approved.html.eex:58
#: lib/mobilizon_web/templates/email/event_updated.html.eex:87 #: lib/mobilizon_web/templates/email/event_updated.html.eex:87
msgid "Go to event page" msgid "Go to event page"
msgstr "Aller à la page de l'événement" msgstr "Aller à la page de l'événement"
#, elixir-format
#: lib/mobilizon_web/templates/email/event_participation_approved.html.eex:70 #: lib/mobilizon_web/templates/email/event_participation_approved.html.eex:70
#: lib/mobilizon_web/templates/email/event_updated.html.eex:99 #: lib/mobilizon_web/templates/email/event_updated.html.eex:99
#: lib/mobilizon_web/templates/email/event_updated.text.eex:21 #: lib/mobilizon_web/templates/email/event_updated.text.eex:21
msgid "If you need to cancel your participation, just access the event page through link above and click on the participation button." msgid "If you need to cancel your participation, just access the event page through link above and click on the participation button."
msgstr "Si vous avez besoin d'annuler votre participation, il suffit d'accéder à la page de l'événement à partir du lien ci-dessus et de cliquer sur le bouton de participation." msgstr "Si vous avez besoin d'annuler votre participation, il suffit d'accéder à la page de l'événement à partir du lien ci-dessus et de cliquer sur le bouton de participation."
#, elixir-format
#: lib/mobilizon_web/templates/email/event_participation_approved.text.eex:11 #: lib/mobilizon_web/templates/email/event_participation_approved.text.eex:11
msgid "If you need to cancel your participation, just access the previous link and click on the participation button." msgid "If you need to cancel your participation, just access the previous link and click on the participation button."
msgstr "Si vous avez besoin d'annuler votre participation, accédez au lien ci-dessus et cliquez sur le bouton de participation." msgstr "Si vous avez besoin d'annuler votre participation, accédez au lien ci-dessus et cliquez sur le bouton de participation."
#, elixir-format
#: lib/mobilizon_web/templates/email/email.text.eex:6 #: lib/mobilizon_web/templates/email/email.text.eex:6
msgid "Learn more about Mobilizon:" msgid "Learn more about Mobilizon:"
msgstr "En apprendre plus à propos de Mobilizon :" msgstr "En apprendre plus à propos de Mobilizon :"
#, elixir-format
#: lib/mobilizon_web/templates/email/report.text.eex:1 #: lib/mobilizon_web/templates/email/report.text.eex:1
msgid "New report from %{reporter} on %{instance}" msgid "New report from %{reporter} on %{instance}"
msgstr "Nouveau signalement sur %{instance}" msgstr "Nouveau signalement sur %{instance}"
#, elixir-format
#: lib/mobilizon_web/templates/email/event_participation_approved.text.eex:1 #: lib/mobilizon_web/templates/email/event_participation_approved.text.eex:1
msgid "Participation approved" msgid "Participation approved"
msgstr "Participation approuvée" msgstr "Participation approuvée"
#, elixir-format
#: lib/mobilizon_web/templates/email/event_participation_rejected.text.eex:1 #: lib/mobilizon_web/templates/email/event_participation_rejected.text.eex:1
msgid "Participation rejected" msgid "Participation rejected"
msgstr "Participation refusée" msgstr "Participation refusée"
#, elixir-format
#: lib/mobilizon_web/templates/email/password_reset.text.eex:1 #: lib/mobilizon_web/templates/email/password_reset.text.eex:1
msgid "Password reset" msgid "Password reset"
msgstr "Réinitialisation du mot de passe" msgstr "Réinitialisation du mot de passe"
#, elixir-format
#: lib/mobilizon_web/templates/email/password_reset.text.eex:7 #: lib/mobilizon_web/templates/email/password_reset.text.eex:7
msgid "Resetting your password is easy. Just click the link below and follow the instructions. We'll have you up and running in no time." msgid "Resetting your password is easy. Just click the link below and follow the instructions. We'll have you up and running in no time."
msgstr "Réinitialiser votre mot de passe est facile. Cliquez simplement sur le bouton et suivez les inscriptions. Vous serez opérationnel en un rien de temps." msgstr "Réinitialiser votre mot de passe est facile. Cliquez simplement sur le bouton et suivez les inscriptions. Vous serez opérationnel en un rien de temps."
#, elixir-format
#: lib/mobilizon_web/templates/email/event_participation_rejected.html.eex:13 #: lib/mobilizon_web/templates/email/event_participation_rejected.html.eex:13
msgid "Sorry!" msgid "Sorry!"
msgstr "Désolé !" msgstr "Désolé !"
#, elixir-format
#: lib/mobilizon_web/templates/email/event_participation_rejected.html.eex:45 #: lib/mobilizon_web/templates/email/event_participation_rejected.html.eex:45
#: lib/mobilizon_web/templates/email/event_participation_rejected.text.eex:7 #: lib/mobilizon_web/templates/email/event_participation_rejected.text.eex:7
msgid "Unfortunately, the organizers rejected your participation." msgid "Unfortunately, the organizers rejected your participation."
msgstr "Malheureusement, les organisateur⋅ices ont rejeté votre demande de participation." msgstr "Malheureusement, les organisateur⋅ices ont rejeté votre demande de participation."
#, elixir-format
#: lib/mobilizon_web/templates/email/registration_confirmation.text.eex:5 #: lib/mobilizon_web/templates/email/registration_confirmation.text.eex:5
msgid "You created an account on %{host} with this email address. You are one click away from activating it. If this wasn't you, please ignore this email." msgid "You created an account on %{host} with this email address. You are one click away from activating it. If this wasn't you, please ignore this email."
msgstr "Vous avez créé un compte sur %{host} avec cette adresse email. Vous êtes à un clic de l'activer." msgstr "Vous avez créé un compte sur %{host} avec cette adresse email. Vous êtes à un clic de l'activer."
#, elixir-format
#: lib/mobilizon_web/templates/email/event_participation_approved.html.eex:38 #: lib/mobilizon_web/templates/email/event_participation_approved.html.eex:38
msgid "You requested to participate in event %{title}" msgid "You requested to participate in event %{title}"
msgstr "Vous avez demandé à participer à l'événement %{title}" msgstr "Vous avez demandé à participer à l'événement %{title}"
#, elixir-format
#: lib/mobilizon_web/templates/email/event_participation_approved.text.eex:5 #: lib/mobilizon_web/templates/email/event_participation_approved.text.eex:5
#: lib/mobilizon_web/templates/email/event_participation_rejected.html.eex:38 #: lib/mobilizon_web/templates/email/event_participation_rejected.html.eex:38
#: lib/mobilizon_web/templates/email/event_participation_rejected.text.eex:5 #: lib/mobilizon_web/templates/email/event_participation_rejected.text.eex:5
msgid "You requested to participate in event %{title}." msgid "You requested to participate in event %{title}."
msgstr "Vous avez demandé à participer à l'événement %{title}." msgstr "Vous avez demandé à participer à l'événement %{title}."
#, elixir-format
#: lib/mobilizon_web/email/participation.ex:73 #: lib/mobilizon_web/email/participation.ex:73
msgid "Your participation to event %{title} has been approved" msgid "Your participation to event %{title} has been approved"
msgstr "Votre participation à l'événement %{title} a été approuvée" msgstr "Votre participation à l'événement %{title} a été approuvée"
#, elixir-format
#: lib/mobilizon_web/email/participation.ex:52 #: lib/mobilizon_web/email/participation.ex:52
msgid "Your participation to event %{title} has been rejected" msgid "Your participation to event %{title} has been rejected"
msgstr "Votre participation à l'événement %{title} a été rejetée" msgstr "Votre participation à l'événement %{title} a été rejetée"
#, elixir-format
#: lib/mobilizon_web/templates/email/event_updated.html.eex:68 #: lib/mobilizon_web/templates/email/event_updated.html.eex:68
msgid "Ending of event" msgid "Ending of event"
msgstr "Fin de l'événement" msgstr "Fin de l'événement"
#, elixir-format
#: lib/mobilizon_web/email/event.ex:30 #: lib/mobilizon_web/email/event.ex:30
msgid "Event %{title} has been updated" msgid "Event %{title} has been updated"
msgstr "L'événement %{title} a été mis à jour" msgstr "L'événement %{title} a été mis à jour"
#, elixir-format
#: lib/mobilizon_web/templates/email/event_updated.html.eex:13 #: lib/mobilizon_web/templates/email/event_updated.html.eex:13
#: lib/mobilizon_web/templates/email/event_updated.text.eex:1 #: lib/mobilizon_web/templates/email/event_updated.text.eex:1
msgid "Event updated!" msgid "Event updated!"
msgstr "Événement mis à jour !" msgstr "Événement mis à jour !"
#, elixir-format
#: lib/mobilizon_web/templates/email/event_updated.text.eex:16 #: lib/mobilizon_web/templates/email/event_updated.text.eex:16
msgid "New date and time for ending of event: %{ends_on}" msgid "New date and time for ending of event: %{ends_on}"
msgstr "Nouvelle date et heure de fin de l'événement : %{ends_on}" msgstr "Nouvelle date et heure de fin de l'événement : %{ends_on}"
#, elixir-format
#: lib/mobilizon_web/templates/email/event_updated.text.eex:12 #: lib/mobilizon_web/templates/email/event_updated.text.eex:12
msgid "New date and time for start of event: %{begins_on}" msgid "New date and time for start of event: %{begins_on}"
msgstr "Nouvelle date et heure de début de l'événement : %{begins_on}" msgstr "Nouvelle date et heure de début de l'événement : %{begins_on}"
#, elixir-format
#: lib/mobilizon_web/templates/email/event_updated.text.eex:8 #: lib/mobilizon_web/templates/email/event_updated.text.eex:8
msgid "New title: %{title}" msgid "New title: %{title}"
msgstr "Nouveau titre : %{title}" msgstr "Nouveau titre : %{title}"
#, elixir-format
#: lib/mobilizon_web/templates/email/event_updated.html.eex:58 #: lib/mobilizon_web/templates/email/event_updated.html.eex:58
msgid "Start of event" msgid "Start of event"
msgstr "Début de l'événement" msgstr "Début de l'événement"
#, elixir-format
#: lib/mobilizon_web/templates/email/event_updated.text.eex:5 #: lib/mobilizon_web/templates/email/event_updated.text.eex:5
msgid "The event %{title} was just updated" msgid "The event %{title} was just updated"
msgstr "L'événement %{title} vient d'être mis à jour" msgstr "L'événement %{title} vient d'être mis à jour"
#, elixir-format
#: lib/mobilizon_web/templates/email/event_updated.html.eex:38 #: lib/mobilizon_web/templates/email/event_updated.html.eex:38
msgid "The event %{title} was updated" msgid "The event %{title} was updated"
msgstr "L'événement %{title} a été mis à jour" msgstr "L'événement %{title} a été mis à jour"
#, elixir-format
#: lib/mobilizon_web/templates/email/event_updated.html.eex:48 #: lib/mobilizon_web/templates/email/event_updated.html.eex:48
msgid "Title" msgid "Title"
msgstr "Titre" msgstr "Titre"
#, elixir-format
#: lib/mobilizon_web/templates/email/event_updated.text.eex:19 #: lib/mobilizon_web/templates/email/event_updated.text.eex:19
msgid "View the updated event on: %{link}" msgid "View the updated event on: %{link}"
msgstr "Voir l'événement mis à jour sur : %{link}" msgstr "Voir l'événement mis à jour sur : %{link}"
#, elixir-format
#: lib/mobilizon_web/templates/email/password_reset.html.eex:38 #: lib/mobilizon_web/templates/email/password_reset.html.eex:38
#: lib/mobilizon_web/templates/email/password_reset.text.eex:5 #: lib/mobilizon_web/templates/email/password_reset.text.eex:5
msgid "You requested a new password for your account on %{instance}." msgid "You requested a new password for your account on %{instance}."
msgstr "Vous avez demandé un nouveau mot de passe pour votre compte sur %{instance}." msgstr "Vous avez demandé un nouveau mot de passe pour votre compte sur %{instance}."
#: lib/mobilizon_web/templates/email/email.html.eex:91
msgid "%{b_start}Please do not use it in any real way%{b_end}: everything you create here (accounts, events, identities, etc.) will be automatically deleted every 48 hours."
msgstr "%{b_start}Merci de ne pas en faire une utilisation réelle%{b_end} : tout ce que vous créerez ici (comptes, événements, identités, etc.) sera automatiquement effacé toutes les 48 heures."
#: lib/mobilizon_web/templates/email/email.html.eex:94
msgid "In the meantime, please consider that the software is not (yet) finished. More information %{a_start}on our blog%{a_end}."
msgstr "D'ici là, veuillez considérer que le logiciel n'est pas (encore) fini. Plus d'informations %{a_start}sur notre blog%{a_end}."
#: lib/mobilizon_web/templates/email/email.html.eex:93
msgid "Mobilizon is under development, we will add new features to this site during regular updates, until the release of %{b_start}version 1 of the software in the first half of 2020%{b_end}."
msgstr "Mobilizon est en cours de développement, nous ajouterons de nouvelles fonctionnalités à ce site lors de mises à jour régulières, jusqu'à la publication de %{b_start}la version 1 du logiciel au premier semestre 2020%{b_end}."
#: lib/mobilizon_web/templates/email/email.html.eex:90
msgid "This is a demonstration site to test the beta version of Mobilizon."
msgstr "Ceci est un site de démonstration permettant de tester la version bêta de Mobilizon."
#: lib/mobilizon_web/templates/email/email.html.eex:88
msgid "Warning"
msgstr "Attention"

View File

@ -24,7 +24,7 @@ msgid "Feed for %{email} on Mobilizon"
msgstr "" msgstr ""
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:122 #: lib/mobilizon_web/templates/email/email.html.eex:153
#: lib/mobilizon_web/templates/email/email.text.eex:6 #: lib/mobilizon_web/templates/email/email.text.eex:6
msgid "%{instance} is a Mobilizon server." msgid "%{instance} is a Mobilizon server."
msgstr "" msgstr ""
@ -45,7 +45,7 @@ msgid "Activate my account"
msgstr "" msgstr ""
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:91 #: lib/mobilizon_web/templates/email/email.html.eex:122
msgid "Ask the community on Framacolibri" msgid "Ask the community on Framacolibri"
msgstr "" msgstr ""
@ -72,7 +72,7 @@ msgid "Instructions to reset your password on %{instance}"
msgstr "" msgstr ""
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:123 #: lib/mobilizon_web/templates/email/email.html.eex:154
msgid "Learn more about Mobilizon." msgid "Learn more about Mobilizon."
msgstr "" msgstr ""
@ -82,7 +82,7 @@ msgid "Nearly here!"
msgstr "" msgstr ""
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:88 #: lib/mobilizon_web/templates/email/email.html.eex:119
msgid "Need some help? Something not working properly?" msgid "Need some help? Something not working properly?"
msgstr "" msgstr ""
@ -295,3 +295,28 @@ msgstr ""
#: lib/mobilizon_web/templates/email/password_reset.text.eex:5 #: lib/mobilizon_web/templates/email/password_reset.text.eex:5
msgid "You requested a new password for your account on %{instance}." msgid "You requested a new password for your account on %{instance}."
msgstr "" msgstr ""
#, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:91
msgid "%{b_start}Please do not use it in any real way%{b_end}: everything you create here (accounts, events, identities, etc.) will be automatically deleted every 48 hours."
msgstr ""
#, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:94
msgid "In the meantime, please consider that the software is not (yet) finished. More information %{a_start}on our blog%{a_end}."
msgstr ""
#, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:93
msgid "Mobilizon is under development, we will add new features to this site during regular updates, until the release of %{b_start}version 1 of the software in the first half of 2020%{b_end}."
msgstr ""
#, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:90
msgid "This is a demonstration site to test the beta version of Mobilizon."
msgstr ""
#, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:88
msgid "Warning"
msgstr ""

View File

@ -24,7 +24,7 @@ msgid "Feed for %{email} on Mobilizon"
msgstr "" msgstr ""
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:122 #: lib/mobilizon_web/templates/email/email.html.eex:153
#: lib/mobilizon_web/templates/email/email.text.eex:6 #: lib/mobilizon_web/templates/email/email.text.eex:6
msgid "%{instance} is a Mobilizon server." msgid "%{instance} is a Mobilizon server."
msgstr "" msgstr ""
@ -45,7 +45,7 @@ msgid "Activate my account"
msgstr "" msgstr ""
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:91 #: lib/mobilizon_web/templates/email/email.html.eex:122
msgid "Ask the community on Framacolibri" msgid "Ask the community on Framacolibri"
msgstr "" msgstr ""
@ -72,7 +72,7 @@ msgid "Instructions to reset your password on %{instance}"
msgstr "" msgstr ""
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:123 #: lib/mobilizon_web/templates/email/email.html.eex:154
msgid "Learn more about Mobilizon." msgid "Learn more about Mobilizon."
msgstr "" msgstr ""
@ -82,7 +82,7 @@ msgid "Nearly here!"
msgstr "" msgstr ""
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:88 #: lib/mobilizon_web/templates/email/email.html.eex:119
msgid "Need some help? Something not working properly?" msgid "Need some help? Something not working properly?"
msgstr "" msgstr ""
@ -295,3 +295,28 @@ msgstr ""
#: lib/mobilizon_web/templates/email/password_reset.text.eex:5 #: lib/mobilizon_web/templates/email/password_reset.text.eex:5
msgid "You requested a new password for your account on %{instance}." msgid "You requested a new password for your account on %{instance}."
msgstr "" msgstr ""
#, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:91
msgid "%{b_start}Please do not use it in any real way%{b_end}: everything you create here (accounts, events, identities, etc.) will be automatically deleted every 48 hours."
msgstr ""
#, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:94
msgid "In the meantime, please consider that the software is not (yet) finished. More information %{a_start}on our blog%{a_end}."
msgstr ""
#, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:93
msgid "Mobilizon is under development, we will add new features to this site during regular updates, until the release of %{b_start}version 1 of the software in the first half of 2020%{b_end}."
msgstr ""
#, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:90
msgid "This is a demonstration site to test the beta version of Mobilizon."
msgstr ""
#, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:88
msgid "Warning"
msgstr ""

View File

@ -24,7 +24,7 @@ msgid "Feed for %{email} on Mobilizon"
msgstr "" msgstr ""
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:122 #: lib/mobilizon_web/templates/email/email.html.eex:153
#: lib/mobilizon_web/templates/email/email.text.eex:6 #: lib/mobilizon_web/templates/email/email.text.eex:6
msgid "%{instance} is a Mobilizon server." msgid "%{instance} is a Mobilizon server."
msgstr "" msgstr ""
@ -45,7 +45,7 @@ msgid "Activate my account"
msgstr "" msgstr ""
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:91 #: lib/mobilizon_web/templates/email/email.html.eex:122
msgid "Ask the community on Framacolibri" msgid "Ask the community on Framacolibri"
msgstr "" msgstr ""
@ -72,7 +72,7 @@ msgid "Instructions to reset your password on %{instance}"
msgstr "" msgstr ""
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:123 #: lib/mobilizon_web/templates/email/email.html.eex:154
msgid "Learn more about Mobilizon." msgid "Learn more about Mobilizon."
msgstr "" msgstr ""
@ -82,7 +82,7 @@ msgid "Nearly here!"
msgstr "" msgstr ""
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:88 #: lib/mobilizon_web/templates/email/email.html.eex:119
msgid "Need some help? Something not working properly?" msgid "Need some help? Something not working properly?"
msgstr "" msgstr ""
@ -295,3 +295,28 @@ msgstr ""
#: lib/mobilizon_web/templates/email/password_reset.text.eex:5 #: lib/mobilizon_web/templates/email/password_reset.text.eex:5
msgid "You requested a new password for your account on %{instance}." msgid "You requested a new password for your account on %{instance}."
msgstr "" msgstr ""
#, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:91
msgid "%{b_start}Please do not use it in any real way%{b_end}: everything you create here (accounts, events, identities, etc.) will be automatically deleted every 48 hours."
msgstr ""
#, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:94
msgid "In the meantime, please consider that the software is not (yet) finished. More information %{a_start}on our blog%{a_end}."
msgstr ""
#, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:93
msgid "Mobilizon is under development, we will add new features to this site during regular updates, until the release of %{b_start}version 1 of the software in the first half of 2020%{b_end}."
msgstr ""
#, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:90
msgid "This is a demonstration site to test the beta version of Mobilizon."
msgstr ""
#, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:88
msgid "Warning"
msgstr ""

View File

@ -14,289 +14,314 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n" "Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 3.8\n" "X-Generator: Weblate 3.8\n"
#, elixir-format
#: lib/mobilizon_web/templates/email/password_reset.html.eex:48 #: lib/mobilizon_web/templates/email/password_reset.html.eex:48
#: lib/mobilizon_web/templates/email/password_reset.text.eex:12 #: lib/mobilizon_web/templates/email/password_reset.text.eex:12
#, elixir-format
msgid "If you didn't request this, please ignore this email. Your password won't change until you access the link below and create a new one." msgid "If you didn't request this, please ignore this email. Your password won't change until you access the link below and create a new one."
msgstr "" msgstr ""
"Savètz pas demandat aquò, podètz ignorar aqueste corrièl. Vòstre senhal cambiarà pas mentre que cliquetz pas lo ligam çai-jos e ne definiscatz un novèl." "Savètz pas demandat aquò, podètz ignorar aqueste corrièl. Vòstre senhal cambiarà pas mentre que cliquetz pas lo ligam çai-jos e ne definiscatz un novèl."
#: lib/service/export/feed.ex:169
#, elixir-format #, elixir-format
#: lib/service/export/feed.ex:169
msgid "Feed for %{email} on Mobilizon" msgid "Feed for %{email} on Mobilizon"
msgstr "Flux per %{email} sus Mobilizon" msgstr "Flux per %{email} sus Mobilizon"
#: lib/mobilizon_web/templates/email/email.html.eex:122
#: lib/mobilizon_web/templates/email/email.text.eex:6
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:153
#: lib/mobilizon_web/templates/email/email.text.eex:6
msgid "%{instance} is a Mobilizon server." msgid "%{instance} is a Mobilizon server."
msgstr "%{instance} es una instància Mobilizon." msgstr "%{instance} es una instància Mobilizon."
#: lib/mobilizon_web/templates/email/report.html.eex:38
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/report.html.eex:38
msgid "%{reporter_name} (%{reporter_username}) reported the following content." msgid "%{reporter_name} (%{reporter_username}) reported the following content."
msgstr "%{reporter_name} (%{reporter_username}) a senhalat lo contengut seguent." msgstr "%{reporter_name} (%{reporter_username}) a senhalat lo contengut seguent."
#: lib/mobilizon_web/templates/email/report.html.eex:48
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/report.html.eex:48
msgid "%{title} by %{creator}" msgid "%{title} by %{creator}"
msgstr "%{title} per %{creator}" msgstr "%{title} per %{creator}"
#: lib/mobilizon_web/templates/email/registration_confirmation.html.eex:58
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/registration_confirmation.html.eex:58
msgid "Activate my account" msgid "Activate my account"
msgstr "Activar mon compte" msgstr "Activar mon compte"
#: lib/mobilizon_web/templates/email/email.html.eex:91
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:122
msgid "Ask the community on Framacolibri" msgid "Ask the community on Framacolibri"
msgstr "Demandar a la comunautat sus Framacolibri" msgstr "Demandar a la comunautat sus Framacolibri"
#, elixir-format
#: lib/mobilizon_web/templates/email/report.html.eex:62 #: lib/mobilizon_web/templates/email/report.html.eex:62
#: lib/mobilizon_web/templates/email/report.text.eex:11 #: lib/mobilizon_web/templates/email/report.text.eex:11
#, elixir-format
msgid "Comments" msgid "Comments"
msgstr "Comentaris" msgstr "Comentaris"
#, elixir-format
#: lib/mobilizon_web/templates/email/report.html.eex:46 #: lib/mobilizon_web/templates/email/report.html.eex:46
#: lib/mobilizon_web/templates/email/report.text.eex:6 #: lib/mobilizon_web/templates/email/report.text.eex:6
#, elixir-format
msgid "Event" msgid "Event"
msgstr "Eveniment" msgstr "Eveniment"
#: lib/mobilizon_web/templates/email/registration_confirmation.html.eex:45
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/registration_confirmation.html.eex:45
msgid "If you didn't request this, please ignore this email." msgid "If you didn't request this, please ignore this email."
msgstr "Savètz pas demandat aquò, mercés dignorar aqueste messatge." msgstr "Savètz pas demandat aquò, mercés dignorar aqueste messatge."
#: lib/mobilizon_web/email/user.ex:45
#, elixir-format #, elixir-format
#: lib/mobilizon_web/email/user.ex:45
msgid "Instructions to reset your password on %{instance}" msgid "Instructions to reset your password on %{instance}"
msgstr "Consignas per reïnincializar vòstre senhal sus %{instance}" msgstr "Consignas per reïnincializar vòstre senhal sus %{instance}"
#: lib/mobilizon_web/templates/email/email.html.eex:123
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:154
msgid "Learn more about Mobilizon." msgid "Learn more about Mobilizon."
msgstr "Ne saber mai tocant Mobilizon." msgstr "Ne saber mai tocant Mobilizon."
#: lib/mobilizon_web/templates/email/registration_confirmation.html.eex:13
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/registration_confirmation.html.eex:13
msgid "Nearly here!" msgid "Nearly here!"
msgstr "I sètz gaireben !" msgstr "I sètz gaireben !"
#: lib/mobilizon_web/templates/email/email.html.eex:88
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:119
msgid "Need some help? Something not working properly?" msgid "Need some help? Something not working properly?"
msgstr "Besonh dajuda ? Quicòm truca ?" msgstr "Besonh dajuda ? Quicòm truca ?"
#: lib/mobilizon_web/templates/email/report.html.eex:13
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/report.html.eex:13
msgid "New report on %{instance}" msgid "New report on %{instance}"
msgstr "Nòu senhalament sus %{instance}" msgstr "Nòu senhalament sus %{instance}"
#, elixir-format
#: lib/mobilizon_web/templates/email/report.html.eex:80 #: lib/mobilizon_web/templates/email/report.html.eex:80
#: lib/mobilizon_web/templates/email/report.text.eex:18 #: lib/mobilizon_web/templates/email/report.text.eex:18
#, elixir-format
msgid "Reason" msgid "Reason"
msgstr "Rason" msgstr "Rason"
#: lib/mobilizon_web/templates/email/password_reset.html.eex:61
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/password_reset.html.eex:61
msgid "Reset Password" msgid "Reset Password"
msgstr "Reïnicializar mon senhal" msgstr "Reïnicializar mon senhal"
#: lib/mobilizon_web/templates/email/password_reset.html.eex:41
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/password_reset.html.eex:41
msgid "Resetting your password is easy. Just press the button below and follow the instructions. We'll have you up and running in no time." msgid "Resetting your password is easy. Just press the button below and follow the instructions. We'll have you up and running in no time."
msgstr "Reïnicializar vòstre senhal es facil. Clicatz simplament lo boton e seguètz las consignas. Seretz prèst daquí un momenton." msgstr "Reïnicializar vòstre senhal es facil. Clicatz simplament lo boton e seguètz las consignas. Seretz prèst daquí un momenton."
#: lib/mobilizon_web/templates/email/password_reset.html.eex:13
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/password_reset.html.eex:13
msgid "Trouble signing in?" msgid "Trouble signing in?"
msgstr "De dificultats a vos connectar ?" msgstr "De dificultats a vos connectar ?"
#: lib/mobilizon_web/templates/email/report.html.eex:100
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/report.html.eex:100
msgid "View the report" msgid "View the report"
msgstr "Veire lo senhalament" msgstr "Veire lo senhalament"
#: lib/mobilizon_web/templates/email/registration_confirmation.html.eex:38
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/registration_confirmation.html.eex:38
msgid "You created an account on %{host} with this email address. You are one click away from activating it." msgid "You created an account on %{host} with this email address. You are one click away from activating it."
msgstr "Avètz creat un compte sus %{host} amb aquesta adreça electronica. Sètz a un clic de lactivar." msgstr "Avètz creat un compte sus %{host} amb aquesta adreça electronica. Sètz a un clic de lactivar."
#: lib/mobilizon_web/email/user.ex:25
#, elixir-format #, elixir-format
#: lib/mobilizon_web/email/user.ex:25
msgid "Instructions to confirm your Mobilizon account on %{instance}" msgid "Instructions to confirm your Mobilizon account on %{instance}"
msgstr "Consignas per confirmar vòstre compte Mobilizon sus %{instance}" msgstr "Consignas per confirmar vòstre compte Mobilizon sus %{instance}"
#: lib/mobilizon_web/email/admin.ex:23
#, elixir-format #, elixir-format
#: lib/mobilizon_web/email/admin.ex:23
msgid "New report on Mobilizon instance %{instance}" msgid "New report on Mobilizon instance %{instance}"
msgstr "Nòu senhalament sus linstància Mobilizon %{instance}" msgstr "Nòu senhalament sus linstància Mobilizon %{instance}"
#: lib/mobilizon_web/templates/email/registration_confirmation.text.eex:1
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/registration_confirmation.text.eex:1
msgid "Activate your account" msgid "Activate your account"
msgstr "Activar mon compte" msgstr "Activar mon compte"
#: lib/mobilizon_web/templates/email/event_participation_approved.html.eex:13
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/event_participation_approved.html.eex:13
msgid "All good!" msgid "All good!"
msgstr "Aquòs tot bon !" msgstr "Aquòs tot bon !"
#, elixir-format
#: lib/mobilizon_web/templates/email/event_participation_approved.html.eex:45 #: lib/mobilizon_web/templates/email/event_participation_approved.html.eex:45
#: lib/mobilizon_web/templates/email/event_participation_approved.text.eex:7 #: lib/mobilizon_web/templates/email/event_participation_approved.text.eex:7
#, elixir-format
msgid "An organizer just approved your participation. You're now going to this event!" msgid "An organizer just approved your participation. You're now going to this event!"
msgstr "Lorganizator ven daprovar vòstra participacion. Ara anatz a aqueste eveniment !" msgstr "Lorganizator ven daprovar vòstra participacion. Ara anatz a aqueste eveniment !"
#, elixir-format
#: lib/mobilizon_web/templates/email/event_participation_approved.html.eex:58 #: lib/mobilizon_web/templates/email/event_participation_approved.html.eex:58
#: lib/mobilizon_web/templates/email/event_updated.html.eex:87 #: lib/mobilizon_web/templates/email/event_updated.html.eex:87
#, elixir-format
msgid "Go to event page" msgid "Go to event page"
msgstr "Anar a la pagina de leveniment" msgstr "Anar a la pagina de leveniment"
#, elixir-format
#: lib/mobilizon_web/templates/email/event_participation_approved.html.eex:70 #: lib/mobilizon_web/templates/email/event_participation_approved.html.eex:70
#: lib/mobilizon_web/templates/email/event_updated.html.eex:99 #: lib/mobilizon_web/templates/email/event_updated.html.eex:99
#: lib/mobilizon_web/templates/email/event_updated.text.eex:21 #: lib/mobilizon_web/templates/email/event_updated.text.eex:21
#, elixir-format
msgid "If you need to cancel your participation, just access the event page through link above and click on the participation button." msgid "If you need to cancel your participation, just access the event page through link above and click on the participation button."
msgstr "" msgstr ""
"Se vos fa besonh danullar vòstra participacion, vos cal pas quaccedir a la pagina de leveniment via lo ligam çai-jos e clicar lo boton de " "Se vos fa besonh danullar vòstra participacion, vos cal pas quaccedir a la pagina de leveniment via lo ligam çai-jos e clicar lo boton de "
"participacion." "participacion."
#: lib/mobilizon_web/templates/email/event_participation_approved.text.eex:11
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/event_participation_approved.text.eex:11
msgid "If you need to cancel your participation, just access the previous link and click on the participation button." msgid "If you need to cancel your participation, just access the previous link and click on the participation button."
msgstr "Se vos fa besonh danullar vòstra participacion, vos cal pas quaccedir al ligam çai-jos e clicar lo boton de participacion." msgstr "Se vos fa besonh danullar vòstra participacion, vos cal pas quaccedir al ligam çai-jos e clicar lo boton de participacion."
#: lib/mobilizon_web/templates/email/email.text.eex:6
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/email.text.eex:6
msgid "Learn more about Mobilizon:" msgid "Learn more about Mobilizon:"
msgstr "Ne saber mai tocant Mobilizon :" msgstr "Ne saber mai tocant Mobilizon :"
#: lib/mobilizon_web/templates/email/report.text.eex:1
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/report.text.eex:1
msgid "New report from %{reporter} on %{instance}" msgid "New report from %{reporter} on %{instance}"
msgstr "Nòu senhalament sus %{instance}" msgstr "Nòu senhalament sus %{instance}"
#: lib/mobilizon_web/templates/email/event_participation_approved.text.eex:1
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/event_participation_approved.text.eex:1
msgid "Participation approved" msgid "Participation approved"
msgstr "Participacion aprovada" msgstr "Participacion aprovada"
#: lib/mobilizon_web/templates/email/event_participation_rejected.text.eex:1
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/event_participation_rejected.text.eex:1
msgid "Participation rejected" msgid "Participation rejected"
msgstr "Participacion regetada" msgstr "Participacion regetada"
#: lib/mobilizon_web/templates/email/password_reset.text.eex:1
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/password_reset.text.eex:1
msgid "Password reset" msgid "Password reset"
msgstr "Reïnicializacion del senhal" msgstr "Reïnicializacion del senhal"
#: lib/mobilizon_web/templates/email/password_reset.text.eex:7
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/password_reset.text.eex:7
msgid "Resetting your password is easy. Just click the link below and follow the instructions. We'll have you up and running in no time." msgid "Resetting your password is easy. Just click the link below and follow the instructions. We'll have you up and running in no time."
msgstr "Reïnicializar vòstre senhal es facil. Clicatz simplament lo boton e seguètz las consignas. Seretz prèst daquí un momenton." msgstr "Reïnicializar vòstre senhal es facil. Clicatz simplament lo boton e seguètz las consignas. Seretz prèst daquí un momenton."
#: lib/mobilizon_web/templates/email/event_participation_rejected.html.eex:13
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/event_participation_rejected.html.eex:13
msgid "Sorry!" msgid "Sorry!"
msgstr "Nos dòl !" msgstr "Nos dòl !"
#, elixir-format
#: lib/mobilizon_web/templates/email/event_participation_rejected.html.eex:45 #: lib/mobilizon_web/templates/email/event_participation_rejected.html.eex:45
#: lib/mobilizon_web/templates/email/event_participation_rejected.text.eex:7 #: lib/mobilizon_web/templates/email/event_participation_rejected.text.eex:7
#, elixir-format
msgid "Unfortunately, the organizers rejected your participation." msgid "Unfortunately, the organizers rejected your participation."
msgstr "Mmalaürosament, los organizaires an regetada vòstra demanda de participacion." msgstr "Mmalaürosament, los organizaires an regetada vòstra demanda de participacion."
#: lib/mobilizon_web/templates/email/registration_confirmation.text.eex:5
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/registration_confirmation.text.eex:5
msgid "You created an account on %{host} with this email address. You are one click away from activating it. If this wasn't you, please ignore this email." msgid "You created an account on %{host} with this email address. You are one click away from activating it. If this wasn't you, please ignore this email."
msgstr "Avètz creat un compte sus %{host} amb aquesta adreça electronica. Sètz a un clic de lactivar." msgstr "Avètz creat un compte sus %{host} amb aquesta adreça electronica. Sètz a un clic de lactivar."
#: lib/mobilizon_web/templates/email/event_participation_approved.html.eex:38
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/event_participation_approved.html.eex:38
msgid "You requested to participate in event %{title}" msgid "You requested to participate in event %{title}"
msgstr "Avètz demandat de participar a leveniment %{title}" msgstr "Avètz demandat de participar a leveniment %{title}"
#, elixir-format
#: lib/mobilizon_web/templates/email/event_participation_approved.text.eex:5 #: lib/mobilizon_web/templates/email/event_participation_approved.text.eex:5
#: lib/mobilizon_web/templates/email/event_participation_rejected.html.eex:38 #: lib/mobilizon_web/templates/email/event_participation_rejected.html.eex:38
#: lib/mobilizon_web/templates/email/event_participation_rejected.text.eex:5 #: lib/mobilizon_web/templates/email/event_participation_rejected.text.eex:5
#, elixir-format
msgid "You requested to participate in event %{title}." msgid "You requested to participate in event %{title}."
msgstr "Avètz demandat de participar a leveniment %{title}." msgstr "Avètz demandat de participar a leveniment %{title}."
#: lib/mobilizon_web/email/participation.ex:73
#, elixir-format #, elixir-format
#: lib/mobilizon_web/email/participation.ex:73
msgid "Your participation to event %{title} has been approved" msgid "Your participation to event %{title} has been approved"
msgstr "Vòstra participacion a leveniment %{title} es estada aprovada" msgstr "Vòstra participacion a leveniment %{title} es estada aprovada"
#: lib/mobilizon_web/email/participation.ex:52
#, elixir-format #, elixir-format
#: lib/mobilizon_web/email/participation.ex:52
msgid "Your participation to event %{title} has been rejected" msgid "Your participation to event %{title} has been rejected"
msgstr "Vòstra participacion a leveniment %{title} es estada regetada" msgstr "Vòstra participacion a leveniment %{title} es estada regetada"
#: lib/mobilizon_web/templates/email/event_updated.html.eex:68
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/event_updated.html.eex:68
msgid "Ending of event" msgid "Ending of event"
msgstr "Fin de leveniment" msgstr "Fin de leveniment"
#: lib/mobilizon_web/email/event.ex:30
#, elixir-format #, elixir-format
#: lib/mobilizon_web/email/event.ex:30
msgid "Event %{title} has been updated" msgid "Event %{title} has been updated"
msgstr "Leveniment %{title} es estat actualizat" msgstr "Leveniment %{title} es estat actualizat"
#, elixir-format
#: lib/mobilizon_web/templates/email/event_updated.html.eex:13 #: lib/mobilizon_web/templates/email/event_updated.html.eex:13
#: lib/mobilizon_web/templates/email/event_updated.text.eex:1 #: lib/mobilizon_web/templates/email/event_updated.text.eex:1
#, elixir-format
msgid "Event updated!" msgid "Event updated!"
msgstr "Eveniment actualizat !" msgstr "Eveniment actualizat !"
#: lib/mobilizon_web/templates/email/event_updated.text.eex:16
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/event_updated.text.eex:16
msgid "New date and time for ending of event: %{ends_on}" msgid "New date and time for ending of event: %{ends_on}"
msgstr "Novèla data e ora de fin de leveniment : %{ends_on}" msgstr "Novèla data e ora de fin de leveniment : %{ends_on}"
#: lib/mobilizon_web/templates/email/event_updated.text.eex:12
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/event_updated.text.eex:12
msgid "New date and time for start of event: %{begins_on}" msgid "New date and time for start of event: %{begins_on}"
msgstr "Novèla data e ora de debuta de leveniment : %{begins_on}" msgstr "Novèla data e ora de debuta de leveniment : %{begins_on}"
#: lib/mobilizon_web/templates/email/event_updated.text.eex:8
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/event_updated.text.eex:8
msgid "New title: %{title}" msgid "New title: %{title}"
msgstr "Títol novèl : %{title}" msgstr "Títol novèl : %{title}"
#: lib/mobilizon_web/templates/email/event_updated.html.eex:58
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/event_updated.html.eex:58
msgid "Start of event" msgid "Start of event"
msgstr "Debuta de leveniment" msgstr "Debuta de leveniment"
#: lib/mobilizon_web/templates/email/event_updated.text.eex:5
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/event_updated.text.eex:5
msgid "The event %{title} was just updated" msgid "The event %{title} was just updated"
msgstr "Leveniment %{title} es estat actualizat" msgstr "Leveniment %{title} es estat actualizat"
#: lib/mobilizon_web/templates/email/event_updated.html.eex:38
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/event_updated.html.eex:38
msgid "The event %{title} was updated" msgid "The event %{title} was updated"
msgstr "Leveniment %{title} es estat actualizat" msgstr "Leveniment %{title} es estat actualizat"
#: lib/mobilizon_web/templates/email/event_updated.html.eex:48
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/event_updated.html.eex:48
msgid "Title" msgid "Title"
msgstr "Títol" msgstr "Títol"
#: lib/mobilizon_web/templates/email/event_updated.text.eex:19
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/event_updated.text.eex:19
msgid "View the updated event on: %{link}" msgid "View the updated event on: %{link}"
msgstr "Veire leveniment actualizat sus : %{link}" msgstr "Veire leveniment actualizat sus : %{link}"
#, elixir-format
#: lib/mobilizon_web/templates/email/password_reset.html.eex:38 #: lib/mobilizon_web/templates/email/password_reset.html.eex:38
#: lib/mobilizon_web/templates/email/password_reset.text.eex:5 #: lib/mobilizon_web/templates/email/password_reset.text.eex:5
#, elixir-format
msgid "You requested a new password for your account on %{instance}." msgid "You requested a new password for your account on %{instance}."
msgstr "Avètz demandat un nòu senhal per vòstre compte sus %{instance}." msgstr "Avètz demandat un nòu senhal per vòstre compte sus %{instance}."
#, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:91
msgid "%{b_start}Please do not use it in any real way%{b_end}: everything you create here (accounts, events, identities, etc.) will be automatically deleted every 48 hours."
msgstr ""
#, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:94
msgid "In the meantime, please consider that the software is not (yet) finished. More information %{a_start}on our blog%{a_end}."
msgstr ""
#, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:93
msgid "Mobilizon is under development, we will add new features to this site during regular updates, until the release of %{b_start}version 1 of the software in the first half of 2020%{b_end}."
msgstr ""
#, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:90
msgid "This is a demonstration site to test the beta version of Mobilizon."
msgstr ""
#, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:88
msgid "Warning"
msgstr ""

View File

@ -24,7 +24,7 @@ msgid "Feed for %{email} on Mobilizon"
msgstr "" msgstr ""
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:122 #: lib/mobilizon_web/templates/email/email.html.eex:153
#: lib/mobilizon_web/templates/email/email.text.eex:6 #: lib/mobilizon_web/templates/email/email.text.eex:6
msgid "%{instance} is a Mobilizon server." msgid "%{instance} is a Mobilizon server."
msgstr "" msgstr ""
@ -45,7 +45,7 @@ msgid "Activate my account"
msgstr "" msgstr ""
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:91 #: lib/mobilizon_web/templates/email/email.html.eex:122
msgid "Ask the community on Framacolibri" msgid "Ask the community on Framacolibri"
msgstr "" msgstr ""
@ -72,7 +72,7 @@ msgid "Instructions to reset your password on %{instance}"
msgstr "" msgstr ""
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:123 #: lib/mobilizon_web/templates/email/email.html.eex:154
msgid "Learn more about Mobilizon." msgid "Learn more about Mobilizon."
msgstr "" msgstr ""
@ -82,7 +82,7 @@ msgid "Nearly here!"
msgstr "" msgstr ""
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:88 #: lib/mobilizon_web/templates/email/email.html.eex:119
msgid "Need some help? Something not working properly?" msgid "Need some help? Something not working properly?"
msgstr "" msgstr ""
@ -295,3 +295,28 @@ msgstr ""
#: lib/mobilizon_web/templates/email/password_reset.text.eex:5 #: lib/mobilizon_web/templates/email/password_reset.text.eex:5
msgid "You requested a new password for your account on %{instance}." msgid "You requested a new password for your account on %{instance}."
msgstr "" msgstr ""
#, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:91
msgid "%{b_start}Please do not use it in any real way%{b_end}: everything you create here (accounts, events, identities, etc.) will be automatically deleted every 48 hours."
msgstr ""
#, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:94
msgid "In the meantime, please consider that the software is not (yet) finished. More information %{a_start}on our blog%{a_end}."
msgstr ""
#, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:93
msgid "Mobilizon is under development, we will add new features to this site during regular updates, until the release of %{b_start}version 1 of the software in the first half of 2020%{b_end}."
msgstr ""
#, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:90
msgid "This is a demonstration site to test the beta version of Mobilizon."
msgstr ""
#, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:88
msgid "Warning"
msgstr ""

View File

@ -24,7 +24,7 @@ msgid "Feed for %{email} on Mobilizon"
msgstr "" msgstr ""
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:122 #: lib/mobilizon_web/templates/email/email.html.eex:153
#: lib/mobilizon_web/templates/email/email.text.eex:6 #: lib/mobilizon_web/templates/email/email.text.eex:6
msgid "%{instance} is a Mobilizon server." msgid "%{instance} is a Mobilizon server."
msgstr "" msgstr ""
@ -45,7 +45,7 @@ msgid "Activate my account"
msgstr "" msgstr ""
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:91 #: lib/mobilizon_web/templates/email/email.html.eex:122
msgid "Ask the community on Framacolibri" msgid "Ask the community on Framacolibri"
msgstr "" msgstr ""
@ -72,7 +72,7 @@ msgid "Instructions to reset your password on %{instance}"
msgstr "" msgstr ""
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:123 #: lib/mobilizon_web/templates/email/email.html.eex:154
msgid "Learn more about Mobilizon." msgid "Learn more about Mobilizon."
msgstr "" msgstr ""
@ -82,7 +82,7 @@ msgid "Nearly here!"
msgstr "" msgstr ""
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:88 #: lib/mobilizon_web/templates/email/email.html.eex:119
msgid "Need some help? Something not working properly?" msgid "Need some help? Something not working properly?"
msgstr "" msgstr ""
@ -295,3 +295,28 @@ msgstr ""
#: lib/mobilizon_web/templates/email/password_reset.text.eex:5 #: lib/mobilizon_web/templates/email/password_reset.text.eex:5
msgid "You requested a new password for your account on %{instance}." msgid "You requested a new password for your account on %{instance}."
msgstr "" msgstr ""
#, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:91
msgid "%{b_start}Please do not use it in any real way%{b_end}: everything you create here (accounts, events, identities, etc.) will be automatically deleted every 48 hours."
msgstr ""
#, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:94
msgid "In the meantime, please consider that the software is not (yet) finished. More information %{a_start}on our blog%{a_end}."
msgstr ""
#, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:93
msgid "Mobilizon is under development, we will add new features to this site during regular updates, until the release of %{b_start}version 1 of the software in the first half of 2020%{b_end}."
msgstr ""
#, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:90
msgid "This is a demonstration site to test the beta version of Mobilizon."
msgstr ""
#, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:88
msgid "Warning"
msgstr ""

View File

@ -24,7 +24,7 @@ msgid "Feed for %{email} on Mobilizon"
msgstr "" msgstr ""
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:122 #: lib/mobilizon_web/templates/email/email.html.eex:153
#: lib/mobilizon_web/templates/email/email.text.eex:6 #: lib/mobilizon_web/templates/email/email.text.eex:6
msgid "%{instance} is a Mobilizon server." msgid "%{instance} is a Mobilizon server."
msgstr "" msgstr ""
@ -45,7 +45,7 @@ msgid "Activate my account"
msgstr "" msgstr ""
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:91 #: lib/mobilizon_web/templates/email/email.html.eex:122
msgid "Ask the community on Framacolibri" msgid "Ask the community on Framacolibri"
msgstr "" msgstr ""
@ -72,7 +72,7 @@ msgid "Instructions to reset your password on %{instance}"
msgstr "" msgstr ""
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:123 #: lib/mobilizon_web/templates/email/email.html.eex:154
msgid "Learn more about Mobilizon." msgid "Learn more about Mobilizon."
msgstr "" msgstr ""
@ -82,7 +82,7 @@ msgid "Nearly here!"
msgstr "" msgstr ""
#, elixir-format #, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:88 #: lib/mobilizon_web/templates/email/email.html.eex:119
msgid "Need some help? Something not working properly?" msgid "Need some help? Something not working properly?"
msgstr "" msgstr ""
@ -295,3 +295,28 @@ msgstr ""
#: lib/mobilizon_web/templates/email/password_reset.text.eex:5 #: lib/mobilizon_web/templates/email/password_reset.text.eex:5
msgid "You requested a new password for your account on %{instance}." msgid "You requested a new password for your account on %{instance}."
msgstr "" msgstr ""
#, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:91
msgid "%{b_start}Please do not use it in any real way%{b_end}: everything you create here (accounts, events, identities, etc.) will be automatically deleted every 48 hours."
msgstr ""
#, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:94
msgid "In the meantime, please consider that the software is not (yet) finished. More information %{a_start}on our blog%{a_end}."
msgstr ""
#, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:93
msgid "Mobilizon is under development, we will add new features to this site during regular updates, until the release of %{b_start}version 1 of the software in the first half of 2020%{b_end}."
msgstr ""
#, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:90
msgid "This is a demonstration site to test the beta version of Mobilizon."
msgstr ""
#, elixir-format
#: lib/mobilizon_web/templates/email/email.html.eex:88
msgid "Warning"
msgstr ""