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

nds.js « l10n « settings - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a8c440f6e0b77f1f8235d588b03bd2dc14eed7bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
OC.L10N.register(
    "settings",
    {
    "External Storage" : "Externer Speicher",
    "Saved" : "Gespeichert",
    "Delete" : "Löschen",
    "Very weak password" : "Sehr schwaches Passwort",
    "Weak password" : "Schwaches Passwort",
    "So-so password" : "Mittelstarkes Passwort",
    "Good password" : "Gutes Passwort",
    "Strong password" : "Starkes Passwort",
    "None" : "Keine(r)",
    "Enable encryption" : "Verschlüsselung aktivieren",
    "Port" : "Port",
    "Cancel" : "Abbrechen",
    "Password" : "Passwort",
    "Username" : "Benutzername"
},
"nplurals=2; plural=(n != 1);");