| OLD | NEW |
| 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 Loading... |
| 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> |
| OLD | NEW |