2019-09-13 11:40:32 -03:00
<resources xmlns:xliff= "urn:oasis:names:tc:xliff:document:1.2" >
2019-09-23 16:36:31 -03:00
2019-10-28 21:57:47 -04:00
<string name= "app_name" > Seedvault</string>
2019-12-06 09:31:48 -03:00
<string name= "backup" > Backup</string>
2017-09-20 22:42:15 -04:00
<string name= "restore_backup_button" > Restore backup</string>
2019-02-11 22:07:57 -05:00
2019-06-18 17:39:46 -03:00
<!-- Settings -->
<string name= "settings_backup" > Backup my data</string>
<string name= "settings_backup_location" > Backup location</string>
2019-07-09 19:22:24 +02:00
<string name= "settings_backup_location_picker" > Choose backup location</string>
2019-07-08 16:02:53 +02:00
<string name= "settings_backup_location_title" > Backup Location</string>
2019-09-05 17:42:39 -03:00
<string name= "settings_backup_location_invalid" > The chosen location can not be used.</string>
2019-09-13 14:37:32 -03:00
<string name= "settings_backup_location_none" > None</string>
<string name= "settings_backup_location_internal" > Internal Storage</string>
2019-09-19 11:17:16 -03:00
<string name= "settings_backup_last_backup_never" > Never</string>
2019-12-20 13:55:38 -03:00
<string name= "settings_backup_location_summary" > %1$s · Last Backup %2$s</string>
2019-06-18 17:39:46 -03:00
<string name= "settings_info" > All backups are encrypted on your phone. To restore from backup you will need your 12-word recovery code.</string>
<string name= "settings_auto_restore_title" > Automatic restore</string>
<string name= "settings_auto_restore_summary" > When reinstalling an app, restore backed up settings and data</string>
2019-12-30 15:26:03 -03:00
<string name= "settings_backup_apk_title" > App backup</string>
<string name= "settings_backup_apk_summary" > Back up the apps themselves. Otherwise, only app data would get backed up.</string>
<string name= "settings_backup_apk_dialog_title" > Really disable app backup?</string>
<string name= "settings_backup_apk_dialog_message" > Disabled app backup will still back up app data. However, it will not get restored automatically.\n\nYou will need to install all your apps manually while having \"Automatic Restore\" switched on.</string>
<string name= "settings_backup_apk_dialog_cancel" > Cancel</string>
<string name= "settings_backup_apk_dialog_disable" > Disable app backup</string>
2019-06-18 17:39:46 -03:00
<string name= "settings_backup_now" > Backup now</string>
2019-09-13 11:40:32 -03:00
<!-- Storage -->
<string name= "storage_fragment_backup_title" > Choose where to store backups</string>
<string name= "storage_fragment_restore_title" > Where to find your backups?</string>
2019-09-13 17:14:11 -03:00
<string name= "storage_fragment_warning" > People with access to your storage location can learn which apps you use, but do not get access to the apps\' data.</string>
2019-09-13 11:40:32 -03:00
<string name= "storage_fake_drive_title" > USB Flash Drive</string>
<string name= "storage_fake_drive_summary" > Needs to be plugged in</string>
2019-12-06 09:31:48 -03:00
<string name= "storage_available_bytes" > <xliff:g example= "1 GB" id= "size" > %1$s</xliff:g> free</string>
2019-12-10 11:50:13 -03:00
<string name= "storage_fake_nextcloud_title" > Nextcloud</string>
<string name= "storage_fake_nextcloud_summary" > Click to install</string>
<string name= "storage_fake_nextcloud_summary_installed" > Click to set up account</string>
2019-09-13 11:40:32 -03:00
<string name= "storage_check_fragment_backup_title" > Initializing backup location…</string>
<string name= "storage_check_fragment_restore_title" > Looking for backups…</string>
<string name= "storage_check_fragment_backup_error" > An error occurred while accessing the backup location.</string>
<string name= "storage_check_fragment_permission_error" > Unable to get the permission to write to the backup location.</string>
<string name= "storage_check_fragment_error_button" > Back</string>
2019-07-05 12:35:45 +02:00
<!-- Recovery Code -->
<string name= "recovery_code_title" > Recovery Code</string>
<string name= "recovery_code_12_word_intro" > You need your 12-word recovery code to restore backed up data.</string>
<string name= "recovery_code_write_it_down" > Write it down on paper now!</string>
<string name= "recovery_code_confirm_button" > Confirm Code</string>
<string name= "recovery_code_confirm_intro" > Enter your 12-word recovery code to ensure that it will work when you need it.</string>
2019-09-13 17:14:11 -03:00
<string name= "recovery_code_input_intro" > Enter your 12-word recovery code that you wrote down when setting up backups.</string>
2019-07-05 12:35:45 +02:00
<string name= "recovery_code_done_button" > Done</string>
<string name= "recovery_code_input_hint_1" > Word 1</string>
<string name= "recovery_code_input_hint_2" > Word 2</string>
<string name= "recovery_code_input_hint_3" > Word 3</string>
<string name= "recovery_code_input_hint_4" > Word 4</string>
<string name= "recovery_code_input_hint_5" > Word 5</string>
<string name= "recovery_code_input_hint_6" > Word 6</string>
<string name= "recovery_code_input_hint_7" > Word 7</string>
<string name= "recovery_code_input_hint_8" > Word 8</string>
<string name= "recovery_code_input_hint_9" > Word 9</string>
<string name= "recovery_code_input_hint_10" > Word 10</string>
<string name= "recovery_code_input_hint_11" > Word 11</string>
<string name= "recovery_code_input_hint_12" > Word 12</string>
<string name= "recovery_code_error_empty_word" > You forgot to enter this word.</string>
<string name= "recovery_code_error_invalid_word" > Wrong word. Did you mean %1$s or %2$s?</string>
2019-09-13 11:40:32 -03:00
<string name= "recovery_code_error_checksum_word" > Your code is invalid. Please check all words and try again!</string>
2019-07-05 12:35:45 +02:00
2019-07-09 09:52:03 +02:00
<!-- Notification -->
<string name= "notification_channel_title" > Backup Notification</string>
<string name= "notification_title" > Backup running</string>
2019-09-13 12:48:51 -03:00
<string name= "notification_backup_starting" > Starting Backup…</string>
2019-07-09 09:52:03 +02:00
<string name= "notification_backup_result_complete" > Backup complete</string>
2019-08-05 11:07:55 +02:00
<string name= "notification_backup_result_rejected" > Not backed up</string>
2019-07-09 09:52:03 +02:00
<string name= "notification_backup_result_error" > Backup failed</string>
2019-09-02 17:01:12 -03:00
<string name= "notification_error_channel_title" > Error Notification</string>
<string name= "notification_error_title" > Backup Error</string>
<string name= "notification_error_text" > A device backup failed to run.</string>
<string name= "notification_error_action" > Fix</string>
2019-09-05 17:42:39 -03:00
<!-- Restore -->
<string name= "restore_title" > Restore from Backup</string>
<string name= "restore_choose_restore_set" > Choose a backup to restore</string>
2019-12-20 13:55:38 -03:00
<string name= "restore_restore_set_times" > Last Backup %1$s · First %2$s.</string>
2019-09-05 17:42:39 -03:00
<string name= "restore_back" > Don\'t restore</string>
2019-09-11 17:26:03 -03:00
<string name= "restore_invalid_location_title" > No backups found</string>
<string name= "restore_invalid_location_message" > We could not find any backups at this location.\n\nPlease choose another location that contains a %s folder.</string>
2019-09-13 15:23:48 -03:00
<string name= "restore_set_error" > An error occurred while loading the backups.</string>
<string name= "restore_set_empty_result" > No suitable backups found at given location.\n\nThis is most likely due to a wrong recovery code or a storage error.</string>
2019-12-20 13:55:38 -03:00
<string name= "restore_installing_packages" > Re-installing Apps</string>
2019-09-06 12:36:51 -03:00
<string name= "restore_restoring" > Restoring Backup</string>
<string name= "restore_current_package" > Restoring %s…</string>
<string name= "restore_finished_success" > Restore complete.</string>
<string name= "restore_finished_error" > An error occurred while restoring the backup.</string>
<string name= "restore_finished_button" > Finish</string>
2019-09-13 11:40:32 -03:00
<string name= "storage_internal_warning_title" > Warning</string>
<string name= "storage_internal_warning_message" > You have chosen internal storage for your backup. This will not be available when your phone is lost or broken.</string>
<string name= "storage_internal_warning_choose_other" > Choose Other</string>
<string name= "storage_internal_warning_use_anyway" > Use anyway</string>
2019-09-05 17:42:39 -03:00
2019-12-06 09:31:48 -03:00
<!-- About -->
<string name= "about_title" > About</string>
<string name= "about_summary" > A backup application using Android\'s internal backup API.</string>
<string name= "about_license" > License: <a href= "https://www.apache.org/licenses/LICENSE-2.0" > Apache2</a> </string>
<string name= "about_author" > Written by: <a href= "https://github.com/stevesoltys" > Steve Soltys</a> and <a href= "https://blog.grobox.de" > Torsten Grote</a> </string>
<string name= "about_sponsor" > Sponsored by: <a href= "https://www.calyxinstitute.org" > Calyx Institute</a> for use in <a href= "https://calyxos.org" > CalyxOS</a> </string>
<string name= "about_source_code" > Source Code: https://github.com/stevesoltys/seedvault</string>
2017-09-20 22:42:15 -04:00
</resources>