forked from openMF/mifos-x-field-officer-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeature_search_strings.xml
More file actions
40 lines (35 loc) · 2.4 KB
/
Copy pathfeature_search_strings.xml
File metadata and controls
40 lines (35 loc) · 2.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2024 Mifos Initiative
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
If a copy of the MPL was not distributed with this file,
You can obtain one at https://mozilla.org/MPL/2.0/.
See https://github.com/openMF/mifos-x-field-officer-app/blob/master/LICENSE.md
-->
<resources>
<string name="feature_search_title">Search</string>
<string name="feature_search_filter">Filter Search</string>
<string name="feature_search_search_hint">Name or Account Number or External Id</string>
<string name="feature_search_no_search_result_found">No results found for entered query</string>
<string name="feature_search_no_search_query_entered">No Search Query Entered!</string>
<string name="feature_search_exact_match">Exact Match</string>
<string name="feature_search_empty_input_field">Please enter Name or Account Number or External ID to search</string>
<string name="feature_search_search_options_clients_label">Clients</string>
<string name="feature_search_search_options_clients_value">clients</string>
<string name="feature_search_apply">Apply</string>
<string name="feature_search_close">Close</string>
<string name="feature_search_all">All</string>
<string name="feature_search_filter_options_clients_label">Clients</string>
<string name="feature_search_filter_options_clients_value" translatable="false">clients</string>
<string name="feature_search_filter_options_groups_label">Groups</string>
<string name="feature_search_filter_options_groups_value" translatable="false">groups</string>
<string name="feature_search_filter_options_centers_label">Centers</string>
<string name="feature_search_filter_options_centers_value" translatable="false">centers</string>
<string name="feature_search_filter_options_loans_label">Loan Accounts</string>
<string name="feature_search_filter_options_loans_value" translatable="false">loans</string>
<string name="feature_search_filter_options_savings_label">Savings Accounts</string>
<string name="feature_search_filter_options_savings_value" translatable="false">savingsaccounts</string>
<string name="feature_search_a11y_search_icon">Search</string>
<string name="feature_search_a11y_filter_dropdown">Open filter</string>
<string name="feature_search_a11y_perform_search">Perform search</string>
</resources>