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

Unified Diff: chrome/app/generated_resources.grd

Issue 12218118: Add a passphrase dialog for managed user accounts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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:
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index c19d6a606f94e30a3094cb57d3d178771085caaf..bdb3be9f32734787f09648a116721a86d52caea8 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -8210,6 +8210,23 @@ The following plug-in is unresponsive: <ph name="PLUGIN_NAME">$1
Clearing...
</message>
+ <!--Managed mode passphrase dialog data -->
+ <message name="IDS_PASSPHRASE_TITLE" desc="A title for the passphrase page to unlock managed user settings.">
+ Unlock
+ </message>
+ <message name="IDS_PASSPHRASE_INSTRUCTION" desc="Instruction to enter an unlock passphrase to unlock managed user settings.">
+ Enter passphrase to unlock managed user settings.
+ </message>
+ <message name="IDS_UNLOCK_PASSPHRASE_BUTTON" desc="A button for unlocking the managed user settings page.">
+ Unlock
+ </message>
+ <message name="IDS_FORGOT_PASSPHRASE" desc="A link to recover forgotten passphrase.">
+ Forgot passphrase?
+ </message>
+ <message name="IDS_INCORRECT_PASSPHRASE_WARNING" desc="A warning for the passphrase page if the incorrect passphrase was entered.">
+ The passphrase you entered is incorrect.
+ </message>
+
<!-- Managed User Settings dialog data -->
<message name="IDS_MANAGED_USER_SETTINGS_TITLE" desc="Title for the Managed User Settings dialog">
Managed User Settings
« no previous file with comments | « no previous file | chrome/browser/browser_resources.grd » ('j') | chrome/browser/resources/managed_user_passphrase_dialog.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698