diff options
Diffstat (limited to 'modules/offline-alert/evolution-offline-alert.error')
-rw-r--r-- | modules/offline-alert/evolution-offline-alert.error | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/modules/offline-alert/evolution-offline-alert.error b/modules/offline-alert/evolution-offline-alert.error new file mode 100644 index 0000000000..13ba4ff238 --- /dev/null +++ b/modules/offline-alert/evolution-offline-alert.error @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<error-list domain="offline-alert"> + <error type="info" id="offline"> + <primary>Evolution is currently offline.</primary> + <secondary>Click 'Work Online' to return to online mode.</secondary> + <button response="GTK_RESPONSE_OK" label="_Dismiss"></button> + </error> + <error type="info" id="no-network"> + <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 response="GTK_RESPONSE_OK" label="_Dismiss"></button> + </error> +</error-list>
\ No newline at end of file |