1
0
Fork 0
fenix/app/src/main/res/values/strings.xml

122 lines
5.7 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?><!-- This Source Code Form is subject to the terms of the Mozilla Public
2019-01-11 19:08:02 +01:00
- 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>
<string name="app_name">Fenix</string>
<string name="search_hint">Search the Web or enter address</string>
<string name="menu_share_with">Share with…</string>
<string name="browser_home_button">Home</string>
<!-- Home view -->
<!-- Content description (not visible, for screen readers etc.): "Three dot" menu button. -->
<string name="content_description_menu">More options</string>
<!-- Content description (not visible, for screen readers etc.): "Private Browsing" menu button. -->
<string name="content_description_private_browsing_button">Enable Private Browsing</string>
<!-- Private browsing -->
<!-- Title for private session option -->
<string name="private_browsing_title">Private Session</string>
<!-- 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
Private Sessions tabs. 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.</string>
<!-- Delete session button to erase your history in a private session -->
<string name="private_browsing_delete_session">Delete Session</string>
<!-- Browser Menu -->
<string name="browser_menu_back">Back</string>
<string name="browser_menu_forward">Forward</string>
<string name="browser_menu_refresh">Refresh</string>
<string name="browser_menu_help">Help</string>
<string name="browser_menu_settings">Settings</string>
<string name="browser_menu_library">Your Library</string>
<string name="browser_menu_desktop_site">Desktop Site</string>
<string name="browser_menu_find_in_page">Find in Page</string>
<string name="browser_menu_private_tab">Private Tab</string>
<string name="browser_menu_new_tab">New Tab</string>
<string name="browser_menu_report_issue">Report Site Issue</string>
<string name="browser_menu_share">Share</string>
<string name="sessions_intro_description">Fenix will collect your browsing sessions on your Home Screen for you to retrieve later.</string>
<string name="search_scan_button">Scan</string>
<string name="search_shortcuts_button">Shortcuts</string>
<!-- Menu option on the toolbar that takes you to settings page-->
<string name="settings">Settings</string>
<string name="awesomebar_clipboard_title">Fill link from Clipboard</string>
<!-- Preferences -->
2019-01-31 01:06:17 +01:00
<!-- Preference category for basic settings -->
<string name="preferences_category_basics">Basics</string>
<!-- Preference category for all links about Fenix -->
<string name="preferences_category_about">About</string>
2019-01-31 01:06:17 +01:00
<!-- Preference for settings related to changing the default search engine -->
<string name="preferences_search_engine">Search engine</string>
<!-- Preference linking to help about Fenix -->
<string name="preferences_help">Help</string>
<!-- Preference link to rating Fenix on the Play Store -->
<string name="preferences_rate">Rate on Play Store</string>
<!-- Preference for giving feedback about Fenix -->
<string name="preferences_feedback">Give feedback</string>
<!-- Preference linking to about page for Fenix -->
<string name="preferences_about">About Fenix</string>
2019-01-31 01:06:17 +01:00
<!-- Preference for settings related to saved passwords -->
<string name="preferences_passwords">Passwords</string>
<!-- Preference for settings related to saved credit cards and addresses -->
<string name="preferences_credit_cards_addresses">Credit cards and addresses</string>
<!-- Preference for settings related to changing the default browser -->
2019-01-31 01:06:17 +01:00
<string name="preferences_set_as_default_browser">Set as default browser</string>
2019-01-31 17:41:12 +01:00
<!-- Preference category for advanced settings -->
<string name="preferences_category_advanced">Advanced</string>
<!-- Preference for advanced site permissions -->
<string name="preferences_site_permissions">Site permissions</string>
<!-- Preference for accessibility -->
<string name="preferences_accessibility">Accessibility</string>
2019-02-01 01:37:15 +01:00
<!-- Preference category for account information -->
<string name="preferences_category_account">Account</string>
<!-- Preference shown on banner to sign into account -->
<string name="preferences_sign_in">Sign in</string>
<!-- Preference description for banner about signing in -->
<string name="preferences_sign_in_description">Get your tabs, bookmarks, logins, history and more on all your devices</string>
2019-01-31 17:41:12 +01:00
<!-- Preference for language -->
<string name="preferences_language">Language</string>
<!-- Preference for data choices -->
<string name="preferences_data_choices">Data choices</string>
<!-- Option in Library to open Sessions page -->
<string name="library_sessions">Sessions</string>
<!-- Option in Library to open Screenshots page -->
<string name="library_screenshots">Screenshots</string>
<!-- Option in Library to open Downloads page -->
<string name="library_downloads">Downloads</string>
<!-- Option in Library to open Favorites page -->
<string name="library_favorites">Favorites</string>
<!-- Option in Library to open History page -->
<string name="library_history">History</string>
<!-- Option in Library to open Logins page -->
<string name="library_logins">Logins</string>
</resources>