| 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 994 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1005 Google Chrome is using your camera and microphone. | 1005 Google Chrome is using your camera and microphone. |
| 1006 </message> | 1006 </message> |
| 1007 <message name="IDS_MEDIA_STREAM_STATUS_TRAY_TEXT_AUDIO_ONLY" desc="Tool ti
p for the capture status tray icon when microphone is being used"> | 1007 <message name="IDS_MEDIA_STREAM_STATUS_TRAY_TEXT_AUDIO_ONLY" desc="Tool ti
p for the capture status tray icon when microphone is being used"> |
| 1008 Google Chrome is using your microphone. | 1008 Google Chrome is using your microphone. |
| 1009 </message> | 1009 </message> |
| 1010 <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"> | 1010 <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"> |
| 1011 Google Chrome is using your camera. | 1011 Google Chrome is using your camera. |
| 1012 </message> | 1012 </message> |
| 1013 | 1013 |
| 1014 <!-- ProcessSingleton --> | 1014 <!-- ProcessSingleton --> |
| 1015 <if expr="is_linux"> | 1015 <if expr="is_linux or is_macosx"> |
| 1016 <message name="IDS_PROFILE_IN_USE_LINUX" desc="Message shown when the br
owser cannot start because the profile is in use on a different host."> | 1016 <message name="IDS_PROFILE_IN_USE_POSIX" desc="Message shown when the br
owser cannot start because the profile is in use on a different host."> |
| 1017 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_NA
ME">$2<ex>example.com</ex></ph>). Chrome has locked the profile so that it does
n't get corrupted. If you are sure no other processes are using this profile, y
ou can unlock the profile and relaunch Chrome. | 1017 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_NA
ME">$2<ex>example.com</ex></ph>). Chrome has locked the profile so that it does
n't get corrupted. If you are sure no other processes are using this profile, y
ou can unlock the profile and relaunch Chrome. |
| 1018 </message> | 1018 </message> |
| 1019 </if> | 1019 </if> |
| 1020 | 1020 |
| 1021 <!-- Mac First-run dialog messages --> | 1021 <!-- Mac First-run dialog messages --> |
| 1022 <if expr="is_macosx"> | 1022 <if expr="is_macosx"> |
| 1023 <message name="IDS_FIRSTRUN_DLG_MAC_SET_DEFAULT_BROWSER_LABEL" desc="Lab
el for checkbox that sets the default browser"> | 1023 <message name="IDS_FIRSTRUN_DLG_MAC_SET_DEFAULT_BROWSER_LABEL" desc="Lab
el for checkbox that sets the default browser"> |
| 1024 Set Google Chrome as your default browser | 1024 Set Google Chrome as your default browser |
| 1025 </message> | 1025 </message> |
| 1026 </if> | 1026 </if> |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1111 <message name="IDS_NEW_TAB_OTR_EXTENSIONS_MESSAGE" | 1111 <message name="IDS_NEW_TAB_OTR_EXTENSIONS_MESSAGE" |
| 1112 desc="Explanation in a new OTR window that extensions have been
disabled while in OTR."> | 1112 desc="Explanation in a new OTR window that extensions have been
disabled while in OTR."> |
| 1113 Because Google Chrome does not control how extensions handle your pers
onal data, all extensions have been disabled for incognito windows. You can reen
able them individually in the | 1113 Because Google Chrome does not control how extensions handle your pers
onal data, all extensions have been disabled for incognito windows. You can reen
able them individually in the |
| 1114 <ph name="BEGIN_LINK"><a href="$1"></ph>extensions manager<ph na
me="END_LINK"></a><ex></a></ex></ph>. | 1114 <ph name="BEGIN_LINK"><a href="$1"></ph>extensions manager<ph na
me="END_LINK"></a><ex></a></ex></ph>. |
| 1115 </message> | 1115 </message> |
| 1116 </if> | 1116 </if> |
| 1117 | 1117 |
| 1118 </messages> | 1118 </messages> |
| 1119 </release> | 1119 </release> |
| 1120 </grit> | 1120 </grit> |
| OLD | NEW |