diff options
Diffstat (limited to 'settings/l10n/en_GB.js')
-rw-r--r-- | settings/l10n/en_GB.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/settings/l10n/en_GB.js b/settings/l10n/en_GB.js index 609c14ec13e..e9f9f5c3d74 100644 --- a/settings/l10n/en_GB.js +++ b/settings/l10n/en_GB.js @@ -101,8 +101,6 @@ OC.L10N.register( "Enable" : "Enable", "Enabling app …" : "Enabling app …", "Error while enabling app" : "Error whilst enabling app", - "Error: this app cannot be enabled because it makes the server unstable" : "Error: this app cannot be enabled because it makes the server unstable", - "Error: could not disable broken app" : "Error: could not disable broken app", "Error while disabling broken app" : "Error whilst disabling broken app", "Updating...." : "Updating....", "Error while updating app" : "Error whilst updating app", @@ -393,6 +391,8 @@ OC.L10N.register( "Unable to add user to group %s" : "Unable to add user to group %s", "Unable to remove user from group %s" : "Unable to remove user from group %s", "Sending..." : "Sending...", + "Error: this app cannot be enabled because it makes the server unstable" : "Error: this app cannot be enabled because it makes the server unstable", + "Error: could not disable broken app" : "Error: could not disable broken app", "Uninstalling ...." : "Uninstalling...", "Error while uninstalling app" : "Error whilst uninstalling app", "Uninstall" : "Uninstall", |