| Index: chrome/app/google_chrome_strings.grd
|
| diff --git a/chrome/app/google_chrome_strings.grd b/chrome/app/google_chrome_strings.grd
|
| index 2d6221c23d23be7edbdab45b125420fad0f7e13c..151e3ccc0cd01343555932f75d317a3b8bc4c319 100644
|
| --- a/chrome/app/google_chrome_strings.grd
|
| +++ b/chrome/app/google_chrome_strings.grd
|
| @@ -983,6 +983,21 @@ Signing in anyway will merge Chrome information like bookmarks, history, and oth
|
| <message name="IDS_PROFILE_IN_USE_LINUX" desc="Message shown when the browser cannot start because the profile is in use on a different host.">
|
| The profile appears to be in use by another Google Chrome process (<ph name="PROCESS_ID">$1<ex>12345</ex></ph>) on another computer (<ph name="HOST_NAME">$2<ex>example.com</ex></ph>). Chrome has locked the profile so that it doesn't get corrupted. If you are sure no other processes are using this profile, you can unlock the profile and relaunch Chrome.
|
| </message>
|
| + <!-- Windows firewall rule strings. -->
|
| + <if expr="is_win">
|
| + <message name="IDS_INBOUND_UDP_RULE_NAME" desc="The name of the firewall rule blocking inbound UDP connections.">
|
| + Google Chrome (UDP-In)
|
| + </message>
|
| + <message name="IDS_INBOUND_UDP_RULE_NAME_SXS" desc="The name of the firewall rule blocking inbound UDP connections for canary.">
|
| + Google Chrome Canary (UDP-In)
|
| + </message>
|
| + <message name="IDS_INBOUND_UDP_RULE_DESCRIPTION" desc="The description of the firewall rule blocking inbound UDP connections.">
|
| + Inbound rule for Google Chrome to block UDP connections.
|
| + </message>
|
| + <message name="IDS_INBOUND_UDP_RULE_DESCRIPTION_SXS" desc="The description of the firewall rule blocking inbound UDP connections for canary.">
|
| + Inbound rule for Google Chrome Canary to block UDP connections.
|
| + </message>
|
| + </if>
|
|
|
| </messages>
|
| </release>
|
|
|