Chromium Code Reviews| Index: chrome/app/generated_resources.grd |
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd |
| index 1b45530e9bf750449fe762c06a64ea389def6e8a..fa0f316812b6dea1549ff8bcfb5cb516790f77fa 100644 |
| --- a/chrome/app/generated_resources.grd |
| +++ b/chrome/app/generated_resources.grd |
| @@ -13113,6 +13113,21 @@ Some features may be unavailable. Please check that the profile exists and you |
| <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_NETWORK_ID" desc="In settings Internet options, the label for the network id."> |
| SSID: |
| </message> |
| + <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_NETWORK_BSSID" desc="In settings Internet options, the label for the network BSSID."> |
| + BSSID: |
| + </message> |
| + <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_NETWORK_FREQUENCY" desc="In settings Internet options, the label for the WiFi frequency."> |
| + Frequency: |
| + </message> |
| + <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_NETWORK_FREQUENCY_MHZ" desc="In Internet settings, the formatting for the WiFi frequency."> |
| + <ph name="GHZ">$1<ex>2.4</ex></ph>MHz |
|
csilv
2012/04/24 21:34:39
Not a big deal, but perhaps the name parameter sho
kevers
2012/04/24 22:06:16
Whoops. Switched from GHz to MHz without updating
|
| + </message> |
| + <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_NETWORK_STRENGTH" desc="In Internet settings, the label for the WiFi signal strength."> |
| + Signal Strength: |
| + </message> |
| + <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_NETWORK_STRENGTH_PERCENTAGE" desc="In Internet settings, the formatting for the WiFi signal strength."> |
| + <ph name="PRECENTAGE">$1<ex>100</ex></ph>% |
| + </message> |
| <message name="IDS_OPTIONS_SETTIGNS_INTERNET_OPTIONS_NETWORK_ENCRYPTION" desc="Label in the network details dialog for showing the encryption method."> |
| Security: |
| </message> |