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 860 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
871 <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."> | 871 <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."> |
872 Chrome App Launcher | 872 Chrome App Launcher |
873 </message> | 873 </message> |
874 <message name="IDS_APP_LIST_SIGNIN_HEADING" desc="Heading for when the lau
ncher needs to sign in."> | 874 <message name="IDS_APP_LIST_SIGNIN_HEADING" desc="Heading for when the lau
ncher needs to sign in."> |
875 Sign in to Chrome | 875 Sign in to Chrome |
876 </message> | 876 </message> |
877 <message name="IDS_APP_LIST_SIGNIN_TEXT" desc="Text for when the launcher
needs to sign in."> | 877 <message name="IDS_APP_LIST_SIGNIN_TEXT" desc="Text for when the launcher
needs to sign in."> |
878 You need to be signed into Chrome to use apps. This allows Chrome to syn
c your apps, bookmarks, history, passwords and other settings across devices. | 878 You need to be signed into Chrome to use apps. This allows Chrome to syn
c your apps, bookmarks, history, passwords and other settings across devices. |
879 </message> | 879 </message> |
880 | 880 |
| 881 <!-- App shortcuts --> |
| 882 <message name="IDS_APP_SHORTCUTS_SUBDIR_NAME" desc="Name for the Chrome Ap
ps Start Menu folder name."> |
| 883 Chrome Apps |
| 884 </message> |
| 885 |
881 <!-- Chrome OS OOBE Terms of Service screen--> | 886 <!-- Chrome OS OOBE Terms of Service screen--> |
882 <if expr="pp_ifdef('chromeos')"> | 887 <if expr="pp_ifdef('chromeos')"> |
883 <message name="IDS_TERMS_OF_SERVICE_SCREEN_SUBHEADING" desc="Subheading
at the top of the Terms of Service screen."> | 888 <message name="IDS_TERMS_OF_SERVICE_SCREEN_SUBHEADING" desc="Subheading
at the top of the Terms of Service screen."> |
884 <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 Google Chrome OS Terms. | 889 <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 Google Chrome OS Terms. |
885 </message> | 890 </message> |
886 </if> | 891 </if> |
887 </messages> | 892 </messages> |
888 </release> | 893 </release> |
889 </grit> | 894 </grit> |
OLD | NEW |