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 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
196 </message> | 196 </message> |
197 <if expr="not is_android"> | 197 <if expr="not is_android"> |
198 <message name="IDS_SHOW_BOOKMARK_BAR" desc="In Title Case: The toggle to s
how the bookmark bar"> | 198 <message name="IDS_SHOW_BOOKMARK_BAR" desc="In Title Case: The toggle to s
how the bookmark bar"> |
199 &Show Bookmarks Bar | 199 &Show Bookmarks Bar |
200 </message> | 200 </message> |
201 </if> | 201 </if> |
202 </if> | 202 </if> |
203 <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"> | 203 <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"> |
204 Are you sure you want to open <ph name="TAB_COUNT">$1<ex>20</ex></ph> tabs? | 204 Are you sure you want to open <ph name="TAB_COUNT">$1<ex>20</ex></ph> tabs? |
205 </message> | 205 </message> |
206 <if expr="is_android"> | |
207 <message name="IDS_SHOW_BOOKMARK_BAR" desc="Mobile: The toggle to show the b
ookmark bar"> | |
208 &Always show bookmarks bar | |
209 </message> | |
210 </if> | |
211 <!-- End of Bookmarks Bar Context Menu strings. --> | 206 <!-- End of Bookmarks Bar Context Menu strings. --> |
212 | 207 |
213 <!-- Begin of Bookmarks Bubble strings. --> | 208 <!-- Begin of Bookmarks Bubble strings. --> |
214 <if expr="not use_titlecase"> | 209 <if expr="not use_titlecase"> |
215 <message name="IDS_BOOKMARK_BUBBLE_PAGE_BOOKMARKED" desc="Title of the bubbl
e after bookmarking a page."> | 210 <message name="IDS_BOOKMARK_BUBBLE_PAGE_BOOKMARKED" desc="Title of the bubbl
e after bookmarking a page."> |
216 Bookmark added! | 211 Bookmark added! |
217 </message> | 212 </message> |
218 </if> | 213 </if> |
219 <if expr="use_titlecase"> | 214 <if expr="use_titlecase"> |
220 <message name="IDS_BOOKMARK_BUBBLE_PAGE_BOOKMARKED" desc="In Title Case: Tit
le of the bubble after bookmarking a page."> | 215 <message name="IDS_BOOKMARK_BUBBLE_PAGE_BOOKMARKED" desc="In Title Case: Tit
le of the bubble after bookmarking a page."> |
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
459 | 454 |
460 <!-- Being of Bookmark Star button strings. --> | 455 <!-- Being of Bookmark Star button strings. --> |
461 <message name="IDS_TOOLTIP_STAR" desc="The tooltip shown when you hover the st
ar button in the right side of the location bar."> | 456 <message name="IDS_TOOLTIP_STAR" desc="The tooltip shown when you hover the st
ar button in the right side of the location bar."> |
462 Bookmark this page | 457 Bookmark this page |
463 </message> | 458 </message> |
464 <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."> | 459 <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."> |
465 Edit bookmark for this page | 460 Edit bookmark for this page |
466 </message> | 461 </message> |
467 <!-- End of Bookmark Star button strings. --> | 462 <!-- End of Bookmark Star button strings. --> |
468 | 463 |
469 <if expr="is_android"> | |
470 <message name="IDS_BOOKMARK_EDIT_FOLDER" desc="Context menu item for editing
a bookmark folder"> | |
471 Edit folder | |
472 </message> | |
473 <message name="IDS_BOOKMARK_REMOVE_FOLDER" desc="Context menu item for remov
ing a bookmark folder"> | |
474 Remove folder | |
475 </message> | |
476 </if> | |
477 | |
478 </grit-part> | 464 </grit-part> |
OLD | NEW |