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

Commit b772e6d

Browse files
Import l10n. (#2276)
1 parent 1d379f1 commit b772e6d

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

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

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1319,4 +1319,18 @@ the Select` button. When clicked it closes all the previously selected tabs -->
13191319
<string name="whats_new_button_start_browsing">Beginnen met browsen</string>
13201320

13211321

1322-
</resources>
1322+
<!-- This string is displayed in the title of the slow script dialog. -->
1323+
<string name="slow_script_dialog_title">Langzaam script</string>
1324+
1325+
<!-- This string is displayed as a description below the title of slow script dialog.
1326+
'%1$s' will be replaced the script filename that is causing the slow down. -->
1327+
<string name="slow_script_dialog_description">Een webpagina vertraagt uw browser (%1$s). Wat wilt u doen?</string>
1328+
1329+
<!-- This string is displayed as a button below the slow script dialog description message. When clicked
1330+
it stops the slow script that is causing the web page slow down. -->
1331+
<string name="slow_script_dialog_action_stop">Website stoppen</string>
1332+
1333+
<!-- This string is displayed as a button below the slow script dialog description message. When clicked
1334+
it continues to wait for execution of the web page script that caused the slow down. -->
1335+
<string name="slow_script_dialog_action_wait">Wachten</string>
1336+
</resources>

0 commit comments

Comments
 (0)