diff options
Diffstat (limited to 'core/l10n/en_GB.js')
-rw-r--r-- | core/l10n/en_GB.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/l10n/en_GB.js b/core/l10n/en_GB.js index bc06017d3cf..0dbfeb4d1f8 100644 --- a/core/l10n/en_GB.js +++ b/core/l10n/en_GB.js @@ -8,13 +8,18 @@ OC.L10N.register( "Checked database schema update" : "Checked database schema update", "Checked database schema update for apps" : "Checked database schema update for apps", "Updated \"%s\" to %s" : "Updated \"%s\" to %s", + "Repair warning: " : "Repair warning: ", + "Repair error: " : "Repair error: ", "Following incompatible apps have been disabled: %s" : "Following incompatible apps have been disabled: %s", "Following 3rd party apps have been disabled: %s" : "Following 3rd party apps have been disabled: %s", + "Invalid file provided" : "Invalid file provided", "No image or file provided" : "No image or file provided", "Unknown filetype" : "Unknown filetype", "Invalid image" : "Invalid image", "No temporary profile picture available, try again" : "No temporary profile picture available, try again", "No crop data provided" : "No crop data provided", + "No valid crop data provided" : "No valid crop data provided", + "Crop is not square" : "Crop is not square", "Sunday" : "Sunday", "Monday" : "Monday", "Tuesday" : "Tuesday", @@ -166,6 +171,7 @@ OC.L10N.register( "Technical details" : "Technical details", "Remote Address: %s" : "Remote Address: %s", "Request ID: %s" : "Request ID: %s", + "Type: %s" : "Type: %s", "Code: %s" : "Code: %s", "Message: %s" : "Message: %s", "File: %s" : "File: %s", |