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

Commit 469d7ef

Browse files
Import l10n. (#3312)
1 parent 68b987a commit 469d7ef

File tree

3 files changed

+50
-40
lines changed

3 files changed

+50
-40
lines changed

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

+12-27
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,6 @@
106106
describes Mozilla's Privacy Policy. -->
107107
<string name="settings_privacy_policy">Politique de confidentialité</string>
108108

109-
<!-- This string is used as the title of the pop-ups dialog used to remove sites from the currently
110-
allowed pop-up sites. -->
111-
<string name="settings_privacy_policy_popups_title">Autorisations popups</string>
112-
113109
<!-- This string is displayed under the title the pop-ups dialog used to remove sites from the currently
114110
allowed pop-up sites. -->
115111
<string name="settings_privacy_policy_popups_description">Vous pouvez spécifier quels sites web sont autorisés à ouvrir des fenêtres popup.</string>
@@ -608,11 +604,7 @@
608604
when that the content was just synced some time ago. -->
609605
<string name="fxa_account_last_synced">Dernière synchronisation : il y a %1$d minutes</string>
610606

611-
<!-- This string labels an Allow/Don't Allow switch in the Privacy and Security settings dialog
612-
and is used to enable or disable playback of DRM controlled content. -->
613-
<string name="security_options_drm_content">Lire du contenu contrôlé par DRM (&lt;a href=&quot;http://somesite.com/&quot;&gt;En savoir plus&lt;/a&gt;)</string>
614-
615-
<!-- This string labels an Allow/Don't Allow switch in the Privacy and Security settings dialog
607+
<!-- This string labels an Allow/Don't Allow switch in the Privacy and Security settings dialog
616608
and is used to enable or disable the tabs restoration after a fresh app start. -->
617609
<string name="security_options_restore_tabs">Restaurer les onglets et les fenêtres après le redémarrage</string>
618610

@@ -748,7 +740,7 @@
748740

749741
<!-- This string explains why Mozilla would like the user to allow the crash data to be uploaded.
750742
'%1$s' will be replaced at runtime with the app's domain name. -->
751-
<string name="crash_dialog_message">Aidez Mozilla à améliorer %1$s en envoyant vos données de plantage.</string>
743+
<string name="crash_dialog_message">Aidez Mozilla à améliorer %1$s en envoyant vos données de plantage. &lt;a href=&quot;more&quot;&gt;En savoir plus&lt;/a&gt;</string>
752744

753745
<!-- This string labels a checkbox in the crash dialog box. When checked, the user will no longer
754746
be prompted for permission to upload crash data after an application crash. -->
@@ -864,6 +856,10 @@
864856
bookmarks tray button then a new item is bookmarked. -->
865857
<string name="bookmarks_saved_notification">Enregistré dans les marque-pages !</string>
866858

859+
<!-- This string is displayed in a notification that appears in the tray bar on top of the
860+
downloads tray button then a download finishes. %1$s will be replaced with the downloaded file name. -->
861+
<string name="download_completed_notification">%1$s téléchargé</string>
862+
867863
<!-- This string is displayed in a tooltip that appears when a user hovers
868864
over an icon representing 'Edit This Bookmark' for an individual bookmark
869865
item listed in the Bookmarks List. -->
@@ -996,9 +992,6 @@
996992
<!-- This string labels the Reset button that removes all the sites from the stored allowed pop-ups sites. -->
997993
<string name="privacy_options_popups_reset">Réinitialiser les paramètres de blocage des fenêtres popup</string>
998994

999-
<!-- This string is displayed on top of the allowed sites list in the allowed pop-ups panel. -->
1000-
<string name="privacy_options_popups_list_header">Les sites web suivants ont demandé à ouvrir des fenêtres popup :</string>
1001-
1002995
<!-- 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
1003996
when there are no exceptions. -->
1004997
<string name="privacy_options_popups_list_empty_first">Lorsque vous ouvrirez un site web avec des fenêtres popup, vous verrez une boîte de dialogue vous permettant de bloquer les fenêtres popup.</string>
@@ -1010,10 +1003,6 @@
10101003
<!-- This string is used to label radio buttons for setting ETP in. -->
10111004
<string name="privacy_options_tracking">Protection renforcée contre le pistage. (&lt;a href=&quot;%1$s&quot;&gt;En savoir plus&lt;/a&gt;)</string>
10121005

1013-
<!-- This string labels the button in the privacy option panel that opens the dialog to add/remove
1014-
Tracking protection exceptions. -->
1015-
<string name="privacy_options_tracking_exceptions">Exceptions</string>
1016-
10171006
<!-- This string labels the Reset button that restores the default controller settings values. -->
10181007
<string name="controller_options_reset">Réinitialiser les paramètres du contrôleur</string>
10191008

@@ -1452,16 +1441,12 @@ the Select` button. When clicked it closes all the previously selected tabs -->
14521441
<string name="slow_script_dialog_action_wait">Patienter</string>
14531442

14541443

1455-
<!-- This string is displayed in the title of the quick WebXR blocking dialog, accessed from the VR icon in the URL bar.
1456-
'%1$s' will be replaced at runtime with the app's name. -->
1457-
<string name="webxr_block_dialog_message">« %1$s » souhaite accéder à l’API WebXR</string>
1458-
1459-
<!-- This string is displayed in the title of the quick Tracking Protection dialog, accessed from the Tracking Protection icon in the URL bar. -->
1444+
<!-- This string is displayed in the title of the quick Tracking Protection dialog, accessed from the Tracking Protection icon in the URL bar.
1445+
'%1$s' will be replaced at runtime with the status of the setting.
1446+
'%2$s' will be replaced at runtime with the Learn More page link. -->
14601447
<string name="tracking_dialog_message">La protection renforcée contre le pistage est %1$s pour ce site. (&lt;a href=&quot;%2$s&quot;&gt;En savoir plus&lt;/a&gt;)</string>
1461-
1462-
<!-- This string is displayed in the enable button of the quick Tracking Protection dialog, accessed from the Tracking Protection icon in the URL bar. -->
1463-
<string name="tracking_dialog_button_enable">Activer</string>
1464-
1448+
14651449
<!-- This string is displayed in the disable button of the quick Tracking Protection dialog, accessed from the Tracking Protection icon in the URL bar. -->
14661450
<string name="tracking_dialog_button_disable">Désactiver</string>
1467-
</resources>
1451+
1452+
</resources>

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

+34
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,40 @@
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_v1">Unntak for sprettopp-vinduer</string>
113+
110114
<!-- This string is displayed under the title the pop-ups dialog used to remove sites from the currently
111115
allowed pop-up sites. -->
112116
<string name="settings_privacy_policy_popups_description">Du kan spesifisere hvilke nettsteder som kan åpne sprettoppvinduer</string>
113117

118+
<!-- This string is used as the title of the WebXR dialog used to do not allow websites to access WebXR devices. -->
119+
<string name="settings_privacy_policy_webxr_title">Tillatelser for virtuell virkelighet</string>
120+
121+
<!-- This string is displayed under the title the WebXR dialog used to do not allow websites to access WebXR devices. -->
122+
<string name="settings_privacy_policy_webxr_description">Følgende nettsteder er blokkert fra å la WebXR API få tilgang til VR-enheten din.</string>
123+
124+
<!-- 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
125+
when there are no exceptions. -->
126+
<string name="settings_privacy_policy_webxr_empty_description">Når du åpner et nettsted som bruker WebXR, kan du åpne en dialog som lar deg blokkere WebXR på det nettstedet.</string>
127+
128+
<!-- This string labels the Reset button that removes all the sites not allowed to access WebXR -->
129+
<string name="settings_privacy_policy_webxr_reset">Tilbakestill nettstedene som ikke har tilgang til virtuell virkelighet-enheter.</string>
130+
131+
<!-- This string is used as the title of the Tracking dialog used to do not allow websites to bypass tracking protection. -->
132+
<string name="settings_privacy_policy_tracking_title">Unntak for utvidet sporingsbeskyttelse</string>
133+
134+
<!-- This string is displayed under the title the Tracking dialog used to do not allow websites to bypass tracking protection. -->
135+
<string name="settings_privacy_policy_tracking_description">Du har slått av beskyttelsen på disse nettstedene.</string>
136+
137+
<!-- This string is displayed in the first line of a text that's displayed in the middle of the etp exceptions instead of the exceptions list
138+
when there are no exceptions. -->
139+
<string name="settings_privacy_policy_tracking_empty_description">Når du lar et nettsted spore aktiviteten din, vil de vises her.</string>
140+
141+
<!-- This string labels the Reset button that removes all the sites not allowed to access WebXR -->
142+
<string name="settings_privacy_policy_tracking_reset">Tilbakestill unntakene for utvidet sporingsbeskyttelse.</string>
143+
114144
<!-- This string is displayed in the switch of each item of the the pop-up blocking list when the site is allowed. -->
115145
<string name="pop_up_site_switch_allow">Tillat</string>
116146

@@ -590,6 +620,10 @@
590620
<string name="fxa_account_last_synced">Sist synkronisert for %1$d minutt siden</string>
591621

592622
<!-- This string labels an Allow/Don't Allow switch in the Privacy and Security settings dialog
623+
and is used to enable or disable playback of DRM controlled content. -->
624+
<string name="security_options_drm_content_v1">La nettsteder automatisk identifisere enheten din for å spille av DRM-kontrollert innhold. (&lt;a href=&quot;%1$s&quot;&gt;Les mer&lt;/a&gt;)</string>
625+
626+
<!-- This string labels an Allow/Don't Allow switch in the Privacy and Security settings dialog
593627
and is used to enable or disable the tabs restoration after a fresh app start. -->
594628
<string name="security_options_restore_tabs">Gjenopprett faner og vinduer etter omstart</string>
595629

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

+4-13
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,6 @@
106106
describes Mozilla's Privacy Policy. -->
107107
<string name="settings_privacy_policy">Personvernpraksis</string>
108108

109-
<!-- This string is used as the title of the pop-ups dialog used to remove sites from the currently
110-
allowed pop-up sites. -->
111-
<string name="settings_privacy_policy_popups_title">Løyve for sprettoppvindauge</string>
112-
113109
<!-- This string is displayed under the title the pop-ups dialog used to remove sites from the currently
114110
allowed pop-up sites. -->
115111
<string name="settings_privacy_policy_popups_description">Du kan spesifisere kva for nettstadar som kan opne sprettoppvindauge</string>
@@ -552,11 +548,7 @@
552548
when that the content was just synced some time ago. -->
553549
<string name="fxa_account_last_synced">Sist synkronisert for %1$d minutt sidan</string>
554550

555-
<!-- This string labels an Allow/Don't Allow switch in the Privacy and Security settings dialog
556-
and is used to enable or disable playback of DRM controlled content. -->
557-
<string name="security_options_drm_content">Spel av DRM-kontrollert innhald (&lt;a href=&quot;http://somesite.com/&quot;&gt;les meir&lt;/a&gt;)</string>
558-
559-
<!-- This string labels an Allow/Don't Allow switch in the Privacy and Security settings dialog
551+
<!-- This string labels an Allow/Don't Allow switch in the Privacy and Security settings dialog
560552
and is used to enable or disable the tabs restoration after a fresh app start. -->
561553
<string name="security_options_restore_tabs">Rett oppatt faner og vindauge etter omstart</string>
562554

@@ -937,9 +929,6 @@
937929
<!-- This string labels the Reset button that removes all the sites from the stored allowed pop-ups sites. -->
938930
<string name="privacy_options_popups_reset">Tilbakestill innstillingane for Blokker sprettoppvindauge</string>
939931

940-
<!-- This string is displayed on top of the allowed sites list in the allowed pop-ups panel. -->
941-
<string name="privacy_options_popups_list_header">Følgjande nettstadar har bedt om å opne sprettoppvindauge:</string>
942-
943932
<!-- 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
944933
when there are no exceptions. -->
945934
<string name="privacy_options_popups_list_empty_first">Når du opnar ein nettstad med sprettoppvindauge, vil du sjå ein dialog som lar deg velje å blokkere sprettoppvindauge.</string>
@@ -1367,6 +1356,8 @@ the Select` button. When clicked it closes all the previously selected tabs -->
13671356
<!-- This string is displayed as a button below the slow script dialog description message. When clicked
13681357
it continues to wait for execution of the web page script that caused the slow down. -->
13691358
<string name="slow_script_dialog_action_wait">Vent</string>
1370-
1359+
1360+
<!-- This string is displayed in the confirmation dialog when the delete all button is clicked in the downloads list. -->
1361+
<string name="download_delete_all_confirm_body">Er du sikker på at du vil slette alle nedlasta filer?</string>
13711362

13721363
</resources>

0 commit comments

Comments
 (0)