summaryrefslogtreecommitdiff
path: root/chromium/chrome/app/chromium_strings.grd
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/app/chromium_strings.grd')
-rw-r--r--chromium/chrome/app/chromium_strings.grd19
1 files changed, 18 insertions, 1 deletions
diff --git a/chromium/chrome/app/chromium_strings.grd b/chromium/chrome/app/chromium_strings.grd
index 069198e5313..75e3062a93b 100644
--- a/chromium/chrome/app/chromium_strings.grd
+++ b/chromium/chrome/app/chromium_strings.grd
@@ -157,6 +157,8 @@ If you update this file, be sure also to update google_chrome_strings.grd. -->
<message name="IDS_SHORT_PRODUCT_LOGO_ALT_TEXT" desc="Alt text for the Chromium logo image.">
Chromium logo
</message>
+ <!-- Chrome enterprise logo won't be used in Chromium -->
+ <message name="IDS_PRODUCT_LOGO_ENTERPRISE_ALT_TEXT" desc="Alt text for the Chromium Enterprise logo image."/>
<if expr="is_win">
<message name="IDS_SHORTCUT_NEW_WINDOW" desc="The text label of the New window shortcut context menu entry as of Windows 8">
New window
@@ -1167,7 +1169,7 @@ Please check your email at <ph name="ACCOUNT_EMAIL">$2<ex>jane.doe@example.com</
Not now
</message>
<message name="IDS_DICE_WELCOME_DESCRIPTION" desc="A message on the welcome page explaining the purpose of signing in.">
- Sign in for a personalized browsing experience, synced across devices
+ Sign in to sync and personalize Chromium across your devices
</message>
</if>
@@ -1235,6 +1237,21 @@ Please check your email at <ph name="ACCOUNT_EMAIL">$2<ex>jane.doe@example.com</
Your administrator requires that you relaunch Chromium to apply an update
</message>
</if>
+ <!-- Chroium launch blocking dialog. -->
+ <if expr="not is_android and not chromeos">
+ <message name="IDS_ENTERPRISE_STARTUP_CLOUD_POLICY_ENROLLMENT_TOOLTIP" desc="The information message of Chromium launch blocking dialog for machine level user cloud policy enrollment.">
+ Launching Chromium
+ </message>
+ <message name="IDS_ENTERPRISE_STARTUP_CLOUD_POLICY_ENROLLMENT_ERROR" desc="The error message of Chromium launch blocking dialog when machine level user cloud policy enrollment failed.">
+ Couldn't launch Chromium. Try again.
+ </message>
+ <message name="IDS_ENTERPRISE_STARTUP_RELAUNCH_BUTTON" desc="The text of relaunch button of Chromium launch blocking dialog.">
+ Relaunch Chromium
+ </message>
+ <message name="IDS_ENTERPRISE_STARTUP_CANCEL_BUTTON" desc="The text of cancel button of Chromium launch blocking dialog.">
+ Close
+ </message>
+ </if>
</messages>
</release>
</grit>