]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/values/strings.xml
better account starr-ing control
[mobile-ledger.git] / app / src / main / res / values / strings.xml
index 188b6301700197215dbd3534d178f7aa5e7de59e..4b9a8ef35ad3bead7728253e815eebfd9ccc1c7d 100644 (file)
@@ -2,13 +2,84 @@
     <string name="app_name">Mobile Ledger</string>
     <string name="navigation_drawer_open">Open navigation drawer</string>
     <string name="navigation_drawer_close">Close navigation drawer</string>
-    <string name="nav_header_title">Mobile ledger</string>
     <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_reports_title">Reports</string>
     <string name="nav_exit_title">Exit</string>
-    <string name="nav_drawer_system_menu">System</string>
-    <string name="nav_drawer_system_title_condensed">Sys</string>
+    <string name="title_activity_settings">Settings</string>
+
+    <!-- Strings related to Settings -->
+
+    <!-- Example General settings -->
+    <string name="pref_header_backend">Backend server</string>
+
+    <string name="pref_title_use_http_auth">Enable HTTP authentication</string>
+    <string name="pref_description_use_http_auth_on">Use HTTP authentication (basic) when connecting to the backend</string>
+    <string name="pref_description_use_http_auth_off">Use plain HTTP without authentication when connecting to the backend</string>
+
+    <string name="pref_title_backend_url">Backend URL</string>
+    <string name="pref_default_backend_url">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_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>
+    <string name="action_reset_new_transaction_activity_title">Reset</string>
+    <string name="ime_action_next_title">Next</string>
+    <string name="interface_pref_header_title">Interface</string>
+    <string name="pref_show_only_starred_off_summary">Account list contains all accounts</string>
+    <string name="pref_show_only_starred_on_summary">Only starred accounts are shown</string>
+    <string name="menu_acc_summary_hide_selected_title">Hide selected accounts</string>
+    <string name="menu_acc_summary_cancel_selection_title">Cancel selection</string>
+    <string name="menu_acc_summary_confirm_selection_title">Confirm selectin</string>
 </resources>