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

Side by Side Diff: ash/ash_strings.grd

Issue 560033002: Fixed suggesting adding more users into multi-profile session when we don't have more (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed initialization Created 6 years, 3 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
« no previous file with comments | « no previous file | ash/session/session_state_delegate.h » ('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 2
3 <!-- 3 <!--
4 This file contains the strings for ash. 4 This file contains the strings for ash.
5 --> 5 -->
6 6
7 <grit base_dir="." latest_public_release="0" current_release="1" 7 <grit base_dir="." latest_public_release="0" current_release="1"
8 source_lang_id="en" enc_check="möl"> 8 source_lang_id="en" enc_check="möl">
9 <outputs> 9 <outputs>
10 <output filename="grit/ash_strings.h" type="rc_header"> 10 <output filename="grit/ash_strings.h" type="rc_header">
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 </message> 246 </message>
247 <message name="IDS_ASH_STATUS_TRAY_CAPTION_CANNOT_ADD_USER" desc="The capt ion for the error message when the user has reached the limit of multi profile u sers."> 247 <message name="IDS_ASH_STATUS_TRAY_CAPTION_CANNOT_ADD_USER" desc="The capt ion for the error message when the user has reached the limit of multi profile u sers.">
248 Can't sign in to another account. 248 Can't sign in to another account.
249 </message> 249 </message>
250 <message name="IDS_ASH_STATUS_TRAY_MESSAGE_CANNOT_ADD_USER" desc="The erro r message when the user has reached the limit of multi profile users."> 250 <message name="IDS_ASH_STATUS_TRAY_MESSAGE_CANNOT_ADD_USER" desc="The erro r message when the user has reached the limit of multi profile users.">
251 You can only have up to three accounts in multiple sign-in. 251 You can only have up to three accounts in multiple sign-in.
252 </message> 252 </message>
253 <message name="IDS_ASH_STATUS_TRAY_MESSAGE_NOT_ALLOWED_PRIMARY_USER" desc= "The error message when the primary user forbids multiple signin because of not- allowed policy or because of usage policy-pushed certificates."> 253 <message name="IDS_ASH_STATUS_TRAY_MESSAGE_NOT_ALLOWED_PRIMARY_USER" desc= "The error message when the primary user forbids multiple signin because of not- allowed policy or because of usage policy-pushed certificates.">
254 The administrator for this account has disallowed multiple sign-in. 254 The administrator for this account has disallowed multiple sign-in.
255 </message> 255 </message>
256 <message name="IDS_ASH_STATUS_TRAY_MESSAGE_OUT_OF_USERS" desc="The error m essage when all the users are added into multi-profile session.">
257 All available users have already been added to this session.
258 </message>
256 259
257 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH" desc="The label used as the header in the bluetooth popup."> 260 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH" desc="The label used as the header in the bluetooth popup.">
258 Bluetooth 261 Bluetooth
259 </message> 262 </message>
260 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_ENABLED" desc="The label used in the tray popup to notify that bluetooth is enabled."> 263 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_ENABLED" desc="The label used in the tray popup to notify that bluetooth is enabled.">
261 Bluetooth enabled 264 Bluetooth enabled
262 </message> 265 </message>
263 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_DISABLED" desc="The label use d in the tray popup to notify that bluetooth is disabled."> 266 <message name="IDS_ASH_STATUS_TRAY_BLUETOOTH_DISABLED" desc="The label use d in the tray popup to notify that bluetooth is disabled.">
264 Bluetooth disabled 267 Bluetooth disabled
265 </message> 268 </message>
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
415 418
416 <!-- ChromeOS-specific strings --> 419 <!-- ChromeOS-specific strings -->
417 <if expr="chromeos"> 420 <if expr="chromeos">
418 <part file="ash_chromeos_strings.grdp" /> 421 <part file="ash_chromeos_strings.grdp" />
419 </if> 422 </if>
420 423
421 </messages> 424 </messages>
422 </release> 425 </release>
423 </grit> 426 </grit>
424 427
OLDNEW
« no previous file with comments | « no previous file | ash/session/session_state_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698