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 311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
322 Chromium is made possible by the <ph name="BEGIN_LINK_CHROMIUM"><a ta
rget="_blank" href="$1"></ph>Chromium<ph name="END_LINK_CHROMIUM"></a><
/ph> open source project and other <ph name="BEGIN_LINK_OSS"><a target="_blan
k" href="$2"></ph>open source software<ph name="END_LINK_OSS"></a></ph>
. | 322 Chromium is made possible by the <ph name="BEGIN_LINK_CHROMIUM"><a ta
rget="_blank" href="$1"></ph>Chromium<ph name="END_LINK_CHROMIUM"></a><
/ph> open source project and other <ph name="BEGIN_LINK_OSS"><a target="_blan
k" href="$2"></ph>open source software<ph name="END_LINK_OSS"></a></ph>
. |
323 </message> | 323 </message> |
324 <if expr="pp_ifdef('chromeos')"> | 324 <if expr="pp_ifdef('chromeos')"> |
325 <message name="IDS_ABOUT_CROS_VERSION_LICENSE" desc="Additional text dis
played beneath the Chromium open source URLs for Chrome OS."> | 325 <message name="IDS_ABOUT_CROS_VERSION_LICENSE" desc="Additional text dis
played beneath the Chromium open source URLs for Chrome OS."> |
326 Chromium OS is made possible by additional <ph name="BEGIN_LINK_CROS_O
SS"><a target="_blank" href="$1"></ph>open source software<ph name="END_LI
NK_CROS_OSS"></a></ph>. | 326 Chromium OS is made possible by additional <ph name="BEGIN_LINK_CROS_O
SS"><a target="_blank" href="$1"></ph>open source software<ph name="END_LI
NK_CROS_OSS"></a></ph>. |
327 </message> | 327 </message> |
328 </if> | 328 </if> |
329 <message name="IDS_ABOUT_TERMS_OF_SERVICE" desc="The terms of service labe
l in the About box."> | 329 <message name="IDS_ABOUT_TERMS_OF_SERVICE" desc="The terms of service labe
l in the About box."> |
330 Not used in Chromium. Placeholder to keep resource maps in sync. It expe
cts one argument: $1. | 330 Not used in Chromium. Placeholder to keep resource maps in sync. It expe
cts one argument: $1. |
331 </message> | 331 </message> |
| 332 <if expr="is_macosx"> |
| 333 <!-- Mac 32-bit deprecation --> |
| 334 <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."> |
| 335 This computer will soon stop receiving Chromium updates because its ha
rdware is no longer supported. |
| 336 </message> |
| 337 <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."> |
| 338 This computer will no longer receive Chromium updates because its hard
ware is no longer supported. |
| 339 </message> |
| 340 </if> |
332 <message name="IDS_ACCNAME_APP" desc="The accessible name for the app menu
."> | 341 <message name="IDS_ACCNAME_APP" desc="The accessible name for the app menu
."> |
333 Chromium | 342 Chromium |
334 </message> | 343 </message> |
335 <message name="IDS_ACCNAME_TOOLBAR" desc="The accessible name for the appl
ication's toolbar."> | 344 <message name="IDS_ACCNAME_TOOLBAR" desc="The accessible name for the appl
ication's toolbar."> |
336 Chromium Toolbar | 345 Chromium Toolbar |
337 </message> | 346 </message> |
338 <!-- Hung Browser Detector --> | 347 <!-- Hung Browser Detector --> |
339 <message name="IDS_BROWSER_HUNGBROWSER_MESSAGE" desc="Content of the dialo
g box shown when the browser is hung"> | 348 <message name="IDS_BROWSER_HUNGBROWSER_MESSAGE" desc="Content of the dialo
g box shown when the browser is hung"> |
340 Chromium is unresponsive. Relaunch now? | 349 Chromium is unresponsive. Relaunch now? |
341 </message> | 350 </message> |
(...skipping 683 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1025 </message> | 1034 </message> |
1026 | 1035 |
1027 <!-- ProcessSingleton --> | 1036 <!-- ProcessSingleton --> |
1028 <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."> | 1037 <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."> |
1029 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. | 1038 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. |
1030 </message> | 1039 </message> |
1031 | 1040 |
1032 </messages> | 1041 </messages> |
1033 </release> | 1042 </release> |
1034 </grit> | 1043 </grit> |
OLD | NEW |