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

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

Issue 2147063002: MD Settings: About page, localize remaining strings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: One more string. Created 4 years, 5 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.">
7 Detailed build information
8 </message>
9 <message name="IDS_SETTINGS_ABOUT_PAGE_ARC_VERSION" desc="Label for ARC vers ion">
10 ARC Version
11 </message>
12 <message name="IDS_SETTINGS_ABOUT_PAGE_CHANNEL" desc="The channel label unde r Detailed build info.">
13 Channel
14 </message>
6 <message name="IDS_SETTINGS_ABOUT_PAGE_CHECK_FOR_UPDATES" desc="The button l abel to check for updates and apply (download and install) if found"> 15 <message name="IDS_SETTINGS_ABOUT_PAGE_CHECK_FOR_UPDATES" desc="The button l abel to check for updates and apply (download and install) if found">
7 Check for updates 16 Check for updates
8 </message> 17 </message>
9 <message name="IDS_SETTINGS_ABOUT_PAGE_CURRENT_CHANNEL_STABLE" desc="The sta ble label in the message about current channel."> 18 <message name="IDS_SETTINGS_ABOUT_PAGE_CURRENT_CHANNEL_STABLE" desc="The sta ble label in the message about current channel.">
10 stable 19 stable
11 </message> 20 </message>
12 <message name="IDS_SETTINGS_ABOUT_PAGE_CURRENT_CHANNEL_BETA" desc="The beta label in the message about current channel."> 21 <message name="IDS_SETTINGS_ABOUT_PAGE_CURRENT_CHANNEL_BETA" desc="The beta label in the message about current channel.">
13 beta 22 beta
14 </message> 23 </message>
15 <message name="IDS_SETTINGS_ABOUT_PAGE_CURRENT_CHANNEL_DEV" desc="The dev la bel in the message about current channel."> 24 <message name="IDS_SETTINGS_ABOUT_PAGE_CURRENT_CHANNEL_DEV" desc="The dev la bel in the message about current channel.">
16 dev 25 dev
17 </message> 26 </message>
18 <message name="IDS_SETTINGS_ABOUT_PAGE_CURRENT_CHANNEL" desc="The message ab out current channel."> 27 <message name="IDS_SETTINGS_ABOUT_PAGE_CURRENT_CHANNEL" desc="The message ab out current channel.">
19 Currently on <ph name="CHANNEL_NAME">$1<ex>stable</ex></ph> 28 Currently on <ph name="CHANNEL_NAME">$1<ex>stable</ex></ph>
20 </message> 29 </message>
30 <message name="IDS_SETTINGS_ABOUT_PAGE_FIRMWARE" desc="Label used for Chrome OS bios firmware version.">
tommycli 2016/07/13 21:54:05 nit: Isn't it always BIOS all caps?
dpapad 2016/07/13 22:06:32 Done (these descriptions were simply copied from o
31 Firmware
32 </message>
33 <message name="IDS_SETTINGS_ABOUT_PAGE_PLATFORM" desc="Label for Platform">
tommycli 2016/07/13 21:54:05 Maybe expand desc. to "Label for Platform (i.e. Li
dpapad 2016/07/13 22:06:32 It does not mean linux/mac/windows. This code is o
tommycli 2016/07/13 22:18:43 Oh I see. Kind of hard to describe I guess. At lea
34 Platform
35 </message>
21 <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">
22 Restart 37 Restart
23 </message> 38 </message>
24 <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">
25 Relaunch and Powerwash 40 Relaunch and Powerwash
26 </message> 41 </message>
27 <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">
28 Updating your device 43 Updating your device
29 </message> 44 </message>
30 <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">
(...skipping 1642 matching lines...) Expand 10 before | Expand all | Expand 10 after
1673 System 1688 System
1674 </message> 1689 </message>
1675 <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."> 1690 <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.">
1676 Use hardware acceleration when available 1691 Use hardware acceleration when available
1677 </message> 1692 </message>
1678 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 1693 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings.">
1679 Change proxy settings 1694 Change proxy settings
1680 </message> 1695 </message>
1681 </if> 1696 </if>
1682 </grit-part> 1697 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698