diff options
Diffstat (limited to 'apps/files/l10n/en_GB.js')
-rw-r--r-- | apps/files/l10n/en_GB.js | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/apps/files/l10n/en_GB.js b/apps/files/l10n/en_GB.js index 03358df97a7..93286d3532f 100644 --- a/apps/files/l10n/en_GB.js +++ b/apps/files/l10n/en_GB.js @@ -40,6 +40,19 @@ OC.L10N.register( "Select" : "Select", "Pending" : "Pending", "Unable to determine date" : "Unable to determine date", + "This operation is forbidden" : "This operation is forbidden", + "This directory is unavailable, please check the logs or contact the administrator" : "This directory is unavailable, please check the logs or contact the administrator", + "Could not move \"{file}\", target exists" : "Could not move \"{file}\", target exists", + "Could not move \"{file}\"" : "Could not move \"{file}\"", + "{newName} already exists" : "{newName} already exists", + "Could not rename \"{fileName}\", it does not exist any more" : "Could not rename \"{fileName}\", it does not exist any more", + "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name.", + "Could not rename \"{fileName}\"" : "Could not rename \"{fileName}\"", + "Could not create file \"{file}\"" : "Could not create file \"{file}\"", + "Could not create file \"{file}\" because it already exists" : "Could not create file \"{file}\" because it already exists", + "Could not create folder \"{dir}\"" : "Could not create folder \"{dir}\"", + "Could not create folder \"{dir}\" because it already exists" : "Could not create folder \"{dir}\" because it already exists", + "Error deleting file \"{fileName}\"." : "Error deleting file \"{fileName}\".", "No entries in this folder match '{filter}'" : "No entries in this folder match '{filter}'", "Name" : "Name", "Size" : "Size", @@ -52,13 +65,18 @@ OC.L10N.register( "New" : "New", "\"{name}\" is an invalid file name." : "\"{name}\" is an invalid file name.", "File name cannot be empty." : "File name cannot be empty.", + "Storage of {owner} is full, files can not be updated or synced anymore!" : "Storage of {owner} is full, files can not be updated or synced anymore!", "Your storage is full, files can not be updated or synced anymore!" : "Your storage is full, files can not be updated or synced anymore!", + "Storage of {owner} is almost full ({usedSpacePercent}%)" : "Storage of {owner} is almost full ({usedSpacePercent}%)", "Your storage is almost full ({usedSpacePercent}%)" : "Your storage is almost full ({usedSpacePercent}%)", "_matches '{filter}'_::_match '{filter}'_" : ["matches '{filter}'","match '{filter}'"], + "Path" : "Path", + "_%n byte_::_%n bytes_" : ["%n byte","%n bytes"], "Favorited" : "Favourited", "Favorite" : "Favourite", "Folder" : "Folder", "New folder" : "New folder", + "{newname} already exists" : "{newname} already exists", "Upload" : "Upload", "An error occurred while trying to update the tags" : "An error occurred whilst trying to update the tags", "A new file or folder has been <strong>created</strong>" : "A new file or folder has been <strong>created</strong>", @@ -75,11 +93,16 @@ OC.L10N.register( "%2$s deleted %1$s" : "%2$s deleted %1$s", "You restored %1$s" : "You restored %1$s", "%2$s restored %1$s" : "%2$s restored %1$s", + "Changed by %2$s" : "Changed by %2$s", + "Deleted by %2$s" : "Deleted by %2$s", + "Restored by %2$s" : "Restored by %2$s", "Upload (max. %s)" : "Upload (max. %s)", "File handling" : "File handling", "Maximum upload size" : "Maximum upload size", "max. possible: " : "max. possible: ", "Save" : "Save", + "With PHP-FPM it might take 5 minutes for changes to be applied." : "With PHP-FPM it might take 5 minutes for changes to be applied.", + "Missing permissions to edit from here." : "Missing permissions to edit from here.", "Settings" : "Settings", "WebDAV" : "WebDAV", "Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" : "Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>", @@ -92,6 +115,7 @@ OC.L10N.register( "The files you are trying to upload exceed the maximum size for file uploads on this server." : "The files you are trying to upload exceed the maximum size for file uploads on this server.", "No favorites" : "No favourites", "Files and folders you mark as favorite will show up here" : "Files and folders you mark as favourite will show up here", - "Text file" : "Text file" + "Text file" : "Text file", + "New text file.txt" : "New text file.txt" }, "nplurals=2; plural=(n != 1);"); |