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

Side by Side Diff: components/history_strings.grdp

Issue 2069183002: [Sync] Add option to remove device from "Other devices" on desktop (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build. Created 4 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/browser/ui/webui/history_ui.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | 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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 </message> 103 </message>
104 <message name="IDS_HISTORY_OTHER_SESSIONS_COLLAPSE_SESSION" desc="In the 'Othe r Sessions' menu on the history page, the label for the command to collapse (hid e) the list of windows and tabs in a session."> 104 <message name="IDS_HISTORY_OTHER_SESSIONS_COLLAPSE_SESSION" desc="In the 'Othe r Sessions' menu on the history page, the label for the command to collapse (hid e) the list of windows and tabs in a session.">
105 Collapse list 105 Collapse list
106 </message> 106 </message>
107 <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 (uncolla pse) the list of windows and tabs in a session."> 107 <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 (uncolla pse) the list of windows and tabs in a session.">
108 Expand list 108 Expand list
109 </message> 109 </message>
110 <message name="IDS_HISTORY_OTHER_SESSIONS_OPEN_ALL" desc="In the 'Other Sessio ns' menu on the history page, the label for the command to open all tabs and win dows from a session."> 110 <message name="IDS_HISTORY_OTHER_SESSIONS_OPEN_ALL" desc="In the 'Other Sessio ns' menu on the history page, the label for the command to open all tabs and win dows from a session.">
111 Open all 111 Open all
112 </message> 112 </message>
113 <message name="IDS_HISTORY_OTHER_SESSIONS_HIDE_FOR_NOW" desc="In the 'Other Se ssions' menu on the history page, the label for the command to remove entry corr esponding to a session.">
114 Hide for now
sdefresne 2016/06/16 09:16:57 Do we need a titlecase version?
115 </message>
113 <message name="IDS_HISTORY_RANGE_ALL_TIME" desc="Option in the history range b utton group. Shows results a page at a time, without grouping them by domain."> 116 <message name="IDS_HISTORY_RANGE_ALL_TIME" desc="Option in the history range b utton group. Shows results a page at a time, without grouping them by domain.">
114 All 117 All
115 </message> 118 </message>
116 <message name="IDS_HISTORY_RANGE_LABEL" desc="Label for the combo box that sel ects the time range."> 119 <message name="IDS_HISTORY_RANGE_LABEL" desc="Label for the combo box that sel ects the time range.">
117 Show 120 Show
118 </message> 121 </message>
119 <message name="IDS_HISTORY_RANGE_MONTH" desc="Option in the history range butt on group. Shows results grouped by month."> 122 <message name="IDS_HISTORY_RANGE_MONTH" desc="Option in the history range butt on group. Shows results grouped by month.">
120 Month 123 Month
121 </message> 124 </message>
122 <message name="IDS_HISTORY_RANGE_NEXT" desc="The alt text on the button that m oves the current time range forward."> 125 <message name="IDS_HISTORY_RANGE_NEXT" desc="The alt text on the button that m oves the current time range forward.">
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 Edit 172 Edit
170 </message> 173 </message>
171 <message name="IDS_HISTORY_TITLE" desc="Title for the history tab."> 174 <message name="IDS_HISTORY_TITLE" desc="Title for the history tab.">
172 History 175 History
173 </message> 176 </message>
174 <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."> 177 <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.">
175 Unknown device 178 Unknown device
176 </message> 179 </message>
177 180
178 </grit-part> 181 </grit-part>
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/history_ui.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698