forked from openMF/mifos-x-field-officer-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathres.xml
More file actions
34 lines (31 loc) · 1.83 KB
/
Copy pathres.xml
File metadata and controls
34 lines (31 loc) · 1.83 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
<?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/android-client/blob/master/LICENSE.md
-->
<resources>
<string name="feature_note_notes">Notes</string>
<string name="feature_note_no_item_found">No Item Found</string>
<string name="feature_note_add_item">Click on "+" Button to add an Item</string>
<string name="feature_note_failed_to_fetch_notes">Failed to fetch notes</string>
<string name="feature_note_internet_not_connected">No Internet</string>
<string name="feature_note_edit_note">Edit Note</string>
<string name="feature_note_delete_note">Delete Note</string>
<string name="feature_note_delete">Delete</string>
<string name="feature_note_item">Item</string>
<string name="feature_note_Unexpected_error">"Unexpected error"</string>
<string name="feature_note_delete_note_confirmation">Once deleted, this note cannot be recovered. Do you want to continue?</string>
<string name="feature_note_write_note_label">Write a Note</string>
<string name="feature_note_edit_note_label">Edit a Note</string>
<string name="feature_note_add_note">Add Note</string>
<string name="feature_note_update_note">Update Note</string>
<string name="feature_note_button_add">Add</string>
<string name="feature_note_button_update">Update</string>
<string name="feature_note_button_back">Back</string>
<string name="feature_note_button_confirm">Confirm</string>
<string name="feature_note_dialog_warning">Warning</string>
<string name="feature_note_dialog_warning_message">Discard changes? Unsaved data will be lost.</string>
</resources>