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

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

Issue 5976005: show notification on locale change (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comment 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
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 4320 matching lines...) Expand 10 before | Expand all | Expand 10 after
4331 <!-- Session Crashed Info Bar--> 4331 <!-- Session Crashed Info Bar-->
4332 <message name="IDS_SESSION_CRASHED_VIEW_RESTORE_BUTTON" desc="Title of the restore button in the session crashed view."> 4332 <message name="IDS_SESSION_CRASHED_VIEW_RESTORE_BUTTON" desc="Title of the restore button in the session crashed view.">
4333 Restore 4333 Restore
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-->
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.">
4344 Interface language was changed: "<ph name="FROM_LOCALE">$1</ph>" => "< ph name="TO_LOCALE">$2</ph>" based on your preference.
4345 </message>
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.
4348 </message>
4349 </if>
4350
4341 <if expr="pp_ifdef('chromeos')"> 4351 <if expr="pp_ifdef('chromeos')">
4342 <!-- about:system strings --> 4352 <!-- about:system strings -->
4343 <message name="IDS_ABOUT_SYS_TITLE" desc="about:system page title"> 4353 <message name="IDS_ABOUT_SYS_TITLE" desc="about:system page title">
4344 About System 4354 About System
4345 </message> 4355 </message>
4346 <message name="IDS_ABOUT_SYS_DESC" desc="about:system page description"> 4356 <message name="IDS_ABOUT_SYS_DESC" desc="about:system page description">
4347 System diagnostic data 4357 System diagnostic data
4348 </message> 4358 </message>
4349 <message name="IDS_ABOUT_SYS_TABLE_TITLE" desc="Title of a table that co ntains system details"> 4359 <message name="IDS_ABOUT_SYS_TABLE_TITLE" desc="Title of a table that co ntains system details">
4350 Details 4360 Details
(...skipping 7349 matching lines...) Expand 10 before | Expand all | Expand 10 after
11700 </includes> 11710 </includes>
11701 <structures fallback_to_english="true"> 11711 <structures fallback_to_english="true">
11702 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 11712 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
11703 </structure> 11713 </structure>
11704 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 11714 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
11705 </structure> 11715 </structure>
11706 </structures> 11716 </structures>
11707 11717
11708 </release> 11718 </release>
11709 </grit> 11719 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698