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

Side by Side Diff: components/components_chromium_strings.grd

Issue 2065373002: Gender-neutralize a few more comments / strings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: that was weird Created 4 years, 6 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 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 2
3 <grit latest_public_release="0" current_release="1" 3 <grit latest_public_release="0" current_release="1"
4 source_lang_id="en" enc_check="möl"> 4 source_lang_id="en" enc_check="möl">
5 <outputs> 5 <outputs>
6 <output filename="grit/components_chromium_strings.h" type="rc_header"> 6 <output filename="grit/components_chromium_strings.h" type="rc_header">
7 <emit emit_type='prepend'></emit> 7 <emit emit_type='prepend'></emit>
8 </output> 8 </output>
9 <output filename="components_chromium_strings_am.pak" type="data_package" la ng="am" /> 9 <output filename="components_chromium_strings_am.pak" type="data_package" la ng="am" />
10 <output filename="components_chromium_strings_ar.pak" type="data_package" la ng="ar" /> 10 <output filename="components_chromium_strings_ar.pak" type="data_package" la ng="ar" />
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 &gt; 181 &gt;
182 <ph name="PROXIES_TITLE">&lt;span jscontent="proxyTitle"&gt;&lt;/span& gt;<ex>Change proxy settings...</ex></ph> 182 <ph name="PROXIES_TITLE">&lt;span jscontent="proxyTitle"&gt;&lt;/span& gt;<ex>Change proxy settings...</ex></ph>
183 &gt; 183 &gt;
184 LAN Settings 184 LAN Settings
185 and deselect the &quot;Use a proxy server for your LAN&quot; checkbox. 185 and deselect the &quot;Use a proxy server for your LAN&quot; checkbox.
186 </message> 186 </message>
187 </if> 187 </if>
188 188
189 <!-- About Flags UI --> 189 <!-- About Flags UI -->
190 <if expr="not chromeos"> 190 <if expr="not chromeos">
191 <message name="IDS_FLAGS_UI_RELAUNCH_NOTICE" desc="Notifies the user tha t he needs to relaunch Chromium. Shown next to a button that says 'Relaunch Now' ."> 191 <message name="IDS_FLAGS_UI_RELAUNCH_NOTICE" desc="Notifies the user tha t they need to relaunch Chromium. Shown next to a button that says 'Relaunch Now '.">
192 Your changes will take effect the next time you relaunch Chromium. 192 Your changes will take effect the next time you relaunch Chromium.
193 </message> 193 </message>
194 </if> 194 </if>
195 <if expr="chromeos"> 195 <if expr="chromeos">
196 <message name="IDS_FLAGS_UI_RELAUNCH_NOTICE" desc="Notifies the user tha t he needs to restart Chromium OS. Shown next to a button that says 'Restart Now '."> 196 <message name="IDS_FLAGS_UI_RELAUNCH_NOTICE" desc="Notifies the user tha t they need to restart Chromium OS. Shown next to a button that says 'Restart No w'.">
197 Your changes will take effect the next time you restart your device. 197 Your changes will take effect the next time you restart your device.
198 </message> 198 </message>
199 </if> 199 </if>
200 200
201 <!-- chrome://crashes strings --> 201 <!-- chrome://crashes strings -->
202 <message name="IDS_CRASH_DISABLED_MESSAGE" desc="The explanatory message f or chrome://crashes when crash reporting is disabled"> 202 <message name="IDS_CRASH_DISABLED_MESSAGE" desc="The explanatory message f or chrome://crashes when crash reporting is disabled">
203 Crash reporting is not available in Chromium. 203 Crash reporting is not available in Chromium.
204 </message> 204 </message>
205 205
206 <!-- Version UI --> 206 <!-- Version UI -->
207 <message name="IDS_VERSION_UI_LICENSE" desc="The label below the copyright message, containing the URLs."> 207 <message name="IDS_VERSION_UI_LICENSE" desc="The label below the copyright message, containing the URLs.">
208 Chromium is made possible by the <ph name="BEGIN_LINK_CHROMIUM">&lt;a ta rget="_blank" href="$1"&gt;</ph>Chromium<ph name="END_LINK_CHROMIUM">&lt;/a&gt;< /ph> open source project and other <ph name="BEGIN_LINK_OSS">&lt;a target="_blan k" href="$2"&gt;</ph>open source software<ph name="END_LINK_OSS">&lt;/a&gt;</ph> . 208 Chromium is made possible by the <ph name="BEGIN_LINK_CHROMIUM">&lt;a ta rget="_blank" href="$1"&gt;</ph>Chromium<ph name="END_LINK_CHROMIUM">&lt;/a&gt;< /ph> open source project and other <ph name="BEGIN_LINK_OSS">&lt;a target="_blan k" href="$2"&gt;</ph>open source software<ph name="END_LINK_OSS">&lt;/a&gt;</ph> .
209 </message> 209 </message>
210 210
211 <!-- Page Info bubble --> 211 <!-- Page Info bubble -->
212 <message name="IDS_PAGE_INFO_INTERNAL_PAGE" desc="Message to display in th e page info bubble when the page you are on is a chrome:// page or about:somethi ng."> 212 <message name="IDS_PAGE_INFO_INTERNAL_PAGE" desc="Message to display in th e page info bubble when the page you are on is a chrome:// page or about:somethi ng.">
213 You are viewing a secure Chromium page. 213 You are viewing a secure Chromium page.
214 </message> 214 </message>
215 215
216 <message name="IDS_SESSION_CRASHED_VIEW_MESSAGE" desc="Message shown when the last session didn't exit cleanly."> 216 <message name="IDS_SESSION_CRASHED_VIEW_MESSAGE" desc="Message shown when the last session didn't exit cleanly.">
217 Chromium didn't shut down correctly. 217 Chromium didn't shut down correctly.
218 </message> 218 </message>
219 </messages> 219 </messages>
220 </release> 220 </release>
221 </grit> 221 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698