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

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

Issue 2540023002: Fix browser version string in RTL mode. (Closed)
Patch Set: Revert about_page.html changes, not needed anymore. Created 4 years 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)">
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>
5 <if expr="chromeos"> 8 <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."> 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.">
7 Detailed build information 10 Detailed build information
8 </message> 11 </message>
9 <message name="IDS_SETTINGS_ABOUT_PAGE_ARC_VERSION" desc="Label for ARC vers ion"> 12 <message name="IDS_SETTINGS_ABOUT_PAGE_ARC_VERSION" desc="Label for ARC vers ion">
10 ARC Version 13 ARC Version
11 </message> 14 </message>
12 <message name="IDS_SETTINGS_ABOUT_PAGE_CHANNEL" desc="The channel label unde r Detailed build info."> 15 <message name="IDS_SETTINGS_ABOUT_PAGE_CHANNEL" desc="The channel label unde r Detailed build info.">
13 Channel 16 Channel
14 </message> 17 </message>
(...skipping 2684 matching lines...) Expand 10 before | Expand all | Expand 10 after
2699 System 2702 System
2700 </message> 2703 </message>
2701 <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."> 2704 <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.">
2702 Use hardware acceleration when available 2705 Use hardware acceleration when available
2703 </message> 2706 </message>
2704 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 2707 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings.">
2705 Change proxy settings 2708 Change proxy settings
2706 </message> 2709 </message>
2707 </if> 2710 </if>
2708 </grit-part> 2711 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/help/help_content.html » ('j') | chrome/browser/resources/help/help_content.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698