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

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

Issue 2230533002: Delete dead consumer enrollment code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 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
« no previous file with comments | « no previous file | chrome/app/theme/default_100_percent/cros/consumer_management_notification_icon.png » ('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 <!-- 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 <!-- Idle logout dialog for retail mode --> 7 <!-- Idle logout dialog for retail mode -->
8 <message name="IDS_IDLE_LOGOUT_TITLE" desc="Dialog title for the idle logout d ialog. Used in retail mode only."> 8 <message name="IDS_IDLE_LOGOUT_TITLE" desc="Dialog title for the idle logout d ialog. Used in retail mode only.">
9 Are you still there? 9 Are you still there?
10 </message> 10 </message>
(...skipping 6672 matching lines...) Expand 10 before | Expand all | Expand 10 after
6683 <message name="IDS_NFC_DEBUG_ERROR_FAILED_TO_SET_POWER" desc="Error message sh own when adapter power could not be set." translateable="false"> 6683 <message name="IDS_NFC_DEBUG_ERROR_FAILED_TO_SET_POWER" desc="Error message sh own when adapter power could not be set." translateable="false">
6684 Failed to set adapter power. 6684 Failed to set adapter power.
6685 </message> 6685 </message>
6686 <message name="IDS_NFC_DEBUG_ERROR_FAILED_TO_SET_POLLING" desc="Error message shown when polling state could not be set." translateable="false"> 6686 <message name="IDS_NFC_DEBUG_ERROR_FAILED_TO_SET_POLLING" desc="Error message shown when polling state could not be set." translateable="false">
6687 Failed to start/stop polling. 6687 Failed to start/stop polling.
6688 </message> 6688 </message>
6689 <message name="IDS_NFC_DEBUG_ERROR_FAILED_TO_SUBMIT_PREFIX" desc="Error messag e shown when an NDEF form could not be submitted." translateable="false"> 6689 <message name="IDS_NFC_DEBUG_ERROR_FAILED_TO_SUBMIT_PREFIX" desc="Error messag e shown when an NDEF form could not be submitted." translateable="false">
6690 Failed to submit NDEF: 6690 Failed to submit NDEF:
6691 </message> 6691 </message>
6692 6692
6693 <!-- About consumer management service -->
6694 <message name="IDS_OPTIONS_DEVICE_CONTROL_SECTION_TITLE" desc="The title of th e device control section in the settings page.">
6695 Device control
6696 </message>
6697 <message name="IDS_OPTIONS_CONSUMER_MANAGEMENT_DESCRIPTION" desc="Description of the consumer management service in the settings page.">
6698 Let Google help you remotely lock, erase, and locate your device.
6699 </message>
6700 <message name="IDS_OPTIONS_CONSUMER_MANAGEMENT_ENROLL_BUTTON" desc="The text o f the consumer management button in the settings page when the device is not enr olled.">
6701 Enroll
6702 </message>
6703 <message name="IDS_OPTIONS_CONSUMER_MANAGEMENT_ENROLLING_BUTTON" desc="The tex t of the consumer management button in the settings page when enrollment is in p rogress.">
6704 Enrolling...
6705 </message>
6706 <message name="IDS_OPTIONS_CONSUMER_MANAGEMENT_UNENROLL_BUTTON" desc="The text of the consumer management button in the settings page when the device is enrol led.">
6707 Unenroll
6708 </message>
6709 <message name="IDS_OPTIONS_CONSUMER_MANAGEMENT_UNENROLLING_BUTTON" desc="The t ext of the consumer management button in the settings page when unenrollment is in progress.">
6710 Unenrolling...
6711 </message>
6712 <message name="IDS_OPTIONS_CONSUMER_MANAGEMENT_OVERLAY" desc="The title of the consumer management overlay in the settings page used for both enrollment and u nenrollment.">
6713 Consumer management
6714 </message>
6715 <message name="IDS_OPTIONS_CONSUMER_MANAGEMENT_OVERLAY_ENROLL_TITLE" desc="The title of the consumer management overlay in the settings page for enrollment.">
6716 Enroll <ph name="DEVICE_TYPE">$1<ex>Chromebook</ex></ph>
6717 </message>
6718 <message name="IDS_OPTIONS_CONSUMER_MANAGEMENT_OVERLAY_ENROLL_MESSAGE" desc="T he description of the consumer management overlay in the settings page for enrol lment.">
6719 You are about to enroll this <ph name="DEVICE_TYPE">$1<ex>Chromebook</ex></p h> with Google to enable the ability to remotely locate, wipe, and lock the devi ce. This will require a reboot. Do you wish to continue?
6720 </message>
6721 <message name="IDS_OPTIONS_CONSUMER_MANAGEMENT_OVERLAY_ENROLL" desc="The butto n text of the consumer management overlay in the settings page for enrollment.">
6722 Enroll and restart
6723 </message>
6724 <message name="IDS_OPTIONS_CONSUMER_MANAGEMENT_OVERLAY_UNENROLL_TITLE" desc="T he title of the consumer management overlay in the settings page for unenrollmen t.">
6725 Unenroll <ph name="DEVICE_TYPE">$1<ex>Chromebook</ex></ph>
6726 </message>
6727 <message name="IDS_OPTIONS_CONSUMER_MANAGEMENT_OVERLAY_UNENROLL_MESSAGE" desc= "The description of the consumer management overlay in the settings page for une nrollment.">
6728 You are about to unenroll this <ph name="DEVICE_TYPE">$1<ex>Chromebook</ex>< /ph> with Google to disable the ability to remotely locate, wipe, and lock the d evice. This will require a reboot. Do you wish to continue?
6729 </message>
6730 <message name="IDS_OPTIONS_CONSUMER_MANAGEMENT_OVERLAY_UNENROLL" desc="The but ton text of the consumer management overlay in the settings page for unenrollmen t.">
6731 Unenroll and restart
6732 </message>
6733 <message name="IDS_CONSUMER_MANAGEMENT_ENROLLMENT_NOTIFICATION_TITLE" desc="Th e title of the desktop notification shown when consumer management enrollment is completed">
6734 Enrolled
6735 </message>
6736 <message name="IDS_CONSUMER_MANAGEMENT_ENROLLMENT_NOTIFICATION_BODY" desc="The body of the desktop notification shown when consumer management enrollment is c ompleted">
6737 You can now lock this device remotely anytime on Chrome Manager.
6738 </message>
6739 <message name="IDS_CONSUMER_MANAGEMENT_ENROLLMENT_FAILURE_NOTIFICATION_TITLE" desc="The title of the desktop notification shown when consumer management enrol lment fails">
6740 Unable to enroll
6741 </message>
6742 <message name="IDS_CONSUMER_MANAGEMENT_ENROLLMENT_FAILURE_NOTIFICATION_BODY" d esc="The body of the desktop notification shown when consumer management enrollm ent fails">
6743 Enrollment in Google Device Manager was not successful.
6744 </message>
6745 <message name="IDS_CONSUMER_MANAGEMENT_UNENROLLMENT_NOTIFICATION_TITLE" desc=" The title of the desktop notification shown when consumer management unenrollmen t is completed">
6746 Unenrolled
6747 </message>
6748 <message name="IDS_CONSUMER_MANAGEMENT_UNENROLLMENT_NOTIFICATION_BODY" desc="T he body of the desktop notification shown when consumer management unenrollment is completed">
6749 This device can no longer be managed remotely by the owner (you).
6750 </message>
6751 <message name="IDS_CONSUMER_MANAGEMENT_UNENROLLMENT_FAILURE_NOTIFICATION_TITLE " desc="The title of the desktop notification shown when consumer management une nrollment fails">
6752 Failed to unenroll
6753 </message>
6754 <message name="IDS_CONSUMER_MANAGEMENT_UNENROLLMENT_FAILURE_NOTIFICATION_BODY" desc="The body of the desktop notification shown when consumer management unenr ollment fails">
6755 Unenrollment from remote management was not successful.
6756 </message>
6757 <message name="IDS_CONSUMER_MANAGEMENT_NOTIFICATION_MODIFY_SETTINGS_BUTTON" de sc="The label of the modify settings button on the desktop notification shown wh en consumer management enrollment or unenrollment is completed">
6758 Modify settings
6759 </message>
6760 <message name="IDS_CONSUMER_MANAGEMENT_NOTIFICATION_TRY_AGAIN_BUTTON" desc="Th e label of the modify settings button on the desktop notification shown when con sumer management enrollment or unenrollment fails">
6761 Try again
6762 </message>
6763
6764 <!-- Set time/date UI display strings --> 6693 <!-- Set time/date UI display strings -->
6765 <message name="IDS_SET_TIME_TITLE" desc="Title of the set time/date UI."> 6694 <message name="IDS_SET_TIME_TITLE" desc="Title of the set time/date UI.">
6766 Check your system time 6695 Check your system time
6767 </message> 6696 </message>
6768 <message name="IDS_SET_TIME_PROMPT" desc="Text prompting the user to check and set the system time."> 6697 <message name="IDS_SET_TIME_PROMPT" desc="Text prompting the user to check and set the system time.">
6769 Chrome was unable to set the system time. Please check the time below and co rrect it if needed. 6698 Chrome was unable to set the system time. Please check the time below and co rrect it if needed.
6770 </message> 6699 </message>
6771 <message name="IDS_SET_TIME_BUTTON_CLOSE" desc="Text for the button to close t he window."> 6700 <message name="IDS_SET_TIME_BUTTON_CLOSE" desc="Text for the button to close t he window.">
6772 Done 6701 Done
6773 </message> 6702 </message>
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
6993 <message name="IDS_CRITICALLY_LOW_DISK_NOTIFICATION_TITLE" desc="Title of the notification warning users that they are critically low on disk space."> 6922 <message name="IDS_CRITICALLY_LOW_DISK_NOTIFICATION_TITLE" desc="Title of the notification warning users that they are critically low on disk space.">
6994 Device disk space critically low 6923 Device disk space critically low
6995 </message> 6924 </message>
6996 <message name="IDS_CRITICALLY_LOW_DISK_NOTIFICATION_MESSAGE" desc="Notificatio n text warning users that they are critically low on disk space."> 6925 <message name="IDS_CRITICALLY_LOW_DISK_NOTIFICATION_MESSAGE" desc="Notificatio n text warning users that they are critically low on disk space.">
6997 Free up disk space or device will become unresponsive. 6926 Free up disk space or device will become unresponsive.
6998 </message> 6927 </message>
6999 <message name="IDS_LOW_DISK_NOTIFICATION_BUTTON" desc="Button on the low disk notification to open storage management."> 6928 <message name="IDS_LOW_DISK_NOTIFICATION_BUTTON" desc="Button on the low disk notification to open storage management.">
7000 Manage storage 6929 Manage storage
7001 </message> 6930 </message>
7002 </grit-part> 6931 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/theme/default_100_percent/cros/consumer_management_notification_icon.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698