| OLD | NEW |
| 1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
| 2 <!-- This file contains definitions of strings that are specific to | 2 <!-- This file contains definitions of strings that are specific to |
| 3 Google Chrome. These strings will be translated for each locale that Google | 3 Google Chrome. These strings will be translated for each locale that Google |
| 4 Chrome supports. --> | 4 Chrome supports. --> |
| 5 | 5 |
| 6 <grit base_dir="." latest_public_release="0" current_release="1" | 6 <grit base_dir="." latest_public_release="0" current_release="1" |
| 7 source_lang_id="en" enc_check="möl"> | 7 source_lang_id="en" enc_check="möl"> |
| 8 <outputs> | 8 <outputs> |
| 9 <output filename="grit/google_chrome_strings.h" type="rc_header"> | 9 <output filename="grit/google_chrome_strings.h" type="rc_header"> |
| 10 <emit emit_type='prepend'></emit> | 10 <emit emit_type='prepend'></emit> |
| (...skipping 965 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 976 Google Chrome is using your microphone. | 976 Google Chrome is using your microphone. |
| 977 </message> | 977 </message> |
| 978 <message name="IDS_MEDIA_STREAM_STATUS_TRAY_TEXT_VIDEO_ONLY" desc="Tool ti
p for the capture status tray icon when camera is being used"> | 978 <message name="IDS_MEDIA_STREAM_STATUS_TRAY_TEXT_VIDEO_ONLY" desc="Tool ti
p for the capture status tray icon when camera is being used"> |
| 979 Google Chrome is using your camera. | 979 Google Chrome is using your camera. |
| 980 </message> | 980 </message> |
| 981 | 981 |
| 982 <!-- ProcessSingleton --> | 982 <!-- ProcessSingleton --> |
| 983 <message name="IDS_PROFILE_IN_USE_LINUX" desc="Message shown when the brow
ser cannot start because the profile is in use on a different host."> | 983 <message name="IDS_PROFILE_IN_USE_LINUX" desc="Message shown when the brow
ser cannot start because the profile is in use on a different host."> |
| 984 The profile appears to be in use by another Google Chrome process (<ph n
ame="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. | 984 The profile appears to be in use by another Google Chrome process (<ph n
ame="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. |
| 985 </message> | 985 </message> |
| 986 <!-- Windows firewall rule strings. --> |
| 987 <if expr="is_win"> |
| 988 <message name="IDS_INBOUND_UDP_RULE_NAME" desc="The name of the firewall
rule blocking inbound UDP connections."> |
| 989 Google Chrome (UDP-In) |
| 990 </message> |
| 991 <message name="IDS_INBOUND_UDP_RULE_NAME_SXS" desc="The name of the fire
wall rule blocking inbound UDP connections for canary."> |
| 992 Google Chrome Canary (UDP-In) |
| 993 </message> |
| 994 <message name="IDS_INBOUND_UDP_RULE_DESCRIPTION" desc="The description o
f the firewall rule blocking inbound UDP connections."> |
| 995 Inbound rule for Google Chrome to block UDP connections. |
| 996 </message> |
| 997 <message name="IDS_INBOUND_UDP_RULE_DESCRIPTION_SXS" desc="The descripti
on of the firewall rule blocking inbound UDP connections for canary."> |
| 998 Inbound rule for Google Chrome Canary to block UDP connections. |
| 999 </message> |
| 1000 </if> |
| 986 | 1001 |
| 987 </messages> | 1002 </messages> |
| 988 </release> | 1003 </release> |
| 989 </grit> | 1004 </grit> |
| OLD | NEW |