]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/values/strings.xml
drop unused menu item
[mobile-ledger.git] / app / src / main / res / values / strings.xml
index 492bc605e4077b69e9503bc44545e4c29a722e54..7e4cf10f38df992c2cc90ade90d159f562d08518 100644 (file)
@@ -1,28 +1,28 @@
 <!--
   ~ Copyright © 2019 Damyan Ivanov.
-  ~ This file is part of Mobile-Ledger.
-  ~ Mobile-Ledger is free software: you can distribute it and/or modify it
+  ~ 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
   ~ 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,
+  ~ MoLe 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/>.
+  ~ along with MoLe. If not, see <https://www.gnu.org/licenses/>.
   -->
 
 <resources>
-    <string name="app_name">Mobile Ledger</string>
+    <string name="app_name" translatable="false">MoLe</string>
     <string name="navigation_drawer_open">Open navigation drawer</string>
     <string name="navigation_drawer_close">Close navigation drawer</string>
     <string name="nav_header_desc">Navigation header</string>
     <string name="action_settings">Settings</string>
     <string name="nav_header_subtitle" translatable="false">dam+google@ktnx.net</string>
-    <string name="nav_latest_transactions_title">Latest transactions</string>
+    <string name="nav_transactions_title">Transactions</string>
     <string name="nav_reports_title">Reports</string>
     <string name="title_activity_settings">Settings</string>
 
@@ -74,7 +74,6 @@
     <string name="new_transaction_account_hint">Account</string>
     <string name="new_transaction_date_hint">today</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="err_net_io_error">Network I/O error</string>
     <string name="progress_connecting">Connecting…</string>
     <string name="progress_N_accounts_loaded">%d accounts loaded</string>
     <string name="new_transaction_description_hint">Description</string>
-    <string name="action_submit_transaction_title">Save</string>
     <string name="account_summary_title">Accounts</string>
     <string name="menu_acc_summary_refresh_title">Refresh</string>
-    <string name="menu_hide_acc_title">Hide account</string>
+    <string name="menu_acc_view_transactions">View transactions</string>
     <string name="menu_hide_acc_condensed_title">Hide</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="text_welcome">Welcome</string>
     <string name="text_welcome_profile_needed">A profile for connecting to the backend hledger-web instance needs to be created first</string>
     <string name="create_profile_label">Create profile</string>
+    <string name="err_profile_name_empty">Profile name cannot be empty</string>
+    <string name="err_profile_url_empty">Please enter backend URL, e.g. https://server/location</string>
+    <string name="err_profile_user_name_empty">User name is required when authentication is switched on</string>
+    <string name="err_profile_password_empty">Password is mandatory</string>
     <string-array name="month_names">
         <item>January</item>
         <item>February</item>
         <item>November</item>
         <item>December</item>
     </string-array>
+    <string name="posting_permitted">Posting of new transactions enabled</string>
+    <string name="profile_subitlte_read_only">(Read only)</string>
+    <string name="crash_report_contents_label">Crash report contents:</string>
+    <string name="crash_dialog_title">MoLe chashed</string>
+    <string name="btn_send_crash_report">Send...</string>
+    <string name="btn_not_now">Not now</string>
+    <string name="crash_app_label">Crash app</string>
+    <string name="crash_app_condensed_label">Crash</string>
+    <string name="crash_send_question">Would you like to send the crash report to the developer? This would help diagnosing and fixing the problem.</string>
+    <string name="send_crash_via">Send crash report via:</string>
+    <string name="btn_show_report">Show report</string>
+    <string name="color_label">Color</string>
+    <string name="profile_list_rearrange_handle_label">Rearrange items handle</string>
+    <string name="btn_ok">OK</string>
+    <string name="btn_cancel">Cancel</string>
+    <string name="default_color_btn">Default</string>
+    <string name="profile_color_label">Profile color</string>
+    <string name="btn_select_label">Select</string>
+    <string name="pref_preferred_autocompletion_account_filter_hint">Filter for transaction auto-completion</string>
+    <string name="remove_profile_dialog_message">Permanently remove this profile?</string>
+    <string name="Remove">Remove</string>
+    <string name="text_loading">Loading…</string>
 </resources>