diff options
Diffstat (limited to 'apps/settings/l10n/de.js')
-rw-r--r-- | apps/settings/l10n/de.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/settings/l10n/de.js b/apps/settings/l10n/de.js index 959deedd9db..8270f541d53 100644 --- a/apps/settings/l10n/de.js +++ b/apps/settings/l10n/de.js @@ -240,8 +240,6 @@ OC.L10N.register( "Webcron" : "Webcron", "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php ist bei einem Webcron-Dienst registriert, um cron.php alle 5 Minuten über HTTP aufzurufen. Anwendungsfall: Sehr kleine Instanz (1–5 Benutzer je nach Nutzung).", "Cron (Recommended)" : "Cron (Empfohlen)", - "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "Um dies auszuführen, wird die PHP-Posix Erweiterung benötigt. Weitere Informationen in der {linkstart}PHP-Dokumentation{linkend}. ", - "Use system cron service to call the cron.php file every 5 minutes. Recommended for all instances." : "Verwende den System-Cron-Dienst, um die Datei cron.php alle 5 Minuten aufzurufen. Empfohlen für alle Installationen.", "The cron.php needs to be executed by the system user \"{user}\"." : "Die cron.php muss durch den Systembenutzer \"{user}\" ausgeführt werden.", "Unable to update background job mode" : "Hintergrund-Job-Modus kann nicht aktualisiert werden", "Profile" : "Profil", @@ -503,6 +501,8 @@ OC.L10N.register( "If you use third party applications to connect to Nextcloud, please make sure to create and configure an app password for each before enabling second factor authentication." : "Wenn du Anwendungen von Drittanbietern verwendest, um dich mit Nextcloud zu verbinden, stelle bitte sicher, dass du für jede Anwendung ein Anwendungspasswort erstellst und einrichtest, bevor du die Zwei-Faktor-Authentifizierung aktivierst.", "You created app password \"{token}\"" : "Du hast das App-Passwort \"{token}\" erstellt", "An administrator created app password \"{token}\"" : "Ein vom Administrator erstelltes App-Passwort \"{token}\"", + "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "Um dies auszuführen, wird die PHP-Posix Erweiterung benötigt. Weitere Informationen in der {linkstart}PHP-Dokumentation{linkend}. ", + "Use system cron service to call the cron.php file every 5 minutes. Recommended for all instances." : "Verwende den System-Cron-Dienst, um die Datei cron.php alle 5 Minuten aufzurufen. Empfohlen für alle Installationen.", "Choose profile picture from files" : "Profilbild aus Dateien auswählen", "png or jpg, max. 20 MB" : "png oder jpg, max. 20 MB", "Your location" : "Dein Ort", |