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

de_AT.js « l10n « files_sharing « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4f3c622fccec74224baba476073f1c7319d7c2d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
OC.L10N.register(
    "files_sharing",
    {
    "Cancel" : "Abbrechen",
    "A file or folder has been <strong>shared</strong>" : "Eine Datei oder ein Ordner wurde <strong>geteilt</strong>",
    "You shared %1$s with %2$s" : "du teilst %1$s mit %2$s",
    "You shared %1$s with group %2$s" : "Du teilst %1$s mit der Gruppe %2$s",
    "You shared %1$s via link" : "Du hast %1$s mithilfe eines Link geteilt",
    "%2$s shared %1$s with you" : "%2$s hat %1$s mit dir geteilt",
    "Shares" : "teilt",
    "Password" : "Passwort",
    "Name" : "Name",
    "Download" : "Herunterladen"
},
"nplurals=2; plural=(n != 1);");