xref: /aosp_15_r20/frameworks/base/packages/SettingsLib/AvatarPicker/res/values/strings.xml (revision d57664e9bc4670b3ecf6748a746a57c557b6bc9e)
1<?xml version="1.0" encoding="utf-8"?><!--
2    Copyright (C) 2024 The Android Open Source Project
3
4    Licensed under the Apache License, Version 2.0 (the "License");
5    you may not use this file except in compliance with the License.
6    You may obtain a copy of the License at
7
8         http://www.apache.org/licenses/LICENSE-2.0
9
10    Unless required by applicable law or agreed to in writing, software
11    distributed under the License is distributed on an "AS IS" BASIS,
12    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13    See the License for the specific language governing permissions and
14    limitations under the License
15  -->
16<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
17
18    <!-- An option in a photo selection dialog to choose a pre-existing image [CHAR LIMIT=50] -->
19    <string name="user_image_choose_photo">Choose an image</string>
20
21    <!-- An option in a photo selection dialog to take a new photo [CHAR LIMIT=50] -->
22    <string name="user_image_take_photo">Take a photo</string>
23
24    <!-- Title for a screen allowing the user to choose a profile picture. [CHAR LIMIT=NONE] -->
25    <string name="avatar_picker_title">Choose a profile picture</string>
26
27    <!-- Content description for a default user icon. [CHAR LIMIT=NONE] -->
28    <string name="default_user_icon_description">Default user icon</string>
29
30    <!-- Button label for generic Done action, to be pressed when an action has been completed [CHAR LIMIT=20] -->
31    <string name="done">Done</string>
32</resources>