| 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 300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 311 <message name="IDS_BOOKMARK_MANAGER_INVALID_URL" desc="In Title Case: Error
message to display when the user tries to edit or create a bookmark with an inva
lid URL."> | 311 <message name="IDS_BOOKMARK_MANAGER_INVALID_URL" desc="In Title Case: Error
message to display when the user tries to edit or create a bookmark with an inva
lid URL."> |
| 312 Invalid URL. | 312 Invalid URL. |
| 313 </message> | 313 </message> |
| 314 <message name="IDS_BOOKMARK_MANAGER_RECENT" desc="In Title Case: The label f
or the tree item that shows the recently added bookmarks."> | 314 <message name="IDS_BOOKMARK_MANAGER_RECENT" desc="In Title Case: The label f
or the tree item that shows the recently added bookmarks."> |
| 315 Recent | 315 Recent |
| 316 </message> | 316 </message> |
| 317 <message name="IDS_BOOKMARK_MANAGER_SEARCH" desc="In Title Case: The label f
or the tree item that shows the search results for the bookmarks."> | 317 <message name="IDS_BOOKMARK_MANAGER_SEARCH" desc="In Title Case: The label f
or the tree item that shows the search results for the bookmarks."> |
| 318 Search | 318 Search |
| 319 </message> | 319 </message> |
| 320 </if> | 320 </if> |
| 321 <message name="IDS_EXPORT_BOOKMARKS_DEFAULT_FILENAME" desc="Filename that pre-
populates the filename field when user attempts to export his bookmarks from Boo
kmark Manager."> | 321 <message name="IDS_EXPORT_BOOKMARKS_DEFAULT_FILENAME" desc="Filename that pre-
populates the filename field when user attempts to export their bookmarks from B
ookmark Manager."> |
| 322 bookmarks_<ph name="DATESTAMP">$1<ex>02_11_11</ex></ph>.html | 322 bookmarks_<ph name="DATESTAMP">$1<ex>02_11_11</ex></ph>.html |
| 323 </message> | 323 </message> |
| 324 <!-- End of Bookmarks Manager strings. --> | 324 <!-- End of Bookmarks Manager strings. --> |
| 325 | 325 |
| 326 <!-- Begin of Bookmarks Menu (in the Main Menu) strings. --> | 326 <!-- Begin of Bookmarks Menu (in the Main Menu) strings. --> |
| 327 <message name="IDS_BOOKMARKS_MENU" desc="The title of the Bookmarks menu in th
e Main menu and in the Mac menu bar."> | 327 <message name="IDS_BOOKMARKS_MENU" desc="The title of the Bookmarks menu in th
e Main menu and in the Mac menu bar."> |
| 328 &Bookmarks | 328 &Bookmarks |
| 329 </message> | 329 </message> |
| 330 <if expr="not use_titlecase"> | 330 <if expr="not use_titlecase"> |
| 331 <message name="IDS_BOOKMARK_THIS_PAGE" desc="Title of the menu item that boo
kmarks the current page."> | 331 <message name="IDS_BOOKMARK_THIS_PAGE" desc="Title of the menu item that boo
kmarks the current page."> |
| (...skipping 17 matching lines...) Expand all Loading... |
| 349 </if> | 349 </if> |
| 350 <!-- End of Bookmarks Menu (in the Main Menu) strings. --> | 350 <!-- End of Bookmarks Menu (in the Main Menu) strings. --> |
| 351 | 351 |
| 352 <!-- Begin of Bookmark Star button strings. --> | 352 <!-- 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."> | 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."> |
| 354 Edit bookmark for this page | 354 Edit bookmark for this page |
| 355 </message> | 355 </message> |
| 356 <!-- End of Bookmark Star button strings. --> | 356 <!-- End of Bookmark Star button strings. --> |
| 357 | 357 |
| 358 </grit-part> | 358 </grit-part> |
| OLD | NEW |