diff options
Diffstat (limited to 'core/l10n/en_GB.js')
-rw-r--r-- | core/l10n/en_GB.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/core/l10n/en_GB.js b/core/l10n/en_GB.js index a139eba0657..bf8d14a8516 100644 --- a/core/l10n/en_GB.js +++ b/core/l10n/en_GB.js @@ -5,6 +5,14 @@ OC.L10N.register( "File is too big" : "File is too big", "The selected file is not an image." : "The selected file is not an image.", "The selected file cannot be read." : "The selected file cannot be read.", + "The file was uploaded" : "The file was uploaded", + "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "The uploaded file exceeds the upload_max_filesize directive in php.ini", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form", + "The file was only partially uploaded" : "The file was only partially uploaded", + "No file was uploaded" : "No file was uploaded", + "Missing a temporary folder" : "Missing a temporary folder", + "Could not write file to disk" : "Could not write file to disk", + "A PHP extension stopped the file upload" : "A PHP extension stopped the file upload", "Invalid file provided" : "Invalid file provided", "No image or file provided" : "No image or file provided", "Unknown filetype" : "Unknown filetype", @@ -158,6 +166,7 @@ OC.L10N.register( "Back to %s" : "Back to %s", "File not found" : "File not found", "Error" : "Error", + "Previous" : "Previous", "Internal Server Error" : "Internal Server Error", "The server was unable to complete your request." : "The server was unable to complete your request.", "If this happens again, please send the technical details below to the server administrator." : "If this happens again, please send the technical details below to the server administrator.", @@ -206,6 +215,7 @@ OC.L10N.register( "Account access" : "Account access", "This share is password-protected" : "This share is password-protected", "The password is wrong. Try again." : "The password is wrong. Try again.", + "Go to %s" : "Go to %s", "Two-factor authentication" : "Two-factor authentication", "Use backup code" : "Use backup code", "Cancel login" : "Cancel login", |