blob: a2572ed2707ced0496d26e49832caba1c111cd70 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8" ?>
<!--
~ Copyright (C) 2021 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">
<!-- Default sensor string [CHAR LIMIT=10]-->
<string name="default_sensor_string">N/A</string>
<!-- Message shown when task view is not ready which asks user to wait until system has finished loading [CHAR LIMIT=75]-->
<string name="task_view_not_ready_message">Please wait for system to load</string>
<!-- Subtitle for current profile in profile switch panel [CHAR LIMIT=20]-->
<string name="current_profile_subtitle">Current profile</string>
<string name="loading_welcome_message">AAOS</string>
<string name="loading_action_button_text">Continue</string>
<!-- 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>