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

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

Issue 2325193002: MD Settings/About: Implement update progress percentage (Closed)
Patch Set: also add % to cross-channel cros message Created 4 years, 3 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 <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 43 Updating your device (<ph name="PROGRESS_PERCENT">$1<ex>90%</ex></ph>)
44 </message> 44 </message>
45 <message name="IDS_SETTINGS_UPGRADE_SUCCESSFUL_RELAUNCH" desc="Status label: Successfully updated ChromiumOS/ChromeOS"> 45 <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. 46 Nearly up to date! Restart your device to finish updating.
47 </message> 47 </message>
48 <message name="IDS_SETTINGS_UPGRADE_UPDATING_CHANNEL_SWITCH" desc="Status la bel: Updating ChromiumOS/ChromeOS to a specified channel"> 48 <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 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>)
50 </message> 50 </message>
51 <message name="IDS_SETTINGS_UPGRADE_SUCCESSFUL_CHANNEL_SWITCH" desc="Status label: Channel was successfully switched on ChromiumOS/ChromeOS"> 51 <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. 52 Channel changed. Restart your device to apply changes.
53 </message> 53 </message>
54 <message name="IDS_SETTINGS_UPGRADE_UP_TO_DATE" desc="Status label: Already up to date (ChromiumOS/ChromeOS)"> 54 <message name="IDS_SETTINGS_UPGRADE_UP_TO_DATE" desc="Status label: Already up to date (ChromiumOS/ChromeOS)">
55 Your <ph name="DEVICE_TYPE">$1<ex>Chromebook</ex></ph> is up to date. 55 Your <ph name="DEVICE_TYPE">$1<ex>Chromebook</ex></ph> is up to date.
56 </message> 56 </message>
57 57
58 <!-- About Page: Channel switcher dialog --> 58 <!-- About Page: Channel switcher dialog -->
59 <message name="IDS_SETTINGS_ABOUT_PAGE_CHANGE_CHANNEL" desc="Button label fo r channel switch."> 59 <message name="IDS_SETTINGS_ABOUT_PAGE_CHANGE_CHANNEL" desc="Button label fo r channel switch.">
(...skipping 2230 matching lines...) Expand 10 before | Expand all | Expand 10 after
2290 System 2290 System
2291 </message> 2291 </message>
2292 <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."> 2292 <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.">
2293 Use hardware acceleration when available 2293 Use hardware acceleration when available
2294 </message> 2294 </message>
2295 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 2295 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings.">
2296 Change proxy settings 2296 Change proxy settings
2297 </message> 2297 </message>
2298 </if> 2298 </if>
2299 </grit-part> 2299 </grit-part>
OLDNEW
« no previous file with comments | « chrome/app/settings_google_chrome_strings.grdp ('k') | chrome/browser/resources/settings/about_page/about_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698