diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-04-19 00:20:56 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-04-19 00:20:56 +0000 |
commit | 590782482721b24afe4bfe8597be39af0df52072 (patch) | |
tree | 84605cf9273f2fcc0b5999804bd678c7214c571a /apps/files_sharing/l10n/en_GB.json | |
parent | c22cfa4422440bacf05024d980d5c737a0812d70 (diff) | |
download | nextcloud-server-590782482721b24afe4bfe8597be39af0df52072.tar.gz nextcloud-server-590782482721b24afe4bfe8597be39af0df52072.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files_sharing/l10n/en_GB.json')
-rw-r--r-- | apps/files_sharing/l10n/en_GB.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/files_sharing/l10n/en_GB.json b/apps/files_sharing/l10n/en_GB.json index df52e77619a..016043dd414 100644 --- a/apps/files_sharing/l10n/en_GB.json +++ b/apps/files_sharing/l10n/en_GB.json @@ -77,6 +77,7 @@ "Wrong path, file/folder does not exist" : "Wrong path, file/folder does not exist", "Could not create share" : "Could not create share", "Invalid permissions" : "Invalid permissions", + "Invalid date, date format must be YYYY-MM-DD" : "Invalid date, date format must be YYYY-MM-DD", "Please specify a valid account to share with" : "Please specify a valid account to share with", "Group sharing is disabled by the administrator" : "Group sharing is disabled by the administrator", "Please specify a valid group" : "Please specify a valid group", @@ -86,7 +87,6 @@ "Sharing %s sending the password by Nextcloud Talk failed because Nextcloud Talk is not enabled" : "Sharing %s sending the password by Nextcloud Talk failed because Nextcloud Talk is not enabled", "Sharing %1$s failed because the back end does not allow shares from type %2$s" : "Sharing %1$s failed because the back end does not allow shares from type %2$s", "Please specify a valid federated account ID" : "Please specify a valid federated account ID", - "Invalid date, date format must be YYYY-MM-DD" : "Invalid date, date format must be YYYY-MM-DD", "Please specify a valid federated group ID" : "Please specify a valid federated group ID", "You cannot share to a Circle if the app is not enabled" : "You cannot share to a Circle if the app is not enabled", "Please specify a valid circle" : "Please specify a valid circle", @@ -208,12 +208,10 @@ "Share with {userName}" : "Share with {userName}", "Share with group" : "Share with group", "Share in conversation" : "Share in conversation", - "Share with remote" : "Share with remote", "Share with remote group" : "Share with remote group", "Share with guest" : "Share with guest", - "Share with" : "Share with", - "Save share" : "Save share", "Update share" : "Update share", + "Save share" : "Save share", "Others with access" : "Others with access", "No other accounts with access found" : "No other accounts with access found", "Toggle list of others with access to this directory" : "Toggle list of others with access to this directory", @@ -312,6 +310,8 @@ "the item was removed" : "the item was removed", "the link expired" : "the link expired", "sharing is disabled" : "sharing is disabled", - "For more info, please ask the person who sent this link." : "For more info, please ask the person who sent this link." + "For more info, please ask the person who sent this link." : "For more info, please ask the person who sent this link.", + "Share with remote" : "Share with remote", + "Share with" : "Share with" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file |