1
0
Fork 0

Closes #584: Adds missing string descriptions

master
Sawyer Blatz 2019-02-19 12:50:34 -08:00 committed by Colin Lee
parent 291f21aa8e
commit bce5e77333
1 changed files with 11 additions and 7 deletions

View File

@ -128,10 +128,6 @@
<string name="library_title">Library</string>
<!-- Settings Page Title -->
<string name="settings_title">Settings</string>
<string name="tabs_header_title">Current Session</string>
<string name="close_tab">Close tab</string>
<string name="favicon_content_description">Favorite icon</string>
<!-- 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>
@ -141,14 +137,22 @@
<p>%1$s is produced by Mozilla. Our mission is to foster a healthy, open Internet.<br/>
]]></string>
<!-- Current session overflow menu -->
<!-- Sessions -->
<!-- Title for the list of tabs in the current session -->
<string name="tabs_header_title">Current Session</string>
<!-- Content description (not visible, for screen readers etc.): Close tab button. Closes the current session when pressed -->
<string name="close_tab">Close tab</string>
<!-- 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>
<!-- Button in the current session menu. Deletes the session when pressed -->
<string name="current_session_delete">Delete</string>
<!-- Button in the current session menu. Archives the session when pressed -->
<string name="current_session_archive">Archive</string>
<!-- Button in the current session menu. Opens the share menu when pressed -->
<string name="current_session_send_and_share">Send and Share</string>
<!-- Content description (not visible, for screen readers etc.): Title icon for current session menu -->
<string name="current_session_image">Current session image</string>
<!-- Text for the button to clear all history -->
<string name="history_delete_all">Delete History</string>
<!-- Text for the button to delete a single history item -->