diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-12-20 02:22:09 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-12-20 02:22:09 +0000 |
commit | 7929e6d91d23c88b85b806e349dfca1eece898ca (patch) | |
tree | feb1e78d4d5d256ab3f0c464d09552333f9b57d3 /apps/sharebymail/l10n/de.js | |
parent | f5b833845c0c183d1ef9b8d41282bbceda45e0a7 (diff) | |
download | nextcloud-server-7929e6d91d23c88b85b806e349dfca1eece898ca.tar.gz nextcloud-server-7929e6d91d23c88b85b806e349dfca1eece898ca.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/sharebymail/l10n/de.js')
-rw-r--r-- | apps/sharebymail/l10n/de.js | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/apps/sharebymail/l10n/de.js b/apps/sharebymail/l10n/de.js index 9058cc07e89..5353baf2d04 100644 --- a/apps/sharebymail/l10n/de.js +++ b/apps/sharebymail/l10n/de.js @@ -1,28 +1,17 @@ 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}", - "Unshared from %1$s" : "Nicht mehr geteilt von %1$s", "Unshared from {email}" : "Nicht mehr geteilt von {email}", - "Unshared from %1$s by %2$s" : "Nicht mehr geteilt mit %1$s durch %2$s", "Unshared from {email} by {actor}" : "Nicht mehr geteilt mit {email} durch {actor}", - "Password for mail share sent to %1$s" : "Passwort für E-Mail-Freigabe wurde an %1$s versandt", "Password for mail share sent to {email}" : "Passwort für E-Mail-Freigabe wurde an {email} versandt", "Password for mail share sent to you" : "Passwort für E-Mail-Freigabe wurde an dich gesendet", - "You shared %1$s with %2$s by mail" : "Du teilst %1$s mit %2$s via E-Mail", "You shared {file} with {email} by mail" : "Du teilst {file} mit {email} via E-Mail", - "%3$s shared %1$s with %2$s by mail" : "%3$s teilt %1$s mit %2$s via E-mail", "{actor} shared {file} with {email} by mail" : "{actor} teilt {file} mit {email} via E-Mail", - "You unshared %1$s from %2$s by mail" : "Du teilst %1$s nicht mehr mit %2$s via E-Mail", "You unshared {file} from {email} by mail" : "Du teilst {file} nicht mehr mit {email} via E-Mail", - "%3$s unshared %1$s from %2$s by mail" : "%3$s teilt %1$s nicht mehr mit %2$s via E-Mail", "{actor} unshared {file} from {email} by mail" : "{actor} teilt {file} nicht mehr mit {email} via E-Mail", - "Password to access %1$s was sent to %2s" : "Passwort für den Zugriff auf %1$s wurde an %2s versandt ", "Password to access {file} was sent to {email}" : "Passwort für den Zugriff auf {file} wurde an {email} versandt ", - "Password to access %1$s was sent to you" : " Passwort für den Zugriff auf %1$s wurde an dich gesendet.", "Password to access {file} was sent to you" : " Passwort für den Zugriff auf {file} wurde an dich gesendet", "Share by mail" : "Geteilt über eine E-Mail", "Sharing %1$s failed, because this item is already shared with user %2$s" : "Freigabe von %1$s fehlgeschlagen, da dieses Element bereits für den Benutzer freigegeben ist %2$s", @@ -52,6 +41,17 @@ OC.L10N.register( "Allows users to share a personalized link to a file or folder by putting in an email address." : "Ermöglicht Benutzern eine personalisierte Verknüpfung zu einer Datei oder einem Ordner durch Eingabe einer E-Mail-Adresse zu teilen.", "Send password by mail" : "Passwort per E-Mail senden", "Reply to initiator" : "Antwort an Initiator", - "Unable to update share by mail config" : "Einstellungen zum Teilen via E-Mail konnten nicht aktualisiert werden" + "Unable to update share by mail config" : "Einstellungen zum Teilen via E-Mail konnten nicht aktualisiert werden", + "Shared with %1$s" : "Geteilt mit %1$s", + "Shared with %1$s by %2$s" : "Geteilt mit %1$s von %2$s", + "Unshared from %1$s" : "Nicht mehr geteilt von %1$s", + "Unshared from %1$s by %2$s" : "Nicht mehr geteilt mit %1$s durch %2$s", + "Password for mail share sent to %1$s" : "Passwort für E-Mail-Freigabe wurde an %1$s versandt", + "You shared %1$s with %2$s by mail" : "Du teilst %1$s mit %2$s via E-Mail", + "%3$s shared %1$s with %2$s by mail" : "%3$s teilt %1$s mit %2$s via E-mail", + "You unshared %1$s from %2$s by mail" : "Du teilst %1$s nicht mehr mit %2$s via E-Mail", + "%3$s unshared %1$s from %2$s by mail" : "%3$s teilt %1$s nicht mehr mit %2$s via E-Mail", + "Password to access %1$s was sent to %2s" : "Passwort für den Zugriff auf %1$s wurde an %2s versandt ", + "Password to access %1$s was sent to you" : " Passwort für den Zugriff auf %1$s wurde an dich gesendet." }, "nplurals=2; plural=(n != 1);"); |