diff options
Diffstat (limited to 'apps/settings/l10n/en_GB.js')
-rw-r--r-- | apps/settings/l10n/en_GB.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/settings/l10n/en_GB.js b/apps/settings/l10n/en_GB.js index 94077aa1fa6..761cf1da0cd 100644 --- a/apps/settings/l10n/en_GB.js +++ b/apps/settings/l10n/en_GB.js @@ -201,6 +201,8 @@ OC.L10N.register( "Memcached is configured as distributed cache, but the PHP module \"memcached\" is not installed. Please install the PHP module \"memcached\"." : "Memcached is configured as distributed cache, but the PHP module \"memcached\" is not installed. Please install the PHP module \"memcached\".", "No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "No memory cache has been configured. To enhance performance, please configure a memcache, if available.", "Configured" : "Configured", + "Mimetype migrations available" : "Mimetype migrations available", + "One or more mimetype migrations are available. Occasionally new mimetypes are added to better handle certain file types. Migrating the mimetypes take a long time on larger instances so this is not done automatically during upgrades. Use the command `occ maintenance:repair --include-expensive` to perform the migrations." : "One or more mimetype migrations are available. Occasionally new mimetypes are added to better handle certain file types. Migrating the mimetypes take a long time on larger instances so this is not done automatically during upgrades. Use the command `occ maintenance:repair --include-expensive` to perform the migrations.", "MySQL Unicode support" : "MySQL Unicode support", "You are not using MySQL" : "You are not using MySQL", "MySQL is used as database and does support 4-byte characters" : "MySQL is used as database and does support 4-byte characters", @@ -741,6 +743,7 @@ OC.L10N.register( "Error while updating device token scope" : "Error while updating device token scope", "Could not set group sorting" : "Could not set group sorting", "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "There were too many requests from your network. Retry later or contact your administrator if this is an error.", + "Error" : "Error", "Account documentation" : "Account documentation", "Administration documentation" : "Administration documentation", "Forum" : "Forum", |