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 863 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
874 </message> | 874 </message> |
875 | 875 |
876 <!-- App shortcuts --> | 876 <!-- App shortcuts --> |
877 <message name="IDS_APP_SHORTCUTS_SUBDIR_NAME" desc="Name for the Chrome Ap
ps Start Menu folder name."> | 877 <message name="IDS_APP_SHORTCUTS_SUBDIR_NAME" desc="Name for the Chrome Ap
ps Start Menu folder name."> |
878 Chrome Apps | 878 Chrome Apps |
879 </message> | 879 </message> |
880 <message name="IDS_APP_SHORTCUTS_SUBDIR_NAME_CANARY" desc="Name for the Ch
rome Apps Start Menu folder name for the Canary channel."> | 880 <message name="IDS_APP_SHORTCUTS_SUBDIR_NAME_CANARY" desc="Name for the Ch
rome Apps Start Menu folder name for the Canary channel."> |
881 Chrome Canary Apps | 881 Chrome Canary Apps |
882 </message> | 882 </message> |
883 | 883 |
| 884 <!-- Chrome Conflicts bubble --> |
| 885 <if expr="is_win"> |
| 886 <message name="IDS_OPTIONS_CONFLICTING_MODULE" desc="Shown in a bubble w
hen a conflict has been detected."> |
| 887 Software running on your computer is incompatible with Google Chrome. |
| 888 </message> |
| 889 </if> |
| 890 |
884 <!-- Chrome OS OOBE Terms of Service screen--> | 891 <!-- Chrome OS OOBE Terms of Service screen--> |
885 <if expr="pp_ifdef('chromeos')"> | 892 <if expr="pp_ifdef('chromeos')"> |
886 <message name="IDS_TERMS_OF_SERVICE_SCREEN_SUBHEADING" desc="Subheading
at the top of the Terms of Service screen."> | 893 <message name="IDS_TERMS_OF_SERVICE_SCREEN_SUBHEADING" desc="Subheading
at the top of the Terms of Service screen."> |
887 <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. | 894 <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. |
888 </message> | 895 </message> |
889 </if> | 896 </if> |
890 </messages> | 897 </messages> |
891 </release> | 898 </release> |
892 </grit> | 899 </grit> |
OLD | NEW |