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

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

Issue 2898303004: [MD Bookmarks] Add toasts. (Closed)
Patch Set: fix nits 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/browser_resources.grd » ('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 401 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_ITEMS_SELECTED" desc="Label displayed i n bookmark manager toolbar telling the user how many items they have selected."> 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.">
417 <ph name="NUMBER_OF_ITEMS_SELECTED">$1</ph> selected 417 <ph name="NUMBER_OF_ITEMS_SELECTED">$1</ph> selected
418 </message> 418 </message>
419 <message name="IDS_MD_BOOKMARK_MANAGER_TITLE" desc="Title of the bookmark mana ger window."> 419 <message name="IDS_MD_BOOKMARK_MANAGER_TITLE" desc="Title of the bookmark mana ger window.">
420 Bookmarks 420 Bookmarks
421 </message> 421 </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.">
423 Folder sorted
424 </message>
425 <message name="IDS_MD_BOOKMARK_MANAGER_TOAST_ITEM_DELETED" desc="Label display ed in toast popup message when an item is deleted.">
426 '<ph name="DELETED_ITEM_NAME">$1</ph>' has been deleted
427 </message>
428 <message name="IDS_MD_BOOKMARK_MANAGER_TOAST_ITEMS_DELETED" desc="Label displa yed in toast popup message when several items are deleted.">
429 {COUNT, plural,
430 other {# bookmarks deleted}}
431 </message>
432 <message name="IDS_MD_BOOKMARK_MANAGER_TOAST_URL_COPIED" desc="Label displayed in toast popup message when a URL is copied.">
433 URL copied
434 </message>
422 <!-- End of material design Bookmarks Manager strings. --> 435 <!-- End of material design Bookmarks Manager strings. -->
423 436
424 <!-- Begin of Bookmarks Menu (in the Main Menu) strings. --> 437 <!-- Begin of Bookmarks Menu (in the Main Menu) strings. -->
425 <message name="IDS_BOOKMARKS_MENU" desc="The title of the Bookmarks menu in th e Main menu and in the Mac menu bar."> 438 <message name="IDS_BOOKMARKS_MENU" desc="The title of the Bookmarks menu in th e Main menu and in the Mac menu bar.">
426 &amp;Bookmarks 439 &amp;Bookmarks
427 </message> 440 </message>
428 <if expr="not use_titlecase"> 441 <if expr="not use_titlecase">
429 <message name="IDS_BOOKMARK_THIS_PAGE" desc="Title of the menu item that boo kmarks the current page."> 442 <message name="IDS_BOOKMARK_THIS_PAGE" desc="Title of the menu item that boo kmarks the current page.">
430 Bookmark this page... 443 Bookmark this page...
431 </message> 444 </message>
(...skipping 15 matching lines...) Expand all
447 </if> 460 </if>
448 <!-- End of Bookmarks Menu (in the Main Menu) strings. --> 461 <!-- End of Bookmarks Menu (in the Main Menu) strings. -->
449 462
450 <!-- Begin of Bookmark Star button strings. --> 463 <!-- Begin of Bookmark Star button strings. -->
451 <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."> 464 <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.">
452 Edit bookmark for this page 465 Edit bookmark for this page
453 </message> 466 </message>
454 <!-- End of Bookmark Star button strings. --> 467 <!-- End of Bookmark Star button strings. -->
455 468
456 </grit-part> 469 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browser_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698