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> |
| 8 | <message name="IDS_HISTORY_BLOCKED_VISIT_TEXT" desc="Text that describes an attempted visit."> |
| 9 | Blocked attempt <ph name="BEGIN_LINK"><a target="_top" href="$1" id="$2"></ph> to visit a page on <ph name="DOMAIN">$3<ex>google.com</ex></ph><ph name="END_LINK"></a><ex></a></ex></ph>. |
| 10 | </message> |
| 11 | <message name="IDS_HISTORY_BROWSERESULTS" desc="Title of browsing results page"> |
| 12 | History |
| 13 | </message> |
jyquinn | b2636d1 | 2016-06-01 14:56:03 | [diff] [blame] | 14 | <message name="IDS_HISTORY_CANCEL_EDITING_BUTTON" desc="Text for the button to exit editing mode [Length: 7em]."> |
| 15 | Cancel |
| 16 | </message> |
droger | 5515fad9 | 2016-01-08 14:00:49 | [diff] [blame] | 17 | <message name="IDS_HISTORY_CONTINUED" desc="Shown after the date if the data is continued from the previous page"> |
| 18 | (Cont.) |
| 19 | </message> |
| 20 | <message name="IDS_HISTORY_DATE_WITH_RELATIVE_TIME" desc="In the history view, some dates are formatted as 'Today - Wednesday, Nov 7, 2007"> |
| 21 | <ph name="RELATIVE_DATE">$1<ex>Today</ex></ph> - <ph name="FULL_DATE">$2<ex>Wednesday, Nov 7, 2007</ex></ph> |
| 22 | </message> |
| 23 | <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."> |
| 24 | Remove |
| 25 | </message> |
| 26 | <message name="IDS_HISTORY_DELETE_PRIOR_VISITS_WARNING" desc="Warning shown before deleting visits from the history page (reminding the user they can also use incognito mode, which doesn't store history)"> |
| 27 | Are you sure you want to delete these pages from your history? |
| 28 | |
| 29 | Psst! Incognito mode <ph name="SHORTCUT_KEY">$1<ex>(Ctrl+Shift+N)</ex></ph> may come in handy next time. |
| 30 | </message> |
| 31 | <message name="IDS_HISTORY_DELETE_PRIOR_VISITS_WARNING_NO_INCOGNITO" desc="Warning shown before deleting from the history page"> |
| 32 | Are you sure you want to delete these pages from your history? |
| 33 | </message> |
jyquinn | b2636d1 | 2016-06-01 14:56:03 | [diff] [blame] | 34 | <message name="IDS_HISTORY_DELETE_SELECTED_ENTRIES_BUTTON" desc="Text for the button to delete selected history entries [Length: 16em]."> |
| 35 | Delete |
| 36 | </message> |
| 37 | <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] | 38 | Delete |
| 39 | </message> |
| 40 | <message name="IDS_HISTORY_ENTRY_ACCESSIBILITY_LABEL" desc="Accessibility label for a history entry. Summarizes fields in the history entry (title, domain, and time)."> |
| 41 | <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> |
| 42 | </message> |
droger | 5515fad9 | 2016-01-08 14:00:49 | [diff] [blame] | 43 | <message name="IDS_HISTORY_ENTRY_BOOKMARKED" desc="Whether a history entry is bookmarked."> |
| 44 | Bookmarked |
| 45 | </message> |
| 46 | <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)."> |
| 47 | <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> |
| 48 | </message> |
droger | 5515fad9 | 2016-01-08 14:00:49 | [diff] [blame] | 49 | <message name="IDS_HISTORY_FILTER_BLOCKED" desc="Text that shows that an entry is blocked."> |
| 50 | Blocked |
| 51 | </message> |
| 52 | <message name="IDS_HISTORY_FOUND_SEARCH_RESULTS" desc="Message shown when zero or multiple search results are found."> |
| 53 | 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>'. |
| 54 | </message> |
droger | 5515fad9 | 2016-01-08 14:00:49 | [diff] [blame] | 55 | <message name="IDS_HISTORY_HAS_SYNCED_RESULTS" desc="The notification at the top of the history page indicating that it is showing visits synced from other devices."> |
msramek | 5872007b | 2016-04-04 14:34:52 | [diff] [blame] | 56 | Showing history from your signed-in devices. <ph name="BEGIN_LINK"><a href="https://support.google.com/chrome/?p=sync_history&hl=[GRITLANGCODE]"></ph>Learn more<ph name="END_LINK"></a><ex></a></ex></ph>. |
| 57 | </message> |
| 58 | <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."> |
| 59 | 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] | 60 | </message> |
droger | 5515fad9 | 2016-01-08 14:00:49 | [diff] [blame] | 61 | <message name="IDS_HISTORY_INTERVAL" desc="A history interval shown in the title. The dates are already localized strings."> |
| 62 | <ph name="START_DATE">$1<ex>Wednesday, Aug. 1, 2012</ex></ph> to <ph name="END_DATE">$2<ex>Thursday, Aug. 30, 2012</ex></ph> |
| 63 | </message> |
| 64 | <message name="IDS_HISTORY_LOADING" desc="Text shown when we're loading the user's history"> |
| 65 | Loading... |
| 66 | </message> |
| 67 | <message name="IDS_HISTORY_MORE_FROM_SITE" desc="Command in the history entry drop-down menu. Shows more history entries from the same site."> |
| 68 | More from this site |
| 69 | </message> |
| 70 | <message name="IDS_HISTORY_NEWER" desc="HTML text shown as page navigation tool to take the user back to the more recent page"> |
| 71 | Newer |
| 72 | </message> |
| 73 | <message name="IDS_HISTORY_NEWEST" desc="HTML text shown as page navigation tool to take the user to the top of their history"> |
| 74 | Newest |
| 75 | </message> |
| 76 | <message name="IDS_HISTORY_NO_RESULTS" desc="Text shown when no history entries are found."> |
| 77 | No history entries found. |
| 78 | </message> |
| 79 | <message name="IDS_HISTORY_NO_SEARCH_RESULTS" desc="Text shown when no history search results have been found"> |
| 80 | No search results found. |
| 81 | </message> |
| 82 | <message name="IDS_HISTORY_NO_SYNCED_RESULTS" desc="The notification at the top of the history page indicating that it does not include visits from other devices."> |
msramek | 5872007b | 2016-04-04 14:34:52 | [diff] [blame] | 83 | Showing history from this device. <ph name="BEGIN_LINK"><a href="https://support.google.com/chrome/?p=sync_history&hl=[GRITLANGCODE]"></ph>Learn more<ph name="END_LINK"></a><ex></a></ex></ph>. |
droger | 5515fad9 | 2016-01-08 14:00:49 | [diff] [blame] | 84 | </message> |
| 85 | <message name="IDS_HISTORY_NUMBER_VISITS" desc="Format string for the number of visits of a site."> |
| 86 | (<ph name="NUMBER_VISITS">$1<ex>3</ex></ph>) |
| 87 | </message> |
| 88 | <message name="IDS_HISTORY_OLDER" desc="HTML text shown as page navigation tool to take the user forward to their older history"> |
| 89 | Older |
| 90 | </message> |
jyquinn | b2636d1 | 2016-06-01 14:56:03 | [diff] [blame] | 91 | <if expr="not use_titlecase"> |
droger | 5515fad9 | 2016-01-08 14:00:49 | [diff] [blame] | 92 | <message name="IDS_HISTORY_OPEN_CLEAR_BROWSING_DATA_DIALOG" desc="Title of the button that will open the clear browsing data dialog."> |
| 93 | Clear browsing data... |
| 94 | </message> |
jyquinn | b2636d1 | 2016-06-01 14:56:03 | [diff] [blame] | 95 | </if> |
| 96 | <if expr="use_titlecase"> |
| 97 | <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]."> |
| 98 | Clear Browsing Data... |
| 99 | </message> |
| 100 | </if> |
droger | 5515fad9 | 2016-01-08 14:00:49 | [diff] [blame] | 101 | <message name="IDS_HISTORY_OTHER_DEVICES_X_MORE" desc="In the 'Other Sessions' section of the history page, the label for showing that X more tabs are available for a session."> |
| 102 | <ph name="NUM_TABS_MORE">$1<ex>42</ex></ph> more... |
| 103 | </message> |
pavely | 6e61e148 | 2016-08-01 20:55:21 | [diff] [blame^] | 104 | <if expr="not is_android"> |
| 105 | <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."> |
| 106 | Collapse list |
| 107 | </message> |
| 108 | <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."> |
| 109 | Expand list |
| 110 | </message> |
| 111 | <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."> |
| 112 | Hide for now |
| 113 | </message> |
| 114 | <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."> |
| 115 | Open all |
| 116 | </message> |
| 117 | </if> |
droger | 5515fad9 | 2016-01-08 14:00:49 | [diff] [blame] | 118 | <message name="IDS_HISTORY_RANGE_ALL_TIME" desc="Option in the history range button group. Shows results a page at a time, without grouping them by domain."> |
| 119 | All |
| 120 | </message> |
| 121 | <message name="IDS_HISTORY_RANGE_LABEL" desc="Label for the combo box that selects the time range."> |
| 122 | Show |
| 123 | </message> |
| 124 | <message name="IDS_HISTORY_RANGE_MONTH" desc="Option in the history range button group. Shows results grouped by month."> |
| 125 | Month |
| 126 | </message> |
| 127 | <message name="IDS_HISTORY_RANGE_NEXT" desc="The alt text on the button that moves the current time range forward."> |
| 128 | Next |
| 129 | </message> |
| 130 | <message name="IDS_HISTORY_RANGE_PREVIOUS" desc="The alt text on the button that moves the current time range backwards."> |
| 131 | Previous |
| 132 | </message> |
| 133 | <message name="IDS_HISTORY_RANGE_TODAY" desc="The text on the button that sets the current time range back to today."> |
| 134 | Today |
| 135 | </message> |
| 136 | <message name="IDS_HISTORY_RANGE_WEEK" desc="Option in the history range button group. Shows results grouped by week."> |
| 137 | Week |
| 138 | </message> |
| 139 | <message name="IDS_HISTORY_REMOVE_BOOKMARK" desc="Tooltip shown when hovered over a history entry's bookmark star. When clicked, removes the bookmark."> |
| 140 | Remove bookmark |
| 141 | </message> |
| 142 | <message name="IDS_HISTORY_REMOVE_PAGE" desc="Command in the history entry drop-down menu. Removes a page from the history."> |
| 143 | Remove from history |
| 144 | </message> |
| 145 | <message name="IDS_HISTORY_REMOVE_SELECTED_ITEMS" desc="Title of the button that allows the user to remove the selected history items"> |
| 146 | Remove selected items |
| 147 | </message> |
| 148 | <message name="IDS_HISTORY_SEARCH_BUTTON" desc="Title of the button in the history page that triggers a search"> |
| 149 | Search history |
| 150 | </message> |
| 151 | <message name="IDS_HISTORY_SEARCH_RESULT" desc="Used when a single result is found."> |
| 152 | search result |
| 153 | </message> |
| 154 | <message name="IDS_HISTORY_SEARCH_RESULTS" desc="Used when plural/multiple results are found."> |
| 155 | search results |
| 156 | </message> |
| 157 | <message name="IDS_HISTORY_SEARCHRESULTSFOR" desc="Format string for search results"> |
| 158 | Search results for '<ph name="SEARCH_STRING">$1</ph>' |
| 159 | </message> |
droger | 25fe39e | 2016-02-11 20:01:04 | [diff] [blame] | 160 | <if expr="not use_titlecase"> |
| 161 | <message name="IDS_HISTORY_SHOW_HISTORY" desc="The show history menu in the app menu"> |
| 162 | &History |
| 163 | </message> |
| 164 | </if> |
| 165 | <if expr="use_titlecase"> |
| 166 | <message name="IDS_HISTORY_SHOW_HISTORY" desc="In Title Case: The show history menu in the app menu"> |
| 167 | &History |
| 168 | </message> |
| 169 | </if> |
| 170 | <message name="IDS_HISTORY_SHOWFULLHISTORY_LINK" desc="The label of the Show Full History link at the bottom of the back/forward menu."> |
| 171 | Show Full History |
| 172 | </message> |
jyquinn | b2636d1 | 2016-06-01 14:56:03 | [diff] [blame] | 173 | <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]."> |
| 174 | Edit |
| 175 | </message> |
droger | 5515fad9 | 2016-01-08 14:00:49 | [diff] [blame] | 176 | <message name="IDS_HISTORY_TITLE" desc="Title for the history tab."> |
| 177 | History |
| 178 | </message> |
| 179 | <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."> |
| 180 | Unknown device |
| 181 | </message> |
| 182 | |
| 183 | </grit-part> |