blob: 17284d653794f0731fe5f12040ce7b603b80f032 [file] [log] [blame]
[email protected]0cea0ad22013-04-03 09:02:111<?xml version="1.0" encoding="utf-8"?>
2<!-- Bookmarks specific strings (included from generated_resources.grd). -->
3<grit-part>
[email protected]df39fba2013-06-13 23:08:194 <!-- Begin of Bookmarks Bar strings-->
[email protected]b279e76aec2014-02-20 17:17:375 <if expr="not is_android">
[email protected]b279e76aec2014-02-20 17:17:376 <!-- The special folders created when importing from other other browsers. -->
[email protected]cede1162014-05-16 01:31:337 <if expr="is_win">
8 <message name="IDS_BOOKMARK_GROUP_FROM_IE" desc="The group name of bookmarks from Internet Explorer">
9 Imported From IE
10 </message>
forshaw57e6480812015-12-03 14:08:1211 <message name="IDS_BOOKMARK_GROUP_FROM_EDGE" desc="The group name of bookmarks from Edge">
12 Imported From Edge
13 </message>
[email protected]cede1162014-05-16 01:31:3314 </if>
[email protected]b279e76aec2014-02-20 17:17:3715 <message name="IDS_BOOKMARK_GROUP_FROM_FIREFOX" desc="The group name of bookmarks from Firefox">
16 Imported From Firefox
17 </message>
18 <message name="IDS_BOOKMARK_GROUP_FROM_SAFARI" desc="The group name of bookmarks from Safari">
19 Imported From Safari
20 </message>
[email protected]b279e76aec2014-02-20 17:17:3721 <message name="IDS_BOOKMARK_GROUP" desc="The group name of bookmarks imported from a file">
22 Imported
23 </message>
Peter Boströmb8ae0dc2023-04-10 23:23:3324 <message name="IDS_UNNAMED_BOOKMARK_BUTTON_ACCESSIBLE_NAME" desc="Accessible name for unnamed bookmark buttons. Provides something to screen readers.">
25 Unnamed bookmark for <ph name="url">$1<ex>https://example.com</ex></ph>
26 </message>
[email protected]b279e76aec2014-02-20 17:17:3727 </if>
[email protected]0cea0ad22013-04-03 09:02:1128
[email protected]018d09d62014-02-19 20:48:1529 <if expr="not use_titlecase">
[email protected]e169ada2014-06-16 01:42:1930 <message name="IDS_BOOKMARK_BAR_SHOW_APPS_SHORTCUT" desc="Name shown in the context menu to hide/show the apps shortcut in the bookmark bar">
[email protected]0cea0ad22013-04-03 09:02:1131 Show apps shortcut
32 </message>
Caroline Rising5b1ac062021-03-26 15:56:3533 <message name="IDS_BOOKMARK_BAR_SHOW_READING_LIST" desc="Name shown in the context menu to hide/show the reading list in the bookmark bar">
34 Show reading list
35 </message>
[email protected]cadbc71e2014-06-16 07:21:2636 <message name="IDS_BOOKMARK_BAR_SHOW_MANAGED_BOOKMARKS_DEFAULT_NAME" desc="Name shown in the context menu to hide/show the managed bookmarks in the bookmark bar">
[email protected]e169ada2014-06-16 01:42:1937 Show managed bookmarks
38 </message>
[email protected]cadbc71e2014-06-16 07:21:2639 <message name="IDS_BOOKMARK_BAR_SHOW_MANAGED_BOOKMARKS" desc="Name shown in the context menu to hide/show the managed bookmarks in the bookmark bar">
40 Show <ph name="FOLDER_NAME">$1<ex>managed bookmarks</ex></ph>
41 </message>
[email protected]0cea0ad22013-04-03 09:02:1142 </if>
[email protected]018d09d62014-02-19 20:48:1543 <if expr="use_titlecase">
[email protected]e169ada2014-06-16 01:42:1944 <message name="IDS_BOOKMARK_BAR_SHOW_APPS_SHORTCUT" desc="In Title Case: Name shown in the context menu to hide/show the apps shortcut in the bookmark bar">
[email protected]0cea0ad22013-04-03 09:02:1145 Show Apps Shortcut
46 </message>
Caroline Rising5b1ac062021-03-26 15:56:3547 <message name="IDS_BOOKMARK_BAR_SHOW_READING_LIST" desc="In Title Case: Name shown in the context menu to hide/show the reading list in the bookmark bar">
48 Show Reading List
49 </message>
[email protected]cadbc71e2014-06-16 07:21:2650 <message name="IDS_BOOKMARK_BAR_SHOW_MANAGED_BOOKMARKS_DEFAULT_NAME" desc="In Title Case: Name shown in the context menu to hide/show the managed bookmarks in the bookmark bar">
[email protected]e169ada2014-06-16 01:42:1951 Show Managed Bookmarks
52 </message>
[email protected]cadbc71e2014-06-16 07:21:2653 <message name="IDS_BOOKMARK_BAR_SHOW_MANAGED_BOOKMARKS" desc="In Title Case: Name shown in the context menu to hide/show the managed bookmarks in the bookmark bar">
54 Show <ph name="FOLDER_NAME">$1<ex>Managed Bookmarks</ex></ph>
55 </message>
[email protected]0cea0ad22013-04-03 09:02:1156 </if>
[email protected]0cea0ad22013-04-03 09:02:1157 <message name="IDS_BOOKMARK_BAR_APPS_SHORTCUT_NAME" desc="Name shown in the bookmark bar for the apps page shortcut">
58 Apps
59 </message>
60 <message name="IDS_BOOKMARK_BAR_APPS_SHORTCUT_TOOLTIP" desc="Text shown in the tooltip of the apps page shortcut in the bookmark bar">
61 Show apps
62 </message>
Dana Fried53623c7e32020-07-09 06:50:5163 <message name="IDS_BOOKMARK_BAR_OVERFLOW_BUTTON_TOOLTIP" desc="Text shown on the overflow chevron, if visible">
64 Hidden bookmarks
65 </message>
[email protected]0cea0ad22013-04-03 09:02:1166 <!-- End of Bookmarks Bar strings. -->
67
68 <!-- Begin of Bookmarks Bar Context Menu strings. -->
[email protected]018d09d62014-02-19 20:48:1569 <if expr="not use_titlecase">
paezagonc32cfc7c2017-04-20 17:16:1370 <message name="IDS_BOOKMARK_BAR_OPEN_ALL" desc="Menu title for opening all urls in a bookmark folder">
71 &amp;Open all bookmarks
72 </message>
paezagonc32cfc7c2017-04-20 17:16:1373 <message name="IDS_BOOKMARK_BAR_OPEN_ALL_COUNT" desc="Menu title for opening all urls in a bookmark folder">
74 {COUNT, plural,
75 =0 {&amp;Open all}
76 =1 {&amp;Open bookmark}
dpapad63ba6c82020-09-22 11:26:2977 other {&amp;Open all ({COUNT})}}
paezagonc32cfc7c2017-04-20 17:16:1378 </message>
79 <message name="IDS_BOOKMARK_BAR_OPEN_ALL_COUNT_NEW_WINDOW" desc="Menu title for opening all urls in a bookmark folder in a new window">
80 {COUNT, plural,
81 =0 {Open all in &amp;new window}
82 =1 {Open in &amp;new window}
dpapad63ba6c82020-09-22 11:26:2983 other {Open all ({COUNT}) in &amp;new window}}
paezagonc32cfc7c2017-04-20 17:16:1384 </message>
Ramin Halavati0774a162021-04-28 16:14:0285 <message name="IDS_BOOKMARK_BAR_OPEN_ALL_COUNT_INCOGNITO" desc="Menu description for opening all urls in a bookmark folder in an Incognito window">
paezagonc32cfc7c2017-04-20 17:16:1386 {COUNT, plural,
Ramin Halavati0774a162021-04-28 16:14:0287 =0 {Open all in &amp;Incognito window}
88 =1 {Open in &amp;Incognito window}
89 other {Open all ({COUNT}) in &amp;Incognito window}}
paezagonc32cfc7c2017-04-20 17:16:1390 </message>
Alyssa Frederick96be9572021-07-30 22:20:2591 <message name="IDS_BOOKMARK_BAR_OPEN_ALL_COUNT_NEW_TAB_GROUP" desc="Menu description for opening all urls in a bookmark folder in a new group">
92 {COUNT, plural,
93 =0 {Open all in &amp;new tab group}
94 =1 {Open in &amp;new tab group}
95 other {Open all ({COUNT}) in &amp;new tab group}}
96 </message>
[email protected]0cea0ad22013-04-03 09:02:1197 <message name="IDS_BOOKMARK_BAR_OPEN_IN_NEW_TAB" desc="Menu description for loading bookmark in a new tab">
98 &amp;Open in new tab
99 </message>
100 <message name="IDS_BOOKMARK_BAR_OPEN_IN_NEW_WINDOW" desc="Menu description for loading bookmark in a new window">
101 Open in &amp;new window
102 </message>
Ramin Halavati0774a162021-04-28 16:14:02103 <message name="IDS_BOOKMARK_BAR_OPEN_INCOGNITO" desc="Menu description for opening bookmark in Incognito window">
104 Open in &amp;Incognito window
[email protected]0cea0ad22013-04-03 09:02:11105 </message>
106 <message name="IDS_BOOKMARK_BAR_EDIT" desc="Title of the bookmark context menu item that brings up the bookmark editor">
107 &amp;Edit...
108 </message>
109 <message name="IDS_BOOKMARK_BAR_RENAME_FOLDER" desc="Title of the bookmark context menu item that brings up a dialog to rename a folder">
110 &amp;Rename...
111 </message>
112 <message name="IDS_BOOKMARK_BAR_REMOVE" desc="Menu title for removing/unstarring a bookmark">
113 &amp;Delete
114 </message>
115 <message name="IDS_BOOKMARK_BAR_ADD_NEW_BOOKMARK" desc="Menu title for adding a new bookmark entry">
116 Add pa&amp;ge...
117 </message>
118 <message name="IDS_BOOKMARK_BAR_NEW_FOLDER" desc="Menu title for adding a new folder">
119 Add &amp;folder...
120 </message>
[email protected]bbdbafe2013-05-23 01:40:34121 <if expr="not is_android">
122 <message name="IDS_SHOW_BOOKMARK_BAR" desc="The toggle to show the bookmark bar">
123 &amp;Show bookmarks bar
124 </message>
Keren Zhu350cefa02023-04-21 18:27:55125 <message name="IDS_HIDE_BOOKMARK_BAR" desc="The toggle to hide the bookmark bar">
126 &amp;Hide bookmarks bar
127 </message>
[email protected]bbdbafe2013-05-23 01:40:34128 </if>
[email protected]0cea0ad22013-04-03 09:02:11129 </if>
[email protected]018d09d62014-02-19 20:48:15130 <if expr="use_titlecase">
paezagonc32cfc7c2017-04-20 17:16:13131 <message name="IDS_BOOKMARK_BAR_OPEN_ALL" desc="In Title Case: Menu title for opening all urls in a bookmark folder">
132 &amp;Open All Bookmarks
133 </message>
paezagonc32cfc7c2017-04-20 17:16:13134 <message name="IDS_BOOKMARK_BAR_OPEN_ALL_COUNT" desc="In Title Case: Menu title for opening all urls in a bookmark folder">
135 {COUNT, plural,
136 =0 {&amp;Open All}
137 =1 {&amp;Open Bookmark}
dpapad63ba6c82020-09-22 11:26:29138 other {&amp;Open All ({COUNT})}}
paezagonc32cfc7c2017-04-20 17:16:13139 </message>
140 <message name="IDS_BOOKMARK_BAR_OPEN_ALL_COUNT_NEW_WINDOW" desc="In Title Case: Menu title for opening all urls in a bookmark folder in a new window">
141 {COUNT, plural,
142 =0 {Open All in &amp;New Window}
143 =1 {Open in &amp;New Window}
dpapad63ba6c82020-09-22 11:26:29144 other {Open All ({COUNT}) in &amp;New Window}}
paezagonc32cfc7c2017-04-20 17:16:13145 </message>
Ramin Halavati0774a162021-04-28 16:14:02146 <message name="IDS_BOOKMARK_BAR_OPEN_ALL_COUNT_INCOGNITO" desc="In Title Case: Menu description for opening all urls in a bookmark folder in an Incognito window">
paezagonc32cfc7c2017-04-20 17:16:13147 {COUNT, plural,
148 =0 {Open All in &amp;Incognito Window}
149 =1 {Open in &amp;Incognito Window}
dpapad63ba6c82020-09-22 11:26:29150 other {Open All ({COUNT}) in &amp;Incognito Window}}
paezagonc32cfc7c2017-04-20 17:16:13151 </message>
Alyssa Frederick96be9572021-07-30 22:20:25152 <message name="IDS_BOOKMARK_BAR_OPEN_ALL_COUNT_NEW_TAB_GROUP" desc="In Title Case: Menu title for opening all urls in a bookmark folder in a new group">
153 {COUNT, plural,
154 =0 {Open All in &amp;New Tab Group}
155 =1 {Open in &amp;New Tab Group}
156 other {Open All ({COUNT}) in &amp;New Tab Group}}
157 </message>
[email protected]0cea0ad22013-04-03 09:02:11158 <message name="IDS_BOOKMARK_BAR_OPEN_IN_NEW_TAB" desc="In Title Case: Menu description for loading bookmark in a new tab">
159 &amp;Open in New Tab
160 </message>
161 <message name="IDS_BOOKMARK_BAR_OPEN_IN_NEW_WINDOW" desc="In Title Case: Menu description for loading bookmark in a new window">
162 Open in &amp;New Window
163 </message>
Ramin Halavati0774a162021-04-28 16:14:02164 <message name="IDS_BOOKMARK_BAR_OPEN_INCOGNITO" desc="In Title Case: Menu description for opening bookmark in Incognito window">
[email protected]0cea0ad22013-04-03 09:02:11165 Open in &amp;Incognito Window
166 </message>
167 <message name="IDS_BOOKMARK_BAR_EDIT" desc="In Title Case: Title of the bookmark context menu item that brings up the bookmark editor">
168 &amp;Edit...
169 </message>
170 <message name="IDS_BOOKMARK_BAR_RENAME_FOLDER" desc="In Title Case: Title of the bookmark context menu item that brings up a dialog to rename a folder">
171 &amp;Rename...
172 </message>
173 <message name="IDS_BOOKMARK_BAR_REMOVE" desc="In Title Case: Menu title for removing/unstarring a bookmark">
174 &amp;Delete
175 </message>
176 <message name="IDS_BOOKMARK_BAR_ADD_NEW_BOOKMARK" desc="In Title Case: Menu title for adding a new bookmark entry">
177 Add Pa&amp;ge...
178 </message>
179 <message name="IDS_BOOKMARK_BAR_NEW_FOLDER" desc="In Title Case: Menu title for adding a new folder">
180 Add &amp;Folder...
181 </message>
[email protected]bbdbafe2013-05-23 01:40:34182 <if expr="not is_android">
183 <message name="IDS_SHOW_BOOKMARK_BAR" desc="In Title Case: The toggle to show the bookmark bar">
184 &amp;Show Bookmarks Bar
185 </message>
Keren Zhu350cefa02023-04-21 18:27:55186 <message name="IDS_HIDE_BOOKMARK_BAR" desc="The toggle to hide the bookmark bar">
187 &amp;Hide Bookmarks Bar
188 </message>
[email protected]bbdbafe2013-05-23 01:40:34189 </if>
[email protected]0cea0ad22013-04-03 09:02:11190 </if>
dbeam331ef7f2016-06-25 01:07:46191 <message name="IDS_BOOKMARK_BAR_SHOULD_OPEN_ALL" desc="Message in the message box shown if user asks to open a lot of bookmarks in a folder. The number will always be 15 or more.">
192 Are you sure you want to open <ph name="TAB_COUNT">$1<ex>20</ex></ph> tabs?
[email protected]0cea0ad22013-04-03 09:02:11193 </message>
194 <!-- End of Bookmarks Bar Context Menu strings. -->
195
196 <!-- Begin of Bookmarks Bubble strings. -->
Peter Boström7a7e32a32018-02-15 14:47:53197 <message name="IDS_BOOKMARK_BUBBLE_PAGE_BOOKMARKED" desc="Title of the bubble after bookmarking a page.">
198 Bookmark added
199 </message>
[email protected]0cea0ad22013-04-03 09:02:11200 <message name="IDS_BOOKMARK_BUBBLE_PAGE_BOOKMARK" desc="Title of the bubble when re-clicking on a bookmark">
[email protected]0f22b0c2013-11-22 22:18:59201 Edit bookmark
202 </message>
Matt Jonese187fd7e2023-08-09 21:09:05203 <message name="IDS_BOOKMARK_BUBBLE_EDIT_BOOKMARK" desc="Title of the button for editing the bookmark">
204 Edit
205 </message>
Elizabeth Popova06a8add2021-07-29 23:14:05206 <message name="IDS_BOOKMARK_BUBBLE_NAME_LABEL" desc="Text preceding the title of the page that was bookmarked" meaning="Name of an inanimate object">
Trent Aptedfd934b32017-09-07 07:58:34207 Name
[email protected]0cea0ad22013-04-03 09:02:11208 </message>
Matt Jonese187fd7e2023-08-09 21:09:05209 <message name="IDS_BOOKMARK_BUBBLE_SAVED_TO" desc="Text notifying a user which folder their bookmark was saved to.">
210 This page is saved to <ph name="BOOKMARK_FOLDER">$1<ex>All Bookmarks</ex></ph>
211 </message>
taptedf9f29202017-05-31 06:59:30212 <message name="IDS_BOOKMARK_AX_BUBBLE_NAME_LABEL" desc="Text preceding the title of the page that was bookmarked, read by spoken feedback">
[email protected]0f22b0c2013-11-22 22:18:59213 Bookmark name
214 </message>
taptedf9f29202017-05-31 06:59:30215 <message name="IDS_BOOKMARK_BUBBLE_FOLDER_LABEL" desc="Text preceding the folder selector">
Trent Aptedfd934b32017-09-07 07:58:34216 Folder
[email protected]0cea0ad22013-04-03 09:02:11217 </message>
taptedf9f29202017-05-31 06:59:30218 <message name="IDS_BOOKMARK_AX_BUBBLE_FOLDER_LABEL" desc="Text preceding the folder selector">
[email protected]0f22b0c2013-11-22 22:18:59219 Bookmark folder
220 </message>
[email protected]018d09d62014-02-19 20:48:15221 <if expr="not use_titlecase">
Peter Boström9f49e262018-02-22 01:05:32222 <message name="IDS_BOOKMARK_BUBBLE_OPTIONS" desc="Title of the button the user can click to go to a more advanced bookmark editor">
Peter Boström78f791e2018-02-23 23:28:57223 More...
Trent Aptede1724572017-10-12 12:45:55224 </message>
Peter Boström7a7e32a32018-02-15 14:47:53225 <message name="IDS_BOOKMARK_BUBBLE_CHOOSER_ANOTHER_FOLDER" desc="Text in the combobox allowing the user to choose another folder (by bringing up the editor).">
[email protected]0cea0ad22013-04-03 09:02:11226 Choose another folder...
227 </message>
228 </if>
[email protected]018d09d62014-02-19 20:48:15229 <if expr="use_titlecase">
Peter Boström9f49e262018-02-22 01:05:32230 <message name="IDS_BOOKMARK_BUBBLE_OPTIONS" desc="In Title Case: Title of the button the user can click to go to a more advanced bookmark editor">
Peter Boström78f791e2018-02-23 23:28:57231 More...
Trent Aptede1724572017-10-12 12:45:55232 </message>
Peter Boström7a7e32a32018-02-15 14:47:53233 <message name="IDS_BOOKMARK_BUBBLE_CHOOSER_ANOTHER_FOLDER" desc="In Title Case: Text in the combobox allowing the user to choose another folder (by bringing up the editor).">
[email protected]0cea0ad22013-04-03 09:02:11234 Choose Another Folder...
235 </message>
236 </if>
237 <!-- End of Bookmarks Bubble strings. -->
238
Mihai Sardarescu0d3f1a92018-01-19 10:50:19239 <!-- Begin of Bookmarks Sync Promo strings for Desktop Identity Consistency. -->
Mihai Sardarescu0d3f1a92018-01-19 10:50:19240 <message name="IDS_BOOKMARK_DICE_PROMO_SYNC_MESSAGE" desc="Text of the sync promo displayed at the bottom of the bookmark bubble asking the user to enable sync.">
241 To get your bookmarks on all your devices, turn on sync.
242 </message>
243 <!-- End of Bookmarks Sync Promo strings for Desktop Identity Consistency. -->
244
mrefaat633b36592017-03-31 00:08:58245 <!-- Begin of Desktop to iOS Promo strings. -->
246 <if expr="is_win">
247 <message name="IDS_BOOKMARK_BUBBLE_DESKTOP_TO_IOS_PROMO_TITLE" desc="Title for Chrome iOS promotion appearing in the bookmark bubble after a bookmark is saved.">
248 Sync this bookmark to your iPhone
249 </message>
250 <message name="IDS_BOOKMARK_BUBBLE_DESKTOP_TO_IOS_PROMO_TITLE_V2" desc="Title for Chrome iOS promotion appearing in the bookmark bubble after a bookmark is saved.">
251 Get this bookmark on your iPhone
252 </message>
253 <message name="IDS_BOOKMARK_BUBBLE_DESKTOP_TO_IOS_PROMO_TITLE_V3" desc="Title for Chrome iOS promotion appearing in the bookmark bubble after a bookmark is saved.">
254 Share this bookmark with your iPhone
255 </message>
mrefaat862a2612017-05-25 07:03:16256 <message name="IDS_BOOKMARK_FOOTNOTE_DESKTOP_TO_IOS_PROMO_MESSAGE" desc="Text of the Chrome iOS promotion displayed at the bottom of the bookmark bubble.">
257 To get your bookmarks on your mobile device, <ph name="GET_IOS_APP_LINK">$1<ex>get the application on your iPhone</ex></ph>.
258 </message>
mrefaat633b36592017-03-31 00:08:58259 </if>
260 <!-- End of Desktop to iOS Promo strings. -->
261
[email protected]0cea0ad22013-04-03 09:02:11262 <!-- Begin of Bookmark Editor strings. -->
Elizabeth Popova06a8add2021-07-29 23:14:05263 <message name="IDS_BOOKMARK_EDITOR_NAME_LABEL" desc="Label shown before the title/name of the URL." meaning="Name of an inanimate object">
Trent Aptede1724572017-10-12 12:45:55264 Name
[email protected]0cea0ad22013-04-03 09:02:11265 </message>
[email protected]0f22b0c2013-11-22 22:18:59266 <message name="IDS_BOOKMARK_AX_EDITOR_NAME_LABEL" desc="Spoken text for bookmark name text field in edit folder dialog">
267 Bookmark name
268 </message>
[email protected]cede1162014-05-16 01:31:33269 <if expr="is_macosx">
270 <message name="IDS_BOOKMARK_BAR_EDIT_FOLDER_LABEL" desc="Title of label before text field in edit folder dialog">
271 Name:
272 </message>
273 </if>
[email protected]0f22b0c2013-11-22 22:18:59274 <message name="IDS_BOOKMARK_AX_EDITOR_URL_LABEL" desc="Spoken text for bookmark URL text field in edit folder dialog.">
275 Bookmark URL
276 </message>
[email protected]0cea0ad22013-04-03 09:02:11277 <message name="IDS_BOOKMARK_EDITOR_URL_LABEL" desc="Label shown before the URL.">
Trent Aptede1724572017-10-12 12:45:55278 URL
[email protected]0cea0ad22013-04-03 09:02:11279 </message>
jshinbccecf32016-06-03 02:59:58280 <message name="IDS_BOOKMARK_EDITOR_CONFIRM_DELETE" desc="The message shown in the dialog asking the user to confirm deleting a folder. [ICU Syntax]">
281 {NUM_BOOKMARKS, plural,
282 =1 {This folder contains a bookmark. Are you sure you want to delete it?}
agabledca42152016-06-14 18:19:34283 other {This folder contains # bookmarks. Are you sure you want to delete it?}}
[email protected]0cea0ad22013-04-03 09:02:11284 </message>
[email protected]018d09d62014-02-19 20:48:15285 <if expr="not use_titlecase">
Trent Aptede1724572017-10-12 12:45:55286 <message name="IDS_BOOKMARK_EDITOR_NEW_FOLDER_BUTTON" desc="Text on the new folder button.">
287 New folder
288 </message>
289 <message name="IDS_BOOKMARK_EDITOR_NEW_FOLDER_MENU_ITEM" desc="Text on the new folder context menu item.">
290 &amp;New folder
291 </message>
292 <message name="IDS_BOOKMARK_FOLDER_EDITOR_WINDOW_TITLE" desc="Window title of editor for bookmark folders">
293 Edit folder name
294 </message>
295 <message name="IDS_BOOKMARK_FOLDER_EDITOR_WINDOW_TITLE_NEW" desc="Window title of editor for new bookmark folders">
296 New folder
297 </message>
Emily Shackcd10e6f42022-07-13 16:05:24298 <message name="IDS_UNNAMED_BOOKMARK_FOLDER" desc="Tooltip for unnamed bookmark folders">
299 Unnamed folder
300 </message>
[email protected]b43f7692013-05-30 19:23:14301 <message name="IDS_BOOKMARK_ALL_TABS_DIALOG_TITLE" desc="The title of the Bookmark All Tabs dialog.">
302 Bookmark all tabs
303 </message>
304 </if>
[email protected]018d09d62014-02-19 20:48:15305 <if expr="use_titlecase">
Trent Aptede1724572017-10-12 12:45:55306 <message name="IDS_BOOKMARK_EDITOR_NEW_FOLDER_BUTTON" desc="In Title Case: Text on the new folder button.">
307 New Folder
308 </message>
309 <message name="IDS_BOOKMARK_EDITOR_NEW_FOLDER_MENU_ITEM" desc="In Title Case: Text on the new folder context menu item.">
310 &amp;New Folder
311 </message>
312 <message name="IDS_BOOKMARK_FOLDER_EDITOR_WINDOW_TITLE" desc="In Title Case: Window title of editor for bookmark folders">
313 Edit Folder Name
314 </message>
315 <message name="IDS_BOOKMARK_FOLDER_EDITOR_WINDOW_TITLE_NEW" desc="In Title Case: Window title of editor for new bookmark folders">
316 New Folder
317 </message>
Emily Shackcd10e6f42022-07-13 16:05:24318 <message name="IDS_UNNAMED_BOOKMARK_FOLDER" desc="In Title Case: Tooltip for unnamed bookmark folders">
319 Unnamed Folder
320 </message>
[email protected]b43f7692013-05-30 19:23:14321 <message name="IDS_BOOKMARK_ALL_TABS_DIALOG_TITLE" desc="In Title Case: The title of the Bookmark All Tabs dialog.">
322 Bookmark All Tabs
323 </message>
324 </if>
[email protected]0cea0ad22013-04-03 09:02:11325 <!-- End of Bookmarks Editor strings. -->
326
[email protected]0cea0ad22013-04-03 09:02:11327 <!-- Begin of Bookmarks Manager strings. -->
328 <message name="IDS_BOOKMARK_MANAGER_TITLE" desc="Title of the bookmark manager window.">
John Lee21215e12019-01-18 01:40:30329 Bookmarks
[email protected]0cea0ad22013-04-03 09:02:11330 </message>
331 <message name="IDS_BOOKMARK_MANAGER_SEARCH_BUTTON" desc="Title of the button in the bookmark manager that triggers a search">
332 Search bookmarks
333 </message>
[email protected]018d09d62014-02-19 20:48:15334 <if expr="not use_titlecase">
[email protected]0cea0ad22013-04-03 09:02:11335 <message name="IDS_BOOKMARK_MANAGER" desc="The label of the menu item that shows the bookmark manager">
336 &amp;Bookmark manager
337 </message>
[email protected]df39fba2013-06-13 23:08:19338 <message name="IDS_BOOKMARK_MANAGER_ORGANIZE_MENU" desc="Title of the organize menu in the bookmark manager.">
339 Organize
340 </message>
[email protected]0cea0ad22013-04-03 09:02:11341 <message name="IDS_BOOKMARK_MANAGER_INVALID_URL" desc="Error message to display when the user tries to edit or create a bookmark with an invalid URL.">
Tim Sergeantab16faa2017-07-28 00:48:18342 Invalid URL
[email protected]0cea0ad22013-04-03 09:02:11343 </message>
[email protected]0cea0ad22013-04-03 09:02:11344 </if>
[email protected]018d09d62014-02-19 20:48:15345 <if expr="use_titlecase">
[email protected]0cea0ad22013-04-03 09:02:11346 <message name="IDS_BOOKMARK_MANAGER" desc="In Title Case: The label of the menu item that shows the bookmark manager">
347 &amp;Bookmark Manager
348 </message>
[email protected]df39fba2013-06-13 23:08:19349 <message name="IDS_BOOKMARK_MANAGER_ORGANIZE_MENU" desc="In Title Case: Title of the organize menu in the bookmark manager.">
350 Organize
351 </message>
[email protected]0cea0ad22013-04-03 09:02:11352 <message name="IDS_BOOKMARK_MANAGER_INVALID_URL" desc="In Title Case: Error message to display when the user tries to edit or create a bookmark with an invalid URL.">
353 Invalid URL.
354 </message>
[email protected]0cea0ad22013-04-03 09:02:11355 </if>
thakis993006d92016-06-15 13:51:23356 <message name="IDS_EXPORT_BOOKMARKS_DEFAULT_FILENAME" desc="Filename that pre-populates the filename field when user attempts to export their bookmarks from Bookmark Manager.">
[email protected]bbdbafe2013-05-23 01:40:34357 bookmarks_<ph name="DATESTAMP">$1<ex>02_11_11</ex></ph>.html
358 </message>
John Lee21215e12019-01-18 01:40:30359 <message name="IDS_BOOKMARK_MANAGER_ADD_BOOKMARK_TITLE" desc="Title of the dialog in the bookmark manager that creates a new bookmark.">
tsergeant85e49fa2017-04-05 07:40:08360 Add bookmark
361 </message>
John Lee21215e12019-01-18 01:40:30362 <message name="IDS_BOOKMARK_MANAGER_ADD_FOLDER_TITLE" desc="Title of the dialog in the bookmark manager that creates a new bookmark folder.">
tsergeant85e49fa2017-04-05 07:40:08363 Add folder
364 </message>
John Lee21215e12019-01-18 01:40:30365 <message name="IDS_BOOKMARK_MANAGER_CLEAR_SEARCH" desc="Title of the button in the bookmark manager that stops a search.">
angelayang1d4faef2016-12-30 04:08:57366 Clear search
367 </message>
John Lee21215e12019-01-18 01:40:30368 <message name="IDS_BOOKMARK_MANAGER_EMPTY_LIST" desc="The message shown when the user has no bookmarks added. 'Star' refers to the icon in the omnibox for adding to bookmarks.">
scottchenc32f05f2017-06-02 00:25:28369 To bookmark pages, click the star in the address bar
angelayang2d7aaa52017-01-09 04:02:09370 </message>
John Lee21215e12019-01-18 01:40:30371 <message name="IDS_BOOKMARK_MANAGER_EMPTY_UNMODIFIABLE_LIST" desc="The message shown when an unmodifiable bookmark folder is empty.">
Ayush Khandelwal70eaf832018-02-23 04:09:11372 This folder is empty
373 </message>
John Lee21215e12019-01-18 01:40:30374 <message name="IDS_BOOKMARK_MANAGER_FOLDER_LABEL" desc="Label for a folder of bookmarks which is used to label folders for screen reader users.">
Christopher Lam2c6d8c32017-08-30 07:48:14375 Folder
376 </message>
John Lee21215e12019-01-18 01:40:30377 <message name="IDS_BOOKMARK_MANAGER_FOLDER_RENAME_TITLE" desc="Title of the bookmark editor window when editing folders.">
Christopher Lam2c6d8c32017-08-30 07:48:14378 Rename folder
angelayang1dc12892017-02-07 05:33:13379 </message>
John Lee21215e12019-01-18 01:40:30380 <message name="IDS_BOOKMARK_MANAGER_FOLDER_LIST_CHANGED" desc="Message announced by screenreaders when the bookmark list changes.">
Christopher Lam94c14682017-09-05 02:59:29381 {COUNT, plural,
382 =1 {1 item in bookmark list}
dpapad63ba6c82020-09-22 11:26:29383 other {{COUNT} items in bookmark list}}
Christopher Lam94c14682017-09-05 02:59:29384 </message>
John Lee21215e12019-01-18 01:40:30385 <message name="IDS_BOOKMARK_MANAGER_LIST_AX_LABEL" desc="Spoken feedback for focusing the bookmark list.">
Christopher Lam4e90d2a2017-09-14 05:03:25386 Bookmark list
387 </message>
John Lee21215e12019-01-18 01:40:30388 <message name="IDS_BOOKMARK_MANAGER_MENU_ADD_BOOKMARK" desc="Title of the bookmark toolbar dropdown menu item that adds a new bookmark.">
angelayang1d4faef2016-12-30 04:08:57389 Add new bookmark
390 </message>
John Lee21215e12019-01-18 01:40:30391 <message name="IDS_BOOKMARK_MANAGER_MENU_ADD_FOLDER" desc="Title of the bookmark toolbar dropdown menu item that adds a new folder.">
angelayang1d4faef2016-12-30 04:08:57392 Add new folder
393 </message>
Hector Carmonad1223622019-08-27 19:44:09394 <message name="IDS_BOOKMARK_MANAGER_MENU_CUT" desc="Title of the bookmark dropdown menu item that cuts one or more bookmarks.">
395 Cut
396 </message>
397 <message name="IDS_BOOKMARK_MANAGER_MENU_COPY" desc="Title of the bookmark dropdown menu item that copies one or more bookmarks.">
398 Copy
399 </message>
Hector Carmonad1223622019-08-27 19:44:09400 <message name="IDS_BOOKMARK_MANAGER_MENU_PASTE" desc="Title of the bookmark dropdown menu item that pastes one or more bookmarks.">
401 Paste
402 </message>
John Lee21215e12019-01-18 01:40:30403 <message name="IDS_BOOKMARK_MANAGER_MENU_EXPORT" desc="Title of the bookmark toolbar dropdown menu item that exports bookmarks.">
Christopher Lam34be14992018-01-17 11:01:28404 Export bookmarks
405 </message>
John Lee21215e12019-01-18 01:40:30406 <message name="IDS_BOOKMARK_MANAGER_MENU_HELP_CENTER" desc="Title of the bookmark toolbar dropdown menu item that opens the help center.">
Christopher Lam34be14992018-01-17 11:01:28407 Help center
angelayang1d4faef2016-12-30 04:08:57408 </message>
John Lee21215e12019-01-18 01:40:30409 <message name="IDS_BOOKMARK_MANAGER_MENU_IMPORT" desc="Title of the bookmark toolbar dropdown menu item that imports bookmarks.">
Christopher Lam34be14992018-01-17 11:01:28410 Import bookmarks
angelayang1d4faef2016-12-30 04:08:57411 </message>
John Lee4513949a2021-07-13 02:12:08412 <message name="IDS_BOOKMARK_MANAGER_MENU_IMPORT_BEGAN" desc="Accessibility text for after the user selects bookmarks to import.">
413 Importing bookmarks...
414 </message>
415 <message name="IDS_BOOKMARK_MANAGER_MENU_IMPORT_ENDED" desc="Accessibility text for after the bookmarks manager has finished importing bookmarks.">
416 Bookmarks imported.
417 </message>
John Lee21215e12019-01-18 01:40:30418 <message name="IDS_BOOKMARK_MANAGER_MENU_OPEN_ALL" desc="Menu title for opening all urls in a bookmark folder">
dpapadc5e234c2020-09-23 21:31:55419 Open all
420 </message>
421 <message name="IDS_BOOKMARK_MANAGER_MENU_OPEN_ALL_WITH_COUNT" desc="Menu title for opening all urls in a bookmark folder, which includes a count of urls">
422 Open all (<ph name="URL_COUNT">$1<ex>5</ex></ph>)
Tim Sergeantab16faa2017-07-28 00:48:18423 </message>
John Lee21215e12019-01-18 01:40:30424 <message name="IDS_BOOKMARK_MANAGER_MENU_OPEN_ALL_NEW_WINDOW" desc="Menu title for opening all urls in a bookmark folder in a new window">
Tim Sergeantab16faa2017-07-28 00:48:18425 Open all in new window
426 </message>
dpapadc5e234c2020-09-23 21:31:55427 <message name="IDS_BOOKMARK_MANAGER_MENU_OPEN_ALL_NEW_WINDOW_WITH_COUNT" desc="Menu title for opening all urls in a bookmark folder in a new window, which includes a count of urls">
428 Open all (<ph name="URL_COUNT">$1<ex>5</ex></ph>) in new window
429 </message>
Ramin Halavati0774a162021-04-28 16:14:02430 <message name="IDS_BOOKMARK_MANAGER_MENU_OPEN_ALL_INCOGNITO" desc="Menu description for opening all urls in a bookmark folder in an Incognito window">
431 Open all in Incognito window
Tim Sergeantab16faa2017-07-28 00:48:18432 </message>
Ramin Halavati0774a162021-04-28 16:14:02433 <message name="IDS_BOOKMARK_MANAGER_MENU_OPEN_ALL_INCOGNITO_WITH_COUNT" desc="Menu description for opening all urls in a bookmark folder in an Incognito window, which includes a count of urls">
434 Open all (<ph name="URL_COUNT">$1<ex>5</ex></ph>) in Incognito window
dpapadc5e234c2020-09-23 21:31:55435 </message>
Emily Shack160136df2023-03-28 23:01:55436 <message name="IDS_BOOKMARK_MANAGER_MENU_OPEN_ALL_NEW_TAB_GROUP_WITH_COUNT" desc="Menu description for opening all urls in a bookmark folder in a new tab group, which includes a count of urls">
437 Open all (<ph name="URL_COUNT">$1<ex>5</ex></ph>) in new tab group
438 </message>
John Lee21215e12019-01-18 01:40:30439 <message name="IDS_BOOKMARK_MANAGER_MENU_OPEN_IN_NEW_TAB" desc="Menu description for opening a bookmark in a new tab">
Tim Sergeantab16faa2017-07-28 00:48:18440 Open in new tab
441 </message>
John Lee21215e12019-01-18 01:40:30442 <message name="IDS_BOOKMARK_MANAGER_MENU_OPEN_IN_NEW_WINDOW" desc="Menu description for opening a bookmark in a new window">
Tim Sergeantab16faa2017-07-28 00:48:18443 Open in new window
444 </message>
Ramin Halavati0774a162021-04-28 16:14:02445 <message name="IDS_BOOKMARK_MANAGER_MENU_OPEN_INCOGNITO" desc="Menu description for opening a bookmark in Incognito window">
446 Open in Incognito window
Tim Sergeantab16faa2017-07-28 00:48:18447 </message>
Emily Shack160136df2023-03-28 23:01:55448 <message name="IDS_BOOKMARK_MANAGER_MENU_OPEN_IN_NEW_TAB_GROUP" desc="Menu description for opening a bookmark in a new tab group">
449 Open in new tab group
450 </message>
John Lee21215e12019-01-18 01:40:30451 <message name="IDS_BOOKMARK_MANAGER_MENU_RENAME" desc="Title of the bookmark list dropdown menu item that renames folders.">
angelayang1dc12892017-02-07 05:33:13452 Rename
453 </message>
John Lee21215e12019-01-18 01:40:30454 <message name="IDS_BOOKMARK_MANAGER_MENU_SHOW_IN_FOLDER" desc="The label of the menu item in the bookmark manager context menu that changes the selection in the tree to match the folder of the selected item in the list.">
Tim Sergeantab16faa2017-07-28 00:48:18455 Show in folder
456 </message>
John Lee21215e12019-01-18 01:40:30457 <message name="IDS_BOOKMARK_MANAGER_MENU_SORT" desc="Title of the bookmark toolbar dropdown menu item that sorts bookmarks by title.">
Christopher Lamf7e655e32017-08-30 02:46:26458 Sort by name
angelayang1d4faef2016-12-30 04:08:57459 </message>
John Lee21215e12019-01-18 01:40:30460 <message name="IDS_BOOKMARK_MANAGER_MORE_ACTIONS" desc="Tooltip of the button in the bookmark manager which shows an action menu for a bookmark, with actions like 'Edit' or 'Delete'">
Christopher Lam2c6d8c32017-08-30 07:48:14461 More actions
tsergeantdd2fc8cb2017-07-03 07:25:10462 </message>
John Lee21215e12019-01-18 01:40:30463 <message name="IDS_BOOKMARK_MANAGER_MORE_ACTIONS_AX_LABEL" desc="Spoken text for the button in the bookmark manager which shows an action menu for a bookmark, with actions like 'Edit' or 'Delete'">
Christopher Lam4e90d2a2017-09-14 05:03:25464 More actions for <ph name="BOOKMARK_NAME">$1<ex>Bookmark X</ex></ph>
465 </message>
Hector Carmona5e0a5552019-08-29 19:52:24466 <message name="IDS_BOOKMARK_MANAGER_MORE_ACTIONS_MULTI_AX_LABEL" desc="Spoken text for the button in the bookmark manager which shows an action menu for multiple selected bookmarks, with actions like 'Cut' or 'Delete'">
467 More actions for selected items
468 </message>
John Lee21215e12019-01-18 01:40:30469 <message name="IDS_BOOKMARK_MANAGER_OPEN_DIALOG_TITLE" desc="Title of the dialog confirming whether a large number of bookmarks should be opened.">
tsergeant7fb9e13f2017-06-26 06:35:19470 Open selected items
471 </message>
John Lee21215e12019-01-18 01:40:30472 <message name="IDS_BOOKMARK_MANAGER_OPEN_DIALOG_CONFIRM" desc="Label for the button to confirm opening a large number of bookmarks.">
tsergeant7fb9e13f2017-06-26 06:35:19473 Open
474 </message>
John Lee21215e12019-01-18 01:40:30475 <message name="IDS_BOOKMARK_MANAGER_ITEMS_SELECTED" desc="Label displayed in bookmark manager toolbar telling the user how many items they have selected.">
tsergeant92e0de602017-04-27 04:46:16476 <ph name="NUMBER_OF_ITEMS_SELECTED">$1</ph> selected
477 </message>
John Lee3e46b102020-12-08 21:06:44478 <message name="IDS_BOOKMARK_MANAGER_ITEMS_UNSELECTED" desc="Message screen readers read out when unselecting all bookmarks and folders.">
479 All items unselected, selection mode exited.
480 </message>
John Lee21215e12019-01-18 01:40:30481 <message name="IDS_BOOKMARK_MANAGER_SIDEBAR_AX_LABEL" desc="Message announced by screenreaders for the bookmark manager sidebar.">
Christopher Lam4e90d2a2017-09-14 05:03:25482 Bookmark folder tree
483 </message>
John Lee21215e12019-01-18 01:40:30484 <message name="IDS_BOOKMARK_MANAGER_TOAST_FOLDER_SORTED" desc="Label displayed in toast popup message when a folder's children are sorted.">
calamityefe477352017-06-07 06:44:58485 Folder sorted
486 </message>
John Lee21215e12019-01-18 01:40:30487 <message name="IDS_BOOKMARK_MANAGER_TOAST_ITEM_DELETED" desc="Label displayed in toast popup message when a single item is deleted.">
Christopher Lamf7e655e32017-08-30 02:46:26488 '<ph name="DELETED_ITEM_NAME">$1<ex>Bookmark X</ex></ph>' deleted
Christopher Lam75ca9102017-07-18 02:15:18489 </message>
John Lee21215e12019-01-18 01:40:30490 <message name="IDS_BOOKMARK_MANAGER_TOAST_ITEMS_DELETED" desc="Label displayed in toast popup message when two or more items are deleted.">
calamityefe477352017-06-07 06:44:58491 {COUNT, plural,
Christopher Lamf5d2e3db2017-07-19 05:20:28492 =1 {1 bookmark deleted}
dpapad63ba6c82020-09-22 11:26:29493 other {{COUNT} bookmarks deleted}}
calamityefe477352017-06-07 06:44:58494 </message>
John Lee21215e12019-01-18 01:40:30495 <message name="IDS_BOOKMARK_MANAGER_TOAST_ITEM_COPIED" desc="Label displayed in toast popup message when a single item is copied.">
Christopher Lam75ca9102017-07-18 02:15:18496 '<ph name="COPIED_ITEM_NAME">$1<ex>Bookmark X</ex></ph>' copied
497 </message>
John Lee21215e12019-01-18 01:40:30498 <message name="IDS_BOOKMARK_MANAGER_TOAST_ITEMS_COPIED" desc="Label displayed in a toast popup message when two or more bookmark items are copied">
tsergeantb7253e92017-07-04 02:59:22499 {COUNT, plural,
Christopher Lamf5d2e3db2017-07-19 05:20:28500 =1 {1 item copied}
dpapad63ba6c82020-09-22 11:26:29501 other {{COUNT} items copied}}
tsergeantb7253e92017-07-04 02:59:22502 </message>
John Lee21215e12019-01-18 01:40:30503 <!-- End of Bookmarks Manager strings. -->
angelayang1d4faef2016-12-30 04:08:57504
[email protected]bbdbafe2013-05-23 01:40:34505 <!-- Begin of Bookmarks Menu (in the Main Menu) strings. -->
506 <message name="IDS_BOOKMARKS_MENU" desc="The title of the Bookmarks menu in the Main menu and in the Mac menu bar.">
[email protected]0cea0ad22013-04-03 09:02:11507 &amp;Bookmarks
508 </message>
[email protected]018d09d62014-02-19 20:48:15509 <if expr="not use_titlecase">
Keren Zhu350cefa02023-04-21 18:27:55510 <message name="IDS_BOOKMARKS_AND_LISTS_MENU" desc="The title of the 'Bookmarks and lists' menu in the App Menu.">
511 &amp;Bookmarks and lists
512 </message>
513 </if>
514 <if expr="use_titlecase">
515 <message name="IDS_BOOKMARKS_AND_LISTS_MENU" desc="The title of the 'Bookmarks and lists' menu in the App Menu.">
516 &amp;Bookmarks and Lists
517 </message>
518 </if>
519 <if expr="not use_titlecase">
520 <message name="IDS_SHOW_BOOKMARK_SIDE_PANEL" desc="Title of the menu item that opens the bookmark side panel.">
521 Show all bookmarks
522 </message>
523 </if>
524 <if expr="use_titlecase">
525 <message name="IDS_SHOW_BOOKMARK_SIDE_PANEL" desc="Title of the menu item that opens the bookmark side panel.">
526 Show All Bookmarks
527 </message>
528 </if>
529 <if expr="not use_titlecase">
Peter Kasting32bb2602019-08-22 19:01:43530 <message name="IDS_BOOKMARK_THIS_TAB" desc="Title of the menu item that bookmarks the current tab.">
531 Bookmark this tab...
[email protected]4a9bde42013-04-06 10:43:35532 </message>
533 </if>
[email protected]018d09d62014-02-19 20:48:15534 <if expr="use_titlecase">
Peter Kasting32bb2602019-08-22 19:01:43535 <message name="IDS_BOOKMARK_THIS_TAB" desc="In Title Case: Title of the menu item that bookmarks the current tab.">
536 Bookmark This Tab...
[email protected]4a9bde42013-04-06 10:43:35537 </message>
538 </if>
[email protected]018d09d62014-02-19 20:48:15539 <if expr="not use_titlecase">
Peter Kasting32bb2602019-08-22 19:01:43540 <message name="IDS_BOOKMARK_ALL_TABS" desc="Title of the menu item that bookmarks all the tabs opened in this window.">
541 Bookmark all tabs...
[email protected]d4510b72013-05-21 03:36:31542 </message>
543 </if>
[email protected]018d09d62014-02-19 20:48:15544 <if expr="use_titlecase">
Peter Kasting32bb2602019-08-22 19:01:43545 <message name="IDS_BOOKMARK_ALL_TABS" desc="In Title Case: Title of the menu item that bookmarks all the tabs opened in this window.">
546 Bookmark All Tabs...
[email protected]d4510b72013-05-21 03:36:31547 </message>
548 </if>
Keren Zhu350cefa02023-04-21 18:27:55549 <message name="IDS_BOOKMARKS_LIST_TITLE" desc="Title of the bookmarks list in App Menu's Bookmark submenu">
550 Bookmarks
551 </message>
[email protected]bbdbafe2013-05-23 01:40:34552 <!-- End of Bookmarks Menu (in the Main Menu) strings. -->
[email protected]0cea0ad22013-04-03 09:02:11553
sdefresne3ff36a442016-02-08 18:39:40554 <!-- Begin of Bookmark Star button strings. -->
Peter Kasting32bb2602019-08-22 19:01:43555 <message name="IDS_TOOLTIP_STARRED" desc="The tooltip shown when you hover the star button in the right side of the location bar and the current tab is bookmarked.">
556 Edit bookmark for this tab
[email protected]d97af772013-04-22 17:27:46557 </message>
558 <!-- End of Bookmark Star button strings. -->
559
John Lee52fe17b2021-12-01 08:40:32560 <!-- Begin of screen reader message strings. -->
Emily Shacke2dc8fe2023-05-17 20:02:18561 <message name="IDS_BOOKMARK_SCREEN_READER_CREATED" is_accessibility_with_no_ui="true" desc="Screen reader message that is read when a bookmark is created.">
562 '<ph name="BOOKMARK_TITLE">$1<ex>Google</ex></ph>' bookmark created.
563 </message>
564 <message name="IDS_BOOKMARK_SCREEN_READER_FOLDER_CREATED" is_accessibility_with_no_ui="true" desc="Screen reader message that is read when a bookmark folder is created.">
565 '<ph name="BOOKMARK_TITLE">$1<ex>Google</ex></ph>' bookmark folder created.
John Lee52fe17b2021-12-01 08:40:32566 </message>
567 <message name="IDS_BOOKMARK_SCREEN_READER_REORDERED" desc="Screen reader message that is read when a bookmark is reordered.">
568 '<ph name="BOOKMARK_TITLE">$1<ex>Google</ex></ph>' moved.
569 </message>
570 <message name="IDS_BOOKMARK_SCREEN_READER_MOVED" desc="Screen reader message that is read when a bookmark is moved into a different folder.">
571 '<ph name="BOOKMARK_TITLE">$1<ex>Google</ex></ph>' moved into '<ph name="NEW_FOLDER_TITLE">$2<ex>Search engines</ex></ph>'.
572 </message>
573 <!-- End of screen reader message strings. -->
574
[email protected]0cea0ad22013-04-03 09:02:11575</grit-part>