aboutsummaryrefslogtreecommitdiffstats
path: root/modules/offline-alert/evolution-offline-alert.error
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-10-17 02:42:43 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-10-19 00:32:36 +0800
commitb674a37a381d0328a7273bafa62d80203c8cdf70 (patch)
tree3d3982335580bb59c977fab4180704ca668f07b2 /modules/offline-alert/evolution-offline-alert.error
parent51ebf20237270a785af0aa0e614db42275a05c62 (diff)
downloadgsoc2013-evolution-b674a37a381d0328a7273bafa62d80203c8cdf70.tar
gsoc2013-evolution-b674a37a381d0328a7273bafa62d80203c8cdf70.tar.gz
gsoc2013-evolution-b674a37a381d0328a7273bafa62d80203c8cdf70.tar.bz2
gsoc2013-evolution-b674a37a381d0328a7273bafa62d80203c8cdf70.tar.lz
gsoc2013-evolution-b674a37a381d0328a7273bafa62d80203c8cdf70.tar.xz
gsoc2013-evolution-b674a37a381d0328a7273bafa62d80203c8cdf70.tar.zst
gsoc2013-evolution-b674a37a381d0328a7273bafa62d80203c8cdf70.zip
Add an EOfflineAlert module.
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.
Diffstat (limited to 'modules/offline-alert/evolution-offline-alert.error')
-rw-r--r--modules/offline-alert/evolution-offline-alert.error13
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