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

Side by Side Diff: components/components_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 | « components/components.gyp ('k') | components/components_google_chrome_strings.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 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 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 <if expr="chromeos"> 163 <if expr="chromeos">
164 <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 '."> 164 <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 '.">
165 Your changes will take effect the next time you restart your device. 165 Your changes will take effect the next time you restart your device.
166 </message> 166 </message>
167 </if> 167 </if>
168 168
169 <!-- chrome://crashes strings --> 169 <!-- chrome://crashes strings -->
170 <message name="IDS_CRASH_DISABLED_MESSAGE" desc="The explanatory message f or chrome://crashes when crash reporting is disabled"> 170 <message name="IDS_CRASH_DISABLED_MESSAGE" desc="The explanatory message f or chrome://crashes when crash reporting is disabled">
171 Crash reporting is not available in Chromium. 171 Crash reporting is not available in Chromium.
172 </message> 172 </message>
173
174 <!-- Version UI -->
175 <message name="IDS_VERSION_UI_LICENSE" desc="The label below the copyright message, containing the URLs.">
176 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> .
177 </message>
173 </messages> 178 </messages>
174 </release> 179 </release>
175 </grit> 180 </grit>
OLDNEW
« no previous file with comments | « components/components.gyp ('k') | components/components_google_chrome_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698