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

de_DE.js « l10n « sharebymail « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1345a5d5c0808beb7e2291cd67f86a9227de2782 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
OC.L10N.register(
    "sharebymail",
    {
    "Shared with %1$s" : "Geteilt mit %1$s",
    "Shared with {email}" : "Geteilt mit {email}",
    "Shared with %1$s by %2$s" : "Geteilt mit %1$s von %2$s",
    "Shared with {email} by {actor}" : "Geteilt mit {email} von {actor}",
    "You shared %1$s with %2$s by mail" : "Sie haben %1$s mit %2$s per E-Mail geteilt",
    "You shared {file} with {email} by mail" : "Sie haben {file} mit {email} per E-Mail geteilt ",
    "%3$s shared %1$s with %2$s by mail" : "%3$s hat %1$s mit %2$s per E-Mail geteilt",
    "{actor} shared {file} with {email} by mail" : "{actor} hat {file} mit {email} per E-Mail geteilt",
    "Sharing %s failed, this item is already shared with %s" : "Teilen von %s fehlgeschlagen, da dieses Objekt schon mit %s geteilt wurde",
    "Failed to send share by E-mail" : "Fehler beim Senden der Freigabe per E-Mail",
    "%s shared »%s« with you" : "%s hat »%s« mit Ihnen geteilt",
    "%s shared »%s« with you on behalf of %s" : "%s hat »%s«  im Auftrag von %s mit Ihnen geteilt",
    "%s shared »%s« with you." : "%s hat mit ihnen »%s« geteilt.",
    "%s shared »%s« with you on behalf of %s." : "%s hat mit ihnen »%s« im Auftrag von %s geteilt.",
    "Click the button below to open it." : "Klicken Sie zum Öffnen auf die untere Schaltfläche",
    "Open »%s«" : "Öffne »%s«",
    "Password to access »%s« shared to you by %s" : "Das Passwort zum Zugriff auf %s wurde durch %s mit Ihnen geteilt.",
    "Password to access »%s«" : "Passwort um auf »%s« zu zugreifen",
    "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s hat »%s« mit Ihnen geteilt. Sie sollten schon eine E-Mail mit einem Link erhalten haben um darauf zu zugreifen. ",
    "It is protected with the following password: %s" : "Dies ist mit dem folgendem Passwort geschützt: %s",
    "Could not find share" : "Freigabe konnte nicht gefunden werden",
    "Share by mail" : "Geteilt über eine E-Mail",
    "Send a personalized link to a file or folder by mail." : "Einen personalisierten Link zu einer Datei oder Ordner per E-Mail versenden.",
    "Send password by mail" : "Passwort per Mail senden",
    "Failed to create the E-mail" : "Erstellen der E-Mail fehlgeschlagen",
    "Hey there,\n\n%s shared »%s« with you on behalf of %s.\n\n%s\n\n" : "Hallo,\n\n%s hat »%s« im Auftrag von %s mit Ihnen geteilt.\n\n%s\n",
    "Hey there,\n\n%s shared »%s« with you.\n\n%s\n\n" : "Hallo,\n\n%s hat »%s« mit Ihnen geteilt.\n\n%s\n",
    "Cheers!" : "Einen schönen Tag noch!",
    "Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you on behalf of %s.<br><br>" : "Hallo,<br><br>%s hat <a href=\"%s\">%s</a> im Auftrag von %s mit Ihnen geteilt.<br><br>",
    "Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you.<br><br>" : "Hallo,<br><br>%s hat <a href=\"%s\">%s</a> mit Ihnen geteilt.<br><br>"
},
"nplurals=2; plural=(n != 1);");