forked from openMF/mifos-x-field-officer-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstrings.xml
More file actions
126 lines (107 loc) · 5.96 KB
/
Copy pathstrings.xml
File metadata and controls
126 lines (107 loc) · 5.96 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2025 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="core_ui_no_internet">No Internet</string>
<string name="core_ui_retry">Retry</string>
<string name="core_ui_no_data">No Data</string>
<string name="core_ui_something_went_wrong">Something went wrong</string>
<string name="core_ui_core_common_working">Core Common Working</string>
<string name="core_ui_click_to_add_new">Click to add new</string>
<!-- Mifos Client Fee -->
<string name="core_ui_name">Name</string>
<string name="core_ui_due_as_of">Due as of</string>
<string name="core_ui_due">Due</string>
<string name="core_ui_paid">Paid</string>
<string name="core_ui_waived">Waived</string>
<string name="core_ui_outstanding">Outstanding</string>
<!-- Mifos Loan -->
<string name="core_ui_account_no">Account No</string>
<string name="core_ui_loan_product">Loan Product</string>
<string name="core_ui_original_loan">Original Loan</string>
<string name="core_ui_amount_paid">Amount Paid</string>
<string name="core_ui_loan_balance">Loan Balance</string>
<string name="core_ui_type">Type</string>
<!-- Mifos Savings -->
<string name="core_ui_savings_product">Savings Product</string>
<string name="core_ui_last_active">Last Active</string>
<string name="core_ui_balance">Balance</string>
<!-- Mifos Collateral -->
<string name="core_ui_quantity">Quantity</string>
<string name="core_ui_total_value">Total Value</string>
<string name="core_ui_total_collateral_value">Total Collateral Value</string>
<!-- Mifos Identifier -->
<string name="core_ui_document_type">Document Type</string>
<string name="core_ui_document_id">Document ID</string>
<string name="core_ui_document_key">Document Key</string>
<string name="core_ui_status">Status</string>
<string name="core_ui_description">Description</string>
<string name="core_ui_identify_documents">Identify Documents</string>
<!-- Mifos Delinquency -->
<string name="core_ui_action">Action</string>
<string name="core_ui_pause">Pause</string>
<string name="core_ui_resume">Resume</string>
<string name="core_ui_start_date">Start Date</string>
<string name="core_ui_end_date">End Date</string>
<!-- Mifos Charges -->
<string name="core_ui_calculation_type">Calculation Type</string>
<string name="core_ui_title_processing_fee">Processing Fee</string>
<!-- Mifos Sell Loan -->
<string name="core_ui_cancelled">Cancelled</string>
<string name="core_ui_completed">Completed</string>
<string name="core_ui_pending">Pending</string>
<string name="core_ui_effective_from">Effective From</string>
<string name="core_ui_owner_external_id">Owner External ID</string>
<string name="core_ui_transfer_external_id">Transfer External ID</string>
<string name="core_ui_settlement_date">Settlement Date</string>
<string name="core_ui_purchase_price_ratio">Purchase Price Ratio</string>
<string name="core_ui_click_here_to_view_filled_state">Click Here To View Filled State.</string>
<string name="core_ui_no_item_found">No Item Found</string>
<!-- Action Names -->
<string name="core_ui_view_account">View Account</string>
<string name="core_ui_edit_note">Edit Note</string>
<string name="core_ui_delete_note">Delete Note</string>
<string name="core_ui_approve_account">Approve Account</string>
<string name="core_ui_make_repayment">Make Repayment</string>
<string name="core_ui_view_document">View Document</string>
<string name="core_ui_upload_again">Upload Again</string>
<string name="core_ui_delete_document">Delete Document</string>
<string name="core_ui_pay_outstanding_amount">Pay Outstanding Amount</string>
<string name="core_ui_edit">Edit</string>
<string name="core_ui_delete">Delete</string>
<string name="core_ui_transfer_fund">Transfer Fund</string>
<!-- Mifos Note -->
<string name="core_ui_note_createdBy">Created By:</string>
<string name="core_ui_note_date">Date</string>
<string name="core_ui_note_note">Note</string>
<!-- MifosActionsIdentifierListingComponent -->
<string name="listing_component_identifier_not_available">Not Available</string>
<!-- Mifos Client Documents-->
<string name="client_documents_component_header_title">Document Name</string>
<string name="client_documents_component_header_subtitle_description">Description</string>
<string name="client_documents_component_header_subtitle_file_name">File Name</string>
<!-- MifosFilePickerBottomSheet -->
<string name="file_picker_bottom_sheet_gallery">Gallery</string>
<string name="file_picker_bottom_sheet_files">Files</string>
<string name="file_picker_bottom_sheet_more">More</string>
<string name="error_field_empty">This field cannot be empty</string>
<string name="error_invalid_characters">This field contains invalid characters</string>
<string name="error_invalid_number">Invalid number entered</string>
<string name="error_digits_only">This field should contain digits only</string>
<string name="error_number_zero">Number should not be zero</string>
<string name="ok">Ok</string>
<string name="cancel">Cancel</string>
<string name="name">Name</string>
<string name="date">Date</string>
<string name="amount">Amount</string>
<string name="type">Type</string>
<string name="collected_on">Collected On</string>
<string name="client_share_accounts_share_product">Share Product</string>
<string name="client_share_accounts_pending_for_approval_shares">Pending For Approval Shares</string>
<string name="client_share_accounts_approved_shares">Approved Shares</string>
</resources>