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

Side by Side Diff: chrome/app/generated_resources.grd

Issue 27262: Wires up sorting of bookmarks to the 'organize menu' in the bookmark... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 10 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 | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <!-- This file contains definitions of resources that will be translated for 3 <!-- This file contains definitions of resources that will be translated for
4 each locale. --> 4 each locale. -->
5 5
6 <grit base_dir="." latest_public_release="0" current_release="1" 6 <grit base_dir="." latest_public_release="0" current_release="1"
7 source_lang_id="en" enc_check="möl"> 7 source_lang_id="en" enc_check="möl">
8 <outputs> 8 <outputs>
9 <output filename="grit/generated_resources.h" type="rc_header"> 9 <output filename="grit/generated_resources.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 3388 matching lines...) Expand 10 before | Expand all | Expand 10 after
3399 <!-- Bookmark manager --> 3399 <!-- Bookmark manager -->
3400 <message name="IDS_BOOKMARK_MANAGER_TITLE" desc="Title of the bookmark man ager window."> 3400 <message name="IDS_BOOKMARK_MANAGER_TITLE" desc="Title of the bookmark man ager window.">
3401 Bookmark Manager 3401 Bookmark Manager
3402 </message> 3402 </message>
3403 <message name="IDS_BOOKMARK_MANAGER" desc="The label of the menu item that shows the bookmark manager"> 3403 <message name="IDS_BOOKMARK_MANAGER" desc="The label of the menu item that shows the bookmark manager">
3404 &amp;Bookmark manager 3404 &amp;Bookmark manager
3405 </message> 3405 </message>
3406 <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 th e tree to match the folder of the selected item in the table."> 3406 <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 th e tree to match the folder of the selected item in the table.">
3407 Show in folder 3407 Show in folder
3408 </message> 3408 </message>
3409 <message name="IDS_BOOKMARK_MANAGER_SORT" desc="The label of the menu item in the bookmark manager organize menu that alphabetizes the bookmarks/folders b y title.">
3410 Reorder by title
3411 </message>
3409 <message name="IDS_BOOKMARK_MANAGER_ORGANIZE_MENU" desc="Title of the orga nize menu in the bookmark manager."> 3412 <message name="IDS_BOOKMARK_MANAGER_ORGANIZE_MENU" desc="Title of the orga nize menu in the bookmark manager.">
3410 Organize 3413 Organize
3411 </message> 3414 </message>
3412 <message name="IDS_BOOKMARK_MANAGER_TOOLS_MENU" desc="Title of the tools m enu in the bookmark manager."> 3415 <message name="IDS_BOOKMARK_MANAGER_TOOLS_MENU" desc="Title of the tools m enu in the bookmark manager.">
3413 Tools 3416 Tools
3414 </message> 3417 </message>
3415 <message name="IDS_BOOKMARK_MANAGER_IMPORT_MENU" desc="Title of the import menu item in the bookmark manager."> 3418 <message name="IDS_BOOKMARK_MANAGER_IMPORT_MENU" desc="Title of the import menu item in the bookmark manager.">
3416 Import bookmarks... 3419 Import bookmarks...
3417 </message> 3420 </message>
3418 <message name="IDS_BOOKMARK_MANAGER_EXPORT_MENU" desc="Title of the export menu item in the bookmark manager."> 3421 <message name="IDS_BOOKMARK_MANAGER_EXPORT_MENU" desc="Title of the export menu item in the bookmark manager.">
3419 Export bookmarks... 3422 Export bookmarks...
3420 </message> 3423 </message>
3421 <message name="IDS_BOOKMARK_MANAGER_NO_SEARCH_TEXT" desc="Text shown in th e bookmark table if the user clicks on the search folder without typing in any t ext in the search text field."> 3424 <message name="IDS_BOOKMARK_MANAGER_NO_SEARCH_TEXT" desc="Text shown in th e bookmark table if the user clicks on the search folder without typing in any t ext in the search text field.">
3422 Enter a query in the text field above to search your bookmarks. 3425 Enter a query in the text field above to search your bookmarks.
3423 </message> 3426 </message>
3424 <message name="IDS_BOOKMARK_MANAGER_NO_RESULTS" desc="Text shown in the bo okmark table when the search didn't find anything."> 3427 <message name="IDS_BOOKMARK_MANAGER_NO_RESULTS" desc="Text shown in the bo okmark table when the search didn't find anything.">
3425 No bookmarks match the query '<ph name="SEARCH_TEXT">$1</ph>'. 3428 No bookmarks match the query '<ph name="SEARCH_TEXT">$1</ph>'.
3426 </message> 3429 </message>
3427 <message name="IDS_BOOKMARK_MANAGER_SEARCH_TITLE" desc="Text shown before the search text field."> 3430 <message name="IDS_BOOKMARK_MANAGER_SEARCH_TITLE" desc="Text shown before the search text field.">
3428 Search: 3431 Search:
3429 </message> 3432 </message>
3430 3433
3431 <message name="IDS_DEFAULT_FILENAME" desc="Default name for saved files wh en we have no idea what they could be."> 3434 <message name="IDS_DEFAULT_FILENAME" desc="Default name for saved files wh en we have no idea what they could be.">
3432 unknown 3435 unknown
3433 </message> 3436 </message>
3434 3437
3435 </messages> 3438 </messages>
3436 </release> 3439 </release>
3437 </grit> 3440 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/bookmarks/bookmark_context_menu.h » ('j') | chrome/browser/bookmarks/bookmark_context_menu.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698