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 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
263 Google Chrome is made possible by the <ph name="BEGIN_LINK_CHROMIUM"><
;a target="_blank" href="$1"></ph>Chromium<ph name="END_LINK_CHROMIUM"></a
></ph> open source project and other <ph name="BEGIN_LINK_OSS"><a target="
_blank" href="$2"></ph>open source software<ph name="END_LINK_OSS"></a>
</ph>. | 263 Google Chrome is made possible by the <ph name="BEGIN_LINK_CHROMIUM"><
;a target="_blank" href="$1"></ph>Chromium<ph name="END_LINK_CHROMIUM"></a
></ph> open source project and other <ph name="BEGIN_LINK_OSS"><a target="
_blank" href="$2"></ph>open source software<ph name="END_LINK_OSS"></a>
</ph>. |
264 </message> | 264 </message> |
265 <if expr="pp_ifdef('chromeos')"> | 265 <if expr="pp_ifdef('chromeos')"> |
266 <message name="IDS_ABOUT_CROS_VERSION_LICENSE" desc="Additional text dis
played beneath the Chromium open source URLs for Chrome OS."> | 266 <message name="IDS_ABOUT_CROS_VERSION_LICENSE" desc="Additional text dis
played beneath the Chromium open source URLs for Chrome OS."> |
267 Chrome OS is made possible by additional <ph name="BEGIN_LINK_CROS_OSS
"><a target="_blank" href="$1"></ph>open source software<ph name="END_LINK
_CROS_OSS"></a></ph>. | 267 Chrome OS is made possible by additional <ph name="BEGIN_LINK_CROS_OSS
"><a target="_blank" href="$1"></ph>open source software<ph name="END_LINK
_CROS_OSS"></a></ph>. |
268 </message> | 268 </message> |
269 </if> | 269 </if> |
270 <message name="IDS_ABOUT_TERMS_OF_SERVICE" desc="The terms of service labe
l in the About box."> | 270 <message name="IDS_ABOUT_TERMS_OF_SERVICE" desc="The terms of service labe
l in the About box."> |
271 Google Chrome <ph name="TERMS_OF_SERVICE_LINK"><a target="_blank" hre
f="$1"></ph>Terms of Service<ph name="END_TERMS_OF_SERVICE_LINK"></a></
ph> | 271 Google Chrome <ph name="TERMS_OF_SERVICE_LINK"><a target="_blank" hre
f="$1"></ph>Terms of Service<ph name="END_TERMS_OF_SERVICE_LINK"></a></
ph> |
272 </message> | 272 </message> |
| 273 <if expr="is_macosx"> |
| 274 <!-- Mac 32-bit deprecation --> |
| 275 <message name="IDS_MAC_32_BIT_OBSOLETE_SOON" desc="A message displayed o
n an at-launch infobar and About (Help) page warning the user that the computer
they are using is about to become unsupported."> |
| 276 This computer will soon stop receiving updates of Google Chrome becaus
e its processor is outdated. |
| 277 </message> |
| 278 <message name="IDS_MAC_32_BIT_OBSOLETE_NOW" desc="A message displayed on
an at-launch infobar and About (Help) page warning the user that the computer t
hey are using is no longer supported."> |
| 279 This computer will no longer receive updates of Google Chrome because
its processor is outdated. |
| 280 </message> |
| 281 </if> |
273 <message name="IDS_ACCNAME_APP" desc="The accessible name for the app menu
."> | 282 <message name="IDS_ACCNAME_APP" desc="The accessible name for the app menu
."> |
274 Chrome | 283 Chrome |
275 </message> | 284 </message> |
276 <message name="IDS_ACCNAME_TOOLBAR" desc="The accessible name for the appl
ication's toolbar."> | 285 <message name="IDS_ACCNAME_TOOLBAR" desc="The accessible name for the appl
ication's toolbar."> |
277 Google Chrome Toolbar | 286 Google Chrome Toolbar |
278 </message> | 287 </message> |
279 <!-- Hung Browser Detector --> | 288 <!-- Hung Browser Detector --> |
280 <message name="IDS_BROWSER_HUNGBROWSER_MESSAGE" desc="Content of the dialo
g box shown when the browser is hung"> | 289 <message name="IDS_BROWSER_HUNGBROWSER_MESSAGE" desc="Content of the dialo
g box shown when the browser is hung"> |
281 Google Chrome is unresponsive. Relaunch now? | 290 Google Chrome is unresponsive. Relaunch now? |
282 </message> | 291 </message> |
(...skipping 691 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
974 </message> | 983 </message> |
975 | 984 |
976 <!-- ProcessSingleton --> | 985 <!-- ProcessSingleton --> |
977 <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."> | 986 <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 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. | 987 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 </message> | 988 </message> |
980 | 989 |
981 </messages> | 990 </messages> |
982 </release> | 991 </release> |
983 </grit> | 992 </grit> |
OLD | NEW |