OLD | NEW |
---|---|
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <!-- Settings-specific strings (included from generated_resources.grd). --> | 2 <!-- Settings-specific strings (included from generated_resources.grd). --> |
3 <grit-part> | 3 <grit-part> |
4 <!-- About Page --> | 4 <!-- About Page --> |
5 <if expr="chromeos"> | 5 <if expr="chromeos"> |
6 <message name="IDS_SETTINGS_ABOUT_PAGE_CHECK_FOR_UPDATES" desc="The button l abel to check for updates and apply (download and install) if found"> | 6 <message name="IDS_SETTINGS_ABOUT_PAGE_CHECK_FOR_UPDATES" desc="The button l abel to check for updates and apply (download and install) if found"> |
7 Check for updates | 7 Check for updates |
8 </message> | 8 </message> |
9 <message name="IDS_SETTINGS_ABOUT_PAGE_CURRENT_CHANNEL_STABLE" desc="The sta ble label in the message about current channel."> | 9 <message name="IDS_SETTINGS_ABOUT_PAGE_CURRENT_CHANNEL_STABLE" desc="The sta ble label in the message about current channel."> |
10 stable | 10 stable |
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
217 </message> | 217 </message> |
218 <message name="IDS_SETTINGS_PASSWORDS_AND_AUTOFILL_PAGE_TITLE" desc="Name of t he settings page which allows managing passwords and autofill settings."> | 218 <message name="IDS_SETTINGS_PASSWORDS_AND_AUTOFILL_PAGE_TITLE" desc="Name of t he settings page which allows managing passwords and autofill settings."> |
219 Passwords and forms | 219 Passwords and forms |
220 </message> | 220 </message> |
221 <message name="IDS_SETTINGS_AUTOFILL" desc="Name for the autofill section and toggle."> | 221 <message name="IDS_SETTINGS_AUTOFILL" desc="Name for the autofill section and toggle."> |
222 Autofill settings | 222 Autofill settings |
223 </message> | 223 </message> |
224 <message name="IDS_SETTINGS_GOOGLE_PAYMENTS" desc="Label used to differentiate when an address or credit card entry comes from Google Payments. This should fo llow the casing of the 'Google Payments' brand."> | 224 <message name="IDS_SETTINGS_GOOGLE_PAYMENTS" desc="Label used to differentiate when an address or credit card entry comes from Google Payments. This should fo llow the casing of the 'Google Payments' brand."> |
225 Google Payments | 225 Google Payments |
226 </message> | 226 </message> |
227 <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."> | |
228 Google Payments (copied to Chrome) | |
tommycli
2016/06/29 22:59:34
What's the plan for when the user is on Chromium?
hcarmona
2016/06/30 00:58:59
Done.
| |
229 </message> | |
227 <message name="IDS_SETTINGS_AUTOFILL_ADDRESSES_HEADING" desc="Title for the li st of addresses that chrome has saved for use in filling in forms."> | 230 <message name="IDS_SETTINGS_AUTOFILL_ADDRESSES_HEADING" desc="Title for the li st of addresses that chrome has saved for use in filling in forms."> |
228 Addresses | 231 Addresses |
229 </message> | 232 </message> |
230 <message name="IDS_SETTINGS_AUTOFILL_ADD_ADDRESS_BUTTON" desc="Label for a but ton that allows a user to enter a new address that can be used to fill in forms. "> | 233 <message name="IDS_SETTINGS_AUTOFILL_ADD_ADDRESS_BUTTON" desc="Label for a but ton that allows a user to enter a new address that can be used to fill in forms. "> |
231 Add address | 234 Add address |
232 </message> | 235 </message> |
233 <message name="IDS_SETTINGS_AUTOFILL_CREDIT_CARD_HEADING" desc="Title for the list of saved passwords that can be used to fill in forms."> | 236 <message name="IDS_SETTINGS_AUTOFILL_CREDIT_CARD_HEADING" desc="Title for the list of saved passwords that can be used to fill in forms."> |
234 Credit cards | 237 Credit cards |
235 </message> | 238 </message> |
236 <message name="IDS_SETTINGS_AUTOFILL_ADD_CREDIT_CARD_BUTTON" desc="Label for a button that allows a user to enter new credit card information that can be used to fill in forms."> | 239 <message name="IDS_SETTINGS_AUTOFILL_ADD_CREDIT_CARD_BUTTON" desc="Label for a button that allows a user to enter new credit card information that can be used to fill in forms."> |
(...skipping 1393 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1630 System | 1633 System |
1631 </message> | 1634 </message> |
1632 <message name="IDS_SETTINGS_SYSTEM_HARDWARE_ACCELERATION_LABEL" desc="Label for the checkbox that forces Chrome to render via hardware acceleration (GPU) wh en available."> | 1635 <message name="IDS_SETTINGS_SYSTEM_HARDWARE_ACCELERATION_LABEL" desc="Label for the checkbox that forces Chrome to render via hardware acceleration (GPU) wh en available."> |
1633 Use hardware acceleration when available | 1636 Use hardware acceleration when available |
1634 </message> | 1637 </message> |
1635 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> | 1638 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> |
1636 Change proxy settings | 1639 Change proxy settings |
1637 </message> | 1640 </message> |
1638 </if> | 1641 </if> |
1639 </grit-part> | 1642 </grit-part> |
OLD | NEW |