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

Commit 84494ec

Browse files
Import l10n. (#3480)
1 parent f6b2e98 commit 84494ec

File tree

1 file changed

+27
-3
lines changed

1 file changed

+27
-3
lines changed

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

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1265,6 +1265,21 @@
12651265
<!-- 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. -->
12661266
<string name="context_menu_open_new_tab_1">Openen in een nieuw tabblad</string>
12671267

1268+
<!-- 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. -->
1269+
<string name="context_menu_open_link_new_window_1">Koppeling openen in een nieuw venster</string>
1270+
1271+
<!-- 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. -->
1272+
<string name="context_menu_open_link_new_tab_1">Koppeling openen in een nieuw tabblad</string>
1273+
1274+
<!-- This string is shown in the context menu after a longpress on a link. When clicked it opens the image in the current window. -->
1275+
<string name="context_menu_view_image">Afbeelding bekijken</string>
1276+
1277+
<!-- This string is shown in the context menu after a longpress on a link. When clicked it opens the video in the current window. -->
1278+
<string name="context_menu_view_video">Video bekijken</string>
1279+
1280+
<!-- This string is shown in the context menu after a longpress on a link. When clicked it opens the audio in the current window. -->
1281+
<string name="context_menu_view_audio">Audio bekijken</string>
1282+
12681283
<!-- This string is shown in the context menu after a longpress on a link. When clicked it triggers a linked element download. -->
12691284
<string name="context_menu_download_link">Koppeling downloaden</string>
12701285

@@ -1280,6 +1295,15 @@
12801295
<!-- This string is shown in the context menu after a longpress on a link. When clicked it copies the target to the clipboard -->
12811296
<string name="context_menu_copy_link">Koppeling kopiëren</string>
12821297

1298+
<!-- This string is shown in the context menu after a longpress on a link. When clicked it copies the image uri to the clipboard -->
1299+
<string name="context_menu_copy_image_location">Afbeeldingslocatie kopiëren</string>
1300+
1301+
<!-- This string is shown in the context menu after a longpress on a link. When clicked it copies the video uri to the clipboard -->
1302+
<string name="context_menu_copy_video_location">Videolocatie kopiëren</string>
1303+
1304+
<!-- This string is shown in the context menu after a longpress on a link. When clicked it copies the audio uri to the clipboard -->
1305+
<string name="context_menu_copy_audio_location">Audiolocatie kopiëren</string>
1306+
12831307
<!-- 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. -->
12841308
<string name="context_menu_cut_text">Knippen</string>
12851309

@@ -1448,11 +1472,11 @@
14481472
<string name="private_clear_button">Wissen</string>
14491473

14501474
<!-- This string is displayed in the title of the pop-up blocking dialog.
1451-
'%1$s' will be replaced at runtime with the app's name. -->
1452-
<string name="popup_block_title">%1$s heeft voorkomen dat deze website een pop-upvenster opent</string>
1475+
'%1$s' will be replaced at runtime with the app's name. -->
1476+
<string name="popup_block_title_v1">%1$s heeft voorkomen dat deze website pop-upvensters opent</string>
14531477

14541478
<!-- This string is displayed as a description below the title of the pop-up blocking dialog. -->
1455-
<string name="popup_block_description">Wilt u ze toch laten tonen?</string>
1479+
<string name="popup_block_description_v1">Wilt u ze toch laten tonen?</string>
14561480

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

0 commit comments

Comments
 (0)