showToast('error','Komodo datadir path is invalid');
showToast('error','Komodo datadir path is invalid.<br>It must be an absolute path to an existing folder that doesn\'t contain spaces and/or any special characters.');
}elseif(res===false){
showToast('error','Komodo datadir path is not a directory');
showToast('error','Komodo datadir path is not a directory.<br>It must be an absolute path to an existing folder that doesn\'t contain spaces and/or any special characters.');
'YOUR_SEED_MUST_CONTAIN5':'- maximum 100 characters long',
'EXECUTE':'Execute',
'TYPE_CLI_CMD':'Type in CLI compatible cmd',
'COIN':'Coin',
@ -470,8 +471,8 @@ export const _lang = {
'CURRENT_BLOCK_SM':'current block',
},
'TOASTR':{
'KOMODO_DATADIR_INVALID':'Komodo datadir path is invalid',
'KOMODO_DATADIR_NOT_DIR':'Komodo datadir path is not a directory',
'KOMODO_DATADIR_INVALID':'Komodo datadir path is invalid.<br>It must be an absolute path to an existing folder that doesn\'t contain spaces and/or any special characters.',
'KOMODO_DATADIR_NOT_DIR':'Komodo datadir path is not a directory.<br>It must be an absolute path to an existing folder that doesn\'t contain spaces and/or any special characters.',
'INVALID_ADDRESS':'Invalid @template@ address',
'RESTART_AGAMA_WITH_REINDEX_PARAM':'Restart Agama and run Komodo with -reindex param',
'JUMBLR_DEPOSIT_ADDRESS_SET':'Jumblr deposit address is set',
@ -600,6 +601,7 @@ export const _lang = {
'JUMBLR_MOTTO':'Secure, Native and Decentralised Coin Anonymizer',
},
'SETTINGS':{
'SHOW_APP_RUNTIME_LOG':'Show app runtime log',
'WRONG_PASSPHRASE':'Wrong passphrase!',
'SPV_SERVER_LIST_DESC':'Server list selection is only available for active coins that have more than 1 server to connect to.',