1<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2017 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
17<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
18
19    <!-- Message shown in dialog when user is in the process of enabling the multiple accessibility
20    service via the remote control buttons shortcut for the first time. [CHAR LIMIT=none] -->
21    <string name="accessibility_shortcut_multiple_service_warning">
22        You have held both the back and down buttons for three seconds to use
23        <xliff:g id="service" example="TalkBack">%1$s</xliff:g>.\n\n
24        To enable <xliff:g id="service" example="TalkBack">%1$s</xliff:g> now,
25        hold the back and down buttons for three seconds again.
26        Use this shortcut anytime to enable or disable
27        <xliff:g id="service" example="TalkBack">%1$s</xliff:g>.\n\n
28
29        You can adjust your preferences in Settings > System > Accessibility.
30    </string>
31
32    <!-- Message shown in dialog when user is in the process of enabling the accessibility
33    service on Android TV devices via the remote control buttons shortcut for the first time.
34    [CHAR LIMIT=none] -->
35    <string name="accessibility_shortcut_toogle_warning">
36        When the shortcut is on, pressing both the back and down buttons for 3 seconds will start
37        an accessibility feature.\n\n
38        Current accessibility feature:\n
39        <xliff:g id="service_name" example="TalkBack">%1$s</xliff:g>\n\n
40        You can change the feature in Settings > Accessibility.
41    </string>
42
43    <!-- Text in toast to alert the user that the accessibility shortcut turned on an accessibility service. [CHAR LIMIT=none] -->
44    <string name="accessibility_shortcut_enabling_service">
45        Held back and down buttons.
46        <xliff:g id="service_name" example="TalkBack">%1$s</xliff:g>
47        turned on.
48    </string>
49
50    <!-- Text in toast to alert the user that the accessibility shortcut turned off an accessibility service. [CHAR LIMIT=none] -->
51    <string name="accessibility_shortcut_disabling_service">
52        Held back and down buttons.
53        <xliff:g id="service_name" example="TalkBack">%1$s</xliff:g>
54        turned off.
55    </string>
56
57    <!-- Message spoken out when user is in the process of enabling the accessibility
58    service on Android TV devices via the remote control buttons shortcut for the first time.
59    [CHAR LIMIT=none] -->
60    <string name="accessibility_shortcut_spoken_feedback">
61        You have held both the back and down buttons for three seconds to use
62        <xliff:g id="service" example="TalkBack">%1$s</xliff:g>.
63
64        To enable <xliff:g id="service" example="TalkBack">%1$s</xliff:g> now,
65        hold the back and down buttons for three seconds again.
66        Use this shortcut anytime to enable or disable
67        <xliff:g id="service" example="TalkBack">%1$s</xliff:g>.
68    </string>
69
70    <!-- Message shown in dialog when user is in the process of enabling this accessibility service
71    via the remote control buttons shortcut for the first time. [CHAR LIMIT=none] -->
72    <string name="accessibility_shortcut_single_service_warning">
73        You have held both the back and down buttons for three seconds to use
74        <xliff:g id="service" example="TalkBack">%1$s</xliff:g>.\n\n
75
76        To enable <xliff:g id="service" example="TalkBack">%1$s</xliff:g> now,
77        hold the back and down buttons for three seconds again.\n
78        Use this shortcut anytime to enable or disable
79        <xliff:g id="service" example="TalkBack">%1$s</xliff:g>.\n\n
80
81        You can adjust your preferences in Settings > System > Accessibility.
82    </string>
83
84    <!-- Text in button that turns off the accessibility shortcut -->
85    <string name="disable_accessibility_shortcut">Not now</string>
86
87    <!-- Text in button that closes the warning dialog about the accessibility shortcut, leaving the
88    shortcut enabled.-->
89    <string name="leave_accessibility_shortcut_on">Turn on now</string>
90</resources>
91