]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/values/strings.xml
remove account lines by swiping left
[mobile-ledger.git] / app / src / main / res / values / strings.xml
index 83957fe312c662fcbd2aa67b9742fe689b9a973e..211c7109f6301c059eda571d0b2649badc44728a 100644 (file)
@@ -2,15 +2,12 @@
     <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 -->
     <string name="pref_title_backend_url">Backend URL</string>
     <string name="pref_default_backend_url">https://server/loc</string>
 
-    <string name="pref_title_add_friends_to_messages">Add friends to messages</string>
-    <string-array name="pref_example_list_titles">
-        <item>Always</item>
-        <item>When possible</item>
-        <item>Never</item>
-    </string-array>
-    <string-array name="pref_example_list_values">
-        <item>1</item>
-        <item>0</item>
-        <item>-1</item>
-    </string-array>
-
     <!-- Example settings for Data & Sync -->
-    <string name="pref_header_data_sync">Data &amp; sync</string>
-
     <string name="pref_title_sync_frequency">Sync frequency</string>
     <string-array name="pref_sync_frequency_titles">
         <item>15 minutes</item>
         <item>-1</item>
     </string-array>
 
-    <string-array name="list_preference_entries">
-        <item>Entry 1</item>
-        <item>Entry 2</item>
-        <item>Entry 3</item>
-    </string-array>
-
-    <string-array name="list_preference_entry_values">
-        <item>1</item>
-        <item>2</item>
-        <item>3</item>
-    </string-array>
-
-    <string-array name="multi_select_list_preference_default_value" />
-
     <string name="pref_title_system_sync_settings">System sync settings</string>
 
     <!-- Example settings for Notifications -->
     <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">Transaction date</string>
+    <string name="new_transaction_amount_hint">amount</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>
 </resources>