diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-07-06 00:30:35 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-07-06 00:30:35 +0000 |
commit | 6d84160ba710e6ea4cf290f40d7bb924c35ad574 (patch) | |
tree | 56219fa1144bb0bb6efefcd0c069b9b055745d1b /apps/files/l10n/en_GB.js | |
parent | 6862ff28002c8c282bcca5c198619c03f5cb4e0b (diff) | |
download | nextcloud-server-6d84160ba710e6ea4cf290f40d7bb924c35ad574.tar.gz nextcloud-server-6d84160ba710e6ea4cf290f40d7bb924c35ad574.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/en_GB.js')
-rw-r--r-- | apps/files/l10n/en_GB.js | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/apps/files/l10n/en_GB.js b/apps/files/l10n/en_GB.js index 3ae84f50d63..81ccff47608 100644 --- a/apps/files/l10n/en_GB.js +++ b/apps/files/l10n/en_GB.js @@ -10,7 +10,6 @@ OC.L10N.register( "Show grid view" : "Show grid view", "Home" : "Home", "Close" : "Close", - "Favorites" : "Favourites", "Could not create folder \"{dir}\"" : "Could not create folder \"{dir}\"", "This will stop your current uploads." : "This will stop your current uploads.", "Upload cancelled." : "Upload cancelled.", @@ -104,7 +103,6 @@ OC.L10N.register( "Favorited" : "Favourited", "Favorite" : "Favourite", "Copy direct link (only works for users who have access to this file/folder)" : "Copy direct link (only works for users who have access to this file/folder)", - "You can only favorite a single file or folder at a time" : "You can only favourite a single file or folder at a time", "New folder" : "New folder", "Create new folder" : "Create new folder", "Upload file" : "Upload file", @@ -119,6 +117,7 @@ OC.L10N.register( "Removed from favorites" : "Removed from favourites", "You added {file} to your favorites" : "You added {file} to your favourites", "You removed {file} from your favorites" : "You removed {file} from your favourites", + "Favorites" : "Favourites", "File changes" : "File changes", "Created by {user}" : "Created by {user}", "Changed by {user}" : "Changed by {user}", @@ -172,10 +171,11 @@ OC.L10N.register( "Reload current directory" : "Reload current directory", "Go to the \"{dir}\" directory" : "Go to the \"{dir}\" directory", "Select the row for {displayName}" : "Select the row for {displayName}", - "Open folder {name}" : "Open folder {name}", + "File name" : "File name", "Download file {name}" : "Download file {name}", "\"{displayName}\" action executed successfully" : "\"{displayName}\" action executed successfully", "\"{displayName}\" action failed" : "\"{displayName}\" action failed", + "Name cannot be empty" : "Name cannot be empty", "Total rows summary" : "Total rows summary", "Select all" : "Select all", "Unselect all" : "Unselect all", @@ -229,6 +229,7 @@ OC.L10N.register( "Unable to create new file from template" : "Unable to create new file from template", "Delete permanently" : "Delete permanently", "Open folder {displayName}" : "Open folder {displayName}", + "Open details" : "Open details", "Set up templates folder" : "Set up templates folder", "Templates" : "Templates", "Create new templates folder" : "Create new templates folder", @@ -250,6 +251,7 @@ OC.L10N.register( "Text file" : "Text file", "New text file.txt" : "New text file.txt", "Storage invalid" : "Storage invalid", + "You can only favorite a single file or folder at a time" : "You can only favourite a single file or folder at a time", "Unlimited" : "Unlimited", "Search users" : "Search users", "Cancel" : "Cancel", @@ -257,6 +259,7 @@ OC.L10N.register( "%s%%" : "%s%%", "%1$s of %2$s used" : "%1$s of %2$s used", "Deleted files" : "Deleted files", + "Open folder {name}" : "Open folder {name}", "Search for an account" : "Search for an account" }, "nplurals=2; plural=(n != 1);"); |