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

Unified Diff: chrome/browser/resources/options/chromeos/internet_detail.html

Issue 535283002: Translate activation/romaing state, restricted pool (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_279351_internet_options_7b
Patch Set: Only set RestrictedConnectivity if true, fix tests Created 6 years, 3 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
« no previous file with comments | « chrome/app/chromeos_strings.grdp ('k') | chrome/browser/resources/options/chromeos/internet_detail.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/chromeos/internet_detail.html
diff --git a/chrome/browser/resources/options/chromeos/internet_detail.html b/chrome/browser/resources/options/chromeos/internet_detail.html
index dd939e81f2ba6b2c182c04766b8f8820da885d6d..0a59a913be126cc3173ef018eaa5b22cc278cd1e 100644
--- a/chrome/browser/resources/options/chromeos/internet_detail.html
+++ b/chrome/browser/resources/options/chromeos/internet_detail.html
@@ -106,6 +106,11 @@
<tr>
<td class="option-name" i18n-content="connectionState"></td>
<td id="wifi-connection-state" class="option-value"></td>
+ </tr>
+ <tr>
+ <td class="option-name" i18n-content="restrictedConnectivity"></td>
+ <td id="wifi-restricted-connectivity" class="option-value"></td>
+ </tr>
<tr>
<td class="option-name" i18n-content="inetSsid"></td>
<td id="wifi-ssid" class="option-value"></td>
@@ -175,6 +180,10 @@
<td class="option-name" i18n-content="connectionState"></td>
<td id="wimax-connection-state" class="option-value"></td>
</tr>
+ <tr>
+ <td class="option-name" i18n-content="restrictedConnectivity"></td>
+ <td id="wimax-restricted-connectivity" class="option-value"></td>
+ </tr>
<tr id="wimax-eap-identity-entry">
<td class="option-name" i18n-content="inetUsername"></td>
<td id="wimax-eap-identity" class="option-value"></td>
@@ -263,8 +272,8 @@
<td id="roaming-state" class="option-value"></td>
</tr>
<tr>
- <td class="option-name" i18n-content="restrictedPool"></td>
- <td id="restricted-pool" class="option-value"></td>
+ <td class="option-name" i18n-content="restrictedConnectivity"></td>
+ <td id="cellular-restricted-connectivity" class="option-value"></td>
</tr>
<tr>
<td class="option-name" i18n-content="operatorName"></td>
« no previous file with comments | « chrome/app/chromeos_strings.grdp ('k') | chrome/browser/resources/options/chromeos/internet_detail.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698