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

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

Issue 12207077: Refactored error screen logic. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix. Created 7 years, 10 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 | « no previous file | chrome/browser/chromeos/login/error_screen_actor.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 <!-- 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 3498 matching lines...) Expand 10 before | Expand all | Expand 10 after
3509 contact your network administrator to make sure the proxy 3509 contact your network administrator to make sure the proxy
3510 server is working. If you don't believe you should be using a 3510 server is working. If you don't believe you should be using a
3511 proxy server, adjust your <ph name="LINK_START">$1<ex>&gt;a&lt;</ex></ph>pro xy settings<ph name="LINK_END">$2<ex>&gt;/a&lt;</ex></ph>. 3511 proxy server, adjust your <ph name="LINK_START">$1<ex>&gt;a&lt;</ex></ph>pro xy settings<ph name="LINK_END">$2<ex>&gt;/a&lt;</ex></ph>.
3512 </message> 3512 </message>
3513 <message name="IDS_LOGIN_MAYBE_CAPTIVE_PORTAL_NETWORK_SELECT" desc="An offline message shown when we suggest that user may select other network."> 3513 <message name="IDS_LOGIN_MAYBE_CAPTIVE_PORTAL_NETWORK_SELECT" desc="An offline message shown when we suggest that user may select other network.">
3514 You may also select another network. 3514 You may also select another network.
3515 </message> 3515 </message>
3516 <message name="IDS_LOGIN_ERROR_CAPTIVE_PORTAL_NO_GUEST_MODE" desc="An error me ssage shown when we suggest that user may be behind the captive portal but Guest mode is disabled."> 3516 <message name="IDS_LOGIN_ERROR_CAPTIVE_PORTAL_NO_GUEST_MODE" desc="An error me ssage shown when we suggest that user may be behind the captive portal but Guest mode is disabled.">
3517 Your password cannot be verified on this current network. Please select anot her network. 3517 Your password cannot be verified on this current network. Please select anot her network.
3518 </message> 3518 </message>
3519 <message name="IDS_LOGIN_TIMEOUT_TITLE" desc="An offline message title shown w hen Gaia frame loading is timed out.">
3520 Gaia loading timeout
3521 </message>
3519 <message name="IDS_NOTIFICATION_PANEL_TITLE" desc="Text for the title of the n otification panel."> 3522 <message name="IDS_NOTIFICATION_PANEL_TITLE" desc="Text for the title of the n otification panel.">
3520 Notifications 3523 Notifications
3521 </message> 3524 </message>
3522 <message name="IDS_LOGIN_OFFLINE_TITLE" desc="Title of an offline message that shows up in OOBE sign-in screen."> 3525 <message name="IDS_LOGIN_OFFLINE_TITLE" desc="Title of an offline message that shows up in OOBE sign-in screen.">
3523 You are currently offline 3526 You are currently offline
3524 </message> 3527 </message>
3525 <message name="IDS_LOGIN_OFFLINE_MESSAGE" desc="An offline message that shows up in OOBE sign-in screen."> 3528 <message name="IDS_LOGIN_OFFLINE_MESSAGE" desc="An offline message that shows up in OOBE sign-in screen.">
3526 Please connect to the Internet to signin into your Chromebook. 3529 Please connect to the Internet to signin into your Chromebook.
3527 </message> 3530 </message>
3528 <message name="IDS_GUEST" desc="Shown in login panel for users that would like to browse without signing in."> 3531 <message name="IDS_GUEST" desc="Shown in login panel for users that would like to browse without signing in.">
(...skipping 26 matching lines...) Expand all
3555 <message name="IDS_LOGIN_PUBLIC_ACCOUNT_SIGNOUT_REMINDER" desc="Text shown in the public account user pod, reminding the user to log out."> 3558 <message name="IDS_LOGIN_PUBLIC_ACCOUNT_SIGNOUT_REMINDER" desc="Text shown in the public account user pod, reminding the user to log out.">
3556 Please remember to sign out when you're done. 3559 Please remember to sign out when you're done.
3557 </message> 3560 </message>
3558 <message name="IDS_LOGIN_PUBLIC_ACCOUNT_ENTER" desc="Label text for the sign-i n button in the public account user pod."> 3561 <message name="IDS_LOGIN_PUBLIC_ACCOUNT_ENTER" desc="Label text for the sign-i n button in the public account user pod.">
3559 Enter 3562 Enter
3560 </message> 3563 </message>
3561 <message name="IDS_LOGIN_PUBLIC_ACCOUNT_ENTER_ACCESSIBLE_NAME" desc="Text to b e spoken when focus is set to the sign-in button in the public account user pod. "> 3564 <message name="IDS_LOGIN_PUBLIC_ACCOUNT_ENTER_ACCESSIBLE_NAME" desc="Text to b e spoken when focus is set to the sign-in button in the public account user pod. ">
3562 Enter public session 3565 Enter public session
3563 </message> 3566 </message>
3564 </grit-part> 3567 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/error_screen_actor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698