Loading packages/CarSystemUI/res/values/strings.xml +4 −4 Original line number Original line Diff line number Diff line Loading @@ -16,15 +16,15 @@ --> --> <resources> <resources> <!-- String to represent lowest setting of an HVAC system [CHAR LIMIT=5]--> <!-- String to represent lowest setting of an HVAC system [CHAR LIMIT=10]--> <string name="hvac_min_text">Min</string> <string name="hvac_min_text">Min</string> <!-- String to represent largest setting of an HVAC system [CHAR LIMIT=5]--> <!-- String to represent largest setting of an HVAC system [CHAR LIMIT=10]--> <string name="hvac_max_text">Max</string> <string name="hvac_max_text">Max</string> <!-- Text for voice recognition toast. [CHAR LIMIT=60] --> <!-- Text for voice recognition toast. [CHAR LIMIT=60] --> <string name="voice_recognition_toast">Voice recognition now handled by connected Bluetooth device</string> <string name="voice_recognition_toast">Voice recognition now handled by connected Bluetooth device</string> <!-- Name of Guest Profile. [CHAR LIMIT=30] --> <!-- Name of Guest Profile. [CHAR LIMIT=35] --> <string name="car_guest">Guest</string> <string name="car_guest">Guest</string> <!-- Title for button that starts a guest session. [CHAR LIMIT=30] --> <!-- Title for button that starts a guest session. [CHAR LIMIT=35] --> <string name="start_guest_session">Guest</string> <string name="start_guest_session">Guest</string> <!-- Title for button that adds a new user. [CHAR LIMIT=30] --> <!-- Title for button that adds a new user. [CHAR LIMIT=30] --> <string name="car_add_user">Add User</string> <string name="car_add_user">Add User</string> Loading Loading
packages/CarSystemUI/res/values/strings.xml +4 −4 Original line number Original line Diff line number Diff line Loading @@ -16,15 +16,15 @@ --> --> <resources> <resources> <!-- String to represent lowest setting of an HVAC system [CHAR LIMIT=5]--> <!-- String to represent lowest setting of an HVAC system [CHAR LIMIT=10]--> <string name="hvac_min_text">Min</string> <string name="hvac_min_text">Min</string> <!-- String to represent largest setting of an HVAC system [CHAR LIMIT=5]--> <!-- String to represent largest setting of an HVAC system [CHAR LIMIT=10]--> <string name="hvac_max_text">Max</string> <string name="hvac_max_text">Max</string> <!-- Text for voice recognition toast. [CHAR LIMIT=60] --> <!-- Text for voice recognition toast. [CHAR LIMIT=60] --> <string name="voice_recognition_toast">Voice recognition now handled by connected Bluetooth device</string> <string name="voice_recognition_toast">Voice recognition now handled by connected Bluetooth device</string> <!-- Name of Guest Profile. [CHAR LIMIT=30] --> <!-- Name of Guest Profile. [CHAR LIMIT=35] --> <string name="car_guest">Guest</string> <string name="car_guest">Guest</string> <!-- Title for button that starts a guest session. [CHAR LIMIT=30] --> <!-- Title for button that starts a guest session. [CHAR LIMIT=35] --> <string name="start_guest_session">Guest</string> <string name="start_guest_session">Guest</string> <!-- Title for button that adds a new user. [CHAR LIMIT=30] --> <!-- Title for button that adds a new user. [CHAR LIMIT=30] --> <string name="car_add_user">Add User</string> <string name="car_add_user">Add User</string> Loading