summaryrefslogtreecommitdiff
path: root/vdrmanager/app/src/main/res/values/backup.xml
blob: 35c7d97d973bdbf838601597128517df883aa20a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<?xml version="1.0" encoding="utf-8"?>
<resources>

    <string name="generic_progress_title" translation_description="The title on a progress dialog asking the user to wait.">    Please wait...</string>
    <string name="generic_confirm_title" translation_description="The title on a confirmation dialog asking the user if he is sure?">    Are you sure?</string>

    <!-- SD Card -->
    <string name="sd_card_canceled" translation_description="When importing/saving to the SD card, the message indicating that the
      operation was canceled.">    The operation was canceled.</string>
    <string name="sd_card_error_no_storage" translation_description="When importing/saving to the SD card, the error message indicating that
      no SD card is found.">    No SD card is found.</string>
    <string name="sd_card_import_error" translation_description="When importing from the SD card, the error message indicating not able
      to import.">    Unable to import from SD card.</string>
    <string name="sd_card_import_error_no_file" translation_description="When importing from the SD card, the error message indicating that no
      file is found on a SD card directory.

      %1$s: the SD card directory. E.g., &apos;/mnt/sdcard/mybillingbuddy/&apos;.">    No file found in %1$s.</string>
    <string name="sd_card_import_progress_message" translation_description="When importing from the SD card, the progress message.">    Importing from SD card...</string>
    <string name="sd_card_import_success" translation_description="When importing from the SD card, the success message.">    Finished importing from SD card.</string>
    <string name="sd_card_save_error" translation_description="When saving to the SD card, the error message indicating not able to
      save.">    Unable to save to SD card.</string>
    <string name="sd_card_save_error_create_dir" translation_description="When saving to the SD card, the error message indicating not able to
      create a directory on the SD card.">    Unable to create a directory on SD card.</string>
    <string name="sd_card_save_progress_message" translation_description="When saving to the SD card, the progress message.">    Saving to SD card...</string>
    <string name="sd_card_save_success" translation_description="When saving to the SD card, the success message">    Finished saving to SD card.</string>
    <!-- Settings Backup -->

    <string name="settings_backup_summary">Backup/Restore your data and settings</string>
    <string name="settings_backup_now" translation_description="In the &apos;Backup&apos; settings, under the &apos;SD card&apos; section, the
      option to backup to the SD card now.

      Character limit: ~26 (1 line)">    Backup now</string>
    <string name="settings_backup_now_summary">Creates a snapshot of the current data and the settings</string>
    <string name="settings_backup_now_progress_message" translation_description="In the &apos;Backup&apos; settings, after pressing the &apos;Backup now&apos; option, the
      progress message telling the user that it is writing all data and settings to the SD card.">    Writing all data and settings...</string>
    <string name="settings_backup_restore" translation_description="In the &apos;Backup&apos; settings, under the &apos;SD card&apos; section, the
      option to restore everything from the SD card.

      Character limit: ~26 (1 line)">    Restore now</string>
    <string name="settings_backup_restore_summary">Restore a snapshot of the settings and the data</string>
    <!-- Settings Backup -->
    <string name="settings_backup" translation_description="In the &apos;Settings&apos; page, the option to change the data backup related
      settings.

      Character limit: ~26 (1 line)">    Backup</string>
    <string name="settings_backup_restore_confirm_message" translation_description="In the &apos;Backup&apos; settings, after pressing the &apos;Restore now&apos; option, the
      message in the alert dialog asking the user to confirm that he wants to restore from a backup
      and it will overwrite all the current data and settings.">    Restoring a backup from the SD card will overwrite all your current data and settings.</string>
    <string name="settings_backup_restore_no_backup" translation_description="In the &apos;Backup&apos; settings, after pressing the &apos;Restore now&apos; option, the
      message in the alert dialog informing the user that there is no backup to restore from.">    No backup found.</string>
    <string name="settings_backup_restore_progress_message" translation_description="In the &apos;Backup&apos; settings, after pressing the &apos;Restore now&apos; option, the
      progress message informing that My Billinbg Buddy is reading all data and settings from the backup
      on the SD card.">    Reading all data and settings...</string>
    <string name="settings_backup_restore_select_title" translation_description="In the &apos;Backup&apos; settings, after pressing the &apos;Restore now&apos; option, the
      title in the picker dialog asking the user to select a backup.">    Select a backup to restore</string>
    <string name="settings_backup_key">settingsBackup</string>
    <string name="settings_backup_now_key">settingsBackupNow</string>
    <string name="settings_backup_restore_key">settingsBackupRestore</string>
    <string name="choose">Choose a backup file</string>

</resources>