diff --git a/ChangeLog b/ChangeLog index 81de9a65dd..d08909e2a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,9 @@ phpMyAdmin - ChangeLog ====================== +3.5.5.0 (not yet released) +- bug #3563824 [export] Support Apache's mod_deflate + 3.5.4.0 (not yet released) - bug #3570212 [edit] uuid_short() is a no-arguments function - bug #3569577 [edit] Add routine parameter headers not valid for "function" diff --git a/Documentation.html b/Documentation.html index be78aebf91..3f4b0abe97 100644 --- a/Documentation.html +++ b/Documentation.html @@ -9,7 +9,7 @@ vim: expandtab ts=4 sw=4 sts=4 tw=78 - phpMyAdmin 3.5.4-dev - Documentation + phpMyAdmin 3.5.5-dev - Documentation @@ -17,7 +17,7 @@ vim: expandtab ts=4 sw=4 sts=4 tw=78 diff --git a/README b/README index f6b82045e4..5267ee99d7 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ phpMyAdmin - Readme =================== -Version 3.5.4-dev +Version 3.5.5-dev A set of PHP-scripts to manage MySQL over the web. diff --git a/export.php b/export.php index 9ed0d8714d..7036af9277 100644 --- a/export.php +++ b/export.php @@ -638,7 +638,14 @@ if (!empty($asfile)) { } } elseif ($compression == 'gzip') { // 3. as a gzipped file - if (@function_exists('gzencode') && !@ini_get('zlib.output_compression')) { + if (@function_exists('gzencode') + && ! @ini_get('zlib.output_compression') + // Here, we detect Apache's mod_deflate so we bet that + // this module is active for this instance of phpMyAdmin + // and therefore, will gzip encode the content + && ! (function_exists('apache_get_modules') + && in_array('mod_deflate', apache_get_modules())) + ) { // without the optional parameter level because it bug $dump_buffer = gzencode($dump_buffer); } diff --git a/libraries/Config.class.php b/libraries/Config.class.php index 2f4174743e..0a266dbf53 100644 --- a/libraries/Config.class.php +++ b/libraries/Config.class.php @@ -98,7 +98,7 @@ class PMA_Config */ function checkSystem() { - $this->set('PMA_VERSION', '3.5.4-dev'); + $this->set('PMA_VERSION', '3.5.5-dev'); /** * @deprecated */ diff --git a/po/it.po b/po/it.po index d49e72ce75..80fbcf6063 100644 --- a/po/it.po +++ b/po/it.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 3.5.4-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2012-10-16 14:37+0200\n" -"PO-Revision-Date: 2012-11-03 17:22+0200\n" +"PO-Revision-Date: 2012-11-08 18:46+0200\n" "Last-Translator: Rouslan Placella \n" "Language-Team: Italian \n" "Language: it\n" @@ -12,7 +12,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Weblate 1.2\n" +"X-Generator: Weblate 1.3-dev\n" #: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:353 #: libraries/display_tbl.lib.php:359 server_privileges.php:1679 @@ -1715,10 +1715,9 @@ msgid "Import monitor configuration" msgstr "Non é stato possibile caricare la configurazione" #: js/messages.php:218 -#, fuzzy #| msgid "Please select the primary key or a unique key" msgid "Please select the file you want to import" -msgstr "Seleziona la chiave primaria o una chiave univoca" +msgstr "Seleziona il file da importare" #: js/messages.php:220 msgid "Analyse Query" @@ -12071,10 +12070,9 @@ msgid "How to use" msgstr "Come usare" #: tbl_zoom_select.php:431 -#, fuzzy #| msgid "Reset" msgid "Reset zoom" -msgstr "Riavvia" +msgstr "Reimposta zoom" #: themes.php:28 msgid "Get more themes!" diff --git a/po/pt_BR.po b/po/pt_BR.po index ed57146027..109ed9bc5d 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -1,13 +1,13 @@ # msgid "" msgstr "" -"Project-Id-Version: phpMyAdmin 3.5.4-dev\n" +"Project-Id-Version: phpMyAdmin 4.0.0-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2012-10-16 14:37+0200\n" -"PO-Revision-Date: 2012-11-01 16:53+0200\n" -"Last-Translator: Israel Torres \n" +"PO-Revision-Date: 2012-11-11 12:30-0300\n" +"Last-Translator: Rafael Ferreira \n" "Language-Team: Portuguese (Brazil) " -"\n" +"\n" "Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -118,8 +118,8 @@ msgid "" "The %s file is not available on this system, please visit www.phpmyadmin.net " "for more information." msgstr "" -"O arquivo %s não está disponível no sistema, por favor visite www.phpmyadmin." -"net para mais informações." +"O arquivo %s não está disponível no sistema, por favor visite " +"www.phpmyadmin.net para mais informações." #: db_create.php:60 #, php-format @@ -622,8 +622,8 @@ msgid "" "This view has at least this number of rows. Please refer to %sdocumentation" "%s." msgstr "" -"Esta visão tem pelo menos esse número de linhas. Por favor, consulte a " -"%sdocumentação%s." +"Esta visão tem pelo menos esse número de linhas. Por favor, consulte a %" +"sdocumentação%s." #: db_structure.php:477 db_structure.php:491 libraries/header.inc.php:161 #: libraries/tbl_info.inc.php:60 tbl_structure.php:210 @@ -1511,8 +1511,8 @@ msgid "" "database administrator." msgstr "" "Você não tem permissão para alterar essas variáveis. Por favor, autentique-" -"se como usuário \"Root\" ou entre em contato com seu administrador do banco " -"de dados." +"se como usuário \"Root\" ou entre em contato com seu administrador do banco de " +"dados." #: js/messages.php:165 msgid "Change settings" @@ -1654,8 +1654,7 @@ msgstr "Filtrar consultas por palavra/expressão regular:" #: js/messages.php:203 msgid "Group queries, ignoring variable data in WHERE clauses" -msgstr "" -"Consultas em grupo, ignorando os valores de variáveis da cláusula WHERE" +msgstr "Consultas em grupo, ignorando os valores de variáveis da cláusula WHERE" #: js/messages.php:204 msgid "Sum of grouped rows:" @@ -1785,6 +1784,7 @@ msgstr "Adicionar chave primária" #: js/messages.php:244 libraries/relation.lib.php:80 pmd_general.php:380 #: pmd_general.php:537 pmd_general.php:585 pmd_general.php:661 #: pmd_general.php:715 pmd_general.php:778 +#, fuzzy msgid "OK" msgstr "OK" @@ -1925,7 +1925,8 @@ msgstr "Clique no link resetar zoom para voltar ao estado original." #: js/messages.php:308 msgid "Click a data point to view and possibly edit the data row." msgstr "" -"Clique em um ponto de dados para ver e possivelmente editar a linha de dados." +"Clique em um ponto de dados para ver e possivelmente editar a linha de " +"dados." #: js/messages.php:310 msgid "The plot can be resized by dragging it along the bottom right corner." @@ -1983,8 +1984,8 @@ msgid "" "You haven't saved the changes in the layout. They will be lost if you don't " "save them. Do you want to continue?" msgstr "" -"Você não salvou as mudanças no layout. Eles serão perdidos se você não salva-" -"los. Deseja continuar mesmo assim?" +"Você não salvou as mudanças no layout. Eles serão perdidos se você não " +"salva-los. Deseja continuar mesmo assim?" #: js/messages.php:344 msgid "Add an option for column " @@ -2582,8 +2583,8 @@ msgid "" "Failed to cleanup table UI preferences (see $cfg['Servers'][$i]" "['MaxTableUiprefs'] %s)" msgstr "" -"Falha ao limpar as preferências da tabela UI (veja $cfg['Servers'][$i]" -"['MaxTableUiprefs'] %s)" +"Falha ao limpar as preferências da tabela UI (veja " +"$cfg['Servers'][$i]['MaxTableUiprefs'] %s)" #: libraries/Table.class.php:1534 #, php-format @@ -2874,7 +2875,8 @@ msgstr "Índice de servidor inválido: \"%s\"" #, php-format msgid "Invalid hostname for server %1$s. Please review your configuration." msgstr "" -"Nome de serivdor inválido para o servidor %1$s. Verifique suas configurações." +"Nome de serivdor inválido para o servidor %1$s. Verifique suas " +"configurações." #: libraries/common.inc.php:683 libraries/config/messages.inc.php:508 #: libraries/header.inc.php:134 main.php:171 server_status.php:789 @@ -3079,8 +3081,7 @@ msgstr "Selecionar a partir do diretório de upload do servidor %s:" #: libraries/common.lib.php:3317 libraries/sql_query_form.lib.php:452 #: tbl_change.php:904 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" +msgstr "O diretório que você especificou para subir arquivos não foi encontrado" #: libraries/common.lib.php:3326 msgid "There are no files to upload" @@ -3243,8 +3244,7 @@ msgstr "Wiki" #: libraries/config/FormDisplay.tpl.php:199 msgid "This setting is disabled, it will not be applied to your configuration" -msgstr "" -"Essa configuração está desativada, não será aplicado à sua configuração" +msgstr "Essa configuração está desativada, não será aplicado à sua configuração" #: libraries/config/FormDisplay.tpl.php:274 #, php-format @@ -3308,8 +3308,8 @@ msgid "" "Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] " "authentication" msgstr "" -"Frase secreta utilizada para encriptar cookies na autenticação por [kbd]" -"cookie[/kbd]" +"Frase secreta utilizada para encriptar cookies na autenticação por " +"[kbd]cookie[/kbd]" #: libraries/config/messages.inc.php:25 msgid "Blowfish secret" @@ -3350,8 +3350,8 @@ msgid "" "kbd] - allows newlines in columns" msgstr "" "Define que tipo de controles de edição devem ser utilizados pelas colunas " -"CHAR e VARCHAR; [kbd]input[/kbd] - permite limitar o tamanho do campo, [kbd]" -"textarea[/kbd] - permite quebra de linhas em colunas" +"CHAR e VARCHAR; [kbd]input[/kbd] - permite limitar o tamanho do campo, " +"[kbd]textarea[/kbd] - permite quebra de linhas em colunas" #: libraries/config/messages.inc.php:33 msgid "CHAR columns editing" @@ -3745,8 +3745,7 @@ msgstr "Ordem da caixa de seleção de chave estrangeira" #: libraries/config/messages.inc.php:154 msgid "A dropdown will be used if fewer items are present" -msgstr "" -"Uma caixa de seleção será utilizada se poucos itens estiverem presentes" +msgstr "Uma caixa de seleção será utilizada se poucos itens estiverem presentes" #: libraries/config/messages.inc.php:155 msgid "Foreign key limit" @@ -4014,9 +4013,10 @@ msgid "" msgstr "" "Se você quiser usar o serviço de validação SQL (SQL Validator), você deve " "estar ciente de que [strong]todas as instruções SQL são armazenadas de forma " -"anônima para fins estatísticos[/strong].[br][em][a@http://sqlvalidator.mimer." -"com/]Mimer SQL Validator[/a], Copyright 2002 Upright Database Technology. " -"Todos os direitos reservados.[/em]" +"anônima para fins " +"estatísticos[/strong].[br][em][a@http://sqlvalidator.mimer.com/]Mimer SQL " +"Validator[/a], Copyright 2002 Upright Database Technology. Todos os direitos " +"reservados.[/em]" #: libraries/config/messages.inc.php:224 msgid "Startup" @@ -4209,8 +4209,7 @@ msgstr "Exibe banco de dados em uma árvore" #: libraries/config/messages.inc.php:279 msgid "Disable this if you want to see all databases at once" -msgstr "" -"Desabilite este se você quer ver todos os bancos de dados imediatamente" +msgstr "Desabilite este se você quer ver todos os bancos de dados imediatamente" #: libraries/config/messages.inc.php:280 msgid "Use light version" @@ -4258,8 +4257,7 @@ msgstr "Habilita destaque" #: libraries/config/messages.inc.php:290 msgid "Maximum number of recently used tables; set 0 to disable" -msgstr "" -"Número máximo de tabelas usadas recentemente; defina 0 para desabilitar" +msgstr "Número máximo de tabelas usadas recentemente; defina 0 para desabilitar" #: libraries/config/messages.inc.php:291 msgid "Recently used tables" @@ -4455,7 +4453,7 @@ msgid "" "DATETIME and TIMESTAMP, ascending order otherwise" msgstr "" "[kbd]SMART[/kbd] - i.e. ordem decrescente para colunas do tipo TIME, DATE, " -"DATETIME e TIMESTAM, caso contrário, ordem ascendente." +"DATETIME e TIMESTAMP, caso contrário, ordem ascendente." #: libraries/config/messages.inc.php:330 msgid "Default sorting order" @@ -4502,9 +4500,9 @@ msgid "" "(lost by window close)." msgstr "" "Ative se você quiser usar o histórico de consultas baseado em banco de dados " -"(requer a configuração de armazenamento do phpMyAdmin). Se desativado, serão " -"utilizadas rotinas JS para exibir o histórico de consultas (que será perdido " -"se a janela for fechada)." +"(requer a configuração de armazenamento do phpMyAdmin). Se desativado, " +"serão utilizadas rotinas JS para exibir o histórico de consultas (que será " +"perdido se a janela for fechada)." #: libraries/config/messages.inc.php:340 msgid "Permanent query history" @@ -4545,7 +4543,8 @@ msgstr "Largura da janela de consultas" #: libraries/config/messages.inc.php:350 msgid "Select which functions will be used for character set conversion" msgstr "" -"Selecione quais funções serão usadas para conversão do conjunto de caracteres" +"Selecione quais funções serão usadas para conversão do conjunto de " +"caracteres" #: libraries/config/messages.inc.php:351 msgid "Recoding engine" @@ -4628,8 +4627,8 @@ msgid "" "swekey.conf)" msgstr "" "O caminho para o arquivo de configuração [a@http://swekey.com] autenticação " -"equipamento SweKey [/a] (não localizado na raiz do seu documento: sugestão: /" -"etc/swekey.conf)" +"equipamento SweKey [/a] (não localizado na raiz do seu documento: sugestão: " +"/etc/swekey.conf)" #: libraries/config/messages.inc.php:371 msgid "SweKey config file" @@ -4648,8 +4647,9 @@ msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] " "support, suggested: [kbd]pma_bookmark[/kbd]" msgstr "" -"Deixe em branco quando não há [a@http://wiki.phpmyadmin.net/pma/bookmark]" -"bookmark[/a] suporte, sugestão: [kbd]pma_bookmark[/kbd]" +"Deixe em branco quando não há " +"[a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] suporte, sugestão: " +"[kbd]pma_bookmark[/kbd]" #: libraries/config/messages.inc.php:375 msgid "Bookmark table" @@ -4693,8 +4693,8 @@ msgid "" "available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" msgstr "" "Um usuário especial MySQL será configurado com permissões limitadas, mais " -"informações disponíveis em [a@http://wiki.phpmyadmin.net/pma/controluser]wiki" -"[/a]" +"informações disponíveis em " +"[a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]" #: libraries/config/messages.inc.php:384 msgid "Control user" @@ -4725,8 +4725,8 @@ msgid "" "Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/" "kbd]" msgstr "" -"Deixe em branco quando não há de Desenho, sugestão: [kbd]pma_designer_coords" -"[/kbd]" +"Deixe em branco quando não há de Desenho, sugestão: " +"[kbd]pma_designer_coords[/kbd]" #: libraries/config/messages.inc.php:390 msgid "Designer table" @@ -4814,10 +4814,10 @@ msgid "" "alphabetical order." msgstr "" "Voce pode usar coringas MySQL (% e _), use caractere de escape neles se você " -"deseja caractere literal, ex: use [kbd]'meu\\_db'[/kbd] e não [kbd]'meu_db'[/" -"kbd]. Usando esta opção você pode ordenar a lista de banco de dados, apenas " -"entre seus nomes em ordem e use [kbd]*[/kbd] no final para exibir os " -"restantes em ordem alfabética." +"deseja caractere literal, ex: use [kbd]'meu\\_db'[/kbd] e não " +"[kbd]'meu_db'[/kbd]. Usando esta opção você pode ordenar a lista de banco de " +"dados, apenas entre seus nomes em ordem e use [kbd]*[/kbd] no final para " +"exibir os restantes em ordem alfabética." #: libraries/config/messages.inc.php:407 msgid "Show only listed databases" @@ -4880,8 +4880,8 @@ msgid "" "Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links" "[/a] support, suggested: [kbd]pma_relation[/kbd]" msgstr "" -"Deixe em branco se não houver [a@http://wiki.phpmyadmin.net/pma/relation]" -"relation-links[/a] suporte, sugestão: [kbd]pma_relation[/kbd]" +"Deixe em branco se não houver [a@http://wiki.phpmyadmin.net/pma/relation" +"]relation-links[/a] suporte, sugestão: [kbd]pma_relation[/kbd]" #: libraries/config/messages.inc.php:419 msgid "Relation table" @@ -4931,8 +4931,8 @@ msgstr "Utilizar SSL" msgid "" "Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]" msgstr "" -"Deixe em branco se não houver suporte a esquema PDF, sugestão: [kbd]" -"pma_table_coords[/kbd]" +"Deixe em branco se não houver suporte a esquema PDF, sugestão: " +"[kbd]pma_table_coords[/kbd]" #: libraries/config/messages.inc.php:430 msgid "PDF schema: table coordinates" @@ -5073,8 +5073,8 @@ msgstr "Nome completo deste servidor" #: libraries/config/messages.inc.php:455 msgid "Whether a user should be displayed a "show all (rows)" button" msgstr "" -"Quando precisa ser exibido a um usuário o botão "exiba todas(colunas)" -""" +"Quando precisa ser exibido a um usuário o botão "exiba " +"todas(colunas)"" #: libraries/config/messages.inc.php:456 msgid "Allow to display all the rows" @@ -5086,9 +5086,10 @@ msgid "" "authentication mode because the password is hard coded in the configuration " "file; this does not limit the ability to execute the same command directly" msgstr "" -"Favor certificar-se que habilitando isto, não haverá efeito no [kbd]config[/" -"kbd] modo de autenticação porque a senha está bem feita no arquivo de " -"configuração; isto não limita a habilidade de executar o comando diretamente" +"Favor certificar-se que habilitando isto, não haverá efeito no " +"[kbd]config[/kbd] modo de autenticação porque a senha está bem feita no " +"arquivo de configuração; isto não limita a habilidade de executar o comando " +"diretamente" #: libraries/config/messages.inc.php:458 msgid "Show password change form" @@ -5143,8 +5144,8 @@ msgid "" "Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] " "output" msgstr "" -"Exibe link para saída de [a@http://php.net/manual/function.phpinfo.php]" -"phpinfo()[/a]" +"Exibe link para saída de " +"[a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a]" #: libraries/config/messages.inc.php:469 msgid "Show phpinfo() link" @@ -5166,7 +5167,8 @@ msgstr "Mostrar consultas SQL" msgid "" "Defines whether the query box should stay on-screen after its submission" msgstr "" -"Define se a caixa de consulta deve estar sobre a tela depois de sua submissão" +"Define se a caixa de consulta deve estar sobre a tela depois de sua " +"submissão" #: libraries/config/messages.inc.php:474 libraries/sql_query_form.lib.php:352 msgid "Retain query box" @@ -5201,9 +5203,9 @@ msgid "" "alias, the table name itself stays unchanged" msgstr "" "Ao definir este [kbd]aninhamento[/kbd], o alias da tabela é apenas usado " -"para dividir/aninhar as tabelas de acordo com a $cfg" -"['LeftFrameTableSeparator'] diretiva, somente a pasta é chamada pelo alias, " -"o nome da tabela continua inalterado" +"para dividir/aninhar as tabelas de acordo com a " +"$cfg['LeftFrameTableSeparator'] diretiva, somente a pasta é chamada pelo " +"alias, o nome da tabela continua inalterado" #: libraries/config/messages.inc.php:480 msgid "Display table comment instead of its name" @@ -5268,8 +5270,8 @@ msgid "" "Suggest a database name on the "Create Database" form (if " "possible) or keep the text field empty" msgstr "" -"Sugerir um nome do banco de dados no formulário "Criar Banco de Dados" -"%quot; (se possível) ou manter o campo texto vazio" +"Sugerir um nome do banco de dados no formulário "Criar Banco de Dados%" +"quot; (se possível) ou manter o campo texto vazio" #: libraries/config/messages.inc.php:496 msgid "Suggest new database name" @@ -5278,7 +5280,8 @@ msgstr "Sugerir nome para o banco de dados" #: libraries/config/messages.inc.php:497 msgid "A warning is displayed on the main page if Suhosin is detected" msgstr "" -"Um aviso é mostrado na página principal se uma falha de segurança é detectada" +"Um aviso é mostrado na página principal se uma falha de segurança é " +"detectada" #: libraries/config/messages.inc.php:498 msgid "Suhosin warning" @@ -5338,8 +5341,8 @@ msgid "" msgstr "" "Insira os Proxies como [kbd]IP: Cabeçalho HTTP de confiança[/kbd]. O exemplo " "seguinte ilustra que o phpMyAdmin deve confiar no cabeçalho " -"HTTP_X_FORWARDED_FOR (X-Forwarded-For) vindo do proxie 1.2.3.4:[br][kbd]" -"1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]" +"HTTP_X_FORWARDED_FOR (X-Forwarded-For) vindo do proxie " +"1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]" #: libraries/config/messages.inc.php:512 msgid "List of trusted proxies for IP allow/deny" @@ -5348,7 +5351,8 @@ msgstr "Lista de proxies confiáveis ​​por IP permitir/negar" #: libraries/config/messages.inc.php:513 msgid "Directory on server where you can upload files for import" msgstr "" -"Diretório no servidor onde você pode fazer upload de arquivos para importação" +"Diretório no servidor onde você pode fazer upload de arquivos para " +"importação" #: libraries/config/messages.inc.php:514 msgid "Upload directory" @@ -5394,8 +5398,7 @@ msgstr "Verifique a última versão" #: libraries/config/messages.inc.php:522 msgid "Enables check for latest version on main phpMyAdmin page" -msgstr "" -"Habilitar checagem pela última versão na página principal do phpMyAdmin" +msgstr "Habilitar checagem pela última versão na página principal do phpMyAdmin" #: libraries/config/messages.inc.php:523 setup/lib/index.lib.php:121 #: setup/lib/index.lib.php:131 setup/lib/index.lib.php:151 @@ -5410,8 +5413,9 @@ msgid "" "Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression " "for import and export operations" msgstr "" -"Habilitar compressão [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/" -"a] para operações de importação e exportação" +"Habilitar compressão " +"[a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] para operações de " +"importação e exportação" #: libraries/config/messages.inc.php:525 msgid "ZIP" @@ -5853,8 +5857,8 @@ msgid "" "A compressed file's name must end in .[format].[compression]. " "Example: .sql.zip" msgstr "" -"O nome de um arquivo compactado deve terminar em .[formato].[compactação]" -". Exemplo: .sql.zip" +"O nome de um arquivo compactado deve terminar em " +".[formato].[compactação]. Exemplo: .sql.zip" #: libraries/display_import.lib.php:178 msgid "File uploads are not allowed on this server." @@ -6490,8 +6494,8 @@ msgid "" "Documentation and further information about PBXT can be found on the " "%sPrimeBase XT Home Page%s." msgstr "" -"Documentação e mais informações sobre PBXT podem ser encontradas na " -"%sPrimeBase XT Home Page%s." +"Documentação e mais informações sobre PBXT podem ser encontradas na %" +"sPrimeBase XT Home Page%s." #: libraries/engines/pbxt.lib.php:129 msgid "The PrimeBase XT Blog by Paul McCullagh" @@ -6525,8 +6529,7 @@ msgstr "Substituir NULL com:" #: libraries/export/csv.php:29 libraries/export/excel.php:24 msgid "Remove carriage return/line feed characters within columns" -msgstr "" -"Remover caracteres de retorno ou alimentação de linha dentro de colunas" +msgstr "Remover caracteres de retorno ou alimentação de linha dentro de colunas" #: libraries/export/excel.php:33 msgid "Excel edition:" @@ -6701,8 +6704,8 @@ msgid "" "(1,2,3)" msgstr "" "incluir nomes de columas em cada declaração INSERT
  " -"    Exemplo: INSERT INTO tbl_name (col_A,col_B,col_C) VALUES " -"(1,2,3)" +"    Exemplo: INSERT INTO tbl_name (col_A,col_B,col_C) " +"VALUES (1,2,3)" #: libraries/export/sql.php:275 msgid "" @@ -7265,8 +7268,7 @@ msgstr "Transformações do navegador" #: libraries/relation.lib.php:119 msgid "" "Please see the documentation on how to update your column_comments table" -msgstr "" -"Consulte a documentação sobre como atualizar sua tabela Column_comments" +msgstr "Consulte a documentação sobre como atualizar sua tabela Column_comments" #: libraries/relation.lib.php:124 libraries/sql_query_form.lib.php:376 msgid "Bookmarked SQL query" @@ -7307,8 +7309,9 @@ msgid "" "Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php." msgstr "" -"Ativar recursos avançados no arquivo de configuração (config.inc.php), por exemplo iniciando em config.sample.inc.php." +"Ativar recursos avançados no arquivo de configuração " +"(config.inc.php), por exemplo iniciando em " +"config.sample.inc.php." #: libraries/relation.lib.php:157 msgid "Re-login to phpMyAdmin to load the updated configuration file." @@ -7545,6 +7548,7 @@ msgid "You must provide an event definition." msgstr "Você deve informar uma definição do evento." #: libraries/rte/rte_footer.lib.php:29 server_privileges.php:2413 +#, fuzzy msgid "New" msgstr "Novo" @@ -8189,10 +8193,10 @@ msgid "" "a single quote (\"'\") amongst those values, precede it with a backslash " "(for example '\\\\xyz' or 'a\\'b')." msgstr "" -"Se um tipo de campo é \"enum\" ou \"set\", por favor entre com valores " -"usando este formato: 'a','b','c'...
Se você mesmo precisar colocar uma " -"barra contrária (\"\\\") ou aspas simples (\"'\") entre esses valores, " -"coloque uma barra contrária antes (por exemplo '\\\\xyz' ou 'a\\'b')." +"Se um tipo de campo é \"enum\" ou \"set\", por favor entre com valores usando " +"este formato: 'a','b','c'...
Se você mesmo precisar colocar uma barra " +"contrária (\"\\\") ou aspas simples (\"'\") entre esses valores, coloque uma " +"barra contrária antes (por exemplo '\\\\xyz' ou 'a\\'b')." #: libraries/tbl_properties.inc.php:99 msgid "" @@ -8229,9 +8233,9 @@ msgid "" "'\\\\xyz' or 'a\\'b')." msgstr "" "Digite os valores para as opções de transformação usando este formato: 'a', " -"100, b,'c'...
Se por acaso precisar inserir uma contra-barra (\"\\\") " -"ou aspas (\"'\") no meio desses valores, faça-o usando outra contra-barra " -"(por exemplo '\\\\xyz' ou 'a\\'b')." +"100, b,'c'...
Se por acaso precisar inserir uma contra-barra (\"\\\") ou " +"aspas (\"'\") no meio desses valores, faça-o usando outra contra-barra (por " +"exemplo '\\\\xyz' ou 'a\\'b')." #: libraries/tbl_properties.inc.php:321 msgid "ENUM or SET data too long?" @@ -8352,9 +8356,9 @@ msgstr "" "ser adicionado ao timestamp (Padrão: 0). Use a segunda opção para " "especificar uma string de formatação date/time diferente. A terceira opção " "determina se você deseja ver data local ou UTC (use a string \"local\" ou " -"\"utc\") para isso. De acordo com isso, o formato date terá valores " -"diferentes - para \"local\" veja a documentação do PHP para função strftime" -"() e para \"utc\" isso é feito usando a função gmdate()." +"\"utc\") para isso. De acordo com isso, o formato date terá valores diferentes " +"- para \"local\" veja a documentação do PHP para função strftime() e para " +"\"utc\" isso é feito usando a função gmdate()." #: libraries/transformations/text_plain__external.inc.php:10 msgid "" @@ -8385,8 +8389,8 @@ msgid "" "Displays the contents of the column as-is, without running it through " "htmlspecialchars(). That is, the column is assumed to contain valid HTML." msgstr "" -"Mostra o conteúdo da coluna como é, sem manipular através de htmlspecialchars" -"(). Isso é, a coluna assume conter somente HTML válido." +"Mostra o conteúdo da coluna como é, sem manipular através de " +"htmlspecialchars(). Isso é, a coluna assume conter somente HTML válido." #: libraries/transformations/text_plain__imagelink.inc.php:10 msgid "" @@ -8405,8 +8409,8 @@ msgid "" "the link." msgstr "" "Mostra um link, o campo contém o nome do arquivo. A primeira opção é um " -"prefixo URL como \"http://www.exemplo.com/\". A segunda opção é um título " -"para o link." +"prefixo URL como \"http://www.exemplo.com/\". A segunda opção é um título para " +"o link." #: libraries/transformations/text_plain__longToIpv4.inc.php:10 msgid "" @@ -8586,10 +8590,11 @@ msgid "" "cookie validity configured in phpMyAdmin, because of this, your login will " "expire sooner than configured in phpMyAdmin." msgstr "" -"Seu parâmetro PHP [a@http://php.net/manual/en/session.configuration.php#ini." -"session.gc-maxlifetime@_blank]session.gc_maxlifetime[/a] é inferior a " -"validade configurada para o cookie no phpMyAdmin, por isso, o seu login " -"expira mais cedo do que configurado no phpMyAdmin." +"Seu parâmetro PHP " +"[a@http://php.net/manual/en/session.configuration.php#ini.session.gc-" +"maxlifetime@_blank]session.gc_maxlifetime[/a] é inferior a validade " +"configurada para o cookie no phpMyAdmin, por isso, o seu login expira mais " +"cedo do que configurado no phpMyAdmin." #: main.php:299 msgid "" @@ -8871,8 +8876,7 @@ msgstr "Importar do armazenamento do navegador" #: prefs_manage.php:246 msgid "Settings will be imported from your browser's local storage." -msgstr "" -"Configurações serão importadas do armazenamento local do seu navegador." +msgstr "Configurações serão importadas do armazenamento local do seu navegador." #: prefs_manage.php:252 msgid "You have no saved settings!" @@ -9790,7 +9794,8 @@ msgid "" "system." msgstr "" "Saiba, porém, que este sistema fornece recomendações baseadas em cálculos " -"simples e por princípios, o que não necessariamente se aplica ao seu sistema." +"simples e por princípios, o que não necessariamente se aplica ao seu " +"sistema." #: server_status.php:926 msgid "" @@ -10389,8 +10394,7 @@ msgstr "O número de arquivos que estão abertos." #: server_status.php:1394 msgid "The number of streams that are open (used mainly for logging)." -msgstr "" -"O número de streams que estão abertos (usados principalmente para log)." +msgstr "O número de streams que estão abertos (usados principalmente para log)." #: server_status.php:1395 msgid "The number of tables that are open." @@ -10428,8 +10432,8 @@ msgstr "" "O número de consultas que foram removidas do cache para liberar memória para " "novas consultas. Essa informação pode ajudar você a ajustar o tamanho da " "consulta do cache. A consulta do cache usa a estratégia do \"usado menos " -"recentemente\" (LRU - least recently used) para decidir qual consulta " -"remover do cache." +"recentemente\" (LRU - least recently used) para decidir qual consulta remover " +"do cache." #: server_status.php:1401 msgid "" @@ -10489,7 +10493,8 @@ msgstr "O número junções que fez uma varredura completa da primeira tabela." #: server_status.php:1410 msgid "The number of temporary tables currently open by the slave SQL thread." msgstr "" -"O número de tabelas temporárias abertas atualmente pelo processo SQL escravo." +"O número de tabelas temporárias abertas atualmente pelo processo SQL " +"escravo." #: server_status.php:1411 msgid "" @@ -10540,8 +10545,7 @@ msgstr "O número de ordenações que foram feitas scaneando a tabela." #: server_status.php:1419 msgid "The number of times that a table lock was acquired immediately." -msgstr "" -"O número de vezes que uma tabela trancada foi recuperada imediatamente." +msgstr "O número de vezes que uma tabela trancada foi recuperada imediatamente." #: server_status.php:1420 msgid "" @@ -10623,7 +10627,8 @@ msgid "" "may want to export it if you have a complicated set up." msgstr "" "A organização dos gráficos é armazenada no armazenamento local dos " -"navegadores. Você pode exportá-la, se você tiver uma configuração complicada." +"navegadores. Você pode exportá-la, se você tiver uma configuração " +"complicada." #: server_status.php:1619 msgid "Reset to default" @@ -10672,8 +10677,8 @@ msgid "" msgstr "" "Seu navegador vai atualizar todos os gráficos exibidos em intervalo regular. " "Você pode adicionar gráficos e alterar a taxe de atualização em " -"\"Configurações\", ou remover qualquer gráfico usando o ícone de roda " -"dentada em cada gráfico." +"\"Configurações\", ou remover qualquer gráfico usando o ícone de roda dentada " +"em cada gráfico." #: server_status.php:1646 msgid "" @@ -12139,7 +12144,7 @@ msgstr "" #: po/advisory_rules.php:33 msgid "log_slow_queries is set to 'OFF'" -msgstr "" +msgstr "log_slow_queries está definido como 'OFF'" #: po/advisory_rules.php:35 msgid "Release Series" @@ -12268,7 +12273,7 @@ msgstr "Método de cache de consulta" #: po/advisory_rules.php:76 msgid "Suboptimal caching method." -msgstr "" +msgstr "Método de cache sub-ótimo." #: po/advisory_rules.php:77 msgid "" @@ -12302,6 +12307,7 @@ msgstr "" #, php-format msgid "The current query cache hit rate of %s%% is below 20%%" msgstr "" +"O nível de acerto do cache de consultas atual de %s%% atá abaixo de 20%%" #: po/advisory_rules.php:85 msgid "Query Cache usage" @@ -12331,7 +12337,7 @@ msgstr "Fragmentação do cache de consulta" #: po/advisory_rules.php:91 msgid "The query cache is considerably fragmented." -msgstr "" +msgstr "O cache de consultas está consideravelmente fragmentado." #: po/advisory_rules.php:92 msgid "" @@ -12355,7 +12361,7 @@ msgstr "" #: po/advisory_rules.php:95 msgid "Query cache low memory prunes" -msgstr "" +msgstr "Corte por falta de memória do cache de consultas" #: po/advisory_rules.php:96 msgid "" @@ -12398,7 +12404,7 @@ msgstr "" #: po/advisory_rules.php:103 #, php-format msgid "Current query cache size: %s" -msgstr "" +msgstr "Tamanho do cache de consultas atual: %s" #: po/advisory_rules.php:105 msgid "Query cache min result size" @@ -12445,6 +12451,8 @@ msgid "" "%s%% of all sorts cause temporary tables, this value should be lower than " "10%%." msgstr "" +"%s%% de todos tipos causam tabelas temporárias. Este valor deveria ser menor " +"do que 10%%" #: po/advisory_rules.php:115 #| msgid "Allows creating temporary tables." @@ -12456,6 +12464,8 @@ msgstr "Proporção de buscas que geram tabelas temporárias" msgid "" "Temporary tables average: %s, this value should be less than 1 per hour." msgstr "" +"Média de tabelas temporárias: %s. Este valor deveria ser menor do que 1 por " +"hora." #: po/advisory_rules.php:120 msgid "Sort rows" @@ -12496,14 +12506,16 @@ msgstr "" #, php-format msgid "Table joins average: %s, this value should be less than 1 per hour" msgstr "" +"Média de tabelas de join: %s. Este valor deveria ser menor do que 1 por " +"hora." #: po/advisory_rules.php:130 msgid "Rate of reading first index entry" -msgstr "" +msgstr "Taxa de leitura do primeiro registro de índice" #: po/advisory_rules.php:131 msgid "The rate of reading the first index entry is high." -msgstr "" +msgstr "A taxa de leitura do primeiro registro de índice está alta." #: po/advisory_rules.php:132 msgid "" @@ -12519,14 +12531,16 @@ msgstr "" #, php-format msgid "Index scans average: %s, this value should be less than 1 per hour" msgstr "" +"Média de pesquisa no índice: %s. Este valor deveria ser menor do que 1 por " +"hora." #: po/advisory_rules.php:135 msgid "Rate of reading fixed position" -msgstr "" +msgstr "Taxa de leitura de posição fixa" #: po/advisory_rules.php:136 msgid "The rate of reading data from a fixed position is high." -msgstr "" +msgstr "A taxa de leitura de dados de uma posição fixa está alta." #: po/advisory_rules.php:137 msgid "" @@ -12546,11 +12560,11 @@ msgstr "" #: po/advisory_rules.php:140 msgid "Rate of reading next table row" -msgstr "" +msgstr "Taxa de leitura da próxima linha de tabela" #: po/advisory_rules.php:141 msgid "The rate of reading the next table row is high." -msgstr "" +msgstr "A taxa de leitura da linha da próxima linha de tabela está alta." #: po/advisory_rules.php:142 msgid "" @@ -12591,13 +12605,15 @@ msgstr "" #: po/advisory_rules.php:150 msgid "Percentage of temp tables on disk" -msgstr "" +msgstr "Porcentagem de tabelas temporários no disco" #: po/advisory_rules.php:151 po/advisory_rules.php:156 msgid "" "Many temporary tables are being written to disk instead of being kept in " "memory." msgstr "" +"Muitas tabelas temporárias estão sendo escritas no disco ao invés de serem " +"mantidas na memória." #: po/advisory_rules.php:152 msgid "" @@ -12616,6 +12632,8 @@ msgid "" "%s%% of all temporary tables are being written to disk, this value should be " "below 25%%" msgstr "" +"%s%% de todas as tabelas temporárias estão sendo escritas no disco. Este " +"valor deveria ser menor do que 25%%" #: po/advisory_rules.php:155 msgid "Temp disk rate" @@ -12638,6 +12656,8 @@ msgid "" "Rate of temporary tables being written to disk: %s, this value should be " "less than 1 per hour" msgstr "" +"A taxa de tabelas temporárias sendo escritas no disco: %s. Este valor " +"deveria ser menor do que 1 por hora." #: po/advisory_rules.php:160 msgid "MyISAM key buffer size" @@ -12655,7 +12675,7 @@ msgstr "" #: po/advisory_rules.php:163 msgid "key_buffer_size is 0" -msgstr "" +msgstr "key_buffer_size é 0" #: po/advisory_rules.php:165 #, php-format @@ -12694,10 +12714,12 @@ msgstr "Porcentagem usada de key buffers MyISAM" #, php-format msgid "%% MyISAM key buffer used: %s%%, this value should be above 95%%" msgstr "" +"%% de buffer de chave MyISAM usada: %s%%. Este vakir deveria ser maior do " +"que 95%%" #: po/advisory_rules.php:175 msgid "Percentage of index reads from memory" -msgstr "" +msgstr "Porcentagem de leituras de índice da memória" #: po/advisory_rules.php:176 #, php-format @@ -12712,6 +12734,8 @@ msgstr "" #, php-format msgid "Index reads from memory: %s%%, this value should be above 95%%" msgstr "" +"Leituras de índice da memória: %s%%. Este valor deveria ser maior do que 95%" +"%" #: po/advisory_rules.php:180 #| msgid "Create table" @@ -12733,6 +12757,8 @@ msgstr "" #, php-format msgid "Opened table rate: %s, this value should be less than 10 per hour" msgstr "" +"Taxa de tabelas abertas: %s. Este valor deveria ser menor do que 10 por " +"hora." #: po/advisory_rules.php:185 #| msgid "Format of imported file" @@ -12756,6 +12782,8 @@ msgstr "" msgid "" "The number of opened files is at %s%% of the limit. It should be below 85%%" msgstr "" +"O número de arquivos abertos está em %s%% do limite. Deveria ser menor do " +"que 85%%." #: po/advisory_rules.php:190 #| msgid "Format of imported file" @@ -12771,6 +12799,8 @@ msgstr "A proporção de arquivos abertos está alta." #, php-format msgid "Opened files rate: %s, this value should be less than 5 per hour" msgstr "" +"Taxa de arquivos abertos: %s. Este valor deveria ser menor do que 5 por " +"hora." #: po/advisory_rules.php:195 #, php-format @@ -12791,6 +12821,7 @@ msgstr "" #, php-format msgid "Immediate table locks: %s%%, this value should be above 95%%" msgstr "" +"Locks de tabelas imediatas: %s%%. Este valor deveria ser maior do que 95%%" #: po/advisory_rules.php:200 msgid "Table lock wait rate" @@ -12800,6 +12831,8 @@ msgstr "" #, php-format msgid "Table lock wait rate: %s, this value should be less than 1 per hour" msgstr "" +"Taxa de espera por lock de tabelas: %s. Este valor deveria ser menor do que " +"1 por hora." #: po/advisory_rules.php:205 #| msgid "Key cache" @@ -12818,7 +12851,7 @@ msgstr "" #: po/advisory_rules.php:208 msgid "The thread cache is set to 0" -msgstr "" +msgstr "O cache de threads está definido como 0." #: po/advisory_rules.php:210 #, php-format @@ -12839,10 +12872,12 @@ msgstr "" #, php-format msgid "Thread cache hitrate: %s%%, this value should be above 80%%" msgstr "" +"Taxa de acerto de cache de thread: %s%%. Este valor deveria ser maior do que " +"80%%" #: po/advisory_rules.php:215 msgid "Threads that are slow to launch" -msgstr "" +msgstr "Threads que estão lentas para iniciar" #: po/advisory_rules.php:216 #| msgid "The number of threads that are not sleeping." @@ -12866,13 +12901,15 @@ msgstr "" #: po/advisory_rules.php:221 msgid "Slow_launch_threads is above 2s" -msgstr "" +msgstr "Slow_launch_time está acima de 2s" #: po/advisory_rules.php:222 msgid "" "Set slow_launch_time to 1s or 2s to correctly count threads that are slow to " "launch" msgstr "" +"Defina slow_launch_time para 1s ou 2s para contar threads que estão lentas " +"para iniciar" #: po/advisory_rules.php:223 #, php-format @@ -12934,7 +12971,8 @@ msgstr "" #, php-format msgid "%s%% of all connections are aborted. This value should be below 1%%" msgstr "" -"%s%% de todas as conexões são abortadas. Este valor deve ser menor do que 1%%" +"%s%% de todas as conexões são abortadas. Este valor deve ser menor do que 1%" +"%" #: po/advisory_rules.php:235 msgid "Rate of aborted connections" @@ -12971,7 +13009,8 @@ msgstr "" #, php-format msgid "%s%% of all clients are aborted. This value should be below 2%%" msgstr "" -"%s%% de todos os clientes são abortados. Este valor deve ser menor do que 2%%" +"%s%% de todos os clientes são abortados. Este valor deve ser menor do que 2%" +"%" #: po/advisory_rules.php:245 msgid "Rate of aborted clients" @@ -13126,8 +13165,9 @@ msgid "" "refman/5.5/en/concurrent-inserts.html\">MySQL Documentation" msgstr "" "Atribuindo 1 a {concurrent_insert} reduz a contenção entre leitores e " -"escritores em uma determinada tabela. Veja mais na Documentação MySQL" +"escritores em uma determinada tabela. Veja mais na Documentação MySQL" #: po/advisory_rules.php:273 msgid "concurrent_insert is set to 0" @@ -13190,8 +13230,8 @@ msgstr "concurrent_insert está com valor 0" #~ "[kbd]horizontal[/kbd], [kbd]vertical[/kbd] or a number that indicates " #~ "maximum number for which vertical model is used" #~ msgstr "" -#~ "[kbd]horizontal[/kbd], [kbd]vertical[/kbd] ou um número que indica o " -#~ "número máximo para o qual o modelo vertical é usado" +#~ "[kbd]horizontal[/kbd], [kbd]vertical[/kbd] ou um número que indica o número " +#~ "máximo para o qual o modelo vertical é usado" #~ msgid "Create table on database %s" #~ msgstr "Criar nova tabela no Banco de Dados %s" @@ -13214,8 +13254,8 @@ msgstr "concurrent_insert está com valor 0" #~ "appropriate column name." #~ msgstr "" #~ "O campo de exibição está em rosa. Para ajustar/desajustar um campo como " -#~ "campo de exibição, clique no ícone \"Escolher campo para exibição\", " -#~ "então clique no nome do campo apropriado." +#~ "campo de exibição, clique no ícone \"Escolher campo para exibição\", então " +#~ "clique no nome do campo apropriado." #~ msgid "memcached usage" #~ msgstr "Uso do espaço" @@ -13311,13 +13351,12 @@ msgstr "concurrent_insert está com valor 0" #~ "a semicolon is missing somewhere.
If you receive a blank page, " #~ "everything is fine." #~ msgstr "" -#~ "O phpMyAdmin não foi capaz de ler o arquivo de configuração!
Isto " -#~ "pode acontecer se o php encontrar um erro no parsing ou se não " -#~ "conseguir encontrar o arquivo.
Chame o arquivo de configuração " -#~ "diretamente usando o link abaixo e leia a(s) mensagem(ns) de erro " -#~ "do php. Na maior parte dos casos, trata-se de uma falta de aspas ou de um " -#~ "ponto e vírgula errado.
Se receber uma página em branco, está tudo " -#~ "certo." +#~ "O phpMyAdmin não foi capaz de ler o arquivo de configuração!
Isto pode " +#~ "acontecer se o php encontrar um erro no parsing ou se não conseguir " +#~ "encontrar o arquivo.
Chame o arquivo de configuração diretamente usando " +#~ "o link abaixo e leia a(s) mensagem(ns) de erro do php. Na maior " +#~ "parte dos casos, trata-se de uma falta de aspas ou de um ponto e vírgula " +#~ "errado.
Se receber uma página em branco, está tudo certo." #~ msgid "Dropping Event" #~ msgstr "Remoção de eventos" @@ -13352,8 +13391,8 @@ msgstr "concurrent_insert está com valor 0" #~ "Server traffic: These tables show the network traffic statistics " #~ "of this MySQL server since its startup." #~ msgstr "" -#~ "Tráfico do servidor: Essas tabelas mostram as estatísticas do " -#~ "tráfico da rede neste servidor MySQL desde o início." +#~ "Tráfico do servidor: Essas tabelas mostram as estatísticas do tráfico " +#~ "da rede neste servidor MySQL desde o início." #~ msgid "" #~ "Query statistics: Since its startup, %s queries have been sent to " @@ -13380,8 +13419,8 @@ msgstr "concurrent_insert está com valor 0" #~ "For compatibility reasons the chart image is segmented by default, select " #~ "this to draw the whole chart in one image." #~ msgstr "" -#~ "Por questões de compatibilidade a imagem do gráfico é segmentada por " -#~ "padrão, selecione este para desenhar o gráfico inteiro em uma imagem." +#~ "Por questões de compatibilidade a imagem do gráfico é segmentada por padrão, " +#~ "selecione este para desenhar o gráfico inteiro em uma imagem." #~ msgid "Add a New User" #~ msgstr "Adicionar usuário" diff --git a/po/sk.po b/po/sk.po index 5fd8daccdb..369e3aa977 100644 --- a/po/sk.po +++ b/po/sk.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: phpMyAdmin 3.5.4-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2012-10-16 14:37+0200\n" -"PO-Revision-Date: 2012-11-05 11:11+0200\n" -"Last-Translator: Michal Čihař \n" +"PO-Revision-Date: 2012-11-09 13:18+0200\n" +"Last-Translator: Martin Lacina \n" "Language-Team: Slovak \n" "Language: sk\n" "MIME-Version: 1.0\n" @@ -2005,6 +2005,9 @@ msgid "" "This table does not contain a unique column. Features related to the grid " "edit, checkbox, Edit, Copy and Delete links may not work after saving." msgstr "" +"Táto tabuľka neobsahuje unikátny stĺpec. Rozšírenia spojené s úpravou gridu, " +"zaškrtávanie, úprava, kopírovanie a mazanie liniek nemusí fungovať po " +"uložení." #: js/messages.php:355 msgid "" @@ -2284,7 +2287,7 @@ msgstr "Týž" #. l10n: Month-year order for calendar, use either "calendar-month-year" or "calendar-year-month". #: js/messages.php:487 msgid "calendar-month-year" -msgstr "" +msgstr "kalendár-mesiac-rok" #. l10n: Year suffix for calendar, "none" is empty. #: js/messages.php:489 @@ -2308,6 +2311,8 @@ msgstr "Sekundy" #, php-format msgid "Failed formatting string for rule '%s'. PHP threw following error: %s" msgstr "" +"Chyba pri formátoavní reťazca pre pravidlo '%s'. PHP hlási nasledujúcu " +"chybu: %s" #: libraries/Advisor.class.php:326 server_status.php:965 msgid "per second" @@ -2809,7 +2814,7 @@ msgstr "možný pokus o exploit" #: libraries/common.inc.php:160 msgid "numeric key detected" -msgstr "" +msgstr "zistený číselný kľúč" #: libraries/common.inc.php:624 msgid "Failed to read configuration file" @@ -3331,6 +3336,8 @@ msgid "" "Defines the minimum size for input fields generated for CHAR and VARCHAR " "columns" msgstr "" +"Definuje minimálnu veľkosť pre vstupné polia generované pre stĺpce typu CHAR " +"a VARCHAR" #: libraries/config/messages.inc.php:35 msgid "Minimum size for input field" @@ -3341,6 +3348,8 @@ msgid "" "Defines the maximum size for input fields generated for CHAR and VARCHAR " "columns" msgstr "" +"Definuje maximálnu veľkosť pre vstupné polia generované pre stĺpce typu CHAR " +"a VARCHAR" #: libraries/config/messages.inc.php:37 msgid "Maximum size for input field" @@ -4531,7 +4540,7 @@ msgstr "Zobraziť tlačidlo nápovedy" #: libraries/config/messages.inc.php:359 msgid "Save all edited cells at once" -msgstr "" +msgstr "Uložiť naraz všetky upravované bunky" #: libraries/config/messages.inc.php:360 msgid "Directory where exports can be saved on server" @@ -4659,10 +4668,9 @@ msgid "" msgstr "" #: libraries/config/messages.inc.php:386 -#, fuzzy #| msgid "Control user" msgid "Control host" -msgstr "Kontrolný užívateľ" +msgstr "" #: libraries/config/messages.inc.php:387 msgid "Count tables when showing database list" @@ -4741,12 +4749,13 @@ msgid "" "Limits number of table preferences which are stored in database, the oldest " "records are automatically removed" msgstr "" +"Obmedzuje počet nastavení tabuľky, ktoré sú uložené v databáze. Najstaršie " +"záznamy sú automaticky odstraňované" #: libraries/config/messages.inc.php:403 -#, fuzzy #| msgid "Maximum number of tables displayed in table list" msgid "Maximal number of table preferences to store" -msgstr "Maximálny počet tabuliek zobrazených v zozname tabuliek" +msgstr "Maximálny počet uložených nastavení tabuliek" #: libraries/config/messages.inc.php:404 msgid "Try to connect without password" @@ -5086,16 +5095,14 @@ msgid "Show function fields" msgstr "Zobraziť zoznam funkcií" #: libraries/config/messages.inc.php:466 -#, fuzzy #| msgid "Where to show the table row links" msgid "Whether to show hint or not" -msgstr "Kde zobraziť linky riadkov tabuľky" +msgstr "Či sa má zobrazovať nápoveda alebo nie" #: libraries/config/messages.inc.php:467 -#, fuzzy #| msgid "Show indexes" msgid "Show hint" -msgstr "Zobraziť indexy" +msgstr "Zobraziť nápovedu" #: libraries/config/messages.inc.php:468 msgid "" @@ -5124,13 +5131,12 @@ msgstr "Zobraziť SQL dopyty" #: libraries/config/messages.inc.php:473 msgid "" "Defines whether the query box should stay on-screen after its submission" -msgstr "" +msgstr "Určuje či má príkazové okno ostať na obrazovke po vykonaní" #: libraries/config/messages.inc.php:474 libraries/sql_query_form.lib.php:352 -#, fuzzy #| msgid "Hide query box" msgid "Retain query box" -msgstr "Skryť vyhľadávacie pole" +msgstr "Zachovať príkazové okno" #: libraries/config/messages.inc.php:475 msgid "Allow to display database and table statistics (eg. space usage)" @@ -5375,9 +5381,8 @@ msgid "HTTP authentication" msgstr "HTTP overovanie" #: libraries/config/setup.forms.php:51 -#, fuzzy msgid "Signon authentication" -msgstr "Signon authentication" +msgstr "" #: libraries/config/setup.forms.php:251 #: libraries/config/user_preferences.forms.php:151 libraries/import/ldi.php:35 @@ -5428,10 +5433,9 @@ msgid "Could not initialize Drizzle connection library" msgstr "" #: libraries/config/validate.lib.php:205 libraries/config/validate.lib.php:212 -#, fuzzy #| msgid "Could not connect to MySQL server" msgid "Could not connect to Drizzle server" -msgstr "Nepodarilo sa pripojiť k MySQL serveru" +msgstr "Nepodarilo sa pripojiť k Drizzle serveru" #: libraries/config/validate.lib.php:223 libraries/config/validate.lib.php:230 msgid "Could not connect to MySQL server" @@ -6348,9 +6352,8 @@ msgid "" msgstr "" #: libraries/engines/pbxt.lib.php:62 -#, fuzzy msgid "Log buffer size" -msgstr "Veľkosť zoraďovacej pamäte" +msgstr "Veľkosť logovacej vyrovnávacej pamäte" #: libraries/engines/pbxt.lib.php:63 msgid "" @@ -6435,9 +6438,8 @@ msgstr "Verzia Excelu:" #: libraries/export/htmlword.php:28 libraries/export/latex.php:70 #: libraries/export/odt.php:56 libraries/export/sql.php:222 #: libraries/export/texytext.php:26 libraries/export/xml.php:73 -#, fuzzy msgid "Data dump options" -msgstr "Nastavenia exportu databáz" +msgstr "Možnosti uloženia dát" #: libraries/export/htmlword.php:121 libraries/export/odt.php:173 #: libraries/export/sql.php:1188 libraries/export/texytext.php:109 @@ -6650,9 +6652,8 @@ msgid "RELATIONS FOR TABLE" msgstr "PREPOJENIA PRE TABUĽKU" #: libraries/export/sql.php:1044 -#, fuzzy msgid "Structure for view" -msgstr "Iba štruktúru" +msgstr "Štruktúra pre zobrazenie" #: libraries/export/sql.php:1053 msgid "Stand-in structure for view" @@ -6684,10 +6685,9 @@ msgid "Open new phpMyAdmin window" msgstr "Otvoriť nové okno phpMyAdmina" #: libraries/gis_visualization.lib.php:134 -#, fuzzy #| msgid "No data found for the chart." msgid "No data found for GIS visualization." -msgstr "Neboli nájdené žiadne dáta pre graf." +msgstr "Neboli nájdené žiadne dáta pre GIS vizualizáciu." #: libraries/header_http.inc.php:15 libraries/header_meta_style.inc.php:15 msgid "GLOBALS overwrite attempt" @@ -6712,10 +6712,9 @@ msgid "" msgstr "Nasledujúce tabuľky boli vytvorené alebo zmenené. Teraz možete:" #: libraries/import.lib.php:1101 -#, fuzzy #| msgid "View a structure`s contents by clicking on its name" msgid "View a structure's contents by clicking on its name" -msgstr "Zobraziť obsah tabuľky kliknuťím na jej názov" +msgstr "Zobraziť štruktúru obsahu kliknutím na jeho názov" #: libraries/import.lib.php:1102 msgid "" @@ -6723,7 +6722,6 @@ msgid "" msgstr "Zmeniť ľubovolné nastavenia kliknutím na odkaz \"Nastavenia\"" #: libraries/import.lib.php:1103 -#, fuzzy #| msgid "Edit its structure by following the \"Structure\" link" msgid "Edit structure by following the \"Structure\" link" msgstr "Upraviť štruktúru kliknutím na odkaz \"Štruktúra\"" @@ -6734,10 +6732,10 @@ msgid "Go to database: %s" msgstr "Prejsť do databázy: %s" #: libraries/import.lib.php:1109 libraries/import.lib.php:1132 -#, fuzzy, php-format +#, php-format #| msgid "Missing data for %s" msgid "Edit settings for %s" -msgstr "Chýba hodnota pre %s" +msgstr "Upraviť nastavenia pre %s" #: libraries/import.lib.php:1127 #, php-format @@ -6826,6 +6824,8 @@ msgid "" "The XML file specified was either malformed or incomplete. Please correct " "the issue and try again." msgstr "" +"Zadaný XMl súbor mal zlý formát alebo bol poškodený. Opravte problém a " +"skúste to znovu." #: libraries/import/shp.php:19 msgid "ESRI Shape File" @@ -6887,9 +6887,8 @@ msgid "Add table prefix" msgstr "" #: libraries/mult_submits.inc.php:270 -#, fuzzy msgid "Add prefix" -msgstr "Odstrániť index/indexy" +msgstr "Pridať prefix" #: libraries/mult_submits.inc.php:483 tbl_replace.php:359 msgid "No change" @@ -7150,10 +7149,9 @@ msgid "SQL history" msgstr "SQL história" #: libraries/relation.lib.php:136 -#, fuzzy #| msgid "Persistent connections" msgid "Persistent recently used tables" -msgstr "Trvalé spojenia" +msgstr "Trvalé naposledy použité tabuľky" #: libraries/relation.lib.php:140 msgid "Persistent tables' UI preferences" @@ -7191,9 +7189,8 @@ msgid "no description" msgstr "bez Popisu" #: libraries/replication_gui.lib.php:54 -#, fuzzy msgid "Slave configuration" -msgstr "Slave replikácia" +msgstr "Slave konfigurácia" #: libraries/replication_gui.lib.php:54 server_replication.php:353 msgid "Change or reconfigure master server" @@ -7214,14 +7211,12 @@ msgid "User name" msgstr "Meno používateľa" #: libraries/replication_gui.lib.php:107 -#, fuzzy msgid "Master status" -msgstr "Zobraziť stav master replikácie" +msgstr "Stav mastra" #: libraries/replication_gui.lib.php:109 -#, fuzzy msgid "Slave status" -msgstr "Zobraziť stav podriadených hostov" +msgstr "Stav podriadených hostov" #: libraries/replication_gui.lib.php:118 libraries/sql_query_form.lib.php:388 #: server_status.php:1488 server_variables.php:123 @@ -7301,10 +7296,9 @@ msgid "The following query has failed: \"%s\"" msgstr "Nasledujúci dopyt zlyhal: \"%s\"" #: libraries/rte/rte_events.lib.php:125 -#, fuzzy #| msgid "Sorry, we failed to restore the dropped routine." msgid "Sorry, we failed to restore the dropped event." -msgstr "Bohužiaľ sa nepodarilo obnoviť odstránenú rutinu." +msgstr "Prepáčte, ale nepodarilo sa obnoviť odstránenú udalosť." #: libraries/rte/rte_events.lib.php:128 libraries/rte/rte_routines.lib.php:278 #: libraries/rte/rte_triggers.lib.php:101 @@ -7312,16 +7306,16 @@ msgid "The backed up query was:" msgstr "" #: libraries/rte/rte_events.lib.php:134 -#, fuzzy, php-format +#, php-format #| msgid "Routine %1$s has been modified." msgid "Event %1$s has been modified." -msgstr "Rutina %1$s bola zmenená." +msgstr "Udalosť %1$s bola zmenená." #: libraries/rte/rte_events.lib.php:150 -#, fuzzy, php-format +#, php-format #| msgid "Table %1$s has been created." msgid "Event %1$s has been created." -msgstr "Tabuľka %1$s bola vytvorená." +msgstr "Udalosť %1$s bola vytvorená." #: libraries/rte/rte_events.lib.php:158 libraries/rte/rte_routines.lib.php:309 #: libraries/rte/rte_triggers.lib.php:131 @@ -7329,9 +7323,8 @@ msgid "One or more errors have occured while processing your request:" msgstr "Pri zpracovaní požadavky došlo k niekoľkým chybám:" #: libraries/rte/rte_events.lib.php:202 -#, fuzzy msgid "Edit event" -msgstr "Webový server" +msgstr "Upraviť udalosť" #: libraries/rte/rte_events.lib.php:229 libraries/rte/rte_routines.lib.php:387 #: libraries/rte/rte_routines.lib.php:1299 @@ -7346,10 +7339,9 @@ msgid "Details" msgstr "Podrobnosti" #: libraries/rte/rte_events.lib.php:391 -#, fuzzy #| msgid "Event type" msgid "Event name" -msgstr "Typ udalosti" +msgstr "Meno udalosti" #: libraries/rte/rte_events.lib.php:412 server_binlog.php:182 msgid "Event type" @@ -7361,26 +7353,22 @@ msgid "Change to %s" msgstr "Zmeniť na %s" #: libraries/rte/rte_events.lib.php:439 -#, fuzzy #| msgid "Execute" msgid "Execute at" -msgstr "Spustiť" +msgstr "Spustiť o" #: libraries/rte/rte_events.lib.php:447 -#, fuzzy #| msgid "Execute" msgid "Execute every" -msgstr "Spustiť" +msgstr "Spustiť každých" #: libraries/rte/rte_events.lib.php:466 -#, fuzzy #| msgid "Startup" msgctxt "Start of recurring event" msgid "Start" -msgstr "Úvodná stránka" +msgstr "Začiatok" #: libraries/rte/rte_events.lib.php:474 -#, fuzzy #| msgid "End" msgctxt "End of recurring event" msgid "End" @@ -7388,10 +7376,9 @@ msgstr "Koniec" #: libraries/rte/rte_events.lib.php:482 libraries/rte/rte_routines.lib.php:940 #: libraries/rte/rte_triggers.lib.php:373 -#, fuzzy #| msgid "Description" msgid "Definition" -msgstr "Popis" +msgstr "Definícia" #: libraries/rte/rte_events.lib.php:488 msgid "On completion preserve" @@ -7445,10 +7432,9 @@ msgid "Event scheduler status" msgstr "" #: libraries/rte/rte_list.lib.php:54 -#, fuzzy #| msgid "Return type" msgid "Returns" -msgstr "Návratový typ" +msgstr "" #: libraries/rte/rte_list.lib.php:63 libraries/rte/rte_triggers.lib.php:359 msgid "Event" @@ -7489,61 +7475,54 @@ msgid "Edit routine" msgstr "Upraviť rutinu" #: libraries/rte/rte_routines.lib.php:848 -#, fuzzy #| msgid "Column names" msgid "Routine name" -msgstr "Názvy stĺpcov" +msgstr "Meno rutiny" #: libraries/rte/rte_routines.lib.php:871 msgid "Parameters" msgstr "" #: libraries/rte/rte_routines.lib.php:876 -#, fuzzy #| msgid "Direct links" msgid "Direction" -msgstr "Priame odkazy" +msgstr "Smer" #: libraries/rte/rte_routines.lib.php:879 libraries/tbl_properties.inc.php:98 msgid "Length/Values" msgstr "Dĺžka/Nastaviť*" #: libraries/rte/rte_routines.lib.php:894 -#, fuzzy msgid "Add parameter" -msgstr "Odstrániť index/indexy" +msgstr "Pridať parameter" #: libraries/rte/rte_routines.lib.php:898 -#, fuzzy #| msgid "Remove database" msgid "Remove last parameter" -msgstr "Odstrániť databázu" +msgstr "Odstrániť posledný parameter" #: libraries/rte/rte_routines.lib.php:903 msgid "Return type" msgstr "Návratový typ" #: libraries/rte/rte_routines.lib.php:909 -#, fuzzy #| msgid "Length/Values" msgid "Return length/values" -msgstr "Dĺžka/Nastaviť*" +msgstr "Vrátiť dĺžku/hodnoty" #: libraries/rte/rte_routines.lib.php:915 -#, fuzzy #| msgid "Table options" msgid "Return options" -msgstr "Parametre tabuľky" +msgstr "Návratové možnosti" #: libraries/rte/rte_routines.lib.php:946 msgid "Is deterministic" msgstr "" #: libraries/rte/rte_routines.lib.php:955 -#, fuzzy #| msgid "Security" msgid "Security type" -msgstr "Zabezpečenie" +msgstr "Typ zabezpečenia" #: libraries/rte/rte_routines.lib.php:962 msgid "SQL data access" @@ -7606,34 +7585,31 @@ msgid "Function" msgstr "Funkcia" #: libraries/rte/rte_triggers.lib.php:98 -#, fuzzy #| msgid "Sorry, we failed to restore the dropped routine." msgid "Sorry, we failed to restore the dropped trigger." -msgstr "Bohužiaľ sa nepodarilo obnoviť odstránenú rutinu." +msgstr "Prepáčte, ale nepodarilo sa obnoviť odstránený trigger." #: libraries/rte/rte_triggers.lib.php:107 -#, fuzzy, php-format +#, php-format #| msgid "Routine %1$s has been modified." msgid "Trigger %1$s has been modified." -msgstr "Rutina %1$s bola zmenená." +msgstr "Trigger %1$s bol zmenený." #: libraries/rte/rte_triggers.lib.php:123 -#, fuzzy, php-format +#, php-format #| msgid "Table %1$s has been created." msgid "Trigger %1$s has been created." -msgstr "Tabuľka %1$s bola vytvorená." +msgstr "Trigger %1$s bol vytvorený." #: libraries/rte/rte_triggers.lib.php:178 -#, fuzzy msgid "Edit trigger" -msgstr "Pridať nového používateľa" +msgstr "Upraviť trigger" #: libraries/rte/rte_triggers.lib.php:322 msgid "Trigger name" msgstr "Meno spúšťača" #: libraries/rte/rte_triggers.lib.php:345 -#, fuzzy #| msgid "Time" msgctxt "Trigger action time" msgid "Time" @@ -7652,20 +7628,18 @@ msgid "You must provide a valid event for the trigger" msgstr "" #: libraries/rte/rte_triggers.lib.php:440 -#, fuzzy #| msgid "Invalid table name" msgid "You must provide a valid table name" -msgstr "Chybné meno tabuľky" +msgstr "Musíte zadať platný názov tabuľky" #: libraries/rte/rte_triggers.lib.php:446 msgid "You must provide a trigger definition." msgstr "" #: libraries/rte/rte_words.lib.php:18 -#, fuzzy #| msgid "Add index" msgid "Add routine" -msgstr "Pridať index" +msgstr "Pridať rutinu" #: libraries/rte/rte_words.lib.php:20 #, php-format @@ -7677,10 +7651,9 @@ msgid "routine" msgstr "rutina" #: libraries/rte/rte_words.lib.php:22 -#, fuzzy #| msgid "You don't have sufficient privileges to be here right now!" msgid "You do not have the necessary privileges to create a routine" -msgstr "Nemáte dostatočné práva na vytvorenie novej rutiny" +msgstr "Nemáte potrebné oprávnenia na vytvorenie rutiny" #: libraries/rte/rte_words.lib.php:23 #, php-format @@ -7692,9 +7665,8 @@ msgid "There are no routines to display." msgstr "Neboli nájdené žiadne rutiny." #: libraries/rte/rte_words.lib.php:30 -#, fuzzy msgid "Add trigger" -msgstr "Pridať nového používateľa" +msgstr "Pridať trigger" #: libraries/rte/rte_words.lib.php:32 #, php-format @@ -7706,25 +7678,23 @@ msgid "trigger" msgstr "spúšťač" #: libraries/rte/rte_words.lib.php:34 -#, fuzzy #| msgid "You don't have sufficient privileges to be here right now!" msgid "You do not have the necessary privileges to create a trigger" -msgstr "Nemáte dostatočné práva na vytvorenie nového spúšťača" +msgstr "Nemáte potrebné oprávnenia na vytvorenie triggera" #: libraries/rte/rte_words.lib.php:35 -#, fuzzy, php-format +#, php-format #| msgid "No routine with name %1$s found in database %2$s" msgid "No trigger with name %1$s found in database %2$s" -msgstr "V databáze %2$s nebola nájdená žiadneatrutina s menom %1$s" +msgstr "V databáze %2$s nebol nájdený žiadny trigger s menom %1$s" #: libraries/rte/rte_words.lib.php:36 msgid "There are no triggers to display." msgstr "Neboli nájdené žiadne spúšťače." #: libraries/rte/rte_words.lib.php:42 -#, fuzzy msgid "Add event" -msgstr "Pridať nového používateľa" +msgstr "Pridať udalosť" #: libraries/rte/rte_words.lib.php:44 #, php-format @@ -7736,16 +7706,15 @@ msgid "event" msgstr "udalosť" #: libraries/rte/rte_words.lib.php:46 -#, fuzzy #| msgid "You don't have sufficient privileges to be here right now!" msgid "You do not have the necessary privileges to create an event" -msgstr "Nemáte dostatočné práva na vytvorenie novej udalosti" +msgstr "Nemáte potrebné oprávnenia na vytvorenie udalosti" #: libraries/rte/rte_words.lib.php:47 -#, fuzzy, php-format +#, php-format #| msgid "No event with name %s found in database %s" msgid "No event with name %1$s found in database %2$s" -msgstr "V databáze %2$s nebola nájdená udalosť s menom %1$s" +msgstr "V databáze %2$s nebola nájdená žiadna udalosť s menom %1$s" #: libraries/rte/rte_words.lib.php:48 msgid "There are no events to display." @@ -8354,9 +8323,8 @@ msgstr "" "nastavenie potrebujete nastaviť %smiesto uloženia phpMyAdmin konfigurácie%s." #: libraries/user_preferences.lib.php:116 -#, fuzzy msgid "Could not save configuration" -msgstr "Slave replikácia" +msgstr "Nemožno uložiť nastavenie" #: libraries/user_preferences.lib.php:282 msgid "" @@ -8390,20 +8358,18 @@ msgid "More settings" msgstr "Ďalšie nastavenia" #: main.php:169 -#, fuzzy #| msgid "Database for user" msgid "Database server" -msgstr "Databáza pre používateľa" +msgstr "Databázový server" #: main.php:172 msgid "Software" msgstr "" #: main.php:173 -#, fuzzy #| msgid "Server version" msgid "Software version" -msgstr "Verzia serveru" +msgstr "Verzia softvéru" #: main.php:175 msgid "Protocol version" @@ -8416,20 +8382,18 @@ msgid "User" msgstr "Používateľ" #: main.php:184 -#, fuzzy #| msgid "Server socket" msgid "Server charset" -msgstr "Socket servera" +msgstr "Znaková sada servera" #: main.php:196 msgid "Web server" msgstr "Webový server" #: main.php:209 -#, fuzzy #| msgid "Use light version" msgid "Database client version" -msgstr "Použiť odľahčenú verziu" +msgstr "Verzia databázového klienta" #: main.php:213 msgid "PHP extension" @@ -8607,9 +8571,8 @@ msgid "Toggle small/big" msgstr "" #: pmd_general.php:99 -#, fuzzy msgid "Toggle relation lines" -msgstr "Vytvoriť relaciu" +msgstr "Prepnúť príbuzné riadky" #: pmd_general.php:104 pmd_pdf.php:76 msgid "Import/Export coordinates for PDF schema" @@ -8624,9 +8587,8 @@ msgid "Move Menu" msgstr "Presunúť Menu" #: pmd_general.php:126 -#, fuzzy msgid "Hide/Show all" -msgstr "Zobraziť všetko" +msgstr "Skryť/Zobraziť všetko" #: pmd_general.php:130 msgid "Hide/Show Tables with no relation" @@ -8641,14 +8603,12 @@ msgid "Number of tables" msgstr "Počet tabuliek" #: pmd_general.php:412 -#, fuzzy msgid "Delete relation" -msgstr "Vytvoriť relaciu" +msgstr "Zmazať reláciu" #: pmd_general.php:454 pmd_general.php:513 -#, fuzzy msgid "Relation operator" -msgstr "Zobraziť prepojenia" +msgstr "Relačný operátor" #: pmd_general.php:464 pmd_general.php:523 pmd_general.php:646 #: pmd_general.php:763 @@ -8661,9 +8621,8 @@ msgid "subquery" msgstr "poddopyt" #: pmd_general.php:474 pmd_general.php:570 -#, fuzzy msgid "Rename to" -msgstr "Premenovať tabuľku na" +msgstr "Premenovať na" #: pmd_general.php:476 pmd_general.php:575 msgid "New name" @@ -8726,14 +8685,12 @@ msgid "FOREIGN KEY relation added" msgstr "" #: pmd_relation_new.php:82 -#, fuzzy msgid "Internal relation added" -msgstr "Interné vzťahy" +msgstr "Bol pridaný interný vzťah" #: pmd_relation_upd.php:58 -#, fuzzy msgid "Relation deleted" -msgstr "Zobraziť prepojenia" +msgstr "Vzťah bol odstránený" #: pmd_save_pos.php:45 msgid "Error saving coordinates for Designer." @@ -9418,9 +9375,8 @@ msgstr "" "by ste ho nakonfigurovať?" #: server_replication.php:215 -#, fuzzy msgid "Master configuration" -msgstr "Master replikácia" +msgstr "Master konfigurácia" #: server_replication.php:216 msgid "" @@ -9475,18 +9431,16 @@ msgid "See slave status table" msgstr "" #: server_replication.php:309 -#, fuzzy msgid "Synchronize databases with master" -msgstr "Synchronizovať Databázy" +msgstr "Synchronizovať databázy s mastrom" #: server_replication.php:320 msgid "Control slave:" msgstr "Ovládať slave:" #: server_replication.php:323 -#, fuzzy msgid "Full start" -msgstr "Celý text" +msgstr "" #: server_replication.php:323 msgid "Full stop" @@ -9626,10 +9580,9 @@ msgid "Advisor" msgstr "Poradca" #: server_status.php:803 server_status.php:829 -#, fuzzy #| msgid "Number of rows:" msgid "Number of data points: " -msgstr "Počet riadkov:" +msgstr "Počet dátových bodov: " #: server_status.php:807 server_status.php:833 msgid "Refresh rate: " @@ -9644,20 +9597,18 @@ msgid "Containing the word:" msgstr "Obsahujúca slovo:" #: server_status.php:859 -#, fuzzy #| msgid "Show open tables" msgid "Show only alert values" -msgstr "Zobraziť otvorené tabuľky" +msgstr "Zobraziť iba varovné hodnoty" #: server_status.php:863 msgid "Filter by category..." msgstr "" #: server_status.php:877 -#, fuzzy #| msgid "Show open tables" msgid "Show unformatted values" -msgstr "Zobraziť otvorené tabuľky" +msgstr "Zobraziť neformátované hodnoty" #: server_status.php:881 msgid "Related links:" @@ -10453,40 +10404,35 @@ msgid "The number of threads that are not sleeping." msgstr "Počet nespiacich vlákien." #: server_status.php:1570 -#, fuzzy #| msgid "Start" msgid "Start Monitor" -msgstr "Štart" +msgstr "Spustiť monitor" #: server_status.php:1579 -#, fuzzy #| msgid "Introduction" msgid "Instructions/Setup" -msgstr "Úvod" +msgstr "Pokyny/Nastavenie" #: server_status.php:1584 msgid "Done rearranging/editing charts" msgstr "" #: server_status.php:1591 server_status.php:1662 -#, fuzzy msgid "Add chart" -msgstr "Odstrániť index/indexy" +msgstr "Pridať graf" #: server_status.php:1593 msgid "Rearrange/edit charts" msgstr "" #: server_status.php:1597 -#, fuzzy msgid "Refresh rate" -msgstr "Obnoviť" +msgstr "Obnovovacia frekvencia" #: server_status.php:1602 -#, fuzzy #| msgid "Textarea columns" msgid "Chart columns" -msgstr "Stĺpce s textovou oblasťou" +msgstr "Stĺpce grafu" #: server_status.php:1618 msgid "Chart arrangement" @@ -10499,16 +10445,14 @@ msgid "" msgstr "" #: server_status.php:1619 -#, fuzzy #| msgid "Restore default value" msgid "Reset to default" -msgstr "Obnoviť východziu hodnotu" +msgstr "Obnoviť predvolené" #: server_status.php:1623 -#, fuzzy #| msgid "Introduction" msgid "Monitor Instructions" -msgstr "Úvod" +msgstr "Monitor inštrukcie" #: server_status.php:1624 msgid "" @@ -10559,10 +10503,9 @@ msgid "" msgstr "" #: server_status.php:1667 -#, fuzzy #| msgid "Remove chart" msgid "Preset chart" -msgstr "Odstrániť graf" +msgstr "" #: server_status.php:1671 msgid "Status variable(s)" @@ -10593,25 +10536,22 @@ msgid "Append unit to data values" msgstr "" #: server_status.php:1709 -#, fuzzy msgid "Add this series" -msgstr "Pridať nového používateľa" +msgstr "Pridať túto sériu" #: server_status.php:1711 msgid "Clear series" msgstr "" #: server_status.php:1714 -#, fuzzy #| msgid "Series:" msgid "Series in Chart:" -msgstr "Série:" +msgstr "Série v grafe:" #: server_status.php:1727 -#, fuzzy #| msgid "Show statistics" msgid "Log statistics" -msgstr "Zobraziť štatistiky" +msgstr "" #: server_status.php:1728 msgid "Selected time range:" @@ -10634,10 +10574,9 @@ msgid "Results are grouped by query text." msgstr "" #: server_status.php:1750 -#, fuzzy #| msgid "Query type" msgid "Query analyzer" -msgstr "Typ dopytu" +msgstr "Analyzátor dopytov" #: server_status.php:1790 server_status.php:1807 #, php-format @@ -10839,9 +10778,8 @@ msgid "There are no configured servers" msgstr "" #: setup/frames/index.inc.php:158 -#, fuzzy msgid "New server" -msgstr "Webový server" +msgstr "Nový server" #: setup/frames/index.inc.php:187 msgid "Default language" @@ -10868,28 +10806,24 @@ msgid "Display" msgstr "Zobraziť" #: setup/frames/index.inc.php:230 -#, fuzzy msgid "Load" -msgstr "Lokálny" +msgstr "Záťaž" #: setup/frames/index.inc.php:241 -#, fuzzy msgid "phpMyAdmin homepage" -msgstr "phpMyAdmin Dokumentácia" +msgstr "phpMyAdmin domovská stránka" #: setup/frames/index.inc.php:242 msgid "Donate" msgstr "" #: setup/frames/servers.inc.php:28 -#, fuzzy msgid "Edit server" -msgstr "Webový server" +msgstr "Upraviť server" #: setup/frames/servers.inc.php:37 -#, fuzzy msgid "Add a new server" -msgstr "Pridať nového používateľa" +msgstr "Pridať nový server" #: setup/index.php:22 msgid "Wrong GET file attribute value" @@ -10912,9 +10846,8 @@ msgid "Ignore errors" msgstr "" #: setup/lib/form_processing.lib.php:50 -#, fuzzy msgid "Show form" -msgstr "Zobraziť farbu" +msgstr "Zobraziť formulár" #: setup/lib/index.lib.php:122 msgid "" @@ -11063,10 +10996,9 @@ msgid "Key should contain letters, numbers [em]and[/em] special characters." msgstr "" #: setup/validate.php:22 -#, fuzzy #| msgid "No data" msgid "Wrong data" -msgstr "Žiadne dáta" +msgstr "Nesprávne dáta" #: sql.php:108 tbl_change.php:262 tbl_select.php:30 tbl_zoom_select.php:65 msgid "Browse foreign values" @@ -11133,9 +11065,8 @@ msgid "Insert as new row and ignore errors" msgstr "" #: tbl_change.php:1031 -#, fuzzy msgid "Show insert query" -msgstr "Zobrazujem SQL dotaz" +msgstr "Zobraziť insert dopyt" #: tbl_change.php:1042 msgid "and then" @@ -11170,18 +11101,16 @@ msgid "Continue insertion with %s rows" msgstr "" #: tbl_chart.php:95 -#, fuzzy #| msgid "Bar" msgctxt "Chart type" msgid "Bar" -msgstr "Stĺpec" +msgstr "Obdĺžnikový" #: tbl_chart.php:97 -#, fuzzy #| msgid "Column" msgctxt "Chart type" msgid "Column" -msgstr "Stĺpce" +msgstr "Stĺpcový" #: tbl_chart.php:99 msgctxt "Chart type" @@ -11189,18 +11118,16 @@ msgid "Line" msgstr "" #: tbl_chart.php:101 -#, fuzzy #| msgid "Inline" msgctxt "Chart type" msgid "Spline" -msgstr "Upraviť tu" +msgstr "Spojité čiary" #: tbl_chart.php:103 -#, fuzzy #| msgid "Pie" msgctxt "Chart type" msgid "Pie" -msgstr "Koláč" +msgstr "Koláčový" #: tbl_chart.php:106 msgid "Stacked" @@ -11219,30 +11146,27 @@ msgid "Series:" msgstr "Série:" #: tbl_chart.php:132 -#, fuzzy #| msgid "Textarea columns" msgid "The remaining columns" -msgstr "Stĺpce s textovou oblasťou" +msgstr "Zvyšné stĺpce" #: tbl_chart.php:145 msgid "X-Axis label:" msgstr "" #: tbl_chart.php:147 -#, fuzzy #| msgid "Value" msgid "X Values" -msgstr "Hodnota" +msgstr "X Hodnoty" #: tbl_chart.php:148 msgid "Y-Axis label:" msgstr "" #: tbl_chart.php:149 -#, fuzzy #| msgid "Value" msgid "Y Values" -msgstr "Hodnota" +msgstr "Y Hodnoty" #: tbl_create.php:31 #, php-format @@ -11259,10 +11183,9 @@ msgid "View dump (schema) of table" msgstr "Zobraziť dump (schému) tabuľky" #: tbl_gis_visualization.php:112 -#, fuzzy #| msgid "Display servers selection" msgid "Display GIS Visualization" -msgstr "Zobraziť výber serverov" +msgstr "Zobraziť GIS vizualizáciu" #: tbl_gis_visualization.php:128 msgid "Width" @@ -11273,36 +11196,32 @@ msgid "Height" msgstr "" #: tbl_gis_visualization.php:136 -#, fuzzy #| msgid "Textarea columns" msgid "Label column" -msgstr "Stĺpce s textovou oblasťou" +msgstr "Popis stĺpca" #: tbl_gis_visualization.php:138 msgid "-- None --" msgstr "" #: tbl_gis_visualization.php:151 -#, fuzzy #| msgid "Total" msgid "Spatial column" -msgstr "Celkom" +msgstr "Priestorový stĺpec" #: tbl_gis_visualization.php:175 msgid "Redraw" msgstr "" #: tbl_gis_visualization.php:177 -#, fuzzy #| msgid "Save as file" msgid "Save to file" -msgstr "Uložiť ako súbor" +msgstr "Uložiť do súboru" #: tbl_gis_visualization.php:178 -#, fuzzy #| msgid "Table name" msgid "File name" -msgstr "Názov tabuľky" +msgstr "Meno súboru" #: tbl_indexes.php:66 msgid "The name of the primary key must be \"PRIMARY\"!" @@ -11321,10 +11240,9 @@ msgid "Add index" msgstr "Pridať index" #: tbl_indexes.php:175 -#, fuzzy #| msgid "Edit mode" msgid "Edit index" -msgstr "Režim úprav" +msgstr "Upraviť index" #: tbl_indexes.php:187 msgid "Index name:" @@ -11424,9 +11342,8 @@ msgid "Delete the table (DROP)" msgstr "Odstrániť tabuľku (DROP)" #: tbl_operations.php:758 -#, fuzzy msgid "Partition maintenance" -msgstr "Údržba tabuľky" +msgstr "" #: tbl_operations.php:766 #, php-format @@ -11462,10 +11379,9 @@ msgid "Check referential integrity:" msgstr "Skontrolovať referenčnú integritu:" #: tbl_printview.php:72 -#, fuzzy #| msgid "Show tables" msgid "Showing tables" -msgstr "Zobraziť tabuľky" +msgstr "Zobrazujem tabuľky" #: tbl_printview.php:269 tbl_structure.php:780 msgid "Space usage" @@ -11555,10 +11471,9 @@ msgid "Add unique index" msgstr "Pridať unikátny index" #: tbl_structure.php:173 tbl_structure.php:174 -#, fuzzy #| msgid "Add index" msgid "Add SPATIAL index" -msgstr "Pridať index" +msgstr "Pridať SPATIAL index" #: tbl_structure.php:175 tbl_structure.php:176 msgid "Add FULLTEXT index" @@ -11591,10 +11506,9 @@ msgid "Show more actions" msgstr "Zobraziť viac operácii" #: tbl_structure.php:623 -#, fuzzy #| msgid "Print view" msgid "Edit view" -msgstr "Náhľad k tlači" +msgstr "Upraviť zobrazenie" #: tbl_structure.php:640 msgid "Relation view" @@ -11884,10 +11798,9 @@ msgid "Current amount of Questions: %s" msgstr "Aktuálny počet dopytov: %s" #: po/advisory_rules.php:15 -#, fuzzy #| msgid "Show SQL queries" msgid "Percentage of slow queries" -msgstr "Zobraziť SQL dopyty" +msgstr "Percento pomalých dopytov" #: po/advisory_rules.php:16 msgid "" @@ -11906,10 +11819,9 @@ msgid "The slow query rate should be below 5%%, your value is %s%%." msgstr "" #: po/advisory_rules.php:20 -#, fuzzy #| msgid "Flush query cache" msgid "Slow query rate" -msgstr "Vyprázdniť vyrovnávaciu pamäť príkazov" +msgstr "Miera pomalých dopytov" #: po/advisory_rules.php:21 msgid "" @@ -11924,10 +11836,9 @@ msgid "" msgstr "" #: po/advisory_rules.php:25 -#, fuzzy #| msgid "SQL queries" msgid "Long query time" -msgstr "SQL dopyty" +msgstr "Dlhý čas vykonávania" #: po/advisory_rules.php:26 msgid "" @@ -11947,10 +11858,9 @@ msgid "long_query_time is currently set to %ds." msgstr "" #: po/advisory_rules.php:30 -#, fuzzy #| msgid "Show query box" msgid "Slow query logging" -msgstr "Zobrazit vyhľadávacie pole" +msgstr "Logovanie pomalých dopytov" #: po/advisory_rules.php:31 msgid "The slow query log is disabled." @@ -11967,10 +11877,9 @@ msgid "log_slow_queries is set to 'OFF'" msgstr "" #: po/advisory_rules.php:35 -#, fuzzy #| msgid "Select Tables" msgid "Release Series" -msgstr "Vybrať Tabuľky" +msgstr "" #: po/advisory_rules.php:36 msgid "The MySQL server version less than 5.1." @@ -11988,10 +11897,9 @@ msgid "Current version: %s" msgstr "Aktuálna verzia: %s" #: po/advisory_rules.php:40 po/advisory_rules.php:45 -#, fuzzy #| msgid "Version" msgid "Minor Version" -msgstr "Verzia" +msgstr "Minor verzia" #: po/advisory_rules.php:41 msgid "Version less than 5.1.30 (the first GA release of 5.1)." @@ -12012,10 +11920,9 @@ msgid "You should upgrade, to a stable version of MySQL 5.5" msgstr "Mali by ste aktualizovať na stabilnú verziu MySQL 5.5" #: po/advisory_rules.php:50 po/advisory_rules.php:55 po/advisory_rules.php:60 -#, fuzzy #| msgid "Description" msgid "Distribution" -msgstr "Popis" +msgstr "Distribúcia" #: po/advisory_rules.php:51 msgid "Version is compiled from source, not a MySQL official binary." @@ -12054,10 +11961,9 @@ msgid "Version string (%s) matches Drizzle versioning scheme" msgstr "" #: po/advisory_rules.php:65 -#, fuzzy #| msgid "MySQL charset" msgid "MySQL Architecture" -msgstr "Znaková sada v MySQL" +msgstr "MySQL architektúra" #: po/advisory_rules.php:66 msgid "MySQL is not compiled as a 64-bit package." @@ -12076,16 +11982,14 @@ msgid "Available memory on this host: %s" msgstr "" #: po/advisory_rules.php:70 -#, fuzzy #| msgid "Query cache" msgid "Query cache disabled" -msgstr "Vyrovnávacia pamäť príkazov" +msgstr "" #: po/advisory_rules.php:71 -#, fuzzy #| msgid "The server is not responding" msgid "The query cache is not enabled." -msgstr "Server neodpovedá" +msgstr "Cache dopytov nie je povolená." #: po/advisory_rules.php:72 msgid "" @@ -12100,10 +12004,9 @@ msgid "query_cache_size is set to 0 or query_cache_type is set to 'OFF'" msgstr "" #: po/advisory_rules.php:75 -#, fuzzy #| msgid "Query cache" msgid "Query caching method" -msgstr "Vyrovnávacia pamäť príkazov" +msgstr "Caching metóda dopytov" #: po/advisory_rules.php:76 msgid "Suboptimal caching method." @@ -12143,14 +12046,13 @@ msgid "The current query cache hit rate of %s%% is below 20%%" msgstr "" #: po/advisory_rules.php:85 -#, fuzzy msgid "Query Cache usage" -msgstr "Vyrovnávacia pamäť príkazov" +msgstr "Využitie vyrovnávacej pamäte dopytov" #: po/advisory_rules.php:86 #, php-format msgid "Less than 80%% of the query cache is being utilized." -msgstr "" +msgstr "Vyrovnávacia pamäť dopytov je využitá na menej než 80 %%." #: po/advisory_rules.php:87 msgid "" @@ -12166,10 +12068,9 @@ msgid "" msgstr "" #: po/advisory_rules.php:90 -#, fuzzy #| msgid "Query cache" msgid "Query cache fragmentation" -msgstr "Vyrovnávacia pamäť príkazov" +msgstr "Fragmentácia vyrovnávacej pamäte dopytov" #: po/advisory_rules.php:91 msgid "The query cache is considerably fragmented." @@ -12200,12 +12101,11 @@ msgid "Query cache low memory prunes" msgstr "" #: po/advisory_rules.php:96 -#, fuzzy #| msgid "The amount of free memory for query cache." msgid "" "Cached queries are removed due to low query cache memory from the query " "cache." -msgstr "Veľkosť voľnej pamäti pre vyrovnávaciu pamäť príkazov." +msgstr "" #: po/advisory_rules.php:97 msgid "" @@ -12222,10 +12122,9 @@ msgid "" msgstr "" #: po/advisory_rules.php:100 -#, fuzzy #| msgid "Query cache" msgid "Query cache max size" -msgstr "Vyrovnávacia pamäť príkazov" +msgstr "Maximálna veľkosť vyrovnávacej pamäte príkazov" #: po/advisory_rules.php:101 msgid "" @@ -12245,10 +12144,9 @@ msgid "Current query cache size: %s" msgstr "" #: po/advisory_rules.php:105 -#, fuzzy #| msgid "Query results" msgid "Query cache min result size" -msgstr "Výsledky dopytu" +msgstr "Min veľkosť vyrovnávacej pamäte výsledkov dopytov" #: po/advisory_rules.php:106 msgid "" @@ -12272,16 +12170,14 @@ msgid "query_cache_limit is set to 1 MiB" msgstr "" #: po/advisory_rules.php:110 -#, fuzzy #| msgid "Allows creating temporary tables." msgid "Percentage of sorts that cause temporary tables" -msgstr "Povolí vytváranie dočasných tabuliek." +msgstr "Percento triedení, ktoré spôsobujú dočasné tabuľky" #: po/advisory_rules.php:111 po/advisory_rules.php:116 -#, fuzzy #| msgid "Allows creating temporary tables." msgid "Too many sorts are causing temporary tables." -msgstr "Povolí vytváranie dočasných tabuliek." +msgstr "Príliš veľa triedení spôsobuje dočasné tabuľky." #: po/advisory_rules.php:112 po/advisory_rules.php:117 msgid "" @@ -12297,10 +12193,9 @@ msgid "" msgstr "" #: po/advisory_rules.php:115 -#, fuzzy #| msgid "Allows creating temporary tables." msgid "Rate of sorts that cause temporary tables" -msgstr "Povolí vytváranie dočasných tabuliek." +msgstr "Frekvencia triedení, ktoré spôsobujú dočasné tabuľky" #: po/advisory_rules.php:118 #, php-format @@ -12309,10 +12204,9 @@ msgid "" msgstr "" #: po/advisory_rules.php:120 -#, fuzzy #| msgid "Start row" msgid "Sort rows" -msgstr "Prvý riadok" +msgstr "Triediť riadky" #: po/advisory_rules.php:121 msgid "There are lots of rows being sorted." @@ -12332,16 +12226,14 @@ msgid "Sorted rows average: %s" msgstr "" #: po/advisory_rules.php:125 -#, fuzzy #| msgid "There are no routines to display." msgid "Rate of joins without indexes" -msgstr "Neboli nájdené žiadne rutiny." +msgstr "Frekvencia spájaní bez indexov" #: po/advisory_rules.php:126 -#, fuzzy #| msgid "There are no routines to display." msgid "There are too many joins without indexes." -msgstr "Neboli nájdené žiadne rutiny." +msgstr "Je príliš veľa spojení bez indexov." #: po/advisory_rules.php:127 msgid "" @@ -12400,16 +12292,14 @@ msgid "" msgstr "" #: po/advisory_rules.php:140 -#, fuzzy #| msgid "Where to show the table row links" msgid "Rate of reading next table row" -msgstr "Kde zobraziť linky riadkov tabuľky" +msgstr "Frekvencia načítania ďalšieho riadku tabuľky" #: po/advisory_rules.php:141 -#, fuzzy #| msgid "Where to show the table row links" msgid "The rate of reading the next table row is high." -msgstr "Kde zobraziť linky riadkov tabuľky" +msgstr "Frekvencia načítania ďalšieho riadku tabuľky je vysoká." #: po/advisory_rules.php:142 msgid "" @@ -12445,10 +12335,9 @@ msgid "Current values are tmp_table_size: %s, max_heap_table_size: %s" msgstr "" #: po/advisory_rules.php:150 -#, fuzzy #| msgid "Where to show the table row links" msgid "Percentage of temp tables on disk" -msgstr "Kde zobraziť linky riadkov tabuľky" +msgstr "Percento dočasných tabuliek na disku" #: po/advisory_rules.php:151 po/advisory_rules.php:156 msgid "" @@ -12475,7 +12364,6 @@ msgid "" msgstr "" #: po/advisory_rules.php:155 -#, fuzzy #| msgid "%s table" #| msgid_plural "%s tables" msgid "Temp disk rate" @@ -12500,10 +12388,9 @@ msgid "" msgstr "" #: po/advisory_rules.php:160 -#, fuzzy #| msgid "Sort buffer size" msgid "MyISAM key buffer size" -msgstr "Veľkosť zoraďovacej pamäte" +msgstr "Veľkosť vyrovnávacej pamäte MyISAM kľúčov" #: po/advisory_rules.php:161 msgid "Key buffer is not initialized. No MyISAM indexes will be cached." @@ -12537,17 +12424,18 @@ msgid "" msgstr "" #: po/advisory_rules.php:168 -#, fuzzy, php-format +#, php-format #| msgid "Sort buffer size" msgid "" "max %% MyISAM key buffer ever used: %s%%, this value should be above 95%%" -msgstr "Veľkosť zoraďovacej pamäte" +msgstr "" +"max %% vyrovávacej pamäte MyISAM kľúčov niekedy použitej: %s%%, táto hodnota " +"by mala byť vyššia ako 95%%" #: po/advisory_rules.php:170 -#, fuzzy #| msgid "Sort buffer size" msgid "Percentage of MyISAM key buffer used" -msgstr "Veľkosť zoraďovacej pamäte" +msgstr "Percento využitia vyrovnávacej pamäte MyISAM kľúčov" #: po/advisory_rules.php:173 #, php-format @@ -12573,10 +12461,9 @@ msgid "Index reads from memory: %s%%, this value should be above 95%%" msgstr "" #: po/advisory_rules.php:180 -#, fuzzy #| msgid "Create table" msgid "Rate of table open" -msgstr "Vytvoriť tabuľku" +msgstr "Frekvencia otvárania tabuliek" #: po/advisory_rules.php:181 msgid "The rate of opening tables is high." @@ -12594,10 +12481,9 @@ msgid "Opened table rate: %s, this value should be less than 10 per hour" msgstr "" #: po/advisory_rules.php:185 -#, fuzzy #| msgid "Format of imported file" msgid "Percentage of used open files limit" -msgstr "Formát importovaného súboru" +msgstr "Percento použitia limitu otvorených súborov" #: po/advisory_rules.php:186 msgid "" @@ -12618,16 +12504,14 @@ msgid "" msgstr "" #: po/advisory_rules.php:190 -#, fuzzy #| msgid "Format of imported file" msgid "Rate of open files" -msgstr "Formát importovaného súboru" +msgstr "Frekvencia otvárania súborov" #: po/advisory_rules.php:191 -#, fuzzy #| msgid "The number of pending log file fsyncs." msgid "The rate of opening files is high." -msgstr "Počet prebiehajúcich synchronizácií logovacieho súboru." +msgstr "Frekvencia otvárania súborov je vysoká." #: po/advisory_rules.php:193 #, php-format @@ -12640,10 +12524,9 @@ msgid "Immediate table locks %%" msgstr "Okamžite získané zámky tabuľky %%" #: po/advisory_rules.php:196 po/advisory_rules.php:201 -#, fuzzy #| msgid "The number of times that a table lock was acquired immediately." msgid "Too many table locks were not granted immediately." -msgstr "Počet zámkov tabuliek, ktoré boli získané okamžite." +msgstr "Príliš veľa zámkov tabuliek nebolo získaných okamžite." #: po/advisory_rules.php:197 po/advisory_rules.php:202 msgid "Optimize queries and/or use InnoDB to reduce lock wait." @@ -12664,10 +12547,9 @@ msgid "Table lock wait rate: %s, this value should be less than 1 per hour" msgstr "" #: po/advisory_rules.php:205 -#, fuzzy #| msgid "Key cache" msgid "Thread cache" -msgstr "Vyrovnávacia pamäť kľúčov" +msgstr "Vyrovnávacia pamäť vláken" #: po/advisory_rules.php:206 msgid "" @@ -12684,10 +12566,10 @@ msgid "The thread cache is set to 0" msgstr "" #: po/advisory_rules.php:210 -#, fuzzy, php-format +#, php-format #| msgid "Tracking is not active." msgid "Thread cache hit rate %%" -msgstr "Sledovanie nie je aktívne." +msgstr "Frekvencia úspešnosti vyrovnávacej pamäte %%" #: po/advisory_rules.php:211 #, fuzzy diff --git a/po/te.po b/po/te.po index caead951b5..50a0cf3876 100644 --- a/po/te.po +++ b/po/te.po @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: phpMyAdmin 3.5.4-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2012-10-16 14:37+0200\n" -"PO-Revision-Date: 2012-10-28 10:30+0200\n" -"Last-Translator: Praveen_Illa \n" +"PO-Revision-Date: 2012-11-06 12:16+0200\n" +"Last-Translator: వీవెన్ \n" "Language-Team: Telugu \n" "Language: te\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" -"X-Generator: Weblate 1.2\n" +"X-Generator: Weblate 1.3-dev\n" #: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:353 #: libraries/display_tbl.lib.php:359 server_privileges.php:1679 @@ -370,7 +370,7 @@ msgstr "పట్టిక" #: tbl_printview.php:345 tbl_structure.php:383 tbl_structure.php:484 #: tbl_structure.php:886 msgid "Rows" -msgstr "" +msgstr "వరుసలు" #: db_printview.php:106 libraries/db_structure.lib.php:53 tbl_indexes.php:214 msgid "Size" @@ -593,7 +593,7 @@ msgstr "" #: db_structure.php:68 msgid "No tables found in database" -msgstr "" +msgstr "డేటాబేసులో పట్టికలు ఏమీ లేవు" #: db_structure.php:228 libraries/mysql_charsets.lib.php:409 #: libraries/mysql_charsets.lib.php:416 diff --git a/po/uk.po b/po/uk.po index c4bfa7c3c9..7ed998ab66 100644 --- a/po/uk.po +++ b/po/uk.po @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: phpMyAdmin 3.5.4-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2012-10-16 14:37+0200\n" -"PO-Revision-Date: 2012-10-14 21:06+0200\n" +"PO-Revision-Date: 2012-11-08 22:33+0200\n" "Last-Translator: Myroslav Kosinskyi \n" "Language-Team: Ukrainian \n" "Language: uk\n" @@ -13,7 +13,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" "10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Generator: Weblate 1.2\n" +"X-Generator: Weblate 1.3-dev\n" #: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:353 #: libraries/display_tbl.lib.php:359 server_privileges.php:1679 @@ -4431,7 +4431,7 @@ msgstr "Ліміт пам'яті" #: libraries/config/messages.inc.php:321 msgid "These are Edit, Copy and Delete links" -msgstr "" +msgstr "Посилання для редагування, копіювання та видалення" #: libraries/config/messages.inc.php:322 msgid "Where to show the table row links" @@ -4533,7 +4533,7 @@ msgstr "" #: libraries/config/messages.inc.php:346 msgid "Query window height (in pixels)" -msgstr "" +msgstr "Висота вікна запиту(в пікселях)" #: libraries/config/messages.inc.php:347 msgid "Query window height" @@ -4653,7 +4653,7 @@ msgstr "" #: libraries/config/messages.inc.php:375 msgid "Bookmark table" -msgstr "" +msgstr "Таблиця закладок" #: libraries/config/messages.inc.php:376 msgid "" @@ -4663,15 +4663,15 @@ msgstr "" #: libraries/config/messages.inc.php:377 msgid "Column information table" -msgstr "" +msgstr "Таблиця інформації про колонки" #: libraries/config/messages.inc.php:378 msgid "Compress connection to MySQL server" -msgstr "" +msgstr "Стискати з’єднання до MySQL сервера" #: libraries/config/messages.inc.php:379 msgid "Compress connection" -msgstr "" +msgstr "Стискати з’єднання" #: libraries/config/messages.inc.php:380 msgid "How to connect to server, keep [kbd]tcp[/kbd] if unsure" @@ -4679,7 +4679,7 @@ msgstr "" #: libraries/config/messages.inc.php:381 msgid "Connection type" -msgstr "" +msgstr "Тип з’єднання" #: libraries/config/messages.inc.php:382 msgid "Control user password" @@ -4709,11 +4709,11 @@ msgstr "Довільний хост" #: libraries/config/messages.inc.php:387 msgid "Count tables when showing database list" -msgstr "" +msgstr "Кількість таблиць при показі списку бази даних" #: libraries/config/messages.inc.php:388 msgid "Count tables" -msgstr "" +msgstr "Кількість таблиць" #: libraries/config/messages.inc.php:389 msgid "" @@ -4733,11 +4733,13 @@ msgstr "" #: libraries/config/messages.inc.php:392 msgid "Disable use of INFORMATION_SCHEMA" -msgstr "" +msgstr "Деактивувати використання INFORMATION_SCHEMA" #: libraries/config/messages.inc.php:393 msgid "What PHP extension to use; you should use mysqli if supported" msgstr "" +"Які розширення PHP використовувати; слід використовувати mysqli, якщо " +"підтримується" #: libraries/config/messages.inc.php:394 msgid "PHP extension to use" @@ -4749,7 +4751,7 @@ msgstr "" #: libraries/config/messages.inc.php:396 msgid "Hide databases" -msgstr "" +msgstr "Приховати бази даних" #: libraries/config/messages.inc.php:397 msgid "" @@ -4759,19 +4761,19 @@ msgstr "" #: libraries/config/messages.inc.php:398 msgid "SQL query history table" -msgstr "" +msgstr "Таблиця історії SQL запитів" #: libraries/config/messages.inc.php:399 msgid "Hostname where MySQL server is running" -msgstr "" +msgstr "Ім’я сервера де запущений MySQL сервер" #: libraries/config/messages.inc.php:400 msgid "Server hostname" -msgstr "" +msgstr "Назва сервера" #: libraries/config/messages.inc.php:401 msgid "Logout URL" -msgstr "" +msgstr "URL для виходу" #: libraries/config/messages.inc.php:402 msgid "" @@ -4785,11 +4787,11 @@ msgstr "" #: libraries/config/messages.inc.php:404 msgid "Try to connect without password" -msgstr "" +msgstr "Спробувати з’єднатись буз паролю" #: libraries/config/messages.inc.php:405 msgid "Connect without password" -msgstr "" +msgstr "З’єднатись без паролю" #: libraries/config/messages.inc.php:406 msgid "" @@ -4806,11 +4808,11 @@ msgstr "" #: libraries/config/messages.inc.php:408 libraries/config/messages.inc.php:449 msgid "Leave empty if not using config auth" -msgstr "" +msgstr "Залишити пустим, якщо не використовувати config auth" #: libraries/config/messages.inc.php:409 msgid "Password for config auth" -msgstr "" +msgstr "Пароль для config auth" #: libraries/config/messages.inc.php:410 msgid "" @@ -4835,10 +4837,12 @@ msgstr "Ім'я бази даних" #: libraries/config/messages.inc.php:414 msgid "Port on which MySQL server is listening, leave empty for default" msgstr "" +"Порт на якому MySQL сервер прослуховується, залишити пустим для значення за " +"замовчуванням" #: libraries/config/messages.inc.php:415 msgid "Server port" -msgstr "" +msgstr "Порт сервера" #: libraries/config/messages.inc.php:416 msgid "" @@ -4875,6 +4879,8 @@ msgid "" "See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types" "[/a] for an example" msgstr "" +"Дивись [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication " +"types[/a] для прикладу" #: libraries/config/messages.inc.php:423 msgid "Signon session name" @@ -4894,7 +4900,7 @@ msgstr "" #: libraries/config/messages.inc.php:427 msgid "Enable SSL for connection to MySQL server" -msgstr "" +msgstr "Активувати SSL для з’єднання з MySQL сервером" #: libraries/config/messages.inc.php:428 msgid "Use SSL" @@ -12609,7 +12615,7 @@ msgstr "З'єднань" #: po/advisory_rules.php:231 po/advisory_rules.php:236 msgid "Too many connections are aborted." -msgstr "" +msgstr "Забагато перерваних з’єднань." #: po/advisory_rules.php:232 po/advisory_rules.php:237 msgid "" @@ -12637,14 +12643,13 @@ msgid "" msgstr "" #: po/advisory_rules.php:240 -#, fuzzy #| msgid "Table of contents" msgid "Percentage of aborted clients" -msgstr "Зміст" +msgstr "Відсоток перерваних з’єднань" #: po/advisory_rules.php:241 po/advisory_rules.php:246 msgid "Too many clients are aborted." -msgstr "" +msgstr "Забагато перерваних з’єднань." #: po/advisory_rules.php:242 po/advisory_rules.php:247 msgid "" @@ -12659,27 +12664,28 @@ msgid "%s%% of all clients are aborted. This value should be below 2%%" msgstr "" #: po/advisory_rules.php:245 -#, fuzzy #| msgid "Table of contents" msgid "Rate of aborted clients" -msgstr "Зміст" +msgstr "Кількість перерваних з’єднаннь" #: po/advisory_rules.php:248 #, php-format msgid "Aborted client rate is at %s, this value should be less than 1 per hour" msgstr "" +"Кількість відмов обслуговування клієнта %s, ця величина має бути меншою ніж " +"1 за годину" #: po/advisory_rules.php:250 msgid "Is InnoDB disabled?" -msgstr "" +msgstr "InnoDB не активний?" #: po/advisory_rules.php:251 msgid "You do not have InnoDB enabled." -msgstr "" +msgstr "Не ввімкнути підтримка InnoDB." #: po/advisory_rules.php:252 msgid "InnoDB is usually the better choice for table engines." -msgstr "" +msgstr "InnoDB зазвичай найкращий вибір типу таблиці." #: po/advisory_rules.php:253 msgid "have_innodb is set to 'value'"