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

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: infobar -> SystemNotification 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 4317 matching lines...) Expand 10 before | Expand all | Expand 10 after
4328 <!-- Session Crashed Info Bar--> 4328 <!-- Session Crashed Info Bar-->
4329 <message name="IDS_SESSION_CRASHED_VIEW_RESTORE_BUTTON" desc="Title of the restore button in the session crashed view."> 4329 <message name="IDS_SESSION_CRASHED_VIEW_RESTORE_BUTTON" desc="Title of the restore button in the session crashed view.">
4330 Restore 4330 Restore
4331 </message> 4331 </message>
4332 4332
4333 <!-- Bad Flags Info Bar--> 4333 <!-- Bad Flags Info Bar-->
4334 <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. ]"> 4334 <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. ]">
4335 You are using an unsupported command-line flag: <ph name="BAD_FLAG">$1<e x>--no-sandbox</ex></ph>. Stability and security will suffer. 4335 You are using an unsupported command-line flag: <ph name="BAD_FLAG">$1<e x>--no-sandbox</ex></ph>. Stability and security will suffer.
4336 </message> 4336 </message>
4337 4337
4338 <!-- Locale Changed Info Bar-->
whywhat 2011/01/12 16:33:16 Not an Info Bar anymore, right?
Denis Lagno 2011/01/12 20:27:34 Done.
4339 <if expr="pp_ifdef('chromeos')">
4340 <message name="IDS_LOCALE_CHANGE_MESSAGE" desc="Message shown when local e was changed based on profile content.">
4341 Interface language was changed "<ph name="FROM_LOCALE">$1</ph>" => "<p h name="TO_LOCALE">$2</ph>" based on your preference.
whywhat 2011/01/12 16:33:16 Why not " from $1 to $2"? Or ":" after changed
Denis Lagno 2011/01/12 20:27:34 Done.
4342 </message>
4343 <message name="IDS_LOCALE_CHANGE_REVERT_MESSAGE" desc="Message shown whe n locale was changed based on profile content.">
whywhat 2011/01/12 16:33:16 Description is the same as above.
Denis Lagno 2011/01/12 20:27:34 Done.
4344 Sign out and revert
4345 </message>
4346 </if>
4347
4338 <if expr="pp_ifdef('chromeos')"> 4348 <if expr="pp_ifdef('chromeos')">
4339 <!-- about:system strings --> 4349 <!-- about:system strings -->
4340 <message name="IDS_ABOUT_SYS_TITLE" desc="about:system page title"> 4350 <message name="IDS_ABOUT_SYS_TITLE" desc="about:system page title">
4341 About System 4351 About System
4342 </message> 4352 </message>
4343 <message name="IDS_ABOUT_SYS_DESC" desc="about:system page description"> 4353 <message name="IDS_ABOUT_SYS_DESC" desc="about:system page description">
4344 System diagnostic data 4354 System diagnostic data
4345 </message> 4355 </message>
4346 <message name="IDS_ABOUT_SYS_TABLE_TITLE" desc="Title of a table that co ntains system details"> 4356 <message name="IDS_ABOUT_SYS_TABLE_TITLE" desc="Title of a table that co ntains system details">
4347 Details 4357 Details
(...skipping 7317 matching lines...) Expand 10 before | Expand all | Expand 10 after
11665 </includes> 11675 </includes>
11666 <structures fallback_to_english="true"> 11676 <structures fallback_to_english="true">
11667 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 11677 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
11668 </structure> 11678 </structure>
11669 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 11679 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
11670 </structure> 11680 </structure>
11671 </structures> 11681 </structures>
11672 11682
11673 </release> 11683 </release>
11674 </grit> 11684 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698