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

Commit

Permalink
Import l10n. (#2276)
Browse files Browse the repository at this point in the history
  • Loading branch information
mozilla-l10n-automation-bot authored and bluemarvin committed Nov 14, 2019
1 parent 1d379f1 commit b772e6d
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion app/src/main/res/values-nl/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1319,4 +1319,18 @@ the Select` button. When clicked it closes all the previously selected tabs -->
<string name="whats_new_button_start_browsing">Beginnen met browsen</string>


</resources>
<!-- This string is displayed in the title of the slow script dialog. -->
<string name="slow_script_dialog_title">Langzaam script</string>

<!-- This string is displayed as a description below the title of slow script dialog.
'%1$s' will be replaced the script filename that is causing the slow down. -->
<string name="slow_script_dialog_description">Een webpagina vertraagt uw browser (%1$s). Wat wilt u doen?</string>

<!-- This string is displayed as a button below the slow script dialog description message. When clicked
it stops the slow script that is causing the web page slow down. -->
<string name="slow_script_dialog_action_stop">Website stoppen</string>

<!-- This string is displayed as a button below the slow script dialog description message. When clicked
it continues to wait for execution of the web page script that caused the slow down. -->
<string name="slow_script_dialog_action_wait">Wachten</string>
</resources>

0 comments on commit b772e6d

Please sign in to comment.