]> git.ktnx.net Git - mobile-ledger.git/blob - app/src/main/res/values/strings.xml
23d2ee12c2a350985e87387f8293ed6863cf4a44
[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_label">Account</string>
59     <string name="new_transaction_date_hint">Transaction date</string>
60     <string name="new_transaction_amount_hint">amount</string>
61 </resources>