OLD | NEW |
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <!-- Settings-specific Google Chrome strings (included from google_chrome_string
s.grd). --> | 2 <!-- Settings-specific Google Chrome strings (included from google_chrome_string
s.grd). --> |
3 <grit-part> | 3 <grit-part> |
| 4 <!-- Privacy Page --> |
| 5 <message name="IDS_SETTINGS_IMPROVE_BROWSING_EXPERIENCE" desc="The text in the
options panel that describes how we use web services to improve browsing experi
ence."> |
| 6 Google Chrome may use <ph name="BEGIN_LINK"><a target="_blank" href="$1"&
gt;</ph>web services<ph name="END_LINK"></a><ex></a></ex></ph> to im
prove your browsing experience. You may optionally disable these services at any
time. |
| 7 </message> |
| 8 |
4 <!-- Sync Page --> | 9 <!-- Sync Page --> |
5 <message name="IDS_SETTINGS_SYNC_DATA_ENCRYPTED_TEXT" desc="Text alerting the
user that synced data is encrypted."> | 10 <message name="IDS_SETTINGS_SYNC_DATA_ENCRYPTED_TEXT" desc="Text alerting the
user that synced data is encrypted."> |
6 For added security, Google Chrome will encrypt your data. | 11 For added security, Google Chrome will encrypt your data. |
7 </message> | 12 </message> |
8 </grit-part> | 13 </grit-part> |
OLD | NEW |