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 961 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
972 </message> | 972 </message> |
973 <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"> | 973 <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"> |
974 Google Chrome is using your camera. | 974 Google Chrome is using your camera. |
975 </message> | 975 </message> |
976 | 976 |
977 <!-- ProcessSingleton --> | 977 <!-- ProcessSingleton --> |
978 <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."> | 978 <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."> |
979 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>). Chrome has locked the profile so that it doesn'
t get corrupted. If you are sure no other processes are using this profile, you
can unlock the profile and relaunch Chrome. | 979 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>). Chrome has locked the profile so that it doesn'
t get corrupted. If you are sure no other processes are using this profile, you
can unlock the profile and relaunch Chrome. |
980 </message> | 980 </message> |
981 | 981 |
| 982 <!-- Mac First-run dialog messages --> |
| 983 <if expr="is_macosx"> |
| 984 <message name="IDS_FIRSTRUN_DLG_MAC_SET_DEFAULT_BROWSER_LABEL" desc="Lab
el for checkbox that sets the default browser"> |
| 985 Set Google Chrome as your default browser |
| 986 </message> |
| 987 </if> |
| 988 |
| 989 <!-- chrome://settings. Android uses native UI for settings --> |
| 990 <if expr="not is_android"> |
| 991 <message name="IDS_AUTOLAUNCH_TEXT" desc="The text displayed in settings
to explain whether Chromium is set to auto-launch on startup or not."> |
| 992 Launch Chromium automatically when your computer starts |
| 993 </message> |
| 994 <message name="IDS_OPTIONS_DEFAULTBROWSER_USEASDEFAULT" desc="The label
of the 'Use Chrome as default' browser button"> |
| 995 Make Google Chrome the default browser |
| 996 </message> |
| 997 </if> |
| 998 |
| 999 <!-- Toast experiment. --> |
| 1000 <message name="IDS_TRY_TOAST_SET_DEFAULT" desc="Text of the checkbox to ma
ke Chrome the default browser"> |
| 1001 Make Google Chrome the default browser |
| 1002 </message> |
| 1003 |
982 </messages> | 1004 </messages> |
983 </release> | 1005 </release> |
984 </grit> | 1006 </grit> |
OLD | NEW |