iOS web browser with a focus on security and privacy

Settings: simplify text for tls error ignoring

+6 -6
+2 -2
Endless/InAppSettings.bundle/Root.inApp.plist
··· 176 176 <key>Type</key> 177 177 <string>PSGroupSpecifier</string> 178 178 <key>FooterText</key> 179 - <string>This allows you to ignore TLS errors for specific sites, which may be needed for testing self-signed sites. DANGER: This may expose you to man-in-the-middle attacks! Don&apos;t use this, if you don&apos;t know, what that is!</string> 179 + <string>When enabled, a per-host option to ignore further TLS errors is shown in the TLS error dialog</string> 180 180 </dict> 181 181 <dict> 182 182 <key>Key</key> 183 183 <string>allow_tls_error_ignore</string> 184 184 <key>Title</key> 185 - <string>Allow selective ignore of TLS errors</string> 185 + <string>Allow ignoring TLS errors</string> 186 186 <key>Type</key> 187 187 <string>PSToggleSwitchSpecifier</string> 188 188 <key>DefaultValue</key>
+2 -2
Endless/InAppSettings.bundle/de.lproj/Root.strings
··· 21 21 "About" = "Über"; 22 22 "About Endless" = "Über Endless"; 23 23 "Security" = "Sicherheit"; 24 - "This allows you to ignore TLS errors for specific sites, which may be needed for testing self-signed sites. DANGER: This may expose you to man-in-the-middle attacks! Don't use this, if you don't know, what that is!" = "Dies erlaubt, TLS-Fehler für spezifische Seiten zu ignorieren. ACHTUNG: Dies macht Sie anfällig für sog. Man-in-the-Middle-Attacken! Benutzen Sie das nicht, wenn Sie nicht wissen was das ist!"; 25 - "Allow selective ignore of TLS errors" = "Erlaube ausgewähltes Ignorieren von TLS-Fehlern"; 24 + "When enabled, a per-host option to ignore further TLS errors is shown in the TLS error dialog" = "Dies erlaubt, TLS-Fehler für spezifische Seiten zu ignorieren. ACHTUNG: Dies macht Sie anfällig für sog. Man-in-the-Middle-Attacken! Benutzen Sie das nicht, wenn Sie nicht wissen was das ist!"; 25 + "Allow ignoring TLS errors" = "Erlaube ausgewähltes Ignorieren von TLS-Fehlern";
+2 -2
Endless/InAppSettings.bundle/en.lproj/Root.strings
··· 21 21 "About" = "About"; 22 22 "About Endless" = "About Endless"; 23 23 "Security" = "Security"; 24 - "This allows you to ignore TLS errors for specific sites, which may be needed for testing self-signed sites. DANGER: This may expose you to man-in-the-middle attacks! Don't use this, if you don't know, what that is!" = "This allows you to ignore TLS errors for specific sites, which may be needed for testing self-signed sites. DANGER: This may expose you to man-in-the-middle attacks! Don't use this, if you don't know, what that is!"; 25 - "Allow selective ignore of TLS errors" = "Allow selective ignore of TLS errors"; 24 + "When enabled, a per-host option to ignore further TLS errors is shown in the TLS error dialog" = "When enabled, a per-host option to ignore further TLS errors is shown in the TLS error dialog"; 25 + "Allow ignoring TLS errors" = "Allow ignoring TLS errors";