]> git.ktnx.net Git - mobile-ledger.git/blobdiff - 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
index 17b632966ff87c85744dcbed46f00a8f3d6bc949..ded168533667f9b0ce81cdb77b1b99dad0c40d19 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?><!--
-  ~ Copyright © 2019 Damyan Ivanov.
+  ~ Copyright © 2021 Damyan Ivanov.
   ~ This file is part of MoLe.
   ~ MoLe is free software: you can distribute it and/or modify it
   ~ under the term of the GNU General Public License as published by
         <!--<item>Expand all</item>-->
         <!--<item>Collapse all</item>-->
     </string-array>
+    <string-array name="templates_ctx_menu">
+        <item>Edit</item>
+        <item>Duplicate</item>
+        <item>Delete</item>
+    </string-array>
+    <string-array name="template_list_help_text">
+        <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>
+        <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>
+        <item>Templates describe which transaction parameters are fixed and which come from the external source.</item>
+        <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>
+    </string-array>
+    <string-array name="template_params_help">
+        <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>
+        <item>Capture groups may be used for filling some transaction parameters.</item>
+    </string-array>
 </resources>
\ No newline at end of file