Chromium Code Reviews| 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 <!-- Policy Indicators --> | 4 <!-- Policy Indicators --> |
| 5 <message name="IDS_SETTINGS_CONTROLLED_SETTING_EXTENSION" desc="Text displayed in the controlled settings indicator tooltip when a setting's value is enforced by an extension."> | 5 <message name="IDS_SETTINGS_CONTROLLED_SETTING_EXTENSION" desc="Text displayed in the controlled settings indicator tooltip when a setting's value is enforced by an extension."> |
| 6 This setting is controlled by extension <ph name="NAME">$1<ex>Settings Exten sion</ex></ph> | 6 This setting is controlled by extension <ph name="NAME">$1<ex>Settings Exten sion</ex></ph> |
| 7 </message> | 7 </message> |
| 8 | 8 |
| 9 <if expr="chromeos"> | 9 <if expr="chromeos"> |
| 10 <!-- Accessibility Page --> | 10 <!-- Accessibility Page --> |
| (...skipping 453 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 464 </message> | 464 </message> |
| 465 <message name="IDS_SETTINGS_SEARCH_ENGINES_ADD_SEARCH_ENGINE" desc="Title for a dialog that allows adding a new search engine."> | 465 <message name="IDS_SETTINGS_SEARCH_ENGINES_ADD_SEARCH_ENGINE" desc="Title for a dialog that allows adding a new search engine."> |
| 466 Add search engine | 466 Add search engine |
| 467 </message> | 467 </message> |
| 468 <message name="IDS_SETTINGS_SEARCH_ENGINES_EDIT_SEARCH_ENGINE" desc="Title for a dialog that allows editing an existing search engine."> | 468 <message name="IDS_SETTINGS_SEARCH_ENGINES_EDIT_SEARCH_ENGINE" desc="Title for a dialog that allows editing an existing search engine."> |
| 469 Edit search engine | 469 Edit search engine |
| 470 </message> | 470 </message> |
| 471 <message name="IDS_SETTINGS_SEARCH_ENGINES_NOT_VALID" desc="Text indicating th at the input to a given text field in the add/edit search engine dialog is not i nvalid."> | 471 <message name="IDS_SETTINGS_SEARCH_ENGINES_NOT_VALID" desc="Text indicating th at the input to a given text field in the add/edit search engine dialog is not i nvalid."> |
| 472 Not valid | 472 Not valid |
| 473 </message> | 473 </message> |
| 474 <message name="IDS_SETTINGS_SEARCH_ENGINES_DEFAULT_ENGINES" desc="Label for 'd efault' Search Engines section"> | |
|
Dan Beam
2016/02/23 02:45:12
"Title of 'default' Search Engines section" sounds
dpapad
2016/02/23 21:27:04
Ack.
| |
| 475 Default search engines | |
| 476 </message> | |
| 474 <message name="IDS_SETTINGS_SEARCH_ENGINES_OTHER_ENGINES" desc="Label for 'oth er' Search Engines section"> | 477 <message name="IDS_SETTINGS_SEARCH_ENGINES_OTHER_ENGINES" desc="Label for 'oth er' Search Engines section"> |
| 475 Other search engines | 478 Other search engines |
| 476 </message> | 479 </message> |
| 477 <message name="IDS_SETTINGS_SEARCH_ENGINES_SEARCH_ENGINE" desc="Label for a ta ble column that holds the name of a search engine"> | 480 <message name="IDS_SETTINGS_SEARCH_ENGINES_SEARCH_ENGINE" desc="Label for a ta ble column that holds the name of a search engine"> |
| 478 Search engine | 481 Search engine |
| 479 </message> | 482 </message> |
| 480 <message name="IDS_SETTINGS_SEARCH_ENGINES_KEYWORD" desc="Label for Keyword co lumn header for a search engine"> | 483 <message name="IDS_SETTINGS_SEARCH_ENGINES_KEYWORD" desc="Label for Keyword co lumn header for a search engine"> |
| 481 Keyword | 484 Keyword |
| 482 </message> | 485 </message> |
| 483 <message name="IDS_SETTINGS_SEARCH_ENGINES_QUERY_URL" desc="Label for Query UR L column header for a search engine"> | 486 <message name="IDS_SETTINGS_SEARCH_ENGINES_QUERY_URL" desc="Label for Query UR L column header for a search engine"> |
| (...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 892 </message> | 895 </message> |
| 893 <message name="IDS_SETTINGS_TRADITIONAL_SCROLL_LABEL" desc="In Device Settin gs, the text next to the radio button that enables traditional scrolling."> | 896 <message name="IDS_SETTINGS_TRADITIONAL_SCROLL_LABEL" desc="In Device Settin gs, the text next to the radio button that enables traditional scrolling."> |
| 894 Traditional | 897 Traditional |
| 895 </message> | 898 </message> |
| 896 <!-- Keyboard --> | 899 <!-- Keyboard --> |
| 897 <message name="IDS_SETTINGS_KEYBOARD_TITLE" desc="In Device Settings, the ti tle for keyboard settings."> | 900 <message name="IDS_SETTINGS_KEYBOARD_TITLE" desc="In Device Settings, the ti tle for keyboard settings."> |
| 898 Keyboard settings | 901 Keyboard settings |
| 899 </message> | 902 </message> |
| 900 </if> | 903 </if> |
| 901 </grit-part> | 904 </grit-part> |
| OLD | NEW |