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

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

Issue 9212007: Settings: Bring Appearance section in line with mocks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Build fix. Created 8 years, 11 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
« no previous file with comments | « no previous file | chrome/browser/resources/options2/browser_options.html » ('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 8591 matching lines...) Expand 10 before | Expand all | Expand 10 after
8602 </message> 8602 </message>
8603 </if> 8603 </if>
8604 8604
8605 <if expr="is_posix and not is_macosx"> 8605 <if expr="is_posix and not is_macosx">
8606 <message name="IDS_THEMES_GTK_BUTTON" desc="The button to choose GTK col ors and icons as the current theme."> 8606 <message name="IDS_THEMES_GTK_BUTTON" desc="The button to choose GTK col ors and icons as the current theme.">
8607 Use GTK+ Theme 8607 Use GTK+ Theme
8608 </message> 8608 </message>
8609 <message name="IDS_THEMES_SET_CLASSIC" desc="The button to choose the cl assic windows theme in GTK"> 8609 <message name="IDS_THEMES_SET_CLASSIC" desc="The button to choose the cl assic windows theme in GTK">
8610 Use Classic Theme 8610 Use Classic Theme
8611 </message> 8611 </message>
8612 <message name="IDS_SHOW_WINDOW_DECORATIONS_RADIO" desc="A radio button i n the options dialog for using the system title bar and borders."> 8612 <message name="IDS_SHOW_WINDOW_DECORATIONS" desc="The label of a radio b utton in the options dialog for using the system title bar and borders.">
8613 Use system title bar and borders 8613 Use system title bar and borders
8614 </message> 8614 </message>
8615 <message name="IDS_HIDE_WINDOW_DECORATIONS_RADIO" desc="A radio button i n the options dialog for using the chrome custom frame and hiding the system tit le bar."> 8615 <message name="IDS_HIDE_WINDOW_DECORATIONS" desc="The label of a radio b utton in the options dialog for using the chrome custom frame and hiding the sys tem title bar.">
8616 Hide system title bar and use compact borders 8616 Hide system title bar and use compact borders
8617 </message> 8617 </message>
8618 </if> 8618 </if>
8619 <message name="IDS_THEMES_GALLERY_BUTTON" desc="The button to get more the mes"> 8619 <message name="IDS_THEMES_GALLERY_BUTTON" desc="The button to get more the mes">
8620 Get themes 8620 Get themes
8621 </message> 8621 </message>
8622 8622
8623 <message name="IDS_OPTIONS_PROXIES_LABEL" desc="The info label for the 'Pr oxy settings' button"> 8623 <message name="IDS_OPTIONS_PROXIES_LABEL" desc="The info label for the 'Pr oxy settings' button">
8624 Set up a proxy to connect to the network. 8624 Set up a proxy to connect to the network.
8625 </message> 8625 </message>
(...skipping 6285 matching lines...) Expand 10 before | Expand all | Expand 10 after
14911 </messages> 14911 </messages>
14912 <structures fallback_to_english="true"> 14912 <structures fallback_to_english="true">
14913 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14913 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14914 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14914 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14915 </structure> 14915 </structure>
14916 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14916 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14917 </structure> 14917 </structure>
14918 </structures> 14918 </structures>
14919 </release> 14919 </release>
14920 </grit> 14920 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/options2/browser_options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698