aboutsummaryrefslogtreecommitdiffstats
path: root/res/values-pt-rBR/strings.xml
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2010-10-24 16:35:18 -0500
committerKenny Root <kenny@the-b.org>2010-10-24 16:35:18 -0500
commit3654c28153eea540fd0209b5857117ff9de6c0a5 (patch)
tree6b10239df4af91a41ecafbcb4243e3e9677acb1c /res/values-pt-rBR/strings.xml
parenteb08b4eb54630adf3225b9d3e1a54acf9267867e (diff)
downloadconnectbot-3654c28153eea540fd0209b5857117ff9de6c0a5.tar.gz
connectbot-3654c28153eea540fd0209b5857117ff9de6c0a5.tar.bz2
connectbot-3654c28153eea540fd0209b5857117ff9de6c0a5.zip
Import using new a2po work flow
Diffstat (limited to 'res/values-pt-rBR/strings.xml')
-rw-r--r--res/values-pt-rBR/strings.xml658
1 files changed, 193 insertions, 465 deletions
diff --git a/res/values-pt-rBR/strings.xml b/res/values-pt-rBR/strings.xml
index 51daff7..069e56c 100644
--- a/res/values-pt-rBR/strings.xml
+++ b/res/values-pt-rBR/strings.xml
@@ -1,467 +1,195 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-/*
- * ConnectBot: simple, powerful, open-source SSH client for Android
- * Copyright 2007 Kenny Root, Jeffrey Sharkey
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
--->
+<?xml version='1.0' encoding='utf-8'?>
<resources>
- <string name="app_desc">Cliente SSH simples e poderoso de código aberto</string>
- <string name="service_desc">Maintains SSH connections and loaded pubkeys</string>
-
- <!-- Window title for the Host List -->
- <string name="title_hosts_list">Hosts</string>
- <!-- Window title for the Pubkeys List -->
- <string name="title_pubkey_list">Chaves públicas</string>
- <!-- Window title for the Port Forwards List -->
- <string name="title_port_forwards_list">Encaminhamento de portas</string>
- <!-- Window title when editing host details -->
- <string name="title_host_editor">Editar hosts</string>
- <!-- Window title for Help index -->
- <string name="title_help">Ajuda</string>
- <!-- Window title for color list editing screen -->
- <string name="title_colors">Cores</string>
-
- <string name="resolve_connect">Conectar</string>
- <!-- Menu selection where user must move finger randomly over an area to gather entropy (collect random bits) -->
- <string name="resolve_entropy">Sensibilidade</string>
-
- <string name="menu_insert">Adicionar Host</string>
- <string name="menu_delete">Apagar host</string>
- <string name="menu_preferences">Perferências</string>
-
- <string name="help_intro">Escolha um tópico para obter maiores informações.</string>
- <string name="help_about">Sobre o ConnectBot</string>
- <string name="help_keyboard">Teclado</string>
-
- <string name="pubkey_generate">Gerar</string>
- <string name="pubkey_import">Importar</string>
- <string name="pubkey_delete">Apagar chave</string>
- <!-- Dialog title when user must move finger randomly over an area to gather entropy (collect random bits) -->
- <string name="pubkey_gather_entropy">Ajustando sensibilidade</string>
- <string name="pubkey_touch_prompt">Toque na caixa para testar sensibilidade: %1$d%% pronto</string>
- <string name="pubkey_touch_hint">Para garantir aleatoriedade durante a geração da chave, mova seu dedo aleatoriamente na caixa abaixo.</string>
- <string name="pubkey_generating">Gerando par de chaves...</string>
- <string name="pubkey_copy_private">Copiar chave privada</string>
- <string name="pubkey_copy_public">Copiar chave pública</string>
- <!-- Note that the '\n' just splits lines, so it's actually "create or import" -->
- <string name="pubkey_list_empty">Pressione "Menu" para criar ou importar pares de chaves.</string>
- <string name="pubkey_unknown_format">Formato desconhecido</string>
- <string name="pubkey_change_password">Mudar senha</string>
- <string name="pubkey_list_pick">Escolher do /sdcard</string>
- <string name="pubkey_import_parse_problem">Erro na leitura da chave privada importada</string>
- <string name="pubkey_unlock">Abrir chave</string>
- <string name="pubkey_failed_add">Bad password for key \'%1$s\'. Authentication failed.</string>
- <string name="pubkey_memory_load">Carregar na memória</string>
- <string name="pubkey_memory_unload">Descarregar da memória</string>
- <string name="pubkey_load_on_start">Carregar chave ao iniciar</string>
- <!-- Pubkey preference asking user whether the key use should be confirmed via prompt before it can be used for authentication -->
- <string name="pubkey_confirm_use">Confirmar antes de usar</string>
-
- <!-- Note that the '\n' splits lines, so it's actually "create port forwards" -->
- <string name="portforward_list_empty">Pressione "Menu" para criar encaminhamentos de porta.</string>
- <string name="portforward_edit">Editar encaminhamento de porta</string>
- <string name="portforward_delete">Apagar encaminhamento de porta</string>
-
- <string name="prompt_nickname">Apelido:</string>
- <!-- An example string that could be used as a nickname for a pubkey. -->
- <string name="prompt_nickname_hint_pubkey">Minha chave de trabalho</string>
- <!-- The source TCP port for port forwards. -->
- <string name="prompt_source_port">Porta de origem:</string>
- <!-- The "host:port" combination used for port forward destinations. -->
- <string name="prompt_destination">Destino:</string>
- <string name="prompt_old_password">Senha antiga:</string>
- <string name="prompt_password">Senha:</string>
- <!-- Added after a "Password:" prompt to indicate user needs to confirm entry. -->
- <string name="prompt_again">(novamente)</string>
- <!-- Label for the user to select port forward type. -->
- <string name="prompt_type">Tipo:</string>
- <string name="prompt_password_can_be_blank">Nota: a senha pode ser em branco</string>
- <!-- Prompt for the size of the private key in bits. -->
- <string name="prompt_bits">Bits:</string>
-
- <!-- Prompt for the password to unlock a certain pubkey. -->
- <string name="prompt_pubkey_password">Senha para chave "%1$s"</string>
-
- <!-- Prompt for whether to allow SSH Authentication Agent to use the specified key. Note that the '\n' means split the line so it's actually "host to use key" -->
- <string name="prompt_allow_agent_to_use_key">Permitir que a máquina remota use a chave "%1$s"?</string>
-
- <!-- The header of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. -->
- <string name="host_verification_failure_warning_header">ATENÇÃO: A IDENTIFICAÇÃO DO HOST REMOTO FOI ALTERADA!</string>
- <!-- The body of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. -->
- <string name="host_verification_failure_warning">É POSSÍVEL QUE ALGUÉM ESTEJA QUERENDO TE ENGANAR!\nAlguém pode estar tentando um ataque do tipo "man-in-the-middle"!\nTambém é possível que a chave do host remoto tenha mesmo sido modificada.</string>
-
- <!-- Prompt user gets when the remote host has disconnected unexpectedly. -->
- <string name="prompt_host_disconnected">Host desconectado.\nFechar sessão?</string>
- <!-- Prompt user must answer yes or no to when the remote host fails verification of encryption fingerprint -->
- <string name="prompt_continue_connecting">Você tem certeza que\ndeseja se conectar?</string>
-
- <!-- Sent to user when the remote public encryption key fingerprint doesn't match the local database -->
- <string name="host_authenticity_warning">The authenticity of host \'%1$s\' can\'t be established.</string>
- <!-- First field is encryption algorithm. Second is the actual fingerprint in hex digits -->
- <string name="host_fingerprint">O host %1$s tem a impressão digital %2$s</string>
-
- <string name="alert_passwords_do_not_match_msg">As senhas são diferentes!</string>
- <string name="alert_wrong_password_msg">Senha incorreta!</string>
- <string name="alert_key_corrupted_msg">A chave privada parece estar corrompida!</string>
- <string name="alert_sdcard_absent">O cartão SD não está inserido!</string>
-
- <!-- Add a new item (e.g., host or pubkey) to the list. -->
- <string name="button_add">Adicionar</string>
- <!-- Change an existing item's (e.g., host or pubkey) details. -->
- <string name="button_change">Alterar</string>
- <!-- Button that begins the generation of a public key pair. -->
- <string name="button_generate">Gerar chave</string>
- <!-- Button that resizes the screen to the user-specified dimensions. -->
- <string name="button_resize">Redimensionar</string>
-
- <string name="alert_disconnect_msg">Conexão perdida</string>
-
- <string name="msg_copyright">Copyright © 2007-2008 Kenny Root http://the-b.org/, Jeffrey Sharkey http://jsharkey.org/</string>
-
- <!-- The category title for terminal emulation preferences. -->
- <string name="pref_emulation_category">Emulação de Terminal</string>
-
- <!-- Name for the emulation terminal type preference. -->
- <string name="pref_emulation_title">Modo de emulação</string>
- <!-- Description of the emulation terminal type preference. -->
- <string name="pref_emulation_summary">Modo de emulação do terminal com conexões PTY</string>
-
- <!-- Name for the scrollback size preference -->
- <string name="pref_scrollback_title">Tamanho do buffer da tela</string>
- <!-- Description of the scrollback size preference -->
- <string name="pref_scrollback_summary">Tamanho do buffer de memória a manter para cada terminal</string>
-
- <!-- The category title for user interface preferences -->
- <string name="pref_ui_category">Interface do usuário</string>
-
- <!-- Name for the rotation mode preference -->
- <string name="pref_rotation_title">Rotação da tela</string>
- <!-- Summary for the rotation mode preference -->
- <string name="pref_rotation_summary">Como alterar a rotação da tela quando se conecta/desconecta um teclado</string>
-
- <!-- Name for the full screen preference -->
- <string name="pref_fullscreen_title">Tela cheia</string>
- <!-- Summary for the full screen preference -->
- <string name="pref_fullscreen_summary">Ocultar a barra de estatus no modo terminal</string>
-
- <!-- Name for the memorize keys preference -->
- <string name="pref_memkeys_title">Guardar as chaves em memória</string>
- <!-- Summary for the memorize keys preference -->
- <string name="pref_memkeys_summary">Manter chaves desbloqueadas na memória até que o serviço seja terminado</string>
-
- <!-- Name for the update check preference -->
- <string name="pref_update_title">Procurar por atualizações</string>
- <!-- Summary for the update check preference -->
- <string name="pref_update_summary">Configurar frequencia para checar atualizações do ConnectBot</string>
-
- <!-- Name for the preference that forces the service to stay running in the background.-->
- <string name="pref_conn_persist_title">Conexões persistentes</string>
- <!-- Summary for the preference that forces the service to stay running in the background. -->
- <string name="pref_conn_persist_summary">Forçar as conexões para que continuem conectadas mesmo em segundo plano</string>
-
- <!-- Name for the keyboard shortcuts preference -->
- <string name="pref_keymode_title">Teclas de atalho</string>
- <!-- Summary for the keyboard shortcuts preference -->
- <string name="pref_keymode_summary">Select how to use Alt for \'/\' and Shift for Tab</string>
-
- <!-- Name for the camera shortcut usage preference -->
- <string name="pref_camera_title">Atalho para a câmera</string>
- <!-- Summary for the camera shortcut usage preference -->
- <string name="pref_camera_summary">Selecione o que fazer quando o botão da câmera for pressionado</string>
-
- <!-- Name for the keep screen on preference -->
- <string name="pref_keepalive_title">Manter tela ligada</string>
- <!-- Summary for the camera shortcut usage preference -->
- <string name="pref_keepalive_summary">Evitar desligamento de tela quando conectado em um terminal</string>
-
- <!-- Name for the Wi-Fi lock preference -->
- <string name="pref_wifilock_title">Manter a rede Wi-Fi ativo</string>
- <!-- Summary for the Wi-Fi lock preference -->
- <string name="pref_wifilock_summary">Evitar que a rede Wi-Fi seja desligada quando alguma sesão está ativa</string>
-
- <!-- Name for the haptic feedback (bumpy arrow) preference -->
- <string name="pref_bumpyarrows_title">Feedback de rolagem</string>
- <!-- Summary for the haptic feedback (bumpy arrow) preference -->
- <string name="pref_bumpyarrows_summary">Vibrar quando pressionar o botão principal (trackball)</string>
-
- <!-- Category title for the Terminal Bell preferences -->
- <string name="pref_bell_category">Alerta do terminal</string>
-
- <!-- Checkbox preference title for the audible terminal bell feature -->
- <string name="pref_bell_title">Alerta audível</string>
-
- <!-- Title for the slider preference to set the volume -->
- <string name="pref_bell_volume_title">Volume dos alerta</string>
-
- <!-- Checkbox preference title for the vibrate on terminal bell feature -->
- <string name="pref_bell_vibrate_title">Vibrar ao alertar</string>
-
- <!-- Checkbox preference title for the receive notifications on terminal bell feature -->
- <string name="pref_bell_notification_title">Enviar notificações visuais quando em segundo plano</string>
- <!-- Brief summary of the feature that is enabled when the checkbox preference for the receive notifications on terminal bell feature is checked -->
- <string name="pref_bell_notification_summary">Enviar notificações sonoras quando em segundo plano</string>
-
- <!-- Preference selection to indicate use of right side of keyboard for special shortcuts. -->
- <string name="list_keymode_right">Usar atalhos especiais da direita</string>
- <!-- Preference selection to indicate use of left side of keyboard for special shortcuts. -->
- <string name="list_keymode_left">Usar atalhos especiais da esquerda</string>
- <!-- Preference selection to indicate never to use special shortcut keys. -->
- <string name="list_keymode_none">Desabilitar</string>
-
- <!-- Preference to not use pubkeys to authenticate to this host. -->
- <string name="list_pubkeyids_none">Não usar chaves</string>
- <!-- Preference to use any pubkey to authenticate to this host. -->
- <string name="list_pubkeyids_any">Usar qualquer chave pública</string>
-
- <!-- Frequency for which to check for program updates. -->
- <string name="list_update_daily">Diariamente</string>
- <!-- Frequency for which to check for program updates. -->
- <string name="list_update_weekly">Semanalmente</string>
- <!-- Frequency for which to check for program updates. -->
- <string name="list_update_never">Nunca</string>
-
- <!-- Host nickname field preference title -->
- <string name="hostpref_nickname_title">Apelido</string>
-
- <!-- Host color category preference title -->
- <string name="hostpref_color_title">Categoria de cor</string>
-
- <!-- Host's default font size when opening the terminal in points (pt) -->
- <string name="hostpref_fontsize_title">Tamanho da fonte (pontos)</string>
-
- <!-- Host pubkey usage preference title -->
- <string name="hostpref_pubkeyid_title">Usar autenticação por chave púbilca</string>
-
- <!-- Preference title for the SSH Authentication Agent Forwarding for a host connection -->
- <string name="hostpref_authagent_title">Usar agente de autenticação SSH</string>
-
- <!-- Host post-login automation preference title -->
- <string name="hostpref_postlogin_title">Automação pós-login</string>
- <!-- Host post-login automation preference summary -->
- <string name="hostpref_postlogin_summary">Comandos a serem executados no servidor remoto na autenticação</string>
-
- <!-- Host compression preference title -->
- <string name="hostpref_compression_title">Compressão</string>
- <!-- Summary for compression preference -->
- <string name="hostpref_compression_summary">Útil em conexões lentas (2G)</string>
-
- <!-- Setting for whether we want a session to start up when we connect to a host -->
- <string name="hostpref_wantsession_title">Iniciar sessão de terminal na conexão</string>
- <!-- Summary for field asking whether a shell session should be started up upon connection or not -->
- <string name="hostpref_wantsession_summary">Desabilite esta preferência para usar apenas encaminhamento de portas</string>
-
- <!-- Setting for whether the host should be reconnected to automatically upon disconnect -->
- <string name="hostpref_stayconnected_title">Manter conectado</string>
- <!-- Summary for preference asking whether the host should be reconnected to when it disconnects -->
- <string name="hostpref_stayconnected_summary">Tentar reconectar ao host caso a conexão seja perdida</string>
-
- <!-- Setting for what key code is sent to the server when DEL key is pressed. -->
- <string name="hostpref_delkey_title">Tecla DEL</string>
- <!-- Summary for field asking what key code is sent to the server when DEL key is pressed. -->
- <string name="hostpref_delkey_summary">Código a ser enviado quando a tecla DEL for pressionada</string>
-
- <!-- Host character encoding preference title -->
- <string name="hostpref_encoding_title">Codificação</string>
- <!-- Host character encoding preference summary -->
- <string name="hostpref_encoding_summary">Codificação de caracteres para o host</string>
-
- <!-- Host preference category title for connection settings -->
- <string name="hostpref_connection_category">Configurações de conexão</string>
-
- <!-- Username field title for host editor preference -->
- <string name="hostpref_username_title">Usuário</string>
-
- <!-- Hostname field title for host editor preference -->
- <string name="hostpref_hostname_title">Host</string>
-
- <!-- Port field title for host editor preference -->
- <string name="hostpref_port_title">Porta</string>
-
- <!-- Displayed to indicate a host has never been connected to. -->
- <string name="bind_never">Nunca usado</string>
- <!-- The time that has elapsed since a host was connected to when it has been less than an hour. -->
- <string name="bind_minutes">%1$s minutos atrás</string>
- <!-- The time that has elapsed since a host was connected to when it has been less than a day. -->
- <string name="bind_hours">%1$s horas atrás</string>
- <!-- The time that has elapsed since a host was connected to when it has been a day or more. -->
- <string name="bind_days">%1$s dias atrás</string>
-
- <!-- Message given when user copies from the terminal. -->
- <string name="console_copy_done">%1$d bytes copiados para a área de tranferência</string>
- <!-- Instructions for how to copy from the terminal. The '\n' entries are to split lines to improve readability and prevent wrapping off the screen. -->
- <string name="console_copy_start">Toque e arraste\nou use o trackball\npara selecionar uma área para copiar</string>
-
- <!-- Button to close the disconnected terminal window. -->
- <string name="console_menu_close">Fechar</string>
- <!-- Button to begin copying from the terminal to the clipboard. -->
- <string name="console_menu_copy">Copiar</string>
- <!-- Button to paste from the clipboard to the terminal. -->
- <string name="console_menu_paste">Colar</string>
- <!-- Button that brings user to the Port Forwards List. -->
- <string name="console_menu_portforwards">Encaminhamento de portas</string>
- <!-- Button that brings user to the terminal resizing dialog where they can force a size. -->
- <string name="console_menu_resize">Forçar tamanho</string>
- <!-- Button that brings up the list of URLs on the current screen -->
- <string name="console_menu_urlscan">Localizar URLs</string>
-
- <!-- Button label to answer "Yes" to a yes/no prompt -->
- <string name="button_yes">Sim</string>
- <!-- Button label to answer "No" to a yes/no prompt -->
- <string name="button_no">Não</string>
-
- <!-- Selection for a "local" port forward. E.g., connections to a port listening locally is forwarded to the remote end's listening port. -->
- <string name="portforward_local">Porta local</string>
- <!-- Selection for a "remote" port forward. E.g., connections to a port listening remotely is forwarded to the local end's listening port. -->
- <string name="portforward_remote">Remoto</string>
- <!-- Selection for a "dynamic" port forward. E.g., connections to a port listening locally is forwarded based on the SOCKS protocol to an arbitrary remote host and port. -->
- <string name="portforward_dynamic">Dinâmico (SOCKS)</string>
- <!-- Button that commits the port forward to be made from the Port Forward Creation dialog. -->
- <string name="portforward_pos">Criar encaminhamento de porta</string>
-
- <string name="portforward_done">Encaminhamento de porta criado com sucesso</string>
- <string name="portforward_problem">Problem creating port forward, maybe you\'re using ports under 1024 or port is already used?</string>
-
- <string name="portforward_menu_add">Adicionar encaminhamento de porta</string>
-
- <!-- The string to present in the quick-connect box to hint the user to the format for connecting to hosts. -->
- <string name="hint_userhost">usuario@nome_do_host</string>
-
- <!-- Hint given to user when the format they're using is incorrect in the quick-connect box. -->
- <string name="list_format_error">Use o formato "%1$s"</string>
-
- <!-- Part of the formatting hints that will be used like: username@hostname:port -->
- <string name="format_username">usuário</string>
- <!-- Part of the formatting hints that will be used like: username@hostname:port -->
- <string name="format_hostname">nome do host</string>
- <!-- Part of the formatting hints that will be used like: username@hostname:port -->
- <string name="format_port">porta</string>
-
- <string name="list_menu_pubkeys">Gerenciar chaves públicas</string>
- <!-- Selection choice to sort hosts by color. -->
- <string name="list_menu_sortcolor">Ordenar por cor</string>
- <!-- Selection choice to sort hosts by nickname. -->
- <string name="list_menu_sortname">Ordenar por nome</string>
- <string name="list_menu_settings">Configurações</string>
-
- <string name="list_host_disconnect">Desconectar</string>
- <string name="list_host_edit">Editar host</string>
- <string name="list_host_portforwards">Editar encaminhamento de porta</string>
- <string name="list_host_delete">Apagar host</string>
- <!-- Note that the '\n' splits the lines so it's actually "quick-connect box below to connect" -->
- <string name="list_host_empty">Use a conexão rápida abaixo\npara conectar a um host.</string>
-
- <!-- Default screen rotation preference selection -->
- <string name="list_rotation_default">Padrão</string>
- <string name="list_rotation_land">Forçar modo paisagem</string>
- <string name="list_rotation_port">Forçar modo retrato</string>
- <!-- Selection to indicate the rotation should be selected automatically based on the tilt sensor. -->
- <string name="list_rotation_auto">Automático</string>
-
- <!-- Selection to indicate pressing the Camera button should send "Ctrl+A then Space". -->
- <string name="list_camera_ctrlaspace">Ctrl + A + Espaço</string>
- <!-- Selection to indicate pressing the Camera button should send "Ctrl+A". -->
- <string name="list_camera_ctrla">Ctrl+A</string>
- <!-- Selection to indicate pressing the Camera button should send the "Esc" key. -->
- <string name="list_camera_esc">Esc</string>
- <!-- Selection to indicate pressing the Camera button should send "Esc+A". -->
- <string name="list_camera_esc_a">Esc+A</string>
- <!-- Selection to indicate pressing the Camera button should send nothing at all. -->
- <string name="list_camera_none">Nada</string>
-
- <!-- Name for the backspace character -->
- <string name="list_delkey_backspace">Tecla Backspace</string>
- <!-- Name for the ASCII DEL character -->
- <string name="list_delkey_del">Apagar</string>
-
- <string name="delete_message">Are you sure you want to delete \'%1$s\'?</string>
- <string name="delete_pos">Sim, apagar</string>
- <string name="delete_neg">Cancelar</string>
-
- <!-- Button to agree to license terms. -->
- <string name="wizard_agree">Aceito</string>
- <!-- Button to go to the next page in the first time start-up wizard. -->
- <string name="wizard_next">Próximo</string>
- <!-- Button to go to the previous page in the first time start-up wizard. -->
- <string name="wizard_back">Voltar</string>
-
- <string name="terminal_no_hosts_connected">Sem host conectado atualmente</string>
-
- <!-- Displayed in terminal when attempting to connect to a host. The first two
- variables are host:port and the third is the protocol (e.g., SSH) -->
- <string name="terminal_connecting">Conectando no %1$s:%2$d via %3$s</string>
-
- <!-- Displays the host key to the user in the terminal -->
- <string name="terminal_sucess">Verified host \'%1$s\' key: %2$s</string>
- <string name="terminal_failed">Falha na verificação da chave do host</string>
-
- <!-- Displayed on the terminal describing the cryptographic algorithm names -->
- <string name="terminal_using_s2c_algorithm">Algoritmo do servidor para o cliente: %1$s %2$s</string>
- <!-- Displayed on the terminal describing the cryptographic algorithm names -->
- <string name="terminal_using_c2s_algorithm">Algoritmo do cliente para o servidor: %1$s %2$s</string>
- <!-- Displayed on the terminal describing the cryptographic algorithm names -->
- <string name="terminal_using_algorithm">Usando o algoritmo: %1$s %2$s</string>
-
- <string name="terminal_auth">Tentando autenticação</string>
-
- <string name="terminal_auth_pass">Attempting \'password\' authentication</string>
- <string name="terminal_auth_pass_fail">Authentication method \'password\' failed</string>
-
- <string name="terminal_auth_pubkey_any">Attempting \'publickey\' authentication with any in-memory public keys</string>
- <string name="terminal_auth_pubkey_invalid">A chave pública selecionada é inválida, tente selecionar outra no editor de hosts</string>
- <string name="terminal_auth_pubkey_specific">Attempting \'publickey\' authentication with a specific public key</string>
- <string name="terminal_auth_pubkey_fail">Authentication method \'publickey\' with key \'%1$s\' failed</string>
-
- <string name="terminal_auth_ki">Attempting \'keyboard-interactive\' authentication</string>
- <string name="terminal_auth_ki_fail">Authentication method \'keyboard-interactive\' failed</string>
-
- <string name="terminal_auth_fail">[Your host doesn\'t support \'password\' or \'keyboard-interactive\' authentication.]</string>
-
- <string name="terminal_no_session">A sessão não será iniciada devido à configurações do host.</string>
- <string name="terminal_enable_portfoward">Habilitar encaminhamento de porta: %1$s</string>
-
- <string name="local_shell_unavailable">Erro! O terminal local não está disponível neste telefone.</string>
-
- <!-- Text sent to the user to alert them that a Terminal Bell is received in a background session -->
- <string name="notification_text">%1$s deseja sua atenção.</string>
-
- <!-- Dialog title when a new version of ConnectBot is detected. -->
- <string name="upgrade">Nova versão</string>
- <!-- Button selection to upgrade to the latest ConnectBot when one is available. -->
- <string name="upgrade_pos">Sim, atualizar</string>
- <!-- Button selection to skip upgrading to the latest ConnectBot when one is available. -->
- <string name="upgrade_neg">Agora não</string>
-
- <!-- Preference selection for SSH Authentication Agent to never use pubkeys -->
- <string name="no">Não</string>
- <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys "with confirmation" only -->
- <string name="with_confirmation">Com confirmação</string>
- <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys -->
- <string name="yes">Sim</string>
-
- <!-- String displayed to user when they're asked to submit exceptions to the ConnectBot developers -->
- <string name="exceptions_submit_message">Aparentemente o ConnectBot teve um problema na última execução. Deseja enviar relatório de erro aos desenvolvedores do aplicativo?</string>
-
- <!-- Menu selection to reset colors to their defaults. -->
- <string name="menu_colors_reset">Reiniciar</string>
-
- <!-- Displayed in the notification bar that connections are active -->
- <string name="app_is_running">ConnectBot está executando</string>
-
- <string name="color_red">vermelho</string>
- <string name="color_green">verde</string>
- <string name="color_blue">azul</string>
- <string name="color_gray">cinza</string>
+ <string name="app_desc">Cliente SSH simples e poderoso de código aberto</string>
+ <string name="title_pubkey_list">Chaves públicas</string>
+ <string name="title_port_forwards_list">Encaminhamento de portas</string>
+ <string name="title_host_editor">Editar hosts</string>
+ <string name="title_help">Ajuda</string>
+ <string name="title_colors">Cores</string>
+ <string name="resolve_connect">Conectar</string>
+ <string name="resolve_entropy">Sensibilidade</string>
+ <string name="menu_insert">Adicionar Host</string>
+ <string name="menu_delete">Apagar host</string>
+ <string name="menu_preferences">Perferências</string>
+ <string name="help_intro">Escolha um tópico para obter maiores informações.</string>
+ <string name="help_about">Sobre o ConnectBot</string>
+ <string name="help_keyboard">Teclado</string>
+ <string name="pubkey_generate">Gerar</string>
+ <string name="pubkey_import">Importar</string>
+ <string name="pubkey_delete">Apagar chave</string>
+ <string name="pubkey_gather_entropy">Ajustando sensibilidade</string>
+ <string name="pubkey_touch_prompt">Toque na caixa para testar sensibilidade: %1$d%% pronto</string>
+ <string name="pubkey_touch_hint">Para garantir aleatoriedade durante a geração da chave, mova seu dedo aleatoriamente na caixa abaixo.</string>
+ <string name="pubkey_generating">Gerando par de chaves...</string>
+ <string name="pubkey_copy_private">Copiar chave privada</string>
+ <string name="pubkey_copy_public">Copiar chave pública</string>
+ <string name="pubkey_list_empty">Pressione Menu para criar ou importar pares de chaves.</string>
+ <string name="pubkey_unknown_format">Formato desconhecido</string>
+ <string name="pubkey_change_password">Mudar senha</string>
+ <string name="pubkey_list_pick">Escolher do /sdcard</string>
+ <string name="pubkey_import_parse_problem">Erro na leitura da chave privada importada</string>
+ <string name="pubkey_unlock">Abrir chave</string>
+ <string name="pubkey_memory_load">Carregar na memória</string>
+ <string name="pubkey_memory_unload">Descarregar da memória</string>
+ <string name="pubkey_load_on_start">Carregar chave ao iniciar</string>
+ <string name="pubkey_confirm_use">Confirmar antes de usar</string>
+ <string name="portforward_list_empty">Pressione Menu para criar encaminhamentos de porta.</string>
+ <string name="portforward_edit">Editar encaminhamento de porta</string>
+ <string name="portforward_delete">Apagar encaminhamento de porta</string>
+ <string name="prompt_nickname">Apelido:</string>
+ <string name="prompt_nickname_hint_pubkey">Minha chave de trabalho</string>
+ <string name="prompt_source_port">Porta de origem:</string>
+ <string name="prompt_destination">Destino:</string>
+ <string name="prompt_old_password">Senha antiga:</string>
+ <string name="prompt_password">Senha:</string>
+ <string name="prompt_again">(novamente)</string>
+ <string name="prompt_type">Tipo:</string>
+ <string name="prompt_password_can_be_blank">Nota: a senha pode ser em branco</string>
+ <string name="prompt_pubkey_password">Senha para chave %1$s</string>
+ <string name="prompt_allow_agent_to_use_key">Permitir que a máquina remota use a chave %1$s?</string>
+ <string name="host_verification_failure_warning_header">ATENÇÃO: A IDENTIFICAÇÃO DO HOST REMOTO FOI ALTERADA!</string>
+ <string name="host_verification_failure_warning">É POSSÍVEL QUE ALGUÉM ESTEJA QUERENDO TE ENGANAR!\nAlguém pode estar tentando um ataque do tipo man-in-the-middle!\nTambém é possível que a chave do host remoto tenha mesmo sido modificada.</string>
+ <string name="prompt_host_disconnected">Host desconectado.\nFechar sessão?</string>
+ <string name="prompt_continue_connecting">Você tem certeza que\ndeseja se conectar?</string>
+ <string name="host_fingerprint">O host %1$s tem a impressão digital %2$s</string>
+ <string name="alert_passwords_do_not_match_msg">As senhas são diferentes!</string>
+ <string name="alert_wrong_password_msg">Senha incorreta!</string>
+ <string name="alert_key_corrupted_msg">A chave privada parece estar corrompida!</string>
+ <string name="alert_sdcard_absent">O cartão SD não está inserido!</string>
+ <string name="button_add">Adicionar</string>
+ <string name="button_change">Alterar</string>
+ <string name="button_generate">Gerar chave</string>
+ <string name="button_resize">Redimensionar</string>
+ <string name="alert_disconnect_msg">Conexão perdida</string>
+ <string name="pref_emulation_category">Emulação de Terminal</string>
+ <string name="pref_emulation_title">Modo de emulação</string>
+ <string name="pref_emulation_summary">Modo de emulação do terminal com conexões PTY</string>
+ <string name="pref_scrollback_title">Tamanho do buffer da tela</string>
+ <string name="pref_scrollback_summary">Tamanho do buffer de memória a manter para cada terminal</string>
+ <string name="pref_ui_category">Interface do usuário</string>
+ <string name="pref_rotation_title">Rotação da tela</string>
+ <string name="pref_rotation_summary">Como alterar a rotação da tela quando se conecta/desconecta um teclado</string>
+ <string name="pref_fullscreen_title">Tela cheia</string>
+ <string name="pref_fullscreen_summary">Ocultar a barra de estatus no modo terminal</string>
+ <string name="pref_memkeys_title">Guardar as chaves em memória</string>
+ <string name="pref_memkeys_summary">Manter chaves desbloqueadas na memória até que o serviço seja terminado</string>
+ <string name="pref_update_title">Procurar por atualizações</string>
+ <string name="pref_update_summary">Configurar frequencia para checar atualizações do ConnectBot</string>
+ <string name="pref_conn_persist_title">Conexões persistentes</string>
+ <string name="pref_conn_persist_summary">Forçar as conexões para que continuem conectadas mesmo em segundo plano</string>
+ <string name="pref_keymode_title">Teclas de atalho</string>
+ <string name="pref_camera_title">Atalho para a câmera</string>
+ <string name="pref_camera_summary">Selecione o que fazer quando o botão da câmera for pressionado</string>
+ <string name="pref_keepalive_title">Manter tela ligada</string>
+ <string name="pref_keepalive_summary">Evitar desligamento de tela quando conectado em um terminal</string>
+ <string name="pref_wifilock_title">Manter a rede Wi-Fi ativo</string>
+ <string name="pref_wifilock_summary">Evitar que a rede Wi-Fi seja desligada quando alguma sesão está ativa</string>
+ <string name="pref_bumpyarrows_title">Feedback de rolagem</string>
+ <string name="pref_bumpyarrows_summary">Vibrar quando pressionar o botão principal (trackball)</string>
+ <string name="pref_bell_category">Alerta do terminal</string>
+ <string name="pref_bell_title">Alerta audível</string>
+ <string name="pref_bell_volume_title">Volume dos alerta</string>
+ <string name="pref_bell_vibrate_title">Vibrar ao alertar</string>
+ <string name="pref_bell_notification_title">Enviar notificações visuais quando em segundo plano</string>
+ <string name="pref_bell_notification_summary">Enviar notificações sonoras quando em segundo plano</string>
+ <string name="list_keymode_right">Usar atalhos especiais da direita</string>
+ <string name="list_keymode_left">Usar atalhos especiais da esquerda</string>
+ <string name="list_keymode_none">Desabilitar</string>
+ <string name="list_pubkeyids_none">Não usar chaves</string>
+ <string name="list_pubkeyids_any">Usar qualquer chave pública</string>
+ <string name="list_update_daily">Diariamente</string>
+ <string name="list_update_weekly">Semanalmente</string>
+ <string name="list_update_never">Nunca</string>
+ <string name="hostpref_nickname_title">Apelido</string>
+ <string name="hostpref_color_title">Categoria de cor</string>
+ <string name="hostpref_fontsize_title">Tamanho da fonte (pontos)</string>
+ <string name="hostpref_pubkeyid_title">Usar autenticação por chave púbilca</string>
+ <string name="hostpref_authagent_title">Usar agente de autenticação SSH</string>
+ <string name="hostpref_postlogin_title">Automação pós-login</string>
+ <string name="hostpref_postlogin_summary">Comandos a serem executados no servidor remoto na autenticação</string>
+ <string name="hostpref_compression_title">Compressão</string>
+ <string name="hostpref_compression_summary">Útil em conexões lentas (2G)</string>
+ <string name="hostpref_wantsession_title">Iniciar sessão de terminal na conexão</string>
+ <string name="hostpref_wantsession_summary">Desabilite esta preferência para usar apenas encaminhamento de portas</string>
+ <string name="hostpref_stayconnected_title">Manter conectado</string>
+ <string name="hostpref_stayconnected_summary">Tentar reconectar ao host caso a conexão seja perdida</string>
+ <string name="hostpref_delkey_title">Tecla DEL</string>
+ <string name="hostpref_delkey_summary">Código a ser enviado quando a tecla DEL for pressionada</string>
+ <string name="hostpref_encoding_title">Codificação</string>
+ <string name="hostpref_encoding_summary">Codificação de caracteres para o host</string>
+ <string name="hostpref_connection_category">Configurações de conexão</string>
+ <string name="hostpref_username_title">Usuário</string>
+ <string name="hostpref_port_title">Porta</string>
+ <string name="bind_never">Nunca usado</string>
+ <string name="bind_minutes">%1$s minutos atrás</string>
+ <string name="bind_hours">%1$s horas atrás</string>
+ <string name="bind_days">%1$s dias atrás</string>
+ <string name="console_copy_done">%1$d bytes copiados para a área de tranferência</string>
+ <string name="console_copy_start">Toque e arraste\nou use o trackball\npara selecionar uma área para copiar</string>
+ <string name="console_menu_close">Fechar</string>
+ <string name="console_menu_copy">Copiar</string>
+ <string name="console_menu_paste">Colar</string>
+ <string name="console_menu_portforwards">Encaminhamento de portas</string>
+ <string name="console_menu_resize">Forçar tamanho</string>
+ <string name="console_menu_urlscan">Localizar URLs</string>
+ <string name="button_yes">Sim</string>
+ <string name="button_no">Não</string>
+ <string name="portforward_local">Porta local</string>
+ <string name="portforward_remote">Remoto</string>
+ <string name="portforward_dynamic">Dinâmico (SOCKS)</string>
+ <string name="portforward_pos">Criar encaminhamento de porta</string>
+ <string name="portforward_done">Encaminhamento de porta criado com sucesso</string>
+ <string name="portforward_menu_add">Adicionar encaminhamento de porta</string>
+ <string name="hint_userhost">usuario\@nome_do_host</string>
+ <string name="list_format_error">Use o formato %1$s</string>
+ <string name="format_username">usuário</string>
+ <string name="format_hostname">nome do host</string>
+ <string name="format_port">porta</string>
+ <string name="list_menu_pubkeys">Gerenciar chaves públicas</string>
+ <string name="list_menu_sortcolor">Ordenar por cor</string>
+ <string name="list_menu_sortname">Ordenar por nome</string>
+ <string name="list_menu_settings">Configurações</string>
+ <string name="list_host_disconnect">Desconectar</string>
+ <string name="list_host_edit">Editar host</string>
+ <string name="list_host_portforwards">Editar encaminhamento de porta</string>
+ <string name="list_host_delete">Apagar host</string>
+ <string name="list_host_empty">Use a conexão rápida abaixo\npara conectar a um host.</string>
+ <string name="list_rotation_default">Padrão</string>
+ <string name="list_rotation_land">Forçar modo paisagem</string>
+ <string name="list_rotation_port">Forçar modo retrato</string>
+ <string name="list_rotation_auto">Automático</string>
+ <string name="list_camera_ctrlaspace">Ctrl + A + Espaço</string>
+ <string name="list_camera_none">Nada</string>
+ <string name="list_delkey_backspace">Tecla Backspace</string>
+ <string name="list_delkey_del">Apagar</string>
+ <string name="delete_pos">Sim, apagar</string>
+ <string name="delete_neg">Cancelar</string>
+ <string name="wizard_agree">Aceito</string>
+ <string name="wizard_next">Próximo</string>
+ <string name="wizard_back">Voltar</string>
+ <string name="terminal_no_hosts_connected">Sem host conectado atualmente</string>
+ <string name="terminal_connecting">Conectando no %1$s:%2$d via %3$s</string>
+ <string name="terminal_failed">Falha na verificação da chave do host</string>
+ <string name="terminal_using_s2c_algorithm">Algoritmo do servidor para o cliente: %1$s %2$s</string>
+ <string name="terminal_using_c2s_algorithm">Algoritmo do cliente para o servidor: %1$s %2$s</string>
+ <string name="terminal_using_algorithm">Usando o algoritmo: %1$s %2$s</string>
+ <string name="terminal_auth">Tentando autenticação</string>
+ <string name="terminal_auth_pubkey_invalid">A chave pública selecionada é inválida, tente selecionar outra no editor de hosts</string>
+ <string name="terminal_no_session">A sessão não será iniciada devido à configurações do host.</string>
+ <string name="terminal_enable_portfoward">Habilitar encaminhamento de porta: %1$s</string>
+ <string name="local_shell_unavailable">Erro! O terminal local não está disponível neste telefone.</string>
+ <string name="notification_text">%1$s deseja sua atenção.</string>
+ <string name="upgrade">Nova versão</string>
+ <string name="upgrade_pos">Sim, atualizar</string>
+ <string name="upgrade_neg">Agora não</string>
+ <string name="no">Não</string>
+ <string name="with_confirmation">Com confirmação</string>
+ <string name="yes">Sim</string>
+ <string name="exceptions_submit_message">Aparentemente o ConnectBot teve um problema na última execução. Deseja enviar relatório de erro aos desenvolvedores do aplicativo?</string>
+ <string name="menu_colors_reset">Reiniciar</string>
+ <string name="app_is_running">ConnectBot está executando</string>
+ <string name="color_red">vermelho</string>
+ <string name="color_green">verde</string>
+ <string name="color_blue">azul</string>
+ <string name="color_gray">cinza</string>
</resources>