]> git.ktnx.net Git - mobile-ledger.git/blob - app/src/main/res/values/arrays.xml
more pronounced day/month delimiters in the transaction list
[mobile-ledger.git] / app / src / main / res / values / arrays.xml
1 <?xml version="1.0" encoding="utf-8"?><!--
2   ~ Copyright © 2021 Damyan Ivanov.
3   ~ This file is part of MoLe.
4   ~ MoLe is free software: you can distribute it and/or modify it
5   ~ under the term of the GNU General Public License as published by
6   ~ the Free Software Foundation, either version 3 of the License, or
7   ~ (at your opinion), any later version.
8   ~
9   ~ MoLe is distributed in the hope that it will be useful,
10   ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
11   ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12   ~ GNU General Public License terms for details.
13   ~
14   ~ You should have received a copy of the GNU General Public License
15   ~ along with MoLe. If not, see <https://www.gnu.org/licenses/>.
16   -->
17
18 <resources>
19     <string-array name="acc_ctx_menu">
20         <item>Show transactions</item>
21         <!--<item>Expand all</item>-->
22         <!--<item>Collapse all</item>-->
23     </string-array>
24     <string-array name="templates_ctx_menu">
25         <item>Edit</item>
26         <item>Duplicate</item>
27         <item>Delete</item>
28     </string-array>
29     <string-array name="template_list_help_text">
30         <item>Templates are like pre-filled transactions. Some of the transaction parameters are defined by the template, and others can be deduced from external source.</item>
31         <item>For example, when adding a new transaction, you could scan the QR code of a receipt and get the transaction description filled from the template, and date and amounts filled from the data in the QR code.</item>
32         <item>Templates describe which transaction parameters are fixed and which come from the external source.</item>
33         <item>Currently, scanning QR codes is the only available source. Support for pasting from the clipboard and reading/intercepting text messages (SMS) is planned for the future.</item>
34     </string-array>
35     <string-array name="template_params_help">
36         <item>The pattern is a Regular expression ([Wikipedia↗](https://en.wikipedia.org/wiki/Regular_expression#Syntax)). It must match the input from the external source, or the template won\'t be considered when looking for templates corresponding to the input from the external source.</item>
37         <item>Capture groups may be used for filling some transaction parameters.</item>
38     </string-array>
39 </resources>