2004-05-18 Not Zed <NotZed@Ximian.com> * shell-errors.xml: added noshell and noshell-reason error strings. the latter seems a waste, but ... * main.c (idle_cb): use e_error for the new no shell errors. svn path=/trunk/; revision=25946
46 lines
1.5 KiB
XML
46 lines
1.5 KiB
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 id="noshell" type="error">
|
|
<title>Cannot start Evolution</title>
|
|
<primary>Evolution can not start.</primary>
|
|
<secondary>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>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>
|