Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(860)

Side by Side Diff: chrome/app/settings_strings.grdp

Issue 2013963003: Add the Mac OSX Keychain message to the Passwords Page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Simplify Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 </message> 254 </message>
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 <if expr="is_macosx">
265 Access your passwords from any device at <ph name="BEGIN_LINK">&lt;a is="act ion-link" href="$1" target="_blank"&gt;</ph>passwords.google.com<ph name="END_LI NK">&lt;/a&gt;</ph> 265 <then>
266 </message> 266 <message name="IDS_SETTINGS_PASSWORDS_MANAGE_PASSWORDS" desc="Shown in the passwords section of settings. Descriptive text to inform that passwords can be accessed online. Has a link. Also notifies mac users that chrome will sync pass words to the OS's Keychain, so their passwords will be synced to other chrome pr ofiles.">
267 Access your passwords from any device at <ph name="BEGIN_LINK">&lt;a is= "action-link" href="$1" target="_blank"&gt;</ph>passwords.google.com<ph name="EN D_LINK">&lt;/a&gt;</ph>. On Mac, passwords may be saved to your Keychain and acc essed or synced by other Chrome users sharing this OS X account.
268 </message>
269 </then>
270 <else>
271 <message name="IDS_SETTINGS_PASSWORDS_MANAGE_PASSWORDS" desc="Shown in the passwords section of settings. Descriptive text to inform that passwords can be accessed online. Has a link.">
272 Access your passwords from any device at <ph name="BEGIN_LINK">&lt;a is= "action-link" href="$1" target="_blank"&gt;</ph>passwords.google.com<ph name="EN D_LINK">&lt;/a&gt;</ph>
273 </message>
274 </else>
275 </if>
267 276
268 <!-- Default Browser Page --> 277 <!-- Default Browser Page -->
269 <if expr="not chromeos"> 278 <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."> 279 <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 280 Default browser
272 </message> 281 </message>
273 </if> 282 </if>
274 283
275 <!-- Bluetooth Page --> 284 <!-- Bluetooth Page -->
276 <if expr="chromeos"> 285 <if expr="chromeos">
(...skipping 1100 matching lines...) Expand 10 before | Expand all | Expand 10 after
1377 System 1386 System
1378 </message> 1387 </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."> 1388 <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 1389 Use hardware acceleration when available
1381 </message> 1390 </message>
1382 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 1391 <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 1392 Change proxy settings
1384 </message> 1393 </message>
1385 </if> 1394 </if>
1386 </grit-part> 1395 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698