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/en_GB.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/en_GB.js')
-rw-r--r-- | apps/sharebymail/l10n/en_GB.js | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/apps/sharebymail/l10n/en_GB.js b/apps/sharebymail/l10n/en_GB.js index f649d0f8697..b67ca28b3be 100644 --- a/apps/sharebymail/l10n/en_GB.js +++ b/apps/sharebymail/l10n/en_GB.js @@ -1,28 +1,17 @@ OC.L10N.register( "sharebymail", { - "Shared with %1$s" : "Shared with %1$s", "Shared with {email}" : "Shared with {email}", - "Shared with %1$s by %2$s" : "Shared with %1$s by %2$s", "Shared with {email} by {actor}" : "Shared with {email} by {actor}", - "Unshared from %1$s" : "Unshared from %1$s", "Unshared from {email}" : "Unshared from {email}", - "Unshared from %1$s by %2$s" : "Unshared from %1$s by %2$s", "Unshared from {email} by {actor}" : "Unshared from {email} by {actor}", - "Password for mail share sent to %1$s" : "Password for mail share sent to %1$s", "Password for mail share sent to {email}" : "Password for mail share sent to {email}", "Password for mail share sent to you" : "Password for mail share sent to you", - "You shared %1$s with %2$s by mail" : "You shared %1$s with %2$s by mail", "You shared {file} with {email} by mail" : "You shared {file} with {email} by mail", - "%3$s shared %1$s with %2$s by mail" : "%3$s shared %1$s with %2$s by mail", "{actor} shared {file} with {email} by mail" : "{actor} shared {file} with {email} by mail", - "You unshared %1$s from %2$s by mail" : "You unshared %1$s from %2$s by mail", "You unshared {file} from {email} by mail" : "You unshared {file} from {email} by mail", - "%3$s unshared %1$s from %2$s by mail" : "%3$s unshared %1$s from %2$s by mail", "{actor} unshared {file} from {email} by mail" : "{actor} unshared {file} from {email} by mail", - "Password to access %1$s was sent to %2s" : "Password to access %1$s was sent to %2s", "Password to access {file} was sent to {email}" : "Password to access {file} was sent to {email}", - "Password to access %1$s was sent to you" : "Password to access %1$s was sent to you", "Password to access {file} was sent to you" : "Password to access {file} was sent to you", "Share by mail" : "Share by mail", "Sharing %1$s failed, because this item is already shared with user %2$s" : "Sharing %1$s failed, because this item is already shared with user %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." : "Allows users to share a personalised link to a file or folder by putting in an email address.", "Send password by mail" : "Send password by mail", "Reply to initiator" : "Reply to initiator", - "Unable to update share by mail config" : "Unable to update share by mail config" + "Unable to update share by mail config" : "Unable to update share by mail config", + "Shared with %1$s" : "Shared with %1$s", + "Shared with %1$s by %2$s" : "Shared with %1$s by %2$s", + "Unshared from %1$s" : "Unshared from %1$s", + "Unshared from %1$s by %2$s" : "Unshared from %1$s by %2$s", + "Password for mail share sent to %1$s" : "Password for mail share sent to %1$s", + "You shared %1$s with %2$s by mail" : "You shared %1$s with %2$s by mail", + "%3$s shared %1$s with %2$s by mail" : "%3$s shared %1$s with %2$s by mail", + "You unshared %1$s from %2$s by mail" : "You unshared %1$s from %2$s by mail", + "%3$s unshared %1$s from %2$s by mail" : "%3$s unshared %1$s from %2$s by mail", + "Password to access %1$s was sent to %2s" : "Password to access %1$s was sent to %2s", + "Password to access %1$s was sent to you" : "Password to access %1$s was sent to you" }, "nplurals=2; plural=(n != 1);"); |