diff --git a/locales/en.json b/locales/en.json index f2a69a6d..c627d04b 100644 --- a/locales/en.json +++ b/locales/en.json @@ -69,6 +69,17 @@ "bolt_manifest_arguments_install_path": "Choose a path for Bolt", "bolt_manifest_arguments_install_public_site": "Is it a public Bolt site?", "bolt_manifest_description": "Bolt is an open source Content Management Tool, which strives to be as simple and straightforward as possible.", + "borg_manifest_arguments_install_apps": "Which apps would you backup (list separated by comma or 'all') ?", + "borg_manifest_arguments_install_conf": "Would you like to backup your YunoHost configuration ?", + "borg_manifest_arguments_install_data": "Would you like to backup mails and user home directory ?", + "borg_manifest_arguments_install_on_calendar": "Indicate the backup frequency (see systemd OnCalendar format)", + "borg_manifest_arguments_install_passphrase": "Indicate a strong passphrase, that you will keep preciously if you want to be able to use your backups", + "borg_manifest_arguments_install_server": "Indicate the server where you want put your backups", + "borg_manifest_arguments_install_ssh_user": "Indicate the ssh user to use to connect on this server", + "borg_manifest_description": "Backup your server with borg.", + "borgserver_manifest_arguments_install_public_key": "Indicate the public key given by borg_ynh app", + "borgserver_manifest_arguments_install_ssh_user": "Indicate the ssh user to create", + "borgserver_manifest_description": "Offer backup storage to a friend.", "bozon_manifest_arguments_install_admin": "Choose an admin user for BoZoN", "bozon_manifest_arguments_install_backup_core_only": "In a case of backup should I only backup the core of the app ? (your uploaded datas to BoZoN as videos, pictures, documents, etc. will not be backuped)", "bozon_manifest_arguments_install_domain": "Choose a domain for BoZoN",