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

Side by Side Diff: components/bookmark_component_strings.grdp

Issue 2617943002: [MD Bookmarks] Edit Bookmarks. (Closed)
Patch Set: test fix 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 | « chrome/test/data/webui/md_bookmarks/store_test.js ('k') | no next file » | 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 <grit-part> 2 <grit-part>
3 <message name="IDS_BOOKMARK_BUBBLE_REMOVE_BOOKMARK" desc="Title of the button for removing the bookmark"> 3 <message name="IDS_BOOKMARK_BUBBLE_REMOVE_BOOKMARK" desc="Title of the button for removing the bookmark">
4 Remove 4 Remove
5 </message> 5 </message>
6 <message name="IDS_BOOKMARK_EDITOR_NEW_FOLDER_NAME" desc="Name for newly creat ed groups"> 6 <message name="IDS_BOOKMARK_EDITOR_NEW_FOLDER_NAME" desc="Name for newly creat ed groups">
7 New folder 7 New folder
8 </message> 8 </message>
9 <message name="IDS_BOOKMARK_EDITOR_TITLE" desc="Title of the window the bookma rk editor is in."> 9 <message name="IDS_BOOKMARK_EDITOR_TITLE" desc="Title of the window the bookma rk editor is in.">
10 Edit Bookmark 10 Edit bookmark
11 </message> 11 </message>
12 <if expr="not use_titlecase"> 12 <if expr="not use_titlecase">
13 <message name="IDS_BOOKMARK_MANAGER_NAME_INPUT_PLACE_HOLDER" desc="Text to s how in the URL input field when editing or creating bookmarks."> 13 <message name="IDS_BOOKMARK_MANAGER_NAME_INPUT_PLACE_HOLDER" desc="Text to s how in the URL input field when editing or creating bookmarks.">
14 Name 14 Name
15 </message> 15 </message>
16 <message name="IDS_BOOKMARK_MANAGER_URL_INPUT_PLACE_HOLDER" desc="Text to sh ow in the URL input field when editing or creating bookmarks."> 16 <message name="IDS_BOOKMARK_MANAGER_URL_INPUT_PLACE_HOLDER" desc="Text to sh ow in the URL input field when editing or creating bookmarks.">
17 URL 17 URL
18 </message> 18 </message>
19 </if> 19 </if>
20 <if expr="use_titlecase"> 20 <if expr="use_titlecase">
(...skipping 24 matching lines...) Expand all
45 Folder 45 Folder
46 </message> 46 </message>
47 <message name="IDS_BOOKMARK_MANAGER_REMOVE_TITLE" desc="The label for the re move button when editing bookmarks."> 47 <message name="IDS_BOOKMARK_MANAGER_REMOVE_TITLE" desc="The label for the re move button when editing bookmarks.">
48 Remove 48 Remove
49 </message> 49 </message>
50 </if> 50 </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."> 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.">
52 Bookmark this page 52 Bookmark this page
53 </message> 53 </message>
54 </grit-part> 54 </grit-part>
OLDNEW
« no previous file with comments | « chrome/test/data/webui/md_bookmarks/store_test.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698