From 141141af7314a4eefa0ff05b33ed7555baf0bab2 Mon Sep 17 00:00:00 2001 From: Jan Erik Zassenhaus Date: Fri, 10 May 2013 12:23:12 +0200 Subject: [PATCH 1/2] Translated using Weblate (German) Currently translated at 100.0% (2606 of 2607) --- po/de.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/po/de.po b/po/de.po index fc7da38612..dd9b40978c 100644 --- a/po/de.po +++ b/po/de.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: phpMyAdmin-docs 4.0.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2013-05-02 13:12+0200\n" -"PO-Revision-Date: 2013-05-09 14:09+0200\n" -"Last-Translator: J. M. \n" +"PO-Revision-Date: 2013-05-10 12:23+0200\n" +"Last-Translator: Jan Erik Zassenhaus \n" "Language-Team: German \n" "Language: de\n" "MIME-Version: 1.0\n" @@ -7492,7 +7492,7 @@ msgstr "Schnellfilter löschen" #: libraries/navigation/NavigationTree.class.php:1060 msgid "filter items by name" -msgstr "Elemente nach Namen filtern" +msgstr "Nach Name filtern" #. l10n: The word "Node" must not be translated here #: libraries/navigation/NodeFactory.class.php:41 From ea596b07ebf6c07f5510ebb5f256286ca21a0b6f Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 11 May 2013 06:54:13 -0400 Subject: [PATCH 2/2] ChangeLog entry for bug #3918 --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index c744491bfe..8a7c16accf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -18,6 +18,7 @@ phpMyAdmin - ChangeLog - bug #3909 [import] Import of CSV FIle to selected table doesn't work - bug #3904 Browsing an empty table should not display its Structure - bug #3908 Calendar widget improperly redirects to home +- bug #3918 Greyed out tabs when there are no rows fixed - bug #3916 [interface] Missing scrollbar (original theme) + [vendor] add tcpdf path to vendor_config.php - bug fix compat with tcpdf >= 6.0 (tested with 6.0.012)