aboutsummaryrefslogtreecommitdiffstats
path: root/shell/shell.error.xml
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2005-05-16 14:17:42 +0800
committerMichael Zucci <zucchi@src.gnome.org>2005-05-16 14:17:42 +0800
commit735789921be32ee6012a1204e05fddae0026dd2b (patch)
treeff00ff2a8243758f716ff218929f66512e0ac586 /shell/shell.error.xml
parentd0f0cfc884a07a6d012ed4bea3631dc246830480 (diff)
downloadgsoc2013-evolution-735789921be32ee6012a1204e05fddae0026dd2b.tar
gsoc2013-evolution-735789921be32ee6012a1204e05fddae0026dd2b.tar.gz
gsoc2013-evolution-735789921be32ee6012a1204e05fddae0026dd2b.tar.bz2
gsoc2013-evolution-735789921be32ee6012a1204e05fddae0026dd2b.tar.lz
gsoc2013-evolution-735789921be32ee6012a1204e05fddae0026dd2b.tar.xz
gsoc2013-evolution-735789921be32ee6012a1204e05fddae0026dd2b.tar.zst
gsoc2013-evolution-735789921be32ee6012a1204e05fddae0026dd2b.zip
fix error file build/path changes
2005-05-16 Not Zed <NotZed@Ximian.com> * Makefile.am: fix error file build/path changes svn path=/trunk/; revision=29367
Diffstat (limited to 'shell/shell.error.xml')
-rw-r--r--shell/shell.error.xml70
1 files changed, 70 insertions, 0 deletions
diff --git a/shell/shell.error.xml b/shell/shell.error.xml
new file mode 100644
index 0000000000..390516a1de
--- /dev/null
+++ b/shell/shell.error.xml
@@ -0,0 +1,70 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<error-list domain="shell">
+
+ <error id="upgrade-nospace" type="error">
+ <_primary>Insufficient disk space for upgrade.</_primary>
+ <_secondary xml:space="preserve">Upgrading your data and settings will require upto {0} of disk space, but you only have {1} available.
+
+You will need to make more space available in your home directory before you can continue.</_secondary>
+ <button stock="gtk-quit" response="GTK_RESPONSE_CANCEL"/>
+ </error>
+
+ <error id="upgrade-failed" type="error">
+ <_primary>Upgrade from previous version failed:
+{0}</_primary>
+ <_secondary xml:space="preserve">{1}
+
+If you choose to continue, you may not have access to some of your old data.
+</_secondary>
+ <button stock="gtk-quit" response="GTK_RESPONSE_CANCEL"/>
+ <button stock="gtk-ok" _label="Continue" response="GTK_RESPONSE_OK"/>
+ </error>
+
+ <error id="upgrade-remove-1-4" type="question" default="GTK_RESPONSE_CANCEL">
+ <title>Delete old data from version {0}?</title>
+ <_primary>Delete old data from version {0}?</_primary>
+ <_secondary xml:space="preserve">The previous version of evolution stored its data in a different location.
+
+If you choose to remove this data, the entire contents of the &quot;evolution&quot; directory will be removed permanently. If you choose to keep this data, then you may manually remove the contents of &quot;evolution&quot; at your convenience.
+</_secondary>
+ <button _label="_Remind Me Later" response="GTK_RESPONSE_CANCEL"/>
+ <button _label="_Keep Data" response="GTK_RESPONSE_ACCEPT"/>
+ <button stock="gtk-delete" response="GTK_RESPONSE_OK"/>
+ </error>
+
+ <error id="upgrade-remove-1-4-confirm" type="warning" default="GTK_RESPONSE_CANCEL">
+ <title>Really delete old data?</title>
+ <_primary>Really delete old data?</_primary>
+ <_secondary xml:space="preserve">The entire contents of the &quot;evolution&quot; directory is about to be be permanently removed.
+
+It is suggested you manually verify that all of your mail, contact, and calendar data is present, and that this version of Evolution operates correctly before deleting this old data.
+
+Once deleted, you cannot downgrade to the previous version of Evolution without manual intervention.
+</_secondary>
+ <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
+ <button stock="gtk-delete" response="GTK_RESPONSE_OK"/>
+ </error>
+
+ <error id="noshell" type="error">
+ <title>Cannot start Evolution</title>
+ <_primary>Evolution can not start.</_primary>
+ <_secondary xml:space="preserve">Your system configuration does not match your Evolution configuration.
+
+Click help for details</_secondary>
+ <help uri="http://support.ximian.com/q?54"/>
+ <button stock="gtk-quit" response="GTK_RESPONSE_CANCEL"/>
+ </error>
+
+ <error id="noshell-reason" type="error">
+ <title>Cannot start Evolution</title>
+ <_primary>Evolution can not start.</_primary>
+ <_secondary xml:space="preserve">Your system configuration does not match your Evolution configuration:
+
+{0}
+
+Click help for details.</_secondary>
+ <help uri="http://support.ximian.com/q?54"/>
+ <button stock="gtk-quit" response="GTK_RESPONSE_CANCEL"/>
+ </error>
+
+</error-list>