| 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... |
| 3315 </message> |
| 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> (<ph name="DEVICE">$2<ex>
hardware-backed</ex></ph>) |
| 3318 </message> |
| 3319 <message name="IDS_CERT_MANAGER_HARDWARE_BACKED" desc="A device name to
be used for ChromeOS device backed keys."> |
| 3320 hardware-backed |
| 3321 </message> |
| 3322 </if> |
| 3312 | 3323 |
| 3313 <!-- Add Client Certificate Dialog --> | 3324 <!-- 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"> | 3325 <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 | 3326 Add Certificate |
| 3316 </message> | 3327 </message> |
| 3317 <message name="IDS_ADD_CERT_ERR_INVALID_CERT" desc="Error message when the
server returns an invalid client certificate after key generation"> | 3328 <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>). | 3329 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> | 3330 </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"> | 3331 <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>). | 3332 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 8197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 11519 </includes> | 11530 </includes> |
| 11520 <structures fallback_to_english="true"> | 11531 <structures fallback_to_english="true"> |
| 11521 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > | 11532 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > |
| 11522 </structure> | 11533 </structure> |
| 11523 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > | 11534 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > |
| 11524 </structure> | 11535 </structure> |
| 11525 </structures> | 11536 </structures> |
| 11526 | 11537 |
| 11527 </release> | 11538 </release> |
| 11528 </grit> | 11539 </grit> |
| OLD | NEW |