aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/backup-restore/org-gnome-backup-restore.error.xml
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@src.gnome.org>2007-04-13 02:15:50 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2007-04-13 02:15:50 +0800
commit12591b12bf768a2df582b6369e3534ea85a749e6 (patch)
tree803ce32b469906e056b98c63ca99adad82362593 /plugins/backup-restore/org-gnome-backup-restore.error.xml
parent4a67e80dce6d56d36b935d3369e01d70fc7bdbf2 (diff)
downloadgsoc2013-evolution-12591b12bf768a2df582b6369e3534ea85a749e6.tar
gsoc2013-evolution-12591b12bf768a2df582b6369e3534ea85a749e6.tar.gz
gsoc2013-evolution-12591b12bf768a2df582b6369e3534ea85a749e6.tar.bz2
gsoc2013-evolution-12591b12bf768a2df582b6369e3534ea85a749e6.tar.lz
gsoc2013-evolution-12591b12bf768a2df582b6369e3534ea85a749e6.tar.xz
gsoc2013-evolution-12591b12bf768a2df582b6369e3534ea85a749e6.tar.zst
gsoc2013-evolution-12591b12bf768a2df582b6369e3534ea85a749e6.zip
Reworked Backup/restore plugin.
svn path=/trunk/; revision=33422
Diffstat (limited to 'plugins/backup-restore/org-gnome-backup-restore.error.xml')
-rw-r--r--plugins/backup-restore/org-gnome-backup-restore.error.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/plugins/backup-restore/org-gnome-backup-restore.error.xml b/plugins/backup-restore/org-gnome-backup-restore.error.xml
new file mode 100644
index 0000000000..ae21cb912d
--- /dev/null
+++ b/plugins/backup-restore/org-gnome-backup-restore.error.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<error-list domain="org.gnome.backup-restore">
+
+ <error id="invalid-archive" type="warning">
+ <_title>Invalid Evolution archive</_title>
+ <_secondary>Please select a valid archive 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 archive?</_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>