|
348 | 348 | -->
|
349 | 349 | <string name="developer_options_debug_logging">Aktiver debug-logging</string>
|
350 | 350 |
|
| 351 | + <!-- This string labels an On/Off switch in the developer options dialog and is used to toggle |
| 352 | + UI render mode. If enables it uses hardware acceleration which should be faster but it may be more unstable. |
| 353 | + If disabled it uses software rendering which is stable but not as performant as hardware acceleration |
| 354 | +--> |
| 355 | + <string name="hardware_acceleration_switch">Aktivér UI-hardware-acceleration</string> |
| 356 | + |
351 | 357 | <!-- The string labels an On/Off switch in the developer options dialog and is used to toggle enabling Servo. -->
|
352 | 358 | <string name="developer_options_servo">Aktiver Servo</string>
|
353 | 359 |
|
|
848 | 854 | <!-- This string is displayed is the "Sync" button in the history panel when the sync is in progress. -->
|
849 | 855 | <string name="fxa_syncing">Synkroniserer…</string>
|
850 | 856 |
|
| 857 | + <!-- This string is displayed in the title of the FxA sign out dialog displayed when the user clicks on the Sign out button. --> |
| 858 | + <string name="fxa_signout_confirmation_title">Vil du logge ud fra din Firefox-konto?</string> |
| 859 | + |
| 860 | + <!-- This string is displayed in the body of the FxA sign out dialog displayed when the user clicks on the Sign out button. --> |
| 861 | + <string name="fxa_signout_confirmation_body">Når du logger ud, kan du ikke sende eller modtage faneblade fra andre enheder. Dine bogmærker og din historik vil heller ikke blive synkroniseret længere.</string> |
| 862 | + |
| 863 | + <!-- This string is displayed in the checkbox text of the FxA sign out dialog displayed when the user clicks on the Sign out button. |
| 864 | + When checked the history and Bookmarks will be deleted from gthe device after signing in. --> |
| 865 | + <string name="fxa_signout_confirmation_checkbox">Ryd historik og bogmærker fra denne enhed</string> |
| 866 | + |
| 867 | + <!-- This string is displayed in the cancel button of the FxA sign out dialog displayed when the user clicks on the Sign out button. |
| 868 | + If clicked the user will be signed out from their FxA account and the dialog will be dismissed. --> |
| 869 | + <string name="fxa_signout_confirmation_signout">Log ud</string> |
| 870 | + |
| 871 | + <!-- This string is displayed in the accept button of the FxA sign out dialog displayed when the user clicks on the Sign out button. |
| 872 | + If clicked the user will not be signed out from the FxA account and the dialog will be dismissed. --> |
| 873 | + <string name="fxa_signout_confirmation_cancel">Fortryd</string> |
| 874 | + |
851 | 875 | <!-- This string is displayed is the "Cancel" button from the clear history dialog.
|
852 | 876 | When pressed the dialog is closed. -->
|
853 | 877 | <string name="history_clear_cancel">Annuller</string>
|
|
0 commit comments