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

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

Issue 2639893006: [MD Bookmarks] Add lines between items and no search results message. (Closed)
Patch Set: Fix css on separator line 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/app.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 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 </message> 344 </message>
345 <message name="IDS_MD_BOOKMARK_MANAGER_MENU_EXPORT" desc="Title of the bookmar k toolbar dropdown menu item that exports bookmarks."> 345 <message name="IDS_MD_BOOKMARK_MANAGER_MENU_EXPORT" desc="Title of the bookmar k toolbar dropdown menu item that exports bookmarks.">
346 Export Bookmarks 346 Export Bookmarks
347 </message> 347 </message>
348 <message name="IDS_MD_BOOKMARK_MANAGER_MENU_IMPORT" desc="Title of the bookmar k toolbar dropdown menu item that imports bookmarks."> 348 <message name="IDS_MD_BOOKMARK_MANAGER_MENU_IMPORT" desc="Title of the bookmar k toolbar dropdown menu item that imports bookmarks.">
349 Import Bookmarks 349 Import Bookmarks
350 </message> 350 </message>
351 <message name="IDS_MD_BOOKMARK_MANAGER_MENU_SORT" desc="Title of the bookmark toolbar dropdown menu item that sorts bookmarks by title."> 351 <message name="IDS_MD_BOOKMARK_MANAGER_MENU_SORT" desc="Title of the bookmark toolbar dropdown menu item that sorts bookmarks by title.">
352 Sort by title 352 Sort by title
353 </message> 353 </message>
354 <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.">
355 No search results found
356 </message>
354 <!-- End of material design Bookmarks Manager strings. --> 357 <!-- End of material design Bookmarks Manager strings. -->
355 358
356 <!-- Begin of Bookmarks Menu (in the Main Menu) strings. --> 359 <!-- Begin of Bookmarks Menu (in the Main Menu) strings. -->
357 <message name="IDS_BOOKMARKS_MENU" desc="The title of the Bookmarks menu in th e Main menu and in the Mac menu bar."> 360 <message name="IDS_BOOKMARKS_MENU" desc="The title of the Bookmarks menu in th e Main menu and in the Mac menu bar.">
358 &amp;Bookmarks 361 &amp;Bookmarks
359 </message> 362 </message>
360 <if expr="not use_titlecase"> 363 <if expr="not use_titlecase">
361 <message name="IDS_BOOKMARK_THIS_PAGE" desc="Title of the menu item that boo kmarks the current page."> 364 <message name="IDS_BOOKMARK_THIS_PAGE" desc="Title of the menu item that boo kmarks the current page.">
362 Bookmark this page... 365 Bookmark this page...
363 </message> 366 </message>
(...skipping 15 matching lines...) Expand all
379 </if> 382 </if>
380 <!-- End of Bookmarks Menu (in the Main Menu) strings. --> 383 <!-- End of Bookmarks Menu (in the Main Menu) strings. -->
381 384
382 <!-- Begin of Bookmark Star button strings. --> 385 <!-- Begin of Bookmark Star button strings. -->
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."> 386 <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.">
384 Edit bookmark for this page 387 Edit bookmark for this page
385 </message> 388 </message>
386 <!-- End of Bookmark Star button strings. --> 389 <!-- End of Bookmark Star button strings. -->
387 390
388 </grit-part> 391 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/md_bookmarks/app.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698