diff options
Diffstat (limited to 'apps/files/l10n/en_GB.json')
-rw-r--r-- | apps/files/l10n/en_GB.json | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/apps/files/l10n/en_GB.json b/apps/files/l10n/en_GB.json index f3941b417d3..90e67f536d3 100644 --- a/apps/files/l10n/en_GB.json +++ b/apps/files/l10n/en_GB.json @@ -8,7 +8,6 @@ "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.", @@ -102,7 +101,6 @@ "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", @@ -117,6 +115,7 @@ "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}", @@ -170,10 +169,11 @@ "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", @@ -227,6 +227,7 @@ "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", @@ -248,6 +249,7 @@ "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", @@ -255,6 +257,7 @@ "%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" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file |