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

Unified Diff: ash/ash_chromeos_strings.grdp

Issue 496563002: Multiprofile security: Show a warning messagebox when desktop casting/sharing is turned on upon user (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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: ash/ash_chromeos_strings.grdp
diff --git a/ash/ash_chromeos_strings.grdp b/ash/ash_chromeos_strings.grdp
index e8e49fd39f706acdc5d273bf5e2f85c27acc00ec..ae390850bb69ec9c3e5df3502503bc6ec8b57a1a 100644
--- a/ash/ash_chromeos_strings.grdp
+++ b/ash/ash_chromeos_strings.grdp
@@ -134,6 +134,20 @@ Server message: <ph name="server_msg">$3<ex>Incorrect password</ex></ph>
Activation of '<ph name="name">$1<ex>Generic Wireless</ex></ph>' requires a network connection.
</message>
+ <!-- Ash multi-user warning dialog -->
+ <message name="IDS_DESKTOP_CASTING_ACTIVE_TITLE" desc="The title for the dialog which tells the user that desktop casting is in progress, asking if the casting should be stopped before switching - or - the switch should be aborted.">
+ Stop screen sharing?
+ </message>
+ <message name="IDS_DESKTOP_CASTING_ACTIVE_MESSAGE" desc="The message for the dialog which tells the user that desktop casting is in progress, asking if the casting should be stopped before switching - or - the switch should be aborted.">
+ Screen sharing will stop when you switch to another user. Do you want to continue?
jennyz 2014/08/20 23:28:05 My English is bad. stop -> be stopped?
James Cook 2014/08/20 23:33:53 Native English speaker: Either way sounds fine to
Mr4D (OOO till 08-26) 2014/08/21 00:05:02 Acknowledged.
+ </message>
+ <message name="IDS_DESKTOP_CASTING_ACTIVE_BUTTON_SWITCH_USER" desc="The button label for the dialog which tells the user that desktop casting is in progress. By selecting this button the casting will be stopped and the user will get switched.">
+ Yes
+ </message>
+ <message name="IDS_DESKTOP_CASTING_ACTIVE_BUTTON_ABORT_USER_SWITCH" desc="The button label for the dialog which tells the user that desktop casting is in progress. By selecting this button the user switch will be cancelled.">
+ No
+ </message>
+
<!-- Network error strings -->
<message name="IDS_CHROMEOS_NETWORK_ERROR_UNKNOWN" desc="Network error details in notifications: UNKNOWN">
Unknown network error

Powered by Google App Engine
This is Rietveld 408576698