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

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

Issue 2948943002: MD Bookmarks: Add full support for cut/copy/paste keyboard shortcuts (Closed)
Patch Set: Review comments Created 3 years, 5 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.js » ('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 418 matching lines...) Expand 10 before | Expand all | Expand 10 after
429 Folder sorted 429 Folder sorted
430 </message> 430 </message>
431 <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.">
432 {COUNT, plural, 432 {COUNT, plural,
433 =1 {'<ph name="DELETED_ITEM_NAME">$1</ph>' has been deleted} 433 =1 {'<ph name="DELETED_ITEM_NAME">$1</ph>' has been deleted}
434 other {# bookmarks deleted}} 434 other {# bookmarks deleted}}
435 </message> 435 </message>
436 <message name="IDS_MD_BOOKMARK_MANAGER_TOAST_URL_COPIED" desc="Label displayed in toast popup message when a URL is copied."> 436 <message name="IDS_MD_BOOKMARK_MANAGER_TOAST_URL_COPIED" desc="Label displayed in toast popup message when a URL is copied.">
437 URL copied 437 URL copied
438 </message> 438 </message>
439 <message name="IDS_MD_BOOKMARK_MANAGER_TOAST_ITEMS_COPIED" desc="Label display ed in a toast popup message when several bookmark items are copied">
440 {COUNT, plural,
441 =1 {'<ph name="COPIED_ITEM_NAME">$1</ph>' copied}
442 other {# items copied}}
443 </message>
439 <!-- End of material design Bookmarks Manager strings. --> 444 <!-- End of material design Bookmarks Manager strings. -->
440 445
441 <!-- Begin of Bookmarks Menu (in the Main Menu) strings. --> 446 <!-- Begin of Bookmarks Menu (in the Main Menu) strings. -->
442 <message name="IDS_BOOKMARKS_MENU" desc="The title of the Bookmarks menu in th e Main menu and in the Mac menu bar."> 447 <message name="IDS_BOOKMARKS_MENU" desc="The title of the Bookmarks menu in th e Main menu and in the Mac menu bar.">
443 &amp;Bookmarks 448 &amp;Bookmarks
444 </message> 449 </message>
445 <if expr="not use_titlecase"> 450 <if expr="not use_titlecase">
446 <message name="IDS_BOOKMARK_THIS_PAGE" desc="Title of the menu item that boo kmarks the current page."> 451 <message name="IDS_BOOKMARK_THIS_PAGE" desc="Title of the menu item that boo kmarks the current page.">
447 Bookmark this page... 452 Bookmark this page...
448 </message> 453 </message>
(...skipping 15 matching lines...) Expand all
464 </if> 469 </if>
465 <!-- End of Bookmarks Menu (in the Main Menu) strings. --> 470 <!-- End of Bookmarks Menu (in the Main Menu) strings. -->
466 471
467 <!-- Begin of Bookmark Star button strings. --> 472 <!-- Begin of Bookmark Star button strings. -->
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."> 473 <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.">
469 Edit bookmark for this page 474 Edit bookmark for this page
470 </message> 475 </message>
471 <!-- End of Bookmark Star button strings. --> 476 <!-- End of Bookmark Star button strings. -->
472 477
473 </grit-part> 478 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/md_bookmarks/command_manager.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698