out.creation_expire1="Un pad <b>illimité</b> ne sera pas supprimé du serveur à moins que son propriétaire ne le décide.";
out.creation_expire2="Un pad <b>à durée de vie</b> sera supprimé automatiquement du serveur et du CryptDrive des utilisateurs lorsque cette durée sera dépassée.";
out.creation_password="Ajouter un mot de passe";
out.creation_noTemplate="Pas de modèle";
out.creation_newTemplate="Nouveau modèle";
out.creation_create="Créer";
@ -1092,12 +1093,20 @@ define(function () {
out.creation_ownedByOther="Appartient à un autre utilisateur";
out.creation_newPadModalDescription="Cliquez sur un type de pad pour le créer. Vous pouvez aussi appuyer sur <b>Tab</b> pour sélectionner un type et appuyer sur <b>Entrée</b> pour valider.";
out.creation_newPadModalDescriptionAdvanced="Cochez la case si vous souhaitez voir l'écran de création de pads (pour les pads avec propriétaire ou à durée de vie). Vous pouvez appuyer sur <b>Espace</b> pour changer sa valeur.";
out.creation_newPadModalAdvanced="Afficher l'écran de création de pads";
// Password prompt on the loadind screen
out.password_info="Le pad auquel vous essayez d'accéder est protégé par un mot de passe. Entrez le bon mot de passe pour accéder à son contenu.";
out.password_error="Pad introuvable !<br>Cette erreur peut provenir de deux facteurs. Soit le mot de passe est faux, soit le pad a été supprimé du serveur.";
out.password_placeholder="Tapez le mot de passe ici...";
out.password_submit="Valider";
out.password_show="Afficher";
// New share modal
out.share_linkCategory="Partage";
out.share_linkAccess="Droits d'accès";
@ -1111,5 +1120,12 @@ define(function () {
out.share_embedCategory="Intégration";
out.share_mediatagCopy="Copier le mediatag";
// Loading info
out.loading_pad_1="Initialisation du pad";
out.loading_pad_2="Chargement du contenu du pad";
out.loading_drive_1="Chargement des données";
out.loading_drive_2="Mise à jour du format des données";
out.loading_drive_3="Vérification de l'intégrité des données";
out.creation_expire1="An <b>unlimited</b> pad will not be removed from the server until its owner deletes it.";
out.creation_expire2="An <b>expiring</b> pad has a set lifetime, after which it will be automatically removed from the server and other users' CryptDrives.";
out.creation_password="Add a password";
out.creation_noTemplate="No template";
out.creation_newTemplate="New template";
out.creation_create="Create";
@ -1138,12 +1139,20 @@ define(function () {
out.creation_ownedByOther="Owned by another user";
out.creation_newPadModalDescription="Click on a pad type to create it. You can also press <b>Tab</b> to select the type and press <b>Enter</b> to confirm.";
out.creation_newPadModalDescriptionAdvanced="You can check the box (or press <b>Space</b> to change its value) if you want to display the pad creation screen (for owned pads, expiring pads, etc.).";
out.creation_newPadModalAdvanced="Display the pad creation screen";
// Password prompt on the loadind screen
out.password_info="The pad you're tyring to open is protected with a password. Enter the correct password to access its content.";
out.password_error="Pad not found!<br>This error can be caused by two factors: either the password in invalid, or the pad has been deleted from the server.";
out.password_placeholder="Type the password here...";
out.password_submit="Submit";
out.password_show="Show";
// New share modal
out.share_linkCategory="Share link";
out.share_linkAccess="Access rights";
@ -1157,6 +1166,12 @@ define(function () {
out.share_embedCategory="Embed";
out.share_mediatagCopy="Copy mediatag to clipboard";