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

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: Address Dan's comments. Created 4 years, 4 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') | 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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 </message> 94 </message>
95 </if> 95 </if>
96 <if expr="use_titlecase"> 96 <if expr="use_titlecase">
97 <message name="IDS_HISTORY_OPEN_CLEAR_BROWSING_DATA_DIALOG" desc="In Title C ase: Title of the button that will open the clear browsing data dialog [Length: 16em]."> 97 <message name="IDS_HISTORY_OPEN_CLEAR_BROWSING_DATA_DIALOG" desc="In Title C ase: Title of the button that will open the clear browsing data dialog [Length: 16em].">
98 Clear Browsing Data... 98 Clear Browsing Data...
99 </message> 99 </message>
100 </if> 100 </if>
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 availab le for a session."> 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 availab le for a session.">
102 <ph name="NUM_TABS_MORE">$1<ex>42</ex></ph> more... 102 <ph name="NUM_TABS_MORE">$1<ex>42</ex></ph> more...
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 <if expr="not is_android">
105 Collapse list 105 <message name="IDS_HISTORY_OTHER_SESSIONS_COLLAPSE_SESSION" desc="In the 'Ot her Sessions' menu on the history page, the label for the command to collapse (h ide) the list of windows and tabs in a session.">
106 </message> 106 Collapse list
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>
108 Expand list 108 <message name="IDS_HISTORY_OTHER_SESSIONS_EXPAND_SESSION" desc="In the 'Othe r Sessions' menu on the history page, the label for the command to expand (uncol lapse) the list of windows and tabs in a session.">
109 </message> 109 Expand list
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>
111 Open all 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 co rresponding to a session.">
112 </message> 112 Hide for now
113 </message>
114 <message name="IDS_HISTORY_OTHER_SESSIONS_OPEN_ALL" desc="In the 'Other Sess ions' menu on the history page, the label for the command to open all tabs and w indows from a session.">
115 Open all
116 </message>
117 </if>
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."> 118 <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 119 All
115 </message> 120 </message>
116 <message name="IDS_HISTORY_RANGE_LABEL" desc="Label for the combo box that sel ects the time range."> 121 <message name="IDS_HISTORY_RANGE_LABEL" desc="Label for the combo box that sel ects the time range.">
117 Show 122 Show
118 </message> 123 </message>
119 <message name="IDS_HISTORY_RANGE_MONTH" desc="Option in the history range butt on group. Shows results grouped by month."> 124 <message name="IDS_HISTORY_RANGE_MONTH" desc="Option in the history range butt on group. Shows results grouped by month.">
120 Month 125 Month
121 </message> 126 </message>
122 <message name="IDS_HISTORY_RANGE_NEXT" desc="The alt text on the button that m oves the current time range forward."> 127 <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 174 Edit
170 </message> 175 </message>
171 <message name="IDS_HISTORY_TITLE" desc="Title for the history tab."> 176 <message name="IDS_HISTORY_TITLE" desc="Title for the history tab.">
172 History 177 History
173 </message> 178 </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."> 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.">
175 Unknown device 180 Unknown device
176 </message> 181 </message>
177 182
178 </grit-part> 183 </grit-part>
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/history_ui.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698