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

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: Address comments. 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 13162 matching lines...) Expand 10 before | Expand all | Expand 10 after
13173 </message> 13173 </message>
13174 <message name="IDS_ENTERPRISE_ENROLLMENT_FATAL_AUTH_ERROR" desc="Error mes sage to show when there is an unrecoverable error while authenticating with GAIA ."> 13174 <message name="IDS_ENTERPRISE_ENROLLMENT_FATAL_AUTH_ERROR" desc="Error mes sage to show when there is an unrecoverable error while authenticating with GAIA .">
13175 Oops! Something went wrong when trying to authenticate you. Please dou ble-check your login credentials and try again. 13175 Oops! Something went wrong when trying to authenticate you. Please dou ble-check your login credentials and try again.
13176 </message> 13176 </message>
13177 <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."> 13177 <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.">
13178 Oops! A network communication problem occurred while trying to enroll t his device. Please check your network connection and try again. 13178 Oops! A network communication problem occurred while trying to enroll t his device. Please check your network connection and try again.
13179 </message> 13179 </message>
13180 <message name="IDS_ENTERPRISE_ENROLLMENT_FATAL_ENROLLMENT_ERROR" desc="Err or message to show when there is an unrecoverable error while performing enrollm ent."> 13180 <message name="IDS_ENTERPRISE_ENROLLMENT_FATAL_ENROLLMENT_ERROR" desc="Err or message to show when there is an unrecoverable error while performing enrollm ent.">
13181 Oops! Something went really wrong while enrolling this device. Please try again or contact your support representative. 13181 Oops! Something went really wrong while enrolling this device. Please try again or contact your support representative.
13182 </message> 13182 </message>
13183
13184 <!-- Strings for the new-style OAuth-based enterprise enrollment page -->
13185 <message name="IDS_ENTERPRISE_ENROLLMENT_SCREEN_TITLE" desc="The title on the enterprise enrollment dialog.">
13186 Enterprise enrollment
13187 </message>
13188 <message name="IDS_ENTERPRISE_ENROLLMENT_RETRY" desc="Label for the retry button on the error step in the enterprise enrollment dialog.">
13189 Try again
13190 </message>
13191 <message name="IDS_ENTERPRISE_ENROLLMENT_CANCEL" desc="Label for the cance l button on the enterprise enrollment dialog.">
13192 Cancel
13193 </message>
13194 <message name="IDS_ENTERPRISE_ENROLLMENT_DONE" desc="Label for the done bu tton on the success screen in the enterprise enrollment dialog.">
13195 Done
13196 </message>
13197 <message name="IDS_ENTERPRISE_ENROLLMENT_SUCCESS" desc="Success message to be shown once enterprise enrollment completes.">
13198 Your device has successfully been enrolled for enterprise management.
13199 </message>
13200 <message name="IDS_ENTERPRISE_ENROLLMENT_WORKING" desc="Status message to show while enterprise enrollment is underway.">
13201 Enrolling the device. Please wait...
13202 </message>
13183 </if> 13203 </if>
13184 13204
13185 <!-- Register Protocol Handler Strings --> 13205 <!-- Register Protocol Handler Strings -->
13186 <message name="IDS_REGISTER_PROTOCOL_HANDLER_MAILTO_NAME" desc="A more user friendly way of describing mailto: links."> 13206 <message name="IDS_REGISTER_PROTOCOL_HANDLER_MAILTO_NAME" desc="A more user friendly way of describing mailto: links.">
13187 email 13207 email
13188 </message> 13208 </message>
13189 <message name="IDS_REGISTER_PROTOCOL_HANDLER_WEBCAL_NAME" desc="A more user friendly way of describing webcal: links."> 13209 <message name="IDS_REGISTER_PROTOCOL_HANDLER_WEBCAL_NAME" desc="A more user friendly way of describing webcal: links.">
13190 web calendar 13210 web calendar
13191 </message> 13211 </message>
13192 <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."> 13212 <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 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
13333 </includes> 13353 </includes>
13334 <structures fallback_to_english="true"> 13354 <structures fallback_to_english="true">
13335 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13355 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13336 </structure> 13356 </structure>
13337 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13357 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13338 </structure> 13358 </structure>
13339 </structures> 13359 </structures>
13340 13360
13341 </release> 13361 </release>
13342 </grit> 13362 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/theme/enroll_failure.png » ('j') | chrome/browser/resources/chromeos/login/oobe.css » ('J')

Powered by Google App Engine
This is Rietveld 408576698