-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwidgets_strings.py
More file actions
50 lines (48 loc) · 3.02 KB
/
widgets_strings.py
File metadata and controls
50 lines (48 loc) · 3.02 KB
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
# Define the gui strings
app_title_string = "Blocknet AIO monitor"
tooltip_howtouse = (f"\n{app_title_string}\n"
"HOW TO USE:\n"
"1/ (Optional) Set a custom path for the Blocknet core chain directory, or use the default path.\n"
"2/ (Optional) Obtain the bootstrap for a faster initial synchronization of the Core wallet.\n"
"3/ Start Blocknet Core, wait for it to synchronize with the network, and unlock it.\n"
"4/ Start Block-DX.\n"
"5/ Start Xlite, create a wallet, and carefully backup the mnemonic.\n")
tooltip_blocknet_core_label_msg = "Blocknet Core is used to connect Xbridge to P2P network and expose it locally"
tooltip_blockdx_label_msg = "Block-DX is a GUI for Xbridge API"
tooltip_xlite_label_msg = "The XLite wallet allows you to manage a variety of digital assets in a single, noncustodial, lightweight, decentralized wallet. Compatible with Xbridge"
tooltip_bins_title_msg = (
f"Control every Blocknet application from this panel, including managing downloads, deletions, starting, and closing.\n"
"Configuration for each application is automatically adjusted before it starts.\n"
"Consult https://docs.blocknet.org/ for more information on each application.")
blocknet_frame_title_string = "Blocknet Core Management:"
blockdx_frame_title_string = " Block-DX Management:"
xlite_frame_title_string = "XLite Management:"
start_string = "Start"
close_string = "Close"
download_string = "Download"
check_config_string = "Check config"
blocknet_set_custom_path_string = "Set Custom Path"
blocknet_valid_config_string = "Blocknet config\nfound"
blocknet_not_valid_config_string = "Blocknet config not found.\nclick start to initialize"
blocknet_active_rpc_string = "RPC Connection\nactive"
blocknet_inactive_rpc_string = "RPC Connection\ninactive"
blocknet_data_path_created_string = "Data Path folder\ncreated"
blocknet_data_path_notfound_string = "Data path folder\nnot created"
blocknet_running_string = "Blocknet\nrunning"
blocknet_not_running_string = "Blocknet\nnot running"
blockdx_running_string = "Block-DX\nrunning"
blockdx_not_running_string = "Block-DX\nnot running"
blockdx_valid_config_string = "Block-DX config found &\nBlocknet RPC active"
blockdx_not_valid_config_string = "Block-DX config not found.\nclick start to initialize"
blockdx_missing_blocknet_config_string = "Block-DX need\nactive Blocknet RPC"
xlite_running_string = "XLite\nrunning"
xlite_not_running_string = "XLite\nnot running"
xlite_valid_config_string = "XLite config\nfound"
xlite_not_valid_config_string = "XLite config\nnot found"
xlite_daemon_running_string = "XLite-daemon\nrunning"
xlite_daemon_not_running_string = "XLite-daemon\nnot running"
xlite_daemon_valid_config_string = "XLite-daemon config\nfound"
xlite_daemon_not_valid_config_string = "XLite-daemon config\nnot found"
xlite_reverse_proxy_not_running_string = "XLite-reverse-proxy:\nnot running"
xlite_store_password_string = "Store Password"
xlite_stored_password_string = "Password Stored"