diff options
Diffstat (limited to 'settings/l10n/en_GB.php')
-rw-r--r-- | settings/l10n/en_GB.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/settings/l10n/en_GB.php b/settings/l10n/en_GB.php index 15752380cf7..2ea985299d3 100644 --- a/settings/l10n/en_GB.php +++ b/settings/l10n/en_GB.php @@ -21,6 +21,7 @@ $TRANSLATIONS = array( "Couldn't decrypt your files, check your password and try again" => "Couldn't decrypt your files, check your password and try again", "Encryption keys deleted permanently" => "Encryption keys deleted permanently", "Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" => "Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator", +"Couldn't remove app." => "Couldn't remove app.", "Email saved" => "Email saved", "Invalid email" => "Invalid email", "Unable to delete group" => "Unable to delete group", @@ -43,6 +44,7 @@ $TRANSLATIONS = array( "User Documentation" => "User Documentation", "Admin Documentation" => "Admin Documentation", "Update to {appversion}" => "Update to {appversion}", +"Uninstall App" => "Uninstall App", "Disable" => "Disable", "Enable" => "Enable", "Please wait...." => "Please wait....", @@ -53,6 +55,9 @@ $TRANSLATIONS = array( "Error" => "Error", "Update" => "Update", "Updated" => "Updated", +"Uninstalling ...." => "Uninstalling...", +"Error while uninstalling app" => "Error whilst uninstalling app", +"Uninstall" => "Uninstall", "Select a profile picture" => "Select a profile picture", "Very weak password" => "Very weak password", "Weak password" => "Weak password", |