]> 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 1f202f277843ec879a94bbbe29dc27bff1e39963..211c7109f6301c059eda571d0b2649badc44728a 100644 (file)
@@ -23,8 +23,6 @@
     <string name="pref_default_backend_url">https://server/loc</string>
 
     <!-- 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>
     <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>