OLD | NEW |
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <!-- Settings-specific Chromium strings (included from chromium_strings.grd). --
> | 2 <!-- Settings-specific Chromium strings (included from chromium_strings.grd). --
> |
3 <grit-part> | 3 <grit-part> |
4 <!-- About Page --> | 4 <!-- About Page --> |
5 <if expr="not chromeos"> | 5 <if expr="not chromeos"> |
6 <message name="IDS_SETTINGS_ABOUT_PROGRAM" desc="Menu title for the About Ch
romium page."> | 6 <message name="IDS_SETTINGS_ABOUT_PROGRAM" desc="Menu title for the About Ch
romium page."> |
7 About Chromium | 7 About Chromium |
8 </message> | 8 </message> |
9 <message name="IDS_SETTINGS_GET_HELP_USING_CHROME" desc="Text of the button
which takes the user to the Chrome help page."> | 9 <message name="IDS_SETTINGS_GET_HELP_USING_CHROME" desc="Text of the button
which takes the user to the Chrome help page."> |
10 Get help with Chromium | 10 Get help with Chromium |
(...skipping 10 matching lines...) Expand all Loading... |
21 </if> | 21 </if> |
22 <if expr="chromeos"> | 22 <if expr="chromeos"> |
23 <message name="IDS_SETTINGS_ABOUT_PROGRAM" desc="Menu title for the About Ch
romium page."> | 23 <message name="IDS_SETTINGS_ABOUT_PROGRAM" desc="Menu title for the About Ch
romium page."> |
24 About Chromium OS | 24 About Chromium OS |
25 </message> | 25 </message> |
26 <message name="IDS_SETTINGS_GET_HELP_USING_CHROME" desc="Text of the button
which takes the user to the Chrome help page."> | 26 <message name="IDS_SETTINGS_GET_HELP_USING_CHROME" desc="Text of the button
which takes the user to the Chrome help page."> |
27 Get help with Chromium OS | 27 Get help with Chromium OS |
28 </message> | 28 </message> |
29 </if> | 29 </if> |
30 | 30 |
| 31 <!-- Autofill Page --> |
| 32 <message name="IDS_SETTINGS_GOOGLE_PAYMENTS_CACHED" desc="Label that will be u
sed to show that a credit card comes from Google Payments and is saved locally.
This should follow the casing of the 'Google Payments' and 'Chrome' brands."> |
| 33 Google Payments (copied to Chromium) |
| 34 </message> |
| 35 |
31 <!-- Default Browser Page --> | 36 <!-- Default Browser Page --> |
32 <if expr="not chromeos"> | 37 <if expr="not chromeos"> |
33 <message name="IDS_SETTINGS_DEFAULT_BROWSER_DEFAULT" desc="The text displaye
d when Chrome is not the default browser"> | 38 <message name="IDS_SETTINGS_DEFAULT_BROWSER_DEFAULT" desc="The text displaye
d when Chrome is not the default browser"> |
34 Chromium is your default browser. Yay! | 39 Chromium is your default browser. Yay! |
35 </message> | 40 </message> |
36 <message name="IDS_SETTINGS_DEFAULT_BROWSER_MAKE_DEFAULT" desc="Default brow
ser checkbox label"> | 41 <message name="IDS_SETTINGS_DEFAULT_BROWSER_MAKE_DEFAULT" desc="Default brow
ser checkbox label"> |
37 Make Chromium the default browser | 42 Make Chromium the default browser |
38 </message> | 43 </message> |
39 <message name="IDS_SETTINGS_DEFAULT_BROWSER_UNKNOWN" desc="The text displaye
d when Chrome cannot determine or set the default browser"> | 44 <message name="IDS_SETTINGS_DEFAULT_BROWSER_UNKNOWN" desc="The text displaye
d when Chrome cannot determine or set the default browser"> |
40 Chromium cannot determine or set the default browser. | 45 Chromium cannot determine or set the default browser. |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
92 <message name="IDS_SETTINGS_SYSTEM_BACKGROUND_APPS_LABEL" desc="Label for th
e checkbox to allow apps to run in the background, when Chrome is closed."> | 97 <message name="IDS_SETTINGS_SYSTEM_BACKGROUND_APPS_LABEL" desc="Label for th
e checkbox to allow apps to run in the background, when Chrome is closed."> |
93 Continue running background apps when Chromium is closed | 98 Continue running background apps when Chromium is closed |
94 </message> | 99 </message> |
95 </if> | 100 </if> |
96 | 101 |
97 <!-- Reset Page --> | 102 <!-- Reset Page --> |
98 <message name="IDS_SETTINGS_RESET_PROFILE_FEEDBACK" desc="Feedback label in th
e Reset Profile Settings dialog"> | 103 <message name="IDS_SETTINGS_RESET_PROFILE_FEEDBACK" desc="Feedback label in th
e Reset Profile Settings dialog"> |
99 Help make Chromium better by reporting the current settings. | 104 Help make Chromium better by reporting the current settings. |
100 </message> | 105 </message> |
101 </grit-part> | 106 </grit-part> |
OLD | NEW |