diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-12-07 01:11:41 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-12-07 01:11:41 +0000 |
commit | 504411a9ff07a5b19ef63bc09623b094ee603a0d (patch) | |
tree | 8972b8ed97327c4b9a7c25b7beeb6f0806f0dde6 /apps/sharebymail/l10n/de_DE.js | |
parent | 5c2c71ba52a7da2ccb57170dd3c09af7f193511f (diff) | |
download | nextcloud-server-504411a9ff07a5b19ef63bc09623b094ee603a0d.tar.gz nextcloud-server-504411a9ff07a5b19ef63bc09623b094ee603a0d.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/sharebymail/l10n/de_DE.js')
-rw-r--r-- | apps/sharebymail/l10n/de_DE.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/sharebymail/l10n/de_DE.js b/apps/sharebymail/l10n/de_DE.js index 7d09919db1c..5e4d1a2a325 100644 --- a/apps/sharebymail/l10n/de_DE.js +++ b/apps/sharebymail/l10n/de_DE.js @@ -5,6 +5,10 @@ OC.L10N.register( "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 von %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 Sie versandt", @@ -12,6 +16,10 @@ OC.L10N.register( "You shared {file} with {email} by mail" : "Sie haben {file} mit {email} via E-Mail geteilt ", "%3$s shared %1$s with %2$s by mail" : "%3$s hat %1$s mit %2$s via E-Mail geteilt", "{actor} shared {file} with {email} by mail" : "{actor} hat {file} mit {email} via E-Mail geteilt", + "You unshared %1$s from %2$s by mail" : "Sie teilen %1$snicht mehr mit %2$s via E-Mail", + "You unshared {file} from {email} by mail" : "Sie teilen {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 Sie versandt", |