$div.append(h('p',Messages.admin_supportInitHelp||"Your server is not configured to have a support mailbox. If you want a support mailbox to receive messages from your users, you should ask your server administrator to run the script located in './scripts/generate-admin-keys.js', store the public key in the 'config.js' file, and send you the private key."));// XXX
$div.append(h('p',Messages.admin_supportInitPrivate||"Your CryptPad instance is configured to use a support mailbox but your account doesn't have the correct private key to access it. Please use the following form to add or update the private key to your account"));// XXX
"todo_newTodoNameTitle":"Diese Aufgabe zu deiner ToDo-Liste hinzufügen",
"todo_markAsCompleteTitle":"Diese Aufgabe als erledigt markieren",
"todo_markAsIncompleteTitle":"Diese Aufgabe als nicht erledigt markieren",
@ -830,7 +830,7 @@
"generic":{
"more":"Erfahre mehr über die Nutzung von CryptPad, indem du unsere <a href=\"/faq.html\" target=\"_blank\">FAQ</a> liest",
"share":"Benutze das Teilen-Menü (<span class=\"fa fa-share-alt\"></span>), um Links zu generieren, die Mitarbeiter zum Lesen oder Bearbeiten einladen",
"save":"Alle Änderungen werden automatisch synchronisiert. Du misst sie also nicht speichern"
"save":"Alle Änderungen werden automatisch synchronisiert. Du musst sie also nicht selbst speichern"
},
"text":{
"formatting":"Du kannst die Werkzeugleiste anzeigen oder verbergen, indem du auf <span class=\"fa fa-caret-down\"></span> oder <span class=\"fa fa-caret-up\"></span> klickst",
@ -1075,5 +1075,33 @@
"share_description":"Wähle aus, was du teilen möchtest. Dir wird dann ein entsprechender Link anzeigt. Du kannst es auch direkt an deine Freunde in CryptPad senden.",
"fm_info_sharedFolderHistory":"Vous regardez l'historique de votre dossier partagé <b>{0}</b><br/>Votre CryptDrive restera en lecture seule pendant la navigation.",
"share_description":"Choisissez ce que vous souhaitez partager puis obtenez le lien ou envoyez-le directement à vos amis CryptPad.",
"fc_color":"Changer la couleur"
"fc_color":"Changer la couleur",
"supportPage":"Support",
"admin_cat_support":"Support",
"admin_supportAddKey":"Ajouter la clé",
"admin_supportAddError":"Clé privée non valide",
"admin_supportInitTitle":"Initialisation du support",
"admin_supportListTitle":"Messagerie du support",
"support_disabledTitle":"Le support n'est pas activé",
"support_disabledHint":"Cette instance de CryptPad n'est pas encore configurée pour utiliser le formulaire de support.",
"support_cat_new":"Nouveau ticket",
"support_formTitle":"Titre du ticket",
"support_formButton":"Envoyer",
"support_formTitleError":"Erreur : le titre est vide",
"support_formContentError":"Erreur : le contenu est vide",
"support_formMessage":"Taper votre message...",
"support_cat_tickets":"Tickets existants",
"support_listTitle":"Tickets de support",
"support_answer":"Répondre",
"support_close":"Fermer le ticket",
"support_remove":"Supprimer le ticket",
"support_showData":"Afficher/cacher les données de l'utilisateur",
"support_from":"<b>De :</b> {0}",
"support_closed":"Ce ticket a été fermé",
"fc_noAction":"Pas d'action disponible",
"notificationsPage":"Notifications",
"openNotificationsApp":"Ouvrir le panneau de notifications",
"notifications_title":"You have unread notifications",
"profile_addDescription":"Add a description",
"profile_editDescription":"Edit your description",
@ -1075,5 +1075,41 @@
"share_withFriends":"Share",
"notifications_dismiss":"Dismiss",
"fm_info_sharedFolderHistory":"This is only the history of your shared folder: <b>{0}</b><br/>Your CryptDrive will stay in read-only mode while you navigate.",
"share_description":"Choose what you'd like to share and either get the link or send it directly to your CryptPad friends."
"share_description":"Choose what you'd like to share and either get the link or send it directly to your CryptPad friends.",
"supportPage":"Support",
"admin_cat_support":"Support",
"admin_supportInitHelp":"Your server is not yet configured to have a support mailbox. If you want a support mailbox to receive messages from your users, you should ask your server administrator to run the script located in \"./scripts/generate-admin-keys.js\", then store the public key in the \"config.js\" file and send you the private key.",
"admin_supportInitPrivate":"Your CryptPad instance is configured to use a support mailbox but your account doesn't have the correct private key to access it. Please use the following form to add or update the private key to your account.",
"admin_supportInitHint":"You can configure a support mailbox in order to give users of your CryptPad instance a way to contact you securely if they have an issue with their account.",
"admin_supportListTitle":"Support mailbox",
"admin_supportListHint":"Here is the list of tickets sent by the users to the support mailbox. All the administrators can see the messages and the answers. A closed ticket cannot be reopened. You can only remove (hide) closed tickets, and the removed tickets are still visible by the other administrators.",
"support_disabledTitle":"Support is not enabled",
"support_disabledHint":"This CryptPad instance is not yet configured to use a support form.",
"support_cat_new":"New ticket",
"support_formTitle":"Ticket title",
"support_formHint":"This form can be used to create a new support ticket. Using this form, you can contact the administrators to solve issues or ask any question in a secure way. Please don't create a new ticket if you already have an open ticket about the same issue, but use reply button to provide more information.",
"support_formButton":"Send",
"support_formTitleError":"Error: title is empty",
"support_formContentError":"Error: content is empty",
"support_formMessage":"Type your message...",
"support_cat_tickets":"Existing tickets",
"support_listTitle":"Support tickets",
"support_listHint":"Here is the list of tickets sent to the administrators and their answers. A closed ticket cannot be re-opened, you have to make a new one. You can hide tickets that have been closed but they will still be visible by the administrators.",