From 851f2cff30e7b7609dce025f7dc0de8210df197a Mon Sep 17 00:00:00 2001 From: William Desportes Date: Tue, 1 Sep 2020 07:55:30 +0000 Subject: [PATCH] Translated using Weblate (English (United Kingdom)) Currently translated at 100.0% (3351 of 3351 strings) [ci skip] Translation: phpMyAdmin/Development Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/en_GB/ Signed-off-by: William Desportes --- po/en_GB.po | 150 +++++++++++++++++----------------------------------- 1 file changed, 48 insertions(+), 102 deletions(-) diff --git a/po/en_GB.po b/po/en_GB.po index 3498b43c33..0f30ff345e 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 5.1.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2020-08-31 19:04-0300\n" -"PO-Revision-Date: 2020-08-09 06:43+0000\n" +"PO-Revision-Date: 2020-09-01 09:12+0000\n" "Last-Translator: William Desportes \n" "Language-Team: English (United Kingdom) \n" @@ -15,7 +15,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.2-dev\n" +"X-Generator: Weblate 4.2.1-dev\n" #: libraries/advisory_rules_generic.php:9 msgid "Uptime below one day" @@ -584,17 +584,15 @@ msgid "key_buffer_size is 0" msgstr "key_buffer_size is 0" #: libraries/advisory_rules_generic.php:373 -#, fuzzy, no-php-format -#| msgid "Max %% MyISAM key buffer ever used" +#, no-php-format msgid "Max % MyISAM key buffer ever used" -msgstr "Max %% MyISAM key buffer ever used" +msgstr "Max % MyISAM key buffer ever used" #: libraries/advisory_rules_generic.php:378 #: libraries/advisory_rules_generic.php:395 -#, fuzzy, no-php-format -#| msgid "MyISAM key buffer (index cache) %% used is low." +#, no-php-format msgid "MyISAM key buffer (index cache) % used is low." -msgstr "MyISAM key buffer (index cache) %% used is low." +msgstr "MyISAM key buffer (index cache) % used is low." #: libraries/advisory_rules_generic.php:380 #: libraries/advisory_rules_generic.php:397 @@ -628,10 +626,9 @@ msgid "Percentage of index reads from memory" msgstr "Percentage of index reads from memory" #: libraries/advisory_rules_generic.php:411 -#, fuzzy, no-php-format -#| msgid "The %% of indexes that use the MyISAM key buffer is low." +#, no-php-format msgid "The % of indexes that use the MyISAM key buffer is low." -msgstr "The %% of indexes that use the MyISAM key buffer is low." +msgstr "The % of indexes that use the MyISAM key buffer is low." #: libraries/advisory_rules_generic.php:412 msgid "You may need to increase {key_buffer_size}." @@ -668,15 +665,11 @@ msgid "Percentage of used open files limit" msgstr "Percentage of used open files limit" #: libraries/advisory_rules_generic.php:436 -#, fuzzy -#| msgid "" -#| "The number of open files is approaching the max number of open files. " -#| "You may get a \"Too many open files\" error." msgid "" "The number of open files is approaching the max number of open files. You " "may get a \"Too many open files\" error." msgstr "" -"The number of open files is approaching the max number of open files. You " +"The number of open files is approaching the max number of open files. You " "may get a \"Too many open files\" error." #: libraries/advisory_rules_generic.php:440 @@ -709,10 +702,9 @@ msgid "Opened files rate: %s, this value should be less than 5 per hour" msgstr "Opened files rate: %s, this value should be less than 5 per hour" #: libraries/advisory_rules_generic.php:462 -#, fuzzy, no-php-format -#| msgid "Immediate table locks %%" +#, no-php-format msgid "Immediate table locks %" -msgstr "Immediate table locks %%" +msgstr "Immediate table locks %" #: libraries/advisory_rules_generic.php:466 #: libraries/advisory_rules_generic.php:476 @@ -759,10 +751,9 @@ msgid "The thread cache is set to 0" msgstr "The thread cache is set to 0" #: libraries/advisory_rules_generic.php:493 -#, fuzzy, no-php-format -#| msgid "Thread cache hit rate %%" +#, no-php-format msgid "Thread cache hit rate %" -msgstr "Thread cache hit rate %%" +msgstr "Thread cache hit rate %" #: libraries/advisory_rules_generic.php:497 msgid "Thread cache is not efficient." @@ -948,18 +939,7 @@ msgstr "" "InnoDB buffer pool." #: libraries/advisory_rules_generic.php:622 -#, fuzzy, no-php-format -#| msgid "" -#| "Especially on a system with a lot of writes to InnoDB tables you should " -#| "set {innodb_log_file_size} to 25%% of {innodb_buffer_pool_size}. However " -#| "the bigger this value, the longer the recovery time will be when database " -#| "crashes, so this value should not be set much higher than 256 MiB. Please " -#| "note however that you cannot simply change the value of this variable. " -#| "You need to shutdown the server, remove the InnoDB log files, set the new " -#| "value in my.cnf, start the server, then check the error logs if " -#| "everything went fine. See also this blog entry" +#, no-php-format msgid "" "Especially on a system with a lot of writes to InnoDB tables you should set " "{innodb_log_file_size} to 25% of {innodb_buffer_pool_size}. However the " @@ -972,14 +952,14 @@ msgid "" "com/2007/01/increase-innodblogfilesize-proper-way.html\">this blog entry" msgstr "" "Especially on a system with a lot of writes to InnoDB tables you should set " -"{innodb_log_file_size} to 25%% of {innodb_buffer_pool_size}. However the " +"{innodb_log_file_size} to 25% of {innodb_buffer_pool_size}. However the " "bigger this value, the longer the recovery time will be when database " "crashes, so this value should not be set much higher than 256 MiB. Please " "note however that you cannot simply change the value of this variable. You " "need to shutdown the server, remove the InnoDB log files, set the new value " "in my.cnf, start the server, then check the error logs if everything went " -"fine. See also this blog entry" +"fine. See also this blog entry" #: libraries/advisory_rules_generic.php:633 #, php-format @@ -999,17 +979,7 @@ msgid "The InnoDB log file size is inadequately large." msgstr "The InnoDB log file size is inadequately large." #: libraries/advisory_rules_generic.php:646 -#, fuzzy, no-php-format -#| msgid "" -#| "It is usually sufficient to set {innodb_log_file_size} to 25%% of the " -#| "size of {innodb_buffer_pool_size}. A very big {innodb_log_file_size} " -#| "slows down the recovery time after a database crash considerably. See " -#| "also this Article. You need to shutdown the " -#| "server, remove the InnoDB log files, set the new value in my.cnf, start " -#| "the server, then check the error logs if everything went fine. See also " -#| "this blog entry" +#, no-php-format msgid "" "It is usually sufficient to set {innodb_log_file_size} to 25% of the size of " "{innodb_buffer_pool_size}. A very big {innodb_log_file_size} slows down the " @@ -1021,14 +991,14 @@ msgid "" "\"https://mysqldatabaseadministration.blogspot.com/2007/01/increase-" "innodblogfilesize-proper-way.html\">this blog entry" msgstr "" -"It is usually sufficient to set {innodb_log_file_size} to 25%% of the size " -"of {innodb_buffer_pool_size}. A very big {innodb_log_file_size} slows down " -"the recovery time after a database crash considerably. See also this Article. You need to shutdown the server, " -"remove the InnoDB log files, set the new value in my.cnf, start the server, " -"then check the error logs if everything went fine. See also this Article. You need to shutdown the server, remove the InnoDB log " +"files, set the new value in my.cnf, start the server, then check the error " +"logs if everything went fine. See also this blog entry" #: libraries/advisory_rules_generic.php:656 @@ -1045,18 +1015,7 @@ msgid "Your InnoDB buffer pool is fairly small." msgstr "Your InnoDB buffer pool is fairly small." #: libraries/advisory_rules_generic.php:667 -#, fuzzy, no-php-format -#| msgid "" -#| "The InnoDB buffer pool has a profound impact on performance for InnoDB " -#| "tables. Assign all your remaining memory to this buffer. For database " -#| "servers that use solely InnoDB as storage engine and have no other " -#| "services (e.g. a web server) running, you may set this as high as 80%% of " -#| "your available memory. If that is not the case, you need to carefully " -#| "assess the memory consumption of your other services and non-InnoDB-" -#| "Tables and set this variable accordingly. If it is set too high, your " -#| "system will start swapping, which decreases performance significantly. " -#| "See also this article" +#, no-php-format msgid "" "The InnoDB buffer pool has a profound impact on performance for InnoDB " "tables. Assign all your remaining memory to this buffer. For database " @@ -1071,14 +1030,14 @@ msgid "" msgstr "" "The InnoDB buffer pool has a profound impact on performance for InnoDB " "tables. Assign all your remaining memory to this buffer. For database " -"servers that use solely InnoDB as storage engine and have no other services " -"(e.g. a web server) running, you may set this as high as 80%% of your " +"servers that use solely InnoDB as storage engine and have no other services (" +"e.g. a web server) running, you may set this as high as 80% of your " "available memory. If that is not the case, you need to carefully assess the " "memory consumption of your other services and non-InnoDB-Tables and set this " "variable accordingly. If it is set too high, your system will start " -"swapping, which decreases performance significantly. See also this article" +"swapping, which decreases performance significantly. See also this " +"article" #: libraries/advisory_rules_generic.php:677 #, php-format @@ -1140,10 +1099,9 @@ msgid "query_cache_size is set to 0 or query_cache_type is set to 'OFF'" msgstr "query_cache_size is set to 0 or query_cache_type is set to 'OFF'" #: libraries/advisory_rules_mysql_before80003.php:23 -#, fuzzy, no-php-format -#| msgid "Query cache efficiency (%%)" +#, no-php-format msgid "Query cache efficiency (%)" -msgstr "Query cache efficiency (%%)" +msgstr "Query cache efficiency (%)" #: libraries/advisory_rules_mysql_before80003.php:27 msgid "Query cache not running efficiently, it has a low hit rate." @@ -1163,10 +1121,9 @@ msgid "Query Cache usage" msgstr "Query Cache usage" #: libraries/advisory_rules_mysql_before80003.php:39 -#, fuzzy, no-php-format -#| msgid "Less than 80%% of the query cache is being utilized." +#, no-php-format msgid "Less than 80% of the query cache is being utilized." -msgstr "Less than 80%% of the query cache is being utilised." +msgstr "Less than 80% of the query cache is being utilised." #: libraries/advisory_rules_mysql_before80003.php:41 msgid "" @@ -8779,7 +8736,7 @@ msgstr "MySQL returned an empty result set (i.e. zero rows)." #: libraries/classes/Controllers/Table/MaintenanceController.php:163 #: libraries/classes/Controllers/Table/MaintenanceController.php:198 msgid "Maintenance operations on multiple tables are disabled." -msgstr "" +msgstr "Maintenance operations on multiple tables are disabled." #: libraries/classes/Controllers/Table/OperationsController.php:108 #: libraries/classes/Controllers/Table/OperationsController.php:295 @@ -12270,12 +12227,12 @@ msgid "Converts an Internet network address in (IPv4/IPv6) format to binary" msgstr "Converts an Internet network address in (IPv4/IPv6) format to binary" #: libraries/classes/Plugins/Transformations/Input/Text_Plain_Iptolong.php:29 -#, fuzzy -#| msgid "Converts an Internet network address in (IPv4/IPv6) format to long." msgid "" "Converts an Internet network address in (IPv4/IPv6) format into a long " "integer." -msgstr "Converts an Internet network address in (IPv4/IPv6) format to long." +msgstr "" +"Converts an Internet network address in (IPv4/IPv6) format into a long " +"integer." #: libraries/classes/Plugins/Transformations/Input/Text_Plain_JsonEditor.php:26 msgid "Syntax highlighted CodeMirror editor for JSON." @@ -13517,6 +13474,8 @@ msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" msgstr "" +"Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " +"conventional mapping of IPv4 addresses into IPv6 addresses" #: libraries/classes/Types.php:723 msgctxt "numeric types" @@ -14626,15 +14585,11 @@ msgid "Event scheduler status" msgstr "Event scheduler status" #: templates/database/export/index.twig:62 -#, fuzzy -#| msgid "" -#| "@SERVER@ will become the server name, @DATABASE@ will become the database " -#| "name." msgid "" "@SERVER@ will become the server name and @DATABASE@ will become the database " "name." msgstr "" -"@SERVER@ will become the server name, @DATABASE@ will become the database " +"@SERVER@ will become the server name and @DATABASE@ will become the database " "name." #. l10n: A query that the user has written freely @@ -15423,18 +15378,15 @@ msgid "File name template:" msgstr "File name template:" #: templates/export.twig:324 -#, fuzzy, php-format -#| msgid "" -#| "This value is interpreted using the 'strftime' function, so you can use " -#| "time formatting strings. Additionally the following transformations will " -#| "happen:" +#, php-format msgid "" "This value is interpreted using the 'strftime' function, so you can use time " "formatting strings. Additionally the following transformations will happen: " "%s Other text will be kept as is. See the FAQ 6.27 for details." msgstr "" "This value is interpreted using the 'strftime' function, so you can use time " -"formatting strings. Additionally the following transformations will happen:" +"formatting strings. Additionally the following transformations will happen: " +"%s Other text will be kept as is. See the FAQ 6.27 for details." #: templates/export.twig:329 msgid "use this for future exports" @@ -17765,16 +17717,12 @@ msgid "Save chart as image" msgstr "Save chart as image" #: templates/table/export/index.twig:8 -#, fuzzy -#| msgid "" -#| "@SERVER@ will become the server name, @DATABASE@ will become the database " -#| "name, @TABLE@ will become the table name." msgid "" "@SERVER@ will become the server name, @DATABASE@ will become the database " "name and @TABLE@ will become the table name." msgstr "" "@SERVER@ will become the server name, @DATABASE@ will become the database " -"name, @TABLE@ will become the table name." +"name and @TABLE@ will become the table name." #: templates/table/export/index.twig:5 #, php-format @@ -17888,10 +17836,8 @@ msgid "Continue insertion with %s rows" msgstr "Continue insertion with %s rows" #: templates/table/maintenance/checksum.twig:13 -#, fuzzy -#| msgid "Check" msgid "Checksum" -msgstr "Check" +msgstr "Checksum" #: templates/table/operations/index.twig:9 msgid "Alter table order by"