Home | History | Annotate | Download | only in app
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <!-- Bookmarks specific strings (included from generated_resources.grd). -->
      3 <grit-part>
      4   <!-- Begin of Bookmarks Bar strings-->
      5   <if expr="not is_android and not is_ios and not pp_ifdef('use_titlecase')">
      6     <message name="IDS_BOOKMARK_BAR_FOLDER_NAME" desc="Name shown in the tree for the Bookmarks Bar folder.">
      7       Bookmarks bar
      8     </message>
      9   </if>
     10   <if expr="not is_android and not is_ios and pp_ifdef('use_titlecase')">
     11     <message name="IDS_BOOKMARK_BAR_FOLDER_NAME" desc="In Title Case: Name shown in the tree for the Bookmarks Bar folder.">
     12       Bookmarks Bar
     13     </message>
     14   </if>
     15   <if expr="is_android">
     16     <message name="IDS_BOOKMARK_BAR_FOLDER_NAME" desc="Mobile: Name shown in the tree for the desktop bookmarks folder">
     17       Desktop bookmarks
     18     </message>
     19   </if>
     20   <if expr="is_ios">
     21     <message name="IDS_BOOKMARK_BAR_FOLDER_NAME" desc="Mobile: Name shown in the tree for the desktop bookmarks folder">
     22       Desktop Bookmarks
     23     </message>
     24   </if>
     25 
     26   <!-- The following two strings are shown when the user has no bookmarks yet. -->
     27   <message name="IDS_BOOKMARKS_NO_ITEMS" desc="Text shown when the user has no bookmarks">
     28     For quick access, place your bookmarks here on the bookmarks bar.
     29   </message>
     30   <message name="IDS_BOOKMARK_BAR_IMPORT_LINK" desc="text shown for importing ">
     31     Import bookmarks now...
     32   </message>
     33 
     34   <!-- The special folders created when importing from other other browsers. -->
     35   <message name="IDS_BOOKMARK_GROUP_FROM_IE" desc="The group name of bookmarks from Internet Explorer">
     36     Imported From IE
     37   </message>
     38   <message name="IDS_BOOKMARK_GROUP_FROM_FIREFOX" desc="The group name of bookmarks from Firefox">
     39     Imported From Firefox
     40   </message>
     41   <message name="IDS_BOOKMARK_GROUP_FROM_SAFARI" desc="The group name of bookmarks from Safari">
     42     Imported From Safari
     43   </message>
     44   <message name="IDS_BOOKMARK_GROUP_FROM_GOOGLE_TOOLBAR" desc="The group name of bookmarks from Google Toolbar">
     45     Imported From Google Toolbar
     46   </message>
     47   <message name="IDS_BOOKMARK_GROUP" desc="The group name of bookmarks imported from a file">
     48     Imported
     49   </message>
     50 
     51   <if expr="not pp_ifdef('use_titlecase')">
     52     <message name="IDS_BOOKMARK_BAR_MOBILE_FOLDER_NAME" desc="Name shown in the tree for the mobile bookmarks folder">
     53       Mobile bookmarks
     54     </message>
     55     <message name="IDS_BOOKMARK_BAR_OTHER_FOLDER_NAME" desc="Name shown in the tree for the other bookmarks folder">
     56       Other bookmarks
     57     </message>
     58     <message name="IDS_BOOKMARK_BAR_SHOW_APPS_SHORTCUT" desc="Name shown in the context menu to hide/show the apps shortcut in the bookmakr bar">
     59       Show apps shortcut
     60     </message>
     61   </if>
     62   <if expr="pp_ifdef('use_titlecase')">
     63     <message name="IDS_BOOKMARK_BAR_MOBILE_FOLDER_NAME" desc="In Title Case: Name shown in the tree for the mobile bookmarks folder">
     64       Mobile Bookmarks
     65     </message>
     66     <message name="IDS_BOOKMARK_BAR_OTHER_FOLDER_NAME" desc="In Title Case: Name shown in the tree for the other bookmarks folder">
     67       Other Bookmarks
     68     </message>
     69     <message name="IDS_BOOKMARK_BAR_SHOW_APPS_SHORTCUT" desc="In Title Case: Name shown in the context menu to hide/show the apps shortcut in the bookmakr bar">
     70       Show Apps Shortcut
     71     </message>
     72   </if>
     73   <message name="IDS_BOOKMARK_BAR_APPS_SHORTCUT_NAME" desc="Name shown in the bookmark bar for the apps page shortcut">
     74     Apps
     75   </message>
     76   <message name="IDS_BOOKMARK_BAR_APPS_SHORTCUT_TOOLTIP" desc="Text shown in the tooltip of the apps page shortcut in the bookmark bar">
     77     Show apps
     78   </message>
     79   <!-- End of Bookmarks Bar strings. -->
     80 
     81   <!-- Begin of Bookmarks Bar Context Menu strings. -->
     82   <if expr="not pp_ifdef('use_titlecase')">
     83     <message name="IDS_BOOKMARK_BAR_OPEN_ALL" desc="Menu title for opening all urls in a bookmark folder">
     84       &amp;Open all bookmarks
     85     </message>
     86     <message name="IDS_BOOKMARK_BAR_OPEN_ALL_NEW_WINDOW" desc="Menu title for opening all urls in a bookmark folder in a new window">
     87       Open all bookmarks in &amp;new window
     88     </message>
     89     <message name="IDS_BOOKMARK_BAR_OPEN_ALL_INCOGNITO" desc="Menu description for opening all urls in a bookmark folder in an incognito window">
     90       Open all bookmarks in &amp;incognito window
     91     </message>
     92     <message name="IDS_BOOKMARK_BAR_OPEN_IN_NEW_TAB" desc="Menu description for loading bookmark in a new tab">
     93       &amp;Open in new tab
     94     </message>
     95     <message name="IDS_BOOKMARK_BAR_OPEN_IN_NEW_WINDOW" desc="Menu description for loading bookmark in a new window">
     96       Open in &amp;new window
     97     </message>
     98     <message name="IDS_BOOKMARK_BAR_OPEN_INCOGNITO" desc="Menu description for opening bookmark in incognito window">
     99       Open in &amp;incognito window
    100     </message>
    101     <message name="IDS_BOOKMARK_BAR_EDIT" desc="Title of the bookmark context menu item that brings up the bookmark editor">
    102       &amp;Edit...
    103     </message>
    104     <message name="IDS_BOOKMARK_BAR_RENAME_FOLDER" desc="Title of the bookmark context menu item that brings up a dialog to rename a folder">
    105       &amp;Rename...
    106     </message>
    107     <message name="IDS_BOOKMARK_BAR_UNDO" desc="Menu title for undoing a bookmark operation">
    108       &amp;Undo
    109     </message>
    110     <message name="IDS_BOOKMARK_BAR_REDO" desc="Menu title for redoing a bookmark operation">
    111       &amp;Redo
    112     </message>
    113     <message name="IDS_BOOKMARK_BAR_REMOVE" desc="Menu title for removing/unstarring a bookmark">
    114       &amp;Delete
    115     </message>
    116     <message name="IDS_BOOKMARK_BAR_ADD_NEW_BOOKMARK" desc="Menu title for adding a new bookmark entry">
    117       Add pa&amp;ge...
    118     </message>
    119     <message name="IDS_BOOKMARK_BAR_NEW_FOLDER" desc="Menu title for adding a new folder">
    120       Add &amp;folder...
    121     </message>
    122     <if expr="not is_android">
    123       <message name="IDS_SHOW_BOOKMARK_BAR" desc="The toggle to show the bookmark bar">
    124         &amp;Show bookmarks bar
    125       </message>
    126     </if>
    127   </if>
    128   <if expr="pp_ifdef('use_titlecase')">
    129     <message name="IDS_BOOKMARK_BAR_OPEN_ALL" desc="In Title Case: Menu title for opening all urls in a bookmark folder">
    130       &amp;Open All Bookmarks
    131     </message>
    132     <message name="IDS_BOOKMARK_BAR_OPEN_ALL_NEW_WINDOW" desc="In Title Case: Menu title for opening all urls in a bookmark folder in a new window">
    133       Open All Bookmarks in &amp;New Window
    134     </message>
    135     <message name="IDS_BOOKMARK_BAR_OPEN_ALL_INCOGNITO" desc="In Title Case: Menu description for opening all urls in a bookmark folder in an incognito window">
    136       Open All Bookmarks in &amp;Incognito Window
    137     </message>
    138     <message name="IDS_BOOKMARK_BAR_OPEN_IN_NEW_TAB" desc="In Title Case: Menu description for loading bookmark in a new tab">
    139       &amp;Open in New Tab
    140     </message>
    141     <message name="IDS_BOOKMARK_BAR_OPEN_IN_NEW_WINDOW" desc="In Title Case: Menu description for loading bookmark in a new window">
    142       Open in &amp;New Window
    143     </message>
    144     <message name="IDS_BOOKMARK_BAR_OPEN_INCOGNITO" desc="In Title Case: Menu description for opening bookmark in incognito window">
    145       Open in &amp;Incognito Window
    146     </message>
    147     <message name="IDS_BOOKMARK_BAR_EDIT" desc="In Title Case: Title of the bookmark context menu item that brings up the bookmark editor">
    148       &amp;Edit...
    149     </message>
    150     <message name="IDS_BOOKMARK_BAR_RENAME_FOLDER" desc="In Title Case: Title of the bookmark context menu item that brings up a dialog to rename a folder">
    151       &amp;Rename...
    152     </message>
    153     <message name="IDS_BOOKMARK_BAR_UNDO" desc="Menu title for undoing a bookmark operation">
    154        &amp;Undo
    155     </message>
    156     <message name="IDS_BOOKMARK_BAR_REDO" desc="Menu title for redoing a bookmark operation">
    157        &amp;Redo
    158     </message>
    159     <message name="IDS_BOOKMARK_BAR_REMOVE" desc="In Title Case: Menu title for removing/unstarring a bookmark">
    160       &amp;Delete
    161     </message>
    162     <message name="IDS_BOOKMARK_BAR_ADD_NEW_BOOKMARK" desc="In Title Case: Menu title for adding a new bookmark entry">
    163       Add Pa&amp;ge...
    164     </message>
    165     <message name="IDS_BOOKMARK_BAR_NEW_FOLDER" desc="In Title Case: Menu title for adding a new folder">
    166       Add &amp;Folder...
    167     </message>
    168     <if expr="not is_android">
    169       <message name="IDS_SHOW_BOOKMARK_BAR" desc="In Title Case: The toggle to show the bookmark bar">
    170         &amp;Show Bookmarks Bar
    171       </message>
    172     </if>
    173   </if>
    174   <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">
    175     Are you sure you want to open <ph name="TAB_COUNT">$1<ex>20</ex></ph> tabs?
    176   </message>
    177   <if expr="is_android">
    178     <message name="IDS_SHOW_BOOKMARK_BAR" desc="Mobile: The toggle to show the bookmark bar">
    179       &amp;Always show bookmarks bar
    180     </message>
    181   </if>
    182   <!-- End of Bookmarks Bar Context Menu strings. -->
    183 
    184   <!-- Begin of Bookmarks Bubble strings. -->
    185   <if expr="not pp_ifdef('use_titlecase')">
    186     <message name="IDS_BOOKMARK_BUBBLE_PAGE_BOOKMARKED" desc="Title of the bubble after bookmarking a page.">
    187       Bookmark added!
    188     </message>
    189   </if>
    190   <if expr="pp_ifdef('use_titlecase')">
    191     <message name="IDS_BOOKMARK_BUBBLE_PAGE_BOOKMARKED" desc="In Title Case: Title of the bubble after bookmarking a page.">
    192       Bookmark Added!
    193     </message>
    194   </if>
    195   <message name="IDS_BOOKMARK_BUBBLE_PAGE_BOOKMARK" desc="Title of the bubble when re-clicking on a bookmark">
    196     Bookmark
    197   </message>
    198   <message name="IDS_BOOKMARK_AX_BUBBLE_PAGE_BOOKMARK" desc="Title of the bubble when re-clicking on a bookmark, read by spoken feedback">
    199     Edit bookmark
    200   </message>
    201   <message name="IDS_BOOKMARK_BUBBLE_TITLE_TEXT" desc="Text preceding the title of the page that was bookmarked">
    202     Name:
    203   </message>
    204   <message name="IDS_BOOKMARK_AX_BUBBLE_TITLE_TEXT" desc="Text preceding the title of the page that was bookmarked, read by spoken feedback">
    205     Bookmark name
    206   </message>
    207   <message name="IDS_BOOKMARK_BUBBLE_FOLDER_TEXT" desc="Text preceding the folder selector">
    208     Folder:
    209   </message>
    210   <message name="IDS_BOOKMARK_AX_BUBBLE_FOLDER_TEXT" desc="Text preceding the folder selector">
    211     Bookmark folder
    212   </message>
    213   <message name="IDS_BOOKMARK_BUBBLE_REMOVE_BOOKMARK" desc="Title of the button for removing the bookmark">
    214     Remove
    215   </message>
    216   <message name="IDS_BOOKMARK_BUBBLE_OPTIONS" desc="Title of the button the user can click to edit details of the bookmark">
    217     Edit...
    218   </message>
    219   <if expr="not pp_ifdef('use_titlecase')">
    220     <message name="IDS_BOOKMARK_BUBBLE_CHOOSER_ANOTHER_FOLDER" desc="Text in the combobox allowing the user to choose another folder (by bringing up th editor).">
    221       Choose another folder...
    222     </message>
    223   </if>
    224   <if expr="pp_ifdef('use_titlecase')">
    225     <message name="IDS_BOOKMARK_BUBBLE_CHOOSER_ANOTHER_FOLDER" desc="In Title Case: Text in the combobox allowing the user to choose another folder (by bringing up th editor).">
    226       Choose Another Folder...
    227     </message>
    228   </if>
    229   <!-- End of Bookmarks Bubble strings. -->
    230 
    231   <!-- Begin of Bookmarks Sync Promo strings. -->
    232   <message name="IDS_BOOKMARK_SYNC_PROMO_MESSAGE" desc="Text of the sync promo displayed at the bottom of the bookmark bubble.">
    233     <ph name="SIGN_IN_LINK">$1<ex>Sign in</ex></ph> to get your bookmarks everywhere.
    234   </message>
    235   <message name="IDS_BOOKMARK_SYNC_PROMO_LINK" desc="Text of the link to sign in from the bookmark sync promo.">
    236     Sign in
    237   </message>
    238   <!-- End of Bookmarks Sync Promo strings. -->
    239 
    240   <!-- Begin of Bookmark Editor strings. -->
    241   <message name="IDS_BOOKMARK_EDITOR_NAME_LABEL" desc="Label shown before the title/name of the URL.">
    242     Name:
    243   </message>
    244   <message name="IDS_BOOKMARK_AX_EDITOR_NAME_LABEL" desc="Spoken text for bookmark name text field in edit folder dialog">
    245     Bookmark name
    246   </message>
    247   <message name="IDS_BOOKMARK_BAR_EDIT_FOLDER_LABEL" desc="Title of label before text field in edit folder dialog">
    248     Name:
    249   </message>
    250   <message name="IDS_BOOKMARK_AX_EDITOR_URL_LABEL" desc="Spoken text for bookmark URL text field in edit folder dialog.">
    251     Bookmark URL
    252   </message>
    253   <message name="IDS_BOOKMARK_EDITOR_URL_LABEL" desc="Label shown before the URL.">
    254     URL:
    255   </message>
    256   <message name="IDS_BOOKMARK_EDITOR_NEW_FOLDER_BUTTON" desc="Text on the new folder button.">
    257     New folder
    258   </message>
    259   <message name="IDS_BOOKMARK_EDITOR_NEW_FOLDER_MENU_ITEM" desc="Text on the new folder context menu item.">
    260     &amp;New folder
    261   </message>
    262   <message name="IDS_BOOKMARK_EDITOR_TITLE" desc="Title of the window the bookmark editor is in.">
    263     Edit Bookmark
    264   </message>
    265   <message name="IDS_BOOKMARK_EDITOR_CONFIRM_DELETE" desc="The message shown in the dialog asking the user to confirm deleting a folder.">
    266     This folder contains <ph name="COUNT">$1<ex>5</ex></ph> bookmarks. Are you sure you want to delete it?
    267   </message>
    268   <message name="IDS_BOOKMARK_EDITOR_NEW_FOLDER_NAME" desc="Name for newly created groups">
    269     New folder
    270   </message>
    271   <message name="IDS_BOOKMARK_FOLDER_EDITOR_WINDOW_TITLE" desc="Window title of editor for bookmark folders">
    272     Edit folder name
    273   </message>
    274   <message name="IDS_BOOKMARK_FOLDER_EDITOR_WINDOW_TITLE_NEW" desc="Window title of editor for new bookmark folders">
    275     New folder
    276   </message>
    277   <if expr="is_ios">
    278     <message name="IDS_BOOKMARK_FOLDER_CHOOSER_TITLE" desc="Title of the window the bookmark folder chooser is in.">
    279       Choose Folder
    280     </message>
    281     <message name="IDS_BOOKMARK_ADD_EDITOR_TITLE" desc="Title of the window the bookmark editor is in when adding a bookmark. [Length: 10em]">
    282       Add Bookmark
    283     </message>
    284     <message name="IDS_BOOKMARK_NEW_FOLDER_BUTTON_TITLE" desc="Title for button to create a new folder in Bookmarks [Length: 14em]">
    285       New Folder
    286     </message>
    287     <message name="IDS_BOOKMARK_FOLDER_EDITOR_TITLE" desc="Title of the window the bookmark folder editor is in.">
    288       Edit Folder
    289     </message>
    290   </if>
    291   <if expr="not pp_ifdef('use_titlecase')">
    292     <message name="IDS_BOOKMARK_ALL_TABS_DIALOG_TITLE" desc="The title of the Bookmark All Tabs dialog.">
    293       Bookmark all tabs
    294     </message>
    295   </if>
    296   <if expr="pp_ifdef('use_titlecase')">
    297     <message name="IDS_BOOKMARK_ALL_TABS_DIALOG_TITLE" desc="In Title Case: The title of the Bookmark All Tabs dialog.">
    298       Bookmark All Tabs
    299     </message>
    300   </if>
    301   <!-- End of Bookmarks Editor strings. -->
    302 
    303   <!-- Begin of Bookmarks Prompt strings. -->
    304   <message name="IDS_BOOKMARK_PROMPT_MESSAGE" desc="Message of bookmark prompt">
    305     Like this site? Click here to bookmark it!
    306   </message>
    307   <message name="IDS_BOOKMARK_PROMPT_DISMISS" desc="Link for dismissing bookmark prompt">
    308     Dismiss
    309   </message>
    310   <!-- End of Bookmarks Prompt strings. -->
    311 
    312   <!-- Begin of Bookmarks Manager strings. -->
    313   <message name="IDS_BOOKMARK_MANAGER_TITLE" desc="Title of the bookmark manager window.">
    314     Bookmark Manager
    315   </message>
    316   <message name="IDS_BOOKMARK_MANAGER_SEARCH_BUTTON" desc="Title of the button in the bookmark manager that triggers a search">
    317     Search bookmarks
    318   </message>
    319   <if expr="not pp_ifdef('use_titlecase')">
    320     <message name="IDS_BOOKMARK_MANAGER" desc="The label of the menu item that shows the bookmark manager">
    321       &amp;Bookmark manager
    322     </message>
    323     <message name="IDS_BOOKMARK_MANAGER_ORGANIZE_MENU" desc="Title of the organize menu in the bookmark manager.">
    324       Organize
    325     </message>
    326     <message name="IDS_BOOKMARK_MANAGER_SHOW_IN_FOLDER" desc="The label of the menu item in the bookmark manager context menu that changes the selection in the tree to match the folder of the selected item in the table.">
    327       Show in folder
    328     </message>
    329     <message name="IDS_BOOKMARK_MANAGER_SORT" desc="The label of the menu item in the bookmark manager organize menu that alphabetizes the bookmarks/folders by title.">
    330       Reorder by title
    331     </message>
    332     <message name="IDS_BOOKMARK_MANAGER_IMPORT_MENU" desc="Title of the import menu item in the bookmark manager.">
    333       Import bookmarks from HTML file...
    334     </message>
    335     <message name="IDS_BOOKMARK_MANAGER_EXPORT_MENU" desc="Title of the export menu item in the bookmark manager.">
    336       Export bookmarks to HTML file...
    337     </message>
    338     <message name="IDS_BOOKMARK_MANAGER_NAME_INPUT_PLACE_HOLDER" desc="Text to show in the URL input field when editing or creating bookmarks.">
    339       Name
    340     </message>
    341     <message name="IDS_BOOKMARK_MANAGER_URL_INPUT_PLACE_HOLDER" desc="Text to show in the URL input field when editing or creating bookmarks.">
    342       URL
    343     </message>
    344     <message name="IDS_BOOKMARK_MANAGER_INVALID_URL" desc="Error message to display when the user tries to edit or create a bookmark with an invalid URL.">
    345       Invalid URL.
    346     </message>
    347     <message name="IDS_BOOKMARK_MANAGER_RECENT" desc="The label for the tree item that shows the recently added bookmarks.">
    348       Recent
    349     </message>
    350     <message name="IDS_BOOKMARK_MANAGER_SEARCH" desc="The label for the tree item that shows the search results for the bookmarks.">
    351       Search
    352     </message>
    353   </if>
    354   <if expr="pp_ifdef('use_titlecase')">
    355     <message name="IDS_BOOKMARK_MANAGER" desc="In Title Case: The label of the menu item that shows the bookmark manager">
    356       &amp;Bookmark Manager
    357     </message>
    358     <message name="IDS_BOOKMARK_MANAGER_ORGANIZE_MENU" desc="In Title Case: Title of the organize menu in the bookmark manager.">
    359       Organize
    360     </message>
    361     <message name="IDS_BOOKMARK_MANAGER_SHOW_IN_FOLDER" desc="In Title Case: The label of the menu item in the bookmark manager context menu that changes the selection in the tree to match the folder of the selected item in the table.">
    362       Show in Folder
    363     </message>
    364     <message name="IDS_BOOKMARK_MANAGER_SORT" desc="In Title Case: The label of the menu item in the bookmark manager organize menu that alphabetizes the bookmarks/folders by title.">
    365       Reorder by Title
    366     </message>
    367     <message name="IDS_BOOKMARK_MANAGER_IMPORT_MENU" desc="In Title Case: Title of the import menu item in the bookmark manager.">
    368       Import Bookmarks from HTML File...
    369     </message>
    370     <message name="IDS_BOOKMARK_MANAGER_EXPORT_MENU" desc="In Title Case: Title of the export menu item in the bookmark manager.">
    371       Export Bookmarks to HTML File...
    372     </message>
    373     <message name="IDS_BOOKMARK_MANAGER_NAME_INPUT_PLACE_HOLDER" desc="In Title Case: Text to show in the URL input field when editing or creating bookmarks.">
    374       Name
    375     </message>
    376     <message name="IDS_BOOKMARK_MANAGER_URL_INPUT_PLACE_HOLDER" desc="In Title Case: Text to show in the URL input field when editing or creating bookmarks.">
    377       URL
    378     </message>
    379     <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 invalid URL.">
    380       Invalid URL.
    381     </message>
    382     <message name="IDS_BOOKMARK_MANAGER_RECENT" desc="In Title Case: The label for the tree item that shows the recently added bookmarks.">
    383       Recent
    384     </message>
    385     <message name="IDS_BOOKMARK_MANAGER_SEARCH" desc="In Title Case: The label for the tree item that shows the search results for the bookmarks.">
    386       Search
    387     </message>
    388   </if>
    389   <if expr="is_ios">
    390     <message name="IDS_BOOKMARK_MANAGER_FOLDER_SECTION" desc="The label for the folder section when editing or creating bookmarks on a phone.">
    391       In Folder:
    392     </message>
    393     <message name="IDS_BOOKMARK_MANAGER_FOLDER_TITLE" desc="The label for the folder selector field when editing or creating bookmarks.">
    394       Folder
    395     </message>
    396     <message name="IDS_BOOKMARK_MANAGER_REMOVE_TITLE" desc="The label for the remove button when editing bookmarks.">
    397       Remove
    398     </message>
    399   </if>
    400   <message name="IDS_EXPORT_BOOKMARKS_DEFAULT_FILENAME" desc="Filename that pre-populates the filename field when user attempts to export his bookmarks from Bookmark Manager.">
    401     bookmarks_<ph name="DATESTAMP">$1<ex>02_11_11</ex></ph>.html
    402   </message>
    403   <!-- End of Bookmarks Manager strings. -->
    404 
    405   <!-- Begin of Bookmarks Menu (in the Main Menu) strings. -->
    406   <message name="IDS_BOOKMARKS_MENU" desc="The title of the Bookmarks menu in the Main menu and in the Mac menu bar.">
    407     &amp;Bookmarks
    408   </message>
    409   <if expr="not pp_ifdef('use_titlecase')">
    410     <message name="IDS_BOOKMARK_THIS_PAGE" desc="Title of the menu item that bookmarks the current page.">
    411       Bookmark this page...
    412     </message>
    413   </if>
    414   <if expr="pp_ifdef('use_titlecase')">
    415     <message name="IDS_BOOKMARK_THIS_PAGE" desc="In Title Case: Title of the menu item that bookmarks the current page.">
    416       Bookmark This Page...
    417     </message>
    418   </if>
    419   <if expr="not pp_ifdef('use_titlecase')">
    420     <message name="IDS_BOOKMARK_OPEN_PAGES" desc="Title of the menu item that bookmarks all the pages opened in this window.">
    421       Bookmark open pages...
    422     </message>
    423   </if>
    424   <if expr="pp_ifdef('use_titlecase')">
    425     <message name="IDS_BOOKMARK_OPEN_PAGES" desc="In Title Case: Title of the menu item that bookmarks all the pages opened in this window.">
    426       Bookmark Open Pages...
    427     </message>
    428   </if>
    429   <!-- End of Bookmarks Menu (in the Main Menu) strings. -->
    430 
    431   <!-- Being of Bookmark Star button strings. -->
    432   <message name="IDS_TOOLTIP_STAR" desc="The tooltip shown when you hover the star button in the right side of the location bar.">
    433     Bookmark this page
    434   </message>
    435   <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 bookmarked.">
    436     Edit bookmark for this page
    437   </message>
    438   <!-- End of Bookmark Star button strings. -->
    439 
    440   <if expr="is_android">
    441     <message name="IDS_BOOKMARK_EDIT_FOLDER" desc="Context menu item for editing a bookmark folder">
    442       Edit folder
    443     </message>
    444     <message name="IDS_BOOKMARK_REMOVE_FOLDER" desc="Context menu item for removing a bookmark folder">
    445       Remove folder
    446     </message>
    447   </if>
    448 
    449 </grit-part>
    450