Strings update - app/src/main/res/values-ca/strings.xml

pull/295/head
Stefan Arentz 3 years ago committed by Jonathan Almeida
parent dbe1f9a879
commit bd68ead370

@ -218,6 +218,11 @@
<!-- Search suggestion onboarding hint Learn more link text -->
<string name="search_suggestions_onboarding_learn_more_link">Més informació</string>
<!-- Search engine suggestion title text. The first parameter is the name of teh suggested engine-->
<string name="search_engine_suggestions_title">Cerca amb %s</string>
<!-- Search engine suggestion description text -->
<string name="search_engine_suggestions_description">Cerca directament des de la barra dadreces</string>
<!-- Search Widget -->
<!-- Content description for searching with a widget. Firefox is intentionally hardcoded.-->
<string name="search_widget_content_description">Obre una pestanya nova del Firefox</string>
@ -889,16 +894,22 @@
<string name="tracking_protection_on">Activada</string>
<!-- Summary of tracking protection preference if tracking protection is set to off -->
<string name="tracking_protection_off">Desactivada</string>
<!-- Label that indicates that all video and audio autoplay is allowed -->
<!-- Label for global setting that indicates that all video and audio autoplay is allowed -->
<string name="preference_option_autoplay_allowed2">Permet àudio i vídeo</string>
<!-- Label for site specific setting that indicates that all video and audio autoplay is allowed -->
<string name="quick_setting_option_autoplay_allowed">Permet àudio i vídeo</string>
<!-- Label that indicates that video and audio autoplay is only allowed over Wi-Fi -->
<string name="preference_option_autoplay_allowed_wifi_only2">Bloca àudio i vídeo només amb dades mòbils</string>
<!-- Subtext that explains 'autoplay on Wi-Fi only' option -->
<string name="preference_option_autoplay_allowed_wifi_subtext">Làudio i el vídeo es reproduiran amb Wi-Fi</string>
<!-- Label that indicates that video autoplay is allowed, but audio autoplay is blocked -->
<!-- Label for global setting that indicates that video autoplay is allowed, but audio autoplay is blocked -->
<string name="preference_option_autoplay_block_audio2">Bloca només àudio</string>
<!-- Label that indicates that all video and audio autoplay is blocked -->
<!-- Label for site specific setting that indicates that video autoplay is allowed, but audio autoplay is blocked -->
<string name="quick_setting_option_autoplay_block_audio">Bloca només àudio</string>
<!-- Label for global setting that indicates that all video and audio autoplay is blocked -->
<string name="preference_option_autoplay_blocked3">Bloca àudio i vídeo</string>
<!-- Label for site specific setting that indicates that all video and audio autoplay is blocked -->
<string name="quick_setting_option_autoplay_blocked">Bloca àudio i vídeo</string>
<!-- Summary of delete browsing data on quit preference if it is set to on -->
<string name="delete_browsing_data_quit_on">Activat</string>
<!-- Summary of delete browsing data on quit preference if it is set to off -->

Loading…
Cancel
Save