| <?xml version="1.0" encoding="utf-8"?> |
| <resources> |
| <string name="search">Search</string> |
| <string name="search_description">SearchFragment test</string> |
| <string name="invert_title">Invert enabled actions</string> |
| <string name="revert_description">Changes enabled actions to disabled & vice versa</string> |
| <string name="focusable_test_error_message">An un-focusable action was incorrectly |
| selected for action title: %s</string> |
| <string name="enabled_test_wrong_focus_error_message">The wrong action was focused</string> |
| <string name="enabled_test_wrong_click_error_message">onClickListener for GuidedAction is |
| incorrectly called for a disabled action</string> |
| <string name="enabled_test_wrong_flag_error_message">isEnabled returns incorrect result |
| </string> |
| <string name="checkbox_title">Option</string> |
| <string name="checkbox_desc">Description of Option</string> |
| <string name="radio_actions_info_title">Radio Actions</string> |
| <string name="radio_actions_info_desc">Only one radio action could be |
| selected at a time</string> |
| <string name="checkbox_actions_info_title">CheckBox Actions</string> |
| <string name="checkbox_actions_info_desc">Multiple checkbox actions can be |
| checked at a time</string> |
| <string name="dropdown_action_title">Drop-down Action%d</string> |
| <string name="dropdown_action_desc">This action may or may not have subactions</string> |
| <string name="subaction_title">Subaction%d</string> |
| <string name="subaction_test_wrong_focus_error_message">The wrong action or sub-action |
| was focused</string> |
| <string name="subaction_test_wrong_click_error_message">The wrong action or sub-action |
| was clicked</string> |
| <string name="datepicker_test_wrong_day_value">The date picker day field shows incorrect value |
| </string> |
| <string name="datepicker_test_wrong_month_value">The date picker month field shows incorrect value |
| </string> |
| <string name="datepicker_test_wrong_year_value">The date picker year field shows incorrect value |
| </string> |
| <string name="datepicker_test_transition_error1">The last day for month %d is incorrect</string> |
| <string name="datepicker_test_transition_error2" formatted="false"> |
| Day %d is outside the valid range for month %d</string> |
| <string name="datepicker_with_range_title" formatted="false">Date Picker\nMin: %s\nMax: %s</string> |
| <string name="info_action_very_long_title">Super-long title%d: This is the beginning |
| of one type of a very long |
| title. Make sure that you set multilineDescription flag on for these actions. |
| This allows the long title to be displayed properly.</string> |
| <string name="info_action_very_long_desc">Super-long description%d: This is the beginning |
| of one type of a very long |
| description. Make sure that you set multilineDescription flag on for these actions. |
| This allows the long description to be displayed properly.</string> |
| <string name="multiline_enabled_actions_info_title">Long actions with multiline enabled</string> |
| <string name="multiline_disabled_actions_info_title"> |
| Long actions with multiline disabled</string> |
| </resources> |