Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Firefox reality quarantine #76

Merged
merged 7 commits into from
Sep 13, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
123 changes: 114 additions & 9 deletions MozillaReality/FirefoxReality/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- IMPORTANT NOTE: If this file is updated anyhow, the STRs wiki must be updated accordingly:
https://github.com/MozillaReality/FirefoxReality/wiki/L10n -->

<!-- This string is used on the virtual keyboard to label the 'Enter' key (stylized in uppercase letters as 'ENTER'). -->
<string name="keyboard_enter_label">ENTER</string>

Expand Down Expand Up @@ -637,11 +634,24 @@
<!-- This string is displayed as the title of the Bookmarks List, which contains the user's bookmarked websites. -->
<string name="bookmarks_title">Bookmarks</string>

<!-- This string is displayed as the title of the Bookmarks List when the bookmarks list is empty. -->
<string name="bookmarks_empty">Your Bookmarks List is Empty</string>

<!-- This string is displayed under the bookmarks title in the bookmarks list. -->
<string name="bookmarks_description">Click the @ icon when you’re on a page to add it to your bookmarks.</string>

<!-- This string is displayed in the middle of the Bookmarks List while the bookmarks are being loaded. -->
<string name="bookmarks_loading">Loading Bookmarks</string>

<!-- This string is displayed in a tooltip that appears when a user hovers
over an icon representing 'Remove Bookmark' for an individual bookmark
item listed in the Bookmarks List. -->
<string name="bookmarks_remove">Remove Bookmark</string>

<!-- This string is displayed in a tooltip that appears in the tray bar on top of the
bookmarks tray button then a new item is bookmarked. -->
<string name="bookmarks_saved_notification">Saved to Bookmarks!</string>

<!-- This string is displayed in a tooltip that appears when a user hovers
over an icon representing 'Edit This Bookmark' for an individual bookmark
item listed in the Bookmarks List. -->
Expand All @@ -661,6 +671,74 @@
all the bookmarks. -->
<string name="bookmarks_show_all">Show All Bookmarks</string>

<!-- This string is displayed as the title of the history list, which contains the user's visited websites. -->
<string name="history_title">History</string>

<!-- This string is displayed as the title of the history list when the history is empty. -->
<string name="history_empty">Your History is Empty</string>

<!-- This string is displayed under the history title in the history list. -->
<string name="history_description">You can access your browsing history here</string>

<!-- This string is displayed in the middle of the history list while the history is being loaded. -->
<string name="history_loading">Loading History</string>

<!-- This string is displayed as the section title in the history list for history entries that happened today. -->
<string name="history_section_today">Today</string>

<!-- This string is displayed as the section title in the history list for history entries that happened yesterday. -->
<string name="history_section_yesterday">Yesterday</string>

<!-- This string is displayed as the section title in the history list for history entries that happened last week. -->
<string name="history_section_last_week">Last Week</string>

<!-- This string is displayed as the section title in the history list for history entries that happened before last week. -->
<string name="history_section_older">Older</string>

<!-- This string is displayed is the "Clear History" button in the history list. When pressed a dialog for
clearing history is displayed. -->
<string name="history_clear">Clear History</string>

<!-- This string is displayed is the "Cancel" button from the clear history dialog.
When pressed the dialog is closed. -->
<string name="history_clear_cancel">Cancel</string>

<!-- This string is displayed is the "Clear Now" button from the clear history dialog.
When pressed the selected history range is deleted from the history storage. -->
<string name="history_clear_now">Clear Now</string>

<!-- This string is displayed is the clear history dialog.
If selected today's history is deleted from the history storage. -->
<string name="history_clear_range_today">Today</string>

<!-- This string is displayed is the clear history dialog.
If selected history since yesterday is deleted from the history storage. -->
<string name="history_clear_range_yesterday">Yesterday</string>

<!-- This string is displayed is the clear history dialog.
If selected history since last week is removed from the history storage. -->
<string name="history_clear_range_last_week">Last week</string>

<!-- This string is displayed is the clear history dialog.
If selected all the history is deleted from the history storage. -->
<string name="history_clear_range_everything">Everything</string>

<!-- This string is displayed in the header of the radio button where the clear cache time range
can be selected. -->
<string name="history_clear_time_range">Time range to clear:</string>

<!-- This string is displayed is the history context menu that is displayed when
the more button is pressed in a history item. It opens the selected history item in a new window. -->
<string name="history_context_menu_new_window">Open in a New Window</string>

<!-- This string is displayed is the history context menu that is displayed when
the more button is pressed in a history item. It add the selected items to favorites. -->
<string name="history_context_add_bookmarks">Add to Bookmarks</string>

<!-- This string is displayed is the history context menu that is displayed when
the more button is pressed in a history item. It removes the selected item from favorites. -->
<string name="history_context_remove_bookmarks">Remove from Bookmarks</string>

<!-- This string labels the Reset button that restores the default display settings values. -->
<string name="display_options_reset">Reset Display Settings</string>

Expand Down Expand Up @@ -734,6 +812,14 @@
'Stop' stops the current page load. -->
<string name="stop_tooltip">Stop Loading</string>

<!-- This string is for the tooltip that appears upon hovering the 'Resume' button in the browser's title bar media buttons.
When clicked the current media playback is resumed. -->
<string name="media_resume_tooltip">Resume</string>

<!-- This string is for the tooltip that appears upon hovering the 'Pause' button in the browser's title bar media buttons.
When clicked the current media playback is paused. -->
<string name="media_pause_tooltip">Pause</string>

<!-- This string is for the tooltip that appears upon hovering the 'Home' button in the browser's navigation bar.
'Home' refers to the browser's start page (e.g., the Firefox Reality Home Page). -->
<string name="home_tooltip">Home</string>
Expand Down Expand Up @@ -800,10 +886,14 @@
tray. The button it labels, when pressed, opens a new browser window. -->
<string name="new_window_tooltip">Open a New Window</string>

<!-- This string is for the tooltip that appears when the user hovers over the down-arrow icon that appears in the
URL bar upon hover. The icon it labels, when pressed, expands a list of recently visited websites in the
user's History. -->
<string name="show_history_tooltip">Show history</string>
<!-- This string is for the tooltip that appears when the user hovers over the 'History' icon in the
tray and the History view is closed. The button it labels, when pressed, opens a list view of the user's visited
pages. -->
<string name="open_history_tooltip">Open History</string>

<!-- This string is for the tooltip that appears when the user hovers over the 'History' icon in the
tray and the History view is closed. The button it labels, when pressed, closes the History view. -->
<string name="close_history_tooltip">Close History</string>

<!-- This string is displayed in any button used for removing all the items in the current context. -->
<string name="remove_all">Remove All</string>
Expand Down Expand Up @@ -849,7 +939,8 @@
<!-- This string is displayed in the message of the notification message shown when the user tries to open a new window and
it has already opened the maximum number of allowed windows. %1$s expands to a integer value that represent the maximum windows
that can be opened (initially 3) -->
<string name="max_windows_message">Only 3 windows can be open. Close one to open another.</string>
<string name="max_windows_msg">Only %1$s windows can be open. Close one to open another.</string>

<!-- This string is displayed in the button of the notification message shown when the user tries to open a new window and
it has already opened the maximum number of allowed windows. -->
<string name="max_windows_button">OK</string>
Expand All @@ -873,7 +964,7 @@

<!-- This string is displayed in the description of the Voice Search samples collect dialog. That dialog is shown the first time
a user tries to use the voice search. -->
<string name="voice_samples_collect_dialog_description">Your data is always secure and never shared with third parties. We collect voice samples to improve the experience and performance of our products. You’ll always be able to use voice search, even if you don’t allow collection.&lt;a href=&quot;privacy&quot;&gt;Learn More&lt;/a&gt;</string>
<string name="voice_samples_collect_dialog_description2">In order to improve our voice recognition and other services, we need to collect voice samples for research. We store your data securely and without identifying information. You’ll always be able to use voice search, even if you don’t allow collection.&lt;a href=&quot;privacy&quot;&gt;Learn More&lt;/a&gt;</string>

<!-- This string is displayed in the button of the Voice Search samples collect dialog.
When clicked the user opts in to the voice data collection. -->
Expand All @@ -885,4 +976,18 @@

<!-- This string is displayed in the content language list in front of the system default language in between parenthesis -->
<string name="language_default">Default</string>

<!-- This string is displayed in the URL bar when the user is in the home page.
'%1$s' will be replaced at runtime with the app's name. -->
<string name="url_home_title">%1$s Home</string>

<!-- This string is displayed in the URL bar when the user is in the bookmarks panel -->
<string name="url_bookmarks_title">Bookmarks</string>

<!-- This string is displayed in the URL bar when the user is in the history panel -->
<string name="url_history_title">History</string>

<!-- This string is displayed in the Clear button on top of the window when in private mode. It only appears
when there is one window left. When clicked, it closes the private session -->
<string name="private_clear_button">Clear</string>
</resources>
2 changes: 1 addition & 1 deletion _meta/MozillaReality-FirefoxReality.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MozillaReality/FirefoxReality",
"revs": {
"master": "9c4cba92f1ba79837ea2d81b9c4e5b235b30b69f"
"master": "e6ec2b6c757f17a5ded6c3225adbbd8db8c6ee85"
}
}