Welcome to mirror list, hosted at ThFree Co, Russian Federation.

de_DE.js « l10n - github.com/nextcloud/twofactor_gateway.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b80d7c79282d3dfb3cb72dd1b7b1d938211ec0b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "twofactor_sms",
    {
    "SMS verification" : "SMS-Bestätigung",
    "Send an authentication code via SMS" : "Authentifizierungscode per SMS versenden",
    "%s is your Nextcloud authentication code" : "%s ist Ihr Nextcloud-Authentifizierungscode",
    "Two Factor SMS Provider" : "Zwei-Faktor SMS-Anbieter",
    "Authentication code" : "Authentifizierungscode",
    "An access code has been sent to %s" : "Ein Zugriffscode wurde an %s versendet",
    "Error while sending the Message. Please try again later or contact the administrator." : "Fehler beim Versenden der Nachricht. Bitte versuchen Sie es noch einmal oder kontaktieren Sie Ihren Administrator."
},
"nplurals=2; plural=(n != 1);");