[focus] Import l10n.
[gecko.git] / mobile / android / focus-android / app / src / main / res / values-oc / strings.xml
blob0c6cb4e6a243e66f41c1b9b62ef8da8512e61161
1 <?xml version="1.0" encoding="utf-8"?>
2 <resources>
3     <!-- ####################################################################################### -->
4     <!-- ## Put only strings into this file that should be translated. Move all other strings ## -->
5     <!-- ## into a separate file like strings_references.xml                                  ## -->
6     <!-- ####################################################################################### -->
8     <!-- Label used for buttons, e.g. in dialogs -->
9     <string name="action_cancel">Anullar</string>
10     <!-- Label used for buttons, e.g. in dialogs -->
11     <string name="action_ok">D\'acòrdi</string>
13     <string name="action_save">Enregistrar</string>
15     <!-- This text is shown in the URL bar when it's empty -->
16     <string name="urlbar_hint">Picar un tèrme de recercar o una adreça</string>
18     <string name="teaser">Navegacion privada automatica.\nNavegatz. Escafatz. Tornatz-i.</string>
20     <!-- "Snackbar" shown after the user has pressed the 'erase' button at the end of a browsing session -->
21     <string name="feedback_erase">Vòstre istoric de navegacion es estat escafat.</string>
22     <string name="feedback_erase2">Istoric de navegacion escafat</string>
24     <!-- "Snackbar" shown after the user has pressed the 'erase' button at the end of a custom tab browsing session -->
25     <string name="feedback_erase_custom_tab">L’istoric de navegacion de l’onglet es estat escafat.</string>
27     <!-- This label is shown below the URL bar as soon as the user enters text. Clicking the label will perform a search -->
28     <string name="search_hint">Recercar %1$s</string>
30     <!-- Menu item: Share the currently visible page -->
31     <string name="menu_share">Partejar…</string>
33     <!-- Menu item: Report an issue on the current site -->
34     <string name="menu_report_site_issue">Senhalar un problèma sul site</string>
36     <!-- Menu item: Switch to another browser to open the currently visible page. %1$s will be
37       replaced with the name of the browser like: "Open in Firefox" or "Open in Chrome". Some
38       links can be opened by native apps that aren't a browser, e.g. "Open in YouTube" -->
39     <string name="menu_open_with_default_browser2">Dobrir amb %1$s</string>
41     <!-- Menu item: Switch to another browser to open the currently visible page. This menu item
42       will be shown if there are multiple browsers and we do not know which one is the default
43       browser or in case Focus is actually the default browser. Clicking this menu item will show
44       a screen with multiple browsers (or other apps that can open the current URL) to choose from. -->
45     <string name="menu_open_with_a_browser2">Dobrir amb…</string>
47     <!-- Menu item: Add the current page as a shortcut to the device's home screen (launcher). -->
48     <string name="menu_add_to_home_screen">Apondre a l’ecran d’acuèlh</string>
50     <!-- Menu item: Add the current site as a shortcut on the Home screen -->
51     <string name="menu_add_to_shortcuts">Apondre als acorchis</string>
52     <!-- Menu item: Remove the current site as a shortcut from the Home screen -->
53     <string name="menu_remove_from_shortcuts">Suprimir dels acorchis</string>
55     <!-- Menu item: Shows information about features and changes that are new to this version -->
56     <string name="menu_whats_new">Novetats</string>
57     <string name="menu_settings">Paramètres</string>
58     <string name="menu_about">A prepaus</string>
59     <string name="menu_help">Ajuda</string>
60     <string name="menu_rights">Vòstres dreches</string>
62     <!-- Menu item: This is the label for a menu entry that shows how many trackers have been blocked
63          for the currently loaded website. The number of blocked trackers is shown below this label.
64          Next to this label is a switch that allows the user to temporarily enable / disable the
65          blocking of trackers for the current browsing session - for example if the current website
66          doesn't work correctly with blocked content. -->
67     <string name="menu_trackers_blocked_title">Traçadors blocats</string>
69     <!-- Menu item: This is the subtitle for the Trackers blocked menu entry that shows how many
70     trackers have been blocked for the currently loaded website.  -->
71     <string name="menu_trackers_blocked_subtitle">Desactivar aquesta option pòt reglar unes problèmas del site</string>
73     <!-- Menu item: This is the label for turning off content blocking for the current website. -->
74     <string name="menu_content_blocking">Blocatge de contengut</string>
75     <!-- This is the subtitle content blocking toggle -->
76     <string name="menu_content_blocking_subtitle">Desactivar per petaçar unes sites</string>
78     <!-- This is a small text at the bottom of the menu shown in a "custom tab" for branding purposes.
79      See https://github.com/mozilla-mobile/focus-android/issues/2106
80       %1$s will be replaced by the app name (e.g. Firefox Focus) -->
81     <string name="menu_custom_tab_branding">Fonciona gràcia a %1$s</string>
83     <!-- This is the title of a dialog that shows all the share targets (apps or contacts) when
84          sharing an URL. -->
85     <string name="share_dialog_title">Partejar via</string>
87     <!-- While a browsing session is active (in the foreground or background) we will show a notification
88          so that the user doesn't forget about the website still being open. This text is shown in
89          the notification. Clicking the notification will have the same effect as clicking the "erase"
90          button in the application. -->
91     <string name="notification_erase_text">Netejar l’istoric de navegacion</string>
93     <!-- Notification action to open Focus and resume the current browsing session. -->
94     <string name="notification_action_open">Dobrir</string>
96     <!-- Notification action to erase the current browsing session AND switch to Focus (bring it
97          to the foreground) -->
98     <string name="notification_action_erase_and_open">Escafar e dobrir</string>
100     <!-- On Android 7+ users can add a shortcut for erasing the browsing history to the home screen.
101          This is the label for this shortcut. Android recommends a maximum length of 10 characters. -->
102     <string name="shortcut_erase_short_label">Escafar</string>
104     <!-- The same as 'shortcut_erase_short_label' but more descriptive. The launcher shows this
105          instead of the short title when it has enough space. Android recommends a maximum length
106          of 25 characters. -->
107     <string name="shortcut_erase_long_label">Escafar l\'istoric de navegacion</string>
110     <!-- On Android 7+ users can add a shortcut for erasing the browsing history to the home screen.
111          This is the label for this shortcut. Android recommends a maximum length of 10 characters. -->
112     <string name="shortcut_erase_and_open_short_label">Escafar e dobrir</string>
114     <!-- The same as 'shortcut_erase_short_label' but more descriptive. The launcher shows this
115          instead of the short title when it has enough space. Android recommends a maximum length
116          of 25 characters.
117          %1$s will be replaced by the app name (e.g. Firefox Focus) -->
118     <string name="shortcut_erase_and_open_long_label">Escafar e dobrir %1$s</string>
121     <!-- This is the label of an action we offer when the user selects text in other third-party apps.
122          Clicking this action will launch Focus and perform a search in the default search engine. -->
123     <string name="text_selection_search_action">Recèrca privada</string>
125     <!-- Content of about focus. Argument 1 is the app name (Firefox Focus/Firefox Klar/etc).
126          Argument 2 is the url for the learn-more link. -->
127     <string name="about_content"><![CDATA[<p>%1$s vos dòna lo contraròtla.</p>
128 <p>Utiliza-lo coma un navegador privat :
129   <ul>
130     <li>Recercatz e navegatz dins l’aplicacion</li>
131     <li>Blocatz los traçadors (o cambiatz lo paramètre per autorizar los traçadors)</li>
132     <li>Escafatz los cookies e los istorics de recèrcas e navegacion</li>
133   </ul>
134 </p>
135 <p>%1$s es produch per Mozilla. Nòstra mission es d’encoratjar un Internet en bona santat e dobèrt.<br/>
136 <a href="%2$s">Ne saber mai</a></p>]]></string>
138     <!-- Header for the Privacy and Security settings menu -->
139     <string name="preference_privacy_and_security_header">Vida privada e seguretat</string>
141     <!-- Preference summary for settings related to privacy and security -->
142     <string name="preference_privacy_and_security_summary">Seguiment, cookies, donadas reculhidas</string>
144     <!-- Preference category description for settings related to search, set default
145     and autocomplete are settings a user can find and change inside the "search" settings screen -->
146     <string name="preference_search_summary">Motor per defaut, autocompletacion</string>
148     <!-- Preference category description for settings screen for settings related to Mozilla -->
149     <!-- About the app and help are links that are inside this menu -->
150     <!-- %1$s will be replaced by the app name (e.g. Firefox Focus) -->
151     <string name="preference_mozilla_summary">A prepaus de %1$s, ajuda</string>
153     <!-- Preference category for ad blocking and enhanced tracking protection settings -->
154     <string name="preference_category_tracking_protection3">Proteccion contra lo seguiment renfortida</string>
156     <!-- Preference category for settings related to controlling web content -->
157     <string name="preference_category_web_content">Contengut web</string>
159     <!-- Preference category: stealth settings for while switching apps -->
160     <string name="preference_category_switching_apps">Bascula entre las aplicacions</string>
162     <!-- Preference category for General Settings -->
163     <string name="preference_category_general">General</string>
165     <!-- Preference summary for General Settings category; the two things users can find in this category -->
166     <string name="preference_general_summary2">Navegador per defaut, lenga</string>
168     <!-- Preference category for settings about sending usage data -->
169     <string name="preference_category_data_collection_use">Collecta de donadas e utilizacion</string>
171     <string name="preference_category_search">Recèrca</string>
173     <!-- Title of "switch" preference that enables/disables search suggestions -->
174     <string name="preference_show_search_suggestions">Mostrar las suggestions de recèrca</string>
175     <!-- Description of the preference that enables/disables search suggestions
176         %1$s will be replaced by the app name (e.g. Firefox Focus) -->
177     <string name="preference_show_search_suggestions_summary">%1$s enviarà çò que picatz dins la barra d’adreça al motor de recèrca</string>
179     <!-- This label is shown below the name of the default search engine in settings -->
180     <string name="preference_search_engine_default">Per defaut</string>
182     <!-- This label is shown above the currently selected search engine in settings -->
183     <string name="preference_search_engine_label">Motor de recèrca</string>
185     <!-- Text that is shown below a "switch" preference that is enabled. -->
186     <string name="preference_state_on">Activat</string>
188     <!-- Text that is shown below a "switch" preference that is disabled. -->
189     <string name="preference_state_off">Desactivat</string>
191     <!-- Item in settings that will open a new preference screen for configuring the URL autocomplete behavior. -->
192     <string name="preference_subitem_autocomplete">Emplenament d’adreças</string>
194     <!-- Title of "switch" preference that enables/disables autocomplete for the default list -->
195     <string name="preference_switch_autocomplete_topsites">Pels sites favorits</string>
197     <!-- Summary for the toggle to enable autocomplete for the topsites list -->
198     <string name="preference_autocomplete_topsite_summary">Activar per completar automaticament mai de 450 adreças populara dins la barra d’adreça.</string>
200     <!-- Title of "switch" preference that enables/disables autocomplete for the user-defined list -->
201     <string name="preference_switch_autocomplete_user_list">Pels sites qu’apondètz</string>
203     <!-- Summary for the toggle to enable autocomplete for the user-defined list -->
204     <string name="preference_autocomplete_user_list_summary">Activar per completar automaticament mai de 450 adreças populara dins la barra d’adreça.</string>
206     <!-- Preference category: Manage (user-defined) sites -->
207     <string name="preference_category_autocomplete_manage_sites">Gerir los sites</string>
209     <!-- Item in autocomplete settings that will open a new preference screen for adding and removing URLs to the user-defined list-->
210     <string name="preference_autocomplete_subitem_manage_sites">Gerir los sites</string>
212     <!-- Action at the bottom of the list of custom autocomplete URLs that will open a new screen to add a new URL to the list. -->
213     <string name="preference_autocomplete_action_add">+ Ajustar una adreça personalizada</string>
215     <!-- Explanation text above the list of custom autocomplete URLs. -->
216     <string name="preference_autocomplete_explanation_text">Vòstra lista d’auto emplenatge :</string>
218     <!-- Action at the bottom of the list of custom autocomplete URLs that will open a new screen to add a new URL to the list. -->
219     <string name="preference_autocomplete_action_add2">Apondre l’adreça</string>
221     <!-- Title of the screen for adding custom autocomplete URLs. -->
222     <string name="preference_autocomplete_title_add">Ajustar una adreça personalizada</string>
224     <!-- Label for the button to quick add custom autocomplete URLs. -->
225     <string name="custom_autocomplete_quick_add">Ajustar una adreça personalizada</string>
227     <!-- Label for the button to quick add the current URL to the custom autocomplete list -->
228     <string name="add_custom_autocomplete_label">Apondre un ligam per autocompletar</string>
230     <!-- Preference category for settings about cookies and site data -->
231     <string name="preference_category_cookies">Cookies e donadas de sites</string>
233     <!-- Preference category for settings about data choices -->
234     <string name="preference_category_data_choices">Donadas reculhidas</string>
236     <!-- Title of the screen for removing custom autocomplete URLs. -->
237     <string name="preference_autocomplete_title_remove">Levar d’adreças personalizadas</string>
239     <!-- A link to SUMO at autocomplete settings. -->
240     <string name="preference_autocomplete_learn_more">Ne saber mai</string>
242     <!-- Preference summary: Custom (user-defined) autocomplete URLs. -->
243     <string name="preference_autocomplete_custom_summary">Apondre e gerir las adreças personalizadas per las completar automaticament.</string>
245     <!-- Label for the "custom autocomplete URL" input field -->
246     <string name="preference_autocomplete_add_title">Adreça d\'apondre</string>
248     <!-- "Hint" text for the "custom autocomplete URL" input field. Shown when the field is empty. -->
249     <string name="preference_autocomplete_add_hint">Pegar o picar una adreça web</string>
251     <!-- Example how a custom domain autocomplete URL be added (e.g. without http://) -->
252     <string name="preference_autocomplete_add_example2">Exemple : mozilla.org</string>
254     <!-- To be removed once the new hint has been translated -->
255     <string name="preference_autocomplete_add_example">Exemple : exemple.com</string>
257     <!-- Confirmation "snackbar" shown after a new custom autocomplete URL has been added. -->
258     <string name="preference_autocomplete_add_confirmation">Novèla adreça personalizada ajustada.</string>
260     <!-- Menu item to remove existing autocomplete URLs. -->
261     <string name="preference_autocomplete_menu_remove">Suprimir</string>
263     <!-- Content description (not visible, for screen readers etc.): Button that will delete all selected custom autocomplete URLs. -->
264     <string name="preference_autocomplete_action_remove_content_description">Suprimir</string>
266     <!-- Error message shown if the entered custom autocomplete URL is not valid or empty. -->
267     <string name="preference_autocomplete_add_error">Mercés de verificar las adreças picadas.</string>
269     <string name="preference_language">Lenga</string>
270     <!-- This is shown when the user hasn't set a focus specific language, i.e. when Focus
271          is using the system default language. -->
272     <string name="preference_language_systemdefault">Valors per defaut del sistèma</string>
274     <string name="preference_category_privacy">Vida privada</string>
275     <string name="preference_privacy_block_ads">&quot;Blocar los traçadors publicitaris &quot;</string>
276     <string name="preference_privacy_block_ads_summary">De publicitats vos seguèsson, amai las cliquetz pas</string>
277     <string name="preference_privacy_block_analytics">Blocar los traçadors d’estatisticas</string>
278     <string name="preference_privacy_block_analytics_summary">Servisson a reculhir, analisar e mesurar las activitats coma la tòca o desfilament</string>
279     <string name="preference_privacy_block_social">Blocar los traçadors de malhums socials</string>
280     <string name="preference_privacy_block_social_summary">Son embarcats dins de sites per traçar vòstras visitas e mostrar de foncionalitat coma los botons de partatge</string>
281     <string name="preference_privacy_block_content">Blocar los autres traçadors de contengut</string>
282     <string name="preference_privacy_block_content_summary2">Activar aquesta opcion pòt provocar de problèmas sus de paginas</string>
283     <string name="preference_privacy_category_cookies">Blocar los cookies</string>
285     <!-- Three options for Cookie blocking. Yes (All cookies Blocked), Block 3rd-party cookies
286     only (Only 3rd-party Cookies Blocked), No (No cookies blocked) -->
287     <string name="preference_privacy_should_block_cookies_no_option2">Non, mercé</string>
288     <string name="preference_privacy_should_block_cookies_third_party_tracker_cookies_option">Blocar solament los traçadors tèrces</string>
289     <string name="preference_privacy_should_block_cookies_third_party_only_option">Blocar solament los cookies tèrces</string>
290     <string name="preference_privacy_should_block_cookies_yes_option2">Òc</string>
292     <!-- Preference Title: Biometrics can be used to unlock Focus if the previous session's data was not erased by the user. -->
293     <string name="preference_security_biometric">Utilizar una emprenta digitala per desblocar l’aplicacion</string>
294     <!-- Preference Summary: Biometrics (iris scan, fingerprint, or facial scan) can be used to unlock Focus if the app had a URL
295         open when the app was last run to ensure that only the phone's owner can view a previous session.
296         %1$s will be replaced by the app name (e.g. Firefox Focus) -->
297     <string name="preference_security_biometric_summary">Vòstras detadas pòdon desblocar %1$s s’una URL es ja dobèrta dins l’aplicacion. S’activarà en mòde invisible.</string>
299     <!-- Preference Title: Secure Mode is a setting that prevents the app's content to show up in the "recent apps" screen
300          and prevents the user from taking screenshots or casting the app to other displays. -->
301     <string name="preference_privacy_secure_mode">Invisible</string>
302     <!-- Preference Summary: Stealth mode (previously "Secure mode") is a setting that prevents the
303      app's content (in our case especially the content of webpages) to show up in the "recent apps"
304      screen. Additionally Android will prevent the user from taking screenshots or casting the app
305      to other displays. -->
306     <string name="preference_privacy_stealth_summary">Amagar las paginas web en cambiar d’aplicacions e blocar la presa de capturas d’ecran.</string>
308     <string name="preference_category_security">Seguretat</string>
310     <string name="preference_category_performance">Performanças</string>
311     <string name="preference_performance_block_webfonts">Blocar las polissas Web</string>
312     <!-- This text is shown below the setting for disabling web fonts. Some websites use icons/images from a font and those do not show up if fonts are blocked.-->
313     <string name="preference_performance_block_webfonts_summary">Pòt far mancar d’imatges o icònas</string>
315     <string name="preference_performance_block_javascript">Blocar JavaScript</string>
316     <!-- This text is shown below setting for disabling JavaScript. Some websites may not work correctly when JavaScript is disabled -->
317     <string name="preference_performance_block_javascript_summary">Las paginas pòdon se cargar mai rapidament, mas pòdon se comportar pas coma cal</string>
319     <!-- This preference does not set Focus as the default browser but instead links to Android's
320      "default apps" settings screen or if not supported by this Android version to a SUMO page describing
321      how to set Focus as a default browser.
322       %1$s will be replaced by the app name (e.g. Firefox Focus) -->
323     <string name="preference_default_browser2">Far que %1$s siá lo navegador per defaut</string>
325     <string name="preference_category_mozilla">Mozilla</string>
326     <string name="preference_mozilla_telemetry2">Mandar de donadas d’utilizacion</string>
328     <!-- A link to SUMO at the end of the summary (preference_mozilla_telemetry_summary2) of the "Send anonymous usage data" setting. -->
329     <string name="preference_mozilla_telemetry_summary">Ne saber mai</string>
331     <!-- %1$s will be replaced with the name of the app (e.g. Firefox Focus) -->
332     <string name="preference_mozilla_telemetry_summary2">Mozilla s’esfòrça de reculhir pas que las donadas necessàrias per vos ofrir e melhorar %1$s.</string>
334     <!-- In-app link (in settings) to Focus privacy notice. -->
335     <string name="preference_privacy_notice">Politica de confidencialitat</string>
337     <!-- Item in Preferences that shows the about page. Parameter 1 is the app name, i.e. Firefox Focus/Firefox Klar. -->
338     <string name="preference_about">A prepaus de %1$s</string>
340     <!-- Header for the list of installed search engines -->
341     <string name="preference_search_installed_search_engines">Motors de recèrca installats</string>
343     <!-- Header for the list of installed search engines -->
344     <string name="preference_choose_search_engine">Causir lo motor de recèrca</string>
346     <!-- Action for restoring the default list of search engines -->
347     <string name="preference_search_restore">Restablir los motors de recèrca per defaut</string>
349     <!-- Action for adding an additional search engine to the list.
350     The "+" is used to emphasize that this is an "add" action -->
351     <string name="preference_search_add2">+ Apondre un motor de recèrca mai</string>
352     <string name="preference_search_remove_title">Levar de motors de recèrca</string>
353     <string name="preference_search_remove">Levar</string>
354     <!-- Action for dding an additional search engine to the list -->
355     <string name="preference_search_add3">Apondre un motor de recèrca de mai</string>
356     <!-- Explanation text above the list of search engines-->
357     <string name="preference_select_preferred_engine">Causissètz vòstre motor preferit :</string>
359     <!-- Title: Homescreen tips settings toggle to determine whether or not tips are displayed when
360      a user first launches the app. -->
361     <string name="preference_homescreen_tips">Mostrar las astúcias per l’ecran d’acuèlh</string>
363     <!-- Clickable action text that shows when user long-presses on a search engine search field (this is similar to paste or copy when long-pressing a text field) -->
364     <string name="action_option_add_search_engine">Apondre un motor de recèrca</string>
366     <string name="search_add_manually_name_hint">Nom del motor de recèrca</string>
367     <string name="search_add_manually_string">Motor de recèrca d’emplegar</string>
368     <string name="search_add_manually_save">Enregistrar</string>
370     <!-- Example of search engine url -->
371     <string name="search_add_manually_example">Exemple : exemple.com/search/?q=%s</string>
373     <string name="search_add_confirmation">Novèl motor de recèrca apondut.</string>
375     <string name="search_add_error_empty_name">Picatz lo nom del novèl motor de recèrca</string>
376     <string name="search_add_error_duplicate_name">Un motor de recèrca emplega ja aqueste nom.</string>
378     <string name="search_add_error_empty_search">Picar una cadena de recèrca</string>
380     <string name="search_add_error_format">Verificatz que la cadena de recèrca siá al format de l’exemple</string>
382     <!-- Content description (not visible, for screen readers etc.): Clear text in URL bar -->
383     <string name="content_description_clear_input">Escafar lo tèxte</string>
385     <!-- Content description (not visible, for screen readers etc.): Clicking on the website overlay
386      while in typing mode will dismiss and go back to the browser. This text will be read when the
387      overlay if focused. See https://github.com/mozilla-mobile/focus-android/issues/50 -->
388     <string name="content_description_dismiss_input">Remandar</string>
390     <!-- Content description (not visible, for screen readers etc.): Erase button: Erase the browsing
391      history and go back to the home screen. -->
392     <string name="content_description_erase">Netejar l’istoric de navegacion</string>
394     <!-- If the user has multiple tabs open we will show an addition "floating action button" showing how many tabs are open.
395      This string is not displayed and read only by screenreaders. %1$s will be replaced with the number of open tabs. This
396       button will only be visible when there is more than one tab open (>= 2). -->
397     <string name="content_description_tab_counter">Onglet dobèrts : %1$s</string>
399     <!-- Content description (not visible, for screen readers etc.): Lock icon showed in the URL bar for
400      https pages.. -->
401     <string name="content_description_lock">Connexion segura</string>
403     <!-- This text is not visible. Instead it will be read by the accessibility service once we start
404      loading a website -->
405     <string name="accessibility_announcement_loading">Cargament</string>
407     <!-- This text is not visible. Instead it will be read by the accessibility service once we
408      finished loading a website -->
409     <string name="accessibility_announcement_loading_finished">Site web cargat</string>
411     <!-- Content description (not visible, for screen readers etc.): "Three dot" menu button. -->
412     <string name="content_description_menu">Mai d\'opcions</string>
414     <!-- Content description (not visible, for screen readers etc.): "Three dot" menu button used
415     on home screen-->
416     <string name="indicator_content_description_menu">Boton per mostrar mai d’opcions</string>
418     <!-- Content description (not visible, for screen readers etc.): Navigate forward (browsing history) -->
419     <string name="content_description_forward">Avançar dins l’istoric</string>
421     <!-- Content description (not visible, for screen readers etc.): Reload current website -->
422     <string name="content_description_reload">Actualizar la pagina</string>
424     <!-- Content description (not visible, for screen readers etc.): Navigate back (browsing history) -->
425     <string name="content_description_back">Tornar</string>
427     <!-- Content description (not visible, for screen readers etc.): Stop loading the current website. This button will turn into the refresh button once loading has been completed (see content_description_reload) -->
428     <string name="content_description_stop">Quitar de cargar lo site web</string>
430     <!-- Content description (not visible, for screen readers etc.): Custom Tab exit button - closes the custom tab and returns to the previous app. -->
431     <string name="content_description_customtab_exit">Tornar a l’aplicacion precedenta</string>
433     <!-- Content description (not visible, for screen readers etc.): This is the description for the ImageView in the menu that displays
434          the number of trackers blocked for the current session -->
435     <string name="content_description_trackers_blocked">Nombre de traçadors blocats</string>
437     <!-- Content description (not visible, for screen readers etc.): This is the description for the switch in the menu that temporarily disables/enables
438          content blocking for the current session -->
439     <string name="content_description_blocking_switch">Blocar los traçadors</string>
441     <string name="your_rights">Vòstres dreches</string>
443     <string name="external_app_prompt_title">Dobrir lo ligam dins una autra aplicacion</string>
444     <!-- This string is shown when the user has clicked a link that needs to be opened in a different app.
445          Argument 2 is the external app name, argument 1 is our name (i.e. Firefox Focus, or Firefox Klar). -->
446     <string name="external_app_prompt">Sètz per quitar %1$s per dobrir aqueste ligam dins %2$s.</string>
447     <!-- This text is the title of a dialog shown if no app could be found for a custom link protocol. -->
448     <string name="external_app_prompt_no_app_title">Trobar una aplicacion per dobrir aqueste ligam</string>
449     <!-- This text is shown in a dialog if no app could be found for a custom link protocol. %1$s is the name of the app (i.e. Firefox Focus) and %2$s is the name of
450          the app store installed on the device (usually that's Google Play). -->
451     <string name="external_app_prompt_no_app">Cap de las aplicacions de l’ordenador pòt pas dobrir aqueste ligam. Podètz quitar %1$s per cercar dins %2$s una aplicacion que pòt lo dobrir.</string>
452     <!-- This label is shown above a list of apps that can be used to open a given link -->
453     <string name="external_multiple_apps_matched_exit">Sortir de la navegacion privada ?</string>
455     <!-- Snackbar that will be displayed after a download has completed. %1$s will be replaced with the file name. -->
456     <string name="download_snackbar_finished">%1$s acabat</string>
458     <!-- Snackbar action to immediately open the successfully downloaded file. -->
459     <string name="download_snackbar_open">Dobrir</string>
469   <string name="error_hostLookup_title">Impossible de trobar lo servidor</string>
489   <!-- First run tour (Default browser): Title -->
490     <string name="firstrun_defaultbrowser_title">Refortissètz vòstra vida privada</string>
491     <!-- First run tour (Default browser): Text. -->
492     <string name="firstrun_defaultbrowser_text2">Passatz a un nivèl mai naut de navegacion privada. Oblidetz las reclamas e los autres contenguts que pòdon vos traçar de sites en sites e rendon pesucas las paginas.</string>
494     <!-- First run tour (Search): Title -->
495     <string name="firstrun_search_title">Recercatz de vòstre biais</string>
496     <!-- First run tour (Search): Text -->
497     <string name="firstrun_search_text">Cercatz quicòm de diferent ? Causissètz un autre motor de recèrca per defaut als Paramètres.</string>
499     <!-- First run tour (Shortcut): Title -->
500     <string name="firstrun_shortcut_title">Apondre d’acorchis a vòstre ecran d’acuèlh</string>
501     <!-- First run tour (Shortcut): Text. %1$s will be replaced with the name of the app (e.g. Firefox Focus) -->
502     <string name="firstrun_shortcut_text">Tornatz rapidament a vòstres sites favorits dins %1$s. Causissètz «Apondre a l’ecran d’acuèlh» al menú de %1$s.</string>
504     <!-- First run tour (Privacy): Title -->
505     <string name="firstrun_privacy_title">Vòstra vida priva a vòstras mans</string>
506     <!-- First run tour (Privacy): Text. %1$s will be replaced with the name of the app (e.g. Firefox Focus) -->
507     <string name="firstrun_privacy_text">Fasètz de %1$s vòstre navegador per defaut e aprofeitatz d’una navegacion privada tre que dobrissètz una pagina web d’una autras aplicacions.</string>
509     <string name="firstrun_close_button">Comprés !</string>
510     <string name="firstrun_skip_button">Passar</string>
511     <string name="firstrun_next_button">Seguent</string>
513     <!-- Indicator that no trackers are being blocked because content blocking is disabled; normally shows the number of blocked trackers -->
514     <string name="content_blocking_disabled">-</string>
516     <!-- Label of the action that will add the current website to the home screen (shown in the confirmation dialog). -->
517     <string name="dialog_addtohomescreen_action_add">Apondre</string>
518     <!-- Label of the action that will add the current website to the home screen (shown in the confirmation dialog). -->
519     <string name="dialog_addtohomescreen_action_yes">ÒC</string>
521     <!-- Label of the action that will close the dialog and not add anything to the home screen (shown in the confirmation dialog). -->
522     <string name="dialog_addtohomescreen_action_cancel">Anullar</string>
523     <!-- Label of the action that will close the dialog and not add anything to the home screen (shown in the confirmation dialog). -->
524     <string name="dialog_addtohomescreen_action_no">NON</string>
526     <!-- When enhanced tracking protection is disabled for the current session then we will show this warning in the "Add to home screen" dialog to
527          let the user know that the shortcut will always be opened with enhanced tracking protection disabled. -->
528     <string name="dialog_addtohomescreen_tracking_protection2">Aqueste acorchi se dobrirà amb proteccion renfortida contra lo seguiment desactivada</string>
530     <!-- The user visible name of the "notification channel" (Android 8+ feature) for the ongoing notification shown while a browsing session is active.
531     The recommended maximum length is 40 characters; the value may be truncated if it is too long.
533     * To understand what notification channels are, see: https://www.androidcentral.com/notification-channels
534     * To see how this string will look like in Android's UI, see: https://github.com/mozilla-mobile/focus-android/issues/863#issuecomment-324105723
535     -->
536     <string name="notification_browsing_session_channel_name">Navegacion privada</string>
538     <!-- The user visible description of the "notification channel" (Android 8+ feature) for the ongoing notification shown while a browsing session is active.
539     The recommended maximum length is 300 characters; the value may be truncated if it is too long. %1$s will be replaced with the name of the app (e.g. Firefox Focus).
541     * To understand what notification channels are, see: https://www.androidcentral.com/notification-channels
542     * To see how this string will look like in Android's UI, see: https://github.com/mozilla-mobile/focus-android/issues/863#issuecomment-324105723
543     -->
544     <string name="notification_browsing_session_channel_description">Las notificacions permeton de suprimir la session de %1$s amb una tòca. Cal pas dobrir l’aplicacion nimai mostrar lo contengut del navegador.</string>
546     <!-- Label for a button in the "tabs tray" to erase the browsing history (closes all tabs and removes associated data). -->
547     <string name="tabs_tray_action_erase">Netejar l’istoric de navegacion</string>
549     <!-- If the user decides to open the current page in another browser and if Firefox is not installed then we show this
550       item in the list of browsers. Clicking it will open the app store installed on the device (usually that's Google Play). -->
551     <string name="download_firefox">Telecargar Firefox</string>
553     <!-- Text shown in the "Your rights" screen.
554     %1$s will be replaced with the name of the app (e.g. Firefox Focus)-->
555     <string name="your_rights_content1"><![CDATA[%1$s es un logicial liure e dobèrt fach per Mozilla e d’autres contributors.]]></string>
560   <!-- Text shown in the "Your rights" screen.
561     %1$s will be replaced with the name of the app (e.g. Firefox Focus)
562     %2$s will be replaced with a URL linking to the MPL (e.g. https://www.mozilla.org/en-US/MPL/) -->
563     <string name="your_rights_content2"><![CDATA[%1$s es distribuit jols tèrmes de la <a href="%2$s">Licéncia publica de Mozilla</a> e d’autras licéncias open source.]]></string>
565     <!-- Text shown in the "Your rights" screen.
566     %1$s will be replaced with the name of the app (e.g. Firefox Focus)
567     %2$s will be replaced with a URL linking to the trademark policy (e.g. https://www.mozilla.org/foundation/trademarks/policy/) -->
568     <string name="your_rights_content3"><![CDATA[Donatz pas cap de drech de marca o de licéncia sus las marcas depausadas de la Fondacion Mozilla o de tèrces, aquò inclutz sens cap de limit los noms e logos de Firefox. Mai d’informacions sus las marcas se tròban <a href="%2$s">aquí</a>.]]></string>
570     <!-- Text shown in the "Your rights" screen.
571     %1$s will be replaced with the name of the app (e.g. Firefox Focus)
572     %2$s will be replaced with a URL linking to the list of licenses used by the dependencies.-->
573     <string name="your_rights_content4"><![CDATA[Còdis font complementaris per %1$s son disponibles jos diferentas <a href="%2$s">licéncias</a> liuras e open source.]]></string>
575     <!-- Text shown in the "Your rights" screen.
576     %1$s will be replaced with the name of the app (e.g. Firefox Focus)
577     %2$s will be replaced with a URL linking to the GPL
578     %3$s will be replaced with a URL linking to the tracking protection wiki page (e.g. https://wiki.mozilla.org/Security/Tracking_protection#Lists) -->
579     <string name="your_rights_content5"><![CDATA[%1$s utiliza tanben las listas de blocatges provesidas per Disconnect, Inc coma de trabalh separat e independent jos licéncia <a href="%2$s">GNU General Public License v3</a>, e disponiblas <a href="%3$s">aquí</a>.]]></string>
581     <!-- Text shown in prompts for GeckoView -->
582     <string name="gv_prompt_username_hint">Nom d\'utilizaire</string>
583     <string name="gv_prompt_password_hint">Senhal</string>
584     <string name="gv_prompt_clear">Escafar</string>
586     <!-- Text shown in Security Information Popup -->
587     <!-- Text to denote secure or insecure connection -->
588     <string name="security_popup_secure_connection">Connexion securizada</string>
589     <string name="security_popup_insecure_connection">Connexion pas segura</string>
590     <!-- %1$s will be replaced with organization that granted the SSL certificate -->
591     <string name="security_popup_security_verified">Verificat per : %1$s</string>
593     <!-- Content Description of Security Icon in toolbar -->
594     <string name="site_security_icon_content_description">Seguretat del site</string>
595     <string name="preference_autocomplete_duplicate_url_error">L’adreça existís ja</string>
597     <!-- Label for the Find in page button -->
598     <string name="find_in_page">Recercar dins la pagina</string>
600     <!-- Watermark/Hint for the find in page input field -->
601     <string name="find_in_page_input">Recercar dins la pagina</string>
603     <!-- String to show the number of results found in the page and the
604         position the user is at. The first argument is the position, the second argument is the total -->
605     <string name="find_in_page_result">%1$d/%2$d</string>
606     <!-- String to be read by the accessibility service presenting the number of results found in the page
607         and the position the user is at. The first argument is the position, the second argument is the total -->
608     <string name="accessibility_find_in_page_result">%1$d demest %2$d</string>
610     <!-- String to be read by the accessibility service when focusing the next result button -->
611     <string name="accessibility_next_result">Trobar lo resultat seguent</string>
612     <!-- String to be read by the accessibility service when focusing the previous result button -->
613     <string name="accessibility_previous_result">Trobar lo resultat precedent</string>
614     <!-- String to be read by the accessibility service when focusing the dismiss button in the "find in page" UI -->
615     <string name="accessibility_dismiss_find_in_page">Quitar la recèrca dins la pagina</string>
619   <!-- Checkbox menu item text to request desktop site -->
620     <string name="preference_performance_request_desktop_site">Veire version ordenador</string>
622     <!-- Checkbox menu item text to request desktop site -->
623     <string name="preference_performance_request_desktop_site2">Version ordenador</string>
625     <!-- Displayed after a user long presses on the URL in a custom tab to copy the URL -->
626     <string name="custom_tab_copy_url_action">URL copiada</string>
628     <!-- Description of what a user may find in the Advanced Setting category, used for debugging -->
629     <string name="preference_advanced_summary">Aisinas pels desvolopaires</string>
631     <!-- Preference for open links in third party apps -->
632     <string name="preferences_open_links_in_apps">Dobrir los ligams dins las aplicacions</string>
634     <!-- Title of Advanced Setting category -->
635     <string name="preference_category_advanced">Avançat</string>
637     <!-- Preference to enable remote debugging of the app via USB or Wi-Fi -->
638     <string name="preference_remote_debugging">Desbugatge alonhat per USB/Wi-Fi</string>
640     <!-- Title for the fingerprint authentication dialog box that is shown to the user when opening the app.
641      %1$s is replaced with the app name -->
642     <string name="biometric_auth_title">Desblocar %1$s</string>
644     <!-- Description for the fingerprint authentication dialog box that is shown to the user when opening the app -->
645     <string name="biometric_auth_description">Tocatz lo captaire d’emprentas digitalas per contunhar.</string>
647     <!-- New session button for the fingerprint authentication dialog box that is shown to the user when opening the app.
648      When pressed, the user's previous session is cleared, and authentication is not required. -->
649     <string name="biometric_auth_new_session">Session novèla</string>
651     <!-- Button for the fingerprint authentication dialog box that is shown to the user when sharing a link to the app
652     while the user has biometric authentication enabled. When pressed, the user's previous session is cleared, and the shared link is opened. -->
653     <string name="biometric_auth_open_link_new_session">Dobrir lo ligam dins una session novèla</string>
655     <!-- Description for the fingerprint authentication image. Used for accessibility purposes. -->
656     <string name="biometric_auth_image_description">Icòna d’emprentas digitalas</string>
658     <!-- Error text displayed when the user's fingerprint cannot be recognized upon re-entering the app.
659      This is displayed during the authentication flow as the app launches. -->
660     <string name="biometric_auth_not_recognized_error">Detadas pas reconegudas. Tornatz ensajar.</string>
662     <!-- Error text displayed when the user's fingerprint moved too quickly upon re-entering the app
663     This is displayed during the authentication flow as the app launches.-->
664     <string name="biometric_auth_moved_too_quickly">Lo det a bolegat tròp rapidament. Tornatz ensajar.</string>
666     <!-- Title for the prompt to enable search suggestions -->
667     <string name="enable_search_suggestion_title2">Afichar las suggestions de recèrca ?</string>
669     <!-- Description for the prompt to enable search suggestions
670         %1$s will be replaced by the app name (e.g. Firefox Focus) -->
671     <string name="enable_search_suggestion_description">Per obténer de suggestions, %1$s a d’enviar al motor de recèrca çò que picatz dins la barra d’adreça.</string>
673     <!-- Label used for the "NO button" for the prompt to enable search suggestions -->
674     <string name="enable_search_suggestions_no">Non</string>
676     <!-- Label used for the "YES button" for the prompt to enable search suggestions -->
677     <string name="enable_search_suggestions_yes">Òc</string>
679     <!-- Message displayed when using a search engine that doesn't provide suggestions -->
680     <string name="no_suggestions_message">Unes motor de recèrca pòdon pas mostrar de suggestions.</string>
682     <!-- Button to dismiss the message displayed  when using a search engine that doesn't provide suggestions-->
683     <string name="dismiss_no_suggestions_prompt_button">Tampar</string>
685     <!-- Tips displayed on the home view -->
687     <!-- Tip displayed on home view explaining how to disable tracking protection
688     The new line here must be kept as the second half of the string is clickable for the user. -->
689     <string name="tip_disable_tracking_protection">Aqueste site a un compòrtament inesperat ?\n Ensajatz de desactivar la proteccion contra lo seguiment</string>
691     <!-- Tip displayed on home view explaining how to disable enhanced tracking protection
692 The new line here must be kept as the second half of the string is clickable for the user. -->
693     <string name="tip_disable_tracking_protection3">Manca lo contengut al site o agís estranhament ?\n
694     Ensajatz de desactivar la proteccion contra lo seguiment renfortida</string>
696     <!-- Tip displayed on home view explaining how to add sites to homescreen
697     Argument 1 will be replaced with a line break in the application.-->
698     <string name="tip_add_to_homescreen"><![CDATA[Accedissètz rapidament als sites que mai visitatz %1$s Menú > Apondre a l’ecran d’acuèlh]]></string>
700     <!-- Tip displayed on home view explaining how to make Focus the default browser
701     Argument 1 is the app name (Firefox Focus/Firefox Klar/etc).
702     The new line here must be kept as the second half of the string is clickable for the user. -->
703     <string name="tip_set_default_browser">Dobrir totes los ligams amb %1$s\n Definir %1$s coma navegador per defaut</string>
705     <!-- Tip displayed on home view explaining how to add a custom autocomplete URL
706     The new line here must be kept as the second half of the string is clickable for the user. -->
707     <string name="tip_autocomplete_url">Emplenament automaticament de las URL dels sites mai visitats\n Mantenètz quichat quin que siá URL dins la barra d’adreça</string>
709     <!-- Tip displayed on home view explaining how to add a custom autocomplete URL
710     The new line here must be kept as the second half of the string is clickable for the user. -->
711     <string name="tip_open_in_new_tab">Dobrir un ligam dins un onglet novèl\n Mantenètz quichat quin que siá ligam de la pagina</string>
713     <!-- Tip displayed on home view explaining how to request the desktop version of a website.
714       %1$s is a placeholder for the app name. -->
715     <string name="tip_request_desktop2">Volètz veire la version complèta d’un site ?\n
716         Passatz a la version per ordenador del menú %1$s estant</string>
718     <!-- Tip displayed on home view explaining how to add a custom autocomplete URL -->
719     <string name="tip_disable_tips2">Quitar de mostrar las astúcias a l’ecran de començament</string>
721     <!-- Tip displayed on the home view explaining how to use the Allowlist feature.
722      "Allowlist" is a replacement for the word whitelist. -->
723     <string name="tip_explain_allowlist3">Volètz desactivar la proteccion renfortida contra lo seguiment per un site de fisança ?\n
724         Apondètz-lo a la lista d’autorizacion al paramètres
725     </string>
727     <!-- Tip displayed on the home view about the changes in the new release.
728     %1$s is a placeholder for the app name -->
729     <string name="tip_fresh_look">Mas òc, avèm una aparéncia novèla !\n Ne saber mai tocant aqueste subjècte e tocant d’autras mesas a jorn de %1$s.</string>
731     <!-- Tip displayed on the home view about shortcuts
732     %1$s is a placeholder for the app name -->
733     <string name="tip_about_shortcuts">Creatz d’acorchis cap als sites que mai visitatz :\n
734     Seleccionatz « Apondre als acorchis » al menú de %1$s</string>
736     <!-- Label for the snackbar when a user opens a new tab -->
737     <string name="new_tab_opened_snackbar">Novèl onglet dobèrt</string>
739     <!-- Label for the button in the snackbar that switches to the newly opened tab -->
740     <string name="open_new_tab_snackbar">Mostrar</string>
742     <!-- Preference for switching to a new tab immediately after opening -->
743     <string name="preference_open_new_tab">Mostrar sulcòp los ligams dobèrts</string>
745     <!-- Preference for safe browsing which when enabled, blocks dangerous or deceptive webpages that may include phishing or malware -->
746     <string name="preference_category_safe_browsing">Navegacion securizada</string>
747     <!-- Preference title for safe browsing which when enabled, blocks dangerous or deceptive webpages that may include phishing or malware -->
748     <string name="preference_safe_browsing_title">Blocar los sites potencialament perilhoses e enganaires</string>
749     <!-- Preference summary for safe browsing which when enabled, blocks dangerous or deceptive webpages that may include phishing or malware -->
750     <string name="preference_safe_browsing_summary">Blocar los sites senhalats coma perilhoses, los sites de logicials dangieroses e los sites de logicials pas desirats.</string>
752     <!-- Preference for exceptions tracking protection -->
753     <string name="preference_exceptions">Excepcions</string>
754     <!-- Description for the exceptions preference screen-->
755     <string name="preference_exceptions_description">Avètz desactivat lo blocatge de contengut per aquestes sites.</string>
756     <!-- Menu item to remove existing exceptions. -->
757     <string name="preference_exceptions_menu_remove">Suprimir</string>
758     <!-- Button to remove all websites from the exception list -->
759     <string name="preference_exceptions_remove_all_button_label">Suprimir totes los sites web</string>
761     <!-- Title for Preference screen for cookie blocking for exceptions tracking protection -->
762     <string name="preference_block_cookies_title">Blocar los cookies</string>
764     <!-- Message for Preference screen for cookie blocking for exceptions tracking protection -->
765     <string name="preference_category_block_cookies">Volètz blocar los cookies ?</string>
767     <!-- Title for the tab crash report screen-->
768     <string name="tab_crash_report_title">L’onglet a plantat</string>
769     <!-- Headline for the tab crash report screen -->
770     <string name="tab_crash_report_headline">O planhèm, avèm de problèmas amb aqueste onglet.</string>
771     <!-- Subtitle for the tab crash report screen -->
772     <string name="tab_crash_report_description">Coma navegador privat, enregistram pas jamai res e podèm pas restablir aqueste onglet.</string>
773     <!-- Label for button to close the tab-->
774     <string name="tab_crash_report_close_tab_button_label">Tampar l\'onglet</string>
779   <!-- Label for the checkbox to send the tab crash report to Mozilla -->
780     <string name="crash_report_send_crash_label">Enviar un senhalament de bug a Mozilla</string>
782     <!-- Tracking protection bottom sheet -->
784     <!-- Label for the total number of trackers blocked. %s represents the app install date -->
785     <string name="trackers_count_note">Traçadors blocats dempuèi lo %s</string>
786     <!-- Category of trackers (content) that can be blocked by Enhanced Tracking Protection -->
787     <string name="content">Contengut</string>
788     <!-- Category of trackers (advertising) that can be blocked by Enhanced Tracking Protection -->
789     <string name="advertising">Publicitat</string>
790     <!-- Category of trackers (social media) that can be blocked by Enhanced Tracking Protection -->
791     <string name="social">Ret social</string>
792     <!-- Category of trackers (analytics) that can be blocked by Enhanced Tracking Protection -->
793     <string name="analytics">Estatisticas</string>
794     <!-- Preference title for enhanced tracking protection settings -->
795     <string name="enhanced_tracking_protection">Proteccion contra lo seguiment renfortida</string>
796     <!-- Enhanced tracking protection preference description when the tracking protection is disabled for this site-->
797     <string name="enhanced_tracking_protection_state_off">Las proteccions son desactivadas per aqueste site</string>
798     <!-- Enhanced tracking protection preference description when the tracking protection is enabled for this site-->
799     <string name="enhanced_tracking_protection_state_on">Las proteccions son activadas per aqueste site</string>
800     <!-- Label that indicates a site is using a secure connection -->
801     <string name="secure_connection">La connexion es segura</string>
802     <!-- Label that indicates a site is using a insecure connection -->
803     <string name="insecure_connection">La connexion es pas segura</string>
804     <!-- Title for the list of trackers enhanced tracking ptotection can block-->
805     <string name="trackers_and_scripts">Traçadors e scripts de blocar</string>
807     <!-- Content description (not visible, for screen readers etc.): Navigate back button description -->
808     <string name="go_back">Tornar</string>
810     <!-- Top Sites -->
811     <!-- Text for the menu button to remove a top site -->
812     <string name="remove_top_site">Suprimir</string>
814     <!-- Text for context menu additional note.
815     %1$s is a placeholder for the app name. -->
816     <string name="contextmenu_erased_images_note2">Los imatges salvagardats o partejats &lt;b&gt;seràn pas&lt;/b&gt; suprimits en netejar vòstre istoric %1$s.</string>
818     <!-- Theme Preferences -->
819     <!-- Preference category for changing default theme to dark or light mode -->
820     <string name="preferences_theme">Tèma</string>
821     <!-- Preference for using light theme -->
822     <string name="preference_light_theme">Clar</string>
823     <!-- Preference for using dark theme -->
824     <string name="preference_dark_theme">Escur</string>
825     <!-- Preference for using using dark or light theme automatically set by battery -->
826     <string name="preference_auto_battery_theme">Definit per l’estalviador de batariá</string>
827     <!-- Preference for using following device theme -->
828     <string name="preference_follow_device_theme">Segon lo tèma del periferic</string>
830 </resources>