|
349 | 349 | --> |
350 | 350 | <string name="developer_options_debug_logging">Aktiver feilsøking</string> |
351 | 351 |
|
| 352 | + <!-- This string labels an On/Off switch in the developer options dialog and is used to toggle |
| 353 | + UI render mode. If enables it uses hardware acceleration which should be faster but it may be more unstable. |
| 354 | + If disabled it uses software rendering which is stable but not as performant as hardware acceleration |
| 355 | +--> |
| 356 | + <string name="hardware_acceleration_switch">Aktiver UI-maskinvareakselerasjon</string> |
| 357 | + |
352 | 358 | <!-- The string labels an On/Off switch in the developer options dialog and is used to toggle enabling Servo. --> |
353 | 359 | <string name="developer_options_servo">Slå på Servo</string> |
354 | 360 |
|
|
849 | 855 | <!-- This string is displayed is the "Sync" button in the history panel when the sync is in progress. --> |
850 | 856 | <string name="fxa_syncing">Synkroniserer…</string> |
851 | 857 |
|
| 858 | + <!-- This string is displayed in the title of the FxA sign out dialog displayed when the user clicks on the Sign out button. --> |
| 859 | + <string name="fxa_signout_confirmation_title">Logge ut av Firefox-kontoen din?</string> |
| 860 | + |
| 861 | + <!-- This string is displayed in the body of the FxA sign out dialog displayed when the user clicks on the Sign out button. --> |
| 862 | + <string name="fxa_signout_confirmation_body">Når du loggar deg ut, vil du ikkje kunne sende eller motta faner frå andre einingar. Bokmerka og historikken din sluttar også å synkronisere.</string> |
| 863 | + |
| 864 | + <!-- This string is displayed in the checkbox text of the FxA sign out dialog displayed when the user clicks on the Sign out button. |
| 865 | + When checked the history and Bookmarks will be deleted from gthe device after signing in. --> |
| 866 | + <string name="fxa_signout_confirmation_checkbox">Fjern historikk og bokmerke frå denne eininga</string> |
| 867 | + |
| 868 | + <!-- This string is displayed in the cancel button of the FxA sign out dialog displayed when the user clicks on the Sign out button. |
| 869 | + If clicked the user will be signed out from their FxA account and the dialog will be dismissed. --> |
| 870 | + <string name="fxa_signout_confirmation_signout">Logg ut</string> |
| 871 | + |
| 872 | + <!-- This string is displayed in the accept button of the FxA sign out dialog displayed when the user clicks on the Sign out button. |
| 873 | + If clicked the user will not be signed out from the FxA account and the dialog will be dismissed. --> |
| 874 | + <string name="fxa_signout_confirmation_cancel">Avbryt</string> |
| 875 | + |
852 | 876 | <!-- This string is displayed is the "Cancel" button from the clear history dialog. |
853 | 877 | When pressed the dialog is closed. --> |
854 | 878 | <string name="history_clear_cancel">Avbryt</string> |
@@ -1311,4 +1335,20 @@ the Select` button. When clicked it closes all the previously selected tabs --> |
1311 | 1335 | <!-- This string is displayed a button of the what's new dialog that is displayed if the user has updated |
1312 | 1336 | or updated the app and hasn't signed it yet. If clicked the dialog is dismissed. --> |
1313 | 1337 | <string name="whats_new_button_start_browsing">Start nettlesing</string> |
| 1338 | + |
| 1339 | + |
| 1340 | + <!-- This string is displayed in the title of the slow script dialog. --> |
| 1341 | + <string name="slow_script_dialog_title">Tregt skript</string> |
| 1342 | + |
| 1343 | + <!-- This string is displayed as a description below the title of slow script dialog. |
| 1344 | + '%1$s' will be replaced the script filename that is causing the slow down. --> |
| 1345 | + <string name="slow_script_dialog_description">Ei nettside gjer at nettlesaren går tregare (%1$s). Kva vil du gjere?</string> |
| 1346 | + |
| 1347 | + <!-- This string is displayed as a button below the slow script dialog description message. When clicked |
| 1348 | + it stops the slow script that is causing the web page slow down. --> |
| 1349 | + <string name="slow_script_dialog_action_stop">Stopp den</string> |
| 1350 | + |
| 1351 | + <!-- This string is displayed as a button below the slow script dialog description message. When clicked |
| 1352 | + it continues to wait for execution of the web page script that caused the slow down. --> |
| 1353 | + <string name="slow_script_dialog_action_wait">Vent</string> |
1314 | 1354 | </resources> |
0 commit comments