diff --git a/po/pt_BR.po b/po/pt_BR.po index 5f36cf62ce..5d09b71c44 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -4,14 +4,14 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.2.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2013-11-25 16:20-0500\n" -"PO-Revision-Date: 2013-11-18 16:45+0200\n" +"PO-Revision-Date: 2013-11-28 14:02+0200\n" "Last-Translator: Helder Santana \n" -"Language-Team: Portuguese (Brazil) \n" +"Language-Team: Portuguese (Brazil) " +"\n" +"Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 1.9-dev\n" @@ -7931,10 +7931,9 @@ msgid "Database operations" msgstr "Operações com banco de dados" #: libraries/navigation/Nodes/Node_Database.class.php:318 -#, fuzzy #| msgid "Show hint" msgid "Show hidden items" -msgstr "Exibir dica" +msgstr "Exibir itens ocultos" #: libraries/navigation/Nodes/Node_Database_Container.class.php:31 msgctxt "Create new database" diff --git a/prefs_manage.php b/prefs_manage.php index 113c6efbcf..481fc1c115 100644 --- a/prefs_manage.php +++ b/prefs_manage.php @@ -300,11 +300,14 @@ if (file_exists('setup/index.php')) {

-
- +PMA_Message::rawSuccess( + __('Configuration has been saved') +)->display(); +echo '' + . '' + . PMA_URL_getHiddenInputs(); +?>