-
Notifications
You must be signed in to change notification settings - Fork 4
/
application.properties
62 lines (51 loc) · 1.75 KB
/
application.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
[options]
;==============================================
; Auth OPTIONS: userinput | kerberos
authentication.type=userinput
userinput.login.silently=true
userinput.default.login=Administrator
userinput.default.password=wf
kerberos.spn=HTTP/server.test.com
; a starting page of the system (an authentification page): /login.do | /krblogin.do
login.relative.url=/login.do
; =============================================
; Connection OPTIONS:
server.name = localhost
server.port = 8080
; auto | specify version explicitly
server.version = auto
; jboss4 | jboss7 | auto
application.server.type = auto
; =============================================
; Behaviour OPTIONS:
; timeout for checking for new tasks, in seconds
check.tasks.timeout=3
popup.timeout=35
; =============================================
; Launch browser OPTIONS:
; use empty string to use default system browser, L"IEXPLORE.EXE" for MSIE:
browser.command=IEXPLORE.EXE
; SW_SHOWNORMAL 1
; SW_SHOWMINIMIZED 2
; SW_SHOWMAXIMIZED 3
; SW_SHOWDEFAULT 10
browser.command.show=3
browser.user.agent=RunaWFE browser emulator
; =============================================
; GUI and localization OPTIONS:
application.title = Îïîâåùàòåëü çàäàíèé RunaWFE
connection.state.initializing = Óñòàíîâëåíèå ñîåäèíåíèÿ ñ ñåðâåðîì
connection.state.connected.total.tasks = Âñåãî çàäàíèé
connection.state.connected.unread.tasks = Íåïðî÷èòàííûõ çàäàíèé
connection.state.connected.having.unread.tasks = Åñòü íåïðî÷èòàííûå çàäàíèÿ
connection.state.error = Îøèáêà ñîåäèíåíèÿ ñ ñåðâåðîì
menu.open = Îòêðûòü
menu.update = &Îáíîâèòü ñòàòóñ
menu.exit = Âûõîä
button.login = Âîéòè
label.login = Ëîãèí
label.password = Ïàðîëü
label.login.title= Âõîä â ñèñòåìó
; =============================================
; Logging options
debug.enabled = true