|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!-- See the file "LICENSE" for the full license governing this code. -->
|
|
|
|
<resources xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
|
|
|
|
<!-- Resources for built-in backup plug-in -->
|
|
|
|
|
|
|
|
<!-- ============================================== BackupPreferences == -->
|
|
|
|
|
|
|
|
<string name="backup_BPr_backup_title">Automatic Backups</string>
|
|
|
|
|
|
|
|
<!-- backup summary when there is no backup message -->
|
|
|
|
<string name="backup_BPr_backup_desc">Perform daily backups to sdcard.</string>
|
|
|
|
|
|
|
|
<!-- backup failure message (%s -> error message) -->
|
|
|
|
<string name="backup_BPr_backup_desc_failure">Last backup failed: %s</string>
|
|
|
|
|
|
|
|
<!-- backup failure error when error message is null -->
|
|
|
|
<string name="backup_BPr_backup_desc_failure_null">Last backup failed, could not read SD card</string>
|
|
|
|
|
|
|
|
<!-- backup success message (%s -> date) -->
|
|
|
|
<string name="backup_BPr_backup_desc_success">Latest backup was on %s</string>
|
|
|
|
|
|
|
|
<!-- ================================================= BackupActivity == -->
|
|
|
|
|
|
|
|
<!-- backup activity label -->
|
|
|
|
<string name="backup_BAc_label">Backups</string>
|
|
|
|
|
|
|
|
<!-- backup activity title -->
|
|
|
|
<string name="backup_BAc_title">Manage Your Backups</string>
|
|
|
|
|
|
|
|
<!-- backup activity import button -->
|
|
|
|
<string name="backup_BAc_import">Import Tasks</string>
|
|
|
|
|
|
|
|
<!-- backup activity export button -->
|
|
|
|
<string name="backup_BAc_export">Export Tasks</string>
|
|
|
|
|
|
|
|
<!-- ============================================== Importer / Exporter == -->
|
|
|
|
|
|
|
|
<!-- Message displayed when error occurs -->
|
|
|
|
<string name="backup_TXI_error">Import Error</string>
|
|
|
|
|
|
|
|
<string name="export_toast">Backed Up %s to %s.</string>
|
|
|
|
|
|
|
|
<!-- Progress Dialog Title for exporting -->
|
|
|
|
<string name="export_progress_title">Exporting...</string>
|
|
|
|
|
|
|
|
<!-- Summary title for import -->
|
|
|
|
<string name="import_summary_title">Restore Summary</string>
|
|
|
|
|
|
|
|
<!-- Summary message for import. (%s => total # tasks, %s => imported, %s => skipped) -->
|
|
|
|
<string name="import_summary_message">
|
|
|
|
File %s contained %s.\n\n
|
|
|
|
%s imported,\n
|
|
|
|
%s already exist\n
|
|
|
|
%s had errors\n
|
|
|
|
</string>
|
|
|
|
|
|
|
|
<!-- Progress Dialog Title for importing -->
|
|
|
|
<string name="import_progress_title">Importing...</string>
|
|
|
|
|
|
|
|
<!-- Progress Dialog text for import reading task (%d -> task number)-->
|
|
|
|
<string name="import_progress_read">Reading task %d...</string>
|
|
|
|
|
|
|
|
<!-- Dialog when unable to open a file -->
|
|
|
|
<string name="DLG_error_opening">Could not find this item: </string>
|
|
|
|
|
|
|
|
<!-- Dialog when unable to open SD card folder -->
|
|
|
|
<string name="DLG_error_sdcard">Cannot access folder: %s</string>
|
|
|
|
|
|
|
|
<!-- Dialog when unable to open SD card in general -->
|
|
|
|
<string name="DLG_error_sdcard_general">Cannot access your SD card!</string>
|
|
|
|
|
|
|
|
<!-- File Selector dialog for import -->
|
|
|
|
<string name="import_file_prompt">Select a File to Restore</string>
|
|
|
|
|
|
|
|
</resources>
|