]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/values/strings.xml
operation cancelled text
[mobile-ledger.git] / app / src / main / res / values / strings.xml
index a57104ea32997b557b69bdd894d0acaa0239e05a..9cb2cd3d0b4f113b8da3c1e73043b6b9c09df937 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>
     <string name="menu_acc_summary_show_only_starred_title">Show only starred</string>
     <string name="err_bad_auth">Invalid username or password</string>
     <string name="action_reset_new_transaction_activity_title">Reset</string>
-    <string name="ime_action_next_title">Next</string>
     <string name="interface_pref_header_title">Interface</string>
     <string name="pref_show_only_starred_off_summary">Account list contains all accounts</string>
     <string name="pref_show_only_starred_on_summary">Only starred accounts are shown</string>
     <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>
+    <string name="transaction_last_update_never">never</string>
+    <string name="err_cancelled">Operation cancelled</string>
 </resources>