| 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 637 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 648 <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."
> | 648 <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."
> |
| 649 Chromium cannot create an application shortcut because it cannot deter
mine the current desktop environment. | 649 Chromium cannot create an application shortcut because it cannot deter
mine the current desktop environment. |
| 650 </message> | 650 </message> |
| 651 </if> | 651 </if> |
| 652 | 652 |
| 653 <!-- Autolaunch infobar --> | 653 <!-- Autolaunch infobar --> |
| 654 <message name="IDS_AUTO_LAUNCH_INFOBAR_TEXT" desc="The text to show in the
infobar when Chromium was automatically launched on startup"> | 654 <message name="IDS_AUTO_LAUNCH_INFOBAR_TEXT" desc="The text to show in the
infobar when Chromium was automatically launched on startup"> |
| 655 Chromium is configured to automatically launch when you start your compu
ter. | 655 Chromium is configured to automatically launch when you start your compu
ter. |
| 656 </message> | 656 </message> |
| 657 | 657 |
| 658 <!-- Managed user settings page --> |
| 659 <message name="IDS_SIGNIN_SYNC_ALLOWED" desc="A checkbox in the Managed Us
er Settings dialog for enabling sign in and sync."> |
| 660 Allow signing into Chromium. |
| 661 </message> |
| 662 |
| 658 <!-- about:flags --> | 663 <!-- about:flags --> |
| 659 <if expr="not pp_ifdef('chromeos')"> | 664 <if expr="not pp_ifdef('chromeos')"> |
| 660 <message name="IDS_FLAGS_RELAUNCH_NOTICE" desc="Notifies the user that h
e needs to relaunch Chromium. Shown next to a button that says 'Relaunch Now'."> | 665 <message name="IDS_FLAGS_RELAUNCH_NOTICE" desc="Notifies the user that h
e needs to relaunch Chromium. Shown next to a button that says 'Relaunch Now'."> |
| 661 Your changes will take effect the next time you relaunch Chromium. | 666 Your changes will take effect the next time you relaunch Chromium. |
| 662 </message> | 667 </message> |
| 663 </if> | 668 </if> |
| 664 <if expr="pp_ifdef('chromeos')"> | 669 <if expr="pp_ifdef('chromeos')"> |
| 665 <message name="IDS_FLAGS_RELAUNCH_NOTICE" desc="Notifies the user that h
e needs to restart Chromium OS. Shown next to a button that says 'Restart Now'."
> | 670 <message name="IDS_FLAGS_RELAUNCH_NOTICE" desc="Notifies the user that h
e needs to restart Chromium OS. Shown next to a button that says 'Restart Now'."
> |
| 666 Your changes will take effect the next time you restart your device. | 671 Your changes will take effect the next time you restart your device. |
| 667 </message> | 672 </message> |
| (...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 947 <!-- App list --> | 952 <!-- App list --> |
| 948 <message name="IDS_APP_LIST_SHORTCUT_NAME" desc="Name for the Chromium App
List to appear in the taskbar and in any shortcuts to it."> | 953 <message name="IDS_APP_LIST_SHORTCUT_NAME" desc="Name for the Chromium App
List to appear in the taskbar and in any shortcuts to it."> |
| 949 Chromium App Launcher | 954 Chromium App Launcher |
| 950 </message> | 955 </message> |
| 951 <message name="IDS_APP_LIST_OPT_IN_TEXT" desc="Text to appear in the promp
t to use the Chrome app list."> | 956 <message name="IDS_APP_LIST_OPT_IN_TEXT" desc="Text to appear in the promp
t to use the Chrome app list."> |
| 952 Use the Chromium App Launcher to launch your apps. | 957 Use the Chromium App Launcher to launch your apps. |
| 953 </message> | 958 </message> |
| 954 </messages> | 959 </messages> |
| 955 </release> | 960 </release> |
| 956 </grit> | 961 </grit> |
| OLD | NEW |