There's too much ancient, crufty code there that we can't realistically support anymore. A workaround for those poor users still on 1.x is to upgrade to some 2.x release first, then upgrade again to 3.x. An error dialog explaining this will be shown at startup.
37 lines
1.5 KiB
XML
37 lines
1.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<error-list domain="shell">
|
|
|
|
<error id="importing" type="info">
|
|
<_title>Importing...</_title>
|
|
<secondary>{0}</secondary>
|
|
<button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
|
|
</error>
|
|
|
|
<error id="upgrade-failed" type="error">
|
|
<_primary>Upgrade from previous version failed:</_primary>
|
|
<_secondary xml:space="preserve">{0}
|
|
|
|
If you choose to continue, you may not have access to some of your old data.
|
|
</_secondary>
|
|
<button _label="Continue Anyway" response="GTK_RESPONSE_OK"/>
|
|
<button _label="Quit Now" response="GTK_RESPONSE_CANCEL"/>
|
|
</error>
|
|
|
|
<error id="upgrade-version-too-old" type="warning" default="GTK_RESPONSE_CANCEL">
|
|
<_primary>Cannot upgrade directly from version {0}</_primary>
|
|
<_secondary>Evolution no longer supports upgrading directly from
|
|
version {0}. However as a workaround you might try first upgrading
|
|
to Evolution 2, and then upgrading to Evolution 3.</_secondary>
|
|
<button _label="Continue Anyway" response="GTK_RESPONSE_OK"/>
|
|
<button _label="Quit Now" response="GTK_RESPONSE_CANCEL"/>
|
|
</error>
|
|
|
|
<error id="forget-passwords" type="question" default="GTK_RESPONSE_CANCEL">
|
|
<_primary>Are you sure you want to forget all remembered passwords?</_primary>
|
|
<_secondary xml:space="preserve">Forgetting your passwords will clear all remembered passwords. You will be reprompted next time they are needed.</_secondary>
|
|
<button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
|
|
<button _label="_Forget" response="GTK_RESPONSE_OK"/>
|
|
</error>
|
|
|
|
</error-list>
|