]> git.ktnx.net Git - mobile-ledger.git/blob - app/src/main/res/values/strings.xml
more pronounced day/month delimiters in the transaction list
[mobile-ledger.git] / app / src / main / res / values / strings.xml
1 <!--
2   ~ Copyright © 2024 Damyan Ivanov.
3   ~ This file is part of MoLe.
4   ~ MoLe is free software: you can distribute it and/or modify it
5   ~ under the term of the GNU General Public License as published by
6   ~ the Free Software Foundation, either version 3 of the License, or
7   ~ (at your opinion), any later version.
8   ~
9   ~ MoLe is distributed in the hope that it will be useful,
10   ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
11   ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12   ~ GNU General Public License terms for details.
13   ~
14   ~ You should have received a copy of the GNU General Public License
15   ~ along with MoLe. If not, see <https://www.gnu.org/licenses/>.
16   -->
17
18 <resources>
19     <string name="app_name" translatable="false">MoLe</string>
20     <string name="navigation_drawer_open">Open navigation drawer</string>
21     <string name="navigation_drawer_close">Close navigation drawer</string>
22     <string name="nav_header_desc">Navigation header</string>
23     <string name="action_settings">Settings</string>
24     <string name="nav_transactions_title">Transactions</string>
25     <string name="nav_reports_title">Reports</string>
26
27     <!-- Strings related to Settings -->
28
29     <!-- Example General settings -->
30
31     <string name="pref_title_use_http_auth">Enable HTTP authentication</string>
32
33     <string name="pref_default_backend_url" translatable="false">https://server/loc</string>
34
35     <string name="pref_title_backend_auth_user">Username</string>
36     <string name="pref_title_backend_auth_password">Password</string>
37     <string name="title_activity_new_transaction">New Transaction</string>
38     <string name="new_transaction_account_hint">Account</string>
39     <string name="new_transaction_date_hint">today</string>
40     <string name="new_transaction_description_hint">Description</string>
41     <string name="account_summary_title">Accounts</string>
42     <string name="action_reset_new_transaction_activity_title">Reset</string>
43     <string name="title_profile_details">Profile Details</string>
44     <string name="profiles">Profiles</string>
45     <string name="new_profile_title" type="id">New profile</string>
46     <string name="delete_profile">Delete profile</string>
47     <string name="delete">Delete</string>
48     <string name="profile_name_label">Profile name</string>
49     <string name="url_label">URL</string>
50     <string name="text_welcome">Welcome</string>
51     <string name="text_welcome_profile_needed">A profile for connecting to the backend hledger-web instance needs to be created first</string>
52     <string name="create_profile_label">Create profile</string>
53     <string name="err_profile_name_empty">Profile name cannot be empty</string>
54     <string name="err_profile_url_empty">Please enter backend URL, e.g. https://server/location</string>
55     <string name="err_profile_user_name_empty">User name is required when authentication is switched on</string>
56     <string name="err_profile_password_empty">Password is mandatory</string>
57     <string-array name="month_names">
58         <item>January</item>
59         <item>February</item>
60         <item>Match</item>
61         <item>April</item>
62         <item>May</item>
63         <item>June</item>
64         <item>July</item>
65         <item>August</item>
66         <item>September</item>
67         <item>October</item>
68         <item>November</item>
69         <item>December</item>
70     </string-array>
71     <string name="posting_permitted">Posting of new transactions enabled</string>
72     <string name="profile_subtitle_read_only">(Read only)</string>
73     <string name="crash_dialog_title">MoLe crashed</string>
74     <string name="btn_send_crash_report">Send…</string>
75     <string name="btn_not_now">Not now</string>
76     <string name="crash_app_label">Crash app</string>
77     <string name="crash_app_condensed_label">Crash</string>
78     <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>
79     <string name="send_crash_via">Send crash report via:</string>
80     <string name="btn_show_report">Show report</string>
81     <string name="profile_list_rearrange_handle_label">Rearrange items handle</string>
82     <string name="default_color_btn">Default</string>
83     <string name="profile_color_label">Profile color</string>
84     <string name="btn_select_label">Select</string>
85     <string name="pref_preferred_autocompletion_account_filter_hint">Filter for transaction auto-completion</string>
86     <string name="remove_profile_dialog_message">Permanently remove this profile?</string>
87     <string name="Remove">Remove</string>
88     <string name="err_invalid_url">Invalid URL</string>
89     <string name="btn_color_picker_button">Color picker button</string>
90     <string name="insecure_scheme_with_auth">WARNING: Insecure http used with authentication</string>
91     <string name="zero_amount">0.00</string>
92     <string name="new_transaction_saving">Saving…</string>
93     <string name="simulate_save_label">Simulate save requests</string>
94     <string name="simulate_save_condensed_label">Simulate saves</string>
95     <string name="simulation_label">SIMULATION</string>
96     <string name="profile_future_dates_label">Allow input of dates in the future</string>
97     <string name="future_dates_none">No future dates are allowed</string>
98     <string name="future_dates_7">Up to a week</string>
99     <string name="future_dates_14">Up to two weeks</string>
100     <string name="future_dates_30">Up to a month</string>
101     <string name="future_dates_60">Up to two months</string>
102     <string name="future_dates_90">Up to three months</string>
103     <string name="future_dates_180">Up to six months</string>
104     <string name="future_dates_365">Up to a year</string>
105     <string name="future_dates_all">Without restrictions</string>
106     <string name="api_html">Version before 1.14</string>
107     <string name="api_1_14">Version 1.14</string>
108     <string name="api_1_15">Version 1.15</string>
109     <string name="api_auto">Automatic</string>
110     <string name="profile_api_version_title">Protocol version</string>
111     <string name="currency_symbol" translatable="false">¤</string>
112     <string name="add_button">Add…</string>
113     <string name="close_button">Close</string>
114     <string name="transaction_account_comment_hint">comment</string>
115     <string name="choose_currency_label">Currency</string>
116     <string name="new_currency_name_hint">currency/commodity</string>
117     <string name="btn_no_currency">none</string>
118     <string name="currency_position_left">Left</string>
119     <string name="currency_position_right">Right</string>
120     <string name="currency_has_gap">Offset from the value</string>
121     <string name="show_currency_input">Currency</string>
122     <string name="currency_input_by_default">Commodity input visible by default</string>
123     <string name="profile_default_commodity">Default commodity</string>
124     <string name="ignoring_preferred_account">No transactions with preferred account found</string>
125     <string name="icon">icon</string>
126     <string name="show_comments_switch">Comments</string>
127     <string name="show_comment_input_by_default">Show comment fields by default</string>
128     <string name="filter_menu_title">Filter</string>
129     <string name="go_to_date_menu_title">Go to date</string>
130     <string name="splash_icon_description">Main app icon</string>
131     <string name="sub_accounts_expand_collapse_trigger_description">Sub-accounts expand/collapse trigger</string>
132     <string name="transaction_count_summary">%1$,d transactions as of %2$s</string>
133     <string name="account_count_summary">%1$,d accounts as of %2$s</string>
134     <string name="server_version_unknown_label">Unknown</string>
135     <string name="detected_server_pre_1_20_1">Before 1.20.1</string>
136     <string name="new_transaction_fab_description">Plus icon</string>
137     <string name="api_1_19_1">Version 1.19.1</string>
138     <string name="profile_server_version_title">Server version</string>
139     <string name="err_json_parser_error">Error parsing backend JSON response. Perhaps the configured API version doesn\'t match</string>
140     <string name="btn_profile_options">Configure profile</string>
141     <string name="err_json_send_error_head">Error storing transaction on backend server</string>
142     <string name="err_json_send_error_tail">A mismatch in the configured API version could be causing this</string>
143     <string name="err_json_send_error_unsupported">Perhaps the API of the backend server is not supported by MoLe</string>
144     <string name="scan_qr">Scan QR code</string>
145     <string name="nav_templates">Templates</string>
146     <string name="title_activity_templates">Templates</string>
147     <string name="help_menu_item_title">Help</string>
148     <string name="pattern_has_errors">Pattern has errors</string>
149     <string name="account_name_is_empty">Account name missing</string>
150     <string name="pattern_is_empty">Pattern missing</string>
151     <string name="invalid_matching_group_number">Invalid matching group number</string>
152     <string name="template_name_label">Template name</string>
153     <string name="template_details_pattern_label">Pattern</string>
154     <string name="template_details_test_text_label">Test text</string>
155     <string name="template_details_account_name_label">Account name</string>
156     <string name="template_details_account_row_label">Details of account #%d</string>
157     <string name="account_name_source_label">Account name source</string>
158     <string name="template_details_source_literal">literal</string>
159     <string name="account_comment_source_label">Account comment source</string>
160     <string name="account_amount_source_label">Amount source</string>
161     <string name="template_details_account_comment_label">Account comment</string>
162     <string name="template_details_account_amount_label">Amount</string>
163     <string name="choose_template_detail_source_label">Pattern match group</string>
164     <string name="missing_pattern_error">Missing pattern</string>
165     <string name="missing_test_text">Missing test text</string>
166     <string name="pattern_without_groups">Pattern has no capturing groups</string>
167     <string name="pattern_does_not_match">Pattern doesn\'t match the test text</string>
168     <string name="template_transaction_parameters_label">Transaction parameters</string>
169     <string name="template_transaction_description_hint">Transaction description</string>
170     <string name="template_transaction_comment_hint">Transaction comment</string>
171     <string name="transaction_description_source_label">Transaction description source</string>
172     <string name="transaction_comment_source_label">Transaction comment source</string>
173     <string name="template_details_date_label">Transaction date</string>
174     <string name="date_year_hint">year</string>
175     <string name="date_month_hint">month</string>
176     <string name="date_day_hint">date</string>
177     <string name="template_details_date_year_source_label">year</string>
178     <string name="template_details_date_day_source_label">date</string>
179     <string name="month_source_label">month</string>
180     <string name="unnamed_template">Template with no name</string>
181     <string name="add_button_description">Add template</string>
182     <string name="no_template_matches">No template matches</string>
183     <string name="choose_template_to_apply">Choose template to apply</string>
184     <string name="title_edit_template">Edit template</string>
185     <string name="title_new_template">New template</string>
186     <string name="template_xxx_deleted">Template \'%1$s\' deleted</string>
187     <string name="action_undo">Undo</string>
188     <string name="pattern_match_result">Pattern match result</string>
189     <string name="template_item_match_group_source">Group %1$d (%2$s)</string>
190     <string name="template_account_keep_amount_sign">Sign will not be altered</string>
191     <string name="template_account_change_amount_sign">Amount sign will be changed (plus to minus; minus to plus)</string>
192     <string name="template_account_negate_amount_label">Change amount sign</string>
193     <string name="template_is_fallback_label">Fallback template</string>
194     <string name="template_is_fallback_yes">Template will be offered for selection only when no templates match that aren\'t marked as fallback templates</string>
195     <string name="template_is_fallback_no">Template is a primary, high priority one, not a catch-all</string>
196     <string name="fallback_templates_divider">Fallback templates</string>
197     <string name="template_list_help_title">Templates</string>
198     <string name="template_details_template_params_label">Template parameters</string>
199     <string name="template_params_help_description">Show help on template parameters</string>
200     <string name="account_currency_source_label">Commodity source</string>
201     <string name="action_import_export">Backup/Restore</string>
202     <string name="backup_header">Backup</string>
203     <string name="backup_explanation">Exports all profile configuration and templates to a JSON file. this includes passwords in clear text. Tha backup can later be used to restore the settings on a different device or after a device reset. Data about transactions and accounts are not exported. Instead, these will be fetched from the remote backend when the configuration is restored.</string>
204     <string name="backup_button_label">Backup</string>
205     <string name="restore_header">Restore</string>
206     <string name="restore_explanation">Restores all profiles and templates from a previous backup. Entries that already exist are kept without changes. If you want to restore some entry to a previous state remove it first.</string>
207     <string name="restore_button_label">Restore</string>
208     <string name="config_saved">Configuration saved successfully</string>
209     <string name="backups_activity_label">Backup / Restore</string>
210     <string name="config_restored">Configuration restored successfully</string>
211     <string name="no_profile_restore_hint">… or, you may restore from backup</string>
212     <string name="profile_not_available">Profile not available</string>
213     <string name="api_1_23">Version 1.23</string>
214     <string name="accounts_menu_show_zero">Show zero balances</string>
215     <string name="accounts_menu_show_zero_condensed">Zero balances</string>
216 </resources>