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

Commit 3f1172f

Browse files
Import l10n. (#3468)
1 parent 23bc8e7 commit 3f1172f

File tree

2 files changed

+30
-6
lines changed

2 files changed

+30
-6
lines changed

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

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1259,6 +1259,21 @@
12591259
<!-- This string is shown in the context menu after a longpress on a link. When clicked it opens the target url in a new tab. -->
12601260
<string name="context_menu_open_new_tab_1">Ouvrir dans un nouvel onglet</string>
12611261

1262+
<!-- This string is shown in the context menu after a longpress on a link. When clicked it opens the target url in a new window. -->
1263+
<string name="context_menu_open_link_new_window_1">Ouvrir le lien dans une nouvelle fenêtre</string>
1264+
1265+
<!-- This string is shown in the context menu after a longpress on a link. When clicked it opens the target url in a new tab. -->
1266+
<string name="context_menu_open_link_new_tab_1">Ouvrir le lien dans un nouvel onglet</string>
1267+
1268+
<!-- This string is shown in the context menu after a longpress on a link. When clicked it opens the image in the current window. -->
1269+
<string name="context_menu_view_image">Afficher l’image</string>
1270+
1271+
<!-- This string is shown in the context menu after a longpress on a link. When clicked it opens the video in the current window. -->
1272+
<string name="context_menu_view_video">Afficher la vidéo</string>
1273+
1274+
<!-- This string is shown in the context menu after a longpress on a link. When clicked it opens the audio in the current window. -->
1275+
<string name="context_menu_view_audio">Afficher l’audio</string>
1276+
12621277
<!-- This string is shown in the context menu after a longpress on a link. When clicked it triggers a linked element download. -->
12631278
<string name="context_menu_download_link">Télécharger la cible du lien</string>
12641279

@@ -1274,6 +1289,15 @@
12741289
<!-- This string is shown in the context menu after a longpress on a link. When clicked it copies the target to the clipboard -->
12751290
<string name="context_menu_copy_link">Copier le lien</string>
12761291

1292+
<!-- This string is shown in the context menu after a longpress on a link. When clicked it copies the image uri to the clipboard -->
1293+
<string name="context_menu_copy_image_location">Copier l’adresse de l’image</string>
1294+
1295+
<!-- This string is shown in the context menu after a longpress on a link. When clicked it copies the video uri to the clipboard -->
1296+
<string name="context_menu_copy_video_location">Copier l’adresse de la vidéo</string>
1297+
1298+
<!-- This string is shown in the context menu after a longpress on a link. When clicked it copies the audio uri to the clipboard -->
1299+
<string name="context_menu_copy_audio_location">Copier l’adresse de l’audio</string>
1300+
12771301
<!-- This string is shown in the context menu after a longpress on a text. When clicked it cuts the selected text and can be pasted later. -->
12781302
<string name="context_menu_cut_text">Couper</string>
12791303

@@ -1435,11 +1459,11 @@
14351459
<string name="private_clear_button">Effacer</string>
14361460

14371461
<!-- This string is displayed in the title of the pop-up blocking dialog.
1438-
'%1$s' will be replaced at runtime with the app's name. -->
1439-
<string name="popup_block_title">%1$s a empêché ce site d’ouvrir une fenêtre popup</string>
1462+
'%1$s' will be replaced at runtime with the app's name. -->
1463+
<string name="popup_block_title_v1">%1$s a empêché ce site d’ouvrir des fenêtres popup</string>
14401464

14411465
<!-- This string is displayed as a description below the title of the pop-up blocking dialog. -->
1442-
<string name="popup_block_description">Voulez-vous les afficher tout de même ?</string>
1466+
<string name="popup_block_description_v1">Voulez-vous les afficher tout de même ?</string>
14431467

14441468
<!-- This string is displayed on the right of the checkbox in the the pop-up blocking dialog.
14451469
If the checkbox is checked Firefox will never ask again to block pop-ups for this site -->

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1463,11 +1463,11 @@
14631463
<string name="private_clear_button">Удалить</string>
14641464

14651465
<!-- This string is displayed in the title of the pop-up blocking dialog.
1466-
'%1$s' will be replaced at runtime with the app's name. -->
1467-
<string name="popup_block_title">%1$s скрыл всплывающее окно с этого сайта</string>
1466+
'%1$s' will be replaced at runtime with the app's name. -->
1467+
<string name="popup_block_title_v1">%1$s скрыл всплывающие окна с этого сайта</string>
14681468

14691469
<!-- This string is displayed as a description below the title of the pop-up blocking dialog. -->
1470-
<string name="popup_block_description">Всё равно их открыть?</string>
1470+
<string name="popup_block_description_v1">Всё равно их открыть?</string>
14711471

14721472
<!-- This string is displayed on the right of the checkbox in the the pop-up blocking dialog.
14731473
If the checkbox is checked Firefox will never ask again to block pop-ups for this site -->

0 commit comments

Comments
 (0)