blob: 65a1ec70995f2ef8f6ddd822bed8f64a184b43b9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?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>
|