This repository was archived by the owner on Jul 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed
app/src/main/res/values-nl Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -1319,4 +1319,18 @@ the Select` button. When clicked it closes all the previously selected tabs -->
1319
1319
<string name =" whats_new_button_start_browsing" >Beginnen met browsen</string >
1320
1320
1321
1321
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 >
You can’t perform that action at this time.
0 commit comments