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 14 matching lines...) Expand all Loading... |
25 </message> | 25 </message> |
26 <message name="IDS_BOOKMARK_GROUP" desc="The group name of bookmarks importe
d from a file"> | 26 <message name="IDS_BOOKMARK_GROUP" desc="The group name of bookmarks importe
d from a file"> |
27 Imported | 27 Imported |
28 </message> | 28 </message> |
29 </if> | 29 </if> |
30 | 30 |
31 <if expr="not use_titlecase"> | 31 <if expr="not use_titlecase"> |
32 <message name="IDS_BOOKMARK_BAR_SHOW_APPS_SHORTCUT" desc="Name shown in the
context menu to hide/show the apps shortcut in the bookmark bar"> | 32 <message name="IDS_BOOKMARK_BAR_SHOW_APPS_SHORTCUT" desc="Name shown in the
context menu to hide/show the apps shortcut in the bookmark bar"> |
33 Show apps shortcut | 33 Show apps shortcut |
34 </message> | 34 </message> |
| 35 <message name="IDS_BOOKMARK_BAR_SHOW_MANAGED_BOOKMARKS_DEFAULT_NAME" desc="N
ame shown in the context menu to hide/show the managed bookmarks in the bookmark
bar"> |
| 36 Show managed bookmarks |
| 37 </message> |
35 <message name="IDS_BOOKMARK_BAR_SHOW_MANAGED_BOOKMARKS" desc="Name shown in
the context menu to hide/show the managed bookmarks in the bookmark bar"> | 38 <message name="IDS_BOOKMARK_BAR_SHOW_MANAGED_BOOKMARKS" desc="Name shown in
the context menu to hide/show the managed bookmarks in the bookmark bar"> |
36 Show managed bookmarks | 39 Show <ph name="FOLDER_NAME">$1<ex>managed bookmarks</ex></ph> |
37 </message> | 40 </message> |
38 </if> | 41 </if> |
39 <if expr="use_titlecase"> | 42 <if expr="use_titlecase"> |
40 <message name="IDS_BOOKMARK_BAR_SHOW_APPS_SHORTCUT" desc="In Title Case: Nam
e shown in the context menu to hide/show the apps shortcut in the bookmark bar"> | 43 <message name="IDS_BOOKMARK_BAR_SHOW_APPS_SHORTCUT" desc="In Title Case: Nam
e shown in the context menu to hide/show the apps shortcut in the bookmark bar"> |
41 Show Apps Shortcut | 44 Show Apps Shortcut |
42 </message> | 45 </message> |
| 46 <message name="IDS_BOOKMARK_BAR_SHOW_MANAGED_BOOKMARKS_DEFAULT_NAME" desc="I
n Title Case: Name shown in the context menu to hide/show the managed bookmarks
in the bookmark bar"> |
| 47 Show Managed Bookmarks |
| 48 </message> |
43 <message name="IDS_BOOKMARK_BAR_SHOW_MANAGED_BOOKMARKS" desc="In Title Case:
Name shown in the context menu to hide/show the managed bookmarks in the bookma
rk bar"> | 49 <message name="IDS_BOOKMARK_BAR_SHOW_MANAGED_BOOKMARKS" desc="In Title Case:
Name shown in the context menu to hide/show the managed bookmarks in the bookma
rk bar"> |
44 Show Managed Bookmarks | 50 Show <ph name="FOLDER_NAME">$1<ex>Managed Bookmarks</ex></ph> |
45 </message> | 51 </message> |
46 </if> | 52 </if> |
47 <message name="IDS_BOOKMARK_BAR_APPS_SHORTCUT_NAME" desc="Name shown in the bo
okmark bar for the apps page shortcut"> | 53 <message name="IDS_BOOKMARK_BAR_APPS_SHORTCUT_NAME" desc="Name shown in the bo
okmark bar for the apps page shortcut"> |
48 Apps | 54 Apps |
49 </message> | 55 </message> |
50 <message name="IDS_BOOKMARK_BAR_APPS_SHORTCUT_TOOLTIP" desc="Text shown in the
tooltip of the apps page shortcut in the bookmark bar"> | 56 <message name="IDS_BOOKMARK_BAR_APPS_SHORTCUT_TOOLTIP" desc="Text shown in the
tooltip of the apps page shortcut in the bookmark bar"> |
51 Show apps | 57 Show apps |
52 </message> | 58 </message> |
53 <!-- End of Bookmarks Bar strings. --> | 59 <!-- End of Bookmarks Bar strings. --> |
54 | 60 |
(...skipping 398 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
453 <!-- Being of Bookmark Star button strings. --> | 459 <!-- Being of Bookmark Star button strings. --> |
454 <message name="IDS_TOOLTIP_STAR" desc="The tooltip shown when you hover the st
ar button in the right side of the location bar."> | 460 <message name="IDS_TOOLTIP_STAR" desc="The tooltip shown when you hover the st
ar button in the right side of the location bar."> |
455 Bookmark this page | 461 Bookmark this page |
456 </message> | 462 </message> |
457 <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."> | 463 <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."> |
458 Edit bookmark for this page | 464 Edit bookmark for this page |
459 </message> | 465 </message> |
460 <!-- End of Bookmark Star button strings. --> | 466 <!-- End of Bookmark Star button strings. --> |
461 | 467 |
462 </grit-part> | 468 </grit-part> |
OLD | NEW |