| 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 distribution specific. | 2 <!-- This file contains definitions of strings that are distribution specific. |
| 3 These strings will not be translated and only english versions will | 3 These strings will not be translated and only english versions will |
| 4 be available for now. --> | 4 be available for now. --> |
| 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/chromium_strings.h" type="rc_header"> | 9 <output filename="grit/chromium_strings.h" type="rc_header"> |
| 10 <emit emit_type='prepend'></emit> | 10 <emit emit_type='prepend'></emit> |
| (...skipping 1070 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1081 Chromium is using your camera and microphone. | 1081 Chromium is using your camera and microphone. |
| 1082 </message> | 1082 </message> |
| 1083 <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"> | 1083 <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"> |
| 1084 Chromium is using your microphone. | 1084 Chromium is using your microphone. |
| 1085 </message> | 1085 </message> |
| 1086 <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"> | 1086 <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"> |
| 1087 Chromium is using your camera. | 1087 Chromium is using your camera. |
| 1088 </message> | 1088 </message> |
| 1089 | 1089 |
| 1090 <!-- ProcessSingleton --> | 1090 <!-- ProcessSingleton --> |
| 1091 <if expr="is_linux"> | 1091 <if expr="is_linux or is_macosx"> |
| 1092 <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."> | 1092 <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."> |
| 1093 The profile appears to be in use by another Chromium process (<ph name
="PROCESS_ID">$1<ex>12345</ex></ph>) on another computer (<ph name="HOST_NAME">$
2<ex>example.com</ex></ph>). Chromium has locked the profile so that it doesn't
get corrupted. If you are sure no other processes are using this profile, you ca
n unlock the profile and relaunch Chromium. | 1093 The profile appears to be in use by another Chromium process (<ph name
="PROCESS_ID">$1<ex>12345</ex></ph>) on another computer (<ph name="HOST_NAME">$
2<ex>example.com</ex></ph>). Chromium has locked the profile so that it doesn't
get corrupted. If you are sure no other processes are using this profile, you ca
n unlock the profile and relaunch Chromium. |
| 1094 </message> | 1094 </message> |
| 1095 </if> | 1095 </if> |
| 1096 | 1096 |
| 1097 <!-- Mac First-run dialog messages --> | 1097 <!-- Mac First-run dialog messages --> |
| 1098 <if expr="is_macosx"> | 1098 <if expr="is_macosx"> |
| 1099 <message name="IDS_FIRSTRUN_DLG_MAC_SET_DEFAULT_BROWSER_LABEL" desc="Lab
el for checkbox that sets the default browser"> | 1099 <message name="IDS_FIRSTRUN_DLG_MAC_SET_DEFAULT_BROWSER_LABEL" desc="Lab
el for checkbox that sets the default browser"> |
| 1100 Set Chromium as your default browser | 1100 Set Chromium as your default browser |
| 1101 </message> | 1101 </message> |
| 1102 </if> | 1102 </if> |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1187 <message name="IDS_NEW_TAB_OTR_EXTENSIONS_MESSAGE" | 1187 <message name="IDS_NEW_TAB_OTR_EXTENSIONS_MESSAGE" |
| 1188 desc="Explanation in a new OTR window that extensions have been
disabled while in OTR."> | 1188 desc="Explanation in a new OTR window that extensions have been
disabled while in OTR."> |
| 1189 Because Chromium does not control how extensions handle your personal
data, all extensions have been disabled for incognito windows. You can reenable
them individually in the | 1189 Because Chromium does not control how extensions handle your personal
data, all extensions have been disabled for incognito windows. You can reenable
them individually in the |
| 1190 <ph name="BEGIN_LINK"><a href="$1"></ph>extensions manager<ph na
me="END_LINK"></a><ex></a></ex></ph>. | 1190 <ph name="BEGIN_LINK"><a href="$1"></ph>extensions manager<ph na
me="END_LINK"></a><ex></a></ex></ph>. |
| 1191 </message> | 1191 </message> |
| 1192 </if> | 1192 </if> |
| 1193 | 1193 |
| 1194 </messages> | 1194 </messages> |
| 1195 </release> | 1195 </release> |
| 1196 </grit> | 1196 </grit> |
| OLD | NEW |