]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/values/strings.xml
working transaction list retrieval
[mobile-ledger.git] / app / src / main / res / values / strings.xml
index 4b9a8ef35ad3bead7728253e815eebfd9ccc1c7d..da63a4cb6c1227b8ec99625fa70331797c239a02 100644 (file)
@@ -1,3 +1,20 @@
+<!--
+  ~ Copyright © 2018 Damyan Ivanov.
+  ~ This file is part of Mobile-Ledger.
+  ~ Mobile-Ledger is free software: you can distribute it and/or modify it
+  ~ under the term of the GNU General Public License as published by
+  ~ the Free Software Foundation, either version 3 of the License, or
+  ~ (at your opinion), any later version.
+  ~
+  ~ Mobile-Ledger is distributed in the hope that it will be useful,
+  ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
+  ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+  ~ GNU General Public License terms for details.
+  ~
+  ~ You should have received a copy of the GNU General Public License
+  ~ along with Mobile-Ledger. If not, see <https://www.gnu.org/licenses/>.
+  -->
+
 <resources>
     <string name="app_name">Mobile Ledger</string>
     <string name="navigation_drawer_open">Open navigation drawer</string>
@@ -82,4 +99,6 @@
     <string name="menu_acc_summary_hide_selected_title">Hide selected accounts</string>
     <string name="menu_acc_summary_cancel_selection_title">Cancel selection</string>
     <string name="menu_acc_summary_confirm_selection_title">Confirm selectin</string>
+    <string name="title_activity_transaction_list">Transactions</string>
+    <string name="transactions_last_update_label">Last update:</string>
 </resources>