From 3785634581cccad2f5be8135e10a241d185ec758 Mon Sep 17 00:00:00 2001 From: ownClouders Date: Sat, 20 May 2023 00:05:50 +0000 Subject: [PATCH] [tx] updated from transifex --- l10n/en_GB.js | 12 ++++++++++++ l10n/en_GB.json | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/l10n/en_GB.js b/l10n/en_GB.js index b5d738fa..64b3ed3b 100644 --- a/l10n/en_GB.js +++ b/l10n/en_GB.js @@ -22,11 +22,16 @@ OC.L10N.register( "There are currently no user defined groups" : "There are currently no user defined groups", "Add user to this group" : "Add user to this group", "Add multiple users and guests" : "Add multiple users and guests", + "No users found" : "No users found", "An error occurred while searching users" : "An error occurred while searching users", "No users found for {search}" : "No users found for {search}", "An error occurred. Please try again" : "An error occurred. Please try again", "Guest" : "Guest", "User" : "User", + "Could not add the following users: {users}" : "Could not add the following users: {users}", + "The following users were not imported" : "The following users were not imported", + "All users were imported successfully" : "All users were imported successfully", + "CSV import failed" : "CSV import failed", "Are you sure that you want to leave the group \"{name}\" ?" : "Are you sure that you want to leave the group \"{name}\" ?", "Confirm leaving group" : "Confirm leaving group", "Cannot leave group without an administrator" : "Cannot leave group without an administrator", @@ -36,11 +41,18 @@ OC.L10N.register( "Could not add user to group" : "Could not add user to group", "Are you sure that you want to remove the member \"{name}\" ?" : "Are you sure that you want to remove the member \"{name}\" ?", "Confirm removal of member" : "Confirm removal of member", + "Cannot change role without another administrator" : "Cannot change role without another administrator", + "Could not change role" : "Could not change role", + "Are you sure that you want to change your own permissions for the group \"{name}\" ?" : "Are you sure that you want to change your own permissions for the group \"{name}\" ?", + "Confirm role change" : "Confirm role change", + "Member (Guest)" : "Member (Guest)", "Change role to \"member\"" : "Change role to \"member\"", "Change role to \"group owner\"" : "Change role to \"group owner\"", "Remove member" : "Remove member", "Add member" : "Add member", "Leave this group" : "Leave this group", + "Export as CSV" : "Export as CSV", + "Import as CSV" : "Import as CSV", "Close" : "Close", "Role" : "Role", "Custom groups" : "Custom groups", diff --git a/l10n/en_GB.json b/l10n/en_GB.json index 4cf50be2..53740190 100644 --- a/l10n/en_GB.json +++ b/l10n/en_GB.json @@ -20,11 +20,16 @@ "There are currently no user defined groups" : "There are currently no user defined groups", "Add user to this group" : "Add user to this group", "Add multiple users and guests" : "Add multiple users and guests", + "No users found" : "No users found", "An error occurred while searching users" : "An error occurred while searching users", "No users found for {search}" : "No users found for {search}", "An error occurred. Please try again" : "An error occurred. Please try again", "Guest" : "Guest", "User" : "User", + "Could not add the following users: {users}" : "Could not add the following users: {users}", + "The following users were not imported" : "The following users were not imported", + "All users were imported successfully" : "All users were imported successfully", + "CSV import failed" : "CSV import failed", "Are you sure that you want to leave the group \"{name}\" ?" : "Are you sure that you want to leave the group \"{name}\" ?", "Confirm leaving group" : "Confirm leaving group", "Cannot leave group without an administrator" : "Cannot leave group without an administrator", @@ -34,11 +39,18 @@ "Could not add user to group" : "Could not add user to group", "Are you sure that you want to remove the member \"{name}\" ?" : "Are you sure that you want to remove the member \"{name}\" ?", "Confirm removal of member" : "Confirm removal of member", + "Cannot change role without another administrator" : "Cannot change role without another administrator", + "Could not change role" : "Could not change role", + "Are you sure that you want to change your own permissions for the group \"{name}\" ?" : "Are you sure that you want to change your own permissions for the group \"{name}\" ?", + "Confirm role change" : "Confirm role change", + "Member (Guest)" : "Member (Guest)", "Change role to \"member\"" : "Change role to \"member\"", "Change role to \"group owner\"" : "Change role to \"group owner\"", "Remove member" : "Remove member", "Add member" : "Add member", "Leave this group" : "Leave this group", + "Export as CSV" : "Export as CSV", + "Import as CSV" : "Import as CSV", "Close" : "Close", "Role" : "Role", "Custom groups" : "Custom groups",