diff options
Diffstat (limited to '')
-rw-r--r-- | src/main/res/values-pt-rBR/strings.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/main/res/values-pt-rBR/strings.xml b/src/main/res/values-pt-rBR/strings.xml index 7c4d40b1..5e526772 100644 --- a/src/main/res/values-pt-rBR/strings.xml +++ b/src/main/res/values-pt-rBR/strings.xml @@ -101,6 +101,7 @@ <string name="pref_xmpp_resource_summary">O nome pelo qual esse cliente se identifica</string> <string name="pref_accept_files">Aceitar arquivos</string> <string name="pref_accept_files_summary">Aceitar automaticamente arquivos menores que...</string> + <string name="pref_accept_files_size_summary">Aceitar automaticamente arquivos menores que...</string> <string name="pref_notification_settings">Notificação</string> <string name="pref_notifications">Notificações</string> <string name="pref_notifications_summary">Notificar quando uma nova mensagem for recebida</string> @@ -485,6 +486,8 @@ <string name="recently_used">Usada mais recentemente</string> <string name="choose_quick_action">Selecione a ação rápida</string> <string name="search_for_contacts_or_groups">Pesquisar por contatos ou grupos</string> + <!--%s = bare jid, %d = count of online resources--> + <string name="dlg_msg_details_msg_status_failed">Erro</string> <string name="send_private_message">Enviar mensagem privada</string> <string name="user_has_left_conference">%s deixou a conferência.</string> <string name="username">Nome de usuário</string> @@ -495,8 +498,6 @@ <string name="download_failed_server_not_found">Não foi possível fazer o download: servidor não encontrado</string> <string name="download_failed_file_not_found">Não foi possível fazer o download: arquivo não encontrado</string> <string name="download_failed_could_not_connect">Não foi possível fazer o download: não foi possível conectar ao host</string> - <string name="pref_use_white_background">Usar fundo branco</string> - <string name="pref_use_white_background_summary">Exibir a mensagens recebidas como texto preto em um fundo branco</string> <string name="account_status_tor_unavailable">Rede Tor não disponível</string> <string name="server_info_broken">Quebrado</string> <string name="pref_presence_settings">Presença</string> @@ -550,8 +551,6 @@ <string name="notify_only_when_highlighted">Notificar somente quando destacado</string> <string name="notify_never">Notificações desabilitadas</string> <string name="notify_paused">Notificações pausadas</string> - <string name="pref_picture_compression">Comprimir imagens</string> - <string name="pref_picture_compression_summary">Redimensiona e comprime as imagens</string> <string name="always">Sempre</string> <string name="automatically">Automaticamente</string> <string name="battery_optimizations_enabled">Otimizações de bateria habilitadas</string> |