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

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

Issue 6821045: Connect enrollment screen to cloud policy subsystem. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix unit tests... Created 9 years, 8 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/enterprise_enrollment_screen.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 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. OS values are passed through from Python's sys.platform: 5 locale. OS values are passed through from Python's sys.platform:
6 6
7 win32 - Windows 7 win32 - Windows
8 darwin - Mac 8 darwin - Mac
9 linux2 - Linux (both Views and GTK+) 9 linux2 - Linux (both Views and GTK+)
10 10
(...skipping 11730 matching lines...) Expand 10 before | Expand all | Expand 10 after
11741 </message> 11741 </message>
11742 <message name="IDS_ENTERPRISE_ENROLLMENT_CONFIRMATION_CLOSE" desc="Label f or the close button on the confirmation screen in the enterprise enrollment dial og"> 11742 <message name="IDS_ENTERPRISE_ENROLLMENT_CONFIRMATION_CLOSE" desc="Label f or the close button on the confirmation screen in the enterprise enrollment dial og">
11743 Done 11743 Done
11744 </message> 11744 </message>
11745 <message name="IDS_ENTERPRISE_ENROLLMENT_ACCOUNT_ERROR" desc="Error messag e to show when there is a problem with the user account."> 11745 <message name="IDS_ENTERPRISE_ENROLLMENT_ACCOUNT_ERROR" desc="Error messag e to show when there is a problem with the user account.">
11746 This user account is not available for the service. 11746 This user account is not available for the service.
11747 </message> 11747 </message>
11748 <message name="IDS_ENTERPRISE_ENROLLMENT_FATAL_AUTH_ERROR" desc="Error mes sage to show when there is an unrecoverable error while authenticating with GAIA ."> 11748 <message name="IDS_ENTERPRISE_ENROLLMENT_FATAL_AUTH_ERROR" desc="Error mes sage to show when there is an unrecoverable error while authenticating with GAIA .">
11749 Fatal error during authentication. 11749 Fatal error during authentication.
11750 </message> 11750 </message>
11751 <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.">
11752 Network communication error when talking to the device management server .
11753 </message>
11754 <message name="IDS_ENTERPRISE_ENROLLMENT_FATAL_ENROLLMENT_ERROR" desc="Err or message to show when there is an unrecoverable error while performing enrollm ent.">
11755 Fatal error while setting up enrollment.
11756 </message>
11751 </if> 11757 </if>
11752 11758
11753 <!-- Register Protocol Handler Strings --> 11759 <!-- Register Protocol Handler Strings -->
11754 <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."> 11760 <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.">
11755 Would you like to use <ph name="HANDLER_TITLE">$1<ex>Google Search</ex></p h> (<ph name="HANDLER_HOSTNAME">$2<ex>google.com</ex></ph>) to handle <ph name=" PROTOCOL">$3<ex>search</ex></ph>:// links from now on? 11761 Would you like to use <ph name="HANDLER_TITLE">$1<ex>Google Search</ex></p h> (<ph name="HANDLER_HOSTNAME">$2<ex>google.com</ex></ph>) to handle <ph name=" PROTOCOL">$3<ex>search</ex></ph>:// links from now on?
11756 </message> 11762 </message>
11757 11763
11758 <message name="IDS_REGISTER_PROTOCOL_HANDLER_CONFIRM_REPLACE" desc="The mess age to display when asking a user to confirm the registration of a protocol hand ler."> 11764 <message name="IDS_REGISTER_PROTOCOL_HANDLER_CONFIRM_REPLACE" desc="The mess age to display when asking a user to confirm the registration of a protocol hand ler.">
11759 Would you like to use <ph name="HANDLER_TITLE">$1<ex>Google Search</ex></p h> (<ph name="HANDLER_HOSTNAME">$2<ex>google.com</ex></ph>) to handle <ph name=" PROTOCOL">$3<ex>search</ex></ph>:// links instead of <ph name="REPLACED_HANDLER_ TITLE">$4<ex>Elgoog Search</ex></ph> from now on? 11765 Would you like to use <ph name="HANDLER_TITLE">$1<ex>Google Search</ex></p h> (<ph name="HANDLER_HOSTNAME">$2<ex>google.com</ex></ph>) to handle <ph name=" PROTOCOL">$3<ex>search</ex></ph>:// links instead of <ph name="REPLACED_HANDLER_ TITLE">$4<ex>Elgoog Search</ex></ph> from now on?
11760 </message> 11766 </message>
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
11825 </includes> 11831 </includes>
11826 <structures fallback_to_english="true"> 11832 <structures fallback_to_english="true">
11827 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 11833 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
11828 </structure> 11834 </structure>
11829 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 11835 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
11830 </structure> 11836 </structure>
11831 </structures> 11837 </structures>
11832 11838
11833 </release> 11839 </release>
11834 </grit> 11840 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/enterprise_enrollment_screen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698