1
0
Fork 0

For #419: Add strings for "Add private browsing shortcut" feature (#5109)

master
Yeon Taek Jeong 2019-09-04 15:44:22 -07:00 committed by GitHub
parent c9a8eae031
commit fba37ee6e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 1 deletions

View File

@ -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>

View File

@ -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 -->