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

Unified 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: year 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 side-by-side diff with in-line comments
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index bf992dd90ab26f5de58a3f739dbb7fbb891858f3..d70e98d70e2a09822bc3fb8a1465e892eeb6a59d 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -300,6 +300,9 @@ each locale. -->
<message name="IDS_SKIP" desc="A generic term for Skip on buttons and menus.">
Skip
</message>
+ <message name="IDS_AWESOME" desc="More emotional variation of OK for rare dialogs.">
+ Awesome
+ </message>
<!-- content area context menus -->
<if expr="os == 'darwin'">
@@ -4319,6 +4322,16 @@ Keep your key file in a safe place. You will need it to create new versions of y
You are using an unsupported command-line flag: <ph name="BAD_FLAG">$1<ex>--no-sandbox</ex></ph>. Stability and security will suffer.
</message>
+ <!-- Locale Changed Info Bar-->
+ <if expr="pp_ifdef('chromeos')">
+ <message name="IDS_LOCALE_CHANGE_MESSAGE" desc="Message shown when locale was changed based on profile content.">
+ Interface language was changed "<ph name="FROM_LOCALE">$1</ph>" => "<ph name="TO_LOCALE">$2</ph>" based on your preference.
+ </message>
+ <message name="IDS_LOCALE_CHANGE_REVERT_MESSAGE" desc="Message shown when locale was changed based on profile content.">
+ Sign out and revert
+ </message>
+ </if>
+
<if expr="pp_ifdef('chromeos')">
<!-- about:system strings -->
<message name="IDS_ABOUT_SYS_TITLE" desc="about:system page title">

Powered by Google App Engine
This is Rietveld 408576698