]> git.ktnx.net Git - mobile-ledger.git/blob - app/src/main/res/values/strings.xml
new transaction: make text input fields single-line and use 'Next' action button
[mobile-ledger.git] / app / src / main / res / values / strings.xml
1 <resources>
2     <string name="app_name">Mobile Ledger</string>
3     <string name="navigation_drawer_open">Open navigation drawer</string>
4     <string name="navigation_drawer_close">Close navigation drawer</string>
5     <string name="nav_header_desc">Navigation header</string>
6     <string name="action_settings">Settings</string>
7     <string name="nav_header_subtitle" translatable="false">dam+google@ktnx.net</string>
8     <string name="nav_latest_transactions_title">Latest transactions</string>
9     <string name="nav_reports_title">Reports</string>
10     <string name="nav_exit_title">Exit</string>
11     <string name="title_activity_settings">Settings</string>
12
13     <!-- Strings related to Settings -->
14
15     <!-- Example General settings -->
16     <string name="pref_header_backend">Backend server</string>
17
18     <string name="pref_title_use_http_auth">Enable HTTP authentication</string>
19     <string name="pref_description_use_http_auth_on">Use HTTP authentication (basic) when connecting to the backend</string>
20     <string name="pref_description_use_http_auth_off">Use plain HTTP without authentication when connecting to the backend</string>
21
22     <string name="pref_title_backend_url">Backend URL</string>
23     <string name="pref_default_backend_url">https://server/loc</string>
24
25     <!-- Example settings for Data & Sync -->
26     <string name="pref_title_sync_frequency">Sync frequency</string>
27     <string-array name="pref_sync_frequency_titles">
28         <item>15 minutes</item>
29         <item>30 minutes</item>
30         <item>1 hour</item>
31         <item>3 hours</item>
32         <item>6 hours</item>
33         <item>Never</item>
34     </string-array>
35     <string-array name="pref_sync_frequency_values">
36         <item>15</item>
37         <item>30</item>
38         <item>60</item>
39         <item>180</item>
40         <item>360</item>
41         <item>-1</item>
42     </string-array>
43
44     <string name="pref_title_system_sync_settings">System sync settings</string>
45
46     <!-- Example settings for Notifications -->
47     <string name="pref_header_notifications">Notifications</string>
48
49     <string name="pref_title_new_message_notifications">New message notifications</string>
50
51     <string name="pref_title_ringtone">Ringtone</string>
52     <string name="pref_ringtone_silent">Silent</string>
53
54     <string name="pref_title_vibrate">Vibrate</string>
55     <string name="pref_title_backend_auth_user">Username</string>
56     <string name="pref_title_backend_auth_password">Password</string>
57     <string name="title_activity_new_transaction">New Transaction</string>
58     <string name="new_transaction_account_hint">Account</string>
59     <string name="new_transaction_date_hint">today</string>
60     <string name="new_transaction_amount_hint" translatable="false">0.00</string>
61     <string name="menu_add_account">Add another acount</string>
62     <string name="msg_at_least_two_accounts_are_required">At least two accounts are required</string>
63     <string name="err_bad_backend_url">Invalid backend URL</string>
64     <string name="err_net_io_error">Network I/O error</string>
65     <string name="err_http_error">HTTP error</string>
66     <string name="err_net_error">Network error</string>
67     <string name="progress_connecting">Connecting…</string>
68     <string name="progress_N_accounts_loaded">%d accounts loaded</string>
69     <string name="new_transaction_description_hint">Description</string>
70     <string name="action_submit_transaction_title">Save</string>
71     <string name="account_summary_title">Accounts</string>
72     <string name="menu_acc_summary_refresh_title">Refresh</string>
73     <string name="menu_hide_acc_title">Hide account</string>
74     <string name="menu_hide_acc_condensed_title">Hide</string>
75     <string name="menu_acc_summary_show_hidden_accounts_title">Show hidden accounts</string>
76     <string name="err_bad_auth">Invalid username or password</string>
77     <string name="action_reset_new_transaction_activity_title">Reset</string>
78     <string name="ime_action_next_title">Next</string>
79 </resources>