| 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 561 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 572 <message name="IDS_CREATE_SHORTCUTS_ERROR_LABEL" desc="Contents of the m
ain label in the error dialog box when creating an application shortcut failed."
> | 572 <message name="IDS_CREATE_SHORTCUTS_ERROR_LABEL" desc="Contents of the m
ain label in the error dialog box when creating an application shortcut failed."
> |
| 573 Google Chrome cannot create an application shortcut because it cannot
determine the current desktop environment. | 573 Google Chrome cannot create an application shortcut because it cannot
determine the current desktop environment. |
| 574 </message> | 574 </message> |
| 575 </if> | 575 </if> |
| 576 | 576 |
| 577 <!-- Autolaunch infobar --> | 577 <!-- Autolaunch infobar --> |
| 578 <message name="IDS_AUTO_LAUNCH_INFOBAR_TEXT" desc="The text to show in the
infobar when Chrome was automatically launched on startup"> | 578 <message name="IDS_AUTO_LAUNCH_INFOBAR_TEXT" desc="The text to show in the
infobar when Chrome was automatically launched on startup"> |
| 579 Google Chrome is configured to automatically launch when you start your
computer. | 579 Google Chrome is configured to automatically launch when you start your
computer. |
| 580 </message> | 580 </message> |
| 581 | 581 |
| 582 <!-- Managed user settings page --> |
| 583 <message name="IDS_SIGNIN_SYNC_ALLOWED" desc="A checkbox in the Managed Us
er Settings dialog for enabling sign in and sync."> |
| 584 Allow signing into Chrome. |
| 585 </message> |
| 586 |
| 582 <!-- about:flags --> | 587 <!-- about:flags --> |
| 583 <if expr="not pp_ifdef('chromeos')"> | 588 <if expr="not pp_ifdef('chromeos')"> |
| 584 <message name="IDS_FLAGS_RELAUNCH_NOTICE" desc="Notifies the user that h
e needs to relaunch Chrome. Shown next to a button that says 'Relaunch Now'."> | 589 <message name="IDS_FLAGS_RELAUNCH_NOTICE" desc="Notifies the user that h
e needs to relaunch Chrome. Shown next to a button that says 'Relaunch Now'."> |
| 585 Your changes will take effect the next time you relaunch Google Chrome
. | 590 Your changes will take effect the next time you relaunch Google Chrome
. |
| 586 </message> | 591 </message> |
| 587 </if> | 592 </if> |
| 588 <if expr="pp_ifdef('chromeos')"> | 593 <if expr="pp_ifdef('chromeos')"> |
| 589 <message name="IDS_FLAGS_RELAUNCH_NOTICE" desc="Notifies the user that h
e needs to restart Chrome OS. Shown next to a button that says 'Restart Now'."> | 594 <message name="IDS_FLAGS_RELAUNCH_NOTICE" desc="Notifies the user that h
e needs to restart Chrome OS. Shown next to a button that says 'Restart Now'."> |
| 590 Your changes will take effect the next time you restart your device. | 595 Your changes will take effect the next time you restart your device. |
| 591 </message> | 596 </message> |
| (...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 871 <!-- App list --> | 876 <!-- App list --> |
| 872 <message name="IDS_APP_LIST_SHORTCUT_NAME" desc="Name for the Chrome App L
ist to appear in the taskbar and in any shortcuts to it."> | 877 <message name="IDS_APP_LIST_SHORTCUT_NAME" desc="Name for the Chrome App L
ist to appear in the taskbar and in any shortcuts to it."> |
| 873 Chrome App Launcher | 878 Chrome App Launcher |
| 874 </message> | 879 </message> |
| 875 <message name="IDS_APP_LIST_OPT_IN_TEXT" desc="Text to appear in the promp
t to use the Chrome app list."> | 880 <message name="IDS_APP_LIST_OPT_IN_TEXT" desc="Text to appear in the promp
t to use the Chrome app list."> |
| 876 Use the Chrome App Launcher to launch your apps. | 881 Use the Chrome App Launcher to launch your apps. |
| 877 </message> | 882 </message> |
| 878 </messages> | 883 </messages> |
| 879 </release> | 884 </release> |
| 880 </grit> | 885 </grit> |
| OLD | NEW |