mirror of https://github.com/tasks/tasks
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
58 lines
2.3 KiB
XML
58 lines
2.3 KiB
XML
<?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>
|
|
<string name="import_summary_title">Restore Summary</string>
|
|
<string name="import_summary_message">
|
|
File %s contained %d tasks.\n
|
|
Restored %d tasks.\n
|
|
Skipped %d tasks.\n
|
|
</string>
|
|
<string name="import_progress_title">Restore</string>
|
|
<string name="import_progress_open">Opening file...</string>
|
|
<string name="import_progress_opened">File opened...</string>
|
|
<string name="import_progress_read">Reading task %d...</string>
|
|
<string name="import_progress_skip">Skipped task %d...</string>
|
|
<string name="import_progress_add">Restored task %d...</string>
|
|
<string name="import_file_prompt">Select a File to Restore</string>
|
|
|
|
</resources>
|