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

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

Issue 2697223004: MD Settings: Unify multiple copies of the "edit" string to a single IDS_SETTINGS_EDIT. (Closed)
Patch Set: Created 3 years, 10 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 | chrome/browser/resources/settings/certificate_manager_page/certificate_subentry.html » ('j') | 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 <!-- Main Page --> 4 <!-- Main Page -->
5 <if expr="chromeos"> 5 <if expr="chromeos">
6 <message name="IDS_SETTINGS_SECONDARY_USER_BANNER" desc="Banner displayed in settings page when the user is secondary in a multi-profile session."> 6 <message name="IDS_SETTINGS_SECONDARY_USER_BANNER" desc="Banner displayed in settings page when the user is secondary in a multi-profile session.">
7 Some settings belonging to <ph name="PRIMARY_EMAIL">$1<ex>john@google.com< /ex></ph> are being shared with you. These settings only affect your account whe n using multiple sign-in. 7 Some settings belonging to <ph name="PRIMARY_EMAIL">$1<ex>john@google.com< /ex></ph> are being shared with you. These settings only affect your account whe n using multiple sign-in.
8 </message> 8 </message>
9 </if> 9 </if>
10 10
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 </message> 304 </message>
305 </if> 305 </if>
306 <if expr="chromeos"> 306 <if expr="chromeos">
307 <message name="IDS_SETTINGS_RESTART" desc="Text for a button that will resta rt ChromeOS."> 307 <message name="IDS_SETTINGS_RESTART" desc="Text for a button that will resta rt ChromeOS.">
308 Restart 308 Restart
309 </message> 309 </message>
310 </if> 310 </if>
311 <message name="IDS_SETTINGS_CONTROLLED_BY_EXTENSION" desc="Label text of an in dicator that a setting's value is being controlled by an extension."> 311 <message name="IDS_SETTINGS_CONTROLLED_BY_EXTENSION" desc="Label text of an in dicator that a setting's value is being controlled by an extension.">
312 <ph name="NAME">$1<ex>Adblocker plusplus</ex></ph> is controlling this setti ng 312 <ph name="NAME">$1<ex>Adblocker plusplus</ex></ph> is controlling this setti ng
313 </message> 313 </message>
314 <message name="IDS_SETTINGS_EDIT" desc="Label used on a menu item or button, u sed in different contexts to edit an item.">
315 Edit
316 </message>
314 317
315 <!-- Passwords and Autofill Page --> 318 <!-- Passwords and Autofill Page -->
316 <message name="IDS_SETTINGS_OVERFLOW_MENU" desc="Alt text for the overflow but ton on a list item. Triggers a context menu when clicked."> 319 <message name="IDS_SETTINGS_OVERFLOW_MENU" desc="Alt text for the overflow but ton on a list item. Triggers a context menu when clicked.">
317 Menu 320 Menu
318 </message> 321 </message>
319 <message name="IDS_SETTINGS_PASSWORDS_AND_AUTOFILL_PAGE_TITLE" desc="Name of t he settings page which allows managing passwords and autofill settings."> 322 <message name="IDS_SETTINGS_PASSWORDS_AND_AUTOFILL_PAGE_TITLE" desc="Name of t he settings page which allows managing passwords and autofill settings.">
320 Passwords and forms 323 Passwords and forms
321 </message> 324 </message>
322 <message name="IDS_SETTINGS_AUTOFILL" desc="Name for the autofill section and toggle."> 325 <message name="IDS_SETTINGS_AUTOFILL" desc="Name for the autofill section and toggle.">
323 Autofill settings 326 Autofill settings
(...skipping 21 matching lines...) Expand all
345 </message> 348 </message>
346 <message name="IDS_SETTINGS_AUTOFILL_CREDIT_CARD_HEADING" desc="Title for the list of saved passwords that can be used to fill in forms."> 349 <message name="IDS_SETTINGS_AUTOFILL_CREDIT_CARD_HEADING" desc="Title for the list of saved passwords that can be used to fill in forms.">
347 Credit cards 350 Credit cards
348 </message> 351 </message>
349 <message name="IDS_SETTINGS_AUTOFILL_CREDIT_CARD_TYPE_COLUMN_LABEL" desc="Labe l for the column containing the type of credit card that is saved. The type is i n the format: `Visa ****1234`."> 352 <message name="IDS_SETTINGS_AUTOFILL_CREDIT_CARD_TYPE_COLUMN_LABEL" desc="Labe l for the column containing the type of credit card that is saved. The type is i n the format: `Visa ****1234`.">
350 Type 353 Type
351 </message> 354 </message>
352 <message name="IDS_SETTINGS_AUTOFILL_DETAIL" desc="Description of what togglin g the 'Autofill' setting does. Immediately underneath IDS_SETTINGS_AUTOFILL"> 355 <message name="IDS_SETTINGS_AUTOFILL_DETAIL" desc="Description of what togglin g the 'Autofill' setting does. Immediately underneath IDS_SETTINGS_AUTOFILL">
353 Enable Autofill to fill out forms in a single click 356 Enable Autofill to fill out forms in a single click
354 </message> 357 </message>
355 <message name="IDS_SETTINGS_ADDRESS_EDIT" desc="Label for a context menu item that shows a dialog with edit options for the selected address." meaning="Edit s elected address.">
356 Edit
357 </message>
358 <message name="IDS_SETTINGS_ADDRESS_REMOVE" desc="Label for a context menu ite m that removes the selected address." meaning="Remove selected address."> 358 <message name="IDS_SETTINGS_ADDRESS_REMOVE" desc="Label for a context menu ite m that removes the selected address." meaning="Remove selected address.">
359 Remove 359 Remove
360 </message> 360 </message>
361 <message name="IDS_SETTINGS_CREDIT_CARD_EDIT" desc="Label for a context menu i tem that shows a dialog with edit options for the selected credit card." meaning ="Edit selected credit card.">
362 Edit
363 </message>
364 <message name="IDS_SETTINGS_CREDIT_CARD_REMOVE" desc="Label for a context menu item that removes the selected credit card." meaning="Remove selected credit ca rd."> 361 <message name="IDS_SETTINGS_CREDIT_CARD_REMOVE" desc="Label for a context menu item that removes the selected credit card." meaning="Remove selected credit ca rd.">
365 Remove 362 Remove
366 </message> 363 </message>
367 <message name="IDS_SETTINGS_CREDIT_CARD_CLEAR" desc="Label for a context menu item clears the locally cached credit card that is also saved on Google Payments . Clicking this will NOT remove the credit card from Google Payments."> 364 <message name="IDS_SETTINGS_CREDIT_CARD_CLEAR" desc="Label for a context menu item clears the locally cached credit card that is also saved on Google Payments . Clicking this will NOT remove the credit card from Google Payments.">
368 Clear copy 365 Clear copy
369 </message> 366 </message>
370 <message name="IDS_SETTINGS_EDIT_CREDIT_CARD_TITLE" desc="The title for the di alog that's shown when editing a credit card."> 367 <message name="IDS_SETTINGS_EDIT_CREDIT_CARD_TITLE" desc="The title for the di alog that's shown when editing a credit card.">
371 Edit credit card 368 Edit credit card
372 </message> 369 </message>
373 <message name="IDS_SETTINGS_ADD_CREDIT_CARD_TITLE" desc="The title for the dia log that's shown when entering the information for a new credit card."> 370 <message name="IDS_SETTINGS_ADD_CREDIT_CARD_TITLE" desc="The title for the dia log that's shown when entering the information for a new credit card.">
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
617 </message> 614 </message>
618 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_AUTHORITIES" desc="Label for the authorities tab in certificate manager."> 615 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_AUTHORITIES" desc="Label for the authorities tab in certificate manager.">
619 Authorities 616 Authorities
620 </message> 617 </message>
621 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_AUTHORITIES_DESCRIPTION" des c="Label for authorities subtitle tab in certificate manager."> 618 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_AUTHORITIES_DESCRIPTION" des c="Label for authorities subtitle tab in certificate manager.">
622 You have certificates on file that identify these certificate authorities 619 You have certificates on file that identify these certificate authorities
623 </message> 620 </message>
624 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_VIEW" desc="Label for view b utton in certificate manager."> 621 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_VIEW" desc="Label for view b utton in certificate manager.">
625 View 622 View
626 </message> 623 </message>
627 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_EDIT" desc="Label for the bu tton in the certificate manager which allows you to edit certificate trust">
628 Edit
629 </message>
630 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_IMPORT" desc="Label for impo rt button in certificate manager."> 624 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_IMPORT" desc="Label for impo rt button in certificate manager.">
631 Import 625 Import
632 </message> 626 </message>
633 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_IMPORT_AND_BIND" desc="Label for import and bind button in certificate manager."> 627 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_IMPORT_AND_BIND" desc="Label for import and bind button in certificate manager.">
634 Import and Bind 628 Import and Bind
635 </message> 629 </message>
636 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_EXPORT" desc="Label for expo rt button in certificate manager."> 630 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_EXPORT" desc="Label for expo rt button in certificate manager.">
637 Export 631 Export
638 </message> 632 </message>
639 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_DELETE" desc="Label for dele te button in certificate manager."> 633 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_DELETE" desc="Label for dele te button in certificate manager.">
(...skipping 791 matching lines...) Expand 10 before | Expand all | Expand 10 after
1431 </message> 1425 </message>
1432 <message name="IDS_SETTINGS_ON_STARTUP_EDIT_PAGE" desc="Title of the dialog th at allows the user to edit an existing startup page."> 1426 <message name="IDS_SETTINGS_ON_STARTUP_EDIT_PAGE" desc="Title of the dialog th at allows the user to edit an existing startup page.">
1433 Edit page 1427 Edit page
1434 </message> 1428 </message>
1435 <message name="IDS_SETTINGS_ON_STARTUP_SITE_URL" desc="Prompt to add a new pag e."> 1429 <message name="IDS_SETTINGS_ON_STARTUP_SITE_URL" desc="Prompt to add a new pag e.">
1436 Site URL 1430 Site URL
1437 </message> 1431 </message>
1438 <message name="IDS_SETTINGS_ON_STARTUP_REMOVE" desc="Text displayed on a menu button allowing the user to remove a URL from the list of startup URLs."> 1432 <message name="IDS_SETTINGS_ON_STARTUP_REMOVE" desc="Text displayed on a menu button allowing the user to remove a URL from the list of startup URLs.">
1439 Remove 1433 Remove
1440 </message> 1434 </message>
1441 <message name="IDS_SETTINGS_ON_STARTUP_EDIT" desc="Text displayed on a menu bu tton allowing the user to edit a URL from the list of startup URLs.">
1442 Edit
1443 </message>
1444 1435
1445 <!-- Languages Page --> 1436 <!-- Languages Page -->
1446 <if expr="chromeos"> 1437 <if expr="chromeos">
1447 <message name="IDS_SETTINGS_LANGUAGES_PAGE_TITLE" desc="Name of the settings page which displays language and input method preferences."> 1438 <message name="IDS_SETTINGS_LANGUAGES_PAGE_TITLE" desc="Name of the settings page which displays language and input method preferences.">
1448 Languages and input 1439 Languages and input
1449 </message> 1440 </message>
1450 </if> 1441 </if>
1451 <if expr="not chromeos"> 1442 <if expr="not chromeos">
1452 <message name="IDS_SETTINGS_LANGUAGES_PAGE_TITLE" desc="Name of the settings page which displays language preferences."> 1443 <message name="IDS_SETTINGS_LANGUAGES_PAGE_TITLE" desc="Name of the settings page which displays language preferences.">
1453 Languages 1444 Languages
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
1703 </message> 1694 </message>
1704 <message name="IDS_SETTINGS_SEARCH_ENGINES_QUERY_URL" desc="Label for Query UR L column header for a search engine"> 1695 <message name="IDS_SETTINGS_SEARCH_ENGINES_QUERY_URL" desc="Label for Query UR L column header for a search engine">
1705 Query URL 1696 Query URL
1706 </message> 1697 </message>
1707 <message name="IDS_SETTINGS_SEARCH_ENGINES_QUERY_URL_EXPLANATION" desc="Label for explaining the format of the URL that should be entered by the user in the a dd/edit search engine dialog."> 1698 <message name="IDS_SETTINGS_SEARCH_ENGINES_QUERY_URL_EXPLANATION" desc="Label for explaining the format of the URL that should be entered by the user in the a dd/edit search engine dialog.">
1708 URL with %s in place of query 1699 URL with %s in place of query
1709 </message> 1700 </message>
1710 <message name="IDS_SETTINGS_SEARCH_ENGINES_MAKE_DEFAULT" desc="Text of the but ton that makes the selected engine the default search engine"> 1701 <message name="IDS_SETTINGS_SEARCH_ENGINES_MAKE_DEFAULT" desc="Text of the but ton that makes the selected engine the default search engine">
1711 Make default 1702 Make default
1712 </message> 1703 </message>
1713 <message name="IDS_SETTINGS_SEARCH_ENGINES_EDIT" desc="Label for a button that allows the user to edit a search engine entry">
1714 Edit
1715 </message>
1716 <message name="IDS_SETTINGS_SEARCH_ENGINES_REMOVE_FROM_LIST" desc="Label for a button that removes a search engine from the list of search engines"> 1704 <message name="IDS_SETTINGS_SEARCH_ENGINES_REMOVE_FROM_LIST" desc="Label for a button that removes a search engine from the list of search engines">
1717 Remove from list 1705 Remove from list
1718 </message> 1706 </message>
1719 <message name="IDS_SETTINGS_SEARCH_ENGINES_MANAGE_EXTENSION" desc="Text displa yed for a button that allows the user to manage a Chrome extension"> 1707 <message name="IDS_SETTINGS_SEARCH_ENGINES_MANAGE_EXTENSION" desc="Text displa yed for a button that allows the user to manage a Chrome extension">
1720 Manage 1708 Manage
1721 </message> 1709 </message>
1722 1710
1723 <!-- Site Settings Page --> 1711 <!-- Site Settings Page -->
1724 <message name="IDS_SETTINGS_SITE_SETTINGS_CATEGORY" desc="Name of the settings page which allows users to modify a specific category under site settings."> 1712 <message name="IDS_SETTINGS_SITE_SETTINGS_CATEGORY" desc="Name of the settings page which allows users to modify a specific category under site settings.">
1725 Permission Category 1713 Permission Category
(...skipping 1146 matching lines...) Expand 10 before | Expand all | Expand 10 after
2872 System 2860 System
2873 </message> 2861 </message>
2874 <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."> 2862 <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.">
2875 Use hardware acceleration when available 2863 Use hardware acceleration when available
2876 </message> 2864 </message>
2877 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 2865 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings.">
2878 Change proxy settings 2866 Change proxy settings
2879 </message> 2867 </message>
2880 </if> 2868 </if>
2881 </grit-part> 2869 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/settings/certificate_manager_page/certificate_subentry.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698