This module posts an alert to the first EShellWindow when starting offline, and also posts an alert when the network connection drops. We get frequent questions on the mailing list from users not realizing Evolution is starting in offline mode, so this is meant to help address that confusion.
14 lines
623 B
XML
14 lines
623 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<error-list domain="offline-alert">
|
|
<error id="offline" type="info">
|
|
<_primary>Evolution is currently offline.</_primary>
|
|
<_secondary>Click 'Work Online' to return to online mode.</_secondary>
|
|
<button _label="_Dismiss" response="GTK_RESPONSE_OK"/>
|
|
</error>
|
|
<error id="no-network" type="info">
|
|
<_primary>Evolution is currently offline due to a network outage.</_primary>
|
|
<_secondary>Evolution will return to online mode once a network connection is established.</_secondary>
|
|
<button _label="_Dismiss" response="GTK_RESPONSE_OK"/>
|
|
</error>
|
|
</error-list>
|