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

77 lines
3.5 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>
<!-- 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 Issue</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>
<!-- Preference for language -->
<string name="preferences_language">Language</string>
<!-- Preference for data choices -->
<string name="preferences_data_choices">Data choices</string>
</resources>