no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / mobile / android / focus-android / app / src / main / res / values-nn-rNO / strings.xml
blob161e4d4919053435671a8de7854309232fdf6827
1 <?xml version="1.0" encoding="utf-8"?>
2 <resources xmlns:moz="http://mozac.org/tools" xmlns:tools="http://schemas.android.com/tools">
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">Avbryt</string>
10     <!-- Label used for buttons, e.g. in dialogs -->
11     <string name="action_ok">OK</string>
13     <string name="action_save">Lagra</string>
15     <!-- This text is shown in the URL bar when it's empty -->
16     <string name="urlbar_hint">Søk eller skriv inn ei adresse</string>
18     <string name="teaser">Automatisk privat nettlesing.\nSurf. Slett. Repeter.</string>
20     <!-- "Snackbar" shown after the user has pressed the 'erase' button at the end of a browsing session -->
21     <string name="feedback_erase">Nettlesarhistorikken din er sletta.</string>
23     <string name="feedback_erase2">Nettlesarhistorikk er sletta</string>
25     <!-- "Snackbar" shown after the user has pressed the 'erase' button at the end of a custom tab browsing session -->
26     <string name="feedback_erase_custom_tab">Nettlesarhistorikken til fana er sletta.</string>
28     <!-- This label is shown below the URL bar as soon as the user enters text. Clicking the label will perform a search -->
29     <string name="search_hint">Søk etter %1$s</string>
31     <!-- Menu item: Share the currently visible page -->
32     <string name="menu_share">Del…</string>
34     <!-- Menu item: Report an issue on the current site -->
35     <string name="menu_report_site_issue">Rapporter problem med nettstad</string>
37     <!-- Menu item: Switch to another browser to open the currently visible page. %1$s will be
38       replaced with the name of the browser like: "Open in Firefox" or "Open in Chrome". Some
39       links can be opened by native apps that aren't a browser, e.g. "Open in YouTube" -->
40     <string name="menu_open_with_default_browser2">Opna i %1$s</string>
42     <!-- Menu item: Switch to another browser to open the currently visible page. This menu item
43       will be shown if there are multiple browsers and we do not know which one is the default
44       browser or in case Focus is actually the default browser. Clicking this menu item will show
45       a screen with multiple browsers (or other apps that can open the current URL) to choose from. -->
46     <string name="menu_open_with_a_browser2">Opna i…</string>
48     <!-- Menu item: Add the current page as a shortcut to the device's home screen (launcher). -->
49     <string name="menu_add_to_home_screen">Legg til på startskjerm</string>
51     <!-- Menu item: Add the current site as a shortcut on the Home screen -->
52     <string name="menu_add_to_shortcuts">Legg til i snarvegar</string>
53     <!-- Menu item: Remove the current site as a shortcut from the Home screen -->
54     <string name="menu_remove_from_shortcuts">Fjern frå snarvegar</string>
56     <!-- Menu item: Shows information about features and changes that are new to this version -->
57     <string name="menu_settings">Innstillingar</string>
58     <string name="menu_about">Om</string>
59     <string name="menu_help">Hjelp</string>
60     <string name="menu_rights">Dine rettar</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">Sporfølgjarar blokkerte</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">Om du slår av dette, kan det løyse nokre problem med nettsida</string>
73     <!-- Menu item: This is the label for turning off content blocking for the current website. -->
74     <string name="menu_content_blocking">Innhaldsblokkering</string>
75     <!-- This is the subtitle content blocking toggle -->
76     <string name="menu_content_blocking_subtitle">Slå av for å fikse nokre nettsider</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">Driven av %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">Del via</string>
87     <string name="notification_erase_title_android_14">Slette nettlesarhistorikk?</string>
89     <string name="notification_erase_text_android_14" moz:RemovedIn="124" tools:ignore="UnusedResources">Trykk eller fjern dette varselet for å slette nettlesarhistorikken din på ein trygg måte.</string>
91     <!-- Text shown in the notification description that pops up to remind the user that a browsing session is active
92     for Android 14+. -->
93     <string name="notification_erase_text_android_14_1">Trykk eller sveip dette varselet for å slette nettlesarhistorikken din på ein trygg måte.</string>
95     <string name="notification_erase_text">Slett nettlesarhistorikk</string>
97     <!-- Notification action to open Focus and resume the current browsing session. -->
98     <string name="notification_action_open">Opna</string>
100     <!-- Notification action to erase the current browsing session AND switch to Focus (bring it
101          to the foreground) -->
102     <string name="notification_action_erase_and_open">Slett og opna</string>
104     <!-- On Android 7+ users can add a shortcut for erasing the browsing history to the home screen.
105          This is the label for this shortcut. Android recommends a maximum length of 10 characters. -->
106     <string name="shortcut_erase_short_label">Slett</string>
108     <!-- The same as 'shortcut_erase_short_label' but more descriptive. The launcher shows this
109          instead of the short title when it has enough space. Android recommends a maximum length
110          of 25 characters. -->
111     <string name="shortcut_erase_long_label">Slett nettlesarhistorikken</string>
114     <!-- On Android 7+ users can add a shortcut for erasing the browsing history to the home screen.
115          This is the label for this shortcut. Android recommends a maximum length of 10 characters. -->
116     <string name="shortcut_erase_and_open_short_label">Slett og opne</string>
118     <!-- The same as 'shortcut_erase_short_label' but more descriptive. The launcher shows this
119          instead of the short title when it has enough space. Android recommends a maximum length
120          of 25 characters.
121          %1$s will be replaced by the app name (e.g. Firefox Focus) -->
122     <string name="shortcut_erase_and_open_long_label">Slett og opne %1$s</string>
125     <!-- This is the label of an action we offer when the user selects text in other third-party apps.
126          Focus is hard coded since we can't use variables in this context.
127          Do not translate or transliterate Focus.-->
128     <string name="text_selection_search_action_focus">Søk med Focus</string>
130     <!-- This is the label of an action we offer when the user selects text in other third-party apps.
131              Klar is hard coded since we can't use variables in this context.
132              Do not translate or transliterate Klar.-->
133     <string name="text_selection_search_action_klar">Søk med Klar</string>
134     <!-- This is the label of an action we offer when the user selects text in other third-party apps.
135             Focus Beta is hard coded since we can't use variables in this context.
136             Do not translate or transliterate Focus Beta.-->
137     <string name="text_selection_search_action_focus_beta">Søk med Focus Beta</string>
138     <!-- This is the label of an action we offer when the user selects text in other third-party apps.
139           Focus Nightly is hard coded since we can't use variables in this context.
140           Do not translate or transliterate Focus Nightly.-->
141     <string name="text_selection_search_action_focus_nightly">Søk med Focus Nightly</string>
143     <!-- Content of about focus. Argument 1 is the app name (Firefox Focus/Firefox Klar/etc).
144          Argument 2 is the url for the learn-more link. -->
145     <string name="about_content"><![CDATA[<p>%1$s gir deg kontroll.</p>
146 <p>Bruk han som ein privat nettlesar:
147   <ul>
148     <li>Søk og surf rett i appen</li>
149     <li>Blokker sporarar (eller oppdater innstillingane for å tillate sporarar)</li>
150     <li>Slett for å fjerne infokapslar samt søk- og nettlesarhistorikk</li>
151   </ul>
152 </p>
153 <p>%1$s er produsert av Mozilla. Vårt oppdrag er å fremme eit sunt, ope Internett.<br/>
154 <a href="%2$s">Les meir</a></p>]]></string>
156     <!-- Header for the Privacy and Security settings menu -->
157     <string name="preference_privacy_and_security_header">Personvern og sikkerheit</string>
159     <!-- Preference summary for settings related to privacy and security -->
160     <string name="preference_privacy_and_security_summary">Sporing, infokapslar, dataval</string>
162     <!-- Preference category description for settings related to search, set default
163     and autocomplete are settings a user can find and change inside the "search" settings screen -->
164     <string name="preference_search_summary">Set standard, autofullfør</string>
166     <!-- Preference category description for settings screen for settings related to Mozilla -->
167     <!-- About the app and help are links that are inside this menu -->
168     <!-- %1$s will be replaced by the app name (e.g. Firefox Focus) -->
169     <string name="preference_mozilla_summary">Om %1$s, hjelp</string>
171     <!-- Preference category for ad blocking and enhanced tracking protection settings -->
172     <string name="preference_category_tracking_protection3">Utvida sporingsvern</string>
174     <!-- Preference category for settings related to controlling web content -->
175     <string name="preference_category_web_content">Nettinnhald</string>
177     <!-- Preference category: stealth settings for while switching apps -->
178     <string name="preference_category_switching_apps">Byte mellom appar</string>
180     <!-- Preference category for General Settings -->
181     <string name="preference_category_general">Generelt</string>
183     <!-- Preference summary for General Settings category; the two things users can find in this category -->
184     <string name="preference_general_summary2">Standardnettlesar, språk</string>
186     <!-- Preference category for settings about sending usage data -->
187     <string name="preference_category_data_collection_use">Datainnsamling og bruk</string>
189     <string name="preference_category_search">Søk</string>
191     <!-- Title of "switch" preference that enables/disables search suggestions -->
192     <string name="preference_show_search_suggestions">Få søkjeforslag</string>
193     <!-- Description of the preference that enables/disables search suggestions
194         %1$s will be replaced by the app name (e.g. Firefox Focus) -->
195     <string name="preference_show_search_suggestions_summary">%1$s sender det du skriv i adressefeltet til søkjemotoren din</string>
197     <!-- This label is shown below the name of the default search engine in settings -->
198     <string name="preference_search_engine_default">Standard</string>
200     <!-- This label is shown above the currently selected search engine in settings -->
201     <string name="preference_search_engine_label">Søkjemotor</string>
203     <!-- Text that is shown below a "switch" preference that is enabled. -->
204     <string name="preference_state_on">På</string>
206     <!-- Text that is shown below a "switch" preference that is disabled. -->
207     <string name="preference_state_off">Av</string>
209     <!-- Item in settings that will open a new preference screen for configuring the URL autocomplete behavior. -->
210     <string name="preference_subitem_autocomplete">Autofullfør nettadresse</string>
212     <!-- Title of "switch" preference that enables/disables autocomplete for the default list -->
213     <string name="preference_switch_autocomplete_topsites">For toppnettsider</string>
215     <!-- Summary for the toggle to enable autocomplete for the topsites list
216     %s is a placeholder for the app name (e.g. Firefox Focus)-->
217     <string name="preference_autocomplete_topsite_summary2">Slå på at %s autofullfører over 450 populære nettadresser i adressefeltet.</string>
219     <!-- Title of "switch" preference that enables/disables autocomplete for the user-defined list -->
220     <string name="preference_switch_autocomplete_user_list">For nettsider du legg til</string>
222     <!-- Summary for the toggle to enable autocomplete for the user-defined list
223      %s is a placeholder for the app name (e.g. Firefox Focus)-->
224     <string name="preference_autocomplete_user_list_summary2">Slå på for å få %s til å autofullføre dei føretrekte nettadressene dine.</string>
226     <!-- Preference category: Manage (user-defined) sites -->
227     <string name="preference_category_autocomplete_manage_sites">Handsam sider</string>
229     <!-- Item in autocomplete settings that will open a new preference screen for adding and removing URLs to the user-defined list-->
230     <string name="preference_autocomplete_subitem_manage_sites">Handsam sider</string>
232     <!-- 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. -->
233     <string name="preference_autocomplete_action_add">+ Legg til ei tilpassa nettadresse</string>
235     <!-- Explanation text above the list of custom autocomplete URLs. -->
236     <string name="preference_autocomplete_explanation_text">Di liste over autofullføringar:</string>
238     <!-- 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. -->
239     <string name="preference_autocomplete_action_add2">Legg til URL</string>
241     <!-- Title of the screen for adding custom autocomplete URLs. -->
242     <string name="preference_autocomplete_title_add">Legg til ei tilpassa nettadresse</string>
244     <!-- Label for the button to quick add custom autocomplete URLs. -->
245     <string name="custom_autocomplete_quick_add">Legg til ei tilpassa nettadresse</string>
247     <!-- Label for the button to quick add the current URL to the custom autocomplete list -->
248     <string name="add_custom_autocomplete_label">Legg til lenke til autofullfør</string>
250     <!-- Preference category for settings about cookies and site data -->
251     <string name="preference_category_cookies">Infokapslar og nettsidedata</string>
253     <!-- Preference category for settings about data choices -->
254     <string name="preference_category_data_choices">Dataval</string>
256     <!-- Title of the screen for removing custom autocomplete URLs. -->
257     <string name="preference_autocomplete_title_remove">Fjern tilpassa nettadresser</string>
259     <!-- A link to SUMO at autocomplete settings. -->
260     <string name="preference_autocomplete_learn_more">Les meir</string>
262     <!-- Preference summary: Custom (user-defined) autocomplete URLs. -->
263     <string name="preference_autocomplete_custom_summary">Legg til og handsam tilpassa autofullførte nettadressesr.</string>
265     <!-- Label for the "custom autocomplete URL" input field -->
266     <string name="preference_autocomplete_add_title">Nettadresse å legga til</string>
268     <!-- "Hint" text for the "custom autocomplete URL" input field. Shown when the field is empty. -->
269     <string name="preference_autocomplete_add_hint">Lim inn eller skriv inn ei nettadresse</string>
271     <!-- Example how a custom domain autocomplete URL be added (e.g. without http://) -->
272     <string name="preference_autocomplete_add_example2">Døme: mozilla.org</string>
274     <!-- To be removed once the new hint has been translated -->
275     <string name="preference_autocomplete_add_example">Døme: example.com</string>
277     <!-- Confirmation "snackbar" shown after a new custom autocomplete URL has been added. -->
278     <string name="preference_autocomplete_add_confirmation">Ny tilpassa nettadresse lagt til.</string>
280     <!-- Menu item to remove existing autocomplete URLs. -->
281     <string name="preference_autocomplete_menu_remove">Fjern</string>
283     <!-- Content description (not visible, for screen readers etc.): Button that will delete all selected custom autocomplete URLs. -->
284     <string name="preference_autocomplete_action_remove_content_description">Fjern</string>
286     <!-- Error message shown if the entered custom autocomplete URL is not valid or empty. -->
287     <string name="preference_autocomplete_add_error">Dobbelsjekk nettadressa du skreiv inn.</string>
289     <string name="preference_language">Språk</string>
290     <!-- This is shown when the user hasn't set a focus specific language, i.e. when Focus
291          is using the system default language. -->
292     <string name="preference_language_systemdefault">Systemstandard</string>
294     <string name="preference_category_privacy">Personvern</string>
295     <string name="preference_privacy_block_ads">Blokker reklamesporfølgjarar</string>
296     <string name="preference_privacy_block_ads_summary">Nokre annonsar sporfølgjarar nettstadbesøk, sjølv om du ikkje klikkar på annonsane</string>
297     <string name="preference_privacy_block_analytics">Blokker analysesporfølgjarar</string>
298     <string name="preference_privacy_block_analytics_summary">Brukt for å samla inn, analysera og måla aktivitetar som tastetrykk og rulling</string>
299     <string name="preference_privacy_block_social">Blokker sosiale media-sporfølgjarar</string>
300     <string name="preference_privacy_block_social_summary">Innebygd på nettstader for å spora besøka dine og å visa funksjonalitet som dele-knappar</string>
301     <string name="preference_privacy_block_content">Blokker andre innhaldssporfølgjarar</string>
302     <string name="preference_privacy_block_content_summary2">Aktivering kan føre til at nokre sider oppfører seg uventa</string>
303     <string name="preference_privacy_category_cookies">Blokker infokapslar</string>
305     <!-- Three options for Cookie blocking. Yes (All cookies Blocked), Block 3rd-party cookies
306     only (Only 3rd-party Cookies Blocked), No (No cookies blocked) -->
307     <string name="preference_privacy_should_block_cookies_no_option2">Nei takk</string>
308     <string name="preference_privacy_should_block_cookies_third_party_tracker_cookies_option">Blokker berre tredjepartssporings-infokapslar</string>
309     <string name="preference_privacy_should_block_cookies_third_party_only_option">Blokker berre tredjepartsinfokapslar</string>
311     <string name="preference_privacy_should_block_cookies_cross_site_option">Blokker infokapslar på tvers av nettstadar</string>
312     <string name="preference_privacy_should_block_cookies_yes_option2">Ja takk</string>
314     <!-- Preference Title: Biometrics can be used to unlock Focus if the previous session's data was not erased by the user. -->
315     <string name="preference_security_biometric">Bruk fingeravtrykk for å låse opp appen</string>
317     <!-- Preference Summary: Biometrics (iris scan, fingerprint, or facial scan) can be used to unlock Focus if the app had a URL
318         open when the app was last run to ensure that only the phone's owner can view a previous session.
319         %s will be replaced by the app name (e.g. Firefox Focus)
320         Shortcuts is a feature that allows the user to pin his favorite websites to Focus home screen so he can quickly access them-->
321     <string name="preference_security_biometric_summary2">Lås opp med fingeravtrykk dersom du har lagt til snarvegar eller når ein nettstad allereie er open i %s.</string>
323     <!-- Preference Title: Secure Mode is a setting that prevents the app's content to show up in the "recent apps" screen
324          and prevents the user from taking screenshots or casting the app to other displays. -->
325     <string name="preference_privacy_secure_mode">Usynleg løyndmodus</string>
326     <!-- Preference Summary: Stealth mode (previously "Secure mode") is a setting that prevents the
327      app's content (in our case especially the content of webpages) to show up in the "recent apps"
328      screen. Additionally Android will prevent the user from taking screenshots or casting the app
329      to other displays. -->
330     <string name="preference_privacy_stealth_summary">Gøym nettsider når du byter appar og unngå at det vert knipsa skjermbilde.</string>
332     <string name="preference_category_security">Sikkerheit</string>
334     <string name="preference_category_performance">Yting</string>
335     <string name="preference_performance_block_webfonts">Blokker nettfontar</string>
336     <!-- 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.-->
337     <string name="preference_performance_block_webfonts_summary">Kan resultere i at ikon eller bilde manglar</string>
339     <string name="preference_performance_block_javascript">Blokker JavaScript</string>
340     <!-- This text is shown below setting for disabling JavaScript. Some websites may not work correctly when JavaScript is disabled -->
341     <string name="preference_performance_block_javascript_summary">Sider kan lastast raskare, men kan òg oppføra seg uventa</string>
343     <!-- This preference does not set Focus as the default browser but instead links to Android's
344      "default apps" settings screen or if not supported by this Android version to a SUMO page describing
345      how to set Focus as a default browser.
346       %1$s will be replaced by the app name (e.g. Firefox Focus) -->
347     <string name="preference_default_browser2">Bruk %1$s som standard nettlesar</string>
349     <string name="preference_category_mozilla">Mozilla</string>
350     <string name="preference_mozilla_telemetry2">Send brukardata</string>
352     <!-- A link to SUMO at the end of the summary (preference_mozilla_telemetry_summary2) of the "Send anonymous usage data" setting. -->
353     <string name="preference_mozilla_telemetry_summary">Les meir</string>
355     <!-- %1$s will be replaced with the name of the app (e.g. Firefox Focus) -->
356     <string name="preference_mozilla_telemetry_summary2">Mozilla strevar etter å berre samla inn det vi treng for å tilby og forbetra %1$s for alle.</string>
358     <!-- In-app link (in settings) to Focus privacy notice. -->
359     <string name="preference_privacy_notice">Personvernerklæring</string>
361     <!-- In-app link (in settings) to Focus licensing information. -->
362     <string name="preference_licensing_info">Lisensinformasjon</string>
364     <!-- Link to Focus licensing information from other libraries that we use. -->
365     <string name="preference_libraries_we_use">Bibliotek som vi brukar</string>
367     <!-- Open Source Licenses page title. The first parameter is the app name -->
368     <string name="open_source_licenses_title">%s | OSS-bibliotek</string>
370     <!-- Item in Preferences that shows the about page. Parameter 1 is the app name, i.e. Firefox Focus/Firefox Klar. -->
371     <string name="preference_about">Om %1$s</string>
373     <!-- Header for the list of installed search engines -->
374     <string name="preference_search_installed_search_engines">Installerte søkjemotorar</string>
376     <!-- Header for the list of installed search engines -->
377     <string name="preference_choose_search_engine">Vel søkjemotor</string>
379     <!-- Action for restoring the default list of search engines -->
380     <string name="preference_search_restore">Tilbakestill til standardsøkjemotorar</string>
382     <!-- Action for adding an additional search engine to the list.
383     The "+" is used to emphasize that this is an "add" action -->
384     <string name="preference_search_add2">+ Legg til ein annan søkjemotor</string>
385     <string name="preference_search_remove_title">Fjern søkjemotorar</string>
386     <string name="preference_search_remove">Fjern</string>
388     <!-- Action for dding an additional search engine to the list -->
389     <string name="preference_search_add3">Legg til ein annan søkjemotor</string>
391     <!-- Explanation text above the list of search engines-->
392     <string name="preference_select_preferred_engine">Vel føretrekt søkjemotor:</string>
394     <!-- 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) -->
395     <string name="action_option_add_search_engine">Legg til søkjemotor</string>
397     <string name="search_add_manually_name_hint">Søkjemotornamn</string>
398     <string name="search_add_manually_string">Søkjestreng som skal brukast</string>
399     <string name="search_add_manually_save">Lagra</string>
401     <!-- Example of search engine url -->
402     <string name="search_add_manually_example">Døme: example.com/search/?q=%s</string>
404     <string name="search_add_confirmation">Ny søkjemotor lagt til.</string>
406     <string name="search_add_error_empty_name">Skriv inn namn på søkjemotor</string>
407     <string name="search_add_error_duplicate_name">Ein installert søkjemotor brukar allereie dette namnet.</string>
409     <string name="search_add_error_empty_search">Skriv inn søkjestreng</string>
411     <string name="search_add_error_format">Kontroller at søkjestrengen passar med dømeformatet</string>
413     <!-- Content description (not visible, for screen readers etc.): Clear text in URL bar -->
414     <string name="content_description_clear_input">Tøm skrivefeltet</string>
416     <!-- Content description (not visible, for screen readers etc.): Clicking on the website overlay
417      while in typing mode will dismiss and go back to the browser. This text will be read when the
418      overlay if focused. See https://github.com/mozilla-mobile/focus-android/issues/50 -->
419     <string name="content_description_dismiss_input">Avvis</string>
421     <!-- Content description (not visible, for screen readers etc.): Erase button: Erase the browsing
422      history and go back to the home screen. -->
423     <string name="content_description_erase">Slett nettlesarhistorikken</string>
425     <!-- If the user has multiple tabs open we will show an addition "floating action button" showing how many tabs are open.
426      This string is not displayed and read only by screenreaders. %1$s will be replaced with the number of open tabs. This
427       button will only be visible when there is more than one tab open (>= 2). -->
428     <string name="content_description_tab_counter">Opne faner: %1$s</string>
430     <!-- Content description (not visible, for screen readers etc.): Lock icon showed in the URL bar for
431      https pages.. -->
432     <string name="content_description_lock">Trygg tilkopling</string>
434     <!-- This text is not visible. Instead it will be read by the accessibility service once we start
435      loading a website -->
436     <string name="accessibility_announcement_loading">Lastar</string>
438     <!-- This text is not visible. Instead it will be read by the accessibility service once we
439      finished loading a website -->
440     <string name="accessibility_announcement_loading_finished">Nettside lasta</string>
442     <!-- Content description (not visible, for screen readers etc.): "Three dot" menu button. -->
443     <string name="content_description_menu">Fleire innstillingar</string>
445     <!-- Content description (not visible, for screen readers etc.): "Three dot" menu button used
446     on home screen-->
447     <string name="indicator_content_description_menu">Knappen fleire alternativ</string>
449     <!-- Content description (not visible, for screen readers etc.): Navigate forward (browsing history) -->
450     <string name="content_description_forward">Naviger framover</string>
452     <!-- Content description (not visible, for screen readers etc.): Reload current website -->
453     <string name="content_description_reload">Last sida på nytt</string>
455     <!-- Content description (not visible, for screen readers etc.): Navigate back (browsing history) -->
456     <string name="content_description_back">Naviger tilbake</string>
458     <!-- 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) -->
459     <string name="content_description_stop">Stopp lasting av nettsida</string>
461     <!-- Content description (not visible, for screen readers etc.): Custom Tab exit button - closes the custom tab and returns to the previous app. -->
462     <string name="content_description_customtab_exit">Gå tilbake til førre app</string>
464     <!-- Content description (not visible, for screen readers etc.): This is the description for the ImageView in the menu that displays
465          the number of trackers blocked for the current session -->
466     <string name="content_description_trackers_blocked">Tal på blokkerte sporfølgjarar</string>
468     <!-- Content description (not visible, for screen readers etc.): This is the description for the switch in the menu that temporarily disables/enables
469          content blocking for the current session -->
470     <string name="content_description_blocking_switch">Blokker sporfølgjarar</string>
472     <string name="your_rights">Dine rettar</string>
474     <string name="external_app_prompt_title">Opna lenke i ein annan app</string>
475     <!-- This string is shown when the user has clicked a link that needs to be opened in a different app.
476          Argument 2 is the external app name, argument 1 is our name (i.e. Firefox Focus, or Firefox Klar). -->
477     <string name="external_app_prompt">Du kan gå ut av %1$s for å opna denne lenka i %2$s.</string>
478     <!-- This text is the title of a dialog shown if no app could be found for a custom link protocol. -->
479     <string name="external_app_prompt_no_app_title">Finn ein app som kan opna lenka</string>
480     <!-- 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
481          the app store installed on the device (usually that's Google Play). -->
482     <string name="external_app_prompt_no_app">Ingen av appane på eininga di kan opna denne lenka. Du kan gå ut av %1$s for å søka på %2$s etter ein app som kan gjera dette.</string>
483     <!-- This label is shown above a list of apps that can be used to open a given link -->
484     <string name="external_multiple_apps_matched_exit">Avslutta privat nettlesing?</string>
486     <!-- Snackbar that will be displayed after a download has completed. %1$s will be replaced with the file name. -->
487     <string name="download_snackbar_finished">%1$s ferdig</string>
489     <!-- Snackbar action to immediately open the successfully downloaded file. -->
490     <string name="download_snackbar_open">Opna</string>
500   <!-- Snackbar that will be displayed after a website has been added to shortcuts. -->
501     <string name="snackbar_added_to_shortcuts">Lagt til i snarvegar!</string>
503     <string name="error_hostLookup_title">Fann ikkje serveren</string>
523   <!-- Content description (not visible, for screen readers etc.): This is the description for the close button from the new onboarding flow screen one and two -->
524     <string name="onboarding_close_button_content_description">Lat att</string>
526     <!-- New Onboarding flow first screen title -->
527     <!-- %1$s will be replaced by the app name and build variant(e.g. Firefox Focus, Firefox Klar Nightly) -->
528     <string name="onboarding_first_screen_title">Velkomen til %1$s</string>
530     <!-- New Onboarding flow first screen subtitle the one that appears under title -->
531     <string name="onboarding_first_screen_subtitle">Rask. Privat. Ingen distraksjonar.</string>
533     <!-- New Onboarding flow first screen button label-->
534     <string name="onboarding_first_screen_button_text">Kom i gang</string>
536     <!-- Onboarding second screen: Title -->
537     <!-- %1$s will be replaced by the app short name(Focus) -->
538     <string name="onboarding_second_screen_title">%1$s er ikkje som andre nettlesarar</string>
540     <!-- New Onboarding flow second screen subtitle the one that appears under title -->
541     <string name="onboarding_second_screen_subtitle_one">Vi slettar historikken din for ekstra personvern, når du lét att appen.</string>
543     <!-- New Onboarding flow second screen subtitle two the one that appears under subtitle one -->
544     <!-- %1$s will be replaced by the app short name(Focus) -->
545     <string name="onboarding_second_screen_subtitle_two">Gjer %1$s til din standard-nettlesar for å beskytte dataa dine, kvar gong du opnar ei lenke.</string>
547     <!-- New Onboarding flow second screen make Focus default browser button label-->
548     <string name="onboarding_second_screen_default_browser_button_text">Bruk som standard nettleser</string>
550     <!-- New Onboarding flow second screen skip onboarding button label-->
551     <string name="onboarding_second_screen_skip_button_text">Hopp over</string>
554     <!-- First run tour (Default browser): Title -->
555     <string name="firstrun_defaultbrowser_title">Styrk personvernet ditt</string>
556     <!-- First run tour (Default browser): Text. -->
557     <string name="firstrun_defaultbrowser_text2">Ta privat nettlesing til neste nivå. Blokker annonsar og anna innhald som kan spora deg på tvers av nettstadar og som kan gjera nedlasting av nettsider tregare.</string>
559     <!-- First run tour (Search): Title -->
560     <string name="firstrun_search_title">Ditt søk på din måte</string>
561     <!-- First run tour (Search): Text -->
562     <string name="firstrun_search_text">Søkjer du etter noko anna? Vel ein annan standard-søkjemotor i Innstillingar.</string>
564     <!-- First run tour (Shortcut): Title -->
565     <string name="firstrun_shortcut_title">Legg til snarvegar på startskjermen</string>
566     <!-- First run tour (Shortcut): Text. %1$s will be replaced with the name of the app (e.g. Firefox Focus) -->
567     <string name="firstrun_shortcut_text">Gå raskt tilbake til favorittnettstadane dine i %1$s. Vel «Legg til på startskjermen» frå %1$s-menyen.</string>
569     <!-- First run tour (Privacy): Title -->
570     <string name="firstrun_privacy_title">Gjer personvern til ein vane</string>
571     <!-- First run tour (Privacy): Text. %1$s will be replaced with the name of the app (e.g. Firefox Focus) -->
572     <string name="firstrun_privacy_text">Vel %1$s som standardnettleser, og få fordelane med privat nettlesing når du opnar nettsider frå andre apper.</string>
574     <string name="firstrun_close_button">OK, eg forstår det!</string>
575     <string name="firstrun_skip_button">Hopp over</string>
576     <string name="firstrun_next_button">Neste</string>
578     <!-- Indicator that no trackers are being blocked because content blocking is disabled; normally shows the number of blocked trackers -->
579     <string name="content_blocking_disabled">-</string>
581     <!-- Label of the action that will add the current website to the home screen (shown in the confirmation dialog). -->
582     <string name="dialog_addtohomescreen_action_add">Legg til</string>
584     <!-- Label of the action that will add the current website to the home screen (shown in the confirmation dialog). -->
585     <string name="dialog_addtohomescreen_action_yes">JA</string>
587     <!-- Label of the action that will close the dialog and not add anything to the home screen (shown in the confirmation dialog). -->
588     <string name="dialog_addtohomescreen_action_cancel">Avbryt</string>
590     <!-- Label of the action that will close the dialog and not add anything to the home screen (shown in the confirmation dialog). -->
591     <string name="dialog_addtohomescreen_action_no">NEI</string>
593     <!-- When enhanced tracking protection is disabled for the current session then we will show this warning in the "Add to home screen" dialog to
594          let the user know that the shortcut will always be opened with enhanced tracking protection disabled. -->
595     <string name="dialog_addtohomescreen_tracking_protection2">Snarvegen vil bli opna med utvida sporingsvern avslått</string>
597     <!-- The user visible name of the "notification channel" (Android 8+ feature) for the ongoing notification shown while a browsing session is active.
598     The recommended maximum length is 40 characters; the value may be truncated if it is too long.
600     * To understand what notification channels are, see: https://www.androidcentral.com/notification-channels
601     * To see how this string will look like in Android's UI, see: https://github.com/mozilla-mobile/focus-android/issues/863#issuecomment-324105723
602     -->
603     <string name="notification_browsing_session_channel_name">Privat nettlesingsøkt</string>
605     <!-- The user visible description of the "notification channel" (Android 8+ feature) for the ongoing notification shown while a browsing session is active.
606     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).
608     * To understand what notification channels are, see: https://www.androidcentral.com/notification-channels
609     * To see how this string will look like in Android's UI, see: https://github.com/mozilla-mobile/focus-android/issues/863#issuecomment-324105723
610     -->
611     <string name="notification_browsing_session_channel_description">Med varsel kan du sletta økta di i %1$s med eitt klikk. Du treng ikkje å opna appen, eller å sjå kva som køyrer i nettlesaren din.</string>
613     <!-- Label for a button in the "tabs tray" to erase the browsing history (closes all tabs and removes associated data). -->
614     <string name="tabs_tray_action_erase">Slett nettlesarhistorikk</string>
616     <!-- If the user decides to open the current page in another browser and if Firefox is not installed then we show this
617       item in the list of browsers. Clicking it will open the app store installed on the device (usually that's Google Play). -->
618     <string name="download_firefox">Last ned Firefox</string>
620     <!-- Text shown in the "Your rights" screen.
621     %1$s will be replaced with the name of the app (e.g. Firefox Focus)-->
622     <string name="your_rights_content1"><![CDATA[%1$s er fri og open kjeldekode-programvare laga av Mozilla og andre bidragsytarar.]]></string>
627   <!-- Text shown in the "Your rights" screen.
628     %1$s will be replaced with the name of the app (e.g. Firefox Focus)
629     %2$s will be replaced with a URL linking to the MPL (e.g. https://www.mozilla.org/en-US/MPL/) -->
630     <string name="your_rights_content2"><![CDATA[%1$s er gjort tilgjengeleg for deg under vilkåra i <a href="%2$s">Mozilla Public License</a> og andre lisensar for open kjeldekode.]]></string>
632     <!-- Text shown in the "Your rights" screen.
633     %1$s will be replaced with the name of the app (e.g. Firefox Focus)
634     %2$s will be replaced with a URL linking to the trademark policy (e.g. https://www.mozilla.org/foundation/trademarks/policy/) -->
635     <string name="your_rights_content3"><![CDATA[Du får ingen rettar eller lisenser til varemerka til Mozilla Foundation eller nokon part, inkludert Mozilla, Firefox eller %1$s namn eller logoar. Ytterlegare informasjon finst <a href="%2$s">her</a>.]]></string>
637     <!-- Text shown in the "Your rights" screen.
638     %1$s will be replaced with the name of the app (e.g. Firefox Focus)
639     %2$s will be replaced with a URL linking to the list of licenses used by the dependencies.-->
640     <string name="your_rights_content4"><![CDATA[Ytterlegare kjeldekode for %1$s er tilgjengeleg under ulike andre frie og opne kjeldekode-<a href="%2$s">lisensar</a>.]]></string>
642     <!-- Text shown in the "Your rights" screen.
643     %1$s will be replaced with the name of the app (e.g. Firefox Focus)
644     %2$s will be replaced with a URL linking to the GPL
645     %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) -->
646     <string name="your_rights_content5"><![CDATA[%1$s brukar også blokklister frå Disconnect, Inc. som separate og uavhengige verk under <a href="%2$s">GNU General Public License v3</a>, og er tilgjengeleg <a href="%3$s">her</a>.]]></string>
648     <!-- Text shown in prompts for GeckoView -->
649     <string name="gv_prompt_username_hint">Brukarnamn</string>
650     <string name="gv_prompt_password_hint">Passord</string>
651     <string name="gv_prompt_clear">Tøm</string>
653     <!-- Text shown in Security Information Popup -->
654     <!-- Text to denote secure or insecure connection -->
655     <string name="security_popup_secure_connection">Trygg tilkopling</string>
656     <string name="security_popup_insecure_connection">Utrygg tilkopling</string>
657     <!-- %1$s will be replaced with organization that granted the SSL certificate -->
658     <string name="security_popup_security_verified">Stadfesta av: %1$s</string>
660     <!-- Content Description of Security Icon in toolbar -->
661     <string name="site_security_icon_content_description">Nettstadsikkerheit</string>
662     <string name="preference_autocomplete_duplicate_url_error">URL-en finst allereie</string>
664     <!-- Label for the Find in page button -->
665     <string name="find_in_page">Søk på sida</string>
667     <!-- Watermark/Hint for the find in page input field -->
668     <string name="find_in_page_input">Søk på sida</string>
670     <!-- String to show the number of results found in the page and the
671         position the user is at. The first argument is the position, the second argument is the total -->
672     <string name="find_in_page_result">%1$d/%2$d</string>
673     <!-- String to be read by the accessibility service presenting the number of results found in the page
674         and the position the user is at. The first argument is the position, the second argument is the total -->
675     <string name="accessibility_find_in_page_result">%1$d av %2$d</string>
677     <!-- String to be read by the accessibility service when focusing the next result button -->
678     <string name="accessibility_next_result">Søk etter neste</string>
679     <!-- String to be read by the accessibility service when focusing the previous result button -->
680     <string name="accessibility_previous_result">Søk etter førre</string>
681     <!-- String to be read by the accessibility service when focusing the dismiss button in the "find in page" UI -->
682     <string name="accessibility_dismiss_find_in_page">Avvis søk på sida</string>
686   <!-- Checkbox menu item text to request desktop site -->
687     <string name="preference_performance_request_desktop_site">Vis skrivebordsversjon</string>
689     <!-- Checkbox menu item text to request desktop site -->
690     <string name="preference_performance_request_desktop_site2">Datamaskinversjon</string>
692     <!-- Displayed after a user long presses on the URL in a custom tab to copy the URL -->
693     <string name="custom_tab_copy_url_action">URL kopiert</string>
695     <!-- Description of what a user may find in the Advanced Setting category, used for debugging -->
696     <string name="preference_advanced_summary">Utviklarverktøy</string>
698     <!-- Preference for open links in third party apps -->
699     <string name="preferences_open_links_in_apps">Opne lenker i appar</string>
701     <!-- Title of Advanced Setting category -->
702     <string name="preference_category_advanced">Avansert</string>
704     <!-- Preference for site permissions -->
705     <string name="preference_site_permissions">Nettstadløyve</string>
707     <!--  Preference for cookie banner. The name of the item from settings screen and the title of the cookie banner screen. -->
708     <string name="preferences_cookie_banner">Redusering av infokapselbanner</string>
710     <!--  Preference summary for the cookie banner. If the cookie banner option is not disabled. -->
711     <string name="preferences_cookie_banner_summary_on">På</string>
713     <!--  Preference summary for the cookie banner. If the cookie banner option is disabled. -->
714     <string name="preferences_cookie_banner_summary_off">Av</string>
716     <!--  Title preference inside Cookie banner reduction screen. Here you can set the cookie banner option to disabled or reject_all. -->
717     <string name="cookie_banner_reject_all_option_title">Redusering av infokapselbanner</string>
719     <!--  Preference summary inside Cookie banner reduction screen. Here you can set the cookie banner option to disabled or reject_all. -->
720     <string name="cookie_banner_reject_all_option_summary">Sjå færre banner ved å automatisk avvise førespurnadar om infokapslar, når det er muleg.</string>
722     <!-- Preference for removing cookie/consent banners from sites automatically, this is shown as part of the protections panel with the tracking protection toggle. -->--&gt;
723     <string name="cookie_banner_exception_item_title">Redusering av infokapselbanner</string>
725     <!-- Text for indicating cookie banner handling is on this site, this is shown as part of the protections panel with the tracking protection toggle. -->
726     <string name="cookie_banner_exception_item_description_state_on">PÅ for denne nettstaden</string>
728     <!-- Text for indicating cookie reducer is not supported on the current site, this is shown as part of the protections panel with the tracking protection toggle. -->
729     <string name="cookie_banner_exception_site_not_supported">Nettstaden er for augneblinken ikkje støtta</string>
731     <!-- Text for indicating cookie banner handling is off this site, this is shown as part of the protections panel with the tracking protection toggle. -->
732     <string name="cookie_banner_exception_item_description_state_off">AV for denne nettstaden</string>
734     <!-- Preference for removing cookie/consent banners from sites automatically, this is shown when the user enters in details after he clicks on the item from protection panel. -->
735     <string name="cookie_banner_exception_panel_switch_title">Redusering av infokapselbanner</string>
737     <!-- Text for indicating cookie banner handling is off this site, this is shown when the user enters in details after he clicks on the item from protection panel. -->
738     <string name="cookie_banner_exception_panel_switch_state_off">AV for denne nettstaden</string>
740     <!-- Text for indicating cookie banner handling is on this site, this is shown when the user enters in details after he clicks on the item from protection panel. -->
741     <string name="cookie_banner_exception_panel_switch_state_on">PÅ for denne nettstaden</string>
743     <!-- Title text for a detail explanation indicating cookie banner handling is on this site, this is shown as part of the cookie banner panel in the toolbar. The first parameter is a shortened URL of the current site. -->
744     <string name="cookie_banner_exception_panel_title_state_on_for_site">Vill du aktivere reduksjon av infokapselbanner for %1$s?</string>
746     <!-- Title text for a detail explanation indicating cookie banner handling is off this site, this is shown as part of the cookie banner panel in the toolbar. The first parameter is a shortened URL of the current site. -->
747     <string name="cookie_banner_exception_panel_title_state_off_for_site">Vil du deaktivere reduksjon av infokapselbanner for %1$s?</string>
749     <!-- Long text for a detail explanation indicating what will happen if cookie banner handling is on for a site, this is shown as part of the cookie banner panel in the toolbar. The placeholder will be updated with the app name. -->
750     <string name="cookie_banner_exception_panel_description_state_on_for_site">%1$s vill slette infokapslar og oppdatere sida. Sletting av alle infokapslar kan føre til at du blir logga ut eller at handlekorger vert tømde.</string>
752     <!-- Long text for a detail explanation indicating what will happen if cookie banner handling is off for a site, this is shown as part of the cookie banner panel in the toolbar. The placeholder will be updated with the app name. -->
753     <string name="cookie_banner_exception_panel_description_state_off_for_site2">%1$s kan prøve å automatisk avvise infokapselførespurnadar.</string>
755     <!-- Long text for a detail explanation indicating that cookie banner reduction is not supported for the current site, this is shown as part of the cookie banner panel in the toolbar. -->
756     <string name="cookie_banner_exception_panel_description_site_is_not_supported">Denne nettstaden er for tida ikkje støtta av Redusering av infokapselbanner. Vil du be om at teamet vårt vurderer denne nettsida og støttar henne i framtida?</string>
758     <!-- Text for cancel button indicating that cookie banner reduction is not supported for the current site, this is shown as part of the cookie banner panel in the toolbar. -->
759     <string name="cookie_banner_exception_panel_site_is_not_supported_cancel_button">Avbryt</string>
761     <!-- Text for request support button indicating that cookie banner reduction is not supported for the current site, this is shown as part of the cookie banner panel in the toolbar. -->
762     <string name="cookie_banner_exception_panel_site_is_not_supported_request_support_button">Be om brukarstøtte</string>
764     <!-- Label for the snackBar, after the user reports with success a website where cookie banner reducer did not work -->
765     <string name="cookie_banner_report_a_site_snackbar_label">Førespurnad om støtte av nettstad er sendt inn.</string>
767     <!-- Label for cookie banner item from tracking protection, after the user reports with success a website where cookie banner reducer did not work -->
768     <string name="cookie_banner_the_site_was_reported">Førespurnad om støtte av nettstad er sendt inn.</string>
770     <!-- Contextual Feature Recommendation Popups -->
771     <!-- CFR for Cookie Banner (Banner Info Message). %1$s will be replaced by the app name, %2$s will be an active link using the string cfr_cookie_banner_link as text. -->
772     <string name="cfr_cookie_banner">%1$s prøver å avvise infokapsellførespurnadar for å avvise irriterande infokapselbanner.\n\nAdministrer innstillingar for infokapselbanner i %2$s.</string>
774     <!-- CFR for Cookie Banner (Banner Info Message). This string is used as text for a link in cfr_cookie_banner and takes the user to the app settings. -->
775     <string name="cfr_cookie_banner_link">innstillingar</string>
777     <!-- Preference for autoplay -->
778     <string name="preference_autoplay">Automatisk avspeling</string>
780     <!-- Heading for the instructions to allow a permission -->
781     <string name="phone_feature_blocked_intro">For å tillate det:</string>
783     <!-- First step for the allowing a permission -->
784     <string name="phone_feature_blocked_step_settings">1. Gå til Android-innstillingar</string>
786     <!-- Second step for the allowing a permission -->
787     <string name="phone_feature_blocked_step_permissions"><![CDATA[2. Trykk på <b>Løyve</b>]]></string>
789     <!-- Button label that take the user to the Android App setting -->
790     <string name="phone_feature_go_to_settings">Gå til Innstillingar</string>
792     <!-- Third step for allowing a permission. The placeholder will be updated by, for example, "Camera" -->
793     <string name="phone_feature_blocked_step_feature"><![CDATA[3. Slå <b>%1$s</b> PÅ]]></string>
795     <!-- Preference for altering the camera access for all websites -->
796     <string name="preference_phone_feature_camera">Kamera</string>
798     <!-- Preference for altering the microphone access for all websites -->
799     <string name="preference_phone_feature_microphone">Mikrofon</string>
801     <!-- Preference for altering the location access for all websites -->
802     <string name="preference_phone_feature_location">Plassering</string>
804     <!-- Preference for altering the notification access for all websites -->
805     <string name="preference_phone_feature_notification">Varsel</string>
807     <!-- Preference for altering the EME access for all websites -->
808     <string name="preference_phone_feature_media_key_system_access">DRM-kontrollert innhald</string>
810     <!-- Label that indicates that a permission must be asked always -->
811     <string name="preference_option_phone_feature_ask_to_allow">Spør om løyve</string>
813     <!-- Label that indicates that a permission must be blocked -->
814     <string name="preference_option_phone_feature_blocked">Blokkert</string>
816     <!-- Label that indicates that a permission must be allowed -->
817     <string name="preference_option_phone_feature_allowed">Tillate</string>
819     <!--Label that indicates a permission is by the Android OS-->
820     <string name="phone_feature_blocked_by_android">Blokkert av Android</string>
822     <!-- Preference for allow autoplay audio and video-->
823     <string name="preference_allow_audio_video_autoplay">Tillat lyd og video</string>
825     <!-- Preference for block autoplay audio only-->
826     <string name="preference_block_autoplay_audio_only">Blokker berre lyd</string>
828     <!-- Preference summary for block autoplay audio only-->
829     <string name="preference_block_autoplay_audio_only_summary">Tilrådd</string>
831     <!-- Preference for block autoplay audio and video-->
832     <string name="preference_block_autoplay_audio_video">Blokker lyd og video</string>
834     <!-- Preference for studies -->
835     <string name="preference_studies">Undersøkingar</string>
837     <!-- Preference for studies summary-->
838     <string name="preference_studies_summary">Firefox kan installere og køyre undersøkingar frå tid til anna.</string>
840     <!-- Learn more link for studies, links to an article for more information about studies. -->
841     <string name="studies_learn_more">Les meir</string>
843     <!-- Dialog message shown when some changes are made on studies -->
844     <string name="studies_restart_app">Applikasjonen vil avslutte for å setje i verk endringar</string>
846     <!-- Title of the remove studies button -->
847     <string name="studies_remove">Fjern</string>
849     <!-- Title of the active section on the studies list -->
850     <string name="studies_active">Aktiv</string>
852     <!-- Title of the completed section on the studies list -->
853     <string name="studies_completed">Fullført</string>
855     <!-- Preference to enable remote debugging of the app via USB or Wi-Fi -->
856     <string name="preference_remote_debugging">Ekstern debugging via USB/Wi-Fi</string>
858     <!-- Text Button for show biometric prompt -->
859     <string name="show_biometric_button_text">Lås opp</string>
861     <!-- Title text for biometric prompt pop-up -->
862     <string name="biometric_prompt_title">Stadfest ved bruk av fingeravtrykket ditt</string>
864     <!-- Subtitle text for biometric prompt pop-up -->
865     <string name="biometric_prompt_subtitle">Du kan bruke fingeravtrykket for å fortsetje denne appøkta.</string>
867     <!-- Button for the fingerprint authentication dialog box that is shown to the user when sharing a link to the app
868     while the user has biometric authentication enabled. When pressed, the user's previous session is cleared, and the shared link is opened. -->
869     <string name="biometric_auth_open_link_new_session">Opne lenke i ny økt</string>
871     <!-- Description for the fingerprint authentication image. Used for accessibility purposes. -->
872     <string name="biometric_auth_image_description">Fingeravtrykkikon</string>
874     <!-- Error text displayed when the user's fingerprint cannot be recognized upon re-entering the app.
875      This is displayed during the authentication flow as the app launches. -->
876     <string name="biometric_auth_not_recognized_error">Fingeravtrykk ikkje identifisert. Prøv igjen.</string>
878     <!-- Error text displayed when the user's fingerprint moved too quickly upon re-entering the app
879     This is displayed during the authentication flow as the app launches.-->
880     <string name="biometric_auth_moved_too_quickly">Fingeren rørte seg for fort. Prøv igjen.</string>
882     <!-- Title for the prompt to enable search suggestions -->
883     <string name="enable_search_suggestion_title2">Vise søkjeforslag?</string>
885     <!-- Description for the prompt to enable search suggestions
886         %1$s will be replaced by the app name (e.g. Firefox Focus) -->
887     <string name="enable_search_suggestion_description"> For å få forslag må %1$s sende det du skriv i adressefeltet til søkjemotoren.</string>
889     <!-- Label used for the "NO button" for the prompt to enable search suggestions -->
890     <string name="enable_search_suggestions_no">Nei</string>
892     <!-- Label used for the "YES button" for the prompt to enable search suggestions -->
893     <string name="enable_search_suggestions_yes">Ja</string>
895     <!-- Message displayed when using a search engine that doesn't provide suggestions -->
896     <string name="no_suggestions_message">Nokre søkjemotorar kan ikkje vise forslag.</string>
898     <!-- Button to dismiss the message displayed  when using a search engine that doesn't provide suggestions-->
899     <string name="dismiss_no_suggestions_prompt_button">Ignorer</string>
901     <!-- Tips displayed on the home view -->
903     <!-- Tip displayed on home view explaining how to disable tracking protection
904     The new line here must be kept as the second half of the string is clickable for the user. -->
905     <string name="tip_disable_tracking_protection">Oppfører sida seg uventa?\n Prøv å deaktivera sporingsvern</string>
907     <!-- Tip displayed on home view explaining how to add sites to homescreen
908     Argument 1 will be replaced with a line break in the application.-->
909     <string name="tip_add_to_homescreen"><![CDATA[Få tilgang dei meste besøkte nettstedene med eit knapptrykk%1$s Meny > Legg til på startskjermen]]></string>
911     <!-- Tip displayed on home view explaining how to make Focus the default browser
912     Argument 1 is the app name (Firefox Focus/Firefox Klar/etc).
913     The new line here must be kept as the second half of the string is clickable for the user. -->
914     <string name="tip_set_default_browser">Opna kvar lenke i %1$s\n Vel %1$s som standardnettlesar</string>
916     <!-- Tip displayed on home view explaining how to add a custom autocomplete URL
917     The new line here must be kept as the second half of the string is clickable for the user. -->
918     <string name="tip_autocomplete_url">Autofullfør nettadresser for nettstadar du brukar mest\n Trykk og hald på ei nettadresse i adressefeltet</string>
920     <!-- Tip displayed on home view explaining how to add a custom autocomplete URL
921     The new line here must be kept as the second half of the string is clickable for the user. -->
922     <string name="tip_open_in_new_tab">Opna ei lenke i ei ny fane\n Trykk og hald på ei lenke på ei side</string>
924     <!-- Tip displayed on home view explaining how to add a custom autocomplete URL -->
925     <string name="tip_disable_tips2">Slå av tips på startskjermen</string>
927     <!-- Label for the snackbar when a user opens a new tab -->
928     <string name="new_tab_opened_snackbar">Ny fane opna</string>
930     <!-- Label for the button in the snackbar that switches to the newly opened tab -->
931     <string name="open_new_tab_snackbar">Byt</string>
933     <!-- Text displayed in a notification when the user enters full screen mode -->
934     <string name="full_screen_notification">Startar fullskjermmodus</string>
936     <!-- Preference for switching to a new tab immediately after opening -->
937     <string name="preference_open_new_tab">Byt til lenke i ny fane med ein gong</string>
939     <!-- Preference title for safe browsing which when enabled, blocks dangerous or deceptive webpages that may include phishing or malware -->
940     <string name="preference_safe_browsing_title">Blokker potensielt farlege og villeiande nettsider</string>
941     <!-- Preference summary for safe browsing which when enabled, blocks dangerous or deceptive webpages that may include phishing or malware -->
942     <string name="preference_safe_browsing_summary">Blokker rapporterte villeiande- og angrepsnettsider, skadeprogram-nettsider og uønskte programvarenettsider.</string>
944     <!-- Title of the preference to enable "HTTPS-Only" mode -->
945     <string name="preference_https_only_title">Berre HTTPS-modus</string>
947     <!-- Description of the preference to enable "HTTPS-Only" mode. -->
948     <string name="preference_https_only_summary3">Prøver automatisk å kople til nettstadar ved hjelp av HTTPS-krypteringsprotokollen for auka sikkerheit.</string>
950     <!-- Preference for exceptions tracking protection -->
951     <string name="preference_exceptions">Unntak</string>
952     <!-- Description for the exceptions preference screen-->
953     <string name="preference_exceptions_description">Du har slått av innhaldsblokkering for desse nettsidene.</string>
954     <!-- Menu item to remove existing exceptions. -->
955     <string name="preference_exceptions_menu_remove">Fjern</string>
956     <!-- Button to remove all websites from the exception list -->
957     <string name="preference_exceptions_remove_all_button_label">Fjern alle nettstadar</string>
959     <!-- Title for Preference screen for cookie blocking for exceptions tracking protection -->
960     <string name="preference_block_cookies_title">Blokker infokapslar</string>
962     <!-- Message for Preference screen for cookie blocking for exceptions tracking protection -->
963     <string name="preference_category_block_cookies">Vil du blokkere infokapslar?</string>
965     <!-- Title for the tab crash report screen-->
966     <string name="tab_crash_report_title">Fana krasja</string>
967     <!-- Headline for the tab crash report screen -->
968     <string name="tab_crash_report_headline">Orsak. Vi har eit problem med denne fana.</string>
969     <!-- Subtitle for the tab crash report screen -->
970     <string name="tab_crash_report_description">Som ein privat nettlesar lagrar vi aldri og kan ikkje gjenopprette denne fana.</string>
971     <!-- Label for button to close the tab-->
972     <string name="tab_crash_report_close_tab_button_label">Lat att fane</string>
977   <!-- Label for the checkbox to send the tab crash report to Mozilla -->
978     <string name="crash_report_send_crash_label">Send krasjrapport til Mozilla</string>
980     <!-- Tracking protection bottom sheet -->
982     <!-- Label for the total number of trackers blocked. %s represents the app install date -->
983     <string name="trackers_count_note">Sporarar blokkert sidan %s</string>
984     <!-- Category of trackers (content) that can be blocked by Enhanced Tracking Protection -->
985     <string name="content">Innhald</string>
987     <!-- Category of trackers (advertising) that can be blocked by Enhanced Tracking Protection -->
988     <string name="advertising">Reklame</string>
989     <!-- Category of trackers (social media) that can be blocked by Enhanced Tracking Protection -->
990     <string name="social">Sosialt</string>
991     <!-- Category of trackers (analytics) that can be blocked by Enhanced Tracking Protection -->
992     <string name="analytics">Analyse</string>
994     <!-- Preference title for enhanced tracking protection settings -->
995     <string name="enhanced_tracking_protection">Utvida sporingsvern</string>
996     <!-- Enhanced tracking protection preference description when the tracking protection is disabled for this site-->
997     <string name="enhanced_tracking_protection_state_off">Vern er slått AV for denne nettstaden</string>
998     <!-- Enhanced tracking protection preference description when the tracking protection is enabled for this site-->
999     <string name="enhanced_tracking_protection_state_on">Vern er slått PÅ for denne nettstaden</string>
1001     <!-- Label that indicates a site is using a secure connection -->
1002     <string name="secure_connection">Tilkoplinga er trygg</string>
1003     <!-- Label that indicates a site is using a insecure connection -->
1004     <string name="insecure_connection">Tilkoplinga er ikkje trygg</string>
1005     <!-- Title for the list of trackers enhanced tracking ptotection can block-->
1006     <string name="trackers_and_scripts">Sporarar og skript å blokkere</string>
1008     <!-- Content description (not visible, for screen readers etc.): Navigate back button description -->
1009     <string name="go_back">Gå tilbake</string>
1011     <!-- Top Sites -->
1012     <!-- Text for the menu button to remove a top site -->
1013     <string name="remove_top_site">Fjern</string>
1015     <!-- Text for the menu item to remove a top site -->
1016     <string name="rename_top_site_item">Byt namn</string>
1017     <!-- Text for the dialog title for renaming a top site -->
1018     <string name="rename_top_site">Gi nytt namn</string>
1020     <!-- Placeholder text for the input field of rename top site-->
1021     <string name="placeholder_rename_top_site">Namn på snarveg</string>
1023     <!-- Text for context menu additional note.
1024     %1$s is a placeholder for the app name. -->
1025     <string name="contextmenu_erased_images_note2">Lagra og delte bilde &lt;b&gt;vil ikkje bli&lt;/b&gt; fjerna når du slettar %1$s-historikken</string>
1027     <!-- Theme Preferences -->
1028     <!-- Preference category for changing default theme to dark or light mode -->
1029     <string name="preferences_theme">Tema</string>
1030     <!-- Preference for using light theme -->
1031     <string name="preference_light_theme">Lyst</string>
1032     <!-- Preference for using dark theme -->
1033     <string name="preference_dark_theme">Mørkt</string>
1034     <!-- Preference for using using dark or light theme automatically set by battery -->
1035     <string name="preference_auto_battery_theme">Innstilt av batterisparing</string>
1036     <!-- Preference for using following device theme -->
1037     <string name="preference_follow_device_theme">Følg tema til eining</string>
1040     <!-- The title of the error page for websites that do not support HTTPS when HTTPS-Only is turned on  -->
1041     <string name="errorpage_httpsonly_title2">Denne nettstaden støttar ikkje HTTPS</string>
1043     <!-- The text of the error page for websites that do not support HTTPS when HTTPS-Only is turned on. %1$s will get replaced with the name of the app (e.g. "Firefox Focus").
1044         Contains a button that will redirect the user to Privacy & Security Screen-->
1045     <string name="errorpage_httpsonly_message2"><![CDATA[%1$s prøver å bruke ei HTTPS-tilkopling når det er muleg, for auka sikkerheit.
1046      <a href="%2$s">Les meir</a> <br/><br/>
1047     Endre denne innstillinga i Instillingar > Personvern og sikkerheit > Sikkerheit.]]></string>
1049     <!-- The document title and heading of the error page shown when a website has an invalid or expired SSL certificate. -->
1050     <string name="mozac_browser_errorpages_security_bad_cert_title">Tilkoplinga er ikkje trygg</string>
1052      <!-- The error message shown when a website has an invalid or expired SSL certificate. -->
1053     <string name="mozac_browser_errorpages_security_bad_cert_message"><![CDATA[
1054     Dette kan vere eit problem med konfigurasjonen til serveren, eller så kan det vere nokon som prøver å gje seg ut for å vere serveren. <br/><br/>
1055     Om du har kopla til denne serveren tidlegare kan feilen vere tilfeldig.
1056     ]]></string>
1058      <!-- The advanced certificate information shown when a website has an invalid SSL certificate. The %1$s will be replaced by the app name and %2$s will be replaced by website URL. It's only shown when a website has an invalid SSL certificate. -->
1059     <string name="mozac_browser_errorpages_security_bad_cert_techInfo"><![CDATA[
1060         <label>Nokon kan prøve å gje seg ut for å vere nettstaden, og å halde fram kan vere riskabelt.</label>
1061         <br><br>
1062         <label>%1$s stolar ikkje på <b>%2$s</b> fordi sertifikatutskrivaren er ukjend, sertifikatet er sjølvsignert eller at serveren ikkje sender rett mellomliggjande sertifikat.</label>
1063     ]]></string>
1065      <!-- Sessions List -->
1066     <!-- Content description (not visible, for screen readers etc.): Button that closes a tab n the sessions list -->
1067     <string name="close_tab">Lat att fane</string>
1069     <!-- Contextual Feature Recommendation Popups -->
1070     <!-- CFR for Toolbar Shield Icon (Banner Info Message) -->
1071     <string name="cfr_for_toolbar_shield_icon2">Tatt på fersk gjerning! Vi hindra denne nettstaden i å spionere på deg. Trykk på skjoldet når som helst for å sjå kva vi blokerer.</string>
1073     <!-- Content description (not visible, for screen readers etc.): Button that closes the CFR popup -->
1074     <string name="cfr_close_button_description">Lat att sprettoppvindauge</string>
1076     <!-- Tool Tip for: Privacy and Security Settings Screen  task : https://github.com/mozilla-mobile/focus-android/issues/6211 -->
1077     <!-- Tool Tip Title -->
1078     <string name="tool_tip_title">Du er verna!</string>
1079     <!-- Tool Tip Message -->
1080     <string name="tool_tip_message">Desse standardinnstillingane gir sterkt vern. Men det er enkelt å tilpasse innstillingane for å møte dine spesielle behov.</string>
1081     <!-- Tool Tip "X" button Content description (not visible, for screen readers etc.) :Button that closes the tool tip -->
1082     <string name="tool_tip_dismiss_button_content_description">Avvis</string>
1084     <!-- CFR for Toolbar Delete Icon (Banner Info Message) -->
1085     <string name="cfr_for_toolbar_delete_icon2">Trykk her for å kvitte deg med alt — historikk, infokapslar, alt — for å byrje på nytt på ei ny fane.</string>
1087     <!-- Promote SearchWidget Dialog -->
1089     !-- Content description (not visible, for screen readers etc.): This is the description for the
1090     close button from promote search widget dialog. --&gt;
1091     <!-- Content description (not visible, for screen readers etc.): This is the description for the
1092     close button from promote search widget dialog. -->
1093     <string name="promote_search_widget_dialog_content_description">Lat att</string>
1095     !-- Content description (not visible, for screen readers etc.): This is the description for
1096     picture of search widget from promote search widget dialog. --&gt;
1097     <!-- Content description (not visible, for screen readers etc.): This is the description for
1098     picture of search widget from promote search widget dialog. -->
1099     <string name="promote_search_widget_dialog_picture_content_description">Søkje-widget</string>
1101     !-- This is the title of promote search widget dialog. --&gt;
1102     <!-- This is the title of promote search widget dialog. -->
1103     <string name="promote_search_widget_dialog_title">Nettlesarhistorikk er sletta! 🎉</string>
1105     !-- This is the subtitle of promote search widget dialog. %1$s will get replaced with the name
1106     of the app (e.g. &quot;Focus&quot;) --&gt;
1107     <!-- Banner Info Message than will appear when user first enters in the app. The location is at the toolbar. -->
1108     <string name="cfr_for_start_browsing">Start den private nettlesingsøkta di, så blokkerer vi sporarar og andre dårlege ting medan du surfar.</string>
1110     !-- This is the subtitle of promote search widget dialog. %1$s will get replaced with the name
1111     of the app (e.g. &quot;Focus&quot;) --&gt;
1112     <!-- This is the subtitle of promote search widget dialog. %1$s will get replaced with the name
1113     of the app (e.g. "Focus") -->
1114     <string name="promote_search_widget_dialog_subtitle">Vi overlèt deg til den private nettlesinga di, men får ein raskare start neste gong med %1$s-widgeten på startskjermen.</string>
1116     !-- This is te text from add search widget to home screen button .The button is located on
1117     promote search widget dialog. --&gt;
1118     <!-- This is te text from add search widget to home screen button .The button is located on
1119     promote search widget dialog. -->
1120     <string name="promote_search_widget_button_text">Legg til widget på startskjermen</string>
1122     !-- This is te text of the snackbar that appears after the search widget was added successfully
1123     to the home screen. --&gt;
1124     <!-- This is te text of the snackbar that appears after the search widget was added successfully
1125     to the home screen. -->
1126     <string name="promote_search_widget_snackbar_message">Widget lagt til på startskjermen</string>
1127 </resources>