summaryrefslogtreecommitdiff
path: root/feature/quicksettings/src/main/res/values/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'feature/quicksettings/src/main/res/values/strings.xml')
-rw-r--r--feature/quicksettings/src/main/res/values/strings.xml49
1 files changed, 49 insertions, 0 deletions
diff --git a/feature/quicksettings/src/main/res/values/strings.xml b/feature/quicksettings/src/main/res/values/strings.xml
new file mode 100644
index 0000000..e571f3e
--- /dev/null
+++ b/feature/quicksettings/src/main/res/values/strings.xml
@@ -0,0 +1,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> \ No newline at end of file