Index: chrome/app/generated_resources.grd |
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd |
index e6e564f64fe78b20ac41805c7139bcbc9711017b..44ccd87a2d266dba7abd6c2f16cd213d33af1c5a 100644 |
--- a/chrome/app/generated_resources.grd |
+++ b/chrome/app/generated_resources.grd |
@@ -14923,6 +14923,45 @@ Do you accept? |
push notifications |
</message> |
+ <!-- Copresence settings/debug strings --> |
+ <if expr="not is_android and not is_ios"> |
+ <message name="IDS_COPRESENCE_TITLE" desc="Title for the chrome://copresence page"> |
+ Google Copresence Info |
+ </message> |
+ |
+ <message name="IDS_COPRESENCE_DIRECTIVES_TITLE" desc="Title for the table of currently active copresence directives (send this, listen for that)."> |
+ Active Directives |
+ </message> |
+ <message name="IDS_COPRESENCE_DIRECTIVE_TYPE" desc="Title for the column in the directives table indicating whether the directive is 'broadcast' or 'scan'."> |
+ Type |
+ </message> |
+ <message name="IDS_COPRESENCE_TOKEN_MEDIUM" desc="Title for the column in the directives and tokens tables indicating how tokens are being sent. Currently one of 'ultrasound' or 'sound'."> |
+ Medium |
+ </message> |
+ <message name="IDS_COPRESENCE_DURATION" desc="Title for the column in the directives table indicating how long the directive is active, e.g. '10 minutes'."> |
+ Duration |
+ </message> |
+ |
+ <message name="IDS_COPRESENCE_SENT_TOKENS_TITLE" desc="Title for the table of copresence tokens recently sent."> |
+ Tokens Sent |
+ </message> |
+ <message name="IDS_COPRESENCE_RECEIVED_TOKENS_TITLE" desc="Title for the table of copresence tokens recently received."> |
+ Tokens Received |
+ </message> |
+ <message name="IDS_COPRESENCE_TOKEN_ID" desc="Title for the column in a tokens table listing the token id (base64 encoded)"> |
+ Token ID |
+ </message> |
+ <message name="IDS_COPRESENCE_TOKEN_STATUS" desc="Title for the column in a tokens table indicating the status of a token: e.g. 'sent', 'received', 'expired', etc."> |
+ Status |
+ </message> |
+ <message name="IDS_COPRESENCE_TOKEN_SEND_TIME" desc="Title for the column in the sent tokens table indicating when the token was first sent, e.g. '12:34 PM'"> |
+ Time First Sent |
+ </message> |
+ <message name="IDS_COPRESENCE_TOKEN_RECEIVE_TIME" desc="Title for the column in the received tokens table indicating when the token was last received, e.g. '12:34 AM'"> |
+ Time Last Received |
+ </message> |
+ </if> |
+ |
<!-- Easy Unlock strings --> |
<!-- Strings for the Easy Unlock promo notification --> |
<message name="IDS_EASY_UNLOCK_SETUP_NOTIFICATION_TITLE" desc="Title for the notification inviting the user to use the Easy Unlock feature."> |