]> 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 23d2ee12c2a350985e87387f8293ed6863cf4a44..5b29c7472d97908ceed927cc93bc2ee5f2d6a858 100644 (file)
     <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_label">Account</string>
-    <string name="new_transaction_date_hint">Transaction date</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="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>
+    <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>