From 376e8027eab07bab6fdb9ec073eabae48d1cfacb Mon Sep 17 00:00:00 2001 From: xmujay Date: Wed, 17 Jul 2013 21:04:14 +0800 Subject: [PATCH 1/3] fix the UT error --- libraries/Advisor.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/Advisor.class.php b/libraries/Advisor.class.php index 6a7b1949d0..438340f1ec 100644 --- a/libraries/Advisor.class.php +++ b/libraries/Advisor.class.php @@ -39,8 +39,8 @@ class Advisor $this->variables = array_merge( $this->variables, $GLOBALS['dbi']->fetchResult( - "SELECT concat('Com_', variable_name), variable_value - FROM data_dictionary.GLOBAL_STATEMENTS", 0, 1 + "SELECT concat('Com_', variable_name), variable_value " + . "FROM data_dictionary.GLOBAL_STATEMENTS", 0, 1 ) ); } From b5b3537b74638039cc79d261010c3877b8c91d4d Mon Sep 17 00:00:00 2001 From: Rodrigo Souza Date: Wed, 17 Jul 2013 21:47:20 +0200 Subject: [PATCH 2/3] Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (2680 of 2680) --- po/pt_BR.po | 35 ++++++++++++++--------------------- 1 file changed, 14 insertions(+), 21 deletions(-) diff --git a/po/pt_BR.po b/po/pt_BR.po index b714ac14e2..1d3e5930a0 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -4,15 +4,15 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2013-07-12 16:06+0200\n" -"PO-Revision-Date: 2013-07-01 20:58+0200\n" -"Last-Translator: Jean Nunes \n" -"Language-Team: Portuguese (Brazil) \n" +"PO-Revision-Date: 2013-07-17 21:47+0200\n" +"Last-Translator: Rodrigo Souza \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" -"Plural-Forms: nplurals=2; plural=n > 1;\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 1.6-dev\n" #: browse_foreigners.php:51 browse_foreigners.php:75 js/messages.php:339 @@ -1735,16 +1735,14 @@ msgid "Show search criteria" msgstr "Exibir critério de pesquisa" #: js/messages.php:278 -#, fuzzy #| msgid "Hide search criteria" msgid "Hide find and replace criteria" -msgstr "Ocultar critério de pesquisa" +msgstr "Ocultar critério de substituição" #: js/messages.php:279 -#, fuzzy #| msgid "Show search criteria" msgid "Show find and replace criteria" -msgstr "Exibir critério de pesquisa" +msgstr "Exibir critério de substituição" #: js/messages.php:282 libraries/TableSearch.class.php:212 msgid "Zoom Search" @@ -3254,7 +3252,7 @@ msgstr "Pesquisa de tabela" #: libraries/TableSearch.class.php:217 libraries/TableSearch.class.php:1172 msgid "Find and Replace" -msgstr "" +msgstr "Pesquisar e Substituir" #: libraries/TableSearch.class.php:239 libraries/insert_edit.lib.php:1352 msgid "Edit/Insert" @@ -3321,38 +3319,33 @@ msgid "Reset zoom" msgstr "Resetar zoom" #: libraries/TableSearch.class.php:1281 -#, fuzzy #| msgid "Replace NULL with" msgid "Replace with:" -msgstr "Substituir NULL com" +msgstr "Substituir com:" #: libraries/TableSearch.class.php:1341 msgid "Find and replace - preview" -msgstr "" +msgstr "Pesquisar e substituir - preview" #: libraries/TableSearch.class.php:1345 -#, fuzzy #| msgid "Column" msgid "Count" -msgstr "Coluna" +msgstr "Contagem" #: libraries/TableSearch.class.php:1346 -#, fuzzy #| msgid "Original position" msgid "Original string" -msgstr "Posição original" +msgstr "String original" #: libraries/TableSearch.class.php:1347 -#, fuzzy #| msgid "Related Links" msgid "Replaced string" -msgstr "Links relacionados" +msgstr "String substituída" #: libraries/TableSearch.class.php:1371 -#, fuzzy #| msgid "Replicated" msgid "Replace" -msgstr "Replicado" +msgstr "Substituir" #: libraries/Theme.class.php:170 #, php-format From 900b84691367fec92fc0efecf13a416f01e28590 Mon Sep 17 00:00:00 2001 From: Rodrigo Souza Date: Wed, 17 Jul 2013 21:50:42 +0200 Subject: [PATCH 3/3] Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (2680 of 2680) --- po/pt_BR.po | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/po/pt_BR.po b/po/pt_BR.po index 1d3e5930a0..d95d59e5ee 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 4.1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2013-07-12 16:06+0200\n" -"PO-Revision-Date: 2013-07-17 21:47+0200\n" +"PO-Revision-Date: 2013-07-17 21:50+0200\n" "Last-Translator: Rodrigo Souza \n" "Language-Team: Portuguese (Brazil) " "\n" @@ -1678,7 +1678,7 @@ msgstr "Adicionar %d valor(es)" msgid "" "Note: If the file contains multiple tables, they will be combined into one." msgstr "" -"Nota: Se o arquivo contém várias tabelas, elas serão combinadas em uma só" +"Nota: Se o arquivo contém várias tabelas, elas serão combinadas em uma só." #: js/messages.php:262 msgid "Hide query box" @@ -2857,7 +2857,7 @@ msgstr "A chave primária foi deletada" #: libraries/Index.class.php:608 #, php-format msgid "Index %s has been dropped." -msgstr "Índice %s foi eliminado" +msgstr "Índice %s foi eliminado." #: libraries/Index.class.php:731 #, php-format @@ -3841,7 +3841,7 @@ msgstr "Selecionar a partir do diretório de upload do servidor %s:" #: libraries/sql_query_form.lib.php:483 msgid "The directory you set for upload work cannot be reached." msgstr "" -"O diretório que você especificou para subir arquivos não foi encontrado" +"O diretório que você especificou para subir arquivos não foi encontrado." #: libraries/Util.class.php:3452 msgid "There are no files to upload" @@ -8000,7 +8000,7 @@ msgstr "" #: libraries/plugins/auth/AuthenticationSignon.class.php:254 #, php-format msgid "No activity within %s seconds; please log in again." -msgstr "Sem atividade por %s segundos ou mais, faça o login novamente" +msgstr "Sem atividade por %s segundos ou mais, faça o login novamente." #: libraries/plugins/auth/AuthenticationCookie.class.php:667 #: libraries/plugins/auth/AuthenticationCookie.class.php:669 @@ -8024,7 +8024,7 @@ msgstr "Arquivo %s não contém qualquer identificação da chave" #: libraries/plugins/auth/swekey/swekey.auth.lib.php:176 #: libraries/plugins/auth/swekey/swekey.auth.lib.php:196 msgid "Hardware authentication failed!" -msgstr "Falha na autenticação de hardware" +msgstr "Falha na autenticação de hardware!" #: libraries/plugins/auth/swekey/swekey.auth.lib.php:183 msgid "No valid authentication key plugged" @@ -11211,8 +11211,8 @@ msgid "" "There seems to be an error in your SQL query. The MySQL server error output " "below, if there is any, may also help you in diagnosing the problem." msgstr "" -"Parece haver um erro na sua consulta SQL. A saída do servidor MySQL abaixo, " -"se houver alguma, também poderá ajudar a diagnosticar o problema" +"Parece haver um erro na sua query SQL. A saída de erro do servidor MySQL " +"abaixo, se houver alguma, também poderá ajudar a diagnosticar o problema." #: libraries/sqlparser.lib.php:178 msgid ""