1
0
Fork 0

Updates strings

master
Jeff Boek 2019-03-04 15:57:57 -08:00
parent bca763c218
commit 7c3bc3a162
1 changed files with 29 additions and 37 deletions

View File

@ -1,29 +1,26 @@
<?xml version="1.0" encoding="utf-8"?><!-- This Source Code Form is subject to the terms of the Mozilla Public <?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this - 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/. --> - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<resources> <resources>
<!-- Name of the application --> <!-- Name of the application -->
<string name="app_name">Fenix</string> <string name="app_name">Fenix</string>
<!-- Home Fragment --> <!-- Home Fragment -->
<!-- Content description (not visible, for screen readers etc.): "Three dot" menu button. --> <!-- Content description (not visible, for screen readers etc.): "Three dot" menu button. -->
<string name="content_description_menu">More options</string> <string name="content_description_menu">More options</string>
<!-- Content description (not visible, for screen readers etc.): "Private Browsing" menu button. --> <!-- Content description (not visible, for screen readers etc.): "Private Browsing" menu button. -->
<string name="content_description_private_browsing_button">Enable Private Browsing</string> <string name="content_description_private_browsing_button">Enable private browsing</string>
<!-- Explanation for how sessions work --> <!-- Explanation for how sessions work -->
<string name="sessions_intro_description">Fenix will collect your browsing sessions on your Home Screen for you to retrieve later.</string> <string name="sessions_intro_description">Sessions help you return to the sites you visit often and those you\'ve just discovered. Start browsing and they\'ll begin to appear here. </string>
<!-- Placeholder text shown in the search bar before a user enters text --> <!-- Placeholder text shown in the search bar before a user enters text -->
<string name="search_hint">Search the Web or enter address</string> <string name="search_hint">Search or enter address</string>
<!-- Private Browsing --> <!-- Private Browsing -->
<!-- Title for private session option --> <!-- Title for private session option -->
<string name="private_browsing_title">Private Session</string> <string name="private_browsing_title">You\'re in a private session</string>
<!-- Explanation for private browsing displayed to users on home view when they first enable private mode --> <!-- Explanation for private browsing displayed to users on home view when they first enable private mode -->
<string name="private_browsing_explanation">Fenix clears your search and browsing history when you close all <string name="private_browsing_explanation">Fenix clears your search and browsing history when you close your private session. While this doesn\'t make you anonymous to websites or your internet service provider, it makes it easier to keep what you do online private from anyone else who uses this device. Common myths about private browsing</string>
Private Sessions tabs. While this doesn\'t make you anonymous to websites or your internet service provider, <!-- Delete session button to erase your history in a private session -->
it makes it easier to keep what you do online private from anyone else who uses this device.\n\nCommon myths <string name="private_browsing_delete_session">Delete session</string>
about private browsing</string>
<!-- Browser Fragment --> <!-- Browser Fragment -->
<!-- Content description (not visible, for screen readers etc.): Navigate home --> <!-- Content description (not visible, for screen readers etc.): Navigate home -->
<string name="browser_home_button">Home</string> <string name="browser_home_button">Home</string>
@ -38,34 +35,31 @@
<!-- Browser menu button that opens the settings menu --> <!-- Browser menu button that opens the settings menu -->
<string name="browser_menu_settings">Settings</string> <string name="browser_menu_settings">Settings</string>
<!-- Browser menu button that opens a user's library --> <!-- Browser menu button that opens a user's library -->
<string name="browser_menu_library">Your Library</string> <string name="browser_menu_library">Your library</string>
<!-- Browser menu toggle that requests a desktop site --> <!-- Browser menu toggle that requests a desktop site -->
<string name="browser_menu_desktop_site">Desktop Site</string> <string name="browser_menu_desktop_site">Desktop site</string>
<!-- Browser menu button that opens the find in page menu --> <!-- Browser menu button that opens the find in page menu -->
<string name="browser_menu_find_in_page">Find in Page</string> <string name="browser_menu_find_in_page">Find in page</string>
<!-- Browser menu button that creates a private tab --> <!-- Browser menu button that creates a private tab -->
<string name="browser_menu_private_tab">Private Tab</string> <string name="browser_menu_private_tab">Private tab</string>
<!-- Browser menu button that creates a new tab --> <!-- Browser menu button that creates a new tab -->
<string name="browser_menu_new_tab">New Tab</string> <string name="browser_menu_new_tab">New tab</string>
<!-- Browser menu button that opens a dialog to report issues with the current site --> <!-- Browser menu button that opens a dialog to report issues with the current site -->
<string name="browser_menu_report_issue">Report Site Issue</string> <string name="browser_menu_report_issue">Report site issue</string>
<!-- Browser menu button that open a share menu to share the current site --> <!-- Browser menu button that open a share menu to share the current site -->
<string name="browser_menu_share">Share</string> <string name="browser_menu_share">Share</string>
<!-- Share menu title, displayed when a user is sharing their current site --> <!-- Share menu title, displayed when a user is sharing their current site -->
<string name="menu_share_with">Share with…</string> <string name="menu_share_with">Share with…</string>
<!-- Search Fragment --> <!-- Search Fragment -->
<!-- Button in the search view that lets a user search by scanning a QR code --> <!-- Button in the search view that lets a user search by scanning a QR code -->
<string name="search_scan_button">Scan</string> <string name="search_scan_button">Scan</string>
<!-- Button in the search view that lets a user search by using a shortcut --> <!-- Button in the search view that lets a user search by using a shortcut -->
<string name="search_shortcuts_button">Shortcuts</string> <string name="search_shortcuts_button">Shortcuts</string>
<!-- Button in the search view that lets a user navigate to the site in their clipboard --> <!-- Button in the search view that lets a user navigate to the site in their clipboard -->
<string name="awesomebar_clipboard_title">Fill link from Clipboard</string> <string name="awesomebar_clipboard_title">Fill link from clipboard</string>
<!-- Settings Fragment --> <!-- Settings Fragment -->
<!-- Title for the settings page--> <!-- Title for the settings page-->
<string name="settings">Settings</string> <string name="settings">Settings</string>
<!-- Preferences --> <!-- Preferences -->
<!-- Preference category for basic settings --> <!-- Preference category for basic settings -->
<string name="preferences_category_basics">Basics</string> <string name="preferences_category_basics">Basics</string>
@ -76,7 +70,7 @@
<!-- Preference linking to help about Fenix --> <!-- Preference linking to help about Fenix -->
<string name="preferences_help">Help</string> <string name="preferences_help">Help</string>
<!-- Preference link to rating Fenix on the Play Store --> <!-- Preference link to rating Fenix on the Play Store -->
<string name="preferences_rate">Rate on Play Store</string> <string name="preferences_rate">Rate on Google Play</string>
<!-- Preference for giving feedback about Fenix --> <!-- Preference for giving feedback about Fenix -->
<string name="preferences_feedback">Give feedback</string> <string name="preferences_feedback">Give feedback</string>
<!-- Preference linking to about page for Fenix --> <!-- Preference linking to about page for Fenix -->
@ -98,8 +92,7 @@
<!-- Preference shown on banner to sign into account --> <!-- Preference shown on banner to sign into account -->
<string name="preferences_sign_in">Sign in</string> <string name="preferences_sign_in">Sign in</string>
<!-- Preference description for banner about signing in --> <!-- Preference description for banner about signing in -->
<string name="preferences_sign_in_description">Get your tabs, bookmarks, logins, <string name="preferences_sign_in_description">Sync bookmarks, history, and more with your Firefox Account</string>
history and more on all your devices</string>
<!-- Preference shown instead of account display name while account profile information isn't available yet. --> <!-- Preference shown instead of account display name while account profile information isn't available yet. -->
<string name="preferences_account_default_name">Firefox Account</string> <string name="preferences_account_default_name">Firefox Account</string>
<!-- Preference for language --> <!-- Preference for language -->
@ -108,6 +101,7 @@
<string name="preferences_data_choices">Data choices</string> <string name="preferences_data_choices">Data choices</string>
<!-- Preference for developers --> <!-- Preference for developers -->
<string name="preference_leakcanary">Leak Canary</string> <string name="preference_leakcanary">Leak Canary</string>
<!-- Preference for account settings --> <!-- Preference for account settings -->
<string name="preferences_account_settings">Account Settings</string> <string name="preferences_account_settings">Account Settings</string>
@ -152,13 +146,11 @@
<string name="settings_title">Settings</string> <string name="settings_title">Settings</string>
<!-- Content description (not visible, for screen readers etc.): "Menu icon for items on a history item" --> <!-- Content description (not visible, for screen readers etc.): "Menu icon for items on a history item" -->
<string name="content_description_history_menu">History item menu</string> <string name="content_description_history_menu">History item menu</string>
<!-- About content -->
<string name="about_content"><![CDATA[ <string name="about_content"><![CDATA[
<p>%1$s is made by Mozilla: a global community that makes browsers, apps, code and tools that put <p>%1$s puts you in control.</p>
people before profit. Our mission: keep the Internet open and accessible to all.<br/> <p>%1$s is produced by Mozilla. Our mission is to foster a healthy, open Internet.<br/>
<a href="%2$s">Learn more</a></p>
]]></string> ]]></string>
<!-- Sessions --> <!-- Sessions -->
<!-- Title for the list of tabs in the current session --> <!-- Title for the list of tabs in the current session -->
<string name="tabs_header_title">Current Session</string> <string name="tabs_header_title">Current Session</string>
@ -169,17 +161,16 @@ people before profit. Our mission: keep the Internet open and accessible to all.
<!-- Content description (not visible, for screen readers etc.): Opens the tab menu when pressed --> <!-- Content description (not visible, for screen readers etc.): Opens the tab menu when pressed -->
<string name="tab_menu">Tab menu</string> <string name="tab_menu">Tab menu</string>
<!-- Content description (not visible, for screen readers etc.): Close tab button. Favicon for the session's site --> <!-- Content description (not visible, for screen readers etc.): Close tab button. Favicon for the session's site -->
<string name="favicon_content_description">Favorite icon</string> <string name="favicon_content_description">Bookmark</string>
<!-- Button in the current session menu. Deletes the session when pressed --> <!-- Button in the current session menu. Deletes the session when pressed -->
<string name="current_session_delete">Delete</string> <string name="current_session_delete">Delete</string>
<!-- Button in the current session menu. Archives the session when pressed --> <!-- Button in the current session menu. Archives the session when pressed -->
<string name="current_session_archive">Archive</string> <string name="current_session_archive">Archive</string>
<!-- Button in the current session menu. Opens the share menu when pressed --> <!-- Button in the current session menu. Opens the share menu when pressed -->
<string name="current_session_send_and_share">Send and Share</string> <string name="current_session_send_and_share">Share</string>
<!-- Content description (not visible, for screen readers etc.): Title icon for current session menu --> <!-- Content description (not visible, for screen readers etc.): Title icon for current session menu -->
<string name="current_session_image">Current session image</string> <string name="current_session_image">Current session image</string>
<!-- Text for the button to save a session --> <!-- Text for the button to save a session -->
<string name="session_save">Save Session</string> <string name="session_save">Save Session</string>
<!-- Text for the button to delete a session --> <!-- Text for the button to delete a session -->
@ -194,11 +185,12 @@ people before profit. Our mission: keep the Internet open and accessible to all.
<!-- Text for the button to clear all history --> <!-- Text for the button to clear all history -->
<string name="history_delete_all">Delete History</string> <string name="history_delete_all">Delete history</string>
<!-- Text for the button to delete a single history item --> <!-- Text for the button to delete a single history item -->
<string name="history_delete_item">Delete</string> <string name="history_delete_item">Delete</string>
<!-- Text for the button to clear selected history items. The first parameter <!-- Text for the button to clear selected history items. The first parameter
is the number of items you have selected --> is the number of items you have selected -->
<string name="history_delete_some">Delete %1$d Items</string> <string name="history_delete_some">Delete %1$d items</string>
<string name="full_screen_notification">Entering full screen mode</string>
</resources> <string name="full_screen_notification">Entering full screen mode</string>q
</resources>