From 34f310cb5947559cf7c632e189101e932d6bb736 Mon Sep 17 00:00:00 2001 From: nils kristian tomren Date: Wed, 11 Nov 2015 21:15:41 +0100 Subject: [PATCH 01/15] =?UTF-8?q?Translated=20using=20Weblate=20(Norwegian?= =?UTF-8?q?=20Bokm=C3=A5l)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently translated at 58.5% (1879 of 3211 strings) [CI skip] --- po/nb.po | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/po/nb.po b/po/nb.po index 4e3b09175f..c4f605a160 100644 --- a/po/nb.po +++ b/po/nb.po @@ -4,16 +4,16 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.5.2-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2015-10-26 19:59-0400\n" -"PO-Revision-Date: 2015-06-22 04:13+0200\n" -"Last-Translator: Sebastian \n" -"Language-Team: Norwegian Bokmål \n" +"PO-Revision-Date: 2015-11-11 21:15+0000\n" +"Last-Translator: nils kristian tomren \n" +"Language-Team: Norwegian Bokmål " +"\n" "Language: nb\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.4-dev\n" +"X-Generator: Weblate 2.5-dev\n" #: changelog.php:37 license.php:30 #, php-format @@ -288,7 +288,6 @@ msgstr "Data" #: db_export.php:67 libraries/DbSearch.class.php:446 #: libraries/display_export.lib.php:44 libraries/replication_gui.lib.php:379 -#, fuzzy #| msgid "Select All" msgid "Select all" msgstr "Marker alle" @@ -647,7 +646,6 @@ msgstr "" "på %s." #: index.php:163 -#, fuzzy #| msgid "General Settings" msgid "General settings" msgstr "Generelle innstillinger" @@ -9978,7 +9976,7 @@ msgstr "baltisk" #: libraries/mysql_charsets.lib.php:324 msgid "Armenian" -msgstr "armensk" +msgstr "Armensk" #: libraries/mysql_charsets.lib.php:330 msgid "Cyrillic" From 99be092325dbf12b9665290f7cd751907914b3bb Mon Sep 17 00:00:00 2001 From: Deven Bansod Date: Thu, 12 Nov 2015 20:05:19 +0530 Subject: [PATCH 02/15] Fixes issue 11661 Signed-off-by: Deven Bansod --- libraries/controllers/TableStructureController.class.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/libraries/controllers/TableStructureController.class.php b/libraries/controllers/TableStructureController.class.php index 48853af17c..1f1b0f80dc 100644 --- a/libraries/controllers/TableStructureController.class.php +++ b/libraries/controllers/TableStructureController.class.php @@ -696,6 +696,13 @@ class TableStructureController extends TableController PMA_previewSQL(count($changes) > 0 ? $sql_query : ''); } + $columns_with_index = $this->dbi + ->getTable($this->db, $this->table) + ->getColumnsWithIndex( + PMA_Index::PRIMARY | PMA_Index::UNIQUE | PMA_Index::INDEX + | PMA_Index::SPATIAL | PMA_Index::FULLTEXT + ); + $changedToBlob = array(); // While changing the Column Collation // First change to BLOB @@ -703,6 +710,7 @@ class TableStructureController extends TableController if (isset($_REQUEST['field_collation'][$i]) && isset($_REQUEST['field_collation_orig'][$i]) && $_REQUEST['field_collation'][$i] !== $_REQUEST['field_collation_orig'][$i] + && ! in_array($_REQUEST['field_orig'][$i], $columns_with_index) ) { $secondary_query = 'ALTER TABLE ' . PMA_Util::backquote( $this->table From 3518d5cffff7f3decf4ef51c4e1be5d4565f04fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 12 Nov 2015 10:29:55 +0100 Subject: [PATCH 03/15] Translated using Weblate (Czech) Currently translated at 95.8% (3077 of 3211 strings) [CI skip] --- po/cs.po | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/po/cs.po b/po/cs.po index 47df9985d0..f087eb7c48 100644 --- a/po/cs.po +++ b/po/cs.po @@ -6,8 +6,8 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.5.2-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2015-10-26 19:59-0400\n" -"PO-Revision-Date: 2015-11-04 12:51+0200\n" -"Last-Translator: Petr Kateřiňák \n" +"PO-Revision-Date: 2015-11-12 10:29+0000\n" +"Last-Translator: Michal Čihař \n" "Language-Team: Czech " "\n" "Language: cs\n" @@ -951,10 +951,9 @@ msgid "Do you really want to TRUNCATE the selected partition(s)?" msgstr "Opravdu si přejete ZKRÁTIT vybrané oddíly?" #: js/messages.php:66 -#, fuzzy #| msgid "Do you really want to execute \"%s\"?" msgid "Do you really want to RESET SLAVE?" -msgstr "Opravdu si přejete provést „%s“?" +msgstr "Opravdu si přejete obnovit podřízený server (RESET SLAVE)?" #: js/messages.php:68 msgid "" From 3beaef2d75b0f1fdeb930460c4d4b0add0bef259 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 12 Nov 2015 10:42:55 +0100 Subject: [PATCH 04/15] Translated using Weblate (Dutch) Currently translated at 100.0% (3211 of 3211 strings) [CI skip] --- po/nl.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/po/nl.po b/po/nl.po index 78a7b0e362..b0010cd47e 100644 --- a/po/nl.po +++ b/po/nl.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.5.2-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2015-10-26 19:59-0400\n" -"PO-Revision-Date: 2015-10-27 09:00+0200\n" -"Last-Translator: dingo thirteen \n" +"PO-Revision-Date: 2015-11-12 10:42+0000\n" +"Last-Translator: Michal Čihař \n" "Language-Team: Dutch " "\n" "Language: nl\n" From 2ff1f96f40f768cb331093e6eec79b2ccb043db1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 12 Nov 2015 10:40:46 +0100 Subject: [PATCH 05/15] Translated using Weblate (Finnish) Currently translated at 67.4% (2167 of 3211 strings) [CI skip] --- po/fi.po | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/po/fi.po b/po/fi.po index e22ef9eb52..17ccb62f15 100644 --- a/po/fi.po +++ b/po/fi.po @@ -4,10 +4,10 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.5.2-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2015-10-26 19:59-0400\n" -"PO-Revision-Date: 2015-10-15 11:20+0200\n" +"PO-Revision-Date: 2015-11-12 10:40+0000\n" "Last-Translator: Michal Čihař \n" -"Language-Team: Finnish \n" +"Language-Team: Finnish " +"\n" "Language: fi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -4880,7 +4880,7 @@ msgstr "Hallitse tietokannan \"%s\" käyttöoikeuksia." #: libraries/build_html_for_db.lib.php:181 msgid "Check privileges" -msgstr "Tarkista käyttöoikeudet" +msgstr "Merkitse käyttöoikeudet" #: libraries/central_columns.lib.php:155 msgid "" @@ -5321,8 +5321,8 @@ msgid "" "encrypt cookies; you don't need to remember it." msgstr "" "Et asettanut blowfish-salausavainta ja [kbd]evästetodennus[/kbd] on " -"käytössä, joten sinulle luotiin automaattisesti avain; sitä ei tarvitse " -"muistaa." +"käytössä, joten sinulle luotiin automaattisesti avain evästeiden salaukseen; " +"sitä ei tarvitse muistaa." #: libraries/config/ServerConfigChecks.class.php:408 #, php-format From 5d3c7d868036fbe5c0b6d61b325160f8afcd4b68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 12 Nov 2015 10:39:42 +0100 Subject: [PATCH 06/15] Translated using Weblate (Italian) Currently translated at 100.0% (3211 of 3211 strings) [CI skip] --- po/it.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/po/it.po b/po/it.po index f215bacd3a..3b1e403ec4 100644 --- a/po/it.po +++ b/po/it.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.5.2-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2015-10-26 19:59-0400\n" -"PO-Revision-Date: 2015-10-27 09:42+0200\n" -"Last-Translator: Stefano Martinelli \n" +"PO-Revision-Date: 2015-11-12 10:39+0000\n" +"Last-Translator: Michal Čihař \n" "Language-Team: Italian " "\n" "Language: it\n" @@ -10085,7 +10085,7 @@ msgstr "Ripara tabella" #: templates/database/structure/check_all_tables.phtml:14 #: view_operations.php:127 msgid "Delete data or table" -msgstr "Rimouvi la tabella o i dati" +msgstr "Rimuovi la tabella o i dati" #: libraries/operations.lib.php:1556 msgid "Empty the table (TRUNCATE)" From 77e213d5b3fafc89917fb9cbb8502ca026470847 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 12 Nov 2015 10:41:58 +0100 Subject: [PATCH 07/15] Translated using Weblate (Swedish) Currently translated at 99.7% (3203 of 3211 strings) [CI skip] --- po/sv.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/po/sv.po b/po/sv.po index 6f56b4fc8a..ae30173134 100644 --- a/po/sv.po +++ b/po/sv.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.5.2-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2015-10-26 19:59-0400\n" -"PO-Revision-Date: 2015-11-01 14:21+0200\n" -"Last-Translator: Jerry Gullstrand \n" +"PO-Revision-Date: 2015-11-12 10:41+0000\n" +"Last-Translator: Michal Čihař \n" "Language-Team: Swedish " "\n" "Language: sv\n" @@ -4023,7 +4023,7 @@ msgstr "Sökningen överstiger maximal längd, tillägg avstängda." #: libraries/Linter.class.php:162 #, php-format msgid "%1$s (near %2$s)" -msgstr "%1$s (near %2$s)" +msgstr "%1$s (nära %2$s)" #: libraries/Menu.class.php:200 libraries/ServerStatusData.class.php:442 #: libraries/config/messages.inc.php:933 From 41638f37b89dc7b221ad0d180edbe7f66e0f59ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 12 Nov 2015 10:29:52 +0100 Subject: [PATCH 08/15] Translated using Weblate (Czech) Currently translated at 100.0% (1 of 1 strings) [CI skip] --- po/cs.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/po/cs.po b/po/cs.po index 0640a7ea23..d61e927b46 100644 --- a/po/cs.po +++ b/po/cs.po @@ -6,8 +6,8 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.6.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2015-10-26 20:01-0400\n" -"PO-Revision-Date: 2015-11-12 10:28+0000\n" -"Last-Translator: Petr Kateřiňák \n" +"PO-Revision-Date: 2015-11-12 10:29+0000\n" +"Last-Translator: Michal Čihař \n" "Language-Team: Czech " "\n" "Language: cs\n" @@ -948,7 +948,7 @@ msgstr "Opravdu si přejete ZKRÁTIT vybrané oddíly?" #: js/messages.php:83 #| msgid "Do you really want to execute \"%s\"?" msgid "Do you really want to RESET SLAVE?" -msgstr "Opravdu si přejete obnovit podřízené?" +msgstr "Opravdu si přejete obnovit podřízený server (RESET SLAVE)?" #: js/messages.php:85 msgid "" From c8839110651e1bb4ebb283ba33175b3ccdbf0149 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 12 Nov 2015 10:42:52 +0100 Subject: [PATCH 09/15] Translated using Weblate (Dutch) Currently translated at 100.0% (3228 of 3228 strings) [CI skip] --- po/nl.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/po/nl.po b/po/nl.po index 9f00e03694..8da0f1941f 100644 --- a/po/nl.po +++ b/po/nl.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.6.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2015-10-26 20:01-0400\n" -"PO-Revision-Date: 2015-10-27 09:00+0200\n" -"Last-Translator: dingo thirteen \n" +"PO-Revision-Date: 2015-11-12 10:42+0000\n" +"Last-Translator: Michal Čihař \n" "Language-Team: Dutch " "\n" "Language: nl\n" From b19180f664539a0175d195346246baebc16238c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 12 Nov 2015 10:37:59 +0100 Subject: [PATCH 10/15] Translated using Weblate (Finnish) Currently translated at 67.0% (2164 of 3228 strings) [CI skip] --- po/fi.po | 136 +++++++++++++++++++++++++------------------------------ 1 file changed, 61 insertions(+), 75 deletions(-) diff --git a/po/fi.po b/po/fi.po index 953ff3711c..70a8b23221 100644 --- a/po/fi.po +++ b/po/fi.po @@ -4,10 +4,10 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.6.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2015-10-26 20:01-0400\n" -"PO-Revision-Date: 2015-10-15 11:20+0200\n" +"PO-Revision-Date: 2015-11-12 10:38+0000\n" "Last-Translator: Michal Čihař \n" -"Language-Team: Finnish \n" +"Language-Team: Finnish " +"\n" "Language: fi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -5252,11 +5252,11 @@ msgid "Allow users to customize this value" msgstr "Anna käyttäjien mukauttaa tätä arvoa" #: libraries/config/PageSettings.php:141 -#, fuzzy #| msgid "Cannot save settings, submitted form contains errors" msgid "Cannot save settings, submitted configuration form contains errors!" msgstr "" -"Asetuksia ei voitu tallentaa, sillä lähetetyssä lomakkeessa on virheitä" +"Asetuksia ei voitu tallentaa, sillä lähetetyssä konfiguraatiolomakkeessa on " +"virheitä!" #: libraries/config/ServerConfigChecks.php:170 msgid "You should use SSL connections if your database server supports it." @@ -5303,7 +5303,7 @@ msgstr "" "sitä ei tarvitse muistaa." #: libraries/config/ServerConfigChecks.php:409 -#, fuzzy, php-format +#, php-format #| msgid "" #| "ge=form&formset=features#tab_Import_export]Bzip2 compression " #| "ompression[/a] requires functions (%s) which are unavailable on s system." @@ -5311,9 +5311,8 @@ msgid "" "%sBzip2 compression and decompression%s requires functions (%s) which are " "unavailable on this system." msgstr "" -"[a@?page=form&formset=features#tab_Import_export]Bzip2-pakkaukseen ja -" -"purkuun[/a] tarvitaan funktioita (%s), jotka eivät ole käytettävissä tässä " -"järjestelmässä." +"%sBzip2-pakkaukseen ja -purkuun%s tarvitaan funktioita (%s), jotka eivät ole " +"käytettävissä tässä järjestelmässä." #: libraries/config/ServerConfigChecks.php:419 msgid "" @@ -5330,7 +5329,7 @@ msgid "This %soption%s should be enabled if your web server supports it." msgstr "Tämä %svalinta%s tulisi olla valittuna, jos verkkopalvelin tukee sitä." #: libraries/config/ServerConfigChecks.php:433 -#, fuzzy, php-format +#, php-format #| msgid "" #| "ge=form&formset=features#tab_Import_export]GZip compression and " #| "ression[/a] requires functions (%s) which are unavailable on this tem." @@ -5338,9 +5337,8 @@ msgid "" "%sGZip compression and decompression%s requires functions (%s) which are " "unavailable on this system." msgstr "" -"[a@?page=form&formset=features#tab_Import_export]GZip-pakkaukseen ja -" -"purkuun[/a] tarvitaan funktioita (%s), jotka eivät ole käytettävissä tässä " -"järjestelmässä." +"%sGZip-pakkaukseen ja -purkuun%s tarvitaan funktioita (%s), jotka eivät ole " +"käytettävissä tässä järjestelmässä." #: libraries/config/ServerConfigChecks.php:444 #, php-format @@ -5348,9 +5346,12 @@ msgid "" "%sLogin cookie validity%s greater than %ssession.gc_maxlifetime%s may cause " "random session invalidation (currently session.gc_maxlifetime is %d)." msgstr "" +"%sKirjautumisevästeen voimassaoloaika%s joka on suurempi kuin " +"%ssession.gc_maxlifetime%s voi aiheuttaa satunnaisen session mitätöitymisen (" +"tällä hetkellä session.gc_maxlifetime on %d)." #: libraries/config/ServerConfigChecks.php:460 -#, fuzzy, php-format +#, php-format #| msgid "" #| "ge=form&formset=features#tab_Security]Login cookie validity[/a] uld be " #| "to 1800 seconds (30 minutes) at most. Values larger than 0 may pose a " @@ -5359,10 +5360,9 @@ 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 "" -"[a@?page=form&formset=features#tab_Security]Kirjautumisevästeen kelpoisuus[/" -"a] tulisi asettaa enimmillään 1800 sekuntiin (30 minuuttia). Lukua 1800 " -"suuremmat arvot saattavat johtaa tietoturvariskiin esimerkiksi toisena " -"käyttäjänä esiintymisen muodossa." +"%sKirjautumisevästeen kelpoisuus%s tulisi asettaa enimmillään 1800 sekuntiin " +"(30 minuuttia). Lukua 1800 suuremmat arvot saattavat johtaa " +"tietoturvariskiin esimerkiksi toisena käyttäjänä esiintymisen muodossa." #: libraries/config/ServerConfigChecks.php:471 #, php-format @@ -5370,9 +5370,12 @@ 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 "" +"Mikäli käytät [kbd]cookie[/kbd] kirjautumista ja %skirjautumisevästeen " +"muisti%s ei ole 0, %skirjautumisevästeen pätevyyden%s arvo tulee olla " +"enintään sen verran." #: libraries/config/ServerConfigChecks.php:485 -#, fuzzy, php-format +#, php-format #| msgid "" #| " feel this is necessary, use additional protection settings - ?" #| "e=servers&mode=edit&id=%1$d#tab_Server_config]host tication[/a] " @@ -5385,16 +5388,14 @@ msgid "" "protection may not be reliable if your IP belongs to an ISP where thousands " "of users, including you, are connected to." msgstr "" -"Jos näet tarpeelliseksi, käytä suojauksen lisäasetuksia eli [a@?" -"page=servers&mode=edit&id=%1$d#tab_Server_config]palvelimen " -"todennusasetuksia[/a] ja [a@?page=form&" -"formset=features#tab_Security]luotettujen välipalvelimien luetteloa[/a]. IP-" +"Jos näet tarpeelliseksi, käytä suojauksen lisäasetuksia eli %spalvelimen " +"todennusasetuksia%s ja %sluotettujen välipalvelimien luetteloa%s. IP-" "osoitteeseen perustuva suojaus ei kuitenkaan ole täysin luotettava, mikäli " "IP-osoite kuuluu Internet-palveluntarjoajalle, johon sinun lisäksesi " "tuhannet käyttäjät ovat yhteydessä." #: libraries/config/ServerConfigChecks.php:500 -#, fuzzy, php-format +#, php-format #| msgid "" #| "t the [kbd]config[/kbd] authentication type and included username sword " #| "for auto-login, which is not a desirable option for live ts. Anyoneo " @@ -5411,12 +5412,11 @@ msgstr "" "Asetit [kbd]config[/kbd]-todennustyypin ja sisällytit käyttäjänimen ja " "salasanan automaattista kirjautumista varten. Tämä ei ole suotava vaihtoehto " "oikeille palvelimille. Joka tietää tai arvaa phpMyAdmin-osoitteesi pystyy " -"suoraan käyttämään phpMyAdmin-paneeliasi. [a@?page=servers&" -"mode=edit&id=%1$d#tab_Server]Todennustyypiksi[/a] kannattaa asettaa " -"[kbd]cookie[/kbd] tai [kbd]http[/kbd]." +"suoraan käyttämään phpMyAdmin-paneeliasi. %sTodennustyypiksi%s kannattaa " +"asettaa [kbd]cookie[/kbd] tai [kbd]http[/kbd]." #: libraries/config/ServerConfigChecks.php:513 -#, fuzzy, php-format +#, php-format #| msgid "" #| "ge=form&formset=features#tab_Import_export]Zip compression[/a] uires " #| "ctions (%s) which are unavailable on this system." @@ -5424,12 +5424,11 @@ msgid "" "%sZip compression%s requires functions (%s) which are unavailable on this " "system." msgstr "" -"[a@?page=form&formset=features#tab_Import_export]Zip-pakkaukseen[/a] " -"tarvitaan funktioita (%s), jotka eivät ole käytettävissä tässä " -"järjestelmässä." +"%sZip-pakkaukseen%s tarvitaan funktioita (%s), jotka eivät ole käytettävissä " +"tässä järjestelmässä." #: libraries/config/ServerConfigChecks.php:524 -#, fuzzy, php-format +#, php-format #| msgid "" #| "ge=form&formset=features#tab_Import_export]Zip ompression[/requires " #| "functions (%s) which are unavailable on this system." @@ -5437,9 +5436,8 @@ msgid "" "%sZip decompression%s requires functions (%s) which are unavailable on this " "system." msgstr "" -"[a@?page=form&formset=features#tab_Import_export]Zip-purkuun[/a] " -"tarvitaan funktioita (%s), jotka eivät ole käytettävissä tässä " -"järjestelmässä." +"%sZip-purkuun%s tarvitaan funktioita (%s), jotka eivät ole käytettävissä " +"tässä järjestelmässä." #: libraries/config/Validator.php:245 libraries/config/Validator.php:252 msgid "Could not connect to the database server!" @@ -5464,17 +5462,15 @@ msgstr "" "todennustapaa!" #: libraries/config/Validator.php:355 -#, fuzzy #| msgid "" #| "Empty phpMyAdmin control user while using phpMyAdmin configuration storage" msgid "" "Empty phpMyAdmin control user while using phpMyAdmin configuration storage!" msgstr "" "Tyhjennä phpMyAdminin hallintakäyttäjä käytettäessä phpMyAdmin configuration " -"storage-kantaa" +"storage-kantaa!" #: libraries/config/Validator.php:362 -#, fuzzy #| msgid "" #| "Empty phpMyAdmin control user password while using phpMyAdmin " #| "configuration storage" @@ -5483,7 +5479,7 @@ msgid "" "storage!" msgstr "" "Tyhjennä phpMyAdminin hallintakäyttäjän salasana käytettäessä phpMyAdmin " -"configuration storage-kantaa" +"configuration storage-kantaa!" #: libraries/config/Validator.php:448 msgid "Incorrect value:" @@ -5495,14 +5491,13 @@ msgid "Incorrect IP address: %s" msgstr "Virheellinen IP-osoite: %s" #: libraries/config/messages.inc.php:18 -#, fuzzy #| msgid "" #| "If enabled user can enter any MySQL server in login form for cookie auth" msgid "" "If enabled, user can enter any MySQL server in login form for cookie auth." msgstr "" "Jos käytössä, käyttäjä voi syöttää minkä tahansa MySQL-palvelimen " -"kirjautumislomakkeeseen evästetodennusta varten" +"kirjautumislomakkeeseen evästetodennusta varten." #: libraries/config/messages.inc.php:20 msgid "Allow login to any MySQL server" @@ -5514,15 +5509,16 @@ msgid "" "MySQL server is enabled by matching the IP or hostname of the MySQL server " "to the given regular expression." msgstr "" +"Rajoittamalla MySQL-palvelimia käyttäjä voi antaa kirjautumisen " +"mielivaltaiseen MySQL-palvelimeen sovittamalla IP-osoitteen tai isäntänimen " +"MySQL-palvelimeen säännöllisellä lausekkeella." #: libraries/config/messages.inc.php:26 -#, fuzzy #| msgid "Cannot log in to the MySQL server" msgid "Restrict login to MySQL server" -msgstr "MySQL-palvelimelle ei voitu kirjautua" +msgstr "Rajoittaa MySQL-palvelimelle kirjautumista" #: libraries/config/messages.inc.php:28 -#, fuzzy #| msgid "" #| "Enabling this allows a page located on a different domain to call " #| "phpMyAdmin inside a frame, and is a potential [strong]security hole[/" @@ -5534,7 +5530,7 @@ msgid "" msgstr "" "Tämän käyttöönottaminen antaa toisella palvelimella olevan sivun kutsua " "phpMyAdminia kehyksen sisältä. Tämä voi olla [strong]turva-aukko[/strong], " -"joka mahdollistaa kehystenväliset komentosarjahyökkäykset" +"joka mahdollistaa kehystenväliset komentosarjahyökkäykset." #: libraries/config/messages.inc.php:32 msgid "Allow third party framing" @@ -5545,14 +5541,13 @@ msgid "Show \"Drop database\" link to normal users" msgstr "Näytä tavallisille käyttäjille \"Tuhoa tietokanta\"" #: libraries/config/messages.inc.php:36 -#, fuzzy #| msgid "" #| "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " #| "authentication" msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication." -msgstr "Evästeiden salausavain [kbd]cookie[/kbd]-todennuksessa" +msgstr "Evästeiden salausavain [kbd]cookie[/kbd]-todennuksessa." #: libraries/config/messages.inc.php:39 msgid "Blowfish secret" @@ -5575,7 +5570,6 @@ msgid "Highlight pointer" msgstr "Korosta osoitin" #: libraries/config/messages.inc.php:47 -#, fuzzy #| msgid "" #| "Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for " #| "import and export operations" @@ -5583,15 +5577,14 @@ msgid "" "Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for " "import operations." msgstr "" -"Käytä tuonti- ja vientitoiminnoissa [a@http://en.wikipedia.org/wiki/" -"Bzip2]bzip2[/a]-pakkausta" +"Käytä tuontitoiminnoissa " +"[a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a]-pakkausta." #: libraries/config/messages.inc.php:50 msgid "Bzip2" msgstr "Bzip2" #: libraries/config/messages.inc.php:52 -#, fuzzy #| msgid "" #| "Defines which type of editing controls should be used for CHAR and " #| "VARCHAR columns; [kbd]input[/kbd] - allows limiting of input length, " @@ -5603,7 +5596,7 @@ msgid "" msgstr "" "Määrittää minkä tyyppistä muokkaustoimintoa tulisi käyttää CHAR- ja VARCHAR-" "kentissä; [kbd]input[/kbd] - sallii syötön pituuden rajoittamisen, " -"[kbd]textarea[/kbd] - sallii kentissä uudet rivit" +"[kbd]textarea[/kbd] - sallii kentissä uudet rivit." #: libraries/config/messages.inc.php:56 msgid "CHAR columns editing" @@ -5626,12 +5619,13 @@ msgid "" "Find any errors in the query before executing it. Requires CodeMirror to be " "enabled." msgstr "" +"Etsii virheet hakulausekkeesta ennen hakulausekkeen suorittamista. Vaatii " +"CodeMirror - toiminnon kytkemistä päälle." #: libraries/config/messages.inc.php:67 -#, fuzzy #| msgid "Enable %s" msgid "Enable linter" -msgstr "Ota %s käyttöön" +msgstr "Ota koodin tarkistus käyttöön" #: libraries/config/messages.inc.php:69 msgid "" @@ -5678,7 +5672,6 @@ msgid "Check config file permissions" msgstr "Tarkista asetustiedoston käyttöoikeudet" #: libraries/config/messages.inc.php:86 -#, fuzzy #| msgid "" #| "Compress gzip/bzip2 exports on the fly without the need for much memory; " #| "if you encounter problems with created gzip/bzip2 files disable this " @@ -5687,9 +5680,8 @@ 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 "" -"Pakkaa gzip- ja bzip2-viennit lennossa käyttämättä paljon muistia; jos " -"kohtaat ongelmia luoduissa gzip- ja bzip2-tiedostoissa, poista tämä " -"ominaisuus käytöstä" +"Pakkaa gzip-viennit lennossa käyttämättä paljon muistia; jos kohtaat " +"ongelmia luoduissa gzip-tiedostoissa, poista tämä ominaisuus käytöstä." #: libraries/config/messages.inc.php:89 msgid "Compress on the fly" @@ -5716,54 +5708,50 @@ msgstr "Vahvista DROP-kyselyt" msgid "" "Log SQL queries and their execution time, to be displayed in the console" msgstr "" +"Kirjaa SQL-hakulausekkeet ja niiden suoritusajat lokiin, näytetään konsolissa" #: libraries/config/messages.inc.php:101 -#, fuzzy #| msgid "Tab that is displayed when entering a database" msgid "Tab that is displayed when entering a database." -msgstr "Tietokantaa syötettäessä näytettävä välilehti" +msgstr "Tietokantaa syötettäessä näytettävä välilehti." #: libraries/config/messages.inc.php:102 msgid "Default database tab" msgstr "Oletusarvoinen tietokantavälilehti" #: libraries/config/messages.inc.php:104 -#, fuzzy #| msgid "Tab that is displayed when entering a server" msgid "Tab that is displayed when entering a server." -msgstr "Palvelinta syötettäessä näytettävä välilehti" +msgstr "Palvelinta syötettäessä näytettävä välilehti." #: libraries/config/messages.inc.php:106 msgid "Default server tab" msgstr "Oletusarvoinen palvelinvälilehti" #: libraries/config/messages.inc.php:107 -#, fuzzy #| msgid "Tab that is displayed when entering a table" msgid "Tab that is displayed when entering a table." -msgstr "Taulua syötettäessä näytettävä välilehti" +msgstr "Taulua syötettäessä näytettävä välilehti." #: libraries/config/messages.inc.php:108 msgid "Default table tab" msgstr "Oletusarvoinen tauluvälilehti" #: libraries/config/messages.inc.php:110 -#, fuzzy #| msgid "Enclose table and column names with backquotes" msgid "Autocomplete of the table and column names in the SQL queries." -msgstr "Laita taulujen ja sarakkeiden nimet lainausmerkkeihin" +msgstr "" +"Täydennä taulun ja sarakkeiden nimet automaattisesti SQL-hakukyselyissä." #: libraries/config/messages.inc.php:113 -#, fuzzy #| msgid "Enclose table and column names with backquotes" msgid "Enable autocomplete for table and column names" -msgstr "Laita taulujen ja sarakkeiden nimet lainausmerkkeihin" +msgstr "Kytke taulujen ja sarakkeiden nimien automaattinen täydennys päälle" #: libraries/config/messages.inc.php:116 -#, fuzzy #| msgid "Whether the table structure actions should be hidden" msgid "Whether the table structure actions should be hidden." -msgstr "Taulukon rakenteiden toiminnot pitäisi olla piilossa" +msgstr "Mikäli taulun rakenteiden toiminnot pitäisi olla piilossa." #: libraries/config/messages.inc.php:117 msgid "Hide table structure actions" @@ -5802,10 +5790,10 @@ msgid "Maximum execution time" msgstr "Suorituksen enimmäiskesto" #: libraries/config/messages.inc.php:132 libraries/display_export.lib.php:801 -#, fuzzy, php-format +#, php-format #| msgid "Add %s statement" msgid "Use %s statement" -msgstr "Lisää %s lauseke" +msgstr "Käytä %s lauseketta" #: libraries/config/messages.inc.php:134 prefs_manage.php:321 msgid "Save as file" @@ -5945,10 +5933,9 @@ msgid "Overwrite existing file(s)" msgstr "Korvaa jo olemassa oleva(t) tiedosto(t)" #: libraries/config/messages.inc.php:181 -#, fuzzy #| msgid "Export table headers" msgid "Export as separate files" -msgstr "Vie taulun otsikot" +msgstr "Vie erillisinä tiedostoina" #: libraries/config/messages.inc.php:185 msgid "Remember file name template" @@ -16343,7 +16330,6 @@ msgid "Reset zoom" msgstr "Palauta zoomaus" #: templates/table/secondary_tabs.phtml:14 -#, fuzzy #| msgid "Relation view" msgid "Relation view" msgstr "Relaationäkymä" From b319ae5316acdd45736ff50f43813628003462e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 12 Nov 2015 10:41:55 +0100 Subject: [PATCH 11/15] Translated using Weblate (Swedish) Currently translated at 98.5% (3181 of 3228 strings) [CI skip] --- po/sv.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/po/sv.po b/po/sv.po index 5e2d213b48..7ea6ab8aed 100644 --- a/po/sv.po +++ b/po/sv.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.6.0-dev\n" "Report-Msgid-Bugs-To: translators@phpmyadmin.net\n" "POT-Creation-Date: 2015-10-26 20:01-0400\n" -"PO-Revision-Date: 2015-11-01 14:21+0200\n" -"Last-Translator: Jerry Gullstrand \n" +"PO-Revision-Date: 2015-11-12 10:41+0000\n" +"Last-Translator: Michal Čihař \n" "Language-Team: Swedish " "\n" "Language: sv\n" @@ -3974,7 +3974,7 @@ msgstr "Sökningen överstiger maximal längd, tillägg avstängda." #: libraries/Linter.php:165 #, php-format msgid "%1$s (near %2$s)" -msgstr "%1$s (near %2$s)" +msgstr "%1$s (nära %2$s)" #: libraries/Menu.php:198 libraries/ServerStatusData.php:422 #: libraries/config/messages.inc.php:933 From 2502a4ee29e03ae59af24e8e7be6a5c12bbe48d7 Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Thu, 12 Nov 2015 23:03:34 +1100 Subject: [PATCH 12/15] Fix #11647 Restrict configuration NavigationTreeDbSeparator to strings Signed-off-by: Madhura Jayaratne --- ChangeLog | 1 + doc/config.rst | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3e81f37054..7406e18f5e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -13,6 +13,7 @@ phpMyAdmin - ChangeLog + issue #11619 TokuDB Tables Show Size as "unknown" + issue #11654 Use a slider for Internal relations + issue #11641 Ability to disable the navigationhiding Feature +- issue #11647 Restrict configuration NavigationTreeDbSeparator to strings 4.5.2.0 (not yet released) - issue #11589 Incorrect parameter in mysqli_fetch_fields() diff --git a/doc/config.rst b/doc/config.rst index 89474e9fff..7a63f12391 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -1507,12 +1507,11 @@ Navigation panel setup .. config:option:: $cfg['NavigationTreeDbSeparator'] - :type: string or array + :type: string :default: ``'_'`` The string used to separate the parts of the database name when - showing them in a tree. Alternatively you can specify more strings in - an array and all of them will be used as a separator. + showing them in a tree. .. config:option:: $cfg['NavigationTreeTableSeparator'] From b49169c895296710b669b9a0039ee18b307701d5 Mon Sep 17 00:00:00 2001 From: Deven Bansod Date: Thu, 12 Nov 2015 23:16:00 +0530 Subject: [PATCH 13/15] ChangeLog entry for issue #11661 Signed-off-by: Deven Bansod --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index 254b934f31..9f01e3f3a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -29,6 +29,7 @@ phpMyAdmin - ChangeLog - issue #11608 Analyzer doesn't recognize GRANT statements - issue #11602 Parser warnings (subqueries) - issue #11658 Collation column is empty in table Structure +- issue #11661 Error changing table's column encoding 4.5.1.0 (2015-10-23) - issue Invalid argument supplied for foreach() From a597bd2550ef82a59d37a97530fa47b256b33e0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 12 Nov 2015 14:28:26 +0100 Subject: [PATCH 14/15] Remove sourceforge.net downloads badge MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #11625 Signed-off-by: Michal Čihař --- README.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.rst b/README.rst index dedd4d01d0..c49bef1790 100644 --- a/README.rst +++ b/README.rst @@ -26,9 +26,6 @@ Code status :alt: Buildtime Trend badge :target: https://buildtimetrend.herokuapp.com/dashboard/phpmyadmin/phpmyadmin -.. image:: https://img.shields.io/sourceforge/dm/phpmyadmin.svg - :target: https://www.phpmyadmin.net/downloads/ - Download -------- From a098615fdb7474bf006969712e957056cac56d01 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 12 Nov 2015 10:41:35 -0500 Subject: [PATCH 15/15] Add a link to document internal relations Signed-off-by: Marc Delisle --- templates/table/relation/common_form.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/table/relation/common_form.phtml b/templates/table/relation/common_form.phtml index df15c06265..81c799dc89 100644 --- a/templates/table/relation/common_form.phtml +++ b/templates/table/relation/common_form.phtml @@ -73,7 +73,7 @@
- +