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

Side by Side Diff: components/history_strings.grdp

Issue 2916953002: WebUI: update empty-state strings for MD pages. (Closed)
Patch Set: update desc Created 3 years, 6 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/app/generated_resources.grd ('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_CANCEL_EDITING_BUTTON" desc="Text for the button to exit editing mode [Length: 7em]."> 8 <message name="IDS_HISTORY_CANCEL_EDITING_BUTTON" desc="Text for the button to exit editing mode [Length: 7em].">
9 Cancel 9 Cancel
10 </message> 10 </message>
(...skipping 27 matching lines...) Expand all
38 <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."> 38 <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.">
39 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> 39 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>
40 </message> 40 </message>
41 <message name="IDS_HISTORY_LOADING" desc="Text shown when we're loading the us er's history"> 41 <message name="IDS_HISTORY_LOADING" desc="Text shown when we're loading the us er's history">
42 Loading... 42 Loading...
43 </message> 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."> 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 45 More from this site
46 </message> 46 </message>
47 <message name="IDS_HISTORY_NO_RESULTS" desc="Text shown when no history entrie s are found."> 47 <message name="IDS_HISTORY_NO_RESULTS" desc="Text shown when no history entrie s are found.">
48 No history entries found 48 Your browsing history appears here
49 </message> 49 </message>
50 <message name="IDS_HISTORY_NO_SEARCH_RESULTS" desc="Text shown when no history search results have been found"> 50 <message name="IDS_HISTORY_NO_SEARCH_RESULTS" desc="Text shown when no history search results have been found">
51 No search results found 51 No search results found
52 </message> 52 </message>
53 <if expr="not use_titlecase"> 53 <if expr="not use_titlecase">
54 <message name="IDS_HISTORY_OPEN_CLEAR_BROWSING_DATA_DIALOG" desc="Title of the button that will open the clear browsing data dialog."> 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... 55 Clear browsing data...
56 </message> 56 </message>
57 </if> 57 </if>
58 <if expr="use_titlecase"> 58 <if expr="use_titlecase">
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 Edit 109 Edit
110 </message> 110 </message>
111 <message name="IDS_HISTORY_TITLE" desc="Title for the history tab."> 111 <message name="IDS_HISTORY_TITLE" desc="Title for the history tab.">
112 History 112 History
113 </message> 113 </message>
114 <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."> 114 <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.">
115 Unknown device 115 Unknown device
116 </message> 116 </message>
117 117
118 </grit-part> 118 </grit-part>
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698