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

Side by Side Diff: components/components_chromium_strings.grd

Issue 1708593002: Componentize IDS_SESSION_CRASHED_* to allow sharing with iOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move branded strings to components_$(branding).grd Created 4 years, 10 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 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 217
218 <!-- Version UI --> 218 <!-- Version UI -->
219 <message name="IDS_VERSION_UI_LICENSE" desc="The label below the copyright message, containing the URLs."> 219 <message name="IDS_VERSION_UI_LICENSE" desc="The label below the copyright message, containing the URLs.">
220 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> . 220 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> .
221 </message> 221 </message>
222 222
223 <!-- Page Info bubble --> 223 <!-- Page Info bubble -->
224 <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."> 224 <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.">
225 You are viewing a secure Chromium page. 225 You are viewing a secure Chromium page.
226 </message> 226 </message>
227
228 <message name="IDS_SESSION_CRASHED_VIEW_MESSAGE" desc="Message shown when the last session didn't exit cleanly.">
229 Chromium didn't shut down correctly.
230 </message>
227 </messages> 231 </messages>
228 </release> 232 </release>
229 </grit> 233 </grit>
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/session_crashed_bubble_view.cc ('k') | components/components_google_chrome_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698