From 4c0dcd69492459ada55f6830dca3c3bfe3463696 Mon Sep 17 00:00:00 2001 From: "gijskruitbosch%gmail.com" Date: Sat, 1 Sep 2007 17:30:31 +0000 Subject: [PATCH] Bug 166929 - ChatZilla doesn't have online/offline icon. r=silver@warwickcompsoc.co.uk (James Ross) ChatZilla Only. git-svn-id: svn://10.0.0.236/trunk@233703 18797224-902f-48f8-a5cc-f745e15eee43 --- .../irc/locales/en-US/chrome/chatzilla.properties | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/mozilla/extensions/irc/locales/en-US/chrome/chatzilla.properties b/mozilla/extensions/irc/locales/en-US/chrome/chatzilla.properties index aff1c4ac266..c22109632d6 100644 --- a/mozilla/extensions/irc/locales/en-US/chrome/chatzilla.properties +++ b/mozilla/extensions/irc/locales/en-US/chrome/chatzilla.properties @@ -897,6 +897,11 @@ msg.not.connected = "%S: Not connected. msg.insecure.server = Your connection to the server ``%S'' is not secure. msg.secure.connection = Signed by %S" msg.security.info = Displays security information about the current connection +msg.going.offline = &brandShortName; is trying to go into offline mode. This will disconnect you from ALL the networks and channels you're connected to. +msg.really.go.offline = Go Offline +msg.dont.go.offline = Don't Go Offline +msg.offlinestate.offline = You are offline. Click the icon to go online. +msg.offlinestate.online = You are online. Click the icon to go offline. msg.member = Member msg.operator = Operator member msg.voiced = Voiced member @@ -1176,6 +1181,8 @@ msg.who.match = User %S, (%S@%S) ``%S'' (%S), member of %S, is connected to msg.connection.attempt = Connecting to %S (%S)... msg.connection.refused = Connection to %S (%S) refused. +msg.connection.abort.offline = The connection to %S (%S) was aborted because you went into offline mode. +msg.connection.abort.unknown = The connection to %S (%S) was aborted with error %S. msg.connection.timeout = Connection to %S (%S) timed out. msg.unknown.host = Unknown host ``%S'' connecting to %S (%S). msg.connection.closed = Connection to %S (%S) closed.