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

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

Issue 2195003002: Improve i18n descriptions based on clarifications requested. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 | « chrome/app/settings_google_chrome_strings.grdp ('k') | 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_DETAILED_BUILD_INFO" desc="Label desc ribing the section that shows detailed information about the current Chrome buil d."> 6 <message name="IDS_SETTINGS_ABOUT_PAGE_DETAILED_BUILD_INFO" desc="Label desc ribing the section that shows detailed information about the current Chrome buil d.">
7 Detailed build information 7 Detailed build information
8 </message> 8 </message>
9 <message name="IDS_SETTINGS_ABOUT_PAGE_ARC_VERSION" desc="Label for ARC vers ion"> 9 <message name="IDS_SETTINGS_ABOUT_PAGE_ARC_VERSION" desc="Label for ARC vers ion">
10 ARC Version 10 ARC Version
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 Website 342 Website
343 </message> 343 </message>
344 <message name="IDS_SETTINGS_PASSWORDS_USERNAME" desc="Label for the saved user name when editing a password."> 344 <message name="IDS_SETTINGS_PASSWORDS_USERNAME" desc="Label for the saved user name when editing a password.">
345 Username 345 Username
346 </message> 346 </message>
347 <message name="IDS_SETTINGS_PASSWORDS_PASSWORD" desc="Label for the saved pass word when editing a password."> 347 <message name="IDS_SETTINGS_PASSWORDS_PASSWORD" desc="Label for the saved pass word when editing a password.">
348 Password 348 Password
349 </message> 349 </message>
350 <if expr="is_macosx"> 350 <if expr="is_macosx">
351 <then> 351 <then>
352 <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."> 352 <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. 'Keychain' is the name of a program on Mac and should not be translated. ">
353 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. 353 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.
354 </message> 354 </message>
355 </then> 355 </then>
356 <else> 356 <else>
357 <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."> 357 <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.">
358 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> 358 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>
359 </message> 359 </message>
360 </else> 360 </else>
361 </if> 361 </if>
362 362
(...skipping 1430 matching lines...) Expand 10 before | Expand all | Expand 10 after
1793 System 1793 System
1794 </message> 1794 </message>
1795 <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."> 1795 <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.">
1796 Use hardware acceleration when available 1796 Use hardware acceleration when available
1797 </message> 1797 </message>
1798 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 1798 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings.">
1799 Change proxy settings 1799 Change proxy settings
1800 </message> 1800 </message>
1801 </if> 1801 </if>
1802 </grit-part> 1802 </grit-part>
OLDNEW
« no previous file with comments | « chrome/app/settings_google_chrome_strings.grdp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698