aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/backup-restore/org-gnome-backup-restore.error.xml
blob: 6034d89d126d150570b8ec115ec661f7fa36a0b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<error-list domain="org.gnome.backup-restore">

 <error id="invalid-backup" type="warning">
  <_primary>Invalid Evolution backup file</_primary>
  <_secondary>Please select a valid backup file to restore.</_secondary>
 </error>
   <error id="backup-confirm" type="warning" default="GTK_RESPONSE_CANCEL">
    <_primary>Are you sure you want to close Evolution?</_primary>
    <_secondary xml:space="preserve">To back up your data and settings, you must first close Evolution. Please make sure that you save any unsaved data before proceeding.</_secondary>
    <button _label="Close and Back up Evolution" response="GTK_RESPONSE_YES"/>
    <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
  </error>
   <error id="restore-confirm" type="warning" default="GTK_RESPONSE_CANCEL">
    <_primary>Are you sure you want to restore Evolution from the selected backup file?</_primary>
    <_secondary xml:space="preserve">To restore your data and settings, you must first close Evolution. Please make sure that you save any unsaved data before proceeding. This will delete all your current Evolution data and settings and restore them from your backup.</_secondary>
    <button _label="Close and Restore Evolution" response="GTK_RESPONSE_YES"/>
    <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
  </error>  
   <error id="insufficient-permissions" type="error">
    <_primary>Insufficient Permissions</_primary>
    <_secondary>The selected folder is not writable.</_secondary>
   </error>
</error-list>