diff options
Diffstat (limited to 'lib/l10n/en_GB.json')
-rw-r--r-- | lib/l10n/en_GB.json | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/lib/l10n/en_GB.json b/lib/l10n/en_GB.json index 60228f1a784..bf8ea58a8f2 100644 --- a/lib/l10n/en_GB.json +++ b/lib/l10n/en_GB.json @@ -225,6 +225,20 @@ "Storage incomplete configuration. %s" : "Storage incomplete configuration. %s", "Storage connection error. %s" : "Storage connection error. %s", "Storage is temporarily not available" : "Storage is temporarily not available", - "Storage connection timeout. %s" : "Storage connection timeout. %s" + "Storage connection timeout. %s" : "Storage connection timeout. %s", + "Personal" : "Personal", + "Admin" : "Admin", + "DB Error: \"%s\"" : "DB Error: \"%s\"", + "Offending command was: \"%s\"" : "Offending command was: \"%s\"", + "Offending command was: \"%s\", name: %s, password: %s" : "Offending command was: \"%s\", name: %s, password: %s", + "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Setting permissions for %s failed, because the permissions exceed permissions granted to %s", + "Setting permissions for %s failed, because the item was not found" : "Setting permissions for %s failed, because the item was not found", + "Cannot clear expiration date. Shares are required to have an expiration date." : "Cannot clear expiration date. Shares are required to have an expiration date.", + "Cannot increase permissions of %s" : "Cannot increase permissions of %s", + "Files can't be shared with delete permissions" : "Files can't be shared with delete permissions", + "Files can't be shared with create permissions" : "Files can't be shared with create permissions", + "Cannot set expiration date more than %s days in the future" : "Cannot set expiration date more than %s days in the future", + "No app name specified" : "No app name specified", + "App '%s' could not be installed!" : "App '%s' could not be installed!" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file |