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

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

Issue 1332353003: Move resources for version_ui to //components/version_ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comments Created 5 years, 2 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
« no previous file with comments | « build/ios/grit_whitelist.txt ('k') | chrome/app/generated_resources.grd » ('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 <!-- This file contains definitions of strings that are distribution specific. 2 <!-- This file contains definitions of strings that are distribution specific.
3 If you update this file, be sure also to update google_chrome_strings.grd. --> 3 If you update this file, be sure also to update google_chrome_strings.grd. -->
4 4
5 <grit base_dir="." latest_public_release="0" current_release="1" 5 <grit base_dir="." latest_public_release="0" current_release="1"
6 source_lang_id="en" enc_check="möl"> 6 source_lang_id="en" enc_check="möl">
7 <outputs> 7 <outputs>
8 <output filename="grit/chromium_strings.h" type="rc_header"> 8 <output filename="grit/chromium_strings.h" type="rc_header">
9 <emit emit_type='prepend'></emit> 9 <emit emit_type='prepend'></emit>
10 </output> 10 </output>
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 <message name="IDS_GET_HELP_USING_CHROME" desc="Text of the button which takes the user to the Chrome help page."> 200 <message name="IDS_GET_HELP_USING_CHROME" desc="Text of the button which takes the user to the Chrome help page.">
201 Get help with using Chromium OS 201 Get help with using Chromium OS
202 </message> 202 </message>
203 </if> 203 </if>
204 <message name="IDS_ABOUT_VERSION_COMPANY_NAME" desc="Company name on the a bout pages"> 204 <message name="IDS_ABOUT_VERSION_COMPANY_NAME" desc="Company name on the a bout pages">
205 The Chromium Authors 205 The Chromium Authors
206 </message> 206 </message>
207 <message name="IDS_ABOUT_VERSION_COPYRIGHT" desc="Copyright information on the about pages"> 207 <message name="IDS_ABOUT_VERSION_COPYRIGHT" desc="Copyright information on the about pages">
208 Copyright <ph name="YEAR">$1</ph> The Chromium Authors. All rights reser ved. 208 Copyright <ph name="YEAR">$1</ph> The Chromium Authors. All rights reser ved.
209 </message> 209 </message>
210 <message name="IDS_ABOUT_VERSION_LICENSE" desc="The label below the copyri ght message, containing the URLs.">
211 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> .
212 </message>
213 <if expr="chromeos"> 210 <if expr="chromeos">
214 <message name="IDS_ABOUT_VERSION_LICENSE_EULA" desc="The label below the copyright message, containing the URLs."> 211 <message name="IDS_ABOUT_VERSION_LICENSE_EULA" desc="The label below the copyright message, containing the URLs.">
215 Chromium open source licenses 212 Chromium open source licenses
216 </message> 213 </message>
217 <message name="IDS_ABOUT_CROS_VERSION_LICENSE" desc="Additional text dis played beneath the Chromium open source URLs for Chrome OS."> 214 <message name="IDS_ABOUT_CROS_VERSION_LICENSE" desc="Additional text dis played beneath the Chromium open source URLs for Chrome OS.">
218 Chromium OS is made possible by additional <ph name="BEGIN_LINK_CROS_O SS">&lt;a target="_blank" href="$1"&gt;</ph>open source software<ph name="END_LI NK_CROS_OSS">&lt;/a&gt;</ph>. 215 Chromium OS is made possible by additional <ph name="BEGIN_LINK_CROS_O SS">&lt;a target="_blank" href="$1"&gt;</ph>open source software<ph name="END_LI NK_CROS_OSS">&lt;/a&gt;</ph>.
219 </message> 216 </message>
220 <message name="IDS_ABOUT_CROS_VERSION_LICENSE_EULA" desc="Additional te xt displayed beneath the Chromium open source URLs for Chrome OS."> 217 <message name="IDS_ABOUT_CROS_VERSION_LICENSE_EULA" desc="Additional te xt displayed beneath the Chromium open source URLs for Chrome OS.">
221 Chromium OS open source licenses 218 Chromium OS open source licenses
222 </message> 219 </message>
(...skipping 1052 matching lines...) Expand 10 before | Expand all | Expand 10 after
1275 </message> 1272 </message>
1276 <message name="IDS_WIN_PROMPT_TO_CLOSE_APPS_FOR_DESKTOP" 1273 <message name="IDS_WIN_PROMPT_TO_CLOSE_APPS_FOR_DESKTOP"
1277 desc="Modal message box prompt shown to the user after requesti ng to relaunch in Desktop mode while packaged apps are running, which will requi re all packaged apps to be closed and then restarted. Dialog is shown with choic es: OK, Cancel."> 1274 desc="Modal message box prompt shown to the user after requesti ng to relaunch in Desktop mode while packaged apps are running, which will requi re all packaged apps to be closed and then restarted. Dialog is shown with choic es: OK, Cancel.">
1278 Relaunching in Desktop mode will close and relaunch your Chromium apps . 1275 Relaunching in Desktop mode will close and relaunch your Chromium apps .
1279 </message> 1276 </message>
1280 </if> 1277 </if>
1281 1278
1282 </messages> 1279 </messages>
1283 </release> 1280 </release>
1284 </grit> 1281 </grit>
OLDNEW
« no previous file with comments | « build/ios/grit_whitelist.txt ('k') | chrome/app/generated_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698