]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/values/strings.xml
add profile option for entering dates in the future
[mobile-ledger.git] / app / src / main / res / values / strings.xml
index bdfbf3e73d9de5312e2bec3e6a3b152d449c9579..c18ada94e222da7bea2799737ca01ba3e4a24716 100644 (file)
     <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>
+    <string name="profile_future_dates_label">Allow input of dates in the future</string>
+    <string name="future_dates_none">No future dates are allowed</string>
+    <string name="future_dates_30">Up to a month</string>
+    <string name="future_dates_60">Up to two months</string>
+    <string name="future_dates_90">Up to three months</string>
+    <string name="future_dates_180">Up to six months</string>
+    <string name="future_dates_365">Up to a year</string>
+    <string name="future_dates_all">Without restrictions</string>
 </resources>