]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/values/strings.xml
home is account summary, latest transactions is a new item
[mobile-ledger.git] / app / src / main / res / values / strings.xml
index 5b29c7472d97908ceed927cc93bc2ee5f2d6a858..75e444d46195ee369c71c7fbc2beb764bc73e8da 100644 (file)
@@ -57,7 +57,7 @@
     <string name="title_activity_new_transaction">New Transaction</string>
     <string name="new_transaction_account_hint">Account</string>
     <string name="new_transaction_date_hint">date</string>
-    <string name="new_transaction_amount_hint">amount</string>
+    <string name="new_transaction_amount_hint" translatable="false">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>
@@ -67,4 +67,6 @@
     <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">Account Summary</string>
 </resources>