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

de_DE.js « l10n - github.com/nextcloud/registration.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2056df803a27ccdd8313cd4154127a435e850c4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "registration",
    {
    "Register" : "Registrieren",
    "Saved" : "Gespeichert",
    "None" : "Keine",
    "Username" : "Benutzername",
    "Password" : "Passwort",
    "Create account" : "Benutzerkonto erstellen",
    "Email" : "E-Mail"
},
"nplurals=2; plural=(n != 1);");