mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-12-01 12:27:58 +00:00
SPARK-1371 added tooltip to otr button
git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@12479 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
committed by
holger.bergunde
parent
b6af709371
commit
d331b86e00
@ -72,6 +72,8 @@ public class OTRSession {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
_otrButton.setToolTipText(OTRResources.getString("otr.chat.button.tooltip"));
|
||||||
|
|
||||||
_OtrEnabled = OTRProperties.getInstance().getIsOTREnabled();
|
_OtrEnabled = OTRProperties.getInstance().getIsOTREnabled();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -15,7 +15,7 @@ otr.key.not.verified.text = Following key is not verified!
|
|||||||
otr.start.session.with = OTR encrypted Session with {0}
|
otr.start.session.with = OTR encrypted Session with {0}
|
||||||
otr.not.enabled = You recieved an OTR request. You should enable OTR in preferences.
|
otr.not.enabled = You recieved an OTR request. You should enable OTR in preferences.
|
||||||
otr.chat.is.still.encrypted = This conversation is still encrypted.
|
otr.chat.is.still.encrypted = This conversation is still encrypted.
|
||||||
|
otr.chat.button.tooltip = Message encryption
|
||||||
#Table Columns
|
#Table Columns
|
||||||
otr.table.jid = User's JID
|
otr.table.jid = User's JID
|
||||||
otr.table.public.key = Public key
|
otr.table.public.key = Public key
|
||||||
|
|||||||
@ -13,7 +13,7 @@ otr.key.not.verified.title = Schl
|
|||||||
otr.question.verify = Beglaubigen?
|
otr.question.verify = Beglaubigen?
|
||||||
otr.key.not.verified.text = Folgender Schl<68>ssel ist nicht beglaubigt:
|
otr.key.not.verified.text = Folgender Schl<68>ssel ist nicht beglaubigt:
|
||||||
otr.start.session.with = OTR Sitzung mit {0}
|
otr.start.session.with = OTR Sitzung mit {0}
|
||||||
|
otr.chat.button.tooltip = Nachrichtenverschl<EFBFBD>sselung
|
||||||
otr.not.enabled = Sie haben eine OTR Anfrage empfagen. Sie sollten OTR in den Einstellungen aktivieren.
|
otr.not.enabled = Sie haben eine OTR Anfrage empfagen. Sie sollten OTR in den Einstellungen aktivieren.
|
||||||
otr.chat.is.still.encrypted = OTR Sitzung aktiv. Nachrichten werden verschl<68>sselt.
|
otr.chat.is.still.encrypted = OTR Sitzung aktiv. Nachrichten werden verschl<68>sselt.
|
||||||
#Table Columns
|
#Table Columns
|
||||||
|
|||||||
Reference in New Issue
Block a user