From 35ad381cdd1c015e7ea232887cff8ff61a3d1b4d Mon Sep 17 00:00:00 2001 From: Helder Santana Date: Wed, 2 Oct 2013 01:57:13 +0200 Subject: [PATCH 1/2] Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (2611 of 2611) --- po/pt_BR.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/po/pt_BR.po b/po/pt_BR.po index 6497c8cfcd..df79184f75 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.0.7-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2013-09-17 10:36-0400\n" -"PO-Revision-Date: 2013-10-01 22:23+0200\n" -"Last-Translator: Rodrigo Souza \n" +"PO-Revision-Date: 2013-10-02 01:56+0200\n" +"Last-Translator: Helder Santana \n" "Language-Team: Portuguese (Brazil) " "\n" "Language: pt_BR\n" @@ -12538,7 +12538,7 @@ msgstr "Renomear view para" #: view_operations.php:130 #| msgid "Delete the table (DROP)" msgid "Delete the view (DROP)" -msgstr "Remover a view (DROP)" +msgstr "Remover view (DROP)" #: libraries/advisory_rules.txt:49 msgid "Uptime below one day" From 385e3274be655a2523f74e20e3c0337b637c50a5 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Wed, 2 Oct 2013 06:14:02 -0400 Subject: [PATCH 2/2] 4.0.9-dev --- ChangeLog | 2 ++ README | 2 +- doc/conf.py | 2 +- libraries/Config.class.php | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index d4a11d87b4..5137ee3701 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,8 @@ phpMyAdmin - ChangeLog ====================== +4.0.9.0 (not yet released) + 4.0.8.0 (not yet released) - bug #3988 Rename view is not working - bug #4041 Interaction between linkified fields and grid editing diff --git a/README b/README index 297b8d07dd..659626ccd9 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ phpMyAdmin - Readme =================== -Version 4.0.8-dev +Version 4.0.9-dev A set of PHP-scripts to manage MySQL over the web. diff --git a/doc/conf.py b/doc/conf.py index 63f9b5a1cb..f920f24f2a 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.8-dev' +version = '4.0.9-dev' # The full version, including alpha/beta/rc tags. release = version diff --git a/libraries/Config.class.php b/libraries/Config.class.php index c7fb919e91..a79260f6ce 100644 --- a/libraries/Config.class.php +++ b/libraries/Config.class.php @@ -102,7 +102,7 @@ class PMA_Config */ function checkSystem() { - $this->set('PMA_VERSION', '4.0.8-dev'); + $this->set('PMA_VERSION', '4.0.9-dev'); /** * @deprecated */