|
1265 | 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 | 1266 | <string name="context_menu_open_new_tab_1">Openen in een nieuw tabblad</string>
|
1267 | 1267 |
|
| 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 | + |
1268 | 1283 | <!-- This string is shown in the context menu after a longpress on a link. When clicked it triggers a linked element download. -->
|
1269 | 1284 | <string name="context_menu_download_link">Koppeling downloaden</string>
|
1270 | 1285 |
|
|
1280 | 1295 | <!-- This string is shown in the context menu after a longpress on a link. When clicked it copies the target to the clipboard -->
|
1281 | 1296 | <string name="context_menu_copy_link">Koppeling kopiëren</string>
|
1282 | 1297 |
|
| 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 | + |
1283 | 1307 | <!-- 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. -->
|
1284 | 1308 | <string name="context_menu_cut_text">Knippen</string>
|
1285 | 1309 |
|
|
1448 | 1472 | <string name="private_clear_button">Wissen</string>
|
1449 | 1473 |
|
1450 | 1474 | <!-- 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> |
1453 | 1477 |
|
1454 | 1478 | <!-- 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> |
1456 | 1480 |
|
1457 | 1481 | <!-- This string is displayed on the right of the checkbox in the the pop-up blocking dialog.
|
1458 | 1482 | If the checkbox is checked Firefox will never ask again to block pop-ups for this site -->
|
|
0 commit comments