]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/values/strings.xml
working addition of new transactions
[mobile-ledger.git] / app / src / main / res / values / strings.xml
index a06a809b61a5010698b4c94b05ba4cbf03a99586..5b29c7472d97908ceed927cc93bc2ee5f2d6a858 100644 (file)
@@ -56,7 +56,7 @@
     <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_date_hint">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>
@@ -64,4 +64,7 @@
     <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>
 </resources>