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

Unified Diff: chrome/app/chromeos_strings.grdp

Issue 171423005: Added in-session captive portal notification. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixes. Created 6 years, 10 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:
View side-by-side diff with in-line comments
Download patch
Index: chrome/app/chromeos_strings.grdp
diff --git a/chrome/app/chromeos_strings.grdp b/chrome/app/chromeos_strings.grdp
index d2de8bbe6f251eedff0fe11d04dddce83f95e267..877c7076045cefb4675ae2d8a853aa5f07bc969a 100644
--- a/chrome/app/chromeos_strings.grdp
+++ b/chrome/app/chromeos_strings.grdp
@@ -4967,4 +4967,20 @@ All users must sign out to continue.
Check charger
</message>
+ <!-- Network portal notification -->
+ <message name="IDS_FLAGS_NETWORK_PORTAL_NOTIFICATION_NAME" desc="Title for the flag to enable/disable notifications about captive portals.">
+ Notifications about captive portals
+ </message>
+ <message name="IDS_FLAGS_NETWORK_PORTAL_NOTIFICATION_DESCRIPTION" desc="Description for the flag to enable/disable notifications about captive portals.">
+ If enabled, notification is displayed when device is connected to a network behind captive portal.
+ </message>
+ <message name="IDS_PORTAL_DETECTION_NOTIFICATION_TITLE" desc="">
+ Action required to connect to the Internet
+ </message>
+ <message name="IDS_PORTAL_DETECTION_NOTIFICATION_MESSAGE" desc="">
+ To use <ph name="NETWORK_ID">$1<ex>Public Wifi</ex></ph> you need to visit the network's login page.
+ </message>
+ <message name="IDS_PORTAL_DETECTION_NOTIFICATION_SIGNIN_BUTTON" desc="">
+ Go to login page
+ </message>
</grit-part>

Powered by Google App Engine
This is Rietveld 408576698