Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(49)

Side by Side Diff: chrome/app/chromium_strings.grd

Issue 218883008: Use process_singleton_linux on Mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync and rebase Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « base/process/process_handle_mac.cc ('k') | chrome/app/google_chrome_strings.grd » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 1075 matching lines...) Expand 10 before | Expand all | Expand 10 after
1086 Chromium is using your camera and microphone. 1086 Chromium is using your camera and microphone.
1087 </message> 1087 </message>
1088 <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"> 1088 <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">
1089 Chromium is using your microphone. 1089 Chromium is using your microphone.
1090 </message> 1090 </message>
1091 <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"> 1091 <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">
1092 Chromium is using your camera. 1092 Chromium is using your camera.
1093 </message> 1093 </message>
1094 1094
1095 <!-- ProcessSingleton --> 1095 <!-- ProcessSingleton -->
1096 <if expr="is_linux"> 1096 <if expr="is_linux or is_macosx">
1097 <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."> 1097 <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.">
1098 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. 1098 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.
1099 </message> 1099 </message>
1100 </if> 1100 </if>
1101 1101
1102 <!-- Mac First-run dialog messages --> 1102 <!-- Mac First-run dialog messages -->
1103 <if expr="is_macosx"> 1103 <if expr="is_macosx">
1104 <message name="IDS_FIRSTRUN_DLG_MAC_SET_DEFAULT_BROWSER_LABEL" desc="Lab el for checkbox that sets the default browser"> 1104 <message name="IDS_FIRSTRUN_DLG_MAC_SET_DEFAULT_BROWSER_LABEL" desc="Lab el for checkbox that sets the default browser">
1105 Set Chromium as your default browser 1105 Set Chromium as your default browser
1106 </message> 1106 </message>
1107 </if> 1107 </if>
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
1208 <message name="IDS_NEW_TAB_OTR_EXTENSIONS_MESSAGE" 1208 <message name="IDS_NEW_TAB_OTR_EXTENSIONS_MESSAGE"
1209 desc="Explanation in a new OTR window that extensions have been disabled while in OTR."> 1209 desc="Explanation in a new OTR window that extensions have been disabled while in OTR.">
1210 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 1210 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
1211 <ph name="BEGIN_LINK">&lt;a href="$1"&gt;</ph>extensions manager<ph na me="END_LINK">&lt;/a&gt;<ex>&lt;/a&gt;</ex></ph>. 1211 <ph name="BEGIN_LINK">&lt;a href="$1"&gt;</ph>extensions manager<ph na me="END_LINK">&lt;/a&gt;<ex>&lt;/a&gt;</ex></ph>.
1212 </message> 1212 </message>
1213 </if> 1213 </if>
1214 1214
1215 </messages> 1215 </messages>
1216 </release> 1216 </release>
1217 </grit> 1217 </grit>
OLDNEW
« no previous file with comments | « base/process/process_handle_mac.cc ('k') | chrome/app/google_chrome_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698