|
111 | 111 | describes Mozilla's Privacy Policy. -->
|
112 | 112 | <string name="settings_privacy_policy">Datenschutzrichtlinie</string>
|
113 | 113 |
|
| 114 | + <!-- This string is used as the title of the pop-ups dialog used to remove sites from the currently |
| 115 | + allowed pop-up sites. --> |
| 116 | + <string name="settings_privacy_policy_popups_title">Pop-up-Berechtigungen</string> |
| 117 | + |
| 118 | + <!-- This string is displayed under the title the pop-ups dialog used to remove sites from the currently |
| 119 | + allowed pop-up sites. --> |
| 120 | + <string name="settings_privacy_policy_popups_description">Sie können festlegen, welche Websites Pop-up-Fenster öffnen dürfen</string> |
| 121 | + |
| 122 | + <!-- This string is displayed in the switch of each item of the the pop-up blocking list when the site is allowed. --> |
| 123 | + <string name="pop_up_site_switch_allow">Erlauben</string> |
| 124 | + |
| 125 | + <!-- This string is displayed in the switch of each item of the the pop-up blocking list when the site is denied. --> |
| 126 | + <string name="pop_up_site_switch_block">Blockieren</string> |
| 127 | + |
114 | 128 | <!-- This string is used to label a button in the 'Settings' dialog window that, when pressed,
|
115 | 129 | opens a dialog box that contains settings that an application or Web developer might want to change. -->
|
116 | 130 | <string name="settings_developer_options">Entwickler-Optionen</string>
|
|
502 | 516 | of this storage even though the storage may not reside on external removable media. -->
|
503 | 517 | <string name="security_options_permission_storage">Externen Speicher lesen</string>
|
504 | 518 |
|
| 519 | + <!-- This string labels the button in the privacy option panel that enables/disables the pop-up |
| 520 | + blocking. --> |
| 521 | + <string name="security_options_block_pup_up_windows">Pop-up-Fenster blockieren</string> |
| 522 | + |
| 523 | + <!-- This string labels the button in the privacy option panel that open the dialog to add/remove |
| 524 | + pop-up blocked sites. --> |
| 525 | + <string name="security_options_block_pup_up_settings">Weitere Optionen</string> |
| 526 | + |
505 | 527 | <!-- This string is a label above the group of switches that indicates that the switches below
|
506 | 528 | relate to Firefox data collection and use. -->
|
507 | 529 | <string name="security_options_speech_data_collection_title">Sammlung und Nutzung von Daten bei %1$s</string>
|
|
763 | 785 | <!-- This string labels the Reset button that restores the default privacy and security settings values. -->
|
764 | 786 | <string name="privacy_options_reset">Datenschutz- & Sicherheitseinstellungen zurücksetzen</string>
|
765 | 787 |
|
| 788 | + <!-- This string labels the Clear All button that removes all the sites from the stored allowed pop-ups sites. --> |
| 789 | + <string name="privacy_options_popups_clear_all">Alle löschen</string> |
| 790 | + |
| 791 | + <!-- This string labels the Reset button that removes all the sites from the stored allowed pop-ups sites. --> |
| 792 | + <string name="privacy_options_popups_reset">Einstellungen zu Pop-up-Fenstern zurücksetzen</string> |
| 793 | + |
| 794 | + <!-- This string is displayed on top of the allowed sites list in the allowed pop-ups panel. --> |
| 795 | + <string name="privacy_options_popups_list_header">Die folgenden Websites bitten um die Erlaubnis, Pop-up-Fenster zu öffnen:</string> |
| 796 | + |
766 | 797 | <!-- This string labels the Reset button that restores the default controller settings values. -->
|
767 | 798 | <string name="controller_options_reset">Controller-Einstellungen zurücksetzen</string>
|
768 | 799 |
|
|
1026 | 1057 | <!-- This string is displayed in the Clear button on top of the window when in private mode. It only appears
|
1027 | 1058 | when there is one window left. When clicked, it closes the private session -->
|
1028 | 1059 | <string name="private_clear_button">Löschen</string>
|
| 1060 | + |
| 1061 | + <!-- This string is displayed in the title of the pop-up blocking dialog. |
| 1062 | + '%1$s' will be replaced at runtime with the app's name. --> |
| 1063 | + <string name="popup_block_title">%1$s hat ein Pop-up-Fenster dieser Website blockiert</string> |
| 1064 | + |
| 1065 | + <!-- This string is displayed as a description below the title of the pop-up blocking dialog. --> |
| 1066 | + <string name="popup_block_description">Soll es trotzdem angezeigt werden?</string> |
| 1067 | + |
| 1068 | + <!-- This string is displayed on the right of the checkbox in the the pop-up blocking dialog. |
| 1069 | + If the checkbox is checked Firefox will never ask again to block pop-ups for this site --> |
| 1070 | + <string name="popup_block_checkbox">Für diese Website nicht mehr fragen</string> |
| 1071 | + |
| 1072 | + <!-- This string is displayed on the left button of the pop-up blocking dialog. |
| 1073 | + If the button is clicked the pop-up will be shown --> |
| 1074 | + <string name="popup_block_button_show">Anzeigen</string> |
| 1075 | + |
| 1076 | + <!-- This string is displayed on the right button of the pop-up blocking dialog. |
| 1077 | + If the button is clicked the pop-up will be blocked --> |
| 1078 | + <string name="popup_block_button_do_not_show">Nicht anzeigen</string> |
1029 | 1079 | </resources>
|
0 commit comments