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

de_AT.js « l10n « lib - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d8da67a7492b1089780fbbf325f12802940815bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
OC.L10N.register(
    "lib",
    {
    "Unknown filetype" : "Unbekannter Dateityp",
    "Invalid image" : "Ungültiges Bild",
    "seconds ago" : "Sekunden zuvor",
    "Apps" : "Apps",
    "Help" : "Hilfe",
    "Personal" : "Persönlich",
    "Users" : "Benutzer",
    "Admin" : "Administration"
},
"nplurals=2; plural=(n != 1);");