blob: 7ab7c6ea09e1c8bf18c834678db80ff602e11dc3 [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>
125 </if>
[email protected]0cea0ad22013-04-03 09:02:11126 </if>
[email protected]018d09d62014-02-19 20:48:15127 <if expr="use_titlecase">
paezagonc32cfc7c2017-04-20 17:16:13128 <message name="IDS_BOOKMARK_BAR_OPEN_ALL" desc="In Title Case: Menu title for opening all urls in a bookmark folder">
129 &amp;Open All Bookmarks
130 </message>
paezagonc32cfc7c2017-04-20 17:16:13131 <message name="IDS_BOOKMARK_BAR_OPEN_ALL_COUNT" desc="In Title Case: Menu title for opening all urls in a bookmark folder">
132 {COUNT, plural,
133 =0 {&amp;Open All}
134 =1 {&amp;Open Bookmark}
dpapad63ba6c82020-09-22 11:26:29135 other {&amp;Open All ({COUNT})}}
paezagonc32cfc7c2017-04-20 17:16:13136 </message>
137 <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">
138 {COUNT, plural,
139 =0 {Open All in &amp;New Window}
140 =1 {Open in &amp;New Window}
dpapad63ba6c82020-09-22 11:26:29141 other {Open All ({COUNT}) in &amp;New Window}}
paezagonc32cfc7c2017-04-20 17:16:13142 </message>
Ramin Halavati0774a162021-04-28 16:14:02143 <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:13144 {COUNT, plural,
145 =0 {Open All in &amp;Incognito Window}
146 =1 {Open in &amp;Incognito Window}
dpapad63ba6c82020-09-22 11:26:29147 other {Open All ({COUNT}) in &amp;Incognito Window}}
paezagonc32cfc7c2017-04-20 17:16:13148 </message>
Alyssa Frederick96be9572021-07-30 22:20:25149 <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">
150 {COUNT, plural,
151 =0 {Open All in &amp;New Tab Group}
152 =1 {Open in &amp;New Tab Group}
153 other {Open All ({COUNT}) in &amp;New Tab Group}}
154 </message>
[email protected]0cea0ad22013-04-03 09:02:11155 <message name="IDS_BOOKMARK_BAR_OPEN_IN_NEW_TAB" desc="In Title Case: Menu description for loading bookmark in a new tab">
156 &amp;Open in New Tab
157 </message>
158 <message name="IDS_BOOKMARK_BAR_OPEN_IN_NEW_WINDOW" desc="In Title Case: Menu description for loading bookmark in a new window">
159 Open in &amp;New Window
160 </message>
Ramin Halavati0774a162021-04-28 16:14:02161 <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:11162 Open in &amp;Incognito Window
163 </message>
164 <message name="IDS_BOOKMARK_BAR_EDIT" desc="In Title Case: Title of the bookmark context menu item that brings up the bookmark editor">
165 &amp;Edit...
166 </message>
167 <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">
168 &amp;Rename...
169 </message>
170 <message name="IDS_BOOKMARK_BAR_REMOVE" desc="In Title Case: Menu title for removing/unstarring a bookmark">
171 &amp;Delete
172 </message>
173 <message name="IDS_BOOKMARK_BAR_ADD_NEW_BOOKMARK" desc="In Title Case: Menu title for adding a new bookmark entry">
174 Add Pa&amp;ge...
175 </message>
176 <message name="IDS_BOOKMARK_BAR_NEW_FOLDER" desc="In Title Case: Menu title for adding a new folder">
177 Add &amp;Folder...
178 </message>
[email protected]bbdbafe2013-05-23 01:40:34179 <if expr="not is_android">
180 <message name="IDS_SHOW_BOOKMARK_BAR" desc="In Title Case: The toggle to show the bookmark bar">
181 &amp;Show Bookmarks Bar
182 </message>
183 </if>
[email protected]0cea0ad22013-04-03 09:02:11184 </if>
dbeam331ef7f2016-06-25 01:07:46185 <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.">
186 Are you sure you want to open <ph name="TAB_COUNT">$1<ex>20</ex></ph> tabs?
[email protected]0cea0ad22013-04-03 09:02:11187 </message>
188 <!-- End of Bookmarks Bar Context Menu strings. -->
189
190 <!-- Begin of Bookmarks Bubble strings. -->
Peter Boström7a7e32a32018-02-15 14:47:53191 <message name="IDS_BOOKMARK_BUBBLE_PAGE_BOOKMARKED" desc="Title of the bubble after bookmarking a page.">
192 Bookmark added
193 </message>
[email protected]0cea0ad22013-04-03 09:02:11194 <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:59195 Edit bookmark
196 </message>
Elizabeth Popova06a8add2021-07-29 23:14:05197 <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:34198 Name
[email protected]0cea0ad22013-04-03 09:02:11199 </message>
taptedf9f29202017-05-31 06:59:30200 <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:59201 Bookmark name
202 </message>
taptedf9f29202017-05-31 06:59:30203 <message name="IDS_BOOKMARK_BUBBLE_FOLDER_LABEL" desc="Text preceding the folder selector">
Trent Aptedfd934b32017-09-07 07:58:34204 Folder
[email protected]0cea0ad22013-04-03 09:02:11205 </message>
taptedf9f29202017-05-31 06:59:30206 <message name="IDS_BOOKMARK_AX_BUBBLE_FOLDER_LABEL" desc="Text preceding the folder selector">
[email protected]0f22b0c2013-11-22 22:18:59207 Bookmark folder
208 </message>
[email protected]018d09d62014-02-19 20:48:15209 <if expr="not use_titlecase">
Peter Boström9f49e262018-02-22 01:05:32210 <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:57211 More...
Trent Aptede1724572017-10-12 12:45:55212 </message>
Peter Boström7a7e32a32018-02-15 14:47:53213 <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:11214 Choose another folder...
215 </message>
216 </if>
[email protected]018d09d62014-02-19 20:48:15217 <if expr="use_titlecase">
Peter Boström9f49e262018-02-22 01:05:32218 <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:57219 More...
Trent Aptede1724572017-10-12 12:45:55220 </message>
Peter Boström7a7e32a32018-02-15 14:47:53221 <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:11222 Choose Another Folder...
223 </message>
224 </if>
225 <!-- End of Bookmarks Bubble strings. -->
226
Mihai Sardarescu0d3f1a92018-01-19 10:50:19227 <!-- Begin of Bookmarks Sync Promo strings for Desktop Identity Consistency. -->
Mihai Sardarescu0d3f1a92018-01-19 10:50:19228 <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.">
229 To get your bookmarks on all your devices, turn on sync.
230 </message>
231 <!-- End of Bookmarks Sync Promo strings for Desktop Identity Consistency. -->
232
mrefaat633b36592017-03-31 00:08:58233 <!-- Begin of Desktop to iOS Promo strings. -->
234 <if expr="is_win">
235 <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.">
236 Sync this bookmark to your iPhone
237 </message>
238 <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.">
239 Get this bookmark on your iPhone
240 </message>
241 <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.">
242 Share this bookmark with your iPhone
243 </message>
mrefaat862a2612017-05-25 07:03:16244 <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.">
245 To get your bookmarks on your mobile device, <ph name="GET_IOS_APP_LINK">$1<ex>get the application on your iPhone</ex></ph>.
246 </message>
mrefaat633b36592017-03-31 00:08:58247 </if>
248 <!-- End of Desktop to iOS Promo strings. -->
249
[email protected]0cea0ad22013-04-03 09:02:11250 <!-- Begin of Bookmark Editor strings. -->
Elizabeth Popova06a8add2021-07-29 23:14:05251 <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:55252 Name
[email protected]0cea0ad22013-04-03 09:02:11253 </message>
[email protected]0f22b0c2013-11-22 22:18:59254 <message name="IDS_BOOKMARK_AX_EDITOR_NAME_LABEL" desc="Spoken text for bookmark name text field in edit folder dialog">
255 Bookmark name
256 </message>
[email protected]cede1162014-05-16 01:31:33257 <if expr="is_macosx">
258 <message name="IDS_BOOKMARK_BAR_EDIT_FOLDER_LABEL" desc="Title of label before text field in edit folder dialog">
259 Name:
260 </message>
261 </if>
[email protected]0f22b0c2013-11-22 22:18:59262 <message name="IDS_BOOKMARK_AX_EDITOR_URL_LABEL" desc="Spoken text for bookmark URL text field in edit folder dialog.">
263 Bookmark URL
264 </message>
[email protected]0cea0ad22013-04-03 09:02:11265 <message name="IDS_BOOKMARK_EDITOR_URL_LABEL" desc="Label shown before the URL.">
Trent Aptede1724572017-10-12 12:45:55266 URL
[email protected]0cea0ad22013-04-03 09:02:11267 </message>
jshinbccecf32016-06-03 02:59:58268 <message name="IDS_BOOKMARK_EDITOR_CONFIRM_DELETE" desc="The message shown in the dialog asking the user to confirm deleting a folder. [ICU Syntax]">
269 {NUM_BOOKMARKS, plural,
270 =1 {This folder contains a bookmark. Are you sure you want to delete it?}
agabledca42152016-06-14 18:19:34271 other {This folder contains # bookmarks. Are you sure you want to delete it?}}
[email protected]0cea0ad22013-04-03 09:02:11272 </message>
[email protected]018d09d62014-02-19 20:48:15273 <if expr="not use_titlecase">
Trent Aptede1724572017-10-12 12:45:55274 <message name="IDS_BOOKMARK_EDITOR_NEW_FOLDER_BUTTON" desc="Text on the new folder button.">
275 New folder
276 </message>
277 <message name="IDS_BOOKMARK_EDITOR_NEW_FOLDER_MENU_ITEM" desc="Text on the new folder context menu item.">
278 &amp;New folder
279 </message>
280 <message name="IDS_BOOKMARK_FOLDER_EDITOR_WINDOW_TITLE" desc="Window title of editor for bookmark folders">
281 Edit folder name
282 </message>
283 <message name="IDS_BOOKMARK_FOLDER_EDITOR_WINDOW_TITLE_NEW" desc="Window title of editor for new bookmark folders">
284 New folder
285 </message>
Emily Shackcd10e6f42022-07-13 16:05:24286 <message name="IDS_UNNAMED_BOOKMARK_FOLDER" desc="Tooltip for unnamed bookmark folders">
287 Unnamed folder
288 </message>
[email protected]b43f76942013-05-30 19:23:14289 <message name="IDS_BOOKMARK_ALL_TABS_DIALOG_TITLE" desc="The title of the Bookmark All Tabs dialog.">
290 Bookmark all tabs
291 </message>
292 </if>
[email protected]018d09d62014-02-19 20:48:15293 <if expr="use_titlecase">
Trent Aptede1724572017-10-12 12:45:55294 <message name="IDS_BOOKMARK_EDITOR_NEW_FOLDER_BUTTON" desc="In Title Case: Text on the new folder button.">
295 New Folder
296 </message>
297 <message name="IDS_BOOKMARK_EDITOR_NEW_FOLDER_MENU_ITEM" desc="In Title Case: Text on the new folder context menu item.">
298 &amp;New Folder
299 </message>
300 <message name="IDS_BOOKMARK_FOLDER_EDITOR_WINDOW_TITLE" desc="In Title Case: Window title of editor for bookmark folders">
301 Edit Folder Name
302 </message>
303 <message name="IDS_BOOKMARK_FOLDER_EDITOR_WINDOW_TITLE_NEW" desc="In Title Case: Window title of editor for new bookmark folders">
304 New Folder
305 </message>
Emily Shackcd10e6f42022-07-13 16:05:24306 <message name="IDS_UNNAMED_BOOKMARK_FOLDER" desc="In Title Case: Tooltip for unnamed bookmark folders">
307 Unnamed Folder
308 </message>
[email protected]b43f76942013-05-30 19:23:14309 <message name="IDS_BOOKMARK_ALL_TABS_DIALOG_TITLE" desc="In Title Case: The title of the Bookmark All Tabs dialog.">
310 Bookmark All Tabs
311 </message>
312 </if>
[email protected]0cea0ad22013-04-03 09:02:11313 <!-- End of Bookmarks Editor strings. -->
314
[email protected]0cea0ad22013-04-03 09:02:11315 <!-- Begin of Bookmarks Manager strings. -->
316 <message name="IDS_BOOKMARK_MANAGER_TITLE" desc="Title of the bookmark manager window.">
John Lee21215e12019-01-18 01:40:30317 Bookmarks
[email protected]0cea0ad22013-04-03 09:02:11318 </message>
319 <message name="IDS_BOOKMARK_MANAGER_SEARCH_BUTTON" desc="Title of the button in the bookmark manager that triggers a search">
320 Search bookmarks
321 </message>
[email protected]018d09d62014-02-19 20:48:15322 <if expr="not use_titlecase">
[email protected]0cea0ad22013-04-03 09:02:11323 <message name="IDS_BOOKMARK_MANAGER" desc="The label of the menu item that shows the bookmark manager">
324 &amp;Bookmark manager
325 </message>
[email protected]df39fba2013-06-13 23:08:19326 <message name="IDS_BOOKMARK_MANAGER_ORGANIZE_MENU" desc="Title of the organize menu in the bookmark manager.">
327 Organize
328 </message>
[email protected]0cea0ad22013-04-03 09:02:11329 <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:18330 Invalid URL
[email protected]0cea0ad22013-04-03 09:02:11331 </message>
[email protected]0cea0ad22013-04-03 09:02:11332 </if>
[email protected]018d09d62014-02-19 20:48:15333 <if expr="use_titlecase">
[email protected]0cea0ad22013-04-03 09:02:11334 <message name="IDS_BOOKMARK_MANAGER" desc="In Title Case: The label of the menu item that shows the bookmark manager">
335 &amp;Bookmark Manager
336 </message>
[email protected]df39fba2013-06-13 23:08:19337 <message name="IDS_BOOKMARK_MANAGER_ORGANIZE_MENU" desc="In Title Case: Title of the organize menu in the bookmark manager.">
338 Organize
339 </message>
[email protected]0cea0ad22013-04-03 09:02:11340 <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.">
341 Invalid URL.
342 </message>
[email protected]0cea0ad22013-04-03 09:02:11343 </if>
thakis993006d92016-06-15 13:51:23344 <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:34345 bookmarks_<ph name="DATESTAMP">$1<ex>02_11_11</ex></ph>.html
346 </message>
John Lee21215e12019-01-18 01:40:30347 <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:08348 Add bookmark
349 </message>
John Lee21215e12019-01-18 01:40:30350 <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:08351 Add folder
352 </message>
John Lee21215e12019-01-18 01:40:30353 <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:57354 Clear search
355 </message>
John Lee21215e12019-01-18 01:40:30356 <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:28357 To bookmark pages, click the star in the address bar
angelayang2d7aaa52017-01-09 04:02:09358 </message>
John Lee21215e12019-01-18 01:40:30359 <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:11360 This folder is empty
361 </message>
John Lee21215e12019-01-18 01:40:30362 <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:14363 Folder
364 </message>
John Lee21215e12019-01-18 01:40:30365 <message name="IDS_BOOKMARK_MANAGER_FOLDER_RENAME_TITLE" desc="Title of the bookmark editor window when editing folders.">
Christopher Lam2c6d8c32017-08-30 07:48:14366 Rename folder
angelayang1dc12892017-02-07 05:33:13367 </message>
John Lee21215e12019-01-18 01:40:30368 <message name="IDS_BOOKMARK_MANAGER_FOLDER_LIST_CHANGED" desc="Message announced by screenreaders when the bookmark list changes.">
Christopher Lam94c14682017-09-05 02:59:29369 {COUNT, plural,
370 =1 {1 item in bookmark list}
dpapad63ba6c82020-09-22 11:26:29371 other {{COUNT} items in bookmark list}}
Christopher Lam94c14682017-09-05 02:59:29372 </message>
John Lee21215e12019-01-18 01:40:30373 <message name="IDS_BOOKMARK_MANAGER_LIST_AX_LABEL" desc="Spoken feedback for focusing the bookmark list.">
Christopher Lam4e90d2a2017-09-14 05:03:25374 Bookmark list
375 </message>
John Lee21215e12019-01-18 01:40:30376 <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:57377 Add new bookmark
378 </message>
John Lee21215e12019-01-18 01:40:30379 <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:57380 Add new folder
381 </message>
Hector Carmonad1223622019-08-27 19:44:09382 <message name="IDS_BOOKMARK_MANAGER_MENU_CUT" desc="Title of the bookmark dropdown menu item that cuts one or more bookmarks.">
383 Cut
384 </message>
385 <message name="IDS_BOOKMARK_MANAGER_MENU_COPY" desc="Title of the bookmark dropdown menu item that copies one or more bookmarks.">
386 Copy
387 </message>
Hector Carmonad1223622019-08-27 19:44:09388 <message name="IDS_BOOKMARK_MANAGER_MENU_PASTE" desc="Title of the bookmark dropdown menu item that pastes one or more bookmarks.">
389 Paste
390 </message>
John Lee21215e12019-01-18 01:40:30391 <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:28392 Export bookmarks
393 </message>
John Lee21215e12019-01-18 01:40:30394 <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:28395 Help center
angelayang1d4faef2016-12-30 04:08:57396 </message>
John Lee21215e12019-01-18 01:40:30397 <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:28398 Import bookmarks
angelayang1d4faef2016-12-30 04:08:57399 </message>
John Lee4513949a2021-07-13 02:12:08400 <message name="IDS_BOOKMARK_MANAGER_MENU_IMPORT_BEGAN" desc="Accessibility text for after the user selects bookmarks to import.">
401 Importing bookmarks...
402 </message>
403 <message name="IDS_BOOKMARK_MANAGER_MENU_IMPORT_ENDED" desc="Accessibility text for after the bookmarks manager has finished importing bookmarks.">
404 Bookmarks imported.
405 </message>
John Lee21215e12019-01-18 01:40:30406 <message name="IDS_BOOKMARK_MANAGER_MENU_OPEN_ALL" desc="Menu title for opening all urls in a bookmark folder">
dpapadc5e234c2020-09-23 21:31:55407 Open all
408 </message>
409 <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">
410 Open all (<ph name="URL_COUNT">$1<ex>5</ex></ph>)
Tim Sergeantab16faa2017-07-28 00:48:18411 </message>
John Lee21215e12019-01-18 01:40:30412 <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:18413 Open all in new window
414 </message>
dpapadc5e234c2020-09-23 21:31:55415 <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">
416 Open all (<ph name="URL_COUNT">$1<ex>5</ex></ph>) in new window
417 </message>
Ramin Halavati0774a162021-04-28 16:14:02418 <message name="IDS_BOOKMARK_MANAGER_MENU_OPEN_ALL_INCOGNITO" desc="Menu description for opening all urls in a bookmark folder in an Incognito window">
419 Open all in Incognito window
Tim Sergeantab16faa2017-07-28 00:48:18420 </message>
Ramin Halavati0774a162021-04-28 16:14:02421 <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">
422 Open all (<ph name="URL_COUNT">$1<ex>5</ex></ph>) in Incognito window
dpapadc5e234c2020-09-23 21:31:55423 </message>
Emily Shack160136df2023-03-28 23:01:55424 <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">
425 Open all (<ph name="URL_COUNT">$1<ex>5</ex></ph>) in new tab group
426 </message>
John Lee21215e12019-01-18 01:40:30427 <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:18428 Open in new tab
429 </message>
John Lee21215e12019-01-18 01:40:30430 <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:18431 Open in new window
432 </message>
Ramin Halavati0774a162021-04-28 16:14:02433 <message name="IDS_BOOKMARK_MANAGER_MENU_OPEN_INCOGNITO" desc="Menu description for opening a bookmark in Incognito window">
434 Open in Incognito window
Tim Sergeantab16faa2017-07-28 00:48:18435 </message>
Emily Shack160136df2023-03-28 23:01:55436 <message name="IDS_BOOKMARK_MANAGER_MENU_OPEN_IN_NEW_TAB_GROUP" desc="Menu description for opening a bookmark in a new tab group">
437 Open in new tab group
438 </message>
John Lee21215e12019-01-18 01:40:30439 <message name="IDS_BOOKMARK_MANAGER_MENU_RENAME" desc="Title of the bookmark list dropdown menu item that renames folders.">
angelayang1dc12892017-02-07 05:33:13440 Rename
441 </message>
John Lee21215e12019-01-18 01:40:30442 <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:18443 Show in folder
444 </message>
John Lee21215e12019-01-18 01:40:30445 <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:26446 Sort by name
angelayang1d4faef2016-12-30 04:08:57447 </message>
John Lee21215e12019-01-18 01:40:30448 <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:14449 More actions
tsergeantdd2fc8cb2017-07-03 07:25:10450 </message>
John Lee21215e12019-01-18 01:40:30451 <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:25452 More actions for <ph name="BOOKMARK_NAME">$1<ex>Bookmark X</ex></ph>
453 </message>
Hector Carmona5e0a5552019-08-29 19:52:24454 <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'">
455 More actions for selected items
456 </message>
John Lee21215e12019-01-18 01:40:30457 <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:19458 Open selected items
459 </message>
John Lee21215e12019-01-18 01:40:30460 <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:19461 Open
462 </message>
John Lee21215e12019-01-18 01:40:30463 <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:16464 <ph name="NUMBER_OF_ITEMS_SELECTED">$1</ph> selected
465 </message>
John Lee3e46b102020-12-08 21:06:44466 <message name="IDS_BOOKMARK_MANAGER_ITEMS_UNSELECTED" desc="Message screen readers read out when unselecting all bookmarks and folders.">
467 All items unselected, selection mode exited.
468 </message>
John Lee21215e12019-01-18 01:40:30469 <message name="IDS_BOOKMARK_MANAGER_SIDEBAR_AX_LABEL" desc="Message announced by screenreaders for the bookmark manager sidebar.">
Christopher Lam4e90d2a2017-09-14 05:03:25470 Bookmark folder tree
471 </message>
John Lee21215e12019-01-18 01:40:30472 <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:58473 Folder sorted
474 </message>
John Lee21215e12019-01-18 01:40:30475 <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:26476 '<ph name="DELETED_ITEM_NAME">$1<ex>Bookmark X</ex></ph>' deleted
Christopher Lam75ca9102017-07-18 02:15:18477 </message>
John Lee21215e12019-01-18 01:40:30478 <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:58479 {COUNT, plural,
Christopher Lamf5d2e3db2017-07-19 05:20:28480 =1 {1 bookmark deleted}
dpapad63ba6c82020-09-22 11:26:29481 other {{COUNT} bookmarks deleted}}
calamityefe477352017-06-07 06:44:58482 </message>
John Lee21215e12019-01-18 01:40:30483 <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:18484 '<ph name="COPIED_ITEM_NAME">$1<ex>Bookmark X</ex></ph>' copied
485 </message>
John Lee21215e12019-01-18 01:40:30486 <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:22487 {COUNT, plural,
Christopher Lamf5d2e3db2017-07-19 05:20:28488 =1 {1 item copied}
dpapad63ba6c82020-09-22 11:26:29489 other {{COUNT} items copied}}
tsergeantb7253e92017-07-04 02:59:22490 </message>
John Lee21215e12019-01-18 01:40:30491 <!-- End of Bookmarks Manager strings. -->
angelayang1d4faef2016-12-30 04:08:57492
[email protected]bbdbafe2013-05-23 01:40:34493 <!-- Begin of Bookmarks Menu (in the Main Menu) strings. -->
494 <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:11495 &amp;Bookmarks
496 </message>
[email protected]018d09d62014-02-19 20:48:15497 <if expr="not use_titlecase">
Peter Kasting32bb2602019-08-22 19:01:43498 <message name="IDS_BOOKMARK_THIS_TAB" desc="Title of the menu item that bookmarks the current tab.">
499 Bookmark this tab...
[email protected]4a9bde42013-04-06 10:43:35500 </message>
501 </if>
[email protected]018d09d62014-02-19 20:48:15502 <if expr="use_titlecase">
Peter Kasting32bb2602019-08-22 19:01:43503 <message name="IDS_BOOKMARK_THIS_TAB" desc="In Title Case: Title of the menu item that bookmarks the current tab.">
504 Bookmark This Tab...
[email protected]4a9bde42013-04-06 10:43:35505 </message>
506 </if>
[email protected]018d09d62014-02-19 20:48:15507 <if expr="not use_titlecase">
Peter Kasting32bb2602019-08-22 19:01:43508 <message name="IDS_BOOKMARK_ALL_TABS" desc="Title of the menu item that bookmarks all the tabs opened in this window.">
509 Bookmark all tabs...
[email protected]d4510b72013-05-21 03:36:31510 </message>
511 </if>
[email protected]018d09d62014-02-19 20:48:15512 <if expr="use_titlecase">
Peter Kasting32bb2602019-08-22 19:01:43513 <message name="IDS_BOOKMARK_ALL_TABS" desc="In Title Case: Title of the menu item that bookmarks all the tabs opened in this window.">
514 Bookmark All Tabs...
[email protected]d4510b72013-05-21 03:36:31515 </message>
516 </if>
[email protected]bbdbafe2013-05-23 01:40:34517 <!-- End of Bookmarks Menu (in the Main Menu) strings. -->
[email protected]0cea0ad22013-04-03 09:02:11518
sdefresne3ff36a442016-02-08 18:39:40519 <!-- Begin of Bookmark Star button strings. -->
Peter Kasting32bb2602019-08-22 19:01:43520 <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.">
521 Edit bookmark for this tab
[email protected]d97af772013-04-22 17:27:46522 </message>
523 <!-- End of Bookmark Star button strings. -->
524
John Lee52fe17b2021-12-01 08:40:32525 <!-- Begin of screen reader message strings. -->
526 <message name="IDS_BOOKMARK_SCREEN_READER_CREATED" desc="Screen reader message that is read when a bookmark is created.">
527 '<ph name="BOOKMARK_TITLE">$1<ex>Google</ex></ph>' created.
528 </message>
529 <message name="IDS_BOOKMARK_SCREEN_READER_REORDERED" desc="Screen reader message that is read when a bookmark is reordered.">
530 '<ph name="BOOKMARK_TITLE">$1<ex>Google</ex></ph>' moved.
531 </message>
532 <message name="IDS_BOOKMARK_SCREEN_READER_MOVED" desc="Screen reader message that is read when a bookmark is moved into a different folder.">
533 '<ph name="BOOKMARK_TITLE">$1<ex>Google</ex></ph>' moved into '<ph name="NEW_FOLDER_TITLE">$2<ex>Search engines</ex></ph>'.
534 </message>
535 <!-- End of screen reader message strings. -->
536
[email protected]0cea0ad22013-04-03 09:02:11537</grit-part>