| OLD | NEW |
| 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 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 135 </message> | 135 </message> |
| 136 <message name="IDS_BOOKMARK_BAR_NEW_FOLDER" desc="In Title Case: Menu title
for adding a new folder"> | 136 <message name="IDS_BOOKMARK_BAR_NEW_FOLDER" desc="In Title Case: Menu title
for adding a new folder"> |
| 137 Add &Folder... | 137 Add &Folder... |
| 138 </message> | 138 </message> |
| 139 <if expr="not is_android"> | 139 <if expr="not is_android"> |
| 140 <message name="IDS_SHOW_BOOKMARK_BAR" desc="In Title Case: The toggle to s
how the bookmark bar"> | 140 <message name="IDS_SHOW_BOOKMARK_BAR" desc="In Title Case: The toggle to s
how the bookmark bar"> |
| 141 &Show Bookmarks Bar | 141 &Show Bookmarks Bar |
| 142 </message> | 142 </message> |
| 143 </if> | 143 </if> |
| 144 </if> | 144 </if> |
| 145 <message name="IDS_BOOKMARK_BAR_SHOULD_OPEN_ALL" desc="Message in the message
box shown if user asks to open a lot of bookmarks in a folder. The number will n
ever be 1. [ICU Syntax]"> | 145 <message name="IDS_BOOKMARK_BAR_SHOULD_OPEN_ALL" desc="Message in the message
box shown if user asks to open a lot of bookmarks in a folder. The number will a
lways be 15 or more."> |
| 146 {TAB_COUNT, plural, | 146 Are you sure you want to open <ph name="TAB_COUNT">$1<ex>20</ex></ph> tabs? |
| 147 =1 {Are you sure you want to open # tab?} | |
| 148 other {Are you sure you want to open # tabs?} | |
| 149 } | |
| 150 </message> | 147 </message> |
| 151 <!-- End of Bookmarks Bar Context Menu strings. --> | 148 <!-- End of Bookmarks Bar Context Menu strings. --> |
| 152 | 149 |
| 153 <!-- Begin of Bookmarks Bubble strings. --> | 150 <!-- Begin of Bookmarks Bubble strings. --> |
| 154 <if expr="not use_titlecase"> | 151 <if expr="not use_titlecase"> |
| 155 <message name="IDS_BOOKMARK_BUBBLE_PAGE_BOOKMARKED" desc="Title of the bubbl
e after bookmarking a page."> | 152 <message name="IDS_BOOKMARK_BUBBLE_PAGE_BOOKMARKED" desc="Title of the bubbl
e after bookmarking a page."> |
| 156 Bookmark added! | 153 Bookmark added! |
| 157 </message> | 154 </message> |
| 158 </if> | 155 </if> |
| 159 <if expr="use_titlecase"> | 156 <if expr="use_titlecase"> |
| (...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 349 </if> | 346 </if> |
| 350 <!-- End of Bookmarks Menu (in the Main Menu) strings. --> | 347 <!-- End of Bookmarks Menu (in the Main Menu) strings. --> |
| 351 | 348 |
| 352 <!-- Begin of Bookmark Star button strings. --> | 349 <!-- Begin of Bookmark Star button strings. --> |
| 353 <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."> | 350 <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."> |
| 354 Edit bookmark for this page | 351 Edit bookmark for this page |
| 355 </message> | 352 </message> |
| 356 <!-- End of Bookmark Star button strings. --> | 353 <!-- End of Bookmark Star button strings. --> |
| 357 | 354 |
| 358 </grit-part> | 355 </grit-part> |
| OLD | NEW |