diff options
Diffstat (limited to 'apps/settings/l10n/en_GB.json')
-rw-r--r-- | apps/settings/l10n/en_GB.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/settings/l10n/en_GB.json b/apps/settings/l10n/en_GB.json index d44d8006b6f..a059a7048c5 100644 --- a/apps/settings/l10n/en_GB.json +++ b/apps/settings/l10n/en_GB.json @@ -207,7 +207,10 @@ "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 row format" : "MySQL row format", "You are not using MySQL" : "You are not using MySQL", + "None of your table use ROW_FORMAT=Compressed" : "None of your table use ROW_FORMAT=Compressed", + "_Table %s is not using ROW_FORMAT=Dynamic. This format offers the best database performances for Nextcloud. Please change the row format to Dynamic._::_Some tables are not using ROW_FORMAT=Dynamic. This format offers the best database performances for Nextcloud. Please change the row format to Dynamic on the following tables: %s._" : ["Table %s is not using ROW_FORMAT=Dynamic. This format offers the best database performances for Nextcloud. Please change the row format to Dynamic.","Some tables are not using ROW_FORMAT=Dynamic. This format offers the best database performances for Nextcloud. Please change the row format to Dynamic on the following tables: %s."], "MySQL Unicode support" : "MySQL Unicode support", "MySQL is used as database and does support 4-byte characters" : "MySQL is used as database and does support 4-byte characters", "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL." : "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL.", @@ -539,6 +542,8 @@ "Enter your date of birth" : "Enter your date of birth", "Unable to update date of birth" : "Unable to update date of birth", "You are a member of the following groups:" : "You are a member of the following groups:", + "You are using {s}{usage}{/s}" : "You are using {s}{usage}{/s}", + "You are using {s}{usage}{/s} of {s}{totalSpace}{/s} ({s}{usageRelative}%{/s})" : "You are using {s}{usage}{/s} of {s}{totalSpace}{/s} ({s}{usageRelative}%{/s})", "Your full name" : "Your full name", "Primary email for password reset and notifications" : "Primary email for password reset and notifications", "Email options" : "Email options", |