| 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 929 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 940 <if expr="pp_ifdef('chromeos')"> | 940 <if expr="pp_ifdef('chromeos')"> |
| 941 <message name="IDS_KEYBOARD_OVERLAY_SHOW_WRENCH_MENU" desc="The text in
the keyboard overlay to explain the shortcut that opens the main Chrome menu."> | 941 <message name="IDS_KEYBOARD_OVERLAY_SHOW_WRENCH_MENU" desc="The text in
the keyboard overlay to explain the shortcut that opens the main Chrome menu."> |
| 942 Show the Chromium menu | 942 Show the Chromium menu |
| 943 </message> | 943 </message> |
| 944 </if> | 944 </if> |
| 945 | 945 |
| 946 <!-- App list --> | 946 <!-- App list --> |
| 947 <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."> | 947 <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."> |
| 948 Chromium App Launcher | 948 Chromium App Launcher |
| 949 </message> | 949 </message> |
| 950 <message name="IDS_APP_LIST_SHORTCUT_NAME_CANARY" desc="Name for the Chrom
ium App List to appear in the taskbar and in any shortcuts to it."> |
| 951 Chromium App Launcher |
| 952 </message> |
| 950 <message name="IDS_APP_LIST_SIGNIN_HEADING" desc="Heading for when the lau
ncher needs to sign in."> | 953 <message name="IDS_APP_LIST_SIGNIN_HEADING" desc="Heading for when the lau
ncher needs to sign in."> |
| 951 Sign in to Chromium | 954 Sign in to Chromium |
| 952 </message> | 955 </message> |
| 953 <message name="IDS_APP_LIST_SIGNIN_TEXT" desc="Text for when the launcher
needs to sign in."> | 956 <message name="IDS_APP_LIST_SIGNIN_TEXT" desc="Text for when the launcher
needs to sign in."> |
| 954 You need to be signed into Chromium to use apps. This allows Chromium to
sync your apps, bookmarks, history, passwords and other settings across devices
. | 957 You need to be signed into Chromium to use apps. This allows Chromium to
sync your apps, bookmarks, history, passwords and other settings across devices
. |
| 955 </message> | 958 </message> |
| 956 | 959 |
| 957 <!-- App shortcuts --> | 960 <!-- App shortcuts --> |
| 958 <message name="IDS_APP_SHORTCUTS_SUBDIR_NAME" desc="Name for the Chromium
Apps Start Menu folder name."> | 961 <message name="IDS_APP_SHORTCUTS_SUBDIR_NAME" desc="Name for the Chromium
Apps Start Menu folder name."> |
| 959 Chromium Apps | 962 Chromium Apps |
| 960 </message> | 963 </message> |
| 961 | 964 |
| 962 <!-- Chrome OS OOBE Terms of Service screen--> | 965 <!-- Chrome OS OOBE Terms of Service screen--> |
| 963 <if expr="pp_ifdef('chromeos')"> | 966 <if expr="pp_ifdef('chromeos')"> |
| 964 <message name="IDS_TERMS_OF_SERVICE_SCREEN_SUBHEADING" desc="Subheading
at the top of the Terms of Service screen."> | 967 <message name="IDS_TERMS_OF_SERVICE_SCREEN_SUBHEADING" desc="Subheading
at the top of the Terms of Service screen."> |
| 965 <ph name="DOMAIN">$1<ex>example.com</ex></ph> requires that you read a
nd accept the following Terms of Service before using this device. These terms d
o not expand, modify or limit the Chromium OS Terms. | 968 <ph name="DOMAIN">$1<ex>example.com</ex></ph> requires that you read a
nd accept the following Terms of Service before using this device. These terms d
o not expand, modify or limit the Chromium OS Terms. |
| 966 </message> | 969 </message> |
| 967 </if> | 970 </if> |
| 968 </messages> | 971 </messages> |
| 969 </release> | 972 </release> |
| 970 </grit> | 973 </grit> |
| OLD | NEW |