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

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

Issue 2538303002: md-settings: Added settings for fingerprint unlock. (Closed)
Patch Set: Fixed patch set 6 errors. Created 4 years 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
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Chrome OS-specific strings (included from generated_resources.grd). 2 <!-- Chrome OS-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 1407 matching lines...) Expand 10 before | Expand all | Expand 10 after
1418 </message> 1418 </message>
1419 <message name="IDS_FLAGS_FULLSCREEN_APP_LIST_DESCRIPTION" desc="Description fo r the flag to enable experimental fullscreen app list."> 1419 <message name="IDS_FLAGS_FULLSCREEN_APP_LIST_DESCRIPTION" desc="Description fo r the flag to enable experimental fullscreen app list.">
1420 The app-list will appear as fullscreen mode when it's in touch view mode. Th is flag does nothing outside of the mode. 1420 The app-list will appear as fullscreen mode when it's in touch view mode. Th is flag does nothing outside of the mode.
1421 </message> 1421 </message>
1422 <message name="IDS_FLAGS_QUICK_UNLOCK_PIN" desc="Title of the flag used to ena ble quick unlock pin."> 1422 <message name="IDS_FLAGS_QUICK_UNLOCK_PIN" desc="Title of the flag used to ena ble quick unlock pin.">
1423 Quick Unlock (PIN) 1423 Quick Unlock (PIN)
1424 </message> 1424 </message>
1425 <message name="IDS_FLAGS_QUICK_UNLOCK_PIN_DESCRIPTION" desc="Description of th e flag used to enable quick unlock pin."> 1425 <message name="IDS_FLAGS_QUICK_UNLOCK_PIN_DESCRIPTION" desc="Description of th e flag used to enable quick unlock pin.">
1426 Enabling PIN quick unlock allows you to use a PIN to unlock your Chromebook on the lock screen after you have signed into your device. 1426 Enabling PIN quick unlock allows you to use a PIN to unlock your Chromebook on the lock screen after you have signed into your device.
1427 </message> 1427 </message>
1428 <message name="IDS_FLAGS_QUICK_UNLOCK_FINGERPRINT" desc="Title of the flag use d to enable quick unlock fingerprint.">
1429 Quick Unlock (Fingerprint)
1430 </message>
1431 <message name="IDS_FLAGS_QUICK_UNLOCK_FINGERPRINT_DESCRIPTION" desc="Descripti on of the flag used to enable quick unlock fingerprint.">
1432 Enabling fingerprint quick unlock allows you to setup and use a fingerprint to unlock your Chromebook on the lock screen after you have signed into your dev ice.
1433 </message>
1428 <message name="IDS_OFFERS_CONSENT_INFOBAR_LABEL_LEARN_MORE" desc="Text of the Learn More link in the echo dialog."> 1434 <message name="IDS_OFFERS_CONSENT_INFOBAR_LABEL_LEARN_MORE" desc="Text of the Learn More link in the echo dialog.">
1429 Learn More 1435 Learn More
1430 </message> 1436 </message>
1431 <message name="IDS_OFFERS_CONSENT_INFOBAR_ENABLE_BUTTON" desc="Enable button l abel."> 1437 <message name="IDS_OFFERS_CONSENT_INFOBAR_ENABLE_BUTTON" desc="Enable button l abel.">
1432 Allow 1438 Allow
1433 </message> 1439 </message>
1434 <message name="IDS_OFFERS_CONSENT_INFOBAR_DISABLE_BUTTON" desc="Disable button label."> 1440 <message name="IDS_OFFERS_CONSENT_INFOBAR_DISABLE_BUTTON" desc="Disable button label.">
1435 Deny 1441 Deny
1436 </message> 1442 </message>
1437 <message name="IDS_NETWORK_CONFIG_ERROR_INCORRECT_PASSWORD" desc="Error for ne twork configuration: Incorrect password."> 1443 <message name="IDS_NETWORK_CONFIG_ERROR_INCORRECT_PASSWORD" desc="Error for ne twork configuration: Incorrect password.">
(...skipping 5170 matching lines...) Expand 10 before | Expand all | Expand 10 after
6608 Attempts left: $1 6614 Attempts left: $1
6609 </message> 6615 </message>
6610 <message name="IDS_REQUEST_PIN_DIALOG_PIN" desc="The Provider Identification N umber abbreviation"> 6616 <message name="IDS_REQUEST_PIN_DIALOG_PIN" desc="The Provider Identification N umber abbreviation">
6611 PIN 6617 PIN
6612 </message> 6618 </message>
6613 <message name="IDS_REQUEST_PIN_DIALOG_PUK" desc="The Personal Unlocking Key (a s used in mobile phones) abbreviation"> 6619 <message name="IDS_REQUEST_PIN_DIALOG_PUK" desc="The Personal Unlocking Key (a s used in mobile phones) abbreviation">
6614 PUK 6620 PUK
6615 </message> 6621 </message>
6616 6622
6617 </grit-part> 6623 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/settings_strings.grdp » ('j') | chrome/browser/chromeos/login/quick_unlock/quick_unlock_utils.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698