From ab6901a837a38f6eaee09b781cb0a0e9828d330f Mon Sep 17 00:00:00 2001 From: Aputsiaq Niels Janussen Date: Sat, 29 Jun 2013 18:05:57 +0200 Subject: [PATCH 1/2] Translated using Weblate (Danish) Currently translated at 100.0% (2607 of 2607) --- po/da.po | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/po/da.po b/po/da.po index a7bc2d7e0d..93d5380ca8 100644 --- a/po/da.po +++ b/po/da.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.0.5-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2013-06-24 10:43+0200\n" -"PO-Revision-Date: 2013-06-24 15:54+0200\n" -"Last-Translator: Michal Čihař \n" +"PO-Revision-Date: 2013-06-29 18:05+0200\n" +"Last-Translator: Aputsiaq Niels Janussen \n" "Language-Team: Danish \n" "Language: da\n" "MIME-Version: 1.0\n" @@ -5237,10 +5237,9 @@ msgid "Use only icons, only text or both" msgstr "Brug kun ikoner, kun tekst eller begge" #: libraries/config/messages.inc.php:325 -#, fuzzy #| msgid "Iconic navigation bar" msgid "Table navigation bar" -msgstr "Navigationsbjælke med ikoner" +msgstr "Tabelbaseret navigationsbjælke" #: libraries/config/messages.inc.php:326 msgid "use GZip output buffering for increased speed in HTTP transfers" @@ -5309,14 +5308,13 @@ msgid "MySQL reserved word warning" msgstr "Advarsel om MySQL-reserverede ord" #: libraries/config/messages.inc.php:339 -#, fuzzy #| msgid "Allow to display all the rows" msgid "How to display the menu tabs" -msgstr "Tillad visning af alle rækker" +msgstr "Sådan vises menufanerne" #: libraries/config/messages.inc.php:341 msgid "How to display various action links" -msgstr "" +msgstr "Sådan vises forskellige hændelseshenvisninger" #: libraries/config/messages.inc.php:342 msgid "Disallow BLOB and BINARY columns from editing" From e0c1ed02a11b4ed46d82a31b7f95030854865add Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sun, 30 Jun 2013 06:58:32 -0400 Subject: [PATCH 2/2] 4.0.4.1 release --- README | 2 +- doc/conf.py | 2 +- libraries/Config.class.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 94543f2884..4221040ab1 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ phpMyAdmin - Readme =================== -Version 4.0.4 +Version 4.0.4.1 A set of PHP-scripts to manage MySQL over the web. diff --git a/doc/conf.py b/doc/conf.py index 372d845394..55fb3e2b01 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -49,7 +49,7 @@ copyright = u'2012 - 2013, The phpMyAdmin devel team' # built documents. # # The short X.Y version. -version = '4.0.4' +version = '4.0.4.1' # The full version, including alpha/beta/rc tags. release = version diff --git a/libraries/Config.class.php b/libraries/Config.class.php index 57b643ea3d..9a7d61f786 100644 --- a/libraries/Config.class.php +++ b/libraries/Config.class.php @@ -101,7 +101,7 @@ class PMA_Config */ function checkSystem() { - $this->set('PMA_VERSION', '4.0.4'); + $this->set('PMA_VERSION', '4.0.4.1'); /** * @deprecated */