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

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

Issue 8368016: Rebase BookmarkBubble on the new views bubble. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Anchor by View instead of Point, tweak select_on_focus, add TextfieldTest. Created 9 years, 1 month 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 <!-- 3 <!--
4 This file contains definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 6665 matching lines...) Expand 10 before | Expand all | Expand 10 after
6676 New folder 6676 New folder
6677 </message> 6677 </message>
6678 <message name="IDS_BOOKMARK_FOLDER_EDITOR_WINDOW_TITLE" desc="Window title of editor for bookmark folders"> 6678 <message name="IDS_BOOKMARK_FOLDER_EDITOR_WINDOW_TITLE" desc="Window title of editor for bookmark folders">
6679 Edit folder name 6679 Edit folder name
6680 </message> 6680 </message>
6681 <message name="IDS_BOOKMARK_FOLDER_EDITOR_WINDOW_TITLE_NEW" desc="Window t itle of editor for new bookmark folders"> 6681 <message name="IDS_BOOKMARK_FOLDER_EDITOR_WINDOW_TITLE_NEW" desc="Window t itle of editor for new bookmark folders">
6682 New folder 6682 New folder
6683 </message> 6683 </message>
6684 6684
6685 <!-- bookmark info bubble messages --> 6685 <!-- bookmark info bubble messages -->
6686 <message name="IDS_BOOKMARK_BUBBLE_ADD_BOOKMARK" desc="Accessible title of the bubble before bookmarking something">
6687 Add Bookmark
6688 </message>
6689 <message name="IDS_BOOKMARK_BUBBLE_PAGE_BOOKMARKED" desc="Title of the bub ble after bookmarking something"> 6686 <message name="IDS_BOOKMARK_BUBBLE_PAGE_BOOKMARKED" desc="Title of the bub ble after bookmarking something">
6690 Bookmark Added! 6687 Bookmark Added!
6691 </message> 6688 </message>
6692 <message name="IDS_BOOKMARK_BUBBLE_PAGE_BOOKMARK" desc="Title of the bubbl e when re-clicking on a bookmark"> 6689 <message name="IDS_BOOKMARK_BUBBLE_PAGE_BOOKMARK" desc="Title of the bubbl e when re-clicking on a bookmark">
6693 Bookmark 6690 Bookmark
6694 </message> 6691 </message>
6695 <message name="IDS_BOOKMARK_BUBBLE_OPTIONS" desc="Title of the link the us er can click to edit details of the bookmark"> 6692 <message name="IDS_BOOKMARK_BUBBLE_OPTIONS" desc="Title of the link the us er can click to edit details of the bookmark">
6696 Edit... 6693 Edit...
6697 </message> 6694 </message>
6698 <message name="IDS_BOOKMARK_BUBBLE_REMOVE_BOOKMARK" desc="Link for removin g the bookmark"> 6695 <message name="IDS_BOOKMARK_BUBBLE_REMOVE_BOOKMARK" desc="Link for removin g the bookmark">
(...skipping 7896 matching lines...) Expand 10 before | Expand all | Expand 10 after
14595 </messages> 14592 </messages>
14596 <structures fallback_to_english="true"> 14593 <structures fallback_to_english="true">
14597 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14594 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14598 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14595 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14599 </structure> 14596 </structure>
14600 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14597 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14601 </structure> 14598 </structure>
14602 </structures> 14599 </structures>
14603 </release> 14600 </release>
14604 </grit> 14601 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/setting_level_bubble.cc » ('j') | views/controls/textfield/textfield.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698