diff options
Diffstat (limited to 'app/src/main/res/values-gl-rES')
5 files changed, 13 insertions, 2 deletions
diff --git a/app/src/main/res/values-gl-rES/strings.xml b/app/src/main/res/values-gl-rES/strings.xml index 20055016..5b8985ff 100644 --- a/app/src/main/res/values-gl-rES/strings.xml +++ b/app/src/main/res/values-gl-rES/strings.xml @@ -48,6 +48,10 @@ <string name="options">Opcións</string> <string name="tab_customizer_instructions">Toque longo e arrastra para reorganizar as iconas superiores.</string> <string name="no_new_notifications">Non se atopou ningunha nova notificación</string> + <!--Biometrics--> + <string name="biometrics_prompt_title">Autenticar Frost</string> + <string name="today">Hoxe</string> + <string name="yesterday">Onte</string> <!-- Template used to display human readable string; For instance: @@ -56,7 +60,5 @@ The first element is the day, and the second element is the time --> - <string name="disclaimer">Aviso legal</string> - </resources> diff --git a/app/src/main/res/values-gl-rES/strings_pref_behaviour.xml b/app/src/main/res/values-gl-rES/strings_pref_behaviour.xml index d12fac03..20f1a771 100644 --- a/app/src/main/res/values-gl-rES/strings_pref_behaviour.xml +++ b/app/src/main/res/values-gl-rES/strings_pref_behaviour.xml @@ -17,6 +17,8 @@ <string name="force_message_bottom_desc">Ao cargar o fío dunha mensaxe, activa o desprazamento cara á parte inferior en vez de cargar a páxina tal como é.</string> <string name="enable_pip">Activar PIP</string> <string name="enable_pip_desc">Activa a función dos vídeos en miniatura</string> + <string name="autoplay_settings">Axustes da reprodución automática</string> + <string name="autoplay_settings_desc">Abrir os axustes de reprodución automática de Facebook. Debes desactivalos para que funcione o PIP.</string> <string name="exit_confirmation">Confirmación de saída</string> <string name="exit_confirmation_desc">Mostra un diálogo de confirmación antes de saír</string> <string name="analytics">Estatísticas</string> diff --git a/app/src/main/res/values-gl-rES/strings_pref_feed.xml b/app/src/main/res/values-gl-rES/strings_pref_feed.xml index 8512bf08..6f08465a 100644 --- a/app/src/main/res/values-gl-rES/strings_pref_feed.xml +++ b/app/src/main/res/values-gl-rES/strings_pref_feed.xml @@ -11,6 +11,7 @@ <string name="suggested_friends_desc">Mostra persoas que quizais coñezas na canle</string> <string name="suggested_groups">Grupos suxeridos</string> <string name="suggested_groups_desc">Suxire grupos na canle</string> + <string name="show_stories_desc">Amosar historias no fío</string> <string name="facebook_ads">Publicidade do Facebook</string> <string name="facebook_ads_desc">Mostrar anuncios nativos do Facebook</string> </resources> diff --git a/app/src/main/res/values-gl-rES/strings_pref_security.xml b/app/src/main/res/values-gl-rES/strings_pref_security.xml new file mode 100644 index 00000000..68d7279d --- /dev/null +++ b/app/src/main/res/values-gl-rES/strings_pref_security.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<resources> + <string name="security_disclaimer_info">Os axustes de seguranza axuda a protexer o acceso a Frost dende a UI. Porén, lembra que os datos locais non están encriptados e se pode acceder a eles dende a raíz.</string> +</resources> diff --git a/app/src/main/res/values-gl-rES/strings_preferences.xml b/app/src/main/res/values-gl-rES/strings_preferences.xml index 696f9b6a..18b2c250 100644 --- a/app/src/main/res/values-gl-rES/strings_preferences.xml +++ b/app/src/main/res/values-gl-rES/strings_preferences.xml @@ -8,6 +8,7 @@ <string name="newsfeed_desc">Define os elementos que aparecen na canle de novas</string> <string name="behaviour">Comportamento</string> <string name="behaviour_desc">Define como a aplicación actúa con determinados axustes</string> + <string name="security">Seguranza</string> <string name="network">Rede</string> <string name="network_desc">Define as opcións que afectan ás redes limitadas</string> <string name="experimental">Funcións experimentais</string> |