mirror of
https://github.com/Qortal/qortal.git
synced 2025-03-26 23:44:34 +00:00
Controller performs NTP check on startup (and every 5 minutes) which determines whether block generation is allowed. System Tray tooltip updated to reflect generating status. Plus new translations. Improved GuiTests. BlockGenerator fetches forging accounts first, and sleeps if none configured, which is less work than processing peer lists.
28 lines
596 B
Properties
28 lines
596 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 = connection
|
|
|
|
CONNECTIONS = connections
|
|
|
|
EXIT = Exit
|
|
|
|
GENERATING_DISABLED = NOT minting
|
|
|
|
GENERATING_ENABLED = \u2714 Minting
|
|
|
|
# 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
|