Chromium Code Reviews| 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 366 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 377 <message name="IDS_MD_BOOKMARK_MANAGER_ADD_BOOKMARK_TITLE" desc="Title of the dialog in the bookmark manager that creates a new bookmark."> | 377 <message name="IDS_MD_BOOKMARK_MANAGER_ADD_BOOKMARK_TITLE" desc="Title of the dialog in the bookmark manager that creates a new bookmark."> |
| 378 Add bookmark | 378 Add bookmark |
| 379 </message> | 379 </message> |
| 380 <message name="IDS_MD_BOOKMARK_MANAGER_ADD_FOLDER_TITLE" desc="Title of the di alog in the bookmark manager that creates a new bookmark folder."> | 380 <message name="IDS_MD_BOOKMARK_MANAGER_ADD_FOLDER_TITLE" desc="Title of the di alog in the bookmark manager that creates a new bookmark folder."> |
| 381 Add folder | 381 Add folder |
| 382 </message> | 382 </message> |
| 383 <message name="IDS_MD_BOOKMARK_MANAGER_CLEAR_SEARCH" desc="Title of the button in the bookmark manager that stops a search."> | 383 <message name="IDS_MD_BOOKMARK_MANAGER_CLEAR_SEARCH" desc="Title of the button in the bookmark manager that stops a search."> |
| 384 Clear search | 384 Clear search |
| 385 </message> | 385 </message> |
| 386 <message name="IDS_MD_BOOKMARK_MANAGER_EMPTY_LIST" desc="Text on the bookmarks list that indicates that a folder has no bookmarks."> | 386 <message name="IDS_MD_BOOKMARK_MANAGER_EMPTY_LIST" desc="Text on the bookmarks list that indicates that a folder has no bookmarks."> |
| 387 This folder is empty | 387 To bookmark pages, click the star in the address bar |
|
dschuyler
2017/06/01 20:37:50
Consider mentioning the desc that "star" is descri
scottchen
2017/06/01 20:44:58
Done.
| |
| 388 </message> | 388 </message> |
| 389 <message name="IDS_MD_BOOKMARK_MANAGER_FOLDER_RENAME_TITLE" desc="Title of the bookmark editor window when editing folders."> | 389 <message name="IDS_MD_BOOKMARK_MANAGER_FOLDER_RENAME_TITLE" desc="Title of the bookmark editor window when editing folders."> |
| 390 Rename Folder | 390 Rename Folder |
| 391 </message> | 391 </message> |
| 392 <message name="IDS_MD_BOOKMARK_MANAGER_MENU_ADD_BOOKMARK" desc="Title of the b ookmark toolbar dropdown menu item that adds a new bookmark."> | 392 <message name="IDS_MD_BOOKMARK_MANAGER_MENU_ADD_BOOKMARK" desc="Title of the b ookmark toolbar dropdown menu item that adds a new bookmark."> |
| 393 Add new bookmark | 393 Add new bookmark |
| 394 </message> | 394 </message> |
| 395 <message name="IDS_MD_BOOKMARK_MANAGER_MENU_ADD_FOLDER" desc="Title of the boo kmark toolbar dropdown menu item that adds a new folder."> | 395 <message name="IDS_MD_BOOKMARK_MANAGER_MENU_ADD_FOLDER" desc="Title of the boo kmark toolbar dropdown menu item that adds a new folder."> |
| 396 Add new folder | 396 Add new folder |
| 397 </message> | 397 </message> |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 447 </if> | 447 </if> |
| 448 <!-- End of Bookmarks Menu (in the Main Menu) strings. --> | 448 <!-- End of Bookmarks Menu (in the Main Menu) strings. --> |
| 449 | 449 |
| 450 <!-- Begin of Bookmark Star button strings. --> | 450 <!-- 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."> | 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."> |
| 452 Edit bookmark for this page | 452 Edit bookmark for this page |
| 453 </message> | 453 </message> |
| 454 <!-- End of Bookmark Star button strings. --> | 454 <!-- End of Bookmark Star button strings. --> |
| 455 | 455 |
| 456 </grit-part> | 456 </grit-part> |
| OLD | NEW |