Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2584)

Unified Diff: chrome/app/generated_resources.grd

Issue 20070002: Demo UI for device discovery and registration (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added FILE_PATH_LITERAL macro to fix windows compile problem Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/local_discovery/local_discovery.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 491fcdf7ca2a268aa16015c417f0aa67fccac37a..88f93f1d073a311682af2c417ef409e9e3aa6a18 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -14913,9 +14913,42 @@ Do you accept?
</message>
</if>
- </messages>
+ <!-- Local Device Discovery display strings -->
+ <message name="IDS_LOCAL_DISCOVERY_SERVICE_NAME" desc="Table header for service name">
+ Name
+ </message>
+ <message name="IDS_LOCAL_DISCOVERY_SERVICE_DOMAIN" desc="Table header for service domain">
+ Domain
+ </message>
+ <message name="IDS_LOCAL_DISCOVERY_SERVICE_PORT" desc="Table header for service port">
+ Port
+ </message>
+ <message name="IDS_LOCAL_DISCOVERY_SERVICE_IP" desc="Table header for IP">
+ IP
+ </message>
+ <message name="IDS_LOCAL_DISCOVERY_SERVICE_LASTSEEN" desc="Table header for when a service was last seen">
+ Last seen
+ </message>
+ <message name="IDS_LOCAL_DISCOVERY_SERVICE_REGISTER" desc="Table header for registering a service">
+ Register
+ </message>
+ <message name="IDS_LOCAL_DISCOVERY_REGISTERING_SERVICE" desc="Message to indicate a service is being registered">
+ Registering <ph name="DEVICE_NAME">$1</ph>...
+ </message>
+ <message name="IDS_LOCAL_DISCOVERY_REGISTRATION_FAILED" desc="Message to indicate service registration has failed">
+ Registration failed: <ph name="ERROR_STRING">$1</ph>.
+ </message>
+ <message name="IDS_LOCAL_DISCOVERY_REGISTRATION_SUCCEEDED" desc="Message to indicate service registration has succeeded">
+ Successfully registered device with ID <ph name="DEVICE_ID">$1</ph>.
+ </message>
+ <message name="IDS_LOCAL_DISCOVERY_REGISTERED" desc="Message to show that a listed service has already been registered">
+ Registered
+ </message>
+
+ </messages>
+
- <structures fallback_to_english="true">
+ <structures fallback_to_english="true">
<!-- Make sure these stay in sync with the structures in generated_resources.grd. -->
<structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type="dialog" >
</structure>
« no previous file with comments | « no previous file | chrome/browser/resources/local_discovery/local_discovery.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698