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 1037 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1048 </message> | 1048 </message> |
1049 <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"> | 1049 <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"> |
1050 Chromium is using your camera. | 1050 Chromium is using your camera. |
1051 </message> | 1051 </message> |
1052 | 1052 |
1053 <!-- ProcessSingleton --> | 1053 <!-- ProcessSingleton --> |
1054 <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."> | 1054 <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."> |
1055 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 ge
t corrupted. If you are sure no other processes are using this profile, you can
unlock the profile and relaunch Chromium. | 1055 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 ge
t corrupted. If you are sure no other processes are using this profile, you can
unlock the profile and relaunch Chromium. |
1056 </message> | 1056 </message> |
1057 | 1057 |
| 1058 <!-- Mac First-run dialog messages --> |
| 1059 <if expr="is_macosx"> |
| 1060 <message name="IDS_FIRSTRUN_DLG_MAC_SET_DEFAULT_BROWSER_LABEL" desc="Lab
el for checkbox that sets the default browser"> |
| 1061 Set Chromium as your default browser |
| 1062 </message> |
| 1063 </if> |
| 1064 |
| 1065 <!-- chrome://settings. Android uses native UI for settings --> |
| 1066 <if expr="not is_android"> |
| 1067 <message name="IDS_AUTOLAUNCH_TEXT" desc="The text displayed in settings
to explain whether Chromium is set to auto-launch on startup or not."> |
| 1068 Launch Chromium automatically when your computer starts |
| 1069 </message> |
| 1070 <message name="IDS_OPTIONS_DEFAULTBROWSER_USEASDEFAULT" desc="The label
of the 'Use Chromium as default' browser button"> |
| 1071 Make Chromium the default browser |
| 1072 </message> |
| 1073 </if> |
| 1074 |
| 1075 <!-- Toast experiment. --> |
| 1076 <message name="IDS_TRY_TOAST_SET_DEFAULT" desc="Text of the checkbox to ma
ke Chromium the default browser"> |
| 1077 Make Chromium the default browser |
| 1078 </message> |
| 1079 |
1058 </messages> | 1080 </messages> |
1059 </release> | 1081 </release> |
1060 </grit> | 1082 </grit> |
OLD | NEW |