Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(117)

Side by Side Diff: components/history_strings.grdp

Issue 2570253002: [MD History] Fix toolbar dates in grouped mode. (Closed)
Patch Set: rebase Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/test/data/webui/md_history/test_util.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <grit-part> 2 <grit-part>
3 3
4 <!-- History UI --> 4 <!-- History UI -->
5 <message name="IDS_HISTORY_ACTION_MENU_DESCRIPTION" desc="Text used to identif y the history entry drop-down menu for screen readers"> 5 <message name="IDS_HISTORY_ACTION_MENU_DESCRIPTION" desc="Text used to identif y the history entry drop-down menu for screen readers">
6 Actions 6 Actions
7 </message> 7 </message>
8 <message name="IDS_HISTORY_BLOCKED_VISIT_TEXT" desc="Text that describes an at tempted visit."> 8 <message name="IDS_HISTORY_BLOCKED_VISIT_TEXT" desc="Text that describes an at tempted visit.">
9 Blocked attempt <ph name="BEGIN_LINK">&lt;a target="_top" href="$1" id="$2"& gt;</ph> to visit a page on <ph name="DOMAIN">$3<ex>google.com</ex></ph><ph name ="END_LINK">&lt;/a&gt;<ex>&lt;/a&gt;</ex></ph>. 9 Blocked attempt <ph name="BEGIN_LINK">&lt;a target="_top" href="$1" id="$2"& gt;</ph> to visit a page on <ph name="DOMAIN">$3<ex>google.com</ex></ph><ph name ="END_LINK">&lt;/a&gt;<ex>&lt;/a&gt;</ex></ph>.
10 </message> 10 </message>
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 </message> 51 </message>
52 <message name="IDS_HISTORY_FOUND_SEARCH_RESULTS" desc="Message shown when zero or multiple search results are found."> 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>sea rch results</ex>$2</ph> for '<ph name="SEARCH_STRING">$3</ph>' 53 Found <ph name="NUMBER_OF_RESULTS">$1</ph> <ph name="SEARCH_RESULTS"><ex>sea rch results</ex>$2</ph> for '<ph name="SEARCH_STRING">$3</ph>'
54 </message> 54 </message>
55 <message name="IDS_HISTORY_HAS_SYNCED_RESULTS" desc="The notification at the t op of the history page indicating that it is showing visits synced from other de vices."> 55 <message name="IDS_HISTORY_HAS_SYNCED_RESULTS" desc="The notification at the t op of the history page indicating that it is showing visits synced from other de vices.">
56 Showing history from your signed-in devices. <ph name="BEGIN_LINK">&lt;a hre f="https://support.google.com/chrome/?p=sync_history&amp;hl=[GRITLANGCODE]"&gt;< /ph>Learn more<ph name="END_LINK">&lt;/a&gt;<ex>&lt;/a&gt;</ex></ph>. 56 Showing history from your signed-in devices. <ph name="BEGIN_LINK">&lt;a hre f="https://support.google.com/chrome/?p=sync_history&amp;hl=[GRITLANGCODE]"&gt;< /ph>Learn more<ph name="END_LINK">&lt;/a&gt;<ex>&lt;/a&gt;</ex></ph>.
57 </message> 57 </message>
58 <message name="IDS_HISTORY_OTHER_FORMS_OF_HISTORY" desc="The notification at t he top of the history page indicating that deleting Chrome browsing history will not delete other forms of history stored at Google My Activity."> 58 <message name="IDS_HISTORY_OTHER_FORMS_OF_HISTORY" desc="The notification at t he 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="BE GIN_LINK">&lt;a target="_blank" href="$1"&gt;</ph>history.google.com<ph name="EN D_LINK">&lt;/a&gt;</ph> 59 Your Google Account may have other forms of browsing history at <ph name="BE GIN_LINK">&lt;a target="_blank" href="$1"&gt;</ph>history.google.com<ph name="EN D_LINK">&lt;/a&gt;</ph>
60 </message> 60 </message>
61 <message name="IDS_HISTORY_INTERVAL" desc="A history interval shown in the tit le. The dates are already localized strings.">
62 <ph name="START_DATE">$1<ex>Wednesday, Aug. 1, 2012</ex></ph> to <ph name="E ND_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 us er's history"> 61 <message name="IDS_HISTORY_LOADING" desc="Text shown when we're loading the us er's history">
65 Loading... 62 Loading...
66 </message> 63 </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."> 64 <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 65 More from this site
69 </message> 66 </message>
70 <message name="IDS_HISTORY_NEWER" desc="HTML text shown as page navigation too l to take the user back to the more recent page"> 67 <message name="IDS_HISTORY_NEWER" desc="HTML text shown as page navigation too l to take the user back to the more recent page">
71 Newer 68 Newer
72 </message> 69 </message>
73 <message name="IDS_HISTORY_NEWEST" desc="HTML text shown as page navigation to ol to take the user to the top of their history"> 70 <message name="IDS_HISTORY_NEWEST" desc="HTML text shown as page navigation to ol to take the user to the top of their history">
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 Edit 171 Edit
175 </message> 172 </message>
176 <message name="IDS_HISTORY_TITLE" desc="Title for the history tab."> 173 <message name="IDS_HISTORY_TITLE" desc="Title for the history tab.">
177 History 174 History
178 </message> 175 </message>
179 <message name="IDS_HISTORY_UNKNOWN_DEVICE" desc="On the dropdown menu for a hi story entry, the text that is shown instead of a device name, when the device na me is not known."> 176 <message name="IDS_HISTORY_UNKNOWN_DEVICE" desc="On the dropdown menu for a hi story entry, the text that is shown instead of a device name, when the device na me is not known.">
180 Unknown device 177 Unknown device
181 </message> 178 </message>
182 179
183 </grit-part> 180 </grit-part>
OLDNEW
« no previous file with comments | « chrome/test/data/webui/md_history/test_util.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698