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

Side by Side Diff: chrome/app/generated_resources.grd

Issue 7562008: Add new version of enrollment screen supporting OAuth. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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
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 definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 13087 matching lines...) Expand 10 before | Expand all | Expand 10 after
13098 </message> 13098 </message>
13099 <message name="IDS_ENTERPRISE_ENROLLMENT_FATAL_AUTH_ERROR" desc="Error mes sage to show when there is an unrecoverable error while authenticating with GAIA ."> 13099 <message name="IDS_ENTERPRISE_ENROLLMENT_FATAL_AUTH_ERROR" desc="Error mes sage to show when there is an unrecoverable error while authenticating with GAIA .">
13100 Oops! Something went wrong when trying to authenticate you. Please dou ble-check your login credentials and try again. 13100 Oops! Something went wrong when trying to authenticate you. Please dou ble-check your login credentials and try again.
13101 </message> 13101 </message>
13102 <message name="IDS_ENTERPRISE_ENROLLMENT_NETWORK_ENROLLMENT_ERROR" desc="E rror message to show when there is a network problem talking to the device manag ement server."> 13102 <message name="IDS_ENTERPRISE_ENROLLMENT_NETWORK_ENROLLMENT_ERROR" desc="E rror message to show when there is a network problem talking to the device manag ement server.">
13103 Oops! A network communication problem occurred while trying to enroll t his device. Please check your network connection and try again. 13103 Oops! A network communication problem occurred while trying to enroll t his device. Please check your network connection and try again.
13104 </message> 13104 </message>
13105 <message name="IDS_ENTERPRISE_ENROLLMENT_FATAL_ENROLLMENT_ERROR" desc="Err or message to show when there is an unrecoverable error while performing enrollm ent."> 13105 <message name="IDS_ENTERPRISE_ENROLLMENT_FATAL_ENROLLMENT_ERROR" desc="Err or message to show when there is an unrecoverable error while performing enrollm ent.">
13106 Oops! Something went really wrong while enrolling this device. Please try again or contact your support representative. 13106 Oops! Something went really wrong while enrolling this device. Please try again or contact your support representative.
13107 </message> 13107 </message>
13108
13109 <!-- Strings for the new-style OAuth-based enterprise enrollment page -->
13110 <message name="IDS_ENTERPRISE_ENROLLMENT_SCREEN_TITLE" desc="The title on the enterprise enrollment dialog.">
13111 Enterprise enrollment
13112 </message>
13113 <message name="IDS_ENTERPRISE_ENROLLMENT_RETRY" desc="Label for the retry button on the error step in the enterprise enrollment dialog.">
13114 Try again
13115 </message>
13116 <message name="IDS_ENTERPRISE_ENROLLMENT_CANCEL" desc="Label for the cance l button on the enterprise enrollment dialog.">
13117 Cancel
13118 </message>
13119 <message name="IDS_ENTERPRISE_ENROLLMENT_DONE" desc="Label for the done bu tton on the success screen in the enterprise enrollment dialog.">
13120 Done
13121 </message>
13122 <message name="IDS_ENTERPRISE_ENROLLMENT_SUCCESS" desc="Success message to be shown once enterprise enrollment completes.">
13123 Your device has successfully been enrolled for enterprise management.
13124 </message>
13125 <message name="IDS_ENTERPRISE_ENROLLMENT_WORKING" desc="Status message to show while enterprise enrollment is underway.">
13126 Enrolling the device. Please wait...
13127 </message>
13108 </if> 13128 </if>
13109 13129
13110 <!-- Register Protocol Handler Strings --> 13130 <!-- Register Protocol Handler Strings -->
13111 <message name="IDS_REGISTER_PROTOCOL_HANDLER_MAILTO_NAME" desc="A more user friendly way of describing mailto: links."> 13131 <message name="IDS_REGISTER_PROTOCOL_HANDLER_MAILTO_NAME" desc="A more user friendly way of describing mailto: links.">
13112 email 13132 email
13113 </message> 13133 </message>
13114 <message name="IDS_REGISTER_PROTOCOL_HANDLER_WEBCAL_NAME" desc="A more user friendly way of describing webcal: links."> 13134 <message name="IDS_REGISTER_PROTOCOL_HANDLER_WEBCAL_NAME" desc="A more user friendly way of describing webcal: links.">
13115 web calendar 13135 web calendar
13116 </message> 13136 </message>
13117 <message name="IDS_REGISTER_PROTOCOL_HANDLER_CONFIRM" desc="The message to d isplay when asking a user to confirm the registration of a protocol handler."> 13137 <message name="IDS_REGISTER_PROTOCOL_HANDLER_CONFIRM" desc="The message to d isplay when asking a user to confirm the registration of a protocol handler.">
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
13309 </includes> 13329 </includes>
13310 <structures fallback_to_english="true"> 13330 <structures fallback_to_english="true">
13311 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13331 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13312 </structure> 13332 </structure>
13313 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13333 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13314 </structure> 13334 </structure>
13315 </structures> 13335 </structures>
13316 13336
13317 </release> 13337 </release>
13318 </grit> 13338 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/theme/enroll_failure.png » ('j') | chrome/browser/chromeos/login/enterprise_enrollment_screen.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698