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

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: Only SelectAll on the title textfield when the buble is first shown. 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/setting_level_bubble.cc » ('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 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 6668 matching lines...) Expand 10 before | Expand all | Expand 10 after
6679 New folder 6679 New folder
6680 </message> 6680 </message>
6681 <message name="IDS_BOOKMARK_FOLDER_EDITOR_WINDOW_TITLE" desc="Window title of editor for bookmark folders"> 6681 <message name="IDS_BOOKMARK_FOLDER_EDITOR_WINDOW_TITLE" desc="Window title of editor for bookmark folders">
6682 Edit folder name 6682 Edit folder name
6683 </message> 6683 </message>
6684 <message name="IDS_BOOKMARK_FOLDER_EDITOR_WINDOW_TITLE_NEW" desc="Window t itle of editor for new bookmark folders"> 6684 <message name="IDS_BOOKMARK_FOLDER_EDITOR_WINDOW_TITLE_NEW" desc="Window t itle of editor for new bookmark folders">
6685 New folder 6685 New folder
6686 </message> 6686 </message>
6687 6687
6688 <!-- bookmark info bubble messages --> 6688 <!-- bookmark info bubble messages -->
6689 <message name="IDS_BOOKMARK_BUBBLE_ADD_BOOKMARK" desc="Accessible title of the bubble before bookmarking something">
6690 Add Bookmark
6691 </message>
6692 <message name="IDS_BOOKMARK_BUBBLE_PAGE_BOOKMARKED" desc="Title of the bub ble after bookmarking something"> 6689 <message name="IDS_BOOKMARK_BUBBLE_PAGE_BOOKMARKED" desc="Title of the bub ble after bookmarking something">
6693 Bookmark Added! 6690 Bookmark Added!
6694 </message> 6691 </message>
6695 <message name="IDS_BOOKMARK_BUBBLE_PAGE_BOOKMARK" desc="Title of the bubbl e when re-clicking on a bookmark"> 6692 <message name="IDS_BOOKMARK_BUBBLE_PAGE_BOOKMARK" desc="Title of the bubbl e when re-clicking on a bookmark">
6696 Bookmark 6693 Bookmark
6697 </message> 6694 </message>
6698 <message name="IDS_BOOKMARK_BUBBLE_OPTIONS" desc="Title of the link the us er can click to edit details of the bookmark"> 6695 <message name="IDS_BOOKMARK_BUBBLE_OPTIONS" desc="Title of the link the us er can click to edit details of the bookmark">
6699 Edit... 6696 Edit...
6700 </message> 6697 </message>
6701 <message name="IDS_BOOKMARK_BUBBLE_REMOVE_BOOKMARK" desc="Link for removin g the bookmark"> 6698 <message name="IDS_BOOKMARK_BUBBLE_REMOVE_BOOKMARK" desc="Link for removin g the bookmark">
(...skipping 7887 matching lines...) Expand 10 before | Expand all | Expand 10 after
14589 </messages> 14586 </messages>
14590 <structures fallback_to_english="true"> 14587 <structures fallback_to_english="true">
14591 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14588 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14592 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14589 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14593 </structure> 14590 </structure>
14594 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14591 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14595 </structure> 14592 </structure>
14596 </structures> 14593 </structures>
14597 </release> 14594 </release>
14598 </grit> 14595 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/setting_level_bubble.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698