a5fe3b11a6
Change-Id: I979cc479ee928edf0e203489264df340326fbf5b
43 lines
2.5 KiB
XML
43 lines
2.5 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>
|
|
<!-- Popup camera settings -->
|
|
<string name="popup_title">Front camera settings</string>
|
|
<string name="popup_led_title">Camera LED</string>
|
|
<string name="popup_led_summary">Enable LED light while the front camera appears and retracts</string>
|
|
<string name="popup_sound_title">Sound effects</string>
|
|
<string name="popup_sound_muqin">Xylophone</string>
|
|
<string name="popup_sound_yingyan">Condor</string>
|
|
<string name="popup_sound_mofa">Magic</string>
|
|
<string name="popup_sound_jijia">Mecha</string>
|
|
<string name="popup_sound_chilun">Gearwheel</string>
|
|
<string name="popup_sound_cangmen">Cabin door</string>
|
|
<string name="popup_calibration_title">Calibration</string>
|
|
<string name="popup_calibration_summary">Calibrate the popup camera motor</string>
|
|
<string name="popup_calibration_warning_title">Motor calibration</string>
|
|
<string name="popup_calibration_warning_text">Unnecessary use of calibration may cause permanent damage. It is recommended to calibrate the popup camera motor only in case of it not moving properly or it being in incorrect position!</string>
|
|
|
|
<!-- Popup camera strings -->
|
|
<string name="popup_camera_tip">Warning</string>
|
|
<string name="popup_camera_takeback_failed_calibrate">Couldn\'t close front camera. Try calibrating the motor.</string>
|
|
<string name="popup_camera_popup_failed_calibrate">Couldn\'t open front camera. Try calibrating the motor.</string>
|
|
<string name="popup_camera_calibrate_running">Front camera cannot be used during calibration.</string>
|
|
<string name="popup_camera_calibrate_now">Calibrate</string>
|
|
<string name="popup_camera_calibrate_failed">Couldn\'t calibrate</string>
|
|
<string name="popup_camera_calibrate_success">Calibrated successfully. You can open the front camera now.</string>
|
|
</resources>
|