| backup.choose.backup.file.dialog.title=Backup App Data to a File |
| backup.choose.restore.file.dialog.title=Restore App Data from a File |
| |
| backup=Backup |
| restore=Restore |
| |
| notification.success={0} completed successfully |
| |
| notification.error={0} Failed |
| |
| restore.file.action.error.title=Cannot Restore App Data |
| backup.app.action.error.title=Cannot Backup App Data |
| error.wrong.package=Application id in file does not match run app: "{0}" != "{1}" |
| error.invalid.file=Backup file is invalid |
| error.device.not.running=Selected device is not running |
| error.device.not.supported=Selected device is not supported |
| error.applications.not.installed=No compatible application installed |
| error.application.not.debuggable=Application "{0}" is not debuggable and is not supported. |
| error.device.not.ready=Device not ready |
| error.multiple.devices=Action is not supported for multiple devices |
| error.incompatible.run.config=Incompatible run configuration |
| |
| restore.run.config.group=Restore Options |
| restore.run.config.checkbox=Restore app data |
| restore.run.config.fresh.install.checkbox=Only restore on fresh apk installation |
| |
| backup.file.missing=Backup file must be specified |
| backup.file.not.exist=Backup file does not exist |
| backup.file.invalid=Backup file is not valid |
| backup.file.mismatch=Backup file is from a different app: {0} |
| notification.unknown.error=Unknown error |
| notification.error.button=Show Full Error |
| notification.update.gms=Open Play Store |
| open.play.store.error.title=Error Opening Play Store |
| open.play.store.error.unexpected=Unexpected error. See idea.log for details |
| open.play.store.error.unavailable=Play Store not available on the device |
| |
| restore.action.title=Restore App Data |
| restore.action.description=Restore app data from file |
| restore.action.browse=Browse... |
| |
| learn.more=Learn More |
| notification.without.app.data=Only Restore Keys were backed up. App-data was not backed up since allowBackup property is false. |
| |
| enable.backup.success.title=Success |
| enable.backup.success.text=Backup was enabled in the manifest. Please build and deploy the app. |
| enable.backup.failure.title=Error |
| enable.backup.failure.text=Failed to enable backup in the manifest |