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

Side by Side Diff: chrome/app/chromeos_strings.grdp

Issue 11308081: cros: Account picker UI for public account. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased on top of 11419184 Created 8 years 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
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- ChromeOS-specific strings (included from generated_resources.grd). 2 <!-- ChromeOS-specific strings (included from generated_resources.grd).
3 Everything in this file is wrapped in <if expr="pp_ifdef('chromeos')">. --> 3 Everything in this file is wrapped in <if expr="pp_ifdef('chromeos')">. -->
4 <grit-part> 4 <grit-part>
5 <!-- Idle Logout Dialog Strings --> 5 <!-- Idle Logout Dialog Strings -->
6 <message name="IDS_IDLE_LOGOUT_TITLE" desc="Dialog title for the idle logout d ialog"> 6 <message name="IDS_IDLE_LOGOUT_TITLE" desc="Dialog title for the idle logout d ialog">
7 Are you still there? 7 Are you still there?
8 </message> 8 </message>
9 <message name="IDS_IDLE_LOGOUT_WARNING_RESTART" desc="Restart label for the id le logout dialog"> 9 <message name="IDS_IDLE_LOGOUT_WARNING_RESTART" desc="Restart label for the id le logout dialog">
10 This computer will reset in <ph name="LOGOUT_TIME_LEFT">$1<ex>20</ex></ph> s econds. 10 This computer will reset in <ph name="LOGOUT_TIME_LEFT">$1<ex>20</ex></ph> s econds.
(...skipping 3468 matching lines...) Expand 10 before | Expand all | Expand 10 after
3479 </message> 3479 </message>
3480 <message name="IDS_LOGIN_MANAGED_BY_STATUS_NETWORK_ERROR" desc="Text for the n etwork error status in 'Managed by DOMAIN' label on login screen."> 3480 <message name="IDS_LOGIN_MANAGED_BY_STATUS_NETWORK_ERROR" desc="Text for the n etwork error status in 'Managed by DOMAIN' label on login screen.">
3481 Network error while communicating with the device management service. 3481 Network error while communicating with the device management service.
3482 </message> 3482 </message>
3483 <message name="IDS_LOGIN_MANAGED_BY_NOTICE" desc="Text for the notification ba r on the login screen showing that this is a managed device."> 3483 <message name="IDS_LOGIN_MANAGED_BY_NOTICE" desc="Text for the notification ba r on the login screen showing that this is a managed device.">
3484 This device is managed by <ph name="DOMAIN">$1<ex>yourdomain.com</ex></ph>. 3484 This device is managed by <ph name="DOMAIN">$1<ex>yourdomain.com</ex></ph>.
3485 </message> 3485 </message>
3486 <message name="IDS_LOGIN_MANAGED_REPORTING_HINT" desc="Text for the hint on re porting features displayed in the enterprise notification bar on the login scree n."> 3486 <message name="IDS_LOGIN_MANAGED_REPORTING_HINT" desc="Text for the hint on re porting features displayed in the enterprise notification bar on the login scree n.">
3487 Device usage may be tracked. 3487 Device usage may be tracked.
3488 </message> 3488 </message>
3489 <message name="IDS_LOGIN_PUBLIC_ACCOUNT_INFO" desc="Text for the hint on the p ublic account sign-in panel.">
bartfab (slow) 2012/11/28 15:11:38 The wording "public account sign-in panel" is inco
xiyuan 2012/12/01 00:24:19 Done.
3490 This device is managed by (<ph name="DOMAIN">$1<ex>yourdomain.com</ex></ph>) and will be used by others after you.
bartfab (slow) 2012/11/28 15:11:38 The brackets in the mock were meant to be part of
xiyuan 2012/12/01 00:24:19 Done. And "managed" -> "owned" per mlchan
3491 </message>
3492 <message name="IDS_LOGIN_PUBLIC_ACCOUNT_HINT" desc="Text for the bold hint on the public account sign-in panel.">
bartfab (slow) 2012/11/28 15:11:38 s/public account sign-in panel/public account user
xiyuan 2012/12/01 00:24:19 Done.
3493 Please remember to sign out when you're done.
3494 </message>
3495 <message name="IDS_LOGIN_PUBLIC_ACCOUNT_ENTER" desc="Text for the sign-in butt on in public account sign-in panel.">
bartfab (slow) 2012/11/28 15:11:38 s/public account sign-in panel/public account user
xiyuan 2012/12/01 00:24:19 Done.
3496 Enter
3497 </message>
3489 </grit-part> 3498 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698