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

Side by Side Diff: ash/ash_chromeos_strings.grdp

Issue 473953004: Revert of 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « ash/ash.gyp ('k') | ash/system/OWNERS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- ChromeOS-specific strings (included from ash_strings.grd). 2 <!-- ChromeOS-specific strings (included from ash_strings.grd).
3 Everything in this file is wrapped in <if expr="chromeos">. --> 3 Everything in this file is wrapped in <if expr="chromeos">. -->
4 <grit-part> 4 <grit-part>
5 5
6 <!-- Status tray charging strings. --> 6 <!-- Status tray charging strings. -->
7 <message name="IDS_ASH_STATUS_TRAY_LOW_POWER_CHARGER_TITLE" desc="The title of a notification indicating that a low-current USB charger has been connected."> 7 <message name="IDS_ASH_STATUS_TRAY_LOW_POWER_CHARGER_TITLE" desc="The title of a notification indicating that a low-current USB charger has been connected.">
8 Low-power charger connected 8 Low-power charger connected
9 </message> 9 </message>
10 <message name="IDS_ASH_STATUS_TRAY_LOW_POWER_CHARGER_MESSAGE" desc="The messag e body of a notification indicating that a low-current USB charger has been conn ected."> 10 <message name="IDS_ASH_STATUS_TRAY_LOW_POWER_CHARGER_MESSAGE" desc="The messag e body of a notification indicating that a low-current USB charger has been conn ected.">
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 <message name="IDS_NETWORK_CELLULAR_ACTIVATED" desc="Text of the cellular acti vated notification"> 127 <message name="IDS_NETWORK_CELLULAR_ACTIVATED" desc="Text of the cellular acti vated notification">
128 Congratulations! Your '<ph name="name">$1<ex>Generic Wireless</ex></ph>' dat a service has been activated and is ready to go. 128 Congratulations! Your '<ph name="name">$1<ex>Generic Wireless</ex></ph>' dat a service has been activated and is ready to go.
129 </message> 129 </message>
130 <message name="IDS_NETWORK_ACTIVATION_ERROR_TITLE" desc="Title for network act ivation error notification"> 130 <message name="IDS_NETWORK_ACTIVATION_ERROR_TITLE" desc="Title for network act ivation error notification">
131 Network Activation Error 131 Network Activation Error
132 </message> 132 </message>
133 <message name="IDS_NETWORK_ACTIVATION_NEEDS_CONNECTION" desc="Message when att empting to activate a mobile network that requires a connection"> 133 <message name="IDS_NETWORK_ACTIVATION_NEEDS_CONNECTION" desc="Message when att empting to activate a mobile network that requires a connection">
134 Activation of '<ph name="name">$1<ex>Generic Wireless</ex></ph>' requires a network connection. 134 Activation of '<ph name="name">$1<ex>Generic Wireless</ex></ph>' requires a network connection.
135 </message> 135 </message>
136 136
137 <!-- Ash multi-user warning dialog -->
138 <message name="IDS_DESKTOP_CASTING_ACTIVE_TITLE" desc="The title for the dialo g which tells the user that desktop casting is in progress, asking if the castin g should be stopped before switching - or - the switch should be aborted.">
139 Stop screen sharing?
140 </message>
141 <message name="IDS_DESKTOP_CASTING_ACTIVE_MESSAGE" desc="The message for the d ialog which tells the user that desktop casting is in progress, asking if the ca sting should be stopped before switching - or - the switch should be aborted.">
142 Screen sharing will stop when you switch to another user. Do you want to con tinue?
143 </message>
144 <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 switc hed.">
145 Yes
146 </message>
147 <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 prog ress. By selecting this button the user switch will be cancelled.">
148 No
149 </message>
150
151 <!-- Network error strings --> 137 <!-- Network error strings -->
152 <message name="IDS_CHROMEOS_NETWORK_ERROR_UNKNOWN" desc="Network error details in notifications: UNKNOWN"> 138 <message name="IDS_CHROMEOS_NETWORK_ERROR_UNKNOWN" desc="Network error details in notifications: UNKNOWN">
153 Unknown network error 139 Unknown network error
154 </message> 140 </message>
155 <message name="IDS_CHROMEOS_NETWORK_ERROR_OUT_OF_RANGE" desc="Network error de tails in notifications: OUT_OF_RANGE"> 141 <message name="IDS_CHROMEOS_NETWORK_ERROR_OUT_OF_RANGE" desc="Network error de tails in notifications: OUT_OF_RANGE">
156 Out of range 142 Out of range
157 </message> 143 </message>
158 <message name="IDS_CHROMEOS_NETWORK_ERROR_PIN_MISSING" desc="Network error det ails in notifications: PIN_MISSING"> 144 <message name="IDS_CHROMEOS_NETWORK_ERROR_PIN_MISSING" desc="Network error det ails in notifications: PIN_MISSING">
159 PIN missing 145 PIN missing
160 </message> 146 </message>
(...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after
501 <message name="IDS_ASH_LOGOUT_CONFIRMATION_WARNING" desc="The text for the log out confirmation dialog."> 487 <message name="IDS_ASH_LOGOUT_CONFIRMATION_WARNING" desc="The text for the log out confirmation dialog.">
502 You will automatically be signed out in <ph name="LOGOUT_TIME_LEFT">$1<ex>5 seconds</ex></ph>. 488 You will automatically be signed out in <ph name="LOGOUT_TIME_LEFT">$1<ex>5 seconds</ex></ph>.
503 </message> 489 </message>
504 <message name="IDS_ASH_LOGOUT_CONFIRMATION_WARNING_NOW" desc="The text for the logout confirmation dialog with no time left."> 490 <message name="IDS_ASH_LOGOUT_CONFIRMATION_WARNING_NOW" desc="The text for the logout confirmation dialog with no time left.">
505 You will be signed out now. 491 You will be signed out now.
506 </message> 492 </message>
507 <message name="IDS_ASH_LOGOUT_CONFIRMATION_BUTTON" desc="The text for okay but ton of the logout confirmation dialog."> 493 <message name="IDS_ASH_LOGOUT_CONFIRMATION_BUTTON" desc="The text for okay but ton of the logout confirmation dialog.">
508 Sign out now 494 Sign out now
509 </message> 495 </message>
510 </grit-part> 496 </grit-part>
OLDNEW
« no previous file with comments | « ash/ash.gyp ('k') | ash/system/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698