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 <!-- 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 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 255 <message name="IDS_SETTINGS_PASSWORDS_WEBSITE" desc="Label for the website a p assword is for when editing a password."> | 255 <message name="IDS_SETTINGS_PASSWORDS_WEBSITE" desc="Label for the website a p assword is for when editing a password."> |
| 256 Website | 256 Website |
| 257 </message> | 257 </message> |
| 258 <message name="IDS_SETTINGS_PASSWORDS_USERNAME" desc="Label for the saved user name when editing a password."> | 258 <message name="IDS_SETTINGS_PASSWORDS_USERNAME" desc="Label for the saved user name when editing a password."> |
| 259 Username | 259 Username |
| 260 </message> | 260 </message> |
| 261 <message name="IDS_SETTINGS_PASSWORDS_PASSWORD" desc="Label for the saved pass word when editing a password."> | 261 <message name="IDS_SETTINGS_PASSWORDS_PASSWORD" desc="Label for the saved pass word when editing a password."> |
| 262 Password | 262 Password |
| 263 </message> | 263 </message> |
| 264 <message name="IDS_SETTINGS_PASSWORDS_MANAGE_PASSWORDS" desc="Shown in the pas swords section of settings. Descriptive text to inform that passwords can be acc essed online. Has a link."> | 264 <message name="IDS_SETTINGS_PASSWORDS_MANAGE_PASSWORDS" desc="Shown in the pas swords section of settings. Descriptive text to inform that passwords can be acc essed online. Has a link."> |
| 265 Access your passwords from any device at <ph name="BEGIN_LINK"><a is="act ion-link" href="$1" target="_blank"></ph>passwords.google.com<ph name="END_LI NK"></a></ph> | 265 Access your passwords from any device at <ph name="BEGIN_LINK"><a is="act ion-link" href="$1" target="_blank"></ph>passwords.google.com<ph name="END_LI NK"></a></ph>. |
|
Dan Beam
2016/05/26 19:03:11
because this didn't have a period at the end until
hcarmona
2016/05/26 19:29:00
Sounds good. Updated.
| |
| 266 </message> | 266 </message> |
| 267 | 267 |
| 268 <if expr="is_macosx"> | |
| 269 <message name="IDS_SETTINGS_PASSWORDS_MAC_WARNING" desc="Text on the page co ntaining a list of passwords to let users know that chrome will sync passwords t o the OS's Keychain, so their passwords will be synced to other chrome accounts. "> | |
| 270 On Mac, passwords may be saved to your Keycahin and accessed or synced by other Chrome users sharing this OS X account. | |
|
Dan Beam
2016/05/26 18:57:28
Keychain
hcarmona
2016/05/26 19:29:00
Done.
| |
| 271 </message> | |
| 272 </if> | |
| 273 | |
| 268 <!-- Default Browser Page --> | 274 <!-- Default Browser Page --> |
| 269 <if expr="not chromeos"> | 275 <if expr="not chromeos"> |
| 270 <message name="IDS_SETTINGS_DEFAULT_BROWSER" desc="Name of the Default Brows er page, which allows users to set which browser will open .html files within th e OS."> | 276 <message name="IDS_SETTINGS_DEFAULT_BROWSER" desc="Name of the Default Brows er page, which allows users to set which browser will open .html files within th e OS."> |
| 271 Default browser | 277 Default browser |
| 272 </message> | 278 </message> |
| 273 </if> | 279 </if> |
| 274 | 280 |
| 275 <!-- Bluetooth Page --> | 281 <!-- Bluetooth Page --> |
| 276 <if expr="chromeos"> | 282 <if expr="chromeos"> |
| 277 <message name="IDS_SETTINGS_BLUETOOTH" desc="Name of the settings page which displays bluetooth device settings."> | 283 <message name="IDS_SETTINGS_BLUETOOTH" desc="Name of the settings page which displays bluetooth device settings."> |
| (...skipping 1099 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1377 System | 1383 System |
| 1378 </message> | 1384 </message> |
| 1379 <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."> | 1385 <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."> |
| 1380 Use hardware acceleration when available | 1386 Use hardware acceleration when available |
| 1381 </message> | 1387 </message> |
| 1382 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> | 1388 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> |
| 1383 Change proxy settings | 1389 Change proxy settings |
| 1384 </message> | 1390 </message> |
| 1385 </if> | 1391 </if> |
| 1386 </grit-part> | 1392 </grit-part> |
| OLD | NEW |