diff options
author | Ingo Bauersachs <ingo@jitsi.org> | 2017-01-14 16:04:21 +0100 |
---|---|---|
committer | Ingo Bauersachs <ingo@jitsi.org> | 2017-01-14 16:04:21 +0100 |
commit | 2b819cf74759aff7842698e7abd403798c4dd441 (patch) | |
tree | 03b03b4620fb417a648ec8fb6f46cd2d965256ca /resources/languages/resources.properties | |
parent | 2fb4e9d83c9704859200621ee9e79d5ea6f70203 (diff) | |
download | jitsi-2b819cf74759aff7842698e7abd403798c4dd441.zip jitsi-2b819cf74759aff7842698e7abd403798c4dd441.tar.gz jitsi-2b819cf74759aff7842698e7abd403798c4dd441.tar.bz2 |
Add option to choose tray icon mode (Native, Disabled, AppIndicator)
Diffstat (limited to 'resources/languages/resources.properties')
-rw-r--r-- | resources/languages/resources.properties | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/resources/languages/resources.properties b/resources/languages/resources.properties index deea410..156c911 100644 --- a/resources/languages/resources.properties +++ b/resources/languages/resources.properties @@ -840,6 +840,15 @@ service.gui.security.encryption.required=Encryption required! service.protocol.ICE_FAILED=Could not establish connection (ICE failed and no relay found) +service.systray.MODE=Tray implementation +service.systray.mode.NATIVE=Default +service.systray.mode.DISABLED=Disabled +service.systray.mode.APPINDICATOR=AppIndicator (Unity, KDE, not plain Gnome 3; may crash on Debian) +service.systray.mode.APPINDICATOR_STATIC=AppIndicator Static (no account status menus) +service.systray.CLI_NOTE=If your choice does not work, you can start {0} with the "--notray" option. \ + This forces the mode to "Disabled" and shows the GUI. \ + Changing the tray implementation requires a restart. + # impl.protocol.ssh #Contact Details Seperator(must not be part of contact data stored as persistent # data) @@ -1089,7 +1098,7 @@ plugin.generalconfig.SILK_ALWAYS_ASSUME_PACKET_LOSS=Always assume packet loss: plugin.generalconfig.SILK_SAT=Speech activity threshold (0-1): plugin.generalconfig.SILK_ADVERTISE_FEC=Advertise FEC support in SDP: plugin.generalconfig.RESTORE=Restore defaults -plugin.generalconfig.MINIMIZE_NOT_HIDE=Minimize the main window instead of hiding it +plugin.generalconfig.MINIMIZE_NOT_HIDE=Minimize the main window instead of closing or hiding it # gibberish accregwizz plugin.gibberishaccregwizz.PROTOCOL_NAME=Gibberish |