1<?xml version="1.0" encoding="utf-8"?>
2<resources>
3    <string name="search">Search</string>
4    <string name="search_description">SearchFragment test</string>
5    <string name="invert_title">Invert enabled actions</string>
6    <string name="revert_description">Changes enabled actions to disabled &amp; vice versa</string>
7    <string name="focusable_test_error_message">An un-focusable action was incorrectly
8        selected for action title: %s</string>
9    <string name="enabled_test_wrong_focus_error_message">The wrong action was focused</string>
10    <string name="enabled_test_wrong_click_error_message">onClickListener for GuidedAction is
11        incorrectly called for a disabled action</string>
12    <string name="enabled_test_wrong_flag_error_message">isEnabled returns incorrect result
13    </string>
14    <string name="checkbox_title">Option</string>
15    <string name="checkbox_desc">Description of Option</string>
16    <string name="radio_actions_info_title">Radio Actions</string>
17    <string name="radio_actions_info_desc">Only one radio action could be
18        selected at a time</string>
19    <string name="checkbox_actions_info_title">CheckBox Actions</string>
20    <string name="checkbox_actions_info_desc">Multiple checkbox actions can be
21        checked at a time</string>
22    <string name="dropdown_action_title">Drop-down Action%d</string>
23    <string name="dropdown_action_desc">This action may or may not have subactions</string>
24    <string name="subaction_title">Subaction%d</string>
25    <string name="subaction_test_wrong_focus_error_message">The wrong action or sub-action
26        was focused</string>
27    <string name="subaction_test_wrong_click_error_message">The wrong action or sub-action
28        was clicked</string>
29    <string name="datepicker_test_wrong_day_value">The date picker day field shows incorrect value
30    </string>
31    <string name="datepicker_test_wrong_month_value">The date picker month field shows incorrect value
32    </string>
33    <string name="datepicker_test_wrong_year_value">The date picker year field shows incorrect value
34    </string>
35    <string name="datepicker_test_transition_error1">The last day for month %d is incorrect</string>
36    <string name="datepicker_test_transition_error2" formatted="false">
37        Day %d is outside the valid range for month %d</string>
38    <string name="datepicker_with_range_title" formatted="false">Date Picker\nMin: %s\nMax: %s</string>
39    <string name="info_action_very_long_title">Super-long title%d: This is the beginning
40        of one type of a very long
41        title. Make sure that you set multilineDescription flag on for these actions.
42        This allows the long title to be displayed properly.</string>
43    <string name="info_action_very_long_desc">Super-long description%d: This is the beginning
44        of one type of a very long
45        description. Make sure that you set multilineDescription flag on for these actions.
46        This allows the long description to be displayed properly.</string>
47    <string name="multiline_enabled_actions_info_title">Long actions with multiline enabled</string>
48    <string name="multiline_disabled_actions_info_title">
49        Long actions with multiline disabled</string>
50</resources>
51