]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/values/strings.xml
detect and report API errors when saving new transactions
[mobile-ledger.git] / app / src / main / res / values / strings.xml
index ea7d15482180d3f559118e2b986baf624a32c92f..63fb70e4a84db6895df65552262b67791afff3e0 100644 (file)
     <string name="profile_server_version_title">Server version</string>
     <string name="err_json_parser_error">Error parsing packend JSON response. Perhaps the configured API version doesn\'t match</string>
     <string name="btn_profile_options">Configure profile</string>
+    <string name="err_json_send_error_head">Error storing transaction on backend server</string>
+    <string name="err_json_send_error_tail">A mismatch in the configured API version could be causing this</string>
+    <string name="err_json_send_error_unsupported">Perhaps the API of the backend server is not supported by MoLe</string>
 </resources>