Files
device_samsung_a71/parts/res/values/strings.xml
2025-10-01 07:47:07 +07:00

113 lines
6.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2020 The LineageOS 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">
<!-- Core Settings -->
<string name="app_title">Core Settings</string>
<string name="tile_add">Add tile</string>
<string name="tile_added">Tile added</string>
<string name="tile_not_added">Tile not added</string>
<string name="tile_already_added">Tile already added</string>
<string name="tile_on">On</string>
<string name="tile_off">Off</string>
<!-- GameBar Overlay -->
<string name="game_bar_title">GameBar</string>
<string name="game_bar_summary">Enable the system overlay (FPS, Temp, etc.)</string>
<string name="overlay_permission_required">Overlay permission is required</string>
<string name="overlay_permission_granted">Overlay permission granted</string>
<string name="overlay_permission_denied">Overlay permission denied</string>
<string name="game_bar_tile_label">GameBar</string>
<string name="game_bar_tile_description">Toggle the game overlay</string>
<!-- Charging information tile -->
<string name="charging_tile_label">Charging Speed</string>
<string name="charging_tile_information">Shows real-time charging/discharging power</string>
<!-- Tile states -->
<string name="charging_tile_charging">Charging</string>
<string name="charging_tile_discharging">Discharging</string>
<string name="charging_tile_not_charging">Not Charging</string>
<string name="charging_tile_error">Error</string>
<!-- Thermal Tile Strings -->
<string name="thermal_tile_label">Thermal Mode</string>
<string name="thermal_mode_default">Default Mode</string>
<string name="thermal_mode_performance">Performance Mode</string>
<string name="thermal_mode_battery_saver">Battery Saver Mode</string>
<string name="thermal_mode_gaming">Gaming Mode</string>
<!-- Content descriptions for accessibility -->
<string name="charging_tile_desc_charging">Charging at %1$s watts, %2$s amps, %3$s volts</string>
<string name="charging_tile_desc_discharging">Discharging at %1$s watts</string>
<string name="charging_tile_desc_not_charging">Battery not charging or discharging</string>
<string name="charging_tile_desc_error">Unable to read charging information</string>
<!-- Charge bypass strings -->
<string name="charge_bypass_title">Charging Bypass</string>
<string name="charge_bypass_summary">Configure charging bypass settings</string>
<string name="charge_bypass_warning">Enabling charging bypass will prevent the battery from charging while plugged in. This may affect battery longevity if used incorrectly.</string>
<string name="charge_bypass_unavailable">Charging bypass is not supported on this device</string>
<!-- Master toggle strings -->
<string name="charge_bypass_master_title">Enable Charging Bypass</string>
<string name="charge_bypass_master_summary">Allow charging bypass based on selected configuration</string>
<!-- Configuration category -->
<string name="charge_bypass_configuration_title">Bypass Configuration</string>
<!-- Manual mode strings -->
<string name="charge_bypass_manual_title">Manual Control</string>
<string name="charge_bypass_manual_summary">Control charging bypass through Quick Settings tile</string>
<!-- Smart mode strings -->
<string name="charge_bypass_smart_title">Smart Control</string>
<string name="charge_bypass_smart_summary">Automatically manage charging bypass based on battery level</string>
<!-- Battery target strings -->
<string name="charge_bypass_battery_target_title">Battery Target</string>
<string name="charge_bypass_battery_target_summary">Bypass charging when battery reaches this level (%d%%)</string>
<!-- QS Tile strings -->
<string name="charge_bypass_qs_tile_label">Charging Bypass</string>
<string name="charge_bypass_qs_active">Bypass Active</string>
<string name="charge_bypass_qs_inactive">Bypass Inactive</string>
<string name="charge_bypass_qs_disabled">Bypass Disabled</string>
<!-- Notification strings -->
<string name="charge_bypass_notification_title">Charging Bypass Active</string>
<string name="charge_bypass_notification_text">Battery charging is currently bypassed</string>
<string name="charge_bypass_smart_enabled">Smart charging bypass enabled at %d%%</string>
<string name="charge_bypass_smart_disabled">Smart charging bypass disabled</string>
<!-- Saturation -->
<string name="saturation_title">Display Saturation</string>
<string name="saturation_summary">Control the saturation level of the display</string>
<string name="saturation_footer_summary">Changing the color mode in display settings will override the saturation level, requiring it to be reapplied.</string>
<!-- Image preview -->
<string name="image_preview_content_description">Preview</string>
<string name="image_preview_next_page_content_description">Next</string>
<string name="image_preview_previous_page_content_description">Previous</string>
<!-- Custom seekbar -->
<string name="custom_seekbar_value">Value: <xliff:g id="v">%s</xliff:g></string>
<string name="custom_seekbar_default_value">by default</string>
<string name="custom_seekbar_default_value_to_set">Default value: <xliff:g id="v">%s</xliff:g>\nLong tap to set</string>
<string name="custom_seekbar_default_value_is_set">Default value is set</string>
</resources>