Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(200)

Side by Side Diff: chrome/app/bookmarks_strings.grdp

Issue 2780223004: MD Bookmarks: Implement dialog to add new folders/bookmarks (Closed)
Patch Set: Rebase Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/md_bookmarks/compiled_resources2.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 <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."> 328 <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.">
329 Search 329 Search
330 </message> 330 </message>
331 </if> 331 </if>
332 <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."> 332 <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.">
333 bookmarks_<ph name="DATESTAMP">$1<ex>02_11_11</ex></ph>.html 333 bookmarks_<ph name="DATESTAMP">$1<ex>02_11_11</ex></ph>.html
334 </message> 334 </message>
335 <!-- End of Bookmarks Manager strings. --> 335 <!-- End of Bookmarks Manager strings. -->
336 336
337 <!-- Begin of material design Bookmarks Manager strings. --> 337 <!-- Begin of material design Bookmarks Manager strings. -->
338 <message name="IDS_MD_BOOKMARK_MANAGER_ADD_BOOKMARK_TITLE" desc="Title of the dialog in the bookmark manager that creates a new bookmark.">
339 Add bookmark
340 </message>
341 <message name="IDS_MD_BOOKMARK_MANAGER_ADD_FOLDER_TITLE" desc="Title of the di alog in the bookmark manager that creates a new bookmark folder.">
342 Add folder
343 </message>
338 <message name="IDS_MD_BOOKMARK_MANAGER_CLEAR_SEARCH" desc="Title of the button in the bookmark manager that stops a search."> 344 <message name="IDS_MD_BOOKMARK_MANAGER_CLEAR_SEARCH" desc="Title of the button in the bookmark manager that stops a search.">
339 Clear search 345 Clear search
340 </message> 346 </message>
341 <message name="IDS_MD_BOOKMARK_MANAGER_EMPTY_LIST" desc="Text on the bookmarks list that indicates that a folder has no bookmarks."> 347 <message name="IDS_MD_BOOKMARK_MANAGER_EMPTY_LIST" desc="Text on the bookmarks list that indicates that a folder has no bookmarks.">
342 This folder is empty 348 This folder is empty
343 </message> 349 </message>
344 <message name="IDS_MD_BOOKMARK_MANAGER_FOLDER_RENAME_TITLE" desc="Title of the bookmark editor window when editing folders."> 350 <message name="IDS_MD_BOOKMARK_MANAGER_FOLDER_RENAME_TITLE" desc="Title of the bookmark editor window when editing folders.">
345 Rename Folder 351 Rename Folder
346 </message> 352 </message>
347 <message name="IDS_MD_BOOKMARK_MANAGER_MENU_ADD_BOOKMARK" desc="Title of the b ookmark toolbar dropdown menu item that adds a new bookmark."> 353 <message name="IDS_MD_BOOKMARK_MANAGER_MENU_ADD_BOOKMARK" desc="Title of the b ookmark toolbar dropdown menu item that adds a new bookmark.">
348 Add new bookmark 354 Add new bookmark
349 </message> 355 </message>
350 <message name="IDS_MD_BOOKMARK_MANAGER_MENU_ADD_FOLDER" desc="Title of the boo kmark toolbar dropdown menu item that adds a new folder."> 356 <message name="IDS_MD_BOOKMARK_MANAGER_MENU_ADD_FOLDER" desc="Title of the boo kmark toolbar dropdown menu item that adds a new folder.">
351 Add new folder 357 Add new folder
352 </message> 358 </message>
353 <message name="IDS_MD_BOOKMARK_MANAGER_MENU_BULK_EDIT" desc="Title of the book mark toolbar dropdown menu item that enters bulk edit mode.">
354 Bulk edit
355 </message>
356 <message name="IDS_MD_BOOKMARK_MANAGER_MENU_COPY_URL" desc="Title of the bookm ark dropdown menu item that copies the url of the bookmark."> 359 <message name="IDS_MD_BOOKMARK_MANAGER_MENU_COPY_URL" desc="Title of the bookm ark dropdown menu item that copies the url of the bookmark.">
357 Copy URL 360 Copy URL
358 </message> 361 </message>
359 <message name="IDS_MD_BOOKMARK_MANAGER_MENU_EXPORT" desc="Title of the bookmar k toolbar dropdown menu item that exports bookmarks."> 362 <message name="IDS_MD_BOOKMARK_MANAGER_MENU_EXPORT" desc="Title of the bookmar k toolbar dropdown menu item that exports bookmarks.">
360 Export Bookmarks 363 Export Bookmarks
361 </message> 364 </message>
362 <message name="IDS_MD_BOOKMARK_MANAGER_MENU_IMPORT" desc="Title of the bookmar k toolbar dropdown menu item that imports bookmarks."> 365 <message name="IDS_MD_BOOKMARK_MANAGER_MENU_IMPORT" desc="Title of the bookmar k toolbar dropdown menu item that imports bookmarks.">
363 Import Bookmarks 366 Import Bookmarks
364 </message> 367 </message>
365 <message name="IDS_MD_BOOKMARK_MANAGER_MENU_RENAME" desc="Title of the bookmar k list dropdown menu item that renames folders."> 368 <message name="IDS_MD_BOOKMARK_MANAGER_MENU_RENAME" desc="Title of the bookmar k list dropdown menu item that renames folders.">
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
402 </if> 405 </if>
403 <!-- End of Bookmarks Menu (in the Main Menu) strings. --> 406 <!-- End of Bookmarks Menu (in the Main Menu) strings. -->
404 407
405 <!-- Begin of Bookmark Star button strings. --> 408 <!-- Begin of Bookmark Star button strings. -->
406 <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."> 409 <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.">
407 Edit bookmark for this page 410 Edit bookmark for this page
408 </message> 411 </message>
409 <!-- End of Bookmark Star button strings. --> 412 <!-- End of Bookmark Star button strings. -->
410 413
411 </grit-part> 414 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/md_bookmarks/compiled_resources2.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698