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

Side by Side Diff: components/bookmark_component_strings.grdp

Issue 2670473002: [MD Bookmarks] Implement adding folders and bookmarks from toolbar menu. (Closed)
Patch Set: Fix store to insert node instead of push and update tests. Created 3 years, 10 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
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <grit-part> 2 <grit-part>
3 <message name="IDS_BOOKMARK_ADD_BOOKMARK_TITLE" desc="Title of the window the bookmark editor is in when adding bookmarks.">
4 Add bookmark
5 </message>
6 <message name="IDS_BOOKMARK_ADD_FOLDER_TITLE" desc="Title of the window the bo okmark editor is in when adding folders.">
7 Add folder
8 </message>
3 <message name="IDS_BOOKMARK_BUBBLE_REMOVE_BOOKMARK" desc="Title of the button for removing the bookmark"> 9 <message name="IDS_BOOKMARK_BUBBLE_REMOVE_BOOKMARK" desc="Title of the button for removing the bookmark">
4 Remove 10 Remove
5 </message> 11 </message>
6 <message name="IDS_BOOKMARK_EDITOR_NEW_FOLDER_NAME" desc="Name for newly creat ed groups"> 12 <message name="IDS_BOOKMARK_EDITOR_NEW_FOLDER_NAME" desc="Name for newly creat ed groups">
7 New folder 13 New folder
8 </message> 14 </message>
9 <message name="IDS_BOOKMARK_EDITOR_TITLE" desc="Title of the window the bookma rk editor is in."> 15 <message name="IDS_BOOKMARK_EDITOR_TITLE" desc="Title of the window the bookma rk editor is in.">
10 Edit bookmark 16 Edit bookmark
11 </message> 17 </message>
12 <if expr="not use_titlecase"> 18 <if expr="not use_titlecase">
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 Folder 51 Folder
46 </message> 52 </message>
47 <message name="IDS_BOOKMARK_MANAGER_REMOVE_TITLE" desc="The label for the re move button when editing bookmarks."> 53 <message name="IDS_BOOKMARK_MANAGER_REMOVE_TITLE" desc="The label for the re move button when editing bookmarks.">
48 Remove 54 Remove
49 </message> 55 </message>
50 </if> 56 </if>
51 <message name="IDS_TOOLTIP_STAR" desc="The tooltip shown when you hover the st ar button in the right side of the location bar."> 57 <message name="IDS_TOOLTIP_STAR" desc="The tooltip shown when you hover the st ar button in the right side of the location bar.">
52 Bookmark this page 58 Bookmark this page
53 </message> 59 </message>
54 </grit-part> 60 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698