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

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

Issue 23506011: Improve the UI for handling profile lock contention. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Improve the localizability. Created 7 years, 3 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
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 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 957 matching lines...) Expand 10 before | Expand all | Expand 10 after
968 <!-- MediaStream capture status tray icon --> 968 <!-- MediaStream capture status tray icon -->
969 <message name="IDS_MEDIA_STREAM_STATUS_TRAY_TEXT_AUDIO_AND_VIDEO" desc="To ol tip for the capture status tray icon when microphone and camera are being use d"> 969 <message name="IDS_MEDIA_STREAM_STATUS_TRAY_TEXT_AUDIO_AND_VIDEO" desc="To ol tip for the capture status tray icon when microphone and camera are being use d">
970 Google Chrome is using your camera and microphone. 970 Google Chrome is using your camera and microphone.
971 </message> 971 </message>
972 <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"> 972 <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">
973 Google Chrome is using your microphone. 973 Google Chrome is using your microphone.
974 </message> 974 </message>
975 <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"> 975 <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">
976 Google Chrome is using your camera. 976 Google Chrome is using your camera.
977 </message> 977 </message>
978
979 <!-- ProcessSingleton -->
980 <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.">
981 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>). (To protect against data corruption, Chrome lock s profiles so that only one instance of Chrome can use the profile.) If you are sure no other processes are using this profile, click Unlock Profile and Relaunc h. Otherwise, click Quit.
982 </message>
983 <message name="IDS_PROFILE_IN_USE_LINUX_RELAUNCH" desc="Text of button in dialog to delete the profile lock file.">
984 Unlock Profile and Relaunch
985 </message>
986
978 </messages> 987 </messages>
979 </release> 988 </release>
980 </grit> 989 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698