diff options
Diffstat (limited to 'lib/l10n/en_GB.js')
-rw-r--r-- | lib/l10n/en_GB.js | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/lib/l10n/en_GB.js b/lib/l10n/en_GB.js index 1d509e6d54b..ab013de98b1 100644 --- a/lib/l10n/en_GB.js +++ b/lib/l10n/en_GB.js @@ -63,10 +63,6 @@ OC.L10N.register( "Log out" : "Log out", "Users" : "Users", "Unknown user" : "Unknown user", - "Create" : "Create", - "Change" : "Change", - "Delete" : "Delete", - "Share" : "Share", "Overview" : "Overview", "Basic settings" : "Basic settings", "Sharing" : "Sharing", @@ -74,10 +70,6 @@ OC.L10N.register( "Additional settings" : "Additional settings", "Personal info" : "Personal info", "Mobile & desktop" : "Mobile & desktop", - "Unlimited" : "Unlimited", - "Verifying" : "Verifying", - "Verifying …" : "Verifying …", - "Verify" : "Verify", "%s enter the database username and name." : "%s enter the database username and name.", "%s enter the database username." : "%s enter the database username.", "%s enter the database name." : "%s enter the database name.", @@ -204,6 +196,14 @@ OC.L10N.register( "Storage connection timeout. %s" : "Storage connection timeout. %s", "Library %s with a version higher than %s is required - available version %s." : "Library %s with a version higher than %s is required - available version %s.", "Library %s with a version lower than %s is required - available version %s." : "Library %s with a version lower than %s is required - available version %s.", + "Create" : "Create", + "Change" : "Change", + "Delete" : "Delete", + "Share" : "Share", + "Unlimited" : "Unlimited", + "Verifying" : "Verifying", + "Verifying …" : "Verifying …", + "Verify" : "Verify", "Sharing %s failed, because the backend does not allow shares from type %i" : "Sharing %s failed, because the backend does not allow shares from type %i", "Sharing %s failed, because the file does not exist" : "Sharing %s failed, because the file does not exist", "Sharing %s failed, because you can not share with yourself" : "Sharing %s failed, because you can not share with yourself", |