droger | 5515fad9 | 2016-01-08 14:00:49 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <grit-part> |
| 3 | |
| 4 | <!-- History UI --> |
| 5 | <message name="IDS_HISTORY_ACTION_MENU_DESCRIPTION" desc="Text used to identify the history entry drop-down menu for screen readers"> |
| 6 | Actions |
| 7 | </message> |
jyquinn | b2636d1 | 2016-06-01 14:56:03 | [diff] [blame] | 8 | <message name="IDS_HISTORY_CANCEL_EDITING_BUTTON" desc="Text for the button to exit editing mode [Length: 7em]."> |
| 9 | Cancel |
| 10 | </message> |
droger | 5515fad9 | 2016-01-08 14:00:49 | [diff] [blame] | 11 | <message name="IDS_HISTORY_DATE_WITH_RELATIVE_TIME" desc="In the history view, some dates are formatted as 'Today - Wednesday, Nov 7, 2007"> |
| 12 | <ph name="RELATIVE_DATE">$1<ex>Today</ex></ph> - <ph name="FULL_DATE">$2<ex>Wednesday, Nov 7, 2007</ex></ph> |
| 13 | </message> |
| 14 | <message name="IDS_HISTORY_DELETE_PRIOR_VISITS_CONFIRM_BUTTON" desc="Text for the button used to confirm the dialog asking if they would like to proceed with deletion."> |
| 15 | Remove |
| 16 | </message> |
dbeam | 25b548f | 2017-05-05 18:05:24 | [diff] [blame] | 17 | <message name="IDS_HISTORY_DELETE_PRIOR_VISITS_WARNING" desc="Warning shown before deleting from the history page"> |
droger | 5515fad9 | 2016-01-08 14:00:49 | [diff] [blame] | 18 | Are you sure you want to delete these pages from your history? |
| 19 | </message> |
jyquinn | b2636d1 | 2016-06-01 14:56:03 | [diff] [blame] | 20 | <message name="IDS_HISTORY_DELETE_SELECTED_ENTRIES_BUTTON" desc="Text for the button to delete selected history entries [Length: 16em]."> |
| 21 | Delete |
| 22 | </message> |
| 23 | <message name="IDS_HISTORY_ENTRY_ACCESSIBILITY_DELETE" desc="Name for the accessibility action to delete a single history entry."> |
jyquinn | ae0dc34 | 2016-05-10 18:01:08 | [diff] [blame] | 24 | Delete |
| 25 | </message> |
| 26 | <message name="IDS_HISTORY_ENTRY_ACCESSIBILITY_LABEL" desc="Accessibility label for a history entry. Summarizes fields in the history entry (title, domain, and time)."> |
| 27 | <ph name="TITLE"><ex>PI: The Magical Number</ex>$1</ph>, <ph name="DOMAIN"><ex>pi.com</ex>$2</ph>, <ph name="TIME"><ex>3:14</ex>$3</ph> |
| 28 | </message> |
droger | 5515fad9 | 2016-01-08 14:00:49 | [diff] [blame] | 29 | <message name="IDS_HISTORY_ENTRY_BOOKMARKED" desc="Whether a history entry is bookmarked."> |
| 30 | Bookmarked |
| 31 | </message> |
| 32 | <message name="IDS_HISTORY_ENTRY_SUMMARY" desc="Summary of all the fields in a history entry (time, whether the entry is bookmarked, title, and domain)."> |
| 33 | <ph name="TIME"><ex>3:14</ex>$1</ph> <ph name="BOOKMARKED"><ex>bookmarked</ex>$2</ph> <ph name="TITLE"><ex>PI: The Magical Number</ex>$3</ph> <ph name="DOMAIN"><ex>pi.com</ex>$4</ph> |
| 34 | </message> |
droger | 5515fad9 | 2016-01-08 14:00:49 | [diff] [blame] | 35 | <message name="IDS_HISTORY_FOUND_SEARCH_RESULTS" desc="Message shown when zero or multiple search results are found."> |
dbeam | e3a0cef9 | 2016-09-29 17:43:39 | [diff] [blame] | 36 | Found <ph name="NUMBER_OF_RESULTS">$1</ph> <ph name="SEARCH_RESULTS"><ex>search results</ex>$2</ph> for '<ph name="SEARCH_STRING">$3</ph>' |
droger | 5515fad9 | 2016-01-08 14:00:49 | [diff] [blame] | 37 | </message> |
msramek | 5872007b | 2016-04-04 14:34:52 | [diff] [blame] | 38 | <message name="IDS_HISTORY_OTHER_FORMS_OF_HISTORY" desc="The notification at the top of the history page indicating that deleting Chrome browsing history will not delete other forms of history stored at Google My Activity."> |
dbeam | e3a0cef9 | 2016-09-29 17:43:39 | [diff] [blame] | 39 | Your Google Account may have other forms of browsing history at <ph name="BEGIN_LINK"><a target="_blank" href="$1"></ph>history.google.com<ph name="END_LINK"></a></ph> |
droger | 5515fad9 | 2016-01-08 14:00:49 | [diff] [blame] | 40 | </message> |
droger | 5515fad9 | 2016-01-08 14:00:49 | [diff] [blame] | 41 | <message name="IDS_HISTORY_LOADING" desc="Text shown when we're loading the user's history"> |
| 42 | Loading... |
| 43 | </message> |
| 44 | <message name="IDS_HISTORY_MORE_FROM_SITE" desc="Command in the history entry drop-down menu. Shows more history entries from the same site."> |
| 45 | More from this site |
| 46 | </message> |
droger | 5515fad9 | 2016-01-08 14:00:49 | [diff] [blame] | 47 | <message name="IDS_HISTORY_NO_RESULTS" desc="Text shown when no history entries are found."> |
scottchen | c32f05f | 2017-06-02 00:25:28 | [diff] [blame] | 48 | Your browsing history appears here |
droger | 5515fad9 | 2016-01-08 14:00:49 | [diff] [blame] | 49 | </message> |
| 50 | <message name="IDS_HISTORY_NO_SEARCH_RESULTS" desc="Text shown when no history search results have been found"> |
dbeam | e3a0cef9 | 2016-09-29 17:43:39 | [diff] [blame] | 51 | No search results found |
droger | 5515fad9 | 2016-01-08 14:00:49 | [diff] [blame] | 52 | </message> |
jyquinn | b2636d1 | 2016-06-01 14:56:03 | [diff] [blame] | 53 | <if expr="not use_titlecase"> |
droger | 5515fad9 | 2016-01-08 14:00:49 | [diff] [blame] | 54 | <message name="IDS_HISTORY_OPEN_CLEAR_BROWSING_DATA_DIALOG" desc="Title of the button that will open the clear browsing data dialog."> |
| 55 | Clear browsing data... |
| 56 | </message> |
jyquinn | b2636d1 | 2016-06-01 14:56:03 | [diff] [blame] | 57 | </if> |
| 58 | <if expr="use_titlecase"> |
| 59 | <message name="IDS_HISTORY_OPEN_CLEAR_BROWSING_DATA_DIALOG" desc="In Title Case: Title of the button that will open the clear browsing data dialog [Length: 16em]."> |
| 60 | Clear Browsing Data... |
| 61 | </message> |
| 62 | </if> |
pavely | 6e61e148 | 2016-08-01 20:55:21 | [diff] [blame] | 63 | <if expr="not is_android"> |
| 64 | <message name="IDS_HISTORY_OTHER_SESSIONS_COLLAPSE_SESSION" desc="In the 'Other Sessions' menu on the history page, the label for the command to collapse (hide) the list of windows and tabs in a session."> |
| 65 | Collapse list |
| 66 | </message> |
| 67 | <message name="IDS_HISTORY_OTHER_SESSIONS_EXPAND_SESSION" desc="In the 'Other Sessions' menu on the history page, the label for the command to expand (uncollapse) the list of windows and tabs in a session."> |
| 68 | Expand list |
| 69 | </message> |
| 70 | <message name="IDS_HISTORY_OTHER_SESSIONS_HIDE_FOR_NOW" desc="In the 'Other Sessions' menu on the history page, the label for the command to remove entry corresponding to a session."> |
| 71 | Hide for now |
| 72 | </message> |
| 73 | <message name="IDS_HISTORY_OTHER_SESSIONS_OPEN_ALL" desc="In the 'Other Sessions' menu on the history page, the label for the command to open all tabs and windows from a session."> |
| 74 | Open all |
| 75 | </message> |
| 76 | </if> |
droger | 5515fad9 | 2016-01-08 14:00:49 | [diff] [blame] | 77 | <message name="IDS_HISTORY_REMOVE_BOOKMARK" desc="Tooltip shown when hovered over a history entry's bookmark star. When clicked, removes the bookmark."> |
| 78 | Remove bookmark |
| 79 | </message> |
| 80 | <message name="IDS_HISTORY_REMOVE_PAGE" desc="Command in the history entry drop-down menu. Removes a page from the history."> |
| 81 | Remove from history |
| 82 | </message> |
| 83 | <message name="IDS_HISTORY_REMOVE_SELECTED_ITEMS" desc="Title of the button that allows the user to remove the selected history items"> |
| 84 | Remove selected items |
| 85 | </message> |
| 86 | <message name="IDS_HISTORY_SEARCH_BUTTON" desc="Title of the button in the history page that triggers a search"> |
| 87 | Search history |
| 88 | </message> |
| 89 | <message name="IDS_HISTORY_SEARCH_RESULT" desc="Used when a single result is found."> |
| 90 | search result |
| 91 | </message> |
| 92 | <message name="IDS_HISTORY_SEARCH_RESULTS" desc="Used when plural/multiple results are found."> |
| 93 | search results |
| 94 | </message> |
droger | 25fe39e | 2016-02-11 20:01:04 | [diff] [blame] | 95 | <if expr="not use_titlecase"> |
| 96 | <message name="IDS_HISTORY_SHOW_HISTORY" desc="The show history menu in the app menu"> |
| 97 | &History |
| 98 | </message> |
| 99 | </if> |
| 100 | <if expr="use_titlecase"> |
| 101 | <message name="IDS_HISTORY_SHOW_HISTORY" desc="In Title Case: The show history menu in the app menu"> |
| 102 | &History |
| 103 | </message> |
| 104 | </if> |
| 105 | <message name="IDS_HISTORY_SHOWFULLHISTORY_LINK" desc="The label of the Show Full History link at the bottom of the back/forward menu."> |
| 106 | Show Full History |
| 107 | </message> |
jyquinn | b2636d1 | 2016-06-01 14:56:03 | [diff] [blame] | 108 | <message name="IDS_HISTORY_START_EDITING_BUTTON" desc="Text for the button to enter editing mode, which allows the user to delete one or more history entries [Length: 7em]."> |
| 109 | Edit |
| 110 | </message> |
droger | 5515fad9 | 2016-01-08 14:00:49 | [diff] [blame] | 111 | <message name="IDS_HISTORY_TITLE" desc="Title for the history tab."> |
| 112 | History |
| 113 | </message> |
| 114 | <message name="IDS_HISTORY_UNKNOWN_DEVICE" desc="On the dropdown menu for a history entry, the text that is shown instead of a device name, when the device name is not known."> |
| 115 | Unknown device |
| 116 | </message> |
| 117 | |
| 118 | </grit-part> |