summaryrefslogtreecommitdiff
path: root/feature/quicksettings/src/main/res/values/strings.xml
blob: e571f3e7c64f53234fdbda405fa0cd6d035c34e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?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>
    <string name="quick_settings_front_camera_text">FRONT</string>
    <string name="quick_settings_back_camera_text">BACK</string>

    <string name="quick_settings_aspect_ratio_3_4">3:4</string>
    <string name="quick_settings_aspect_ratio_9_16">9:16</string>
    <string name="quick_settings_aspect_ratio_1_1">1:1</string>

    <string name="quick_settings_flash_off">OFF</string>
    <string name="quick_settings_flash_auto">AUTO</string>
    <string name="quick_settings_flash_on">ON</string>

    <string name="quick_settings_timer_off">OFF</string>
    <string name="quick_settings_timer_3"></string>
    <string name="quick_settings_timer_10"></string>

    <string name="quick_settings_dropdown_description">Quick settings drop down</string>

    <string name="quick_settings_front_camera_description">Front Camera</string>
    <string name="quick_settings_back_camera_description">Back Camera</string>

    <string name="quick_settings_aspect_ratio_3_4_description">3 to 4 aspect ratio</string>
    <string name="quick_settings_aspect_ratio_9_16_description">9 to 16 aspect ratio</string>
    <string name="quick_settings_aspect_ratio_1_1_description">1 to 1 aspect ratio</string>

    <string name="quick_settings_flash_off_description">Flash off</string>
    <string name="quick_settings_flash_auto_description">Auto flash</string>
    <string name="quick_settings_flash_on_description">Flash on</string>

    <string name="quick_settings_timer_off_description">Timer off</string>
    <string name="quick_settings_timer_3_description">3 seconds timer</string>
    <string name="quick_settings_timer_10_description">10 seconds timer</string>
</resources>