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

Side by Side Diff: components/bookmark_component_strings.grdp

Issue 2680843009: [Bookmark] Remove unused strings in components (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | 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">
21 <message name="IDS_BOOKMARK_MANAGER_NAME_INPUT_PLACE_HOLDER" desc="In Title Case: Text to show in the URL input field when editing or creating bookmarks."> 21 <message name="IDS_BOOKMARK_MANAGER_NAME_INPUT_PLACE_HOLDER" desc="In Title Case: Text to show in the URL input field when editing or creating bookmarks.">
22 Name 22 Name
23 </message> 23 </message>
24 <message name="IDS_BOOKMARK_MANAGER_URL_INPUT_PLACE_HOLDER" desc="In Title C ase: Text to show in the URL input field when editing or creating bookmarks."> 24 <message name="IDS_BOOKMARK_MANAGER_URL_INPUT_PLACE_HOLDER" desc="In Title C ase: Text to show in the URL input field when editing or creating bookmarks.">
25 URL 25 URL
26 </message> 26 </message>
27 </if> 27 </if>
28 <if expr="is_ios"> 28 <if expr="is_ios">
29 <message name="IDS_BOOKMARK_FOLDER_CHOOSER_TITLE" desc="Title of the window the bookmark folder chooser is in.">
30 Choose Folder
31 </message>
32 <message name="IDS_BOOKMARK_ADD_EDITOR_TITLE" desc="Title of the window the bookmark editor is in when adding a bookmark. [Length: 10em]"> 29 <message name="IDS_BOOKMARK_ADD_EDITOR_TITLE" desc="Title of the window the bookmark editor is in when adding a bookmark. [Length: 10em]">
33 Add Bookmark 30 Add Bookmark
34 </message> 31 </message>
35 <message name="IDS_BOOKMARK_NEW_FOLDER_BUTTON_TITLE" desc="Title for button to create a new folder in Bookmarks [Length: 14em]">
36 New Folder
37 </message>
38 <message name="IDS_BOOKMARK_FOLDER_EDITOR_TITLE" desc="Title of the window t he bookmark folder editor is in.">
39 Edit Folder
40 </message>
41 <message name="IDS_BOOKMARK_MANAGER_FOLDER_SECTION" desc="The label for the folder section when editing or creating bookmarks on a phone.">
42 In Folder:
43 </message>
44 <message name="IDS_BOOKMARK_MANAGER_FOLDER_TITLE" desc="The label for the fo lder selector field when editing or creating bookmarks.">
45 Folder
46 </message>
47 <message name="IDS_BOOKMARK_MANAGER_REMOVE_TITLE" desc="The label for the re move button when editing bookmarks.">
48 Remove
49 </message>
50 </if> 32 </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."> 33 <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 34 Bookmark this page
53 </message> 35 </message>
54 </grit-part> 36 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698