diff options
Diffstat (limited to 'src/main/res/values-pt-rBR/strings.xml')
-rw-r--r-- | src/main/res/values-pt-rBR/strings.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main/res/values-pt-rBR/strings.xml b/src/main/res/values-pt-rBR/strings.xml index a304a2e2..de57148f 100644 --- a/src/main/res/values-pt-rBR/strings.xml +++ b/src/main/res/values-pt-rBR/strings.xml @@ -360,6 +360,8 @@ <string name="conversations_foreground_service">Conversations</string> <string name="pref_keep_foreground_service">Manter o serviço em segundo plano</string> <string name="pref_keep_foreground_service_summary">Impede que o sistema operacional encerre sua conexão.</string> + <string name="pref_export_logs">Exportar histórico</string> + <string name="pref_export_logs_summary">Escrever os históricos das conversas no cartão SD</string> <string name="notification_export_logs_title">Escrevendo os registros no cartão SD</string> <string name="choose_file">Selecione o arquivo</string> <string name="receiving_x_file">Recebendo %1$s (completou %2$d%%)</string> @@ -640,4 +642,9 @@ <string name="type_web">Navegador web</string> <string name="type_console">Console</string> <string name="payment_required">É necessário efetuar pagamento</string> + <string name="missing_internet_permission">Permissões de Internet ausentes</string> + <string name="me">Eu</string> + <string name="allow">Permitir</string> + <string name="no_permission_to_access_x">Sem permissão para acessar %s</string> + <string name="remote_server_not_found">O servidor remoto não foi encontrado</string> </resources> |