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

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

Issue 2476353007: MD Settings: ignore 0% updates on help/about page (Closed)
Patch Set: Created 4 years, 1 month 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 <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 22 matching lines...) Expand all
33 <message name="IDS_SETTINGS_ABOUT_PAGE_PLATFORM" desc="Label for Platform"> 33 <message name="IDS_SETTINGS_ABOUT_PAGE_PLATFORM" desc="Label for Platform">
34 Platform 34 Platform
35 </message> 35 </message>
36 <message name="IDS_SETTINGS_ABOUT_PAGE_RELAUNCH" desc="The label for the rel aunch button that relaunches the browser once update is complete"> 36 <message name="IDS_SETTINGS_ABOUT_PAGE_RELAUNCH" desc="The label for the rel aunch button that relaunches the browser once update is complete">
37 Restart 37 Restart
38 </message> 38 </message>
39 <message name="IDS_SETTINGS_ABOUT_PAGE_RELAUNCH_AND_POWERWASH" desc="The lab el for the button that relaunches and powerwashes the browser once update is co mplete"> 39 <message name="IDS_SETTINGS_ABOUT_PAGE_RELAUNCH_AND_POWERWASH" desc="The lab el for the button that relaunches and powerwashes the browser once update is co mplete">
40 Relaunch and Powerwash 40 Relaunch and Powerwash
41 </message> 41 </message>
42 <message name="IDS_SETTINGS_UPGRADE_UPDATING" desc="Status label: Updating C hromiumOS or ChromeOS"> 42 <message name="IDS_SETTINGS_UPGRADE_UPDATING" desc="Status label: Updating C hromiumOS or ChromeOS">
43 Updating your device
44 </message>
45 <message name="IDS_SETTINGS_UPGRADE_UPDATING_PERCENT" desc="Status label: Up dating ChromiumOS or ChromeOS (90%)">
43 Updating your device (<ph name="PROGRESS_PERCENT">$1<ex>90%</ex></ph>) 46 Updating your device (<ph name="PROGRESS_PERCENT">$1<ex>90%</ex></ph>)
44 </message> 47 </message>
45 <message name="IDS_SETTINGS_UPGRADE_SUCCESSFUL_RELAUNCH" desc="Status label: Successfully updated ChromiumOS/ChromeOS"> 48 <message name="IDS_SETTINGS_UPGRADE_SUCCESSFUL_RELAUNCH" desc="Status label: Successfully updated ChromiumOS/ChromeOS">
46 Nearly up to date! Restart your device to finish updating. 49 Nearly up to date! Restart your device to finish updating.
47 </message> 50 </message>
48 <message name="IDS_SETTINGS_UPGRADE_UPDATING_CHANNEL_SWITCH" desc="Status la bel: Updating ChromiumOS/ChromeOS to a specified channel"> 51 <message name="IDS_SETTINGS_UPGRADE_UPDATING_CHANNEL_SWITCH" desc="Status la bel: Updating ChromiumOS/ChromeOS to a specified channel">
49 Updating your device to <ph name="CHANNEL_NAME">$1<ex>stable</ex></ph> cha nnel (<ph name="PROGRESS_PERCENT">$2<ex>90%</ex></ph>) 52 Updating your device to <ph name="CHANNEL_NAME">$1<ex>stable</ex></ph> cha nnel (<ph name="PROGRESS_PERCENT">$2<ex>90%</ex></ph>)
50 </message> 53 </message>
51 <message name="IDS_SETTINGS_UPGRADE_SUCCESSFUL_CHANNEL_SWITCH" desc="Status label: Channel was successfully switched on ChromiumOS/ChromeOS"> 54 <message name="IDS_SETTINGS_UPGRADE_SUCCESSFUL_CHANNEL_SWITCH" desc="Status label: Channel was successfully switched on ChromiumOS/ChromeOS">
52 Channel changed. Restart your device to apply changes. 55 Channel changed. Restart your device to apply changes.
(...skipping 2451 matching lines...) Expand 10 before | Expand all | Expand 10 after
2504 System 2507 System
2505 </message> 2508 </message>
2506 <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."> 2509 <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.">
2507 Use hardware acceleration when available 2510 Use hardware acceleration when available
2508 </message> 2511 </message>
2509 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 2512 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings.">
2510 Change proxy settings 2513 Change proxy settings
2511 </message> 2514 </message>
2512 </if> 2515 </if>
2513 </grit-part> 2516 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698