blob: 7a55c7cb31fdc7e44fd75edcab442f244ee0a401 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8" ?>
<!--
~ Copyright (C) 2023 The Android Open Source Project
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Format for temperature in the temperature control view (No decimal) -->
<string name="hvac_temperature_format_fahrenheit" translatable="false">%.0f</string>
<!-- HVAC panel header [CHAR LIMIT=40]-->
<string name="hvac_panel_header">Comfort controls</string>
<!-- Format for temperature in the temperature control view (No decimal) in fahrenheit -->
<string name="statusbar_temperature_format_fahrenheit" translatable="false">%.0f\u00B0 F
</string>
<!-- Format for temperature in the temperature control view (No decimal) in celsius -->
<string name="statusbar_temperature_format_celsius" translatable="false">%.0f\u00B0 C</string>
</resources>