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

Commit 4739b3a

Browse files
Import l10n. (#2503)
1 parent 379b8f1 commit 4739b3a

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

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

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
'Firefox Display Language' dialog window (accessible from the browser's Settings dialog window).
165165
Below this string appears a list of locales for the user to choose as their preferred display
166166
language for the application UI. -->
167-
<string name="settings_language_choose_display_language_title">Langue d\'affichage de %1$s</string>
167+
<string name="settings_language_choose_display_language_title">Langue daffichage de %1$s</string>
168168

169169
<!-- This string is used to label a text label that appears in the header description of 'Language Settings' ->
170170
'Firefox Display Language' dialog window (accessible from the browser's Settings dialog window).
@@ -615,8 +615,7 @@
615615

616616
<!-- This string labels an Allow/Don't Allow switch in the Privacy and Security settings dialog
617617
and is used to enable or disable permission to collect telemetry data. -->
618-
<string name="security_options_telemetry_send_data">Autoriser %1$s à envoyer des données techniques et d’interaction à Mozilla
619-
</string>
618+
<string name="security_options_telemetry_send_data">Autoriser %1$s à envoyer des données techniques et d’interaction à Mozilla</string>
620619

621620
<!-- This string labels an Allow/Don't Allow switch in the Privacy and Security settings dialog
622621
and is used to enable or disable permission to send crash reports. -->
@@ -646,7 +645,7 @@
646645

647646
<!-- This string is displayed in a dialog box show to the user while the Voice Search is being
648647
performed. It indicates that the search query is running and they should wait for the result. -->
649-
<string name="voice_search_decoding">Recherche en cours...</string>
648+
<string name="voice_search_decoding">Recherche en cours</string>
650649

651650
<!-- This string is displayed in a dialog box show to the user while the Voice Search is being
652651
performed. It indicates that the search query is running and they should wait for the result. -->
@@ -662,7 +661,7 @@
662661

663662
<!-- This string is displayed in the URL bar when it is empty. It informs the user that they
664663
may use the URL bar to search the Web or enter a Web address. -->
665-
<string name="search_placeholder">Rechercher sur Internet ou saisir une adresse</string>
664+
<string name="search_placeholder">Rechercher sur le Web ou saisir une adresse</string>
666665

667666
<!-- This string labels a button that is used to cancel an action.
668667
This appears in such contexts as dialog boxes, `<select>` menus, etc. -->
@@ -1116,17 +1115,15 @@
11161115
<!-- This string is used as the body of the Private Browsing page that is opened when the
11171116
Private Browsing Mode button from the tray is clicked.
11181117
'%1$s' will be replaced at runtime with the app's name. -->
1119-
<string name="private_browsing_body"><![CDATA[
1120-
<p>Lorsque vous naviguez dans une fenêtre privée, %1$s <strong>n’enregistre pas</strong>:</p>
1118+
<string name="private_browsing_body"><![CDATA[<p>Lorsque vous naviguez dans une fenêtre privée, %1$s <strong>n’enregistre pas</strong> :</p>
11211119
<ul class="two-column">
11221120
<li>les pages consultées</li>
1123-
<li>recherches</li>
1124-
<li>cookies</li>
1125-
<li>fichiers temporaires</li>
1121+
<li>les recherches</li>
1122+
<li>les cookies</li>
1123+
<li>les fichiers temporaires</li>
11261124
</ul>
11271125
<p>La navigation privée <strong>ne vous offre pas l’anonymat</strong> sur Internet. Votre fournisseur d’accès à Internet ou votre employeur peuvent toujours connaître les pages que vous visitez.</p>
1128-
<p class="about-info">En savoir plus <a id="learnMore">Navigation privée</a>.</p>
1129-
]]></string>
1126+
<p class="about-info">En savoir plus sur la <a id="learnMore">navigation privée</a>.</p>]]></string>
11301127

11311128
<!-- This string is displayed in any button used for removing all the items in the current context.
11321129
'%1$s' will be replaced at runtime with the app's name. -->

0 commit comments

Comments
 (0)