Chromium Code Reviews| 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"> |