Commit 68aaecc7 authored by Pavol Marko's avatar Pavol Marko Committed by Commit Bot

Introduce strings for Chrome OS certificate provisioning UI

These strings will be used in the UI (under
chrome://settings/certificatges) for the Chrome OS built-in certificate
provisioning feature.

For reference, screenshots of the UI are in https://crbug.com/1081396 .
Individual screenshots with each string marked have been uploaded.

Bug: 1045895, 1081396
Change-Id: Ie1fc79ac2b01f1f8ebd545f23e388494685fde4e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2199836
Commit-Queue: Pavol Marko <pmarko@chromium.org>
Reviewed-by: default avatardpapad <dpapad@chromium.org>
Cr-Commit-Position: refs/heads/master@{#768461}
parent c4f7017e
......@@ -702,6 +702,50 @@
<message name="IDS_SETTINGS_CERTIFICATE_MANAGER_WRITE_ERROR_FORMAT" desc="The text in the error dialog for PKCS #12 file write errors.">
There was an error while trying to write the file: <ph name="ERROR_TEXT">$1<ex>Permission denied.</ex></ph>.
</message>
<if expr="chromeos">
<message name="IDS_SETTINGS_CERTIFICATE_MANAGER_PROVISIONING_LIST_HEADER" desc="Header that lists the certificate provisioning processes.">
Certificates are being provisioned for these certificate profiles
</message>
<message name="IDS_SETTINGS_CERTIFICATE_MANAGER_PROVISIONING_REFRESH" desc="Text on the button to refresh the status of a certificate provisioning process.">
Refresh
</message>
<message name="IDS_SETTINGS_CERTIFICATE_MANAGER_PROVISIONING_DETAILS" desc="Text on the button to show debug details about a certificate provisioning process and title of the dialog that shows the details.">
Details
</message>
<message name="IDS_SETTINGS_CERTIFICATE_MANAGER_PROVISIONING_ADVANCED" desc="Text on the button to show advanced entries on the certificate provisioning details dialog.">
Advanced
</message>
<message name="IDS_SETTINGS_CERTIFICATE_MANAGER_PROVISIONING_STATUS_PREPARING_CSR" desc="Status description of a certificate provisioning process when the client is preparing the Certificate signing request (CSR) ">
Preparing certificate signing request
</message>
<message name="IDS_SETTINGS_CERTIFICATE_MANAGER_PROVISIONING_STATUS_PREPARING_CSR_WAITING" desc="Status description of a certificate provisioning process when the client is waiting for the server to aid in preparation of the Certificate signing request (CSR)">
Preparing certificate signing request (waiting on server)
</message>
<message name="IDS_SETTINGS_CERTIFICATE_MANAGER_PROVISIONING_STATUS_WAITING_FOR_CA" desc="Status description of a certificate provisioning process when the client is waiting for a certificate to be issued">
Waiting for the CA to issue a certificate
</message>
<message name="IDS_SETTINGS_CERTIFICATE_MANAGER_PROVISIONING_STATUS_SUCCESS" desc="Status description of a certificate provisioning process that has succeeded">
Success
</message>
<message name="IDS_SETTINGS_CERTIFICATE_MANAGER_PROVISIONING_STATUS_FAILURE" desc="Status description of a certificate provisioning process that has failed">
Failure
</message>
<message name="IDS_SETTINGS_CERTIFICATE_MANAGER_PROVISIONING_STATUS_CANCELED" desc="Status description of a certificate provisioning process that has been canceled">
Canceled
</message>
<message name="IDS_SETTINGS_CERTIFICATE_MANAGER_PROVISIONING_CERTIFICATE_PROFILE" desc="Label of the field that displays the client certificate profile of a certificate provisioning process">
Certificate Profile
</message>
<message name="IDS_SETTINGS_CERTIFICATE_MANAGER_PROVISIONING_STATUS" desc="Label of the field that displays certificate provisioning status">
Status
</message>
<message name="IDS_SETTINGS_CERTIFICATE_MANAGER_PROVISIONING_STATUS_ID" desc="Label of the field that displays certificate provisioning status id, which is a number (e.g. 6)">
Status Id
</message>
<message name="IDS_SETTINGS_CERTIFICATE_MANAGER_PROVISIONING_LAST_UPDATE" desc="Label of the field that displays when a certificate provisioning process had the last update">
Last Update
</message>
</if>
</if>
<!-- Clear Browsing Data -->
......
b97394266d2fd228ed3f878b68da59ff022f3991
\ No newline at end of file
a0c8a7c625f4f861ad52f5ca9f87ca2a4266eae1
\ No newline at end of file
73732987ca6b5b5ca08d376b7492593ef3201630
\ No newline at end of file
bb49b8b86db37e940b5d324e390ca84bc10314a1
\ No newline at end of file
22bad87fbb1502c200140db5fed095543f3a769a
\ No newline at end of file
1d910f1da7e1b3d07797a61231a3d47fd5cf9fea
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment