From 5a4d8aa8cd63b90b8037e7fa16931a46fc33a72e Mon Sep 17 00:00:00 2001 From: Hugues Peccatte Date: Sun, 14 Dec 2014 10:55:47 +0100 Subject: [PATCH 1/5] Fix #4648 Missing borders Signed-off-by: Hugues Peccatte --- ChangeLog | 1 + themes/pmahomme/css/common.css.php | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d2fedca4b1..228f719f19 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,7 @@ phpMyAdmin - ChangeLog 4.3.3.0 (not yet released) - bug The "Recently used tables" setting should be with Nav panel - bug #4647 Can't disable Favorites +- bug #4648 Missing borders 4.3.2.0 (2014-12-12) - bug #4628 PHP error while exporting schema as PDF diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php index 92326d16a9..8c58e05079 100644 --- a/themes/pmahomme/css/common.css.php +++ b/themes/pmahomme/css/common.css.php @@ -401,8 +401,11 @@ table { border-collapse: collapse; } -th { +thead th { border-right: 1px solid #fff; +} + +th { text-align: left; } From b27c5b62b47de627d241a5a8e64319649aa9fda6 Mon Sep 17 00:00:00 2001 From: Viktar Palstsiuk Date: Thu, 18 Dec 2014 10:21:55 +0100 Subject: [PATCH 2/5] Translated using Weblate (Belarusian) Currently translated at 27.9% (831 of 2978 strings) [CI skip] --- po/be.po | 40 +++++++++++++++++++--------------------- 1 file changed, 19 insertions(+), 21 deletions(-) diff --git a/po/be.po b/po/be.po index f22537794d..bd608c11c0 100644 --- a/po/be.po +++ b/po/be.po @@ -4,17 +4,17 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.3.3-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2014-12-15 15:54-0500\n" -"PO-Revision-Date: 2014-03-31 14:23+0200\n" -"Last-Translator: Michal Čihař \n" -"Language-Team: Belarusian \n" +"PO-Revision-Date: 2014-12-18 10:21+0200\n" +"Last-Translator: Viktar Palstsiuk \n" +"Language-Team: Belarusian " +"\n" +"Language: be\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: be\n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" -"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 1.9-dev\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=" +"4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" +"X-Generator: Weblate 2.2-dev\n" #: changelog.php:36 license.php:28 #, php-format @@ -34,10 +34,10 @@ msgid "Click to sort." msgstr "" #: db_central_columns.php:125 -#, fuzzy, php-format +#, php-format #| msgid "Showing rows" msgid "Showing rows %1$s - %2$s." -msgstr "Паказаныя запісы" +msgstr "Паказваюцца радкі %1$s - %2$s." #: db_create.php:61 #, php-format @@ -255,13 +255,13 @@ msgid "Database %1$s has been copied to %2$s." msgstr "База дадзеных %1$s была скапіяваная ў %2$s." #: db_operations.php:266 -#, fuzzy, php-format +#, php-format #| msgid "" #| "The phpMyAdmin configuration storage has been deactivated. To find out " #| "why click %shere%s." msgid "" "The phpMyAdmin configuration storage has been deactivated. %sFind out why%s." -msgstr "Сховішча канфігурацыі PHPMyAdmin дэактываванае. %sДаведацца%s чаму." +msgstr "Сховішча канфігурацыі PHPMyAdmin дэактываванае. %sДаведацца чаму%s." #: db_printview.php:48 db_tracking.php:83 db_tracking.php:207 #: libraries/Menu.class.php:241 libraries/config/messages.inc.php:756 @@ -301,31 +301,29 @@ msgstr "Створаная:" #: db_printview.php:127 libraries/plugins/export/ExportSql.class.php:1153 #: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1000 -#, fuzzy #| msgid "Last update" msgid "Last update:" -msgstr "Апошняе абнаўленьне" +msgstr "Апошняе абнаўленьне:" #: db_printview.php:134 libraries/plugins/export/ExportSql.class.php:1166 #: libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php:1005 -#, fuzzy #| msgid "Last check" msgid "Last check:" -msgstr "Апошняя праверка" +msgstr "Апошняя праверка:" #: db_printview.php:146 libraries/structure.lib.php:169 -#, fuzzy, php-format +#, php-format #| msgid "%s table(s)" msgid "%s table" msgid_plural "%s tables" -msgstr[0] "%s табліц(ы)" -msgstr[1] "%s табліц(ы)" +msgstr[0] "%s табліца" +msgstr[1] "%s табліцы" +msgstr[2] "%s табліц" #: db_qbe.php:103 -#, fuzzy #| msgid "You have to choose at least one column to display" msgid "You have to choose at least one column to display!" -msgstr "Вам неабходна выбраць прынамсі адну калёнку для адлюстраваньня" +msgstr "Вам неабходна выбраць прынамсі адну калёнку для адлюстраваньня!" #: db_qbe.php:124 #, fuzzy, php-format From e526232775f8f21c582ed51a383024516a699674 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristjan=20R=C3=A4ts?= Date: Fri, 19 Dec 2014 12:51:10 +0100 Subject: [PATCH 3/5] Translated using Weblate (Estonian) Currently translated at 100.0% (2978 of 2978 strings) [CI skip] --- po/et.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/po/et.po b/po/et.po index 5d69fa1dd7..6e52bdeb2f 100644 --- a/po/et.po +++ b/po/et.po @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.3.3-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2014-12-15 15:54-0500\n" -"PO-Revision-Date: 2014-12-17 09:49+0200\n" +"PO-Revision-Date: 2014-12-19 12:51+0200\n" "Last-Translator: Kristjan Räts \n" "Language-Team: Estonian " "\n" @@ -888,8 +888,8 @@ msgid "" "The phpMyAdmin configuration storage is not completely configured, some " "extended features have been deactivated. %sFind out why%s. " msgstr "" -"phpMyAdmini seadistuse salvestus ei ole lõplikult seadistatud, mõned " -"laiendatud võimalused on aktiveerimata. %sVaata põhjust%s. " +"phpMyAdmini häälestuse salvestuskoht ei ole lõplikult häälestatud; mõned " +"laiendatud võimalused ei ole aktiveeritud. %sVaata põhjust%s. " #: index.php:540 msgid "" From 67d4128d538950b4d8dfc6f207f90060e07be0d6 Mon Sep 17 00:00:00 2001 From: "Ann + J.M" Date: Thu, 18 Dec 2014 22:29:51 +0100 Subject: [PATCH 4/5] Translated using Weblate (German) Currently translated at 100.0% (2978 of 2978 strings) [CI skip] --- po/de.po | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/po/de.po b/po/de.po index 3ef3d1a8a9..9923c18078 100644 --- a/po/de.po +++ b/po/de.po @@ -4,16 +4,16 @@ msgstr "" "Project-Id-Version: phpMyAdmin-docs 4.0.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2014-12-15 15:54-0500\n" -"PO-Revision-Date: 2014-12-04 20:28+0200\n" +"PO-Revision-Date: 2014-12-18 22:29+0200\n" "Last-Translator: Ann + J.M. \n" -"Language-Team: German \n" +"Language-Team: German " +"\n" +"Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: de\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 2.1-dev\n" +"X-Generator: Weblate 2.2-dev\n" #: changelog.php:36 license.php:28 #, php-format @@ -2201,7 +2201,6 @@ msgid "Click to sort results by this column." msgstr "Klicken um die Ergebnisse nach dieser Spalte zu sortieren." #: js/messages.php:424 -#, fuzzy #| msgid "" #| "Shift+Click to add this column to ORDER BY clause or to toggle ASC/DESC." #| "
- Control+Click to remove column from ORDER BY clause" @@ -2210,9 +2209,9 @@ msgid "" ">- Ctrl+Click or Alt+Click (Mac: Shift+Option+Click) to remove column from " "ORDER BY clause" msgstr "" -"Shift + Klicken um diese Spalte der ORDER BY-Klausel hinzu zufügen oder " -"ASC / DESC zu wechseln.
- Control + Klicken um die Spalte von der " -"ORDER BY-Klausel zu entfernen" +"Umschalt+Klicken, um diese Spalte der ORDER BY-Klausel hinzuzufügen oder ASC/" +"DESC zu wechseln.
- Strg oder Alt+Klicken (Mac: Shift+Option+Klicken), " +"um die Spalte von der ORDER BY-Klausel zu entfernen" #: js/messages.php:425 msgid "Click to mark/unmark." @@ -10637,13 +10636,12 @@ msgid "Quick steps to setup advanced features:" msgstr "Kurzanleitung zum Einrichten der zusätzlichen Funktionen:" #: libraries/relation.lib.php:310 -#, fuzzy, php-format +#, php-format #| msgid "" #| "Create the needed tables with the examples/create_tables.sql." msgid "Create the needed tables with the %screate_tables.sql." msgstr "" -"Erstellen der benötigten Tabellen mittels examples/create_tables.sql." +"Erstellen der benötigten Tabellen mittels %screate_tables.sql." #: libraries/relation.lib.php:318 msgid "Create a pma user and give access to these tables." From 00655de66ba0fdc5ba841d4799089f7eef202a36 Mon Sep 17 00:00:00 2001 From: HM Date: Thu, 18 Dec 2014 09:39:56 +0100 Subject: [PATCH 5/5] Translated using Weblate (Persian) Currently translated at 28.7% (856 of 2978 strings) [CI skip] --- po/fa.po | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/po/fa.po b/po/fa.po index 054cec03b6..dd3bbe5853 100644 --- a/po/fa.po +++ b/po/fa.po @@ -4,16 +4,16 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.3.3-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2014-12-15 15:54-0500\n" -"PO-Revision-Date: 2014-11-04 13:35+0200\n" -"Last-Translator: Michal Čihař \n" -"Language-Team: Persian \n" +"PO-Revision-Date: 2014-12-18 09:39+0200\n" +"Last-Translator: HM \n" +"Language-Team: Persian " +"\n" +"Language: fa\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: fa\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 2.0-dev\n" +"X-Generator: Weblate 2.2-dev\n" #: changelog.php:36 license.php:28 #, php-format @@ -26,7 +26,7 @@ msgstr "" #: db_central_columns.php:85 msgid "The central list of columns for the current database is empty." -msgstr "" +msgstr "فهرست مرکزی ستون‌ها برای پایگاه داده در حال استفاده خالی است." #: db_central_columns.php:109 #, fuzzy @@ -37,7 +37,7 @@ msgstr "برای مرتب کردن کلیک کنید" #: db_central_columns.php:125 #, fuzzy, php-format msgid "Showing rows %1$s - %2$s." -msgstr "نسخه سرور" +msgstr "نمایش سطرها %1$s از %2$s." #: db_create.php:61 #, php-format @@ -248,13 +248,13 @@ msgstr "نام پایگاه داده وارد نشده‌ است!" #, fuzzy, php-format #| msgid "Database %1$s has been renamed to %2$s." msgid "Database %1$s has been renamed to %2$s." -msgstr "پایگاه داده %1$s به %2$s تغییر نام داده شد" +msgstr "نام پایگاه داده %1$s به %2$s تغییر داده شد." #: db_operations.php:145 -#, fuzzy, php-format +#, php-format #| msgid "Database %1$s has been copied to %2$s." msgid "Database %1$s has been copied to %2$s." -msgstr "پایگاه داده %1$s در %2$s کپی شد" +msgstr "رونوشت پایگاه داده %1$s در %2$s انجام شد." #: db_operations.php:266 #, fuzzy, php-format