]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/values/strings.xml
NT: add simulation watermark when simulation is enabled
[mobile-ledger.git] / app / src / main / res / values / strings.xml
index 1de48335b84187045d9216eabeea214574a3d760..2f8f643c8e6e02e3065eb98463fa9a789eaffe9d 100644 (file)
@@ -82,7 +82,6 @@
     <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">Accounts</string>
     <string name="menu_acc_summary_refresh_title">Refresh</string>
     <string name="menu_acc_view_transactions">View transactions</string>
     <string name="profile_subitlte_read_only">(Read only)</string>
     <string name="crash_report_contents_label">Crash report contents:</string>
     <string name="crash_dialog_title">MoLe chashed</string>
-    <string name="btn_send_crash_report">Send...</string>
+    <string name="btn_send_crash_report">Send</string>
     <string name="btn_not_now">Not now</string>
     <string name="crash_app_label">Crash app</string>
     <string name="crash_app_condensed_label">Crash</string>
-    <string name="crash_send_question">Would you like to send the crash report to the developer? This would help diagnosing and fixing the problem.</string>
+    <string name="crash_send_question">Would you like to send the crash report to the developer? This would help diagnosing and fixing the problem. The report is sent via email and you can review it before sending.</string>
     <string name="send_crash_via">Send crash report via:</string>
     <string name="btn_show_report">Show report</string>
     <string name="color_label">Color</string>
     <string name="remove_profile_dialog_message">Permanently remove this profile?</string>
     <string name="Remove">Remove</string>
     <string name="text_loading">Loading…</string>
+    <string name="err_invalid_url">Invalid URL</string>
+    <string name="btn_color_picker_button">Color picker button</string>
+    <string name="insecure_scheme_with_auth">WARNING: Insecure http used with authentication</string>
+    <string name="zero_amount">0.00</string>
+    <string name="new_transaction_saving">Saving…</string>
+    <string name="simulate_save_label">Simulate save requests</string>
+    <string name="simulate_save_condensed_label">Simul. save</string>
+    <string name="simulation_label">SIMULATION</string>
 </resources>