]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/values/strings.xml
new transaction: hide currency/commodity selector by default; add menu item for showing
[mobile-ledger.git] / app / src / main / res / values / strings.xml
index 808b40b0df47cd7f690234e0af3598afe90fec64..b8ca9493ec57186e280bc30644fe7bfc85b99ca7 100644 (file)
@@ -22,7 +22,7 @@
     <string name="nav_header_desc">Navigation header</string>
     <string name="action_settings">Settings</string>
     <string name="nav_header_subtitle" translatable="false">dam+google@ktnx.net</string>
-    <string name="nav_latest_transactions_title">Latest transactions</string>
+    <string name="nav_transactions_title">Transactions</string>
     <string name="nav_reports_title">Reports</string>
     <string name="title_activity_settings">Settings</string>
 
     <string name="pref_title_backend_url">Backend URL</string>
     <string name="pref_default_backend_url" translatable="false">https://server/loc</string>
 
-    <!-- Example settings for Data & Sync -->
-    <string name="pref_title_sync_frequency">Sync frequency</string>
-    <string-array name="pref_sync_frequency_titles">
-        <item>15 minutes</item>
-        <item>30 minutes</item>
-        <item>1 hour</item>
-        <item>3 hours</item>
-        <item>6 hours</item>
-        <item>Never</item>
-    </string-array>
-    <string-array name="pref_sync_frequency_values">
-        <item>15</item>
-        <item>30</item>
-        <item>60</item>
-        <item>180</item>
-        <item>360</item>
-        <item>-1</item>
-    </string-array>
-
-    <string name="pref_title_system_sync_settings">System sync settings</string>
-
-    <!-- Example settings for Notifications -->
-    <string name="pref_header_notifications">Notifications</string>
-
-    <string name="pref_title_new_message_notifications">New message notifications</string>
-
-    <string name="pref_title_ringtone">Ringtone</string>
-    <string name="pref_ringtone_silent">Silent</string>
-
-    <string name="pref_title_vibrate">Vibrate</string>
     <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>
@@ -82,7 +52,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>
+    <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_7">Up to a week</string>
+    <string name="future_dates_14">Up to two weeks</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>
+    <string name="api_html">Version before 1.14</string>
+    <string name="api_pre_1_15">Version 1.14.x</string>
+    <string name="api_post_1_14">Version 1.15 and above</string>
+    <string name="api_auto">Detect automaticaly</string>
+    <string name="profile_api_version_title">Backend server version</string>
+    <string name="currency_symbol" translatable="false">¤</string>
+    <string name="add_button">Add…</string>
+    <string name="close_button">Close</string>
+    <string name="transaction_account_comment_hint">comment</string>
+    <string name="choose_currency_label">Currency</string>
+    <string name="new_currency_name_hint">currency/commodity</string>
+    <string name="btn_no_currency">none</string>
+    <string name="currency_position_left">Left</string>
+    <string name="currency_position_right">Right</string>
+    <string name="currency_has_gap">Offset from the value</string>
+    <string name="show_currency_input">Currency</string>
 </resources>