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

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

Issue 2151113002: kiosk: Show network config UI after profile load (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add a state/message while waiting Created 4 years, 5 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 | chrome/browser/chromeos/login/app_launch_controller.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="chromeos">. --> 3 Everything in this file is wrapped in <if expr="chromeos">. -->
4 <grit-part> 4 <grit-part>
5 <message name="IDS_EMPTY_STRING" desc="Empty string, exist only to make code g eneric. No translation required."> 5 <message name="IDS_EMPTY_STRING" desc="Empty string, exist only to make code g eneric. No translation required.">
6 </message> 6 </message>
7 <!-- Idle logout dialog for retail mode --> 7 <!-- Idle logout dialog for retail mode -->
8 <message name="IDS_IDLE_LOGOUT_TITLE" desc="Dialog title for the idle logout d ialog. Used in retail mode only."> 8 <message name="IDS_IDLE_LOGOUT_TITLE" desc="Dialog title for the idle logout d ialog. Used in retail mode only.">
9 Are you still there? 9 Are you still there?
10 </message> 10 </message>
(...skipping 1677 matching lines...) Expand 10 before | Expand all | Expand 10 after
1688 </message> 1688 </message>
1689 <message name="IDS_APP_START_WAIT_FOR_APP_WINDOW_MESSAGE" desc="Message displa yed while waiting for the application to create its window in kiosk mode."> 1689 <message name="IDS_APP_START_WAIT_FOR_APP_WINDOW_MESSAGE" desc="Message displa yed while waiting for the application to create its window in kiosk mode.">
1690 Waiting for application window... 1690 Waiting for application window...
1691 </message> 1691 </message>
1692 <message name="IDS_APP_START_CONFIGURE_NETWORK" desc="Text displayed for confi gure network button while installing and/or launching web application in kiosk m ode."> 1692 <message name="IDS_APP_START_CONFIGURE_NETWORK" desc="Text displayed for confi gure network button while installing and/or launching web application in kiosk m ode.">
1693 Configure network 1693 Configure network
1694 </message> 1694 </message>
1695 <message name="IDS_APP_START_NETWORK_WAIT_TIMEOUT_MESSAGE" desc="Message displ ayed while the network wait is timed out during app launching."> 1695 <message name="IDS_APP_START_NETWORK_WAIT_TIMEOUT_MESSAGE" desc="Message displ ayed while the network wait is timed out during app launching.">
1696 Internet disconnected. Please check your internet connection. 1696 Internet disconnected. Please check your internet connection.
1697 </message> 1697 </message>
1698 <message name="IDS_APP_START_SHOWING_NETWORK_CONFIGURE_UI_MESSAGE" desc="Messa ge displayed while waiting for the requested network configure UI to show up in kiosk mode.">
1699 Network configure UI requested, please wait...
1700 </message>
1698 <message name="IDS_APP_START_BAILOUT_SHORTCUT_FORMAT" desc="Message displayed at the bottom of app launch splash screen to show user the shortcut key to bailo ut the launch."> 1701 <message name="IDS_APP_START_BAILOUT_SHORTCUT_FORMAT" desc="Message displayed at the bottom of app launch splash screen to show user the shortcut key to bailo ut the launch.">
1699 Press Ctrl + Alt + S to switch to <ph name="IDS_SHORT_PRODUCT_OS_NAME">$1<ex>C hrome OS</ex></ph> 1702 Press Ctrl + Alt + S to switch to <ph name="IDS_SHORT_PRODUCT_OS_NAME">$1<ex >Chrome OS</ex></ph>
1700 </message> 1703 </message>
1701 <message name="IDS_LOGIN_CHANGE_PHOTO"> 1704 <message name="IDS_LOGIN_CHANGE_PHOTO">
1702 Change picture 1705 Change picture
1703 </message> 1706 </message>
1704 <message name="IDS_LOGIN_PASSWORD_CHANGED_DIALOG_BOX_TITLE" desc="Title for th e password changed dialog box"> 1707 <message name="IDS_LOGIN_PASSWORD_CHANGED_DIALOG_BOX_TITLE" desc="Title for th e password changed dialog box">
1705 Sign in 1708 Sign in
1706 </message> 1709 </message>
1707 <message name="IDS_LOGIN_PASSWORD_CHANGED_OLD_PASSWORD_HINT" desc="Old passwor d field hint on the password changed dialog."> 1710 <message name="IDS_LOGIN_PASSWORD_CHANGED_OLD_PASSWORD_HINT" desc="Old passwor d field hint on the password changed dialog.">
1708 Enter old password 1711 Enter old password
1709 </message> 1712 </message>
(...skipping 5172 matching lines...) Expand 10 before | Expand all | Expand 10 after
6882 <message name="IDS_CRITICALLY_LOW_DISK_NOTIFICATION_TITLE" desc="Title of the notification warning users that they are critically low on disk space."> 6885 <message name="IDS_CRITICALLY_LOW_DISK_NOTIFICATION_TITLE" desc="Title of the notification warning users that they are critically low on disk space.">
6883 Device disk space critically low 6886 Device disk space critically low
6884 </message> 6887 </message>
6885 <message name="IDS_CRITICALLY_LOW_DISK_NOTIFICATION_MESSAGE" desc="Notificatio n text warning users that they are critically low on disk space."> 6888 <message name="IDS_CRITICALLY_LOW_DISK_NOTIFICATION_MESSAGE" desc="Notificatio n text warning users that they are critically low on disk space.">
6886 Free up disk space or device will become unresponsive. 6889 Free up disk space or device will become unresponsive.
6887 </message> 6890 </message>
6888 <message name="IDS_LOW_DISK_NOTIFICATION_BUTTON" desc="Button on the low disk notification to open storage management."> 6891 <message name="IDS_LOW_DISK_NOTIFICATION_BUTTON" desc="Button on the low disk notification to open storage management.">
6889 Manage storage 6892 Manage storage
6890 </message> 6893 </message>
6891 </grit-part> 6894 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/app_launch_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698