forked from potsda.mn/mobilizon
Add warning inside emails as well
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
7452f0bd70
commit
210b348b46
|
@ -72,6 +72,37 @@
|
|||
</td>
|
||||
</tr>
|
||||
<%= 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 -->
|
||||
<tr>
|
||||
<td bgcolor="#f4f4f4" align="center" style="padding: 30px 10px 0px 10px;">
|
||||
|
|
|
@ -24,7 +24,7 @@ msgid "Feed for %{email} on Mobilizon"
|
|||
msgstr ""
|
||||
|
||||
#, 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
|
||||
msgid "%{instance} is a Mobilizon server."
|
||||
msgstr ""
|
||||
|
@ -45,7 +45,7 @@ msgid "Activate my account"
|
|||
msgstr ""
|
||||
|
||||
#, 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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -72,7 +72,7 @@ msgid "Instructions to reset your password on %{instance}"
|
|||
msgstr ""
|
||||
|
||||
#, 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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -82,7 +82,7 @@ msgid "Nearly here!"
|
|||
msgstr ""
|
||||
|
||||
#, 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?"
|
||||
msgstr ""
|
||||
|
||||
|
@ -295,3 +295,28 @@ msgstr ""
|
|||
#: lib/mobilizon_web/templates/email/password_reset.text.eex:5
|
||||
msgid "You requested a new password for your account on %{instance}."
|
||||
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 ""
|
||||
|
|
|
@ -24,7 +24,7 @@ msgid "Feed for %{email} on Mobilizon"
|
|||
msgstr ""
|
||||
|
||||
#, 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
|
||||
msgid "%{instance} is a Mobilizon server."
|
||||
msgstr ""
|
||||
|
@ -45,7 +45,7 @@ msgid "Activate my account"
|
|||
msgstr ""
|
||||
|
||||
#, 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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -72,7 +72,7 @@ msgid "Instructions to reset your password on %{instance}"
|
|||
msgstr ""
|
||||
|
||||
#, 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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -82,7 +82,7 @@ msgid "Nearly here!"
|
|||
msgstr ""
|
||||
|
||||
#, 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?"
|
||||
msgstr ""
|
||||
|
||||
|
@ -295,3 +295,28 @@ msgstr ""
|
|||
#: lib/mobilizon_web/templates/email/password_reset.text.eex:5
|
||||
msgid "You requested a new password for your account on %{instance}."
|
||||
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 ""
|
||||
|
|
|
@ -10,7 +10,7 @@ msgid "Feed for %{email} on Mobilizon"
|
|||
msgstr ""
|
||||
|
||||
#, 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
|
||||
msgid "%{instance} is a Mobilizon server."
|
||||
msgstr ""
|
||||
|
@ -31,7 +31,7 @@ msgid "Activate my account"
|
|||
msgstr ""
|
||||
|
||||
#, 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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -58,7 +58,7 @@ msgid "Instructions to reset your password on %{instance}"
|
|||
msgstr ""
|
||||
|
||||
#, 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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -68,7 +68,7 @@ msgid "Nearly here!"
|
|||
msgstr ""
|
||||
|
||||
#, 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?"
|
||||
msgstr ""
|
||||
|
||||
|
@ -281,3 +281,28 @@ msgstr ""
|
|||
#: lib/mobilizon_web/templates/email/password_reset.text.eex:5
|
||||
msgid "You requested a new password for your account on %{instance}."
|
||||
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 ""
|
||||
|
|
|
@ -10,297 +10,251 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: \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"
|
||||
"Language-Team: English <https://weblate.framasoft.org/projects/mobilizon/"
|
||||
"backend/en/>\n"
|
||||
"Language-Team: English <https://weblate.framasoft.org/projects/mobilizon/backend/en/>\n"
|
||||
"Language: en\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\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.text.eex:12
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/templates/email/password_reset.html.eex:48 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."
|
||||
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
|
||||
#, elixir-format
|
||||
msgid "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.text.eex:6
|
||||
#, 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."
|
||||
msgstr "%{instance} is a Mobilizon server."
|
||||
|
||||
#: lib/mobilizon_web/templates/email/report.html.eex:38
|
||||
#, elixir-format
|
||||
msgid "%{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
|
||||
#, elixir-format
|
||||
msgid "%{title} by %{creator}"
|
||||
msgstr "%{title} by %{creator}"
|
||||
|
||||
#: lib/mobilizon_web/templates/email/registration_confirmation.html.eex:58
|
||||
#, elixir-format
|
||||
msgid "Activate my account"
|
||||
msgstr "Activate my account"
|
||||
|
||||
#: lib/mobilizon_web/templates/email/email.html.eex:91
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/templates/email/email.html.eex:122
|
||||
msgid "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.text.eex:11
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/templates/email/report.html.eex:62 lib/mobilizon_web/templates/email/report.text.eex:11
|
||||
msgid "Comments"
|
||||
msgstr "Comments"
|
||||
|
||||
#: lib/mobilizon_web/templates/email/report.html.eex:46
|
||||
#: lib/mobilizon_web/templates/email/report.text.eex:6
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/templates/email/report.html.eex:46 lib/mobilizon_web/templates/email/report.text.eex:6
|
||||
msgid "Event"
|
||||
msgstr "Event"
|
||||
|
||||
#: lib/mobilizon_web/templates/email/registration_confirmation.html.eex:45
|
||||
#, elixir-format
|
||||
msgid "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
|
||||
#, elixir-format
|
||||
msgid "Instructions to reset your password on %{instance}"
|
||||
msgstr "Instructions to reset your password on %{instance}"
|
||||
|
||||
#: lib/mobilizon_web/templates/email/email.html.eex:123
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/templates/email/email.html.eex:154
|
||||
msgid "Learn more about Mobilizon."
|
||||
msgstr "Learn more about Mobilizon."
|
||||
|
||||
#: lib/mobilizon_web/templates/email/registration_confirmation.html.eex:13
|
||||
#, elixir-format
|
||||
msgid "Nearly here!"
|
||||
msgstr "Nearly here!"
|
||||
|
||||
#: lib/mobilizon_web/templates/email/email.html.eex:88
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/templates/email/email.html.eex:119
|
||||
msgid "Need some help? Something not working properly?"
|
||||
msgstr "Need some help? Something not working properly?"
|
||||
|
||||
#: lib/mobilizon_web/templates/email/report.html.eex:13
|
||||
#, elixir-format
|
||||
msgid "New report on %{instance}"
|
||||
msgstr "New report on %{instance}"
|
||||
|
||||
#: lib/mobilizon_web/templates/email/report.html.eex:80
|
||||
#: lib/mobilizon_web/templates/email/report.text.eex:18
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/templates/email/report.html.eex:80 lib/mobilizon_web/templates/email/report.text.eex:18
|
||||
msgid "Reason"
|
||||
msgstr "Reason"
|
||||
|
||||
#: lib/mobilizon_web/templates/email/password_reset.html.eex:61
|
||||
#, elixir-format
|
||||
msgid "Reset Password"
|
||||
msgstr "Reset Password"
|
||||
|
||||
#: 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."
|
||||
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
|
||||
#, elixir-format
|
||||
msgid "Trouble signing in?"
|
||||
msgstr "Trouble signing in?"
|
||||
|
||||
#: lib/mobilizon_web/templates/email/report.html.eex:100
|
||||
#, elixir-format
|
||||
msgid "View the report"
|
||||
msgstr "View the report"
|
||||
|
||||
#: 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."
|
||||
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
|
||||
#, elixir-format
|
||||
msgid "Instructions to confirm your Mobilizon account on %{instance}"
|
||||
msgstr "Instructions to confirm your Mobilizon account on %{instance}"
|
||||
|
||||
#: lib/mobilizon_web/email/admin.ex:23
|
||||
#, elixir-format
|
||||
msgid "New report on Mobilizon instance %{instance}"
|
||||
msgstr "New report on Mobilizon instance %{instance}"
|
||||
|
||||
#: lib/mobilizon_web/templates/email/registration_confirmation.text.eex:1
|
||||
#, elixir-format
|
||||
msgid "Activate your account"
|
||||
msgstr "Activate my account"
|
||||
|
||||
#: lib/mobilizon_web/templates/email/event_participation_approved.html.eex:13
|
||||
#, elixir-format
|
||||
msgid "All good!"
|
||||
msgstr "All good!"
|
||||
|
||||
#: lib/mobilizon_web/templates/email/event_participation_approved.html.eex:45
|
||||
#: lib/mobilizon_web/templates/email/event_participation_approved.text.eex:7
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/templates/email/event_participation_approved.html.eex:45 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!"
|
||||
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_updated.html.eex:87
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/templates/email/event_participation_approved.html.eex:58 lib/mobilizon_web/templates/email/event_updated.html.eex:87
|
||||
msgid "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_updated.html.eex:99
|
||||
#: 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.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."
|
||||
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
|
||||
#, elixir-format
|
||||
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."
|
||||
|
||||
#: lib/mobilizon_web/templates/email/email.text.eex:6
|
||||
#, elixir-format
|
||||
msgid "Learn more about Mobilizon:"
|
||||
msgstr "Learn more about Mobilizon:"
|
||||
|
||||
#: lib/mobilizon_web/templates/email/report.text.eex:1
|
||||
#, elixir-format
|
||||
msgid "New report from %{reporter} on %{instance}"
|
||||
msgstr "New report on %{instance}"
|
||||
|
||||
#: lib/mobilizon_web/templates/email/event_participation_approved.text.eex:1
|
||||
#, elixir-format
|
||||
msgid "Participation approved"
|
||||
msgstr "Participation approved"
|
||||
|
||||
#: lib/mobilizon_web/templates/email/event_participation_rejected.text.eex:1
|
||||
#, elixir-format
|
||||
msgid "Participation rejected"
|
||||
msgstr "Participation rejected"
|
||||
|
||||
#: lib/mobilizon_web/templates/email/password_reset.text.eex:1
|
||||
#, elixir-format
|
||||
msgid "Password reset"
|
||||
msgstr "Password reset"
|
||||
|
||||
#: 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."
|
||||
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
|
||||
#, elixir-format
|
||||
msgid "Sorry!"
|
||||
msgstr "Sorry!"
|
||||
|
||||
#: lib/mobilizon_web/templates/email/event_participation_rejected.html.eex:45
|
||||
#: lib/mobilizon_web/templates/email/event_participation_rejected.text.eex:7
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/templates/email/event_participation_rejected.html.eex:45 lib/mobilizon_web/templates/email/event_participation_rejected.text.eex:7
|
||||
msgid "Unfortunately, the organizers rejected your participation."
|
||||
msgstr "Unfortunately, the organizers rejected your participation."
|
||||
|
||||
#: 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."
|
||||
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
|
||||
#, elixir-format
|
||||
msgid "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_rejected.html.eex:38
|
||||
#: 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.text.eex:5
|
||||
#, elixir-format
|
||||
msgid "You requested to participate in event %{title}."
|
||||
msgstr "You requested to participate in event %{title}."
|
||||
|
||||
#: lib/mobilizon_web/email/participation.ex:73
|
||||
#, elixir-format
|
||||
msgid "Your participation to event %{title} has been approved"
|
||||
msgstr "Your participation to event %{title} has been approved"
|
||||
|
||||
#: lib/mobilizon_web/email/participation.ex:52
|
||||
#, elixir-format
|
||||
msgid "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
|
||||
#, elixir-format
|
||||
msgid "Ending of event"
|
||||
msgstr "Ending of event"
|
||||
|
||||
#: lib/mobilizon_web/email/event.ex:30
|
||||
#, elixir-format
|
||||
msgid "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.text.eex:1
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/templates/email/event_updated.html.eex:13 lib/mobilizon_web/templates/email/event_updated.text.eex:1
|
||||
msgid "Event updated!"
|
||||
msgstr "Event updated!"
|
||||
|
||||
#: lib/mobilizon_web/templates/email/event_updated.text.eex:16
|
||||
#, elixir-format
|
||||
msgid "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
|
||||
#, elixir-format
|
||||
msgid "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
|
||||
#, elixir-format
|
||||
msgid "New title: %{title}"
|
||||
msgstr "New title: %{title}"
|
||||
|
||||
#: lib/mobilizon_web/templates/email/event_updated.html.eex:58
|
||||
#, elixir-format
|
||||
msgid "Start of event"
|
||||
msgstr "Start of event"
|
||||
|
||||
#: lib/mobilizon_web/templates/email/event_updated.text.eex:5
|
||||
#, elixir-format
|
||||
msgid "The event %{title} was just updated"
|
||||
msgstr "The event %{title} was just updated"
|
||||
|
||||
#: lib/mobilizon_web/templates/email/event_updated.html.eex:38
|
||||
#, elixir-format
|
||||
msgid "The event %{title} was updated"
|
||||
msgstr "The event %{title} was updated"
|
||||
|
||||
#: lib/mobilizon_web/templates/email/event_updated.html.eex:48
|
||||
#, elixir-format
|
||||
msgid "Title"
|
||||
msgstr "Title"
|
||||
|
||||
#: lib/mobilizon_web/templates/email/event_updated.text.eex:19
|
||||
#, elixir-format
|
||||
msgid "View the updated event on: %{link}"
|
||||
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.text.eex:5
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/templates/email/password_reset.html.eex:38 lib/mobilizon_web/templates/email/password_reset.text.eex:5
|
||||
msgid "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"
|
||||
|
|
|
@ -24,7 +24,7 @@ msgid "Feed for %{email} on Mobilizon"
|
|||
msgstr ""
|
||||
|
||||
#, 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
|
||||
msgid "%{instance} is a Mobilizon server."
|
||||
msgstr ""
|
||||
|
@ -45,7 +45,7 @@ msgid "Activate my account"
|
|||
msgstr ""
|
||||
|
||||
#, 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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -72,7 +72,7 @@ msgid "Instructions to reset your password on %{instance}"
|
|||
msgstr ""
|
||||
|
||||
#, 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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -82,7 +82,7 @@ msgid "Nearly here!"
|
|||
msgstr ""
|
||||
|
||||
#, 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?"
|
||||
msgstr ""
|
||||
|
||||
|
@ -295,3 +295,28 @@ msgstr ""
|
|||
#: lib/mobilizon_web/templates/email/password_reset.text.eex:5
|
||||
msgid "You requested a new password for your account on %{instance}."
|
||||
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 ""
|
||||
|
|
|
@ -10,7 +10,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: \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"
|
||||
"Language-Team: French <https://weblate.framasoft.org/projects/mobilizon/backend/fr/>\n"
|
||||
"Language: fr_FR\n"
|
||||
|
@ -20,286 +20,252 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=n > 1;\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.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."
|
||||
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
|
||||
msgid "Feed for %{email} on Mobilizon"
|
||||
msgstr "Flux pour %{email} sur Mobilizon"
|
||||
|
||||
#, 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
|
||||
msgid "%{instance} is a Mobilizon server."
|
||||
msgstr "%{instance} est une instance Mobilizon."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/templates/email/report.html.eex:38
|
||||
msgid "%{reporter_name} (%{reporter_username}) reported the following content."
|
||||
msgstr "%{reporter_name} (%{reporter_username}) a signalé le contenu suivant."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/templates/email/report.html.eex:48
|
||||
msgid "%{title} by %{creator}"
|
||||
msgstr "%{title} par %{creator}"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/templates/email/registration_confirmation.html.eex:58
|
||||
msgid "Activate my account"
|
||||
msgstr "Activer mon compte"
|
||||
|
||||
#, 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"
|
||||
msgstr "Demander à la communauté sur Framacolibri"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/templates/email/report.html.eex:62
|
||||
#: lib/mobilizon_web/templates/email/report.text.eex:11
|
||||
msgid "Comments"
|
||||
msgstr "Commentaires"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/templates/email/report.html.eex:46
|
||||
#: lib/mobilizon_web/templates/email/report.text.eex:6
|
||||
msgid "Event"
|
||||
msgstr "Événement"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/templates/email/registration_confirmation.html.eex:45
|
||||
msgid "If you didn't request this, please ignore this email."
|
||||
msgstr "Si vous n'avez pas demandé ceci, merci d'ignorer cet email."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/email/user.ex:45
|
||||
msgid "Instructions to reset your password on %{instance}"
|
||||
msgstr "Instructions pour réinitialiser votre mot de passe sur %{instance}"
|
||||
|
||||
#, 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."
|
||||
msgstr "En apprendre plus à propos de Mobilizon."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/templates/email/registration_confirmation.html.eex:13
|
||||
msgid "Nearly here!"
|
||||
msgstr "Vous y êtes presque !"
|
||||
|
||||
#, 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?"
|
||||
msgstr "Besoin d'aide ? Quelque chose ne fonctionne pas correctement ?"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/templates/email/report.html.eex:13
|
||||
msgid "New report on %{instance}"
|
||||
msgstr "Nouveau signalement sur %{instance}"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/templates/email/report.html.eex:80
|
||||
#: lib/mobilizon_web/templates/email/report.text.eex:18
|
||||
msgid "Reason"
|
||||
msgstr "Raison"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/templates/email/password_reset.html.eex:61
|
||||
msgid "Reset Password"
|
||||
msgstr "Réinitialiser mon mot de passe"
|
||||
|
||||
#, 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."
|
||||
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
|
||||
msgid "Trouble signing in?"
|
||||
msgstr "Des problèmes à vous connecter ?"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/templates/email/report.html.eex:100
|
||||
msgid "View the report"
|
||||
msgstr "Voir le signalement"
|
||||
|
||||
#, 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."
|
||||
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
|
||||
msgid "Instructions to confirm your Mobilizon account on %{instance}"
|
||||
msgstr "Instructions pour confirmer votre compte Mobilizon sur %{instance}"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/email/admin.ex:23
|
||||
msgid "New report on Mobilizon instance %{instance}"
|
||||
msgstr "Nouveau signalement sur l'instance Mobilizon %{instance}"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/templates/email/registration_confirmation.text.eex:1
|
||||
msgid "Activate your account"
|
||||
msgstr "Activer mon compte"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/templates/email/event_participation_approved.html.eex:13
|
||||
msgid "All good!"
|
||||
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.text.eex:7
|
||||
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 !"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/templates/email/event_participation_approved.html.eex:58
|
||||
#: lib/mobilizon_web/templates/email/event_updated.html.eex:87
|
||||
msgid "Go to event page"
|
||||
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_updated.html.eex:99
|
||||
#: 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."
|
||||
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
|
||||
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."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/templates/email/email.text.eex:6
|
||||
msgid "Learn more about Mobilizon:"
|
||||
msgstr "En apprendre plus à propos de Mobilizon :"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/templates/email/report.text.eex:1
|
||||
msgid "New report from %{reporter} on %{instance}"
|
||||
msgstr "Nouveau signalement sur %{instance}"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/templates/email/event_participation_approved.text.eex:1
|
||||
msgid "Participation approved"
|
||||
msgstr "Participation approuvée"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/templates/email/event_participation_rejected.text.eex:1
|
||||
msgid "Participation rejected"
|
||||
msgstr "Participation refusée"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/templates/email/password_reset.text.eex:1
|
||||
msgid "Password reset"
|
||||
msgstr "Réinitialisation du mot de passe"
|
||||
|
||||
#, 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."
|
||||
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
|
||||
msgid "Sorry!"
|
||||
msgstr "Désolé !"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/templates/email/event_participation_rejected.html.eex:45
|
||||
#: lib/mobilizon_web/templates/email/event_participation_rejected.text.eex:7
|
||||
msgid "Unfortunately, the organizers rejected your participation."
|
||||
msgstr "Malheureusement, les organisateur⋅ices ont rejeté votre demande de participation."
|
||||
|
||||
#, 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."
|
||||
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
|
||||
msgid "You requested to participate in event %{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_rejected.html.eex:38
|
||||
#: lib/mobilizon_web/templates/email/event_participation_rejected.text.eex:5
|
||||
msgid "You requested to participate in event %{title}."
|
||||
msgstr "Vous avez demandé à participer à l'événement %{title}."
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/email/participation.ex:73
|
||||
msgid "Your participation to event %{title} has been approved"
|
||||
msgstr "Votre participation à l'événement %{title} a été approuvée"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/email/participation.ex:52
|
||||
msgid "Your participation to event %{title} has been rejected"
|
||||
msgstr "Votre participation à l'événement %{title} a été rejetée"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/templates/email/event_updated.html.eex:68
|
||||
msgid "Ending of event"
|
||||
msgstr "Fin de l'événement"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/email/event.ex:30
|
||||
msgid "Event %{title} has been updated"
|
||||
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.text.eex:1
|
||||
msgid "Event updated!"
|
||||
msgstr "Événement mis à jour !"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/templates/email/event_updated.text.eex:16
|
||||
msgid "New date and time for ending of event: %{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
|
||||
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}"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/templates/email/event_updated.text.eex:8
|
||||
msgid "New title: %{title}"
|
||||
msgstr "Nouveau titre : %{title}"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/templates/email/event_updated.html.eex:58
|
||||
msgid "Start of event"
|
||||
msgstr "Début de l'événement"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/templates/email/event_updated.text.eex:5
|
||||
msgid "The event %{title} was just updated"
|
||||
msgstr "L'événement %{title} vient d'être mis à jour"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/templates/email/event_updated.html.eex:38
|
||||
msgid "The event %{title} was updated"
|
||||
msgstr "L'événement %{title} a été mis à jour"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/templates/email/event_updated.html.eex:48
|
||||
msgid "Title"
|
||||
msgstr "Titre"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/templates/email/event_updated.text.eex:19
|
||||
msgid "View the updated event on: %{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.text.eex:5
|
||||
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}."
|
||||
|
||||
#: 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"
|
||||
|
|
|
@ -24,7 +24,7 @@ msgid "Feed for %{email} on Mobilizon"
|
|||
msgstr ""
|
||||
|
||||
#, 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
|
||||
msgid "%{instance} is a Mobilizon server."
|
||||
msgstr ""
|
||||
|
@ -45,7 +45,7 @@ msgid "Activate my account"
|
|||
msgstr ""
|
||||
|
||||
#, 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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -72,7 +72,7 @@ msgid "Instructions to reset your password on %{instance}"
|
|||
msgstr ""
|
||||
|
||||
#, 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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -82,7 +82,7 @@ msgid "Nearly here!"
|
|||
msgstr ""
|
||||
|
||||
#, 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?"
|
||||
msgstr ""
|
||||
|
||||
|
@ -295,3 +295,28 @@ msgstr ""
|
|||
#: lib/mobilizon_web/templates/email/password_reset.text.eex:5
|
||||
msgid "You requested a new password for your account on %{instance}."
|
||||
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 ""
|
||||
|
|
|
@ -24,7 +24,7 @@ msgid "Feed for %{email} on Mobilizon"
|
|||
msgstr ""
|
||||
|
||||
#, 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
|
||||
msgid "%{instance} is a Mobilizon server."
|
||||
msgstr ""
|
||||
|
@ -45,7 +45,7 @@ msgid "Activate my account"
|
|||
msgstr ""
|
||||
|
||||
#, 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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -72,7 +72,7 @@ msgid "Instructions to reset your password on %{instance}"
|
|||
msgstr ""
|
||||
|
||||
#, 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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -82,7 +82,7 @@ msgid "Nearly here!"
|
|||
msgstr ""
|
||||
|
||||
#, 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?"
|
||||
msgstr ""
|
||||
|
||||
|
@ -295,3 +295,28 @@ msgstr ""
|
|||
#: lib/mobilizon_web/templates/email/password_reset.text.eex:5
|
||||
msgid "You requested a new password for your account on %{instance}."
|
||||
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 ""
|
||||
|
|
|
@ -24,7 +24,7 @@ msgid "Feed for %{email} on Mobilizon"
|
|||
msgstr ""
|
||||
|
||||
#, 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
|
||||
msgid "%{instance} is a Mobilizon server."
|
||||
msgstr ""
|
||||
|
@ -45,7 +45,7 @@ msgid "Activate my account"
|
|||
msgstr ""
|
||||
|
||||
#, 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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -72,7 +72,7 @@ msgid "Instructions to reset your password on %{instance}"
|
|||
msgstr ""
|
||||
|
||||
#, 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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -82,7 +82,7 @@ msgid "Nearly here!"
|
|||
msgstr ""
|
||||
|
||||
#, 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?"
|
||||
msgstr ""
|
||||
|
||||
|
@ -295,3 +295,28 @@ msgstr ""
|
|||
#: lib/mobilizon_web/templates/email/password_reset.text.eex:5
|
||||
msgid "You requested a new password for your account on %{instance}."
|
||||
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 ""
|
||||
|
|
|
@ -14,289 +14,314 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=n > 1;\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.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."
|
||||
msgstr ""
|
||||
"S’avè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
|
||||
#: lib/service/export/feed.ex:169
|
||||
msgid "Feed for %{email} on 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
|
||||
#: lib/mobilizon_web/templates/email/email.html.eex:153
|
||||
#: lib/mobilizon_web/templates/email/email.text.eex:6
|
||||
msgid "%{instance} is a Mobilizon server."
|
||||
msgstr "%{instance} es una instància Mobilizon."
|
||||
|
||||
#: lib/mobilizon_web/templates/email/report.html.eex:38
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/templates/email/report.html.eex:38
|
||||
msgid "%{reporter_name} (%{reporter_username}) reported the following content."
|
||||
msgstr "%{reporter_name} (%{reporter_username}) a senhalat lo contengut seguent."
|
||||
|
||||
#: lib/mobilizon_web/templates/email/report.html.eex:48
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/templates/email/report.html.eex:48
|
||||
msgid "%{title} by %{creator}"
|
||||
msgstr "%{title} per %{creator}"
|
||||
|
||||
#: lib/mobilizon_web/templates/email/registration_confirmation.html.eex:58
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/templates/email/registration_confirmation.html.eex:58
|
||||
msgid "Activate my account"
|
||||
msgstr "Activar mon compte"
|
||||
|
||||
#: lib/mobilizon_web/templates/email/email.html.eex:91
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/templates/email/email.html.eex:122
|
||||
msgid "Ask the community on 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.text.eex:11
|
||||
#, elixir-format
|
||||
msgid "Comments"
|
||||
msgstr "Comentaris"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/templates/email/report.html.eex:46
|
||||
#: lib/mobilizon_web/templates/email/report.text.eex:6
|
||||
#, elixir-format
|
||||
msgid "Event"
|
||||
msgstr "Eveniment"
|
||||
|
||||
#: lib/mobilizon_web/templates/email/registration_confirmation.html.eex:45
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/templates/email/registration_confirmation.html.eex:45
|
||||
msgid "If you didn't request this, please ignore this email."
|
||||
msgstr "S’avètz pas demandat aquò, mercés d’ignorar aqueste messatge."
|
||||
|
||||
#: lib/mobilizon_web/email/user.ex:45
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/email/user.ex:45
|
||||
msgid "Instructions to reset your password on %{instance}"
|
||||
msgstr "Consignas per reïnincializar vòstre senhal sus %{instance}"
|
||||
|
||||
#: lib/mobilizon_web/templates/email/email.html.eex:123
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/templates/email/email.html.eex:154
|
||||
msgid "Learn more about Mobilizon."
|
||||
msgstr "Ne saber mai tocant Mobilizon."
|
||||
|
||||
#: lib/mobilizon_web/templates/email/registration_confirmation.html.eex:13
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/templates/email/registration_confirmation.html.eex:13
|
||||
msgid "Nearly here!"
|
||||
msgstr "I sètz gaireben !"
|
||||
|
||||
#: lib/mobilizon_web/templates/email/email.html.eex:88
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/templates/email/email.html.eex:119
|
||||
msgid "Need some help? Something not working properly?"
|
||||
msgstr "Besonh d’ajuda ? Quicòm truca ?"
|
||||
|
||||
#: lib/mobilizon_web/templates/email/report.html.eex:13
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/templates/email/report.html.eex:13
|
||||
msgid "New report on %{instance}"
|
||||
msgstr "Nòu senhalament sus %{instance}"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/templates/email/report.html.eex:80
|
||||
#: lib/mobilizon_web/templates/email/report.text.eex:18
|
||||
#, elixir-format
|
||||
msgid "Reason"
|
||||
msgstr "Rason"
|
||||
|
||||
#: lib/mobilizon_web/templates/email/password_reset.html.eex:61
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/templates/email/password_reset.html.eex:61
|
||||
msgid "Reset Password"
|
||||
msgstr "Reïnicializar mon senhal"
|
||||
|
||||
#: lib/mobilizon_web/templates/email/password_reset.html.eex:41
|
||||
#, 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."
|
||||
msgstr "Reïnicializar vòstre senhal es facil. Clicatz simplament lo boton e seguètz las consignas. Seretz prèst d’aquí un momenton."
|
||||
|
||||
#: lib/mobilizon_web/templates/email/password_reset.html.eex:13
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/templates/email/password_reset.html.eex:13
|
||||
msgid "Trouble signing in?"
|
||||
msgstr "De dificultats a vos connectar ?"
|
||||
|
||||
#: lib/mobilizon_web/templates/email/report.html.eex:100
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/templates/email/report.html.eex:100
|
||||
msgid "View the report"
|
||||
msgstr "Veire lo senhalament"
|
||||
|
||||
#: lib/mobilizon_web/templates/email/registration_confirmation.html.eex:38
|
||||
#, 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."
|
||||
msgstr "Avètz creat un compte sus %{host} amb aquesta adreça electronica. Sètz a un clic de l’activar."
|
||||
|
||||
#: lib/mobilizon_web/email/user.ex:25
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/email/user.ex:25
|
||||
msgid "Instructions to confirm your Mobilizon account on %{instance}"
|
||||
msgstr "Consignas per confirmar vòstre compte Mobilizon sus %{instance}"
|
||||
|
||||
#: lib/mobilizon_web/email/admin.ex:23
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/email/admin.ex:23
|
||||
msgid "New report on Mobilizon instance %{instance}"
|
||||
msgstr "Nòu senhalament sus l’instància Mobilizon %{instance}"
|
||||
|
||||
#: lib/mobilizon_web/templates/email/registration_confirmation.text.eex:1
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/templates/email/registration_confirmation.text.eex:1
|
||||
msgid "Activate your account"
|
||||
msgstr "Activar mon compte"
|
||||
|
||||
#: lib/mobilizon_web/templates/email/event_participation_approved.html.eex:13
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/templates/email/event_participation_approved.html.eex:13
|
||||
msgid "All good!"
|
||||
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.text.eex:7
|
||||
#, elixir-format
|
||||
msgid "An organizer just approved your participation. You're now going to this event!"
|
||||
msgstr "L’organizator ven d’aprovar 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_updated.html.eex:87
|
||||
#, elixir-format
|
||||
msgid "Go to event page"
|
||||
msgstr "Anar a la pagina de l’eveniment"
|
||||
|
||||
#, elixir-format
|
||||
#: 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.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."
|
||||
msgstr ""
|
||||
"Se vos fa besonh d’anullar vòstra participacion, vos cal pas qu’accedir a la pagina de l’eveniment via lo ligam çai-jos e clicar lo boton de "
|
||||
"participacion."
|
||||
|
||||
#: lib/mobilizon_web/templates/email/event_participation_approved.text.eex:11
|
||||
#, 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."
|
||||
msgstr "Se vos fa besonh d’anullar vòstra participacion, vos cal pas qu’accedir al ligam çai-jos e clicar lo boton de participacion."
|
||||
|
||||
#: lib/mobilizon_web/templates/email/email.text.eex:6
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/templates/email/email.text.eex:6
|
||||
msgid "Learn more about Mobilizon:"
|
||||
msgstr "Ne saber mai tocant Mobilizon :"
|
||||
|
||||
#: lib/mobilizon_web/templates/email/report.text.eex:1
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/templates/email/report.text.eex:1
|
||||
msgid "New report from %{reporter} on %{instance}"
|
||||
msgstr "Nòu senhalament sus %{instance}"
|
||||
|
||||
#: lib/mobilizon_web/templates/email/event_participation_approved.text.eex:1
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/templates/email/event_participation_approved.text.eex:1
|
||||
msgid "Participation approved"
|
||||
msgstr "Participacion aprovada"
|
||||
|
||||
#: lib/mobilizon_web/templates/email/event_participation_rejected.text.eex:1
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/templates/email/event_participation_rejected.text.eex:1
|
||||
msgid "Participation rejected"
|
||||
msgstr "Participacion regetada"
|
||||
|
||||
#: lib/mobilizon_web/templates/email/password_reset.text.eex:1
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/templates/email/password_reset.text.eex:1
|
||||
msgid "Password reset"
|
||||
msgstr "Reïnicializacion del senhal"
|
||||
|
||||
#: lib/mobilizon_web/templates/email/password_reset.text.eex:7
|
||||
#, 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."
|
||||
msgstr "Reïnicializar vòstre senhal es facil. Clicatz simplament lo boton e seguètz las consignas. Seretz prèst d’aquí un momenton."
|
||||
|
||||
#: lib/mobilizon_web/templates/email/event_participation_rejected.html.eex:13
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/templates/email/event_participation_rejected.html.eex:13
|
||||
msgid "Sorry!"
|
||||
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.text.eex:7
|
||||
#, elixir-format
|
||||
msgid "Unfortunately, the organizers rejected your participation."
|
||||
msgstr "Mmalaürosament, los organizaires an regetada vòstra demanda de participacion."
|
||||
|
||||
#: lib/mobilizon_web/templates/email/registration_confirmation.text.eex:5
|
||||
#, 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."
|
||||
msgstr "Avètz creat un compte sus %{host} amb aquesta adreça electronica. Sètz a un clic de l’activar."
|
||||
|
||||
#: lib/mobilizon_web/templates/email/event_participation_approved.html.eex:38
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/templates/email/event_participation_approved.html.eex:38
|
||||
msgid "You requested to participate in event %{title}"
|
||||
msgstr "Avètz demandat de participar a l’eveniment %{title}"
|
||||
|
||||
#, elixir-format
|
||||
#: 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.text.eex:5
|
||||
#, elixir-format
|
||||
msgid "You requested to participate in event %{title}."
|
||||
msgstr "Avètz demandat de participar a l’eveniment %{title}."
|
||||
|
||||
#: lib/mobilizon_web/email/participation.ex:73
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/email/participation.ex:73
|
||||
msgid "Your participation to event %{title} has been approved"
|
||||
msgstr "Vòstra participacion a l’eveniment %{title} es estada aprovada"
|
||||
|
||||
#: lib/mobilizon_web/email/participation.ex:52
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/email/participation.ex:52
|
||||
msgid "Your participation to event %{title} has been rejected"
|
||||
msgstr "Vòstra participacion a l’eveniment %{title} es estada regetada"
|
||||
|
||||
#: lib/mobilizon_web/templates/email/event_updated.html.eex:68
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/templates/email/event_updated.html.eex:68
|
||||
msgid "Ending of event"
|
||||
msgstr "Fin de l’eveniment"
|
||||
|
||||
#: lib/mobilizon_web/email/event.ex:30
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/email/event.ex:30
|
||||
msgid "Event %{title} has been updated"
|
||||
msgstr "L’eveniment %{title} es estat actualizat"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/templates/email/event_updated.html.eex:13
|
||||
#: lib/mobilizon_web/templates/email/event_updated.text.eex:1
|
||||
#, elixir-format
|
||||
msgid "Event updated!"
|
||||
msgstr "Eveniment actualizat !"
|
||||
|
||||
#: lib/mobilizon_web/templates/email/event_updated.text.eex:16
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/templates/email/event_updated.text.eex:16
|
||||
msgid "New date and time for ending of event: %{ends_on}"
|
||||
msgstr "Novèla data e ora de fin de l’eveniment : %{ends_on}"
|
||||
|
||||
#: lib/mobilizon_web/templates/email/event_updated.text.eex:12
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/templates/email/event_updated.text.eex:12
|
||||
msgid "New date and time for start of event: %{begins_on}"
|
||||
msgstr "Novèla data e ora de debuta de l’eveniment : %{begins_on}"
|
||||
|
||||
#: lib/mobilizon_web/templates/email/event_updated.text.eex:8
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/templates/email/event_updated.text.eex:8
|
||||
msgid "New title: %{title}"
|
||||
msgstr "Títol novèl : %{title}"
|
||||
|
||||
#: lib/mobilizon_web/templates/email/event_updated.html.eex:58
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/templates/email/event_updated.html.eex:58
|
||||
msgid "Start of event"
|
||||
msgstr "Debuta de l’eveniment"
|
||||
|
||||
#: lib/mobilizon_web/templates/email/event_updated.text.eex:5
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/templates/email/event_updated.text.eex:5
|
||||
msgid "The event %{title} was just updated"
|
||||
msgstr "L’eveniment %{title} es estat actualizat"
|
||||
|
||||
#: lib/mobilizon_web/templates/email/event_updated.html.eex:38
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/templates/email/event_updated.html.eex:38
|
||||
msgid "The event %{title} was updated"
|
||||
msgstr "L’eveniment %{title} es estat actualizat"
|
||||
|
||||
#: lib/mobilizon_web/templates/email/event_updated.html.eex:48
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/templates/email/event_updated.html.eex:48
|
||||
msgid "Title"
|
||||
msgstr "Títol"
|
||||
|
||||
#: lib/mobilizon_web/templates/email/event_updated.text.eex:19
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/templates/email/event_updated.text.eex:19
|
||||
msgid "View the updated event on: %{link}"
|
||||
msgstr "Veire l’eveniment actualizat sus : %{link}"
|
||||
|
||||
#, elixir-format
|
||||
#: lib/mobilizon_web/templates/email/password_reset.html.eex:38
|
||||
#: lib/mobilizon_web/templates/email/password_reset.text.eex:5
|
||||
#, elixir-format
|
||||
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}."
|
||||
|
||||
#, 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 ""
|
||||
|
|
|
@ -24,7 +24,7 @@ msgid "Feed for %{email} on Mobilizon"
|
|||
msgstr ""
|
||||
|
||||
#, 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
|
||||
msgid "%{instance} is a Mobilizon server."
|
||||
msgstr ""
|
||||
|
@ -45,7 +45,7 @@ msgid "Activate my account"
|
|||
msgstr ""
|
||||
|
||||
#, 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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -72,7 +72,7 @@ msgid "Instructions to reset your password on %{instance}"
|
|||
msgstr ""
|
||||
|
||||
#, 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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -82,7 +82,7 @@ msgid "Nearly here!"
|
|||
msgstr ""
|
||||
|
||||
#, 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?"
|
||||
msgstr ""
|
||||
|
||||
|
@ -295,3 +295,28 @@ msgstr ""
|
|||
#: lib/mobilizon_web/templates/email/password_reset.text.eex:5
|
||||
msgid "You requested a new password for your account on %{instance}."
|
||||
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 ""
|
||||
|
|
|
@ -24,7 +24,7 @@ msgid "Feed for %{email} on Mobilizon"
|
|||
msgstr ""
|
||||
|
||||
#, 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
|
||||
msgid "%{instance} is a Mobilizon server."
|
||||
msgstr ""
|
||||
|
@ -45,7 +45,7 @@ msgid "Activate my account"
|
|||
msgstr ""
|
||||
|
||||
#, 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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -72,7 +72,7 @@ msgid "Instructions to reset your password on %{instance}"
|
|||
msgstr ""
|
||||
|
||||
#, 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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -82,7 +82,7 @@ msgid "Nearly here!"
|
|||
msgstr ""
|
||||
|
||||
#, 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?"
|
||||
msgstr ""
|
||||
|
||||
|
@ -295,3 +295,28 @@ msgstr ""
|
|||
#: lib/mobilizon_web/templates/email/password_reset.text.eex:5
|
||||
msgid "You requested a new password for your account on %{instance}."
|
||||
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 ""
|
||||
|
|
|
@ -24,7 +24,7 @@ msgid "Feed for %{email} on Mobilizon"
|
|||
msgstr ""
|
||||
|
||||
#, 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
|
||||
msgid "%{instance} is a Mobilizon server."
|
||||
msgstr ""
|
||||
|
@ -45,7 +45,7 @@ msgid "Activate my account"
|
|||
msgstr ""
|
||||
|
||||
#, 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"
|
||||
msgstr ""
|
||||
|
||||
|
@ -72,7 +72,7 @@ msgid "Instructions to reset your password on %{instance}"
|
|||
msgstr ""
|
||||
|
||||
#, 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."
|
||||
msgstr ""
|
||||
|
||||
|
@ -82,7 +82,7 @@ msgid "Nearly here!"
|
|||
msgstr ""
|
||||
|
||||
#, 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?"
|
||||
msgstr ""
|
||||
|
||||
|
@ -295,3 +295,28 @@ msgstr ""
|
|||
#: lib/mobilizon_web/templates/email/password_reset.text.eex:5
|
||||
msgid "You requested a new password for your account on %{instance}."
|
||||
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 ""
|
||||
|
|
Loading…
Reference in a new issue