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 398 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
409 </message> | 409 </message> |
410 <message name="IDS_MD_BOOKMARK_MANAGER_NO_SEARCH_RESULTS" desc="Text on the bo okmarks list that indicates that no bookmarks or folders match the search."> | 410 <message name="IDS_MD_BOOKMARK_MANAGER_NO_SEARCH_RESULTS" desc="Text on the bo okmarks list that indicates that no bookmarks or folders match the search."> |
411 No search results found | 411 No search results found |
412 </message> | 412 </message> |
413 <message name="IDS_MD_BOOKMARK_MANAGER_ITEMS_SELECTED" desc="Label displayed i n bookmark manager toolbar telling the user how many items they have selected."> | 413 <message name="IDS_MD_BOOKMARK_MANAGER_ITEMS_SELECTED" desc="Label displayed i n bookmark manager toolbar telling the user how many items they have selected."> |
414 <ph name="NUMBER_OF_ITEMS_SELECTED">$1</ph> selected | 414 <ph name="NUMBER_OF_ITEMS_SELECTED">$1</ph> selected |
415 </message> | 415 </message> |
416 <message name="IDS_MD_BOOKMARK_MANAGER_TITLE" desc="Title of the bookmark mana ger window."> | 416 <message name="IDS_MD_BOOKMARK_MANAGER_TITLE" desc="Title of the bookmark mana ger window."> |
417 Bookmarks | 417 Bookmarks |
418 </message> | 418 </message> |
419 <message name="IDS_MD_BOOKMARK_MANAGER_TOAST_FOLDER_SORTED" desc="Label displa yed in toast when a folder's children are sorted."> | |
420 Folder sorted | |
421 </message> | |
422 <message name="IDS_MD_BOOKMARK_MANAGER_TOAST_ITEM_DELETED" desc="Label display ed in toast when an item is deleted."> | |
423 <ph name="DELETED_ITEM_NAME">$1</ph> has been deleted | |
424 </message> | |
425 <message name="IDS_MD_BOOKMARK_MANAGER_TOAST_ITEMS_DELETED" desc="Label displa yed in toast when several items are deleted."> | |
426 <ph name="NUMBER_OF_ITEMS_DELETED">$1</ph> bookmarks deleted | |
tsergeant
2017/05/26 05:19:24
Do we need to worry about localization more here?
calamity
2017/05/31 08:10:41
Wrote a plural string handler. Will remove the sin
| |
427 </message> | |
428 <message name="IDS_MD_BOOKMARK_MANAGER_TOAST_URL_COPIED" desc="Label displayed in toast when a URL is copied."> | |
429 URL copied | |
430 </message> | |
419 <!-- End of material design Bookmarks Manager strings. --> | 431 <!-- End of material design Bookmarks Manager strings. --> |
420 | 432 |
421 <!-- Begin of Bookmarks Menu (in the Main Menu) strings. --> | 433 <!-- Begin of Bookmarks Menu (in the Main Menu) strings. --> |
422 <message name="IDS_BOOKMARKS_MENU" desc="The title of the Bookmarks menu in th e Main menu and in the Mac menu bar."> | 434 <message name="IDS_BOOKMARKS_MENU" desc="The title of the Bookmarks menu in th e Main menu and in the Mac menu bar."> |
423 &Bookmarks | 435 &Bookmarks |
424 </message> | 436 </message> |
425 <if expr="not use_titlecase"> | 437 <if expr="not use_titlecase"> |
426 <message name="IDS_BOOKMARK_THIS_PAGE" desc="Title of the menu item that boo kmarks the current page."> | 438 <message name="IDS_BOOKMARK_THIS_PAGE" desc="Title of the menu item that boo kmarks the current page."> |
427 Bookmark this page... | 439 Bookmark this page... |
428 </message> | 440 </message> |
(...skipping 15 matching lines...) Expand all Loading... | |
444 </if> | 456 </if> |
445 <!-- End of Bookmarks Menu (in the Main Menu) strings. --> | 457 <!-- End of Bookmarks Menu (in the Main Menu) strings. --> |
446 | 458 |
447 <!-- Begin of Bookmark Star button strings. --> | 459 <!-- Begin of Bookmark Star button strings. --> |
448 <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."> | 460 <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."> |
449 Edit bookmark for this page | 461 Edit bookmark for this page |
450 </message> | 462 </message> |
451 <!-- End of Bookmark Star button strings. --> | 463 <!-- End of Bookmark Star button strings. --> |
452 | 464 |
453 </grit-part> | 465 </grit-part> |
OLD | NEW |