Since this change the client is responsible to provide credentials to use to authenticate backends (through ESource-s, to be more precise), unless the credentials are already saved.
71 lines
2.6 KiB
XML
71 lines
2.6 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="ask-quit-with-pending" type="question" default="GTK_RESPONSE_CANCEL">
|
|
<_primary>Close Evolution with pending background operations?</_primary>
|
|
<_secondary>Evolution is taking a long time to shut down, possibly due to network
|
|
connectivity issues. Would you like to cancel all pending operations
|
|
and close immediately, or keep waiting?</_secondary>
|
|
<button _label="_Close Immediately" response="GTK_RESPONSE_OK"/>
|
|
<button _label="Keep _Waiting" response="GTK_RESPONSE_CANCEL"/>
|
|
</error>
|
|
|
|
<error id="source-get-values-failed" type="warning">
|
|
<_primary>Failed to get values from '{0}'</_primary>
|
|
<secondary>{1}</secondary>
|
|
</error>
|
|
|
|
<error id="source-invoke-authenticate-failed" type="warning">
|
|
<_primary>Failed to invoke authenticate for '{0}'</_primary>
|
|
<secondary>{1}</secondary>
|
|
</error>
|
|
|
|
<error id="source-connection-error" type="error">
|
|
<_primary>Failed to connect to '{0}'</_primary>
|
|
<secondary>{1}</secondary>
|
|
<button _label="_Reconnect" response="GTK_RESPONSE_APPLY"/>
|
|
</error>
|
|
|
|
<error id="source-credentials-prompt-failed" type="warning">
|
|
<_primary>Failed to prompt for credentials for '{0}'</_primary>
|
|
<secondary>{1}</secondary>
|
|
</error>
|
|
|
|
<error id="source-trust-prompt-failed" type="warning">
|
|
<_primary>Failed to finish trust prompt for '{0}'</_primary>
|
|
<secondary>{1}</secondary>
|
|
</error>
|
|
|
|
<error id="source-connection-trust-error" type="error">
|
|
<_primary>SSL certificate for '{0}' is not trusted.</_primary>
|
|
<_secondary>Reason: {1}</_secondary>
|
|
<button _label="_View Certificate" response="GTK_RESPONSE_APPLY"/>
|
|
</error>
|
|
|
|
</error-list>
|