diff options
Diffstat (limited to 'lib/l10n/en_GB.js')
-rw-r--r-- | lib/l10n/en_GB.js | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/l10n/en_GB.js b/lib/l10n/en_GB.js index 6302e17e76e..adb150497e8 100644 --- a/lib/l10n/en_GB.js +++ b/lib/l10n/en_GB.js @@ -46,6 +46,7 @@ OC.L10N.register( "in a few seconds" : "in a few seconds", "seconds ago" : "seconds ago", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator.", + "File already exists" : "File already exists", "File name is a reserved word" : "File name is a reserved word", "File name contains at least one invalid character" : "File name contains at least one invalid character", "File name is too long" : "File name is too long", @@ -60,6 +61,14 @@ OC.L10N.register( "Settings" : "Settings", "Log out" : "Log out", "Users" : "Users", + "Email" : "Email", + "Phone" : "Phone", + "Twitter" : "Twitter", + "Website" : "Website", + "Address" : "Address", + "Profile picture" : "Profile picture", + "About" : "About", + "Full name" : "Full name", "Unknown user" : "Unknown user", "Additional settings" : "Additional settings", "%s enter the database username and name." : "%s enter the database username and name.", @@ -82,7 +91,9 @@ OC.L10N.register( "Open »%s«" : "Open »%s«", "%1$s via %2$s" : "%1$s via %2$s", "You are not allowed to share %s" : "You are not allowed to share %s", + "Cannot increase permissions of %s" : "Cannot increase permissions of %s", "Expiration date is in the past" : "Expiration date is in the past", + "Sharing %s failed, because this item is already shared with user %s" : "Sharing %s failed, because this item is already shared with user %s", "Click the button below to open it." : "Click the button below to open it.", "The requested share does not exist anymore" : "The requested share does not exist anymore", "Could not find category \"%s\"" : "Could not find category \"%s\"", |