| OLD | NEW |
| 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 404 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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."> | 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 | 423 Folder sorted |
| 424 </message> | 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."> | 425 <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, | 426 {COUNT, plural, |
| 427 =1 {'<ph name="DELETED_ITEM_NAME">$1</ph>' has been deleted} |
| 430 other {# bookmarks deleted}} | 428 other {# bookmarks deleted}} |
| 431 </message> | 429 </message> |
| 432 <message name="IDS_MD_BOOKMARK_MANAGER_TOAST_URL_COPIED" desc="Label displayed
in toast popup message when a URL is copied."> | 430 <message name="IDS_MD_BOOKMARK_MANAGER_TOAST_URL_COPIED" desc="Label displayed
in toast popup message when a URL is copied."> |
| 433 URL copied | 431 URL copied |
| 434 </message> | 432 </message> |
| 435 <!-- End of material design Bookmarks Manager strings. --> | 433 <!-- End of material design Bookmarks Manager strings. --> |
| 436 | 434 |
| 437 <!-- Begin of Bookmarks Menu (in the Main Menu) strings. --> | 435 <!-- Begin of Bookmarks Menu (in the Main Menu) strings. --> |
| 438 <message name="IDS_BOOKMARKS_MENU" desc="The title of the Bookmarks menu in th
e Main menu and in the Mac menu bar."> | 436 <message name="IDS_BOOKMARKS_MENU" desc="The title of the Bookmarks menu in th
e Main menu and in the Mac menu bar."> |
| 439 &Bookmarks | 437 &Bookmarks |
| (...skipping 20 matching lines...) Expand all Loading... |
| 460 </if> | 458 </if> |
| 461 <!-- End of Bookmarks Menu (in the Main Menu) strings. --> | 459 <!-- End of Bookmarks Menu (in the Main Menu) strings. --> |
| 462 | 460 |
| 463 <!-- Begin of Bookmark Star button strings. --> | 461 <!-- Begin of Bookmark Star button strings. --> |
| 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."> | 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."> |
| 465 Edit bookmark for this page | 463 Edit bookmark for this page |
| 466 </message> | 464 </message> |
| 467 <!-- End of Bookmark Star button strings. --> | 465 <!-- End of Bookmark Star button strings. --> |
| 468 | 466 |
| 469 </grit-part> | 467 </grit-part> |
| OLD | NEW |