From 003b0f7571ffc2a3031703fed6aa02cd9caacfb4 Mon Sep 17 00:00:00 2001 From: yflory Date: Fri, 14 Sep 2018 10:33:27 +0200 Subject: [PATCH] French translation for the crowdfunding messages --- customize.dist/translations/messages.fr.js | 11 +++++++++++ customize.dist/translations/messages.js | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/customize.dist/translations/messages.fr.js b/customize.dist/translations/messages.fr.js index edc5d67b4..382774d32 100644 --- a/customize.dist/translations/messages.fr.js +++ b/customize.dist/translations/messages.fr.js @@ -1209,5 +1209,16 @@ define(function () { out.autostore_forceSave = "Stocker le fichier dans votre CryptDrive"; // File upload modal out.autostore_notAvailable = "Vous devez stocker ce pad dans votre CryptDrive avant de pouvoir utiliser cette fonctionnalité."; + // Crowdfunding messages + out.crowdfunding_home1 = "CryptPad a besoin d'aide !"; + out.crowdfunding_home2 = "Cliquez pour découvrir notre campagne de financement participatif."; + + out.crowdfunding_popup_text = "

Aider CryptPad

" + + "Pour vous assurer que CryptPad soit activement développé, nous vous invitons à supporter le projet via la " + + 'page OpenCollective, où vous pouvez trouver notre Roadmap et nos objectifs de financement.'; + out.crowdfunding_popup_yes = "Voir la page"; + out.crowdfunding_popup_no = "Pas maintenant"; + out.crowdfunding_popup_never = "Ne plus demander"; + return out; }); diff --git a/customize.dist/translations/messages.js b/customize.dist/translations/messages.js index f06ef387e..eaebca6f7 100644 --- a/customize.dist/translations/messages.js +++ b/customize.dist/translations/messages.js @@ -1270,7 +1270,7 @@ define(function () { out.crowdfunding_popup_text = "

We need your help!

" + "To ensure that CryptPad is actively developed, consider supporting the project via the " + - 'OpenCollective page, where you can see our Roadmap and Funding goals'; + 'OpenCollective page, where you can see our Roadmap and Funding goals.'; out.crowdfunding_popup_yes = "Go to OpenCollective"; out.crowdfunding_popup_no = "Not now"; out.crowdfunding_popup_never = "Don't ask me again";