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

Unified Diff: chrome/app/generated_resources.grd

Issue 6592079: [ChromeOS] Add strings and UI placeholder for hardware-backed key. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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:
View side-by-side diff with in-line comments
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 05fdb85b9a2dda8ff0b932bece9b798534c53c2c..cac278837d26734a5e270b1e988f8a3df7f12232 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -3309,6 +3309,14 @@ Other platform defines such as use_titlecase are declared in build/common.gypi.
<message name="IDS_CERT_MANAGER_EDIT_CA_TRUST_BUTTON" desc="Label of button in the dialog for editing server certificate trust flags, which allows you to open the dialog for editing the trust of the issuing Certification Authority.">
Edit Issuer Trust...
</message>
+ <if expr="pp_ifdef('chromeos')">
+ <message name="IDS_CERT_MANAGER_IMPORT_AND_BIND_BUTTON" desc="Label for the button in the certificate manager which allows you to import certificates and bind to your device.">
+ Import and Bind to Device...
mattm 2011/03/01 22:26:10 Oh, one other thought, this text is a bit long jus
xiyuan 2011/03/01 22:48:34 English fits on chrome os screen and have about 10
+ </message>
mattm 2011/03/01 22:24:11 Should be okay for now, though there is a larger q
xiyuan 2011/03/01 22:48:34 I am not sure about the long term answer either. F
+ <message name="IDS_CERT_MANAGER_HARDWARE_BACKED_KEY_FORMAT" desc="A format used to create label for hardware-backed keys.">
+ <ph name="KEY_NAME">$1<ex>John Doe</ex></ph> (hardware-backed)
+ </message>
mattm 2011/03/01 22:24:11 I'd prefer if this wasn't hard coded, since on reg
xiyuan 2011/03/01 22:48:34 What format do you have in your mind? My string c
mattm 2011/03/02 02:58:12 Well, I'd like to just have multiple columns, like
xiyuan 2011/03/02 17:42:31 I understand that multiple columns is the desired
mattm 2011/03/02 23:43:12 Sorry, think I misunderstood your previous comment
+ </if>
<!-- Add Client Certificate Dialog -->
<message name="IDS_ADD_CERT_DIALOG_ADD" desc="Title of the button that adds the certificate in the Add Client Certificate dialog">

Powered by Google App Engine
This is Rietveld 408576698