Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
| 2 | 2 |
| 3 <!-- | 3 <!-- |
| 4 This file contains definitions of resources that will be translated for each | 4 This file contains definitions of resources that will be translated for each |
| 5 locale. OS values are passed through from Python's sys.platform: | 5 locale. OS values are passed through from Python's sys.platform: |
| 6 | 6 |
| 7 win32 - Windows | 7 win32 - Windows |
| 8 darwin - Mac | 8 darwin - Mac |
| 9 linux2 - Linux (both Views and GTK+) | 9 linux2 - Linux (both Views and GTK+) |
| 10 | 10 |
| (...skipping 3291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3302 </message> | 3302 </message> |
| 3303 <message name="IDS_CERT_MANAGER_EDIT_SERVER_TRUST_YES" desc="Description o f option to trust the certificate, in the dialog for editing server certificate trust flags."> | 3303 <message name="IDS_CERT_MANAGER_EDIT_SERVER_TRUST_YES" desc="Description o f option to trust the certificate, in the dialog for editing server certificate trust flags."> |
| 3304 Trust the authenticity of this certificate. | 3304 Trust the authenticity of this certificate. |
| 3305 </message> | 3305 </message> |
| 3306 <message name="IDS_CERT_MANAGER_EDIT_SERVER_TRUST_NO" desc="Description of option to not trust the certificate, in the dialog for editing server certifica te trust flags."> | 3306 <message name="IDS_CERT_MANAGER_EDIT_SERVER_TRUST_NO" desc="Description of option to not trust the certificate, in the dialog for editing server certifica te trust flags."> |
| 3307 Do not trust the authenticity of this certificate. | 3307 Do not trust the authenticity of this certificate. |
| 3308 </message> | 3308 </message> |
| 3309 <message name="IDS_CERT_MANAGER_EDIT_CA_TRUST_BUTTON" desc="Label of butto n 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."> | 3309 <message name="IDS_CERT_MANAGER_EDIT_CA_TRUST_BUTTON" desc="Label of butto n 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."> |
| 3310 Edit Issuer Trust... | 3310 Edit Issuer Trust... |
| 3311 </message> | 3311 </message> |
| 3312 <if expr="pp_ifdef('chromeos')"> | |
| 3313 <message name="IDS_CERT_MANAGER_IMPORT_AND_BIND_BUTTON" desc="Label for the button in the certificate manager which allows you to import certificates an d bind to your device."> | |
| 3314 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
| |
| 3315 </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
| |
| 3316 <message name="IDS_CERT_MANAGER_HARDWARE_BACKED_KEY_FORMAT" desc="A form at used to create label for hardware-backed keys."> | |
| 3317 <ph name="KEY_NAME">$1<ex>John Doe</ex></ph> (hardware-backed) | |
| 3318 </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
| |
| 3319 </if> | |
| 3312 | 3320 |
| 3313 <!-- Add Client Certificate Dialog --> | 3321 <!-- Add Client Certificate Dialog --> |
| 3314 <message name="IDS_ADD_CERT_DIALOG_ADD" desc="Title of the button that add s the certificate in the Add Client Certificate dialog"> | 3322 <message name="IDS_ADD_CERT_DIALOG_ADD" desc="Title of the button that add s the certificate in the Add Client Certificate dialog"> |
| 3315 Add Certificate | 3323 Add Certificate |
| 3316 </message> | 3324 </message> |
| 3317 <message name="IDS_ADD_CERT_ERR_INVALID_CERT" desc="Error message when the server returns an invalid client certificate after key generation"> | 3325 <message name="IDS_ADD_CERT_ERR_INVALID_CERT" desc="Error message when the server returns an invalid client certificate after key generation"> |
| 3318 The server returned an invalid client certificate. Error <ph name="ERROR _number">$1<ex>207</ex></ph> (<ph name="ERROR_NAME">$2<ex>net::ERR_CERT_INVALID< /ex></ph>). | 3326 The server returned an invalid client certificate. Error <ph name="ERROR _number">$1<ex>207</ex></ph> (<ph name="ERROR_NAME">$2<ex>net::ERR_CERT_INVALID< /ex></ph>). |
| 3319 </message> | 3327 </message> |
| 3320 <message name="IDS_ADD_CERT_ERR_FAILED" desc="Generic error message for a failure to add the generated certificate to the cert store/keychain"> | 3328 <message name="IDS_ADD_CERT_ERR_FAILED" desc="Generic error message for a failure to add the generated certificate to the cert store/keychain"> |
| 3321 There was an error while trying to store the client certificate. Error < ph name="ERROR_number">$1<ex>207</ex></ph> (<ph name="ERROR_NAME">$2<ex>net::ERR _CERT_INVALID</ex></ph>). | 3329 There was an error while trying to store the client certificate. Error < ph name="ERROR_number">$1<ex>207</ex></ph> (<ph name="ERROR_NAME">$2<ex>net::ERR _CERT_INVALID</ex></ph>). |
| (...skipping 8168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 11490 </includes> | 11498 </includes> |
| 11491 <structures fallback_to_english="true"> | 11499 <structures fallback_to_english="true"> |
| 11492 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > | 11500 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > |
| 11493 </structure> | 11501 </structure> |
| 11494 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > | 11502 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > |
| 11495 </structure> | 11503 </structure> |
| 11496 </structures> | 11504 </structures> |
| 11497 | 11505 |
| 11498 </release> | 11506 </release> |
| 11499 </grit> | 11507 </grit> |
| OLD | NEW |