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

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

Issue 289133002: Add a enterprise enrollment check screen to OOBE in ChromeOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments. Created 6 years, 7 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 <!-- 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 <message name="IDS_CHROMEBOOK" desc="The localized name for Chromebook."> 7 <message name="IDS_CHROMEBOOK" desc="The localized name for Chromebook.">
8 Chromebook 8 Chromebook
9 </message> 9 </message>
10 <message name="IDS_CHROMEBOX" desc="The localized name for Chromebox"> 10 <message name="IDS_CHROMEBOX" desc="The localized name for Chromebox">
(...skipping 2723 matching lines...) Expand 10 before | Expand all | Expand 10 after
2734 <message name="IDS_WRONG_HWID_SCREEN_MESSAGE_FIRST_PART" desc="Warning message shown on screen notifying about malformed hardware ID. First paragraph."> 2734 <message name="IDS_WRONG_HWID_SCREEN_MESSAGE_FIRST_PART" desc="Warning message shown on screen notifying about malformed hardware ID. First paragraph.">
2735 Unfortunately, your computer is configured with a malformed hardware ID. Thi s prevents Chrome OS from updating with the latest security fixes and your compu ter <ph name="BEGIN_BOLD">$1</ph>may be vulnerable to malicious attacks<ph name= "END_BOLD">$2</ph>. 2735 Unfortunately, your computer is configured with a malformed hardware ID. Thi s prevents Chrome OS from updating with the latest security fixes and your compu ter <ph name="BEGIN_BOLD">$1</ph>may be vulnerable to malicious attacks<ph name= "END_BOLD">$2</ph>.
2736 </message> 2736 </message>
2737 <message name="IDS_WRONG_HWID_SCREEN_MESSAGE_SECOND_PART" desc="Warning messag e shown on screen notifying about malformed hardware ID. Second paragraph."> 2737 <message name="IDS_WRONG_HWID_SCREEN_MESSAGE_SECOND_PART" desc="Warning messag e shown on screen notifying about malformed hardware ID. Second paragraph.">
2738 Please contact your hardware manufacturer immediately to send your computer to a repair facility. 2738 Please contact your hardware manufacturer immediately to send your computer to a repair facility.
2739 </message> 2739 </message>
2740 <message name="IDS_WRONG_HWID_SCREEN_SKIP_LINK" desc="Text on link that skips warning about malformed hardware ID."> 2740 <message name="IDS_WRONG_HWID_SCREEN_SKIP_LINK" desc="Text on link that skips warning about malformed hardware ID.">
2741 Skip for now 2741 Skip for now
2742 </message> 2742 </message>
2743 2743
2744 <message name="IDS_AUTO_ENROLLMENT_CHECK_SCREEN_HEADER" desc="Header of messag e only used for accessability label in the current design, notifying about pend ing auto-enrollment check completion.">
2745 Determining device configuration.
2746 </message>
2747 <message name="IDS_AUTO_ENROLLMENT_CHECK_SCREEN_MESSAGE" desc="Warning message shown on screen notifying about pending auto-enrollment check completion.">
2748 Determining device configuration...
2749 </message>
2750
2744 <message name="IDS_TERMS_OF_SERVICE_SCREEN_HEADING" desc="Heading at the top o f the Terms of Service screen."> 2751 <message name="IDS_TERMS_OF_SERVICE_SCREEN_HEADING" desc="Heading at the top o f the Terms of Service screen.">
2745 <ph name="DOMAIN">$1<ex>example.com</ex></ph> Terms of Service 2752 <ph name="DOMAIN">$1<ex>example.com</ex></ph> Terms of Service
2746 </message> 2753 </message>
2747 <message name="IDS_TERMS_OF_SERVICE_SCREEN_CONTENT_HEADING" desc="Heading at t he start of the the Terms of Service text."> 2754 <message name="IDS_TERMS_OF_SERVICE_SCREEN_CONTENT_HEADING" desc="Heading at t he start of the the Terms of Service text.">
2748 <ph name="DOMAIN">$1<ex>example.com</ex></ph> Terms 2755 <ph name="DOMAIN">$1<ex>example.com</ex></ph> Terms
2749 </message> 2756 </message>
2750 <message name="IDS_TERMS_OF_SERVICE_SCREEN_LOADING" desc="Message shown while the Terms of Service are being downloaded."> 2757 <message name="IDS_TERMS_OF_SERVICE_SCREEN_LOADING" desc="Message shown while the Terms of Service are being downloaded.">
2751 Loading... 2758 Loading...
2752 </message> 2759 </message>
2753 <message name="IDS_TERMS_OF_SERVICE_SCREEN_ERROR" desc="Error message shown wh en the Terms of Service could not be loaded."> 2760 <message name="IDS_TERMS_OF_SERVICE_SCREEN_ERROR" desc="Error message shown wh en the Terms of Service could not be loaded.">
(...skipping 2690 matching lines...) Expand 10 before | Expand all | Expand 10 after
5444 <message name="IDS_SET_TIME_BUTTON_CLOSE" desc="Text for the button to close t he window."> 5451 <message name="IDS_SET_TIME_BUTTON_CLOSE" desc="Text for the button to close t he window.">
5445 Done 5452 Done
5446 </message> 5453 </message>
5447 <message name="IDS_SET_TIME_DATE_LABEL" desc="Label for the date input element ."> 5454 <message name="IDS_SET_TIME_DATE_LABEL" desc="Label for the date input element .">
5448 System date 5455 System date
5449 </message> 5456 </message>
5450 <message name="IDS_SET_TIME_TIME_LABEL" desc="Label for the time input element ."> 5457 <message name="IDS_SET_TIME_TIME_LABEL" desc="Label for the time input element .">
5451 System time 5458 System time
5452 </message> 5459 </message>
5453 </grit-part> 5460 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698