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

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

Issue 2610123004: [MD Bookmarks] Add a message to empty bookmark lists. (Closed)
Patch Set: Improve string description. Created 3 years, 11 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/list.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 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
320 </message> 320 </message>
321 <!-- End of Bookmarks Manager strings. --> 321 <!-- End of Bookmarks Manager strings. -->
322 322
323 <!-- Begin of material design Bookmarks Manager strings. --> 323 <!-- Begin of material design Bookmarks Manager strings. -->
324 <message name="IDS_MD_BOOKMARK_MANAGER_TITLE" desc="Title of the bookmark mana ger window."> 324 <message name="IDS_MD_BOOKMARK_MANAGER_TITLE" desc="Title of the bookmark mana ger window.">
325 Bookmarks 325 Bookmarks
326 </message> 326 </message>
327 <message name="IDS_MD_BOOKMARK_MANAGER_CLEAR_SEARCH" desc="Title of the button in the bookmark manager that stops a search."> 327 <message name="IDS_MD_BOOKMARK_MANAGER_CLEAR_SEARCH" desc="Title of the button in the bookmark manager that stops a search.">
328 Clear search 328 Clear search
329 </message> 329 </message>
330 <message name="IDS_MD_BOOKMARK_MANAGER_EMPTY_LIST" desc="Text on the bookmarks list that indicates that a folder has no bookmarks.">
331 This folder is empty
332 </message>
330 <message name="IDS_MD_BOOKMARK_MANAGER_MENU_ADD_BOOKMARK" desc="Title of the b ookmark toolbar dropdown menu item that adds a new bookmark."> 333 <message name="IDS_MD_BOOKMARK_MANAGER_MENU_ADD_BOOKMARK" desc="Title of the b ookmark toolbar dropdown menu item that adds a new bookmark.">
331 Add new bookmark 334 Add new bookmark
332 </message> 335 </message>
333 <message name="IDS_MD_BOOKMARK_MANAGER_MENU_ADD_FOLDER" desc="Title of the boo kmark toolbar dropdown menu item that adds a new folder."> 336 <message name="IDS_MD_BOOKMARK_MANAGER_MENU_ADD_FOLDER" desc="Title of the boo kmark toolbar dropdown menu item that adds a new folder.">
334 Add new folder 337 Add new folder
335 </message> 338 </message>
336 <message name="IDS_MD_BOOKMARK_MANAGER_MENU_BULK_EDIT" desc="Title of the book mark toolbar dropdown menu item that enters bulk edit mode."> 339 <message name="IDS_MD_BOOKMARK_MANAGER_MENU_BULK_EDIT" desc="Title of the book mark toolbar dropdown menu item that enters bulk edit mode.">
337 Bulk edit 340 Bulk edit
338 </message> 341 </message>
339 <message name="IDS_MD_BOOKMARK_MANAGER_MENU_COPY_URL" desc="Title of the bookm ark dropdown menu item that copies the url of the bookmark."> 342 <message name="IDS_MD_BOOKMARK_MANAGER_MENU_COPY_URL" desc="Title of the bookm ark dropdown menu item that copies the url of the bookmark.">
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
376 </if> 379 </if>
377 <!-- End of Bookmarks Menu (in the Main Menu) strings. --> 380 <!-- End of Bookmarks Menu (in the Main Menu) strings. -->
378 381
379 <!-- Begin of Bookmark Star button strings. --> 382 <!-- Begin of Bookmark Star button strings. -->
380 <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."> 383 <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.">
381 Edit bookmark for this page 384 Edit bookmark for this page
382 </message> 385 </message>
383 <!-- End of Bookmark Star button strings. --> 386 <!-- End of Bookmark Star button strings. -->
384 387
385 </grit-part> 388 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/md_bookmarks/list.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698