aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values-pt-rBR
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/values-pt-rBR')
-rw-r--r--app/src/main/res/values-pt-rBR/strings_errors.xml1
-rw-r--r--app/src/main/res/values-pt-rBR/strings_pref_behaviour.xml2
-rw-r--r--app/src/main/res/values-pt-rBR/strings_pref_feed.xml2
-rw-r--r--app/src/main/res/values-pt-rBR/strings_web_context.xml1
4 files changed, 6 insertions, 0 deletions
diff --git a/app/src/main/res/values-pt-rBR/strings_errors.xml b/app/src/main/res/values-pt-rBR/strings_errors.xml
index d4716474..28f915de 100644
--- a/app/src/main/res/values-pt-rBR/strings_errors.xml
+++ b/app/src/main/res/values-pt-rBR/strings_errors.xml
@@ -12,4 +12,5 @@
<string name="error_notification">Ocorreu um erro ao buscar notificações</string>
<string name="error_sdk">O SDK do seu dispositivo (%d) é incompatível. Frost suporta apenas Lollipop (SDK 21) e acima</string>
<string name="error_webview">Seu dispositivo parece não ter um webview. Por favor, adicione ou habilite um.</string>
+ <string name="image_not_found">Imagem não encontrada.</string>
</resources>
diff --git a/app/src/main/res/values-pt-rBR/strings_pref_behaviour.xml b/app/src/main/res/values-pt-rBR/strings_pref_behaviour.xml
index 7355c3d5..ede8914c 100644
--- a/app/src/main/res/values-pt-rBR/strings_pref_behaviour.xml
+++ b/app/src/main/res/values-pt-rBR/strings_pref_behaviour.xml
@@ -1,6 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<resources>
+ <string name="auto_refresh_feed">Auto-atualizar Feed</string>
+ <string name="auto_refresh_feed_desc">Atualizar o feed após 30 minutos de inatividade</string>
<string name="fancy_animations">Animações Bonitas</string>
<string name="fancy_animations_desc">Revelar webviews usando ondulações e animar as transições</string>
<string name="overlay_swipe">Habilitar Sobreposições</string>
diff --git a/app/src/main/res/values-pt-rBR/strings_pref_feed.xml b/app/src/main/res/values-pt-rBR/strings_pref_feed.xml
index 1a37345f..f5998599 100644
--- a/app/src/main/res/values-pt-rBR/strings_pref_feed.xml
+++ b/app/src/main/res/values-pt-rBR/strings_pref_feed.xml
@@ -7,6 +7,8 @@
<string name="aggressive_recents_desc">Filtra as postagens mais antigas do Feed das postagens recentes. Desative esta opção se o Feed estiver vazio.</string>
<string name="composer">Compositor de Status</string>
<string name="composer_desc">Mostrar o compositor de status no Feed</string>
+ <string name="create_fab">Criar FAB</string>
+ <string name="create_fab_desc">Mostrar FAB no feed para criar nova postagem</string>
<string name="suggested_friends">Amigos Sugeridos</string>
<string name="suggested_friends_desc">Mostra \"Pessoas Que Talvez Você Conheça\" no Feed</string>
<string name="suggested_groups">Grupos Sugeridos</string>
diff --git a/app/src/main/res/values-pt-rBR/strings_web_context.xml b/app/src/main/res/values-pt-rBR/strings_web_context.xml
index d6accbd8..a72a8adf 100644
--- a/app/src/main/res/values-pt-rBR/strings_web_context.xml
+++ b/app/src/main/res/values-pt-rBR/strings_web_context.xml
@@ -7,4 +7,5 @@
<string name="open_link">Abrir Link</string>
<string name="copy_link">Copiar Link</string>
<string name="copy_text">Copiar Texto</string>
+ <string name="open_in_browser">Abrir no navegador</string>
</resources>