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

 <error id="invalid-backup" type="warning">
  <_title>Invalid Evolution backup file</_title>
  <_secondary>Please select a valid backup file to restore.</_secondary>
 </error>
   <error id="backup-confirm" type="warning" default="GTK_RESPONSE_NO">
    <_primary>Are you sure you want to close Evolution?</_primary>
    <_secondary xml:space="preserve">Evolution backup can start only when Evolution is not running. Please make sure that you save and close all your unsaved windows before proceeding.  If you want Evolution to restart automatically after backup, please enable the toggle button.</_secondary>
    <button stock="gtk-no" response="GTK_RESPONSE_NO"/>
    <button stock="gtk-yes" response="GTK_RESPONSE_YES"/>
  </error>
   <error id="restore-confirm" type="warning" default="GTK_RESPONSE_NO">
    <_primary>Are you sure you want to restore Evolution from the selected backup file?</_primary>
    <_secondary xml:space="preserve">This will delete all your current Evolution data and settings and restore them from your backup. Evolution restore can start only when Evolution is not running. Please make sure that you close all your unsaved windows before you proceed. If you want Evolution to restart automatically restart after restore, please enable the toggle button.</_secondary>
    <button stock="gtk-no" response="GTK_RESPONSE_NO"/>
    <button stock="gtk-yes" response="GTK_RESPONSE_YES"/>
  </error>  
</error-list>