nextcloud/apps/sharebymail/l10n/de_DE.js

25 lines
1.8 KiB
JavaScript
Raw Normal View History

2017-02-11 04:07:23 +03:00
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 geteilt",
"You shared {file} with {email} by mail" : "Sie haben {file} mit {user} geteilt ",
"%3$s shared %1$s with %2$s by mail" : "%3$s hat %1$s mit %2$s per E-Mail geteilt",
2017-02-12 04:07:26 +03:00
"{actor} shared {file} with {email} by mail" : "{actor} hat {file} mit {email} per E-Mail geteilt",
2017-02-11 04:07:23 +03:00
"Sharing %s failed, this item is already shared with %s" : "Freigabe von %s fehlgeschlagen, da dieses Objekt schon mit %s geteilt wird",
"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",
2017-02-12 04:07:26 +03:00
"Failed to create the E-mail" : "Erstellen der E-Mail fehlgeschlagen",
2017-02-11 04:07:23 +03:00
"Could not find share" : "Freigabe konnte nicht gefunden werden",
"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",
2017-02-19 04:07:37 +03:00
"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",
2017-02-11 04:07:23 +03:00
"Cheers!" : "Noch einen schönen Tag!",
"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);");