]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/values/strings.xml
remove Exit item from the drawer
[mobile-ledger.git] / app / src / main / res / values / strings.xml
index b7501a08fc226b9da62d992aa275df577d55e184..68b5254d9dd28753c6b1285b21e6724678bb3a82 100644 (file)
@@ -1,3 +1,20 @@
+<!--
+  ~ Copyright © 2019 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>
@@ -7,7 +24,6 @@
     <string name="nav_header_subtitle" translatable="false">dam+google@ktnx.net</string>
     <string name="nav_latest_transactions_title">Latest transactions</string>
     <string name="nav_reports_title">Reports</string>
-    <string name="nav_exit_title">Exit</string>
     <string name="title_activity_settings">Settings</string>
 
     <!-- Strings related to Settings -->
@@ -57,7 +73,7 @@
     <string name="title_activity_new_transaction">New Transaction</string>
     <string name="new_transaction_account_hint">Account</string>
     <string name="new_transaction_date_hint">today</string>
-    <string name="new_transaction_amount_hint" translatable="false">0.00</string>
+    <string name="new_transaction_amount_hint">0.00</string>
     <string name="menu_add_account">Add another acount</string>
     <string name="msg_at_least_two_accounts_are_required">At least two accounts are required</string>
     <string name="err_bad_backend_url">Invalid backend URL</string>
     <string name="menu_acc_summary_refresh_title">Refresh</string>
     <string name="menu_hide_acc_title">Hide account</string>
     <string name="menu_hide_acc_condensed_title">Hide</string>
-    <string name="menu_acc_summary_show_hidden_accounts_title">Show hidden accounts</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 selection</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>
+    <string name="title_profile_list">Profiles</string>
+    <string name="title_profile_details">Profile Details</string>
+    <string name="profiles">Profiles</string>
+    <string name="new_profile_title" type="id">New profile</string>
+    <string name="delete_profile">Delete profile</string>
+    <string name="delete">Delete</string>
+    <string name="error_invalid_date">Invalid date</string>
+    <string-array name="month_names">
+        <item>January</item>
+        <item>February</item>
+        <item>Match</item>
+        <item>April</item>
+        <item>May</item>
+        <item>June</item>
+        <item>July</item>
+        <item>August</item>
+        <item>September</item>
+        <item>October</item>
+        <item>November</item>
+        <item>December</item>
+    </string-array>
 </resources>