From fd47e02a22ad75be871c5ae9459b145a2bb37d1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristjan=20R=C3=A4ts?= Date: Mon, 1 Aug 2016 11:04:08 +0000 Subject: [PATCH 01/19] Translated using Weblate (Estonian) Currently translated at 100.0% (3217 of 3217 strings) [CI skip] --- po/et.po | 41 ++++++++++++++++++----------------------- 1 file changed, 18 insertions(+), 23 deletions(-) diff --git a/po/et.po b/po/et.po index b0f81fdfce..851ce9143c 100644 --- a/po/et.po +++ b/po/et.po @@ -6,16 +6,16 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.7.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2016-08-01 11:05+0200\n" -"PO-Revision-Date: 2016-05-23 12:58+0000\n" +"PO-Revision-Date: 2016-08-01 11:04+0000\n" "Last-Translator: Kristjan Räts \n" -"Language-Team: Estonian \n" +"Language-Team: Estonian " +"\n" "Language: et\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 2.7-dev\n" +"X-Generator: Weblate 2.8-dev\n" #: changelog.php:37 license.php:33 #, php-format @@ -837,6 +837,7 @@ msgstr "Oled KUSTUTAMAS kogu andmebaasi!" #: js/messages.php:53 msgid "Cannot rename database to the same name. Change the name and try again" msgstr "" +"Andmebaasi uus nimi ei saa olla ta vana nimi. Muuda uut nime ja proovi uuesti" #: js/messages.php:55 msgid "You are about to DESTROY a complete table!" @@ -3229,10 +3230,9 @@ msgid "Details…" msgstr "Detailid…" #: libraries/DatabaseInterface.php:2325 -#, fuzzy #| msgid "Missing parameter:" msgid "Missing connection parameters!" -msgstr "Puudulik parameeter:" +msgstr "Puuduvad ühenduse parameetrid!" #: libraries/DatabaseInterface.php:2358 msgid "Connection for controluser as defined in your configuration failed." @@ -5339,10 +5339,9 @@ msgid "Could not connect to the database server!" msgstr "Ei saa ühenduda andmebaasi serveriga!" #: libraries/config/Validator.php:286 -#, fuzzy #| msgid "Authentication type" msgid "Invalid authentication type!" -msgstr "Autentimise tüüp" +msgstr "Vigane autentimise tüüp!" #: libraries/config/Validator.php:293 msgid "Empty username while using [kbd]config[/kbd] authentication method!" @@ -9070,10 +9069,9 @@ msgid "Log out" msgstr "Logi välja" #: libraries/navigation/NavigationHeader.php:173 -#, fuzzy #| msgid "Dumping data" msgid "Empty session data" -msgstr "Andmete tõmmistamine" +msgstr "Seansiandmed puuduvad" #: libraries/navigation/NavigationHeader.php:189 msgid "phpMyAdmin documentation" @@ -10247,10 +10245,10 @@ msgid "Last check:" msgstr "Viimane kontroll:" #: libraries/plugins/export/ExportSql.php:1479 -#, fuzzy, php-format +#, php-format #| msgid "Table structure for table" msgid "Error reading structure for table %s:" -msgstr "Tabeli struktuur tabelile" +msgstr "Viga tabeli %s struktuuri lugemisel:" #: libraries/plugins/export/ExportSql.php:1533 msgid "It appears your database uses views;" @@ -10302,10 +10300,10 @@ msgid "(See below for the actual view)" msgstr "(Tegelik vaade on allpool)" #: libraries/plugins/export/ExportSql.php:2195 -#, fuzzy, php-format +#, php-format #| msgid "Error reading data:" msgid "Error reading data for table %s:" -msgstr "Andmete lugemisel esines viga:" +msgstr "Viga tabeli %s andmete lugemisel:" #: libraries/plugins/export/ExportXml.php:97 msgid "Object creation options (all are recommended)" @@ -13781,14 +13779,13 @@ msgid "Cannot save settings, submitted form contains errors!" msgstr "Sätteid ei salvestatud; saadetud vorm sisaldab vigu!" #: prefs_manage.php:50 -#, fuzzy #| msgid "Missing phpMyAdmin configuration storage tables" msgid "phpMyAdmin configuration snippet" -msgstr "Puudulikud phpMyAdmini seadistuse salvestuse tabelid" +msgstr "phpMyAdmini seadistuse jupp" #: prefs_manage.php:51 msgid "Paste it to your config.inc.php" -msgstr "" +msgstr "Kleebi see oma config.inc.php" #: prefs_manage.php:105 msgid "Could not import configuration" @@ -13840,10 +13837,9 @@ msgstr "" "näiteks %sPaigaldaja skripti%s." #: prefs_manage.php:342 -#, fuzzy #| msgid "Save as file" msgid "Save as PHP file" -msgstr "Salvesta failina" +msgstr "Salvesta PHP failina" #: prefs_manage.php:347 msgid "Save to browser's storage" @@ -13965,10 +13961,9 @@ msgstr "" "'config' kataloog." #: setup/frames/index.inc.php:134 -#, fuzzy #| msgid "Configuration saved." msgid "Configuration not saved!" -msgstr "Seadistus on salvestatud." +msgstr "Seadistust ei salvestatud!" #: setup/frames/index.inc.php:149 setup/frames/menu.inc.php:20 msgid "Overview" @@ -14090,7 +14085,7 @@ msgstr "Valed andmed" #: setup/validate.php:30 #, php-format msgid "Wrong data or no validation for %s" -msgstr "" +msgstr "Valed andmed või puudub %s valideerimine" #: tbl_create.php:31 tbl_get_field.php:26 #, php-format @@ -15501,7 +15496,7 @@ msgstr "otsene viga" #: view_create.php:45 msgid "View name can not be empty" -msgstr "" +msgstr "Vaate nimi ei saa olla tühi" #: view_create.php:248 msgid "VIEW name" From 8d413e7ddea4d48df5fa8240c420d19ce47e56f3 Mon Sep 17 00:00:00 2001 From: Isaac Bennetch Date: Sat, 30 Jul 2016 21:16:09 -0400 Subject: [PATCH 02/19] Minor grammar improvements Signed-off-by: Isaac Bennetch --- doc/config.rst | 10 +++++----- doc/privileges.rst | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/config.rst b/doc/config.rst index e842c0a01d..f374bb742d 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -1427,7 +1427,7 @@ Generic settings This is not a security measure as there will be always ways to circumvent this. If you want to prohibit users from dropping databases, - revoke them corresponding DROP privilege. + revoke their corresponding DROP privilege. Defines whether normal users (non-administrator) are allowed to delete their own database or not. If set as false, the link :guilabel:`Drop @@ -2612,7 +2612,7 @@ webserver. If you cannot avoid having this directory published by webserver, limit access to it either by web server configuration (for example using .htaccess or web.config files) or place at least an empty :file:`index.html` file there, so that directory listing is not possible. However as long as the -directory is accessible by web server, attacker can guess filenames to download +directory is accessible by web server, an attacker can guess filenames to download the files. .. config:option:: $cfg['UploadDir'] @@ -2640,7 +2640,7 @@ the files. .. warning:: Please see top of this chapter (:ref:`web-dirs`) for instructions how - to setup this directory and how to make it's usage secure. + to setup this directory and how to make its usage secure. .. seealso:: @@ -2662,7 +2662,7 @@ the files. .. warning:: Please see top of this chapter (:ref:`web-dirs`) for instructions how - to setup this directory and how to make it's usage secure. + to setup this directory and how to make its usage secure. .. config:option:: $cfg['TempDir'] @@ -2701,7 +2701,7 @@ the files. .. warning:: Please see top of this chapter (:ref:`web-dirs`) for instructions how - to setup this directory and how to make it's usage secure. + to setup this directory and how to make its usage secure. Various display setting ----------------------- diff --git a/doc/privileges.rst b/doc/privileges.rst index 2ce1f42cc4..6a7b8c37d1 100644 --- a/doc/privileges.rst +++ b/doc/privileges.rst @@ -60,15 +60,15 @@ will see in the phpMyAdmin navigation. .. warning:: - This feature only limits what user sees, he is still able to use all the + This feature only limits what a user sees, he is still able to use all the functions. So this can not be considered as a security limitation. Should you want to limit what users can do, use MySQL privileges to achieve that. With this feature enabled, the :guilabel:`User accounts` management interface gains -second tab for managing :guilabel:`User groups`, where you can define what each +a second tab for managing :guilabel:`User groups`, where you can define what each group will view (see image below) and you can then assign each user to one of -groups. Users will be presented by simplified user interface, what might be -useful for inexperienced users who could be overwhelmed by all features +these groups. Users will be presented with a simplified user interface, which might be +useful for inexperienced users who could be overwhelmed by all the features phpMyAdmin provides. .. image:: images/usergroups.png From 84490893cc8b092b56b0f9aad38edda90cc1496a Mon Sep 17 00:00:00 2001 From: Domen Date: Mon, 1 Aug 2016 12:55:12 +0000 Subject: [PATCH 03/19] Translated using Weblate (Slovenian) Currently translated at 100.0% (3217 of 3217 strings) [CI skip] --- po/sl.po | 50 +++++++++++++++++++++++--------------------------- 1 file changed, 23 insertions(+), 27 deletions(-) diff --git a/po/sl.po b/po/sl.po index f540389a24..4f2b7658d2 100644 --- a/po/sl.po +++ b/po/sl.po @@ -4,17 +4,17 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.7.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2016-08-01 11:05+0200\n" -"PO-Revision-Date: 2016-05-23 17:43+0000\n" +"PO-Revision-Date: 2016-08-01 12:55+0000\n" "Last-Translator: Domen \n" -"Language-Team: Slovenian \n" +"Language-Team: Slovenian " +"\n" "Language: sl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" -"%100==4 ? 2 : 3;\n" -"X-Generator: Weblate 2.7-dev\n" +"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || " +"n%100==4 ? 2 : 3;\n" +"X-Generator: Weblate 2.8-dev\n" #: changelog.php:37 license.php:33 #, php-format @@ -843,6 +843,8 @@ msgstr "S tem dejanjem boste UNIČILI celotno zbirko podatkov!" #: js/messages.php:53 msgid "Cannot rename database to the same name. Change the name and try again" msgstr "" +"Zbirke podatkov ne moremo preimenovati na isto ime. Spremenite ime in " +"poskusite znova" #: js/messages.php:55 msgid "You are about to DESTROY a complete table!" @@ -3248,10 +3250,9 @@ msgid "Details…" msgstr "Podrobnosti …" #: libraries/DatabaseInterface.php:2325 -#, fuzzy #| msgid "Missing parameter:" msgid "Missing connection parameters!" -msgstr "Manjkajoč parameter:" +msgstr "Manjkajo parametri povezave!" #: libraries/DatabaseInterface.php:2358 msgid "Connection for controluser as defined in your configuration failed." @@ -5386,10 +5387,9 @@ msgid "Could not connect to the database server!" msgstr "Ne morem se povezati s strežnikom zbirke podatkov!" #: libraries/config/Validator.php:286 -#, fuzzy #| msgid "Authentication type" msgid "Invalid authentication type!" -msgstr "Vrsta overovitve" +msgstr "Neveljavna vrsta overovitve!" #: libraries/config/Validator.php:293 msgid "Empty username while using [kbd]config[/kbd] authentication method!" @@ -9162,10 +9162,9 @@ msgid "Log out" msgstr "Odjava" #: libraries/navigation/NavigationHeader.php:173 -#, fuzzy #| msgid "Dumping data" msgid "Empty session data" -msgstr "Odloži podatke" +msgstr "Izprazni podatke seje" #: libraries/navigation/NavigationHeader.php:189 msgid "phpMyAdmin documentation" @@ -10334,10 +10333,10 @@ msgid "Last check:" msgstr "Zadnjič pregledano:" #: libraries/plugins/export/ExportSql.php:1479 -#, fuzzy, php-format +#, php-format #| msgid "Table structure for table" msgid "Error reading structure for table %s:" -msgstr "Struktura tabele" +msgstr "Napaka pri branju strukture tabele %s:" #: libraries/plugins/export/ExportSql.php:1533 msgid "It appears your database uses views;" @@ -10389,10 +10388,10 @@ msgid "(See below for the actual view)" msgstr "(Oglejte si spodaj za resnični pogled)" #: libraries/plugins/export/ExportSql.php:2195 -#, fuzzy, php-format +#, php-format #| msgid "Error reading data:" msgid "Error reading data for table %s:" -msgstr "Napaka med branjem podatkov:" +msgstr "Napaka pri branju podatkov tabele %s:" #: libraries/plugins/export/ExportXml.php:97 msgid "Object creation options (all are recommended)" @@ -13895,14 +13894,13 @@ msgid "Cannot save settings, submitted form contains errors!" msgstr "Ne morem shraniti nastavitev, saj poslani obrazec vsebuje napake!" #: prefs_manage.php:50 -#, fuzzy #| msgid "Missing phpMyAdmin configuration storage tables" msgid "phpMyAdmin configuration snippet" -msgstr "Manjkajoče tabele hrambe konfiguracije phpMyAdmin" +msgstr "Izsek konfiguracije phpMyAdmin" #: prefs_manage.php:51 msgid "Paste it to your config.inc.php" -msgstr "" +msgstr "Prilepite ga v svoj config.inc.php" #: prefs_manage.php:105 msgid "Could not import configuration" @@ -13954,10 +13952,9 @@ msgstr "" "uporabo %sNastavitvenega skripta%s." #: prefs_manage.php:342 -#, fuzzy #| msgid "Save as file" msgid "Save as PHP file" -msgstr "Shrani kot datoteko" +msgstr "Shrani kot datoteko PHP" #: prefs_manage.php:347 msgid "Save to browser's storage" @@ -14068,22 +14065,21 @@ msgstr "Nezavarovana povezava" #: setup/frames/index.inc.php:121 msgid "Configuration saved." -msgstr "Konfiguracija je shranjena." +msgstr "Konfiguracijo smo shranili." #: setup/frames/index.inc.php:124 msgid "" "Configuration saved to file config/config.inc.php in phpMyAdmin top level " "directory, copy it to top level one and delete directory config to use it." msgstr "" -"Konfiguracija je shranjena v datoteko config/config.inc.php v vrhnji mapi " +"Konfiguracijo smo shranili v datoteko config/config.inc.php v vrhnji mapi " "phpMyAdmin; skopirajte jo v vrhnjo mapo in izbrišite mapo config, če jo " "želite uporabiti." #: setup/frames/index.inc.php:134 -#, fuzzy #| msgid "Configuration saved." msgid "Configuration not saved!" -msgstr "Konfiguracija je shranjena." +msgstr "Konfiguracije nismo shranili!" #: setup/frames/index.inc.php:149 setup/frames/menu.inc.php:20 msgid "Overview" @@ -14205,7 +14201,7 @@ msgstr "Napačni podatki" #: setup/validate.php:30 #, php-format msgid "Wrong data or no validation for %s" -msgstr "" +msgstr "Napačni podatki ali pa ni preverjanja za %s" #: tbl_create.php:31 tbl_get_field.php:26 #, php-format @@ -15622,7 +15618,7 @@ msgstr "stroga napaka" #: view_create.php:45 msgid "View name can not be empty" -msgstr "" +msgstr "Ime pogleda ne more biti prazno" #: view_create.php:248 msgid "VIEW name" From 207c63e432c1d34dde5f5bea7c1524ecc37e72d1 Mon Sep 17 00:00:00 2001 From: dingo thirteen Date: Mon, 1 Aug 2016 13:30:28 +0000 Subject: [PATCH 04/19] Translated using Weblate (Dutch) Currently translated at 100.0% (3217 of 3217 strings) [CI skip] --- po/nl.po | 42 +++++++++++++++++++----------------------- 1 file changed, 19 insertions(+), 23 deletions(-) diff --git a/po/nl.po b/po/nl.po index 300fe19b9d..1780707225 100644 --- a/po/nl.po +++ b/po/nl.po @@ -4,16 +4,16 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.7.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2016-08-01 11:05+0200\n" -"PO-Revision-Date: 2016-05-23 17:30+0000\n" +"PO-Revision-Date: 2016-08-01 13:30+0000\n" "Last-Translator: dingo thirteen \n" -"Language-Team: Dutch \n" +"Language-Team: Dutch " +"\n" "Language: nl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 2.7-dev\n" +"X-Generator: Weblate 2.8-dev\n" #: changelog.php:37 license.php:33 #, php-format @@ -843,6 +843,8 @@ msgstr "U staat op het punt een volledige database te VERWIJDEREN!" #: js/messages.php:53 msgid "Cannot rename database to the same name. Change the name and try again" msgstr "" +"Kan de database niet hernoemen naar dezelfde naam. Wijzig de naam en probeer " +"het opnieuw" #: js/messages.php:55 msgid "You are about to DESTROY a complete table!" @@ -3264,10 +3266,9 @@ msgid "Details…" msgstr "Details…" #: libraries/DatabaseInterface.php:2325 -#, fuzzy #| msgid "Missing parameter:" msgid "Missing connection parameters!" -msgstr "Ontbrekende parameter:" +msgstr "Ontbrekende connectie parameters!" #: libraries/DatabaseInterface.php:2358 msgid "Connection for controluser as defined in your configuration failed." @@ -5411,10 +5412,9 @@ msgid "Could not connect to the database server!" msgstr "Kan geen verbinding maken met de databaseserver!" #: libraries/config/Validator.php:286 -#, fuzzy #| msgid "Authentication type" msgid "Invalid authentication type!" -msgstr "Authenticatietype" +msgstr "Onjuist authenticatietype!" #: libraries/config/Validator.php:293 msgid "Empty username while using [kbd]config[/kbd] authentication method!" @@ -9232,10 +9232,9 @@ msgid "Log out" msgstr "Aanmelden" #: libraries/navigation/NavigationHeader.php:173 -#, fuzzy #| msgid "Dumping data" msgid "Empty session data" -msgstr "Dumpen data" +msgstr "Sessiedata is leeg" #: libraries/navigation/NavigationHeader.php:189 msgid "phpMyAdmin documentation" @@ -10423,10 +10422,10 @@ msgid "Last check:" msgstr "Laatst gecontroleerd:" #: libraries/plugins/export/ExportSql.php:1479 -#, fuzzy, php-format +#, php-format #| msgid "Table structure for table" msgid "Error reading structure for table %s:" -msgstr "Tabelstructuur voor tabel" +msgstr "Fout bij lezen van tabelstructuur van tabel %s:" #: libraries/plugins/export/ExportSql.php:1533 msgid "It appears your database uses views;" @@ -10478,10 +10477,10 @@ msgid "(See below for the actual view)" msgstr "(Zie onder voor de actuele view)" #: libraries/plugins/export/ExportSql.php:2195 -#, fuzzy, php-format +#, php-format #| msgid "Error reading data:" msgid "Error reading data for table %s:" -msgstr "Fout bij het lezen van gegevens:" +msgstr "Fout bij het lezen van gegevens voor tabel %s:" #: libraries/plugins/export/ExportXml.php:97 msgid "Object creation options (all are recommended)" @@ -14039,14 +14038,13 @@ msgstr "" "Instellingen werden niet opgeslagen, het verstuurde formulier bevat fouten!" #: prefs_manage.php:50 -#, fuzzy #| msgid "Missing phpMyAdmin configuration storage tables" msgid "phpMyAdmin configuration snippet" -msgstr "Tabellen voor de configuratie-opslag van phpMyAdmin ontbreken" +msgstr "phpMyAdmin configuratie fragment" #: prefs_manage.php:51 msgid "Paste it to your config.inc.php" -msgstr "" +msgstr "Plak het in uw config.inc.php" #: prefs_manage.php:105 msgid "Could not import configuration" @@ -14100,10 +14098,9 @@ msgstr "" "door het %ssetup-script%s te gebruiken." #: prefs_manage.php:342 -#, fuzzy #| msgid "Save as file" msgid "Save as PHP file" -msgstr "Opslaan als bestand" +msgstr "Opslaan als PHP bestand" #: prefs_manage.php:347 msgid "Save to browser's storage" @@ -14229,10 +14226,9 @@ msgstr "" "verwijder de config-map." #: setup/frames/index.inc.php:134 -#, fuzzy #| msgid "Configuration saved." msgid "Configuration not saved!" -msgstr "Configuratie opgeslagen." +msgstr "Configuratie niet bewaard!" #: setup/frames/index.inc.php:149 setup/frames/menu.inc.php:20 msgid "Overview" @@ -14355,7 +14351,7 @@ msgstr "Verkeerde gegevens" #: setup/validate.php:30 #, php-format msgid "Wrong data or no validation for %s" -msgstr "" +msgstr "Verkeerde gegevens of geen validatie voor %s" #: tbl_create.php:31 tbl_get_field.php:26 #, php-format @@ -15777,7 +15773,7 @@ msgstr "strikte fout" #: view_create.php:45 msgid "View name can not be empty" -msgstr "" +msgstr "View naam kan niet leeg zijn" #: view_create.php:248 msgid "VIEW name" From 886ef5d573ee63ba4036c5e11edfa047ec794b57 Mon Sep 17 00:00:00 2001 From: Giovanni Sora Date: Mon, 1 Aug 2016 13:13:26 +0000 Subject: [PATCH 05/19] Translated using Weblate (Interlingua) Currently translated at 73.5% (2365 of 3217 strings) [CI skip] --- po/ia.po | 42 ++++++++++++++++++++---------------------- 1 file changed, 20 insertions(+), 22 deletions(-) diff --git a/po/ia.po b/po/ia.po index e337f92811..9dae5c8239 100644 --- a/po/ia.po +++ b/po/ia.po @@ -8,16 +8,16 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.7.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2016-08-01 11:05+0200\n" -"PO-Revision-Date: 2016-05-23 13:14+0000\n" +"PO-Revision-Date: 2016-08-01 13:13+0000\n" "Last-Translator: Giovanni Sora \n" -"Language-Team: Interlingua \n" +"Language-Team: Interlingua " +"\n" "Language: ia\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 2.7-dev\n" +"X-Generator: Weblate 2.8-dev\n" #: changelog.php:37 license.php:33 #, php-format @@ -5435,10 +5435,9 @@ msgid "Could not connect to the database server!" msgstr "Il non pote connecter a servitor de base de datos!" #: libraries/config/Validator.php:286 -#, fuzzy #| msgid "Authentication type" msgid "Invalid authentication type!" -msgstr "Typo de authentication" +msgstr "Typo de authentication invalide!" #: libraries/config/Validator.php:293 msgid "Empty username while using [kbd]config[/kbd] authentication method!" @@ -7063,8 +7062,8 @@ msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" msgstr "" -"Lassa vacue pro necun supporto de [doc@bookmarks@] bookmark[/doc] 2 , " -"suggerite: [kbd] 3 pma__bookmark[/kbd] 4" +"Lassa vacue pro nulle [doc@bookmarks@]bookmark[/doc] supporto, suggerite: " +"[kbd]pma__bookmark[/kbd]" #: libraries/config/messages.inc.php:643 msgid "Bookmark table" @@ -7108,7 +7107,7 @@ msgid "" "available on [doc@linked-tables]documentation[/doc]." msgstr "" "Un usator special de MySQL configurate con permissiones limitate, ulterior " -"information disponibile sur [doc@linked-tables] documentation[/doc]." +"information disponibile sur [doc@linked-tables] 1documentation[/doc] 2." #: libraries/config/messages.inc.php:659 msgid "Control user" @@ -7280,8 +7279,8 @@ msgid "" "Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" "Base de datos usate pro relationes, marcatores de libro, e characteristicas " -"de PDF. Vide [doc@linked-tables]pmadb[/doc]pro le information complete. " -"Lassa vacue pro nulle supporto. Suggerite: [kbd]phpmyadmin[/kbd]." +"de PDF. Vide [doc@linked-tables] 1pmadb[/doc] 2 pro le information complete. " +"Lassa vacue pro nulle supporto. Suggerite: [kbd] 3phpmyadmin[/kbd] 4." #: libraries/config/messages.inc.php:727 #: templates/server/databases/create.phtml:20 @@ -7327,8 +7326,8 @@ msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." msgstr "" -"Lassa vacue pro nulle[doc@relations@]relation-links[/doc] supporto, " -"suggerite: [kbd]pma__relation[/kbd]." +"Lassa vacue pro nulle supporto [doc@relations@] 1relation-links[/doc] 2 , " +"suggerite: [kbd] 3pma__relation[/kbd] 4." #: libraries/config/messages.inc.php:746 msgid "Relation table" @@ -7338,7 +7337,8 @@ msgstr "Tabella de relation" msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" -"Vide [doc@authentication-modes] typos de authentication[/doc] pro un exemplo." +"Vide [doc@authentication-modes] typos de authentication [/doc] pro un " +"exemplo." #: libraries/config/messages.inc.php:751 msgid "Signon session name" @@ -7870,7 +7870,7 @@ msgstr "Contrasigno de proxy" #: libraries/config/messages.inc.php:974 msgid "Enable ZIP compression for import and export operations." msgstr "" -"Il habilita le compressionZIP per operationes de importation e exportation." +"Il habilita le compression ZIP per operationes de importation e exportation." #: libraries/config/messages.inc.php:977 msgid "ZIP" @@ -9257,10 +9257,9 @@ msgid "Log out" msgstr "Claude session" #: libraries/navigation/NavigationHeader.php:173 -#, fuzzy #| msgid "Dumping data" msgid "Empty session data" -msgstr "Dump (discargamento) de datos" +msgstr "Datos de session vacue" #: libraries/navigation/NavigationHeader.php:189 msgid "phpMyAdmin documentation" @@ -13877,10 +13876,9 @@ msgid "" msgstr "" #: setup/frames/index.inc.php:134 -#, fuzzy #| msgid "Configuration saved." msgid "Configuration not saved!" -msgstr "Configuration salveguardate." +msgstr "Configuration non salveguardate!" #: setup/frames/index.inc.php:149 setup/frames/menu.inc.php:20 msgid "Overview" @@ -14676,9 +14674,9 @@ msgid "" "about relevant configuration settings. It will be sent to the phpMyAdmin " "team for debugging the error." msgstr "" -"Iste reporto automaticamente include datos re le error e informationes re " -"preferentias de configuration relevante. Illo essera inviate al equipa de " -"phpMyAdmin pro analysar le error." +"Iste reporto includeva automaticamente datos re le error e re le information " +"super fixationes de configuration relevante. Illo essera inviata al equipa " +"de phpMtAdmin pro analysar le error." #: templates/error/report_form.phtml:14 msgid "" From f2550a5844f2f86ddf8ac2e4d856b8494eefb655 Mon Sep 17 00:00:00 2001 From: Domen Date: Mon, 1 Aug 2016 12:56:06 +0000 Subject: [PATCH 06/19] Translated using Weblate (Slovenian) Currently translated at 100.0% (3217 of 3217 strings) [CI skip] --- po/sl.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/po/sl.po b/po/sl.po index 4f2b7658d2..06176c7432 100644 --- a/po/sl.po +++ b/po/sl.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.7.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2016-08-01 11:05+0200\n" -"PO-Revision-Date: 2016-08-01 12:55+0000\n" +"PO-Revision-Date: 2016-08-01 12:56+0000\n" "Last-Translator: Domen \n" "Language-Team: Slovenian " "\n" @@ -7075,9 +7075,9 @@ msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@https://bugs.mysql.com/19588]MySQL Bugs[/a]" msgstr "" -"Več informacij na [a@https://sourceforge.net/p/phpmyadmin/" -"bugs/2606/]sledilniku hroščev PMA[/a] in[a@https://bugs.mysql." -"com/19588]hroščih MySQL[/a]" +"Več informacij na [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]" +"sledilniku hroščev PMA[/a] in [a@https://bugs.mysql.com/19588]hroščih " +"MySQL[/a]" #: libraries/config/messages.inc.php:677 msgid "Disable use of INFORMATION_SCHEMA" From 3172b801ec154491d357ccffa4aca8da456179c7 Mon Sep 17 00:00:00 2001 From: Burak Yavuz Date: Mon, 1 Aug 2016 12:21:54 +0000 Subject: [PATCH 07/19] Translated using Weblate (Turkish) Currently translated at 99.8% (3211 of 3217 strings) [CI skip] --- po/tr.po | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/po/tr.po b/po/tr.po index 8abc354510..7091c7cf6a 100644 --- a/po/tr.po +++ b/po/tr.po @@ -4,16 +4,16 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.7.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2016-08-01 11:05+0200\n" -"PO-Revision-Date: 2016-05-23 13:20+0000\n" +"PO-Revision-Date: 2016-08-01 12:21+0000\n" "Last-Translator: Burak Yavuz \n" -"Language-Team: Turkish \n" +"Language-Team: Turkish " +"\n" "Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 2.7-dev\n" +"X-Generator: Weblate 2.8-dev\n" #: changelog.php:37 license.php:33 #, php-format @@ -840,6 +840,7 @@ msgstr "Bütün bir veritabanını YOK ETMEK üzeresiniz!" #: js/messages.php:53 msgid "Cannot rename database to the same name. Change the name and try again" msgstr "" +"Veritabanı aynı isme yeniden adlandırılamaz. Adı değiştirin ve tekrar deneyin" #: js/messages.php:55 msgid "You are about to DESTROY a complete table!" @@ -3248,10 +3249,9 @@ msgid "Details…" msgstr "Ayrıntılar…" #: libraries/DatabaseInterface.php:2325 -#, fuzzy #| msgid "Missing parameter:" msgid "Missing connection parameters!" -msgstr "Eksik parametreler:" +msgstr "Eksik bağlantı parametreleri!" #: libraries/DatabaseInterface.php:2358 msgid "Connection for controluser as defined in your configuration failed." @@ -5377,10 +5377,9 @@ msgid "Could not connect to the database server!" msgstr "Veritabanı sunucusuna bağlanamadı!" #: libraries/config/Validator.php:286 -#, fuzzy #| msgid "Authentication type" msgid "Invalid authentication type!" -msgstr "Kimlik doğrulaması türü" +msgstr "Geçersiz kimlik doğrulaması türü!" #: libraries/config/Validator.php:293 msgid "Empty username while using [kbd]config[/kbd] authentication method!" @@ -9171,10 +9170,9 @@ msgid "Log out" msgstr "Oturumu kapat" #: libraries/navigation/NavigationHeader.php:173 -#, fuzzy #| msgid "Dumping data" msgid "Empty session data" -msgstr "Veri dökümleniyor" +msgstr "Boş oturum verisi" #: libraries/navigation/NavigationHeader.php:189 msgid "phpMyAdmin documentation" @@ -10350,10 +10348,10 @@ msgid "Last check:" msgstr "Son kontrol:" #: libraries/plugins/export/ExportSql.php:1479 -#, fuzzy, php-format +#, php-format #| msgid "Table structure for table" msgid "Error reading structure for table %s:" -msgstr "Tablo için tablo yapısı" +msgstr "%s tablosu için yapı okuma hatası:" #: libraries/plugins/export/ExportSql.php:1533 msgid "It appears your database uses views;" @@ -10405,10 +10403,10 @@ msgid "(See below for the actual view)" msgstr "(Asıl görünüm için aşağıya bakın)" #: libraries/plugins/export/ExportSql.php:2195 -#, fuzzy, php-format +#, php-format #| msgid "Error reading data:" msgid "Error reading data for table %s:" -msgstr "Veri okunması hatası:" +msgstr "%s tablosu için veri okuma hatası:" #: libraries/plugins/export/ExportXml.php:97 msgid "Object creation options (all are recommended)" From 8b26bc1f65c8ab046e54c72b1d153508f80f10a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 1 Aug 2016 16:06:30 +0200 Subject: [PATCH 08/19] Start Kabylian translation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- libraries/LanguageManager.php | 7 + po/kab.po | 15623 ++++++++++++++++++++++++++++++++ 2 files changed, 15630 insertions(+) create mode 100644 po/kab.po diff --git a/libraries/LanguageManager.php b/libraries/LanguageManager.php index fe00de3e2b..55c0863721 100644 --- a/libraries/LanguageManager.php +++ b/libraries/LanguageManager.php @@ -314,6 +314,13 @@ class LanguageManager 'ka|georgian', '', ), + 'kab' => array( + 'kab', + 'Kabylian', + 'Taqbaylit', + 'kab|kabylian', + '', + ), 'kk' => array( 'kk', 'Kazakh', diff --git a/po/kab.po b/po/kab.po new file mode 100644 index 0000000000..0e9610fb7f --- /dev/null +++ b/po/kab.po @@ -0,0 +1,15623 @@ +# phpMyAdmin translation. +# Copyright (C) 2003 - 2016 phpMyAdmin devel team +# This file is distributed under the same license as the phpMyAdmin package. +# Automatically generated, 2016. +# +msgid "" +msgstr "" +"Project-Id-Version: phpMyAdmin 4.7.0-dev\n" +"Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" +"POT-Creation-Date: 2016-08-01 11:05+0200\n" +"PO-Revision-Date: 2016-08-01 11:05+0200\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: kab\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" + +#: changelog.php:37 license.php:33 +#, php-format +msgid "" +"The %s file is not available on this system, please visit www.phpmyadmin.net " +"for more information." +msgstr "" + +#: db_central_columns.php:107 +msgid "The central list of columns for the current database is empty." +msgstr "" + +#: db_central_columns.php:132 +msgid "Click to sort." +msgstr "" + +#: db_central_columns.php:151 +#, php-format +msgid "Showing rows %1$s - %2$s." +msgstr "" + +#: db_datadict.php:58 libraries/operations.lib.php:36 +msgid "Database comment" +msgstr "" + +#: db_datadict.php:105 libraries/plugins/schema/pdf/PdfRelationSchema.php:596 +#: templates/columns_definitions/column_definitions_form.phtml:89 +msgid "Table comments:" +msgstr "" + +#: db_datadict.php:114 libraries/Index.php:686 +#: libraries/insert_edit.lib.php:1579 +#: libraries/navigation/nodes/NodeColumn.php:30 +#: libraries/plugins/export/ExportHtmlword.php:290 +#: libraries/plugins/export/ExportHtmlword.php:386 +#: libraries/plugins/export/ExportLatex.php:523 +#: libraries/plugins/export/ExportOdt.php:378 +#: libraries/plugins/export/ExportOdt.php:480 +#: libraries/plugins/export/ExportTexytext.php:284 +#: libraries/plugins/export/ExportTexytext.php:375 +#: libraries/plugins/export/PMA_ExportPdf.php:472 +#: libraries/plugins/schema/pdf/PdfRelationSchema.php:629 +#: libraries/plugins/schema/pdf/PdfRelationSchema.php:652 +#: libraries/tracking.lib.php:897 libraries/tracking.lib.php:995 +#: templates/columns_definitions/column_name.phtml:18 +#: templates/table/index_form.phtml:124 +#: templates/table/relation/common_form.phtml:11 +#: templates/table/relation/common_form.phtml:26 +#: templates/table/relation/common_form.phtml:78 +#: templates/table/relation/foreign_key_row.phtml:180 +#: templates/table/relation/foreign_key_row.phtml:192 +#: templates/table/relation/internal_relational_row.phtml:73 +#: templates/table/search/table_header.phtml:6 +#: templates/table/search/zoom_result_form.phtml:33 +#: vendor/phpmyadmin/motranslator/benchmark.php:12 +#: vendor/phpmyadmin/motranslator/tests/MoFilesTest.php:19 +msgid "Column" +msgstr "" + +#: db_datadict.php:115 libraries/Index.php:683 +#: libraries/central_columns.lib.php:696 libraries/central_columns.lib.php:1386 +#: libraries/insert_edit.lib.php:251 +#: libraries/plugins/export/ExportHtmlword.php:293 +#: libraries/plugins/export/ExportHtmlword.php:389 +#: libraries/plugins/export/ExportLatex.php:524 +#: libraries/plugins/export/ExportOdt.php:381 +#: libraries/plugins/export/ExportOdt.php:483 +#: libraries/plugins/export/ExportTexytext.php:285 +#: libraries/plugins/export/ExportTexytext.php:376 +#: libraries/plugins/export/PMA_ExportPdf.php:474 +#: libraries/plugins/schema/pdf/PdfRelationSchema.php:630 +#: libraries/plugins/schema/pdf/PdfRelationSchema.php:653 +#: libraries/rte/rte_list.lib.php:81 libraries/rte/rte_list.lib.php:109 +#: libraries/rte/rte_routines.lib.php:891 +#: libraries/rte/rte_routines.lib.php:922 +#: libraries/rte/rte_routines.lib.php:1584 +#: libraries/server_privileges.lib.php:2641 libraries/tracking.lib.php:898 +#: libraries/tracking.lib.php:992 +#: templates/columns_definitions/table_fields_definitions.phtml:11 +#: templates/database/structure/table_header.phtml:48 +#: templates/table/search/table_header.phtml:7 +#: templates/table/structure/table_structure_header.phtml:8 +#: vendor/phpmyadmin/motranslator/tests/FunctionsTest.php:31 +#: vendor/phpmyadmin/motranslator/tests/LoaderTest.php:118 +#: vendor/phpmyadmin/motranslator/tests/LoaderTest.php:174 +#: vendor/phpmyadmin/motranslator/tests/LoaderTest.php:182 +msgid "Type" +msgstr "" + +#: db_datadict.php:116 libraries/Index.php:689 +#: libraries/central_columns.lib.php:707 libraries/central_columns.lib.php:1387 +#: libraries/insert_edit.lib.php:1588 +#: libraries/plugins/export/ExportHtmlword.php:296 +#: libraries/plugins/export/ExportHtmlword.php:392 +#: libraries/plugins/export/ExportLatex.php:525 +#: libraries/plugins/export/ExportOdt.php:384 +#: libraries/plugins/export/ExportOdt.php:486 +#: libraries/plugins/export/ExportTexytext.php:286 +#: libraries/plugins/export/ExportTexytext.php:377 +#: libraries/plugins/export/PMA_ExportPdf.php:476 +#: libraries/plugins/schema/pdf/PdfRelationSchema.php:632 +#: libraries/plugins/schema/pdf/PdfRelationSchema.php:655 +#: libraries/tracking.lib.php:900 libraries/tracking.lib.php:998 +#: templates/columns_definitions/table_fields_definitions.phtml:39 +#: templates/table/search/zoom_result_form.phtml:34 +#: templates/table/structure/table_structure_header.phtml:11 +msgid "Null" +msgstr "" + +#: db_datadict.php:117 libraries/central_columns.lib.php:700 +#: libraries/central_columns.lib.php:1386 +#: libraries/plugins/export/ExportHtmlword.php:299 +#: libraries/plugins/export/ExportHtmlword.php:395 +#: libraries/plugins/export/ExportLatex.php:526 +#: libraries/plugins/export/ExportOdt.php:387 +#: libraries/plugins/export/ExportOdt.php:489 +#: libraries/plugins/export/ExportTexytext.php:287 +#: libraries/plugins/export/ExportTexytext.php:378 +#: libraries/plugins/export/PMA_ExportPdf.php:478 +#: libraries/plugins/schema/pdf/PdfRelationSchema.php:633 +#: libraries/plugins/schema/pdf/PdfRelationSchema.php:656 +#: libraries/replication_gui.lib.php:152 libraries/tracking.lib.php:901 +#: templates/columns_definitions/table_fields_definitions.phtml:25 +#: templates/database/structure/body_for_table_summary.phtml:55 +#: templates/table/structure/table_structure_header.phtml:12 +msgid "Default" +msgstr "" + +#: db_datadict.php:119 libraries/plugins/export/ExportHtmlword.php:399 +#: libraries/plugins/export/ExportLatex.php:528 +#: libraries/plugins/export/ExportOdt.php:493 +#: libraries/plugins/export/ExportTexytext.php:380 +#: libraries/plugins/export/PMA_ExportPdf.php:487 +#: libraries/plugins/schema/pdf/PdfRelationSchema.php:635 +#: libraries/plugins/schema/pdf/PdfRelationSchema.php:658 +msgid "Links to" +msgstr "" + +#: db_datadict.php:121 libraries/config/messages.inc.php:161 +#: libraries/config/messages.inc.php:177 libraries/config/messages.inc.php:215 +#: libraries/plugins/export/ExportHtmlword.php:404 +#: libraries/plugins/export/ExportLatex.php:531 +#: libraries/plugins/export/ExportOdt.php:498 +#: libraries/plugins/export/ExportTexytext.php:383 +#: libraries/plugins/export/PMA_ExportPdf.php:494 +#: libraries/plugins/schema/pdf/PdfRelationSchema.php:646 +#: libraries/plugins/schema/pdf/PdfRelationSchema.php:659 +#: templates/columns_definitions/table_fields_definitions.phtml:65 +#: templates/table/structure/table_structure_header.phtml:14 +msgid "Comments" +msgstr "" + +#: db_datadict.php:156 +#: libraries/controllers/table/TableStructureController.php:1180 +#: libraries/controllers/table/TableStructureController.php:1185 +#: libraries/tracking.lib.php:940 +#: templates/columns_definitions/column_indexes.phtml:6 +#: templates/table/structure/check_all_table_column.phtml:28 +#: templates/table/structure/display_structure.phtml:62 +msgid "Primary" +msgstr "" + +#: db_datadict.php:166 js/messages.php:379 libraries/Index.php:565 +#: libraries/Index.php:593 libraries/IndexColumn.php:141 +#: libraries/central_columns.lib.php:965 +#: libraries/config/FormDisplay.tpl.php:282 libraries/mult_submits.lib.php:447 +#: libraries/mult_submits.lib.php:461 +#: libraries/plugins/export/ExportHtmlword.php:656 +#: libraries/plugins/export/ExportLatex.php:600 +#: libraries/plugins/export/ExportOdt.php:792 +#: libraries/plugins/export/ExportTexytext.php:608 +#: libraries/plugins/schema/pdf/PdfRelationSchema.php:705 +#: libraries/server_privileges.lib.php:2821 +#: libraries/server_privileges.lib.php:3009 +#: libraries/server_privileges.lib.php:3029 +#: libraries/server_privileges.lib.php:3685 +#: libraries/server_privileges.lib.php:3708 libraries/tracking.lib.php:951 +#: libraries/tracking.lib.php:1030 libraries/tracking.lib.php:1035 +#: prefs_manage.php:161 templates/prefs_autoload.phtml:13 +#: templates/privileges/privileges_summary_row.phtml:4 +#: templates/privileges/privileges_summary_row.phtml:7 +#: templates/privileges/privileges_summary_row.phtml:9 +#: templates/table/structure/table_structure_row.phtml:24 +msgid "No" +msgstr "" + +#: db_datadict.php:166 js/messages.php:524 libraries/Index.php:592 +#: libraries/IndexColumn.php:143 libraries/central_columns.lib.php:965 +#: libraries/config/FormDisplay.tpl.php:282 +#: libraries/controllers/server/ServerDatabasesController.php:197 +#: libraries/controllers/table/TableStructureController.php:751 +#: libraries/controllers/table/TableStructureController.php:1430 +#: libraries/controllers/table/TableStructureController.php:1439 +#: libraries/controllers/table/TableStructureController.php:1444 +#: libraries/controllers/table/TableStructureController.php:1449 +#: libraries/controllers/table/TableStructureController.php:1454 +#: libraries/mult_submits.inc.php:84 libraries/mult_submits.inc.php:215 +#: libraries/mult_submits.lib.php:356 libraries/mult_submits.lib.php:389 +#: libraries/mult_submits.lib.php:418 libraries/mult_submits.lib.php:445 +#: libraries/mult_submits.lib.php:459 +#: libraries/plugins/export/ExportHtmlword.php:657 +#: libraries/plugins/export/ExportLatex.php:600 +#: libraries/plugins/export/ExportOdt.php:793 +#: libraries/plugins/export/ExportTexytext.php:608 +#: libraries/plugins/schema/pdf/PdfRelationSchema.php:706 +#: libraries/server_privileges.lib.php:2821 +#: libraries/server_privileges.lib.php:3006 +#: libraries/server_privileges.lib.php:3027 +#: libraries/server_privileges.lib.php:3682 +#: libraries/server_privileges.lib.php:3708 libraries/tracking.lib.php:951 +#: libraries/tracking.lib.php:1028 libraries/tracking.lib.php:1033 +#: prefs_manage.php:159 templates/prefs_autoload.phtml:12 +#: templates/privileges/privileges_summary_row.phtml:4 +#: templates/privileges/privileges_summary_row.phtml:7 +#: templates/privileges/privileges_summary_row.phtml:9 +#: templates/table/structure/table_structure_row.phtml:24 +msgid "Yes" +msgstr "" + +#: db_export.php:47 +msgid "View dump (schema) of database" +msgstr "" + +#: db_export.php:51 db_tracking.php:102 export.php:382 libraries/DbQbe.php:326 +#: libraries/controllers/database/DatabaseStructureController.php:153 +#: libraries/navigation/NavigationTree.php:918 +msgid "No tables found in database." +msgstr "" + +#: db_export.php:65 libraries/ServerStatusData.php:128 +#: libraries/config/messages.inc.php:277 +#: libraries/controllers/server/ServerDatabasesController.php:341 +#: libraries/navigation/nodes/NodeTableContainer.php:25 +#: libraries/navigation/nodes/NodeTableContainer.php:26 +#: libraries/plugins/export/ExportXml.php:118 +#: templates/database/structure/show_create.phtml:18 +msgid "Tables" +msgstr "" + +#: db_export.php:66 libraries/Menu.php:330 libraries/Menu.php:437 +#: libraries/Util.php:3334 libraries/Util.php:3344 libraries/Util.php:3350 +#: libraries/Util.php:3630 libraries/Util.php:4263 libraries/Util.php:4280 +#: libraries/central_columns.lib.php:727 libraries/config.values.php:39 +#: libraries/config.values.php:47 libraries/config.values.php:110 +#: libraries/config.values.php:116 libraries/config/setup.forms.php:318 +#: libraries/config/setup.forms.php:359 libraries/config/setup.forms.php:385 +#: libraries/config/user_preferences.forms.php:219 +#: libraries/config/user_preferences.forms.php:260 +#: libraries/config/user_preferences.forms.php:286 +#: libraries/import.lib.php:1265 libraries/navigation/nodes/NodeColumn.php:40 +#: libraries/navigation/nodes/NodeDatabase.php:53 +#: libraries/navigation/nodes/NodeTable.php:292 +#: libraries/server_privileges.lib.php:1230 libraries/tracking.lib.php:892 +#: templates/columns_definitions/table_fields_definitions.phtml:3 +#: templates/database/designer/table_list.phtml:28 +msgid "Structure" +msgstr "" + +#: db_export.php:67 libraries/config/setup.forms.php:331 +#: libraries/config/setup.forms.php:367 libraries/config/setup.forms.php:390 +#: libraries/config/setup.forms.php:395 +#: libraries/config/user_preferences.forms.php:232 +#: libraries/config/user_preferences.forms.php:268 +#: libraries/config/user_preferences.forms.php:291 +#: libraries/config/user_preferences.forms.php:296 +#: libraries/controllers/server/ServerDatabasesController.php:351 +#: libraries/server_privileges.lib.php:1229 +#: templates/table/structure/display_table_stats.phtml:15 +msgid "Data" +msgstr "" + +#: db_export.php:70 libraries/DbSearch.php:445 +#: libraries/display_export.lib.php:44 libraries/replication_gui.lib.php:378 +msgid "Select all" +msgstr "" + +#: db_operations.php:51 tbl_create.php:22 +msgid "The database name is empty!" +msgstr "" + +#: db_operations.php:139 +#, php-format +msgid "Database %1$s has been renamed to %2$s." +msgstr "" + +#: db_operations.php:151 +#, php-format +msgid "Database %1$s has been copied to %2$s." +msgstr "" + +#: db_operations.php:281 +#, php-format +msgid "" +"The phpMyAdmin configuration storage has been deactivated. %sFind out why%s." +msgstr "" + +#: db_qbe.php:125 +msgid "You have to choose at least one column to display!" +msgstr "" + +#: db_qbe.php:143 +#, php-format +msgid "Switch to %svisual builder%s" +msgstr "" + +#: db_search.php:31 libraries/plugins/AuthenticationPlugin.php:110 +#: libraries/plugins/auth/AuthenticationConfig.php:94 +#: libraries/plugins/auth/AuthenticationConfig.php:109 +#: libraries/plugins/auth/AuthenticationHttp.php:77 +msgid "Access denied!" +msgstr "" + +#: db_tracking.php:52 db_tracking.php:77 +msgid "Tracking data deleted successfully." +msgstr "" + +#: db_tracking.php:61 +#, php-format +msgid "" +"Version %1$s was created for selected tables, tracking is active for them." +msgstr "" + +#: db_tracking.php:92 +msgid "No tables selected." +msgstr "" + +#: db_tracking.php:149 +msgid "Database Log" +msgstr "" + +#: error_report.php:68 +msgid "" +"An error has been detected and an error report has been automatically " +"submitted based on your settings." +msgstr "" + +#: error_report.php:72 +msgid "Thank you for submitting this report." +msgstr "" + +#: error_report.php:76 +msgid "" +"An error has been detected and an error report has been generated but failed " +"to be sent." +msgstr "" + +#: error_report.php:81 +msgid "If you experience any problems please submit a bug report manually." +msgstr "" + +#: error_report.php:85 +msgid "You may want to refresh the page." +msgstr "" + +#: export.php:194 schema_export.php:64 +msgid "Bad type!" +msgstr "" + +#: export.php:281 +msgid "Bad parameters!" +msgstr "" + +#: gis_data_editor.php:118 +#, php-format +msgid "Value for the column \"%s\"" +msgstr "" + +#: gis_data_editor.php:146 +#: templates/table/gis_visualization/gis_visualization.phtml:38 +msgid "Use OpenStreetMaps as Base Layer" +msgstr "" + +#. l10n: Spatial Reference System Identifier +#: gis_data_editor.php:168 +msgid "SRID:" +msgstr "" + +#: gis_data_editor.php:194 +#, php-format +msgid "Geometry %d:" +msgstr "" + +#: gis_data_editor.php:216 +msgid "Point:" +msgstr "" + +#: gis_data_editor.php:217 gis_data_editor.php:244 gis_data_editor.php:300 +#: gis_data_editor.php:373 js/messages.php:513 +msgid "X" +msgstr "" + +#: gis_data_editor.php:220 gis_data_editor.php:248 gis_data_editor.php:304 +#: gis_data_editor.php:379 js/messages.php:514 +msgid "Y" +msgstr "" + +#: gis_data_editor.php:242 gis_data_editor.php:298 gis_data_editor.php:371 +#: js/messages.php:516 +#, php-format +msgid "Point %d" +msgstr "" + +#: gis_data_editor.php:255 gis_data_editor.php:311 gis_data_editor.php:389 +#: js/messages.php:522 +msgid "Add a point" +msgstr "" + +#: gis_data_editor.php:272 +#, php-format +msgid "Linestring %d:" +msgstr "" + +#: gis_data_editor.php:275 gis_data_editor.php:352 +msgid "Outer ring:" +msgstr "" + +#: gis_data_editor.php:277 gis_data_editor.php:354 +#, php-format +msgid "Inner ring %d:" +msgstr "" + +#: gis_data_editor.php:314 +msgid "Add a linestring" +msgstr "" + +#: gis_data_editor.php:315 gis_data_editor.php:394 js/messages.php:523 +msgid "Add an inner ring" +msgstr "" + +#: gis_data_editor.php:336 +#, php-format +msgid "Polygon %d:" +msgstr "" + +#: gis_data_editor.php:400 +msgid "Add a polygon" +msgstr "" + +#: gis_data_editor.php:406 +msgid "Add geometry" +msgstr "" + +#: gis_data_editor.php:412 js/messages.php:354 libraries/DbSearch.php:466 +#: libraries/DisplayResults.php:1814 libraries/browse_foreigners.lib.php:140 +#: libraries/display_change_password.lib.php:144 +#: libraries/display_export.lib.php:401 libraries/display_export.lib.php:407 +#: libraries/display_import.lib.php:399 libraries/index.lib.php:34 +#: libraries/insert_edit.lib.php:1558 libraries/insert_edit.lib.php:1595 +#: libraries/normalization.lib.php:163 libraries/normalization.lib.php:820 +#: libraries/operations.lib.php:43 libraries/operations.lib.php:108 +#: libraries/operations.lib.php:258 libraries/operations.lib.php:300 +#: libraries/operations.lib.php:797 libraries/operations.lib.php:867 +#: libraries/operations.lib.php:916 libraries/operations.lib.php:1326 +#: libraries/operations.lib.php:1643 +#: libraries/plugins/auth/AuthenticationCookie.php:211 +#: libraries/replication_gui.lib.php:121 libraries/replication_gui.lib.php:160 +#: libraries/replication_gui.lib.php:325 libraries/replication_gui.lib.php:462 +#: libraries/replication_gui.lib.php:892 libraries/rte/rte_events.lib.php:513 +#: libraries/rte/rte_routines.lib.php:1060 +#: libraries/rte/rte_routines.lib.php:1672 +#: libraries/rte/rte_triggers.lib.php:399 +#: libraries/server_privileges.lib.php:707 +#: libraries/server_privileges.lib.php:2304 +#: libraries/server_privileges.lib.php:3152 +#: libraries/server_privileges.lib.php:3789 +#: libraries/server_user_groups.lib.php:287 +#: libraries/sql_query_form.lib.php:373 libraries/sql_query_form.lib.php:435 +#: libraries/tracking.lib.php:551 libraries/tracking.lib.php:671 +#: prefs_manage.php:296 prefs_manage.php:379 server_privileges.php:304 +#: templates/columns_definitions/column_definitions_form.phtml:69 +#: templates/database/create_table.phtml:21 templates/header_location.phtml:28 +#: templates/privileges/privileges_summary.phtml:66 +#: templates/server/binlog/log_selector.phtml:25 +#: templates/startAndNumberOfRowsPanel.phtml:14 +#: templates/table/index_form.phtml:243 +#: templates/table/search/selection_form.phtml:78 +#: templates/table/structure/add_column.phtml:25 view_create.php:295 +#: view_operations.php:121 +msgid "Go" +msgstr "" + +#: gis_data_editor.php:415 +msgid "Output" +msgstr "" + +#: gis_data_editor.php:418 +msgid "" +"Choose \"GeomFromText\" from the \"Function\" column and paste the string " +"below into the \"Value\" field." +msgstr "" + +#: import.php:58 +msgid "Succeeded" +msgstr "" + +#: import.php:62 js/messages.php:597 +msgid "Failed" +msgstr "" + +#: import.php:66 +msgid "Incomplete params" +msgstr "" + +#: import.php:190 +#, php-format +msgid "" +"You probably tried to upload a file that is too large. Please refer to " +"%sdocumentation%s for a workaround for this limit." +msgstr "" + +#: import.php:369 import.php:563 +msgid "Showing bookmark" +msgstr "" + +#: import.php:386 import.php:559 +msgid "The bookmark has been deleted." +msgstr "" + +#: import.php:472 +msgid "" +"No data was received to import. Either no file name was submitted, or the " +"file size exceeded the maximum size permitted by your PHP configuration. See " +"[doc@faq1-16]FAQ 1.16[/doc]." +msgstr "" + +#: import.php:524 libraries/display_import.lib.php:665 +msgid "Could not load import plugins, please check your installation!" +msgstr "" + +#: import.php:566 libraries/sql.lib.php:782 libraries/sql.lib.php:1559 +#, php-format +msgid "Bookmark %s has been created." +msgstr "" + +#: import.php:576 +#, php-format +msgid "Import has been successfully finished, %d query executed." +msgid_plural "Import has been successfully finished, %d queries executed." +msgstr[0] "" +msgstr[1] "" + +#: import.php:605 +#, php-format +msgid "" +"Script timeout passed, if you want to finish import, please %sresubmit the " +"same file%s and import will resume." +msgstr "" + +#: import.php:615 +msgid "" +"However on last run no data has been parsed, this usually means phpMyAdmin " +"won't be able to finish this import unless you increase php time limits." +msgstr "" + +#: import_status.php:105 +msgid "Could not load the progress of the import." +msgstr "" + +#: import_status.php:114 js/messages.php:453 js/messages.php:605 +#: libraries/Util.php:803 libraries/export.lib.php:520 +#: libraries/plugins/schema/ExportRelationSchema.php:298 user_password.php:293 +msgid "Back" +msgstr "" + +#: index.php:151 libraries/Footer.php:70 +msgid "phpMyAdmin Demo Server" +msgstr "" + +#: index.php:155 +#, php-format +msgid "" +"You are using the demo server. You can do anything here, but please do not " +"change root, debian-sys-maint and pma users. More information is available " +"at %s." +msgstr "" + +#: index.php:165 +msgid "General settings" +msgstr "" + +#: index.php:195 js/messages.php:630 +#: libraries/display_change_password.lib.php:47 +#: libraries/display_change_password.lib.php:50 user_password.php:287 +msgid "Change password" +msgstr "" + +#: index.php:212 +msgid "Server connection collation" +msgstr "" + +#: index.php:233 +msgid "Appearance settings" +msgstr "" + +#: index.php:265 prefs_manage.php:304 +msgid "More settings" +msgstr "" + +#: index.php:287 +msgid "Database server" +msgstr "" + +#: index.php:290 libraries/plugins/auth/AuthenticationCookie.php:157 +msgid "Server:" +msgstr "" + +#: index.php:294 +msgid "Server type:" +msgstr "" + +#: index.php:298 libraries/plugins/export/ExportLatex.php:220 +#: libraries/plugins/export/ExportSql.php:692 +#: libraries/plugins/export/ExportXml.php:242 +msgid "Server version:" +msgstr "" + +#: index.php:304 +msgid "Protocol version:" +msgstr "" + +#: index.php:308 +msgid "User:" +msgstr "" + +#: index.php:313 +msgid "Server charset:" +msgstr "" + +#: index.php:326 +msgid "Web server" +msgstr "" + +#: index.php:337 +msgid "Database client version:" +msgstr "" + +#: index.php:341 +msgid "PHP extension:" +msgstr "" + +#: index.php:355 +msgid "PHP version:" +msgstr "" + +#: index.php:366 +msgid "Show PHP information" +msgstr "" + +#: index.php:385 +msgid "Version information:" +msgstr "" + +#: index.php:394 libraries/Sanitize.php:148 libraries/Util.php:450 +#: libraries/Util.php:517 libraries/config/FormDisplay.tpl.php:165 +#: libraries/display_export.lib.php:576 libraries/engines/Pbxt.php:166 +#: libraries/navigation/NavigationHeader.php:199 +#: templates/server/variables/link_template.phtml:9 +msgid "Documentation" +msgstr "" + +#: index.php:403 +msgid "Official Homepage" +msgstr "" + +#: index.php:410 +msgid "Contribute" +msgstr "" + +#: index.php:417 +msgid "Get support" +msgstr "" + +#: index.php:424 +msgid "List of changes" +msgstr "" + +#: index.php:431 templates/server/plugins/section.phtml:12 +msgid "License" +msgstr "" + +#: index.php:451 +msgid "" +"You have enabled mbstring.func_overload in your PHP configuration. This " +"option is incompatible with phpMyAdmin and might cause some data to be " +"corrupted!" +msgstr "" + +#: index.php:466 +msgid "" +"The mbstring PHP extension was not found and you seem to be using a " +"multibyte charset. Without the mbstring extension phpMyAdmin is unable to " +"split strings correctly and it may result in unexpected results." +msgstr "" + +#: index.php:481 +msgid "" +"The curl extension was not found and allow_url_fopen is disabled. Due to " +"this some features such as error reporting or version check are disabled." +msgstr "" + +#: index.php:496 +msgid "" +"Your PHP parameter [a@https://php.net/manual/en/session.configuration." +"php#ini.session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] is lower " +"than cookie validity configured in phpMyAdmin, because of this, your login " +"might expire sooner than configured in phpMyAdmin." +msgstr "" + +#: index.php:515 +msgid "" +"Login cookie store is lower than cookie validity configured in phpMyAdmin, " +"because of this, your login will expire sooner than configured in phpMyAdmin." +msgstr "" + +#: index.php:531 +msgid "The configuration file now needs a secret passphrase (blowfish_secret)." +msgstr "" + +#: index.php:544 +msgid "" +"Directory [code]config[/code], which is used by the setup script, still " +"exists in your phpMyAdmin directory. It is strongly recommended to remove it " +"once phpMyAdmin has been configured. Otherwise the security of your server " +"may be compromised by unauthorized people downloading your configuration." +msgstr "" + +#: index.php:560 +#, php-format +msgid "" +"The phpMyAdmin configuration storage is not completely configured, some " +"extended features have been deactivated. %sFind out why%s. " +msgstr "" + +#: index.php:567 +msgid "" +"Or alternately go to 'Operations' tab of any database to set it up there." +msgstr "" + +#: index.php:606 +#, php-format +msgid "" +"Your PHP MySQL library version %s differs from your MySQL server version %s. " +"This may cause unpredictable behavior." +msgstr "" + +#: index.php:634 +#, php-format +msgid "" +"Server running with Suhosin. Please refer to %sdocumentation%s for possible " +"issues." +msgstr "" + +#: js/messages.php:42 libraries/import.lib.php:192 sql.php:165 +msgid "\"DROP DATABASE\" statements are disabled." +msgstr "" + +#: js/messages.php:48 +msgid "Confirm" +msgstr "" + +#: js/messages.php:49 +#, php-format +msgid "Do you really want to execute \"%s\"?" +msgstr "" + +#: js/messages.php:51 libraries/mult_submits.lib.php:441 +msgid "You are about to DESTROY a complete database!" +msgstr "" + +#: js/messages.php:53 +msgid "Cannot rename database to the same name. Change the name and try again" +msgstr "" + +#: js/messages.php:55 +msgid "You are about to DESTROY a complete table!" +msgstr "" + +#: js/messages.php:57 +msgid "You are about to TRUNCATE a complete table!" +msgstr "" + +#: js/messages.php:58 +msgid "Delete tracking data for this table?" +msgstr "" + +#: js/messages.php:60 +msgid "Delete tracking data for these tables?" +msgstr "" + +#: js/messages.php:62 +msgid "Delete tracking data for this version?" +msgstr "" + +#: js/messages.php:64 +msgid "Delete tracking data for these versions?" +msgstr "" + +#: js/messages.php:65 +msgid "Delete entry from tracking report?" +msgstr "" + +#: js/messages.php:66 +msgid "Deleting tracking data" +msgstr "" + +#: js/messages.php:67 +msgid "Dropping Primary Key/Index" +msgstr "" + +#: js/messages.php:68 +msgid "Dropping Foreign key." +msgstr "" + +#: js/messages.php:70 +msgid "This operation could take a long time. Proceed anyway?" +msgstr "" + +#: js/messages.php:72 +#, php-format +msgid "Do you really want to delete user group \"%s\"?" +msgstr "" + +#: js/messages.php:74 +#, php-format +msgid "Do you really want to delete the search \"%s\"?" +msgstr "" + +#: js/messages.php:76 +msgid "You have unsaved changes; are you sure you want to leave this page?" +msgstr "" + +#: js/messages.php:78 +msgid "Do you really want to revoke the selected user(s) ?" +msgstr "" + +#: js/messages.php:80 +msgid "Do you really want to delete this central column?" +msgstr "" + +#: js/messages.php:82 +msgid "Do you really want to delete the selected items?" +msgstr "" + +#: js/messages.php:84 +msgid "" +"Do you really want to DROP the selected partition(s)? This will also DELETE " +"the data related to the selected partition(s)!" +msgstr "" + +#: js/messages.php:88 +msgid "Do you really want to TRUNCATE the selected partition(s)?" +msgstr "" + +#: js/messages.php:90 +msgid "Do you really want to remove partitioning?" +msgstr "" + +#: js/messages.php:91 +msgid "Do you really want to RESET SLAVE?" +msgstr "" + +#: js/messages.php:93 +msgid "" +"This operation will attempt to convert your data to the new collation. In " +"rare cases, especially where a character doesn't exist in the new collation, " +"this process could cause the data to appear incorrectly under the new " +"collation; in this case we suggest you revert to the original collation and " +"refer to the tips at " +msgstr "" + +#: js/messages.php:99 +msgid "Garbled Data" +msgstr "" + +#: js/messages.php:101 +msgid "Are you sure you wish to change the collation and convert the data?" +msgstr "" + +#: js/messages.php:103 +msgid "" +"Through this operation, MySQL attempts to map the data values between " +"collations. If the character sets are incompatible, there may be data loss " +"and this lost data may NOT be recoverable simply by changing back the " +"column collation(s). To convert existing data, it is suggested to use the " +"column(s) editing feature (the \"Change\" Link) on the table structure page. " +"" +msgstr "" + +#: js/messages.php:112 +msgid "" +"Are you sure you wish to change all the column collations and convert the " +"data?" +msgstr "" + +#: js/messages.php:116 +msgid "Save & close" +msgstr "" + +#: js/messages.php:117 libraries/config/FormDisplay.tpl.php:426 +#: libraries/insert_edit.lib.php:1562 prefs_manage.php:385 prefs_manage.php:396 +msgid "Reset" +msgstr "" + +#: js/messages.php:118 +msgid "Reset all" +msgstr "" + +#: js/messages.php:121 +msgid "Missing value in the form!" +msgstr "" + +#: js/messages.php:122 +msgid "Select at least one of the options!" +msgstr "" + +#: js/messages.php:123 +msgid "Please enter a valid number!" +msgstr "" + +#: js/messages.php:124 +msgid "Please enter a valid length!" +msgstr "" + +#: js/messages.php:125 +msgid "Add index" +msgstr "" + +#: js/messages.php:126 +msgid "Edit index" +msgstr "" + +#: js/messages.php:127 templates/table/index_form.phtml:237 +#, php-format +msgid "Add %s column(s) to index" +msgstr "" + +#: js/messages.php:128 +msgid "Create single-column index" +msgstr "" + +#: js/messages.php:129 +msgid "Create composite index" +msgstr "" + +#: js/messages.php:130 +msgid "Composite with:" +msgstr "" + +#: js/messages.php:131 +msgid "Please select column(s) for the index." +msgstr "" + +#: js/messages.php:134 templates/table/structure/add_column.phtml:1 +msgid "You have to add at least one column." +msgstr "" + +#: js/messages.php:137 libraries/insert_edit.lib.php:1560 +#: templates/columns_definitions/column_definitions_form.phtml:163 +#: templates/table/index_form.phtml:242 +#: templates/table/relation/common_form.phtml:126 +msgid "Preview SQL" +msgstr "" + +#: js/messages.php:140 +msgid "Simulate query" +msgstr "" + +#: js/messages.php:141 +msgid "Matched rows:" +msgstr "" + +#: js/messages.php:142 libraries/Util.php:704 +msgid "SQL query:" +msgstr "" + +#. l10n: Default label for the y-Axis of Charts +#: js/messages.php:146 +msgid "Y values" +msgstr "" + +#: js/messages.php:149 +msgid "The host name is empty!" +msgstr "" + +#: js/messages.php:150 +msgid "The user name is empty!" +msgstr "" + +#: js/messages.php:151 libraries/server_privileges.lib.php:1978 +#: user_password.php:117 +msgid "The password is empty!" +msgstr "" + +#: js/messages.php:152 libraries/server_privileges.lib.php:1976 +#: user_password.php:121 +msgid "The passwords aren't the same!" +msgstr "" + +#: js/messages.php:153 +msgid "Removing Selected Users" +msgstr "" + +#: js/messages.php:154 js/messages.php:221 libraries/tracking.lib.php:476 +#: libraries/tracking.lib.php:846 +msgid "Close" +msgstr "" + +#: js/messages.php:157 +msgid "Template was created." +msgstr "" + +#: js/messages.php:158 +msgid "Template was loaded." +msgstr "" + +#: js/messages.php:159 +msgid "Template was updated." +msgstr "" + +#: js/messages.php:160 +msgid "Template was deleted." +msgstr "" + +#. l10n: Other, small valued, queries +#: js/messages.php:163 libraries/ServerStatusData.php:132 +#: libraries/server_status_queries.lib.php:145 +msgid "Other" +msgstr "" + +#. l10n: Thousands separator +#: js/messages.php:165 libraries/Util.php:1491 +msgid "," +msgstr "" + +#. l10n: Decimal separator +#: js/messages.php:167 libraries/Util.php:1493 +msgid "." +msgstr "" + +#: js/messages.php:169 +msgid "Connections / Processes" +msgstr "" + +#: js/messages.php:173 +msgid "Local monitor configuration incompatible!" +msgstr "" + +#: js/messages.php:175 +msgid "" +"The chart arrangement configuration in your browsers local storage is not " +"compatible anymore to the newer version of the monitor dialog. It is very " +"likely that your current configuration will not work anymore. Please reset " +"your configuration to default in the Settings menu." +msgstr "" + +#: js/messages.php:181 +msgid "Query cache efficiency" +msgstr "" + +#: js/messages.php:182 +msgid "Query cache usage" +msgstr "" + +#: js/messages.php:183 +msgid "Query cache used" +msgstr "" + +#: js/messages.php:185 +msgid "System CPU usage" +msgstr "" + +#: js/messages.php:186 +msgid "System memory" +msgstr "" + +#: js/messages.php:187 +msgid "System swap" +msgstr "" + +#: js/messages.php:189 +msgid "Average load" +msgstr "" + +#: js/messages.php:190 +msgid "Total memory" +msgstr "" + +#: js/messages.php:191 +msgid "Cached memory" +msgstr "" + +#: js/messages.php:192 +msgid "Buffered memory" +msgstr "" + +#: js/messages.php:193 +msgid "Free memory" +msgstr "" + +#: js/messages.php:194 +msgid "Used memory" +msgstr "" + +#: js/messages.php:196 +msgid "Total swap" +msgstr "" + +#: js/messages.php:197 +msgid "Cached swap" +msgstr "" + +#: js/messages.php:198 +msgid "Used swap" +msgstr "" + +#: js/messages.php:199 +msgid "Free swap" +msgstr "" + +#: js/messages.php:201 +msgid "Bytes sent" +msgstr "" + +#: js/messages.php:202 +msgid "Bytes received" +msgstr "" + +#: js/messages.php:203 libraries/server_status.lib.php:232 +msgid "Connections" +msgstr "" + +#: js/messages.php:204 libraries/ServerStatusData.php:429 +#: libraries/server_status_processes.lib.php:130 +msgid "Processes" +msgstr "" + +#. l10n: shortcuts for Byte +#: js/messages.php:207 libraries/Util.php:1436 +msgid "B" +msgstr "" + +#. l10n: shortcuts for Kilobyte +#: js/messages.php:208 libraries/Util.php:1438 +#: libraries/server_status_monitor.lib.php:213 +msgid "KiB" +msgstr "" + +#. l10n: shortcuts for Megabyte +#: js/messages.php:209 libraries/Util.php:1440 +#: libraries/display_export.lib.php:841 +#: libraries/server_status_monitor.lib.php:214 +msgid "MiB" +msgstr "" + +#. l10n: shortcuts for Gigabyte +#: js/messages.php:210 libraries/Util.php:1442 +msgid "GiB" +msgstr "" + +#. l10n: shortcuts for Terabyte +#: js/messages.php:211 libraries/Util.php:1444 +msgid "TiB" +msgstr "" + +#. l10n: shortcuts for Petabyte +#: js/messages.php:212 libraries/Util.php:1446 +msgid "PiB" +msgstr "" + +#. l10n: shortcuts for Exabyte +#: js/messages.php:213 libraries/Util.php:1448 +msgid "EiB" +msgstr "" + +#: js/messages.php:214 +#, php-format +msgid "%d table(s)" +msgstr "" + +#. l10n: Questions is the name of a MySQL Status variable +#: js/messages.php:217 +msgid "Questions" +msgstr "" + +#: js/messages.php:218 libraries/server_status.lib.php:140 +msgid "Traffic" +msgstr "" + +#: js/messages.php:219 libraries/Menu.php:592 libraries/Util.php:4254 +#: libraries/server_status_monitor.lib.php:253 +msgid "Settings" +msgstr "" + +#: js/messages.php:220 +msgid "Add chart to grid" +msgstr "" + +#: js/messages.php:223 +msgid "Please add at least one variable to the series!" +msgstr "" + +#: js/messages.php:224 libraries/DisplayResults.php:1493 +#: libraries/config.values.php:69 libraries/display_export.lib.php:690 +#: libraries/plugins/export/ExportSql.php:2176 +#: libraries/plugins/schema/SchemaPdf.php:103 +#: libraries/server_status_monitor.lib.php:232 +#: libraries/server_status_processes.lib.php:289 +#: templates/columns_definitions/transformation.phtml:4 +#: templates/database/designer/options_panel.phtml:178 +#: templates/privileges/privileges_summary.phtml:31 +#: templates/table/search/options_zoom.phtml:12 +#: templates/table/search/rows_zoom.phtml:26 +msgid "None" +msgstr "" + +#: js/messages.php:225 +msgid "Resume monitor" +msgstr "" + +#: js/messages.php:226 +msgid "Pause monitor" +msgstr "" + +#: js/messages.php:227 libraries/server_status_processes.lib.php:37 +msgid "Start auto refresh" +msgstr "" + +#: js/messages.php:228 +msgid "Stop auto refresh" +msgstr "" + +#: js/messages.php:230 +msgid "general_log and slow_query_log are enabled." +msgstr "" + +#: js/messages.php:231 +msgid "general_log is enabled." +msgstr "" + +#: js/messages.php:232 +msgid "slow_query_log is enabled." +msgstr "" + +#: js/messages.php:233 +msgid "slow_query_log and general_log are disabled." +msgstr "" + +#: js/messages.php:234 +msgid "log_output is not set to TABLE." +msgstr "" + +#: js/messages.php:235 +msgid "log_output is set to TABLE." +msgstr "" + +#: js/messages.php:237 +#, php-format +msgid "" +"slow_query_log is enabled, but the server logs only queries that take longer " +"than %d seconds. It is advisable to set this long_query_time 0-2 seconds, " +"depending on your system." +msgstr "" + +#: js/messages.php:241 +#, php-format +msgid "long_query_time is set to %d second(s)." +msgstr "" + +#: js/messages.php:243 +msgid "" +"Following settings will be applied globally and reset to default on server " +"restart:" +msgstr "" + +#. l10n: %s is FILE or TABLE +#: js/messages.php:247 +#, php-format +msgid "Set log_output to %s" +msgstr "" + +#. l10n: Enable in this context means setting a status variable to ON +#: js/messages.php:249 +#, php-format +msgid "Enable %s" +msgstr "" + +#. l10n: Disable in this context means setting a status variable to OFF +#: js/messages.php:251 +#, php-format +msgid "Disable %s" +msgstr "" + +#. l10n: %d seconds +#: js/messages.php:253 +#, php-format +msgid "Set long_query_time to %d seconds." +msgstr "" + +#: js/messages.php:255 +msgid "" +"You can't change these variables. Please log in as root or contact your " +"database administrator." +msgstr "" + +#: js/messages.php:258 +msgid "Change settings" +msgstr "" + +#: js/messages.php:259 +msgid "Current settings" +msgstr "" + +#: js/messages.php:261 +msgid "Chart title" +msgstr "" + +#. l10n: As in differential values +#: js/messages.php:263 +msgid "Differential" +msgstr "" + +#: js/messages.php:264 +#, php-format +msgid "Divided by %s" +msgstr "" + +#: js/messages.php:265 +msgid "Unit" +msgstr "" + +#: js/messages.php:267 +msgid "From slow log" +msgstr "" + +#: js/messages.php:268 +msgid "From general log" +msgstr "" + +#: js/messages.php:270 +msgid "The database name is not known for this query in the server's logs." +msgstr "" + +#: js/messages.php:272 +msgid "Analysing logs" +msgstr "" + +#: js/messages.php:274 +msgid "Analysing & loading logs. This may take a while." +msgstr "" + +#: js/messages.php:275 +msgid "Cancel request" +msgstr "" + +#: js/messages.php:277 +msgid "" +"This column shows the amount of identical queries that are grouped together. " +"However only the SQL query itself has been used as a grouping criteria, so " +"the other attributes of queries, such as start time, may differ." +msgstr "" + +#: js/messages.php:282 +msgid "" +"Since grouping of INSERTs queries has been selected, INSERT queries into the " +"same table are also being grouped together, disregarding of the inserted " +"data." +msgstr "" + +#: js/messages.php:287 +msgid "Log data loaded. Queries executed in this time span:" +msgstr "" + +#: js/messages.php:289 +msgid "Jump to Log table" +msgstr "" + +#: js/messages.php:290 +msgid "No data found" +msgstr "" + +#: js/messages.php:292 +msgid "Log analysed, but no data found in this time span." +msgstr "" + +#: js/messages.php:294 +msgid "Analyzing…" +msgstr "" + +#: js/messages.php:295 +msgid "Explain output" +msgstr "" + +#: js/messages.php:296 libraries/Menu.php:558 libraries/Util.php:4250 +#: libraries/config.values.php:105 libraries/rte/rte_events.lib.php:397 +#: libraries/rte/rte_list.lib.php:107 +#: libraries/server_status_processes.lib.php:92 libraries/tracking.lib.php:286 +#: libraries/tracking.lib.php:1631 +msgid "Status" +msgstr "" + +#: js/messages.php:297 js/messages.php:875 +#: libraries/plugins/export/ExportHtmlword.php:486 +#: libraries/plugins/export/ExportOdt.php:605 +#: libraries/plugins/export/ExportTexytext.php:447 +#: libraries/plugins/export/PMA_ExportPdf.php:314 +#: libraries/rte/rte_list.lib.php:96 +#: libraries/server_status_processes.lib.php:88 libraries/sql.lib.php:241 +msgid "Time" +msgstr "" + +#: js/messages.php:298 +msgid "Total time:" +msgstr "" + +#: js/messages.php:299 +msgid "Profiling results" +msgstr "" + +#: js/messages.php:300 +#: vendor/phpmyadmin/motranslator/tests/FunctionsTest.php:57 +msgctxt "Display format" +msgid "Table" +msgstr "" + +#: js/messages.php:301 +msgid "Chart" +msgstr "" + +#. l10n: A collection of available filters +#: js/messages.php:304 +msgid "Log table filter options" +msgstr "" + +#. l10n: Filter as in "Start Filtering" +#: js/messages.php:306 +msgid "Filter" +msgstr "" + +#: js/messages.php:307 +msgid "Filter queries by word/regexp:" +msgstr "" + +#: js/messages.php:309 +msgid "Group queries, ignoring variable data in WHERE clauses" +msgstr "" + +#: js/messages.php:310 +msgid "Sum of grouped rows:" +msgstr "" + +#: js/messages.php:311 +msgid "Total:" +msgstr "" + +#: js/messages.php:313 +msgid "Loading logs" +msgstr "" + +#: js/messages.php:314 +msgid "Monitor refresh failed" +msgstr "" + +#: js/messages.php:316 +msgid "" +"While requesting new chart data the server returned an invalid response. " +"This is most likely because your session expired. Reloading the page and " +"reentering your credentials should help." +msgstr "" + +#: js/messages.php:320 +msgid "Reload page" +msgstr "" + +#: js/messages.php:322 +msgid "Affected rows:" +msgstr "" + +#: js/messages.php:325 +msgid "Failed parsing config file. It doesn't seem to be valid JSON code." +msgstr "" + +#: js/messages.php:328 +msgid "" +"Failed building chart grid with imported config. Resetting to default config…" +msgstr "" + +#: js/messages.php:330 libraries/Menu.php:365 libraries/Menu.php:467 +#: libraries/Menu.php:588 libraries/Util.php:4253 libraries/Util.php:4268 +#: libraries/Util.php:4285 libraries/config/messages.inc.php:261 +#: libraries/display_import.lib.php:107 +#: libraries/server_status_monitor.lib.php:313 prefs_manage.php:257 +#: setup/frames/menu.inc.php:27 +msgid "Import" +msgstr "" + +#: js/messages.php:331 +msgid "Import monitor configuration" +msgstr "" + +#: js/messages.php:333 +msgid "Please select the file you want to import." +msgstr "" + +#: js/messages.php:334 +msgid "No files available on server for import!" +msgstr "" + +#: js/messages.php:336 +msgid "Analyse query" +msgstr "" + +#: js/messages.php:340 +msgid "Advisor system" +msgstr "" + +#: js/messages.php:341 +msgid "Possible performance issues" +msgstr "" + +#: js/messages.php:342 +msgid "Issue" +msgstr "" + +#: js/messages.php:343 +msgid "Recommendation" +msgstr "" + +#: js/messages.php:344 +msgid "Rule details" +msgstr "" + +#: js/messages.php:345 +msgid "Justification" +msgstr "" + +#: js/messages.php:346 +msgid "Used variable / formula" +msgstr "" + +#: js/messages.php:347 +msgid "Test" +msgstr "" + +#: js/messages.php:350 +msgid "Formatting SQL…" +msgstr "" + +#: js/messages.php:351 +msgid "No parameters found!" +msgstr "" + +#: js/messages.php:355 +#: templates/database/designer/aggregate_query_panel.phtml:63 +#: templates/database/designer/delete_relation_panel.phtml:28 +#: templates/database/designer/having_query_panel.phtml:117 +#: templates/database/designer/new_relation_panel.phtml:88 +#: templates/database/designer/options_panel.phtml:253 +#: templates/database/designer/rename_to_panel.phtml:45 +#: templates/database/designer/where_query_panel.phtml:83 +#: templates/server/variables/link_template.phtml:5 +msgid "Cancel" +msgstr "" + +#: js/messages.php:358 libraries/Header.php:459 +msgid "Page-related settings" +msgstr "" + +#: js/messages.php:359 libraries/config/FormDisplay.tpl.php:424 +msgid "Apply" +msgstr "" + +#: js/messages.php:362 libraries/navigation/NavigationHeader.php:59 +#: libraries/server_status_monitor.lib.php:119 +msgid "Loading…" +msgstr "" + +#: js/messages.php:363 +msgid "Request aborted!!" +msgstr "" + +#: js/messages.php:364 +msgid "Processing request" +msgstr "" + +#: js/messages.php:365 +msgid "Request failed!!" +msgstr "" + +#: js/messages.php:366 +msgid "Error in processing request" +msgstr "" + +#: js/messages.php:367 +#, php-format +msgid "Error code: %s" +msgstr "" + +#: js/messages.php:368 +#, php-format +msgid "Error text: %s" +msgstr "" + +#: js/messages.php:369 +#: libraries/controllers/server/ServerDatabasesController.php:191 +#: libraries/db_common.inc.php:66 libraries/db_table_exists.inc.php:31 +msgid "No databases selected." +msgstr "" + +#: js/messages.php:370 +msgid "Dropping column" +msgstr "" + +#: js/messages.php:371 +msgid "Adding primary key" +msgstr "" + +#: js/messages.php:372 +#: templates/database/designer/aggregate_query_panel.phtml:59 +#: templates/database/designer/having_query_panel.phtml:113 +#: templates/database/designer/new_relation_panel.phtml:87 +#: templates/database/designer/options_panel.phtml:252 +#: templates/database/designer/rename_to_panel.phtml:41 +#: templates/database/designer/where_query_panel.phtml:82 +msgid "OK" +msgstr "" + +#: js/messages.php:373 +msgid "Click to dismiss this notification" +msgstr "" + +#: js/messages.php:376 +msgid "Renaming databases" +msgstr "" + +#: js/messages.php:377 +msgid "Copying database" +msgstr "" + +#: js/messages.php:378 +msgid "Changing charset" +msgstr "" + +#: js/messages.php:382 libraries/Util.php:3233 +msgid "Enable foreign key checks" +msgstr "" + +#: js/messages.php:385 +msgid "Failed to get real row count." +msgstr "" + +#: js/messages.php:388 +msgid "Searching" +msgstr "" + +#: js/messages.php:389 +msgid "Hide search results" +msgstr "" + +#: js/messages.php:390 +msgid "Show search results" +msgstr "" + +#: js/messages.php:391 +msgid "Browsing" +msgstr "" + +#: js/messages.php:392 +msgid "Deleting" +msgstr "" + +#: js/messages.php:396 +msgid "The definition of a stored function must contain a RETURN statement!" +msgstr "" + +#: js/messages.php:397 libraries/DisplayResults.php:4874 +#: libraries/DisplayResults.php:5157 libraries/Menu.php:357 +#: libraries/Menu.php:458 libraries/Menu.php:584 libraries/Util.php:3637 +#: libraries/Util.php:3638 libraries/Util.php:4252 libraries/Util.php:4267 +#: libraries/Util.php:4284 libraries/config/messages.inc.php:255 +#: libraries/display_export.lib.php:170 libraries/rte/rte_list.lib.php:157 +#: libraries/server_privileges.lib.php:2478 +#: libraries/server_privileges.lib.php:2562 +#: libraries/server_privileges.lib.php:2911 +#: libraries/server_privileges.lib.php:3597 +#: libraries/server_status_monitor.lib.php:317 prefs_manage.php:322 +#: setup/frames/menu.inc.php:28 +#: templates/database/structure/check_all_tables.phtml:12 +msgid "Export" +msgstr "" + +#: js/messages.php:400 libraries/rte/rte_routines.lib.php:742 +msgid "ENUM/SET editor" +msgstr "" + +#: js/messages.php:401 +#, php-format +msgid "Values for column %s" +msgstr "" + +#: js/messages.php:402 +msgid "Values for a new column" +msgstr "" + +#: js/messages.php:403 +msgid "Enter each value in a separate field." +msgstr "" + +#: js/messages.php:404 +#, php-format +msgid "Add %d value(s)" +msgstr "" + +#: js/messages.php:408 +msgid "" +"Note: If the file contains multiple tables, they will be combined into one." +msgstr "" + +#: js/messages.php:412 +msgid "Hide query box" +msgstr "" + +#: js/messages.php:413 +msgid "Show query box" +msgstr "" + +#: js/messages.php:414 libraries/DisplayResults.php:3495 +#: libraries/DisplayResults.php:4858 libraries/Index.php:710 +#: libraries/Util.php:733 libraries/Util.php:1237 libraries/Util.php:3635 +#: libraries/Util.php:3636 libraries/central_columns.lib.php:850 +#: libraries/central_columns.lib.php:1198 libraries/config/messages.inc.php:892 +#: libraries/server_user_groups.lib.php:118 setup/frames/index.inc.php:195 +#: templates/console/bookmark_content.phtml:17 +#: templates/console/display.phtml:51 templates/console/display.phtml:213 +#: templates/server/variables/variable_row.phtml:4 +#: templates/server/variables/variable_row.phtml:7 +msgid "Edit" +msgstr "" + +#: js/messages.php:415 libraries/DbSearch.php:364 +#: libraries/DisplayResults.php:3564 libraries/DisplayResults.php:4842 +#: libraries/central_columns.lib.php:852 libraries/central_columns.lib.php:1202 +#: libraries/display_export.lib.php:225 +#: libraries/server_user_groups.lib.php:128 +#: libraries/sql_query_form.lib.php:422 libraries/tracking.lib.php:495 +#: setup/frames/index.inc.php:199 setup/frames/index.inc.php:306 +#: templates/console/bookmark_content.phtml:18 +#: templates/database/designer/delete_relation_panel.phtml:27 +msgid "Delete" +msgstr "" + +#: js/messages.php:416 libraries/DisplayResults.php:928 +#: libraries/DisplayResults.php:936 +#, php-format +msgid "%d is not valid row number." +msgstr "" + +#: js/messages.php:417 +#: libraries/controllers/table/TableSearchController.php:357 +#: libraries/controllers/table/TableSearchController.php:844 +#: libraries/sql.lib.php:195 tbl_change.php:151 +msgid "Browse foreign values" +msgstr "" + +#: js/messages.php:418 +msgid "No auto-saved query" +msgstr "" + +#: js/messages.php:419 +#, php-format +msgid "Variable %d:" +msgstr "" + +#: js/messages.php:422 libraries/normalization.lib.php:884 +msgid "Pick" +msgstr "" + +#: js/messages.php:423 +msgid "Column selector" +msgstr "" + +#: js/messages.php:424 +msgid "Search this list" +msgstr "" + +#: js/messages.php:426 +#, php-format +msgid "" +"No columns in the central list. Make sure the Central columns list for " +"database %s has columns that are not present in the current table." +msgstr "" + +#: js/messages.php:429 +msgid "See more" +msgstr "" + +#: js/messages.php:430 +msgid "Are you sure?" +msgstr "" + +#: js/messages.php:432 +msgid "" +"This action may change some of the columns definition.
Are you sure you " +"want to continue?" +msgstr "" + +#: js/messages.php:435 +msgid "Continue" +msgstr "" + +#: js/messages.php:438 +msgid "Add primary key" +msgstr "" + +#: js/messages.php:439 +msgid "Primary key added." +msgstr "" + +#: js/messages.php:440 libraries/normalization.lib.php:189 +msgid "Taking you to next step…" +msgstr "" + +#: js/messages.php:442 +#, php-format +msgid "The first step of normalization is complete for table '%s'." +msgstr "" + +#: js/messages.php:443 libraries/normalization.lib.php:450 +#: libraries/normalization.lib.php:497 libraries/normalization.lib.php:582 +#: libraries/normalization.lib.php:642 +msgid "End of step" +msgstr "" + +#: js/messages.php:444 +msgid "Second step of normalization (2NF)" +msgstr "" + +#. l10n: Display text for calendar close link +#: js/messages.php:445 js/messages.php:744 libraries/normalization.lib.php:286 +msgid "Done" +msgstr "" + +#: js/messages.php:446 +msgid "Confirm partial dependencies" +msgstr "" + +#: js/messages.php:447 +msgid "Selected partial dependencies are as follows:" +msgstr "" + +#: js/messages.php:449 +msgid "" +"Note: a, b -> d,f implies values of columns a and b combined together can " +"determine values of column d and column f." +msgstr "" + +#: js/messages.php:452 +msgid "No partial dependencies selected!" +msgstr "" + +#: js/messages.php:455 +msgid "Show me the possible partial dependencies based on data in the table" +msgstr "" + +#: js/messages.php:456 +msgid "Hide partial dependencies list" +msgstr "" + +#: js/messages.php:458 +msgid "" +"Sit tight! It may take few seconds depending on data size and column count " +"of the table." +msgstr "" + +#: js/messages.php:461 +msgid "Step" +msgstr "" + +#: js/messages.php:463 +msgid "The following actions will be performed:" +msgstr "" + +#: js/messages.php:464 +#, php-format +msgid "DROP columns %s from the table %s" +msgstr "" + +#: js/messages.php:465 +msgid "Create the following table" +msgstr "" + +#: js/messages.php:468 +msgid "Third step of normalization (3NF)" +msgstr "" + +#: js/messages.php:469 +msgid "Confirm transitive dependencies" +msgstr "" + +#: js/messages.php:470 +msgid "Selected dependencies are as follows:" +msgstr "" + +#: js/messages.php:471 +msgid "No dependencies selected!" +msgstr "" + +#: js/messages.php:474 libraries/central_columns.lib.php:1218 +#: libraries/insert_edit.lib.php:1470 setup/frames/config.inc.php:43 +#: setup/frames/index.inc.php:294 +#: templates/columns_definitions/column_definitions_form.phtml:166 +#: templates/server/variables/link_template.phtml:2 +#: templates/table/gis_visualization/gis_visualization.phtml:48 +#: templates/table/relation/common_form.phtml:127 +#: templates/table/structure/partition_definition_form.phtml:11 +msgid "Save" +msgstr "" + +#: js/messages.php:477 +msgid "Hide search criteria" +msgstr "" + +#: js/messages.php:478 +msgid "Show search criteria" +msgstr "" + +#: js/messages.php:479 +msgid "Range search" +msgstr "" + +#: js/messages.php:480 +msgid "Column maximum:" +msgstr "" + +#: js/messages.php:481 +msgid "Column minimum:" +msgstr "" + +#: js/messages.php:482 +msgid "Minimum value:" +msgstr "" + +#: js/messages.php:483 +msgid "Maximum value:" +msgstr "" + +#: js/messages.php:486 +msgid "Hide find and replace criteria" +msgstr "" + +#: js/messages.php:487 +msgid "Show find and replace criteria" +msgstr "" + +#: js/messages.php:491 +msgid "Each point represents a data row." +msgstr "" + +#: js/messages.php:493 +msgid "Hovering over a point will show its label." +msgstr "" + +#: js/messages.php:495 +msgid "To zoom in, select a section of the plot with the mouse." +msgstr "" + +#: js/messages.php:497 +msgid "Click reset zoom button to come back to original state." +msgstr "" + +#: js/messages.php:499 +msgid "Click a data point to view and possibly edit the data row." +msgstr "" + +#: js/messages.php:501 +msgid "The plot can be resized by dragging it along the bottom right corner." +msgstr "" + +#: js/messages.php:504 +msgid "Select two columns" +msgstr "" + +#: js/messages.php:506 +msgid "Select two different columns" +msgstr "" + +#: js/messages.php:508 +msgid "Data point content" +msgstr "" + +#: js/messages.php:511 js/messages.php:665 js/messages.php:682 +#: libraries/ErrorHandler.php:345 libraries/insert_edit.lib.php:2591 +#: templates/table/index_form.phtml:154 templates/table/index_form.phtml:199 +msgid "Ignore" +msgstr "" + +#: js/messages.php:512 libraries/DisplayResults.php:3498 +#: libraries/DisplayResults.php:4863 +msgid "Copy" +msgstr "" + +#: js/messages.php:515 +msgid "Point" +msgstr "" + +#: js/messages.php:517 +msgid "Linestring" +msgstr "" + +#: js/messages.php:518 +msgid "Polygon" +msgstr "" + +#: js/messages.php:519 libraries/DisplayResults.php:1798 +msgid "Geometry" +msgstr "" + +#: js/messages.php:520 +msgid "Inner ring" +msgstr "" + +#: js/messages.php:521 +msgid "Outer ring" +msgstr "" + +#: js/messages.php:525 +msgid "Do you want to copy encryption key?" +msgstr "" + +#: js/messages.php:526 +msgid "Encryption key" +msgstr "" + +#: js/messages.php:530 +msgid "" +"Indicates that you have made changes to this page; you will be prompted for " +"confirmation before abandoning changes" +msgstr "" + +#: js/messages.php:535 +msgid "Select referenced key" +msgstr "" + +#: js/messages.php:536 +msgid "Select Foreign Key" +msgstr "" + +#: js/messages.php:538 +msgid "Please select the primary key or a unique key!" +msgstr "" + +#: js/messages.php:539 templates/database/designer/side_menu.phtml:91 +#: templates/database/designer/side_menu.phtml:94 +msgid "Choose column to display" +msgstr "" + +#: js/messages.php:541 +msgid "" +"You haven't saved the changes in the layout. They will be lost if you don't " +"save them. Do you want to continue?" +msgstr "" + +#: js/messages.php:544 +msgid "Page name" +msgstr "" + +#: js/messages.php:545 templates/database/designer/side_menu.phtml:56 +#: templates/database/designer/side_menu.phtml:59 +msgid "Save page" +msgstr "" + +#: js/messages.php:546 templates/database/designer/side_menu.phtml:63 +#: templates/database/designer/side_menu.phtml:66 +msgid "Save page as" +msgstr "" + +#: js/messages.php:547 templates/database/designer/side_menu.phtml:49 +#: templates/database/designer/side_menu.phtml:52 +msgid "Open page" +msgstr "" + +#: js/messages.php:548 +msgid "Delete page" +msgstr "" + +#: js/messages.php:549 templates/database/designer/side_menu.phtml:10 +msgid "Untitled" +msgstr "" + +#: js/messages.php:550 +msgid "Please select a page to continue" +msgstr "" + +#: js/messages.php:551 +msgid "Please enter a valid page name" +msgstr "" + +#: js/messages.php:553 +msgid "Do you want to save the changes to the current page?" +msgstr "" + +#: js/messages.php:554 +msgid "Successfully deleted the page" +msgstr "" + +#: js/messages.php:555 +msgid "Export relational schema" +msgstr "" + +#: js/messages.php:556 +msgid "Modifications have been saved" +msgstr "" + +#: js/messages.php:559 +#, php-format +msgid "Add an option for column \"%s\"." +msgstr "" + +#: js/messages.php:560 +#, php-format +msgid "%d object(s) created." +msgstr "" + +#: js/messages.php:561 libraries/sql_query_form.lib.php:414 +msgid "Submit" +msgstr "" + +#: js/messages.php:564 +msgid "Press escape to cancel editing." +msgstr "" + +#: js/messages.php:566 +msgid "" +"You have edited some data and they have not been saved. Are you sure you " +"want to leave this page before saving the data?" +msgstr "" + +#: js/messages.php:569 +msgid "Drag to reorder." +msgstr "" + +#: js/messages.php:570 +msgid "Click to sort results by this column." +msgstr "" + +#: js/messages.php:572 +msgid "" +"Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC.
- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " +"ORDER BY clause" +msgstr "" + +#: js/messages.php:576 +msgid "Click to mark/unmark." +msgstr "" + +#: js/messages.php:577 +msgid "Double-click to copy column name." +msgstr "" + +#: js/messages.php:579 +msgid "Click the drop-down arrow
to toggle column's visibility." +msgstr "" + +#: js/messages.php:581 libraries/DisplayResults.php:1035 +#: libraries/browse_foreigners.lib.php:288 +#: libraries/browse_foreigners.lib.php:341 +#: libraries/server_privileges.lib.php:3857 +msgid "Show all" +msgstr "" + +#: js/messages.php:583 +msgid "" +"This table does not contain a unique column. Features related to the grid " +"edit, checkbox, Edit, Copy and Delete links may not work after saving." +msgstr "" + +#: js/messages.php:587 +msgid "Please enter a valid hexadecimal string. Valid characters are 0-9, A-F." +msgstr "" + +#: js/messages.php:589 +msgid "" +"Do you really want to see all of the rows? For a big table this could crash " +"the browser." +msgstr "" + +#: js/messages.php:592 +msgid "Original length" +msgstr "" + +#: js/messages.php:595 +msgid "cancel" +msgstr "" + +#: js/messages.php:596 libraries/server_status.lib.php:277 +msgid "Aborted" +msgstr "" + +#: js/messages.php:598 +msgid "Success" +msgstr "" + +#: js/messages.php:599 +msgid "Import status" +msgstr "" + +#: js/messages.php:600 libraries/navigation/Navigation.php:112 +msgid "Drop files here" +msgstr "" + +#: js/messages.php:601 +msgid "Select database first" +msgstr "" + +#: js/messages.php:604 libraries/DisplayResults.php:5049 +#: libraries/Util.php:4145 +#: templates/database/structure/print_view_data_dictionary_link.phtml:3 +#: templates/table/structure/optional_action_links.phtml:6 +msgid "Print" +msgstr "" + +#: js/messages.php:611 +msgid "You can also edit most values
by double-clicking directly on them." +msgstr "" + +#: js/messages.php:616 +msgid "You can also edit most values
by clicking directly on them." +msgstr "" + +#: js/messages.php:622 +msgid "Go to link:" +msgstr "" + +#: js/messages.php:623 +msgid "Copy column name." +msgstr "" + +#: js/messages.php:625 +msgid "Right-click the column name to copy it to your clipboard." +msgstr "" + +#: js/messages.php:628 +msgid "Generate password" +msgstr "" + +#: js/messages.php:629 libraries/replication_gui.lib.php:884 +msgid "Generate" +msgstr "" + +#: js/messages.php:633 +msgid "More" +msgstr "" + +#: js/messages.php:636 +msgid "Show panel" +msgstr "" + +#: js/messages.php:637 +msgid "Hide panel" +msgstr "" + +#: js/messages.php:638 +msgid "Show hidden navigation tree items." +msgstr "" + +#: js/messages.php:639 libraries/config/messages.inc.php:479 +#: libraries/navigation/NavigationTree.php:1435 +msgid "Link with main panel" +msgstr "" + +#: js/messages.php:640 libraries/navigation/NavigationTree.php:1438 +msgid "Unlink from main panel" +msgstr "" + +#: js/messages.php:644 +msgid "The requested page was not found in the history, it may have expired." +msgstr "" + +#: js/messages.php:648 setup/lib/index.lib.php:170 +#, php-format +msgid "" +"A newer version of phpMyAdmin is available and you should consider " +"upgrading. The newest version is %s, released on %s." +msgstr "" + +#. l10n: Latest available phpMyAdmin version +#: js/messages.php:652 +msgid ", latest stable version:" +msgstr "" + +#: js/messages.php:653 +msgid "up to date" +msgstr "" + +#: js/messages.php:655 libraries/DisplayResults.php:4980 view_create.php:201 +msgid "Create view" +msgstr "" + +#: js/messages.php:658 +msgid "Send error report" +msgstr "" + +#: js/messages.php:659 +msgid "Submit error report" +msgstr "" + +#: js/messages.php:661 +msgid "" +"A fatal JavaScript error has occurred. Would you like to send an error " +"report?" +msgstr "" + +#: js/messages.php:663 +msgid "Change report settings" +msgstr "" + +#: js/messages.php:664 +msgid "Show report details" +msgstr "" + +#: js/messages.php:667 +msgid "" +"Your export is incomplete, due to a low execution time limit at the PHP " +"level!" +msgstr "" + +#: js/messages.php:671 +#, php-format +msgid "" +"Warning: a form on this page has more than %d fields. On submission, some of " +"the fields might be ignored, due to PHP's max_input_vars configuration." +msgstr "" + +#: js/messages.php:677 js/messages.php:690 +msgid "Some errors have been detected on the server!" +msgstr "" + +#: js/messages.php:679 +msgid "Please look at the bottom of this window." +msgstr "" + +#: js/messages.php:685 libraries/ErrorHandler.php:349 +msgid "Ignore All" +msgstr "" + +#: js/messages.php:693 +msgid "" +"As per your settings, they are being submitted currently, please be patient." +msgstr "" + +#: js/messages.php:703 +msgid "Execute this query again?" +msgstr "" + +#: js/messages.php:705 +msgid "Do you really want to delete this bookmark?" +msgstr "" + +#: js/messages.php:707 +msgid "Some error occurred while getting SQL debug info." +msgstr "" + +#: js/messages.php:709 +#, php-format +msgid "%s queries executed %s times in %s seconds." +msgstr "" + +#: js/messages.php:710 +#, php-format +msgid "%s argument(s) passed" +msgstr "" + +#: js/messages.php:711 +msgid "Show arguments" +msgstr "" + +#: js/messages.php:712 +msgid "Hide arguments" +msgstr "" + +#: js/messages.php:713 +msgid "Time taken:" +msgstr "" + +#: js/messages.php:714 +msgid "" +"There was a problem accessing your browser storage, some features may not " +"work properly for you. It is likely that the browser doesn't support storage " +"or the quota limit has been reached. In Firefox, corrupted storage can also " +"cause such a problem, clearing your \"Offline Website Data\" might help. In " +"Safari, such problem is commonly caused by \"Private Mode Browsing\"." +msgstr "" + +#: js/messages.php:716 +msgid "Copy tables to" +msgstr "" + +#: js/messages.php:717 +msgid "Add table prefix" +msgstr "" + +#: js/messages.php:718 +msgid "Replace table with prefix" +msgstr "" + +#: js/messages.php:719 templates/database/structure/check_all_tables.phtml:29 +msgid "Copy table with prefix" +msgstr "" + +#: js/messages.php:748 +msgctxt "Previous month" +msgid "Prev" +msgstr "" + +#: js/messages.php:753 +msgctxt "Next month" +msgid "Next" +msgstr "" + +#. l10n: Display text for current month link in calendar +#: js/messages.php:756 +msgid "Today" +msgstr "" + +#: js/messages.php:760 +msgid "January" +msgstr "" + +#: js/messages.php:761 +msgid "February" +msgstr "" + +#: js/messages.php:762 +msgid "March" +msgstr "" + +#: js/messages.php:763 +msgid "April" +msgstr "" + +#: js/messages.php:764 +msgid "May" +msgstr "" + +#: js/messages.php:765 +msgid "June" +msgstr "" + +#: js/messages.php:766 +msgid "July" +msgstr "" + +#: js/messages.php:767 +msgid "August" +msgstr "" + +#: js/messages.php:768 +msgid "September" +msgstr "" + +#: js/messages.php:769 +msgid "October" +msgstr "" + +#: js/messages.php:770 +msgid "November" +msgstr "" + +#: js/messages.php:771 +msgid "December" +msgstr "" + +#. l10n: Short month name +#: js/messages.php:778 libraries/Util.php:1657 +msgid "Jan" +msgstr "" + +#. l10n: Short month name +#: js/messages.php:780 libraries/Util.php:1659 +msgid "Feb" +msgstr "" + +#. l10n: Short month name +#: js/messages.php:782 libraries/Util.php:1661 +msgid "Mar" +msgstr "" + +#. l10n: Short month name +#: js/messages.php:784 libraries/Util.php:1663 +msgid "Apr" +msgstr "" + +#. l10n: Short month name +#: js/messages.php:786 libraries/Util.php:1665 +msgctxt "Short month name" +msgid "May" +msgstr "" + +#. l10n: Short month name +#: js/messages.php:788 libraries/Util.php:1667 +msgid "Jun" +msgstr "" + +#. l10n: Short month name +#: js/messages.php:790 libraries/Util.php:1669 +msgid "Jul" +msgstr "" + +#. l10n: Short month name +#: js/messages.php:792 libraries/Util.php:1671 +msgid "Aug" +msgstr "" + +#. l10n: Short month name +#: js/messages.php:794 libraries/Util.php:1673 +msgid "Sep" +msgstr "" + +#. l10n: Short month name +#: js/messages.php:796 libraries/Util.php:1675 +msgid "Oct" +msgstr "" + +#. l10n: Short month name +#: js/messages.php:798 libraries/Util.php:1677 +msgid "Nov" +msgstr "" + +#. l10n: Short month name +#: js/messages.php:800 libraries/Util.php:1679 +msgid "Dec" +msgstr "" + +#: js/messages.php:806 +msgid "Sunday" +msgstr "" + +#: js/messages.php:807 +msgid "Monday" +msgstr "" + +#: js/messages.php:808 +msgid "Tuesday" +msgstr "" + +#: js/messages.php:809 +msgid "Wednesday" +msgstr "" + +#: js/messages.php:810 +msgid "Thursday" +msgstr "" + +#: js/messages.php:811 +msgid "Friday" +msgstr "" + +#: js/messages.php:812 +msgid "Saturday" +msgstr "" + +#. l10n: Short week day name +#: js/messages.php:819 +msgid "Sun" +msgstr "" + +#. l10n: Short week day name +#: js/messages.php:821 libraries/Util.php:1684 +msgid "Mon" +msgstr "" + +#. l10n: Short week day name +#: js/messages.php:823 libraries/Util.php:1686 +msgid "Tue" +msgstr "" + +#. l10n: Short week day name +#: js/messages.php:825 libraries/Util.php:1688 +msgid "Wed" +msgstr "" + +#. l10n: Short week day name +#: js/messages.php:827 libraries/Util.php:1690 +msgid "Thu" +msgstr "" + +#. l10n: Short week day name +#: js/messages.php:829 libraries/Util.php:1692 +msgid "Fri" +msgstr "" + +#. l10n: Short week day name +#: js/messages.php:831 libraries/Util.php:1694 +msgid "Sat" +msgstr "" + +#. l10n: Minimal week day name +#: js/messages.php:838 +msgid "Su" +msgstr "" + +#. l10n: Minimal week day name +#: js/messages.php:840 +msgid "Mo" +msgstr "" + +#. l10n: Minimal week day name +#: js/messages.php:842 +msgid "Tu" +msgstr "" + +#. l10n: Minimal week day name +#: js/messages.php:844 +msgid "We" +msgstr "" + +#. l10n: Minimal week day name +#: js/messages.php:846 +msgid "Th" +msgstr "" + +#. l10n: Minimal week day name +#: js/messages.php:848 +msgid "Fr" +msgstr "" + +#. l10n: Minimal week day name +#: js/messages.php:850 +msgid "Sa" +msgstr "" + +#. l10n: Column header for week of the year in calendar +#: js/messages.php:854 +msgid "Wk" +msgstr "" + +#. l10n: Month-year order for calendar, use either "calendar-month-year" +#. * or "calendar-year-month". +#. +#: js/messages.php:861 +msgid "calendar-month-year" +msgstr "" + +#. l10n: Year suffix for calendar, "none" is empty. +#: js/messages.php:864 +msgctxt "Year suffix" +msgid "none" +msgstr "" + +#: js/messages.php:876 +msgid "Hour" +msgstr "" + +#: js/messages.php:877 +msgid "Minute" +msgstr "" + +#: js/messages.php:878 +msgid "Second" +msgstr "" + +#: js/messages.php:889 +msgid "This field is required" +msgstr "" + +#: js/messages.php:890 +msgid "Please fix this field" +msgstr "" + +#: js/messages.php:891 +msgid "Please enter a valid email address" +msgstr "" + +#: js/messages.php:892 +msgid "Please enter a valid URL" +msgstr "" + +#: js/messages.php:893 +msgid "Please enter a valid date" +msgstr "" + +#: js/messages.php:896 +msgid "Please enter a valid date ( ISO )" +msgstr "" + +#: js/messages.php:898 +msgid "Please enter a valid number" +msgstr "" + +#: js/messages.php:901 +msgid "Please enter a valid credit card number" +msgstr "" + +#: js/messages.php:903 +msgid "Please enter only digits" +msgstr "" + +#: js/messages.php:906 +msgid "Please enter the same value again" +msgstr "" + +#: js/messages.php:910 +msgid "Please enter no more than {0} characters" +msgstr "" + +#: js/messages.php:915 +msgid "Please enter at least {0} characters" +msgstr "" + +#: js/messages.php:920 +msgid "Please enter a value between {0} and {1} characters long" +msgstr "" + +#: js/messages.php:925 +msgid "Please enter a value between {0} and {1}" +msgstr "" + +#: js/messages.php:930 +msgid "Please enter a value less than or equal to {0}" +msgstr "" + +#: js/messages.php:935 +msgid "Please enter a value greater than or equal to {0}" +msgstr "" + +#: js/messages.php:941 +msgid "Please enter a valid date or time" +msgstr "" + +#: js/messages.php:946 +msgid "Please enter a valid HEX input" +msgstr "" + +#: js/messages.php:951 libraries/Message.php:182 libraries/Util.php:680 +#: libraries/core.lib.php:237 libraries/import.lib.php:84 +#: libraries/insert_edit.lib.php:1177 view_operations.php:78 +msgid "Error" +msgstr "" + +#: libraries/Advisor.php:163 +#, php-format +msgid "PHP threw following error: %s" +msgstr "" + +#: libraries/Advisor.php:194 +#, php-format +msgid "Failed evaluating precondition for rule '%s'." +msgstr "" + +#: libraries/Advisor.php:211 +#, php-format +msgid "Failed calculating value for rule '%s'." +msgstr "" + +#: libraries/Advisor.php:230 +#, php-format +msgid "Failed running test for rule '%s'." +msgstr "" + +#: libraries/Advisor.php:310 +#, php-format +msgid "Failed formatting string for rule '%s'." +msgstr "" + +#: libraries/Advisor.php:482 +#, php-format +msgid "" +"Invalid rule declaration on line %1$s, expected line %2$s of previous rule." +msgstr "" + +#: libraries/Advisor.php:501 +#, php-format +msgid "Invalid rule declaration on line %s." +msgstr "" + +#: libraries/Advisor.php:509 +#, php-format +msgid "Unexpected characters on line %s." +msgstr "" + +#: libraries/Advisor.php:524 +#, php-format +msgid "Unexpected character on line %1$s. Expected tab, but found \"%2$s\"." +msgstr "" + +#: libraries/Charsets.php:160 +msgid "Charset" +msgstr "" + +#: libraries/Charsets.php:207 libraries/Index.php:688 +#: libraries/central_columns.lib.php:702 libraries/central_columns.lib.php:1387 +#: libraries/controllers/server/ServerDatabasesController.php:335 +#: libraries/operations.lib.php:288 libraries/operations.lib.php:1062 +#: libraries/tracking.lib.php:899 libraries/tracking.lib.php:997 +#: templates/columns_definitions/table_fields_definitions.phtml:33 +#: templates/database/structure/table_header.phtml:55 +#: templates/server/collations/charsets.phtml:4 +#: templates/table/search/table_header.phtml:8 +#: templates/table/structure/row_stats_table.phtml:31 +#: templates/table/structure/table_structure_header.phtml:9 +msgid "Collation" +msgstr "" + +#: libraries/Charsets.php:243 libraries/insert_edit.lib.php:399 +msgid "Binary" +msgstr "" + +#: libraries/Charsets.php:255 +msgid "Bulgarian" +msgstr "" + +#: libraries/Charsets.php:259 libraries/Charsets.php:400 +msgid "Simplified Chinese" +msgstr "" + +#: libraries/Charsets.php:261 libraries/Charsets.php:420 +msgid "Traditional Chinese" +msgstr "" + +#: libraries/Charsets.php:265 +msgid "case-insensitive" +msgstr "" + +#: libraries/Charsets.php:268 +msgid "case-sensitive" +msgstr "" + +#: libraries/Charsets.php:271 +msgid "Croatian" +msgstr "" + +#: libraries/Charsets.php:274 +msgid "Czech" +msgstr "" + +#: libraries/Charsets.php:277 +msgid "Danish" +msgstr "" + +#: libraries/Charsets.php:280 +msgid "English" +msgstr "" + +#: libraries/Charsets.php:283 +msgid "Esperanto" +msgstr "" + +#: libraries/Charsets.php:286 +msgid "Estonian" +msgstr "" + +#: libraries/Charsets.php:289 libraries/Charsets.php:292 +msgid "German" +msgstr "" + +#: libraries/Charsets.php:289 +msgid "dictionary" +msgstr "" + +#: libraries/Charsets.php:292 +msgid "phone book" +msgstr "" + +#: libraries/Charsets.php:295 +msgid "Hungarian" +msgstr "" + +#: libraries/Charsets.php:298 +msgid "Icelandic" +msgstr "" + +#: libraries/Charsets.php:301 libraries/Charsets.php:407 +msgid "Japanese" +msgstr "" + +#: libraries/Charsets.php:304 +msgid "Latvian" +msgstr "" + +#: libraries/Charsets.php:307 +msgid "Lithuanian" +msgstr "" + +#: libraries/Charsets.php:310 libraries/Charsets.php:429 +msgid "Korean" +msgstr "" + +#: libraries/Charsets.php:313 +msgid "Burmese" +msgstr "" + +#: libraries/Charsets.php:316 +msgid "Persian" +msgstr "" + +#: libraries/Charsets.php:319 +msgid "Polish" +msgstr "" + +#: libraries/Charsets.php:322 libraries/Charsets.php:383 +msgid "West European" +msgstr "" + +#: libraries/Charsets.php:325 +msgid "Romanian" +msgstr "" + +#: libraries/Charsets.php:328 +msgid "Sinhalese" +msgstr "" + +#: libraries/Charsets.php:331 +msgid "Slovak" +msgstr "" + +#: libraries/Charsets.php:334 +msgid "Slovenian" +msgstr "" + +#: libraries/Charsets.php:337 +msgid "Spanish" +msgstr "" + +#: libraries/Charsets.php:340 +msgid "Traditional Spanish" +msgstr "" + +#: libraries/Charsets.php:343 libraries/Charsets.php:450 +msgid "Swedish" +msgstr "" + +#: libraries/Charsets.php:346 libraries/Charsets.php:453 +msgid "Thai" +msgstr "" + +#: libraries/Charsets.php:349 libraries/Charsets.php:447 +msgid "Turkish" +msgstr "" + +#: libraries/Charsets.php:352 libraries/Charsets.php:444 +msgid "Ukrainian" +msgstr "" + +#: libraries/Charsets.php:355 libraries/Charsets.php:374 +msgid "Unicode" +msgstr "" + +#: libraries/Charsets.php:355 libraries/Charsets.php:374 +#: libraries/Charsets.php:383 libraries/Charsets.php:390 +#: libraries/Charsets.php:412 libraries/Charsets.php:423 +msgid "multilingual" +msgstr "" + +#: libraries/Charsets.php:358 +msgid "Vietnamese" +msgstr "" + +#: libraries/Charsets.php:390 +msgid "Central European" +msgstr "" + +#: libraries/Charsets.php:395 +msgid "Russian" +msgstr "" + +#: libraries/Charsets.php:412 +msgid "Baltic" +msgstr "" + +#: libraries/Charsets.php:417 +msgid "Armenian" +msgstr "" + +#: libraries/Charsets.php:423 +msgid "Cyrillic" +msgstr "" + +#: libraries/Charsets.php:426 +msgid "Arabic" +msgstr "" + +#: libraries/Charsets.php:432 +msgid "Hebrew" +msgstr "" + +#: libraries/Charsets.php:435 +msgid "Georgian" +msgstr "" + +#: libraries/Charsets.php:438 +msgid "Greek" +msgstr "" + +#: libraries/Charsets.php:441 +msgid "Czech-Slovak" +msgstr "" + +#: libraries/Charsets.php:456 libraries/Charsets.php:463 +#: libraries/controllers/database/DatabaseStructureController.php:971 +msgid "unknown" +msgstr "" + +#: libraries/Charsets.php:460 +msgid "binary collation" +msgstr "" + +#: libraries/Charsets.php:467 +msgid "case-insensitive collation" +msgstr "" + +#: libraries/Charsets.php:469 +msgid "case-sensitive collation" +msgstr "" + +#: libraries/Config.php:1151 +#, php-format +msgid "Existing configuration file (%s) is not readable." +msgstr "" + +#: libraries/Config.php:1181 +msgid "Wrong permissions on configuration file, should not be world writable!" +msgstr "" + +#: libraries/Config.php:1201 +#, php-format +msgid "Could not load default configuration from: %1$s" +msgstr "" + +#: libraries/Config.php:1208 +msgid "Failed to read configuration file!" +msgstr "" + +#: libraries/Config.php:1211 +msgid "" +"This usually means there is a syntax error in it, please check any errors " +"shown below." +msgstr "" + +#: libraries/Config.php:1573 +msgid "Font size" +msgstr "" + +#: libraries/Console.php:88 +#, php-format +msgid "Showing %1$d bookmark (both private and shared)" +msgid_plural "Showing %1$d bookmarks (both private and shared)" +msgstr[0] "" +msgstr[1] "" + +#: libraries/Console.php:95 +msgid "No bookmarks" +msgstr "" + +#: libraries/Console.php:130 +msgid "SQL Query Console" +msgstr "" + +#: libraries/DatabaseInterface.php:1409 +msgid "Failed to set configured collation connection!" +msgstr "" + +#: libraries/DatabaseInterface.php:2020 +msgid "" +"The server is not responding (or the local server's socket is not correctly " +"configured)." +msgstr "" + +#: libraries/DatabaseInterface.php:2025 +msgid "The server is not responding." +msgstr "" + +#: libraries/DatabaseInterface.php:2031 +msgid "Please check privileges of directory containing database." +msgstr "" + +#: libraries/DatabaseInterface.php:2042 +msgid "Details…" +msgstr "" + +#: libraries/DatabaseInterface.php:2325 +msgid "Missing connection parameters!" +msgstr "" + +#: libraries/DatabaseInterface.php:2358 +msgid "Connection for controluser as defined in your configuration failed." +msgstr "" + +#: libraries/DbQbe.php:405 libraries/DisplayResults.php:2280 +#: libraries/DisplayResults.php:2286 libraries/config.values.php:70 +#: libraries/controllers/server/ServerDatabasesController.php:550 +#: libraries/operations.lib.php:790 +#: libraries/server_status_processes.lib.php:167 +#: templates/database/structure/sortable_header.phtml:21 +#: templates/database/structure/sortable_header.phtml:38 +#: templates/table/search/options.phtml:68 +msgid "Ascending" +msgstr "" + +#: libraries/DbQbe.php:408 libraries/DisplayResults.php:2276 +#: libraries/DisplayResults.php:2290 libraries/config.values.php:71 +#: libraries/controllers/server/ServerDatabasesController.php:550 +#: libraries/operations.lib.php:793 +#: libraries/server_status_processes.lib.php:164 +#: templates/database/structure/sortable_header.phtml:26 +#: templates/database/structure/sortable_header.phtml:43 +#: templates/table/search/options.phtml:69 +msgid "Descending" +msgstr "" + +#: libraries/DbQbe.php:467 templates/table/search/search_and_replace.phtml:6 +msgid "Column:" +msgstr "" + +#: libraries/DbQbe.php:513 +msgid "Alias:" +msgstr "" + +#: libraries/DbQbe.php:566 +msgid "Sort:" +msgstr "" + +#: libraries/DbQbe.php:630 +msgid "Sort order:" +msgstr "" + +#: libraries/DbQbe.php:679 +msgid "Show:" +msgstr "" + +#: libraries/DbQbe.php:728 +msgid "Criteria:" +msgstr "" + +#: libraries/DbQbe.php:797 +msgid "Add/Delete criteria rows" +msgstr "" + +#: libraries/DbQbe.php:797 +msgid "Add/Delete columns" +msgstr "" + +#: libraries/DbQbe.php:824 libraries/DbQbe.php:856 +msgid "Update Query" +msgstr "" + +#: libraries/DbQbe.php:839 +msgid "Use Tables" +msgstr "" + +#: libraries/DbQbe.php:877 libraries/DbQbe.php:988 +msgid "Or:" +msgstr "" + +#: libraries/DbQbe.php:881 libraries/DbQbe.php:973 +msgid "And:" +msgstr "" + +#: libraries/DbQbe.php:886 +msgid "Ins" +msgstr "" + +#: libraries/DbQbe.php:889 +msgid "Del" +msgstr "" + +#: libraries/DbQbe.php:905 +msgid "Modify:" +msgstr "" + +#: libraries/DbQbe.php:968 +msgid "Ins:" +msgstr "" + +#: libraries/DbQbe.php:983 +msgid "Del:" +msgstr "" + +#: libraries/DbQbe.php:1851 +#, php-format +msgid "SQL query on database %s:" +msgstr "" + +#: libraries/DbQbe.php:1870 +msgid "Submit Query" +msgstr "" + +#: libraries/DbQbe.php:1884 +msgid "Saved bookmarked search:" +msgstr "" + +#: libraries/DbQbe.php:1886 +msgid "New bookmark" +msgstr "" + +#: libraries/DbQbe.php:1912 +msgid "Create bookmark" +msgstr "" + +#: libraries/DbQbe.php:1915 +msgid "Update bookmark" +msgstr "" + +#: libraries/DbQbe.php:1917 +msgid "Delete bookmark" +msgstr "" + +#: libraries/DbSearch.php:99 libraries/DbSearch.php:403 +msgid "at least one of the words" +msgstr "" + +#: libraries/DbSearch.php:100 libraries/DbSearch.php:407 +msgid "all words" +msgstr "" + +#: libraries/DbSearch.php:101 libraries/DbSearch.php:411 +msgid "the exact phrase" +msgstr "" + +#: libraries/DbSearch.php:102 libraries/DbSearch.php:412 +msgid "as regular expression" +msgstr "" + +#: libraries/DbSearch.php:269 +#, php-format +msgid "Search results for \"%s\" %s:" +msgstr "" + +#: libraries/DbSearch.php:296 +#, php-format +msgid "Total: %s match" +msgid_plural "Total: %s matches" +msgstr[0] "" +msgstr[1] "" + +#: libraries/DbSearch.php:333 +#, php-format +msgid "%1$s match in %2$s" +msgid_plural "%1$s matches in %2$s" +msgstr[0] "" +msgstr[1] "" + +#: libraries/DbSearch.php:353 libraries/Menu.php:324 libraries/Util.php:3338 +#: libraries/Util.php:3348 libraries/Util.php:3624 libraries/Util.php:3625 +#: libraries/Util.php:4279 libraries/config.values.php:43 +#: libraries/config.values.php:51 libraries/config.values.php:120 +#: libraries/navigation/nodes/NodeTable.php:313 +#: templates/table/structure/check_all_table_column.phtml:12 +msgid "Browse" +msgstr "" + +#: libraries/DbSearch.php:360 +#, php-format +msgid "Delete the matches for the %s table?" +msgstr "" + +#: libraries/DbSearch.php:387 +msgid "Search in database" +msgstr "" + +#: libraries/DbSearch.php:391 +msgid "Words or values to search for (wildcard: \"%\"):" +msgstr "" + +#: libraries/DbSearch.php:400 templates/table/search/search_and_replace.phtml:1 +msgid "Find:" +msgstr "" + +#: libraries/DbSearch.php:405 libraries/DbSearch.php:409 +msgid "Words are separated by a space character (\" \")." +msgstr "" + +#: libraries/DbSearch.php:424 +msgid "Inside tables:" +msgstr "" + +#: libraries/DbSearch.php:449 libraries/display_export.lib.php:50 +#: libraries/replication_gui.lib.php:380 +msgid "Unselect all" +msgstr "" + +#: libraries/DbSearch.php:454 +msgid "Inside column:" +msgstr "" + +#: libraries/DisplayResults.php:905 +msgid "Save edited data" +msgstr "" + +#: libraries/DisplayResults.php:911 +msgid "Restore column order" +msgstr "" + +#: libraries/DisplayResults.php:959 libraries/central_columns.lib.php:661 +msgid "Filter rows" +msgstr "" + +#: libraries/DisplayResults.php:961 libraries/central_columns.lib.php:663 +msgid "Search this table" +msgstr "" + +#: libraries/DisplayResults.php:992 libraries/Util.php:2605 +#: libraries/Util.php:2608 +msgctxt "First page" +msgid "Begin" +msgstr "" + +#: libraries/DisplayResults.php:995 libraries/Util.php:2606 +#: libraries/Util.php:2609 +#: libraries/controllers/server/ServerBinlogController.php:194 +#: libraries/controllers/server/ServerBinlogController.php:196 +msgctxt "Previous page" +msgid "Previous" +msgstr "" + +#: libraries/DisplayResults.php:1061 libraries/Util.php:2637 +#: libraries/Util.php:2647 +#: libraries/controllers/server/ServerBinlogController.php:228 +#: libraries/controllers/server/ServerBinlogController.php:230 +msgctxt "Next page" +msgid "Next" +msgstr "" + +#: libraries/DisplayResults.php:1091 libraries/Util.php:2638 +#: libraries/Util.php:2648 +msgctxt "Last page" +msgid "End" +msgstr "" + +#: libraries/DisplayResults.php:1134 +msgid "All" +msgstr "" + +#: libraries/DisplayResults.php:1144 libraries/display_export.lib.php:436 +#: templates/startAndNumberOfRowsPanel.phtml:10 +msgid "Number of rows:" +msgstr "" + +#: libraries/DisplayResults.php:1437 +msgid "Sort by key" +msgstr "" + +#: libraries/DisplayResults.php:1720 libraries/import.lib.php:1231 +#: libraries/import.lib.php:1266 libraries/mult_submits.lib.php:340 +#: libraries/plugins/export/ExportCodegen.php:84 +#: libraries/plugins/export/ExportCsv.php:48 +#: libraries/plugins/export/ExportExcel.php:38 +#: libraries/plugins/export/ExportHtmlword.php:49 +#: libraries/plugins/export/ExportJson.php:66 +#: libraries/plugins/export/ExportLatex.php:72 +#: libraries/plugins/export/ExportMediawiki.php:47 +#: libraries/plugins/export/ExportOds.php:53 +#: libraries/plugins/export/ExportOdt.php:62 +#: libraries/plugins/export/ExportPdf.php:86 +#: libraries/plugins/export/ExportPhparray.php:46 +#: libraries/plugins/export/ExportSql.php:82 +#: libraries/plugins/export/ExportTexytext.php:48 +#: libraries/plugins/export/ExportXml.php:78 +#: libraries/plugins/export/ExportYaml.php:47 +#: libraries/plugins/import/AbstractImportCsv.php:35 +#: libraries/plugins/import/ImportMediawiki.php:56 +#: libraries/plugins/import/ImportOds.php:48 +#: libraries/plugins/import/ImportShp.php:48 +#: libraries/plugins/import/ImportSql.php:47 +#: libraries/plugins/import/ImportXml.php:47 +#: libraries/rte/rte_routines.lib.php:924 templates/console/display.phtml:12 +#: templates/console/display.phtml:173 templates/table/index_form.phtml:49 +#: templates/table/search/options.phtml:2 +#: templates/table/structure/row_stats_table.phtml:20 +msgid "Options" +msgstr "" + +#: libraries/DisplayResults.php:1726 libraries/DisplayResults.php:1847 +msgid "Partial texts" +msgstr "" + +#: libraries/DisplayResults.php:1727 libraries/DisplayResults.php:1851 +msgid "Full texts" +msgstr "" + +#: libraries/DisplayResults.php:1743 +msgid "Relational key" +msgstr "" + +#: libraries/DisplayResults.php:1744 +msgid "Display column for relations" +msgstr "" + +#: libraries/DisplayResults.php:1760 +msgid "Show binary contents" +msgstr "" + +#: libraries/DisplayResults.php:1771 +msgid "Show BLOB contents" +msgstr "" + +#: libraries/DisplayResults.php:1788 +msgid "Hide browser transformation" +msgstr "" + +#: libraries/DisplayResults.php:1799 +msgid "Well Known Text" +msgstr "" + +#: libraries/DisplayResults.php:1800 +msgid "Well Known Binary" +msgstr "" + +#: libraries/DisplayResults.php:3540 libraries/DisplayResults.php:3555 +msgid "The row has been deleted." +msgstr "" + +#: libraries/DisplayResults.php:3588 libraries/DisplayResults.php:4842 +#: libraries/server_status_processes.lib.php:283 +msgid "Kill" +msgstr "" + +#: libraries/DisplayResults.php:4280 +msgid "May be approximate. See [doc@faq3-11]FAQ 3.11[/doc]." +msgstr "" + +#: libraries/DisplayResults.php:4353 libraries/Message.php:163 +#: libraries/controllers/table/TableRelationController.php:253 +#: libraries/controllers/table/TableSearchController.php:570 +#: libraries/rte/rte_routines.lib.php:1423 libraries/sql_query_form.lib.php:92 +#: tbl_row_action.php:140 view_operations.php:75 +msgid "Your SQL query has been executed successfully." +msgstr "" + +#: libraries/DisplayResults.php:4700 +#: libraries/controllers/database/DatabaseStructureController.php:755 +#, php-format +msgid "" +"This view has at least this number of rows. Please refer to %sdocumentation" +"%s." +msgstr "" + +#: libraries/DisplayResults.php:4713 +#, php-format +msgid "Showing rows %1s - %2s" +msgstr "" + +#: libraries/DisplayResults.php:4728 +#, php-format +msgid "%1$d total, %2$d in query" +msgstr "" + +#: libraries/DisplayResults.php:4733 +#, php-format +msgid "%d total" +msgstr "" + +#: libraries/DisplayResults.php:4745 libraries/sql.lib.php:1374 +#, php-format +msgid "Query took %01.4f seconds." +msgstr "" + +#: libraries/DisplayResults.php:4847 libraries/DisplayResults.php:4854 +#: libraries/mult_submits.inc.php:52 +#: templates/database/structure/check_all_tables.phtml:2 +#: templates/database/structure/check_all_tables.phtml:9 +#: templates/select_all.phtml:2 templates/select_all.phtml:7 +msgid "With selected:" +msgstr "" + +#: libraries/DisplayResults.php:4851 libraries/DisplayResults.php:4853 +#: libraries/server_privileges.lib.php:1263 +#: libraries/server_privileges.lib.php:1264 +#: libraries/server_privileges.lib.php:1476 +#: libraries/server_user_groups.lib.php:232 +#: templates/database/structure/check_all_tables.phtml:3 +#: templates/database/structure/check_all_tables.phtml:4 +#: templates/select_all.phtml:4 templates/select_all.phtml:5 +msgid "Check all" +msgstr "" + +#: libraries/DisplayResults.php:5026 +msgid "Copy to clipboard" +msgstr "" + +#: libraries/DisplayResults.php:5082 +msgid "Query results operations" +msgstr "" + +#: libraries/DisplayResults.php:5170 templates/table/chart/tbl_chart.phtml:11 +msgid "Display chart" +msgstr "" + +#: libraries/DisplayResults.php:5195 +msgid "Visualize GIS data" +msgstr "" + +#: libraries/DisplayResults.php:5381 +msgid "Link not found!" +msgstr "" + +#. l10n: This is currently used only in Japanese locales +#: libraries/Encoding.php:312 +msgctxt "None encoding conversion" +msgid "None" +msgstr "" + +#. l10n: This is currently used only in Japanese locales +#: libraries/Encoding.php:323 +msgid "Convert to Kana" +msgstr "" + +#: libraries/ErrorHandler.php:65 +msgid "Too many error messages, some are not displayed." +msgstr "" + +#: libraries/ErrorHandler.php:334 +msgid "Report" +msgstr "" + +#: libraries/ErrorHandler.php:339 templates/error/report_form.phtml:27 +msgid "Automatically send report next time" +msgstr "" + +#: libraries/File.php:223 +msgid "File was not an uploaded file." +msgstr "" + +#: libraries/File.php:263 +msgid "The uploaded file exceeds the upload_max_filesize directive in php.ini." +msgstr "" + +#: libraries/File.php:269 +msgid "" +"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in " +"the HTML form." +msgstr "" + +#: libraries/File.php:275 +msgid "The uploaded file was only partially uploaded." +msgstr "" + +#: libraries/File.php:279 +msgid "Missing a temporary folder." +msgstr "" + +#: libraries/File.php:282 +msgid "Failed to write file to disk." +msgstr "" + +#: libraries/File.php:285 +msgid "File upload stopped by extension." +msgstr "" + +#: libraries/File.php:288 +msgid "Unknown error in file upload." +msgstr "" + +#: libraries/File.php:424 libraries/File.php:527 +msgid "File could not be read!" +msgstr "" + +#: libraries/File.php:475 +msgid "Error moving the uploaded file, see [doc@faq1-11]FAQ 1.11[/doc]." +msgstr "" + +#: libraries/File.php:494 +msgid "Error while moving uploaded file." +msgstr "" + +#: libraries/File.php:502 +msgid "Cannot read uploaded file." +msgstr "" + +#: libraries/File.php:594 +#, php-format +msgid "" +"You attempted to load file with unsupported compression (%s). Either support " +"for it is not implemented or disabled by your configuration." +msgstr "" + +#: libraries/Footer.php:74 +#, php-format +msgid "Currently running Git revision %1$s from the %2$s branch." +msgstr "" + +#: libraries/Footer.php:81 +msgid "Git information missing!" +msgstr "" + +#: libraries/Footer.php:196 libraries/Footer.php:200 libraries/Footer.php:203 +msgid "Open new phpMyAdmin window" +msgstr "" + +#: libraries/Header.php:380 +msgid "Print view" +msgstr "" + +#: libraries/Header.php:466 +msgid "Click on the bar to scroll to top of page" +msgstr "" + +#: libraries/Header.php:771 libraries/plugins/auth/AuthenticationCookie.php:128 +msgid "Javascript must be enabled past this point!" +msgstr "" + +#: libraries/Index.php:654 +msgid "No index defined!" +msgstr "" + +#: libraries/Index.php:659 libraries/Index.php:670 +#: libraries/controllers/server/ServerDatabasesController.php:356 +#: libraries/navigation/nodes/NodeIndexContainer.php:25 +#: libraries/navigation/nodes/NodeIndexContainer.php:26 +#: libraries/tracking.lib.php:987 +msgid "Indexes" +msgstr "" + +#: libraries/Index.php:680 libraries/central_columns.lib.php:686 +#: libraries/rte/rte_list.lib.php:80 libraries/rte/rte_list.lib.php:95 +#: libraries/rte/rte_list.lib.php:108 libraries/server_privileges.lib.php:2644 +#: libraries/server_privileges.lib.php:3577 +#: libraries/server_user_groups.lib.php:80 libraries/tracking.lib.php:287 +#: libraries/tracking.lib.php:811 libraries/tracking.lib.php:1479 +#: libraries/tracking.lib.php:1632 +#: templates/database/structure/table_header.phtml:30 +#: templates/privileges/privileges_summary.phtml:23 +#: templates/server/databases/table_header.phtml:37 +#: templates/server/variables/variable_table_head.phtml:3 +#: templates/table/structure/display_partitions.phtml:35 +#: templates/table/structure/table_structure_header.phtml:25 +msgid "Action" +msgstr "" + +#: libraries/Index.php:682 libraries/browse_foreigners.lib.php:157 +#: libraries/browse_foreigners.lib.php:161 libraries/tracking.lib.php:991 +msgid "Keyname" +msgstr "" + +#: libraries/Index.php:684 +#: libraries/controllers/table/TableStructureController.php:1182 +#: libraries/controllers/table/TableStructureController.php:1187 +#: libraries/tracking.lib.php:993 +#: templates/columns_definitions/column_indexes.phtml:11 +#: templates/table/structure/check_all_table_column.phtml:32 +msgid "Unique" +msgstr "" + +#: libraries/Index.php:685 libraries/tracking.lib.php:994 +msgid "Packed" +msgstr "" + +#: libraries/Index.php:687 libraries/tracking.lib.php:996 +msgid "Cardinality" +msgstr "" + +#: libraries/Index.php:690 libraries/rte/rte_events.lib.php:500 +#: libraries/rte/rte_routines.lib.php:1047 libraries/tracking.lib.php:903 +#: libraries/tracking.lib.php:999 +#: templates/columns_definitions/partitions.phtml:79 +#: templates/database/structure/table_header.phtml:84 +#: templates/table/structure/display_partitions.phtml:33 +msgid "Comment" +msgstr "" + +#: libraries/Index.php:718 +msgid "The primary key has been dropped." +msgstr "" + +#: libraries/Index.php:727 +#, php-format +msgid "Index %s has been dropped." +msgstr "" + +#: libraries/Index.php:744 libraries/Util.php:3631 libraries/Util.php:3632 +#: libraries/controllers/server/ServerDatabasesController.php:399 +#: libraries/controllers/table/TableStructureController.php:1178 +#: libraries/controllers/table/TableStructureController.php:1179 +#: libraries/operations.lib.php:1592 libraries/rte/rte_list.lib.php:161 +#: templates/database/structure/check_all_tables.phtml:17 +#: templates/table/relation/foreign_key_row.phtml:77 +#: templates/table/structure/check_all_table_column.phtml:22 +#: templates/table/structure/display_structure.phtml:180 +msgid "Drop" +msgstr "" + +#: libraries/Index.php:861 +#, php-format +msgid "" +"The indexes %1$s and %2$s seem to be equal and one of them could possibly be " +"removed." +msgstr "" + +#: libraries/Language.php:194 libraries/PDF.php:69 libraries/Util.php:2594 +#: libraries/browse_foreigners.lib.php:325 +#: libraries/plugins/schema/pdf/PdfRelationSchema.php:495 +#: libraries/plugins/schema/pdf/PdfRelationSchema.php:520 +msgid "Page number:" +msgstr "" + +#: libraries/LanguageManager.php:874 +msgid "Ignoring unsupported language code." +msgstr "" + +#: libraries/Linter.php:99 +msgid "" +"Linting is disabled for this query because it exceeds the maximum length." +msgstr "" + +#: libraries/Linter.php:165 +#, php-format +msgid "%1$s (near %2$s)" +msgstr "" + +#: libraries/Menu.php:208 libraries/ServerStatusData.php:425 +#: libraries/config/messages.inc.php:930 +msgid "Server" +msgstr "" + +#: libraries/Menu.php:227 libraries/config/messages.inc.php:922 +#: libraries/mult_submits.lib.php:335 +#: libraries/plugins/export/ExportHtmlword.php:149 +#: libraries/plugins/export/ExportOdt.php:197 +#: libraries/plugins/export/ExportTexytext.php:133 +#: libraries/server_privileges.lib.php:1255 +#: libraries/server_privileges.lib.php:3170 +#: libraries/server_privileges.lib.php:3365 +#: libraries/server_privileges.lib.php:3367 +#: libraries/server_privileges.lib.php:4615 +#: libraries/server_status_processes.lib.php:80 +#: templates/console/bookmark_content.phtml:19 +#: templates/console/display.phtml:57 templates/console/display.phtml:219 +#: templates/server/databases/table_header.phtml:8 +#: templates/table/relation/common_form.phtml:24 +#: templates/table/relation/foreign_key_row.phtml:151 +#: templates/table/relation/internal_relational_row.phtml:57 +msgid "Database" +msgstr "" + +#: libraries/Menu.php:256 libraries/navigation/nodes/NodeView.php:30 +#: libraries/tbl_info.inc.php:61 +#: templates/database/structure/structure_table_row.phtml:97 +#: templates/database/structure/structure_table_row.phtml:159 +msgid "View" +msgstr "" + +#: libraries/Menu.php:256 libraries/config/messages.inc.php:932 +#: libraries/plugins/export/ExportXml.php:493 libraries/rte/rte_list.lib.php:93 +#: libraries/rte/rte_triggers.lib.php:334 +#: libraries/server_privileges.lib.php:1258 +#: libraries/server_privileges.lib.php:3188 +#: libraries/server_privileges.lib.php:3371 +#: libraries/server_privileges.lib.php:3373 +#: libraries/server_privileges.lib.php:4629 libraries/tracking.lib.php:1478 +#: libraries/tracking.lib.php:1627 +#: templates/database/structure/table_header.phtml:21 +#: templates/table/relation/common_form.phtml:25 +#: templates/table/relation/foreign_key_row.phtml:162 +#: templates/table/relation/internal_relational_row.phtml:65 +msgid "Table" +msgstr "" + +#: libraries/Menu.php:338 libraries/Menu.php:441 libraries/Menu.php:554 +#: libraries/Util.php:3335 libraries/Util.php:3345 libraries/Util.php:3351 +#: libraries/Util.php:4249 libraries/Util.php:4264 libraries/Util.php:4281 +#: libraries/config.values.php:40 libraries/config.values.php:48 +#: libraries/config.values.php:111 libraries/config.values.php:117 +#: libraries/config/messages.inc.php:324 +#: libraries/navigation/nodes/NodeTable.php:308 +msgid "SQL" +msgstr "" + +#: libraries/Menu.php:341 libraries/Menu.php:444 libraries/Util.php:3336 +#: libraries/Util.php:3346 libraries/Util.php:3352 libraries/Util.php:3626 +#: libraries/Util.php:3627 libraries/Util.php:4265 libraries/Util.php:4282 +#: libraries/config.values.php:41 libraries/config.values.php:49 +#: libraries/config.values.php:112 libraries/config.values.php:118 +#: libraries/navigation/nodes/NodeTable.php:298 +msgid "Search" +msgstr "" + +#: libraries/Menu.php:351 libraries/Util.php:3337 libraries/Util.php:3347 +#: libraries/Util.php:3628 libraries/Util.php:3629 libraries/Util.php:4283 +#: libraries/config.values.php:42 libraries/config.values.php:50 +#: libraries/config.values.php:119 libraries/navigation/nodes/NodeTable.php:304 +#: libraries/sql_query_form.lib.php:289 libraries/sql_query_form.lib.php:292 +msgid "Insert" +msgstr "" + +#: libraries/Menu.php:375 libraries/Menu.php:479 libraries/Util.php:4270 +#: libraries/Util.php:4286 libraries/config.values.php:107 +#: libraries/server_common.lib.php:48 libraries/server_privileges.lib.php:2642 +#: libraries/server_privileges.lib.php:4501 +#: templates/privileges/privileges_summary.phtml:16 +msgid "Privileges" +msgstr "" + +#: libraries/Menu.php:384 libraries/Menu.php:392 libraries/Menu.php:471 +#: libraries/Util.php:3339 libraries/Util.php:3353 libraries/Util.php:4269 +#: libraries/Util.php:4287 libraries/config.values.php:113 +#: view_operations.php:107 +msgid "Operations" +msgstr "" + +#: libraries/Menu.php:397 libraries/Menu.php:501 libraries/Util.php:4274 +#: libraries/Util.php:4288 libraries/relation.lib.php:265 +msgid "Tracking" +msgstr "" + +#: libraries/Menu.php:409 libraries/Menu.php:495 libraries/Util.php:4273 +#: libraries/Util.php:4289 +#: libraries/navigation/nodes/NodeTriggerContainer.php:25 +#: libraries/plugins/export/ExportHtmlword.php:578 +#: libraries/plugins/export/ExportOdt.php:713 +#: libraries/plugins/export/ExportPdf.php:285 +#: libraries/plugins/export/ExportSql.php:2024 +#: libraries/plugins/export/ExportTexytext.php:533 +#: libraries/plugins/export/ExportXml.php:123 +#: libraries/rte/rte_words.lib.php:50 +msgid "Triggers" +msgstr "" + +#: libraries/Menu.php:448 libraries/Menu.php:455 libraries/Menu.php:462 +msgid "Database seems to be empty!" +msgstr "" + +#: libraries/Menu.php:451 libraries/Util.php:4266 +msgid "Query" +msgstr "" + +#: libraries/Menu.php:484 libraries/Util.php:4271 +#: libraries/rte/rte_words.lib.php:36 +msgid "Routines" +msgstr "" + +#: libraries/Menu.php:489 libraries/Util.php:4272 +#: libraries/navigation/nodes/NodeEventContainer.php:25 +#: libraries/plugins/export/ExportSql.php:952 +#: libraries/plugins/export/ExportXml.php:103 +#: libraries/rte/rte_words.lib.php:64 +msgid "Events" +msgstr "" + +#: libraries/Menu.php:507 libraries/Util.php:4275 +msgid "Designer" +msgstr "" + +#: libraries/Menu.php:516 libraries/Util.php:4276 +#: templates/database/structure/check_all_tables.phtml:34 +msgid "Central columns" +msgstr "" + +#: libraries/Menu.php:550 libraries/Util.php:4248 +#: libraries/config.values.php:104 libraries/config/messages.inc.php:269 +#: libraries/config/messages.inc.php:344 +#: libraries/navigation/NavigationTree.php:1269 +#: libraries/server_common.lib.php:45 libraries/server_privileges.lib.php:4615 +msgid "Databases" +msgstr "" + +#: libraries/Menu.php:574 +msgid "User accounts" +msgstr "" + +#: libraries/Menu.php:601 libraries/ServerStatusData.php:121 +#: libraries/Util.php:4255 libraries/server_common.lib.php:33 +msgid "Binary log" +msgstr "" + +#: libraries/Menu.php:607 libraries/ServerStatusData.php:126 +#: libraries/Util.php:4256 libraries/server_common.lib.php:39 +#: templates/database/structure/body_for_table_summary.phtml:10 +#: templates/database/structure/table_header.phtml:27 +msgid "Replication" +msgstr "" + +#: libraries/Menu.php:612 libraries/ServerStatusData.php:193 +#: libraries/Util.php:4257 libraries/config.values.php:106 +#: libraries/sql_query_form.lib.php:427 +#: templates/server/engines/engine.phtml:15 +#: templates/server/engines/engine.phtml:18 +msgid "Variables" +msgstr "" + +#: libraries/Menu.php:616 libraries/Util.php:4258 +msgid "Charsets" +msgstr "" + +#: libraries/Menu.php:620 libraries/Util.php:4260 +msgid "Engines" +msgstr "" + +#: libraries/Menu.php:624 libraries/Util.php:4259 +#: libraries/server_common.lib.php:30 +msgid "Plugins" +msgstr "" + +#: libraries/Message.php:237 +#, php-format +msgid "%1$d row affected." +msgid_plural "%1$d rows affected." +msgstr[0] "" +msgstr[1] "" + +#: libraries/Message.php:256 +#, php-format +msgid "%1$d row deleted." +msgid_plural "%1$d rows deleted." +msgstr[0] "" +msgstr[1] "" + +#: libraries/Message.php:275 +#, php-format +msgid "%1$d row inserted." +msgid_plural "%1$d rows inserted." +msgstr[0] "" +msgstr[1] "" + +#: libraries/PDF.php:125 +msgid "Error while creating PDF:" +msgstr "" + +#: libraries/RecentFavoriteTable.php:135 +msgid "Could not save recent table!" +msgstr "" + +#: libraries/RecentFavoriteTable.php:139 +msgid "Could not save favorite table!" +msgstr "" + +#: libraries/RecentFavoriteTable.php:209 +#: templates/database/structure/favorite_anchor.phtml:12 +msgid "Remove from Favorites" +msgstr "" + +#: libraries/RecentFavoriteTable.php:231 +msgid "There are no recent tables." +msgstr "" + +#: libraries/RecentFavoriteTable.php:232 +msgid "There are no favorite tables." +msgstr "" + +#: libraries/RecentFavoriteTable.php:247 +msgid "Recent tables" +msgstr "" + +#: libraries/RecentFavoriteTable.php:249 +msgid "Recent" +msgstr "" + +#: libraries/RecentFavoriteTable.php:251 libraries/config/messages.inc.php:545 +msgid "Favorite tables" +msgstr "" + +#: libraries/RecentFavoriteTable.php:253 +msgid "Favorites" +msgstr "" + +#: libraries/SavedSearches.php:246 +msgid "Please provide a name for this bookmarked search." +msgstr "" + +#: libraries/SavedSearches.php:261 +msgid "Missing information to save the bookmarked search." +msgstr "" + +#: libraries/SavedSearches.php:283 libraries/SavedSearches.php:320 +msgid "An entry with this name already exists." +msgstr "" + +#: libraries/SavedSearches.php:347 +msgid "Missing information to delete the search." +msgstr "" + +#: libraries/SavedSearches.php:375 +msgid "Missing information to load the search." +msgstr "" + +#: libraries/SavedSearches.php:394 +msgid "Error while loading the search." +msgstr "" + +#: libraries/ServerStatusData.php:115 +#: libraries/server_status_processes.lib.php:100 +msgid "SQL query" +msgstr "" + +#: libraries/ServerStatusData.php:118 +msgid "Handler" +msgstr "" + +#: libraries/ServerStatusData.php:119 +msgid "Query cache" +msgstr "" + +#: libraries/ServerStatusData.php:120 +msgid "Threads" +msgstr "" + +#: libraries/ServerStatusData.php:122 +msgid "Temporary data" +msgstr "" + +#: libraries/ServerStatusData.php:123 +msgid "Delayed inserts" +msgstr "" + +#: libraries/ServerStatusData.php:124 +msgid "Key cache" +msgstr "" + +#: libraries/ServerStatusData.php:125 +msgid "Joins" +msgstr "" + +#: libraries/ServerStatusData.php:127 +msgid "Sorting" +msgstr "" + +#: libraries/ServerStatusData.php:129 +msgid "Transaction coordinator" +msgstr "" + +#: libraries/ServerStatusData.php:130 +#: templates/server/binlog/log_selector.phtml:19 +msgid "Files" +msgstr "" + +#: libraries/ServerStatusData.php:146 +msgid "Flush (close) all tables" +msgstr "" + +#: libraries/ServerStatusData.php:152 +msgid "Show open tables" +msgstr "" + +#: libraries/ServerStatusData.php:161 +msgid "Show slave hosts" +msgstr "" + +#: libraries/ServerStatusData.php:168 libraries/replication_gui.lib.php:49 +msgid "Show master status" +msgstr "" + +#: libraries/ServerStatusData.php:171 +msgid "Show slave status" +msgstr "" + +#: libraries/ServerStatusData.php:176 +msgid "Flush query cache" +msgstr "" + +#: libraries/ServerStatusData.php:195 libraries/engines/Innodb.php:140 +msgid "InnoDB Status" +msgstr "" + +#: libraries/ServerStatusData.php:433 +msgid "Query statistics" +msgstr "" + +#: libraries/ServerStatusData.php:437 +msgid "All status variables" +msgstr "" + +#: libraries/ServerStatusData.php:441 +msgid "Monitor" +msgstr "" + +#: libraries/ServerStatusData.php:445 +msgid "Advisor" +msgstr "" + +#: libraries/ServerStatusData.php:489 +#: vendor/phpmyadmin/motranslator/benchmark-plural.php:13 +#: vendor/phpmyadmin/motranslator/benchmark-plural.php:18 +#: vendor/phpmyadmin/motranslator/tests/FunctionsTest.php:37 +#: vendor/phpmyadmin/motranslator/tests/MoFilesTest.php:42 +#: vendor/phpmyadmin/motranslator/tests/MoFilesTest.php:50 +#: vendor/phpmyadmin/motranslator/tests/MoFilesTest.php:58 +#: vendor/phpmyadmin/motranslator/tests/MoFilesTest.php:66 +#: vendor/phpmyadmin/motranslator/tests/MoFilesTest.php:74 +#, php-format +msgid "%d second" +msgid_plural "%d seconds" +msgstr[0] "" +msgstr[1] "" + +#: libraries/ServerStatusData.php:494 +#, php-format +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" +msgstr[1] "" + +#: libraries/StorageEngine.php:281 +msgid "" +"There is no detailed status information available for this storage engine." +msgstr "" + +#: libraries/StorageEngine.php:384 +#: templates/database/structure/body_for_table_summary.phtml:50 +#, php-format +msgid "%s is the default storage engine on this MySQL server." +msgstr "" + +#: libraries/StorageEngine.php:387 +#, php-format +msgid "%s is available on this MySQL server." +msgstr "" + +#: libraries/StorageEngine.php:390 +#, php-format +msgid "%s has been disabled for this MySQL server." +msgstr "" + +#: libraries/StorageEngine.php:395 +#, php-format +msgid "This MySQL server does not support the %s storage engine." +msgstr "" + +#: libraries/Table.php:301 +msgid "Unknown table status:" +msgstr "" + +#: libraries/Table.php:689 +#, php-format +msgid "Source database `%s` was not found!" +msgstr "" + +#: libraries/Table.php:697 +#, php-format +msgid "Target database `%s` was not found!" +msgstr "" + +#: libraries/Table.php:1234 +msgid "Invalid database:" +msgstr "" + +#: libraries/Table.php:1248 +msgid "Invalid table name:" +msgstr "" + +#: libraries/Table.php:1283 +#, php-format +msgid "Failed to rename table %1$s to %2$s!" +msgstr "" + +#: libraries/Table.php:1302 +#, php-format +msgid "Table %1$s has been renamed to %2$s." +msgstr "" + +#: libraries/Table.php:1499 +msgid "Could not save table UI preferences!" +msgstr "" + +#: libraries/Table.php:1529 +#, php-format +msgid "" +"Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" +"['MaxTableUiprefs'] %s)" +msgstr "" + +#: libraries/Table.php:1682 +#, php-format +msgid "" +"Cannot save UI property \"%s\". The changes made will not be persistent " +"after you refresh this page. Please check if the table structure has been " +"changed." +msgstr "" + +#: libraries/Table.php:1818 +msgid "The name of the primary key must be \"PRIMARY\"!" +msgstr "" + +#: libraries/Table.php:1829 +msgid "Can't rename index to PRIMARY!" +msgstr "" + +#: libraries/Table.php:1851 +msgid "No index parts defined!" +msgstr "" + +#: libraries/Table.php:2169 +#, php-format +msgid "Error creating foreign key on %1$s (check data types)" +msgstr "" + +#: libraries/Theme.php:168 +#, php-format +msgid "No valid image path for theme %s found!" +msgstr "" + +#: libraries/Theme.php:422 +msgid "No preview available." +msgstr "" + +#: libraries/Theme.php:424 +msgid "take it" +msgstr "" + +#: libraries/ThemeManager.php:148 +#, php-format +msgid "Default theme %s not found!" +msgstr "" + +#: libraries/ThemeManager.php:204 +#, php-format +msgid "Theme %s not found!" +msgstr "" + +#: libraries/ThemeManager.php:284 +#, php-format +msgid "Theme path not found for theme %s!" +msgstr "" + +#: libraries/ThemeManager.php:378 +msgid "Theme:" +msgstr "" + +#: libraries/TypesMySQL.php:31 +msgid "" +"A 1-byte integer, signed range is -128 to 127, unsigned range is 0 to 255" +msgstr "" + +#: libraries/TypesMySQL.php:36 +msgid "" +"A 2-byte integer, signed range is -32,768 to 32,767, unsigned range is 0 to " +"65,535" +msgstr "" + +#: libraries/TypesMySQL.php:41 +msgid "" +"A 3-byte integer, signed range is -8,388,608 to 8,388,607, unsigned range is " +"0 to 16,777,215" +msgstr "" + +#: libraries/TypesMySQL.php:46 +msgid "" +"A 4-byte integer, signed range is -2,147,483,648 to 2,147,483,647, unsigned " +"range is 0 to 4,294,967,295" +msgstr "" + +#: libraries/TypesMySQL.php:52 +msgid "" +"An 8-byte integer, signed range is -9,223,372,036,854,775,808 to " +"9,223,372,036,854,775,807, unsigned range is 0 to 18,446,744,073,709,551,615" +msgstr "" + +#: libraries/TypesMySQL.php:58 +msgid "" +"A fixed-point number (M, D) - the maximum number of digits (M) is 65 " +"(default 10), the maximum number of decimals (D) is 30 (default 0)" +msgstr "" + +#: libraries/TypesMySQL.php:64 +msgid "" +"A small floating-point number, allowable values are -3.402823466E+38 to " +"-1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38" +msgstr "" + +#: libraries/TypesMySQL.php:70 +msgid "" +"A double-precision floating-point number, allowable values are " +"-1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and " +"2.2250738585072014E-308 to 1.7976931348623157E+308" +msgstr "" + +#: libraries/TypesMySQL.php:76 +msgid "" +"Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for " +"FLOAT)" +msgstr "" + +#: libraries/TypesMySQL.php:81 +msgid "" +"A bit-field type (M), storing M of bits per value (default is 1, maximum is " +"64)" +msgstr "" + +#: libraries/TypesMySQL.php:86 +msgid "" +"A synonym for TINYINT(1), a value of zero is considered false, nonzero " +"values are considered true" +msgstr "" + +#: libraries/TypesMySQL.php:90 +msgid "An alias for BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE" +msgstr "" + +#: libraries/TypesMySQL.php:93 +#, php-format +msgid "A date, supported range is %1$s to %2$s" +msgstr "" + +#: libraries/TypesMySQL.php:98 +#, php-format +msgid "A date and time combination, supported range is %1$s to %2$s" +msgstr "" + +#: libraries/TypesMySQL.php:103 +msgid "" +"A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-09 03:14:07 UTC, " +"stored as the number of seconds since the epoch (1970-01-01 00:00:00 UTC)" +msgstr "" + +#: libraries/TypesMySQL.php:109 +#, php-format +msgid "A time, range is %1$s to %2$s" +msgstr "" + +#: libraries/TypesMySQL.php:113 +msgid "" +"A year in four-digit (4, default) or two-digit (2) format, the allowable " +"values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" +msgstr "" + +#: libraries/TypesMySQL.php:119 +msgid "" +"A fixed-length (0-255, default 1) string that is always right-padded with " +"spaces to the specified length when stored" +msgstr "" + +#: libraries/TypesMySQL.php:125 +#, php-format +msgid "" +"A variable-length (%s) string, the effective maximum length is subject to " +"the maximum row size" +msgstr "" + +#: libraries/TypesMySQL.php:131 +msgid "" +"A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " +"a one-byte prefix indicating the length of the value in bytes" +msgstr "" + +#: libraries/TypesMySQL.php:137 +msgid "" +"A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " +"with a two-byte prefix indicating the length of the value in bytes" +msgstr "" + +#: libraries/TypesMySQL.php:143 +msgid "" +"A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " +"stored with a three-byte prefix indicating the length of the value in bytes" +msgstr "" + +#: libraries/TypesMySQL.php:149 +msgid "" +"A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " +"characters, stored with a four-byte prefix indicating the length of the " +"value in bytes" +msgstr "" + +#: libraries/TypesMySQL.php:155 +msgid "" +"Similar to the CHAR type, but stores binary byte strings rather than non-" +"binary character strings" +msgstr "" + +#: libraries/TypesMySQL.php:160 +msgid "" +"Similar to the VARCHAR type, but stores binary byte strings rather than non-" +"binary character strings" +msgstr "" + +#: libraries/TypesMySQL.php:165 +msgid "" +"A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " +"one-byte prefix indicating the length of the value" +msgstr "" + +#: libraries/TypesMySQL.php:170 +msgid "" +"A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " +"with a three-byte prefix indicating the length of the value" +msgstr "" + +#: libraries/TypesMySQL.php:176 +msgid "" +"A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " +"a two-byte prefix indicating the length of the value" +msgstr "" + +#: libraries/TypesMySQL.php:181 +msgid "" +"A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " +"bytes, stored with a four-byte prefix indicating the length of the value" +msgstr "" + +#: libraries/TypesMySQL.php:187 +msgid "" +"An enumeration, chosen from the list of up to 65,535 values or the special " +"'' error value" +msgstr "" + +#: libraries/TypesMySQL.php:191 +msgid "A single value chosen from a set of up to 64 members" +msgstr "" + +#: libraries/TypesMySQL.php:193 +msgid "A type that can store a geometry of any type" +msgstr "" + +#: libraries/TypesMySQL.php:195 +msgid "A point in 2-dimensional space" +msgstr "" + +#: libraries/TypesMySQL.php:197 +msgid "A curve with linear interpolation between points" +msgstr "" + +#: libraries/TypesMySQL.php:199 +msgid "A polygon" +msgstr "" + +#: libraries/TypesMySQL.php:201 +msgid "A collection of points" +msgstr "" + +#: libraries/TypesMySQL.php:204 +msgid "A collection of curves with linear interpolation between points" +msgstr "" + +#: libraries/TypesMySQL.php:207 +msgid "A collection of polygons" +msgstr "" + +#: libraries/TypesMySQL.php:209 +msgid "A collection of geometry objects of any type" +msgstr "" + +#: libraries/TypesMySQL.php:212 +msgid "" +"Stores and enables efficient access to data in JSON (JavaScript Object " +"Notation) documents" +msgstr "" + +#: libraries/TypesMySQL.php:479 +msgctxt "numeric types" +msgid "Numeric" +msgstr "" + +#: libraries/TypesMySQL.php:497 +msgctxt "date and time types" +msgid "Date and time" +msgstr "" + +#: libraries/TypesMySQL.php:506 libraries/normalization.lib.php:158 +#: normalization.php:24 +msgctxt "string types" +msgid "String" +msgstr "" + +#: libraries/TypesMySQL.php:527 +msgctxt "spatial types" +msgid "Spatial" +msgstr "" + +#: libraries/Util.php:268 +#, php-format +msgid "Max: %s%s" +msgstr "" + +#: libraries/Util.php:687 +msgid "Static analysis:" +msgstr "" + +#: libraries/Util.php:690 +#, php-format +msgid "%d errors were found during analysis." +msgstr "" + +#: libraries/Util.php:753 libraries/rte/rte_events.lib.php:114 +#: libraries/rte/rte_events.lib.php:123 libraries/rte/rte_events.lib.php:154 +#: libraries/rte/rte_general.lib.php:39 libraries/rte/rte_routines.lib.php:230 +#: libraries/rte/rte_routines.lib.php:257 +#: libraries/rte/rte_routines.lib.php:371 +#: libraries/rte/rte_routines.lib.php:1457 +#: libraries/rte/rte_triggers.lib.php:89 libraries/rte/rte_triggers.lib.php:98 +#: libraries/rte/rte_triggers.lib.php:130 +msgid "MySQL said: " +msgstr "" + +#: libraries/Util.php:1201 libraries/config/messages.inc.php:893 +msgid "Explain SQL" +msgstr "" + +#: libraries/Util.php:1212 +msgid "Skip Explain SQL" +msgstr "" + +#: libraries/Util.php:1220 +#, php-format +msgid "Analyze Explain at %s" +msgstr "" + +#: libraries/Util.php:1251 +msgid "Without PHP code" +msgstr "" + +#: libraries/Util.php:1263 +msgid "Submit query" +msgstr "" + +#: libraries/Util.php:1274 libraries/config/messages.inc.php:895 +msgid "Create PHP code" +msgstr "" + +#: libraries/Util.php:1293 libraries/config/messages.inc.php:894 +#: libraries/server_status_processes.lib.php:236 +#: libraries/server_status_variables.lib.php:40 +#: templates/console/display.phtml:125 +msgid "Refresh" +msgstr "" + +#: libraries/Util.php:1321 libraries/sql.lib.php:230 +#: templates/console/display.phtml:53 templates/console/display.phtml:215 +msgid "Profiling" +msgstr "" + +#: libraries/Util.php:1337 +msgctxt "Inline edit query" +msgid "Edit inline" +msgstr "" + +#. l10n: Short week day name +#: libraries/Util.php:1682 +msgctxt "Short week day name" +msgid "Sun" +msgstr "" + +#. l10n: See https://php.net/manual/en/function.strftime.php +#: libraries/Util.php:1698 +#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:68 +msgid "%B %d, %Y at %I:%M %p" +msgstr "" + +#: libraries/Util.php:2085 +#, php-format +msgid "%s days, %s hours, %s minutes and %s seconds" +msgstr "" + +#: libraries/Util.php:2181 +msgid "Missing parameter:" +msgstr "" + +#: libraries/Util.php:2718 +#, php-format +msgid "Jump to database \"%s\"." +msgstr "" + +#: libraries/Util.php:2743 +#, php-format +msgid "The %s functionality is affected by a known bug, see %s" +msgstr "" + +#: libraries/Util.php:3543 prefs_manage.php:267 +msgid "Browse your computer:" +msgstr "" + +#: libraries/Util.php:3568 +#, php-format +msgid "Select from the web server upload directory %s:" +msgstr "" + +#: libraries/Util.php:3597 libraries/insert_edit.lib.php:1178 +msgid "The directory you set for upload work cannot be reached." +msgstr "" + +#: libraries/Util.php:3608 +msgid "There are no files to upload!" +msgstr "" + +#: libraries/Util.php:3633 libraries/Util.php:3634 +#: templates/database/structure/check_all_tables.phtml:16 +msgid "Empty" +msgstr "" + +#: libraries/Util.php:3639 libraries/Util.php:3640 +msgid "Execute" +msgstr "" + +#: libraries/Util.php:4251 +msgid "Users" +msgstr "" + +#: libraries/advisor.lib.php:20 +msgid "per second" +msgstr "" + +#: libraries/advisor.lib.php:23 +msgid "per minute" +msgstr "" + +#: libraries/advisor.lib.php:26 libraries/server_status.lib.php:149 +#: libraries/server_status.lib.php:234 +#: libraries/server_status_queries.lib.php:95 +msgid "per hour" +msgstr "" + +#: libraries/advisor.lib.php:29 +msgid "per day" +msgstr "" + +#: libraries/browse_foreigners.lib.php:134 +msgid "Search:" +msgstr "" + +#: libraries/browse_foreigners.lib.php:158 +#: libraries/browse_foreigners.lib.php:160 +#: libraries/server_status_variables.lib.php:219 +#: templates/server/collations/charsets.phtml:5 +#: templates/server/engines/engines.phtml:5 +#: templates/server/plugins/section.phtml:9 +msgid "Description" +msgstr "" + +#: libraries/browse_foreigners.lib.php:256 +msgid "Use this value" +msgstr "" + +#: libraries/central_columns.lib.php:154 +msgid "" +"The configuration storage is not ready for the central list of columns " +"feature." +msgstr "" + +#: libraries/central_columns.lib.php:282 +#, php-format +msgid "Could not add %1$s as they already exist in central list!" +msgstr "" + +#: libraries/central_columns.lib.php:297 +msgid "Could not add columns!" +msgstr "" + +#: libraries/central_columns.lib.php:372 +#, php-format +msgid "" +"Couldn't remove Column(s) %1$s as they don't exist in central columns list!" +msgstr "" + +#: libraries/central_columns.lib.php:384 +msgid "Could not remove columns!" +msgstr "" + +#: libraries/central_columns.lib.php:529 +msgid "YES" +msgstr "" + +#: libraries/central_columns.lib.php:529 +msgid "NO" +msgstr "" + +#: libraries/central_columns.lib.php:694 libraries/central_columns.lib.php:1386 +#: libraries/plugins/export/ExportHtmlword.php:485 +#: libraries/plugins/export/ExportOdt.php:602 +#: libraries/plugins/export/ExportTexytext.php:446 +#: libraries/plugins/export/PMA_ExportPdf.php:312 +#: libraries/rte/rte_list.lib.php:79 libraries/rte/rte_list.lib.php:91 +#: libraries/rte/rte_list.lib.php:106 libraries/rte/rte_routines.lib.php:921 +#: libraries/rte/rte_routines.lib.php:1583 setup/frames/index.inc.php:178 +#: templates/columns_definitions/table_fields_definitions.phtml:8 +#: templates/database/create_table.phtml:11 +#: templates/table/structure/display_partitions.phtml:26 +#: templates/table/structure/table_structure_header.phtml:7 +msgid "Name" +msgstr "" + +#: libraries/central_columns.lib.php:698 libraries/central_columns.lib.php:1386 +#: libraries/rte/rte_routines.lib.php:923 +#: templates/columns_definitions/table_fields_definitions.phtml:14 +msgid "Length/Values" +msgstr "" + +#: libraries/central_columns.lib.php:705 +msgid "Attribute" +msgstr "" + +#: libraries/central_columns.lib.php:709 libraries/central_columns.lib.php:1387 +msgid "A_I" +msgstr "" + +#: libraries/central_columns.lib.php:749 +msgid "Select a table" +msgstr "" + +#: libraries/central_columns.lib.php:803 +#: templates/table/structure/add_column.phtml:4 +msgid "Add column" +msgstr "" + +#: libraries/central_columns.lib.php:815 +msgid "Select a column." +msgstr "" + +#: libraries/central_columns.lib.php:1266 +msgid "Add new column" +msgstr "" + +#: libraries/central_columns.lib.php:1387 +#: libraries/plugins/schema/pdf/PdfRelationSchema.php:631 +#: libraries/plugins/schema/pdf/PdfRelationSchema.php:654 +#: templates/columns_definitions/table_fields_definitions.phtml:36 +#: templates/table/structure/table_structure_header.phtml:10 +msgid "Attributes" +msgstr "" + +#: libraries/common.inc.php:515 +#, php-format +msgid "Invalid server index: %s" +msgstr "" + +#: libraries/common.inc.php:527 +#, php-format +msgid "Invalid hostname for server %1$s. Please review your configuration." +msgstr "" + +#: libraries/common.inc.php:545 +#, php-format +msgid "Server %d" +msgstr "" + +#: libraries/common.inc.php:669 +msgid "Invalid authentication method set in configuration:" +msgstr "" + +#: libraries/common.inc.php:778 +#, php-format +msgid "" +"Unable to use timezone %1$s for server %2$d. Please check your configuration " +"setting for [em]$cfg['Servers'][%3$d]['SessionTimeZone'][/em]. phpMyAdmin is " +"currently using the default time zone of the database server." +msgstr "" + +#: libraries/common.inc.php:816 +#, php-format +msgid "You should upgrade to %s %s or later." +msgstr "" + +#: libraries/common.inc.php:902 +msgid "Error: Token mismatch" +msgstr "" + +#: libraries/common.inc.php:920 +msgid "GLOBALS overwrite attempt" +msgstr "" + +#: libraries/common.inc.php:927 +msgid "possible exploit" +msgstr "" + +#: libraries/config.values.php:56 libraries/config.values.php:76 +#: libraries/config.values.php:88 +msgid "Icons" +msgstr "" + +#: libraries/config.values.php:57 libraries/config.values.php:77 +#: libraries/config.values.php:89 +msgid "Text" +msgstr "" + +#: libraries/config.values.php:58 libraries/config.values.php:66 +#: libraries/config.values.php:78 libraries/config.values.php:90 +msgid "Both" +msgstr "" + +#: libraries/config.values.php:63 +msgid "Nowhere" +msgstr "" + +#: libraries/config.values.php:64 +msgid "Left" +msgstr "" + +#: libraries/config.values.php:65 +msgid "Right" +msgstr "" + +#: libraries/config.values.php:93 +msgid "Click" +msgstr "" + +#: libraries/config.values.php:94 +msgid "Double click" +msgstr "" + +#: libraries/config.values.php:95 libraries/config.values.php:125 +#: libraries/config/FormDisplay.tpl.php:236 libraries/relation.lib.php:99 +#: libraries/relation.lib.php:107 +msgid "Disabled" +msgstr "" + +#: libraries/config.values.php:98 +msgid "key" +msgstr "" + +#: libraries/config.values.php:99 +msgid "display column" +msgstr "" + +#: libraries/config.values.php:103 +msgid "Welcome" +msgstr "" + +#: libraries/config.values.php:123 +msgid "Open" +msgstr "" + +#: libraries/config.values.php:124 +msgid "Closed" +msgstr "" + +#: libraries/config.values.php:128 +msgid "Ask before sending error reports" +msgstr "" + +#: libraries/config.values.php:129 +msgid "Always send error reports" +msgstr "" + +#: libraries/config.values.php:130 +msgid "Never send error reports" +msgstr "" + +#: libraries/config.values.php:133 +msgid "Server default" +msgstr "" + +#: libraries/config.values.php:134 +msgid "Enable" +msgstr "" + +#: libraries/config.values.php:135 +msgid "Disable" +msgstr "" + +#: libraries/config.values.php:164 +#: libraries/plugins/export/ExportHtmlword.php:66 +#: libraries/plugins/export/ExportLatex.php:100 +#: libraries/plugins/export/ExportMediawiki.php:68 +#: libraries/plugins/export/ExportOdt.php:79 +#: libraries/plugins/export/ExportPdf.php:113 +#: libraries/plugins/export/ExportSql.php:210 +#: libraries/plugins/export/ExportTexytext.php:65 +msgid "structure" +msgstr "" + +#: libraries/config.values.php:165 +#: libraries/plugins/export/ExportHtmlword.php:67 +#: libraries/plugins/export/ExportLatex.php:101 +#: libraries/plugins/export/ExportMediawiki.php:69 +#: libraries/plugins/export/ExportOdt.php:80 +#: libraries/plugins/export/ExportPdf.php:114 +#: libraries/plugins/export/ExportSql.php:211 +#: libraries/plugins/export/ExportTexytext.php:66 +msgid "data" +msgstr "" + +#: libraries/config.values.php:166 +#: libraries/plugins/export/ExportHtmlword.php:68 +#: libraries/plugins/export/ExportLatex.php:102 +#: libraries/plugins/export/ExportMediawiki.php:70 +#: libraries/plugins/export/ExportOdt.php:81 +#: libraries/plugins/export/ExportPdf.php:115 +#: libraries/plugins/export/ExportSql.php:212 +#: libraries/plugins/export/ExportTexytext.php:67 +msgid "structure and data" +msgstr "" + +#: libraries/config.values.php:169 +msgid "Quick - display only the minimal options to configure" +msgstr "" + +#: libraries/config.values.php:170 +msgid "Custom - display all possible options to configure" +msgstr "" + +#: libraries/config.values.php:172 +msgid "Custom - like above, but without the quick/custom choice" +msgstr "" + +#: libraries/config.values.php:201 +msgid "complete inserts" +msgstr "" + +#: libraries/config.values.php:202 +msgid "extended inserts" +msgstr "" + +#: libraries/config.values.php:203 +msgid "both of the above" +msgstr "" + +#: libraries/config.values.php:204 +msgid "neither of the above" +msgstr "" + +#: libraries/config/FormDisplay.php:99 libraries/config/Validator.php:552 +msgid "Not a positive number!" +msgstr "" + +#: libraries/config/FormDisplay.php:100 libraries/config/Validator.php:574 +msgid "Not a non-negative number!" +msgstr "" + +#: libraries/config/FormDisplay.php:101 libraries/config/Validator.php:530 +msgid "Not a valid port number!" +msgstr "" + +#: libraries/config/FormDisplay.php:102 libraries/config/FormDisplay.php:659 +#: libraries/config/Validator.php:595 +msgid "Incorrect value!" +msgstr "" + +#: libraries/config/FormDisplay.php:103 libraries/config/Validator.php:611 +#, php-format +msgid "Value must be equal or lower than %s!" +msgstr "" + +#: libraries/config/FormDisplay.php:619 +#, php-format +msgid "Missing data for %s" +msgstr "" + +#: libraries/config/FormDisplay.php:809 libraries/config/FormDisplay.php:815 +#: libraries/config/FormDisplay.php:822 +msgid "unavailable" +msgstr "" + +#: libraries/config/FormDisplay.php:811 libraries/config/FormDisplay.php:817 +#: libraries/config/FormDisplay.php:824 +#, php-format +msgid "\"%s\" requires %s extension" +msgstr "" + +#: libraries/config/FormDisplay.php:844 +#, php-format +msgid "Compressed import will not work due to missing function %s." +msgstr "" + +#: libraries/config/FormDisplay.php:852 +#, php-format +msgid "Compressed export will not work due to missing function %s." +msgstr "" + +#: libraries/config/FormDisplay.php:865 +#, php-format +msgid "maximum %s" +msgstr "" + +#: libraries/config/FormDisplay.tpl.php:234 +msgid "This setting is disabled, it will not be applied to your configuration." +msgstr "" + +#: libraries/config/FormDisplay.tpl.php:333 +#, php-format +msgid "Set value: %s" +msgstr "" + +#: libraries/config/FormDisplay.tpl.php:338 +#: libraries/config/messages.inc.php:616 +msgid "Restore default value" +msgstr "" + +#: libraries/config/FormDisplay.tpl.php:352 +msgid "Allow users to customize this value" +msgstr "" + +#: libraries/config/PageSettings.php:141 +msgid "Cannot save settings, submitted configuration form contains errors!" +msgstr "" + +#: libraries/config/ServerConfigChecks.php:159 +msgid "You should use SSL connections if your database server supports it." +msgstr "" + +#: libraries/config/ServerConfigChecks.php:198 +msgid "You allow for connecting to the server without a password." +msgstr "" + +#: libraries/config/ServerConfigChecks.php:337 +msgid "Key is too short, it should have at least 8 characters." +msgstr "" + +#: libraries/config/ServerConfigChecks.php:347 +msgid "Key should contain letters, numbers [em]and[/em] special characters." +msgstr "" + +#: libraries/config/ServerConfigChecks.php:372 +#, php-format +msgid "" +"This %soption%s should be disabled as it allows attackers to bruteforce " +"login to any MySQL server. If you feel this is necessary, use %srestrict " +"login to MySQL server%s or %strusted proxies list%s. However, IP-based " +"protection with trusted proxies list may not be reliable if your IP belongs " +"to an ISP where thousands of users, including you, are connected to." +msgstr "" + +#: libraries/config/ServerConfigChecks.php:392 +msgid "" +"You didn't have blowfish secret set and have enabled [kbd]cookie[/kbd] " +"authentication, so a key was automatically generated for you. It is used to " +"encrypt cookies; you don't need to remember it." +msgstr "" + +#: libraries/config/ServerConfigChecks.php:398 +#, php-format +msgid "" +"%sBzip2 compression and decompression%s requires functions (%s) which are " +"unavailable on this system." +msgstr "" + +#: libraries/config/ServerConfigChecks.php:408 +msgid "" +"This value should be double checked to ensure that this directory is neither " +"world accessible nor readable or writable by other users on your server." +msgstr "" + +#: libraries/config/ServerConfigChecks.php:413 +#, php-format +msgid "" +"%sGZip compression and decompression%s requires functions (%s) which are " +"unavailable on this system." +msgstr "" + +#: libraries/config/ServerConfigChecks.php:424 +#, php-format +msgid "" +"%sLogin cookie validity%s greater than %ssession.gc_maxlifetime%s may cause " +"random session invalidation (currently session.gc_maxlifetime is %d)." +msgstr "" + +#: libraries/config/ServerConfigChecks.php:440 +#, php-format +msgid "" +"%sLogin cookie validity%s should be set to 1800 seconds (30 minutes) at " +"most. Values larger than 1800 may pose a security risk such as impersonation." +msgstr "" + +#: libraries/config/ServerConfigChecks.php:451 +#, php-format +msgid "" +"If using [kbd]cookie[/kbd] authentication and %sLogin cookie store%s is not " +"0, %sLogin cookie validity%s must be set to a value less or equal to it." +msgstr "" + +#: libraries/config/ServerConfigChecks.php:465 +#, php-format +msgid "" +"If you feel this is necessary, use additional protection settings - %shost " +"authentication%s settings and %strusted proxies list%s. However, IP-based " +"protection may not be reliable if your IP belongs to an ISP where thousands " +"of users, including you, are connected to." +msgstr "" + +#: libraries/config/ServerConfigChecks.php:480 +#, php-format +msgid "" +"You set the [kbd]config[/kbd] authentication type and included username and " +"password for auto-login, which is not a desirable option for live hosts. " +"Anyone who knows or guesses your phpMyAdmin URL can directly access your " +"phpMyAdmin panel. Set %sauthentication type%s to [kbd]cookie[/kbd] or " +"[kbd]http[/kbd]." +msgstr "" + +#: libraries/config/ServerConfigChecks.php:493 +#, php-format +msgid "" +"%sZip compression%s requires functions (%s) which are unavailable on this " +"system." +msgstr "" + +#: libraries/config/ServerConfigChecks.php:504 +#, php-format +msgid "" +"%sZip decompression%s requires functions (%s) which are unavailable on this " +"system." +msgstr "" + +#: libraries/config/Validator.php:246 libraries/config/Validator.php:253 +msgid "Could not connect to the database server!" +msgstr "" + +#: libraries/config/Validator.php:286 +msgid "Invalid authentication type!" +msgstr "" + +#: libraries/config/Validator.php:293 +msgid "Empty username while using [kbd]config[/kbd] authentication method!" +msgstr "" + +#: libraries/config/Validator.php:301 +msgid "" +"Empty signon session name while using [kbd]signon[/kbd] authentication " +"method!" +msgstr "" + +#: libraries/config/Validator.php:310 +msgid "Empty signon URL while using [kbd]signon[/kbd] authentication method!" +msgstr "" + +#: libraries/config/Validator.php:361 +msgid "" +"Empty phpMyAdmin control user while using phpMyAdmin configuration storage!" +msgstr "" + +#: libraries/config/Validator.php:368 +msgid "" +"Empty phpMyAdmin control user password while using phpMyAdmin configuration " +"storage!" +msgstr "" + +#: libraries/config/Validator.php:458 +msgid "Incorrect value:" +msgstr "" + +#: libraries/config/Validator.php:467 +#, php-format +msgid "Incorrect IP address: %s" +msgstr "" + +#: libraries/config/messages.inc.php:18 +msgid "" +"If enabled, user can enter any MySQL server in login form for cookie auth." +msgstr "" + +#: libraries/config/messages.inc.php:20 +msgid "Allow login to any MySQL server" +msgstr "" + +#: libraries/config/messages.inc.php:22 +msgid "" +"Restricts the MySQL servers the user can enter when a login to an arbitrary " +"MySQL server is enabled by matching the IP or hostname of the MySQL server " +"to the given regular expression." +msgstr "" + +#: libraries/config/messages.inc.php:26 +msgid "Restrict login to MySQL server" +msgstr "" + +#: libraries/config/messages.inc.php:28 +msgid "" +"Enabling this allows a page located on a different domain to call phpMyAdmin " +"inside a frame, and is a potential [strong]security hole[/strong] allowing " +"cross-frame scripting (XSS) attacks." +msgstr "" + +#: libraries/config/messages.inc.php:32 +msgid "Allow third party framing" +msgstr "" + +#: libraries/config/messages.inc.php:34 +msgid "Show \"Drop database\" link to normal users" +msgstr "" + +#: libraries/config/messages.inc.php:36 +msgid "" +"Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " +"authentication." +msgstr "" + +#: libraries/config/messages.inc.php:39 +msgid "Blowfish secret" +msgstr "" + +#: libraries/config/messages.inc.php:40 +msgid "Highlight selected rows." +msgstr "" + +#: libraries/config/messages.inc.php:41 +msgid "Row marker" +msgstr "" + +#: libraries/config/messages.inc.php:43 +msgid "Highlight row pointed by the mouse cursor." +msgstr "" + +#: libraries/config/messages.inc.php:45 +msgid "Highlight pointer" +msgstr "" + +#: libraries/config/messages.inc.php:47 +msgid "Enable bzip2 compression for import operations." +msgstr "" + +#: libraries/config/messages.inc.php:50 +msgid "Bzip2" +msgstr "" + +#: libraries/config/messages.inc.php:52 +msgid "" +"Defines which type of editing controls should be used for CHAR and VARCHAR " +"columns; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/" +"kbd] - allows newlines in columns." +msgstr "" + +#: libraries/config/messages.inc.php:56 +msgid "CHAR columns editing" +msgstr "" + +#: libraries/config/messages.inc.php:58 +msgid "" +"Use user-friendly editor for editing SQL queries (CodeMirror) with syntax " +"highlighting and line numbers." +msgstr "" + +#: libraries/config/messages.inc.php:62 +msgid "Enable CodeMirror" +msgstr "" + +#: libraries/config/messages.inc.php:64 +msgid "" +"Find any errors in the query before executing it. Requires CodeMirror to be " +"enabled." +msgstr "" + +#: libraries/config/messages.inc.php:67 +msgid "Enable linter" +msgstr "" + +#: libraries/config/messages.inc.php:69 +msgid "" +"Defines the minimum size for input fields generated for CHAR and VARCHAR " +"columns." +msgstr "" + +#: libraries/config/messages.inc.php:72 +msgid "Minimum size for input field" +msgstr "" + +#: libraries/config/messages.inc.php:74 +msgid "" +"Defines the maximum size for input fields generated for CHAR and VARCHAR " +"columns." +msgstr "" + +#: libraries/config/messages.inc.php:77 +msgid "Maximum size for input field" +msgstr "" + +#: libraries/config/messages.inc.php:79 +msgid "Number of columns for CHAR/VARCHAR textareas." +msgstr "" + +#: libraries/config/messages.inc.php:81 +msgid "CHAR textarea columns" +msgstr "" + +#: libraries/config/messages.inc.php:82 +msgid "Number of rows for CHAR/VARCHAR textareas." +msgstr "" + +#: libraries/config/messages.inc.php:83 +msgid "CHAR textarea rows" +msgstr "" + +#: libraries/config/messages.inc.php:84 +msgid "Check config file permissions" +msgstr "" + +#: libraries/config/messages.inc.php:86 +msgid "" +"Compress gzip exports on the fly without the need for much memory; if you " +"encounter problems with created gzip files disable this feature." +msgstr "" + +#: libraries/config/messages.inc.php:89 +msgid "Compress on the fly" +msgstr "" + +#: libraries/config/messages.inc.php:90 setup/frames/config.inc.php:25 +#: setup/frames/index.inc.php:228 +msgid "Configuration file" +msgstr "" + +#: libraries/config/messages.inc.php:92 +msgid "" +"Whether a warning (\"Are your really sure…\") should be displayed when " +"you're about to lose data." +msgstr "" + +#: libraries/config/messages.inc.php:95 +msgid "Confirm DROP queries" +msgstr "" + +#: libraries/config/messages.inc.php:97 +msgid "" +"Log SQL queries and their execution time, to be displayed in the console" +msgstr "" + +#: libraries/config/messages.inc.php:99 templates/console/display.phtml:15 +#: templates/console/display.phtml:84 +msgid "Debug SQL" +msgstr "" + +#: libraries/config/messages.inc.php:101 +msgid "Tab that is displayed when entering a database." +msgstr "" + +#: libraries/config/messages.inc.php:102 +msgid "Default database tab" +msgstr "" + +#: libraries/config/messages.inc.php:104 +msgid "Tab that is displayed when entering a server." +msgstr "" + +#: libraries/config/messages.inc.php:106 +msgid "Default server tab" +msgstr "" + +#: libraries/config/messages.inc.php:107 +msgid "Tab that is displayed when entering a table." +msgstr "" + +#: libraries/config/messages.inc.php:108 +msgid "Default table tab" +msgstr "" + +#: libraries/config/messages.inc.php:110 +msgid "Autocomplete of the table and column names in the SQL queries." +msgstr "" + +#: libraries/config/messages.inc.php:113 +msgid "Enable autocomplete for table and column names" +msgstr "" + +#: libraries/config/messages.inc.php:116 +msgid "Whether the table structure actions should be hidden." +msgstr "" + +#: libraries/config/messages.inc.php:117 +msgid "Show column comments" +msgstr "" + +#: libraries/config/messages.inc.php:119 +msgid "Whether column comments should be shown in table structure view" +msgstr "" + +#: libraries/config/messages.inc.php:120 +msgid "Hide table structure actions" +msgstr "" + +#: libraries/config/messages.inc.php:122 +msgid "Show server listing as a list instead of a drop down." +msgstr "" + +#: libraries/config/messages.inc.php:123 +msgid "Display servers as a list" +msgstr "" + +#: libraries/config/messages.inc.php:125 +msgid "" +"Disable the table maintenance mass operations, like optimizing or repairing " +"the selected tables of a database." +msgstr "" + +#: libraries/config/messages.inc.php:128 +msgid "Disable multi table maintenance" +msgstr "" + +#: libraries/config/messages.inc.php:130 +msgid "" +"Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no " +"limit)." +msgstr "" + +#: libraries/config/messages.inc.php:133 +msgid "Maximum execution time" +msgstr "" + +#: libraries/config/messages.inc.php:135 libraries/display_export.lib.php:795 +#, php-format +msgid "Use %s statement" +msgstr "" + +#: libraries/config/messages.inc.php:137 prefs_manage.php:337 +msgid "Save as file" +msgstr "" + +#: libraries/config/messages.inc.php:138 libraries/config/messages.inc.php:369 +msgid "Character set of the file" +msgstr "" + +#: libraries/config/messages.inc.php:139 libraries/config/messages.inc.php:155 +#: libraries/sql_query_form.lib.php:250 +#: templates/table/structure/row_stats_table.phtml:7 +msgid "Format" +msgstr "" + +#: libraries/config/messages.inc.php:140 +msgid "Compression" +msgstr "" + +#: libraries/config/messages.inc.php:141 libraries/config/messages.inc.php:148 +#: libraries/config/messages.inc.php:156 libraries/config/messages.inc.php:160 +#: libraries/config/messages.inc.php:174 libraries/config/messages.inc.php:176 +#: libraries/config/messages.inc.php:226 libraries/config/messages.inc.php:229 +#: libraries/config/messages.inc.php:231 +#: libraries/plugins/export/ExportCsv.php:92 +#: libraries/plugins/export/ExportExcel.php:62 +#: libraries/plugins/export/ExportHtmlword.php:88 +#: libraries/plugins/export/ExportOds.php:72 +#: libraries/plugins/export/ExportOdt.php:126 +#: libraries/plugins/export/ExportTexytext.php:82 +msgid "Put columns names in the first row" +msgstr "" + +#: libraries/config/messages.inc.php:142 libraries/config/messages.inc.php:371 +#: libraries/config/messages.inc.php:384 +#: libraries/plugins/import/ImportCsv.php:135 +msgid "Columns enclosed with" +msgstr "" + +#: libraries/config/messages.inc.php:143 libraries/config/messages.inc.php:372 +#: libraries/config/messages.inc.php:385 +#: libraries/plugins/import/ImportCsv.php:146 +msgid "Columns escaped with" +msgstr "" + +#: libraries/config/messages.inc.php:144 libraries/config/messages.inc.php:150 +#: libraries/config/messages.inc.php:157 libraries/config/messages.inc.php:166 +#: libraries/config/messages.inc.php:175 libraries/config/messages.inc.php:179 +#: libraries/config/messages.inc.php:227 libraries/config/messages.inc.php:230 +#: libraries/config/messages.inc.php:232 +msgid "Replace NULL with" +msgstr "" + +#: libraries/config/messages.inc.php:145 libraries/config/messages.inc.php:151 +msgid "Remove CRLF characters within columns" +msgstr "" + +#: libraries/config/messages.inc.php:146 libraries/config/messages.inc.php:378 +#: libraries/config/messages.inc.php:392 +#: libraries/plugins/import/ImportCsv.php:120 +msgid "Columns terminated with" +msgstr "" + +#: libraries/config/messages.inc.php:147 libraries/config/messages.inc.php:370 +#: libraries/plugins/import/ImportCsv.php:155 +msgid "Lines terminated with" +msgstr "" + +#: libraries/config/messages.inc.php:149 +msgid "Excel edition" +msgstr "" + +#: libraries/config/messages.inc.php:152 +msgid "Database name template" +msgstr "" + +#: libraries/config/messages.inc.php:153 +msgid "Server name template" +msgstr "" + +#: libraries/config/messages.inc.php:154 +msgid "Table name template" +msgstr "" + +#: libraries/config/messages.inc.php:158 libraries/config/messages.inc.php:172 +#: libraries/config/messages.inc.php:181 libraries/config/messages.inc.php:222 +#: libraries/config/messages.inc.php:228 +#: libraries/plugins/export/ExportHtmlword.php:60 +#: libraries/plugins/export/ExportLatex.php:94 +#: libraries/plugins/export/ExportMediawiki.php:58 +#: libraries/plugins/export/ExportMediawiki.php:63 +#: libraries/plugins/export/ExportOdt.php:73 +#: libraries/plugins/export/ExportPdf.php:108 +#: libraries/plugins/export/ExportSql.php:205 +#: libraries/plugins/export/ExportTexytext.php:59 +msgid "Dump table" +msgstr "" + +#: libraries/config/messages.inc.php:159 +#: libraries/plugins/export/ExportLatex.php:86 +msgid "Include table caption" +msgstr "" + +#: libraries/config/messages.inc.php:162 libraries/config/messages.inc.php:168 +msgid "Table caption" +msgstr "" + +#: libraries/config/messages.inc.php:163 libraries/config/messages.inc.php:170 +msgid "Continued table caption" +msgstr "" + +#: libraries/config/messages.inc.php:164 libraries/config/messages.inc.php:171 +msgid "Label key" +msgstr "" + +#: libraries/config/messages.inc.php:165 libraries/config/messages.inc.php:178 +#: libraries/config/messages.inc.php:218 +#: libraries/plugins/export/ExportOdt.php:504 +#: templates/columns_definitions/table_fields_definitions.phtml:82 +msgid "MIME type" +msgstr "" + +#: libraries/config/messages.inc.php:167 libraries/config/messages.inc.php:180 +#: libraries/config/messages.inc.php:221 +msgid "Relations" +msgstr "" + +#: libraries/config/messages.inc.php:173 +msgid "Export method" +msgstr "" + +#: libraries/config/messages.inc.php:182 libraries/config/messages.inc.php:185 +msgid "Save on server" +msgstr "" + +#: libraries/config/messages.inc.php:183 libraries/config/messages.inc.php:187 +#: libraries/display_export.lib.php:502 libraries/display_export.lib.php:537 +msgid "Overwrite existing file(s)" +msgstr "" + +#: libraries/config/messages.inc.php:184 +msgid "Export as separate files" +msgstr "" + +#: libraries/config/messages.inc.php:188 +msgid "Remember file name template" +msgstr "" + +#: libraries/config/messages.inc.php:189 libraries/operations.lib.php:223 +#: libraries/operations.lib.php:845 libraries/operations.lib.php:1280 +msgid "Add AUTO_INCREMENT value" +msgstr "" + +#: libraries/config/messages.inc.php:191 +msgid "Enclose table and column names with backquotes" +msgstr "" + +#: libraries/config/messages.inc.php:192 libraries/config/messages.inc.php:401 +#: libraries/display_export.lib.php:397 +msgid "SQL compatibility mode" +msgstr "" + +#: libraries/config/messages.inc.php:193 +msgid "Creation/Update/Check dates" +msgstr "" + +#: libraries/config/messages.inc.php:194 +msgid "Use delayed inserts" +msgstr "" + +#: libraries/config/messages.inc.php:195 +#: libraries/plugins/export/ExportSql.php:151 +msgid "Disable foreign key checks" +msgstr "" + +#: libraries/config/messages.inc.php:196 +#: libraries/plugins/export/ExportSql.php:165 +msgid "Export views as tables" +msgstr "" + +#: libraries/config/messages.inc.php:198 +msgid "Export related metadata from phpMyAdmin configuration storage" +msgstr "" + +#: libraries/config/messages.inc.php:200 libraries/config/messages.inc.php:201 +#: libraries/config/messages.inc.php:203 libraries/config/messages.inc.php:205 +#: libraries/config/messages.inc.php:206 libraries/config/messages.inc.php:208 +#: libraries/config/messages.inc.php:220 libraries/operations.lib.php:218 +#: libraries/operations.lib.php:1276 +#, php-format +msgid "Add %s" +msgstr "" + +#: libraries/config/messages.inc.php:209 +msgid "Use hexadecimal for BINARY & BLOB" +msgstr "" + +#: libraries/config/messages.inc.php:211 +msgid "" +"Add IF NOT EXISTS (less efficient as indexes will be generated during table " +"creation)" +msgstr "" + +#: libraries/config/messages.inc.php:214 +msgid "Use ignore inserts" +msgstr "" + +#: libraries/config/messages.inc.php:216 +msgid "Syntax to use when inserting data" +msgstr "" + +#: libraries/config/messages.inc.php:217 +#: libraries/plugins/export/ExportSql.php:437 +msgid "Maximal length of created query" +msgstr "" + +#: libraries/config/messages.inc.php:223 +msgid "Export type" +msgstr "" + +#: libraries/config/messages.inc.php:224 +#: libraries/plugins/export/ExportSql.php:137 +msgid "Enclose export in a transaction" +msgstr "" + +#: libraries/config/messages.inc.php:225 +msgid "Export time in UTC" +msgstr "" + +#: libraries/config/messages.inc.php:234 +msgid "" +"Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is " +"the referenced data, [kbd]id[/kbd] is the key value." +msgstr "" + +#: libraries/config/messages.inc.php:237 +msgid "Foreign key dropdown order" +msgstr "" + +#: libraries/config/messages.inc.php:239 +msgid "A dropdown will be used if fewer items are present." +msgstr "" + +#: libraries/config/messages.inc.php:240 +msgid "Foreign key limit" +msgstr "" + +#: libraries/config/messages.inc.php:242 +msgid "Default value for foreign key checks checkbox for some queries." +msgstr "" + +#: libraries/config/messages.inc.php:244 +msgid "Foreign key checks" +msgstr "" + +#: libraries/config/messages.inc.php:245 +msgid "Browse mode" +msgstr "" + +#: libraries/config/messages.inc.php:246 +msgid "Customize browse mode." +msgstr "" + +#: libraries/config/messages.inc.php:248 libraries/config/messages.inc.php:250 +#: libraries/config/messages.inc.php:268 libraries/config/messages.inc.php:281 +#: libraries/config/messages.inc.php:283 libraries/config/messages.inc.php:327 +msgid "Customize default options." +msgstr "" + +#: libraries/config/messages.inc.php:249 libraries/config/setup.forms.php:264 +#: libraries/config/setup.forms.php:342 +#: libraries/config/user_preferences.forms.php:167 +#: libraries/config/user_preferences.forms.php:243 +msgid "CSV" +msgstr "" + +#: libraries/config/messages.inc.php:251 +msgid "Developer" +msgstr "" + +#: libraries/config/messages.inc.php:252 +msgid "Settings for phpMyAdmin developers." +msgstr "" + +#: libraries/config/messages.inc.php:253 +msgid "Edit mode" +msgstr "" + +#: libraries/config/messages.inc.php:254 +msgid "Customize edit mode." +msgstr "" + +#: libraries/config/messages.inc.php:256 +msgid "Export defaults" +msgstr "" + +#: libraries/config/messages.inc.php:257 +msgid "Customize default export options." +msgstr "" + +#: libraries/config/messages.inc.php:258 libraries/config/messages.inc.php:319 +#: setup/frames/menu.inc.php:23 +msgid "Features" +msgstr "" + +#: libraries/config/messages.inc.php:259 +msgid "General" +msgstr "" + +#: libraries/config/messages.inc.php:260 +msgid "Set some commonly used options." +msgstr "" + +#: libraries/config/messages.inc.php:262 +msgid "Import defaults" +msgstr "" + +#: libraries/config/messages.inc.php:263 +msgid "Customize default common import options." +msgstr "" + +#: libraries/config/messages.inc.php:264 +msgid "Import / export" +msgstr "" + +#: libraries/config/messages.inc.php:266 +msgid "Set import and export directories and compression options." +msgstr "" + +#: libraries/config/messages.inc.php:267 +msgid "LaTeX" +msgstr "" + +#: libraries/config/messages.inc.php:270 +msgid "Databases display options." +msgstr "" + +#: libraries/config/messages.inc.php:271 setup/frames/menu.inc.php:25 +msgid "Navigation panel" +msgstr "" + +#: libraries/config/messages.inc.php:272 +msgid "Customize appearance of the navigation panel." +msgstr "" + +#: libraries/config/messages.inc.php:273 +msgid "Navigation tree" +msgstr "" + +#: libraries/config/messages.inc.php:274 +msgid "Customize the navigation tree." +msgstr "" + +#: libraries/config/messages.inc.php:275 libraries/select_server.lib.php:45 +#: setup/frames/index.inc.php:160 +msgid "Servers" +msgstr "" + +#: libraries/config/messages.inc.php:276 +msgid "Servers display options." +msgstr "" + +#: libraries/config/messages.inc.php:278 +msgid "Tables display options." +msgstr "" + +#: libraries/config/messages.inc.php:279 setup/frames/menu.inc.php:26 +msgid "Main panel" +msgstr "" + +#: libraries/config/messages.inc.php:280 +msgid "Microsoft Office" +msgstr "" + +#: libraries/config/messages.inc.php:284 +msgid "Other core settings" +msgstr "" + +#: libraries/config/messages.inc.php:286 +msgid "Settings that didn't fit anywhere else." +msgstr "" + +#: libraries/config/messages.inc.php:287 +msgid "Page titles" +msgstr "" + +#: libraries/config/messages.inc.php:289 +msgid "" +"Specify browser's title bar text. Refer to [doc@faq6-27]documentation[/doc] " +"for magic strings that can be used to get special values." +msgstr "" + +#: libraries/config/messages.inc.php:293 +msgid "Security" +msgstr "" + +#: libraries/config/messages.inc.php:295 +msgid "" +"Please note that phpMyAdmin is just a user interface and its features do not " +"limit MySQL." +msgstr "" + +#: libraries/config/messages.inc.php:298 +msgid "Basic settings" +msgstr "" + +#: libraries/config/messages.inc.php:299 +msgid "Authentication" +msgstr "" + +#: libraries/config/messages.inc.php:300 +msgid "Authentication settings." +msgstr "" + +#: libraries/config/messages.inc.php:301 +msgid "Server configuration" +msgstr "" + +#: libraries/config/messages.inc.php:303 +msgid "" +"Advanced server configuration, do not change these options unless you know " +"what they are for." +msgstr "" + +#: libraries/config/messages.inc.php:306 +msgid "Enter server connection parameters." +msgstr "" + +#: libraries/config/messages.inc.php:307 +msgid "Configuration storage" +msgstr "" + +#: libraries/config/messages.inc.php:309 +msgid "" +"Configure phpMyAdmin configuration storage to gain access to additional " +"features, see [doc@linked-tables]phpMyAdmin configuration storage[/doc] in " +"documentation." +msgstr "" + +#: libraries/config/messages.inc.php:313 +msgid "Changes tracking" +msgstr "" + +#: libraries/config/messages.inc.php:315 +msgid "" +"Tracking of changes made in database. Requires the phpMyAdmin configuration " +"storage." +msgstr "" + +#: libraries/config/messages.inc.php:318 +msgid "Customize export options" +msgstr "" + +#: libraries/config/messages.inc.php:320 +msgid "Customize import defaults" +msgstr "" + +#: libraries/config/messages.inc.php:321 +msgid "Customize navigation panel" +msgstr "" + +#: libraries/config/messages.inc.php:322 +msgid "Customize main panel" +msgstr "" + +#: libraries/config/messages.inc.php:323 libraries/config/messages.inc.php:328 +#: setup/frames/menu.inc.php:24 +msgid "SQL queries" +msgstr "" + +#: libraries/config/messages.inc.php:325 +msgid "SQL Query box" +msgstr "" + +#: libraries/config/messages.inc.php:326 +msgid "Customize links shown in SQL Query boxes." +msgstr "" + +#: libraries/config/messages.inc.php:329 +msgid "SQL queries settings." +msgstr "" + +#: libraries/config/messages.inc.php:330 +msgid "Startup" +msgstr "" + +#: libraries/config/messages.inc.php:331 +msgid "Customize startup page." +msgstr "" + +#: libraries/config/messages.inc.php:332 +msgid "Database structure" +msgstr "" + +#: libraries/config/messages.inc.php:334 +msgid "" +"Choose which details to show in the database structure (list of tables)." +msgstr "" + +#: libraries/config/messages.inc.php:335 +#: libraries/plugins/export/ExportPdf.php:282 +#: templates/table/secondary_tabs.phtml:8 +msgid "Table structure" +msgstr "" + +#: libraries/config/messages.inc.php:337 +msgid "Settings for the table structure (list of columns)." +msgstr "" + +#: libraries/config/messages.inc.php:338 +msgid "Tabs" +msgstr "" + +#: libraries/config/messages.inc.php:339 +msgid "Choose how you want tabs to work." +msgstr "" + +#: libraries/config/messages.inc.php:340 +msgid "Display relational schema" +msgstr "" + +#: libraries/config/messages.inc.php:342 +#: libraries/plugins/schema/SchemaDia.php:72 +#: libraries/plugins/schema/SchemaPdf.php:80 +msgid "Paper size" +msgstr "" + +#: libraries/config/messages.inc.php:345 +msgid "Text fields" +msgstr "" + +#: libraries/config/messages.inc.php:346 +msgid "Customize text input fields." +msgstr "" + +#: libraries/config/messages.inc.php:347 +msgid "Texy! text" +msgstr "" + +#: libraries/config/messages.inc.php:348 +msgid "Customize default options" +msgstr "" + +#: libraries/config/messages.inc.php:349 +msgid "Warnings" +msgstr "" + +#: libraries/config/messages.inc.php:351 +msgid "Disable some of the warnings shown by phpMyAdmin." +msgstr "" + +#: libraries/config/messages.inc.php:353 +msgid "Enable gzip compression for import and export operations." +msgstr "" + +#: libraries/config/messages.inc.php:356 +msgid "GZip" +msgstr "" + +#: libraries/config/messages.inc.php:357 +msgid "Extra parameters for iconv" +msgstr "" + +#: libraries/config/messages.inc.php:359 +msgid "" +"If enabled, phpMyAdmin continues computing multiple-statement queries even " +"if one of the queries failed." +msgstr "" + +#: libraries/config/messages.inc.php:362 +msgid "Ignore multiple statement errors" +msgstr "" + +#: libraries/config/messages.inc.php:364 +msgid "" +"Allow interrupt of import in case script detects it is close to time limit. " +"This might be a good way to import large files, however it can break " +"transactions." +msgstr "" + +#: libraries/config/messages.inc.php:368 +msgid "Partial import: allow interrupt" +msgstr "" + +#: libraries/config/messages.inc.php:373 libraries/config/messages.inc.php:386 +#: libraries/plugins/import/ImportCsv.php:85 +#: libraries/plugins/import/ImportLdi.php:79 +msgid "Do not abort on INSERT error" +msgstr "" + +#: libraries/config/messages.inc.php:374 libraries/config/messages.inc.php:388 +msgid "Add ON DUPLICATE KEY UPDATE" +msgstr "" + +#: libraries/config/messages.inc.php:376 libraries/config/messages.inc.php:390 +msgid "Update data when duplicate keys found on import" +msgstr "" + +#: libraries/config/messages.inc.php:380 +msgid "" +"Default format; be aware that this list depends on location (database, " +"table) and only SQL is always available." +msgstr "" + +#: libraries/config/messages.inc.php:383 +msgid "Format of imported file" +msgstr "" + +#: libraries/config/messages.inc.php:387 +#: libraries/plugins/import/ImportLdi.php:85 +msgid "Use LOCAL keyword" +msgstr "" + +#: libraries/config/messages.inc.php:393 libraries/config/messages.inc.php:405 +#: libraries/config/messages.inc.php:406 +msgid "Column names in first row" +msgstr "" + +#: libraries/config/messages.inc.php:394 +#: libraries/plugins/import/ImportOds.php:71 +msgid "Do not import empty rows" +msgstr "" + +#: libraries/config/messages.inc.php:396 +msgid "Import currencies ($5.00 to 5.00)" +msgstr "" + +#: libraries/config/messages.inc.php:398 +msgid "Import percentages as proper decimals (12.00% to .12)" +msgstr "" + +#: libraries/config/messages.inc.php:399 +msgid "Number of queries to skip from start." +msgstr "" + +#: libraries/config/messages.inc.php:400 +msgid "Partial import: skip queries" +msgstr "" + +#: libraries/config/messages.inc.php:403 +msgid "Do not use AUTO_INCREMENT for zero values" +msgstr "" + +#: libraries/config/messages.inc.php:404 +msgid "Read as multibytes" +msgstr "" + +#: libraries/config/messages.inc.php:407 +msgid "Initial state for sliders" +msgstr "" + +#: libraries/config/messages.inc.php:408 +msgid "How many rows can be inserted at one time." +msgstr "" + +#: libraries/config/messages.inc.php:409 +msgid "Number of inserted rows" +msgstr "" + +#: libraries/config/messages.inc.php:411 +msgid "" +"Maximum number of characters shown in any non-numeric column on browse view." +msgstr "" + +#: libraries/config/messages.inc.php:413 +msgid "Limit column characters" +msgstr "" + +#: libraries/config/messages.inc.php:415 +msgid "" +"If TRUE, logout deletes cookies for all servers; when set to FALSE, logout " +"only occurs for the current server. Setting this to FALSE makes it easy to " +"forget to log out from other servers when connected to multiple servers." +msgstr "" + +#: libraries/config/messages.inc.php:419 +msgid "Delete all cookies on logout" +msgstr "" + +#: libraries/config/messages.inc.php:421 +msgid "" +"Define whether the previous login should be recalled or not in [kbd]cookie[/" +"kbd] authentication mode." +msgstr "" + +#: libraries/config/messages.inc.php:424 +msgid "Recall user name" +msgstr "" + +#: libraries/config/messages.inc.php:426 +msgid "" +"Defines how long (in seconds) a login cookie should be stored in browser. " +"The default of 0 means that it will be kept for the existing session only, " +"and will be deleted as soon as you close the browser window. This is " +"recommended for non-trusted environments." +msgstr "" + +#: libraries/config/messages.inc.php:431 +msgid "Login cookie store" +msgstr "" + +#: libraries/config/messages.inc.php:433 +msgid "Define how long (in seconds) a login cookie is valid." +msgstr "" + +#: libraries/config/messages.inc.php:434 +msgid "Login cookie validity" +msgstr "" + +#: libraries/config/messages.inc.php:436 +msgid "Double size of textarea for LONGTEXT columns." +msgstr "" + +#: libraries/config/messages.inc.php:437 +msgid "Bigger textarea for LONGTEXT" +msgstr "" + +#: libraries/config/messages.inc.php:439 +msgid "Maximum number of characters used when a SQL query is displayed." +msgstr "" + +#: libraries/config/messages.inc.php:440 +msgid "Maximum displayed SQL length" +msgstr "" + +#: libraries/config/messages.inc.php:441 libraries/config/messages.inc.php:460 +#: libraries/config/messages.inc.php:600 +msgid "Users cannot set a higher value" +msgstr "" + +#: libraries/config/messages.inc.php:443 +msgid "Maximum number of databases displayed in database list." +msgstr "" + +#: libraries/config/messages.inc.php:444 +msgid "Maximum databases" +msgstr "" + +#: libraries/config/messages.inc.php:446 +msgid "" +"The number of items that can be displayed on each page on the first level of " +"the navigation tree." +msgstr "" + +#: libraries/config/messages.inc.php:449 +msgid "Maximum items on first level" +msgstr "" + +#: libraries/config/messages.inc.php:451 +msgid "" +"The number of items that can be displayed on each page of the navigation " +"tree." +msgstr "" + +#: libraries/config/messages.inc.php:453 +msgid "Maximum items in branch" +msgstr "" + +#: libraries/config/messages.inc.php:455 +msgid "" +"Number of rows displayed when browsing a result set. If the result set " +"contains more rows, \"Previous\" and \"Next\" links will be shown." +msgstr "" + +#: libraries/config/messages.inc.php:459 +msgid "Maximum number of rows to display" +msgstr "" + +#: libraries/config/messages.inc.php:462 +msgid "Maximum number of tables displayed in table list." +msgstr "" + +#: libraries/config/messages.inc.php:464 +msgid "Maximum tables" +msgstr "" + +#: libraries/config/messages.inc.php:466 +msgid "" +"The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] " +"([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change)." +msgstr "" + +#: libraries/config/messages.inc.php:469 +msgid "Memory limit" +msgstr "" + +#: libraries/config/messages.inc.php:471 +msgid "In the navigation panel, replaces the database tree with a selector" +msgstr "" + +#: libraries/config/messages.inc.php:474 +msgid "Show databases navigation as tree" +msgstr "" + +#: libraries/config/messages.inc.php:477 +msgid "Link with main panel by highlighting the current database or table." +msgstr "" + +#: libraries/config/messages.inc.php:480 +msgid "Show logo in navigation panel." +msgstr "" + +#: libraries/config/messages.inc.php:481 +msgid "Display logo" +msgstr "" + +#: libraries/config/messages.inc.php:483 +msgid "URL where logo in the navigation panel will point to." +msgstr "" + +#: libraries/config/messages.inc.php:484 +msgid "Logo link URL" +msgstr "" + +#: libraries/config/messages.inc.php:486 +msgid "" +"Open the linked page in the main window ([kbd]main[/kbd]) or in a new one " +"([kbd]new[/kbd])." +msgstr "" + +#: libraries/config/messages.inc.php:489 +msgid "Logo link target" +msgstr "" + +#: libraries/config/messages.inc.php:491 +msgid "Display server choice at the top of the navigation panel." +msgstr "" + +#: libraries/config/messages.inc.php:492 +msgid "Display servers selection" +msgstr "" + +#: libraries/config/messages.inc.php:493 +msgid "Target for quick access icon" +msgstr "" + +#: libraries/config/messages.inc.php:495 +msgid "Target for second quick access icon" +msgstr "" + +#: libraries/config/messages.inc.php:498 +msgid "" +"Defines the minimum number of items (tables, views, routines and events) to " +"display a filter box." +msgstr "" + +#: libraries/config/messages.inc.php:502 +msgid "Minimum number of items to display the filter box" +msgstr "" + +#: libraries/config/messages.inc.php:504 +msgid "Minimum number of databases to display the database filter box" +msgstr "" + +#: libraries/config/messages.inc.php:506 +msgid "" +"Group items in the navigation tree (determined by the separator defined in " +"the Databases and Tables tabs above)." +msgstr "" + +#: libraries/config/messages.inc.php:509 +msgid "Group items in the tree" +msgstr "" + +#: libraries/config/messages.inc.php:511 +msgid "String that separates databases into different tree levels." +msgstr "" + +#: libraries/config/messages.inc.php:512 +msgid "Database tree separator" +msgstr "" + +#: libraries/config/messages.inc.php:514 +msgid "String that separates tables into different tree levels." +msgstr "" + +#: libraries/config/messages.inc.php:515 +msgid "Table tree separator" +msgstr "" + +#: libraries/config/messages.inc.php:516 +msgid "Maximum table tree depth" +msgstr "" + +#: libraries/config/messages.inc.php:518 +msgid "Highlight server under the mouse cursor." +msgstr "" + +#: libraries/config/messages.inc.php:519 +msgid "Enable highlighting" +msgstr "" + +#: libraries/config/messages.inc.php:521 +msgid "" +"Whether to offer the possibility of tree expansion in the navigation panel." +msgstr "" + +#: libraries/config/messages.inc.php:524 +msgid "Enable navigation tree expansion" +msgstr "" + +#: libraries/config/messages.inc.php:525 +msgid "Show tables in tree" +msgstr "" + +#: libraries/config/messages.inc.php:527 +msgid "Whether to show tables under database in the navigation tree" +msgstr "" + +#: libraries/config/messages.inc.php:528 +msgid "Show views in tree" +msgstr "" + +#: libraries/config/messages.inc.php:530 +msgid "Whether to show views under database in the navigation tree" +msgstr "" + +#: libraries/config/messages.inc.php:531 +msgid "Show functions in tree" +msgstr "" + +#: libraries/config/messages.inc.php:533 +msgid "Whether to show functions under database in the navigation tree" +msgstr "" + +#: libraries/config/messages.inc.php:534 +msgid "Show procedures in tree" +msgstr "" + +#: libraries/config/messages.inc.php:536 +msgid "Whether to show procedures under database in the navigation tree" +msgstr "" + +#: libraries/config/messages.inc.php:537 +msgid "Show events in tree" +msgstr "" + +#: libraries/config/messages.inc.php:539 +msgid "Whether to show events under database in the navigation tree" +msgstr "" + +#: libraries/config/messages.inc.php:541 +msgid "Maximum number of recently used tables; set 0 to disable." +msgstr "" + +#: libraries/config/messages.inc.php:543 +msgid "Maximum number of favorite tables; set 0 to disable." +msgstr "" + +#: libraries/config/messages.inc.php:544 +msgid "Recently used tables" +msgstr "" + +#: libraries/config/messages.inc.php:546 +msgid "These are Edit, Copy and Delete links." +msgstr "" + +#: libraries/config/messages.inc.php:547 +msgid "Where to show the table row links" +msgstr "" + +#: libraries/config/messages.inc.php:549 +msgid "Whether to show row links even in the absence of a unique key." +msgstr "" + +#: libraries/config/messages.inc.php:551 +msgid "Show row links anyway" +msgstr "" + +#: libraries/config/messages.inc.php:552 libraries/config/messages.inc.php:553 +msgid "Disable shortcut keys" +msgstr "" + +#: libraries/config/messages.inc.php:555 +msgid "Use natural order for sorting table and database names." +msgstr "" + +#: libraries/config/messages.inc.php:556 +msgid "Natural order" +msgstr "" + +#: libraries/config/messages.inc.php:557 libraries/config/messages.inc.php:588 +#: libraries/config/messages.inc.php:590 +msgid "Use only icons, only text or both." +msgstr "" + +#: libraries/config/messages.inc.php:558 +msgid "Table navigation bar" +msgstr "" + +#: libraries/config/messages.inc.php:560 +msgid "Use GZip output buffering for increased speed in HTTP transfers." +msgstr "" + +#: libraries/config/messages.inc.php:561 +msgid "GZip output buffering" +msgstr "" + +#: libraries/config/messages.inc.php:563 +msgid "" +"[kbd]SMART[/kbd] - i.e. descending order for columns of type TIME, DATE, " +"DATETIME and TIMESTAMP, ascending order otherwise." +msgstr "" + +#: libraries/config/messages.inc.php:566 +msgid "Default sorting order" +msgstr "" + +#: libraries/config/messages.inc.php:568 +msgid "Use persistent connections to MySQL databases." +msgstr "" + +#: libraries/config/messages.inc.php:569 +msgid "Persistent connections" +msgstr "" + +#: libraries/config/messages.inc.php:571 +msgid "" +"Disable the default warning that is displayed on the database details " +"Structure page if any of the required tables for the phpMyAdmin " +"configuration storage could not be found." +msgstr "" + +#: libraries/config/messages.inc.php:576 +msgid "Missing phpMyAdmin configuration storage tables" +msgstr "" + +#: libraries/config/messages.inc.php:578 +msgid "" +"Disable the default warning that is displayed if a difference between the " +"MySQL library and server is detected." +msgstr "" + +#: libraries/config/messages.inc.php:582 +msgid "Server/library difference warning" +msgstr "" + +#: libraries/config/messages.inc.php:584 +msgid "" +"Disable the default warning that is displayed on the Structure page if " +"column names in a table are reserved MySQL words." +msgstr "" + +#: libraries/config/messages.inc.php:587 +msgid "MySQL reserved word warning" +msgstr "" + +#: libraries/config/messages.inc.php:589 +msgid "How to display the menu tabs" +msgstr "" + +#: libraries/config/messages.inc.php:591 +msgid "How to display various action links" +msgstr "" + +#: libraries/config/messages.inc.php:592 +msgid "Disallow BLOB and BINARY columns from editing." +msgstr "" + +#: libraries/config/messages.inc.php:593 +msgid "Protect binary columns" +msgstr "" + +#: libraries/config/messages.inc.php:595 +msgid "" +"Enable if you want DB-based query history (requires phpMyAdmin configuration " +"storage). If disabled, this utilizes JS-routines to display query history " +"(lost by window close)." +msgstr "" + +#: libraries/config/messages.inc.php:599 +msgid "Permanent query history" +msgstr "" + +#: libraries/config/messages.inc.php:601 +msgid "How many queries are kept in history." +msgstr "" + +#: libraries/config/messages.inc.php:602 +msgid "Query history length" +msgstr "" + +#: libraries/config/messages.inc.php:604 +msgid "Select which functions will be used for character set conversion." +msgstr "" + +#: libraries/config/messages.inc.php:605 +msgid "Recoding engine" +msgstr "" + +#: libraries/config/messages.inc.php:607 +msgid "When browsing tables, the sorting of each table is remembered." +msgstr "" + +#: libraries/config/messages.inc.php:608 +msgid "Remember table's sorting" +msgstr "" + +#: libraries/config/messages.inc.php:610 +msgid "Default sort order for tables with a primary key." +msgstr "" + +#: libraries/config/messages.inc.php:612 +msgid "Primary key default sort order" +msgstr "" + +#: libraries/config/messages.inc.php:614 +msgid "" +"Repeat the headers every X cells, [kbd]0[/kbd] deactivates this feature." +msgstr "" + +#: libraries/config/messages.inc.php:615 +msgid "Repeat headers" +msgstr "" + +#: libraries/config/messages.inc.php:617 +msgid "Grid editing: trigger action" +msgstr "" + +#: libraries/config/messages.inc.php:618 +msgid "Relational display" +msgstr "" + +#: libraries/config/messages.inc.php:619 +msgid "For display Options" +msgstr "" + +#: libraries/config/messages.inc.php:620 +msgid "Grid editing: save all edited cells at once" +msgstr "" + +#: libraries/config/messages.inc.php:621 +msgid "Directory where exports can be saved on server." +msgstr "" + +#: libraries/config/messages.inc.php:622 +msgid "Save directory" +msgstr "" + +#: libraries/config/messages.inc.php:623 +msgid "Leave blank if not used." +msgstr "" + +#: libraries/config/messages.inc.php:624 +msgid "Host authorization order" +msgstr "" + +#: libraries/config/messages.inc.php:625 +msgid "Leave blank for defaults." +msgstr "" + +#: libraries/config/messages.inc.php:626 +msgid "Host authorization rules" +msgstr "" + +#: libraries/config/messages.inc.php:627 +msgid "Allow logins without a password" +msgstr "" + +#: libraries/config/messages.inc.php:628 +msgid "Allow root login" +msgstr "" + +#: libraries/config/messages.inc.php:629 +msgid "Session timezone" +msgstr "" + +#: libraries/config/messages.inc.php:631 +msgid "" +"Sets the effective timezone; possibly different than the one from your " +"database server" +msgstr "" + +#: libraries/config/messages.inc.php:635 +msgid "HTTP Basic Auth Realm name to display when doing HTTP Auth." +msgstr "" + +#: libraries/config/messages.inc.php:636 +msgid "HTTP Realm" +msgstr "" + +#: libraries/config/messages.inc.php:637 +msgid "Authentication method to use." +msgstr "" + +#: libraries/config/messages.inc.php:638 setup/frames/index.inc.php:179 +msgid "Authentication type" +msgstr "" + +#: libraries/config/messages.inc.php:640 +msgid "" +"Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " +"[kbd]pma__bookmark[/kbd]" +msgstr "" + +#: libraries/config/messages.inc.php:643 +msgid "Bookmark table" +msgstr "" + +#: libraries/config/messages.inc.php:645 +msgid "" +"Leave blank for no column comments/mime types, suggested: " +"[kbd]pma__column_info[/kbd]." +msgstr "" + +#: libraries/config/messages.inc.php:648 +msgid "Column information table" +msgstr "" + +#: libraries/config/messages.inc.php:649 +msgid "Compress connection to MySQL server." +msgstr "" + +#: libraries/config/messages.inc.php:650 +msgid "Compress connection" +msgstr "" + +#: libraries/config/messages.inc.php:652 +msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure." +msgstr "" + +#: libraries/config/messages.inc.php:653 +msgid "Connection type" +msgstr "" + +#: libraries/config/messages.inc.php:654 +msgid "Control user password" +msgstr "" + +#: libraries/config/messages.inc.php:656 +msgid "" +"A special MySQL user configured with limited permissions, more information " +"available on [doc@linked-tables]documentation[/doc]." +msgstr "" + +#: libraries/config/messages.inc.php:659 +msgid "Control user" +msgstr "" + +#: libraries/config/messages.inc.php:661 +msgid "" +"An alternate host to hold the configuration storage; leave blank to use the " +"already defined host." +msgstr "" + +#: libraries/config/messages.inc.php:664 +msgid "Control host" +msgstr "" + +#: libraries/config/messages.inc.php:666 +msgid "" +"An alternate port to connect to the host that holds the configuration " +"storage; leave blank to use the default port, or the already defined port, " +"if the controlhost equals host." +msgstr "" + +#: libraries/config/messages.inc.php:670 +msgid "Control port" +msgstr "" + +#: libraries/config/messages.inc.php:672 +msgid "Hide databases matching regular expression (PCRE)." +msgstr "" + +#: libraries/config/messages.inc.php:674 +msgid "" +"More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " +"bug tracker[/a] and [a@https://bugs.mysql.com/19588]MySQL Bugs[/a]" +msgstr "" + +#: libraries/config/messages.inc.php:677 +msgid "Disable use of INFORMATION_SCHEMA" +msgstr "" + +#: libraries/config/messages.inc.php:678 +msgid "Hide databases" +msgstr "" + +#: libraries/config/messages.inc.php:680 +msgid "" +"Leave blank for no SQL query history support, suggested: [kbd]pma__history[/" +"kbd]." +msgstr "" + +#: libraries/config/messages.inc.php:683 +msgid "SQL query history table" +msgstr "" + +#: libraries/config/messages.inc.php:684 +msgid "Hostname where MySQL server is running." +msgstr "" + +#: libraries/config/messages.inc.php:685 +msgid "Server hostname" +msgstr "" + +#: libraries/config/messages.inc.php:686 +msgid "Logout URL" +msgstr "" + +#: libraries/config/messages.inc.php:688 +msgid "" +"Limits number of table preferences which are stored in database, the oldest " +"records are automatically removed." +msgstr "" + +#: libraries/config/messages.inc.php:692 +msgid "Maximal number of table preferences to store" +msgstr "" + +#: libraries/config/messages.inc.php:693 +msgid "QBE saved searches table" +msgstr "" + +#: libraries/config/messages.inc.php:695 +msgid "" +"Leave blank for no QBE saved searches support, suggested: " +"[kbd]pma__savedsearches[/kbd]." +msgstr "" + +#: libraries/config/messages.inc.php:698 +msgid "Export templates table" +msgstr "" + +#: libraries/config/messages.inc.php:700 +msgid "" +"Leave blank for no export template support, suggested: " +"[kbd]pma__export_templates[/kbd]." +msgstr "" + +#: libraries/config/messages.inc.php:703 +msgid "Central columns table" +msgstr "" + +#: libraries/config/messages.inc.php:705 +msgid "" +"Leave blank for no central columns support, suggested: " +"[kbd]pma__central_columns[/kbd]." +msgstr "" + +#: libraries/config/messages.inc.php:708 +msgid "Try to connect without password." +msgstr "" + +#: libraries/config/messages.inc.php:709 +msgid "Connect without password" +msgstr "" + +#: libraries/config/messages.inc.php:711 +msgid "" +"You can use MySQL wildcard characters (% and _), escape them if you want to " +"use their literal instances, i.e. use [kbd]'my\\_db'[/kbd] and not " +"[kbd]'my_db'[/kbd]." +msgstr "" + +#: libraries/config/messages.inc.php:715 +msgid "Show only listed databases" +msgstr "" + +#: libraries/config/messages.inc.php:716 libraries/config/messages.inc.php:825 +msgid "Leave empty if not using config auth." +msgstr "" + +#: libraries/config/messages.inc.php:717 +msgid "Password for config auth" +msgstr "" + +#: libraries/config/messages.inc.php:719 +msgid "" +"Leave blank for no PDF schema support, suggested: [kbd]pma__pdf_pages[/kbd]." +msgstr "" + +#: libraries/config/messages.inc.php:721 +msgid "PDF schema: pages table" +msgstr "" + +#: libraries/config/messages.inc.php:723 +msgid "" +"Database used for relations, bookmarks, and PDF features. See [doc@linked-" +"tables]pmadb[/doc] for complete information. Leave blank for no support. " +"Suggested: [kbd]phpmyadmin[/kbd]." +msgstr "" + +#: libraries/config/messages.inc.php:727 +#: templates/server/databases/create.phtml:20 +msgid "Database name" +msgstr "" + +#: libraries/config/messages.inc.php:729 +msgid "Port on which MySQL server is listening, leave empty for default." +msgstr "" + +#: libraries/config/messages.inc.php:730 +msgid "Server port" +msgstr "" + +#: libraries/config/messages.inc.php:732 +msgid "" +"Leave blank for no \"persistent\" recently used tables across sessions, " +"suggested: [kbd]pma__recent[/kbd]." +msgstr "" + +#: libraries/config/messages.inc.php:735 +msgid "Recently used table" +msgstr "" + +#: libraries/config/messages.inc.php:737 +msgid "" +"Leave blank for no \"persistent\" favorite tables across sessions, " +"suggested: [kbd]pma__favorite[/kbd]." +msgstr "" + +#: libraries/config/messages.inc.php:740 +msgid "Favorites table" +msgstr "" + +#: libraries/config/messages.inc.php:742 +msgid "" +"Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " +"[kbd]pma__relation[/kbd]." +msgstr "" + +#: libraries/config/messages.inc.php:746 +msgid "Relation table" +msgstr "" + +#: libraries/config/messages.inc.php:748 +msgid "" +"See [doc@authentication-modes]authentication types[/doc] for an example." +msgstr "" + +#: libraries/config/messages.inc.php:751 +msgid "Signon session name" +msgstr "" + +#: libraries/config/messages.inc.php:752 +msgid "Signon URL" +msgstr "" + +#: libraries/config/messages.inc.php:754 +msgid "Socket on which MySQL server is listening, leave empty for default." +msgstr "" + +#: libraries/config/messages.inc.php:755 +msgid "Server socket" +msgstr "" + +#: libraries/config/messages.inc.php:756 +msgid "Enable SSL for connection to MySQL server." +msgstr "" + +#: libraries/config/messages.inc.php:757 +msgid "Use SSL" +msgstr "" + +#: libraries/config/messages.inc.php:759 +msgid "" +"Leave blank for no PDF schema support, suggested: [kbd]pma__table_coords[/" +"kbd]." +msgstr "" + +#: libraries/config/messages.inc.php:762 +msgid "Designer and PDF schema: table coordinates" +msgstr "" + +#: libraries/config/messages.inc.php:765 +msgid "" +"Table to describe the display columns, leave blank for no support; " +"suggested: [kbd]pma__table_info[/kbd]." +msgstr "" + +#: libraries/config/messages.inc.php:768 +msgid "Display columns table" +msgstr "" + +#: libraries/config/messages.inc.php:770 +msgid "" +"Leave blank for no \"persistent\" tables' UI preferences across sessions, " +"suggested: [kbd]pma__table_uiprefs[/kbd]." +msgstr "" + +#: libraries/config/messages.inc.php:773 +msgid "UI preferences table" +msgstr "" + +#: libraries/config/messages.inc.php:775 +msgid "" +"Whether a DROP DATABASE IF EXISTS statement will be added as first line to " +"the log when creating a database." +msgstr "" + +#: libraries/config/messages.inc.php:778 +msgid "Add DROP DATABASE" +msgstr "" + +#: libraries/config/messages.inc.php:780 +msgid "" +"Whether a DROP TABLE IF EXISTS statement will be added as first line to the " +"log when creating a table." +msgstr "" + +#: libraries/config/messages.inc.php:783 libraries/mult_submits.lib.php:348 +msgid "Add DROP TABLE" +msgstr "" + +#: libraries/config/messages.inc.php:785 +msgid "" +"Whether a DROP VIEW IF EXISTS statement will be added as first line to the " +"log when creating a view." +msgstr "" + +#: libraries/config/messages.inc.php:788 +msgid "Add DROP VIEW" +msgstr "" + +#: libraries/config/messages.inc.php:790 +msgid "Defines the list of statements the auto-creation uses for new versions." +msgstr "" + +#: libraries/config/messages.inc.php:791 +msgid "Statements to track" +msgstr "" + +#: libraries/config/messages.inc.php:793 +msgid "" +"Leave blank for no SQL query tracking support, suggested: " +"[kbd]pma__tracking[/kbd]." +msgstr "" + +#: libraries/config/messages.inc.php:796 +msgid "SQL query tracking table" +msgstr "" + +#: libraries/config/messages.inc.php:798 +msgid "" +"Whether the tracking mechanism creates versions for tables and views " +"automatically." +msgstr "" + +#: libraries/config/messages.inc.php:802 +msgid "Automatically create versions" +msgstr "" + +#: libraries/config/messages.inc.php:804 +msgid "" +"Leave blank for no user preferences storage in database, suggested: " +"[kbd]pma__userconfig[/kbd]." +msgstr "" + +#: libraries/config/messages.inc.php:807 +msgid "User preferences storage table" +msgstr "" + +#: libraries/config/messages.inc.php:809 +msgid "" +"Both this table and the user groups table are required to enable the " +"configurable menus feature; leaving either one of them blank will disable\n" +" this feature, suggested: [kbd]pma__users[/kbd]." +msgstr "" + +#: libraries/config/messages.inc.php:813 +msgid "Users table" +msgstr "" + +#: libraries/config/messages.inc.php:815 +msgid "" +"Both this table and the users table are required to enable the configurable " +"menus feature; leaving either one of them blank will disable this feature, " +"suggested: [kbd]pma__usergroups[/kbd]." +msgstr "" + +#: libraries/config/messages.inc.php:819 +msgid "User groups table" +msgstr "" + +#: libraries/config/messages.inc.php:821 +msgid "" +"Leave blank to disable the feature to hide and show navigation items, " +"suggested: [kbd]pma__navigationhiding[/kbd]." +msgstr "" + +#: libraries/config/messages.inc.php:824 +msgid "Hidden navigation items table" +msgstr "" + +#: libraries/config/messages.inc.php:826 +msgid "User for config auth" +msgstr "" + +#: libraries/config/messages.inc.php:828 +msgid "" +"A user-friendly description of this server. Leave blank to display the " +"hostname instead." +msgstr "" + +#: libraries/config/messages.inc.php:831 +msgid "Verbose name of this server" +msgstr "" + +#: libraries/config/messages.inc.php:833 +msgid "Whether a user should be displayed a \"show all (rows)\" button." +msgstr "" + +#: libraries/config/messages.inc.php:835 +msgid "Allow to display all the rows" +msgstr "" + +#: libraries/config/messages.inc.php:837 +msgid "" +"Please note that enabling this has no effect with [kbd]config[/kbd] " +"authentication mode because the password is hard coded in the configuration " +"file; this does not limit the ability to execute the same command directly." +msgstr "" + +#: libraries/config/messages.inc.php:841 +msgid "Show password change form" +msgstr "" + +#: libraries/config/messages.inc.php:842 +msgid "Show create database form" +msgstr "" + +#: libraries/config/messages.inc.php:844 +msgid "Show or hide a column displaying the comments for all tables." +msgstr "" + +#: libraries/config/messages.inc.php:846 +msgid "Show table comments" +msgstr "" + +#: libraries/config/messages.inc.php:848 +msgid "Show or hide a column displaying the Creation timestamp for all tables." +msgstr "" + +#: libraries/config/messages.inc.php:850 +msgid "Show creation timestamp" +msgstr "" + +#: libraries/config/messages.inc.php:852 +msgid "" +"Show or hide a column displaying the Last update timestamp for all tables." +msgstr "" + +#: libraries/config/messages.inc.php:854 +msgid "Show last update timestamp" +msgstr "" + +#: libraries/config/messages.inc.php:856 +msgid "" +"Show or hide a column displaying the Last check timestamp for all tables." +msgstr "" + +#: libraries/config/messages.inc.php:858 +msgid "Show last check timestamp" +msgstr "" + +#: libraries/config/messages.inc.php:860 +msgid "" +"Defines whether or not type fields should be initially displayed in edit/" +"insert mode." +msgstr "" + +#: libraries/config/messages.inc.php:863 +msgid "Show field types" +msgstr "" + +#: libraries/config/messages.inc.php:865 +msgid "Display the function fields in edit/insert mode." +msgstr "" + +#: libraries/config/messages.inc.php:867 +msgid "Show function fields" +msgstr "" + +#: libraries/config/messages.inc.php:868 +msgid "Whether to show hint or not." +msgstr "" + +#: libraries/config/messages.inc.php:869 +msgid "Show hint" +msgstr "" + +#: libraries/config/messages.inc.php:871 +msgid "" +"Shows link to [a@https://php.net/manual/function.phpinfo.php]phpinfo()[/a] " +"output." +msgstr "" + +#: libraries/config/messages.inc.php:874 +msgid "Show phpinfo() link" +msgstr "" + +#: libraries/config/messages.inc.php:875 +msgid "Show detailed MySQL server information" +msgstr "" + +#: libraries/config/messages.inc.php:877 +msgid "" +"Defines whether SQL queries generated by phpMyAdmin should be displayed." +msgstr "" + +#: libraries/config/messages.inc.php:879 +msgid "Show SQL queries" +msgstr "" + +#: libraries/config/messages.inc.php:881 +msgid "" +"Defines whether the query box should stay on-screen after its submission." +msgstr "" + +#: libraries/config/messages.inc.php:883 libraries/sql_query_form.lib.php:355 +msgid "Retain query box" +msgstr "" + +#: libraries/config/messages.inc.php:885 +msgid "Allow to display database and table statistics (eg. space usage)." +msgstr "" + +#: libraries/config/messages.inc.php:887 +msgid "Show statistics" +msgstr "" + +#: libraries/config/messages.inc.php:889 +msgid "" +"Mark used tables and make it possible to show databases with locked tables." +msgstr "" + +#: libraries/config/messages.inc.php:891 +msgid "Skip locked tables" +msgstr "" + +#: libraries/config/messages.inc.php:897 +msgid "" +"Disable the default warning that is displayed on the main page if Suhosin is " +"detected." +msgstr "" + +#: libraries/config/messages.inc.php:900 +msgid "Suhosin warning" +msgstr "" + +#: libraries/config/messages.inc.php:902 +msgid "" +"Disable the default warning that is displayed on the main page if the value " +"of the PHP setting session.gc_maxlifetime is less than the value of " +"`LoginCookieValidity`." +msgstr "" + +#: libraries/config/messages.inc.php:907 +msgid "Login cookie validity warning" +msgstr "" + +#: libraries/config/messages.inc.php:910 +msgid "" +"Textarea size (columns) in edit mode, this value will be emphasized for SQL " +"query textareas (*2)." +msgstr "" + +#: libraries/config/messages.inc.php:913 +msgid "Textarea columns" +msgstr "" + +#: libraries/config/messages.inc.php:915 +msgid "" +"Textarea size (rows) in edit mode, this value will be emphasized for SQL " +"query textareas (*2)." +msgstr "" + +#: libraries/config/messages.inc.php:918 +msgid "Textarea rows" +msgstr "" + +#: libraries/config/messages.inc.php:920 +msgid "Title of browser window when a database is selected." +msgstr "" + +#: libraries/config/messages.inc.php:924 +msgid "Title of browser window when nothing is selected." +msgstr "" + +#: libraries/config/messages.inc.php:926 +msgid "Default title" +msgstr "" + +#: libraries/config/messages.inc.php:928 +msgid "Title of browser window when a server is selected." +msgstr "" + +#: libraries/config/messages.inc.php:931 +msgid "Title of browser window when a table is selected." +msgstr "" + +#: libraries/config/messages.inc.php:934 +msgid "" +"Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example " +"specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-" +"For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: " +"HTTP_X_FORWARDED_FOR[/kbd]." +msgstr "" + +#: libraries/config/messages.inc.php:939 +msgid "List of trusted proxies for IP allow/deny" +msgstr "" + +#: libraries/config/messages.inc.php:941 +msgid "Directory on server where you can upload files for import." +msgstr "" + +#: libraries/config/messages.inc.php:943 +msgid "Upload directory" +msgstr "" + +#: libraries/config/messages.inc.php:944 +msgid "Allow for searching inside the entire database." +msgstr "" + +#: libraries/config/messages.inc.php:945 +msgid "Use database search" +msgstr "" + +#: libraries/config/messages.inc.php:947 +msgid "" +"When disabled, users cannot set any of the options below, regardless of the " +"checkbox on the right." +msgstr "" + +#: libraries/config/messages.inc.php:950 +msgid "Enable the Developer tab in settings" +msgstr "" + +#: libraries/config/messages.inc.php:951 setup/frames/index.inc.php:327 +msgid "Check for latest version" +msgstr "" + +#: libraries/config/messages.inc.php:953 +msgid "Enables check for latest version on main phpMyAdmin page." +msgstr "" + +#: libraries/config/messages.inc.php:955 setup/lib/index.lib.php:121 +#: setup/lib/index.lib.php:144 setup/lib/index.lib.php:157 +#: setup/lib/index.lib.php:169 setup/lib/index.lib.php:177 +#: setup/lib/index.lib.php:184 +msgid "Version check" +msgstr "" + +#: libraries/config/messages.inc.php:957 +msgid "" +"The url of the proxy to be used when retrieving the information about the " +"latest version of phpMyAdmin or when submitting error reports. You need this " +"if the server where phpMyAdmin is installed does not have direct access to " +"the internet. The format is: \"hostname:portnumber\"." +msgstr "" + +#: libraries/config/messages.inc.php:962 +msgid "Proxy url" +msgstr "" + +#: libraries/config/messages.inc.php:964 +msgid "" +"The username for authenticating with the proxy. By default, no " +"authentication is performed. If a username is supplied, Basic Authentication " +"will be performed. No other types of authentication are currently supported." +msgstr "" + +#: libraries/config/messages.inc.php:969 +msgid "Proxy username" +msgstr "" + +#: libraries/config/messages.inc.php:970 +msgid "The password for authenticating with the proxy." +msgstr "" + +#: libraries/config/messages.inc.php:971 +msgid "Proxy password" +msgstr "" + +#: libraries/config/messages.inc.php:974 +msgid "Enable ZIP compression for import and export operations." +msgstr "" + +#: libraries/config/messages.inc.php:977 +msgid "ZIP" +msgstr "" + +#: libraries/config/messages.inc.php:979 +msgid "Enter your public key for your domain reCaptcha service." +msgstr "" + +#: libraries/config/messages.inc.php:981 +msgid "Public key for reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:983 +msgid "Enter your private key for your domain reCaptcha service." +msgstr "" + +#: libraries/config/messages.inc.php:985 +msgid "Private key for reCaptcha" +msgstr "" + +#: libraries/config/messages.inc.php:988 +msgid "Choose the default action when sending error reports." +msgstr "" + +#: libraries/config/messages.inc.php:990 +msgid "Send error reports" +msgstr "" + +#: libraries/config/messages.inc.php:993 +msgid "" +"Queries are executed by pressing Enter (instead of Ctrl+Enter). New lines " +"will be inserted with Shift+Enter." +msgstr "" + +#: libraries/config/messages.inc.php:996 +msgid "Enter executes queries in console" +msgstr "" + +#: libraries/config/messages.inc.php:999 +msgid "" +"Enable Zero Configuration mode which lets you setup phpMyAdmin configuration " +"storage tables automatically." +msgstr "" + +#: libraries/config/messages.inc.php:1002 +msgid "Enable Zero Configuration mode" +msgstr "" + +#: libraries/config/setup.forms.php:40 +msgid "Config authentication" +msgstr "" + +#: libraries/config/setup.forms.php:44 +msgid "HTTP authentication" +msgstr "" + +#: libraries/config/setup.forms.php:47 +msgid "Signon authentication" +msgstr "" + +#: libraries/config/setup.forms.php:272 +#: libraries/config/user_preferences.forms.php:175 +msgid "CSV using LOAD DATA" +msgstr "" + +#: libraries/config/setup.forms.php:281 libraries/config/setup.forms.php:379 +#: libraries/config/user_preferences.forms.php:183 +#: libraries/config/user_preferences.forms.php:280 +msgid "OpenDocument Spreadsheet" +msgstr "" + +#: libraries/config/setup.forms.php:288 +#: libraries/config/user_preferences.forms.php:190 +msgid "Quick" +msgstr "" + +#: libraries/config/setup.forms.php:292 +#: libraries/config/user_preferences.forms.php:194 +msgid "Custom" +msgstr "" + +#: libraries/config/setup.forms.php:351 +#: libraries/config/user_preferences.forms.php:252 +msgid "CSV for MS Excel" +msgstr "" + +#: libraries/config/setup.forms.php:374 +#: libraries/config/user_preferences.forms.php:275 +msgid "Microsoft Word 2000" +msgstr "" + +#: libraries/config/setup.forms.php:383 +#: libraries/config/user_preferences.forms.php:284 +msgid "OpenDocument Text" +msgstr "" + +#: libraries/controllers/database/DatabaseStructureController.php:268 +msgid "Favorite List is full!" +msgstr "" + +#: libraries/controllers/database/DatabaseStructureController.php:546 +#: tbl_operations.php:375 +#, php-format +msgid "Table %s has been emptied." +msgstr "" + +#: libraries/controllers/database/DatabaseStructureController.php:567 +#: tbl_operations.php:393 view_operations.php:136 +#, php-format +msgid "View %s has been dropped." +msgstr "" + +#: libraries/controllers/database/DatabaseStructureController.php:568 +#: tbl_operations.php:394 +#, php-format +msgid "Table %s has been dropped." +msgstr "" + +#: libraries/controllers/server/ServerBinlogController.php:152 +msgid "Log name" +msgstr "" + +#: libraries/controllers/server/ServerBinlogController.php:153 +msgid "Position" +msgstr "" + +#: libraries/controllers/server/ServerBinlogController.php:154 +#: libraries/rte/rte_events.lib.php:412 +msgid "Event type" +msgstr "" + +#: libraries/controllers/server/ServerBinlogController.php:155 +#: libraries/replication_gui.lib.php:619 +msgid "Server ID" +msgstr "" + +#: libraries/controllers/server/ServerBinlogController.php:156 +msgid "Original position" +msgstr "" + +#: libraries/controllers/server/ServerBinlogController.php:157 +#: templates/table/structure/display_table_stats.phtml:4 +msgid "Information" +msgstr "" + +#: libraries/controllers/server/ServerBinlogController.php:207 +#: libraries/server_status_processes.lib.php:178 +msgid "Truncate Shown Queries" +msgstr "" + +#: libraries/controllers/server/ServerBinlogController.php:211 +#: libraries/server_status_processes.lib.php:183 +msgid "Show Full Queries" +msgstr "" + +#: libraries/controllers/server/ServerDatabasesController.php:122 +msgid "No databases" +msgstr "" + +#: libraries/controllers/server/ServerDatabasesController.php:164 +#, php-format +msgid "Database %1$s has been created." +msgstr "" + +#: libraries/controllers/server/ServerDatabasesController.php:205 +#, php-format +msgid "%1$d database has been dropped successfully." +msgid_plural "%1$d databases have been dropped successfully." +msgstr[0] "" +msgstr[1] "" + +#: libraries/controllers/server/ServerDatabasesController.php:346 +#: libraries/import.lib.php:94 +#: templates/database/structure/table_header.phtml:36 +#: templates/table/structure/actions_in_table_structure.phtml:111 +#: templates/table/structure/display_partitions.phtml:30 +#: templates/table/structure/row_stats_table.phtml:42 +msgid "Rows" +msgstr "" + +#: libraries/controllers/server/ServerDatabasesController.php:361 +#: libraries/engines/Innodb.php:169 libraries/server_status.lib.php:192 +#: libraries/server_status.lib.php:304 +#: templates/server/databases/table_footer.phtml:7 +#: templates/table/structure/display_table_stats.phtml:43 +msgid "Total" +msgstr "" + +#: libraries/controllers/server/ServerDatabasesController.php:366 +#: templates/database/structure/table_header.phtml:74 +#: templates/table/structure/display_table_stats.phtml:30 +msgid "Overhead" +msgstr "" + +#: libraries/controllers/server/ServerDatabasesController.php:490 +#: templates/database/structure/structure_table_row.phtml:15 +msgid "Not replicated" +msgstr "" + +#: libraries/controllers/server/ServerDatabasesController.php:503 +#: templates/database/structure/structure_table_row.phtml:16 +msgid "Replicated" +msgstr "" + +#: libraries/controllers/server/ServerDatabasesController.php:573 +msgid "" +"Note: Enabling the database statistics here might cause heavy traffic " +"between the web server and the MySQL server." +msgstr "" + +#: libraries/controllers/server/ServerDatabasesController.php:582 +#: libraries/controllers/server/ServerDatabasesController.php:588 +msgid "Enable statistics" +msgstr "" + +#: libraries/controllers/server/ServerVariablesController.php:111 +#, php-format +msgid "Not enough privilege to view server variables and settings. %s" +msgstr "" + +#: libraries/controllers/server/ServerVariablesController.php:229 +msgid "Setting variable failed" +msgstr "" + +#: libraries/controllers/table/TableChartController.php:76 +#: libraries/controllers/table/TableGisVisualizationController.php:98 +msgid "No SQL query was set to fetch data." +msgstr "" + +#: libraries/controllers/table/TableChartController.php:151 +msgid "No numeric columns present in the table to plot." +msgstr "" + +#: libraries/controllers/table/TableChartController.php:211 +msgid "No data to display" +msgstr "" + +#: libraries/controllers/table/TableIndexesController.php:153 +#: libraries/controllers/table/TableStructureController.php:712 +#: libraries/controllers/table/TableStructureController.php:961 +#: tbl_addfield.php:91 +#, php-format +msgid "Table %1$s has been altered successfully." +msgstr "" + +#: libraries/controllers/table/TableRelationController.php:212 +msgid "Display column was successfully updated." +msgstr "" + +#: libraries/controllers/table/TableRelationController.php:282 +msgid "Internal relations were successfully updated." +msgstr "" + +#: libraries/controllers/table/TableSearchController.php:768 +msgid "Table search" +msgstr "" + +#: libraries/controllers/table/TableSearchController.php:775 +msgid "Zoom search" +msgstr "" + +#: libraries/controllers/table/TableSearchController.php:780 +#: templates/table/search/selection_form.phtml:60 +msgid "Find and replace" +msgstr "" + +#: libraries/controllers/table/TableStructureController.php:162 +#, php-format +msgid "The name '%s' is a MySQL reserved keyword." +msgid_plural "The names '%s' are MySQL reserved keywords." +msgstr[0] "" +msgstr[1] "" + +#: libraries/controllers/table/TableStructureController.php:250 +msgid "No column selected." +msgstr "" + +#: libraries/controllers/table/TableStructureController.php:465 +msgid "The columns have been moved successfully." +msgstr "" + +#: libraries/controllers/table/TableStructureController.php:723 +#: libraries/controllers/table/TableStructureController.php:1010 +#: libraries/tracking.lib.php:1114 +msgid "Query error" +msgstr "" + +#: libraries/controllers/table/TableStructureController.php:955 +#, php-format +msgid "" +"Table %1$s has been altered successfully. Privileges have been adjusted." +msgstr "" + +#: libraries/controllers/table/TableStructureController.php:1177 +#: templates/table/structure/check_all_table_column.phtml:18 +msgid "Change" +msgstr "" + +#: libraries/controllers/table/TableStructureController.php:1181 +#: libraries/controllers/table/TableStructureController.php:1186 +#: libraries/navigation/nodes/NodeIndex.php:30 libraries/tracking.lib.php:944 +#: templates/columns_definitions/column_indexes.phtml:16 +#: templates/columns_definitions/table_fields_definitions.phtml:57 +#: templates/table/structure/check_all_table_column.phtml:36 +#: templates/table/structure/display_structure.phtml:67 +#: templates/table/structure/display_table_stats.phtml:22 +msgid "Index" +msgstr "" + +#: libraries/controllers/table/TableStructureController.php:1183 +#: libraries/controllers/table/TableStructureController.php:1188 +#: templates/columns_definitions/column_indexes.phtml:26 +msgid "Spatial" +msgstr "" + +#: libraries/controllers/table/TableStructureController.php:1184 +#: libraries/controllers/table/TableStructureController.php:1189 +#: templates/columns_definitions/column_indexes.phtml:21 +#: templates/table/structure/check_all_table_column.phtml:45 +msgid "Fulltext" +msgstr "" + +#: libraries/controllers/table/TableStructureController.php:1192 +msgid "Distinct values" +msgstr "" + +#: libraries/core.lib.php:298 +#, php-format +msgid "The %s extension is missing. Please check your PHP configuration." +msgstr "" + +#: libraries/core.lib.php:828 libraries/mult_submits.inc.php:331 +#: tbl_operations.php:205 tbl_replace.php:313 templates/preview_sql.phtml:3 +msgid "No change" +msgstr "" + +#: libraries/database_interface.inc.php:36 +#, php-format +msgid "See %sour documentation%s for more information." +msgstr "" + +#: libraries/database_interface.inc.php:53 +msgid "" +"You are using the mysql extension which is deprecated in phpMyAdmin. Please " +"consider installing the mysqli extension." +msgstr "" + +#: libraries/db_designer.lib.php:119 +msgid "Could not load schema plugins, please check your installation!" +msgstr "" + +#: libraries/display_change_password.lib.php:57 +#: libraries/replication_gui.lib.php:861 +#: libraries/server_privileges.lib.php:1780 +msgid "No Password" +msgstr "" + +#: libraries/display_change_password.lib.php:65 +#: libraries/plugins/auth/AuthenticationCookie.php:175 +#: libraries/replication_gui.lib.php:423 libraries/replication_gui.lib.php:852 +#: libraries/server_privileges.lib.php:1767 +msgid "Password:" +msgstr "" + +#: libraries/display_change_password.lib.php:71 +#: libraries/replication_gui.lib.php:872 +#: libraries/server_privileges.lib.php:1796 +msgid "Re-type:" +msgstr "" + +#: libraries/display_change_password.lib.php:102 +#: libraries/display_change_password.lib.php:135 +msgid "Password Hashing:" +msgstr "" + +#: libraries/display_change_password.lib.php:115 +#: libraries/server_privileges.lib.php:1839 +msgid "" +"This method requires using an 'SSL connection' or an 'unencrypted " +"connection that encrypts the password using RSA'; while connecting to " +"the server." +msgstr "" + +#: libraries/display_export.lib.php:172 +msgid "Exporting databases from the current server" +msgstr "" + +#: libraries/display_export.lib.php:175 +#, php-format +msgid "Exporting tables from \"%s\" database" +msgstr "" + +#: libraries/display_export.lib.php:180 +#, php-format +msgid "Exporting rows from \"%s\" table" +msgstr "" + +#: libraries/display_export.lib.php:200 +msgid "Export templates:" +msgstr "" + +#: libraries/display_export.lib.php:205 +msgid "New template:" +msgstr "" + +#: libraries/display_export.lib.php:208 +msgid "Template name" +msgstr "" + +#: libraries/display_export.lib.php:210 +#: templates/server/databases/create.phtml:22 +msgid "Create" +msgstr "" + +#: libraries/display_export.lib.php:217 +msgid "Existing templates:" +msgstr "" + +#: libraries/display_export.lib.php:218 +msgid "Template:" +msgstr "" + +#: libraries/display_export.lib.php:223 +msgid "Update" +msgstr "" + +#: libraries/display_export.lib.php:245 +msgid "Select a template" +msgstr "" + +#: libraries/display_export.lib.php:294 +msgid "Export method:" +msgstr "" + +#: libraries/display_export.lib.php:304 +msgid "Quick - display only the minimal options" +msgstr "" + +#: libraries/display_export.lib.php:316 +msgid "Custom - display all possible options" +msgstr "" + +#: libraries/display_export.lib.php:338 +msgid "Databases:" +msgstr "" + +#: libraries/display_export.lib.php:340 libraries/navigation/Navigation.php:196 +msgid "Tables:" +msgstr "" + +#: libraries/display_export.lib.php:360 libraries/display_import.lib.php:364 +#: libraries/plugins/export/ExportCodegen.php:100 +msgid "Format:" +msgstr "" + +#: libraries/display_export.lib.php:376 libraries/display_import.lib.php:370 +msgid "Format-specific options:" +msgstr "" + +#: libraries/display_export.lib.php:379 +msgid "" +"Scroll down to fill in the options for the selected format and ignore the " +"options for other formats." +msgstr "" + +#: libraries/display_export.lib.php:389 libraries/display_import.lib.php:381 +msgid "Encoding Conversion:" +msgstr "" + +#: libraries/display_export.lib.php:425 +msgid "Rows:" +msgstr "" + +#: libraries/display_export.lib.php:433 +msgid "Dump some row(s)" +msgstr "" + +#: libraries/display_export.lib.php:449 +msgid "Row to begin at:" +msgstr "" + +#: libraries/display_export.lib.php:466 +msgid "Dump all rows" +msgstr "" + +#: libraries/display_export.lib.php:482 libraries/display_export.lib.php:771 +msgid "Output:" +msgstr "" + +#: libraries/display_export.lib.php:491 libraries/display_export.lib.php:526 +#, php-format +msgid "Save on server in the directory %s" +msgstr "" + +#: libraries/display_export.lib.php:556 +msgid "File name template:" +msgstr "" + +#: libraries/display_export.lib.php:558 +msgid "@SERVER@ will become the server name" +msgstr "" + +#: libraries/display_export.lib.php:560 +msgid ", @DATABASE@ will become the database name" +msgstr "" + +#: libraries/display_export.lib.php:562 +msgid ", @TABLE@ will become the table name" +msgstr "" + +#: libraries/display_export.lib.php:568 +#, php-format +msgid "" +"This value is interpreted using %1$sstrftime%2$s, so you can use time " +"formatting strings. Additionally the following transformations will happen: " +"%3$s. Other text will be kept as is. See the %4$sFAQ%5$s for details." +msgstr "" + +#: libraries/display_export.lib.php:623 +msgid "use this for future exports" +msgstr "" + +#: libraries/display_export.lib.php:638 libraries/display_import.lib.php:181 +#: libraries/display_import.lib.php:195 +msgid "Character set of the file:" +msgstr "" + +#: libraries/display_export.lib.php:688 +msgid "Compression:" +msgstr "" + +#: libraries/display_export.lib.php:696 +msgid "zipped" +msgstr "" + +#: libraries/display_export.lib.php:703 +msgid "gzipped" +msgstr "" + +#: libraries/display_export.lib.php:730 +msgid "View output as text" +msgstr "" + +#: libraries/display_export.lib.php:750 +msgid "Export databases as separate files" +msgstr "" + +#: libraries/display_export.lib.php:752 +msgid "Export tables as separate files" +msgstr "" + +#: libraries/display_export.lib.php:782 libraries/display_export.lib.php:908 +msgid "Rename exported databases/tables/columns" +msgstr "" + +#: libraries/display_export.lib.php:807 +msgid "Save output to a file" +msgstr "" + +#: libraries/display_export.lib.php:840 +msgid "Skip tables larger than" +msgstr "" + +#: libraries/display_export.lib.php:935 +msgid "Select database" +msgstr "" + +#: libraries/display_export.lib.php:937 +msgid "Select table" +msgstr "" + +#: libraries/display_export.lib.php:953 +msgid "New database name" +msgstr "" + +#: libraries/display_export.lib.php:977 +msgid "New table name" +msgstr "" + +#: libraries/display_export.lib.php:987 +msgid "Old column name" +msgstr "" + +#: libraries/display_export.lib.php:988 +msgid "New column name" +msgstr "" + +#: libraries/display_export.lib.php:1065 +msgid "Could not load export plugins, please check your installation!" +msgstr "" + +#: libraries/display_git_revision.lib.php:53 +#, php-format +msgid "%1$s from %2$s branch" +msgstr "" + +#: libraries/display_git_revision.lib.php:55 +msgid "no branch" +msgstr "" + +#: libraries/display_git_revision.lib.php:61 +msgid "Git revision:" +msgstr "" + +#: libraries/display_git_revision.lib.php:64 +#, php-format +msgid "committed on %1$s by %2$s" +msgstr "" + +#: libraries/display_git_revision.lib.php:74 +#, php-format +msgid "authored on %1$s by %2$s" +msgstr "" + +#: libraries/display_import.lib.php:73 +msgid "" +"Please be patient, the file is being uploaded. Details about the upload are " +"not available." +msgstr "" + +#: libraries/display_import.lib.php:110 +msgid "Importing into the current server" +msgstr "" + +#: libraries/display_import.lib.php:113 +#, php-format +msgid "Importing into the database \"%s\"" +msgstr "" + +#: libraries/display_import.lib.php:119 +#, php-format +msgid "Importing into the table \"%s\"" +msgstr "" + +#: libraries/display_import.lib.php:155 +#, php-format +msgid "File may be compressed (%s) or uncompressed." +msgstr "" + +#: libraries/display_import.lib.php:161 +msgid "" +"A compressed file's name must end in .[format].[compression]. " +"Example: .sql.zip" +msgstr "" + +#: libraries/display_import.lib.php:224 +msgid "File to import:" +msgstr "" + +#: libraries/display_import.lib.php:234 libraries/display_import.lib.php:254 +msgid "You may also drag and drop a file on any page." +msgstr "" + +#: libraries/display_import.lib.php:257 +msgid "File uploads are not allowed on this server." +msgstr "" + +#: libraries/display_import.lib.php:284 +msgid "Partial import:" +msgstr "" + +#: libraries/display_import.lib.php:291 +#, php-format +msgid "" +"Previous import timed out, after resubmitting will continue from position %d." +msgstr "" + +#: libraries/display_import.lib.php:305 +msgid "" +"Allow the interruption of an import in case the script detects it is close " +"to the PHP timeout limit. (This might be a good way to import large " +"files, however it can break transactions.)" +msgstr "" + +#: libraries/display_import.lib.php:315 +msgid "Skip this number of queries (for SQL) starting from the first one:" +msgstr "" + +#: libraries/display_import.lib.php:345 +msgid "Other options:" +msgstr "" + +#: libraries/display_import.lib.php:483 +msgid "" +"The file being uploaded is probably larger than the maximum allowed size or " +"this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) " +"browsers." +msgstr "" + +#: libraries/display_import.lib.php:489 +#, php-format +msgid "%s of %s" +msgstr "" + +#: libraries/display_import.lib.php:490 +msgid "Uploading your import file…" +msgstr "" + +#: libraries/display_import.lib.php:491 +#, php-format +msgid "%s/sec." +msgstr "" + +#: libraries/display_import.lib.php:492 +msgid "About %MIN min. %SEC sec. remaining." +msgstr "" + +#: libraries/display_import.lib.php:493 +msgid "About %SEC sec. remaining." +msgstr "" + +#: libraries/display_import.lib.php:495 +msgid "The file is being processed, please be patient." +msgstr "" + +#: libraries/display_select_lang.lib.php:40 +#: libraries/display_select_lang.lib.php:41 setup/frames/index.inc.php:100 +msgid "Language" +msgstr "" + +#: libraries/engines/Bdb.php:28 +msgid "Version information" +msgstr "" + +#: libraries/engines/Innodb.php:29 +msgid "Data home directory" +msgstr "" + +#: libraries/engines/Innodb.php:31 +msgid "The common part of the directory path for all InnoDB data files." +msgstr "" + +#: libraries/engines/Innodb.php:36 +msgid "Data files" +msgstr "" + +#: libraries/engines/Innodb.php:39 +msgid "Autoextend increment" +msgstr "" + +#: libraries/engines/Innodb.php:41 +msgid "" +"The increment size for extending the size of an autoextending tablespace " +"when it becomes full." +msgstr "" + +#: libraries/engines/Innodb.php:47 +msgid "Buffer pool size" +msgstr "" + +#: libraries/engines/Innodb.php:49 +msgid "" +"The size of the memory buffer InnoDB uses to cache data and indexes of its " +"tables." +msgstr "" + +#: libraries/engines/Innodb.php:139 +msgid "Buffer Pool" +msgstr "" + +#: libraries/engines/Innodb.php:164 +msgid "Buffer Pool Usage" +msgstr "" + +#: libraries/engines/Innodb.php:175 +msgid "pages" +msgstr "" + +#: libraries/engines/Innodb.php:189 +msgid "Free pages" +msgstr "" + +#: libraries/engines/Innodb.php:198 +msgid "Dirty pages" +msgstr "" + +#: libraries/engines/Innodb.php:207 +msgid "Pages containing data" +msgstr "" + +#: libraries/engines/Innodb.php:216 +msgid "Pages to be flushed" +msgstr "" + +#: libraries/engines/Innodb.php:225 +msgid "Busy pages" +msgstr "" + +#: libraries/engines/Innodb.php:237 +msgid "Latched pages" +msgstr "" + +#: libraries/engines/Innodb.php:251 +msgid "Buffer Pool Activity" +msgstr "" + +#: libraries/engines/Innodb.php:255 +msgid "Read requests" +msgstr "" + +#: libraries/engines/Innodb.php:264 +msgid "Write requests" +msgstr "" + +#: libraries/engines/Innodb.php:273 +msgid "Read misses" +msgstr "" + +#: libraries/engines/Innodb.php:282 +msgid "Write waits" +msgstr "" + +#: libraries/engines/Innodb.php:291 +msgid "Read misses in %" +msgstr "" + +#: libraries/engines/Innodb.php:306 +msgid "Write waits in %" +msgstr "" + +#: libraries/engines/Myisam.php:28 +msgid "Data pointer size" +msgstr "" + +#: libraries/engines/Myisam.php:30 +msgid "" +"The default pointer size in bytes, to be used by CREATE TABLE for MyISAM " +"tables when no MAX_ROWS option is specified." +msgstr "" + +#: libraries/engines/Myisam.php:36 +msgid "Automatic recovery mode" +msgstr "" + +#: libraries/engines/Myisam.php:38 +msgid "" +"The mode for automatic recovery of crashed MyISAM tables, as set via the --" +"myisam-recover server startup option." +msgstr "" + +#: libraries/engines/Myisam.php:43 +msgid "Maximum size for temporary sort files" +msgstr "" + +#: libraries/engines/Myisam.php:45 +msgid "" +"The maximum size of the temporary file MySQL is allowed to use while re-" +"creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA " +"INFILE)." +msgstr "" + +#: libraries/engines/Myisam.php:52 +msgid "Maximum size for temporary files on index creation" +msgstr "" + +#: libraries/engines/Myisam.php:54 +msgid "" +"If the temporary file used for fast MyISAM index creation would be larger " +"than using the key cache by the amount specified here, prefer the key cache " +"method." +msgstr "" + +#: libraries/engines/Myisam.php:61 +msgid "Repair threads" +msgstr "" + +#: libraries/engines/Myisam.php:63 +msgid "" +"If this value is greater than 1, MyISAM table indexes are created in " +"parallel (each index in its own thread) during the repair by sorting process." +msgstr "" + +#: libraries/engines/Myisam.php:70 +msgid "Sort buffer size" +msgstr "" + +#: libraries/engines/Myisam.php:72 +msgid "" +"The buffer that is allocated when sorting MyISAM indexes during a REPAIR " +"TABLE or when creating indexes with CREATE INDEX or ALTER TABLE." +msgstr "" + +#: libraries/engines/Pbxt.php:29 +msgid "Index cache size" +msgstr "" + +#: libraries/engines/Pbxt.php:31 +msgid "" +"This is the amount of memory allocated to the index cache. Default value is " +"32MB. The memory allocated here is used only for caching index pages." +msgstr "" + +#: libraries/engines/Pbxt.php:38 +msgid "Record cache size" +msgstr "" + +#: libraries/engines/Pbxt.php:40 +msgid "" +"This is the amount of memory allocated to the record cache used to cache " +"table data. The default value is 32MB. This memory is used to cache changes " +"to the handle data (.xtd) and row pointer (.xtr) files." +msgstr "" + +#: libraries/engines/Pbxt.php:48 +msgid "Log cache size" +msgstr "" + +#: libraries/engines/Pbxt.php:50 +msgid "" +"The amount of memory allocated to the transaction log cache used to cache on " +"transaction log data. The default is 16MB." +msgstr "" + +#: libraries/engines/Pbxt.php:57 +msgid "Log file threshold" +msgstr "" + +#: libraries/engines/Pbxt.php:59 +msgid "" +"The size of a transaction log before rollover, and a new log is created. The " +"default value is 16MB." +msgstr "" + +#: libraries/engines/Pbxt.php:65 +msgid "Transaction buffer size" +msgstr "" + +#: libraries/engines/Pbxt.php:67 +msgid "" +"The size of the global transaction log buffer (the engine allocates 2 " +"buffers of this size). The default is 1MB." +msgstr "" + +#: libraries/engines/Pbxt.php:74 +msgid "Checkpoint frequency" +msgstr "" + +#: libraries/engines/Pbxt.php:76 +msgid "" +"The amount of data written to the transaction log before a checkpoint is " +"performed. The default value is 24MB." +msgstr "" + +#: libraries/engines/Pbxt.php:83 +msgid "Data log threshold" +msgstr "" + +#: libraries/engines/Pbxt.php:85 +msgid "" +"The maximum size of a data log file. The default value is 64MB. PBXT can " +"create a maximum of 32000 data logs, which are used by all tables. So the " +"value of this variable can be increased to increase the total amount of data " +"that can be stored in the database." +msgstr "" + +#: libraries/engines/Pbxt.php:94 +msgid "Garbage threshold" +msgstr "" + +#: libraries/engines/Pbxt.php:96 +msgid "" +"The percentage of garbage in a data log file before it is compacted. This is " +"a value between 1 and 99. The default is 50." +msgstr "" + +#: libraries/engines/Pbxt.php:103 +msgid "Log buffer size" +msgstr "" + +#: libraries/engines/Pbxt.php:105 +msgid "" +"The size of the buffer used when writing a data log. The default is 256MB. " +"The engine allocates one buffer per thread, but only if the thread is " +"required to write a data log." +msgstr "" + +#: libraries/engines/Pbxt.php:113 +msgid "Data file grow size" +msgstr "" + +#: libraries/engines/Pbxt.php:114 +msgid "The grow size of the handle data (.xtd) files." +msgstr "" + +#: libraries/engines/Pbxt.php:118 +msgid "Row file grow size" +msgstr "" + +#: libraries/engines/Pbxt.php:119 +msgid "The grow size of the row pointer (.xtr) files." +msgstr "" + +#: libraries/engines/Pbxt.php:123 +msgid "Log file count" +msgstr "" + +#: libraries/engines/Pbxt.php:125 +msgid "" +"This is the number of transaction log files (pbxt/system/xlog*.xt) the " +"system will maintain. If the number of logs exceeds this value then old logs " +"will be deleted, otherwise they are renamed and given the next highest " +"number." +msgstr "" + +#: libraries/engines/Pbxt.php:181 +#, php-format +msgid "" +"Documentation and further information about PBXT can be found on the " +"%sPrimeBase XT Home Page%s." +msgstr "" + +#: libraries/export.lib.php:124 libraries/export.lib.php:159 +#: libraries/export.lib.php:383 +#, php-format +msgid "Insufficient space to save the file %s." +msgstr "" + +#: libraries/export.lib.php:339 +#, php-format +msgid "" +"File %s already exists on server, change filename or check overwrite option." +msgstr "" + +#: libraries/export.lib.php:347 libraries/export.lib.php:355 +#, php-format +msgid "The web server does not have permission to save the file %s." +msgstr "" + +#: libraries/export.lib.php:389 +#, php-format +msgid "Dump has been saved to file %s." +msgstr "" + +#: libraries/import.lib.php:102 libraries/insert_edit.lib.php:124 +#: libraries/rte/rte_routines.lib.php:1444 libraries/sql.lib.php:1368 +#: tbl_get_field.php:45 +msgid "MySQL returned an empty result set (i.e. zero rows)." +msgstr "" + +#: libraries/import.lib.php:273 libraries/sql.lib.php:1382 +msgid "[ROLLBACK occurred.]" +msgstr "" + +#: libraries/import.lib.php:1219 +msgid "" +"The following structures have either been created or altered. Here you can:" +msgstr "" + +#: libraries/import.lib.php:1222 +msgid "View a structure's contents by clicking on its name." +msgstr "" + +#: libraries/import.lib.php:1225 +msgid "" +"Change any of its settings by clicking the corresponding \"Options\" link." +msgstr "" + +#: libraries/import.lib.php:1227 +msgid "Edit structure by following the \"Structure\" link." +msgstr "" + +#: libraries/import.lib.php:1234 +#, php-format +msgid "Go to database: %s" +msgstr "" + +#: libraries/import.lib.php:1240 libraries/import.lib.php:1284 +#, php-format +msgid "Edit settings for %s" +msgstr "" + +#: libraries/import.lib.php:1269 +#, php-format +msgid "Go to table: %s" +msgstr "" + +#: libraries/import.lib.php:1277 +#, php-format +msgid "Structure of %s" +msgstr "" + +#: libraries/import.lib.php:1295 +#, php-format +msgid "Go to view: %s" +msgstr "" + +#: libraries/import.lib.php:1355 +msgid "Only single-table UPDATE and DELETE queries can be simulated." +msgstr "" + +#: libraries/import.lib.php:1578 +msgid "" +"Only INSERT, UPDATE, DELETE and REPLACE SQL queries containing transactional " +"engine tables can be rolled back." +msgstr "" + +#: libraries/index.lib.php:28 +#, php-format +msgid "Create an index on  %s columns" +msgstr "" + +#: libraries/insert_edit.lib.php:233 +#: libraries/navigation/nodes/NodeDatabaseChild.php:49 +#: templates/database/designer/table_list.phtml:40 +msgid "Hide" +msgstr "" + +#: libraries/insert_edit.lib.php:249 +#: libraries/navigation/nodes/NodeFunction.php:30 +#: libraries/rte/rte_routines.lib.php:1586 +#: templates/table/search/table_header.phtml:4 +msgid "Function" +msgstr "" + +#: libraries/insert_edit.lib.php:601 +msgid "Because of its length,
this column might not be editable." +msgstr "" + +#: libraries/insert_edit.lib.php:1053 +msgid "Binary - do not edit" +msgstr "" + +#: libraries/insert_edit.lib.php:1181 libraries/server_privileges.lib.php:471 +#: templates/table/search/options.phtml:36 +msgid "Or" +msgstr "" + +#: libraries/insert_edit.lib.php:1182 +msgid "web server upload directory:" +msgstr "" + +#: libraries/insert_edit.lib.php:1360 templates/table/search/input_box.phtml:46 +msgid "Edit/Insert" +msgstr "" + +#: libraries/insert_edit.lib.php:1410 +#, php-format +msgid "Continue insertion with %s rows" +msgstr "" + +#: libraries/insert_edit.lib.php:1440 +msgid "and then" +msgstr "" + +#: libraries/insert_edit.lib.php:1473 +msgid "Insert as new row" +msgstr "" + +#: libraries/insert_edit.lib.php:1476 +msgid "Insert as new row and ignore errors" +msgstr "" + +#: libraries/insert_edit.lib.php:1479 +msgid "Show insert query" +msgstr "" + +#: libraries/insert_edit.lib.php:1499 +msgid "Go back to previous page" +msgstr "" + +#: libraries/insert_edit.lib.php:1502 +msgid "Insert another new row" +msgstr "" + +#: libraries/insert_edit.lib.php:1507 +msgid "Go back to this page" +msgstr "" + +#: libraries/insert_edit.lib.php:1530 +msgid "Edit next row" +msgstr "" + +#: libraries/insert_edit.lib.php:1552 +msgid "" +"Use TAB key to move from value to value, or CTRL+arrows to move anywhere." +msgstr "" + +#: libraries/insert_edit.lib.php:1589 libraries/replication_gui.lib.php:543 +#: libraries/rte/rte_routines.lib.php:1588 +#: libraries/server_status_variables.lib.php:218 +#: templates/database/designer/having_query_panel.phtml:100 +#: templates/database/designer/options_panel.phtml:73 +#: templates/database/designer/options_panel.phtml:239 +#: templates/database/designer/where_query_panel.phtml:69 +#: templates/table/search/table_header.phtml:10 +#: templates/table/search/zoom_result_form.phtml:35 +msgid "Value" +msgstr "" + +#: libraries/insert_edit.lib.php:1953 libraries/sql.lib.php:1365 +msgid "Showing SQL query" +msgstr "" + +#: libraries/insert_edit.lib.php:1978 libraries/sql.lib.php:1343 +#, php-format +msgid "Inserted row id: %1$d" +msgstr "" + +#: libraries/mult_submits.inc.php:328 +msgid "Success!" +msgstr "" + +#: libraries/mult_submits.lib.php:342 libraries/operations.lib.php:171 +#: libraries/operations.lib.php:1263 libraries/tracking.lib.php:536 +msgid "Structure only" +msgstr "" + +#: libraries/mult_submits.lib.php:344 libraries/operations.lib.php:172 +#: libraries/operations.lib.php:1264 libraries/tracking.lib.php:542 +msgid "Structure and data" +msgstr "" + +#: libraries/mult_submits.lib.php:346 libraries/operations.lib.php:173 +#: libraries/operations.lib.php:1265 libraries/tracking.lib.php:539 +msgid "Data only" +msgstr "" + +#: libraries/mult_submits.lib.php:350 +msgid "Add AUTO INCREMENT value" +msgstr "" + +#: libraries/mult_submits.lib.php:352 libraries/operations.lib.php:227 +#: libraries/operations.lib.php:1288 +msgid "Add constraints" +msgstr "" + +#: libraries/mult_submits.lib.php:354 libraries/operations.lib.php:102 +#: libraries/operations.lib.php:245 libraries/operations.lib.php:863 +#: libraries/operations.lib.php:954 libraries/operations.lib.php:1307 +#: libraries/rte/rte_routines.lib.php:1000 +#: templates/columns_definitions/table_fields_definitions.phtml:47 +msgid "Adjust privileges" +msgstr "" + +#: libraries/mult_submits.lib.php:376 +msgid "From" +msgstr "" + +#: libraries/mult_submits.lib.php:382 +msgid "To" +msgstr "" + +#: libraries/mult_submits.lib.php:410 +msgid "Add prefix" +msgstr "" + +#: libraries/mult_submits.lib.php:443 +msgid "Do you really want to execute the following query?" +msgstr "" + +#: libraries/navigation/Navigation.php:54 +msgid "An error has occurred while loading the navigation display" +msgstr "" + +#: libraries/navigation/Navigation.php:192 +msgid "Groups:" +msgstr "" + +#: libraries/navigation/Navigation.php:193 +msgid "Events:" +msgstr "" + +#: libraries/navigation/Navigation.php:194 +msgid "Functions:" +msgstr "" + +#: libraries/navigation/Navigation.php:195 +msgid "Procedures:" +msgstr "" + +#: libraries/navigation/Navigation.php:197 +msgid "Views:" +msgstr "" + +#: libraries/navigation/Navigation.php:219 libraries/tracking.lib.php:288 +#: libraries/tracking.lib.php:1633 tbl_change.php:156 +msgid "Show" +msgstr "" + +#: libraries/navigation/NavigationHeader.php:163 +msgid "Home" +msgstr "" + +#: libraries/navigation/NavigationHeader.php:171 +msgid "Log out" +msgstr "" + +#: libraries/navigation/NavigationHeader.php:173 +msgid "Empty session data" +msgstr "" + +#: libraries/navigation/NavigationHeader.php:189 +msgid "phpMyAdmin documentation" +msgstr "" + +#: libraries/navigation/NavigationHeader.php:209 +msgid "Navigation panel settings" +msgstr "" + +#: libraries/navigation/NavigationHeader.php:220 +msgid "Reload navigation panel" +msgstr "" + +#: libraries/navigation/NavigationTree.php:749 +msgid "" +"There are large item groups in navigation panel which may affect the " +"performance. Consider disabling item grouping in the navigation panel." +msgstr "" + +#: libraries/navigation/NavigationTree.php:943 +#, php-format +msgid "%s result found" +msgid_plural "%s results found" +msgstr[0] "" +msgstr[1] "" + +#: libraries/navigation/NavigationTree.php:1365 +#: libraries/navigation/NavigationTree.php:1402 +msgid "Type to filter these, Enter to search all" +msgstr "" + +#: libraries/navigation/NavigationTree.php:1367 +#: libraries/navigation/NavigationTree.php:1403 +msgid "Clear fast filter" +msgstr "" + +#: libraries/navigation/NavigationTree.php:1429 +msgid "Collapse all" +msgstr "" + +#. l10n: The word "Node" must not be translated here +#: libraries/navigation/NodeFactory.php:34 +#, php-format +msgid "Invalid class name \"%1$s\", using default of \"Node\"" +msgstr "" + +#: libraries/navigation/NodeFactory.php:61 +#, php-format +msgid "Could not load class \"%1$s\"" +msgstr "" + +#: libraries/navigation/nodes/Node.php:799 +msgid "Expand/Collapse" +msgstr "" + +#: libraries/navigation/nodes/NodeColumnContainer.php:26 +#: libraries/navigation/nodes/NodeColumnContainer.php:27 +#: libraries/sql_query_form.lib.php:268 +msgid "Columns" +msgstr "" + +#: libraries/navigation/nodes/NodeColumnContainer.php:38 +msgctxt "Create new column" +msgid "New" +msgstr "" + +#: libraries/navigation/nodes/NodeDatabase.php:40 +msgid "Database operations" +msgstr "" + +#: libraries/navigation/nodes/NodeDatabase.php:698 +msgid "Show hidden items" +msgstr "" + +#: libraries/navigation/nodes/NodeDatabaseContainer.php:36 +msgctxt "Create new database" +msgid "New" +msgstr "" + +#: libraries/navigation/nodes/NodeEventContainer.php:37 +msgctxt "Create new event" +msgid "New" +msgstr "" + +#: libraries/navigation/nodes/NodeFunctionContainer.php:25 +#: libraries/navigation/nodes/NodeFunctionContainer.php:28 +#: libraries/plugins/export/ExportSql.php:570 +#: libraries/plugins/export/ExportXml.php:108 +msgid "Functions" +msgstr "" + +#: libraries/navigation/nodes/NodeFunctionContainer.php:40 +msgctxt "Create new function" +msgid "New" +msgstr "" + +#: libraries/navigation/nodes/NodeIndexContainer.php:37 +msgctxt "Create new index" +msgid "New" +msgstr "" + +#: libraries/navigation/nodes/NodeProcedure.php:32 +msgid "Procedure" +msgstr "" + +#: libraries/navigation/nodes/NodeProcedureContainer.php:25 +#: libraries/navigation/nodes/NodeProcedureContainer.php:28 +#: libraries/plugins/export/ExportSql.php:559 +#: libraries/plugins/export/ExportXml.php:113 +msgid "Procedures" +msgstr "" + +#: libraries/navigation/nodes/NodeProcedureContainer.php:40 +#: libraries/rte/rte_footer.lib.php:29 +msgctxt "Create new procedure" +msgid "New" +msgstr "" + +#: libraries/navigation/nodes/NodeTableContainer.php:38 +msgctxt "Create new table" +msgid "New" +msgstr "" + +#: libraries/navigation/nodes/NodeTriggerContainer.php:39 +msgctxt "Create new trigger" +msgid "New" +msgstr "" + +#: libraries/navigation/nodes/NodeViewContainer.php:25 +#: libraries/navigation/nodes/NodeViewContainer.php:26 +#: libraries/plugins/export/ExportXml.php:128 +#: templates/database/structure/show_create.phtml:29 +msgid "Views" +msgstr "" + +#: libraries/navigation/nodes/NodeViewContainer.php:38 +msgctxt "Create new view" +msgid "New" +msgstr "" + +#: libraries/normalization.lib.php:129 +msgid "Make all columns atomic" +msgstr "" + +#: libraries/normalization.lib.php:131 libraries/normalization.lib.php:808 +msgid "First step of normalization (1NF)" +msgstr "" + +#: libraries/normalization.lib.php:134 libraries/normalization.lib.php:185 +#: libraries/normalization.lib.php:233 libraries/normalization.lib.php:271 +msgid "Step 1." +msgstr "" + +#: libraries/normalization.lib.php:136 +msgid "" +"Do you have any column which can be split into more than one column? For " +"example: address can be split into street, city, country and zip." +msgstr "" + +#: libraries/normalization.lib.php:143 +msgid "Show me the central list of columns that are not already in this table" +msgstr "" + +#: libraries/normalization.lib.php:146 +msgid "" +"Select a column which can be split into more than one (on select of 'no such " +"column', it'll move to next step)." +msgstr "" + +#: libraries/normalization.lib.php:153 normalization.php:18 +msgid "Select one…" +msgstr "" + +#: libraries/normalization.lib.php:154 normalization.php:19 +msgid "No such column" +msgstr "" + +#: libraries/normalization.lib.php:161 +msgid "split into " +msgstr "" + +#: libraries/normalization.lib.php:182 +msgid "Have a primary key" +msgstr "" + +#: libraries/normalization.lib.php:188 +msgid "Primary key already exists." +msgstr "" + +#: libraries/normalization.lib.php:193 +msgid "" +"There is no primary key; please add one.
Hint: A primary key is a column " +"(or combination of columns) that uniquely identify all rows." +msgstr "" + +#: libraries/normalization.lib.php:200 +msgid "Add a primary key on existing column(s)" +msgstr "" + +#: libraries/normalization.lib.php:205 +msgid "" +"If it's not possible to make existing column combinations as primary key" +msgstr "" + +#: libraries/normalization.lib.php:209 +msgid "+ Add a new primary key column" +msgstr "" + +#: libraries/normalization.lib.php:232 +msgid "Remove redundant columns" +msgstr "" + +#: libraries/normalization.lib.php:235 +msgid "" +"Do you have a group of columns which on combining gives an existing column? " +"For example, if you have first_name, last_name and full_name then combining " +"first_name and last_name gives full_name which is redundant." +msgstr "" + +#: libraries/normalization.lib.php:241 +msgid "" +"Check the columns which are redundant and click on remove. If no redundant " +"column, click on 'No redundant column'" +msgstr "" + +#: libraries/normalization.lib.php:246 +msgid "Remove selected" +msgstr "" + +#: libraries/normalization.lib.php:247 +msgid "No redundant column" +msgstr "" + +#: libraries/normalization.lib.php:270 +msgid "Move repeating groups" +msgstr "" + +#: libraries/normalization.lib.php:273 +msgid "" +"Do you have a group of two or more columns that are closely related and are " +"all repeating the same attribute? For example, a table that holds data on " +"books might have columns such as book_id, author1, author2, author3 and so " +"on which form a repeating group. In this case a new table (book_id, author) " +"should be created." +msgstr "" + +#: libraries/normalization.lib.php:281 +msgid "" +"Check the columns which form a repeating group. If no such group, click on " +"'No repeating group'" +msgstr "" + +#: libraries/normalization.lib.php:287 +msgid "No repeating group" +msgstr "" + +#: libraries/normalization.lib.php:316 +msgid "Step 2." +msgstr "" + +#: libraries/normalization.lib.php:316 +msgid "Find partial dependencies" +msgstr "" + +#: libraries/normalization.lib.php:338 +#, php-format +msgid "" +"No partial dependencies possible as no non-primary column exists since " +"primary key ( %1$s ) is composed of all the columns in the table." +msgstr "" + +#: libraries/normalization.lib.php:343 libraries/normalization.lib.php:385 +msgid "Table is already in second normal form." +msgstr "" + +#: libraries/normalization.lib.php:348 +#, php-format +msgid "" +"The primary key ( %1$s ) consists of more than one column so we need to find " +"the partial dependencies." +msgstr "" + +#: libraries/normalization.lib.php:352 libraries/normalization.lib.php:724 +msgid "" +"Please answer the following question(s) carefully to obtain a correct " +"normalization." +msgstr "" + +#: libraries/normalization.lib.php:356 +msgid "+ Show me the possible partial dependencies based on data in the table" +msgstr "" + +#: libraries/normalization.lib.php:360 +msgid "" +"For each column below, please select the minimal set of columns among " +"given set whose values combined together are sufficient to determine the " +"value of the column." +msgstr "" + +#: libraries/normalization.lib.php:370 libraries/normalization.lib.php:762 +#, php-format +msgid "'%1$s' depends on:" +msgstr "" + +#: libraries/normalization.lib.php:381 +#, php-format +msgid "" +"No partial dependencies possible as the primary key ( %1$s ) has just one " +"column." +msgstr "" + +#: libraries/normalization.lib.php:409 +#, php-format +msgid "" +"In order to put the original table '%1$s' into Second normal form we need to " +"create the following tables:" +msgstr "" + +#: libraries/normalization.lib.php:445 +#, php-format +msgid "The second step of normalization is complete for table '%1$s'." +msgstr "" + +#: libraries/normalization.lib.php:485 libraries/normalization.lib.php:630 +#: libraries/normalization.lib.php:695 +msgid "Error in processing!" +msgstr "" + +#: libraries/normalization.lib.php:531 +#, php-format +msgid "" +"In order to put the original table '%1$s' into Third normal form we need to " +"create the following tables:" +msgstr "" + +#: libraries/normalization.lib.php:578 +msgid "The third step of normalization is complete." +msgstr "" + +#: libraries/normalization.lib.php:674 +#, php-format +msgid "Selected repeating group has been moved to the table '%s'" +msgstr "" + +#: libraries/normalization.lib.php:721 +msgid "Step 3." +msgstr "" + +#: libraries/normalization.lib.php:721 +msgid "Find transitive dependencies" +msgstr "" + +#: libraries/normalization.lib.php:728 +msgid "" +"For each column below, please select the minimal set of columns among " +"given set whose values combined together are sufficient to determine the " +"value of the column.
Note: A column may have no transitive dependency, " +"in that case you don't have to select any." +msgstr "" + +#: libraries/normalization.lib.php:775 +msgid "" +"No Transitive dependencies possible as the table doesn't have any non " +"primary key columns" +msgstr "" + +#: libraries/normalization.lib.php:779 +msgid "Table is already in Third normal form!" +msgstr "" + +#: libraries/normalization.lib.php:804 +msgid "Improve table structure (Normalization):" +msgstr "" + +#: libraries/normalization.lib.php:805 +msgid "Select up to what step you want to normalize" +msgstr "" + +#: libraries/normalization.lib.php:809 +msgid "Second step of normalization (1NF+2NF)" +msgstr "" + +#: libraries/normalization.lib.php:810 +msgid "Third step of normalization (1NF+2NF+3NF)" +msgstr "" + +#: libraries/normalization.lib.php:817 +msgid "" +"Hint: Please follow the procedure carefully in order to obtain correct " +"normalization" +msgstr "" + +#: libraries/normalization.lib.php:878 +msgid "" +"This list is based on a subset of the table's data and is not necessarily " +"accurate. " +msgstr "" + +#: libraries/normalization.lib.php:894 +msgid "No partial dependencies found!" +msgstr "" + +#: libraries/operations.lib.php:79 +msgid "Rename database to" +msgstr "" + +#: libraries/operations.lib.php:95 libraries/operations.lib.php:239 +#: libraries/operations.lib.php:857 libraries/operations.lib.php:948 +#: libraries/operations.lib.php:1301 +#: templates/columns_definitions/column_adjust_privileges.phtml:16 +msgid "" +"You don't have sufficient privileges to perform this operation; Please refer " +"to the documentation for more details" +msgstr "" + +#: libraries/operations.lib.php:133 +#, php-format +msgid "Database %s has been dropped." +msgstr "" + +#: libraries/operations.lib.php:145 +msgid "Remove database" +msgstr "" + +#: libraries/operations.lib.php:151 +msgid "Drop the database (DROP)" +msgstr "" + +#: libraries/operations.lib.php:201 +msgid "Copy database to" +msgstr "" + +#: libraries/operations.lib.php:214 +msgid "CREATE DATABASE before copying" +msgstr "" + +#: libraries/operations.lib.php:255 +msgid "Switch to copied database" +msgstr "" + +#: libraries/operations.lib.php:778 +msgid "Alter table order by" +msgstr "" + +#: libraries/operations.lib.php:786 +msgid "(singly)" +msgstr "" + +#: libraries/operations.lib.php:822 +msgid "Move table to (database.table)" +msgstr "" + +#: libraries/operations.lib.php:931 +msgid "Rename table to" +msgstr "" + +#: libraries/operations.lib.php:971 +msgid "Table comments" +msgstr "" + +#: libraries/operations.lib.php:1044 +msgid "Table options" +msgstr "" + +#: libraries/operations.lib.php:1051 templates/server/engines/engines.phtml:4 +msgid "Storage Engine" +msgstr "" + +#: libraries/operations.lib.php:1075 +msgid "Change all column collations" +msgstr "" + +#: libraries/operations.lib.php:1246 +msgid "Copy table to (database.table)" +msgstr "" + +#: libraries/operations.lib.php:1322 +msgid "Switch to copied table" +msgstr "" + +#: libraries/operations.lib.php:1349 +#: templates/database/structure/check_all_tables.phtml:19 +msgid "Table maintenance" +msgstr "" + +#: libraries/operations.lib.php:1387 +#: templates/database/structure/check_all_tables.phtml:20 +msgid "Analyze table" +msgstr "" + +#: libraries/operations.lib.php:1402 +#: templates/database/structure/check_all_tables.phtml:21 +msgid "Check table" +msgstr "" + +#: libraries/operations.lib.php:1416 +#: templates/database/structure/check_all_tables.phtml:22 +msgid "Checksum table" +msgstr "" + +#: libraries/operations.lib.php:1430 +msgid "Defragment table" +msgstr "" + +#: libraries/operations.lib.php:1442 +#, php-format +msgid "Table %s has been flushed." +msgstr "" + +#: libraries/operations.lib.php:1448 +msgid "Flush the table (FLUSH)" +msgstr "" + +#: libraries/operations.lib.php:1462 +#: templates/database/structure/check_all_tables.phtml:23 +#: templates/table/structure/display_table_stats.phtml:59 +msgid "Optimize table" +msgstr "" + +#: libraries/operations.lib.php:1477 +#: templates/database/structure/check_all_tables.phtml:24 +msgid "Repair table" +msgstr "" + +#: libraries/operations.lib.php:1523 +#: templates/database/structure/check_all_tables.phtml:15 +#: view_operations.php:144 +msgid "Delete data or table" +msgstr "" + +#: libraries/operations.lib.php:1531 +msgid "Empty the table (TRUNCATE)" +msgstr "" + +#: libraries/operations.lib.php:1539 +msgid "Delete the table (DROP)" +msgstr "" + +#: libraries/operations.lib.php:1579 +#: templates/table/structure/display_structure.phtml:172 +msgid "Analyze" +msgstr "" + +#: libraries/operations.lib.php:1580 +#: templates/table/structure/display_structure.phtml:173 +msgid "Check" +msgstr "" + +#: libraries/operations.lib.php:1581 +#: templates/table/structure/display_structure.phtml:174 +msgid "Optimize" +msgstr "" + +#: libraries/operations.lib.php:1582 +#: templates/table/structure/display_structure.phtml:175 +msgid "Rebuild" +msgstr "" + +#: libraries/operations.lib.php:1583 +#: templates/table/structure/display_structure.phtml:176 +msgid "Repair" +msgstr "" + +#: libraries/operations.lib.php:1584 +#: templates/table/structure/display_structure.phtml:177 +msgid "Truncate" +msgstr "" + +#: libraries/operations.lib.php:1594 +msgid "Coalesce" +msgstr "" + +#: libraries/operations.lib.php:1603 +msgid "Partition maintenance" +msgstr "" + +#: libraries/operations.lib.php:1620 +#, php-format +msgid "Partition %s" +msgstr "" + +#: libraries/operations.lib.php:1638 +#: templates/table/structure/display_partitions.phtml:138 +msgid "Remove partitioning" +msgstr "" + +#: libraries/operations.lib.php:1664 +msgid "Check referential integrity:" +msgstr "" + +#: libraries/operations.lib.php:2079 +msgid "Can't move table to same one!" +msgstr "" + +#: libraries/operations.lib.php:2081 +msgid "Can't copy table to same one!" +msgstr "" + +#: libraries/operations.lib.php:2105 +#, php-format +msgid "Table %s has been moved to %s. Privileges have been adjusted." +msgstr "" + +#: libraries/operations.lib.php:2112 +#, php-format +msgid "Table %s has been copied to %s. Privileges have been adjusted." +msgstr "" + +#: libraries/operations.lib.php:2121 +#, php-format +msgid "Table %s has been moved to %s." +msgstr "" + +#: libraries/operations.lib.php:2125 +#, php-format +msgid "Table %s has been copied to %s." +msgstr "" + +#: libraries/operations.lib.php:2147 +msgid "The table name is empty!" +msgstr "" + +#: libraries/plugin_interface.lib.php:571 +msgid "This format has no options" +msgstr "" + +#: libraries/plugins/AuthenticationPlugin.php:106 +msgid "" +"Login without a password is forbidden by configuration (see AllowNoPassword)" +msgstr "" + +#: libraries/plugins/AuthenticationPlugin.php:113 +#, php-format +msgid "No activity within %s seconds; please log in again." +msgstr "" + +#: libraries/plugins/AuthenticationPlugin.php:122 +#: libraries/plugins/AuthenticationPlugin.php:124 +msgid "Cannot log in to the MySQL server" +msgstr "" + +#: libraries/plugins/SchemaPlugin.php:69 +msgid "Show color" +msgstr "" + +#: libraries/plugins/SchemaPlugin.php:71 +msgid "Only show keys" +msgstr "" + +#: libraries/plugins/auth/AuthenticationConfig.php:85 +msgid "Cannot connect: invalid settings." +msgstr "" + +#: libraries/plugins/auth/AuthenticationConfig.php:99 +#: libraries/plugins/auth/AuthenticationCookie.php:110 +#: libraries/plugins/auth/AuthenticationHttp.php:82 +#, php-format +msgid "Welcome to %s" +msgstr "" + +#: libraries/plugins/auth/AuthenticationConfig.php:115 +#, php-format +msgid "" +"You probably did not create a configuration file. You might want to use the " +"%1$ssetup script%2$s to create one." +msgstr "" + +#: libraries/plugins/auth/AuthenticationConfig.php:135 +msgid "" +"phpMyAdmin tried to connect to the MySQL server, and the server rejected the " +"connection. You should check the host, username and password in your " +"configuration and make sure that they correspond to the information given by " +"the administrator of the MySQL server." +msgstr "" + +#: libraries/plugins/auth/AuthenticationConfig.php:163 +msgid "Retry to connect" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.php:122 +msgid "Your session has expired. Please log in again." +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.php:146 +msgid "Log in" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.php:154 +#: libraries/plugins/auth/AuthenticationCookie.php:164 +msgid "You can enter hostname/IP address and port separated by space." +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.php:169 +msgid "Username:" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.php:181 +msgid "Server Choice:" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.php:294 +msgid "Entered captcha is wrong, try again!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.php:298 +msgid "Please enter correct captcha!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationCookie.php:322 +msgid "You are not allowed to log in to this MySQL server!" +msgstr "" + +#: libraries/plugins/auth/AuthenticationHttp.php:87 +msgid "Wrong username/password. Access denied." +msgstr "" + +#: libraries/plugins/auth/AuthenticationSignon.php:84 +msgid "Can not find signon authentication script:" +msgstr "" + +#: libraries/plugins/export/ExportCsv.php:62 +#: libraries/plugins/import/AbstractImportCsv.php:58 +msgid "Columns separated with:" +msgstr "" + +#: libraries/plugins/export/ExportCsv.php:67 +#: libraries/plugins/import/AbstractImportCsv.php:64 +msgid "Columns enclosed with:" +msgstr "" + +#: libraries/plugins/export/ExportCsv.php:72 +#: libraries/plugins/import/AbstractImportCsv.php:71 +msgid "Columns escaped with:" +msgstr "" + +#: libraries/plugins/export/ExportCsv.php:77 +#: libraries/plugins/import/AbstractImportCsv.php:78 +msgid "Lines terminated with:" +msgstr "" + +#: libraries/plugins/export/ExportCsv.php:82 +#: libraries/plugins/export/ExportExcel.php:52 +#: libraries/plugins/export/ExportHtmlword.php:83 +#: libraries/plugins/export/ExportLatex.php:188 +#: libraries/plugins/export/ExportOds.php:67 +#: libraries/plugins/export/ExportOdt.php:131 +#: libraries/plugins/export/ExportTexytext.php:87 +msgid "Replace NULL with:" +msgstr "" + +#: libraries/plugins/export/ExportCsv.php:87 +#: libraries/plugins/export/ExportExcel.php:57 +msgid "Remove carriage return/line feed characters within columns" +msgstr "" + +#: libraries/plugins/export/ExportExcel.php:67 +msgid "Excel edition:" +msgstr "" + +#: libraries/plugins/export/ExportHtmlword.php:77 +#: libraries/plugins/export/ExportLatex.php:159 +#: libraries/plugins/export/ExportOdt.php:120 +#: libraries/plugins/export/ExportTexytext.php:76 +#: libraries/plugins/export/ExportXml.php:135 +msgid "Data dump options" +msgstr "" + +#: libraries/plugins/export/ExportHtmlword.php:207 +#: libraries/plugins/export/ExportOdt.php:270 +#: libraries/plugins/export/ExportSql.php:2339 +#: libraries/plugins/export/ExportTexytext.php:190 +msgid "Dumping data for table" +msgstr "" + +#: libraries/plugins/export/ExportHtmlword.php:487 +#: libraries/plugins/export/ExportOdt.php:608 +#: libraries/plugins/export/ExportTexytext.php:448 +#: libraries/plugins/export/PMA_ExportPdf.php:316 +#: libraries/rte/rte_list.lib.php:97 libraries/rte/rte_triggers.lib.php:366 +msgid "Event" +msgstr "" + +#: libraries/plugins/export/ExportHtmlword.php:488 +#: libraries/plugins/export/ExportOdt.php:611 +#: libraries/plugins/export/ExportTexytext.php:449 +#: libraries/plugins/export/PMA_ExportPdf.php:318 +#: libraries/rte/rte_events.lib.php:484 libraries/rte/rte_routines.lib.php:986 +#: libraries/rte/rte_triggers.lib.php:380 +msgid "Definition" +msgstr "" + +#: libraries/plugins/export/ExportHtmlword.php:560 +#: libraries/plugins/export/ExportOdt.php:690 +#: libraries/plugins/export/ExportSql.php:1993 +#: libraries/plugins/export/ExportTexytext.php:513 +msgid "Table structure for table" +msgstr "" + +#: libraries/plugins/export/ExportHtmlword.php:585 +#: libraries/plugins/export/ExportOdt.php:723 +#: libraries/plugins/export/ExportSql.php:2063 +#: libraries/plugins/export/ExportTexytext.php:538 +msgid "Structure for view" +msgstr "" + +#: libraries/plugins/export/ExportHtmlword.php:599 +#: libraries/plugins/export/ExportOdt.php:744 +#: libraries/plugins/export/ExportSql.php:2108 +#: libraries/plugins/export/ExportTexytext.php:554 +msgid "Stand-in structure for view" +msgstr "" + +#: libraries/plugins/export/ExportJson.php:83 +msgid "Output pretty-printed JSON (Use human-readable formatting)" +msgstr "" + +#: libraries/plugins/export/ExportLatex.php:48 +msgid "Content of table @TABLE@" +msgstr "" + +#: libraries/plugins/export/ExportLatex.php:49 +msgid "(continued)" +msgstr "" + +#: libraries/plugins/export/ExportLatex.php:50 +msgid "Structure of table @TABLE@" +msgstr "" + +#: libraries/plugins/export/ExportLatex.php:112 +#: libraries/plugins/export/ExportOdt.php:91 +#: libraries/plugins/export/ExportSql.php:224 +msgid "Object creation options" +msgstr "" + +#: libraries/plugins/export/ExportLatex.php:118 +#: libraries/plugins/export/ExportLatex.php:170 +msgid "Table caption:" +msgstr "" + +#: libraries/plugins/export/ExportLatex.php:124 +#: libraries/plugins/export/ExportLatex.php:176 +msgid "Table caption (continued):" +msgstr "" + +#: libraries/plugins/export/ExportLatex.php:130 +#: libraries/plugins/export/ExportLatex.php:182 +msgid "Label key:" +msgstr "" + +#: libraries/plugins/export/ExportLatex.php:137 +#: libraries/plugins/export/ExportOdt.php:98 +#: libraries/plugins/export/ExportSql.php:121 +msgid "Display foreign key relationships" +msgstr "" + +#: libraries/plugins/export/ExportLatex.php:143 +#: libraries/plugins/export/ExportOdt.php:104 +msgid "Display comments" +msgstr "" + +#: libraries/plugins/export/ExportLatex.php:149 +#: libraries/plugins/export/ExportOdt.php:110 +#: libraries/plugins/export/ExportSql.php:128 +msgid "Display MIME types" +msgstr "" + +#: libraries/plugins/export/ExportLatex.php:165 +msgid "Put columns names in the first row:" +msgstr "" + +#: libraries/plugins/export/ExportLatex.php:213 +#: libraries/plugins/export/ExportSql.php:682 +#: libraries/plugins/export/ExportXml.php:235 +#: libraries/replication_gui.lib.php:434 libraries/replication_gui.lib.php:704 +msgid "Host:" +msgstr "" + +#: libraries/plugins/export/ExportLatex.php:218 +#: libraries/plugins/export/ExportSql.php:688 +#: libraries/plugins/export/ExportXml.php:240 +msgid "Generation Time:" +msgstr "" + +#: libraries/plugins/export/ExportLatex.php:221 +#: libraries/plugins/export/ExportSql.php:694 +#: libraries/plugins/export/ExportXml.php:243 +msgid "PHP Version:" +msgstr "" + +#: libraries/plugins/export/ExportLatex.php:251 +#: libraries/plugins/export/ExportSql.php:883 +#: libraries/plugins/export/ExportXml.php:404 +#: libraries/plugins/export/PMA_ExportPdf.php:118 +msgid "Database:" +msgstr "" + +#: libraries/plugins/export/ExportLatex.php:324 +#: libraries/plugins/export/ExportSql.php:2176 +msgid "Data:" +msgstr "" + +#: libraries/plugins/export/ExportLatex.php:504 +msgid "Structure:" +msgstr "" + +#: libraries/plugins/export/ExportMediawiki.php:79 +msgid "Export table names" +msgstr "" + +#: libraries/plugins/export/ExportMediawiki.php:86 +msgid "Export table headers" +msgstr "" + +#: libraries/plugins/export/ExportPdf.php:100 +msgid "Report title:" +msgstr "" + +#: libraries/plugins/export/ExportPdf.php:233 +msgid "Dumping data" +msgstr "" + +#: libraries/plugins/export/ExportPdf.php:288 +msgid "View structure" +msgstr "" + +#: libraries/plugins/export/ExportPdf.php:291 +msgid "Stand in" +msgstr "" + +#: libraries/plugins/export/ExportSql.php:99 +msgid "" +"Display comments (includes info such as export timestamp, PHP version, " +"and server version)" +msgstr "" + +#: libraries/plugins/export/ExportSql.php:107 +msgid "Additional custom header comment (\\n splits lines):" +msgstr "" + +#: libraries/plugins/export/ExportSql.php:113 +msgid "" +"Include a timestamp of when databases were created, last updated, and last " +"checked" +msgstr "" + +#: libraries/plugins/export/ExportSql.php:172 +msgid "Export metadata" +msgstr "" + +#: libraries/plugins/export/ExportSql.php:187 +msgid "" +"Database system or older MySQL server to maximize output compatibility with:" +msgstr "" + +#: libraries/plugins/export/ExportSql.php:232 +msgid "Add statements:" +msgstr "" + +#: libraries/plugins/export/ExportSql.php:240 +#: libraries/plugins/export/ExportSql.php:249 +#: libraries/plugins/export/ExportSql.php:270 +#: libraries/plugins/export/ExportSql.php:279 +#: libraries/plugins/export/ExportSql.php:303 +#: libraries/plugins/export/ExportSql.php:310 +#: libraries/plugins/export/ExportSql.php:319 +#, php-format +msgid "Add %s statement" +msgstr "" + +#: libraries/plugins/export/ExportSql.php:286 +msgid "(less efficient as indexes will be generated during table creation)" +msgstr "" + +#: libraries/plugins/export/ExportSql.php:294 +#, php-format +msgid "%s value" +msgstr "" + +#: libraries/plugins/export/ExportSql.php:328 +msgid "" +"Enclose table and column names with backquotes (Protects column and table " +"names formed with special characters or keywords)" +msgstr "" + +#: libraries/plugins/export/ExportSql.php:342 +msgid "Data creation options" +msgstr "" + +#: libraries/plugins/export/ExportSql.php:347 +#: libraries/plugins/export/ExportSql.php:2285 +msgid "Truncate table before insert" +msgstr "" + +#: libraries/plugins/export/ExportSql.php:354 +msgid "Instead of INSERT statements, use:" +msgstr "" + +#: libraries/plugins/export/ExportSql.php:360 +msgid "INSERT DELAYED statements" +msgstr "" + +#: libraries/plugins/export/ExportSql.php:372 +#: libraries/plugins/export/ExportSql.php:406 +msgid "INSERT IGNORE statements" +msgstr "" + +#: libraries/plugins/export/ExportSql.php:386 +msgid "Function to use when dumping data:" +msgstr "" + +#: libraries/plugins/export/ExportSql.php:401 +msgid "Syntax to use when inserting data:" +msgstr "" + +#: libraries/plugins/export/ExportSql.php:411 +msgid "" +"include column names in every INSERT statement
  " +"    Example: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " +"(1,2,3)" +msgstr "" + +#: libraries/plugins/export/ExportSql.php:416 +msgid "" +"insert multiple rows in every INSERT statement
  " +"    Example: INSERT INTO tbl_name VALUES (1,2,3), (4,5,6), " +"(7,8,9)" +msgstr "" + +#: libraries/plugins/export/ExportSql.php:421 +msgid "" +"both of the above
      Example: INSERT INTO " +"tbl_name (col_A,col_B,col_C) VALUES (1,2,3), (4,5,6), (7,8,9)" +msgstr "" + +#: libraries/plugins/export/ExportSql.php:426 +msgid "" +"neither of the above
      Example: INSERT INTO " +"tbl_name VALUES (1,2,3)" +msgstr "" + +#: libraries/plugins/export/ExportSql.php:445 +msgid "" +"Dump binary columns in hexadecimal notation (for example, \"abc\" becomes " +"0x616263)" +msgstr "" + +#: libraries/plugins/export/ExportSql.php:455 +msgid "" +"Dump TIMESTAMP columns in UTC (enables TIMESTAMP columns to be dumped and " +"reloaded between servers in different time zones)" +msgstr "" + +#: libraries/plugins/export/ExportSql.php:516 +msgid "It appears your database uses routines;" +msgstr "" + +#: libraries/plugins/export/ExportSql.php:519 +#: libraries/plugins/export/ExportSql.php:1536 +#: libraries/plugins/export/ExportSql.php:2053 +msgid "alias export may not work reliably in all cases." +msgstr "" + +#: libraries/plugins/export/ExportSql.php:997 +msgid "Metadata" +msgstr "" + +#: libraries/plugins/export/ExportSql.php:1067 +#, php-format +msgid "Metadata for table %s" +msgstr "" + +#: libraries/plugins/export/ExportSql.php:1074 +#, php-format +msgid "Metadata for database %s" +msgstr "" + +#: libraries/plugins/export/ExportSql.php:1406 +#: libraries/plugins/schema/pdf/PdfRelationSchema.php:603 +msgid "Creation:" +msgstr "" + +#: libraries/plugins/export/ExportSql.php:1419 +#: libraries/plugins/schema/pdf/PdfRelationSchema.php:610 +msgid "Last update:" +msgstr "" + +#: libraries/plugins/export/ExportSql.php:1432 +#: libraries/plugins/schema/pdf/PdfRelationSchema.php:617 +msgid "Last check:" +msgstr "" + +#: libraries/plugins/export/ExportSql.php:1479 +#, php-format +msgid "Error reading structure for table %s:" +msgstr "" + +#: libraries/plugins/export/ExportSql.php:1533 +msgid "It appears your database uses views;" +msgstr "" + +#: libraries/plugins/export/ExportSql.php:1710 +msgid "Constraints for dumped tables" +msgstr "" + +#: libraries/plugins/export/ExportSql.php:1711 +msgid "Constraints for table" +msgstr "" + +#: libraries/plugins/export/ExportSql.php:1741 +msgid "Indexes for dumped tables" +msgstr "" + +#: libraries/plugins/export/ExportSql.php:1742 +msgid "Indexes for table" +msgstr "" + +#: libraries/plugins/export/ExportSql.php:1770 +msgid "AUTO_INCREMENT for dumped tables" +msgstr "" + +#: libraries/plugins/export/ExportSql.php:1771 +msgid "AUTO_INCREMENT for table" +msgstr "" + +#: libraries/plugins/export/ExportSql.php:1846 +msgid "MIME TYPES FOR TABLE" +msgstr "" + +#: libraries/plugins/export/ExportSql.php:1869 +msgid "RELATIONS FOR TABLE" +msgstr "" + +#: libraries/plugins/export/ExportSql.php:2050 +msgid "It appears your table uses triggers;" +msgstr "" + +#: libraries/plugins/export/ExportSql.php:2087 +#, php-format +msgid "Structure for view %s exported as a table" +msgstr "" + +#: libraries/plugins/export/ExportSql.php:2111 +msgid "(See below for the actual view)" +msgstr "" + +#: libraries/plugins/export/ExportSql.php:2195 +#, php-format +msgid "Error reading data for table %s:" +msgstr "" + +#: libraries/plugins/export/ExportXml.php:97 +msgid "Object creation options (all are recommended)" +msgstr "" + +#: libraries/plugins/export/ExportXml.php:140 +msgid "Export contents" +msgstr "" + +#: libraries/plugins/export/PMA_ExportPdf.php:119 +msgid "Table:" +msgstr "" + +#: libraries/plugins/export/PMA_ExportPdf.php:120 +msgid "Purpose:" +msgstr "" + +#: libraries/plugins/export/PMA_ExportPdf.php:501 +msgid "MIME" +msgstr "" + +#: libraries/plugins/import/AbstractImportCsv.php:51 +msgid "" +"Update data when duplicate keys found on import (add ON DUPLICATE KEY UPDATE)" +msgstr "" + +#: libraries/plugins/import/ImportCsv.php:61 +#: libraries/plugins/import/ImportOds.php:63 +msgid "" +"The first line of the file contains the table column names (if this is " +"unchecked, the first line will become part of the data)" +msgstr "" + +#: libraries/plugins/import/ImportCsv.php:70 +msgid "" +"If the data in each row of the file is not in the same order as in the " +"database, list the corresponding column names here. Column names must be " +"separated by commas and not enclosed in quotations." +msgstr "" + +#: libraries/plugins/import/ImportCsv.php:78 +#: libraries/plugins/import/ImportLdi.php:73 +msgid "Column names: " +msgstr "" + +#: libraries/plugins/import/ImportCsv.php:118 +#: libraries/plugins/import/ImportCsv.php:133 +#: libraries/plugins/import/ImportCsv.php:144 +#: libraries/plugins/import/ImportCsv.php:153 +#, php-format +msgid "Invalid parameter for CSV import: %s" +msgstr "" + +#: libraries/plugins/import/ImportCsv.php:205 +#, php-format +msgid "" +"Invalid column (%s) specified! Ensure that columns names are spelled " +"correctly, separated by commas, and not enclosed in quotes." +msgstr "" + +#: libraries/plugins/import/ImportCsv.php:300 +#: libraries/plugins/import/ImportCsv.php:661 +#, php-format +msgid "Invalid format of CSV input on line %d." +msgstr "" + +#: libraries/plugins/import/ImportCsv.php:531 +#, php-format +msgid "Invalid column count in CSV input on line %d." +msgstr "" + +#: libraries/plugins/import/ImportLdi.php:111 +msgid "This plugin does not support compressed imports!" +msgstr "" + +#: libraries/plugins/import/ImportMediawiki.php:52 +msgid "MediaWiki Table" +msgstr "" + +#: libraries/plugins/import/ImportMediawiki.php:275 +#, php-format +msgid "Invalid format of mediawiki input on line:
%s." +msgstr "" + +#: libraries/plugins/import/ImportOds.php:77 +msgid "Import percentages as proper decimals (ex. 12.00% to .12)" +msgstr "" + +#: libraries/plugins/import/ImportOds.php:83 +msgid "Import currencies (ex. $5.00 to 5.00)" +msgstr "" + +#: libraries/plugins/import/ImportOds.php:151 +#: libraries/plugins/import/ImportXml.php:110 +#: libraries/plugins/import/ImportXml.php:175 +msgid "" +"The XML file specified was either malformed or incomplete. Please correct " +"the issue and try again." +msgstr "" + +#: libraries/plugins/import/ImportOds.php:162 +msgid "Could not parse OpenDocument Spreadsheet!" +msgstr "" + +#: libraries/plugins/import/ImportShp.php:45 +msgid "ESRI Shape File" +msgstr "" + +#: libraries/plugins/import/ImportShp.php:77 +#: libraries/plugins/import/ImportShp.php:142 +#, php-format +msgid "There was an error importing the ESRI shape file: \"%s\"." +msgstr "" + +#: libraries/plugins/import/ImportShp.php:180 +#, php-format +msgid "MySQL Spatial Extension does not support ESRI type \"%s\"." +msgstr "" + +#: libraries/plugins/import/ImportShp.php:227 +msgid "The imported file does not contain any data!" +msgstr "" + +#: libraries/plugins/import/ImportSql.php:68 +msgid "SQL compatibility mode:" +msgstr "" + +#: libraries/plugins/import/ImportSql.php:80 +msgid "Do not use AUTO_INCREMENT for zero values" +msgstr "" + +#: libraries/plugins/import/ImportXml.php:43 +msgid "XML" +msgstr "" + +#: libraries/plugins/schema/ExportRelationSchema.php:289 +msgid "SCHEMA ERROR: " +msgstr "" + +#: libraries/plugins/schema/SchemaDia.php:60 +#: libraries/plugins/schema/SchemaEps.php:68 +#: libraries/plugins/schema/SchemaPdf.php:68 +msgid "Orientation" +msgstr "" + +#: libraries/plugins/schema/SchemaDia.php:64 +#: libraries/plugins/schema/SchemaEps.php:72 +#: libraries/plugins/schema/SchemaPdf.php:72 +msgid "Landscape" +msgstr "" + +#: libraries/plugins/schema/SchemaDia.php:65 +#: libraries/plugins/schema/SchemaEps.php:73 +#: libraries/plugins/schema/SchemaPdf.php:73 +msgid "Portrait" +msgstr "" + +#: libraries/plugins/schema/SchemaEps.php:62 +#: libraries/plugins/schema/SchemaPdf.php:62 +#: libraries/plugins/schema/SchemaSvg.php:61 +msgid "Same width for all tables" +msgstr "" + +#: libraries/plugins/schema/SchemaPdf.php:87 +msgid "Show grid" +msgstr "" + +#: libraries/plugins/schema/SchemaPdf.php:93 +#: templates/database/structure/print_view_data_dictionary_link.phtml:6 +msgid "Data dictionary" +msgstr "" + +#: libraries/plugins/schema/SchemaPdf.php:99 +msgid "Order of the tables" +msgstr "" + +#: libraries/plugins/schema/SchemaPdf.php:104 +msgid "Name (Ascending)" +msgstr "" + +#: libraries/plugins/schema/SchemaPdf.php:105 +msgid "Name (Descending)" +msgstr "" + +#: libraries/plugins/schema/dia/TableStatsDia.php:74 +#: libraries/plugins/schema/eps/TableStatsEps.php:92 +#: libraries/plugins/schema/pdf/TableStatsPdf.php:94 +#: libraries/plugins/schema/svg/TableStatsSvg.php:92 +#, php-format +msgid "The %s table doesn't exist!" +msgstr "" + +#: libraries/plugins/schema/eps/EpsRelationSchema.php:64 +#: libraries/plugins/schema/svg/SvgRelationSchema.php:68 +#, php-format +msgid "Schema of the %s database - Page %s" +msgstr "" + +#: libraries/plugins/schema/pdf/Pdf.php:238 +msgid "PDF export page" +msgstr "" + +#: libraries/plugins/schema/pdf/PdfRelationSchema.php:102 +#, php-format +msgid "Schema of the %s database" +msgstr "" + +#: libraries/plugins/schema/pdf/PdfRelationSchema.php:130 +#: libraries/plugins/schema/pdf/PdfRelationSchema.php:525 +msgid "Relational schema" +msgstr "" + +#: libraries/plugins/schema/pdf/PdfRelationSchema.php:486 +msgid "Table of contents" +msgstr "" + +#: libraries/plugins/schema/pdf/PdfRelationSchema.php:634 +#: libraries/plugins/schema/pdf/PdfRelationSchema.php:657 +#: libraries/tracking.lib.php:902 +#: templates/table/structure/table_structure_header.phtml:16 +msgid "Extra" +msgstr "" + +#: libraries/plugins/transformations/abs/Bool2TextTransformationsPlugin.php:29 +msgid "" +"Converts Boolean values to text (default 'T' and 'F'). First option is for " +"TRUE, second for FALSE. Nonzero=true." +msgstr "" + +#: libraries/plugins/transformations/abs/DateFormatTransformationsPlugin.php:30 +msgid "" +"Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp column as " +"formatted date. The first option is the offset (in hours) which will be " +"added to the timestamp (Default: 0). Use second option to specify a " +"different date/time format string. Third option determines whether you want " +"to see local date or UTC one (use \"local\" or \"utc\" strings) for that. " +"According to that, date format has different value - for \"local\" see the " +"documentation for PHP's strftime() function and for \"utc\" it is done using " +"gmdate() function." +msgstr "" + +#: libraries/plugins/transformations/abs/DownloadTransformationsPlugin.php:28 +msgid "" +"Displays a link to download the binary data of the column. You can use the " +"first option to specify the filename, or use the second option as the name " +"of a column which contains the filename. If you use the second option, you " +"need to set the first option to the empty string." +msgstr "" + +#: libraries/plugins/transformations/abs/ExternalTransformationsPlugin.php:28 +msgid "" +"LINUX ONLY: Launches an external application and feeds it the column data " +"via standard input. Returns the standard output of the application. The " +"default is Tidy, to pretty-print HTML code. For security reasons, you have " +"to manually edit the file libraries/plugins/transformations/output/" +"Text_Plain_External.php and list the tools you want to make available. The " +"first option is then the number of the program you want to use and the " +"second option is the parameters for the program. The third option, if set to " +"1, will convert the output using htmlspecialchars() (Default 1). The fourth " +"option, if set to 1, will prevent wrapping and ensure that the output " +"appears all on one line (Default 1)." +msgstr "" + +#: libraries/plugins/transformations/abs/FormattedTransformationsPlugin.php:28 +msgid "" +"Displays the contents of the column as-is, without running it through " +"htmlspecialchars(). That is, the column is assumed to contain valid HTML." +msgstr "" + +#: libraries/plugins/transformations/abs/HexTransformationsPlugin.php:28 +msgid "" +"Displays hexadecimal representation of data. Optional first parameter " +"specifies how often space will be added (defaults to 2 nibbles)." +msgstr "" + +#: libraries/plugins/transformations/abs/ImageLinkTransformationsPlugin.php:35 +msgid "Displays a link to download this image." +msgstr "" + +#: libraries/plugins/transformations/abs/ImageUploadTransformationsPlugin.php:28 +msgid "" +"Image upload functionality which also displays a thumbnail. The options are " +"the width and height of the thumbnail in pixels. Defaults to 100 X 100." +msgstr "" + +#: libraries/plugins/transformations/abs/ImageUploadTransformationsPlugin.php:87 +msgid "Image preview here" +msgstr "" + +#: libraries/plugins/transformations/abs/InlineTransformationsPlugin.php:35 +msgid "" +"Displays a clickable thumbnail. The options are the maximum width and height " +"in pixels. The original aspect ratio is preserved." +msgstr "" + +#: libraries/plugins/transformations/abs/LongToIPv4TransformationsPlugin.php:28 +msgid "" +"Converts an (IPv4) Internet network address stored as a BIGINT into a string " +"in Internet standard dotted format." +msgstr "" + +#: libraries/plugins/transformations/abs/PreApPendTransformationsPlugin.php:29 +msgid "" +"Prepends and/or Appends text to a string. First option is text to be " +"prepended, second is appended (enclosed in single quotes, default empty " +"string)." +msgstr "" + +#: libraries/plugins/transformations/abs/RegexValidationTransformationsPlugin.php:30 +msgid "" +"Validates the string using regular expression and performs insert only if " +"string matches it. The first option is the Regular Expression." +msgstr "" + +#: libraries/plugins/transformations/abs/RegexValidationTransformationsPlugin.php:52 +#, php-format +msgid "Validation failed for the input string %s." +msgstr "" + +#: libraries/plugins/transformations/abs/SQLTransformationsPlugin.php:29 +msgid "Formats text as SQL query with syntax highlighting." +msgstr "" + +#: libraries/plugins/transformations/abs/SubstringTransformationsPlugin.php:28 +msgid "" +"Displays a part of a string. The first option is the number of characters to " +"skip from the beginning of the string (Default 0). The second option is the " +"number of characters to return (Default: until end of string). The third " +"option is the string to append and/or prepend when truncation occurs " +"(Default: \"…\")." +msgstr "" + +#: libraries/plugins/transformations/abs/TextFileUploadTransformationsPlugin.php:30 +msgid "" +"File upload functionality for TEXT columns. It does not have a textarea for " +"input." +msgstr "" + +#: libraries/plugins/transformations/abs/TextImageLinkTransformationsPlugin.php:32 +msgid "" +"Displays an image and a link; the column contains the filename. The first " +"option is a URL prefix like \"https://www.example.com/\". The second and " +"third options are the width and the height in pixels." +msgstr "" + +#: libraries/plugins/transformations/abs/TextLinkTransformationsPlugin.php:32 +msgid "" +"Displays a link; the column contains the filename. The first option is a URL " +"prefix like \"https://www.example.com/\". The second option is a title for " +"the link." +msgstr "" + +#: libraries/plugins/transformations/input/Text_Plain_Iptobinary.php:29 +msgid "Converts an Internet network address in (IPv4/IPv6) format to binary" +msgstr "" + +#: libraries/plugins/transformations/input/Text_Plain_JsonEditor.php:29 +msgid "Syntax highlighted CodeMirror editor for JSON." +msgstr "" + +#: libraries/plugins/transformations/input/Text_Plain_SqlEditor.php:29 +msgid "Syntax highlighted CodeMirror editor for SQL." +msgstr "" + +#: libraries/plugins/transformations/input/Text_Plain_XmlEditor.php:29 +msgid "Syntax highlighted CodeMirror editor for XML (and HTML)." +msgstr "" + +#: libraries/plugins/transformations/output/Text_Plain_Binarytoip.php:29 +msgid "" +"Converts an Internet network address stored as a binary string into a string " +"in Internet standard (IPv4/IPv6) format." +msgstr "" + +#: libraries/plugins/transformations/output/Text_Plain_Json.php:47 +msgid "Formats text as JSON with syntax highlighting." +msgstr "" + +#: libraries/plugins/transformations/output/Text_Plain_Xml.php:47 +msgid "Formats text as XML with syntax highlighting." +msgstr "" + +#: libraries/pmd_common.php:551 +msgid "Error: relation already exists." +msgstr "" + +#: libraries/pmd_common.php:597 +msgid "FOREIGN KEY relation has been added." +msgstr "" + +#: libraries/pmd_common.php:603 +msgid "Error: FOREIGN KEY relation could not be added!" +msgstr "" + +#: libraries/pmd_common.php:608 +msgid "Error: Missing index on column(s)." +msgstr "" + +#: libraries/pmd_common.php:613 +msgid "Error: Relational features are disabled!" +msgstr "" + +#: libraries/pmd_common.php:635 +msgid "Internal relation has been added." +msgstr "" + +#: libraries/pmd_common.php:641 +msgid "Error: Internal relation could not be added!" +msgstr "" + +#: libraries/pmd_common.php:679 +msgid "FOREIGN KEY relation has been removed." +msgstr "" + +#: libraries/pmd_common.php:685 +msgid "Error: FOREIGN KEY relation could not be removed!" +msgstr "" + +#: libraries/pmd_common.php:712 +msgid "Error: Internal relation could not be removed!" +msgstr "" + +#: libraries/pmd_common.php:716 +msgid "Internal relation has been removed." +msgstr "" + +#: libraries/relation.lib.php:91 +msgid "not OK" +msgstr "" + +#: libraries/relation.lib.php:95 +msgctxt "Correctly working" +msgid "OK" +msgstr "" + +#: libraries/relation.lib.php:98 +msgid "Enabled" +msgstr "" + +#: libraries/relation.lib.php:102 +msgid "Configuration of pmadb…" +msgstr "" + +#: libraries/relation.lib.php:106 libraries/relation.lib.php:142 +msgid "General relation features" +msgstr "" + +#: libraries/relation.lib.php:153 +msgid "Display Features" +msgstr "" + +#: libraries/relation.lib.php:170 +msgid "Designer and creation of PDFs" +msgstr "" + +#: libraries/relation.lib.php:181 +msgid "Displaying Column Comments" +msgstr "" + +#: libraries/relation.lib.php:187 +msgid "Browser transformation" +msgstr "" + +#: libraries/relation.lib.php:194 +msgid "Please see the documentation on how to update your column_info table. " +msgstr "" + +#: libraries/relation.lib.php:210 libraries/sql_query_form.lib.php:396 +msgid "Bookmarked SQL query" +msgstr "" + +#: libraries/relation.lib.php:221 +msgid "SQL history" +msgstr "" + +#: libraries/relation.lib.php:232 +msgid "Persistent recently used tables" +msgstr "" + +#: libraries/relation.lib.php:243 +msgid "Persistent favorite tables" +msgstr "" + +#: libraries/relation.lib.php:254 +msgid "Persistent tables' UI preferences" +msgstr "" + +#: libraries/relation.lib.php:276 +msgid "User preferences" +msgstr "" + +#: libraries/relation.lib.php:293 +msgid "Configurable menus" +msgstr "" + +#: libraries/relation.lib.php:304 +msgid "Hide/show navigation items" +msgstr "" + +#: libraries/relation.lib.php:315 +msgid "Saving Query-By-Example searches" +msgstr "" + +#: libraries/relation.lib.php:326 +msgid "Managing Central list of columns" +msgstr "" + +#: libraries/relation.lib.php:337 +msgid "Remembering Designer Settings" +msgstr "" + +#: libraries/relation.lib.php:348 +msgid "Saving export templates" +msgstr "" + +#: libraries/relation.lib.php:356 +msgid "Quick steps to set up advanced features:" +msgstr "" + +#: libraries/relation.lib.php:362 +#, php-format +msgid "Create the needed tables with the %screate_tables.sql." +msgstr "" + +#: libraries/relation.lib.php:367 +msgid "Create a pma user and give access to these tables." +msgstr "" + +#: libraries/relation.lib.php:370 +msgid "" +"Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." +msgstr "" + +#: libraries/relation.lib.php:375 +msgid "Re-login to phpMyAdmin to load the updated configuration file." +msgstr "" + +#: libraries/relation.lib.php:1674 +msgid "no description" +msgstr "" + +#: libraries/relation.lib.php:1867 +msgid "" +"You do not have necessary privileges to create a database named " +"'phpmyadmin'. You may go to 'Operations' tab of any database to set up the " +"phpMyAdmin configuration storage there." +msgstr "" + +#: libraries/relation.lib.php:1982 +#, php-format +msgid "" +"%sCreate%s a database named 'phpmyadmin' and setup the phpMyAdmin " +"configuration storage there." +msgstr "" + +#: libraries/relation.lib.php:1990 +#, php-format +msgid "" +"%sCreate%s the phpMyAdmin configuration storage in the current database." +msgstr "" + +#: libraries/relation.lib.php:1998 +#, php-format +msgid "%sCreate%s missing phpMyAdmin configuration storage tables." +msgstr "" + +#: libraries/replication_gui.lib.php:45 libraries/replication_gui.lib.php:344 +#: templates/server/databases/table_header.phtml:28 +msgid "Master replication" +msgstr "" + +#: libraries/replication_gui.lib.php:46 +msgid "This server is configured as master in a replication process." +msgstr "" + +#: libraries/replication_gui.lib.php:54 +msgid "Show connected slaves" +msgstr "" + +#: libraries/replication_gui.lib.php:65 libraries/replication_gui.lib.php:700 +msgid "Add slave replication user" +msgstr "" + +#: libraries/replication_gui.lib.php:87 +msgid "Master configuration" +msgstr "" + +#: libraries/replication_gui.lib.php:89 +msgid "" +"This server is not configured as a master server in a replication process. " +"You can choose from either replicating all databases and ignoring some of " +"them (useful if you want to replicate a majority of the databases) or you " +"can choose to ignore all databases by default and allow only certain " +"databases to be replicated. Please select the mode:" +msgstr "" + +#: libraries/replication_gui.lib.php:98 +msgid "Replicate all databases; Ignore:" +msgstr "" + +#: libraries/replication_gui.lib.php:100 +msgid "Ignore all databases; Replicate:" +msgstr "" + +#: libraries/replication_gui.lib.php:104 +msgid "Please select databases:" +msgstr "" + +#: libraries/replication_gui.lib.php:108 +msgid "" +"Now, add the following lines at the end of [mysqld] section in your my.cnf " +"and please restart the MySQL server afterwards." +msgstr "" + +#: libraries/replication_gui.lib.php:113 +msgid "" +"Once you restarted MySQL server, please click on Go button. Afterwards, you " +"should see a message informing you, that this server is configured as " +"master." +msgstr "" + +#: libraries/replication_gui.lib.php:140 +#: templates/server/databases/table_header.phtml:33 +msgid "Slave replication" +msgstr "" + +#: libraries/replication_gui.lib.php:148 +msgid "Master connection:" +msgstr "" + +#: libraries/replication_gui.lib.php:215 +msgid "Slave SQL Thread not running!" +msgstr "" + +#: libraries/replication_gui.lib.php:220 +msgid "Slave IO Thread not running!" +msgstr "" + +#: libraries/replication_gui.lib.php:232 +msgid "" +"Server is configured as slave in a replication process. Would you like to:" +msgstr "" + +#: libraries/replication_gui.lib.php:238 +msgid "See slave status table" +msgstr "" + +#: libraries/replication_gui.lib.php:243 +msgid "Control slave:" +msgstr "" + +#: libraries/replication_gui.lib.php:249 +msgid "Full start" +msgstr "" + +#: libraries/replication_gui.lib.php:250 +msgid "Full stop" +msgstr "" + +#: libraries/replication_gui.lib.php:253 +msgid "Reset slave" +msgstr "" + +#: libraries/replication_gui.lib.php:256 +msgid "Start SQL Thread only" +msgstr "" + +#: libraries/replication_gui.lib.php:259 +msgid "Stop SQL Thread only" +msgstr "" + +#: libraries/replication_gui.lib.php:263 +msgid "Start IO Thread only" +msgstr "" + +#: libraries/replication_gui.lib.php:266 +msgid "Stop IO Thread only" +msgstr "" + +#: libraries/replication_gui.lib.php:275 libraries/replication_gui.lib.php:402 +msgid "Change or reconfigure master server" +msgstr "" + +#: libraries/replication_gui.lib.php:286 +#, php-format +msgid "" +"This server is not configured as slave in a replication process. Would you " +"like to configure it?" +msgstr "" + +#: libraries/replication_gui.lib.php:308 +msgid "Error management:" +msgstr "" + +#: libraries/replication_gui.lib.php:311 +msgid "Skipping errors might lead into unsynchronized master and slave!" +msgstr "" + +#: libraries/replication_gui.lib.php:315 +msgid "Skip current error" +msgstr "" + +#: libraries/replication_gui.lib.php:320 +#, php-format +msgid "Skip next %s errors." +msgstr "" + +#: libraries/replication_gui.lib.php:347 +#, php-format +msgid "" +"This server is not configured as master in a replication process. Would you " +"like to configure it?" +msgstr "" + +#: libraries/replication_gui.lib.php:401 +msgid "Slave configuration" +msgstr "" + +#: libraries/replication_gui.lib.php:404 +msgid "" +"Make sure, you have unique server-id in your configuration file (my.cnf). If " +"not, please add the following line into [mysqld] section:" +msgstr "" + +#: libraries/replication_gui.lib.php:411 libraries/replication_gui.lib.php:789 +#: libraries/server_privileges.lib.php:1605 +msgid "User name:" +msgstr "" + +#: libraries/replication_gui.lib.php:417 libraries/replication_gui.lib.php:793 +#: libraries/replication_gui.lib.php:806 +#: libraries/server_privileges.lib.php:1610 +#: libraries/server_privileges.lib.php:1632 +#: libraries/server_privileges.lib.php:2639 +#: libraries/server_privileges.lib.php:3564 +msgid "User name" +msgstr "" + +#: libraries/replication_gui.lib.php:428 libraries/replication_gui.lib.php:856 +#: libraries/replication_gui.lib.php:868 +#: libraries/server_privileges.lib.php:1771 +#: libraries/server_privileges.lib.php:1788 +#: libraries/server_privileges.lib.php:3566 +msgid "Password" +msgstr "" + +#: libraries/replication_gui.lib.php:446 +msgid "Port:" +msgstr "" + +#: libraries/replication_gui.lib.php:530 +msgid "Master status" +msgstr "" + +#: libraries/replication_gui.lib.php:533 +msgid "Slave status" +msgstr "" + +#: libraries/replication_gui.lib.php:542 +#: libraries/server_status_variables.lib.php:217 +#: templates/server/variables/variable_table_head.phtml:4 +msgid "Variable" +msgstr "" + +#: libraries/replication_gui.lib.php:620 libraries/replication_gui.lib.php:708 +#: libraries/replication_gui.lib.php:841 +#: libraries/server_status_processes.lib.php:76 +msgid "Host" +msgstr "" + +#: libraries/replication_gui.lib.php:640 +msgid "" +"Only slaves started with the --report-host=host_name option are visible in " +"this list." +msgstr "" + +#: libraries/replication_gui.lib.php:746 +#: libraries/server_privileges.lib.php:1706 +msgid "Any host" +msgstr "" + +#: libraries/replication_gui.lib.php:751 +#: libraries/server_privileges.lib.php:1714 +msgid "Local" +msgstr "" + +#: libraries/replication_gui.lib.php:758 +#: libraries/server_privileges.lib.php:1723 +msgid "This Host" +msgstr "" + +#: libraries/replication_gui.lib.php:797 +#: libraries/server_privileges.lib.php:1616 +msgid "Any user" +msgstr "" + +#: libraries/replication_gui.lib.php:802 libraries/replication_gui.lib.php:835 +#: libraries/replication_gui.lib.php:864 +#: libraries/server_privileges.lib.php:1742 +msgid "Use text field:" +msgstr "" + +#: libraries/replication_gui.lib.php:829 +#: libraries/server_privileges.lib.php:1733 +msgid "Use Host Table" +msgstr "" + +#: libraries/replication_gui.lib.php:845 +#: libraries/server_privileges.lib.php:1759 +msgid "" +"When Host table is used, this field is ignored and values stored in Host " +"table are used instead." +msgstr "" + +#: libraries/replication_gui.lib.php:876 +#: libraries/server_privileges.lib.php:1800 +msgid "Re-type" +msgstr "" + +#: libraries/replication_gui.lib.php:880 +msgid "Generate password:" +msgstr "" + +#: libraries/replication_gui.lib.php:918 +msgid "Replication started successfully." +msgstr "" + +#: libraries/replication_gui.lib.php:919 +msgid "Error starting replication." +msgstr "" + +#: libraries/replication_gui.lib.php:922 +msgid "Replication stopped successfully." +msgstr "" + +#: libraries/replication_gui.lib.php:923 +msgid "Error stopping replication." +msgstr "" + +#: libraries/replication_gui.lib.php:926 +msgid "Replication resetting successfully." +msgstr "" + +#: libraries/replication_gui.lib.php:927 +msgid "Error resetting replication." +msgstr "" + +#: libraries/replication_gui.lib.php:930 +msgid "Success." +msgstr "" + +#: libraries/replication_gui.lib.php:931 +msgid "Error." +msgstr "" + +#: libraries/replication_gui.lib.php:976 +msgid "Unknown error" +msgstr "" + +#: libraries/replication_gui.lib.php:986 +#, php-format +msgid "Unable to connect to master %s." +msgstr "" + +#: libraries/replication_gui.lib.php:997 +msgid "" +"Unable to read master log position. Possible privilege problem on master." +msgstr "" + +#: libraries/replication_gui.lib.php:1015 +msgid "Unable to change master!" +msgstr "" + +#: libraries/replication_gui.lib.php:1019 +#, php-format +msgid "Master server changed successfully to %s." +msgstr "" + +#: libraries/rte/rte_events.lib.php:110 libraries/rte/rte_events.lib.php:119 +#: libraries/rte/rte_events.lib.php:150 libraries/rte/rte_routines.lib.php:226 +#: libraries/rte/rte_routines.lib.php:253 +#: libraries/rte/rte_routines.lib.php:367 +#: libraries/rte/rte_routines.lib.php:1453 +#: libraries/rte/rte_triggers.lib.php:85 libraries/rte/rte_triggers.lib.php:94 +#: libraries/rte/rte_triggers.lib.php:126 +#, php-format +msgid "The following query has failed: \"%s\"" +msgstr "" + +#: libraries/rte/rte_events.lib.php:130 +msgid "Sorry, we failed to restore the dropped event." +msgstr "" + +#: libraries/rte/rte_events.lib.php:137 +#, php-format +msgid "Event %1$s has been modified." +msgstr "" + +#: libraries/rte/rte_events.lib.php:157 +#, php-format +msgid "Event %1$s has been created." +msgstr "" + +#: libraries/rte/rte_events.lib.php:171 libraries/rte/rte_routines.lib.php:273 +#: libraries/rte/rte_triggers.lib.php:147 +msgid "One or more errors have occurred while processing your request:" +msgstr "" + +#: libraries/rte/rte_events.lib.php:224 +msgid "Edit event" +msgstr "" + +#: libraries/rte/rte_events.lib.php:388 libraries/rte/rte_routines.lib.php:883 +#: libraries/rte/rte_triggers.lib.php:326 view_create.php:200 +msgid "Details" +msgstr "" + +#: libraries/rte/rte_events.lib.php:391 +msgid "Event name" +msgstr "" + +#: libraries/rte/rte_events.lib.php:434 libraries/rte/rte_routines.lib.php:906 +#, php-format +msgid "Change to %s" +msgstr "" + +#: libraries/rte/rte_events.lib.php:440 +msgid "Execute at" +msgstr "" + +#: libraries/rte/rte_events.lib.php:448 +msgid "Execute every" +msgstr "" + +#: libraries/rte/rte_events.lib.php:467 +msgctxt "Start of recurring event" +msgid "Start" +msgstr "" + +#: libraries/rte/rte_events.lib.php:476 +msgctxt "End of recurring event" +msgid "End" +msgstr "" + +#: libraries/rte/rte_events.lib.php:490 +msgid "On completion preserve" +msgstr "" + +#: libraries/rte/rte_events.lib.php:495 libraries/rte/rte_routines.lib.php:1021 +#: libraries/rte/rte_triggers.lib.php:386 view_create.php:229 +msgid "Definer" +msgstr "" + +#: libraries/rte/rte_events.lib.php:539 libraries/rte/rte_routines.lib.php:1088 +#: libraries/rte/rte_triggers.lib.php:425 +msgid "The definer must be in the \"username@hostname\" format!" +msgstr "" + +#: libraries/rte/rte_events.lib.php:546 +msgid "You must provide an event name!" +msgstr "" + +#: libraries/rte/rte_events.lib.php:561 +msgid "You must provide a valid interval value for the event." +msgstr "" + +#: libraries/rte/rte_events.lib.php:580 +msgid "You must provide a valid execution time for the event." +msgstr "" + +#: libraries/rte/rte_events.lib.php:584 +msgid "You must provide a valid type for the event." +msgstr "" + +#: libraries/rte/rte_events.lib.php:608 +msgid "You must provide an event definition." +msgstr "" + +#: libraries/rte/rte_export.lib.php:46 libraries/rte/rte_general.lib.php:75 +#: libraries/rte/rte_routines.lib.php:158 +#: libraries/rte/rte_routines.lib.php:1289 +#: libraries/rte/rte_routines.lib.php:1502 +msgid "Error in processing request:" +msgstr "" + +#: libraries/rte/rte_footer.lib.php:94 +msgid "OFF" +msgstr "" + +#: libraries/rte/rte_footer.lib.php:99 +msgid "ON" +msgstr "" + +#: libraries/rte/rte_footer.lib.php:111 +msgid "Event scheduler status" +msgstr "" + +#: libraries/rte/rte_general.lib.php:37 +msgid "The backed up query was:" +msgstr "" + +#: libraries/rte/rte_list.lib.php:82 +msgid "Returns" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:78 +msgid "" +"You are using PHP's deprecated 'mysql' extension, which is not capable of " +"handling multi queries. [strong]The execution of some stored routines may " +"fail![/strong] Please use the improved 'mysqli' extension to avoid any " +"problems." +msgstr "" + +#: libraries/rte/rte_routines.lib.php:128 +msgid "Edit routine" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:207 +#: libraries/rte/rte_routines.lib.php:1097 +#, php-format +msgid "Invalid routine type: \"%s\"" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:260 +#, php-format +msgid "Routine %1$s has been created." +msgstr "" + +#: libraries/rte/rte_routines.lib.php:379 +msgid "Sorry, we failed to restore the dropped routine." +msgstr "" + +#: libraries/rte/rte_routines.lib.php:435 +#, php-format +msgid "Routine %1$s has been modified. Privileges have been adjusted." +msgstr "" + +#: libraries/rte/rte_routines.lib.php:440 +#, php-format +msgid "Routine %1$s has been modified." +msgstr "" + +#: libraries/rte/rte_routines.lib.php:886 +msgid "Routine name" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:912 +msgid "Parameters" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:920 +msgid "Direction" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:941 +msgid "Add parameter" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:945 +msgid "Remove last parameter" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:950 +msgid "Return type" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:956 +msgid "Return length/values" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:962 +msgid "Return options" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:992 +msgid "Is deterministic" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1011 +msgid "" +"You do not have sufficient privileges to perform this operation; Please " +"refer to the documentation for more details" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1026 +msgid "Security type" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1035 +msgid "SQL data access" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1104 +msgid "You must provide a routine name!" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1138 +#, php-format +msgid "Invalid direction \"%s\" given for parameter." +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1160 +#: libraries/rte/rte_routines.lib.php:1222 +msgid "" +"You must provide length/values for routine parameters of type ENUM, SET, " +"VARCHAR and VARBINARY." +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1186 +msgid "You must provide a name and a type for each routine parameter." +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1205 +msgid "You must provide a valid return type for the routine." +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1265 +msgid "You must provide a routine definition." +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1376 +#, php-format +msgid "Execution results of routine %s" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1431 +#, php-format +msgid "%d row affected by the last statement inside the procedure." +msgid_plural "%d rows affected by the last statement inside the procedure." +msgstr[0] "" +msgstr[1] "" + +#: libraries/rte/rte_routines.lib.php:1489 +#: libraries/rte/rte_routines.lib.php:1497 +msgid "Execute routine" +msgstr "" + +#: libraries/rte/rte_routines.lib.php:1576 +#: libraries/rte/rte_routines.lib.php:1579 +msgid "Routine parameters" +msgstr "" + +#: libraries/rte/rte_triggers.lib.php:106 +msgid "Sorry, we failed to restore the dropped trigger." +msgstr "" + +#: libraries/rte/rte_triggers.lib.php:113 +#, php-format +msgid "Trigger %1$s has been modified." +msgstr "" + +#: libraries/rte/rte_triggers.lib.php:133 +#, php-format +msgid "Trigger %1$s has been created." +msgstr "" + +#: libraries/rte/rte_triggers.lib.php:209 +msgid "Edit trigger" +msgstr "" + +#: libraries/rte/rte_triggers.lib.php:329 +msgid "Trigger name" +msgstr "" + +#: libraries/rte/rte_triggers.lib.php:352 +msgctxt "Trigger action time" +msgid "Time" +msgstr "" + +#: libraries/rte/rte_triggers.lib.php:432 +msgid "You must provide a trigger name!" +msgstr "" + +#: libraries/rte/rte_triggers.lib.php:439 +msgid "You must provide a valid timing for the trigger!" +msgstr "" + +#: libraries/rte/rte_triggers.lib.php:446 +msgid "You must provide a valid event for the trigger!" +msgstr "" + +#: libraries/rte/rte_triggers.lib.php:454 +msgid "You must provide a valid table name!" +msgstr "" + +#: libraries/rte/rte_triggers.lib.php:460 +msgid "You must provide a trigger definition." +msgstr "" + +#: libraries/rte/rte_words.lib.php:27 +msgid "Add routine" +msgstr "" + +#: libraries/rte/rte_words.lib.php:29 +#, php-format +msgid "Export of routine %s" +msgstr "" + +#: libraries/rte/rte_words.lib.php:30 +msgid "routine" +msgstr "" + +#: libraries/rte/rte_words.lib.php:32 +msgid "You do not have the necessary privileges to create a routine" +msgstr "" + +#: libraries/rte/rte_words.lib.php:34 +#, php-format +msgid "No routine with name %1$s found in database %2$s" +msgstr "" + +#: libraries/rte/rte_words.lib.php:35 +msgid "There are no routines to display." +msgstr "" + +#: libraries/rte/rte_words.lib.php:41 +msgid "Add trigger" +msgstr "" + +#: libraries/rte/rte_words.lib.php:43 +#, php-format +msgid "Export of trigger %s" +msgstr "" + +#: libraries/rte/rte_words.lib.php:44 +msgid "trigger" +msgstr "" + +#: libraries/rte/rte_words.lib.php:46 +msgid "You do not have the necessary privileges to create a trigger" +msgstr "" + +#: libraries/rte/rte_words.lib.php:48 +#, php-format +msgid "No trigger with name %1$s found in database %2$s" +msgstr "" + +#: libraries/rte/rte_words.lib.php:49 +msgid "There are no triggers to display." +msgstr "" + +#: libraries/rte/rte_words.lib.php:55 +msgid "Add event" +msgstr "" + +#: libraries/rte/rte_words.lib.php:57 +#, php-format +msgid "Export of event %s" +msgstr "" + +#: libraries/rte/rte_words.lib.php:58 +msgid "event" +msgstr "" + +#: libraries/rte/rte_words.lib.php:60 +msgid "You do not have the necessary privileges to create an event" +msgstr "" + +#: libraries/rte/rte_words.lib.php:62 +#, php-format +msgid "No event with name %1$s found in database %2$s" +msgstr "" + +#: libraries/rte/rte_words.lib.php:63 +msgid "There are no events to display." +msgstr "" + +#: libraries/select_server.lib.php:42 libraries/select_server.lib.php:47 +msgid "Current server:" +msgstr "" + +#: libraries/server_common.lib.php:24 +msgid "Server variables and settings" +msgstr "" + +#: libraries/server_common.lib.php:27 +msgid "Storage Engines" +msgstr "" + +#: libraries/server_common.lib.php:36 +msgid "Character Sets and Collations" +msgstr "" + +#: libraries/server_common.lib.php:42 +msgid "Databases statistics" +msgstr "" + +#: libraries/server_privileges.lib.php:200 server_privileges.php:110 +msgid "No privileges." +msgstr "" + +#: libraries/server_privileges.lib.php:209 server_privileges.php:56 +msgid "Includes all privileges except GRANT." +msgstr "" + +#: libraries/server_privileges.lib.php:282 +#: libraries/server_privileges.lib.php:1122 +#: libraries/server_privileges.lib.php:1296 server_privileges.php:99 +msgid "Allows reading data." +msgstr "" + +#: libraries/server_privileges.lib.php:287 +#: libraries/server_privileges.lib.php:1127 +#: libraries/server_privileges.lib.php:1297 server_privileges.php:75 +msgid "Allows inserting and replacing data." +msgstr "" + +#: libraries/server_privileges.lib.php:292 +#: libraries/server_privileges.lib.php:1132 +#: libraries/server_privileges.lib.php:1298 server_privileges.php:109 +msgid "Allows changing data." +msgstr "" + +#: libraries/server_privileges.lib.php:297 +#: libraries/server_privileges.lib.php:1299 server_privileges.php:65 +msgid "Allows deleting data." +msgstr "" + +#: libraries/server_privileges.lib.php:302 +#: libraries/server_privileges.lib.php:1325 server_privileges.php:59 +msgid "Allows creating new databases and tables." +msgstr "" + +#: libraries/server_privileges.lib.php:307 +#: libraries/server_privileges.lib.php:1337 server_privileges.php:66 +msgid "Allows dropping databases and tables." +msgstr "" + +#: libraries/server_privileges.lib.php:312 +#: libraries/server_privileges.lib.php:1421 server_privileges.php:93 +msgid "Allows reloading server settings and flushing the server's caches." +msgstr "" + +#: libraries/server_privileges.lib.php:317 +#: libraries/server_privileges.lib.php:1425 server_privileges.php:102 +msgid "Allows shutting down the server." +msgstr "" + +#: libraries/server_privileges.lib.php:322 +#: libraries/server_privileges.lib.php:1417 server_privileges.php:90 +msgid "Allows viewing processes of all users." +msgstr "" + +#: libraries/server_privileges.lib.php:327 +#: libraries/server_privileges.lib.php:1305 server_privileges.php:70 +msgid "Allows importing data from and exporting data into files." +msgstr "" + +#: libraries/server_privileges.lib.php:332 +#: libraries/server_privileges.lib.php:1137 +#: libraries/server_privileges.lib.php:1438 server_privileges.php:91 +msgid "Has no effect in this MySQL version." +msgstr "" + +#: libraries/server_privileges.lib.php:337 +#: libraries/server_privileges.lib.php:1333 server_privileges.php:74 +msgid "Allows creating and dropping indexes." +msgstr "" + +#: libraries/server_privileges.lib.php:342 +#: libraries/server_privileges.lib.php:1331 server_privileges.php:57 +msgid "Allows altering the structure of existing tables." +msgstr "" + +#: libraries/server_privileges.lib.php:347 +#: libraries/server_privileges.lib.php:1429 server_privileges.php:100 +msgid "Gives access to the complete list of databases." +msgstr "" + +#: libraries/server_privileges.lib.php:353 +#: libraries/server_privileges.lib.php:1409 server_privileges.php:104 +msgid "" +"Allows connecting, even if maximum number of connections is reached; " +"required for most administrative operations like setting global variables or " +"killing threads of other users." +msgstr "" + +#: libraries/server_privileges.lib.php:361 +#: libraries/server_privileges.lib.php:1343 server_privileges.php:62 +msgid "Allows creating temporary tables." +msgstr "" + +#: libraries/server_privileges.lib.php:366 +#: libraries/server_privileges.lib.php:1434 server_privileges.php:76 +msgid "Allows locking tables for the current thread." +msgstr "" + +#: libraries/server_privileges.lib.php:371 +#: libraries/server_privileges.lib.php:1447 server_privileges.php:98 +msgid "Needed for the replication slaves." +msgstr "" + +#: libraries/server_privileges.lib.php:376 +#: libraries/server_privileges.lib.php:1443 server_privileges.php:96 +msgid "Allows the user to ask where the slaves / masters are." +msgstr "" + +#: libraries/server_privileges.lib.php:381 +#: libraries/server_privileges.lib.php:397 +#: libraries/server_privileges.lib.php:1363 +#: libraries/server_privileges.lib.php:1370 server_privileges.php:64 +msgid "Allows creating new views." +msgstr "" + +#: libraries/server_privileges.lib.php:386 +#: libraries/server_privileges.lib.php:1377 server_privileges.php:68 +msgid "Allows to set up events for the event scheduler." +msgstr "" + +#: libraries/server_privileges.lib.php:391 +#: libraries/server_privileges.lib.php:1381 server_privileges.php:108 +msgid "Allows creating and dropping triggers." +msgstr "" + +#: libraries/server_privileges.lib.php:402 +#: libraries/server_privileges.lib.php:408 +#: libraries/server_privileges.lib.php:1347 server_privileges.php:101 +msgid "Allows performing SHOW CREATE VIEW queries." +msgstr "" + +#: libraries/server_privileges.lib.php:413 +#: libraries/server_privileges.lib.php:1351 server_privileges.php:60 +msgid "Allows creating stored routines." +msgstr "" + +#: libraries/server_privileges.lib.php:418 +#: libraries/server_privileges.lib.php:1355 server_privileges.php:58 +msgid "Allows altering and dropping stored routines." +msgstr "" + +#: libraries/server_privileges.lib.php:423 +#: libraries/server_privileges.lib.php:1451 server_privileges.php:63 +msgid "Allows creating, dropping and renaming user accounts." +msgstr "" + +#: libraries/server_privileges.lib.php:428 +#: libraries/server_privileges.lib.php:1357 server_privileges.php:69 +msgid "Allows executing stored routines." +msgstr "" + +#: libraries/server_privileges.lib.php:476 +#: libraries/server_privileges.lib.php:477 +msgctxt "None privileges" +msgid "None" +msgstr "" + +#: libraries/server_privileges.lib.php:528 +#: libraries/server_privileges.lib.php:555 +#: libraries/server_privileges.lib.php:3573 +#: libraries/server_user_groups.lib.php:76 +msgid "User group" +msgstr "" + +#: libraries/server_privileges.lib.php:732 +msgid "Does not require SSL-encrypted connections." +msgstr "" + +#: libraries/server_privileges.lib.php:753 +msgid "Requires SSL-encrypted connections." +msgstr "" + +#: libraries/server_privileges.lib.php:773 +msgid "Requires a valid X509 certificate." +msgstr "" + +#: libraries/server_privileges.lib.php:805 +#: libraries/server_privileges.lib.php:814 +msgid "Requires that a specific cipher method be used for a connection." +msgstr "" + +#: libraries/server_privileges.lib.php:825 +#: libraries/server_privileges.lib.php:834 +msgid "Requires that a valid X509 certificate issued by this CA be presented." +msgstr "" + +#: libraries/server_privileges.lib.php:845 +#: libraries/server_privileges.lib.php:854 +msgid "Requires that a valid X509 certificate with this subject be presented." +msgstr "" + +#: libraries/server_privileges.lib.php:878 +msgid "Resource limits" +msgstr "" + +#: libraries/server_privileges.lib.php:880 +msgid "Note: Setting these options to 0 (zero) removes the limit." +msgstr "" + +#: libraries/server_privileges.lib.php:887 +#: libraries/server_privileges.lib.php:898 server_privileges.php:81 +msgid "Limits the number of queries the user may send to the server per hour." +msgstr "" + +#: libraries/server_privileges.lib.php:907 +#: libraries/server_privileges.lib.php:918 server_privileges.php:84 +msgid "" +"Limits the number of commands that change any table or database the user may " +"execute per hour." +msgstr "" + +#: libraries/server_privileges.lib.php:928 +#: libraries/server_privileges.lib.php:937 server_privileges.php:78 +msgid "Limits the number of new connections the user may open per hour." +msgstr "" + +#: libraries/server_privileges.lib.php:945 +#: libraries/server_privileges.lib.php:955 server_privileges.php:88 +msgid "Limits the number of simultaneous connections the user may have." +msgstr "" + +#: libraries/server_privileges.lib.php:994 +#: libraries/server_privileges.lib.php:3377 +#: libraries/server_privileges.lib.php:3379 +#: libraries/server_privileges.lib.php:4644 +#: templates/privileges/edit_routine_privileges.phtml:11 +msgid "Routine" +msgstr "" + +#: libraries/server_privileges.lib.php:1026 +#: libraries/server_privileges.lib.php:1400 server_privileges.php:72 +msgid "" +"Allows adding users and privileges without reloading the privilege tables." +msgstr "" + +#: libraries/server_privileges.lib.php:1033 +msgid "Allows altering and dropping this routine." +msgstr "" + +#: libraries/server_privileges.lib.php:1038 +msgid "Allows executing this routine." +msgstr "" + +#: libraries/server_privileges.lib.php:1088 +#: libraries/server_privileges.lib.php:1257 +#: libraries/server_privileges.lib.php:3372 +#: templates/privileges/privileges_summary.phtml:19 +msgid "Table-specific privileges" +msgstr "" + +#: libraries/server_privileges.lib.php:1091 +#: libraries/server_privileges.lib.php:1267 +#: libraries/server_privileges.lib.php:3569 +#: templates/privileges/edit_routine_privileges.phtml:16 +msgid "Note: MySQL privilege names are expressed in English." +msgstr "" + +#: libraries/server_privileges.lib.php:1231 +msgid "Administration" +msgstr "" + +#: libraries/server_privileges.lib.php:1251 +#: libraries/server_privileges.lib.php:3567 +msgid "Global privileges" +msgstr "" + +#: libraries/server_privileges.lib.php:1252 +msgid "Global" +msgstr "" + +#: libraries/server_privileges.lib.php:1254 +#: libraries/server_privileges.lib.php:3366 +msgid "Database-specific privileges" +msgstr "" + +#: libraries/server_privileges.lib.php:1326 server_privileges.php:61 +msgid "Allows creating new tables." +msgstr "" + +#: libraries/server_privileges.lib.php:1338 server_privileges.php:67 +msgid "Allows dropping tables." +msgstr "" + +#: libraries/server_privileges.lib.php:1532 +msgid "Native MySQL authentication" +msgstr "" + +#: libraries/server_privileges.lib.php:1534 +msgid "SHA256 password authentication" +msgstr "" + +#: libraries/server_privileges.lib.php:1548 +msgid "Native MySQL Authentication" +msgstr "" + +#: libraries/server_privileges.lib.php:1602 +#: libraries/server_privileges.lib.php:3134 +msgid "Login Information" +msgstr "" + +#: libraries/server_privileges.lib.php:1625 +#: libraries/server_privileges.lib.php:1783 +#: templates/privileges/add_privileges_routine.phtml:7 +#: templates/privileges/add_privileges_table.phtml:7 +msgid "Use text field" +msgstr "" + +#: libraries/server_privileges.lib.php:1651 +msgid "" +"An account already exists with the same username but possibly a different " +"hostname." +msgstr "" + +#: libraries/server_privileges.lib.php:1660 +msgid "Host name:" +msgstr "" + +#: libraries/server_privileges.lib.php:1665 +#: libraries/server_privileges.lib.php:1750 +#: libraries/server_privileges.lib.php:2640 +#: libraries/server_privileges.lib.php:3565 +msgid "Host name" +msgstr "" + +#: libraries/server_privileges.lib.php:1773 +msgid "Do not change the password" +msgstr "" + +#: libraries/server_privileges.lib.php:1819 +msgid "Authentication Plugin" +msgstr "" + +#: libraries/server_privileges.lib.php:1826 +msgid "Password Hashing Method" +msgstr "" + +#: libraries/server_privileges.lib.php:2105 +#, php-format +msgid "The password for %s was changed successfully." +msgstr "" + +#: libraries/server_privileges.lib.php:2149 +#, php-format +msgid "You have revoked the privileges for %s." +msgstr "" + +#: libraries/server_privileges.lib.php:2247 +#: libraries/server_privileges.lib.php:4573 +msgid "Add user account" +msgstr "" + +#: libraries/server_privileges.lib.php:2256 +msgid "Database for user account" +msgstr "" + +#: libraries/server_privileges.lib.php:2262 +msgid "Create database with same name and grant all privileges." +msgstr "" + +#: libraries/server_privileges.lib.php:2273 +msgid "Grant all privileges on wildcard name (username\\_%)." +msgstr "" + +#: libraries/server_privileges.lib.php:2286 +#, php-format +msgid "Grant all privileges on database %s." +msgstr "" + +#: libraries/server_privileges.lib.php:2450 +#: libraries/server_privileges.lib.php:2521 +#, php-format +msgid "Users having access to \"%s\"" +msgstr "" + +#: libraries/server_privileges.lib.php:2490 +msgid "User has been added." +msgstr "" + +#: libraries/server_privileges.lib.php:2643 +#: libraries/server_privileges.lib.php:3575 +#: templates/privileges/privileges_summary.phtml:17 +msgid "Grant" +msgstr "" + +#: libraries/server_privileges.lib.php:2658 +msgid "Not enough privilege to view users." +msgstr "" + +#: libraries/server_privileges.lib.php:2678 +#: libraries/server_privileges.lib.php:4049 +msgid "No user found." +msgstr "" + +#: libraries/server_privileges.lib.php:2709 +#: libraries/server_privileges.lib.php:2999 +#: libraries/server_privileges.lib.php:3657 +msgid "Any" +msgstr "" + +#: libraries/server_privileges.lib.php:2763 +msgid "global" +msgstr "" + +#: libraries/server_privileges.lib.php:2766 +msgid "database-specific" +msgstr "" + +#: libraries/server_privileges.lib.php:2768 +msgid "wildcard" +msgstr "" + +#: libraries/server_privileges.lib.php:2774 +msgid "table-specific" +msgstr "" + +#: libraries/server_privileges.lib.php:2905 +msgid "Edit privileges" +msgstr "" + +#: libraries/server_privileges.lib.php:2908 +msgid "Revoke" +msgstr "" + +#: libraries/server_privileges.lib.php:2932 +msgid "Edit user group" +msgstr "" + +#: libraries/server_privileges.lib.php:3113 +msgid "… keep the old one." +msgstr "" + +#: libraries/server_privileges.lib.php:3114 +msgid "… delete the old one from the user tables." +msgstr "" + +#: libraries/server_privileges.lib.php:3116 +msgid "" +"… revoke all active privileges from the old one and delete it afterwards." +msgstr "" + +#: libraries/server_privileges.lib.php:3120 +msgid "" +"… delete the old one from the user tables and reload the privileges " +"afterwards." +msgstr "" + +#: libraries/server_privileges.lib.php:3135 +msgid "Change login information / Copy user account" +msgstr "" + +#: libraries/server_privileges.lib.php:3141 +msgid "Create a new user account with the same privileges and …" +msgstr "" + +#: libraries/server_privileges.lib.php:3378 +#: templates/privileges/edit_routine_privileges.phtml:12 +msgid "Routine-specific privileges" +msgstr "" + +#: libraries/server_privileges.lib.php:3758 +msgid "Remove selected user accounts" +msgstr "" + +#: libraries/server_privileges.lib.php:3764 +msgid "Revoke all active privileges from the users and delete them afterwards." +msgstr "" + +#: libraries/server_privileges.lib.php:3772 +#: libraries/server_privileges.lib.php:3778 +#: libraries/server_privileges.lib.php:3781 +msgid "Drop the databases that have the same names as the users." +msgstr "" + +#: libraries/server_privileges.lib.php:3925 +msgid "No users selected for deleting!" +msgstr "" + +#: libraries/server_privileges.lib.php:3928 +msgid "Reloading the privileges" +msgstr "" + +#: libraries/server_privileges.lib.php:3947 +msgid "The selected users have been deleted successfully." +msgstr "" + +#: libraries/server_privileges.lib.php:4022 +#, php-format +msgid "You have updated the privileges for %s." +msgstr "" + +#: libraries/server_privileges.lib.php:4126 +#, php-format +msgid "Deleting %s" +msgstr "" + +#: libraries/server_privileges.lib.php:4156 +msgid "The privileges were reloaded successfully." +msgstr "" + +#: libraries/server_privileges.lib.php:4247 +#, php-format +msgid "The user %s already exists!" +msgstr "" + +#: libraries/server_privileges.lib.php:4515 +#, php-format +msgid "Privileges for %s" +msgstr "" + +#: libraries/server_privileges.lib.php:4524 +#: libraries/server_status_processes.lib.php:72 +#: libraries/server_user_groups.lib.php:37 +msgid "User" +msgstr "" + +#: libraries/server_privileges.lib.php:4565 +msgctxt "Create new user" +msgid "New" +msgstr "" + +#: libraries/server_privileges.lib.php:4594 +msgid "Edit privileges:" +msgstr "" + +#: libraries/server_privileges.lib.php:4595 +msgid "User account" +msgstr "" + +#: libraries/server_privileges.lib.php:4669 +msgid "" +"Note: You are attempting to edit privileges of the user with which you are " +"currently logged in." +msgstr "" + +#: libraries/server_privileges.lib.php:4689 libraries/server_users.lib.php:22 +msgid "User accounts overview" +msgstr "" + +#: libraries/server_privileges.lib.php:4758 +msgid "" +"A user account allowing any user from localhost to connect is present. This " +"will prevent other users from connecting if the host part of their account " +"allows a connection from any (%) host." +msgstr "" + +#: libraries/server_privileges.lib.php:4799 +#, php-format +msgid "" +"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " +"tables. The content of these tables may differ from the privileges the " +"server uses, if they have been changed manually. In this case, you should " +"%sreload the privileges%s before you continue." +msgstr "" + +#: libraries/server_privileges.lib.php:4816 +msgid "" +"Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege " +"tables. The content of these tables may differ from the privileges the " +"server uses, if they have been changed manually. In this case, the " +"privileges have to be reloaded but currently, you don't have the RELOAD " +"privilege." +msgstr "" + +#: libraries/server_privileges.lib.php:4866 +msgid "The selected user was not found in the privilege table." +msgstr "" + +#: libraries/server_privileges.lib.php:5090 +msgid "You have added a new user." +msgstr "" + +#: libraries/server_status.lib.php:57 +#, php-format +msgid "Network traffic since startup: %s" +msgstr "" + +#: libraries/server_status.lib.php:70 +#, php-format +msgid "This MySQL server has been running for %1$s. It started up on %2$s." +msgstr "" + +#: libraries/server_status.lib.php:91 +msgid "" +"This MySQL server works as master and slave in replication process." +msgstr "" + +#: libraries/server_status.lib.php:96 +msgid "This MySQL server works as master in replication process." +msgstr "" + +#: libraries/server_status.lib.php:101 +msgid "This MySQL server works as slave in replication process." +msgstr "" + +#: libraries/server_status.lib.php:113 +msgid "Replication status" +msgstr "" + +#: libraries/server_status.lib.php:143 +msgid "" +"On a busy server, the byte counters may overrun, so those statistics as " +"reported by the MySQL server may be incorrect." +msgstr "" + +#: libraries/server_status.lib.php:154 +msgid "Received" +msgstr "" + +#: libraries/server_status.lib.php:173 +msgid "Sent" +msgstr "" + +#: libraries/server_status.lib.php:240 +msgid "Max. concurrent connections" +msgstr "" + +#: libraries/server_status.lib.php:250 +msgid "Failed attempts" +msgstr "" + +#: libraries/server_status_advisor.lib.php:19 +msgid "Instructions" +msgstr "" + +#: libraries/server_status_advisor.lib.php:25 +msgid "" +"The Advisor system can provide recommendations on server variables by " +"analyzing the server status variables." +msgstr "" + +#: libraries/server_status_advisor.lib.php:31 +msgid "" +"Do note however that this system provides recommendations based on simple " +"calculations and by rule of thumb which may not necessarily apply to your " +"system." +msgstr "" + +#: libraries/server_status_advisor.lib.php:38 +msgid "" +"Prior to changing any of the configuration, be sure to know what you are " +"changing (by reading the documentation) and how to undo the change. Wrong " +"tuning can have a very negative effect on performance." +msgstr "" + +#: libraries/server_status_advisor.lib.php:46 +msgid "" +"The best way to tune your system would be to change only one setting at a " +"time, observe or benchmark your database, and undo the change if there was " +"no clearly measurable improvement." +msgstr "" + +#: libraries/server_status_monitor.lib.php:62 +msgid "Log statistics" +msgstr "" + +#: libraries/server_status_monitor.lib.php:63 +msgid "Selected time range:" +msgstr "" + +#: libraries/server_status_monitor.lib.php:71 +msgid "Only retrieve SELECT,INSERT,UPDATE and DELETE Statements" +msgstr "" + +#: libraries/server_status_monitor.lib.php:77 +msgid "Remove variable data in INSERT statements for better grouping" +msgstr "" + +#: libraries/server_status_monitor.lib.php:81 +msgid "Choose from which log you want the statistics to be generated from." +msgstr "" + +#: libraries/server_status_monitor.lib.php:85 +msgid "Results are grouped by query text." +msgstr "" + +#: libraries/server_status_monitor.lib.php:89 +msgid "Query analyzer" +msgstr "" + +#: libraries/server_status_monitor.lib.php:106 +msgid "Monitor Instructions" +msgstr "" + +#: libraries/server_status_monitor.lib.php:108 +msgid "" +"The phpMyAdmin Monitor can assist you in optimizing the server configuration " +"and track down time intensive queries. For the latter you will need to set " +"log_output to 'TABLE' and have either the slow_query_log or general_log " +"enabled. Note however, that the general_log produces a lot of data and " +"increases server load by up to 15%." +msgstr "" + +#: libraries/server_status_monitor.lib.php:124 +msgid "Using the monitor:" +msgstr "" + +#: libraries/server_status_monitor.lib.php:127 +msgid "" +"Your browser will refresh all displayed charts in a regular interval. You " +"may add charts and change the refresh rate under 'Settings', or remove any " +"chart using the cog icon on each respective chart." +msgstr "" + +#: libraries/server_status_monitor.lib.php:133 +msgid "" +"To display queries from the logs, select the relevant time span on any chart " +"by holding down the left mouse button and panning over the chart. Once " +"confirmed, this will load a table of grouped queries, there you may click on " +"any occurring SELECT statements to further analyze them." +msgstr "" + +#: libraries/server_status_monitor.lib.php:143 +msgid "Please note:" +msgstr "" + +#: libraries/server_status_monitor.lib.php:146 +msgid "" +"Enabling the general_log may increase the server load by 5-15%. Also be " +"aware that generating statistics from the logs is a load intensive task, so " +"it is advisable to select only a small time span and to disable the " +"general_log and empty its table once monitoring is not required any more." +msgstr "" + +#: libraries/server_status_monitor.lib.php:167 +#: libraries/server_status_monitor.lib.php:275 +msgid "Add chart" +msgstr "" + +#: libraries/server_status_monitor.lib.php:170 +msgid "Chart Title" +msgstr "" + +#: libraries/server_status_monitor.lib.php:173 +msgid "Preset chart" +msgstr "" + +#: libraries/server_status_monitor.lib.php:178 +msgid "Status variable(s)" +msgstr "" + +#: libraries/server_status_monitor.lib.php:181 +msgid "Select series:" +msgstr "" + +#: libraries/server_status_monitor.lib.php:183 +msgid "Commonly monitored" +msgstr "" + +#: libraries/server_status_monitor.lib.php:199 +msgid "or type variable name:" +msgstr "" + +#: libraries/server_status_monitor.lib.php:206 +msgid "Display as differential value" +msgstr "" + +#: libraries/server_status_monitor.lib.php:210 +msgid "Apply a divisor" +msgstr "" + +#: libraries/server_status_monitor.lib.php:218 +msgid "Append unit to data values" +msgstr "" + +#: libraries/server_status_monitor.lib.php:224 +msgid "Add this series" +msgstr "" + +#: libraries/server_status_monitor.lib.php:226 +msgid "Clear series" +msgstr "" + +#: libraries/server_status_monitor.lib.php:229 +msgid "Series in chart:" +msgstr "" + +#: libraries/server_status_monitor.lib.php:250 +msgid "Start Monitor" +msgstr "" + +#: libraries/server_status_monitor.lib.php:256 +msgid "Instructions/Setup" +msgstr "" + +#: libraries/server_status_monitor.lib.php:259 +msgid "Done dragging (rearranging) charts" +msgstr "" + +#: libraries/server_status_monitor.lib.php:279 +msgid "Enable charts dragging" +msgstr "" + +#: libraries/server_status_monitor.lib.php:283 +#: libraries/server_status_processes.lib.php:29 +msgid "Refresh rate" +msgstr "" + +#: libraries/server_status_monitor.lib.php:292 +msgid "Chart columns" +msgstr "" + +#: libraries/server_status_monitor.lib.php:304 +msgid "Chart arrangement" +msgstr "" + +#: libraries/server_status_monitor.lib.php:307 +msgid "" +"The arrangement of the charts is stored to the browsers local storage. You " +"may want to export it if you have a complicated set up." +msgstr "" + +#: libraries/server_status_monitor.lib.php:321 +msgid "Reset to default" +msgstr "" + +#: libraries/server_status_processes.lib.php:24 +msgid "" +"Note: Enabling the auto refresh here might cause heavy traffic between the " +"web server and the MySQL server." +msgstr "" + +#: libraries/server_status_processes.lib.php:68 +msgid "ID" +msgstr "" + +#: libraries/server_status_processes.lib.php:84 +msgid "Command" +msgstr "" + +#: libraries/server_status_processes.lib.php:96 +msgid "Progress" +msgstr "" + +#: libraries/server_status_processes.lib.php:233 +#: libraries/server_status_variables.lib.php:37 templates/filter.phtml:2 +msgid "Filters" +msgstr "" + +#: libraries/server_status_processes.lib.php:241 +msgid "Show only active" +msgstr "" + +#: libraries/server_status_queries.lib.php:30 +#, php-format +msgid "Questions since startup: %s" +msgstr "" + +#: libraries/server_status_queries.lib.php:41 +msgid "per hour:" +msgstr "" + +#: libraries/server_status_queries.lib.php:44 +msgid "per minute:" +msgstr "" + +#: libraries/server_status_queries.lib.php:51 +msgid "per second:" +msgstr "" + +#: libraries/server_status_queries.lib.php:90 +msgid "Statements" +msgstr "" + +#. l10n: # = Amount of queries +#: libraries/server_status_queries.lib.php:93 libraries/tracking.lib.php:896 +msgid "#" +msgstr "" + +#: libraries/server_status_variables.lib.php:42 templates/filter.phtml:4 +msgid "Containing the word:" +msgstr "" + +#: libraries/server_status_variables.lib.php:50 +msgid "Show only alert values" +msgstr "" + +#: libraries/server_status_variables.lib.php:55 +msgid "Filter by category…" +msgstr "" + +#: libraries/server_status_variables.lib.php:76 +msgid "Show unformatted values" +msgstr "" + +#: libraries/server_status_variables.lib.php:96 +msgid "Related links:" +msgstr "" + +#: libraries/server_status_variables.lib.php:331 +msgid "" +"The number of connections that were aborted because the client died without " +"closing the connection properly." +msgstr "" + +#: libraries/server_status_variables.lib.php:335 +msgid "The number of failed attempts to connect to the MySQL server." +msgstr "" + +#: libraries/server_status_variables.lib.php:338 +msgid "" +"The number of transactions that used the temporary binary log cache but that " +"exceeded the value of binlog_cache_size and used a temporary file to store " +"statements from the transaction." +msgstr "" + +#: libraries/server_status_variables.lib.php:343 +msgid "The number of transactions that used the temporary binary log cache." +msgstr "" + +#: libraries/server_status_variables.lib.php:346 +msgid "" +"The number of connection attempts (successful or not) to the MySQL server." +msgstr "" + +#: libraries/server_status_variables.lib.php:350 +msgid "" +"The number of temporary tables on disk created automatically by the server " +"while executing statements. If Created_tmp_disk_tables is big, you may want " +"to increase the tmp_table_size value to cause temporary tables to be memory-" +"based instead of disk-based." +msgstr "" + +#: libraries/server_status_variables.lib.php:357 +msgid "How many temporary files mysqld has created." +msgstr "" + +#: libraries/server_status_variables.lib.php:360 +msgid "" +"The number of in-memory temporary tables created automatically by the server " +"while executing statements." +msgstr "" + +#: libraries/server_status_variables.lib.php:364 +msgid "" +"The number of rows written with INSERT DELAYED for which some error occurred " +"(probably duplicate key)." +msgstr "" + +#: libraries/server_status_variables.lib.php:368 +msgid "" +"The number of INSERT DELAYED handler threads in use. Every different table " +"on which one uses INSERT DELAYED gets its own thread." +msgstr "" + +#: libraries/server_status_variables.lib.php:373 +msgid "The number of INSERT DELAYED rows written." +msgstr "" + +#: libraries/server_status_variables.lib.php:376 +msgid "The number of executed FLUSH statements." +msgstr "" + +#: libraries/server_status_variables.lib.php:379 +msgid "The number of internal COMMIT statements." +msgstr "" + +#: libraries/server_status_variables.lib.php:382 +msgid "The number of times a row was deleted from a table." +msgstr "" + +#: libraries/server_status_variables.lib.php:385 +msgid "" +"The MySQL server can ask the NDB Cluster storage engine if it knows about a " +"table with a given name. This is called discovery. Handler_discover " +"indicates the number of time tables have been discovered." +msgstr "" + +#: libraries/server_status_variables.lib.php:391 +msgid "" +"The number of times the first entry was read from an index. If this is high, " +"it suggests that the server is doing a lot of full index scans; for example, " +"SELECT col1 FROM foo, assuming that col1 is indexed." +msgstr "" + +#: libraries/server_status_variables.lib.php:397 +msgid "" +"The number of requests to read a row based on a key. If this is high, it is " +"a good indication that your queries and tables are properly indexed." +msgstr "" + +#: libraries/server_status_variables.lib.php:402 +msgid "" +"The number of requests to read the next row in key order. This is " +"incremented if you are querying an index column with a range constraint or " +"if you are doing an index scan." +msgstr "" + +#: libraries/server_status_variables.lib.php:407 +msgid "" +"The number of requests to read the previous row in key order. This read " +"method is mainly used to optimize ORDER BY … DESC." +msgstr "" + +#: libraries/server_status_variables.lib.php:411 +msgid "" +"The number of requests to read a row based on a fixed position. This is high " +"if you are doing a lot of queries that require sorting of the result. You " +"probably have a lot of queries that require MySQL to scan whole tables or " +"you have joins that don't use keys properly." +msgstr "" + +#: libraries/server_status_variables.lib.php:418 +msgid "" +"The number of requests to read the next row in the data file. This is high " +"if you are doing a lot of table scans. Generally this suggests that your " +"tables are not properly indexed or that your queries are not written to take " +"advantage of the indexes you have." +msgstr "" + +#: libraries/server_status_variables.lib.php:425 +msgid "The number of internal ROLLBACK statements." +msgstr "" + +#: libraries/server_status_variables.lib.php:428 +msgid "The number of requests to update a row in a table." +msgstr "" + +#: libraries/server_status_variables.lib.php:431 +msgid "The number of requests to insert a row in a table." +msgstr "" + +#: libraries/server_status_variables.lib.php:434 +msgid "The number of pages containing data (dirty or clean)." +msgstr "" + +#: libraries/server_status_variables.lib.php:437 +msgid "The number of pages currently dirty." +msgstr "" + +#: libraries/server_status_variables.lib.php:440 +msgid "The number of buffer pool pages that have been requested to be flushed." +msgstr "" + +#: libraries/server_status_variables.lib.php:444 +msgid "The number of free pages." +msgstr "" + +#: libraries/server_status_variables.lib.php:447 +msgid "" +"The number of latched pages in InnoDB buffer pool. These are pages currently " +"being read or written or that can't be flushed or removed for some other " +"reason." +msgstr "" + +#: libraries/server_status_variables.lib.php:452 +msgid "" +"The number of pages busy because they have been allocated for administrative " +"overhead such as row locks or the adaptive hash index. This value can also " +"be calculated as Innodb_buffer_pool_pages_total - " +"Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data." +msgstr "" + +#: libraries/server_status_variables.lib.php:459 +msgid "Total size of buffer pool, in pages." +msgstr "" + +#: libraries/server_status_variables.lib.php:462 +msgid "" +"The number of \"random\" read-aheads InnoDB initiated. This happens when a " +"query is to scan a large portion of a table but in random order." +msgstr "" + +#: libraries/server_status_variables.lib.php:467 +msgid "" +"The number of sequential read-aheads InnoDB initiated. This happens when " +"InnoDB does a sequential full table scan." +msgstr "" + +#: libraries/server_status_variables.lib.php:471 +msgid "The number of logical read requests InnoDB has done." +msgstr "" + +#: libraries/server_status_variables.lib.php:474 +msgid "" +"The number of logical reads that InnoDB could not satisfy from buffer pool " +"and had to do a single-page read." +msgstr "" + +#: libraries/server_status_variables.lib.php:478 +msgid "" +"Normally, writes to the InnoDB buffer pool happen in the background. " +"However, if it's necessary to read or create a page and no clean pages are " +"available, it's necessary to wait for pages to be flushed first. This " +"counter counts instances of these waits. If the buffer pool size was set " +"properly, this value should be small." +msgstr "" + +#: libraries/server_status_variables.lib.php:486 +msgid "The number writes done to the InnoDB buffer pool." +msgstr "" + +#: libraries/server_status_variables.lib.php:489 +msgid "The number of fsync() operations so far." +msgstr "" + +#: libraries/server_status_variables.lib.php:492 +msgid "The current number of pending fsync() operations." +msgstr "" + +#: libraries/server_status_variables.lib.php:495 +msgid "The current number of pending reads." +msgstr "" + +#: libraries/server_status_variables.lib.php:498 +msgid "The current number of pending writes." +msgstr "" + +#: libraries/server_status_variables.lib.php:501 +msgid "The amount of data read so far, in bytes." +msgstr "" + +#: libraries/server_status_variables.lib.php:504 +msgid "The total number of data reads." +msgstr "" + +#: libraries/server_status_variables.lib.php:507 +msgid "The total number of data writes." +msgstr "" + +#: libraries/server_status_variables.lib.php:510 +msgid "The amount of data written so far, in bytes." +msgstr "" + +#: libraries/server_status_variables.lib.php:513 +msgid "The number of pages that have been written for doublewrite operations." +msgstr "" + +#: libraries/server_status_variables.lib.php:517 +msgid "The number of doublewrite operations that have been performed." +msgstr "" + +#: libraries/server_status_variables.lib.php:520 +msgid "" +"The number of waits we had because log buffer was too small and we had to " +"wait for it to be flushed before continuing." +msgstr "" + +#: libraries/server_status_variables.lib.php:524 +msgid "The number of log write requests." +msgstr "" + +#: libraries/server_status_variables.lib.php:527 +msgid "The number of physical writes to the log file." +msgstr "" + +#: libraries/server_status_variables.lib.php:530 +msgid "The number of fsync() writes done to the log file." +msgstr "" + +#: libraries/server_status_variables.lib.php:533 +msgid "The number of pending log file fsyncs." +msgstr "" + +#: libraries/server_status_variables.lib.php:536 +msgid "Pending log file writes." +msgstr "" + +#: libraries/server_status_variables.lib.php:539 +msgid "The number of bytes written to the log file." +msgstr "" + +#: libraries/server_status_variables.lib.php:542 +msgid "The number of pages created." +msgstr "" + +#: libraries/server_status_variables.lib.php:545 +msgid "" +"The compiled-in InnoDB page size (default 16KB). Many values are counted in " +"pages; the page size allows them to be easily converted to bytes." +msgstr "" + +#: libraries/server_status_variables.lib.php:550 +msgid "The number of pages read." +msgstr "" + +#: libraries/server_status_variables.lib.php:553 +msgid "The number of pages written." +msgstr "" + +#: libraries/server_status_variables.lib.php:556 +msgid "The number of row locks currently being waited for." +msgstr "" + +#: libraries/server_status_variables.lib.php:559 +msgid "The average time to acquire a row lock, in milliseconds." +msgstr "" + +#: libraries/server_status_variables.lib.php:562 +msgid "The total time spent in acquiring row locks, in milliseconds." +msgstr "" + +#: libraries/server_status_variables.lib.php:565 +msgid "The maximum time to acquire a row lock, in milliseconds." +msgstr "" + +#: libraries/server_status_variables.lib.php:568 +msgid "The number of times a row lock had to be waited for." +msgstr "" + +#: libraries/server_status_variables.lib.php:571 +msgid "The number of rows deleted from InnoDB tables." +msgstr "" + +#: libraries/server_status_variables.lib.php:574 +msgid "The number of rows inserted in InnoDB tables." +msgstr "" + +#: libraries/server_status_variables.lib.php:577 +msgid "The number of rows read from InnoDB tables." +msgstr "" + +#: libraries/server_status_variables.lib.php:580 +msgid "The number of rows updated in InnoDB tables." +msgstr "" + +#: libraries/server_status_variables.lib.php:583 +msgid "" +"The number of key blocks in the key cache that have changed but haven't yet " +"been flushed to disk. It used to be known as Not_flushed_key_blocks." +msgstr "" + +#: libraries/server_status_variables.lib.php:588 +msgid "" +"The number of unused blocks in the key cache. You can use this value to " +"determine how much of the key cache is in use." +msgstr "" + +#: libraries/server_status_variables.lib.php:592 +msgid "" +"The number of used blocks in the key cache. This value is a high-water mark " +"that indicates the maximum number of blocks that have ever been in use at " +"one time." +msgstr "" + +#: libraries/server_status_variables.lib.php:597 +msgid "Percentage of used key cache (calculated value)" +msgstr "" + +#: libraries/server_status_variables.lib.php:600 +msgid "The number of requests to read a key block from the cache." +msgstr "" + +#: libraries/server_status_variables.lib.php:603 +msgid "" +"The number of physical reads of a key block from disk. If Key_reads is big, " +"then your key_buffer_size value is probably too small. The cache miss rate " +"can be calculated as Key_reads/Key_read_requests." +msgstr "" + +#: libraries/server_status_variables.lib.php:609 +msgid "" +"Key cache miss calculated as rate of physical reads compared to read " +"requests (calculated value)" +msgstr "" + +#: libraries/server_status_variables.lib.php:613 +msgid "The number of requests to write a key block to the cache." +msgstr "" + +#: libraries/server_status_variables.lib.php:616 +msgid "The number of physical writes of a key block to disk." +msgstr "" + +#: libraries/server_status_variables.lib.php:619 +msgid "" +"Percentage of physical writes compared to write requests (calculated value)" +msgstr "" + +#: libraries/server_status_variables.lib.php:623 +msgid "" +"The total cost of the last compiled query as computed by the query " +"optimizer. Useful for comparing the cost of different query plans for the " +"same query. The default value of 0 means that no query has been compiled yet." +msgstr "" + +#: libraries/server_status_variables.lib.php:629 +msgid "" +"The maximum number of connections that have been in use simultaneously since " +"the server started." +msgstr "" + +#: libraries/server_status_variables.lib.php:633 +msgid "The number of rows waiting to be written in INSERT DELAYED queues." +msgstr "" + +#: libraries/server_status_variables.lib.php:636 +msgid "" +"The number of tables that have been opened. If opened tables is big, your " +"table cache value is probably too small." +msgstr "" + +#: libraries/server_status_variables.lib.php:640 +msgid "The number of files that are open." +msgstr "" + +#: libraries/server_status_variables.lib.php:643 +msgid "The number of streams that are open (used mainly for logging)." +msgstr "" + +#: libraries/server_status_variables.lib.php:646 +msgid "The number of tables that are open." +msgstr "" + +#: libraries/server_status_variables.lib.php:649 +msgid "" +"The number of free memory blocks in query cache. High numbers can indicate " +"fragmentation issues, which may be solved by issuing a FLUSH QUERY CACHE " +"statement." +msgstr "" + +#: libraries/server_status_variables.lib.php:654 +msgid "The amount of free memory for query cache." +msgstr "" + +#: libraries/server_status_variables.lib.php:657 +msgid "The number of cache hits." +msgstr "" + +#: libraries/server_status_variables.lib.php:660 +msgid "The number of queries added to the cache." +msgstr "" + +#: libraries/server_status_variables.lib.php:663 +msgid "" +"The number of queries that have been removed from the cache to free up " +"memory for caching new queries. This information can help you tune the query " +"cache size. The query cache uses a least recently used (LRU) strategy to " +"decide which queries to remove from the cache." +msgstr "" + +#: libraries/server_status_variables.lib.php:670 +msgid "" +"The number of non-cached queries (not cachable, or not cached due to the " +"query_cache_type setting)." +msgstr "" + +#: libraries/server_status_variables.lib.php:674 +msgid "The number of queries registered in the cache." +msgstr "" + +#: libraries/server_status_variables.lib.php:677 +msgid "The total number of blocks in the query cache." +msgstr "" + +#: libraries/server_status_variables.lib.php:680 +msgid "The status of failsafe replication (not yet implemented)." +msgstr "" + +#: libraries/server_status_variables.lib.php:683 +msgid "" +"The number of joins that do not use indexes. If this value is not 0, you " +"should carefully check the indexes of your tables." +msgstr "" + +#: libraries/server_status_variables.lib.php:687 +msgid "The number of joins that used a range search on a reference table." +msgstr "" + +#: libraries/server_status_variables.lib.php:690 +msgid "" +"The number of joins without keys that check for key usage after each row. " +"(If this is not 0, you should carefully check the indexes of your tables.)" +msgstr "" + +#: libraries/server_status_variables.lib.php:695 +msgid "" +"The number of joins that used ranges on the first table. (It's normally not " +"critical even if this is big.)" +msgstr "" + +#: libraries/server_status_variables.lib.php:699 +msgid "The number of joins that did a full scan of the first table." +msgstr "" + +#: libraries/server_status_variables.lib.php:702 +msgid "The number of temporary tables currently open by the slave SQL thread." +msgstr "" + +#: libraries/server_status_variables.lib.php:706 +msgid "" +"Total (since startup) number of times the replication slave SQL thread has " +"retried transactions." +msgstr "" + +#: libraries/server_status_variables.lib.php:710 +msgid "This is ON if this server is a slave that is connected to a master." +msgstr "" + +#: libraries/server_status_variables.lib.php:713 +msgid "" +"The number of threads that have taken more than slow_launch_time seconds to " +"create." +msgstr "" + +#: libraries/server_status_variables.lib.php:717 +msgid "" +"The number of queries that have taken more than long_query_time seconds." +msgstr "" + +#: libraries/server_status_variables.lib.php:721 +msgid "" +"The number of merge passes the sort algorithm has had to do. If this value " +"is large, you should consider increasing the value of the sort_buffer_size " +"system variable." +msgstr "" + +#: libraries/server_status_variables.lib.php:726 +msgid "The number of sorts that were done with ranges." +msgstr "" + +#: libraries/server_status_variables.lib.php:729 +msgid "The number of sorted rows." +msgstr "" + +#: libraries/server_status_variables.lib.php:732 +msgid "The number of sorts that were done by scanning the table." +msgstr "" + +#: libraries/server_status_variables.lib.php:735 +msgid "The number of times that a table lock was acquired immediately." +msgstr "" + +#: libraries/server_status_variables.lib.php:738 +msgid "" +"The number of times that a table lock could not be acquired immediately and " +"a wait was needed. If this is high, and you have performance problems, you " +"should first optimize your queries, and then either split your table or " +"tables or use replication." +msgstr "" + +#: libraries/server_status_variables.lib.php:744 +msgid "" +"The number of threads in the thread cache. The cache hit rate can be " +"calculated as Threads_created/Connections. If this value is red you should " +"raise your thread_cache_size." +msgstr "" + +#: libraries/server_status_variables.lib.php:749 +msgid "The number of currently open connections." +msgstr "" + +#: libraries/server_status_variables.lib.php:752 +msgid "" +"The number of threads created to handle connections. If Threads_created is " +"big, you may want to increase the thread_cache_size value. (Normally this " +"doesn't give a notable performance improvement if you have a good thread " +"implementation.)" +msgstr "" + +#: libraries/server_status_variables.lib.php:759 +msgid "Thread cache hit rate (calculated value)" +msgstr "" + +#: libraries/server_status_variables.lib.php:762 +msgid "The number of threads that are not sleeping." +msgstr "" + +#: libraries/server_user_groups.lib.php:20 +#, php-format +msgid "Users of '%s' user group" +msgstr "" + +#: libraries/server_user_groups.lib.php:33 +msgid "No users were found belonging to this user group." +msgstr "" + +#: libraries/server_user_groups.lib.php:62 libraries/server_users.lib.php:30 +msgid "User groups" +msgstr "" + +#: libraries/server_user_groups.lib.php:77 +msgid "Server level tabs" +msgstr "" + +#: libraries/server_user_groups.lib.php:78 +msgid "Database level tabs" +msgstr "" + +#: libraries/server_user_groups.lib.php:79 +msgid "Table level tabs" +msgstr "" + +#: libraries/server_user_groups.lib.php:108 +msgid "View users" +msgstr "" + +#: libraries/server_user_groups.lib.php:146 +#: libraries/server_user_groups.lib.php:210 +msgid "Add user group" +msgstr "" + +#: libraries/server_user_groups.lib.php:213 +#, php-format +msgid "Edit user group: '%s'" +msgstr "" + +#: libraries/server_user_groups.lib.php:229 +msgid "User group menu assignments" +msgstr "" + +#: libraries/server_user_groups.lib.php:236 +msgid "Group name:" +msgstr "" + +#: libraries/server_user_groups.lib.php:274 +msgid "Server-level tabs" +msgstr "" + +#: libraries/server_user_groups.lib.php:277 +msgid "Database-level tabs" +msgstr "" + +#: libraries/server_user_groups.lib.php:280 +msgid "Table-level tabs" +msgstr "" + +#: libraries/sql.lib.php:233 +msgid "Detailed profile" +msgstr "" + +#: libraries/sql.lib.php:236 +msgid "Order" +msgstr "" + +#: libraries/sql.lib.php:238 libraries/sql.lib.php:254 +msgid "State" +msgstr "" + +#: libraries/sql.lib.php:251 +msgid "Summary by state" +msgstr "" + +#: libraries/sql.lib.php:257 +msgid "Total Time" +msgstr "" + +#: libraries/sql.lib.php:259 +msgid "% Time" +msgstr "" + +#: libraries/sql.lib.php:261 +msgid "Calls" +msgstr "" + +#: libraries/sql.lib.php:263 +msgid "ø Time" +msgstr "" + +#: libraries/sql.lib.php:569 libraries/sql.lib.php:587 +msgid "Bookmark this SQL query" +msgstr "" + +#: libraries/sql.lib.php:573 +msgid "Label:" +msgstr "" + +#: libraries/sql.lib.php:580 libraries/sql_query_form.lib.php:315 +msgid "Let every user access this bookmark" +msgstr "" + +#: libraries/sql.lib.php:786 +msgid "Bookmark not created!" +msgstr "" + +#: libraries/sql.lib.php:894 +#, php-format +msgid "Using bookmark \"%s\" as default browse query." +msgstr "" + +#: libraries/sql.lib.php:1362 +msgid "Showing as PHP code" +msgstr "" + +#: libraries/sql.lib.php:1734 +#, php-format +msgid "" +"Current selection does not contain a unique column. Grid edit, checkbox, " +"Edit, Copy and Delete features are not available. %s" +msgstr "" + +#: libraries/sql.lib.php:1748 +#, php-format +msgid "" +"Current selection does not contain a unique column. Grid edit, Edit, Copy " +"and Delete features may result in undesired behavior. %s" +msgstr "" + +#: libraries/sql.lib.php:1790 +#, php-format +msgid "Problems with indexes of table `%s`" +msgstr "" + +#: libraries/sql_query_form.lib.php:139 +#, php-format +msgid "Run SQL query/queries on server %s" +msgstr "" + +#: libraries/sql_query_form.lib.php:156 +#, php-format +msgid "Run SQL query/queries on database %s" +msgstr "" + +#: libraries/sql_query_form.lib.php:177 +#, php-format +msgid "Run SQL query/queries on table %s" +msgstr "" + +#: libraries/sql_query_form.lib.php:247 setup/frames/index.inc.php:313 +#: templates/console/display.phtml:10 +msgid "Clear" +msgstr "" + +#: libraries/sql_query_form.lib.php:253 +msgid "Get auto-saved query" +msgstr "" + +#: libraries/sql_query_form.lib.php:259 +msgid "Bind parameters" +msgstr "" + +#: libraries/sql_query_form.lib.php:307 +msgid "Bookmark this SQL query:" +msgstr "" + +#: libraries/sql_query_form.lib.php:321 +msgid "Replace existing bookmark of same name" +msgstr "" + +#: libraries/sql_query_form.lib.php:335 +msgid "Delimiter" +msgstr "" + +#: libraries/sql_query_form.lib.php:345 +msgid "Show this query here again" +msgstr "" + +#: libraries/sql_query_form.lib.php:362 +msgid "Rollback when finished" +msgstr "" + +#: libraries/sql_query_form.lib.php:405 +msgid "shared" +msgstr "" + +#: libraries/sql_query_form.lib.php:418 +msgid "View only" +msgstr "" + +#: libraries/tracking.lib.php:74 +#, php-format +msgid "Create version %1$s of %2$s" +msgstr "" + +#: libraries/tracking.lib.php:79 +#, php-format +msgid "Create version %1$s" +msgstr "" + +#: libraries/tracking.lib.php:84 +msgid "Track these data definition statements:" +msgstr "" + +#: libraries/tracking.lib.php:150 +msgid "Track these data manipulation statements:" +msgstr "" + +#: libraries/tracking.lib.php:179 +msgid "Create version" +msgstr "" + +#: libraries/tracking.lib.php:207 +#, php-format +msgid "Activate tracking for %s" +msgstr "" + +#: libraries/tracking.lib.php:209 +msgid "Activate now" +msgstr "" + +#: libraries/tracking.lib.php:212 +#, php-format +msgid "Deactivate tracking for %s" +msgstr "" + +#: libraries/tracking.lib.php:214 +msgid "Deactivate now" +msgstr "" + +#: libraries/tracking.lib.php:283 templates/server/plugins/section.phtml:10 +msgid "Version" +msgstr "" + +#: libraries/tracking.lib.php:284 libraries/tracking.lib.php:1629 +msgid "Created" +msgstr "" + +#: libraries/tracking.lib.php:285 libraries/tracking.lib.php:1630 +msgid "Updated" +msgstr "" + +#: libraries/tracking.lib.php:295 libraries/tracking.lib.php:368 +msgid "Delete version" +msgstr "" + +#: libraries/tracking.lib.php:296 libraries/tracking.lib.php:475 +#: libraries/tracking.lib.php:1643 +msgid "Tracking report" +msgstr "" + +#: libraries/tracking.lib.php:299 libraries/tracking.lib.php:845 +#: libraries/tracking.lib.php:1646 +msgid "Structure snapshot" +msgstr "" + +#: libraries/tracking.lib.php:435 libraries/tracking.lib.php:1447 +#: libraries/tracking.lib.php:1753 +msgid "active" +msgstr "" + +#: libraries/tracking.lib.php:437 libraries/tracking.lib.php:1449 +#: libraries/tracking.lib.php:1748 +msgid "not active" +msgstr "" + +#: libraries/tracking.lib.php:479 +msgid "Tracking statements" +msgstr "" + +#: libraries/tracking.lib.php:491 +msgid "Delete tracking data row from report" +msgstr "" + +#: libraries/tracking.lib.php:502 +msgid "No data" +msgstr "" + +#: libraries/tracking.lib.php:591 libraries/tracking.lib.php:640 +#, php-format +msgid "Show %1$s with dates from %2$s to %3$s by user %4$s %5$s" +msgstr "" + +#: libraries/tracking.lib.php:661 +msgid "SQL dump (file download)" +msgstr "" + +#: libraries/tracking.lib.php:663 +msgid "SQL dump" +msgstr "" + +#: libraries/tracking.lib.php:666 +msgid "This option will replace your table and contained data." +msgstr "" + +#: libraries/tracking.lib.php:668 +msgid "SQL execution" +msgstr "" + +#: libraries/tracking.lib.php:673 +#, php-format +msgid "Export as %s" +msgstr "" + +#: libraries/tracking.lib.php:699 +msgid "Data manipulation statement" +msgstr "" + +#: libraries/tracking.lib.php:776 +msgid "Data definition statement" +msgstr "" + +#: libraries/tracking.lib.php:808 +msgid "Date" +msgstr "" + +#: libraries/tracking.lib.php:809 +msgid "Username" +msgstr "" + +#: libraries/tracking.lib.php:863 +#, php-format +msgid "Version %s snapshot (SQL code)" +msgstr "" + +#: libraries/tracking.lib.php:967 +#: templates/table/structure/table_structure_row.phtml:33 +msgctxt "None for default" +msgid "None" +msgstr "" + +#: libraries/tracking.lib.php:1069 +msgid "Tracking data definition successfully deleted" +msgstr "" + +#: libraries/tracking.lib.php:1079 +msgid "Tracking data manipulation successfully deleted" +msgstr "" + +#: libraries/tracking.lib.php:1133 +msgid "" +"You can execute the dump by creating and using a temporary database. Please " +"ensure that you have the privileges to do so." +msgstr "" + +#: libraries/tracking.lib.php:1137 +msgid "Comment out these two lines if you do not need them." +msgstr "" + +#: libraries/tracking.lib.php:1147 +msgid "SQL statements exported. Please copy the dump or execute it." +msgstr "" + +#: libraries/tracking.lib.php:1194 +#, php-format +msgid "Tracking report for table `%s`" +msgstr "" + +#: libraries/tracking.lib.php:1224 +#, php-format +msgid "Tracking for %1$s was activated at version %2$s." +msgstr "" + +#: libraries/tracking.lib.php:1227 +#, php-format +msgid "Tracking for %1$s was deactivated at version %2$s." +msgstr "" + +#: libraries/tracking.lib.php:1319 +#, php-format +msgid "Version %1$s of %2$s was deleted." +msgstr "" + +#: libraries/tracking.lib.php:1350 +#, php-format +msgid "Version %1$s was created, tracking for %2$s is active." +msgstr "" + +#: libraries/tracking.lib.php:1468 +msgid "Untracked tables" +msgstr "" + +#: libraries/tracking.lib.php:1504 libraries/tracking.lib.php:1528 +#: templates/table/structure/optional_action_links.phtml:21 +msgid "Track table" +msgstr "" + +#: libraries/tracking.lib.php:1616 +msgid "Tracked tables" +msgstr "" + +#: libraries/tracking.lib.php:1628 +msgid "Last version" +msgstr "" + +#: libraries/tracking.lib.php:1641 libraries/tracking.lib.php:1727 +msgid "Delete tracking" +msgstr "" + +#: libraries/tracking.lib.php:1642 +msgid "Versions" +msgstr "" + +#: libraries/user_preferences.inc.php:32 +msgid "Manage your settings" +msgstr "" + +#: libraries/user_preferences.inc.php:57 prefs_manage.php:326 +msgid "Configuration has been saved." +msgstr "" + +#: libraries/user_preferences.inc.php:78 +#, php-format +msgid "" +"Your preferences will be saved for current session only. Storing them " +"permanently requires %sphpMyAdmin configuration storage%s." +msgstr "" + +#: libraries/user_preferences.lib.php:134 +msgid "Could not save configuration" +msgstr "" + +#: libraries/zip_extension.lib.php:27 libraries/zip_extension.lib.php:80 +#: libraries/zip_extension.lib.php:83 +msgid "Error in ZIP archive:" +msgstr "" + +#: libraries/zip_extension.lib.php:34 +msgid "No files found inside ZIP archive!" +msgstr "" + +#: navigation.php:21 +msgid "Fatal error: The navigation can only be accessed via AJAX" +msgstr "" + +#: prefs_forms.php:89 +msgid "Cannot save settings, submitted form contains errors!" +msgstr "" + +#: prefs_manage.php:50 +msgid "phpMyAdmin configuration snippet" +msgstr "" + +#: prefs_manage.php:51 +msgid "Paste it to your config.inc.php" +msgstr "" + +#: prefs_manage.php:105 +msgid "Could not import configuration" +msgstr "" + +#: prefs_manage.php:137 +msgid "Configuration contains incorrect data for some fields." +msgstr "" + +#: prefs_manage.php:156 +msgid "Do you want to import remaining settings?" +msgstr "" + +#: prefs_manage.php:250 prefs_manage.php:279 +msgid "Saved on: @DATE@" +msgstr "" + +#: prefs_manage.php:265 +msgid "Import from file" +msgstr "" + +#: prefs_manage.php:273 +msgid "Import from browser's storage" +msgstr "" + +#: prefs_manage.php:276 +msgid "Settings will be imported from your browser's local storage." +msgstr "" + +#: prefs_manage.php:282 +msgid "You have no saved settings!" +msgstr "" + +#: prefs_manage.php:287 prefs_manage.php:371 +msgid "This feature is not supported by your web browser" +msgstr "" + +#: prefs_manage.php:293 +msgid "Merge with current configuration" +msgstr "" + +#: prefs_manage.php:309 +#, php-format +msgid "" +"You can set more settings by modifying config.inc.php, eg. by using %sSetup " +"script%s." +msgstr "" + +#: prefs_manage.php:342 +msgid "Save as PHP file" +msgstr "" + +#: prefs_manage.php:347 +msgid "Save to browser's storage" +msgstr "" + +#: prefs_manage.php:354 +msgid "Settings will be saved in your browser's local storage." +msgstr "" + +#: prefs_manage.php:362 +msgid "Existing settings will be overwritten!" +msgstr "" + +#: prefs_manage.php:390 +msgid "You can reset all your settings and restore them to default values." +msgstr "" + +#: server_export.php:27 +msgid "View dump (schema) of databases" +msgstr "" + +#: server_privileges.php:130 server_replication.php:32 +#: server_user_groups.php:28 templates/server/databases/create.phtml:32 +msgid "No Privileges" +msgstr "" + +#: server_privileges.php:146 +msgid "" +"Username and hostname didn't change. If you only want to change the " +"password, 'Change password' tab should be used." +msgstr "" + +#: server_status.php:35 +msgid "Not enough privilege to view server status." +msgstr "" + +#: server_status_advisor.php:33 +msgid "Not enough privilege to view the advisor." +msgstr "" + +#: server_status_processes.php:33 +#, php-format +msgid "Thread %s was successfully killed." +msgstr "" + +#: server_status_processes.php:39 +#, php-format +msgid "" +"phpMyAdmin was unable to kill thread %s. It probably has already been closed." +msgstr "" + +#: server_status_queries.php:42 +msgid "Not enough privilege to view query statistics." +msgstr "" + +#: server_status_variables.php:52 +msgid "Not enough privilege to view status variables." +msgstr "" + +#: setup/frames/config.inc.php:42 setup/frames/index.inc.php:291 +msgid "Download" +msgstr "" + +#: setup/frames/form.inc.php:25 +msgid "Incorrect formset, check $formsets array in setup/frames/form.inc.php!" +msgstr "" + +#: setup/frames/index.inc.php:59 +msgid "Cannot load or save configuration" +msgstr "" + +#: setup/frames/index.inc.php:62 setup/frames/index.inc.php:137 +msgid "" +"Please create web server writable folder [em]config[/em] in phpMyAdmin top " +"level directory as described in [doc@setup_script]documentation[/doc]. " +"Otherwise you will be only able to download or display it." +msgstr "" + +#: setup/frames/index.inc.php:77 +msgid "" +"You are not using a secure connection; all data (including potentially " +"sensitive information, like passwords) is transferred unencrypted!" +msgstr "" + +#: setup/frames/index.inc.php:88 +#, php-format +msgid "" +"If your server is also configured to accept HTTPS requests follow [a@%s]this " +"link[/a] to use a secure connection." +msgstr "" + +#: setup/frames/index.inc.php:93 +msgid "Insecure connection" +msgstr "" + +#: setup/frames/index.inc.php:121 +msgid "Configuration saved." +msgstr "" + +#: setup/frames/index.inc.php:124 +msgid "" +"Configuration saved to file config/config.inc.php in phpMyAdmin top level " +"directory, copy it to top level one and delete directory config to use it." +msgstr "" + +#: setup/frames/index.inc.php:134 +msgid "Configuration not saved!" +msgstr "" + +#: setup/frames/index.inc.php:149 setup/frames/menu.inc.php:20 +msgid "Overview" +msgstr "" + +#: setup/frames/index.inc.php:156 +msgid "Show hidden messages (#MSG_COUNT)" +msgstr "" + +#: setup/frames/index.inc.php:209 +msgid "There are no configured servers" +msgstr "" + +#: setup/frames/index.inc.php:218 +msgid "New server" +msgstr "" + +#: setup/frames/index.inc.php:247 +msgid "Default language" +msgstr "" + +#: setup/frames/index.inc.php:257 +msgid "let the user choose" +msgstr "" + +#: setup/frames/index.inc.php:268 +msgid "- none -" +msgstr "" + +#: setup/frames/index.inc.php:272 +msgid "Default server" +msgstr "" + +#: setup/frames/index.inc.php:284 +msgid "End of line" +msgstr "" + +#: setup/frames/index.inc.php:290 +msgid "Display" +msgstr "" + +#: setup/frames/index.inc.php:300 +msgid "Load" +msgstr "" + +#: setup/frames/index.inc.php:323 +msgid "phpMyAdmin homepage" +msgstr "" + +#: setup/frames/index.inc.php:325 +msgid "Donate" +msgstr "" + +#: setup/frames/servers.inc.php:32 +msgid "Edit server" +msgstr "" + +#: setup/frames/servers.inc.php:42 +msgid "Add a new server" +msgstr "" + +#: setup/index.php:22 +msgid "Wrong GET file attribute value" +msgstr "" + +#: setup/lib/form_processing.lib.php:51 +msgid "Warning" +msgstr "" + +#: setup/lib/form_processing.lib.php:52 +msgid "Submitted form contains errors" +msgstr "" + +#: setup/lib/form_processing.lib.php:54 +msgid "Try to revert erroneous fields to their default values" +msgstr "" + +#: setup/lib/form_processing.lib.php:59 +msgid "Ignore errors" +msgstr "" + +#: setup/lib/form_processing.lib.php:63 +msgid "Show form" +msgstr "" + +#: setup/lib/index.lib.php:123 +msgid "" +"Reading of version failed. Maybe you're offline or the upgrade server does " +"not respond." +msgstr "" + +#: setup/lib/index.lib.php:145 +msgid "Got invalid version string from server" +msgstr "" + +#: setup/lib/index.lib.php:158 +msgid "Unparsable version string" +msgstr "" + +#: setup/lib/index.lib.php:178 +#, php-format +msgid "" +"You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable " +"version is %s, released on %s." +msgstr "" + +#: setup/lib/index.lib.php:185 +msgid "No newer stable version is available" +msgstr "" + +#: setup/validate.php:24 +msgid "Wrong data" +msgstr "" + +#: setup/validate.php:30 +#, php-format +msgid "Wrong data or no validation for %s" +msgstr "" + +#: tbl_create.php:31 tbl_get_field.php:26 +#, php-format +msgid "'%s' database does not exist." +msgstr "" + +#: tbl_create.php:41 +#, php-format +msgid "Table %s already exists!" +msgstr "" + +#: tbl_export.php:44 +msgid "View dump (schema) of table" +msgstr "" + +#: tbl_get_field.php:33 +msgid "Invalid table name" +msgstr "" + +#: tbl_replace.php:238 +#, php-format +msgid "Row: %1$s, Column: %2$s, Error: %3$s" +msgstr "" + +#: tbl_row_action.php:71 +msgid "No row selected." +msgstr "" + +#: tbl_tracking.php:35 +#, php-format +msgid "Tracking of %s is activated." +msgstr "" + +#: tbl_tracking.php:104 +msgid "Tracking versions deleted successfully." +msgstr "" + +#: tbl_tracking.php:109 +msgid "No versions selected." +msgstr "" + +#: tbl_tracking.php:140 +msgid "SQL statements executed." +msgstr "" + +#: templates/columns_definitions/column_default.phtml:6 +msgctxt "for default" +msgid "None" +msgstr "" + +#: templates/columns_definitions/column_default.phtml:7 +msgid "As defined:" +msgstr "" + +#: templates/columns_definitions/column_definitions_form.phtml:49 +msgid "Table name" +msgstr "" + +#: templates/columns_definitions/column_definitions_form.phtml:93 +msgid "Collation:" +msgstr "" + +#: templates/columns_definitions/column_definitions_form.phtml:97 +msgid "Storage Engine:" +msgstr "" + +#: templates/columns_definitions/column_definitions_form.phtml:102 +msgid "Connection:" +msgstr "" + +#: templates/columns_definitions/column_definitions_form.phtml:146 +msgid "PARTITION definition:" +msgstr "" + +#: templates/columns_definitions/column_length.phtml:9 +msgid "Edit ENUM/SET values" +msgstr "" + +#: templates/columns_definitions/column_name.phtml:6 +#, php-format +msgid "Referenced by %s." +msgstr "" + +#: templates/columns_definitions/column_name.phtml:14 +msgid "Is a foreign key." +msgstr "" + +#: templates/columns_definitions/column_name.phtml:43 +msgid "Pick from Central Columns" +msgstr "" + +#: templates/columns_definitions/column_virtuality.phtml:46 +#: templates/table/structure/display_partitions.phtml:28 +msgid "Expression" +msgstr "" + +#: templates/columns_definitions/move_column.phtml:7 +msgid "first" +msgstr "" + +#: templates/columns_definitions/move_column.phtml:12 +#: templates/table/structure/add_column.phtml:21 +#, php-format +msgid "after %s" +msgstr "" + +#: templates/columns_definitions/partitions.phtml:9 +msgid "Partition by:" +msgstr "" + +#: templates/columns_definitions/partitions.phtml:25 +#: templates/columns_definitions/partitions.phtml:54 +msgid "Expression or column list" +msgstr "" + +#: templates/columns_definitions/partitions.phtml:30 +msgid "Partitions:" +msgstr "" + +#: templates/columns_definitions/partitions.phtml:38 +msgid "Subpartition by:" +msgstr "" + +#: templates/columns_definitions/partitions.phtml:59 +msgid "Subpartitions:" +msgstr "" + +#: templates/columns_definitions/partitions.phtml:71 +msgid "Partition" +msgstr "" + +#: templates/columns_definitions/partitions.phtml:73 +msgid "Values" +msgstr "" + +#: templates/columns_definitions/partitions.phtml:76 +msgid "Subpartition" +msgstr "" + +#: templates/columns_definitions/partitions.phtml:78 +msgid "Engine" +msgstr "" + +#: templates/columns_definitions/partitions.phtml:80 +msgid "Data directory" +msgstr "" + +#: templates/columns_definitions/partitions.phtml:81 +msgid "Index directory" +msgstr "" + +#: templates/columns_definitions/partitions.phtml:82 +msgid "Max rows" +msgstr "" + +#: templates/columns_definitions/partitions.phtml:83 +msgid "Min rows" +msgstr "" + +#: templates/columns_definitions/partitions.phtml:84 +msgid "Table space" +msgstr "" + +#: templates/columns_definitions/partitions.phtml:85 +msgid "Node group" +msgstr "" + +#: templates/columns_definitions/table_fields_definitions.phtml:16 +msgid "" +"If column type is \"enum\" or \"set\", please enter the values using this " +"format: 'a','b','c'…
If you ever need to put a backslash (\"\\\") or a " +"single quote (\"'\") amongst those values, precede it with a backslash (for " +"example '\\\\xyz' or 'a\\'b')." +msgstr "" + +#: templates/columns_definitions/table_fields_definitions.phtml:27 +msgid "" +"For default values, please enter just a single value, without backslash " +"escaping or quotes, using this format: a" +msgstr "" + +#: templates/columns_definitions/table_fields_definitions.phtml:70 +msgid "Virtuality" +msgstr "" + +#: templates/columns_definitions/table_fields_definitions.phtml:76 +msgid "Move column" +msgstr "" + +#: templates/columns_definitions/table_fields_definitions.phtml:86 +#: templates/columns_definitions/table_fields_definitions.phtml:105 +msgid "List of available transformations and their options" +msgstr "" + +#: templates/columns_definitions/table_fields_definitions.phtml:88 +#: transformation_overview.php:41 +msgid "Browser display transformation" +msgstr "" + +#: templates/columns_definitions/table_fields_definitions.phtml:92 +msgid "Browser display transformation options" +msgstr "" + +#: templates/columns_definitions/table_fields_definitions.phtml:95 +#: templates/columns_definitions/table_fields_definitions.phtml:114 +msgid "" +"Please enter the values for transformation options using this format: 'a', " +"100, b,'c'…
If you ever need to put a backslash (\"\\\") or a single " +"quote (\"'\") amongst those values, precede it with a backslash (for example " +"'\\\\xyz' or 'a\\'b')." +msgstr "" + +#: templates/columns_definitions/table_fields_definitions.phtml:107 +#: transformation_overview.php:42 +msgid "Input transformation" +msgstr "" + +#: templates/columns_definitions/table_fields_definitions.phtml:111 +msgid "Input transformation options" +msgstr "" + +#: templates/console/bookmark_content.phtml:14 +#: templates/console/display.phtml:48 templates/console/display.phtml:105 +#: templates/console/display.phtml:210 +msgid "Collapse" +msgstr "" + +#: templates/console/bookmark_content.phtml:15 +#: templates/console/display.phtml:49 templates/console/display.phtml:106 +#: templates/console/display.phtml:211 +msgid "Expand" +msgstr "" + +#: templates/console/bookmark_content.phtml:16 +#: templates/console/display.phtml:50 templates/console/display.phtml:212 +msgid "Requery" +msgstr "" + +#: templates/console/display.phtml:9 +msgid "Console" +msgstr "" + +#: templates/console/display.phtml:11 +msgid "History" +msgstr "" + +#: templates/console/display.phtml:14 templates/console/display.phtml:124 +msgid "Bookmarks" +msgstr "" + +#: templates/console/display.phtml:26 +msgid "Press Ctrl+Enter to execute query" +msgstr "" + +#: templates/console/display.phtml:29 +msgid "Press Enter to execute query" +msgstr "" + +#: templates/console/display.phtml:39 +msgid "During current session" +msgstr "" + +#: templates/console/display.phtml:52 templates/console/display.phtml:214 +msgid "Explain" +msgstr "" + +#: templates/console/display.phtml:55 templates/console/display.phtml:217 +msgid "Bookmark" +msgstr "" + +#: templates/console/display.phtml:56 templates/console/display.phtml:218 +msgid "Query failed" +msgstr "" + +#: templates/console/display.phtml:58 templates/console/display.phtml:220 +msgid "Queried time" +msgstr "" + +#: templates/console/display.phtml:81 +msgid "ascending" +msgstr "" + +#: templates/console/display.phtml:82 +msgid "descending" +msgstr "" + +#: templates/console/display.phtml:83 +msgid "Order:" +msgstr "" + +#: templates/console/display.phtml:85 templates/console/display.phtml:109 +#: templates/table/search/replace_preview.phtml:17 +msgid "Count" +msgstr "" + +#: templates/console/display.phtml:86 +msgid "Execution order" +msgstr "" + +#: templates/console/display.phtml:87 templates/console/display.phtml:110 +msgid "Time taken" +msgstr "" + +#: templates/console/display.phtml:88 +msgid "Order by:" +msgstr "" + +#: templates/console/display.phtml:89 +msgid "Group queries" +msgstr "" + +#: templates/console/display.phtml:90 +msgid "Ungroup queries" +msgstr "" + +#: templates/console/display.phtml:107 +msgid "Show trace" +msgstr "" + +#: templates/console/display.phtml:108 +msgid "Hide trace" +msgstr "" + +#: templates/console/display.phtml:126 +msgid "Add" +msgstr "" + +#: templates/console/display.phtml:141 +msgid "Add bookmark" +msgstr "" + +#: templates/console/display.phtml:149 +msgid "Label" +msgstr "" + +#: templates/console/display.phtml:152 +msgid "Target database" +msgstr "" + +#: templates/console/display.phtml:155 +msgid "Share this bookmark" +msgstr "" + +#: templates/console/display.phtml:174 +msgid "Set default" +msgstr "" + +#: templates/console/display.phtml:181 +msgid "Always expand query messages" +msgstr "" + +#: templates/console/display.phtml:185 +msgid "Show query history at start" +msgstr "" + +#: templates/console/display.phtml:189 +msgid "Show current browsing query" +msgstr "" + +#: templates/console/display.phtml:194 +msgid "" +"Execute queries on Enter and insert new line with Shift + Enter. To make " +"this permanent, view settings." +msgstr "" + +#: templates/console/display.phtml:198 +msgid "Switch to dark theme" +msgstr "" + +#: templates/database/create_table.phtml:7 +#: templates/database/designer/side_menu.phtml:77 +#: templates/database/designer/side_menu.phtml:80 +msgid "Create table" +msgstr "" + +#: templates/database/create_table.phtml:15 +msgid "Number of columns" +msgstr "" + +#: templates/database/designer/aggregate_query_panel.phtml:22 +#: templates/database/designer/options_panel.phtml:100 +msgid "Aggregate" +msgstr "" + +#: templates/database/designer/aggregate_query_panel.phtml:30 +#: templates/database/designer/having_query_panel.phtml:30 +#: templates/database/designer/having_query_panel.phtml:61 +#: templates/database/designer/options_panel.phtml:106 +#: templates/database/designer/options_panel.phtml:170 +#: templates/database/designer/where_query_panel.phtml:30 +#: templates/table/search/table_header.phtml:9 +msgid "Operator" +msgstr "" + +#: templates/database/designer/database_tables.phtml:29 +msgid "Show/hide columns" +msgstr "" + +#: templates/database/designer/database_tables.phtml:40 +msgid "See table structure" +msgstr "" + +#: templates/database/designer/delete_relation_panel.phtml:21 +msgid "Delete relation" +msgstr "" + +#: templates/database/designer/edit_delete_pages.phtml:7 +msgid "Page to open" +msgstr "" + +#: templates/database/designer/edit_delete_pages.phtml:7 +msgid "Page to delete" +msgstr "" + +#: templates/database/designer/having_query_panel.phtml:90 +#: templates/database/designer/options_panel.phtml:63 +#: templates/database/designer/options_panel.phtml:229 +#: templates/database/designer/where_query_panel.phtml:59 +msgid "Except" +msgstr "" + +#: templates/database/designer/having_query_panel.phtml:102 +#: templates/database/designer/options_panel.phtml:75 +#: templates/database/designer/options_panel.phtml:241 +#: templates/database/designer/where_query_panel.phtml:71 +msgid "subquery" +msgstr "" + +#: templates/database/designer/new_relation_panel.phtml:22 +#: templates/database/designer/side_menu.phtml:84 +#: templates/database/designer/side_menu.phtml:87 +msgid "Create relation" +msgstr "" + +#: templates/database/designer/options_panel.phtml:34 +#: templates/database/designer/options_panel.phtml:200 +msgid "Relation operator" +msgstr "" + +#: templates/database/designer/options_panel.phtml:85 +#: templates/database/designer/rename_to_panel.phtml:23 +msgid "Rename to" +msgstr "" + +#: templates/database/designer/options_panel.phtml:91 +#: templates/database/designer/rename_to_panel.phtml:31 +msgid "New name" +msgstr "" + +#: templates/database/designer/page_save_as.phtml:4 +msgid "Save to selected page" +msgstr "" + +#: templates/database/designer/page_save_as.phtml:5 +msgid "Create a page and save to it" +msgstr "" + +#: templates/database/designer/page_save_as.phtml:26 +msgid "New page name" +msgstr "" + +#: templates/database/designer/page_selector.phtml:2 +msgid "Select page" +msgstr "" + +#: templates/database/designer/query_details.phtml:10 +msgid "Active options" +msgstr "" + +#: templates/database/designer/schema_export.phtml:4 +msgid "Select Export Relational Type" +msgstr "" + +#: templates/database/designer/side_menu.phtml:19 +#: templates/database/designer/side_menu.phtml:25 +msgid "Show/Hide tables list" +msgstr "" + +#: templates/database/designer/side_menu.phtml:29 +#: templates/database/designer/side_menu.phtml:35 +#: templates/database/designer/side_menu.phtml:36 +msgid "View in fullscreen" +msgstr "" + +#: templates/database/designer/side_menu.phtml:34 +msgid "Exit fullscreen" +msgstr "" + +#: templates/database/designer/side_menu.phtml:41 +#: templates/database/designer/side_menu.phtml:45 +msgid "New page" +msgstr "" + +#: templates/database/designer/side_menu.phtml:70 +#: templates/database/designer/side_menu.phtml:73 +msgid "Delete pages" +msgstr "" + +#: templates/database/designer/side_menu.phtml:98 +#: templates/database/designer/side_menu.phtml:101 +msgid "Reload" +msgstr "" + +#: templates/database/designer/side_menu.phtml:107 +#: templates/database/designer/side_menu.phtml:110 +msgid "Help" +msgstr "" + +#: templates/database/designer/side_menu.phtml:115 +#: templates/database/designer/side_menu.phtml:118 +msgid "Angular links" +msgstr "" + +#: templates/database/designer/side_menu.phtml:115 +#: templates/database/designer/side_menu.phtml:118 +msgid "Direct links" +msgstr "" + +#: templates/database/designer/side_menu.phtml:122 +#: templates/database/designer/side_menu.phtml:124 +msgid "Snap to grid" +msgstr "" + +#: templates/database/designer/side_menu.phtml:128 +#: templates/database/designer/side_menu.phtml:134 +msgid "Small/Big All" +msgstr "" + +#: templates/database/designer/side_menu.phtml:138 +#: templates/database/designer/side_menu.phtml:141 +msgid "Toggle small/big" +msgstr "" + +#: templates/database/designer/side_menu.phtml:145 +#: templates/database/designer/side_menu.phtml:148 +msgid "Toggle relation lines" +msgstr "" + +#: templates/database/designer/side_menu.phtml:153 +#: templates/database/designer/side_menu.phtml:156 +msgid "Export schema" +msgstr "" + +#: templates/database/designer/side_menu.phtml:165 +#: templates/database/designer/side_menu.phtml:168 +msgid "Build Query" +msgstr "" + +#: templates/database/designer/side_menu.phtml:173 +#: templates/database/designer/side_menu.phtml:177 +msgid "Move Menu" +msgstr "" + +#: templates/database/designer/side_menu.phtml:181 +#: templates/database/designer/side_menu.phtml:186 +msgid "Pin text" +msgstr "" + +#: templates/database/designer/table_list.phtml:4 +msgid "Hide/Show all" +msgstr "" + +#: templates/database/designer/table_list.phtml:14 +msgid "Hide/Show Tables with no relation" +msgstr "" + +#: templates/database/designer/table_list.phtml:59 +msgid "Number of tables:" +msgstr "" + +#: templates/database/structure/body_for_table_summary.phtml:6 +#, php-format +msgid "%s table" +msgid_plural "%s tables" +msgstr[0] "" +msgstr[1] "" + +#: templates/database/structure/body_for_table_summary.phtml:17 +msgid "Sum" +msgstr "" + +#: templates/database/structure/check_all_tables.phtml:6 +msgid "Check tables having overhead" +msgstr "" + +#: templates/database/structure/check_all_tables.phtml:10 +msgid "Copy table" +msgstr "" + +#: templates/database/structure/check_all_tables.phtml:11 +msgid "Show create" +msgstr "" + +#: templates/database/structure/check_all_tables.phtml:26 +msgid "Prefix" +msgstr "" + +#: templates/database/structure/check_all_tables.phtml:27 +msgid "Add prefix to table" +msgstr "" + +#: templates/database/structure/check_all_tables.phtml:28 +msgid "Replace table prefix" +msgstr "" + +#: templates/database/structure/check_all_tables.phtml:35 +msgid "Add columns to central list" +msgstr "" + +#: templates/database/structure/check_all_tables.phtml:36 +msgid "Remove columns from central list" +msgstr "" + +#: templates/database/structure/check_all_tables.phtml:37 +msgid "Make consistent with central list" +msgstr "" + +#: templates/database/structure/favorite_anchor.phtml:12 +msgid "Add to Favorites" +msgstr "" + +#: templates/database/structure/show_create.phtml:2 +msgid "Showing create queries" +msgstr "" + +#: templates/database/structure/sortable_header.phtml:13 +msgid "Sort" +msgstr "" + +#: templates/database/structure/structure_table_row.phtml:183 +msgid "in use" +msgstr "" + +#: templates/database/structure/table_header.phtml:42 +msgid "" +"May be approximate. Click on the number to get the exact count. See " +"[doc@faq3-11]FAQ 3.11[/doc]." +msgstr "" + +#: templates/database/structure/table_header.phtml:66 +#: templates/table/index_form.phtml:127 +msgid "Size" +msgstr "" + +#: templates/database/structure/table_header.phtml:95 +#: templates/table/structure/row_stats_table.phtml:80 +msgid "Creation" +msgstr "" + +#: templates/database/structure/table_header.phtml:106 +#: templates/table/structure/row_stats_table.phtml:87 +msgid "Last update" +msgstr "" + +#: templates/database/structure/table_header.phtml:117 +#: templates/table/structure/row_stats_table.phtml:94 +msgid "Last check" +msgstr "" + +#: templates/database/structure/tracking_icon.phtml:4 +msgid "Tracking is active." +msgstr "" + +#: templates/database/structure/tracking_icon.phtml:8 +msgid "Tracking is not active." +msgstr "" + +#: templates/error/report_form.phtml:7 +msgid "" +"This report automatically includes data about the error and information " +"about relevant configuration settings. It will be sent to the phpMyAdmin " +"team for debugging the error." +msgstr "" + +#: templates/error/report_form.phtml:14 +msgid "" +"Can you tell us the steps leading to this error? It decisively helps in " +"debugging:" +msgstr "" + +#: templates/error/report_form.phtml:21 +msgid "You may examine the data in the error report:" +msgstr "" + +#: templates/prefs_autoload.phtml:8 +msgid "" +"Your browser has phpMyAdmin configuration for this domain. Would you like to " +"import it for current session?" +msgstr "" + +#: templates/privileges/add_privileges_database.phtml:2 +msgid "Add privileges on the following database(s):" +msgstr "" + +#: templates/privileges/add_privileges_database.phtml:16 +msgid "Wildcards % and _ should be escaped with a \\ to use them literally." +msgstr "" + +#: templates/privileges/add_privileges_routine.phtml:3 +msgid "Add privileges on the following routine:" +msgstr "" + +#: templates/privileges/add_privileges_table.phtml:3 +msgid "Add privileges on the following table:" +msgstr "" + +#: templates/privileges/privileges_summary.phtml:21 +msgid "Column-specific privileges" +msgstr "" + +#: templates/server/binlog/log_selector.phtml:5 +msgid "Select binary log to view" +msgstr "" + +#: templates/server/databases/create.phtml:7 +#: templates/server/databases/create.phtml:27 +msgid "Create database" +msgstr "" + +#: templates/server/databases/table_row.phtml:15 +msgid "Jump to database" +msgstr "" + +#: templates/server/databases/table_row.phtml:61 +#, php-format +msgid "Check privileges for database \"%s\"." +msgstr "" + +#: templates/server/databases/table_row.phtml:62 +msgid "Check privileges" +msgstr "" + +#: templates/server/plugins/section.phtml:8 +msgid "Plugin" +msgstr "" + +#: templates/server/plugins/section.phtml:11 +msgid "Author" +msgstr "" + +#: templates/server/plugins/section.phtml:22 +msgid "disabled" +msgstr "" + +#: templates/server/variables/session_variable_row.phtml:3 +#: templates/server/variables/variable_table_head.phtml:5 +msgid "Session value" +msgstr "" + +#: templates/server/variables/variable_row.phtml:6 +msgid "This is a read-only variable and can not be edited" +msgstr "" + +#: templates/server/variables/variable_table_head.phtml:5 +msgid "Global value" +msgstr "" + +#: templates/startAndNumberOfRowsPanel.phtml:3 +msgid "Start row:" +msgstr "" + +#: templates/table/chart/tbl_chart.phtml:16 +msgctxt "Chart type" +msgid "Bar" +msgstr "" + +#: templates/table/chart/tbl_chart.phtml:20 +msgctxt "Chart type" +msgid "Column" +msgstr "" + +#: templates/table/chart/tbl_chart.phtml:24 +msgctxt "Chart type" +msgid "Line" +msgstr "" + +#: templates/table/chart/tbl_chart.phtml:28 +msgctxt "Chart type" +msgid "Spline" +msgstr "" + +#: templates/table/chart/tbl_chart.phtml:32 +msgctxt "Chart type" +msgid "Area" +msgstr "" + +#: templates/table/chart/tbl_chart.phtml:36 +msgctxt "Chart type" +msgid "Pie" +msgstr "" + +#: templates/table/chart/tbl_chart.phtml:40 +msgctxt "Chart type" +msgid "Timeline" +msgstr "" + +#: templates/table/chart/tbl_chart.phtml:44 +msgctxt "Chart type" +msgid "Scatter" +msgstr "" + +#: templates/table/chart/tbl_chart.phtml:49 +msgid "Stacked" +msgstr "" + +#: templates/table/chart/tbl_chart.phtml:52 +msgid "Chart title:" +msgstr "" + +#: templates/table/chart/tbl_chart.phtml:57 +msgid "X-Axis:" +msgstr "" + +#: templates/table/chart/tbl_chart.phtml:72 +msgid "Series:" +msgstr "" + +#: templates/table/chart/tbl_chart.phtml:103 +msgid "X-Axis label:" +msgstr "" + +#: templates/table/chart/tbl_chart.phtml:105 +msgid "X Values" +msgstr "" + +#: templates/table/chart/tbl_chart.phtml:108 +msgid "Y-Axis label:" +msgstr "" + +#: templates/table/chart/tbl_chart.phtml:110 +msgid "Y Values" +msgstr "" + +#: templates/table/chart/tbl_chart.phtml:116 +msgid "Series names are in a column" +msgstr "" + +#: templates/table/chart/tbl_chart.phtml:119 +msgid "Series column:" +msgstr "" + +#: templates/table/chart/tbl_chart.phtml:133 +msgid "Value Column:" +msgstr "" + +#: templates/table/chart/tbl_chart.phtml:153 +msgid "Save chart as image" +msgstr "" + +#: templates/table/gis_visualization/gis_visualization.phtml:3 +msgid "Display GIS Visualization" +msgstr "" + +#: templates/table/gis_visualization/gis_visualization.phtml:8 +msgid "Label column" +msgstr "" + +#: templates/table/gis_visualization/gis_visualization.phtml:11 +msgid "-- None --" +msgstr "" + +#: templates/table/gis_visualization/gis_visualization.phtml:19 +msgid "Spatial column" +msgstr "" + +#: templates/table/index_form.phtml:16 +msgid "Index name:" +msgstr "" + +#: templates/table/index_form.phtml:19 +msgid "" +"\"PRIMARY\" must be the name of and only of a primary key!" +msgstr "" + +#: templates/table/index_form.phtml:40 +msgid "Index choice:" +msgstr "" + +#: templates/table/index_form.phtml:57 +msgid "Key block size:" +msgstr "" + +#: templates/table/index_form.phtml:74 +msgid "Index type:" +msgstr "" + +#: templates/table/index_form.phtml:86 +msgid "Parser:" +msgstr "" + +#: templates/table/index_form.phtml:102 +msgid "Comment:" +msgstr "" + +#: templates/table/index_form.phtml:149 templates/table/index_form.phtml:195 +msgid "Drag to reorder" +msgstr "" + +#: templates/table/relation/common_form.phtml:6 +msgid "Foreign key constraints" +msgstr "" + +#: templates/table/relation/common_form.phtml:9 +msgid "Actions" +msgstr "" + +#: templates/table/relation/common_form.phtml:10 +msgid "Constraint properties" +msgstr "" + +#: templates/table/relation/common_form.phtml:12 +msgid "" +"Only columns with index will be displayed. You can define an index below." +msgstr "" + +#: templates/table/relation/common_form.phtml:17 +msgid "Foreign key constraint" +msgstr "" + +#: templates/table/relation/common_form.phtml:59 +msgid "+ Add constraint" +msgstr "" + +#: templates/table/relation/common_form.phtml:69 +#: templates/table/relation/common_form.phtml:75 +msgid "Internal relations" +msgstr "" + +#: templates/table/relation/common_form.phtml:79 +msgid "Internal relation" +msgstr "" + +#: templates/table/relation/common_form.phtml:82 +msgid "" +"An internal relation is not necessary when a corresponding FOREIGN KEY " +"relation exists." +msgstr "" + +#: templates/table/relation/common_form.phtml:110 +msgid "Choose column to display:" +msgstr "" + +#: templates/table/relation/foreign_key_row.phtml:19 +#, php-format +msgid "Foreign key constraint %s has been dropped" +msgstr "" + +#: templates/table/relation/foreign_key_row.phtml:88 +msgid "Constraint name" +msgstr "" + +#: templates/table/relation/foreign_key_row.phtml:143 +msgid "+ Add column" +msgstr "" + +#: templates/table/search/options.phtml:8 +msgid "Select columns (at least one):" +msgstr "" + +#: templates/table/search/options.phtml:37 +msgid "Add search conditions (body of the \"where\" clause):" +msgstr "" + +#: templates/table/search/options.phtml:45 +msgid "Number of rows per page" +msgstr "" + +#: templates/table/search/options.phtml:56 +msgid "Display order:" +msgstr "" + +#: templates/table/search/options_zoom.phtml:6 +msgid "Use this column to label each point" +msgstr "" + +#: templates/table/search/options_zoom.phtml:35 +msgid "Maximum rows to plot" +msgstr "" + +#: templates/table/search/replace_preview.phtml:13 +msgid "Find and replace - preview" +msgstr "" + +#: templates/table/search/replace_preview.phtml:18 +msgid "Original string" +msgstr "" + +#: templates/table/search/replace_preview.phtml:19 +msgid "Replaced string" +msgstr "" + +#: templates/table/search/replace_preview.phtml:40 +msgid "Replace" +msgstr "" + +#: templates/table/search/rows_zoom.phtml:16 +msgid "Additional search criteria" +msgstr "" + +#: templates/table/search/search_and_replace.phtml:3 +msgid "Replace with:" +msgstr "" + +#: templates/table/search/search_and_replace.phtml:24 +msgid "Use regular expression" +msgstr "" + +#: templates/table/search/selection_form.phtml:12 +msgid "Do a \"query by example\" (wildcard: \"%\") for two different columns" +msgstr "" + +#: templates/table/search/selection_form.phtml:35 +msgid "Do a \"query by example\" (wildcard: \"%\")" +msgstr "" + +#: templates/table/search/zoom_result_form.phtml:7 +msgid "Browse/Edit the points" +msgstr "" + +#: templates/table/search/zoom_result_form.phtml:15 +msgid "How to use" +msgstr "" + +#: templates/table/search/zoom_result_form.phtml:23 +msgid "Reset zoom" +msgstr "" + +#: templates/table/secondary_tabs.phtml:14 +msgid "Relation view" +msgstr "" + +#: templates/table/structure/actions_in_table_structure.phtml:15 +#, php-format +msgid "A primary key has been added on %s." +msgstr "" + +#: templates/table/structure/actions_in_table_structure.phtml:34 +#: templates/table/structure/actions_in_table_structure.phtml:53 +#: templates/table/structure/actions_in_table_structure.phtml:78 +#: templates/table/structure/actions_in_table_structure.phtml:100 +#, php-format +msgid "An index has been added on %s." +msgstr "" + +#: templates/table/structure/actions_in_table_structure.phtml:128 +#: templates/table/structure/check_all_table_column.phtml:57 +msgid "Remove from central columns" +msgstr "" + +#: templates/table/structure/actions_in_table_structure.phtml:136 +#: templates/table/structure/check_all_table_column.phtml:52 +msgid "Add to central columns" +msgstr "" + +#: templates/table/structure/add_column.phtml:7 +#, php-format +msgid "Add %s column(s)" +msgstr "" + +#: templates/table/structure/add_column.phtml:12 +msgid "at beginning of table" +msgstr "" + +#: templates/table/structure/display_partitions.phtml:6 +#: templates/table/structure/display_structure.phtml:184 +msgid "Partitions" +msgstr "" + +#: templates/table/structure/display_partitions.phtml:10 +msgid "No partitioning defined!" +msgstr "" + +#: templates/table/structure/display_partitions.phtml:13 +msgid "Partitioned by:" +msgstr "" + +#: templates/table/structure/display_partitions.phtml:18 +msgid "Sub partitioned by:" +msgstr "" + +#: templates/table/structure/display_partitions.phtml:31 +msgid "Data length" +msgstr "" + +#: templates/table/structure/display_partitions.phtml:32 +msgid "Index length" +msgstr "" + +#: templates/table/structure/display_partitions.phtml:136 +msgid "Partition table" +msgstr "" + +#: templates/table/structure/display_partitions.phtml:139 +#: templates/table/structure/partition_definition_form.phtml:7 +msgid "Edit partitioning" +msgstr "" + +#: templates/table/structure/display_structure.phtml:130 view_create.php:201 +msgid "Edit view" +msgstr "" + +#: templates/table/structure/display_table_stats.phtml:5 +msgid "Table comments: " +msgstr "" + +#: templates/table/structure/display_table_stats.phtml:12 +msgid "Space usage" +msgstr "" + +#: templates/table/structure/display_table_stats.phtml:35 +msgid "Effective" +msgstr "" + +#: templates/table/structure/move_columns_dialog.phtml:1 +#: templates/table/structure/optional_action_links.phtml:25 +msgid "Move columns" +msgstr "" + +#: templates/table/structure/move_columns_dialog.phtml:2 +msgid "Move the columns by dragging them up and down." +msgstr "" + +#: templates/table/structure/optional_action_links.phtml:14 +msgid "Propose table structure" +msgstr "" + +#: templates/table/structure/optional_action_links.phtml:28 +msgid "Improve table structure" +msgstr "" + +#: templates/table/structure/optional_action_links.phtml:34 +msgid "Track view" +msgstr "" + +#: templates/table/structure/row_stats_table.phtml:3 +msgid "Row statistics" +msgstr "" + +#: templates/table/structure/row_stats_table.phtml:9 +msgid "static" +msgstr "" + +#: templates/table/structure/row_stats_table.phtml:11 +msgid "dynamic" +msgstr "" + +#: templates/table/structure/row_stats_table.phtml:22 +msgid "partitioned" +msgstr "" + +#: templates/table/structure/row_stats_table.phtml:54 +msgid "Row length" +msgstr "" + +#: templates/table/structure/row_stats_table.phtml:66 +msgid "Row size" +msgstr "" + +#: templates/table/structure/row_stats_table.phtml:73 +msgid "Next autoindex" +msgstr "" + +#: templates/table/structure/table_structure_row.phtml:51 +#, php-format +msgid "Column %s has been dropped." +msgstr "" + +#: templates/toggle_button.phtml:4 +msgid "Click to toggle" +msgstr "" + +#: themes.php:19 themes.php:24 +msgid "Theme" +msgstr "" + +#: themes.php:27 +msgid "Get more themes!" +msgstr "" + +#: transformation_overview.php:22 +msgid "Available MIME types" +msgstr "" + +#: transformation_overview.php:37 +msgid "Available browser display transformations" +msgstr "" + +#: transformation_overview.php:38 +msgid "Available input transformations" +msgstr "" + +#: transformation_overview.php:53 +msgctxt "for MIME transformation" +msgid "Description" +msgstr "" + +#: url.php:33 +msgid "Taking you to the target site." +msgstr "" + +#: user_password.php:35 +msgid "You don't have sufficient privileges to be here right now!" +msgstr "" + +#: user_password.php:113 +msgid "The profile has been updated." +msgstr "" + +#: vendor/phpmyadmin/motranslator/tests/MoFilesTest.php:24 +msgid "Column parser" +msgstr "" + +#: vendor/phpmyadmin/motranslator/tests/MoFilesTest.php:83 +#: vendor/phpmyadmin/motranslator/tests/MoFilesTest.php:127 +#, php-format +msgid "\"%d\" second" +msgid_plural "\"%d\" seconds" +msgstr[0] "" +msgstr[1] "" + +#: vendor/phpmyadmin/sql-parser/src/Component.php:48 +#: vendor/phpmyadmin/sql-parser/src/Component.php:68 +msgid "Not implemented yet." +msgstr "" + +#: vendor/phpmyadmin/sql-parser/src/Components/AlterOperation.php:229 +msgid "Unrecognized alter operation." +msgstr "" + +#: vendor/phpmyadmin/sql-parser/src/Components/Array2d.php:92 +#, php-format +msgid "%1$d values were expected, but found %2$d." +msgstr "" + +#: vendor/phpmyadmin/sql-parser/src/Components/Array2d.php:115 +msgid "An opening bracket followed by a set of values was expected." +msgstr "" + +#: vendor/phpmyadmin/sql-parser/src/Components/ArrayObj.php:119 +#: vendor/phpmyadmin/sql-parser/src/Components/CreateDefinition.php:207 +msgid "An opening bracket was expected." +msgstr "" + +#: vendor/phpmyadmin/sql-parser/src/Components/CreateDefinition.php:225 +msgid "A symbol name was expected!" +msgstr "" + +#: vendor/phpmyadmin/sql-parser/src/Components/CreateDefinition.php:257 +msgid "A comma or a closing bracket was expected." +msgstr "" + +#: vendor/phpmyadmin/sql-parser/src/Components/CreateDefinition.php:273 +msgid "A closing bracket was expected." +msgstr "" + +#: vendor/phpmyadmin/sql-parser/src/Components/DataType.php:128 +msgid "Unrecognized data type." +msgstr "" + +#: vendor/phpmyadmin/sql-parser/src/Components/Expression.php:249 +#: vendor/phpmyadmin/sql-parser/src/Components/Expression.php:392 +msgid "An alias was expected." +msgstr "" + +#: vendor/phpmyadmin/sql-parser/src/Components/Expression.php:330 +#: vendor/phpmyadmin/sql-parser/src/Components/Expression.php:349 +#: vendor/phpmyadmin/sql-parser/src/Components/Expression.php:381 +msgid "An alias was previously found." +msgstr "" + +#: vendor/phpmyadmin/sql-parser/src/Components/Expression.php:362 +msgid "Unexpected dot." +msgstr "" + +#: vendor/phpmyadmin/sql-parser/src/Components/ExpressionArray.php:99 +msgid "An expression was expected." +msgstr "" + +#: vendor/phpmyadmin/sql-parser/src/Components/Limit.php:91 +#: vendor/phpmyadmin/sql-parser/src/Components/Limit.php:113 +msgid "An offset was expected." +msgstr "" + +#: vendor/phpmyadmin/sql-parser/src/Components/OptionsArray.php:147 +#, php-format +msgid "This option conflicts with \"%1$s\"." +msgstr "" + +#: vendor/phpmyadmin/sql-parser/src/Components/RenameOperation.php:102 +msgid "The old name of the table was expected." +msgstr "" + +#: vendor/phpmyadmin/sql-parser/src/Components/RenameOperation.php:112 +msgid "Keyword \"TO\" was expected." +msgstr "" + +#: vendor/phpmyadmin/sql-parser/src/Components/RenameOperation.php:128 +msgid "The new name of the table was expected." +msgstr "" + +#: vendor/phpmyadmin/sql-parser/src/Components/RenameOperation.php:146 +msgid "A rename operation was expected." +msgstr "" + +#: vendor/phpmyadmin/sql-parser/src/Lexer.php:267 +msgid "Unexpected character." +msgstr "" + +#: vendor/phpmyadmin/sql-parser/src/Lexer.php:304 +msgid "Expected whitespace(s) before delimiter." +msgstr "" + +#: vendor/phpmyadmin/sql-parser/src/Lexer.php:322 +#: vendor/phpmyadmin/sql-parser/src/Lexer.php:338 +msgid "Expected delimiter." +msgstr "" + +#: vendor/phpmyadmin/sql-parser/src/Lexer.php:784 +#, php-format +msgid "Ending quote %1$s was expected." +msgstr "" + +#: vendor/phpmyadmin/sql-parser/src/Lexer.php:824 +msgid "Variable name was expected." +msgstr "" + +#: vendor/phpmyadmin/sql-parser/src/Parser.php:431 +msgid "Unexpected beginning of statement." +msgstr "" + +#: vendor/phpmyadmin/sql-parser/src/Parser.php:450 +msgid "Unrecognized statement type." +msgstr "" + +#: vendor/phpmyadmin/sql-parser/src/Parser.php:532 +msgid "No transaction was previously started." +msgstr "" + +#: vendor/phpmyadmin/sql-parser/src/Statement.php:246 +msgid "Unexpected token." +msgstr "" + +#: vendor/phpmyadmin/sql-parser/src/Statement.php:284 +msgid "This type of clause was previously parsed." +msgstr "" + +#: vendor/phpmyadmin/sql-parser/src/Statement.php:312 +msgid "" +"A new statement was found, but no delimiter between it and the previous one." +msgstr "" + +#: vendor/phpmyadmin/sql-parser/src/Statement.php:332 +msgid "Unrecognized keyword." +msgstr "" + +#: vendor/phpmyadmin/sql-parser/src/Statements/CreateStatement.php:368 +msgid "The name of the entity was expected." +msgstr "" + +#: vendor/phpmyadmin/sql-parser/src/Statements/CreateStatement.php:407 +msgid "At least one column definition was expected." +msgstr "" + +#: vendor/phpmyadmin/sql-parser/src/Statements/CreateStatement.php:518 +msgid "A \"RETURNS\" keyword was expected." +msgstr "" + +#: vendor/phpmyadmin/sql-parser/tests/Lexer/LexerTest.php:21 +#: vendor/phpmyadmin/sql-parser/tests/Parser/ParserTest.php:58 +msgid "error #1" +msgstr "" + +#: vendor/phpmyadmin/sql-parser/tests/Lexer/LexerTest.php:23 +#: vendor/phpmyadmin/sql-parser/tests/Parser/ParserTest.php:59 +#, php-format +msgid "%2$s #%1$d" +msgstr "" + +#: vendor/phpmyadmin/sql-parser/tests/Lexer/LexerTest.php:48 +#: vendor/phpmyadmin/sql-parser/tests/Parser/ParserTest.php:80 +msgid "strict error" +msgstr "" + +#: view_create.php:45 +msgid "View name can not be empty" +msgstr "" + +#: view_create.php:248 +msgid "VIEW name" +msgstr "" + +#: view_create.php:259 +msgid "Column names" +msgstr "" + +#: view_operations.php:111 +msgid "Rename view to" +msgstr "" + +#: view_operations.php:150 +msgid "Delete the view (DROP)" +msgstr "" + +#: libraries/advisory_rules.txt:49 +msgid "Uptime below one day" +msgstr "" + +#: libraries/advisory_rules.txt:52 +msgid "Uptime is less than 1 day, performance tuning may not be accurate." +msgstr "" + +#: libraries/advisory_rules.txt:53 +msgid "" +"To have more accurate averages it is recommended to let the server run for " +"longer than a day before running this analyzer" +msgstr "" + +#: libraries/advisory_rules.txt:54 +#, php-format +msgid "The uptime is only %s" +msgstr "" + +#: libraries/advisory_rules.txt:56 +msgid "Questions below 1,000" +msgstr "" + +#: libraries/advisory_rules.txt:59 +msgid "" +"Fewer than 1,000 questions have been run against this server. The " +"recommendations may not be accurate." +msgstr "" + +#: libraries/advisory_rules.txt:60 +msgid "" +"Let the server run for a longer time until it has executed a greater amount " +"of queries." +msgstr "" + +#: libraries/advisory_rules.txt:61 +#, php-format +msgid "Current amount of Questions: %s" +msgstr "" + +#: libraries/advisory_rules.txt:63 +msgid "Percentage of slow queries" +msgstr "" + +#: libraries/advisory_rules.txt:66 +msgid "" +"There is a lot of slow queries compared to the overall amount of Queries." +msgstr "" + +#: libraries/advisory_rules.txt:67 libraries/advisory_rules.txt:74 +msgid "" +"You might want to increase {long_query_time} or optimize the queries listed " +"in the slow query log" +msgstr "" + +#: libraries/advisory_rules.txt:68 +#, php-format +msgid "The slow query rate should be below 5%%, your value is %s%%." +msgstr "" + +#: libraries/advisory_rules.txt:70 +msgid "Slow query rate" +msgstr "" + +#: libraries/advisory_rules.txt:73 +msgid "" +"There is a high percentage of slow queries compared to the server uptime." +msgstr "" + +#: libraries/advisory_rules.txt:75 +#, php-format +msgid "" +"You have a slow query rate of %s per hour, you should have less than 1%% per " +"hour." +msgstr "" + +#: libraries/advisory_rules.txt:77 +msgid "Long query time" +msgstr "" + +#: libraries/advisory_rules.txt:80 +msgid "" +"{long_query_time} is set to 10 seconds or more, thus only slow queries that " +"take above 10 seconds are logged." +msgstr "" + +#: libraries/advisory_rules.txt:81 +msgid "" +"It is suggested to set {long_query_time} to a lower value, depending on your " +"environment. Usually a value of 1-5 seconds is suggested." +msgstr "" + +#: libraries/advisory_rules.txt:82 +#, php-format +msgid "long_query_time is currently set to %ds." +msgstr "" + +#: libraries/advisory_rules.txt:84 libraries/advisory_rules.txt:91 +msgid "Slow query logging" +msgstr "" + +#: libraries/advisory_rules.txt:87 libraries/advisory_rules.txt:94 +msgid "The slow query log is disabled." +msgstr "" + +#: libraries/advisory_rules.txt:88 +msgid "" +"Enable slow query logging by setting {log_slow_queries} to 'ON'. This will " +"help troubleshooting badly performing queries." +msgstr "" + +#: libraries/advisory_rules.txt:89 +msgid "log_slow_queries is set to 'OFF'" +msgstr "" + +#: libraries/advisory_rules.txt:95 +msgid "" +"Enable slow query logging by setting {slow_query_log} to 'ON'. This will " +"help troubleshooting badly performing queries." +msgstr "" + +#: libraries/advisory_rules.txt:96 +msgid "slow_query_log is set to 'OFF'" +msgstr "" + +#: libraries/advisory_rules.txt:100 +msgid "Release Series" +msgstr "" + +#: libraries/advisory_rules.txt:103 +msgid "The MySQL server version less than 5.1." +msgstr "" + +#: libraries/advisory_rules.txt:104 +msgid "" +"You should upgrade, as MySQL 5.1 has improved performance, and MySQL 5.5 " +"even more so." +msgstr "" + +#: libraries/advisory_rules.txt:105 libraries/advisory_rules.txt:112 +#: libraries/advisory_rules.txt:119 +#, php-format +msgid "Current version: %s" +msgstr "" + +#: libraries/advisory_rules.txt:107 libraries/advisory_rules.txt:114 +msgid "Minor Version" +msgstr "" + +#: libraries/advisory_rules.txt:110 +msgid "Version less than 5.1.30 (the first GA release of 5.1)." +msgstr "" + +#: libraries/advisory_rules.txt:111 +msgid "" +"You should upgrade, as recent versions of MySQL 5.1 have improved " +"performance and MySQL 5.5 even more so." +msgstr "" + +#: libraries/advisory_rules.txt:117 +msgid "Version less than 5.5.8 (the first GA release of 5.5)." +msgstr "" + +#: libraries/advisory_rules.txt:118 +msgid "You should upgrade, to a stable version of MySQL 5.5." +msgstr "" + +#: libraries/advisory_rules.txt:121 libraries/advisory_rules.txt:128 +msgid "Distribution" +msgstr "" + +#: libraries/advisory_rules.txt:124 +msgid "Version is compiled from source, not a MySQL official binary." +msgstr "" + +#: libraries/advisory_rules.txt:125 +msgid "" +"If you did not compile from source, you may be using a package modified by a " +"distribution. The MySQL manual only is accurate for official MySQL binaries, " +"not any package distributions (such as RedHat, Debian/Ubuntu etc)." +msgstr "" + +#: libraries/advisory_rules.txt:126 +msgid "'source' found in version_comment" +msgstr "" + +#: libraries/advisory_rules.txt:131 +msgid "The MySQL manual only is accurate for official MySQL binaries." +msgstr "" + +#: libraries/advisory_rules.txt:132 +msgid "" +"Percona documentation is at https://www.percona.com/software/documentation/" +msgstr "" + +#: libraries/advisory_rules.txt:133 +msgid "'percona' found in version_comment" +msgstr "" + +#: libraries/advisory_rules.txt:135 +msgid "MySQL Architecture" +msgstr "" + +#: libraries/advisory_rules.txt:138 +msgid "MySQL is not compiled as a 64-bit package." +msgstr "" + +#: libraries/advisory_rules.txt:139 +msgid "" +"Your memory capacity is above 3 GiB (assuming the Server is on localhost), " +"so MySQL might not be able to access all of your memory. You might want to " +"consider installing the 64-bit version of MySQL." +msgstr "" + +#: libraries/advisory_rules.txt:140 +#, php-format +msgid "Available memory on this host: %s" +msgstr "" + +#: libraries/advisory_rules.txt:146 +msgid "Query cache disabled" +msgstr "" + +#: libraries/advisory_rules.txt:149 +msgid "The query cache is not enabled." +msgstr "" + +#: libraries/advisory_rules.txt:150 +msgid "" +"The query cache is known to greatly improve performance if configured " +"correctly. Enable it by setting {query_cache_size} to a 2 digit MiB value " +"and setting {query_cache_type} to 'ON'. Note: If you are using " +"memcached, ignore this recommendation." +msgstr "" + +#: libraries/advisory_rules.txt:151 +msgid "query_cache_size is set to 0 or query_cache_type is set to 'OFF'" +msgstr "" + +#: libraries/advisory_rules.txt:153 +msgid "Query caching method" +msgstr "" + +#: libraries/advisory_rules.txt:156 +msgid "Suboptimal caching method." +msgstr "" + +#: libraries/advisory_rules.txt:157 +msgid "" +"You are using the MySQL Query cache with a fairly high traffic database. It " +"might be worth considering to use memcached instead of the MySQL Query " +"cache, especially if you have multiple slaves." +msgstr "" + +#: libraries/advisory_rules.txt:158 +#, php-format +msgid "" +"The query cache is enabled and the server receives %d queries per second. " +"This rule fires if there is more than 100 queries per second." +msgstr "" + +#: libraries/advisory_rules.txt:160 +#, php-format +msgid "Query cache efficiency (%%)" +msgstr "" + +#: libraries/advisory_rules.txt:163 +msgid "Query cache not running efficiently, it has a low hit rate." +msgstr "" + +#: libraries/advisory_rules.txt:164 +msgid "Consider increasing {query_cache_limit}." +msgstr "" + +#: libraries/advisory_rules.txt:165 +#, php-format +msgid "The current query cache hit rate of %s%% is below 20%%" +msgstr "" + +#: libraries/advisory_rules.txt:167 +msgid "Query Cache usage" +msgstr "" + +#: libraries/advisory_rules.txt:170 +#, php-format +msgid "Less than 80%% of the query cache is being utilized." +msgstr "" + +#: libraries/advisory_rules.txt:171 +msgid "" +"This might be caused by {query_cache_limit} being too low. Flushing the " +"query cache might help as well." +msgstr "" + +#: libraries/advisory_rules.txt:172 +#, php-format +msgid "" +"The current ratio of free query cache memory to total query cache size is %s" +"%%. It should be above 80%%" +msgstr "" + +#: libraries/advisory_rules.txt:174 +msgid "Query cache fragmentation" +msgstr "" + +#: libraries/advisory_rules.txt:177 +msgid "The query cache is considerably fragmented." +msgstr "" + +#: libraries/advisory_rules.txt:178 +msgid "" +"Severe fragmentation is likely to (further) increase Qcache_lowmem_prunes. " +"This might be caused by many Query cache low memory prunes due to " +"{query_cache_size} being too small. For a immediate but short lived fix you " +"can flush the query cache (might lock the query cache for a long time). " +"Carefully adjusting {query_cache_min_res_unit} to a lower value might help " +"too, e.g. you can set it to the average size of your queries in the cache " +"using this formula: (query_cache_size - qcache_free_memory) / " +"qcache_queries_in_cache" +msgstr "" + +#: libraries/advisory_rules.txt:179 +#, php-format +msgid "" +"The cache is currently fragmented by %s%% , with 100%% fragmentation meaning " +"that the query cache is an alternating pattern of free and used blocks. This " +"value should be below 20%%." +msgstr "" + +#: libraries/advisory_rules.txt:181 +msgid "Query cache low memory prunes" +msgstr "" + +#: libraries/advisory_rules.txt:184 +msgid "" +"Cached queries are removed due to low query cache memory from the query " +"cache." +msgstr "" + +#: libraries/advisory_rules.txt:185 +msgid "" +"You might want to increase {query_cache_size}, however keep in mind that the " +"overhead of maintaining the cache is likely to increase with its size, so do " +"this in small increments and monitor the results." +msgstr "" + +#: libraries/advisory_rules.txt:186 +#, php-format +msgid "" +"The ratio of removed queries to inserted queries is %s%%. The lower this " +"value is, the better (This rules firing limit: 0.1%%)" +msgstr "" + +#: libraries/advisory_rules.txt:188 +msgid "Query cache max size" +msgstr "" + +#: libraries/advisory_rules.txt:191 +msgid "" +"The query cache size is above 128 MiB. Big query caches may cause " +"significant overhead that is required to maintain the cache." +msgstr "" + +#: libraries/advisory_rules.txt:192 +msgid "" +"Depending on your environment, it might be performance increasing to reduce " +"this value." +msgstr "" + +#: libraries/advisory_rules.txt:193 +#, php-format +msgid "Current query cache size: %s" +msgstr "" + +#: libraries/advisory_rules.txt:195 +msgid "Query cache min result size" +msgstr "" + +#: libraries/advisory_rules.txt:198 +msgid "" +"The max size of the result set in the query cache is the default of 1 MiB." +msgstr "" + +#: libraries/advisory_rules.txt:199 +msgid "" +"Changing {query_cache_limit} (usually by increasing) may increase " +"efficiency. This variable determines the maximum size a query result may " +"have to be inserted into the query cache. If there are many query results " +"above 1 MiB that are well cacheable (many reads, little writes) then " +"increasing {query_cache_limit} will increase efficiency. Whereas in the case " +"of many query results being above 1 MiB that are not very well cacheable " +"(often invalidated due to table updates) increasing {query_cache_limit} " +"might reduce efficiency." +msgstr "" + +#: libraries/advisory_rules.txt:200 +msgid "query_cache_limit is set to 1 MiB" +msgstr "" + +#: libraries/advisory_rules.txt:204 +msgid "Percentage of sorts that cause temporary tables" +msgstr "" + +#: libraries/advisory_rules.txt:207 libraries/advisory_rules.txt:214 +msgid "Too many sorts are causing temporary tables." +msgstr "" + +#: libraries/advisory_rules.txt:208 libraries/advisory_rules.txt:215 +msgid "" +"Consider increasing {sort_buffer_size} and/or {read_rnd_buffer_size}, " +"depending on your system memory limits." +msgstr "" + +#: libraries/advisory_rules.txt:209 +#, php-format +msgid "" +"%s%% of all sorts cause temporary tables, this value should be lower than " +"10%%." +msgstr "" + +#: libraries/advisory_rules.txt:211 +msgid "Rate of sorts that cause temporary tables" +msgstr "" + +#: libraries/advisory_rules.txt:216 +#, php-format +msgid "" +"Temporary tables average: %s, this value should be less than 1 per hour." +msgstr "" + +#: libraries/advisory_rules.txt:218 +msgid "Sort rows" +msgstr "" + +#: libraries/advisory_rules.txt:221 +msgid "There are lots of rows being sorted." +msgstr "" + +#: libraries/advisory_rules.txt:222 +msgid "" +"While there is nothing wrong with a high amount of row sorting, you might " +"want to make sure that the queries which require a lot of sorting use " +"indexed columns in the ORDER BY clause, as this will result in much faster " +"sorting." +msgstr "" + +#: libraries/advisory_rules.txt:223 +#, php-format +msgid "Sorted rows average: %s" +msgstr "" + +#: libraries/advisory_rules.txt:226 +msgid "Rate of joins without indexes" +msgstr "" + +#: libraries/advisory_rules.txt:229 +msgid "There are too many joins without indexes." +msgstr "" + +#: libraries/advisory_rules.txt:230 +msgid "" +"This means that joins are doing full table scans. Adding indexes for the " +"columns being used in the join conditions will greatly speed up table joins." +msgstr "" + +#: libraries/advisory_rules.txt:231 +#, php-format +msgid "Table joins average: %s, this value should be less than 1 per hour" +msgstr "" + +#: libraries/advisory_rules.txt:233 +msgid "Rate of reading first index entry" +msgstr "" + +#: libraries/advisory_rules.txt:236 +msgid "The rate of reading the first index entry is high." +msgstr "" + +#: libraries/advisory_rules.txt:237 +msgid "" +"This usually indicates frequent full index scans. Full index scans are " +"faster than table scans but require lots of CPU cycles in big tables, if " +"those tables that have or had high volumes of UPDATEs and DELETEs, running " +"'OPTIMIZE TABLE' might reduce the amount of and/or speed up full index " +"scans. Other than that full index scans can only be reduced by rewriting " +"queries." +msgstr "" + +#: libraries/advisory_rules.txt:238 +#, php-format +msgid "Index scans average: %s, this value should be less than 1 per hour" +msgstr "" + +#: libraries/advisory_rules.txt:240 +msgid "Rate of reading fixed position" +msgstr "" + +#: libraries/advisory_rules.txt:243 +msgid "The rate of reading data from a fixed position is high." +msgstr "" + +#: libraries/advisory_rules.txt:244 +msgid "" +"This indicates that many queries need to sort results and/or do a full table " +"scan, including join queries that do not use indexes. Add indexes where " +"applicable." +msgstr "" + +#: libraries/advisory_rules.txt:245 +#, php-format +msgid "" +"Rate of reading fixed position average: %s, this value should be less than 1 " +"per hour" +msgstr "" + +#: libraries/advisory_rules.txt:247 +msgid "Rate of reading next table row" +msgstr "" + +#: libraries/advisory_rules.txt:250 +msgid "The rate of reading the next table row is high." +msgstr "" + +#: libraries/advisory_rules.txt:251 +msgid "" +"This indicates that many queries are doing full table scans. Add indexes " +"where applicable." +msgstr "" + +#: libraries/advisory_rules.txt:252 +#, php-format +msgid "" +"Rate of reading next table row: %s, this value should be less than 1 per hour" +msgstr "" + +#: libraries/advisory_rules.txt:255 +msgid "Different tmp_table_size and max_heap_table_size" +msgstr "" + +#: libraries/advisory_rules.txt:258 +msgid "{tmp_table_size} and {max_heap_table_size} are not the same." +msgstr "" + +#: libraries/advisory_rules.txt:259 +msgid "" +"If you have deliberately changed one of either: The server uses the lower " +"value of either to determine the maximum size of in-memory tables. So if you " +"wish to increase the in-memory table limit you will have to increase the " +"other value as well." +msgstr "" + +#: libraries/advisory_rules.txt:260 +#, php-format +msgid "Current values are tmp_table_size: %s, max_heap_table_size: %s" +msgstr "" + +#: libraries/advisory_rules.txt:262 +msgid "Percentage of temp tables on disk" +msgstr "" + +#: libraries/advisory_rules.txt:265 libraries/advisory_rules.txt:272 +msgid "" +"Many temporary tables are being written to disk instead of being kept in " +"memory." +msgstr "" + +#: libraries/advisory_rules.txt:266 +msgid "" +"Increasing {max_heap_table_size} and {tmp_table_size} might help. However " +"some temporary tables are always being written to disk, independent of the " +"value of these variables. To eliminate these you will have to rewrite your " +"queries to avoid those conditions (Within a temporary table: Presence of a " +"BLOB or TEXT column or presence of a column bigger than 512 bytes) as " +"mentioned in the beginning of an Article by the Pythian Group" +msgstr "" + +#: libraries/advisory_rules.txt:267 +#, php-format +msgid "" +"%s%% of all temporary tables are being written to disk, this value should be " +"below 25%%" +msgstr "" + +#: libraries/advisory_rules.txt:269 +msgid "Temp disk rate" +msgstr "" + +#: libraries/advisory_rules.txt:273 +msgid "" +"Increasing {max_heap_table_size} and {tmp_table_size} might help. However " +"some temporary tables are always being written to disk, independent of the " +"value of these variables. To eliminate these you will have to rewrite your " +"queries to avoid those conditions (Within a temporary table: Presence of a " +"BLOB or TEXT column or presence of a column bigger than 512 bytes) as " +"mentioned in the MySQL Documentation" +msgstr "" + +#: libraries/advisory_rules.txt:274 +#, php-format +msgid "" +"Rate of temporary tables being written to disk: %s, this value should be " +"less than 1 per hour" +msgstr "" + +#: libraries/advisory_rules.txt:278 +msgid "MyISAM key buffer size" +msgstr "" + +#: libraries/advisory_rules.txt:281 +msgid "Key buffer is not initialized. No MyISAM indexes will be cached." +msgstr "" + +#: libraries/advisory_rules.txt:282 +msgid "" +"Set {key_buffer_size} depending on the size of your MyISAM indexes. 64M is a " +"good start." +msgstr "" + +#: libraries/advisory_rules.txt:283 +msgid "key_buffer_size is 0" +msgstr "" + +#: libraries/advisory_rules.txt:285 +#, php-format +msgid "Max %% MyISAM key buffer ever used" +msgstr "" + +#: libraries/advisory_rules.txt:288 libraries/advisory_rules.txt:296 +#, php-format +msgid "MyISAM key buffer (index cache) %% used is low." +msgstr "" + +#: libraries/advisory_rules.txt:289 libraries/advisory_rules.txt:297 +msgid "" +"You may need to decrease the size of {key_buffer_size}, re-examine your " +"tables to see if indexes have been removed, or examine queries and " +"expectations about what indexes are being used." +msgstr "" + +#: libraries/advisory_rules.txt:290 +#, php-format +msgid "" +"max %% MyISAM key buffer ever used: %s%%, this value should be above 95%%" +msgstr "" + +#: libraries/advisory_rules.txt:293 +msgid "Percentage of MyISAM key buffer used" +msgstr "" + +#: libraries/advisory_rules.txt:298 +#, php-format +msgid "%% MyISAM key buffer used: %s%%, this value should be above 95%%" +msgstr "" + +#: libraries/advisory_rules.txt:300 +msgid "Percentage of index reads from memory" +msgstr "" + +#: libraries/advisory_rules.txt:303 +#, php-format +msgid "The %% of indexes that use the MyISAM key buffer is low." +msgstr "" + +#: libraries/advisory_rules.txt:304 +msgid "You may need to increase {key_buffer_size}." +msgstr "" + +#: libraries/advisory_rules.txt:305 +#, php-format +msgid "Index reads from memory: %s%%, this value should be above 95%%" +msgstr "" + +#: libraries/advisory_rules.txt:309 +msgid "Rate of table open" +msgstr "" + +#: libraries/advisory_rules.txt:312 +msgid "The rate of opening tables is high." +msgstr "" + +#: libraries/advisory_rules.txt:313 +msgid "" +"Opening tables requires disk I/O which is costly. Increasing " +"{table_open_cache} might avoid this." +msgstr "" + +#: libraries/advisory_rules.txt:314 +#, php-format +msgid "Opened table rate: %s, this value should be less than 10 per hour" +msgstr "" + +#: libraries/advisory_rules.txt:316 +msgid "Percentage of used open files limit" +msgstr "" + +#: libraries/advisory_rules.txt:319 +msgid "" +"The number of open files is approaching the max number of open files. You " +"may get a \"Too many open files\" error." +msgstr "" + +#: libraries/advisory_rules.txt:320 libraries/advisory_rules.txt:327 +msgid "" +"Consider increasing {open_files_limit}, and check the error log when " +"restarting after changing {open_files_limit}." +msgstr "" + +#: libraries/advisory_rules.txt:321 +#, php-format +msgid "" +"The number of opened files is at %s%% of the limit. It should be below 85%%" +msgstr "" + +#: libraries/advisory_rules.txt:323 +msgid "Rate of open files" +msgstr "" + +#: libraries/advisory_rules.txt:326 +msgid "The rate of opening files is high." +msgstr "" + +#: libraries/advisory_rules.txt:328 +#, php-format +msgid "Opened files rate: %s, this value should be less than 5 per hour" +msgstr "" + +#: libraries/advisory_rules.txt:330 +#, php-format +msgid "Immediate table locks %%" +msgstr "" + +#: libraries/advisory_rules.txt:333 libraries/advisory_rules.txt:340 +msgid "Too many table locks were not granted immediately." +msgstr "" + +#: libraries/advisory_rules.txt:334 libraries/advisory_rules.txt:341 +msgid "Optimize queries and/or use InnoDB to reduce lock wait." +msgstr "" + +#: libraries/advisory_rules.txt:335 +#, php-format +msgid "Immediate table locks: %s%%, this value should be above 95%%" +msgstr "" + +#: libraries/advisory_rules.txt:337 +msgid "Table lock wait rate" +msgstr "" + +#: libraries/advisory_rules.txt:342 +#, php-format +msgid "Table lock wait rate: %s, this value should be less than 1 per hour" +msgstr "" + +#: libraries/advisory_rules.txt:344 +msgid "Thread cache" +msgstr "" + +#: libraries/advisory_rules.txt:347 +msgid "" +"Thread cache is disabled, resulting in more overhead from new connections to " +"MySQL." +msgstr "" + +#: libraries/advisory_rules.txt:348 +msgid "Enable the thread cache by setting {thread_cache_size} > 0." +msgstr "" + +#: libraries/advisory_rules.txt:349 +msgid "The thread cache is set to 0" +msgstr "" + +#: libraries/advisory_rules.txt:351 +#, php-format +msgid "Thread cache hit rate %%" +msgstr "" + +#: libraries/advisory_rules.txt:354 +msgid "Thread cache is not efficient." +msgstr "" + +#: libraries/advisory_rules.txt:355 +msgid "Increase {thread_cache_size}." +msgstr "" + +#: libraries/advisory_rules.txt:356 +#, php-format +msgid "Thread cache hitrate: %s%%, this value should be above 80%%" +msgstr "" + +#: libraries/advisory_rules.txt:358 +msgid "Threads that are slow to launch" +msgstr "" + +#: libraries/advisory_rules.txt:361 +msgid "There are too many threads that are slow to launch." +msgstr "" + +#: libraries/advisory_rules.txt:362 +msgid "" +"This generally happens in case of general system overload as it is pretty " +"simple operations. You might want to monitor your system load carefully." +msgstr "" + +#: libraries/advisory_rules.txt:363 +#, php-format +msgid "%s thread(s) took longer than %s seconds to start, it should be 0" +msgstr "" + +#: libraries/advisory_rules.txt:365 +msgid "Slow launch time" +msgstr "" + +#: libraries/advisory_rules.txt:368 +msgid "Slow_launch_threads is above 2s." +msgstr "" + +#: libraries/advisory_rules.txt:369 +msgid "" +"Set {slow_launch_time} to 1s or 2s to correctly count threads that are slow " +"to launch." +msgstr "" + +#: libraries/advisory_rules.txt:370 +#, php-format +msgid "slow_launch_time is set to %s" +msgstr "" + +#: libraries/advisory_rules.txt:374 +msgid "Percentage of used connections" +msgstr "" + +#: libraries/advisory_rules.txt:377 +msgid "" +"The maximum amount of used connections is getting close to the value of " +"{max_connections}." +msgstr "" + +#: libraries/advisory_rules.txt:378 +msgid "" +"Increase {max_connections}, or decrease {wait_timeout} so that connections " +"that do not close database handlers properly get killed sooner. Make sure " +"the code closes database handlers properly." +msgstr "" + +#: libraries/advisory_rules.txt:379 +#, php-format +msgid "" +"Max_used_connections is at %s%% of max_connections, it should be below 80%%" +msgstr "" + +#: libraries/advisory_rules.txt:381 +msgid "Percentage of aborted connections" +msgstr "" + +#: libraries/advisory_rules.txt:384 libraries/advisory_rules.txt:391 +msgid "Too many connections are aborted." +msgstr "" + +#: libraries/advisory_rules.txt:385 libraries/advisory_rules.txt:392 +msgid "" +"Connections are usually aborted when they cannot be authorized. This article might help you track down the source." +msgstr "" + +#: libraries/advisory_rules.txt:386 +#, php-format +msgid "%s%% of all connections are aborted. This value should be below 1%%" +msgstr "" + +#: libraries/advisory_rules.txt:388 +msgid "Rate of aborted connections" +msgstr "" + +#: libraries/advisory_rules.txt:393 +#, php-format +msgid "" +"Aborted connections rate is at %s, this value should be less than 1 per hour" +msgstr "" + +#: libraries/advisory_rules.txt:395 +msgid "Percentage of aborted clients" +msgstr "" + +#: libraries/advisory_rules.txt:398 libraries/advisory_rules.txt:405 +msgid "Too many clients are aborted." +msgstr "" + +#: libraries/advisory_rules.txt:399 libraries/advisory_rules.txt:406 +msgid "" +"Clients are usually aborted when they did not close their connection to " +"MySQL properly. This can be due to network issues or code not closing a " +"database handler properly. Check your network and code." +msgstr "" + +#: libraries/advisory_rules.txt:400 +#, php-format +msgid "%s%% of all clients are aborted. This value should be below 2%%" +msgstr "" + +#: libraries/advisory_rules.txt:402 +msgid "Rate of aborted clients" +msgstr "" + +#: libraries/advisory_rules.txt:407 +#, php-format +msgid "Aborted client rate is at %s, this value should be less than 1 per hour" +msgstr "" + +#: libraries/advisory_rules.txt:411 +msgid "Is InnoDB disabled?" +msgstr "" + +#: libraries/advisory_rules.txt:414 +msgid "You do not have InnoDB enabled." +msgstr "" + +#: libraries/advisory_rules.txt:415 +msgid "InnoDB is usually the better choice for table engines." +msgstr "" + +#: libraries/advisory_rules.txt:416 +msgid "have_innodb is set to 'value'" +msgstr "" + +#: libraries/advisory_rules.txt:418 +msgid "InnoDB log size" +msgstr "" + +#: libraries/advisory_rules.txt:421 +msgid "" +"The InnoDB log file size is not an appropriate size, in relation to the " +"InnoDB buffer pool." +msgstr "" + +#: libraries/advisory_rules.txt:422 +#, 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" +msgstr "" + +#: libraries/advisory_rules.txt:423 +#, php-format +msgid "" +"Your InnoDB log size is at %s%% in relation to the InnoDB buffer pool size, " +"it should not be below 20%%" +msgstr "" + +#: libraries/advisory_rules.txt:425 +msgid "Max InnoDB log size" +msgstr "" + +#: libraries/advisory_rules.txt:428 +msgid "The InnoDB log file size is inadequately large." +msgstr "" + +#: libraries/advisory_rules.txt:429 +#, 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" +msgstr "" + +#: libraries/advisory_rules.txt:430 +#, php-format +msgid "Your absolute InnoDB log size is %s MiB" +msgstr "" + +#: libraries/advisory_rules.txt:432 +msgid "InnoDB buffer pool size" +msgstr "" + +#: libraries/advisory_rules.txt:435 +msgid "Your InnoDB buffer pool is fairly small." +msgstr "" + +#: libraries/advisory_rules.txt:436 +#, 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" +msgstr "" + +#: libraries/advisory_rules.txt:437 +#, php-format +msgid "" +"You are currently using %s%% of your memory for the InnoDB buffer pool. This " +"rule fires if you are assigning less than 60%%, however this might be " +"perfectly adequate for your system if you don't have much InnoDB tables or " +"other services running on the same machine." +msgstr "" + +#: libraries/advisory_rules.txt:441 +msgid "MyISAM concurrent inserts" +msgstr "" + +#: libraries/advisory_rules.txt:444 +msgid "Enable {concurrent_insert} by setting it to 1" +msgstr "" + +#: libraries/advisory_rules.txt:445 +msgid "" +"Setting {concurrent_insert} to 1 reduces contention between readers and " +"writers for a given table. See also MySQL Documentation" +msgstr "" + +#: libraries/advisory_rules.txt:446 +msgid "concurrent_insert is set to 0" +msgstr "" From 25c4ab1abed9f043e45fbc666dadd2ac2e540c11 Mon Sep 17 00:00:00 2001 From: Giovanni Sora Date: Mon, 1 Aug 2016 13:13:59 +0000 Subject: [PATCH 09/19] Translated using Weblate (Interlingua) Currently translated at 73.6% (2367 of 3214 strings) [CI skip] --- po/ia.po | 65 +++++++++++++++++++++----------------------------------- 1 file changed, 24 insertions(+), 41 deletions(-) diff --git a/po/ia.po b/po/ia.po index e7218fddfc..aafa871c06 100644 --- a/po/ia.po +++ b/po/ia.po @@ -8,16 +8,16 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.6.4-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2016-08-01 11:04+0200\n" -"PO-Revision-Date: 2016-05-23 13:15+0000\n" +"PO-Revision-Date: 2016-08-01 13:13+0000\n" "Last-Translator: Giovanni Sora \n" -"Language-Team: Interlingua \n" +"Language-Team: Interlingua " +"\n" "Language: ia\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 2.7-dev\n" +"X-Generator: Weblate 2.8-dev\n" #: changelog.php:37 license.php:33 #, php-format @@ -5367,10 +5367,9 @@ msgid "Could not connect to the database server!" msgstr "Il non pote connecter a servitor de base de datos!" #: libraries/config/Validator.php:286 -#, fuzzy #| msgid "Authentication type" msgid "Invalid authentication type!" -msgstr "Typo de authentication" +msgstr "Typo de authentication invalide!" #: libraries/config/Validator.php:293 msgid "Empty username while using [kbd]config[/kbd] authentication method!" @@ -6277,8 +6276,7 @@ msgstr "Dishabilita alcun avisos monstrate per phpMyAdmin." #: libraries/config/messages.inc.php:353 msgid "Enable gzip compression for import and export operations." msgstr "" -"Il habilita le compression gzip2 per operationes de importation e " -"exportation." +"Il habilita le compression gzip per operationes de importation e exportation." #: libraries/config/messages.inc.php:356 msgid "GZip" @@ -6975,7 +6973,6 @@ msgid "HTTP Realm" msgstr "Sphera HTTP" #: libraries/config/messages.inc.php:636 -#, fuzzy #| msgid "" #| "The path for the config file for [a@https://swekey.com]SweKey hardware " #| "authentication[/a] (not located in your document root; suggested: /etc/" @@ -6984,9 +6981,8 @@ msgid "" "The path for the config file for SweKey hardware authentication (not located " "in your document root; suggested: /etc/swekey.conf)." msgstr "" -"le percurso pro le file de configuration pro [a@https://swekey.com]SweKey " -"hardware authentication[/a] (non locate in tu radice de documento; " -"suggerite: /etc/swekey.conf)." +"Le percurso pro le file de configuration pro authentication hardware de " +"SweKey (non locate in tu radice de documento; suggerite: /etc/swekey.conf)." #: libraries/config/messages.inc.php:640 msgid "SweKey config file" @@ -7001,7 +6997,6 @@ msgid "Authentication type" msgstr "Typo de authentication" #: libraries/config/messages.inc.php:644 -#, fuzzy #| msgid "" #| "Leave blank for no [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/" #| "a] support, suggested: [kbd]pma__bookmark[/kbd]" @@ -7009,8 +7004,8 @@ msgid "" "Leave blank for no [doc@bookmarks@]bookmark[/doc] support, suggested: " "[kbd]pma__bookmark[/kbd]" msgstr "" -"Lassa vacue pro nulle [a@https://wiki.phpmyadmin.net/pma/bookmark]bookmark[/" -"a] supporto, suggerite: [kbd]pma__bookmark[/kbd]" +"Lassa vacue pro nulle [doc@bookmarks@]bookmark[/doc] supporto, suggerite: " +"[kbd]pma__bookmark[/kbd]" #: libraries/config/messages.inc.php:647 msgid "Bookmark table" @@ -7049,7 +7044,6 @@ msgid "Control user password" msgstr "Contrasigno de usator de controlo" #: libraries/config/messages.inc.php:660 -#, fuzzy #| msgid "" #| "A special MySQL user configured with limited permissions, more " #| "information available on [a@https://wiki.phpmyadmin.net/pma/" @@ -7059,8 +7053,7 @@ msgid "" "available on [doc@linked-tables]documentation[/doc]." msgstr "" "Un usator special de MySQL configurate con permissiones limitate, ulterior " -"information disponibile sur [a@https://wiki.phpmyadmin.net/pma/" -"controluser]wiki[/a]." +"information disponibile sur [doc@linked-tables] 1documentation[/doc] 2." #: libraries/config/messages.inc.php:663 msgid "Control user" @@ -7226,7 +7219,6 @@ msgid "PDF schema: pages table" msgstr "Schema PDF: tabella de paginas" #: libraries/config/messages.inc.php:727 -#, fuzzy #| msgid "" #| "Database used for relations, bookmarks, and PDF features. See [a@https://" #| "wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave " @@ -7237,9 +7229,8 @@ msgid "" "Suggested: [kbd]phpmyadmin[/kbd]." msgstr "" "Base de datos usate pro relationes, marcatores de libro, e characteristicas " -"de PDF. Vide [a@https://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] pro le " -"information complete. Lassa vacue pro nulle supporto. Suggerite: " -"[kbd]phpmyadmin[/kbd]." +"de PDF. Vide [doc@linked-tables] 1pmadb[/doc] 2 pro le information complete. " +"Lassa vacue pro nulle supporto. Suggerite: [kbd] 3phpmyadmin[/kbd] 4." #: libraries/config/messages.inc.php:731 #: templates/server/databases/create.phtml:20 @@ -7281,7 +7272,6 @@ msgid "Favorites table" msgstr "Tabellas favorite" #: libraries/config/messages.inc.php:746 -#, fuzzy #| msgid "" #| "Leave blank for no [a@https://wiki.phpmyadmin.net/pma/relation]relation-" #| "links[/a] support, suggested: [kbd]pma__relation[/kbd]." @@ -7289,23 +7279,22 @@ msgid "" "Leave blank for no [doc@relations@]relation-links[/doc] support, suggested: " "[kbd]pma__relation[/kbd]." msgstr "" -"Lassa vacue pro nulle [a@https://wiki.phpmyadmin.net/pma/relation]relation-" -"links[/a] supporto, suggerite: [kbd]pma__relation[/kbd]." +"Lassa vacue pro nulle supporto [doc@relations@] 1relation-links[/doc] 2 , " +"suggerite: [kbd] 3pma__relation[/kbd] 4." #: libraries/config/messages.inc.php:750 msgid "Relation table" msgstr "Tabella de relation" #: libraries/config/messages.inc.php:752 -#, fuzzy #| msgid "" #| "See [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " #| "types[/a] for an example." msgid "" "See [doc@authentication-modes]authentication types[/doc] for an example." msgstr "" -"Vide [a@https://wiki.phpmyadmin.net/pma/auth_types#signon]typos de " -"authentication[/a] pro un exemplo." +"Vide [doc@authentication-modes] typos de authentication [/doc] pro un " +"exemplo." #: libraries/config/messages.inc.php:755 msgid "Signon session name" @@ -7835,14 +7824,12 @@ msgid "Proxy password" msgstr "Contrasigno de proxy" #: libraries/config/messages.inc.php:978 -#, fuzzy #| msgid "" #| "Enable [a@https://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for " #| "import and export operations." msgid "Enable ZIP compression for import and export operations." msgstr "" -"Il habilita le compression [a@https://en.wikipedia.org/wiki/Bzip2]bzip2[/a] " -"per operationes de importation e exportation." +"Il habilita le compression ZIP per operationes de importation e exportation." #: libraries/config/messages.inc.php:981 msgid "ZIP" @@ -9444,10 +9431,9 @@ msgid "Log out" msgstr "Claude session" #: libraries/navigation/NavigationHeader.php:172 -#, fuzzy #| msgid "Dumping data" msgid "Empty session data" -msgstr "Dump (discargamento) de datos" +msgstr "Datos de session vacue" #: libraries/navigation/NavigationHeader.php:188 msgid "phpMyAdmin documentation" @@ -13560,10 +13546,9 @@ msgid "An opening bracket was expected." msgstr "" #: libraries/sql-parser/src/Components/CreateDefinition.php:225 -#, fuzzy #| msgid "Variable name was expected." msgid "A symbol name was expected!" -msgstr "On expectava un nomine de variabile." +msgstr "On expectava un nomine de symbolo!" #: libraries/sql-parser/src/Components/CreateDefinition.php:257 msgid "A comma or a closing bracket was expected." @@ -14215,10 +14200,9 @@ msgid "" msgstr "" #: setup/frames/index.inc.php:132 -#, fuzzy #| msgid "Configuration saved." msgid "Configuration not saved!" -msgstr "Configuration salveguardate." +msgstr "Configuration non salveguardate!" #: setup/frames/index.inc.php:147 setup/frames/menu.inc.php:19 msgid "Overview" @@ -14855,7 +14839,6 @@ msgid "Tracking is not active." msgstr "" #: templates/error/report_form.phtml:7 -#, fuzzy #| msgid "" #| "phpMyAdmin has encountered an error. We have collected data about this " #| "error as well as information about relevant configuration settings to " @@ -14865,9 +14848,9 @@ msgid "" "about relevant configuration settings. It will be sent to the phpMyAdmin " "team for debugging the error." msgstr "" -"phpMyAdmin ha incontrate un error. Nos ha colligite datos re iste error assi " -"como informationes re preferentias de configuration relevante pro inviar al " -"equipa de phpMyAdmin pro adjutar nos a analysar le problema." +"Iste reporto includeva automaticamente datos re le error e re le information " +"super fixationes de configuration relevante. Illo essera inviata al equipa " +"de phpMtAdmin pro analysar le error." #: templates/error/report_form.phtml:14 msgid "" From 319c7a824712edf7a0de8c4c3e1683ab38d71773 Mon Sep 17 00:00:00 2001 From: Domen Date: Mon, 1 Aug 2016 12:56:09 +0000 Subject: [PATCH 10/19] Translated using Weblate (Slovenian) Currently translated at 100.0% (3209 of 3209 strings) [CI skip] --- po/sl.po | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/po/sl.po b/po/sl.po index df2d2346f8..2eb781a33e 100644 --- a/po/sl.po +++ b/po/sl.po @@ -4,17 +4,17 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.6.4-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2016-08-01 11:04+0200\n" -"PO-Revision-Date: 2016-05-23 17:45+0000\n" +"PO-Revision-Date: 2016-08-01 12:56+0000\n" "Last-Translator: Domen \n" -"Language-Team: Slovenian \n" +"Language-Team: Slovenian " +"\n" "Language: sl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" -"%100==4 ? 2 : 3;\n" -"X-Generator: Weblate 2.7-dev\n" +"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || " +"n%100==4 ? 2 : 3;\n" +"X-Generator: Weblate 2.8-dev\n" #: changelog.php:37 license.php:33 #, php-format @@ -7010,9 +7010,9 @@ msgid "" "More information on [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]PMA " "bug tracker[/a] and [a@https://bugs.mysql.com/19588]MySQL Bugs[/a]" msgstr "" -"Več informacij na [a@https://sourceforge.net/p/phpmyadmin/" -"bugs/2606/]sledilniku hroščev PMA[/a] in[a@https://bugs.mysql." -"com/19588]hroščih MySQL[/a]" +"Več informacij na [a@https://sourceforge.net/p/phpmyadmin/bugs/2606/]" +"sledilniku hroščev PMA[/a] in [a@https://bugs.mysql.com/19588]hroščih " +"MySQL[/a]" #: libraries/config/messages.inc.php:681 msgid "Disable use of INFORMATION_SCHEMA" @@ -14371,14 +14371,14 @@ msgstr "Nezavarovana povezava" #: setup/frames/index.inc.php:119 msgid "Configuration saved." -msgstr "Konfiguracija je shranjena." +msgstr "Konfiguracijo smo shranili." #: setup/frames/index.inc.php:122 msgid "" "Configuration saved to file config/config.inc.php in phpMyAdmin top level " "directory, copy it to top level one and delete directory config to use it." msgstr "" -"Konfiguracija je shranjena v datoteko config/config.inc.php v vrhnji mapi " +"Konfiguracijo smo shranili v datoteko config/config.inc.php v vrhnji mapi " "phpMyAdmin; skopirajte jo v vrhnjo mapo in izbrišite mapo config, če jo " "želite uporabiti." From ea91f38e09c2faf71a32dedc829eebfc8a3d3655 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 1 Aug 2016 14:21:21 +0000 Subject: [PATCH 11/19] Translated using Weblate (Kabyle) Currently translated at 0.0% (1 of 3217 strings) [CI skip] --- po/kab.po | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/po/kab.po b/po/kab.po index 0e9610fb7f..a4eaa16f72 100644 --- a/po/kab.po +++ b/po/kab.po @@ -8,14 +8,16 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.7.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2016-08-01 11:05+0200\n" -"PO-Revision-Date: 2016-08-01 11:05+0200\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" +"PO-Revision-Date: 2016-08-01 14:21+0000\n" +"Last-Translator: Michal Čihař \n" +"Language-Team: Kabyle " +"\n" "Language: kab\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 2.8-dev\n" #: changelog.php:37 license.php:33 #, php-format @@ -2657,7 +2659,7 @@ msgstr "" #. #: js/messages.php:861 msgid "calendar-month-year" -msgstr "" +msgstr "calendar-month-year" #. l10n: Year suffix for calendar, "none" is empty. #: js/messages.php:864 From 7954c40c76aa6078c2added04e25c2265583e0d2 Mon Sep 17 00:00:00 2001 From: Burak Yavuz Date: Mon, 1 Aug 2016 15:58:00 +0000 Subject: [PATCH 12/19] Translated using Weblate (Turkish) Currently translated at 100.0% (3217 of 3217 strings) [CI skip] --- po/tr.po | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/po/tr.po b/po/tr.po index 7091c7cf6a..f707ec674c 100644 --- a/po/tr.po +++ b/po/tr.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.7.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2016-08-01 11:05+0200\n" -"PO-Revision-Date: 2016-08-01 12:21+0000\n" +"PO-Revision-Date: 2016-08-01 15:58+0000\n" "Last-Translator: Burak Yavuz \n" "Language-Team: Turkish " "\n" @@ -13914,14 +13914,13 @@ msgid "Cannot save settings, submitted form contains errors!" msgstr "Ayarlar kaydedilemiyor, gönderilmiş form hatalar içeriyor!" #: prefs_manage.php:50 -#, fuzzy #| msgid "Missing phpMyAdmin configuration storage tables" msgid "phpMyAdmin configuration snippet" -msgstr "Eksik phpMyAdmin yapılandırma depolama tabloları" +msgstr "phpMyAdmin yapılandırma parçacığı" #: prefs_manage.php:51 msgid "Paste it to your config.inc.php" -msgstr "" +msgstr "config.inc.php dosyanıza yapıştırın" #: prefs_manage.php:105 msgid "Could not import configuration" @@ -13973,10 +13972,9 @@ msgstr "" "%sKur programcığı%s kullanarak." #: prefs_manage.php:342 -#, fuzzy #| msgid "Save as file" msgid "Save as PHP file" -msgstr "Dosya olarak kaydet" +msgstr "PHP dosyası olarak kaydet" #: prefs_manage.php:347 msgid "Save to browser's storage" @@ -14101,10 +14099,9 @@ msgstr "" "config dizinini silin." #: setup/frames/index.inc.php:134 -#, fuzzy #| msgid "Configuration saved." msgid "Configuration not saved!" -msgstr "Yapılandırma kaydedildi." +msgstr "Yapılandırma kaydedilmedi!" #: setup/frames/index.inc.php:149 setup/frames/menu.inc.php:20 msgid "Overview" @@ -14226,7 +14223,7 @@ msgstr "Yanlış veri" #: setup/validate.php:30 #, php-format msgid "Wrong data or no validation for %s" -msgstr "" +msgstr "Yanlış veri veya %s için doğrulama yok" #: tbl_create.php:31 tbl_get_field.php:26 #, php-format @@ -15640,7 +15637,7 @@ msgstr "kesin hata" #: view_create.php:45 msgid "View name can not be empty" -msgstr "" +msgstr "Görünüm adı boş olamaz" #: view_create.php:248 msgid "VIEW name" From cdcf74ab0bde94d9be5aa29169b2c8ed8141103d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 2 Aug 2016 08:32:59 +0200 Subject: [PATCH 13/19] Fixed password change on MariaDB without auth plugin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #12424 Signed-off-by: Michal Čihař --- ChangeLog | 1 + user_password.php | 1 + 2 files changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index b14be97807..9db5b722d2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -15,6 +15,7 @@ phpMyAdmin - ChangeLog - issue #12303 Avoid typecasting to float when not needed - issue #12425 Duplicate message variable names in messages.inc.php - issue #12399 Adding index to table shows wrong top navigation +- issue #12424 Fixed password change on MariaDB without auth plugin 4.6.3 (2016-06-23) - issue #12249 Fixed cookie path on Windows diff --git a/user_password.php b/user_password.php index 6404623695..20051110ae 100644 --- a/user_password.php +++ b/user_password.php @@ -237,6 +237,7 @@ function PMA_changePassUrlParamsAndSubmitQuery( } else if ($serverType == 'MariaDB' && PMA_MYSQL_INT_VERSION >= 50200 && PMA_MYSQL_INT_VERSION < 100100 + && $orig_auth_plugin !== '' ) { if ($orig_auth_plugin == 'mysql_native_password') { // Set the hashing method used by PASSWORD() From 0de543c3af1214a2745b48acce5afe5bbc9f32e0 Mon Sep 17 00:00:00 2001 From: Marco Pozzato Date: Mon, 1 Aug 2016 19:03:36 +0000 Subject: [PATCH 14/19] Translated using Weblate (Italian) Currently translated at 99.9% (3208 of 3209 strings) [CI skip] --- po/it.po | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/po/it.po b/po/it.po index 37c82b4727..926709514c 100644 --- a/po/it.po +++ b/po/it.po @@ -4,16 +4,16 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.6.4-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2016-08-01 11:04+0200\n" -"PO-Revision-Date: 2016-05-23 14:36+0000\n" -"Last-Translator: Stefano Martinelli \n" -"Language-Team: Italian \n" +"PO-Revision-Date: 2016-08-01 19:03+0000\n" +"Last-Translator: Marco Pozzato \n" +"Language-Team: Italian " +"\n" "Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 2.7-dev\n" +"X-Generator: Weblate 2.8-dev\n" #: changelog.php:37 license.php:33 #, php-format @@ -33,7 +33,7 @@ msgid "Click to sort." msgstr "Clicca per ordinare." #: db_central_columns.php:149 -#, php-format +#, fuzzy, php-format msgid "Showing rows %1$s - %2$s." msgstr "Mostro le righe %1$s - %2$s." @@ -15611,7 +15611,7 @@ msgstr "Reimposta zoom" #: templates/table/secondary_tabs.phtml:14 msgid "Relation view" -msgstr "Relazione vista" +msgstr "Vista relazioni" #: templates/table/structure/actions_in_table_structure.phtml:15 #, php-format From aaf48b98fb43e457e985a0a7621e2ae539553f73 Mon Sep 17 00:00:00 2001 From: Burak Yavuz Date: Mon, 1 Aug 2016 16:11:22 +0000 Subject: [PATCH 15/19] Translated using Weblate (Turkish) Currently translated at 100.0% (3209 of 3209 strings) [CI skip] --- po/tr.po | 43 +++++++++++++++++++++---------------------- 1 file changed, 21 insertions(+), 22 deletions(-) diff --git a/po/tr.po b/po/tr.po index c9c900992c..f240ee8eef 100644 --- a/po/tr.po +++ b/po/tr.po @@ -4,16 +4,16 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.6.4-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2016-08-01 11:04+0200\n" -"PO-Revision-Date: 2016-05-23 15:53+0000\n" +"PO-Revision-Date: 2016-08-01 16:11+0000\n" "Last-Translator: Burak Yavuz \n" -"Language-Team: Turkish \n" +"Language-Team: Turkish " +"\n" "Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 2.7-dev\n" +"X-Generator: Weblate 2.8-dev\n" #: changelog.php:37 license.php:33 #, php-format @@ -534,7 +534,7 @@ msgid "" "%sdocumentation%s for a workaround for this limit." msgstr "" "Muhtemelen çok büyük dosya göndermeyi denediniz. Lütfen bu sınır için çözüm " -"yolu olarak %sbelgeden%s yararlanın." +"yolu olarak %sbelgelere%s bakın." #: import.php:362 import.php:667 msgid "Showing bookmark" @@ -840,8 +840,7 @@ msgid "" "Server running with Suhosin. Please refer to %sdocumentation%s for possible " "issues." msgstr "" -"Sunucu Suhosin ile çalışıyor. Lütfen olası sorunlar için %sbelgeden%s " -"yararlanın." +"Sunucu Suhosin ile çalışıyor. Lütfen olası sorunlar için %sbelgelere%s bakın." #: js/messages.php:39 libraries/import.lib.php:207 sql.php:165 msgid "\"DROP DATABASE\" statements are disabled." @@ -3558,7 +3557,7 @@ msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" "%s." msgstr "" -"Bu görünüm en az bu satır sayısı kadar olur. Lütfen %sbelgeden%s yararlanın." +"Bu görünüm en az bu satır sayısı kadar olur. Lütfen %sbelgelere%s bakın." #: libraries/DisplayResults.php:4700 #, php-format @@ -6037,7 +6036,7 @@ msgid "" "for magic strings that can be used to get special values." msgstr "" "Tarayıcının başlık çubuğu metnini belirler. Özel değerleri almakta " -"kullanılabilen sihirli dizgiler için [doc@faq6-27]belgeden[/doc] yararlanın." +"kullanılabilen sihirli dizgiler için [doc@faq6-27]belgelere[/doc] bakın." #: libraries/config/messages.inc.php:293 msgid "Security" @@ -8827,7 +8826,7 @@ msgid "" "Documentation and further information about PBXT can be found on the " "%sPrimeBase XT Home Page%s." msgstr "" -"%sPrimeBase XT Ana Sayfasında%s PBXT hakkında belge ve daha fazla bilgi " +"%sPrimeBase XT Ana Sayfasında%s PBXT hakkında belgeler ve daha fazla bilgi " "bulunabilir." #: libraries/export.lib.php:120 libraries/export.lib.php:155 @@ -10844,8 +10843,8 @@ msgstr "" "0) eklenecek olan karşılık (saat cinsinden). İkinci seçeneği farklı tarih/" "zaman biçimi dizgisini belirtmek için kullanın. Üçüncü seçenek yerel tarihi " "veya bunun için UTC olanı (\"local\" veya \"utc\" dizgisi kullanın) görmek " -"istediğinizi belirler. Buna göre tarih biçimi farklı değere sahiptir - " -"\"local\" için PHP'nin strftime() işlevine belgeden bakın ve \"utc\" ise " +"istediğinizi belirler. Buna göre tarih biçimi farklı değere sahiptir - \"" +"local\" için PHP'nin strftime() işlevine belgelerden bakın ve \"utc\" ise " "gmdate() işlevi kullanılarak olur." #: libraries/plugins/transformations/abs/DownloadTransformationsPlugin.php:28 @@ -12677,8 +12676,8 @@ msgid "" "tuning can have a very negative effect on performance." msgstr "" "Yapılandırmanın herhangi bir yerini değiştirmeden önce, neyi " -"değiştirdiğinizi bildiğinizden (belgeyi okuyarak) ve değişikliği nasıl geri " -"alacağınızdan emin olun. Yanlış ayarlama performansa çok olumsuz etki " +"değiştirdiğinizi bildiğinizden (belgeleri okuyarak) ve değişikliği nasıl " +"geri alacağınızdan emin olun. Yanlış ayarlama performansa çok olumsuz etki " "edebilir." #: libraries/server_status_advisor.lib.php:46 @@ -14364,10 +14363,10 @@ msgid "" "level directory as described in [doc@setup_script]documentation[/doc]. " "Otherwise you will be only able to download or display it." msgstr "" -"Lütfen [doc@setup_script]belge[/doc] içinde açıklandığı gibi phpMyAdmin en " -"yüksek düzey dizininde web sunucusu yazılabilir [em]yapılandırma[/em] " -"klasörü oluşturun. Yoksa sadece indirmenize veya görüntülemenize izin " -"verecektir." +"Lütfen [doc@setup_script]belgeler[/doc] içinde tarif edildiği gibi " +"phpMyAdmin en yüksek düzey dizininde web sunucusu yazılabilir " +"[em]yapılandırma[/em] klasörü oluşturun. Aksi halde sadece indirmenize veya " +"görüntülemenize izin verecektir." #: setup/frames/index.inc.php:75 msgid "" @@ -16352,7 +16351,7 @@ msgstr "" "{max_heap_table_size} ve {tmp_table_size} arttırmak yardımcı olabilir. Ancak " "bazı geçici tablolar her zaman bu değişkenlerin değerinden bağımsız, diske " "yazılmış olur. MySQL Belgesi içinde bahsedildiği gibi şu " +"temporary-tables.html\">MySQL Belgeleri içinde bahsedildiği gibi şu " "şartlardan (Geçici tablonun içerisinde: BLOB veya TEXT sütununun varlığı ya " "da 512 bayttan büyük sütunun varlığı) kaçınmak için bunları elemek " "bakımından sorgularınızı yeniden yazmak zorunda kalacaksınız" @@ -16871,9 +16870,9 @@ msgid "" "refman/5.5/en/concurrent-inserts.html\">MySQL Documentation" msgstr "" "{concurrent_insert} 1'e ayarlamak verilen bir tablo için okuyucular ve " -"yazıcılar arasındaki bağlantıyı azaltır. Aynı zamanda MySQL Belgesine " -"bakın" +"yazıcılar arasındaki bağlantıyı azaltır. Aynı zamanda MySQL " +"Belgelerine bakın" #: libraries/advisory_rules.txt:446 msgid "concurrent_insert is set to 0" From 38b73180fd33070f4e28a6baeb4d5dcc24870ad8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 2 Aug 2016 08:42:44 +0200 Subject: [PATCH 16/19] Fix password change in cookie auth MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We can not set same cookie twice, so we have to avoid sending auth cookie when we're about to change the password. Signed-off-by: Michal Čihař --- libraries/plugins/auth/AuthenticationCookie.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libraries/plugins/auth/AuthenticationCookie.php b/libraries/plugins/auth/AuthenticationCookie.php index 0cb425ae95..b413ff95fb 100644 --- a/libraries/plugins/auth/AuthenticationCookie.php +++ b/libraries/plugins/auth/AuthenticationCookie.php @@ -492,7 +492,11 @@ class AuthenticationCookie extends AuthenticationPlugin $this->storeUsernameCookie($cfg['Server']['user']); // Duration = as configured - $this->storePasswordCookie($cfg['Server']['password']); + // Do not store password cookie on password change as we will + // set the cookie again after password has been changed + if (! isset($_POST['change_pw'])) { + $this->storePasswordCookie($cfg['Server']['password']); + } // Set server cookies if required (once per session) and, in this case, // force reload to ensure the client accepts cookies From b8e8859c9d38203ba8ddb0c951f31b150d9639da Mon Sep 17 00:00:00 2001 From: Marco Pozzato Date: Mon, 1 Aug 2016 19:03:43 +0000 Subject: [PATCH 17/19] Translated using Weblate (Italian) Currently translated at 99.5% (3204 of 3217 strings) [CI skip] --- po/it.po | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/po/it.po b/po/it.po index 726f4c08a9..3c9561b865 100644 --- a/po/it.po +++ b/po/it.po @@ -4,16 +4,16 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.7.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2016-08-01 11:05+0200\n" -"PO-Revision-Date: 2016-05-23 14:33+0000\n" -"Last-Translator: Stefano Martinelli \n" -"Language-Team: Italian \n" +"PO-Revision-Date: 2016-08-01 19:03+0000\n" +"Last-Translator: Marco Pozzato \n" +"Language-Team: Italian " +"\n" "Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 2.7-dev\n" +"X-Generator: Weblate 2.8-dev\n" #: changelog.php:37 license.php:33 #, php-format @@ -33,7 +33,7 @@ msgid "Click to sort." msgstr "Clicca per ordinare." #: db_central_columns.php:151 -#, php-format +#, fuzzy, php-format msgid "Showing rows %1$s - %2$s." msgstr "Mostro le righe %1$s - %2$s." @@ -15461,7 +15461,7 @@ msgstr "Reimposta zoom" #: templates/table/secondary_tabs.phtml:14 msgid "Relation view" -msgstr "Relazione vista" +msgstr "Vista relazioni" #: templates/table/structure/actions_in_table_structure.phtml:15 #, php-format From 73460225afe1172fd12d03d5e42939a4b4417c68 Mon Sep 17 00:00:00 2001 From: Belkacem Mohammed Date: Mon, 1 Aug 2016 18:24:46 +0000 Subject: [PATCH 18/19] Translated using Weblate (Kabyle) Currently translated at 0.0% (2 of 3217 strings) [CI skip] --- po/kab.po | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/po/kab.po b/po/kab.po index a4eaa16f72..7b7946f493 100644 --- a/po/kab.po +++ b/po/kab.po @@ -8,8 +8,8 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.7.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2016-08-01 11:05+0200\n" -"PO-Revision-Date: 2016-08-01 14:21+0000\n" -"Last-Translator: Michal Čihař \n" +"PO-Revision-Date: 2016-08-01 18:24+0000\n" +"Last-Translator: Belkacem Mohammed \n" "Language-Team: Kabyle " "\n" "Language: kab\n" @@ -25,6 +25,7 @@ msgid "" "The %s file is not available on this system, please visit www.phpmyadmin.net " "for more information." msgstr "" +"Afaylu %sulac-it deg unagraw agi, ugar n telɣut, ddu ɣer www.phpmyadmin.net ." #: db_central_columns.php:107 msgid "The central list of columns for the current database is empty." From 2ef39d4d0d1040e5adc5b9fcdefb689efe5eab97 Mon Sep 17 00:00:00 2001 From: Burak Yavuz Date: Mon, 1 Aug 2016 16:11:19 +0000 Subject: [PATCH 19/19] Translated using Weblate (Turkish) Currently translated at 100.0% (3217 of 3217 strings) [CI skip] --- po/tr.po | 37 ++++++++++++++++++------------------- 1 file changed, 18 insertions(+), 19 deletions(-) diff --git a/po/tr.po b/po/tr.po index f707ec674c..57a68ac536 100644 --- a/po/tr.po +++ b/po/tr.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.7.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2016-08-01 11:05+0200\n" -"PO-Revision-Date: 2016-08-01 15:58+0000\n" +"PO-Revision-Date: 2016-08-01 16:11+0000\n" "Last-Translator: Burak Yavuz \n" "Language-Team: Turkish " "\n" @@ -535,7 +535,7 @@ msgid "" "%sdocumentation%s for a workaround for this limit." msgstr "" "Muhtemelen çok büyük dosya göndermeyi denediniz. Lütfen bu sınır için çözüm " -"yolu olarak %sbelgeden%s yararlanın." +"yolu olarak %sbelgelere%s bakın." #: import.php:369 import.php:563 msgid "Showing bookmark" @@ -817,8 +817,7 @@ msgid "" "Server running with Suhosin. Please refer to %sdocumentation%s for possible " "issues." msgstr "" -"Sunucu Suhosin ile çalışıyor. Lütfen olası sorunlar için %sbelgeden%s " -"yararlanın." +"Sunucu Suhosin ile çalışıyor. Lütfen olası sorunlar için %sbelgelere%s bakın." #: js/messages.php:42 libraries/import.lib.php:192 sql.php:165 msgid "\"DROP DATABASE\" statements are disabled." @@ -3607,7 +3606,7 @@ msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" "%s." msgstr "" -"Bu görünüm en az bu satır sayısı kadar olur. Lütfen %sbelgeden%s yararlanın." +"Bu görünüm en az bu satır sayısı kadar olur. Lütfen %sbelgelere%s bakın." #: libraries/DisplayResults.php:4713 #, php-format @@ -6109,7 +6108,7 @@ msgid "" "for magic strings that can be used to get special values." msgstr "" "Tarayıcının başlık çubuğu metnini belirler. Özel değerleri almakta " -"kullanılabilen sihirli dizgiler için [doc@faq6-27]belgeden[/doc] yararlanın." +"kullanılabilen sihirli dizgiler için [doc@faq6-27]belgelere[/doc] bakın." #: libraries/config/messages.inc.php:293 msgid "Security" @@ -8882,7 +8881,7 @@ msgid "" "Documentation and further information about PBXT can be found on the " "%sPrimeBase XT Home Page%s." msgstr "" -"%sPrimeBase XT Ana Sayfasında%s PBXT hakkında belge ve daha fazla bilgi " +"%sPrimeBase XT Ana Sayfasında%s PBXT hakkında belgeler ve daha fazla bilgi " "bulunabilir." #: libraries/export.lib.php:124 libraries/export.lib.php:159 @@ -10665,8 +10664,8 @@ msgstr "" "0) eklenecek olan karşılık (saat cinsinden). İkinci seçeneği farklı tarih/" "zaman biçimi dizgisini belirtmek için kullanın. Üçüncü seçenek yerel tarihi " "veya bunun için UTC olanı (\"local\" veya \"utc\" dizgisi kullanın) görmek " -"istediğinizi belirler. Buna göre tarih biçimi farklı değere sahiptir - " -"\"local\" için PHP'nin strftime() işlevine belgeden bakın ve \"utc\" ise " +"istediğinizi belirler. Buna göre tarih biçimi farklı değere sahiptir - \"" +"local\" için PHP'nin strftime() işlevine belgelerden bakın ve \"utc\" ise " "gmdate() işlevi kullanılarak olur." #: libraries/plugins/transformations/abs/DownloadTransformationsPlugin.php:28 @@ -12498,8 +12497,8 @@ msgid "" "tuning can have a very negative effect on performance." msgstr "" "Yapılandırmanın herhangi bir yerini değiştirmeden önce, neyi " -"değiştirdiğinizi bildiğinizden (belgeyi okuyarak) ve değişikliği nasıl geri " -"alacağınızdan emin olun. Yanlış ayarlama performansa çok olumsuz etki " +"değiştirdiğinizi bildiğinizden (belgeleri okuyarak) ve değişikliği nasıl " +"geri alacağınızdan emin olun. Yanlış ayarlama performansa çok olumsuz etki " "edebilir." #: libraries/server_status_advisor.lib.php:46 @@ -14058,10 +14057,10 @@ msgid "" "level directory as described in [doc@setup_script]documentation[/doc]. " "Otherwise you will be only able to download or display it." msgstr "" -"Lütfen [doc@setup_script]belge[/doc] içinde açıklandığı gibi phpMyAdmin en " -"yüksek düzey dizininde web sunucusu yazılabilir [em]yapılandırma[/em] " -"klasörü oluşturun. Yoksa sadece indirmenize veya görüntülemenize izin " -"verecektir." +"Lütfen [doc@setup_script]belgeler[/doc] içinde tarif edildiği gibi " +"phpMyAdmin en yüksek düzey dizininde web sunucusu yazılabilir " +"[em]yapılandırma[/em] klasörü oluşturun. Aksi halde sadece indirmenize veya " +"görüntülemenize izin verecektir." #: setup/frames/index.inc.php:77 msgid "" @@ -16379,7 +16378,7 @@ msgstr "" "{max_heap_table_size} ve {tmp_table_size} arttırmak yardımcı olabilir. Ancak " "bazı geçici tablolar her zaman bu değişkenlerin değerinden bağımsız, diske " "yazılmış olur. MySQL Belgesi içinde bahsedildiği gibi şu " +"temporary-tables.html\">MySQL Belgeleri içinde bahsedildiği gibi şu " "şartlardan (Geçici tablonun içerisinde: BLOB veya TEXT sütununun varlığı ya " "da 512 bayttan büyük sütunun varlığı) kaçınmak için bunları elemek " "bakımından sorgularınızı yeniden yazmak zorunda kalacaksınız" @@ -16898,9 +16897,9 @@ msgid "" "refman/5.5/en/concurrent-inserts.html\">MySQL Documentation" msgstr "" "{concurrent_insert} 1'e ayarlamak verilen bir tablo için okuyucular ve " -"yazıcılar arasındaki bağlantıyı azaltır. Aynı zamanda MySQL Belgesine " -"bakın" +"yazıcılar arasındaki bağlantıyı azaltır. Aynı zamanda MySQL " +"Belgelerine bakın" #: libraries/advisory_rules.txt:446 msgid "concurrent_insert is set to 0"