Commit 4d4551b5 authored by Nnamdi Theodore Johnson-Kanu's avatar Nnamdi Theodore Johnson-Kanu Committed by Commit Bot

[CrOS settings] Move remaining os strings from settings_strings.grdp

This CL moves remaining chromeOS strings from settings_strings.grdp to
chromeos_strings.grdp. It continues the process of moving all chromeOS
specific strings.

Bug: 967883
Change-Id: I296e0c4768f75e49176e76f9b308b26f44f5a168
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2142585
Commit-Queue: Nnamdi Theodore Johnson-kanu <tjohnsonkanu@google.com>
Reviewed-by: default avatarKyle Horimoto <khorimoto@chromium.org>
Cr-Commit-Position: refs/heads/master@{#757741}
parent 3006f751
...@@ -7,6 +7,17 @@ ...@@ -7,6 +7,17 @@
<message name="IDS_SETTINGS_TURN_ON" desc="Label for turn on buttons."> <message name="IDS_SETTINGS_TURN_ON" desc="Label for turn on buttons.">
Turn on Turn on
</message> </message>
<message name="IDS_SETTINGS_DEVICE_OFF" desc="In Settings pages, the label when a bluetooth, wifi, or mobile device is off (disabled)." meaning="Device is disabled.">
Off
</message>
<message name="IDS_SETTINGS_DEVICE_ON" desc="In Settings pages, the label when a bluetooth, wifi, or mobile device is on (enabled)." meaning="Device is enabled.">
On
</message>
<!--Main Page-->
<message name="IDS_SETTINGS_SECONDARY_USER_BANNER" desc="Banner displayed in settings page when the user is secondary in a multi-profile session.">
Some settings belonging to <ph name="PRIMARY_EMAIL">$1<ex>john@google.com</ex></ph> are being shared with you. These settings only affect your account when using multiple sign-in.
</message>
<!-- About (OS Settings) --> <!-- About (OS Settings) -->
<message name="IDS_OS_SETTINGS_ABOUT_PAGE_BUILD_DETAILS" desc="Label of the row button that clicks into Build details"> <message name="IDS_OS_SETTINGS_ABOUT_PAGE_BUILD_DETAILS" desc="Label of the row button that clicks into Build details">
...@@ -176,6 +187,9 @@ ...@@ -176,6 +187,9 @@
<message name="IDS_OS_SETTINGS_WALLPAPER_CHECKBOX_LABEL" desc="Label for the checkbox which enables syncing of wallpaper across devices."> <message name="IDS_OS_SETTINGS_WALLPAPER_CHECKBOX_LABEL" desc="Label for the checkbox which enables syncing of wallpaper across devices.">
Wallpaper Wallpaper
</message> </message>
<message name="IDS_SETTINGS_WIFI_CONFIGURATIONS_CHECKBOX_LABEL" desc="Label for the checkbox which enables syncing of Wi-Fi networks across devices.">
Wi-Fi networks
</message>
<message name="IDS_SETTINGS_ACCOUNT_MANAGER_SUBMENU_LABEL" desc="Label of Account Manager submenu in Settings page."> <message name="IDS_SETTINGS_ACCOUNT_MANAGER_SUBMENU_LABEL" desc="Label of Account Manager submenu in Settings page.">
Google Accounts Google Accounts
</message> </message>
......
...@@ -3,13 +3,6 @@ ...@@ -3,13 +3,6 @@
<grit-part> <grit-part>
<message name="IDS_SETTINGS_EMPTY_STRING" desc="Empty string, exist only to make code generic. No translation required."></message> <message name="IDS_SETTINGS_EMPTY_STRING" desc="Empty string, exist only to make code generic. No translation required."></message>
<!-- Main Page -->
<if expr="chromeos">
<message name="IDS_SETTINGS_SECONDARY_USER_BANNER" desc="Banner displayed in settings page when the user is secondary in a multi-profile session.">
Some settings belonging to <ph name="PRIMARY_EMAIL">$1<ex>john@google.com</ex></ph> are being shared with you. These settings only affect your account when using multiple sign-in.
</message>
</if>
<!-- Shared across multiple pages --> <!-- Shared across multiple pages -->
<message name="IDS_SETTINGS_CONTINUE" desc="Label for 'Continue' buttons."> <message name="IDS_SETTINGS_CONTINUE" desc="Label for 'Continue' buttons.">
Continue Continue
...@@ -176,12 +169,6 @@ ...@@ -176,12 +169,6 @@
</message> </message>
</if> </if>
<if expr="chromeos"> <if expr="chromeos">
<message name="IDS_SETTINGS_DEVICE_OFF" desc="In Settings pages, the label when a bluetooth, wifi, or mobile device is off (disabled)." meaning="Device is disabled.">
Off
</message>
<message name="IDS_SETTINGS_DEVICE_ON" desc="In Settings pages, the label when a bluetooth, wifi, or mobile device is on (enabled)." meaning="Device is enabled.">
On
</message>
<message name="IDS_SETTINGS_RESTART" desc="Text for a button that will restart ChromeOS."> <message name="IDS_SETTINGS_RESTART" desc="Text for a button that will restart ChromeOS.">
Restart Restart
</message> </message>
...@@ -2322,19 +2309,6 @@ ...@@ -2322,19 +2309,6 @@
<message name="IDS_SETTINGS_MANAGE_GOOGLE_ACCOUNT" desc="Label for the button that takes the user to the Google Account website."> <message name="IDS_SETTINGS_MANAGE_GOOGLE_ACCOUNT" desc="Label for the button that takes the user to the Google Account website.">
Manage your Google Account Manage your Google Account
</message> </message>
<if expr="chromeos">
<message name="IDS_SETTINGS_THEMES_AND_WALLPAPERS_CHECKBOX_LABEL" desc="Label for the checkbox which enables or disables syncing themes and wallpapers between multiple browser instances.">
Themes &amp; Wallpapers
</message>
<message name="IDS_SETTINGS_WIFI_CONFIGURATIONS_CHECKBOX_LABEL" desc="Label for the checkbox which enables syncing of Wi-Fi networks across devices.">
Wi-Fi networks
</message>
</if>
<if expr="not chromeos">
<message name="IDS_SETTINGS_THEMES_AND_WALLPAPERS_CHECKBOX_LABEL" desc="Label for the checkbox which enables or disables syncing themes and wallpapers between multiple browser instances.">
Themes
</message>
</if>
<message name="IDS_SETTINGS_USER_EVENTS_CHECKBOX_LABEL" desc="Label for the checkbox which enables or disables recording user events."> <message name="IDS_SETTINGS_USER_EVENTS_CHECKBOX_LABEL" desc="Label for the checkbox which enables or disables recording user events.">
Activity and interactions Activity and interactions
</message> </message>
......
...@@ -250,4 +250,15 @@ ...@@ -250,4 +250,15 @@
<message name="IDS_SETTINGS_ABOUT_UPGRADE_CHECK_STARTED" desc="Status label: About to start checking for updates"> <message name="IDS_SETTINGS_ABOUT_UPGRADE_CHECK_STARTED" desc="Status label: About to start checking for updates">
Checking for updates Checking for updates
</message> </message>
<if expr="chromeos">
<message name="IDS_SETTINGS_THEMES_AND_WALLPAPERS_CHECKBOX_LABEL" desc="Label for the checkbox which enables or disables syncing themes and wallpapers between multiple browser instances.">
Themes &amp; Wallpapers
</message>
</if>
<if expr="not chromeos">
<message name="IDS_SETTINGS_THEMES_AND_WALLPAPERS_CHECKBOX_LABEL" desc="Label for the checkbox which enables or disables syncing themes and wallpapers between multiple browser instances.">
Themes
</message>
</if>
</grit-part> </grit-part>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment