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

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

Issue 234583003: Add a command line switch --enable-consumer-management. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 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
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('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 <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 5480 matching lines...) Expand 10 before | Expand all | Expand 10 after
5491 <message name="IDS_NFC_DEBUG_ERROR_FAILED_TO_SET_POWER" desc="Error message sh own when adapter power could not be set." translateable="false"> 5491 <message name="IDS_NFC_DEBUG_ERROR_FAILED_TO_SET_POWER" desc="Error message sh own when adapter power could not be set." translateable="false">
5492 Failed to set adapter power. 5492 Failed to set adapter power.
5493 </message> 5493 </message>
5494 <message name="IDS_NFC_DEBUG_ERROR_FAILED_TO_SET_POLLING" desc="Error message shown when polling state could not be set." translateable="false"> 5494 <message name="IDS_NFC_DEBUG_ERROR_FAILED_TO_SET_POLLING" desc="Error message shown when polling state could not be set." translateable="false">
5495 Failed to start/stop polling. 5495 Failed to start/stop polling.
5496 </message> 5496 </message>
5497 <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"> 5497 <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">
5498 Failed to submit NDEF: 5498 Failed to submit NDEF:
5499 </message> 5499 </message>
5500 5500
5501 <!-- About the security section in the settings page -->
5502 <message name="IDS_OPTIONS_SECURITY_SECTION_TITLE" desc="The title of the secu rity section in the settings page.">
5503 Security
5504 </message>
5505 <message name="IDS_OPTIONS_CONSUMER_MANAGEMENT_ENROLL_DESCRIPTION" desc="Descr iption of the consumer management enroll button in the settings page.">
5506 Let Google help you remotely lock, erase, and locate your device.
5507 </message>
5508 <message name="IDS_OPTIONS_CONSUMER_MANAGEMENT_ENROLL_BUTTON" desc="The text o f the consumer management enroll button in the settings page.">
5509 Enroll
5510 </message>
5511
5501 </grit-part> 5512 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698