Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 4a2c1f7

Browse files
Import l10n. (#3280)
1 parent 5b346b6 commit 4a2c1f7

File tree

6 files changed

+1107
-87
lines changed

6 files changed

+1107
-87
lines changed

app/src/main/res/values-it/strings.xml

Lines changed: 259 additions & 13 deletions
Large diffs are not rendered by default.

app/src/main/res/values-nb-rNO/strings.xml

Lines changed: 48 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,6 @@
107107
<string name="settings_privacy_policy">Personvernbestemmelser</string>
108108

109109

110-
<!-- This string is used as the title of the pop-ups dialog used to remove sites from the currently
111-
allowed pop-up sites. -->
112-
<string name="settings_privacy_policy_popups_title">Tillatelser for sprettoppvinduer</string>
113-
114110
<!-- This string is displayed under the title the pop-ups dialog used to remove sites from the currently
115111
allowed pop-up sites. -->
116112
<string name="settings_privacy_policy_popups_description">Du kan spesifisere hvilke nettsteder som kan åpne sprettoppvinduer</string>
@@ -568,11 +564,7 @@
568564
when that the content was just synced some time ago. -->
569565
<string name="fxa_account_last_synced">Sist synkronisert for %1$d minutt siden</string>
570566

571-
<!-- This string labels an Allow/Don't Allow switch in the Privacy and Security settings dialog
572-
and is used to enable or disable playback of DRM controlled content. -->
573-
<string name="security_options_drm_content">Spill av DRM-kontrollert innhold (&lt;a href=&quot;http://somesite.com/&quot;&gt;les mer&lt;/a&gt;)</string>
574-
575-
<!-- This string labels an Allow/Don't Allow switch in the Privacy and Security settings dialog
567+
<!-- This string labels an Allow/Don't Allow switch in the Privacy and Security settings dialog
576568
and is used to enable or disable the tabs restoration after a fresh app start. -->
577569
<string name="security_options_restore_tabs">Gjenopprett faner og vinduer etter omstart</string>
578570

@@ -954,9 +946,6 @@
954946
<!-- This string labels the Reset button that removes all the sites from the stored allowed pop-ups sites. -->
955947
<string name="privacy_options_popups_reset">Tilbakestill blokker sprettoppvinduer-innstillinger</string>
956948

957-
<!-- This string is displayed on top of the allowed sites list in the allowed pop-ups panel. -->
958-
<string name="privacy_options_popups_list_header">Følgende nettsteder har bedt om å åpne sprettoppvinduer:</string>
959-
960949
<!-- This string is displayed in the first line of a text that's displayed in the middle of allowed pop-ups panel instead of the exceptions list
961950
when there are no exceptions. -->
962951
<string name="privacy_options_popups_list_empty_first">Når du åpner et nettsted med sprettoppvinduer, vil du se en dialog som lar deg velge å blokkere sprettoppvinduer.</string>
@@ -965,10 +954,6 @@
965954
when there are no exceptions. -->
966955
<string name="privacy_options_popups_list_empty_second">En liste over nettsteder med tillatelser vises her.</string>
967956

968-
<!-- This string labels the button in the privacy option panel that opens the dialog to add/remove
969-
Tracking protection exceptions. -->
970-
<string name="privacy_options_tracking_exceptions">Unntak</string>
971-
972957
<!-- This string labels the Reset button that restores the default controller settings values. -->
973958
<string name="controller_options_reset">Tilbakestill kontrollerinnstillinger</string>
974959

@@ -1399,11 +1384,53 @@ the Select` button. When clicked it closes all the previously selected tabs -->
13991384
<!-- This string is displayed as a button below the slow script dialog description message. When clicked
14001385
it continues to wait for execution of the web page script that caused the slow down. -->
14011386
<string name="slow_script_dialog_action_wait">Vent</string>
1402-
1403-
1404-
<!-- This string is displayed in the enable button of the quick Tracking Protection dialog, accessed from the Tracking Protection icon in the URL bar. -->
1405-
<string name="tracking_dialog_button_enable">Slå på</string>
1387+
1388+
<!-- This string is displayed in the enable button that is displayed inside the dialog that is displayed the first time a user access
1389+
access DRM content if they haven't explicitly enable/Disable the DRM setting yet. -->
1390+
<string name="drm_first_use_allow">Tillat</string>
1391+
1392+
<!-- This string is displayed in the do not enable button that is displayed inside the dialog that is displayed the first time a user access
1393+
access DRM content if they haven't explicitly enable/Disable the DRM setting yet. -->
1394+
<string name="drm_first_use_do_not_allow">Ikke tillat</string>
14061395

14071396
<!-- This string is displayed in the disable button of the quick Tracking Protection dialog, accessed from the Tracking Protection icon in the URL bar. -->
14081397
<string name="tracking_dialog_button_disable">Slå av</string>
1409-
</resources>
1398+
1399+
<!-- This string is displayed in the body of the confirm dialog shown in some platforms when the back button is pressed to quit the app.
1400+
'%1$s' will be replaced at runtime with the app name. -->
1401+
<string name="exit_confirm_dialog_body">Er du sikker på at du vil avslutte %1$s?</string>
1402+
1403+
<!-- This string is displayed in the Cancel button of the confirm dialog shown in some platforms when the back button is pressed to quit the app. -->
1404+
<string name="exit_confirm_dialog_button_cancel">Avbryt</string>
1405+
1406+
<!-- This string is displayed in the Quit button of the confirm dialog shown in some platforms when the back button is pressed to quit the app. -->
1407+
<string name="exit_confirm_dialog_button_quit">Avslutt</string>
1408+
1409+
<!-- This string is displayed in the title of the dialog displayed when the user tries to open an unsupported
1410+
file from the Downloads library panel. -->
1411+
<string name="download_open_file_unsupported_title">Ustøttet filtype</string>
1412+
1413+
<!-- This string is displayed in the cancel button of the dialog displayed when the user tries to open an unsupported
1414+
file from the Downloads library panel. When clicked the dialog is closed.-->
1415+
<string name="download_open_file_unsupported_cancel">Avbryt</string>
1416+
1417+
<!-- This string is displayed in the cancel button of the dialog displayed when the user tries to open an unsupported
1418+
file from the Downloads library panel. When clicked we hand over the file open to the system.-->
1419+
<string name="download_open_file_unsupported_open">Åpne</string>
1420+
1421+
<!-- This string is displayed in the title of the dialog displayed when we try to hand over the file open to
1422+
the system but the system can't handle it either. -->
1423+
<string name="download_open_file_error_title">Feil</string>
1424+
1425+
<!-- This string is displayed in the "Cancel" button of the dialog displayed when a download has been requested
1426+
so the user can confirm if they want to actually download the file. If clicked the download is not started. -->
1427+
<string name="download_confirm_cancel">Avbryt</string>
1428+
1429+
<!-- This string is displayed in the "Download" button of the dialog displayed when a download has been requested
1430+
so the user can confirm if they want to actually download the file. If clicked the download is queued. -->
1431+
<string name="download_confirm_download">Last ned</string>
1432+
1433+
<!-- This string is displayed in the confirmation dialog when a downloaded file is deleted from the downloads list. -->
1434+
<string name="download_delete_file_confirm_title">Slett fil</string>
1435+
1436+
</resources>

0 commit comments

Comments
 (0)