]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/values/strings.xml
first step towards pattern-assisted auto-filling of transactions
[mobile-ledger.git] / app / src / main / res / values / strings.xml
index 187a8f64f0b9eac85b0bb2cd9d3ff64a5349acb3..0d1a17a0ebfebf70cc3ffb0aaa9f71a26124bf0a 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-  ~ 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
@@ -50,7 +50,6 @@
     <string name="err_http_error">HTTP error</string>
     <string name="err_net_error">Network 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="account_summary_title">Accounts</string>
     <string name="menu_acc_summary_refresh_title">Refresh</string>
     <string name="zero_amount">0.00</string>
     <string name="new_transaction_saving">Saving…</string>
     <string name="simulate_save_label">Simulate save requests</string>
-    <string name="simulate_save_condensed_label">Simul. save</string>
+    <string name="simulate_save_condensed_label">Simulate saves</string>
     <string name="simulation_label">SIMULATION</string>
     <string name="profile_future_dates_label">Allow input of dates in the future</string>
     <string name="future_dates_none">No future dates are allowed</string>
     <string name="future_dates_365">Up to a year</string>
     <string name="future_dates_all">Without restrictions</string>
     <string name="api_html">Version before 1.14</string>
-    <string name="api_pre_1_15">Version 1.14.x</string>
-    <string name="api_post_1_14">Version 1.15 and above</string>
-    <string name="api_auto">Detect automatically</string>
-    <string name="profile_api_version_title">Backend server version</string>
+    <string name="api_1_14">Version 1.14</string>
+    <string name="api_1_15">Version 1.15</string>
+    <string name="api_auto">Automatic</string>
+    <string name="profile_api_version_title">Protocol version</string>
     <string name="currency_symbol" translatable="false">¤</string>
     <string name="add_button">Add…</string>
     <string name="close_button">Close</string>
     <string name="profile_default_commodity">Default commodity</string>
     <string name="ignoring_preferred_account">No transactions with preferred account found</string>
     <string name="icon">icon</string>
+    <string name="show_comments_switch">Comments</string>
+    <string name="show_comment_input_by_default">Show comment fields by default</string>
+    <string name="filter_menu_title">Filter</string>
+    <string name="go_to_date_menu_title">Go to date</string>
+    <string name="splash_icon_description">Main app icon</string>
+    <string name="sub_accounts_expand_collapse_trigger_description">Sub-accounts expand/collapse trigger</string>
+    <string name="transaction_count_summary">%,d transactions as of %s</string>
+    <string name="account_count_summary">%,d accounts as of %s</string>
+    <string name="server_version_unknown_label">Unknown</string>
+    <string name="detected_server_pre_1_20_1">Before 1.20.1</string>
+    <string name="detected_version_label">Detected version</string>
+    <string name="new_transaction_fab_description">Plus icon</string>
+    <string name="api_1_19_1">Version 1.19.1</string>
+    <string name="profile_server_version_title">Server version</string>
+    <string name="err_json_parser_error">Error parsing packend JSON response. Perhaps the configured API version doesn\'t match</string>
+    <string name="btn_profile_options">Configure profile</string>
+    <string name="err_json_send_error_head">Error storing transaction on backend server</string>
+    <string name="err_json_send_error_tail">A mismatch in the configured API version could be causing this</string>
+    <string name="err_json_send_error_unsupported">Perhaps the API of the backend server is not supported by MoLe</string>
+    <string name="scan_qr">Scan QR code</string>
+    <string name="nav_patterns">Patterns</string>
+    <string name="title_activity_patterns">Patterns</string>
+    <string name="pattern_regex_hint">Pattern (regular expression)</string>
+    <string name="help_menu_item_title">Help</string>
+    <string name="edit_button_description">Edit button</string>
 </resources>