| Index: chrome/app/chromeos_strings.grdp
|
| diff --git a/chrome/app/chromeos_strings.grdp b/chrome/app/chromeos_strings.grdp
|
| index f9f0561be8388f6291b934dd8dd35783e66aa187..c72b9068db428bbbc338ac6924842f77b701d19d 100644
|
| --- a/chrome/app/chromeos_strings.grdp
|
| +++ b/chrome/app/chromeos_strings.grdp
|
| @@ -6878,7 +6878,7 @@ All users must sign out to continue.
|
| </message>
|
| <message name="IDS_FLAGS_ENABLE_IME_MENU_NAME" desc="Name of the about: flag for enabling opt-in IME menu.">
|
| Enable opt-in IME menu
|
| - </message>
|
| + </message>
|
| <message name="IDS_FLAGS_ENABLE_IME_MENU_DESCRIPTION" desc="Description of the about: flag for enabling opt-in IME menu.">
|
| Enable access to the new IME menu in the Language Settings page.
|
| </message>
|
| @@ -6897,4 +6897,26 @@ All users must sign out to continue.
|
| <message name="IDS_LOW_DISK_NOTIFICATION_BUTTON" desc="Button on the low disk notification to open storage management.">
|
| Manage storage
|
| </message>
|
| + <message name="IDS_REQUEST_PIN_DIALOG_HEADER" desc="The text displayed in the dialog to request the PIN/PUK by extension.">
|
| + "<ph name="EXT_NAME">$1<ex>My Extension</ex></ph>" is requesting your <ph name="CODE_TYPE">$2<ex>PIN</ex></ph>
|
| + </message>
|
| + <message name="IDS_REQUEST_PIN_DIALOG_PROCESSING" desc="The text displayed while the API is waiting for notification request from extension.">
|
| + Processing request...
|
| + </message>
|
| + <message name="IDS_REQUEST_PIN_DIALOG_INVALID_PIN_ERROR" desc="The error message displayed in requestPin dialog when invalid PIN was entered.">
|
| + Invalid PIN.
|
| + </message>
|
| + <message name="IDS_REQUEST_PIN_DIALOG_INVALID_PUK_ERROR" desc="The error message displayed in requestPin dialog when invalid PUK was entered.">
|
| + Invalid PUK.
|
| + </message>
|
| + <message name="IDS_REQUEST_PIN_DIALOG_MAX_ATTEMPTS_EXCEEDED_ERROR" desc="The error message displayed in requestPin dialog when maximum allowed attempts exceeded.">
|
| + Maximum allowed attempts exceeded.
|
| + </message>
|
| + <message name="IDS_REQUEST_PIN_DIALOG_UNKNOWN_ERROR" desc="The error message displayed in requestPin dialog when unexpected error occurred in extension code.">
|
| + Unknown error.
|
| + </message>
|
| + <message name="IDS_REQUEST_PIN_DIALOG_ATTEMPTS_LEFT" desc="The text displayed to the user about the number of attempts left">
|
| + Attempts left: $1
|
| + </message>
|
| +
|
| </grit-part>
|
|
|