diff --git a/www/common/translations/messages.de.json b/www/common/translations/messages.de.json index 3177b4c75..9ed337bea 100644 --- a/www/common/translations/messages.de.json +++ b/www/common/translations/messages.de.json @@ -383,7 +383,7 @@ "settings_resetThumbnailsDone": "Alle Vorschaubilder wurden entfernt.", "settings_importTitle": "Importiere die kürzlich besuchten Dokumente in dein CryptDrive", "settings_import": "Importieren", - "settings_importConfirm": "Bist du sicher, dass du die kürzlich besuchten Pads in das CryptDrive deines Accounts importieren möchtest??", + "settings_importConfirm": "Bist du sicher, dass du die kürzlich besuchten Pads in das CryptDrive deines Accounts importieren möchtest?", "settings_importDone": "Import abgeschlossen", "settings_autostoreTitle": "Speichern von Pads im CryptDrive", "settings_autostoreHint": "Automatisch: Alle Pads werden in deinem CryptDrive gespeichert.
Manuell (immer nachfragen): Wenn du ein Pad noch nicht gespeichert hast, wirst du gefragt, ob du es im CryptDrive speichern willst.
Manuell (nie nachfragen): Pads werden nicht automatisch im CryptDrive gespeichert. Die Option zum Speichern wird versteckt.", diff --git a/www/common/translations/messages.json b/www/common/translations/messages.json index 5ada6865a..8e3729d12 100644 --- a/www/common/translations/messages.json +++ b/www/common/translations/messages.json @@ -1230,5 +1230,11 @@ "mediatag_defaultImageName": "image", "register_registrationIsClosed": "Registration is closed.", "oo_conversionSupport": "Your browser cannot handle conversion to and from Microsoft Office formats. We suggest using a recent version of Firefox or Chrome.", - "oo_importBin": "Click OK to import CryptPad's internal .bin format." + "oo_importBin": "Click OK to import CryptPad's internal .bin format.", + "admin_emailTitle": "Admin contact email", + "admin_emailHint": "Set the contact email for your instance here", + "admin_supportPrivTitle": "Support mailbox private key", + "admin_supportInitGenerate": "Generate support keys", + "admin_supportPrivHint": "Display the private key that other admins will need to view support tickets. A form to enter this key will be displayed on their admin panel.", + "admin_supportPrivButton": "Show key" }