Commit 7a2f8283 authored by henry's avatar henry Committed by Pier Angelo Vendrame
Browse files

fixup! [android] TBA strings

TB 44027: Changes to torbrowser_strings.xml.
parent f55d4b98
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -142,4 +142,21 @@
    <!-- Notification body for closing browser tabs. "%s" will be replaced with the localised application name, such as "Tor Browser". -->
    <string name="notification_close_tor_browser_tabs_long">Tap or swipe this notification to close %s’s tabs</string>

    <!-- Hide Tor Browser tabs authentication screen -->
    <!-- Label for the primary action button to unlock private tabs. "%s" will be replaced with the localised application name, such as "Tor Browser" -->
    <string name="tor_authentication_unlock_private_tabs">Unlock %s tabs</string>
    <!-- Authentication prompt title to enable the private tabs mode. "%s" will be replaced with the localised application name, such as "Tor Browser" -->
    <string name="tor_authentication_enable_lock">Enable %s tabs screen lock</string>
    <!-- Authentication prompt title to disable the private tabs mode. "%s" will be replaced with the localised application name, such as "Tor Browser" -->
    <string name="tor_authentication_disable_lock">Disable %s tabs screen lock</string>
    <!-- Label for a preference shown when the device supports screen lock (e.g., PIN, pattern, or password) but the user has not set one up. "%s" will be replaced with the localised application name, such as "Tor Browser" -->
    <string name="tor_authentication_lock_device_feature_disabled">Set up screen lock to hide %s tabs</string>
    <!-- Title text for the contextual feature recommendation (CFR) suggesting the user enable a screen lock to protect Tor Browser tabs. "%s" will be replaced with the localised application name, such as "Tor Browser" -->
    <string name="tor_tab_cfr_title">Use screen lock to hide %s tabs?</string>

    <!-- Preference title for using the screen lock to hide Tor Browser tabs. "%s" will be replaced with the localised application name, such as "Tor Browser" -->
    <string name="preferences_tor_lock_screen_title">Use screen lock to hide %s tabs</string>
    <!-- Informs the user how to access the tabs when "Use screen lock to hide Tor Browser tabs" is enabled. "%s" will be replaced with the localised application name, such as "Tor Browser" -->
    <string name="preferences_tor_lock_screen_summary">View %s tabs with your fingerprint, PIN, or face unlock.</string>

</resources>