]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/values/strings.xml
network error strings
[mobile-ledger.git] / app / src / main / res / values / strings.xml
index e284d05d97b9ada5a8dd7c9065f0dc9ff015372e..a06a809b61a5010698b4c94b05ba4cbf03a99586 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_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>
+    <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>
 </resources>