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

de_AT.js « l10n « settings - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2f3af547beddf62310d90ee0638ccea41326a91b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
OC.L10N.register(
    "settings",
    {
    "Invalid request" : "Fehlerhafte Anfrage",
    "Delete" : "Löschen",
    "never" : "niemals",
    "__language_name__" : "Deutsch (Österreich)",
    "Server address" : "Adresse des Servers",
    "Port" : "Port",
    "Cancel" : "Abbrechen",
    "Email" : "E-Mail",
    "Password" : "Passwort",
    "Change password" : "Passwort ändern",
    "Username" : "Benutzername",
    "Other" : "Anderes"
},
"nplurals=2; plural=(n != 1);");