| 26 | * Localized strings for the checkbox prompt |
| 27 | */ |
| 28 | export interface CheckboxStrings { |
| 29 | /** Help text for navigation keys */ |
| 30 | helpNavigate: string; |
| 31 | /** Help text for selection key */ |
| 32 | helpSelect: string; |
| 33 | /** Help text for submit key */ |
| 34 | helpSubmit: string; |
| 35 | /** Help text for "select all" key */ |
| 36 | helpAll: string; |
| 37 | /** Help text for "invert selection" key */ |
| 38 | helpInvert: string; |
| 39 | } |
| 40 | |
| 41 | /** |
| 42 | * Localized strings for the search prompt |
nothing calls this directly
no outgoing calls
no test coverage detected