add 'why cc' box on homepage, fix cancel translation

master
alice 2 years ago
parent 64badf37d2
commit 68cf63304c

@ -5,7 +5,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: unnamed project\n" "Project-Id-Version: unnamed project\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-05-18 23:54+0000\n" "POT-Creation-Date: 2022-05-19 19:04+0000\n"
"PO-Revision-Date: 2021-09-14 22:21+0200\n" "PO-Revision-Date: 2021-09-14 22:21+0200\n"
"Last-Translator: alice <alice@ccrypto.org>\n" "Last-Translator: alice <alice@ccrypto.org>\n"
"Language-Team: French <alice@ccrypto.org>\n" "Language-Team: French <alice@ccrypto.org>\n"
@ -38,27 +38,27 @@ msgstr "Chat Live"
msgid "Download {} v{}" msgid "Download {} v{}"
msgstr "Télécharger {} v{}" msgstr "Télécharger {} v{}"
#: lambdainst/admin.py:48 #: lambdainst/admin.py:47
msgid "(rewarded)" msgid "(rewarded)"
msgstr "" msgstr ""
#: lambdainst/admin.py:50 #: lambdainst/admin.py:49
msgid "(not rewarded)" msgid "(not rewarded)"
msgstr "" msgstr ""
#: lambdainst/admin.py:54 #: lambdainst/admin.py:53
msgid "Referrer" msgid "Referrer"
msgstr "" msgstr ""
#: lambdainst/admin.py:60 lambdainst/admin.py:90 #: lambdainst/admin.py:59 lambdainst/admin.py:89
msgid "Is paid?" msgid "Is paid?"
msgstr "Est payé?" msgstr "Est payé?"
#: lambdainst/admin.py:69 #: lambdainst/admin.py:68
msgid "Important dates" msgid "Important dates"
msgstr "Dates importantes" msgstr "Dates importantes"
#: lambdainst/admin.py:71 #: lambdainst/admin.py:70
msgid "Permissions" msgid "Permissions"
msgstr "Permissions" msgstr "Permissions"
@ -387,7 +387,24 @@ msgstr "Créez un compte et essayez gratuitement"
msgid "No CC required, 3€/month after 7 days" msgid "No CC required, 3€/month after 7 days"
msgstr "Abonnez-vous pour 3€/mois après 7 jours" msgstr "Abonnez-vous pour 3€/mois après 7 jours"
#: templates/ccvpn/index.html:75 #: templates/ccvpn/index.html:71
msgid "CCrypto is a non-profit organization."
msgstr "CCrypto est une association à but non lucratif."
#: templates/ccvpn/index.html:72
msgid ""
"As such, we pledge that we will never sell your personal information, "
"exploit your trust or data, or get acquired by a company without such "
"boundaries. Your payments will go exclusively towards funding our services "
"and staff, or to other non-profits."
msgstr ""
"À ce titre, nous promettons ne jamais vendre vos données personnelles, "
"exploiter votre traffic ou votre confiance, ou laisser une entreprise sans "
"de tels principes nous racheter. Vos paiements seront exclusivement utilisés "
"pour financer notre service et rémunérer notre équipe, ou reversés à "
"d'autres associations."
#: templates/ccvpn/index.html:84
msgid "more on our infrastructure" msgid "more on our infrastructure"
msgstr "plus sur notre infrastructure" msgstr "plus sur notre infrastructure"
@ -1675,6 +1692,10 @@ msgstr ""
"Voudriez-vous nous dire pourquoi, ou laisser un retour pour nous permettre " "Voudriez-vous nous dire pourquoi, ou laisser un retour pour nous permettre "
"d'améliorer notre service ? C'est optionel." "d'améliorer notre service ? C'est optionel."
#: templates/payments/cancel_subscr.html:27
msgid "You do not have any active subscription to cancel."
msgstr "Vous n'avez pas d'abonnement à annuller."
#: templates/payments/order-pay.html:5 templates/payments/success.html:12 #: templates/payments/order-pay.html:5 templates/payments/success.html:12
msgid "Payment" msgid "Payment"
msgstr "Paiement" msgstr "Paiement"

@ -731,6 +731,15 @@ ul.errorlist {
margin: auto; margin: auto;
} }
p.home-whyus {
width: 47%;
margin: auto;
border: 2px solid #1c619a;
padding: 0.5em 1em;
background: #f8F8FF;
}
@media screen and (max-width: 80em) { @media screen and (max-width: 80em) {
.homepage .features { .homepage .features {
margin-left: 0; margin-left: 0;
@ -775,6 +784,9 @@ a.home-signup-button .subtext {
.home-signup-button { .home-signup-button {
min-width: 50%; min-width: 50%;
} }
p.home-whyus {
width: 90%;
}
} }
@ -1242,6 +1254,9 @@ div.ticket-message-private {
.homepage h2 { .homepage h2 {
text-shadow: 0px 0px 5px #ffd99f50; text-shadow: 0px 0px 5px #ffd99f50;
} }
p.home-whyus {
background: #22222b;
}
.content-box { .content-box {
background: #272727; background: #272727;

@ -67,6 +67,15 @@
</a> </a>
</p> </p>
<p class="home-whyus">
<b>{% trans "CCrypto is a non-profit organization." %}</b><br />
{% blocktrans trimmed %}
As such, we pledge that we will never sell your personal information, exploit your trust or data,
or get acquired by a company without such boundaries.
Your payments will go exclusively towards funding our services and staff, or to other non-profits.
{% endblocktrans %}
</p>
<div class="locations"> <div class="locations">
<object id="map" data="{% static 'img/world.svg' %}" type="image/svg+xml"></object> <object id="map" data="{% static 'img/world.svg' %}" type="image/svg+xml"></object>
{{gateway_locations|json_script:"locations-data"}} {{gateway_locations|json_script:"locations-data"}}

@ -24,7 +24,7 @@
</fieldset> </fieldset>
</form> </form>
{% else %} {% else %}
<p>You do not have any active subscription to cancel.</p> <p>{% trans "You do not have any active subscription to cancel." %}</p>
{% endif %} {% endif %}
</div> </div>
{% endblock %} {% endblock %}

Loading…
Cancel
Save