blob: e91b668463640f8dbfa3c4a4d5cc6f4fca7a7b19 [file] [log] [blame]
Jackeaglefcfdd302019-09-21 06:05:36 -04001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2019 The BlissRoms 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
17<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
18
Jackeaglefcfdd302019-09-21 06:05:36 -040019
Pranav Vashif0a0b7c2018-11-07 13:28:35 +053020 <!-- Custom seekbar -->
21 <string name="custom_seekbar_value">Value: <xliff:g id="v">%s</xliff:g></string>
Anushek Prasalaa6efe82019-02-08 00:49:16 +053022 <string name="custom_seekbar_default_value">Default</string>
23 <string name="custom_seekbar_default_value_to_set">Default value: <xliff:g id="v">%s</xliff:g>\nLong press to set</string>
Pranav Vashif0a0b7c2018-11-07 13:28:35 +053024 <string name="custom_seekbar_default_value_is_set">Default value is set</string>
25
SpiritCroc214860d2018-10-26 17:27:09 +020026 <!-- Color Blend -->
27 <string name="color_blend_ok">@android:string/ok</string>
28 <string name="color_blend_cancel">@android:string/cancel</string>
29 <string name="color_blend_reset">Reset</string>
30 <string name="color_blend_preview">Preview: %1$d%%</string>
31 <string name="color_preview_start">Start</string>
32 <string name="color_preview_end">End</string>
33 <string name="color_preview_between">Between</string>
34
Lars Greissaf9b2e42014-12-19 00:18:41 -050035 <!-- Color Picker -->
36 <string name="dialog_color_picker">Color Picker</string>
37 <string name="press_color_to_apply">Press on color below to apply</string>
38 <string name="arrow_right"></string>
39 <string name="arrow_down"></string>
40 <string name="hex">Hex:</string>
41 <string name="hex_hint">#ff000000</string>
42 <string name="set">Set</string>
43 <string name="color_default">Default</string>
44
Jackeaglefcfdd302019-09-21 06:05:36 -040045</resources>