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

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

Issue 2655583002: MD Settings: Certificates: Add 'Import and bind' button for CrOS (Closed)
Patch Set: . Created 3 years, 11 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
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 <message name="IDS_SETTINGS_ABOUT_PAGE_BROWSER_VERSION" desc="The text label d escribing the version of the browser, example: Version 57.0.2937.0 (Developer Bu ild) unknown (64-bit)"> 5 <message name="IDS_SETTINGS_ABOUT_PAGE_BROWSER_VERSION" desc="The text label d escribing the version of the browser, example: Version 57.0.2937.0 (Developer Bu ild) unknown (64-bit)">
6 Version <ph name="PRODUCT_VERSION">$1<ex>15.0.865.0</ex></ph> (<ph name="PRO DUCT_CHANNEL">$2<ex>Developer Build</ex></ph>) <ph name="PRODUCT_MODIFIER">$3</p h> <ph name="PRODUCT_VERSION_BITS">$4</ph> 6 Version <ph name="PRODUCT_VERSION">$1<ex>15.0.865.0</ex></ph> (<ph name="PRO DUCT_CHANNEL">$2<ex>Developer Build</ex></ph>) <ph name="PRODUCT_MODIFIER">$3</p h> <ph name="PRODUCT_VERSION_BITS">$4</ph>
7 </message> 7 </message>
8 <if expr="chromeos"> 8 <if expr="chromeos">
9 <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."> 9 <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.">
10 Detailed build information 10 Detailed build information
(...skipping 593 matching lines...) Expand 10 before | Expand all | Expand 10 after
604 </message> 604 </message>
605 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_VIEW" desc="Label for view b utton in certificate manager."> 605 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_VIEW" desc="Label for view b utton in certificate manager.">
606 View 606 View
607 </message> 607 </message>
608 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_EDIT" desc="Label for the bu tton in the certificate manager which allows you to edit certificate trust"> 608 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_EDIT" desc="Label for the bu tton in the certificate manager which allows you to edit certificate trust">
609 Edit 609 Edit
610 </message> 610 </message>
611 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_IMPORT" desc="Label for impo rt button in certificate manager."> 611 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_IMPORT" desc="Label for impo rt button in certificate manager.">
612 Import 612 Import
613 </message> 613 </message>
614 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_IMPORT_AND_BIND" desc="Label for import and bind button in certificate manager."> 614 <if expr="chromeos">
615 Import and Bind to Device 615 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_IMPORT_AND_BIND" desc="Lab el for import and bind button in certificate manager.">
616 </message> 616 Import and Bind
617 </message>
618 </if>
617 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_EXPORT" desc="Label for expo rt button in certificate manager."> 619 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_EXPORT" desc="Label for expo rt button in certificate manager.">
618 Export 620 Export
619 </message> 621 </message>
620 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_DELETE" desc="Label for dele te button in certificate manager."> 622 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_DELETE" desc="Label for dele te button in certificate manager.">
621 Delete 623 Delete
622 </message> 624 </message>
623 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_DONE" desc="Label for done b utton in certificate manager."> 625 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_DONE" desc="Label for done b utton in certificate manager.">
624 Done 626 Done
625 </message> 627 </message>
626 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_OTHERS" desc="Label for the others tab in certificate manager."> 628 <message name="IDS_SETTINGS_CERTIFICATE_MANAGER_OTHERS" desc="Label for the others tab in certificate manager.">
(...skipping 2122 matching lines...) Expand 10 before | Expand all | Expand 10 after
2749 System 2751 System
2750 </message> 2752 </message>
2751 <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."> 2753 <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.">
2752 Use hardware acceleration when available 2754 Use hardware acceleration when available
2753 </message> 2755 </message>
2754 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 2756 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings.">
2755 Change proxy settings 2757 Change proxy settings
2756 </message> 2758 </message>
2757 </if> 2759 </if>
2758 </grit-part> 2760 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698