mirror of
https://github.com/Qortal/qortal.git
synced 2025-07-23 04:36:50 +00:00
Improved detection of inaccurate system clock & nagging.
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!
This commit is contained in:
@@ -1,14 +1,22 @@
|
||||
#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 = No connections?
|
||||
NTP_NAG_CAPTION = Computer's clock is inaccurate!
|
||||
|
||||
NTP_NAG_TEXT = Please enable Windows automatic time synchronization
|
||||
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
|
||||
|
||||
|
Reference in New Issue
Block a user