mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-17 15:26:23 +00:00
[fenix] For https://github.com/mozilla-mobile/fenix/issues/419: Add strings for "Add private browsing shortcut" feature (https://github.com/mozilla-mobile/fenix/pull/5109)
This commit is contained in:
parent
51b7cc54cf
commit
e039e6a5ac
@ -5,7 +5,6 @@
|
||||
<resources>
|
||||
<!-- Name of the application -->
|
||||
<string name="app_name" translatable="false">Firefox Preview</string>
|
||||
<string name="app_name_private" translatable="false">Firefox Preview (Private)</string>
|
||||
|
||||
<!-- Preference for developers -->
|
||||
<string name="preference_leakcanary" translatable="false">LeakCanary</string>
|
||||
|
@ -2,6 +2,9 @@
|
||||
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
||||
<resources>
|
||||
<!-- App name for private browsing mode, only the "(Private)" portion should be localized. -->
|
||||
<string name="app_name_private">Firefox Preview (Private)</string>
|
||||
|
||||
<!-- Home Fragment -->
|
||||
<!-- Content description (not visible, for screen readers etc.): "Three dot" menu button. -->
|
||||
<string name="content_description_menu">More options</string>
|
||||
@ -29,6 +32,20 @@
|
||||
<!-- Delete session button to erase your history in a private session -->
|
||||
<string name="private_browsing_delete_session">Delete session</string>
|
||||
|
||||
<!-- Private mode shortcut "contextual feature recommender" (CFR) -->
|
||||
<!-- Text for the main message -->
|
||||
<string name="cfr_message">Add a shortcut to open private tabs from your Home screen.</string>
|
||||
<!-- Text for the positive button -->
|
||||
<string name="cfr_pos_button_text">Add shortcut</string>
|
||||
<!-- Text for the negative button -->
|
||||
<string name="cfr_neg_button_text">No thanks</string>
|
||||
|
||||
<!-- Home screen icons - Long press shortcuts -->
|
||||
<!-- Shortcut action to open new tab -->
|
||||
<string name="home_screen_shortcut_open_new_tab">Open new tab</string>
|
||||
<!-- Shortcut action to open new private tab -->
|
||||
<string name="home_screen_shortcut_open_new_private_tab">Open new private tab</string>
|
||||
|
||||
<!-- Browser Fragment -->
|
||||
<!-- Content description (not visible, for screen readers etc.): Navigate to open tabs -->
|
||||
<string name="browser_tabs_button">Open Tabs</string>
|
||||
@ -125,6 +142,8 @@
|
||||
<string name="preferences_category_privacy">Privacy</string>
|
||||
<!-- Preference for advanced site permissions -->
|
||||
<string name="preferences_site_permissions">Site permissions</string>
|
||||
<!-- Preference for adding private browsing shortcut -->
|
||||
<string name="preferences_add_private_browsing_shortcut">Add private browsing shortcut</string>
|
||||
<!-- Preference for accessibility -->
|
||||
<string name="preferences_accessibility">Accessibility</string>
|
||||
<!-- Preference category for account information -->
|
||||
|
Loading…
Reference in New Issue
Block a user