Files
evolution/shell/shell-errors.xml.in
Not Zed 2cf63ca4ba add for translators.
2004-05-12  Not Zed  <NotZed@Ximian.com>

        * shell-errors.xml.h: add for translators.

2004-05-11  Not Zed  <NotZed@Ximian.com>

        * shell-errors.xml: Shell errors.

        * e-shell.c (e_shell_attempt_upgrade): handle exceptions better.
        allow the user to keep going or abort.  stop as soon as something
        fails.  Related to #53083.
        (attempt_upgrade): abort and quit if the subcall failed.  it will
        display an appropriate error box.
        (attempt_upgrade): abort if we don't have enough space.  #57290.

        * Evolution-Component.idl (upgradeFromVersion): remove the return
        code, use exceptions to indicate failure.

svn path=/trunk/; revision=25869
2004-05-12 03:33:51 +00:00

24 lines
821 B
XML

<?xml version="1.0"?>
<error-list domain="shell">
<error id="upgrade-nospace" type="error">
<_primary>Insufficient disk space for upgrade.</_primary>
<_secondary>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>{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-list>