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

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

Issue 6249009: Cleanup of r71320 commit. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: style fix Created 9 years, 11 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/chromeos/locale_change_guard.cc » ('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 <!-- This file contains definitions of resources that will be translated for 3 <!-- This file contains definitions of resources that will be translated for
4 each locale. --> 4 each locale. -->
5 5
6 <grit base_dir="." latest_public_release="0" current_release="1" 6 <grit base_dir="." latest_public_release="0" current_release="1"
7 source_lang_id="en" enc_check="möl"> 7 source_lang_id="en" enc_check="möl">
8 <outputs> 8 <outputs>
9 <output filename="grit/generated_resources.h" type="rc_header"> 9 <output filename="grit/generated_resources.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 4323 matching lines...) Expand 10 before | Expand all | Expand 10 after
4334 </message> 4334 </message>
4335 4335
4336 <!-- Bad Flags Info Bar--> 4336 <!-- Bad Flags Info Bar-->
4337 <message name="IDS_BAD_FLAGS_WARNING_MESSAGE" desc="Message shown when an unsupported command-line flag is used. [Keep it short so it fits in the infobar. ]"> 4337 <message name="IDS_BAD_FLAGS_WARNING_MESSAGE" desc="Message shown when an unsupported command-line flag is used. [Keep it short so it fits in the infobar. ]">
4338 You are using an unsupported command-line flag: <ph name="BAD_FLAG">$1<e x>--no-sandbox</ex></ph>. Stability and security will suffer. 4338 You are using an unsupported command-line flag: <ph name="BAD_FLAG">$1<e x>--no-sandbox</ex></ph>. Stability and security will suffer.
4339 </message> 4339 </message>
4340 4340
4341 <!-- Locale Change Notification--> 4341 <!-- Locale Change Notification-->
4342 <if expr="pp_ifdef('chromeos')"> 4342 <if expr="pp_ifdef('chromeos')">
4343 <message name="IDS_LOCALE_CHANGE_MESSAGE" desc="Message shown when local e was changed based on profile content."> 4343 <message name="IDS_LOCALE_CHANGE_MESSAGE" desc="Message shown when local e was changed based on profile content.">
4344 Interface language was changed: "<ph name="FROM_LOCALE">$1</ph>" => "< ph name="TO_LOCALE">$2</ph>" based on your preference. 4344 Interface language has been changed: "<ph name="FROM_LOCALE">$1</ph>" => "<ph name="TO_LOCALE">$2</ph>" based on your preference.
4345 </message> 4345 </message>
4346 <message name="IDS_LOCALE_CHANGE_REVERT_MESSAGE" desc="Link to revert a change."> 4346 <message name="IDS_LOCALE_CHANGE_REVERT_MESSAGE" desc="Link to revert a change.">
4347 If you are unhappy about it: click here to close browser, sign out and revert. 4347 If you are unhappy about it: click here to close browser, sign out and revert.
4348 </message> 4348 </message>
4349 </if> 4349 </if>
4350 4350
4351 <if expr="pp_ifdef('chromeos')"> 4351 <if expr="pp_ifdef('chromeos')">
4352 <!-- about:system strings --> 4352 <!-- about:system strings -->
4353 <message name="IDS_ABOUT_SYS_TITLE" desc="about:system page title"> 4353 <message name="IDS_ABOUT_SYS_TITLE" desc="about:system page title">
4354 About System 4354 About System
(...skipping 7392 matching lines...) Expand 10 before | Expand all | Expand 10 after
11747 </includes> 11747 </includes>
11748 <structures fallback_to_english="true"> 11748 <structures fallback_to_english="true">
11749 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 11749 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
11750 </structure> 11750 </structure>
11751 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 11751 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
11752 </structure> 11752 </structure>
11753 </structures> 11753 </structures>
11754 11754
11755 </release> 11755 </release>
11756 </grit> 11756 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/locale_change_guard.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698