forked from Qortal/qortal
Now uses several NTP servers to determine mean offset from system clock to internet time. If abs(offset) > 500ms or NTP service not running then user is 'nagged' via system tray pop-up notification with instructions on how to fix. Also improved system tray translations!
24 lines
519 B
Properties
24 lines
519 B
Properties
#Generated by ResourceBundle Editor (http://essiembre.github.io/eclipse-rbe/)
|
|
# SysTray pop-up menu
|
|
|
|
BLOCK_HEIGHT = height
|
|
|
|
CHECK_TIME_ACCURACY = Check time accuracy
|
|
|
|
CONNECTION = block
|
|
|
|
CONNECTIONS = connections
|
|
|
|
EXIT = Exit
|
|
|
|
# Nagging about lack of NTP time sync
|
|
NTP_NAG_CAPTION = Computer's clock is inaccurate!
|
|
|
|
NTP_NAG_TEXT_UNIX = Install NTP service to get an accurate clock.
|
|
|
|
NTP_NAG_TEXT_WINDOWS = Select "Synchronize clock" from menu to fix.
|
|
|
|
OPEN_NODE_UI = Open Node UI
|
|
|
|
SYNCHRONIZE_CLOCK = Synchronize clock
|