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

Side by Side Diff: chrome/app/bookmarks_strings.grdp

Issue 2945513002: MD Bookmarks: Add a confirmation dialog before opening many tabs (Closed)
Patch Set: Review comments Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/md_bookmarks/command_manager.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Bookmarks specific strings (included from generated_resources.grd). --> 2 <!-- Bookmarks specific strings (included from generated_resources.grd). -->
3 <grit-part> 3 <grit-part>
4 <!-- Begin of Bookmarks Bar strings--> 4 <!-- Begin of Bookmarks Bar strings-->
5 <if expr="not is_android"> 5 <if expr="not is_android">
6 <!-- The following two strings are shown when the user has no bookmarks yet. --> 6 <!-- The following two strings are shown when the user has no bookmarks yet. -->
7 <message name="IDS_BOOKMARKS_NO_ITEMS" desc="Text shown when the user has no bookmarks"> 7 <message name="IDS_BOOKMARKS_NO_ITEMS" desc="Text shown when the user has no bookmarks">
8 For quick access, place your bookmarks here on the bookmarks bar. 8 For quick access, place your bookmarks here on the bookmarks bar.
9 </message> 9 </message>
10 <message name="IDS_BOOKMARK_BAR_IMPORT_LINK" desc="text shown for importing "> 10 <message name="IDS_BOOKMARK_BAR_IMPORT_LINK" desc="text shown for importing ">
(...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after
406 </message> 406 </message>
407 <message name="IDS_MD_BOOKMARK_MANAGER_MENU_RENAME" desc="Title of the bookmar k list dropdown menu item that renames folders."> 407 <message name="IDS_MD_BOOKMARK_MANAGER_MENU_RENAME" desc="Title of the bookmar k list dropdown menu item that renames folders.">
408 Rename 408 Rename
409 </message> 409 </message>
410 <message name="IDS_MD_BOOKMARK_MANAGER_MENU_SORT" desc="Title of the bookmark toolbar dropdown menu item that sorts bookmarks by title."> 410 <message name="IDS_MD_BOOKMARK_MANAGER_MENU_SORT" desc="Title of the bookmark toolbar dropdown menu item that sorts bookmarks by title.">
411 Sort by title 411 Sort by title
412 </message> 412 </message>
413 <message name="IDS_MD_BOOKMARK_MANAGER_NO_SEARCH_RESULTS" desc="Text on the bo okmarks list that indicates that no bookmarks or folders match the search."> 413 <message name="IDS_MD_BOOKMARK_MANAGER_NO_SEARCH_RESULTS" desc="Text on the bo okmarks list that indicates that no bookmarks or folders match the search.">
414 No search results found 414 No search results found
415 </message> 415 </message>
416 <message name="IDS_MD_BOOKMARK_MANAGER_OPEN_DIALOG_TITLE" desc="Title of the d ialog confirming whether a large number of bookmarks should be opened.">
417 Open selected items
418 </message>
419 <message name="IDS_MD_BOOKMARK_MANAGER_OPEN_DIALOG_CONFIRM" desc="Label for th e button to confirm opening a large number of bookmarks.">
420 Open
421 </message>
416 <message name="IDS_MD_BOOKMARK_MANAGER_ITEMS_SELECTED" desc="Label displayed i n bookmark manager toolbar telling the user how many items they have selected."> 422 <message name="IDS_MD_BOOKMARK_MANAGER_ITEMS_SELECTED" desc="Label displayed i n bookmark manager toolbar telling the user how many items they have selected.">
417 <ph name="NUMBER_OF_ITEMS_SELECTED">$1</ph> selected 423 <ph name="NUMBER_OF_ITEMS_SELECTED">$1</ph> selected
418 </message> 424 </message>
419 <message name="IDS_MD_BOOKMARK_MANAGER_TITLE" desc="Title of the bookmark mana ger window."> 425 <message name="IDS_MD_BOOKMARK_MANAGER_TITLE" desc="Title of the bookmark mana ger window.">
420 Bookmarks 426 Bookmarks
421 </message> 427 </message>
422 <message name="IDS_MD_BOOKMARK_MANAGER_TOAST_FOLDER_SORTED" desc="Label displa yed in toast popup message when a folder's children are sorted."> 428 <message name="IDS_MD_BOOKMARK_MANAGER_TOAST_FOLDER_SORTED" desc="Label displa yed in toast popup message when a folder's children are sorted.">
423 Folder sorted 429 Folder sorted
424 </message> 430 </message>
425 <message name="IDS_MD_BOOKMARK_MANAGER_TOAST_ITEMS_DELETED" desc="Label displa yed in toast popup message when several items are deleted."> 431 <message name="IDS_MD_BOOKMARK_MANAGER_TOAST_ITEMS_DELETED" desc="Label displa yed in toast popup message when several items are deleted.">
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
458 </if> 464 </if>
459 <!-- End of Bookmarks Menu (in the Main Menu) strings. --> 465 <!-- End of Bookmarks Menu (in the Main Menu) strings. -->
460 466
461 <!-- Begin of Bookmark Star button strings. --> 467 <!-- Begin of Bookmark Star button strings. -->
462 <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 bookm arked."> 468 <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 bookm arked.">
463 Edit bookmark for this page 469 Edit bookmark for this page
464 </message> 470 </message>
465 <!-- End of Bookmark Star button strings. --> 471 <!-- End of Bookmark Star button strings. -->
466 472
467 </grit-part> 473 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/md_bookmarks/command_manager.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698