]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/values/strings.xml
settings backup: mention that passwords are stored in the clear
[mobile-ledger.git] / app / src / main / res / values / strings.xml
index 14ec12155853570c66e5990da8742adfaa863815..a709d92467c96a65173ede5b93d32c1fcbb89503 100644 (file)
     <string name="date_day_hint">date</string>
     <string name="template_details_date_year_source_label">year</string>
     <string name="template_details_date_day_source_label">date</string>
-    <string name="template_details_date_month_source_label">month</string>
+    <string name="month_source_label">month</string>
     <string name="unnamed_template">Template with no name</string>
     <string name="add_button_description">Add template</string>
     <string name="no_template_matches">No template matches</string>
     <string name="fallback_templates_divider">Fallback templates</string>
     <string name="template_list_help_title">Templates</string>
     <string name="template_details_template_params_label">Template parameters</string>
-    <string name="template_details_template_params_help_description">Show help on template parameters</string>
+    <string name="template_params_help_description">Show help on template parameters</string>
+    <string name="account_currency_source_label">Commodity source</string>
+    <string name="action_import_export">Backup/Restore</string>
+    <string name="backup_header">Backup</string>
+    <string name="backup_explanation">Exports all profile configuration and templates to a JSON file. this includes passwords in clear text. Tha backup can later be used to restore the settings on a different device or after a device reset. Data about transactions and accounts are not exported. Instead, these will be fetched from the remote backend when the configuration is restored.</string>
+    <string name="backup_button_label">Backup</string>
+    <string name="restore_header">Restore</string>
+    <string name="restore_explanation">Restores all profiles and templates from a previous backup. Entries that already exist are kept without changes. If you want to restore some entry to a previous state remove it first.</string>
+    <string name="restore_button_label">Restore</string>
+    <string name="config_saved">Configuration saved successfully</string>
+    <string name="backups_activity_label">Backup / Restore</string>
+    <string name="config_restored">Configuration restored successfully</string>
+    <string name="no_profile_restore_hint">… or, you may restore from backup</string>
+    <string name="profile_not_available">Profile not available</string>
 </resources>