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 &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 &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 &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 &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 &new window 97 </message> 98 <message name="IDS_BOOKMARK_BAR_OPEN_INCOGNITO" desc="Menu description for opening bookmark in incognito window"> 99 Open in &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 &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 &Rename... 106 </message> 107 <message name="IDS_BOOKMARK_BAR_REMOVE" desc="Menu title for removing/unstarring a bookmark"> 108 &Delete 109 </message> 110 <message name="IDS_BOOKMARK_BAR_ADD_NEW_BOOKMARK" desc="Menu title for adding a new bookmark entry"> 111 Add pa&ge... 112 </message> 113 <message name="IDS_BOOKMARK_BAR_NEW_FOLDER" desc="Menu title for adding a new folder"> 114 Add &folder... 115 </message> 116 <if expr="not is_android"> 117 <message name="IDS_SHOW_BOOKMARK_BAR" desc="The toggle to show the bookmark bar"> 118 &Show bookmarks bar 119 </message> 120 </if> 121 </if> 122 <if expr="pp_ifdef('use_titlecase')"> 123 <message name="IDS_BOOKMARK_BAR_OPEN_ALL" desc="In Title Case: Menu title for opening all urls in a bookmark folder"> 124 &Open All Bookmarks 125 </message> 126 <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"> 127 Open All Bookmarks in &New Window 128 </message> 129 <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"> 130 Open All Bookmarks in &Incognito Window 131 </message> 132 <message name="IDS_BOOKMARK_BAR_OPEN_IN_NEW_TAB" desc="In Title Case: Menu description for loading bookmark in a new tab"> 133 &Open in New Tab 134 </message> 135 <message name="IDS_BOOKMARK_BAR_OPEN_IN_NEW_WINDOW" desc="In Title Case: Menu description for loading bookmark in a new window"> 136 Open in &New Window 137 </message> 138 <message name="IDS_BOOKMARK_BAR_OPEN_INCOGNITO" desc="In Title Case: Menu description for opening bookmark in incognito window"> 139 Open in &Incognito Window 140 </message> 141 <message name="IDS_BOOKMARK_BAR_EDIT" desc="In Title Case: Title of the bookmark context menu item that brings up the bookmark editor"> 142 &Edit... 143 </message> 144 <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"> 145 &Rename... 146 </message> 147 <message name="IDS_BOOKMARK_BAR_REMOVE" desc="In Title Case: Menu title for removing/unstarring a bookmark"> 148 &Delete 149 </message> 150 <message name="IDS_BOOKMARK_BAR_ADD_NEW_BOOKMARK" desc="In Title Case: Menu title for adding a new bookmark entry"> 151 Add Pa&ge... 152 </message> 153 <message name="IDS_BOOKMARK_BAR_NEW_FOLDER" desc="In Title Case: Menu title for adding a new folder"> 154 Add &Folder... 155 </message> 156 <if expr="not is_android"> 157 <message name="IDS_SHOW_BOOKMARK_BAR" desc="In Title Case: The toggle to show the bookmark bar"> 158 &Show Bookmarks Bar 159 </message> 160 </if> 161 </if> 162 <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"> 163 Are you sure you want to open <ph name="TAB_COUNT">$1<ex>20</ex></ph> tabs? 164 </message> 165 <if expr="is_android"> 166 <message name="IDS_SHOW_BOOKMARK_BAR" desc="Mobile: The toggle to show the bookmark bar"> 167 &Always show bookmarks bar 168 </message> 169 </if> 170 <!-- End of Bookmarks Bar Context Menu strings. --> 171 172 <!-- Begin of Bookmarks Bubble strings. --> 173 <if expr="not pp_ifdef('use_titlecase')"> 174 <message name="IDS_BOOKMARK_BUBBLE_PAGE_BOOKMARKED" desc="Title of the bubble after bookmarking a page."> 175 Bookmark added! 176 </message> 177 </if> 178 <if expr="pp_ifdef('use_titlecase')"> 179 <message name="IDS_BOOKMARK_BUBBLE_PAGE_BOOKMARKED" desc="In Title Case: Title of the bubble after bookmarking a page."> 180 Bookmark Added! 181 </message> 182 </if> 183 <message name="IDS_BOOKMARK_BUBBLE_PAGE_BOOKMARK" desc="Title of the bubble when re-clicking on a bookmark"> 184 Bookmark 185 </message> 186 <message name="IDS_BOOKMARK_BUBBLE_TITLE_TEXT" desc="Text preceding the title of the page that was bookmarked"> 187 Name: 188 </message> 189 <message name="IDS_BOOKMARK_BUBBLE_FOLDER_TEXT" desc="Text preceding the folder selector"> 190 Folder: 191 </message> 192 <message name="IDS_BOOKMARK_BUBBLE_REMOVE_BOOKMARK" desc="Title of the button for removing the bookmark"> 193 Remove 194 </message> 195 <message name="IDS_BOOKMARK_BUBBLE_OPTIONS" desc="Title of the button the user can click to edit details of the bookmark"> 196 Edit... 197 </message> 198 <if expr="not pp_ifdef('use_titlecase')"> 199 <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)."> 200 Choose another folder... 201 </message> 202 </if> 203 <if expr="pp_ifdef('use_titlecase')"> 204 <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)."> 205 Choose Another Folder... 206 </message> 207 </if> 208 <!-- End of Bookmarks Bubble strings. --> 209 210 <!-- Begin of Bookmarks Sync Promo strings. --> 211 <message name="IDS_BOOKMARK_SYNC_PROMO_MESSAGE" desc="Text of the sync promo displayed at the bottom of the bookmark bubble."> 212 <ph name="SIGN_IN_LINK">$1<ex>Sign in</ex></ph> to get your bookmarks everywhere. 213 </message> 214 <message name="IDS_BOOKMARK_SYNC_PROMO_LINK" desc="Text of the link to sign in from the bookmark sync promo."> 215 Sign in 216 </message> 217 <!-- End of Bookmarks Sync Promo strings. --> 218 219 <!-- Begin of Bookmark Editor strings. --> 220 <message name="IDS_BOOKMARK_EDITOR_NAME_LABEL" desc="Label shown before the title/name of the URL."> 221 Name: 222 </message> 223 <message name="IDS_BOOKMARK_BAR_EDIT_FOLDER_LABEL" desc="Title of label before text field in edit folder dialog"> 224 Name: 225 </message> 226 <message name="IDS_BOOKMARK_EDITOR_URL_LABEL" desc="Label shown before the URL."> 227 URL: 228 </message> 229 <message name="IDS_BOOKMARK_EDITOR_NEW_FOLDER_BUTTON" desc="Text on the new folder button."> 230 New folder 231 </message> 232 <message name="IDS_BOOKMARK_EDITOR_NEW_FOLDER_MENU_ITEM" desc="Text on the new folder context menu item."> 233 &New folder 234 </message> 235 <message name="IDS_BOOKMARK_EDITOR_TITLE" desc="Title of the window the bookmark editor is in."> 236 Edit Bookmark 237 </message> 238 <message name="IDS_BOOKMARK_EDITOR_CONFIRM_DELETE" desc="The message shown in the dialog asking the user to confirm deleting a folder."> 239 This folder contains <ph name="COUNT">$1<ex>5</ex></ph> bookmarks. Are you sure you want to delete it? 240 </message> 241 <message name="IDS_BOOKMARK_EDITOR_NEW_FOLDER_NAME" desc="Name for newly created groups"> 242 New folder 243 </message> 244 <message name="IDS_BOOKMARK_FOLDER_EDITOR_WINDOW_TITLE" desc="Window title of editor for bookmark folders"> 245 Edit folder name 246 </message> 247 <message name="IDS_BOOKMARK_FOLDER_EDITOR_WINDOW_TITLE_NEW" desc="Window title of editor for new bookmark folders"> 248 New folder 249 </message> 250 <if expr="is_ios"> 251 <message name="IDS_BOOKMARK_FOLDER_CHOOSER_TITLE" desc="Title of the window the bookmark folder chooser is in."> 252 Choose Folder 253 </message> 254 <message name="IDS_BOOKMARK_ADD_EDITOR_TITLE" desc="Title of the window the bookmark editor is in when adding a bookmark. [Length: 10em]"> 255 Add Bookmark 256 </message> 257 <message name="IDS_BOOKMARK_NEW_FOLDER_BUTTON_TITLE" desc="Title for button to create a new folder in Bookmarks [Length: 14em]"> 258 New Folder 259 </message> 260 <message name="IDS_BOOKMARK_FOLDER_EDITOR_TITLE" desc="Title of the window the bookmark folder editor is in."> 261 Edit Folder 262 </message> 263 </if> 264 <if expr="not pp_ifdef('use_titlecase')"> 265 <message name="IDS_BOOKMARK_ALL_TABS_DIALOG_TITLE" desc="The title of the Bookmark All Tabs dialog."> 266 Bookmark all tabs 267 </message> 268 </if> 269 <if expr="pp_ifdef('use_titlecase')"> 270 <message name="IDS_BOOKMARK_ALL_TABS_DIALOG_TITLE" desc="In Title Case: The title of the Bookmark All Tabs dialog."> 271 Bookmark All Tabs 272 </message> 273 </if> 274 <!-- End of Bookmarks Editor strings. --> 275 276 <!-- Begin of Bookmarks Prompt strings. --> 277 <message name="IDS_BOOKMARK_PROMPT_MESSAGE" desc="Message of bookmark prompt"> 278 Like this site? Click here to bookmark it! 279 </message> 280 <message name="IDS_BOOKMARK_PROMPT_DISMISS" desc="Link for dismissing bookmark prompt"> 281 Dismiss 282 </message> 283 <!-- End of Bookmarks Prompt strings. --> 284 285 <!-- Begin of Bookmarks Manager strings. --> 286 <message name="IDS_BOOKMARK_MANAGER_TITLE" desc="Title of the bookmark manager window."> 287 Bookmark Manager 288 </message> 289 <message name="IDS_BOOKMARK_MANAGER_SEARCH_BUTTON" desc="Title of the button in the bookmark manager that triggers a search"> 290 Search bookmarks 291 </message> 292 <if expr="not pp_ifdef('use_titlecase')"> 293 <message name="IDS_BOOKMARK_MANAGER" desc="The label of the menu item that shows the bookmark manager"> 294 &Bookmark manager 295 </message> 296 <message name="IDS_BOOKMARK_MANAGER_ORGANIZE_MENU" desc="Title of the organize menu in the bookmark manager."> 297 Organize 298 </message> 299 <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."> 300 Show in folder 301 </message> 302 <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."> 303 Reorder by title 304 </message> 305 <message name="IDS_BOOKMARK_MANAGER_IMPORT_MENU" desc="Title of the import menu item in the bookmark manager."> 306 Import bookmarks from HTML file... 307 </message> 308 <message name="IDS_BOOKMARK_MANAGER_EXPORT_MENU" desc="Title of the export menu item in the bookmark manager."> 309 Export bookmarks to HTML file... 310 </message> 311 <message name="IDS_BOOKMARK_MANAGER_NAME_INPUT_PLACE_HOLDER" desc="Text to show in the URL input field when editing or creating bookmarks."> 312 Name 313 </message> 314 <message name="IDS_BOOKMARK_MANAGER_URL_INPUT_PLACE_HOLDER" desc="Text to show in the URL input field when editing or creating bookmarks."> 315 URL 316 </message> 317 <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."> 318 Invalid URL. 319 </message> 320 <message name="IDS_BOOKMARK_MANAGER_RECENT" desc="The label for the tree item that shows the recently added bookmarks."> 321 Recent 322 </message> 323 <message name="IDS_BOOKMARK_MANAGER_SEARCH" desc="The label for the tree item that shows the search results for the bookmarks."> 324 Search 325 </message> 326 </if> 327 <if expr="pp_ifdef('use_titlecase')"> 328 <message name="IDS_BOOKMARK_MANAGER" desc="In Title Case: The label of the menu item that shows the bookmark manager"> 329 &Bookmark Manager 330 </message> 331 <message name="IDS_BOOKMARK_MANAGER_ORGANIZE_MENU" desc="In Title Case: Title of the organize menu in the bookmark manager."> 332 Organize 333 </message> 334 <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."> 335 Show in Folder 336 </message> 337 <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."> 338 Reorder by Title 339 </message> 340 <message name="IDS_BOOKMARK_MANAGER_IMPORT_MENU" desc="In Title Case: Title of the import menu item in the bookmark manager."> 341 Import Bookmarks from HTML File... 342 </message> 343 <message name="IDS_BOOKMARK_MANAGER_EXPORT_MENU" desc="In Title Case: Title of the export menu item in the bookmark manager."> 344 Export Bookmarks to HTML File... 345 </message> 346 <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."> 347 Name 348 </message> 349 <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."> 350 URL 351 </message> 352 <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."> 353 Invalid URL. 354 </message> 355 <message name="IDS_BOOKMARK_MANAGER_RECENT" desc="In Title Case: The label for the tree item that shows the recently added bookmarks."> 356 Recent 357 </message> 358 <message name="IDS_BOOKMARK_MANAGER_SEARCH" desc="In Title Case: The label for the tree item that shows the search results for the bookmarks."> 359 Search 360 </message> 361 </if> 362 <if expr="is_ios"> 363 <message name="IDS_BOOKMARK_MANAGER_FOLDER_SECTION" desc="The label for the folder section when editing or creating bookmarks on a phone."> 364 In Folder: 365 </message> 366 <message name="IDS_BOOKMARK_MANAGER_FOLDER_TITLE" desc="The label for the folder selector field when editing or creating bookmarks."> 367 Folder 368 </message> 369 <message name="IDS_BOOKMARK_MANAGER_REMOVE_TITLE" desc="The label for the remove button when editing bookmarks."> 370 Remove 371 </message> 372 </if> 373 <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."> 374 bookmarks_<ph name="DATESTAMP">$1<ex>02_11_11</ex></ph>.html 375 </message> 376 <!-- End of Bookmarks Manager strings. --> 377 378 <!-- Begin of Bookmarks Menu (in the Main Menu) strings. --> 379 <message name="IDS_BOOKMARKS_MENU" desc="The title of the Bookmarks menu in the Main menu and in the Mac menu bar."> 380 &Bookmarks 381 </message> 382 <if expr="not pp_ifdef('use_titlecase')"> 383 <message name="IDS_BOOKMARK_THIS_PAGE" desc="Title of the menu item that bookmarks the current page."> 384 Bookmark this page... 385 </message> 386 </if> 387 <if expr="pp_ifdef('use_titlecase')"> 388 <message name="IDS_BOOKMARK_THIS_PAGE" desc="In Title Case: Title of the menu item that bookmarks the current page."> 389 Bookmark This Page... 390 </message> 391 </if> 392 <if expr="not pp_ifdef('use_titlecase')"> 393 <message name="IDS_BOOKMARK_OPEN_PAGES" desc="Title of the menu item that bookmarks all the pages opened in this window."> 394 Bookmark open pages... 395 </message> 396 </if> 397 <if expr="pp_ifdef('use_titlecase')"> 398 <message name="IDS_BOOKMARK_OPEN_PAGES" desc="In Title Case: Title of the menu item that bookmarks all the pages opened in this window."> 399 Bookmark Open Pages... 400 </message> 401 </if> 402 <!-- End of Bookmarks Menu (in the Main Menu) strings. --> 403 404 <!-- Being of Bookmark Star button strings. --> 405 <message name="IDS_TOOLTIP_STAR" desc="The tooltip shown when you hover the star button in the right side of the location bar."> 406 Bookmark this page 407 </message> 408 <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."> 409 Edit bookmark for this page 410 </message> 411 <!-- End of Bookmark Star button strings. --> 412 413 <if expr="is_android"> 414 <message name="IDS_BOOKMARK_EDIT_FOLDER" desc="Context menu item for editing a bookmark folder"> 415 Edit folder 416 </message> 417 <message name="IDS_BOOKMARK_REMOVE_FOLDER" desc="Context menu item for removing a bookmark folder"> 418 Remove folder 419 </message> 420 </if> 421 422 </grit-part> 423