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 957 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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> |
OLD | NEW |