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

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 string order 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
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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 <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_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.">
111 Hide for now
112 </message>
Dan Beam 2016/07/30 00:54:08 can this be wrapped in an <if expr="not is_android
pavely 2016/08/01 19:25:13 I wrapped four strings related to "other devices"
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."> 113 <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 114 Open all
112 </message> 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.">
(...skipping 49 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

Powered by Google App Engine
This is Rietveld 408576698