Upload upstream chromium 73.0.3683.0
[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   </if>
25
26   <if expr="not use_titlecase">
27     <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">
28       Show apps shortcut
29     </message>
30     <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">
31       Show managed bookmarks
32     </message>
33     <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">
34       Show <ph name="FOLDER_NAME">$1<ex>managed bookmarks</ex></ph>
35     </message>
36   </if>
37   <if expr="use_titlecase">
38     <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">
39       Show Apps Shortcut
40     </message>
41     <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">
42       Show Managed Bookmarks
43     </message>
44     <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">
45       Show <ph name="FOLDER_NAME">$1<ex>Managed Bookmarks</ex></ph>
46     </message>
47   </if>
48   <message name="IDS_BOOKMARK_BAR_APPS_SHORTCUT_NAME" desc="Name shown in the bookmark bar for the apps page shortcut">
49     Apps
50   </message>
51   <message name="IDS_BOOKMARK_BAR_APPS_SHORTCUT_TOOLTIP" desc="Text shown in the tooltip of the apps page shortcut in the bookmark bar">
52     Show apps
53   </message>
54   <!-- End of Bookmarks Bar strings. -->
55
56   <!-- Begin of Bookmarks Bar Context Menu strings. -->
57   <if expr="not use_titlecase">
58     <message name="IDS_BOOKMARK_BAR_OPEN_ALL" desc="Menu title for opening all urls in a bookmark folder">
59       &amp;Open all bookmarks
60     </message>
61     <message name="IDS_BOOKMARK_BAR_OPEN_ALL_NEW_WINDOW" desc="Menu title for opening all urls in a bookmark folder in a new window">
62       Open all bookmarks in &amp;new window
63     </message>
64     <message name="IDS_BOOKMARK_BAR_OPEN_ALL_INCOGNITO" desc="Menu description for opening all urls in a bookmark folder in an incognito window">
65         Open all bookmarks in &amp;incognito window
66     </message>
67     <message name="IDS_BOOKMARK_BAR_OPEN_ALL_COUNT" desc="Menu title for opening all urls in a bookmark folder">
68         {COUNT, plural,
69           =0 {&amp;Open all}
70           =1 {&amp;Open bookmark}
71           other {&amp;Open all (#)}}
72     </message>
73     <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">
74         {COUNT, plural,
75           =0 {Open all in &amp;new window}
76           =1 {Open in &amp;new window}
77           other {Open all (#) in &amp;new window}}
78     </message>
79     <message name="IDS_BOOKMARK_BAR_OPEN_ALL_COUNT_INCOGNITO" desc="Menu description for opening all urls in a bookmark folder in an incognito window">
80         {COUNT, plural,
81           =0 {Open all in &amp;incognito window}
82           =1 {Open in &amp;incognito window}
83           other {Open all (#) in &amp;incognito window}}
84     </message>
85     <message name="IDS_BOOKMARK_BAR_OPEN_IN_NEW_TAB" desc="Menu description for loading bookmark in a new tab">
86       &amp;Open in new tab
87     </message>
88     <message name="IDS_BOOKMARK_BAR_OPEN_IN_NEW_WINDOW" desc="Menu description for loading bookmark in a new window">
89       Open in &amp;new window
90     </message>
91     <message name="IDS_BOOKMARK_BAR_OPEN_INCOGNITO" desc="Menu description for opening bookmark in incognito window">
92       Open in &amp;incognito window
93     </message>
94     <message name="IDS_BOOKMARK_BAR_EDIT" desc="Title of the bookmark context menu item that brings up the bookmark editor">
95       &amp;Edit...
96     </message>
97     <message name="IDS_BOOKMARK_BAR_RENAME_FOLDER" desc="Title of the bookmark context menu item that brings up a dialog to rename a folder">
98       &amp;Rename...
99     </message>
100     <message name="IDS_BOOKMARK_BAR_REMOVE" desc="Menu title for removing/unstarring a bookmark">
101       &amp;Delete
102     </message>
103     <message name="IDS_BOOKMARK_BAR_ADD_NEW_BOOKMARK" desc="Menu title for adding a new bookmark entry">
104       Add pa&amp;ge...
105     </message>
106     <message name="IDS_BOOKMARK_BAR_NEW_FOLDER" desc="Menu title for adding a new folder">
107       Add &amp;folder...
108     </message>
109     <if expr="not is_android">
110       <message name="IDS_SHOW_BOOKMARK_BAR" desc="The toggle to show the bookmark bar">
111         &amp;Show bookmarks bar
112       </message>
113     </if>
114   </if>
115   <if expr="use_titlecase">
116     <message name="IDS_BOOKMARK_BAR_OPEN_ALL" desc="In Title Case: Menu title for opening all urls in a bookmark folder">
117         &amp;Open All Bookmarks
118     </message>
119     <message name="IDS_BOOKMARK_BAR_OPEN_ALL_NEW_WINDOW" desc="In Title Case: Menu title for opening all urls in a bookmark folder in a new window">
120         Open All Bookmarks in &amp;New Window
121     </message>
122     <message name="IDS_BOOKMARK_BAR_OPEN_ALL_INCOGNITO" desc="In Title Case: Menu description for opening all urls in a bookmark folder in an incognito window">
123         Open All Bookmarks in &amp;Incognito Window
124     </message>
125     <message name="IDS_BOOKMARK_BAR_OPEN_ALL_COUNT" desc="In Title Case: Menu title for opening all urls in a bookmark folder">
126         {COUNT, plural,
127           =0 {&amp;Open All}
128           =1 {&amp;Open Bookmark}
129           other {&amp;Open All (#)}}
130     </message>
131     <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">
132         {COUNT, plural,
133           =0 {Open All in &amp;New Window}
134           =1 {Open in &amp;New Window}
135           other {Open All (#) in &amp;New Window}}
136     </message>
137     <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">
138         {COUNT, plural,
139           =0 {Open All in &amp;Incognito Window}
140           =1 {Open in &amp;Incognito Window}
141           other {Open All (#) in &amp;Incognito Window}}
142     </message>
143     <message name="IDS_BOOKMARK_BAR_OPEN_IN_NEW_TAB" desc="In Title Case: Menu description for loading bookmark in a new tab">
144       &amp;Open in New Tab
145     </message>
146     <message name="IDS_BOOKMARK_BAR_OPEN_IN_NEW_WINDOW" desc="In Title Case: Menu description for loading bookmark in a new window">
147       Open in &amp;New Window
148     </message>
149     <message name="IDS_BOOKMARK_BAR_OPEN_INCOGNITO" desc="In Title Case: Menu description for opening bookmark in incognito window">
150       Open in &amp;Incognito Window
151     </message>
152     <message name="IDS_BOOKMARK_BAR_EDIT" desc="In Title Case: Title of the bookmark context menu item that brings up the bookmark editor">
153       &amp;Edit...
154     </message>
155     <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">
156       &amp;Rename...
157     </message>
158     <message name="IDS_BOOKMARK_BAR_REMOVE" desc="In Title Case: Menu title for removing/unstarring a bookmark">
159       &amp;Delete
160     </message>
161     <message name="IDS_BOOKMARK_BAR_ADD_NEW_BOOKMARK" desc="In Title Case: Menu title for adding a new bookmark entry">
162       Add Pa&amp;ge...
163     </message>
164     <message name="IDS_BOOKMARK_BAR_NEW_FOLDER" desc="In Title Case: Menu title for adding a new folder">
165       Add &amp;Folder...
166     </message>
167     <if expr="not is_android">
168       <message name="IDS_SHOW_BOOKMARK_BAR" desc="In Title Case: The toggle to show the bookmark bar">
169         &amp;Show Bookmarks Bar
170       </message>
171     </if>
172   </if>
173   <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.">
174     Are you sure you want to open <ph name="TAB_COUNT">$1<ex>20</ex></ph> tabs?
175   </message>
176   <!-- End of Bookmarks Bar Context Menu strings. -->
177
178   <!-- Begin of Bookmarks Bubble strings. -->
179   <message name="IDS_BOOKMARK_BUBBLE_PAGE_BOOKMARKED" desc="Title of the bubble after bookmarking a page.">
180     Bookmark added
181   </message>
182   <message name="IDS_BOOKMARK_BUBBLE_PAGE_BOOKMARK" desc="Title of the bubble when re-clicking on a bookmark">
183     Edit bookmark
184   </message>
185   <message name="IDS_BOOKMARK_BUBBLE_NAME_LABEL" desc="Text preceding the title of the page that was bookmarked">
186     Name
187   </message>
188   <message name="IDS_BOOKMARK_AX_BUBBLE_NAME_LABEL" desc="Text preceding the title of the page that was bookmarked, read by spoken feedback">
189     Bookmark name
190   </message>
191   <message name="IDS_BOOKMARK_BUBBLE_FOLDER_LABEL" desc="Text preceding the folder selector">
192     Folder
193   </message>
194   <message name="IDS_BOOKMARK_AX_BUBBLE_FOLDER_LABEL" desc="Text preceding the folder selector">
195     Bookmark folder
196   </message>
197   <if expr="not use_titlecase">
198     <message name="IDS_BOOKMARK_BUBBLE_OPTIONS" desc="Title of the button the user can click to go to a more advanced bookmark editor">
199       More...
200     </message>
201     <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).">
202       Choose another folder...
203     </message>
204   </if>
205   <if expr="use_titlecase">
206     <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">
207       More...
208     </message>
209     <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).">
210       Choose Another Folder...
211     </message>
212   </if>
213   <!-- End of Bookmarks Bubble strings. -->
214
215   <!-- Begin of Bookmarks Sync Promo strings. -->
216   <message name="IDS_BOOKMARK_SYNC_PROMO_MESSAGE" desc="Text of the sync promo displayed at the bottom of the bookmark bubble.">
217     To get your bookmarks on all your devices, <ph name="SIGN_IN_LINK">$1<ex>sign in</ex></ph>.
218   </message>
219   <!-- End of Bookmarks Sync Promo strings. -->
220
221   <!-- Begin of Bookmarks Sync Promo strings for Desktop Identity Consistency. -->
222   <message name="IDS_BOOKMARK_DICE_PROMO_SIGNIN_MESSAGE" desc="Text of the sync promo displayed at the bottom of the bookmark bubble asking the user to sign in and enable sync.">
223     To get your bookmarks on all your devices, sign in and turn on sync.
224   </message>
225   <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.">
226     To get your bookmarks on all your devices, turn on sync.
227   </message>
228   <!-- End of Bookmarks Sync Promo strings for Desktop Identity Consistency. -->
229
230   <!-- Begin of Desktop to iOS Promo strings. -->
231   <if expr="is_win">
232     <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.">
233       Sync this bookmark to your iPhone
234     </message>
235     <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.">
236       Get this bookmark on your iPhone
237     </message>
238     <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.">
239       Share this bookmark with your iPhone
240     </message>
241     <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.">
242       To get your bookmarks on your mobile device, <ph name="GET_IOS_APP_LINK">$1<ex>get the application on your iPhone</ex></ph>.
243     </message>
244   </if>
245   <!-- End of Desktop to iOS Promo strings. -->
246
247   <!-- Begin of Bookmark Editor strings. -->
248   <message name="IDS_BOOKMARK_EDITOR_NAME_LABEL" desc="Label shown before the title/name of the URL.">
249     Name
250   </message>
251   <message name="IDS_BOOKMARK_AX_EDITOR_NAME_LABEL" desc="Spoken text for bookmark name text field in edit folder dialog">
252     Bookmark name
253   </message>
254   <if expr="is_macosx">
255     <message name="IDS_BOOKMARK_BAR_EDIT_FOLDER_LABEL" desc="Title of label before text field in edit folder dialog">
256       Name:
257     </message>
258   </if>
259   <message name="IDS_BOOKMARK_AX_EDITOR_URL_LABEL" desc="Spoken text for bookmark URL text field in edit folder dialog.">
260     Bookmark URL
261   </message>
262   <message name="IDS_BOOKMARK_EDITOR_URL_LABEL" desc="Label shown before the URL.">
263     URL
264   </message>
265   <message name="IDS_BOOKMARK_EDITOR_CONFIRM_DELETE" desc="The message shown in the dialog asking the user to confirm deleting a folder. [ICU Syntax]">
266     {NUM_BOOKMARKS, plural,
267      =1 {This folder contains a bookmark. Are you sure you want to delete it?}
268      other {This folder contains # bookmarks. Are you sure you want to delete it?}}
269   </message>
270   <if expr="not use_titlecase">
271     <message name="IDS_BOOKMARK_EDITOR_NEW_FOLDER_BUTTON" desc="Text on the new folder button.">
272       New folder
273     </message>
274     <message name="IDS_BOOKMARK_EDITOR_NEW_FOLDER_MENU_ITEM" desc="Text on the new folder context menu item.">
275       &amp;New folder
276     </message>
277     <message name="IDS_BOOKMARK_FOLDER_EDITOR_WINDOW_TITLE" desc="Window title of editor for bookmark folders">
278       Edit folder name
279     </message>
280     <message name="IDS_BOOKMARK_FOLDER_EDITOR_WINDOW_TITLE_NEW" desc="Window title of editor for new bookmark folders">
281       New folder
282     </message>
283     <message name="IDS_BOOKMARK_ALL_TABS_DIALOG_TITLE" desc="The title of the Bookmark All Tabs dialog.">
284       Bookmark all tabs
285     </message>
286   </if>
287   <if expr="use_titlecase">
288     <message name="IDS_BOOKMARK_EDITOR_NEW_FOLDER_BUTTON" desc="In Title Case: Text on the new folder button.">
289       New Folder
290     </message>
291     <message name="IDS_BOOKMARK_EDITOR_NEW_FOLDER_MENU_ITEM" desc="In Title Case: Text on the new folder context menu item.">
292       &amp;New Folder
293     </message>
294     <message name="IDS_BOOKMARK_FOLDER_EDITOR_WINDOW_TITLE" desc="In Title Case: Window title of editor for bookmark folders">
295       Edit Folder Name
296     </message>
297     <message name="IDS_BOOKMARK_FOLDER_EDITOR_WINDOW_TITLE_NEW" desc="In Title Case: Window title of editor for new bookmark folders">
298       New Folder
299     </message>
300     <message name="IDS_BOOKMARK_ALL_TABS_DIALOG_TITLE" desc="In Title Case: The title of the Bookmark All Tabs dialog.">
301       Bookmark All Tabs
302     </message>
303   </if>
304   <!-- End of Bookmarks Editor strings. -->
305
306   <!-- Begin of Bookmarks Manager strings. -->
307   <message name="IDS_BOOKMARK_MANAGER_TITLE" desc="Title of the bookmark manager window.">
308     Bookmarks
309   </message>
310   <message name="IDS_BOOKMARK_MANAGER_SEARCH_BUTTON" desc="Title of the button in the bookmark manager that triggers a search">
311     Search bookmarks
312   </message>
313   <if expr="not use_titlecase">
314     <message name="IDS_BOOKMARK_MANAGER" desc="The label of the menu item that shows the bookmark manager">
315       &amp;Bookmark manager
316     </message>
317     <message name="IDS_BOOKMARK_MANAGER_FOLDERS_MENU" desc="Title of the folders menu in the bookmark manager.">
318       Folders
319     </message>
320     <message name="IDS_BOOKMARK_MANAGER_ORGANIZE_MENU" desc="Title of the organize menu in the bookmark manager.">
321       Organize
322     </message>
323     <message name="IDS_BOOKMARK_MANAGER_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 table.">
324       Show in folder
325     </message>
326     <message name="IDS_BOOKMARK_MANAGER_SORT" desc="The label of the menu item in the bookmark manager organize menu that alphabetizes the bookmarks/folders by title.">
327       Reorder by title
328     </message>
329     <message name="IDS_BOOKMARK_MANAGER_IMPORT_MENU" desc="Title of the import menu item in the bookmark manager.">
330       Import bookmarks from HTML file...
331     </message>
332     <message name="IDS_BOOKMARK_MANAGER_EXPORT_MENU" desc="Title of the export menu item in the bookmark manager.">
333       Export bookmarks to HTML file...
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     <message name="IDS_BOOKMARK_MANAGER_RECENT" desc="The label for the tree item that shows the recently added bookmarks.">
339       Recent
340     </message>
341     <message name="IDS_BOOKMARK_MANAGER_SEARCH" desc="The label for the tree item that shows the search results for the bookmarks.">
342       Search
343     </message>
344   </if>
345   <if expr="use_titlecase">
346     <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>
349     <message name="IDS_BOOKMARK_MANAGER_FOLDERS_MENU" desc="In Title Case: Title of the folders menu in the bookmark manager.">
350       Folders
351     </message>
352     <message name="IDS_BOOKMARK_MANAGER_ORGANIZE_MENU" desc="In Title Case: Title of the organize menu in the bookmark manager.">
353       Organize
354     </message>
355     <message name="IDS_BOOKMARK_MANAGER_SHOW_IN_FOLDER" desc="In Title Case: 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 table.">
356       Show in Folder
357     </message>
358     <message name="IDS_BOOKMARK_MANAGER_SORT" desc="In Title Case: The label of the menu item in the bookmark manager organize menu that alphabetizes the bookmarks/folders by title.">
359       Reorder by Title
360     </message>
361     <message name="IDS_BOOKMARK_MANAGER_IMPORT_MENU" desc="In Title Case: Title of the import menu item in the bookmark manager.">
362       Import Bookmarks from HTML File...
363     </message>
364     <message name="IDS_BOOKMARK_MANAGER_EXPORT_MENU" desc="In Title Case: Title of the export menu item in the bookmark manager.">
365       Export Bookmarks to HTML File...
366     </message>
367     <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.">
368       Invalid URL.
369     </message>
370     <message name="IDS_BOOKMARK_MANAGER_RECENT" desc="In Title Case: The label for the tree item that shows the recently added bookmarks.">
371       Recent
372     </message>
373     <message name="IDS_BOOKMARK_MANAGER_SEARCH" desc="In Title Case: The label for the tree item that shows the search results for the bookmarks.">
374       Search
375     </message>
376   </if>
377   <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.">
378     bookmarks_<ph name="DATESTAMP">$1<ex>02_11_11</ex></ph>.html
379   </message>
380   <message name="IDS_BOOKMARK_MANAGER_ADD_BOOKMARK_TITLE" desc="Title of the dialog in the bookmark manager that creates a new bookmark.">
381     Add bookmark
382   </message>
383   <message name="IDS_BOOKMARK_MANAGER_ADD_FOLDER_TITLE" desc="Title of the dialog in the bookmark manager that creates a new bookmark folder.">
384     Add folder
385   </message>
386   <message name="IDS_BOOKMARK_MANAGER_CLEAR_SEARCH" desc="Title of the button in the bookmark manager that stops a search.">
387     Clear search
388   </message>
389   <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.">
390     To bookmark pages, click the star in the address bar
391   </message>
392    <message name="IDS_BOOKMARK_MANAGER_EMPTY_UNMODIFIABLE_LIST" desc="The message shown when an unmodifiable bookmark folder is empty.">
393     This folder is empty
394   </message>
395   <message name="IDS_BOOKMARK_MANAGER_FOLDER_LABEL" desc="Label for a folder of bookmarks which is used to label folders for screen reader users.">
396     Folder
397   </message>
398   <message name="IDS_BOOKMARK_MANAGER_FOLDER_RENAME_TITLE" desc="Title of the bookmark editor window when editing folders.">
399     Rename folder
400   </message>
401   <message name="IDS_BOOKMARK_MANAGER_FOLDER_LIST_CHANGED" desc="Message announced by screenreaders when the bookmark list changes.">
402     {COUNT, plural,
403       =1 {1 item in bookmark list}
404       other {# items in bookmark list}}
405   </message>
406   <message name="IDS_BOOKMARK_MANAGER_LIST_AX_LABEL" desc="Spoken feedback for focusing the bookmark list.">
407     Bookmark list
408   </message>
409   <message name="IDS_BOOKMARK_MANAGER_MENU_ADD_BOOKMARK" desc="Title of the bookmark toolbar dropdown menu item that adds a new bookmark.">
410     Add new bookmark
411   </message>
412   <message name="IDS_BOOKMARK_MANAGER_MENU_ADD_FOLDER" desc="Title of the bookmark toolbar dropdown menu item that adds a new folder.">
413     Add new folder
414   </message>
415   <message name="IDS_BOOKMARK_MANAGER_MENU_COPY_URL" desc="Title of the bookmark dropdown menu item that copies the url of the bookmark.">
416     Copy URL
417   </message>
418   <message name="IDS_BOOKMARK_MANAGER_MENU_EXPORT" desc="Title of the bookmark toolbar dropdown menu item that exports bookmarks.">
419     Export bookmarks
420   </message>
421   <message name="IDS_BOOKMARK_MANAGER_MENU_HELP_CENTER" desc="Title of the bookmark toolbar dropdown menu item that opens the help center.">
422     Help center
423   </message>
424   <message name="IDS_BOOKMARK_MANAGER_MENU_IMPORT" desc="Title of the bookmark toolbar dropdown menu item that imports bookmarks.">
425     Import bookmarks
426   </message>
427   <message name="IDS_BOOKMARK_MANAGER_MENU_OPEN_ALL" desc="Menu title for opening all urls in a bookmark folder">
428     Open all bookmarks
429   </message>
430   <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">
431     Open all in new window
432   </message>
433   <message name="IDS_BOOKMARK_MANAGER_MENU_OPEN_ALL_INCOGNITO" desc="Menu description for opening all urls in a bookmark folder in an incognito window">
434     Open all in incognito window
435   </message>
436   <message name="IDS_BOOKMARK_MANAGER_MENU_OPEN_IN_NEW_TAB" desc="Menu description for opening a bookmark in a new tab">
437     Open in new tab
438   </message>
439   <message name="IDS_BOOKMARK_MANAGER_MENU_OPEN_IN_NEW_WINDOW" desc="Menu description for opening a bookmark in a new window">
440     Open in new window
441   </message>
442   <message name="IDS_BOOKMARK_MANAGER_MENU_OPEN_INCOGNITO" desc="Menu description for opening a bookmark in incognito window">
443     Open in incognito window
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_OPEN_DIALOG_TITLE" desc="Title of the dialog confirming whether a large number of bookmarks should be opened.">
461     Open selected items
462   </message>
463   <message name="IDS_BOOKMARK_MANAGER_OPEN_DIALOG_CONFIRM" desc="Label for the button to confirm opening a large number of bookmarks.">
464     Open
465   </message>
466   <message name="IDS_BOOKMARK_MANAGER_ITEMS_SELECTED" desc="Label displayed in bookmark manager toolbar telling the user how many items they have selected.">
467     <ph name="NUMBER_OF_ITEMS_SELECTED">$1</ph> selected
468   </message>
469   <message name="IDS_BOOKMARK_MANAGER_SIDEBAR_AX_LABEL" desc="Message announced by screenreaders for the bookmark manager sidebar.">
470     Bookmark folder tree
471   </message>
472   <message name="IDS_BOOKMARK_MANAGER_SIDEBAR_NODE_COLLAPSE_AX_LABEL" desc="Message announced by screenreaders for button to collapse a folder in the bookmark manager sidebar.">
473     Collapse <ph name="FOLDER_NAME">$1<ex>Recipes</ex></ph>
474   </message>
475   <message name="IDS_BOOKMARK_MANAGER_SIDEBAR_NODE_EXPAND_AX_LABEL" desc="Message announced by screenreaders for button to expand a folder in the bookmark manager sidebar.">
476     Expand <ph name="FOLDER_NAME">$1<ex>Recipes</ex></ph>
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 {# bookmarks deleted}}
488   </message>
489   <message name="IDS_BOOKMARK_MANAGER_TOAST_URL_COPIED" desc="Label displayed in toast popup message when a URL is copied.">
490     URL copied
491   </message>
492   <message name="IDS_BOOKMARK_MANAGER_TOAST_ITEM_COPIED" desc="Label displayed in toast popup message when a single item is copied.">
493     '<ph name="COPIED_ITEM_NAME">$1<ex>Bookmark X</ex></ph>' copied
494   </message>
495   <message name="IDS_BOOKMARK_MANAGER_TOAST_ITEMS_COPIED" desc="Label displayed in a toast popup message when two or more bookmark items are copied">
496     {COUNT, plural,
497       =1 {1 item copied}
498       other {# items copied}}
499   </message>
500   <!-- End of Bookmarks Manager strings. -->
501
502   <!-- Begin of Bookmarks Menu (in the Main Menu) strings. -->
503   <message name="IDS_BOOKMARKS_MENU" desc="The title of the Bookmarks menu in the Main menu and in the Mac menu bar.">
504     &amp;Bookmarks
505   </message>
506   <if expr="not use_titlecase">
507     <message name="IDS_BOOKMARK_THIS_PAGE" desc="Title of the menu item that bookmarks the current page.">
508       Bookmark this page...
509     </message>
510   </if>
511   <if expr="use_titlecase">
512     <message name="IDS_BOOKMARK_THIS_PAGE" desc="In Title Case: Title of the menu item that bookmarks the current page.">
513       Bookmark This Page...
514     </message>
515   </if>
516   <if expr="not use_titlecase">
517     <message name="IDS_BOOKMARK_OPEN_PAGES" desc="Title of the menu item that bookmarks all the pages opened in this window.">
518       Bookmark open pages...
519     </message>
520   </if>
521   <if expr="use_titlecase">
522     <message name="IDS_BOOKMARK_OPEN_PAGES" desc="In Title Case: Title of the menu item that bookmarks all the pages opened in this window.">
523       Bookmark Open Pages...
524     </message>
525   </if>
526   <!-- End of Bookmarks Menu (in the Main Menu) strings. -->
527
528   <!-- Begin of Bookmark Star button strings. -->
529   <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 page is bookmarked.">
530     Edit bookmark for this page
531   </message>
532   <!-- End of Bookmark Star button strings. -->
533
534 </grit-part>