Upload upstream chromium 114.0.5735.31
[platform/framework/web/chromium-efl.git] / chrome / app / bookmarks_strings.grdp
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Bookmarks specific strings (included from generated_resources.grd). -->
3 <grit-part>
4   <!-- Begin of Bookmarks Bar strings-->
5   <if expr="not is_android">
6     <!-- The special folders created when importing from other other browsers. -->
7     <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>
11       <message name="IDS_BOOKMARK_GROUP_FROM_EDGE" desc="The group name of bookmarks from Edge">
12         Imported From Edge
13       </message>
14     </if>
15     <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>
21     <message name="IDS_BOOKMARK_GROUP" desc="The group name of bookmarks imported from a file">
22       Imported
23     </message>
24     <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>
27   </if>
28
29   <if expr="not use_titlecase">
30     <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">
31       Show apps shortcut
32     </message>
33     <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>
36     <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">
37       Show managed bookmarks
38     </message>
39     <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>
42   </if>
43   <if expr="use_titlecase">
44     <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">
45       Show Apps Shortcut
46     </message>
47     <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>
50     <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">
51       Show Managed Bookmarks
52     </message>
53     <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>
56   </if>
57   <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>
63   <message name="IDS_BOOKMARK_BAR_OVERFLOW_BUTTON_TOOLTIP" desc="Text shown on the overflow chevron, if visible">
64     Hidden bookmarks
65   </message>
66   <!-- End of Bookmarks Bar strings. -->
67
68   <!-- Begin of Bookmarks Bar Context Menu strings. -->
69   <if expr="not use_titlecase">
70     <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>
73     <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}
77           other {&amp;Open all ({COUNT})}}
78     </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}
83           other {Open all ({COUNT}) in &amp;new window}}
84     </message>
85     <message name="IDS_BOOKMARK_BAR_OPEN_ALL_COUNT_INCOGNITO" desc="Menu description for opening all urls in a bookmark folder in an Incognito window">
86         {COUNT, plural,
87           =0 {Open all in &amp;Incognito window}
88           =1 {Open in &amp;Incognito window}
89           other {Open all ({COUNT}) in &amp;Incognito window}}
90     </message>
91     <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>
97     <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>
103     <message name="IDS_BOOKMARK_BAR_OPEN_INCOGNITO" desc="Menu description for opening bookmark in Incognito window">
104       Open in &amp;Incognito window
105     </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>
121     <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       <message name="IDS_HIDE_BOOKMARK_BAR" desc="The toggle to hide the bookmark bar">
126         &amp;Hide bookmarks bar
127       </message>
128     </if>
129   </if>
130   <if expr="use_titlecase">
131     <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>
134     <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}
138        other {&amp;Open All ({COUNT})}}
139     </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}
144           other {Open All ({COUNT}) in &amp;New Window}}
145     </message>
146     <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">
147         {COUNT, plural,
148           =0 {Open All in &amp;Incognito Window}
149           =1 {Open in &amp;Incognito Window}
150           other {Open All ({COUNT}) in &amp;Incognito Window}}
151     </message>
152     <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>
158     <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>
164     <message name="IDS_BOOKMARK_BAR_OPEN_INCOGNITO" desc="In Title Case: Menu description for opening bookmark in Incognito window">
165       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>
182     <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>
186       <message name="IDS_HIDE_BOOKMARK_BAR" desc="The toggle to hide the bookmark bar">
187         &amp;Hide Bookmarks Bar
188       </message>
189     </if>
190   </if>
191   <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?
193   </message>
194   <!-- End of Bookmarks Bar Context Menu strings. -->
195
196   <!-- Begin of Bookmarks Bubble strings. -->
197   <message name="IDS_BOOKMARK_BUBBLE_PAGE_BOOKMARKED" desc="Title of the bubble after bookmarking a page.">
198     Bookmark added
199   </message>
200   <message name="IDS_BOOKMARK_BUBBLE_PAGE_BOOKMARK" desc="Title of the bubble when re-clicking on a bookmark">
201     Edit bookmark
202   </message>
203   <message name="IDS_BOOKMARK_BUBBLE_NAME_LABEL" desc="Text preceding the title of the page that was bookmarked" meaning="Name of an inanimate object">
204     Name
205   </message>
206   <message name="IDS_BOOKMARK_AX_BUBBLE_NAME_LABEL" desc="Text preceding the title of the page that was bookmarked, read by spoken feedback">
207     Bookmark name
208   </message>
209   <message name="IDS_BOOKMARK_BUBBLE_FOLDER_LABEL" desc="Text preceding the folder selector">
210     Folder
211   </message>
212   <message name="IDS_BOOKMARK_AX_BUBBLE_FOLDER_LABEL" desc="Text preceding the folder selector">
213     Bookmark folder
214   </message>
215   <if expr="not use_titlecase">
216     <message name="IDS_BOOKMARK_BUBBLE_OPTIONS" desc="Title of the button the user can click to go to a more advanced bookmark editor">
217       More...
218     </message>
219     <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).">
220       Choose another folder...
221     </message>
222   </if>
223   <if expr="use_titlecase">
224     <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">
225       More...
226     </message>
227     <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).">
228       Choose Another Folder...
229     </message>
230   </if>
231   <!-- End of Bookmarks Bubble strings. -->
232
233   <!-- Begin of Bookmarks Sync Promo strings for Desktop Identity Consistency. -->
234   <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.">
235     To get your bookmarks on all your devices, turn on sync.
236   </message>
237   <!-- End of Bookmarks Sync Promo strings for Desktop Identity Consistency. -->
238
239   <!-- Begin of Desktop to iOS Promo strings. -->
240   <if expr="is_win">
241     <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.">
242       Sync this bookmark to your iPhone
243     </message>
244     <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.">
245       Get this bookmark on your iPhone
246     </message>
247     <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.">
248       Share this bookmark with your iPhone
249     </message>
250     <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.">
251       To get your bookmarks on your mobile device, <ph name="GET_IOS_APP_LINK">$1<ex>get the application on your iPhone</ex></ph>.
252     </message>
253   </if>
254   <!-- End of Desktop to iOS Promo strings. -->
255
256   <!-- Begin of Bookmark Editor strings. -->
257   <message name="IDS_BOOKMARK_EDITOR_NAME_LABEL" desc="Label shown before the title/name of the URL." meaning="Name of an inanimate object">
258     Name
259   </message>
260   <message name="IDS_BOOKMARK_AX_EDITOR_NAME_LABEL" desc="Spoken text for bookmark name text field in edit folder dialog">
261     Bookmark name
262   </message>
263   <if expr="is_macosx">
264     <message name="IDS_BOOKMARK_BAR_EDIT_FOLDER_LABEL" desc="Title of label before text field in edit folder dialog">
265       Name:
266     </message>
267   </if>
268   <message name="IDS_BOOKMARK_AX_EDITOR_URL_LABEL" desc="Spoken text for bookmark URL text field in edit folder dialog.">
269     Bookmark URL
270   </message>
271   <message name="IDS_BOOKMARK_EDITOR_URL_LABEL" desc="Label shown before the URL.">
272     URL
273   </message>
274   <message name="IDS_BOOKMARK_EDITOR_CONFIRM_DELETE" desc="The message shown in the dialog asking the user to confirm deleting a folder. [ICU Syntax]">
275     {NUM_BOOKMARKS, plural,
276      =1 {This folder contains a bookmark. Are you sure you want to delete it?}
277      other {This folder contains # bookmarks. Are you sure you want to delete it?}}
278   </message>
279   <if expr="not use_titlecase">
280     <message name="IDS_BOOKMARK_EDITOR_NEW_FOLDER_BUTTON" desc="Text on the new folder button.">
281       New folder
282     </message>
283     <message name="IDS_BOOKMARK_EDITOR_NEW_FOLDER_MENU_ITEM" desc="Text on the new folder context menu item.">
284       &amp;New folder
285     </message>
286     <message name="IDS_BOOKMARK_FOLDER_EDITOR_WINDOW_TITLE" desc="Window title of editor for bookmark folders">
287       Edit folder name
288     </message>
289     <message name="IDS_BOOKMARK_FOLDER_EDITOR_WINDOW_TITLE_NEW" desc="Window title of editor for new bookmark folders">
290       New folder
291     </message>
292     <message name="IDS_UNNAMED_BOOKMARK_FOLDER" desc="Tooltip for unnamed bookmark folders">
293       Unnamed folder
294     </message>
295     <message name="IDS_BOOKMARK_ALL_TABS_DIALOG_TITLE" desc="The title of the Bookmark All Tabs dialog.">
296       Bookmark all tabs
297     </message>
298   </if>
299   <if expr="use_titlecase">
300     <message name="IDS_BOOKMARK_EDITOR_NEW_FOLDER_BUTTON" desc="In Title Case: Text on the new folder button.">
301       New Folder
302     </message>
303     <message name="IDS_BOOKMARK_EDITOR_NEW_FOLDER_MENU_ITEM" desc="In Title Case: Text on the new folder context menu item.">
304       &amp;New Folder
305     </message>
306     <message name="IDS_BOOKMARK_FOLDER_EDITOR_WINDOW_TITLE" desc="In Title Case: Window title of editor for bookmark folders">
307       Edit Folder Name
308     </message>
309     <message name="IDS_BOOKMARK_FOLDER_EDITOR_WINDOW_TITLE_NEW" desc="In Title Case: Window title of editor for new bookmark folders">
310       New Folder
311     </message>
312     <message name="IDS_UNNAMED_BOOKMARK_FOLDER" desc="In Title Case: Tooltip for unnamed bookmark folders">
313       Unnamed Folder
314     </message>
315     <message name="IDS_BOOKMARK_ALL_TABS_DIALOG_TITLE" desc="In Title Case: The title of the Bookmark All Tabs dialog.">
316       Bookmark All Tabs
317     </message>
318   </if>
319   <!-- End of Bookmarks Editor strings. -->
320
321   <!-- Begin of Bookmarks Manager strings. -->
322   <message name="IDS_BOOKMARK_MANAGER_TITLE" desc="Title of the bookmark manager window.">
323     Bookmarks
324   </message>
325   <message name="IDS_BOOKMARK_MANAGER_SEARCH_BUTTON" desc="Title of the button in the bookmark manager that triggers a search">
326     Search bookmarks
327   </message>
328   <if expr="not use_titlecase">
329     <message name="IDS_BOOKMARK_MANAGER" desc="The label of the menu item that shows the bookmark manager">
330       &amp;Bookmark manager
331     </message>
332     <message name="IDS_BOOKMARK_MANAGER_ORGANIZE_MENU" desc="Title of the organize menu in the bookmark manager.">
333       Organize
334     </message>
335     <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.">
336       Invalid URL
337     </message>
338   </if>
339   <if expr="use_titlecase">
340     <message name="IDS_BOOKMARK_MANAGER" desc="In Title Case: The label of the menu item that shows the bookmark manager">
341       &amp;Bookmark Manager
342     </message>
343     <message name="IDS_BOOKMARK_MANAGER_ORGANIZE_MENU" desc="In Title Case: Title of the organize menu in the bookmark manager.">
344       Organize
345     </message>
346     <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.">
347       Invalid URL.
348     </message>
349   </if>
350   <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.">
351     bookmarks_<ph name="DATESTAMP">$1<ex>02_11_11</ex></ph>.html
352   </message>
353   <message name="IDS_BOOKMARK_MANAGER_ADD_BOOKMARK_TITLE" desc="Title of the dialog in the bookmark manager that creates a new bookmark.">
354     Add bookmark
355   </message>
356   <message name="IDS_BOOKMARK_MANAGER_ADD_FOLDER_TITLE" desc="Title of the dialog in the bookmark manager that creates a new bookmark folder.">
357     Add folder
358   </message>
359   <message name="IDS_BOOKMARK_MANAGER_CLEAR_SEARCH" desc="Title of the button in the bookmark manager that stops a search.">
360     Clear search
361   </message>
362   <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.">
363     To bookmark pages, click the star in the address bar
364   </message>
365    <message name="IDS_BOOKMARK_MANAGER_EMPTY_UNMODIFIABLE_LIST" desc="The message shown when an unmodifiable bookmark folder is empty.">
366     This folder is empty
367   </message>
368   <message name="IDS_BOOKMARK_MANAGER_FOLDER_LABEL" desc="Label for a folder of bookmarks which is used to label folders for screen reader users.">
369     Folder
370   </message>
371   <message name="IDS_BOOKMARK_MANAGER_FOLDER_RENAME_TITLE" desc="Title of the bookmark editor window when editing folders.">
372     Rename folder
373   </message>
374   <message name="IDS_BOOKMARK_MANAGER_FOLDER_LIST_CHANGED" desc="Message announced by screenreaders when the bookmark list changes.">
375     {COUNT, plural,
376       =1 {1 item in bookmark list}
377       other {{COUNT} items in bookmark list}}
378   </message>
379   <message name="IDS_BOOKMARK_MANAGER_LIST_AX_LABEL" desc="Spoken feedback for focusing the bookmark list.">
380     Bookmark list
381   </message>
382   <message name="IDS_BOOKMARK_MANAGER_MENU_ADD_BOOKMARK" desc="Title of the bookmark toolbar dropdown menu item that adds a new bookmark.">
383     Add new bookmark
384   </message>
385   <message name="IDS_BOOKMARK_MANAGER_MENU_ADD_FOLDER" desc="Title of the bookmark toolbar dropdown menu item that adds a new folder.">
386     Add new folder
387   </message>
388   <message name="IDS_BOOKMARK_MANAGER_MENU_CUT" desc="Title of the bookmark dropdown menu item that cuts one or more bookmarks.">
389     Cut
390   </message>
391   <message name="IDS_BOOKMARK_MANAGER_MENU_COPY" desc="Title of the bookmark dropdown menu item that copies one or more bookmarks.">
392     Copy
393   </message>
394   <message name="IDS_BOOKMARK_MANAGER_MENU_PASTE" desc="Title of the bookmark dropdown menu item that pastes one or more bookmarks.">
395     Paste
396   </message>
397   <message name="IDS_BOOKMARK_MANAGER_MENU_EXPORT" desc="Title of the bookmark toolbar dropdown menu item that exports bookmarks.">
398     Export bookmarks
399   </message>
400   <message name="IDS_BOOKMARK_MANAGER_MENU_HELP_CENTER" desc="Title of the bookmark toolbar dropdown menu item that opens the help center.">
401     Help center
402   </message>
403   <message name="IDS_BOOKMARK_MANAGER_MENU_IMPORT" desc="Title of the bookmark toolbar dropdown menu item that imports bookmarks.">
404     Import bookmarks
405   </message>
406   <message name="IDS_BOOKMARK_MANAGER_MENU_IMPORT_BEGAN" desc="Accessibility text for after the user selects bookmarks to import.">
407     Importing bookmarks...
408   </message>
409   <message name="IDS_BOOKMARK_MANAGER_MENU_IMPORT_ENDED" desc="Accessibility text for after the bookmarks manager has finished importing bookmarks.">
410     Bookmarks imported.
411   </message>
412   <message name="IDS_BOOKMARK_MANAGER_MENU_OPEN_ALL" desc="Menu title for opening all urls in a bookmark folder">
413     Open all
414   </message>
415   <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">
416     Open all (<ph name="URL_COUNT">$1<ex>5</ex></ph>)
417   </message>
418   <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">
419     Open all in new window
420   </message>
421   <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">
422     Open all (<ph name="URL_COUNT">$1<ex>5</ex></ph>) in new window
423   </message>
424   <message name="IDS_BOOKMARK_MANAGER_MENU_OPEN_ALL_INCOGNITO" desc="Menu description for opening all urls in a bookmark folder in an Incognito window">
425     Open all in Incognito window
426   </message>
427   <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">
428     Open all (<ph name="URL_COUNT">$1<ex>5</ex></ph>) in Incognito window
429   </message>
430   <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">
431     Open all (<ph name="URL_COUNT">$1<ex>5</ex></ph>) in new tab group
432   </message>
433   <message name="IDS_BOOKMARK_MANAGER_MENU_OPEN_IN_NEW_TAB" desc="Menu description for opening a bookmark in a new tab">
434     Open in new tab
435   </message>
436   <message name="IDS_BOOKMARK_MANAGER_MENU_OPEN_IN_NEW_WINDOW" desc="Menu description for opening a bookmark in a new window">
437     Open in new window
438   </message>
439   <message name="IDS_BOOKMARK_MANAGER_MENU_OPEN_INCOGNITO" desc="Menu description for opening a bookmark in Incognito window">
440     Open in Incognito window
441   </message>
442   <message name="IDS_BOOKMARK_MANAGER_MENU_OPEN_IN_NEW_TAB_GROUP" desc="Menu description for opening a bookmark in a new tab group">
443     Open in new tab group
444   </message>
445   <message name="IDS_BOOKMARK_MANAGER_MENU_RENAME" desc="Title of the bookmark list dropdown menu item that renames folders.">
446     Rename
447   </message>
448   <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.">
449     Show in folder
450   </message>
451   <message name="IDS_BOOKMARK_MANAGER_MENU_SORT" desc="Title of the bookmark toolbar dropdown menu item that sorts bookmarks by title.">
452     Sort by name
453   </message>
454   <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'">
455     More actions
456   </message>
457   <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'">
458     More actions for <ph name="BOOKMARK_NAME">$1<ex>Bookmark X</ex></ph>
459   </message>
460   <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'">
461     More actions for selected items
462   </message>
463   <message name="IDS_BOOKMARK_MANAGER_OPEN_DIALOG_TITLE" desc="Title of the dialog confirming whether a large number of bookmarks should be opened.">
464     Open selected items
465   </message>
466   <message name="IDS_BOOKMARK_MANAGER_OPEN_DIALOG_CONFIRM" desc="Label for the button to confirm opening a large number of bookmarks.">
467     Open
468   </message>
469   <message name="IDS_BOOKMARK_MANAGER_ITEMS_SELECTED" desc="Label displayed in bookmark manager toolbar telling the user how many items they have selected.">
470     <ph name="NUMBER_OF_ITEMS_SELECTED">$1</ph> selected
471   </message>
472   <message name="IDS_BOOKMARK_MANAGER_ITEMS_UNSELECTED" desc="Message screen readers read out when unselecting all bookmarks and folders.">
473     All items unselected, selection mode exited.
474   </message>
475   <message name="IDS_BOOKMARK_MANAGER_SIDEBAR_AX_LABEL" desc="Message announced by screenreaders for the bookmark manager sidebar.">
476     Bookmark folder tree
477   </message>
478   <message name="IDS_BOOKMARK_MANAGER_TOAST_FOLDER_SORTED" desc="Label displayed in toast popup message when a folder's children are sorted.">
479     Folder sorted
480   </message>
481   <message name="IDS_BOOKMARK_MANAGER_TOAST_ITEM_DELETED" desc="Label displayed in toast popup message when a single item is deleted.">
482     '<ph name="DELETED_ITEM_NAME">$1<ex>Bookmark X</ex></ph>' deleted
483   </message>
484   <message name="IDS_BOOKMARK_MANAGER_TOAST_ITEMS_DELETED" desc="Label displayed in toast popup message when two or more items are deleted.">
485     {COUNT, plural,
486       =1 {1 bookmark deleted}
487       other {{COUNT} bookmarks deleted}}
488   </message>
489   <message name="IDS_BOOKMARK_MANAGER_TOAST_ITEM_COPIED" desc="Label displayed in toast popup message when a single item is copied.">
490     '<ph name="COPIED_ITEM_NAME">$1<ex>Bookmark X</ex></ph>' copied
491   </message>
492   <message name="IDS_BOOKMARK_MANAGER_TOAST_ITEMS_COPIED" desc="Label displayed in a toast popup message when two or more bookmark items are copied">
493     {COUNT, plural,
494       =1 {1 item copied}
495       other {{COUNT} items copied}}
496   </message>
497   <!-- End of Bookmarks Manager strings. -->
498
499   <!-- Begin of Bookmarks Menu (in the Main Menu) strings. -->
500   <message name="IDS_BOOKMARKS_MENU" desc="The title of the Bookmarks menu in the Main menu and in the Mac menu bar.">
501     &amp;Bookmarks
502   </message>
503   <if expr="not use_titlecase">
504     <message name="IDS_BOOKMARKS_AND_LISTS_MENU" desc="The title of the 'Bookmarks and lists' menu in the App Menu.">
505       &amp;Bookmarks and lists
506     </message>
507   </if>
508   <if expr="use_titlecase">
509     <message name="IDS_BOOKMARKS_AND_LISTS_MENU" desc="The title of the 'Bookmarks and lists' menu in the App Menu.">
510       &amp;Bookmarks and Lists
511     </message>
512   </if>
513   <if expr="not use_titlecase">
514     <message name="IDS_SHOW_BOOKMARK_SIDE_PANEL" desc="Title of the menu item that opens the bookmark side panel.">
515       Show all bookmarks
516     </message>
517   </if>
518   <if expr="use_titlecase">
519     <message name="IDS_SHOW_BOOKMARK_SIDE_PANEL" desc="Title of the menu item that opens the bookmark side panel.">
520       Show All Bookmarks
521     </message>
522   </if>
523   <if expr="not use_titlecase">
524     <message name="IDS_BOOKMARK_THIS_TAB" desc="Title of the menu item that bookmarks the current tab.">
525       Bookmark this tab...
526     </message>
527   </if>
528   <if expr="use_titlecase">
529     <message name="IDS_BOOKMARK_THIS_TAB" desc="In Title Case: Title of the menu item that bookmarks the current tab.">
530       Bookmark This Tab...
531     </message>
532   </if>
533   <if expr="not use_titlecase">
534     <message name="IDS_BOOKMARK_ALL_TABS" desc="Title of the menu item that bookmarks all the tabs opened in this window.">
535       Bookmark all tabs...
536     </message>
537   </if>
538   <if expr="use_titlecase">
539     <message name="IDS_BOOKMARK_ALL_TABS" desc="In Title Case: Title of the menu item that bookmarks all the tabs opened in this window.">
540       Bookmark All Tabs...
541     </message>
542   </if>
543   <message name="IDS_BOOKMARKS_LIST_TITLE" desc="Title of the bookmarks list in App Menu's Bookmark submenu">
544     Bookmarks
545   </message>
546   <!-- End of Bookmarks Menu (in the Main Menu) strings. -->
547
548   <!-- Begin of Bookmark Star button strings. -->
549   <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.">
550     Edit bookmark for this tab
551   </message>
552   <!-- End of Bookmark Star button strings. -->
553
554   <!-- Begin of screen reader message strings. -->
555   <message name="IDS_BOOKMARK_SCREEN_READER_CREATED" desc="Screen reader message that is read when a bookmark is created.">
556     '<ph name="BOOKMARK_TITLE">$1<ex>Google</ex></ph>' created.
557   </message>
558   <message name="IDS_BOOKMARK_SCREEN_READER_REORDERED" desc="Screen reader message that is read when a bookmark is reordered.">
559     '<ph name="BOOKMARK_TITLE">$1<ex>Google</ex></ph>' moved.
560   </message>
561   <message name="IDS_BOOKMARK_SCREEN_READER_MOVED" desc="Screen reader message that is read when a bookmark is moved into a different folder.">
562     '<ph name="BOOKMARK_TITLE">$1<ex>Google</ex></ph>' moved into '<ph name="NEW_FOLDER_TITLE">$2<ex>Search engines</ex></ph>'.
563   </message>
564   <!-- End of screen reader message strings. -->
565
566 </grit-part>