]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/values/strings.xml
translatable text for template element value from the pattern
[mobile-ledger.git] / app / src / main / res / values / strings.xml
index fa60329e52e88998ac94923a91d08313136da32a..9536e3bcdca0fb48d7db3cb04463b757f749bc45 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
@@ -22,7 +22,7 @@
     <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>
 
     <string name="pref_title_backend_url">Backend URL</string>
     <string name="pref_default_backend_url" translatable="false">https://server/loc</string>
 
-    <!-- Example settings for Data & Sync -->
-    <string name="pref_title_sync_frequency">Sync frequency</string>
-    <string-array name="pref_sync_frequency_titles">
-        <item>15 minutes</item>
-        <item>30 minutes</item>
-        <item>1 hour</item>
-        <item>3 hours</item>
-        <item>6 hours</item>
-        <item>Never</item>
-    </string-array>
-    <string-array name="pref_sync_frequency_values">
-        <item>15</item>
-        <item>30</item>
-        <item>60</item>
-        <item>180</item>
-        <item>360</item>
-        <item>-1</item>
-    </string-array>
-
-    <string name="pref_title_system_sync_settings">System sync settings</string>
-
-    <!-- Example settings for Notifications -->
-    <string name="pref_header_notifications">Notifications</string>
-
-    <string name="pref_title_new_message_notifications">New message notifications</string>
-
-    <string name="pref_title_ringtone">Ringtone</string>
-    <string name="pref_ringtone_silent">Silent</string>
-
-    <string name="pref_title_vibrate">Vibrate</string>
     <string name="pref_title_backend_auth_user">Username</string>
     <string name="pref_title_backend_auth_password">Password</string>
     <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">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="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="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>
         <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="profile_subtitle_read_only">(Read only)</string>
+    <string name="crash_report_contents_label">Crash report contents:</string>
+    <string name="crash_dialog_title">MoLe crashed</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. The report is sent via email and you can review it before sending.</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>
+    <string name="err_invalid_url">Invalid URL</string>
+    <string name="btn_color_picker_button">Color picker button</string>
+    <string name="insecure_scheme_with_auth">WARNING: Insecure http used with authentication</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">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_7">Up to a week</string>
+    <string name="future_dates_14">Up to two weeks</string>
+    <string name="future_dates_30">Up to a month</string>
+    <string name="future_dates_60">Up to two months</string>
+    <string name="future_dates_90">Up to three months</string>
+    <string name="future_dates_180">Up to six months</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_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="transaction_account_comment_hint">comment</string>
+    <string name="choose_currency_label">Currency</string>
+    <string name="new_currency_name_hint">currency/commodity</string>
+    <string name="btn_no_currency">none</string>
+    <string name="currency_position_left">Left</string>
+    <string name="currency_position_right">Right</string>
+    <string name="currency_has_gap">Offset from the value</string>
+    <string name="show_currency_input">Currency</string>
+    <string name="currency_input_by_default">Commodity input visible by default</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">%1$,d transactions as of %2$s</string>
+    <string name="account_count_summary">%1$,d accounts as of %2$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_templates">Templates</string>
+    <string name="title_activity_templates">Templates</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>
+    <string name="pattern_has_errors">Pattern has errors</string>
+    <string name="account_name_is_empty">Account name missing</string>
+    <string name="pattern_is_empty">Pattern missing</string>
+    <string name="invalid_matching_group_number">Invalid matching group number</string>
+    <string name="template_name_label">Template name</string>
+    <string name="template_details_pattern_label">Pattern</string>
+    <string name="template_details_amount_label">Amount</string>
+    <string name="template_details_test_text_label">Test text</string>
+    <string name="template_details_account_name_label">Account name</string>
+    <string name="template_details_account_row_label">Account details</string>
+    <string name="account_name_source_label">Account name source</string>
+    <string name="template_details_source_literal">literal</string>
+    <string name="account_comment_source_label">Account comment source</string>
+    <string name="account_amount_source_label">Amount source</string>
+    <string name="template_details_account_comment_label">Account comment</string>
+    <string name="template_details_account_amount_label">Amount</string>
+    <string name="choose_template_detail_source_label">Pattern match group</string>
+    <string name="missing_pattern_error">Missing pattern</string>
+    <string name="missing_test_text">Missing test text</string>
+    <string name="pattern_without_groups">Pattern has no capturing groups</string>
+    <string name="pattern_does_not_match">Pattern doesn\'t match the test text</string>
+    <string name="template_transaction_parameters_label">Transaction parameters</string>
+    <string name="template_transaction_description_hint">Transaction description</string>
+    <string name="template_transaction_comment_hint">Transaction comment</string>
+    <string name="transaction_description_source_label">Transaction description source</string>
+    <string name="transaction_comment_source_label">Transaction comment source</string>
+    <string name="template_details_date_label">Transaction date</string>
+    <string name="date_year_hint">year</string>
+    <string name="date_month_hint">month</string>
+    <string name="date_day_hint">date</string>
+    <string name="template_details_date_year_source_label">year</string>
+    <string name="template_details_date_day_source_label">date</string>
+    <string name="template_details_date_month_source_label">month</string>
+    <string name="unnamed_template">Template with no name</string>
+    <string name="add_button_description">Add template</string>
+    <string name="save_button_description">Save template</string>
+    <string name="no_template_matches">No template matches</string>
+    <string name="choose_template_to_apply">Choose template to apply</string>
+    <string name="template_name">Template name</string>
+    <string name="implementation_pending">Not implemented yet</string>
+    <string name="title_edit_template">Edit template</string>
+    <string name="title_new_template">New template</string>
+    <string name="template_xxx_deleted">Template \'%1$s\' deleted</string>
+    <string name="action_undo">Undo</string>
+    <string name="pattern_match_result">Pattern match result</string>
+    <string name="template_item_match_group_source">Group %1$d (%2$s)</string>
 </resources>