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

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: New icons, 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 13157 matching lines...) Expand 10 before | Expand all | Expand 10 after
13168 </message> 13168 </message>
13169 <message name="IDS_ENTERPRISE_ENROLLMENT_FATAL_AUTH_ERROR" desc="Error mes sage to show when there is an unrecoverable error while authenticating with GAIA ."> 13169 <message name="IDS_ENTERPRISE_ENROLLMENT_FATAL_AUTH_ERROR" desc="Error mes sage to show when there is an unrecoverable error while authenticating with GAIA .">
13170 Oops! Something went wrong when trying to authenticate you. Please dou ble-check your login credentials and try again. 13170 Oops! Something went wrong when trying to authenticate you. Please dou ble-check your login credentials and try again.
13171 </message> 13171 </message>
13172 <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."> 13172 <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.">
13173 Oops! A network communication problem occurred while trying to enroll t his device. Please check your network connection and try again. 13173 Oops! A network communication problem occurred while trying to enroll t his device. Please check your network connection and try again.
13174 </message> 13174 </message>
13175 <message name="IDS_ENTERPRISE_ENROLLMENT_FATAL_ENROLLMENT_ERROR" desc="Err or message to show when there is an unrecoverable error while performing enrollm ent."> 13175 <message name="IDS_ENTERPRISE_ENROLLMENT_FATAL_ENROLLMENT_ERROR" desc="Err or message to show when there is an unrecoverable error while performing enrollm ent.">
13176 Oops! Something went really wrong while enrolling this device. Please try again or contact your support representative. 13176 Oops! Something went really wrong while enrolling this device. Please try again or contact your support representative.
13177 </message> 13177 </message>
13178
13179 <!-- Strings for the new-style OAuth-based enterprise enrollment page -->
13180 <message name="IDS_ENTERPRISE_ENROLLMENT_SCREEN_TITLE" desc="The title on the enterprise enrollment dialog.">
13181 Enterprise enrollment
13182 </message>
13183 <message name="IDS_ENTERPRISE_ENROLLMENT_RETRY" desc="Label for the retry button on the error step in the enterprise enrollment dialog.">
13184 Try again
13185 </message>
13186 <message name="IDS_ENTERPRISE_ENROLLMENT_CANCEL" desc="Label for the cance l button on the enterprise enrollment dialog.">
13187 Cancel
13188 </message>
13189 <message name="IDS_ENTERPRISE_ENROLLMENT_DONE" desc="Label for the done bu tton on the success screen in the enterprise enrollment dialog.">
13190 Done
13191 </message>
13192 <message name="IDS_ENTERPRISE_ENROLLMENT_SUCCESS" desc="Success message to be shown once enterprise enrollment completes.">
13193 Your device has successfully been enrolled for enterprise management.
13194 </message>
13195 <message name="IDS_ENTERPRISE_ENROLLMENT_WORKING" desc="Status message to show while enterprise enrollment is underway.">
13196 Enrolling the device. Please wait...
13197 </message>
13178 </if> 13198 </if>
13179 13199
13180 <!-- Register Protocol Handler Strings --> 13200 <!-- Register Protocol Handler Strings -->
13181 <message name="IDS_REGISTER_PROTOCOL_HANDLER_MAILTO_NAME" desc="A more user friendly way of describing mailto: links."> 13201 <message name="IDS_REGISTER_PROTOCOL_HANDLER_MAILTO_NAME" desc="A more user friendly way of describing mailto: links.">
13182 email 13202 email
13183 </message> 13203 </message>
13184 <message name="IDS_REGISTER_PROTOCOL_HANDLER_WEBCAL_NAME" desc="A more user friendly way of describing webcal: links."> 13204 <message name="IDS_REGISTER_PROTOCOL_HANDLER_WEBCAL_NAME" desc="A more user friendly way of describing webcal: links.">
13185 web calendar 13205 web calendar
13186 </message> 13206 </message>
13187 <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."> 13207 <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
13328 </includes> 13348 </includes>
13329 <structures fallback_to_english="true"> 13349 <structures fallback_to_english="true">
13330 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13350 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13331 </structure> 13351 </structure>
13332 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13352 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13333 </structure> 13353 </structure>
13334 </structures> 13354 </structures>
13335 13355
13336 </release> 13356 </release>
13337 </grit> 13357 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698