|
114 | 114 | allowed pop-up sites. -->
|
115 | 115 | <string name="settings_privacy_policy_popups_description">Sie können festlegen, welche Websites Pop-up-Fenster öffnen dürfen</string>
|
116 | 116 |
|
| 117 | + <!-- This string is used as the title of the WebXR dialog used to do not allow websites to access WebXR devices. --> |
| 118 | + <string name="settings_privacy_policy_webxr_title">Virtual-Reality-Berechtigungen</string> |
| 119 | + |
| 120 | + <!-- This string is displayed under the title the WebXR dialog used to do not allow websites to access WebXR devices. --> |
| 121 | + <string name="settings_privacy_policy_webxr_description">Auf den folgenden Websites kann die WebXR-API nicht auf Ihr VR-Gerät zugreifen.</string> |
| 122 | + |
| 123 | + <!-- This string is displayed in the first line of a text that's displayed in the middle of allowed pop-ups panel instead of the exceptions list |
| 124 | + when there are no exceptions. --> |
| 125 | + <string name="settings_privacy_policy_webxr_empty_description">Wenn Sie eine Website öffnen, die WebXR verwendet, können Sie ein Dialogfeld öffnen, in dem Sie WebXR auf dieser Website blockieren können.</string> |
| 126 | + |
| 127 | + <!-- This string labels the Reset button that removes all the sites not allowed to access WebXR --> |
| 128 | + <string name="settings_privacy_policy_webxr_reset">Die Websites zurücksetzen, die nicht auf Virtual-Reality-Geräte zugreifen dürfen.</string> |
| 129 | + |
| 130 | + <!-- This string is used as the title of the Tracking dialog used to do not allow websites to bypass tracking protection. --> |
| 131 | + <string name="settings_privacy_policy_tracking_title">Ausnahmen – Verbesserter Schutz vor Aktivitätenverfolgung</string> |
| 132 | + |
| 133 | + <!-- This string is displayed under the title the Tracking dialog used to do not allow websites to bypass tracking protection. --> |
| 134 | + <string name="settings_privacy_policy_tracking_description">Sie haben die Schutzmaßnahmen für folgende Websites deaktiviert.</string> |
| 135 | + |
| 136 | + <!-- This string is displayed in the first line of a text that's displayed in the middle of the etp exceptions instead of the exceptions list |
| 137 | + when there are no exceptions. --> |
| 138 | + <string name="settings_privacy_policy_tracking_empty_description">Wenn Sie einer Website erlauben, Ihre Aktivitäten zu verfolgen, werden diese hier angezeigt.</string> |
| 139 | + |
| 140 | + <!-- This string labels the Reset button that removes all the sites not allowed to access WebXR --> |
| 141 | + <string name="settings_privacy_policy_tracking_reset">Ausnahmen zum verbesserten Schutz vor Aktivitätenverfolgung zurücksetzen.</string> |
| 142 | + |
117 | 143 | <!-- This string is displayed in the switch of each item of the the pop-up blocking list when the site is allowed. -->
|
118 | 144 | <string name="pop_up_site_switch_allow">Erlauben</string>
|
119 | 145 |
|
|
358 | 384 | -->
|
359 | 385 | <string name="bypass_cache_on_reload_switch">Umgehung des Caches beim Neuladen aktivieren</string>
|
360 | 386 |
|
| 387 | + <!-- This string labels an On/Off switch in the developer options dialog and is used to toggle |
| 388 | + Multi-e10s. Multi-e10s allocates a process for each open window instead of having only one |
| 389 | + process for all windows. |
| 390 | + --> |
| 391 | + <string name="multi_e10s_switch">Multi-e10s aktivieren</string> |
| 392 | + |
361 | 393 | <!-- The string labels an On/Off switch in the developer options dialog and is used to toggle enabling Servo. -->
|
362 | 394 | <string name="developer_options_servo">Servo aktivieren</string>
|
363 | 395 |
|
|
420 | 452 | <!-- This string is used to label the 'VR' radio button of the 'User-Agent Mode' settings option. -->
|
421 | 453 | <string name="developer_options_ua_vr">VR</string>
|
422 | 454 |
|
| 455 | + <!-- This string is used to label the 'Standard' radio button of the 'Enhanced Tracking protection' settings option. --> |
| 456 | + <string name="privacy_options_tracking_etp">Standard</string> |
| 457 | + |
| 458 | + <!-- This string is used as the description of the 'Standard' radio button of the 'Enhanced Tracking protection' settings option. --> |
| 459 | + <string name="privacy_options_tracking_etp_description">Ausgewogen zwischen Schutz und Leistung. Seiten laden normal.</string> |
| 460 | + |
| 461 | + <!-- This string is used to label the 'Strict' radio button of the 'Tracking protection' settings option. --> |
| 462 | + <string name="privacy_options_tracking_strict">Streng</string> |
| 463 | + |
| 464 | + <!-- This string is used as the description of the 'Strict' radio button of the 'Enhanced Tracking protection' settings option. --> |
| 465 | + <string name="privacy_options_tracking_strict_description">Stärkerer Schutz, einige Websites oder mancher Inhalt funktioniert eventuell nicht.</string> |
| 466 | + |
| 467 | + <!-- This string is used to label the 'Off' radio button of the 'Tracking protection' settings option. --> |
| 468 | + <string name="privacy_options_tracking_off">Aus</string> |
| 469 | + |
| 470 | + <!-- This string is used as the description of the 'Off' radio button of the 'Enhanced Tracking protection' settings option. --> |
| 471 | + <string name="privacy_options_tracking_off_description">Jeder Seite erlauben, Ihnen online zu folgen, um Ihre Surfgewohnheiten und -interessen zu sammeln.</string> |
| 472 | + |
423 | 473 | <!-- This string is used to label radio buttons for setting fixed-foveated-rendering (FFR) level.
|
424 | 474 | The term "foveation" derives from "fovea", the area of higher-resolution vision in the human retina.
|
425 | 475 | Higher values of this option result in larger parts of the peripheral vision being rendered
|
|
617 | 667 | pop-up blocked sites. -->
|
618 | 668 | <string name="security_options_block_pup_up_settings">Weitere Optionen</string>
|
619 | 669 |
|
| 670 | + <!-- This string labels the button in the privacy option panel that enables/disables Virtual Reality |
| 671 | + Devices access to websites (WebXR). --> |
| 672 | + <string name="security_options_permission_webxr">Virtual-Reality-Geräte (WebXR)</string> |
| 673 | + |
620 | 674 | <!-- This string is a label above the group of switches that indicates that the switches below
|
621 | 675 | relate to Firefox data collection and use. -->
|
622 | 676 | <string name="security_options_speech_data_collection_title">Sammlung und Nutzung von Daten bei %1$s</string>
|
|
954 | 1008 | when there are no exceptions. -->
|
955 | 1009 | <string name="privacy_options_popups_list_empty_second">Eine Liste der Websites mit Berechtigungen wird hier angezeigt.</string>
|
956 | 1010 |
|
| 1011 | + <!-- This string is used to label radio buttons for setting ETP in. --> |
| 1012 | + <string name="privacy_options_tracking">Verbesserter Tracking-Schutz. (<a href="%1$s">Weitere Informationen</a>)</string> |
| 1013 | + |
| 1014 | + <!-- This string labels the button in the privacy option panel that opens the dialog to add/remove |
| 1015 | + Tracking protection exceptions. --> |
| 1016 | + <string name="privacy_options_tracking_exceptions">Ausnahmen</string> |
| 1017 | + |
957 | 1018 | <!-- This string labels the Reset button that restores the default controller settings values. -->
|
958 | 1019 | <string name="controller_options_reset">Controller-Einstellungen zurücksetzen</string>
|
959 | 1020 |
|
|
1062 | 1123 | 'Resize' refers to the button used to resize the browset window. -->
|
1063 | 1124 | <string name="resize_tooltip">Größe ändern</string>
|
1064 | 1125 |
|
| 1126 | + <!-- This string is for the tooltip that appears upon hovering the 'WebXR' button in the |
| 1127 | + browser's navigation bar. The button it labels, when pressed, Shows the WebXR permission dialog. --> |
| 1128 | + <string name="webxr_allowed_tooltip">WebXR erlaubt</string> |
| 1129 | + |
| 1130 | + <!-- This string is for the tooltip that appears upon hovering the 'WebXR' button in the |
| 1131 | + browser's navigation bar. The button it labels, when pressed, Shows the WebXR permission dialog. --> |
| 1132 | + <string name="webxr_blocked_tooltip">WebXR blockiert</string> |
| 1133 | + |
| 1134 | + <!-- This string is for the tooltip that appears upon hovering the 'Tracking' button in the |
| 1135 | + browser's navigation bar. The button it labels, when pressed, Shows the Tracking dialog. --> |
| 1136 | + <string name="tracking_allowed_tooltip">Schutz vor Aktivitätenverfolgung aktiviert</string> |
| 1137 | + |
| 1138 | + <!-- This string is for the tooltip that appears upon hovering the 'Tracking Protection' button in the |
| 1139 | + browser's navigation bar. The button it labels, when pressed, Shows the Tracking Protection dialog. --> |
| 1140 | + <string name="tracking_disabled_tooltip">Schutz vor Aktivitätenverfolgung deaktiviert</string> |
| 1141 | + |
1065 | 1142 | <!-- This string is for the tooltip that appears when the user is not in the browser's Private Browsing mode
|
1066 | 1143 | and hovers over the 'Private Browsing' icon in the browser's tray menu. -->
|
1067 | 1144 | <string name="private_browsing_enter_tooltip">Privaten Modus aktivieren</string>
|
@@ -1375,4 +1452,18 @@ the Select` button. When clicked it closes all the previously selected tabs -->
|
1375 | 1452 | <!-- This string is displayed as a button below the slow script dialog description message. When clicked
|
1376 | 1453 | it continues to wait for execution of the web page script that caused the slow down. -->
|
1377 | 1454 | <string name="slow_script_dialog_action_wait">Warten</string>
|
| 1455 | + |
| 1456 | + |
| 1457 | + <!-- This string is displayed in the title of the quick WebXR blocking dialog, accessed from the VR icon in the URL bar. |
| 1458 | + '%1$s' will be replaced at runtime with the app's name. --> |
| 1459 | + <string name="webxr_block_dialog_message">„%1$s“ möchte auf die WebXR-API zugreifen</string> |
| 1460 | + |
| 1461 | + <!-- This string is displayed in the title of the quick Tracking Protection dialog, accessed from the Tracking Protection icon in the URL bar. --> |
| 1462 | + <string name="tracking_dialog_message">Verbesserter Tracking-Schutz ist für diese Website %1$s. (<a href="%2$s">Weitere Informationen</a>)</string> |
| 1463 | + |
| 1464 | + <!-- This string is displayed in the enable button of the quick Tracking Protection dialog, accessed from the Tracking Protection icon in the URL bar. --> |
| 1465 | + <string name="tracking_dialog_button_enable">Aktivieren</string> |
| 1466 | + |
| 1467 | + <!-- This string is displayed in the disable button of the quick Tracking Protection dialog, accessed from the Tracking Protection icon in the URL bar. --> |
| 1468 | + <string name="tracking_dialog_button_disable">Deaktivieren</string> |
1378 | 1469 | </resources>
|
0 commit comments