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

Side by Side Diff: chrome/browser/resources/options/browser_options.html

Issue 2273273003: Update strings for ash palette and rename options/settings files. (Closed)
Patch Set: A few more string changes Created 4 years, 3 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
OLDNEW
1 <div id="settings" class="page" hidden> 1 <div id="settings" class="page" hidden>
2 <header> 2 <header>
3 <h1 i18n-content="settingsTitle"></h1> 3 <h1 i18n-content="settingsTitle"></h1>
4 </header> 4 </header>
5 <include src="automatic_settings_reset_banner.html"> 5 <include src="automatic_settings_reset_banner.html">
6 <if expr="chromeos"> 6 <if expr="chromeos">
7 <link rel="import" href="chrome://resources/cr_elements/network/cr_network_ico n.html"> 7 <link rel="import" href="chrome://resources/cr_elements/network/cr_network_ico n.html">
8 <link rel="import" href="chrome://resources/cr_elements/network/cr_onc_types.h tml"> 8 <link rel="import" href="chrome://resources/cr_elements/network/cr_onc_types.h tml">
9 <include src="secondary_user_banner.html"> 9 <include src="secondary_user_banner.html">
10 <section id="network-section-cros"> 10 <section id="network-section-cros">
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 i18n-content="keyboardSettingsButtonTitle"> 130 i18n-content="keyboardSettingsButtonTitle">
131 </button> 131 </button>
132 <span id="display-options-section"> 132 <span id="display-options-section">
133 <button id="display-options" i18n-content="displayOptions" disabled> 133 <button id="display-options" i18n-content="displayOptions" disabled>
134 </button> 134 </button>
135 </span> 135 </span>
136 <button id="storage-manager-button" 136 <button id="storage-manager-button"
137 i18n-content="storageManagerButtonTitle" hidden> 137 i18n-content="storageManagerButtonTitle" hidden>
138 </button> 138 </button>
139 </div> 139 </div>
140 <div id="note-row" hidden> 140 <div id="stylus-row" hidden>
141 <a is="action-link" id="note-settings-link" 141 <a is="action-link" id="stylus-settings-link"
142 i18n-content="noteSettingsButtonTitle"></a> 142 i18n-content="stylusSettingsButtonTitle"></a>
143 </div> 143 </div>
144 <div id="power-row" hidden> 144 <div id="power-row" hidden>
145 <a is="action-link" id="power-settings-link" 145 <a is="action-link" id="power-settings-link"
146 i18n-content="powerSettingsButton"></a> 146 i18n-content="powerSettingsButton"></a>
147 </div> 147 </div>
148 </div> 148 </div>
149 </section> 149 </section>
150 </if> 150 </if>
151 <section id="search-section"> 151 <section id="search-section">
152 <h3 i18n-content="sectionTitleSearch"></h3> 152 <h3 i18n-content="sectionTitleSearch"></h3>
(...skipping 965 matching lines...) Expand 10 before | Expand all | Expand 10 after
1118 </button> 1118 </button>
1119 </div> 1119 </div>
1120 </section> 1120 </section>
1121 </div> <!-- advanced-settings-container --> 1121 </div> <!-- advanced-settings-container -->
1122 </div> <!-- advanced-settings --> 1122 </div> <!-- advanced-settings -->
1123 <footer id="advanced-settings-footer"> 1123 <footer id="advanced-settings-footer">
1124 <a is="action-link" id="advanced-settings-expander" 1124 <a is="action-link" id="advanced-settings-expander"
1125 i18n-content="showAdvancedSettings"></a> 1125 i18n-content="showAdvancedSettings"></a>
1126 </footer> 1126 </footer>
1127 </div> 1127 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/browser_options.css ('k') | chrome/browser/resources/options/browser_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698