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

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

Issue 8776025: Makes views show the 'mobile' bookmark folder where appropriate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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/ui/views/bookmarks/bookmark_bar_view.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 6743 matching lines...) Expand 10 before | Expand all | Expand 10 after
6754 </message> 6754 </message>
6755 <message name="IDS_APP_MENU_COPY_URL" desc="In Title Case: The copy url menu in application windows"> 6755 <message name="IDS_APP_MENU_COPY_URL" desc="In Title Case: The copy url menu in application windows">
6756 Copy URL 6756 Copy URL
6757 </message> 6757 </message>
6758 <message name="IDS_APP_MENU_NEW_WEB_PAGE" desc="In Title Case: The new w ebpage menu in application windows"> 6758 <message name="IDS_APP_MENU_NEW_WEB_PAGE" desc="In Title Case: The new w ebpage menu in application windows">
6759 Open Browser Window 6759 Open Browser Window
6760 </message> 6760 </message>
6761 </if> 6761 </if>
6762 6762
6763 <!-- bookmark bar messages --> 6763 <!-- bookmark bar messages -->
6764 <message name="IDS_BOOKMARK_BAR_OTHER_BOOKMARKED" desc="Title of button sh owing other bookmarks">
6765 Other bookmarks
6766 </message>
6767 <if expr="not pp_ifdef('use_titlecase')"> 6764 <if expr="not pp_ifdef('use_titlecase')">
6768 <message name="IDS_BOOKMARK_BAR_OPEN_IN_NEW_TAB" desc="Menu description for loading bookmark in a new tab"> 6765 <message name="IDS_BOOKMARK_BAR_OPEN_IN_NEW_TAB" desc="Menu description for loading bookmark in a new tab">
6769 &amp;Open in new tab 6766 &amp;Open in new tab
6770 </message> 6767 </message>
6771 <message name="IDS_BOOKMARK_BAR_OPEN_IN_NEW_WINDOW" desc="Menu descripti on for loading bookmark in a new window"> 6768 <message name="IDS_BOOKMARK_BAR_OPEN_IN_NEW_WINDOW" desc="Menu descripti on for loading bookmark in a new window">
6772 Open in &amp;new window 6769 Open in &amp;new window
6773 </message> 6770 </message>
6774 <message name="IDS_BOOKMARK_BAR_OPEN_INCOGNITO" desc="Menu description f or opening bookmark in incognito window"> 6771 <message name="IDS_BOOKMARK_BAR_OPEN_INCOGNITO" desc="Menu description f or opening bookmark in incognito window">
6775 Open in &amp;incognito window 6772 Open in &amp;incognito window
6776 </message> 6773 </message>
(...skipping 7806 matching lines...) Expand 10 before | Expand all | Expand 10 after
14583 </messages> 14580 </messages>
14584 <structures fallback_to_english="true"> 14581 <structures fallback_to_english="true">
14585 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14582 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14586 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14583 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14587 </structure> 14584 </structure>
14588 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14585 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14589 </structure> 14586 </structure>
14590 </structures> 14587 </structures>
14591 </release> 14588 </release>
14592 </grit> 14589 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698