2019-04-05 17:16:12 +00:00
|
|
|
<?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
|
|
|
|
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
|
|
|
<resources>
|
|
|
|
<!-- Name of the application -->
|
2019-04-23 14:20:19 +00:00
|
|
|
<string name="app_name" translatable="false">Firefox Preview</string>
|
2019-04-05 17:16:12 +00:00
|
|
|
|
|
|
|
<!-- Preference for developers -->
|
|
|
|
<string name="preference_leakcanary" translatable="false">LeakCanary</string>
|
2019-04-05 17:17:28 +00:00
|
|
|
|
2019-07-04 04:17:16 +00:00
|
|
|
<string name="intent_extra_toolbar_color" translatable="false">android.support.customtabs.extra.TOOLBAR_COLOR</string>
|
|
|
|
<string name="intent_extra_session" translatable="false">android.support.customtabs.extra.SESSION</string>
|
|
|
|
<string name="intent_extra_auth" translatable="false">support.customtabs.extra.AUTH</string>
|
2019-06-08 00:38:46 +00:00
|
|
|
|
2019-09-04 20:27:30 +00:00
|
|
|
<!--suppress CheckTagEmptyBody This is a default value for places where we don't want a string set-->
|
|
|
|
<string name="empty_string" translatable="false"></string>
|
2019-11-22 08:45:41 +00:00
|
|
|
|
|
|
|
<!-- GeckoView abbreviation used in AboutFragment -->
|
|
|
|
<string name="gecko_view_abbreviation" translatable="false">GV</string>
|
2020-02-14 04:08:05 +00:00
|
|
|
|
|
|
|
<!-- Default title for pinned Pocket top site that links to trending Pocket site -->
|
|
|
|
<string name="pocket_pinned_top_articles" translatable="false">Top Articles</string>
|
|
|
|
<!-- Default title for pinned Wikipedia top site that links to Wikipedia home page -->
|
|
|
|
<string name="default_top_site_wikipedia" translatable="false">Wikipedia</string>
|
|
|
|
<!-- Default title for pinned YouTube top site that links to Youtube home page -->
|
|
|
|
<string name="default_top_site_youtube" translatable="false">YouTube</string>
|
2020-01-12 13:45:37 +00:00
|
|
|
<!-- Application Services abbreviation used in AboutFragment -->
|
|
|
|
<string name="app_services_abbreviation" translatable="false">AS</string>
|
2020-04-23 20:38:35 +00:00
|
|
|
|
|
|
|
<!-- WIP: Tab Tray -->
|
|
|
|
<!-- Text shown as the title of the open tab tray -->
|
|
|
|
<string name="tab_tray_title" translatable="false">Open Tabs</string>
|
|
|
|
<!-- Text shown in the menu for saving tabs to a collection -->
|
|
|
|
<string name="tab_tray_menu_item_save" translatable="false">Save to collection</string>
|
|
|
|
<!-- Text shown in the menu for sharing all tabs -->
|
|
|
|
<string name="tab_tray_menu_item_share" translatable="false">Share all tabs</string>
|
|
|
|
<!-- Text shown in the menu for closing all tabs -->
|
|
|
|
<string name="tab_tray_menu_item_close" translatable="false">Close all tabs</string>
|
|
|
|
<!-- Shortcut action to open new tab -->
|
|
|
|
<string name="tab_tray_menu_open_new_tab" translatable="false">New tab</string>
|
|
|
|
<!-- Shortcut action to open the home screen -->
|
|
|
|
<string name="tab_tray_menu_home" translatable="false">Go home</string>
|
|
|
|
<!-- Shortcut action to toggle private mode -->
|
|
|
|
<string name="tab_tray_menu_toggle" translatable="false">Toggle tab mode</string>
|
2020-04-30 20:53:10 +00:00
|
|
|
|
|
|
|
<!-- Label for the secret settings preference -->
|
|
|
|
<string name="preferences_debug_settings">Secret Settings</string>
|
|
|
|
<string name="preferences_debug_settings_enable_tab_tray">Use New Tab Tray</string>
|
2019-05-24 22:44:53 +00:00
|
|
|
</resources>
|