]> 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 af4ed7479424fa377776c1d3c07f4e01d2ee470c..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>
@@ -66,4 +66,7 @@
     <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">Account Summary</string>
 </resources>