#################################################
################# Login Window #################
#################################################
# The Login image
# suggested image dimensions 244 x 188 pixels
#这里修改登录界面上面的图片 官方推荐244*188像素
MAIN_IMAGE = images/spark.gif
#这里修改spark标志
APPLICATION_NAME = Spark
SHORT_NAME = Spark
############# Auto Set During Build #############
APPLICATION_VERSION = 2.8.2
# Passed into ant via cmd line argument:
# -Dbuild.number=<build number>
# If not passed in, this field is ignored.
#通过命令行参数传入Ant:
#-dbuild.number=<内部版本号>
#如果未传入,则忽略此字段。
BUILD_NUMBER =
#################################################
USER_DIRECTORY_WINDOWS = Spark
USER_DIRECTORY_LINUX = .Spark
USER_DIRECTORY_MAC = Library/Application Support/Spark
LOGIN_DIALOG_BACKGROUND_IMAGE = images/login_dialog_background.png
TOP_BOTTOM_BACKGROUND_IMAGE = images/top_bottom_background_image.png
SECONDARY_BACKGROUND_IMAGE = images/steel.png
# Specify a fixed Hostname
# Changing the Hostname will also be prohibited if set
#指定固定主机名
#如果设置,也将禁止更改主机名
HOST_NAME =
# Set true if you dont want user to change the server
#如果不希望用户更改服务器,请设置为true。
HOST_NAME_CHANGE_DISABLED = false
# Proxy Settings
# Protocols are HTTP or SOCKS , case sensitive!!!
#代理服务器设置
#协议是HTTP或SOCKS,区分大小写!!!
PROXY_PROTOCOL =
PROXY_HOST =
PROXY_PORT =
# Remove account creation Button from Loginwindow
# Users wont be able to register new Accounts from within Spark
#从登录窗口中删除“帐户创建”按钮
#用户将无法从Spark注册新帐户
ACCOUNT_DISABLED =
# Remove Advanced Configuration Button from Loginwindow
# Users wont be able to access the advanced configuration
#从LoginWindow中删除“高级配置”按钮
#用户将无法访问高级配置
ADVANCED_DISABLED =
# Force using hostname or version as a resource (both are "false" by default; only one can be
# "true" at a time; if both are "true", then hostname will be used as a resource)
#强制使用主机名或版本作为资源(默认情况下两者都是“false”;只能使用一个
#一次为“真”;如果两者都为“真”,则主机名将用作资源)
HOSTNAME_AS_RESOURCE = false
VERSION_AS_RESOURCE = false
# When enabled, it removes history from the chat window and doesn't save history into transcript files. Also removes history
# settings from the preferences, removes history button from the chat window and contact's history context menu.
#启用后,它会从聊天窗口中删除历史记录,不会将历史记录保存到转录文件中。同时删除历史记录
#设置从首选项,删除聊天窗口的历史记录按钮和联系人的历史记录上下文菜单。
HISTORY_DISABLED = false
# When enabled, it hides history settings from the preferences and removes Clear button from the context menu in the Chat window
#启用后,它会从首选项中隐藏历史设置,并从聊天窗口的上下文菜单中删除“清除”按钮。
HIDE_HISTORY_SETTINGS = false
#If Advanded preferences is enabled you are able to remove tabs, except the "General" tab
#Removes SSO Tab
#如果启用了高级首选项,则可以删除选项卡,但“常规”选项卡除外。
#删除“SSO”选项卡
SSO_DISABLED = false
#Removes PKI Tab
#删除pki选项卡
PKI_DISABLED = false
#Removes Proxy Tab
#删除代理选项卡
PROXY_DISABLED = false
# Show Password Reset Button on LoginDialog.
# !!!! This will repleace the "register new user" button, please set ACCOUNT_DISABLED = true !!!!
#在登录对话框上显示密码重置按钮。
#!!!!这将回复“注册新用户”按钮,请将ACCOUNT_DISABLED=true!!!
PASSWORD_RESET_ENABLED = false
# URL to your password reset html
#密码重置HTML的URL
PASSWORD_RESET_URL =
# Hides Save Password and Auto Login ch