out.settings_backupTitle ="Créer ou restaurer une sauvegarde de vos données";
out.settings_backupHint ="Créer ou restaurer une sauvegarde de votre CryptDrive. Cette sauvegarde ne contient pas le contenu de vos pads mais uniquement les clés qui permettent d'y accéder.";
out.settings_backup="Sauvegarder";
out.settings_restore="Restaurer";
out.settings_backupHint2="Télécharger le contenu actuel de tous vos pads. Ceux-ci seront téléchargés dans un format lisible si un tel format est disponible.";
out.settings_backup2Confirm="Vous allez télécharger tous les pads de votre CryptDrive. Si vous souhaitez continuer, choisissez un nom et appuyez sur OK.";
out.settings_exportTitle="Téléchargement de votre CryptDrive";
out.settings_exportDescription="Veuillez patienter pendant que nous téléchargeons et déchiffrons vos documents. Cette opération peut prendre plusieurs minutes. Fermer l'onglet du navigateur interrompra le processus.";
out.settings_exportWarning="Pour de meilleures performances, il est recommandé de ne pas changer d'onglet pendant le téléchargement.";
out.settings_exportCancel="Êtes-vous sûr de vouloir annuler ce téléchargement ? Vous devrez recommencer du début la prochaine fois.";
out.settings_export_reading="Lecture de votre CryptDrive...";
out.settings_export_download="Téléchargement et déchiffrement des documents...";
out.settings_export_compressing="Compression des données...";
out.settings_export_done="Votre téléchargement est prêt !";
out.settings_exportError="Voir les erreurs";
out.settings_exportErrorDescription="Nous n'avons pas réussi à ajouter les documents suivant dans le téléchargement :";
out.settings_exportErrorEmpty="Ce document ne peut pas être exporté (document vide ou contenu invalide)";
out.settings_exportErrorMissing="Ce document n'est plus stocké sur nos serveurs (expiré ou supprimé par son propriétaire)";
out.settings_exportErrorOther="Une erreur est survenue lors de la récupération de ce document : {0}";
out.settings_resetNewTitle="Vider CryptDrive";
out.settings_resetButton="Supprimer";
out.settings_reset="Supprimer tous les fichiers et dossiers de votre CryptDrive";
@ -698,6 +715,10 @@ define(function () {
// index.html
out.home_product="CryptPad est une alternative respectant la vie privée aux outils office et aux services cloud populaires. Tout le contenu stocké dans CryptPad est chiffré avant d'être envoyé, ce qui signifie que personne ne peut accéder à vos données à moins que vous ne leur donniez les clés (même pas nous).";
out.home_host="Ceci est une instance communautaire et indépendante de CryptPad. Le code source du projet est disponible <a href=\"https://github.com/xwiki-labs/cryptpad\" target=\"_blank\" rel=\"noreferrer noopener\">sur GitHub</a>.";
out.home_host_agpl="CryptPad est distribué sous les termes de la licence logicielle AGPL3";
//about.html
out.about_intro='CryptPad est développé au sein de l\'équipe Recherche d\'<a href="http://xwiki.com">XWiki SAS</a>, une petite entreprise située à Paris en France et à Iasi en Roumanie. Il y a 3 développeurs principaux qui travaillent sur CryptPad, ainsi que quelques contributeurs à la fois dans et en dehors d\'XWiki SAS';
out.about_core='Développeurs principaux';
@ -783,40 +804,48 @@ define(function () {
// features.html
out.features="Fonctionnalités";
out.features_title="Tableau des fonctionnalités";
out.features_title="Comparaison des fonctionnalités";
out.features_feature="Fonctionnalité";
out.features_anon="Utilisateur anonyme";
out.features_registered="Utilisateur enregistré";
out.features_premium="Utilisateur premium";
out.features_notes="Notes";
out.features_f_pad="Créer/modifier/voir un pad";
out.features_f_pad_notes="Texte, Code, Présentation, Sondage et Tableau blanc";
out.features_f_history="Historique";
out.features_f_history_notes="Voir et restaurer n'importe quelle version d'un pad";
out.settings_backupHint="Backup or restore all your CryptDrive's content. It won't contain the content of your pads, just the link to access them.";
out.settings_backupHint="Backup or restore all your CryptDrive's content. It won't contain the content of your pads, just the keys to access them.";
out.settings_backup="Backup";
out.settings_backupHint2="Download all your pads. Pads will be downloaded in an readable format when available.";
out.settings_backup2="Download my CryptDrive";
out.settings_restore="Restore";
// XXX
out.settings_backupHint2="Download the current content of all your pads. Pads will be downloaded in an readable format if such a format is available.";
out.settings_backup2="Download my CryptDrive";
out.settings_backup2Confirm="This will download all the pads and files from your CryptDrive. If you want to continue, pick a name and press OK";
out.settings_exportTitle="Export your CryptDrive";
out.settings_exportDescription="Please wait while we're downloading and decrypting your documents, this may take a few minutes. Closing the tab will interrupt the process.";
out.settings_exportWarning="For better performances, it is recommended to leave this tab focused.";
out.settings_exportCancel="Are you sure you want to cancel the export? You will have to start again from the beginning for your next export.";
out.settings_exportDescription="Please wait while we're downloading and decrypting your documents. This may take a few minutes. Closing the tab will interrupt the process.";
out.settings_exportWarning="For better performance, it is recommended to leave this tab focused.";
out.settings_exportCancel="Are you sure you want to cancel the export? You will have to start again from the beginning next time.";
out.settings_export_reading="Reading your CryptDrive...";
out.settings_export_download="Decrypting and downloading your documents...";
out.settings_export_compressing="Compressing the data...";
out.settings_export_done="Export is ready!";
out.settings_export_download="Downloading and decrypting your documents...";
out.settings_export_done="Your download is ready!";
out.settings_exportError="View errors";
out.settings_exportErrorDescription="We weren't able to add the following documents into the export:";
out.settings_exportErrorEmpty="The document can't be exported (empty or invalid content).";
out.settings_exportErrorMissing="The document is missing from our servers (expired or deleted by its owner)";
out.settings_exportErrorOther="An error occured while trying to export the document: {0}";
out.settings_exportErrorEmpty="This document can't be exported (empty or invalid content).";
out.settings_exportErrorMissing="This document is missing from our servers (expired or deleted by its owner)";
out.settings_exportErrorOther="An error occured while trying to export this document: {0}";
out.settings_resetNewTitle="Clean CryptDrive";
out.settings_resetButton="Remove";
@ -726,8 +725,9 @@ define(function () {
// index.html
out.home_product="CryptPad is an open-source and private-by-design alternative to popular office tools and cloud services. All the content stored on CryptPad is encrypted before being sent, which means nobody can access your data unless you give them the keys.";
out.home_host="This is a community-hosted instance of CryptPad. The source code is available <a href=\"https://github.com/xwiki-labs/cryptpad\" target=\"_blank\" rel=\"noreferrer noopener\">on Github</a>.";
out.home_product="CryptPad is a private-by-design alternative to popular office tools and cloud services. All the content stored on CryptPad is encrypted before being sent, which means nobody can access your data unless you give them the keys (not even us).";
out.home_host="This is an independent community instance of CryptPad. Its source code is available <a href=\"https://github.com/xwiki-labs/cryptpad\" target=\"_blank\" rel=\"noreferrer noopener\">on GitHub</a>.";
out.home_host_agpl="CryptPad is distributed under the terms of the AGPL3 software license";
//about.html
out.about_intro='CryptPad is created inside of the Research Team at <a href="http://xwiki.com">XWiki SAS</a>, a small business located in Paris France and Iasi Romania. There are 3 core team members working on CryptPad plus a number of contributors both inside and outside of XWiki SAS.';
@ -814,13 +814,13 @@ define(function () {
// features.html
out.features="Features";
out.features_title="Features table";
out.features_title="Feature comparison";
out.features_feature="Feature";
out.features_anon="Anonymous user";
out.features_registered="Registered user";
out.features_premium="Premium user";
out.features_notes="Notes";
// XXX
out.features_f_apps="Access to the main applications";
out.features_f_core="Common features for the applications";