From 7bdfb3f5a9c1aa047b557726ba94aa733d02cf2e Mon Sep 17 00:00:00 2001 From: pedro-at-decenomy Date: Wed, 4 Aug 2021 14:41:40 +0100 Subject: [PATCH] changes Ultra Clearto UltraClear --- .github/ISSUE_TEMPLATE.md | 6 +- CONTRIBUTING.md | 18 ++--- INSTALL | 4 +- README.md | 2 +- contrib/debian/control | 6 +- contrib/debian/examples/pivx.conf | 2 +- contrib/debian/pivx-qt.desktop | 8 +- contrib/debian/ucr-qt.desktop | 8 +- doc/README.md | 16 ++-- doc/README_windows.txt | 8 +- doc/dependencies.md | 2 +- doc/dnsseed-policy.md | 14 ++-- src/chainparams.cpp | 10 +-- src/chainparams.h | 2 +- src/chainparamsbase.h | 2 +- src/clientversion.cpp | 2 +- src/consensus/upgrades.cpp | 2 +- src/init.cpp | 16 ++-- src/init.h | 2 +- src/main.cpp | 6 +- src/masternode.cpp | 6 +- src/net.cpp | 8 +- src/pivx-cli-res.rc | 4 +- src/pivx-cli.cpp | 2 +- src/pivx-tx-res.rc | 4 +- src/pivxd-res.rc | 4 +- src/pow.cpp | 2 +- src/qt/addresstablemodel.cpp | 2 +- src/qt/askpassphrasedialog.cpp | 2 +- src/qt/forms/helpmessagedialog.ui | 2 +- src/qt/forms/intro.ui | 6 +- src/qt/guiconstants.h | 4 +- src/qt/guiutil.h | 2 +- src/qt/intro.cpp | 2 +- src/qt/locale/pivx_de.ts | 76 +++++++++--------- src/qt/locale/pivx_en.ts | 40 +++++----- src/qt/locale/pivx_en_US.ts | 80 +++++++++---------- src/qt/locale/pivx_es.ts | 80 +++++++++---------- src/qt/locale/pivx_es_ES.ts | 76 +++++++++--------- src/qt/locale/pivx_fr_FR.ts | 78 +++++++++--------- src/qt/locale/pivx_hr_HR.ts | 78 +++++++++--------- src/qt/locale/pivx_it.ts | 76 +++++++++--------- src/qt/locale/pivx_ko_KR.ts | 76 +++++++++--------- src/qt/locale/pivx_nl.ts | 76 +++++++++--------- src/qt/locale/pivx_pl.ts | 76 +++++++++--------- src/qt/locale/pivx_ru.ts | 76 +++++++++--------- src/qt/locale/pivx_tr.ts | 74 ++++++++--------- src/qt/locale/pivx_zh_CN.ts | 76 +++++++++--------- src/qt/pivx.cpp | 16 ++-- src/qt/pivx/forms/welcomecontentwidget.ui | 2 +- src/qt/pivx/pivxgui.cpp | 8 +- src/qt/pivx/pivxgui.h | 2 +- src/qt/pivx/settings/settingsexportcsv.cpp | 2 +- .../pivx/settings/settingsmultisendwidget.cpp | 2 +- src/qt/pivx/splash.cpp | 2 +- src/qt/pivxstrings.cpp | 14 ++-- src/qt/res/pivx-qt-res.rc | 6 +- src/qt/utilitydialog.cpp | 6 +- src/rpc/server.cpp | 4 +- src/timedata.cpp | 2 +- src/util.cpp | 2 +- src/wallet/rpcdump.cpp | 6 +- src/wallet/wallet.cpp | 4 +- test/functional/rpc_budget.py | 4 +- test/functional/rpc_fundrawtransaction.py | 2 +- test/functional/rpc_rawtransaction.py | 2 +- 66 files changed, 655 insertions(+), 655 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index c9e686383..59375ca51 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,7 +1,7 @@ -This issue tracker is only for technical issues related to Ultra Clear Core. -General Ultra Clear questions and/or support requests and are best directed to the [Ultra Clear Discord](https://discord.gg/VyEGKeZBrV). +This issue tracker is only for technical issues related to UltraClear Core. +General UltraClear questions and/or support requests and are best directed to the [UltraClear Discord](https://discord.gg/VyEGKeZBrV). ### Describe the issue @@ -20,7 +20,7 @@ Tell us what happens instead ### Screenshots. If the issue is related to the GUI, screenshots can be added to this issue via drag & drop. -### What version of Ultra Clear Core are you using? +### What version of UltraClear Core are you using? List the version number/commit ID, and if it is an official binary, self compiled or a distribution package. ### Machine specs: diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 30a9df5d7..1f6454213 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,7 +1,7 @@ -Contributing to Ultra Clear Core +Contributing to UltraClear Core ============================ -The Ultra Clear Core project operates an open contributor model where anyone is +The UltraClear Core project operates an open contributor model where anyone is welcome to contribute towards development in the form of peer review, testing and patches. This document explains the practical process and guidelines for contributing. @@ -64,7 +64,7 @@ the pull request affects. Valid areas as: - *Net* or *P2P* for changes to the peer-to-peer network code - *RPC/REST* for changes to the RPC or REST APIs - *Scripts and tools* for changes to the scripts and tools - - *Tests* for changes to the Ultra Clear Coreunit tests or QA tests + - *Tests* for changes to the UltraClear Coreunit tests or QA tests - *Trivial* should **only** be used for PRs that do not change generated executable code. Notably, refactors (change of function arguments and code reorganization) and changes in behavior should **not** be marked as trivial. @@ -203,10 +203,10 @@ workload on reviewing. "Decision Making" Process ------------------------- -The following applies to code changes to the Ultra Clear Core project, and is not to be -confused with overall Ultra Clear Network Protocol consensus changes. +The following applies to code changes to the UltraClear Core project, and is not to be +confused with overall UltraClear Network Protocol consensus changes. -Whether a pull request is merged into Ultra Clear Core rests with the project merge +Whether a pull request is merged into UltraClear Core rests with the project merge maintainers and ultimately the project lead. Maintainers will take into consideration if a patch is in line with the general @@ -220,7 +220,7 @@ In general, all pull requests must: - Be well peer reviewed; - follow code style guidelines; -Patches that change Ultra Clear consensus rules are considerably more involved than +Patches that change UltraClear consensus rules are considerably more involved than normal because they affect the entire ecosystem and so must be preceded by extensive discussions and clear detailing. While each case will be different, one should be prepared to expend more time and effort than for other kinds of @@ -263,7 +263,7 @@ higher in terms of discussion and peer review requirements, keeping in mind that mistakes could be very costly to the wider community. This includes refactoring of consensus critical code. -Where a patchset proposes to change the Ultra Clear consensus, it must have been +Where a patchset proposes to change the UltraClear consensus, it must have been discussed extensively on the forums and Discord, be accompanied by a widely discussed Proposal and have a generally widely perceived technical consensus of being a worthwhile change based on the judgement of the maintainers. @@ -303,7 +303,7 @@ about: Release Policy -------------- -The project leader is the release manager for each Ultra Clear Core release. +The project leader is the release manager for each UltraClear Core release. Copyright --------- diff --git a/INSTALL b/INSTALL index 5be245959..263a83f19 100644 --- a/INSTALL +++ b/INSTALL @@ -1,4 +1,4 @@ -Building Ultra Clear +Building UltraClear Use the autogen script to prepare the build environment. @@ -10,4 +10,4 @@ Always verify the signatures and checksums. See doc/build-*.md for instructions on building ultracleard, the intended-for-services, no-graphical-interface, reference -implementation of Ultra Clear. +implementation of UltraClear. diff --git a/README.md b/README.md index 588c6e11d..c1da1fdec 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Ultra Clear integration/staging repository +UltraClear integration/staging repository ===================================== • PoW Algorithm: X13 diff --git a/contrib/debian/control b/contrib/debian/control index f8e09e749..d30d9a36e 100644 --- a/contrib/debian/control +++ b/contrib/debian/control @@ -36,7 +36,7 @@ Package: ultracleard Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: peer-to-peer network based digital currency - daemon - Ultra Clear is a free, open source peer-to-peer electronic cash system that + UltraClear is a free, open source peer-to-peer electronic cash system that is completely decentralized, without the need for a central server or trusted parties. Users hold the crypto keys to their own money and transact directly with each other, with the help of a P2P network to @@ -52,7 +52,7 @@ Package: ultraclear-qt Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: peer-to-peer network based digital currency - Qt GUI - Ultra Clear is a free, open source peer-to-peer electronic cash system that + UltraClear is a free, open source peer-to-peer electronic cash system that is completely decentralized, without the need for a central server or trusted parties. Users hold the crypto keys to their own money and transact directly with each other, with the help of a P2P network to @@ -61,4 +61,4 @@ Description: peer-to-peer network based digital currency - Qt GUI Full transaction history is stored locally at each client. This requires 18.5+ GB of space, slowly growing. . - This package provides ultraclear-Qt, a GUI for Ultra Clear based on Qt. + This package provides ultraclear-Qt, a GUI for UltraClear based on Qt. diff --git a/contrib/debian/examples/pivx.conf b/contrib/debian/examples/pivx.conf index 566e1f704..4c96e6ba5 100644 --- a/contrib/debian/examples/pivx.conf +++ b/contrib/debian/examples/pivx.conf @@ -98,7 +98,7 @@ # User interface options -# Start Ultra Clear minimized +# Start UltraClear minimized #min=1 # Minimize to the system tray diff --git a/contrib/debian/pivx-qt.desktop b/contrib/debian/pivx-qt.desktop index c19ebc33c..0124f883b 100644 --- a/contrib/debian/pivx-qt.desktop +++ b/contrib/debian/pivx-qt.desktop @@ -1,9 +1,9 @@ [Desktop Entry] Version=1.0 -Name=Ultra Clear -Comment= Ultra Clear P2P Cryptocurrency -Comment[fr]= Ultra Clear, monnaie virtuelle cryptographique pair à pair -Comment[tr]= Ultra Clear, eşten eşe kriptografik sanal para birimi +Name=UltraClear +Comment= UltraClear P2P Cryptocurrency +Comment[fr]= UltraClear, monnaie virtuelle cryptographique pair à pair +Comment[tr]= UltraClear, eşten eşe kriptografik sanal para birimi Exec=ultraclear-qt %u Terminal=false Type=Application diff --git a/contrib/debian/ucr-qt.desktop b/contrib/debian/ucr-qt.desktop index fe1e1a23c..96502da66 100644 --- a/contrib/debian/ucr-qt.desktop +++ b/contrib/debian/ucr-qt.desktop @@ -1,9 +1,9 @@ [Desktop Entry] Version=1.0 -Name=Ultra Clear -Comment=Ultra Clear P2P Cryptocurrency -Comment[fr]=Ultra Clear, monnaie virtuelle cryptographique pair à pair -Comment[tr]=Ultra Clear, eşten eşe kriptografik sanal para birimi +Name=UltraClear +Comment=UltraClear P2P Cryptocurrency +Comment[fr]=UltraClear, monnaie virtuelle cryptographique pair à pair +Comment[tr]=UltraClear, eşten eşe kriptografik sanal para birimi Exec=ultraclear-qt %u Terminal=false Type=Application diff --git a/doc/README.md b/doc/README.md index 01fc6508a..b1b607e5d 100644 --- a/doc/README.md +++ b/doc/README.md @@ -1,13 +1,13 @@ -Ultra Clear Core +UltraClear Core ============= Setup --------------------- -[Ultra Clear Core](https://ucrcoin.net/) is the original Ultra Clear client and it builds the backbone of the network. However, it downloads and stores the entire history of Ultra Clear transactions; depending on the speed of your computer and network connection, the synchronization process can take anywhere from a few hours to a day or more. Thankfully you only have to do this once. +[UltraClear Core](https://ucrcoin.net/) is the original UltraClear client and it builds the backbone of the network. However, it downloads and stores the entire history of UltraClear transactions; depending on the speed of your computer and network connection, the synchronization process can take anywhere from a few hours to a day or more. Thankfully you only have to do this once. Running --------------------- -The following are some helpful notes on how to run Ultra Clear Core on your native platform. +The following are some helpful notes on how to run UltraClear Core on your native platform. ### Unix @@ -26,13 +26,13 @@ Drag ultraclear-Qt to your applications folder, and then run ultraclear-Qt. ### Need Help? -* See the documentation at the [Ultra Clear Wiki](https://ucrcoin.net/) +* See the documentation at the [UltraClear Wiki](https://ucrcoin.net/) for help and more information. * Join our Discord server [Discord Server](https://discord.gg/VyEGKeZBrV) Building --------------------- -The following are developer notes on how to build Ultra Clear Core on your native platform. They are not complete guides, but include notes on the necessary libraries, compile flags, etc. +The following are developer notes on how to build UltraClear Core on your native platform. They are not complete guides, but include notes on the necessary libraries, compile flags, etc. - [Dependencies](dependencies.md) - [macOS Build Notes](build-osx.md) @@ -42,7 +42,7 @@ The following are developer notes on how to build Ultra Clear Core on your nativ Development --------------------- -The Ultra Clear repo's [root README](/README.md) contains relevant information on the development process and automated testing. +The UltraClear repo's [root README](/README.md) contains relevant information on the development process and automated testing. - [Developer Notes](developer-notes.md) - [Multiwallet Qt Development](multiwallet-qt.md) @@ -55,8 +55,8 @@ The Ultra Clear repo's [root README](/README.md) contains relevant information o - [Dnsseed Policy](dnsseed-policy.md) ### Resources -* Discuss on the [Ultra Clear Homepage](https://ucrcoin.net/). -* Join the [Ultra Clear Discord](https://discord.gg/VyEGKeZBrV). +* Discuss on the [UltraClear Homepage](https://ucrcoin.net/). +* Join the [UltraClear Discord](https://discord.gg/VyEGKeZBrV). ### Miscellaneous - [Assets Attribution](assets-attribution.md) diff --git a/doc/README_windows.txt b/doc/README_windows.txt index eb1631ac4..6e19b5cc7 100644 --- a/doc/README_windows.txt +++ b/doc/README_windows.txt @@ -1,9 +1,9 @@ -Ultra Clear Core +UltraClear Core ===================== Intro ----- -Ultra Clear is a free open source peer-to-peer electronic cash system that is +UltraClear is a free open source peer-to-peer electronic cash system that is completely decentralized, without the need for a central server or trusted parties. Users hold the crypto keys to their own money and transact directly with each other, with the help of a P2P network to check for double-spending. @@ -13,7 +13,7 @@ Setup ----- Unpack the files into a directory and run ultraclear-qt.exe. -Ultra Clear Core is the original Ultra Clear client and it builds the backbone of the network. -However, it downloads and stores the entire history of Ultra Clear transactions; +UltraClear Core is the original UltraClear client and it builds the backbone of the network. +However, it downloads and stores the entire history of UltraClear transactions; depending on the speed of your computer and network connection, the synchronization process can take anywhere from a few hours to a day or more. diff --git a/doc/dependencies.md b/doc/dependencies.md index 9ee5f9cf0..09a73526a 100644 --- a/doc/dependencies.md +++ b/doc/dependencies.md @@ -1,7 +1,7 @@ Dependencies ============ -These are the dependencies currently used by Ultra Clear Core. You can find instructions for installing them in the `build-*.md` file for your platform. +These are the dependencies currently used by UltraClear Core. You can find instructions for installing them in the `build-*.md` file for your platform. | Dependency | Version used | Minimum required | CVEs | Shared | [Bundled Qt library](https://doc.qt.io/qt-5/configure-options.html#third-party-libraries) | | --- | --- | --- | --- | --- | --- | diff --git a/doc/dnsseed-policy.md b/doc/dnsseed-policy.md index ed9952cdf..d65ecbd88 100644 --- a/doc/dnsseed-policy.md +++ b/doc/dnsseed-policy.md @@ -1,12 +1,12 @@ Expectations for DNS Seed operators ==================================== -Ultra Clear Core attempts to minimize the level of trust in DNS seeds, +UltraClear Core attempts to minimize the level of trust in DNS seeds, but DNS seeds still pose a small amount of risk for the network. As such, DNS seeds must be run by entities which have some minimum -level of trust within the Ultra Clear community. +level of trust within the UltraClear community. -Other implementations of Ultra Clear software may also use the same +Other implementations of UltraClear software may also use the same seeds and may be more exposed. In light of this exposure, this document establishes some basic expectations for operating dnsseeds. @@ -16,7 +16,7 @@ and not sell or transfer control of the DNS seed. Any hosting services contracted by the operator are equally expected to uphold these expectations. 1. The DNS seed results must consist exclusively of fairly selected and -functioning Ultra Clear nodes from the public network to the best of the +functioning UltraClear nodes from the public network to the best of the operators understanding and capability. 2. For the avoidance of doubt, the results may be randomized but must not @@ -26,7 +26,7 @@ urgent technical necessity and disclosed. 3. The results may not be served with a DNS TTL of less than one minute. 4. Any logging of DNS queries should be only that which is necessary -for the operation of the service or urgent health of the Ultra Clear +for the operation of the service or urgent health of the UltraClear network and must not be retained longer than necessary nor disclosed to any third party. @@ -42,9 +42,9 @@ details of their operating practices. related to the DNS seed operation. If these expectations cannot be satisfied the operator should -discontinue providing services and contact the active Ultra Clear +discontinue providing services and contact the active UltraClear Core development team as well as posting on the -[Ultra Clear Discord](https://discord.gg/VyEGKeZBrV). +[UltraClear Discord](https://discord.gg/VyEGKeZBrV). Behavior outside of these expectations may be reasonable in some situations but should be discussed in public in advance. diff --git a/src/chainparams.cpp b/src/chainparams.cpp index 475faef31..9452ac70c 100644 --- a/src/chainparams.cpp +++ b/src/chainparams.cpp @@ -389,7 +389,7 @@ class CTestNetParams : public CMainParams assert(genesis.hashMerkleRoot == uint256S("0x57614ebefbc1a26b6cee7cd4bc94d060baaadf1ad2551a81153a588fd75b471c")); consensus.fPowAllowMinDifficultyBlocks = true; - consensus.powLimit = ~UINT256_ZERO >> 20; // Ultra Clear starting difficulty is 1 / 2^12 + consensus.powLimit = ~UINT256_ZERO >> 20; // UltraClear starting difficulty is 1 / 2^12 consensus.posLimitV1 = ~UINT256_ZERO >> 24; consensus.posLimitV2 = ~UINT256_ZERO >> 20; consensus.nBudgetCycleBlocks = 144; // approx 10 cycles per day @@ -481,11 +481,11 @@ class CTestNetParams : public CMainParams base58Prefixes[PUBKEY_ADDRESS] = std::vector(1, 139); // Testnet ultraclear addresses start with 'x' or 'y' base58Prefixes[SCRIPT_ADDRESS] = std::vector(1, 19); // Testnet ultraclear_ script addresses start with '8' or '9' base58Prefixes[SECRET_KEY] = std::vector(1, 239); // Testnet private keys start with '9' or 'c' (Bitcoin defaults) - // Testnet Ultra Clear BIP32 pubkeys start with 'DRKV' + // Testnet UltraClear BIP32 pubkeys start with 'DRKV' base58Prefixes[EXT_PUBLIC_KEY] = boost::assign::list_of(0x3a)(0x80)(0x61)(0xa0).convert_to_container >(); - // Testnet Ultra Clear BIP32 prvkeys start with 'DRKP' + // Testnet UltraClear BIP32 prvkeys start with 'DRKP' base58Prefixes[EXT_SECRET_KEY] = boost::assign::list_of(0x3a)(0x80)(0x58)(0x37).convert_to_container >(); - // Testnet Ultra Clear BIP44 coin type is '1' (All coin's testnet default) + // Testnet UltraClear BIP44 coin type is '1' (All coin's testnet default) base58Prefixes[EXT_COIN_TYPE] = boost::assign::list_of(0x80)(0x00)(0x00)(0x01).convert_to_container >(); vFixedSeeds = std::vector(pnSeed6_test, pnSeed6_test + ARRAYLEN(pnSeed6_test)); @@ -515,7 +515,7 @@ class CRegTestParams : public CTestNetParams //assert(genesis.hashMerkleRoot == uint256S("0x1b2ef6e2f28be914103a277377ae7729dcd125dfeb8bf97bd5964ba72b6dc39b")); consensus.fPowAllowMinDifficultyBlocks = true; - consensus.powLimit = ~UINT256_ZERO >> 20; // Ultra Clear starting difficulty is 1 / 2^12 + consensus.powLimit = ~UINT256_ZERO >> 20; // UltraClear starting difficulty is 1 / 2^12 consensus.posLimitV1 = ~UINT256_ZERO >> 24; consensus.posLimitV2 = ~UINT256_ZERO >> 20; consensus.nBudgetCycleBlocks = 144; // approx 10 cycles per day diff --git a/src/chainparams.h b/src/chainparams.h index 723ac3830..83582faaf 100644 --- a/src/chainparams.h +++ b/src/chainparams.h @@ -31,7 +31,7 @@ struct SeedSpec6 { /** * CChainParams defines various tweakable parameters of a given instance of the - * Ultra Clear system. There are three: the main network on which people trade goods + * UltraClear system. There are three: the main network on which people trade goods * and services, the public test network which gets reset from time to time and * a regression test mode which is intended for private networks only. It has * minimal difficulty to ensure that blocks can be found instantly. diff --git a/src/chainparamsbase.h b/src/chainparamsbase.h index 9ae9a46df..3bd3924c3 100644 --- a/src/chainparamsbase.h +++ b/src/chainparamsbase.h @@ -15,7 +15,7 @@ /** * CBaseChainParams defines the base parameters (shared between ultraclear-cli and ultracleard) - * of a given instance of the Ultra Clear system. + * of a given instance of the UltraClear system. */ class CBaseChainParams { diff --git a/src/clientversion.cpp b/src/clientversion.cpp index de48a426e..756f972ca 100644 --- a/src/clientversion.cpp +++ b/src/clientversion.cpp @@ -14,7 +14,7 @@ * for both ultracleard and ultraclear-qt, to make it harder for attackers to * target servers or GUI users specifically. */ -const std::string CLIENT_NAME("Ultra Clear"); +const std::string CLIENT_NAME("Ultra Clear Core"); /** * Client version number diff --git a/src/consensus/upgrades.cpp b/src/consensus/upgrades.cpp index 3f0fb347b..38f63cc7a 100644 --- a/src/consensus/upgrades.cpp +++ b/src/consensus/upgrades.cpp @@ -16,7 +16,7 @@ const struct NUInfo NetworkUpgradeInfo[Consensus::MAX_NETWORK_UPGRADES] = { { /*.strName =*/ "Base", - /*.strInfo =*/ "Ultra Clear network", + /*.strInfo =*/ "UltraClear network", }, { /*.strName =*/ "PoS", diff --git a/src/init.cpp b/src/init.cpp index 96d097c60..c63e512fd 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -693,7 +693,7 @@ void ThreadImport(std::vector vImportFiles) } /** Sanity checks - * Ensure that Ultra Clear is running in a usable environment with all + * Ensure that UltraClear is running in a usable environment with all * necessary library support. */ bool InitSanityCheck(void) @@ -924,10 +924,10 @@ void InitLogging() #else version_string += " (release build)"; #endif - LogPrintf("Ultra Clear version %s (%s)\n", version_string, CLIENT_DATE); + LogPrintf("UltraClear version %s (%s)\n", version_string, CLIENT_DATE); } -/** Initialize Ultra Clear. +/** Initialize UltraClear. * @pre Parameters should be parsed and config file should be read. */ bool AppInit2() @@ -1086,11 +1086,11 @@ bool AppInit2() // Sanity check if (!InitSanityCheck()) - return UIError(_("Initialization sanity check failed. Ultra Clear is shutting down.")); + return UIError(_("Initialization sanity check failed. UltraClear is shutting down.")); std::string strDataDir = GetDataDir().string(); - // Make sure only a single Ultra Clear process is using the data directory. + // Make sure only a single UltraClear process is using the data directory. fs::path pathLockFile = GetDataDir() / ".lock"; FILE* file = fsbridge::fopen(pathLockFile, "a"); // empty lock file; created if it doesn't exist. if (file) fclose(file); @@ -1098,7 +1098,7 @@ bool AppInit2() // Wait maximum 10 seconds if an old wallet is still running. Avoids lockup during restart if (!lock.timed_lock(boost::get_system_time() + boost::posix_time::seconds(10))) - return UIError(strprintf(_("Cannot obtain a lock on data directory %s. Ultra Clear is probably already running."), strDataDir)); + return UIError(strprintf(_("Cannot obtain a lock on data directory %s. UltraClear is probably already running."), strDataDir)); #ifndef WIN32 CreatePidFile(GetPidFile(), getpid()); @@ -1446,7 +1446,7 @@ bool AppInit2() delete zerocoinDB; delete pSporkDB; - //Ultra Clear specific: zerocoin and spork DB's + //UltraClear specific: zerocoin and spork DB's zerocoinDB = new CZerocoinDB(0, false, fReindex); pSporkDB = new CSporkDB(0, false, false); @@ -1469,7 +1469,7 @@ bool AppInit2() // End loop if shutdown was requested if (ShutdownRequested()) break; - // Ultra Clear: load previous sessions sporks if we have them. + // UltraClear: load previous sessions sporks if we have them. uiInterface.InitMessage(_("Loading sporks...")); sporkManager.LoadSporksFromDB(); diff --git a/src/init.h b/src/init.h index f61683619..af2e936cf 100644 --- a/src/init.h +++ b/src/init.h @@ -31,7 +31,7 @@ void InitLogging(); void InitParameterInteraction(); bool AppInit2(); -/** Initialize Ultra Clear core: Basic context setup. +/** Initialize UltraClear core: Basic context setup. * @note This can be done before daemonization. Do not call Shutdown() if this function fails. * @pre Parameters should be parsed and config file should be read. */ diff --git a/src/main.cpp b/src/main.cpp index dc4052b30..3e7131161 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -60,7 +60,7 @@ #if defined(NDEBUG) -#error "Ultra Clear cannot be compiled without assertions." +#error "UltraClear cannot be compiled without assertions." #endif /** @@ -3361,7 +3361,7 @@ bool CheckBlock(const CBlock& block, CValidationState& state, bool fCheckPOW, bo nHeight = (*mi).second->nHeight + 1; } - // Ultra Clear + // UltraClear // It is entierly possible that we don't have enough data and this could fail // (i.e. the block could indeed be valid). Store the block for later consideration // but issue an initial reject message. @@ -5194,7 +5194,7 @@ bool static ProcessMessage(CNode* pfrom, std::string strCommand, CDataStream& vR pfrom->fDisconnect = true; } - // Ultra Clear: We use certain sporks during IBD, so check to see if they are + // UltraClear: We use certain sporks during IBD, so check to see if they are // available. If not, ask the first peer connected for them. // TODO: Move this to an instant broadcast of the sporks. bool fMissingSporks = !pSporkDB->SporkExists(SPORK_14_MIN_PROTOCOL_ACCEPTED); diff --git a/src/masternode.cpp b/src/masternode.cpp index cac193e75..0c5e70e21 100644 --- a/src/masternode.cpp +++ b/src/masternode.cpp @@ -324,7 +324,7 @@ CAmount CMasternode::GetMasternodeNodeCollateral(int nHeight) if (nHeight > 900000) return 90000 * COIN; if (nHeight > 800000) return 80000 * COIN; if (nHeight > 700000) return 70000 * COIN; - if (nHeight > 600000) return 60000 * COIN; // 600000, Ultra Clear forks here from Clear Coin + if (nHeight > 600000) return 60000 * COIN; // 600000, UltraClear forks here from Clear Coin if (nHeight > 400000) return 50000 * COIN; if (nHeight > 350000) return 35000 * COIN; if (nHeight > 300000) return 20000 * COIN; @@ -358,7 +358,7 @@ CAmount CMasternode::GetBlockValue(int nHeight) if (nHeight > 900000) return 120 * COIN; if (nHeight > 800000) return 105 * COIN; if (nHeight > 700000) return 90 * COIN; - if (nHeight > 600000) return 70 * COIN; // 600000, Ultra Clear forks here from Clear Coin + if (nHeight > 600000) return 70 * COIN; // 600000, UltraClear forks here from Clear Coin if (nHeight > 550000) return 50 * COIN; if (nHeight > 500000) return 45 * COIN; if (nHeight > 450000) return 40 * COIN; @@ -386,7 +386,7 @@ CAmount CMasternode::GetBlockValue(int nHeight) CAmount CMasternode::GetMasternodePayment(int nHeight) { if (nHeight > 1100000) return GetBlockValue(nHeight) * 65 / 100; - if (nHeight > 600000) return GetBlockValue(nHeight) - (5 * COIN); // 600000, Ultra Clear forks here from Clear Coin + if (nHeight > 600000) return GetBlockValue(nHeight) - (5 * COIN); // 600000, UltraClear forks here from Clear Coin if (nHeight > 12000) return GetBlockValue(nHeight) * 9998/10000; if (nHeight > 500) return GetBlockValue(nHeight) * 98/100; // 500 = Params().GetConsensus().vUpgrades[Consensus::UPGRADE_POS].nActivationHeight -1 if (nHeight > 0) return 0; diff --git a/src/net.cpp b/src/net.cpp index 59799701e..9dc42b25d 100644 --- a/src/net.cpp +++ b/src/net.cpp @@ -719,7 +719,7 @@ void CNode::copyStats(CNodeStats& stats) nPingUsecWait = GetTimeMicros() - nPingUsecStart; } - // Raw ping time is in microseconds, but show it to user as whole seconds (Ultra Clear users should be well used to small numbers with many decimal places by now :) + // Raw ping time is in microseconds, but show it to user as whole seconds (UltraClear users should be well used to small numbers with many decimal places by now :) stats.dPingTime = (((double)nPingUsecTime) / 1e6); stats.dPingWait = (((double)nPingUsecWait) / 1e6); @@ -925,7 +925,7 @@ void CheckOffsetDisconnectedPeers(const CNetAddr& ip) setOffsetDisconnectedPeers.clear(); // Trigger the warning std::string strWarn1 = _("Peers are being disconnected due time differences."); - std::string strWarn2 = _("Please check that your computer's date and time are correct! If your clock is wrong Ultra Clear will not work properly."); + std::string strWarn2 = _("Please check that your computer's date and time are correct! If your clock is wrong UltraClear will not work properly."); LogPrintf("*** Warning: %s %s\n", strWarn1, strWarn2); @@ -1437,7 +1437,7 @@ void ThreadMapPort() } } - std::string strDesc = "Ultra Clear " + FormatFullVersion(); + std::string strDesc = "UltraClear " + FormatFullVersion(); try { while (true) { @@ -1975,7 +1975,7 @@ bool CConnman::BindListenPort(const CService& addrBind, std::string& strError, b if (::bind(hListenSocket, (struct sockaddr*)&sockaddr, len) == SOCKET_ERROR) { int nErr = WSAGetLastError(); if (nErr == WSAEADDRINUSE) - strError = strprintf(_("Unable to bind to %s on this computer. Ultra Clear is probably already running."), addrBind.ToString()); + strError = strprintf(_("Unable to bind to %s on this computer. UltraClear is probably already running."), addrBind.ToString()); else strError = strprintf(_("Unable to bind to %s on this computer (bind returned error %s)"), addrBind.ToString(), NetworkErrorString(nErr)); LogPrintf("%s\n", strError); diff --git a/src/pivx-cli-res.rc b/src/pivx-cli-res.rc index e352a9de0..d2f75c50c 100644 --- a/src/pivx-cli-res.rc +++ b/src/pivx-cli-res.rc @@ -16,8 +16,8 @@ BEGIN BEGIN BLOCK "040904E4" // U.S. English - multilingual (hex) BEGIN - VALUE "CompanyName", "Ultra Clear" - VALUE "FileDescription", "ultraclear-cli (OSS RPC client for Ultra Clear)" + VALUE "CompanyName", "UltraClear" + VALUE "FileDescription", "ultraclear-cli (OSS RPC client for UltraClear)" VALUE "FileVersion", VER_FILEVERSION_STR VALUE "InternalName", "ultraclear-cli" VALUE "LegalCopyright", COPYRIGHT_STR diff --git a/src/pivx-cli.cpp b/src/pivx-cli.cpp index 56ea4ddb9..4a3594aa2 100644 --- a/src/pivx-cli.cpp +++ b/src/pivx-cli.cpp @@ -72,7 +72,7 @@ static bool AppInitRPC(int argc, char* argv[]) // ParseParameters(argc, argv); if (argc < 2 || mapArgs.count("-?") || mapArgs.count("-help") || mapArgs.count("-version")) { - std::string strUsage = _("Ultra Clear RPC client version") + " " + FormatFullVersion() + "\n"; + std::string strUsage = _("UltraClear RPC client version") + " " + FormatFullVersion() + "\n"; if (!mapArgs.count("-version")) { strUsage += "\n" + _("Usage:") + "\n" + " ultraclear-cli [options] [params] " + _("Send command to ultraclear") + "\n" + diff --git a/src/pivx-tx-res.rc b/src/pivx-tx-res.rc index b07a9d5fc..c1fd7d92b 100644 --- a/src/pivx-tx-res.rc +++ b/src/pivx-tx-res.rc @@ -16,8 +16,8 @@ BEGIN BEGIN BLOCK "040904E4" // U.S. English - multilingual (hex) BEGIN - VALUE "CompanyName", "Ultra Clear" - VALUE "FileDescription", "ultraclear-tx (CLI Ultra Clear transaction editor utility)" + VALUE "CompanyName", "UltraClear" + VALUE "FileDescription", "ultraclear-tx (CLI UltraClear transaction editor utility)" VALUE "FileVersion", VER_FILEVERSION_STR VALUE "InternalName", "ultraclear-tx" VALUE "LegalCopyright", COPYRIGHT_STR diff --git a/src/pivxd-res.rc b/src/pivxd-res.rc index f98b3f3b9..a92e25394 100644 --- a/src/pivxd-res.rc +++ b/src/pivxd-res.rc @@ -16,8 +16,8 @@ BEGIN BEGIN BLOCK "040904E4" // U.S. English - multilingual (hex) BEGIN - VALUE "CompanyName", "Ultra Clear" - VALUE "FileDescription", "ultracleard (OSS daemon/client for Ultra Clear)" + VALUE "CompanyName", "UltraClear" + VALUE "FileDescription", "ultracleard (OSS daemon/client for UltraClear)" VALUE "FileVersion", VER_FILEVERSION_STR VALUE "InternalName", "ultracleard" VALUE "LegalCopyright", COPYRIGHT_STR diff --git a/src/pow.cpp b/src/pow.cpp index 1e3115ff7..86e65e287 100644 --- a/src/pow.cpp +++ b/src/pow.cpp @@ -23,7 +23,7 @@ unsigned int GetNextWorkRequired(const CBlockIndex* pindexLast, const CBlockHead if (Params().IsRegTestNet()) return pindexLast->nBits; - /* current difficulty formula, Ultra Clear - DarkGravity v3, written by Evan Duffield - evan@dashpay.io */ + /* current difficulty formula, UltraClear - DarkGravity v3, written by Evan Duffield - evan@dashpay.io */ const CBlockIndex* BlockLastSolved = pindexLast; const CBlockIndex* BlockReading = pindexLast; int64_t nActualTimespan = 0; diff --git a/src/qt/addresstablemodel.cpp b/src/qt/addresstablemodel.cpp index 3308a690f..50c283ecd 100644 --- a/src/qt/addresstablemodel.cpp +++ b/src/qt/addresstablemodel.cpp @@ -412,7 +412,7 @@ void AddressTableModel::updateEntry(const QString& address, const QString& purpose, int status) { - // Update address book model from Ultra Clear core + // Update address book model from UltraClear core priv->updateEntry(address, label, isMine, purpose, status); } diff --git a/src/qt/askpassphrasedialog.cpp b/src/qt/askpassphrasedialog.cpp index 6c63c215d..eeb7a5d3c 100644 --- a/src/qt/askpassphrasedialog.cpp +++ b/src/qt/askpassphrasedialog.cpp @@ -348,7 +348,7 @@ void AskPassphraseDialog::warningMessage() openStandardDialog( tr("Wallet encrypted"), "" + - tr("Ultra Clear will close now to finish the encryption process. " + tr("UltraClear will close now to finish the encryption process. " "Remember that encrypting your wallet cannot fully protect " "your UCRs from being stolen by malware infecting your computer.") + "

" + diff --git a/src/qt/forms/helpmessagedialog.ui b/src/qt/forms/helpmessagedialog.ui index 9e125b9db..68a6db637 100644 --- a/src/qt/forms/helpmessagedialog.ui +++ b/src/qt/forms/helpmessagedialog.ui @@ -22,7 +22,7 @@ - Ultra Clear - Command-line options + UltraClear - Command-line options #HelpMessageDialog { diff --git a/src/qt/forms/intro.ui b/src/qt/forms/intro.ui index be8078294..723905033 100644 --- a/src/qt/forms/intro.ui +++ b/src/qt/forms/intro.ui @@ -101,7 +101,7 @@ QLabel { font-style:italic; } - Welcome to Ultra Clear. + Welcome to UltraClear. Qt::AlignCenter @@ -136,7 +136,7 @@ - As this is the first time the program is launched, you can choose where Ultra Clear will store its data. + As this is the first time the program is launched, you can choose where UltraClear will store its data. Qt::AlignCenter @@ -154,7 +154,7 @@ } - Ultra Clear will download and store a copy of the UCR block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + UltraClear will download and store a copy of the UCR block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. Qt::AlignCenter diff --git a/src/qt/guiconstants.h b/src/qt/guiconstants.h index 6b71048eb..cc9707fa5 100644 --- a/src/qt/guiconstants.h +++ b/src/qt/guiconstants.h @@ -14,7 +14,7 @@ static const int MODEL_UPDATE_DELAY = 1000; /* AskPassphraseDialog -- Maximum passphrase length */ static const int MAX_PASSPHRASE_SIZE = 1024; -/* Ultra Clear GUI -- Size of icons in status bar */ +/* UltraClear GUI -- Size of icons in status bar */ static const int STATUSBAR_ICONSIZE = 16; static const bool DEFAULT_SPLASHSCREEN = true; @@ -50,7 +50,7 @@ static const int MAX_URI_LENGTH = 255; #define EXPORT_IMAGE_SIZE 256 -#define QAPP_ORG_NAME "Ultra Clear" +#define QAPP_ORG_NAME "UltraClear" #define QAPP_ORG_DOMAIN "ultraclear.org" #define QAPP_APP_NAME_DEFAULT "ultraclear-Qt" #define QAPP_APP_NAME_TESTNET "ultraclear-Qt-testnet" diff --git a/src/qt/guiutil.h b/src/qt/guiutil.h index 655fba940..f38ad439f 100644 --- a/src/qt/guiutil.h +++ b/src/qt/guiutil.h @@ -43,7 +43,7 @@ class GUIException : public std::exception GUIException(const std::string &message) : message(message) {} }; -/** Utility functions used by the Ultra Clear Qt UI. +/** Utility functions used by the UltraClear Qt UI. */ namespace GUIUtil { diff --git a/src/qt/intro.cpp b/src/qt/intro.cpp index de22066ea..4362548d8 100644 --- a/src/qt/intro.cpp +++ b/src/qt/intro.cpp @@ -197,7 +197,7 @@ bool Intro::pickDataDirectory() TryCreateDirectory(GUIUtil::qstringToBoostPath(dataDir)); break; } catch (const fs::filesystem_error& e) { - QMessageBox::critical(0, tr("Ultra Clear"), + QMessageBox::critical(0, tr("UltraClear"), tr("Error: Specified data directory \"%1\" cannot be created.").arg(dataDir)); // fall through, back to choosing screen } diff --git a/src/qt/locale/pivx_de.ts b/src/qt/locale/pivx_de.ts index 4d732ba59..f1e2b4c88 100644 --- a/src/qt/locale/pivx_de.ts +++ b/src/qt/locale/pivx_de.ts @@ -895,16 +895,16 @@ Das Staking wird automatisch gestartet, sobald die Wallet genügend Bestätigung Version - Ultra Clear - Ultra Clear + UltraClear + UltraClear (%1-bit) (%1-Bit) - About Ultra Clear - Über Ultra Clear + About UltraClear + Über UltraClear Command-line options @@ -958,16 +958,16 @@ Das Staking wird automatisch gestartet, sobald die Wallet genügend Bestätigung Willkommen - Welcome to Ultra Clear. - Willkommen zu Ultra Clear. + Welcome to UltraClear. + Willkommen zu UltraClear. - As this is the first time the program is launched, you can choose where Ultra Clear will store its data. - Da dies das erste Mal ist, dass Sie Ultra Clear starten, legen Sie jetzt bitte fest, an welchem Ort die Daten gespeichert werden sollen. + As this is the first time the program is launched, you can choose where UltraClear will store its data. + Da dies das erste Mal ist, dass Sie UltraClear starten, legen Sie jetzt bitte fest, an welchem Ort die Daten gespeichert werden sollen. - Ultra Clear will download and store a copy of the UCR block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Ultra Clear wird die Blockchain laden und lokal speichern. Dafür sind mindestens %1GB freier Speicherplatz erforderlich. Der Speicherbedarf wird mit der Zeit anwachsen. Die Wallet wird ebenfalls in diesem Verzeichnis gespeichert. + UltraClear will download and store a copy of the UCR block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + UltraClear wird die Blockchain laden und lokal speichern. Dafür sind mindestens %1GB freier Speicherplatz erforderlich. Der Speicherbedarf wird mit der Zeit anwachsen. Die Wallet wird ebenfalls in diesem Verzeichnis gespeichert. Use the default data directory @@ -986,8 +986,8 @@ Das Staking wird automatisch gestartet, sobald die Wallet genügend Bestätigung OK - Ultra Clear - Ultra Clear + UltraClear + UltraClear Error: Specified data directory "%1" cannot be created. @@ -1807,8 +1807,8 @@ NODES PIVXGUI - Ultra Clear - Ultra Clear + UltraClear + UltraClear Wallet @@ -1835,8 +1835,8 @@ NODES Anwendung beenden - Ultra Clear client - Ultra Clear Client + UltraClear client + UltraClear Client Error @@ -2040,8 +2040,8 @@ Adresse: %4 Ein fataler Fehler ist aufgetreten. UCR kann nicht länger sicher fortfahren und wird geschlossen - Ultra Clear - Ultra Clear + UltraClear + UltraClear Error: Specified data directory "%1" does not exist. @@ -2060,8 +2060,8 @@ Adresse: %4 Fehler beim Einlesen der Konfigurationsdatei %1 für den Masternode. - Ultra Clear didn't yet exit safely... - Ultra Clear konnte noch nicht sicher beendet werden... + UltraClear didn't yet exit safely... + UltraClear konnte noch nicht sicher beendet werden... Contact @@ -4451,8 +4451,8 @@ Sind Sie sicher? ShutdownWindow - Ultra Clear is shutting down... - Ultra Clear wird beendet... + UltraClear is shutting down... + UltraClear wird beendet... Do not shut down the computer until this window disappears. @@ -4481,8 +4481,8 @@ Sind Sie sicher? Lade... - Ultra Clear - Ultra Clear + UltraClear + UltraClear @@ -4999,8 +4999,8 @@ Wählen Sie weniger Eingänge über coin control aus. Welcome to -Ultra Clear Wallet - Willkommen beim Ultra Clear Wallet +UltraClear Wallet + Willkommen beim UltraClear Wallet UCR is the world’s most innovative Proof of Stake blockchain based technology. Developed by a team of highly experienced developers and cryptographers. @@ -5050,8 +5050,8 @@ Ultra Clear Wallet Binde an die angegebene Adresse und höre auf JSON-RPC verbindungen. Benutze [host]:port Notation für IPv6. Diese Option kann mehrere Male aufgerufen werden (Standard: Binde an alle Schnittstellen) - Cannot obtain a lock on data directory %s. Ultra Clear is probably already running. - Kann keine Sperre für das Datenverzeichnis %s erhalten. Ultra Clear läuft wahrscheinlich bereits. + Cannot obtain a lock on data directory %s. UltraClear is probably already running. + Kann keine Sperre für das Datenverzeichnis %s erhalten. UltraClear läuft wahrscheinlich bereits. Change automatic finalized budget voting behavior. mode=auto: Vote for only exact finalized budget match to my generated budget. (string, default: auto) @@ -5210,8 +5210,8 @@ Ultra Clear Wallet Gesamtlänge des Netzwerkversionsstring (%i) überschreitet die Länge (%i). Reduzieren Sie die Zahl oder die Größe des Dokuments. - Unable to bind to %s on this computer. Ultra Clear is probably already running. - Fehler: Port %s ist bereits belegt! Läuft bereits eine andere Ultra Clear Wallet ? + Unable to bind to %s on this computer. UltraClear is probably already running. + Fehler: Port %s ist bereits belegt! Läuft bereits eine andere UltraClear Wallet ? Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s) @@ -5226,8 +5226,8 @@ Ultra Clear Wallet Warnung: -paytxfee ist sehr hoch eingestellt! Diese Transaktionsgebühr werden Ihnen abgebucht, falls Sie die Transaktion überweisen. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Ultra Clear will not work properly. - Warnung: Bitte stellen Sie sicher, das vom Computer verwendete Zeit und Datumangaben korrekt sind! Wenn ihr System falsche Zeitangaben nutzt, wird Ultra Clear nicht korrekt funktionieren. + Warning: Please check that your computer's date and time are correct! If your clock is wrong UltraClear will not work properly. + Warnung: Bitte stellen Sie sicher, das vom Computer verwendete Zeit und Datumangaben korrekt sind! Wenn ihr System falsche Zeitangaben nutzt, wird UltraClear nicht korrekt funktionieren. Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues. @@ -5434,8 +5434,8 @@ Ultra Clear Wallet Hinweis - Initialization sanity check failed. Ultra Clear is shutting down. - Initialisierung Sanity-Check fehlgeschlagen. Ultra Clear schaltet ab. + Initialization sanity check failed. UltraClear is shutting down. + Initialisierung Sanity-Check fehlgeschlagen. UltraClear schaltet ab. Insufficient funds @@ -5760,8 +5760,8 @@ Akzeptiere keine Transaktion, deren vorherige Größe mit <n> im Mempool Minimaler positiver Betrag (in UCR), der von GUI und RPC für den Stake split Schwellenwert zugelassen wird (Standard: %s) - Please check that your computer's date and time are correct! If your clock is wrong Ultra Clear will not work properly. - Bitte stellen Sie sicher, das vom Computer verwendete Zeit und Datumangaben korrekt sind! Wenn ihr System falsche Zeitangaben nutzt, wird Ultra Clear nicht korrekt funktionieren. + Please check that your computer's date and time are correct! If your clock is wrong UltraClear will not work properly. + Bitte stellen Sie sicher, das vom Computer verwendete Zeit und Datumangaben korrekt sind! Wenn ihr System falsche Zeitangaben nutzt, wird UltraClear nicht korrekt funktionieren. Query for peer addresses via DNS lookup, if low on addresses (default: 1 unless -connect/-noconnect) @@ -6173,8 +6173,8 @@ Der Schwellenwert darf nicht kleiner sein als %s Wallet %s liegt außerhalb des Datenverzeichnisses %s - Wallet needed to be rewritten: restart Ultra Clear to complete - Wallet musste neu geschrieben werden: Bitte Ultra Clear neu starten + Wallet needed to be rewritten: restart UltraClear to complete + Wallet musste neu geschrieben werden: Bitte UltraClear neu starten Wallet options: diff --git a/src/qt/locale/pivx_en.ts b/src/qt/locale/pivx_en.ts index 7a5713c90..e56698b2f 100644 --- a/src/qt/locale/pivx_en.ts +++ b/src/qt/locale/pivx_en.ts @@ -1124,7 +1124,7 @@ It will start automatically as soon as the wallet has enough confirmations on an - Ultra Clear + UltraClear @@ -1135,7 +1135,7 @@ It will start automatically as soon as the wallet has enough confirmations on an - About Ultra Clear + About UltraClear @@ -1203,17 +1203,17 @@ It will start automatically as soon as the wallet has enough confirmations on an - Welcome to Ultra Clear. + Welcome to UltraClear. - As this is the first time the program is launched, you can choose where Ultra Clear will store its data. + As this is the first time the program is launched, you can choose where UltraClear will store its data. - Ultra Clear will download and store a copy of the UCR block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + UltraClear will download and store a copy of the UCR block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. @@ -1238,7 +1238,7 @@ It will start automatically as soon as the wallet has enough confirmations on an - Ultra Clear + UltraClear @@ -2225,7 +2225,7 @@ NODES - Ultra Clear + UltraClear @@ -2260,7 +2260,7 @@ NODES - Ultra Clear client + UltraClear client @@ -2530,7 +2530,7 @@ Address: %4 - Ultra Clear + UltraClear @@ -2555,7 +2555,7 @@ Address: %4 - Ultra Clear didn't yet exit safely... + UltraClear didn't yet exit safely... @@ -5538,7 +5538,7 @@ Are you sure? ShutdownWindow - Ultra Clear is shutting down... + UltraClear is shutting down... @@ -5574,7 +5574,7 @@ Are you sure? - Ultra Clear + UltraClear @@ -6271,7 +6271,7 @@ Select fewer inputs with coin control. Welcome to -Ultra Clear Wallet +UltraClear Wallet @@ -6339,7 +6339,7 @@ Ultra Clear Wallet - Cannot obtain a lock on data directory %s. Ultra Clear is probably already running. + Cannot obtain a lock on data directory %s. UltraClear is probably already running. @@ -6539,7 +6539,7 @@ Ultra Clear Wallet - Unable to bind to %s on this computer. Ultra Clear is probably already running. + Unable to bind to %s on this computer. UltraClear is probably already running. @@ -6559,7 +6559,7 @@ Ultra Clear Wallet - Warning: Please check that your computer's date and time are correct! If your clock is wrong Ultra Clear will not work properly. + Warning: Please check that your computer's date and time are correct! If your clock is wrong UltraClear will not work properly. @@ -6819,7 +6819,7 @@ Ultra Clear Wallet - Initialization sanity check failed. Ultra Clear is shutting down. + Initialization sanity check failed. UltraClear is shutting down. @@ -7259,7 +7259,7 @@ Ultra Clear Wallet - Please check that your computer's date and time are correct! If your clock is wrong Ultra Clear will not work properly. + Please check that your computer's date and time are correct! If your clock is wrong UltraClear will not work properly. @@ -7314,7 +7314,7 @@ Ultra Clear Wallet - Error loading %s: Wallet requires newer version of Ultra Clear + Error loading %s: Wallet requires newer version of UltraClear @@ -7816,7 +7816,7 @@ Ultra Clear Wallet - Wallet needed to be rewritten: restart Ultra Clear to complete + Wallet needed to be rewritten: restart UltraClear to complete diff --git a/src/qt/locale/pivx_en_US.ts b/src/qt/locale/pivx_en_US.ts index 03949e97a..9c44ecce1 100644 --- a/src/qt/locale/pivx_en_US.ts +++ b/src/qt/locale/pivx_en_US.ts @@ -896,16 +896,16 @@ It will start automatically as soon as the wallet has enough confirmations on an version - Ultra Clear - Ultra Clear + UltraClear + UltraClear (%1-bit) (%1-bit) - About Ultra Clear - About Ultra Clear + About UltraClear + About UltraClear Command-line options @@ -959,16 +959,16 @@ It will start automatically as soon as the wallet has enough confirmations on an Welcome - Welcome to Ultra Clear. - Welcome to Ultra Clear. + Welcome to UltraClear. + Welcome to UltraClear. - As this is the first time the program is launched, you can choose where Ultra Clear will store its data. - As this is the first time the program is launched, you can choose where Ultra Clear will store its data. + As this is the first time the program is launched, you can choose where UltraClear will store its data. + As this is the first time the program is launched, you can choose where UltraClear will store its data. - Ultra Clear will download and store a copy of the UCR block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Ultra Clear will download and store a copy of the UCR block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + UltraClear will download and store a copy of the UCR block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + UltraClear will download and store a copy of the UCR block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. Use the default data directory @@ -987,8 +987,8 @@ It will start automatically as soon as the wallet has enough confirmations on an OK - Ultra Clear - Ultra Clear + UltraClear + UltraClear Error: Specified data directory "%1" cannot be created. @@ -1809,8 +1809,8 @@ NODES PIVXGUI - Ultra Clear - Ultra Clear + UltraClear + UltraClear Wallet @@ -1837,8 +1837,8 @@ NODES Quit application - Ultra Clear client - Ultra Clear client + UltraClear client + UltraClear client Error @@ -2046,8 +2046,8 @@ Address: %4 A fatal error occurred. UCR can no longer continue safely and will quit. - Ultra Clear - Ultra Clear + UltraClear + UltraClear Error: Specified data directory "%1" does not exist. @@ -2066,8 +2066,8 @@ Address: %4 Error reading masternode configuration file: %1 - Ultra Clear didn't yet exit safely... - Ultra Clear didn't yet exit safely... + UltraClear didn't yet exit safely... + UltraClear didn't yet exit safely... Contact @@ -4518,8 +4518,8 @@ Are you sure? ShutdownWindow - Ultra Clear is shutting down... - Ultra Clear is shutting down... + UltraClear is shutting down... + UltraClear is shutting down... Do not shut down the computer until this window disappears. @@ -4548,8 +4548,8 @@ Are you sure? Loading… - Ultra Clear - Ultra Clear + UltraClear + UltraClear @@ -5096,9 +5096,9 @@ Select fewer inputs with coin control. Welcome to -Ultra Clear Wallet +UltraClear Wallet Welcome to -Ultra Clear Wallet +UltraClear Wallet UCR is the world’s most innovative Proof of Stake blockchain based technology. Developed by a team of highly experienced developers and cryptographers. @@ -5152,8 +5152,8 @@ Ultra Clear Wallet Bind to given address to listen for JSON-RPC connections. Use [host]:port notation for IPv6. This option can be specified multiple times (default: bind to all interfaces) - Cannot obtain a lock on data directory %s. Ultra Clear is probably already running. - Cannot obtain a lock on data directory %s. Ultra Clear is probably already running. + Cannot obtain a lock on data directory %s. UltraClear is probably already running. + Cannot obtain a lock on data directory %s. UltraClear is probably already running. Change automatic finalized budget voting behavior. mode=auto: Vote for only exact finalized budget match to my generated budget. (string, default: auto) @@ -5312,8 +5312,8 @@ Ultra Clear Wallet Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments. - Unable to bind to %s on this computer. Ultra Clear is probably already running. - Unable to bind to %s on this computer. Ultra Clear is probably already running. + Unable to bind to %s on this computer. UltraClear is probably already running. + Unable to bind to %s on this computer. UltraClear is probably already running. Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s) @@ -5328,8 +5328,8 @@ Ultra Clear Wallet Warning: -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Ultra Clear will not work properly. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Ultra Clear will not work properly. + Warning: Please check that your computer's date and time are correct! If your clock is wrong UltraClear will not work properly. + Warning: Please check that your computer's date and time are correct! If your clock is wrong UltraClear will not work properly. Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues. @@ -5536,8 +5536,8 @@ Ultra Clear Wallet Information - Initialization sanity check failed. Ultra Clear is shutting down. - Initialization sanity check failed. Ultra Clear is shutting down. + Initialization sanity check failed. UltraClear is shutting down. + Initialization sanity check failed. UltraClear is shutting down. Insufficient funds @@ -5888,8 +5888,8 @@ Ultra Clear Wallet Minimum positive amount (in UCR) allowed by GUI and RPC for the stake split threshold (default: %s) - Please check that your computer's date and time are correct! If your clock is wrong Ultra Clear will not work properly. - Please check that your computer's date and time are correct! If your clock is wrong Ultra Clear will not work properly. + Please check that your computer's date and time are correct! If your clock is wrong UltraClear will not work properly. + Please check that your computer's date and time are correct! If your clock is wrong UltraClear will not work properly. Query for peer addresses via DNS lookup, if low on addresses (default: 1 unless -connect/-noconnect) @@ -5932,8 +5932,8 @@ Ultra Clear Wallet Error loading %s: Wallet corrupted - Error loading %s: Wallet requires newer version of Ultra Clear - Error loading %s: Wallet requires newer version of Ultra Clear + Error loading %s: Wallet requires newer version of UltraClear + Error loading %s: Wallet requires newer version of UltraClear Error loading %s @@ -6336,8 +6336,8 @@ Ultra Clear Wallet Wallet debugging/testing options: - Wallet needed to be rewritten: restart Ultra Clear to complete - Wallet needed to be rewritten: restart Ultra Clear to complete + Wallet needed to be rewritten: restart UltraClear to complete + Wallet needed to be rewritten: restart UltraClear to complete Wallet options: diff --git a/src/qt/locale/pivx_es.ts b/src/qt/locale/pivx_es.ts index de4992d7d..b21c80d15 100644 --- a/src/qt/locale/pivx_es.ts +++ b/src/qt/locale/pivx_es.ts @@ -895,16 +895,16 @@ It will start automatically as soon as the wallet has enough confirmations on an versión - Ultra Clear - Ultra Clear + UltraClear + UltraClear (%1-bit) (%1-bit) - About Ultra Clear - Acerca de Ultra Clear + About UltraClear + Acerca de UltraClear Command-line options @@ -958,16 +958,16 @@ It will start automatically as soon as the wallet has enough confirmations on an Bienvenido/a - Welcome to Ultra Clear. - Bienvenido/a a Ultra Clear. + Welcome to UltraClear. + Bienvenido/a a UltraClear. - As this is the first time the program is launched, you can choose where Ultra Clear will store its data. - Al ser la primera vez que se inicia el programa, usted puede elegir dónde guardará Ultra Clear sus datos. + As this is the first time the program is launched, you can choose where UltraClear will store its data. + Al ser la primera vez que se inicia el programa, usted puede elegir dónde guardará UltraClear sus datos. - Ultra Clear will download and store a copy of the UCR block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Ultra Clear descargará y guardará una copia de la cadena de bloques UCR. Por lo menos %1GB de datos serán guardados en esta carpeta, y crecerá con el tiempo. La wallet también se guardará en esta carpeta. + UltraClear will download and store a copy of the UCR block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + UltraClear descargará y guardará una copia de la cadena de bloques UCR. Por lo menos %1GB de datos serán guardados en esta carpeta, y crecerá con el tiempo. La wallet también se guardará en esta carpeta. Use the default data directory @@ -986,8 +986,8 @@ It will start automatically as soon as the wallet has enough confirmations on an OK - Ultra Clear - Ultra Clear + UltraClear + UltraClear Error: Specified data directory "%1" cannot be created. @@ -1803,8 +1803,8 @@ MAESTROS PIVXGUI - Ultra Clear - Ultra Clear + UltraClear + UltraClear Wallet @@ -1831,8 +1831,8 @@ MAESTROS Cerrar aplicación - Ultra Clear client - Cliente Ultra Clear + UltraClear client + Cliente UltraClear Error @@ -2040,8 +2040,8 @@ Dirección: %4 Se produjo un error fatal. UCR ya no puede continuar de forma segura y dejará de funcionar. - Ultra Clear - Ultra Clear + UltraClear + UltraClear Error: Specified data directory "%1" does not exist. @@ -2060,8 +2060,8 @@ Dirección: %4 Error al leer el archivo de configuración de masternode: %1 - Ultra Clear didn't yet exit safely... - El núcleo Ultra Clear aún no ha salido de forma segura... + UltraClear didn't yet exit safely... + El núcleo UltraClear aún no ha salido de forma segura... Contact @@ -4482,8 +4482,8 @@ Are you sure? ShutdownWindow - Ultra Clear is shutting down... - El programa Ultra Clear se está cerrando... + UltraClear is shutting down... + El programa UltraClear se está cerrando... Do not shut down the computer until this window disappears. @@ -4512,8 +4512,8 @@ Are you sure? Cargando.... - Ultra Clear - Ultra Clear + UltraClear + UltraClear @@ -5036,9 +5036,9 @@ Seleccione menos entradas con control de monedas. Welcome to -Ultra Clear Wallet +UltraClear Wallet Bienvenido a -Ultra Clear Wallet +UltraClear Wallet UCR is the world’s most innovative Proof of Stake blockchain based technology. Developed by a team of highly experienced developers and cryptographers. @@ -5092,8 +5092,8 @@ Ultra Clear Wallet Escuchar únicamente a la tarjeta de red indicada para conexiones JSON-RPC. Use la notación [host]:puerto para IPv6. Esta opción puede ser especificada varias veces (por defecto: escuchar en todas las tarjetas de red) - Cannot obtain a lock on data directory %s. Ultra Clear is probably already running. - No se puede obtener un bloqueo sobre el directorio de datos %s. Ultra Clear esta probablemente en ejecución. + Cannot obtain a lock on data directory %s. UltraClear is probably already running. + No se puede obtener un bloqueo sobre el directorio de datos %s. UltraClear esta probablemente en ejecución. Change automatic finalized budget voting behavior. mode=auto: Vote for only exact finalized budget match to my generated budget. (string, default: auto) @@ -5252,8 +5252,8 @@ Ultra Clear Wallet La longitud total de la cadena de la versión de red (%i) excede la longitud máxima (%i). Reducir el número o tamaño de los uacomments. - Unable to bind to %s on this computer. Ultra Clear is probably already running. - Imposible conectar a %s en esta computadora. Es probable que Ultra Clear ya este corriendo. + Unable to bind to %s on this computer. UltraClear is probably already running. + Imposible conectar a %s en esta computadora. Es probable que UltraClear ya este corriendo. Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s) @@ -5268,8 +5268,8 @@ Ultra Clear Wallet Advertencia: -paytxfee esta muy alta! Esta es la comisión de transacción que pagarás si envías una transacción. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Ultra Clear will not work properly. - Advertencia: Por favor verifique que la fecha y hora de su computadora sean correctas! Si su reloj esta fuera de hora Ultra Clear no funcionará adecuadamente. + Warning: Please check that your computer's date and time are correct! If your clock is wrong UltraClear will not work properly. + Advertencia: Por favor verifique que la fecha y hora de su computadora sean correctas! Si su reloj esta fuera de hora UltraClear no funcionará adecuadamente. Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues. @@ -5476,8 +5476,8 @@ Ultra Clear Wallet Información - Initialization sanity check failed. Ultra Clear is shutting down. - La prueba de salud de inicialización ha fallado. Ultra Clear se cerrará. + Initialization sanity check failed. UltraClear is shutting down. + La prueba de salud de inicialización ha fallado. UltraClear se cerrará. Insufficient funds @@ -5804,8 +5804,8 @@ Ultra Clear Wallet Cantidad mínima positiva (en UCR) permitida por GUI y RPC para el umbral de división de participación (predeterminado: %s) - Please check that your computer's date and time are correct! If your clock is wrong Ultra Clear will not work properly. - Por favor verifique que la fecha y hora de su computadora sean correctas! Si su reloj esta fuera de hora Ultra Clear no funcionará adecuadamente. + Please check that your computer's date and time are correct! If your clock is wrong UltraClear will not work properly. + Por favor verifique que la fecha y hora de su computadora sean correctas! Si su reloj esta fuera de hora UltraClear no funcionará adecuadamente. Query for peer addresses via DNS lookup, if low on addresses (default: 1 unless -connect/-noconnect) @@ -5848,8 +5848,8 @@ Ultra Clear Wallet Error al cargar %s: billetera dañada - Error loading %s: Wallet requires newer version of Ultra Clear - Error al cargar %s: Wallet requiere una versión más reciente de Ultra Clear + Error loading %s: Wallet requires newer version of UltraClear + Error al cargar %s: Wallet requiere una versión más reciente de UltraClear Error loading %s @@ -6240,8 +6240,8 @@ Ultra Clear Wallet Opciones de prueba / depuración de billetera: - Wallet needed to be rewritten: restart Ultra Clear to complete - La wallet necesita reescribirse: reinicie la Ultra Clear para completarlo + Wallet needed to be rewritten: restart UltraClear to complete + La wallet necesita reescribirse: reinicie la UltraClear para completarlo Wallet options: diff --git a/src/qt/locale/pivx_es_ES.ts b/src/qt/locale/pivx_es_ES.ts index d50fbdf37..16f2a375f 100644 --- a/src/qt/locale/pivx_es_ES.ts +++ b/src/qt/locale/pivx_es_ES.ts @@ -887,16 +887,16 @@ It will start automatically as soon as the wallet has enough confirmations on an versión - Ultra Clear - Ultra Clear + UltraClear + UltraClear (%1-bit) (%1-bit) - About Ultra Clear - Acerca de Ultra Clear + About UltraClear + Acerca de UltraClear Command-line options @@ -950,16 +950,16 @@ It will start automatically as soon as the wallet has enough confirmations on an Bienvenido/a - Welcome to Ultra Clear. - Bienvenido/a a Ultra Clear. + Welcome to UltraClear. + Bienvenido/a a UltraClear. - As this is the first time the program is launched, you can choose where Ultra Clear will store its data. - Al ser la primera vez que se inicia el programa, usted puede elegir dónde guardará Ultra Clear sus datos. + As this is the first time the program is launched, you can choose where UltraClear will store its data. + Al ser la primera vez que se inicia el programa, usted puede elegir dónde guardará UltraClear sus datos. - Ultra Clear will download and store a copy of the UCR block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Ultra Clear descargará y guardará una copia de la cadena de bloques UCR. Por lo menos %1GB de datos serán guardados en esta carpeta, y crecerá con el tiempo. La wallet también se guardará en esta carpeta. + UltraClear will download and store a copy of the UCR block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + UltraClear descargará y guardará una copia de la cadena de bloques UCR. Por lo menos %1GB de datos serán guardados en esta carpeta, y crecerá con el tiempo. La wallet también se guardará en esta carpeta. Use the default data directory @@ -978,8 +978,8 @@ It will start automatically as soon as the wallet has enough confirmations on an OK - Ultra Clear - Ultra Clear + UltraClear + UltraClear Error: Specified data directory "%1" cannot be created. @@ -1756,8 +1756,8 @@ MAESTROS PIVXGUI - Ultra Clear - Ultra Clear + UltraClear + UltraClear Wallet @@ -1784,8 +1784,8 @@ MAESTROS Cerrar aplicación - Ultra Clear client - Cliente Ultra Clear + UltraClear client + Cliente UltraClear Error @@ -1989,8 +1989,8 @@ Dirección: %4 Se produjo un error fatal. UCR ya no puede continuar de forma segura y dejará de funcionar. - Ultra Clear - Ultra Clear + UltraClear + UltraClear Error: Specified data directory "%1" does not exist. @@ -2009,8 +2009,8 @@ Dirección: %4 Error al leer el archivo de configuración de masternode: %1 - Ultra Clear didn't yet exit safely... - El núcleo Ultra Clear aún no ha salido de forma segura... + UltraClear didn't yet exit safely... + El núcleo UltraClear aún no ha salido de forma segura... Contact @@ -4250,8 +4250,8 @@ Are you sure? ShutdownWindow - Ultra Clear is shutting down... - El programa Ultra Clear se está cerrando... + UltraClear is shutting down... + El programa UltraClear se está cerrando... Do not shut down the computer until this window disappears. @@ -4280,8 +4280,8 @@ Are you sure? Cargando.... - Ultra Clear - Ultra Clear + UltraClear + UltraClear @@ -4712,9 +4712,9 @@ una nueva copia de seguridad. Welcome to -Ultra Clear Wallet +UltraClear Wallet Bienvenido a -Ultra Clear Wallet +UltraClear Wallet UCR is the world’s most innovative Proof of Stake blockchain based technology. Developed by a team of highly experienced developers and cryptographers. @@ -4764,8 +4764,8 @@ Ultra Clear Wallet Escuchar únicamente a la tarjeta de red indicada para conexiones JSON-RPC. Use la notación [host]:puerto para IPv6. Esta opción puede ser especificada varias veces (por defecto: escuchar en todas las tarjetas de red) - Cannot obtain a lock on data directory %s. Ultra Clear is probably already running. - No se puede obtener un bloqueo sobre el directorio de datos %s. Ultra Clear esta probablemente en ejecución. + Cannot obtain a lock on data directory %s. UltraClear is probably already running. + No se puede obtener un bloqueo sobre el directorio de datos %s. UltraClear esta probablemente en ejecución. Change automatic finalized budget voting behavior. mode=auto: Vote for only exact finalized budget match to my generated budget. (string, default: auto) @@ -4924,8 +4924,8 @@ Ultra Clear Wallet La longitud total de la cadena de la versión de red (%i) excede la longitud máxima (%i). Reducir el número o tamaño de los uacomments. - Unable to bind to %s on this computer. Ultra Clear is probably already running. - Imposible conectar a %s en esta computadora. Es probable que Ultra Clear ya este corriendo. + Unable to bind to %s on this computer. UltraClear is probably already running. + Imposible conectar a %s en esta computadora. Es probable que UltraClear ya este corriendo. Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s) @@ -4940,8 +4940,8 @@ Ultra Clear Wallet Advertencia: -paytxfee esta muy alta! Esta es la comisión de transacción que pagarás si envías una transacción. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Ultra Clear will not work properly. - Advertencia: Por favor verifique que la fecha y hora de su computadora sean correctas! Si su reloj esta fuera de hora Ultra Clear no funcionará adecuadamente. + Warning: Please check that your computer's date and time are correct! If your clock is wrong UltraClear will not work properly. + Advertencia: Por favor verifique que la fecha y hora de su computadora sean correctas! Si su reloj esta fuera de hora UltraClear no funcionará adecuadamente. Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues. @@ -5148,8 +5148,8 @@ Ultra Clear Wallet Información - Initialization sanity check failed. Ultra Clear is shutting down. - La prueba de salud de inicialización ha fallado. Ultra Clear se cerrará. + Initialization sanity check failed. UltraClear is shutting down. + La prueba de salud de inicialización ha fallado. UltraClear se cerrará. Insufficient funds @@ -5436,8 +5436,8 @@ Ultra Clear Wallet Preparando para resincronizar... - Please check that your computer's date and time are correct! If your clock is wrong Ultra Clear will not work properly. - Por favor verifique que la fecha y hora de su computadora sean correctas! Si su reloj esta fuera de hora Ultra Clear no funcionará adecuadamente. + Please check that your computer's date and time are correct! If your clock is wrong UltraClear will not work properly. + Por favor verifique que la fecha y hora de su computadora sean correctas! Si su reloj esta fuera de hora UltraClear no funcionará adecuadamente. Specify location of debug log file: this can be an absolute path or a path relative to the data directory (default: %s) @@ -5740,8 +5740,8 @@ Ultra Clear Wallet La wallet %s esta ubicada fuera del directorio de datos %s - Wallet needed to be rewritten: restart Ultra Clear to complete - La wallet necesita reescribirse: reinicie la Ultra Clear para completarlo + Wallet needed to be rewritten: restart UltraClear to complete + La wallet necesita reescribirse: reinicie la UltraClear para completarlo Wallet options: diff --git a/src/qt/locale/pivx_fr_FR.ts b/src/qt/locale/pivx_fr_FR.ts index 028a65095..a7fe6934d 100644 --- a/src/qt/locale/pivx_fr_FR.ts +++ b/src/qt/locale/pivx_fr_FR.ts @@ -896,16 +896,16 @@ Il commencera automatiquement dès que le portefeuille aura assez de confirmatio version - Ultra Clear - Ultra Clear + UltraClear + UltraClear (%1-bit) (%1-bit) - About Ultra Clear - A propos de Ultra Clear + About UltraClear + A propos de UltraClear Command-line options @@ -959,16 +959,16 @@ Il commencera automatiquement dès que le portefeuille aura assez de confirmatio Bienvenu - Welcome to Ultra Clear. - Bienvenue à Ultra Clear + Welcome to UltraClear. + Bienvenue à UltraClear - As this is the first time the program is launched, you can choose where Ultra Clear will store its data. - Comme c'est la première fois que le programme est lancé, vous pouvez choisir où Ultra Clear va stocker ses données. + As this is the first time the program is launched, you can choose where UltraClear will store its data. + Comme c'est la première fois que le programme est lancé, vous pouvez choisir où UltraClear va stocker ses données. - Ultra Clear will download and store a copy of the UCR block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Ultra Clear téléchargera et stockera une copie de la chaîne de blocs UCR. Au moins %1 Go de données sera stocké dans ce répertoire, et il va augmenter au fil du temps. Le portefeuille sera également stocké dans ce répertoire. + UltraClear will download and store a copy of the UCR block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + UltraClear téléchargera et stockera une copie de la chaîne de blocs UCR. Au moins %1 Go de données sera stocké dans ce répertoire, et il va augmenter au fil du temps. Le portefeuille sera également stocké dans ce répertoire. Use the default data directory @@ -987,8 +987,8 @@ Il commencera automatiquement dès que le portefeuille aura assez de confirmatio OK - Ultra Clear - Ultra Clear + UltraClear + UltraClear Error: Specified data directory "%1" cannot be created. @@ -1806,8 +1806,8 @@ NODES PIVXGUI - Ultra Clear - Ultra Clear + UltraClear + UltraClear Wallet @@ -1834,8 +1834,8 @@ NODES Quitter l'application - Ultra Clear client - Ultra Clear client + UltraClear client + UltraClear client Error @@ -2039,8 +2039,8 @@ Adresse : %4 Une erreur fatale s'est produite. UCR ne peut plus poursuivre en toute sécurité et va quitter. - Ultra Clear - Ultra Clear + UltraClear + UltraClear Error: Specified data directory "%1" does not exist. @@ -2059,8 +2059,8 @@ Adresse : %4 Erreur de lecture du fichier de configuration Masternode: %1 - Ultra Clear didn't yet exit safely... - Ultra Clear n'a pas encore quitté en toute sécurité ... + UltraClear didn't yet exit safely... + UltraClear n'a pas encore quitté en toute sécurité ... Contact @@ -4503,8 +4503,8 @@ Confirmez-vous ? ShutdownWindow - Ultra Clear is shutting down... - Ultra Clear est en cours de fermeture... + UltraClear is shutting down... + UltraClear est en cours de fermeture... Do not shut down the computer until this window disappears. @@ -4533,8 +4533,8 @@ Confirmez-vous ? Chargement... - Ultra Clear - Ultra Clear + UltraClear + UltraClear @@ -5052,9 +5052,9 @@ Select fewer inputs with coin control. Welcome to -Ultra Clear Wallet +UltraClear Wallet Bienvenu au -Portefeuille Ultra Clear +Portefeuille UltraClear UCR is the world’s most innovative Proof of Stake blockchain based technology. Developed by a team of highly experienced developers and cryptographers. @@ -5104,8 +5104,8 @@ Portefeuille Ultra Clear Relier à une adresse spécifique pour écouter les connections JSON-RPC. Utilisez la notation [host]:port pour IPv6. Cette option peut être spécifiée plusieurs fois (par défaut: liaison à toutes les interfaces) - Cannot obtain a lock on data directory %s. Ultra Clear is probably already running. - Impossible de vérouiller le répertoire de données %s. Ultra Clear est probablement déjà en cours d'exécution. + Cannot obtain a lock on data directory %s. UltraClear is probably already running. + Impossible de vérouiller le répertoire de données %s. UltraClear est probablement déjà en cours d'exécution. Change automatic finalized budget voting behavior. mode=auto: Vote for only exact finalized budget match to my generated budget. (string, default: auto) @@ -5264,8 +5264,8 @@ Portefeuille Ultra Clear La longueur totale de la chaîne dans la version réseau (%i) dépasse la longueur maximale (%i). Réduisez le nombre ou la taille des commentaires de l'Agent Utilisateur - Unable to bind to %s on this computer. Ultra Clear is probably already running. - Impossible de se lier à %s depuis cet ordinateur. Ultra Clear est probablement déjà en cours d'exécution. + Unable to bind to %s on this computer. UltraClear is probably already running. + Impossible de se lier à %s depuis cet ordinateur. UltraClear est probablement déjà en cours d'exécution. Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s) @@ -5280,8 +5280,8 @@ Portefeuille Ultra Clear Attention: -paytxfee est réglé très haut! Ce sont les frais de transaction que vous paierez si vous envoyez une transaction. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Ultra Clear will not work properly. - Avertissement: Veuillez vérifier que la date et l'heure de votre ordinateur sont correctes! Si votre horloge est incorrecte, Ultra Clear ne fonctionnera pas correctement. + Warning: Please check that your computer's date and time are correct! If your clock is wrong UltraClear will not work properly. + Avertissement: Veuillez vérifier que la date et l'heure de votre ordinateur sont correctes! Si votre horloge est incorrecte, UltraClear ne fonctionnera pas correctement. Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues. @@ -5289,7 +5289,7 @@ Portefeuille Ultra Clear Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. - Attention: Il semble que nous soyons en désaccord avec nos pairs sur le réseau! Cela signifie que vous pourriez avoir besoin de mettre à jour votre Ultra Clear, ou que les autres noeuds aient besoin de se mettre à jour de leur côté. + Attention: Il semble que nous soyons en désaccord avec nos pairs sur le réseau! Cela signifie que vous pourriez avoir besoin de mettre à jour votre UltraClear, ou que les autres noeuds aient besoin de se mettre à jour de leur côté. Whitelist peers connecting from the given netmask or IP address. Can be specified multiple times. @@ -5488,8 +5488,8 @@ Portefeuille Ultra Clear Information - Initialization sanity check failed. Ultra Clear is shutting down. - Échec de la vérification de l'initialisation. Ultra Clear va fermer. + Initialization sanity check failed. UltraClear is shutting down. + Échec de la vérification de l'initialisation. UltraClear va fermer. Insufficient funds @@ -5808,8 +5808,8 @@ Portefeuille Ultra Clear Montant minimum positif (en UCR) autorisé par l'interface graphique et le RPC pour la division des mises du stake (par défaut: %s) - Please check that your computer's date and time are correct! If your clock is wrong Ultra Clear will not work properly. - SVP vérifiez que la date et l'heure de votre ordinateur sont correctes! Si votre horloge est incorrecte, Ultra Clear ne fonctionnera pas correctement. + Please check that your computer's date and time are correct! If your clock is wrong UltraClear will not work properly. + SVP vérifiez que la date et l'heure de votre ordinateur sont correctes! Si votre horloge est incorrecte, UltraClear ne fonctionnera pas correctement. Query for peer addresses via DNS lookup, if low on addresses (default: 1 unless -connect/-noconnect) @@ -6218,8 +6218,8 @@ Portefeuille Ultra Clear Le portefeuille %s se trouve à l'extérieur du répertoire de données %s - Wallet needed to be rewritten: restart Ultra Clear to complete - Le portefeuille doit être réécrit: redémarrez Ultra Clear pour terminer + Wallet needed to be rewritten: restart UltraClear to complete + Le portefeuille doit être réécrit: redémarrez UltraClear pour terminer Wallet options: diff --git a/src/qt/locale/pivx_hr_HR.ts b/src/qt/locale/pivx_hr_HR.ts index 32e5ee83a..fb0234789 100644 --- a/src/qt/locale/pivx_hr_HR.ts +++ b/src/qt/locale/pivx_hr_HR.ts @@ -880,16 +880,16 @@ Automatski će se pokrenuti čim novčanik dobije dovoljno potvrda o neiskorišt verzija - Ultra Clear - Ultra Clear + UltraClear + UltraClear (%1-bit) (%1-bit) - About Ultra Clear - O Ultra Clear-u + About UltraClear + O UltraClear-u Command-line options @@ -943,16 +943,16 @@ Automatski će se pokrenuti čim novčanik dobije dovoljno potvrda o neiskorišt Dobrodošli - Welcome to Ultra Clear. - Dobrodošli u Ultra Clear. + Welcome to UltraClear. + Dobrodošli u UltraClear. - As this is the first time the program is launched, you can choose where Ultra Clear will store its data. - Budući da je prvi put pokrenut program, možete odabrati gdje će Ultra Clear pohraniti svoje podatke. + As this is the first time the program is launched, you can choose where UltraClear will store its data. + Budući da je prvi put pokrenut program, možete odabrati gdje će UltraClear pohraniti svoje podatke. - Ultra Clear will download and store a copy of the UCR block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Ultra Clear preuzima i pohranjuje kopiju UCR blok-lanca. Barem će %1GB podataka biti pohranjeno u ovom direktoriju i to će s vremenom rasti. Novčanik će također biti pohranjena u ovom direktoriju. + UltraClear will download and store a copy of the UCR block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + UltraClear preuzima i pohranjuje kopiju UCR blok-lanca. Barem će %1GB podataka biti pohranjeno u ovom direktoriju i to će s vremenom rasti. Novčanik će također biti pohranjena u ovom direktoriju. Use the default data directory @@ -971,8 +971,8 @@ Automatski će se pokrenuti čim novčanik dobije dovoljno potvrda o neiskorišt OK - Ultra Clear - Ultra Clear + UltraClear + UltraClear Error: Specified data directory "%1" cannot be created. @@ -1769,8 +1769,8 @@ NODEOVI PIVXGUI - Ultra Clear - Ultra Clear + UltraClear + UltraClear Wallet @@ -1797,8 +1797,8 @@ NODEOVI Napusti aplikaciju - Ultra Clear client - Ultra Clear Klijent + UltraClear client + UltraClear Klijent Error @@ -2006,8 +2006,8 @@ Adresa: %4 Dogodila se fatalna pogreška. UCR ne može sigurno nastaviti i izaći će. - Ultra Clear - Ultra Clear + UltraClear + UltraClear Error: Specified data directory "%1" does not exist. @@ -2026,8 +2026,8 @@ Adresa: %4 Greška pri čitanju masternode konfiguracijske datoteke: %1 - Ultra Clear didn't yet exit safely... - Ultra Clear nije ugašen sigurno... + UltraClear didn't yet exit safely... + UltraClear nije ugašen sigurno... Contact @@ -3590,7 +3590,7 @@ da biste vidjeli i mogli potrošiti sredstva na mreži. <html><head/><body><p align="justify"> -Masternode je računalo koje pokreće full node Ultra Clear novčanik sa +Masternode je računalo koje pokreće full node UltraClear novčanik sa zahtjevanih 10,000 UCR-a osiguranog zaloga da pruži dodatne usluge mreži, i zauzvrat redovito primi dio nagrade blokova. Te usluge uključuju: @@ -4360,8 +4360,8 @@ Jeste li sigurni? ShutdownWindow - Ultra Clear is shutting down... - Ultra Clear se zatvara... + UltraClear is shutting down... + UltraClear se zatvara... Do not shut down the computer until this window disappears. @@ -4390,8 +4390,8 @@ Jeste li sigurni? Učitavanje... - Ultra Clear - Ultra Clear + UltraClear + UltraClear @@ -4900,9 +4900,9 @@ se nova sigurnosna kopija. Welcome to -Ultra Clear Wallet +UltraClear Wallet Dobrodošli u - Ultra Clear temeljni novčanik + UltraClear temeljni novčanik UCR is the world’s most innovative Proof of Stake blockchain based technology. Developed by a team of highly experienced developers and cryptographers. @@ -4952,8 +4952,8 @@ Ultra Clear Wallet Pridržavajte se na navedenu adresu da biste slušali veze JSON-RPC. Koristite [host]: port notation za IPv6. Ova se opcija može odrediti više puta (zadano: vezati se na sva sučelja) - Cannot obtain a lock on data directory %s. Ultra Clear is probably already running. - Nije moguće dobiti zaključavanje na direktoriju podataka %s. Ultra Clear vjerojatno već radi. + Cannot obtain a lock on data directory %s. UltraClear is probably already running. + Nije moguće dobiti zaključavanje na direktoriju podataka %s. UltraClear vjerojatno već radi. Change automatic finalized budget voting behavior. mode=auto: Vote for only exact finalized budget match to my generated budget. (string, default: auto) @@ -5112,8 +5112,8 @@ Ultra Clear Wallet Ukupna duljina teksta mrežne verzije (%i) prelazi maksimalnu duljinu (%i). Smanjite broj ili veličinu uacommentsa. - Unable to bind to %s on this computer. Ultra Clear is probably already running. - Nije moguće vezati se na %s na ovom računalu. Ultra Clear vjerojatno već radi. + Unable to bind to %s on this computer. UltraClear is probably already running. + Nije moguće vezati se na %s na ovom računalu. UltraClear vjerojatno već radi. Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s) @@ -5128,8 +5128,8 @@ Ultra Clear Wallet Upozorenje: -paytxfee je vrlo visoka! To je transakcijska naknada koju ćete platiti ako šaljete transakciju. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Ultra Clear will not work properly. - Upozorenje: Provjerite jesu li datum i vrijeme vašeg računala točni! Ako je vaš sat pogrešan, Ultra Clear neće raditi ispravno. + Warning: Please check that your computer's date and time are correct! If your clock is wrong UltraClear will not work properly. + Upozorenje: Provjerite jesu li datum i vrijeme vašeg računala točni! Ako je vaš sat pogrešan, UltraClear neće raditi ispravno. Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues. @@ -5337,8 +5337,8 @@ Ultra Clear Wallet Informacije - Initialization sanity check failed. Ultra Clear is shutting down. - Provjera ispravnosti inicijalizacije nije uspjela. Ultra Clear se zatvara. + Initialization sanity check failed. UltraClear is shutting down. + Provjera ispravnosti inicijalizacije nije uspjela. UltraClear se zatvara. Insufficient funds @@ -5625,8 +5625,8 @@ Ultra Clear Wallet Priprema za resinkronizaciju... - Please check that your computer's date and time are correct! If your clock is wrong Ultra Clear will not work properly. - Provjerite jesu li datum i vrijeme vašeg računala točni! Ako je vaš sat pogrešan, Ultra Clear neće raditi ispravno. + Please check that your computer's date and time are correct! If your clock is wrong UltraClear will not work properly. + Provjerite jesu li datum i vrijeme vašeg računala točni! Ako je vaš sat pogrešan, UltraClear neće raditi ispravno. Specify location of debug log file: this can be an absolute path or a path relative to the data directory (default: %s) @@ -5959,8 +5959,8 @@ Ultra Clear Wallet Novčanik %s nalazi se izvan direktorija podataka %s - Wallet needed to be rewritten: restart Ultra Clear to complete - Potrebno je prepisati novčanik: ponovo pokrenite Ultra Clear + Wallet needed to be rewritten: restart UltraClear to complete + Potrebno je prepisati novčanik: ponovo pokrenite UltraClear Wallet options: diff --git a/src/qt/locale/pivx_it.ts b/src/qt/locale/pivx_it.ts index d801472c3..bf1e21e11 100644 --- a/src/qt/locale/pivx_it.ts +++ b/src/qt/locale/pivx_it.ts @@ -896,16 +896,16 @@ Si avvierà automaticamente non appena il portafoglio avrà sufficienti conferme versione - Ultra Clear - Ultra Clear + UltraClear + UltraClear (%1-bit) (%1-bit) - About Ultra Clear - Informazioni su Ultra Clear + About UltraClear + Informazioni su UltraClear Command-line options @@ -959,16 +959,16 @@ Si avvierà automaticamente non appena il portafoglio avrà sufficienti conferme Benvenuto - Welcome to Ultra Clear. - Benvenuto in Ultra Clear. + Welcome to UltraClear. + Benvenuto in UltraClear. - As this is the first time the program is launched, you can choose where Ultra Clear will store its data. - Essendo il primo avvio dell'applicazione, puoi scegliere dove Ultra Clear salverà i propri dati. + As this is the first time the program is launched, you can choose where UltraClear will store its data. + Essendo il primo avvio dell'applicazione, puoi scegliere dove UltraClear salverà i propri dati. - Ultra Clear will download and store a copy of the UCR block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Ultra Clear scaricherà e salverà una copia della blockchain UCR. Verranno salvati almeno %1GB di dati in questa cartella, che cresceranno nel tempo. In questa cartella verrà salvato anche il portafoglio. + UltraClear will download and store a copy of the UCR block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + UltraClear scaricherà e salverà una copia della blockchain UCR. Verranno salvati almeno %1GB di dati in questa cartella, che cresceranno nel tempo. In questa cartella verrà salvato anche il portafoglio. Use the default data directory @@ -987,8 +987,8 @@ Si avvierà automaticamente non appena il portafoglio avrà sufficienti conferme OK - Ultra Clear - Ultra Clear + UltraClear + UltraClear Error: Specified data directory "%1" cannot be created. @@ -1809,8 +1809,8 @@ NODE PIVXGUI - Ultra Clear - Ultra Clear + UltraClear + UltraClear Wallet @@ -1837,8 +1837,8 @@ NODE Chiude l'applicazione - Ultra Clear client - Ultra Clear + UltraClear client + UltraClear Error @@ -2042,8 +2042,8 @@ Indirizzo: %4 Si è verificato un errore irreversibile. UCR non può più continuare in modo sicuro e verrà chiuso. - Ultra Clear - Ultra Clear + UltraClear + UltraClear Error: Specified data directory "%1" does not exist. @@ -2062,8 +2062,8 @@ Indirizzo: %4 Errore durante la lettura del file di configurazione del Masternode: %1 - Ultra Clear didn't yet exit safely... - Ultra Clear non è ancora uscito in modo sicuro... + UltraClear didn't yet exit safely... + UltraClear non è ancora uscito in modo sicuro... Contact @@ -4514,8 +4514,8 @@ Sei sicuro? ShutdownWindow - Ultra Clear is shutting down... - Ultra Clear si sta spegnendo... + UltraClear is shutting down... + UltraClear si sta spegnendo... Do not shut down the computer until this window disappears. @@ -4544,8 +4544,8 @@ Sei sicuro? Caricamento... - Ultra Clear - Ultra Clear + UltraClear + UltraClear @@ -5064,9 +5064,9 @@ Selezionare meno ingressi con controllo coin. Welcome to -Ultra Clear Wallet +UltraClear Wallet Benvenuto in -Portafoglio Ultra Clear. +Portafoglio UltraClear. UCR is the world’s most innovative Proof of Stake blockchain based technology. Developed by a team of highly experienced developers and cryptographers. @@ -5116,8 +5116,8 @@ Portafoglio Ultra Clear. Associa l'indirizzo indicato per ascoltare le connessioni JSON-RPC. Usa la notazione [host]:porta per IPv6. Questa opzione può essere specificata più volte (impostazione predefinita: associa a tutte le interfacce) - Cannot obtain a lock on data directory %s. Ultra Clear is probably already running. - Impossibile allocare la directory di dati %s. Probabilmente Ultra Clear è già in esecuzione. + Cannot obtain a lock on data directory %s. UltraClear is probably already running. + Impossibile allocare la directory di dati %s. Probabilmente UltraClear è già in esecuzione. Change automatic finalized budget voting behavior. mode=auto: Vote for only exact finalized budget match to my generated budget. (string, default: auto) @@ -5276,8 +5276,8 @@ Portafoglio Ultra Clear. La lunghezza totale della stringa della versione di rete (%i) supera la lunghezza massima (%i). Ridurre il numero o la dimensione degli uacomments. - Unable to bind to %s on this computer. Ultra Clear is probably already running. - Impossibile associare %s su questo computer. Probabilmente Ultra Clear è già in esecuzione. + Unable to bind to %s on this computer. UltraClear is probably already running. + Impossibile associare %s su questo computer. Probabilmente UltraClear è già in esecuzione. Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s) @@ -5292,8 +5292,8 @@ Portafoglio Ultra Clear. Attenzione: -paytxfee è impostato molto alto! Questa è la commissione di transazione che dovrai pagare se invii una transazione. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Ultra Clear will not work properly. - Avvertenza: verificare che la data e l'ora del computer siano corrette! Se l'orologio è sbagliato, Ultra Clear non funzionerà correttamente. + Warning: Please check that your computer's date and time are correct! If your clock is wrong UltraClear will not work properly. + Avvertenza: verificare che la data e l'ora del computer siano corrette! Se l'orologio è sbagliato, UltraClear non funzionerà correttamente. Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues. @@ -5500,8 +5500,8 @@ Portafoglio Ultra Clear. Informazioni - Initialization sanity check failed. Ultra Clear is shutting down. - Verifica dell'integrità dell'inizializzazione non riuscita. Ultra Clear si sta spegnendo. + Initialization sanity check failed. UltraClear is shutting down. + Verifica dell'integrità dell'inizializzazione non riuscita. UltraClear si sta spegnendo. Insufficient funds @@ -5824,8 +5824,8 @@ Portafoglio Ultra Clear. Importo positivo minimo (in UCR) consentito da GUI e RPC per la soglia di ripartizione della partecipazione (default: %s) - Please check that your computer's date and time are correct! If your clock is wrong Ultra Clear will not work properly. - Verificare che la data e l'ora del computer siano corrette! Se l'orologio sincronizzato, Ultra Clear non funzionerà correttamente. + Please check that your computer's date and time are correct! If your clock is wrong UltraClear will not work properly. + Verificare che la data e l'ora del computer siano corrette! Se l'orologio sincronizzato, UltraClear non funzionerà correttamente. Query for peer addresses via DNS lookup, if low on addresses (default: 1 unless -connect/-noconnect) @@ -6234,8 +6234,8 @@ Portafoglio Ultra Clear. Il portafoglio %s risiede al di fuori della directory di dati %s - Wallet needed to be rewritten: restart Ultra Clear to complete - Il portafoglio doveva essere riscritto: riavviare Ultra Clear per completare + Wallet needed to be rewritten: restart UltraClear to complete + Il portafoglio doveva essere riscritto: riavviare UltraClear per completare Wallet options: diff --git a/src/qt/locale/pivx_ko_KR.ts b/src/qt/locale/pivx_ko_KR.ts index 819d829b7..8b16e906a 100644 --- a/src/qt/locale/pivx_ko_KR.ts +++ b/src/qt/locale/pivx_ko_KR.ts @@ -848,16 +848,16 @@ It will start automatically as soon as the wallet has enough confirmations on an 버전 - Ultra Clear - Ultra Clear + UltraClear + UltraClear (%1-bit) (%1-bit) - About Ultra Clear - Ultra Clear 정보 + About UltraClear + UltraClear 정보 Command-line options @@ -911,16 +911,16 @@ It will start automatically as soon as the wallet has enough confirmations on an 환영합니다 - Welcome to Ultra Clear. - Ultra Clear에 오신 것을 환영합니다. + Welcome to UltraClear. + UltraClear에 오신 것을 환영합니다. - As this is the first time the program is launched, you can choose where Ultra Clear will store its data. - 이 프로그램이 처음 실행되었으므로 Ultra Clear가 데이터를 저장할 위치를 선택할 수 있습니다. + As this is the first time the program is launched, you can choose where UltraClear will store its data. + 이 프로그램이 처음 실행되었으므로 UltraClear가 데이터를 저장할 위치를 선택할 수 있습니다. - Ultra Clear will download and store a copy of the UCR block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Ultra Clear는 UCR 블록체인을 다운로드하여 저장합니다. 최소 %1GB의 데이터가 디렉토리에 저장되며 시간이 지날수록 증가합니다. 또한 지갑도 해당 디렉토리에 저장됩니다. + UltraClear will download and store a copy of the UCR block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + UltraClear는 UCR 블록체인을 다운로드하여 저장합니다. 최소 %1GB의 데이터가 디렉토리에 저장되며 시간이 지날수록 증가합니다. 또한 지갑도 해당 디렉토리에 저장됩니다. Use the default data directory @@ -939,8 +939,8 @@ It will start automatically as soon as the wallet has enough confirmations on an 선택 - Ultra Clear - Ultra Clear + UltraClear + UltraClear Error: Specified data directory "%1" cannot be created. @@ -1683,8 +1683,8 @@ Are you sure? PIVXGUI - Ultra Clear - Ultra Clear + UltraClear + UltraClear Wallet @@ -1711,8 +1711,8 @@ Are you sure? 어플리케이션 종료 - Ultra Clear client - Ultra Clear 클라이언트 + UltraClear client + UltraClear 클라이언트 Error @@ -1916,16 +1916,16 @@ Address: %4 치명적인 오류가 발생하였습니다. UCR는 더 이상 안전하게 계속될 수 없으며, 곧 종료됩니다. - Ultra Clear - Ultra Clear + UltraClear + UltraClear Error: Specified data directory "%1" does not exist. Error: Specified data directory "%1" does not exist. - Ultra Clear didn't yet exit safely... - Ultra Clear가 아직 안전하게 종료되지 않았습니다.... + UltraClear didn't yet exit safely... + UltraClear가 아직 안전하게 종료되지 않았습니다.... Contact @@ -3811,8 +3811,8 @@ Are you sure? ShutdownWindow - Ultra Clear is shutting down... - Ultra Clear가 종료됩니다... + UltraClear is shutting down... + UltraClear가 종료됩니다... Do not shut down the computer until this window disappears. @@ -3841,8 +3841,8 @@ Are you sure? 로딩중... - Ultra Clear - Ultra Clear + UltraClear + UltraClear @@ -4263,9 +4263,9 @@ NOTE: 업그레이드 이후에는 Welcome to -Ultra Clear Wallet +UltraClear Wallet 환영합니다. -Ultra Clear Wallet +UltraClear Wallet UCR is the world’s most innovative Proof of Stake blockchain based technology. Developed by a team of highly experienced developers and cryptographers. @@ -4311,8 +4311,8 @@ Ultra Clear Wallet JSON-RPC연결 수신을 위해 주어진 주소를 지정합니다. [host]: IPv6 포트 표기법 사용. 이 옵션은 여러번 지정할 수 있습니다. (기본값 : 모든 인터페이스에 지정) - Cannot obtain a lock on data directory %s. Ultra Clear is probably already running. - <translation>잠겨진 데이터 디렉토리 %s 를 가져올 수 없습니다. Ultra Clear는 이미 실행 중입니다. + Cannot obtain a lock on data directory %s. UltraClear is probably already running. + <translation>잠겨진 데이터 디렉토리 %s 를 가져올 수 없습니다. UltraClear는 이미 실행 중입니다. Change automatic finalized budget voting behavior. mode=auto: Vote for only exact finalized budget match to my generated budget. (string, default: auto) @@ -4451,8 +4451,8 @@ Ultra Clear Wallet 이 제품은 OpenSSL이 개발한 Open SSL 툴킷 <https://www.openssl.org/> 에서 사용하기 위한 프로젝트 소프트웨어, Eric Young이 개발한 암호화 소프트웨어, Thomas Bernard가 개발한 UPnP 소프트웨어가 포함되어 있습니다. - Unable to bind to %s on this computer. Ultra Clear is probably already running. - 이 컴퓨터를 %s 로 지정하는것은 불가능합니다. Ultra Clear는 이미 실행 중입니다. + Unable to bind to %s on this computer. UltraClear is probably already running. + 이 컴퓨터를 %s 로 지정하는것은 불가능합니다. UltraClear는 이미 실행 중입니다. Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s) @@ -4467,8 +4467,8 @@ Ultra Clear Wallet 경고 : -paytxfee가 매우 높게 설정되었습니다! 이것은 전송할 경우 지불 할 트랜잭션 수수료입니다. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Ultra Clear will not work properly. - 경고: 컴퓨터의 날짜와 시간이 올바르게 설정되어 있는지 확인해 주세요! 만일 시계가 잘못되어 있다면 Ultra Clear 코어는 정상적으로 작동하지 않을 수 있습니다. + Warning: Please check that your computer's date and time are correct! If your clock is wrong UltraClear will not work properly. + 경고: 컴퓨터의 날짜와 시간이 올바르게 설정되어 있는지 확인해 주세요! 만일 시계가 잘못되어 있다면 UltraClear 코어는 정상적으로 작동하지 않을 수 있습니다. Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues. @@ -4671,8 +4671,8 @@ Ultra Clear Wallet 정보 - Initialization sanity check failed. Ultra Clear is shutting down. - 초기화 정확성 검사에 실패 했습니다. Ultra Clear가 종료됩니다. + Initialization sanity check failed. UltraClear is shutting down. + 초기화 정확성 검사에 실패 했습니다. UltraClear가 종료됩니다. Insufficient funds @@ -4939,8 +4939,8 @@ Ultra Clear Wallet 재동기화 준비중... - Please check that your computer's date and time are correct! If your clock is wrong Ultra Clear will not work properly. - 컴퓨터의 날짜와 시간이 올바르게 설정되어 있는지 확인해 주세요! 만일 시계가 잘못되어 있다면 Ultra Clear 코어는 정상적으로 작동하지 않을 수 있습니다. + Please check that your computer's date and time are correct! If your clock is wrong UltraClear will not work properly. + 컴퓨터의 날짜와 시간이 올바르게 설정되어 있는지 확인해 주세요! 만일 시계가 잘못되어 있다면 UltraClear 코어는 정상적으로 작동하지 않을 수 있습니다. Cannot resolve -%s address: '%s' @@ -5227,8 +5227,8 @@ Ultra Clear Wallet 지갑 %s 가 데이터 디렉토리 외부에 존재합니다 %s - Wallet needed to be rewritten: restart Ultra Clear to complete - 지갑을 다시 작성해야 합니다: 완료하려면 Ultra Clear 코어를 재시작해야 합니다 + Wallet needed to be rewritten: restart UltraClear to complete + 지갑을 다시 작성해야 합니다: 완료하려면 UltraClear 코어를 재시작해야 합니다 Wallet options: diff --git a/src/qt/locale/pivx_nl.ts b/src/qt/locale/pivx_nl.ts index 61b85a7c2..51272c0dc 100644 --- a/src/qt/locale/pivx_nl.ts +++ b/src/qt/locale/pivx_nl.ts @@ -896,16 +896,16 @@ Het zal automatisch starten zodra de portemonnee voldoende bevestigingen heeft o versie - Ultra Clear - Ultra Clear + UltraClear + UltraClear (%1-bit) (%1-bit) - About Ultra Clear - Over Ultra Clear + About UltraClear + Over UltraClear Command-line options @@ -959,16 +959,16 @@ Het zal automatisch starten zodra de portemonnee voldoende bevestigingen heeft o Welkom - Welcome to Ultra Clear. - Welkom bij Ultra Clear. + Welcome to UltraClear. + Welkom bij UltraClear. - As this is the first time the program is launched, you can choose where Ultra Clear will store its data. - Aangezien dit de eerste keer is dat het programma is gestart, kun je kiezen waar Ultra Clear zijn data opslaat. + As this is the first time the program is launched, you can choose where UltraClear will store its data. + Aangezien dit de eerste keer is dat het programma is gestart, kun je kiezen waar UltraClear zijn data opslaat. - Ultra Clear will download and store a copy of the UCR block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Ultra Clear zal een kopie van de UCR blockchain downloaden en opslaan. Tenminste %1GB aan data zal worden opgeslagen in deze map en het zal over de tijd groeien. De portemonnee zal ook in deze map worden opgeslagen. + UltraClear will download and store a copy of the UCR block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + UltraClear zal een kopie van de UCR blockchain downloaden en opslaan. Tenminste %1GB aan data zal worden opgeslagen in deze map en het zal over de tijd groeien. De portemonnee zal ook in deze map worden opgeslagen. Use the default data directory @@ -987,8 +987,8 @@ Het zal automatisch starten zodra de portemonnee voldoende bevestigingen heeft o Akkoord - Ultra Clear - Ultra Clear + UltraClear + UltraClear Error: Specified data directory "%1" cannot be created. @@ -1809,8 +1809,8 @@ NODES PIVXGUI - Ultra Clear - Ultra Clear + UltraClear + UltraClear Wallet @@ -1837,8 +1837,8 @@ NODES Programma afsluiten - Ultra Clear client - Ultra Clear client + UltraClear client + UltraClear client Error @@ -2042,8 +2042,8 @@ Adres: %4 Een kritieke fout is opgelopen. UCR kan niet langer veilig uitgevoerd worden en zal afsluiten. - Ultra Clear - Ultra Clear + UltraClear + UltraClear Error: Specified data directory "%1" does not exist. @@ -2062,8 +2062,8 @@ Adres: %4 Fout bij het lezen van het masternode configuratiebestand: %1 - Ultra Clear didn't yet exit safely... - Ultra Clear is nog niet veilig afgesloten... + UltraClear didn't yet exit safely... + UltraClear is nog niet veilig afgesloten... Contact @@ -4514,8 +4514,8 @@ Weet je zeker dat? ShutdownWindow - Ultra Clear is shutting down... - Ultra Clear is aan het afsluiten... + UltraClear is shutting down... + UltraClear is aan het afsluiten... Do not shut down the computer until this window disappears. @@ -4544,8 +4544,8 @@ Weet je zeker dat? Laden... - Ultra Clear - Ultra Clear + UltraClear + UltraClear @@ -5064,9 +5064,9 @@ Selecteer minder invoeren met muntcontrole. Welcome to -Ultra Clear Wallet +UltraClear Wallet Welkom bij -Ultra Clear Portemonnee +UltraClear Portemonnee UCR is the world’s most innovative Proof of Stake blockchain based technology. Developed by a team of highly experienced developers and cryptographers. @@ -5116,8 +5116,8 @@ Ultra Clear Portemonnee Bind naar het opgegeven adres om te luisteren naar JSON-RPC verbindingen. Gebruik [host]:poort notatie voor IPv6. Deze optie kan meerdere keren worden opgegeven (standaard: bind aan alle interfaces) - Cannot obtain a lock on data directory %s. Ultra Clear is probably already running. - Kan geen vergrendeling op data directory %s verkrijgen. Ultra Clear loopt waarschijnlijk al. + Cannot obtain a lock on data directory %s. UltraClear is probably already running. + Kan geen vergrendeling op data directory %s verkrijgen. UltraClear loopt waarschijnlijk al. Change automatic finalized budget voting behavior. mode=auto: Vote for only exact finalized budget match to my generated budget. (string, default: auto) @@ -5276,8 +5276,8 @@ Ultra Clear Portemonnee De totale lengte van de netwerkversie (%i) overschrijdt de maximale lengte (%i). Verminder het aantal of de grootte van uacommentaren. - Unable to bind to %s on this computer. Ultra Clear is probably already running. - Niet mogelijk te binden aan %s op deze computer. Ultra Clear loopt waarschijnlijk al. + Unable to bind to %s on this computer. UltraClear is probably already running. + Niet mogelijk te binden aan %s op deze computer. UltraClear loopt waarschijnlijk al. Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s) @@ -5292,8 +5292,8 @@ Ultra Clear Portemonnee Waarschuwing: -paytxfee is zeer hoog ingesteld! Dit zijn de transactie kosten die je betaalt als je een transactie verstuurt. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Ultra Clear will not work properly. - Waarschuwing: Controleer of de datum en tijd van je computer juist zijn! Als je klok verkeerd staat, werkt Ultra Clear niet goed. + Warning: Please check that your computer's date and time are correct! If your clock is wrong UltraClear will not work properly. + Waarschuwing: Controleer of de datum en tijd van je computer juist zijn! Als je klok verkeerd staat, werkt UltraClear niet goed. Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues. @@ -5500,8 +5500,8 @@ Ultra Clear Portemonnee Informatie - Initialization sanity check failed. Ultra Clear is shutting down. - Initialisatie saniteitscontrole mislukt. Ultra Clear wordt afgesloten. + Initialization sanity check failed. UltraClear is shutting down. + Initialisatie saniteitscontrole mislukt. UltraClear wordt afgesloten. Insufficient funds @@ -5824,8 +5824,8 @@ Ultra Clear Portemonnee Minimum geldige waarde (in UCR) toegestaan bij GUI en RPC voor de staking splitsdrempel (standaard: %s) - Please check that your computer's date and time are correct! If your clock is wrong Ultra Clear will not work properly. - Controleer of de datum en tijd van je computer juist zijn! Als je klok verkeerd ingesteld staat, werkt Ultra Clear niet goed. + Please check that your computer's date and time are correct! If your clock is wrong UltraClear will not work properly. + Controleer of de datum en tijd van je computer juist zijn! Als je klok verkeerd ingesteld staat, werkt UltraClear niet goed. Query for peer addresses via DNS lookup, if low on addresses (default: 1 unless -connect/-noconnect) @@ -6234,8 +6234,8 @@ Ultra Clear Portemonnee Portemonnee %s verblijft buiten de data directory %s - Wallet needed to be rewritten: restart Ultra Clear to complete - Wallet moest worden herschreven: start Ultra Clear opnieuw om te voltooien + Wallet needed to be rewritten: restart UltraClear to complete + Wallet moest worden herschreven: start UltraClear opnieuw om te voltooien Wallet options: diff --git a/src/qt/locale/pivx_pl.ts b/src/qt/locale/pivx_pl.ts index bb01ab4bf..6e37fb0cd 100644 --- a/src/qt/locale/pivx_pl.ts +++ b/src/qt/locale/pivx_pl.ts @@ -854,16 +854,16 @@ Rozpocznie się automatycznie, gdy portfel będzie miał wystarczającą liczbę Wersja - Ultra Clear - Ultra Clear + UltraClear + UltraClear (%1-bit) (%1-bit) - About Ultra Clear - O Ultra Clear + About UltraClear + O UltraClear Command-line options @@ -917,16 +917,16 @@ Rozpocznie się automatycznie, gdy portfel będzie miał wystarczającą liczbę Zapraszamy - Welcome to Ultra Clear. - Zapraszamy do Ultra Clear + Welcome to UltraClear. + Zapraszamy do UltraClear - As this is the first time the program is launched, you can choose where Ultra Clear will store its data. - Ponieważ program jest uruchamiany po raz pierwszy, możesz wybrać miejsce, w którym Ultra Clear będzie przechowywać swoje dane. + As this is the first time the program is launched, you can choose where UltraClear will store its data. + Ponieważ program jest uruchamiany po raz pierwszy, możesz wybrać miejsce, w którym UltraClear będzie przechowywać swoje dane. - Ultra Clear will download and store a copy of the UCR block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Ultra Clear pobierze i zapisze kopię łańcucha bloków UCR. Przynajmniej %1 GB danych zostanie zapisanych w tym katalogu, a jego liczba będzie rosnąć z czasem. Portfel zostanie również zapisany w tym katalogu. + UltraClear will download and store a copy of the UCR block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + UltraClear pobierze i zapisze kopię łańcucha bloków UCR. Przynajmniej %1 GB danych zostanie zapisanych w tym katalogu, a jego liczba będzie rosnąć z czasem. Portfel zostanie również zapisany w tym katalogu. Use the default data directory @@ -945,8 +945,8 @@ Rozpocznie się automatycznie, gdy portfel będzie miał wystarczającą liczbę OK - Ultra Clear - Ultra Clear + UltraClear + UltraClear Error: Specified data directory "%1" cannot be created. @@ -1685,8 +1685,8 @@ Jesteś pewny? PIVXGUI - Ultra Clear - Ultra Clear + UltraClear + UltraClear Wallet @@ -1713,8 +1713,8 @@ Jesteś pewny? Wyjdź z aplikacji - Ultra Clear client - Ultra Clear klient + UltraClear client + UltraClear klient Error @@ -1918,8 +1918,8 @@ Adres: %4 Wystąpił błąd krytyczny. UCR nie może już działać bezpiecznie i zakończy działanie. - Ultra Clear - Ultra Clear + UltraClear + UltraClear Error: Specified data directory "%1" does not exist. @@ -1938,8 +1938,8 @@ Adres: %4 Błąd odczytu pliku konfiguracyjnego masternode: %1 - Ultra Clear didn't yet exit safely... - Ultra Clear nie zamkną się jeszcze bezpiecznie ... + UltraClear didn't yet exit safely... + UltraClear nie zamkną się jeszcze bezpiecznie ... Contact @@ -4006,8 +4006,8 @@ Jesteś pewny? ShutdownWindow - Ultra Clear is shutting down... - Ultra Clear się wyłącza ... + UltraClear is shutting down... + UltraClear się wyłącza ... Do not shut down the computer until this window disappears. @@ -4036,8 +4036,8 @@ Jesteś pewny? Ładowanie… - Ultra Clear - Ultra Clear + UltraClear + UltraClear @@ -4472,9 +4472,9 @@ kopia zapasowa zostanie utworzona. Welcome to -Ultra Clear Wallet +UltraClear Wallet Witamy -Portfel Ultra Clear +Portfel UltraClear UCR is the world’s most innovative Proof of Stake blockchain based technology. Developed by a team of highly experienced developers and cryptographers. @@ -4520,8 +4520,8 @@ Portfel Ultra Clear Powiąż z podanym adresem, aby odsłuchać połączenia JSON-RPC. Użyj [host]:port dla IPv6. Ta opcja może być określona wiele razy (domyślnie: powiązanie ze wszystkimi interfejsami) - Cannot obtain a lock on data directory %s. Ultra Clear is probably already running. - Nie można uzyskać dostępu do katalogu danych %s. Ultra Clear prawdopodobnie już działa. + Cannot obtain a lock on data directory %s. UltraClear is probably already running. + Nie można uzyskać dostępu do katalogu danych %s. UltraClear prawdopodobnie już działa. Change automatic finalized budget voting behavior. mode=auto: Vote for only exact finalized budget match to my generated budget. (string, default: auto) @@ -4680,8 +4680,8 @@ Portfel Ultra Clear Całkowita długość string wersji sieciowej (%i) przekracza maksymalną długość (%i). Zmniejsz liczbę lub rozmiar uacomments. - Unable to bind to %s on this computer. Ultra Clear is probably already running. - Nie można podłączyć %s na tym komputerze. Ultra Clear prawdopodobnie już działa. + Unable to bind to %s on this computer. UltraClear is probably already running. + Nie można podłączyć %s na tym komputerze. UltraClear prawdopodobnie już działa. Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s) @@ -4696,8 +4696,8 @@ Portfel Ultra Clear Ostrzeżenie: -paytxfee jest ustawione bardzo wysoko! Jest to opłata transakcyjna, którą zapłacisz, jeśli wyślesz transakcję. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Ultra Clear will not work properly. - Ostrzeżenie: sprawdź, czy data i godzina komputera są poprawne! Jeśli zegar jest nieprawidłowy, Ultra Clear nie będzie działać poprawnie. + Warning: Please check that your computer's date and time are correct! If your clock is wrong UltraClear will not work properly. + Ostrzeżenie: sprawdź, czy data i godzina komputera są poprawne! Jeśli zegar jest nieprawidłowy, UltraClear nie będzie działać poprawnie. Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues. @@ -4904,8 +4904,8 @@ Portfel Ultra Clear Informacje - Initialization sanity check failed. Ultra Clear is shutting down. - Sprawdzenie poprawności inicjalizacji nie powiodło się. Ultra Clear zamyka się. + Initialization sanity check failed. UltraClear is shutting down. + Sprawdzenie poprawności inicjalizacji nie powiodło się. UltraClear zamyka się. Insufficient funds @@ -5192,8 +5192,8 @@ Portfel Ultra Clear Przygotowanie do ponownej synchronizacji ... - Please check that your computer's date and time are correct! If your clock is wrong Ultra Clear will not work properly. - Sprawdź, czy data i godzina komputera są poprawne! Jeśli zegar jest nieprawidłowy, Ultra Clear nie będzie działać poprawnie. + Please check that your computer's date and time are correct! If your clock is wrong UltraClear will not work properly. + Sprawdź, czy data i godzina komputera są poprawne! Jeśli zegar jest nieprawidłowy, UltraClear nie będzie działać poprawnie. Specify location of debug log file: this can be an absolute path or a path relative to the data directory (default: %s) @@ -5496,8 +5496,8 @@ Portfel Ultra Clear Portfel %s znajduje się poza katalogiem danych %s - Wallet needed to be rewritten: restart Ultra Clear to complete - Portfel musiał zostać przepisany: zrestartuj Ultra Clear, aby zakończyć + Wallet needed to be rewritten: restart UltraClear to complete + Portfel musiał zostać przepisany: zrestartuj UltraClear, aby zakończyć Wallet options: diff --git a/src/qt/locale/pivx_ru.ts b/src/qt/locale/pivx_ru.ts index 343a47414..01e6166c3 100644 --- a/src/qt/locale/pivx_ru.ts +++ b/src/qt/locale/pivx_ru.ts @@ -895,16 +895,16 @@ It will start automatically as soon as the wallet has enough confirmations on an версия - Ultra Clear - Ultra Clear + UltraClear + UltraClear (%1-bit) (%1-бит) - About Ultra Clear - О Ultra Clear + About UltraClear + О UltraClear Command-line options @@ -958,16 +958,16 @@ It will start automatically as soon as the wallet has enough confirmations on an Добро пожаловать - Welcome to Ultra Clear. - Добро пожаловать в Ultra Clear. + Welcome to UltraClear. + Добро пожаловать в UltraClear. - As this is the first time the program is launched, you can choose where Ultra Clear will store its data. - Поскольку это первый запуск программы, вы можете выбрать, где будут храниться данные Ultra Clear. + As this is the first time the program is launched, you can choose where UltraClear will store its data. + Поскольку это первый запуск программы, вы можете выбрать, где будут храниться данные UltraClear. - Ultra Clear will download and store a copy of the UCR block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Ultra Clear загрузит и сохранит копию цепочки блоков UCR. Каталог будет занимать около %1GB и со временем размер будет увеличиваться. Кроме того, в этом каталоге будет храниться кошелек. + UltraClear will download and store a copy of the UCR block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + UltraClear загрузит и сохранит копию цепочки блоков UCR. Каталог будет занимать около %1GB и со временем размер будет увеличиваться. Кроме того, в этом каталоге будет храниться кошелек. Use the default data directory @@ -986,8 +986,8 @@ It will start automatically as soon as the wallet has enough confirmations on an ХОРОШО - Ultra Clear - Ultra Clear + UltraClear + UltraClear Error: Specified data directory "%1" cannot be created. @@ -1803,8 +1803,8 @@ NODES PIVXGUI - Ultra Clear - Ultra Clear + UltraClear + UltraClear Wallet @@ -1831,8 +1831,8 @@ NODES Завершить работу - Ultra Clear client - Клиент Ultra Clear + UltraClear client + Клиент UltraClear Error @@ -2036,8 +2036,8 @@ Address: %4 Произошла фатальная ошибка. UCR больше не может безопасно продолжать работу и завершит работу. - Ultra Clear - Ultra Clear + UltraClear + UltraClear Error: Specified data directory "%1" does not exist. @@ -2056,8 +2056,8 @@ Address: %4 Ошибка чтения файла конфигурации мастерноды: %1 - Ultra Clear didn't yet exit safely... - Ultra Clear еще не вышел безопасно... + UltraClear didn't yet exit safely... + UltraClear еще не вышел безопасно... Contact @@ -4465,8 +4465,8 @@ Are you sure? ShutdownWindow - Ultra Clear is shutting down... - Ultra Clear выключается... + UltraClear is shutting down... + UltraClear выключается... Do not shut down the computer until this window disappears. @@ -4495,8 +4495,8 @@ Are you sure? Загрузка... - Ultra Clear - Ultra Clear + UltraClear + UltraClear @@ -5014,9 +5014,9 @@ Select fewer inputs with coin control. Welcome to -Ultra Clear Wallet +UltraClear Wallet Добро пожаловать -в основной кошелек Ultra Clear +в основной кошелек UltraClear UCR is the world’s most innovative Proof of Stake blockchain based technology. Developed by a team of highly experienced developers and cryptographers. @@ -5066,8 +5066,8 @@ Ultra Clear Wallet Привяжите к указанному адресу для прослушивания соединений JSON-RPC. Используйте [host]: обозначение порта для IPv6. Эта опция может быть указана несколько раз (по умолчанию: привязка ко всем интерфейсам) - Cannot obtain a lock on data directory %s. Ultra Clear is probably already running. - Не удается получить блокировку в каталоге данных %s. Ultra Clear, вероятно, уже запущен. + Cannot obtain a lock on data directory %s. UltraClear is probably already running. + Не удается получить блокировку в каталоге данных %s. UltraClear, вероятно, уже запущен. Change automatic finalized budget voting behavior. mode=auto: Vote for only exact finalized budget match to my generated budget. (string, default: auto) @@ -5226,8 +5226,8 @@ Ultra Clear Wallet Общая длина строки версии сети (%i) превышает максимальную длину (%i). Уменьшите количество или размер uacomments. - Unable to bind to %s on this computer. Ultra Clear is probably already running. - Не удалось привязать к %s на этом компьютере. Ultra Clear, вероятно, уже запущен. + Unable to bind to %s on this computer. UltraClear is probably already running. + Не удалось привязать к %s на этом компьютере. UltraClear, вероятно, уже запущен. Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s) @@ -5242,8 +5242,8 @@ Ultra Clear Wallet Предупреждение: -paytxfee установлен очень высоко! Это комиссия за транзакцию, которую вы заплатите, если вы отправляете транзакцию. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Ultra Clear will not work properly. - Внимание: проверьте правильность даты и времени вашего компьютера! Если ваши часы ошибочны, Ultra Clear не будет работать должным образом. + Warning: Please check that your computer's date and time are correct! If your clock is wrong UltraClear will not work properly. + Внимание: проверьте правильность даты и времени вашего компьютера! Если ваши часы ошибочны, UltraClear не будет работать должным образом. Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues. @@ -5450,8 +5450,8 @@ Ultra Clear Wallet Информация - Initialization sanity check failed. Ultra Clear is shutting down. - Инициализация проверки работоспособности не удалась. Ultra Clear отключается. + Initialization sanity check failed. UltraClear is shutting down. + Инициализация проверки работоспособности не удалась. UltraClear отключается. Insufficient funds @@ -5774,8 +5774,8 @@ Ultra Clear Wallet Минимальная положительная сумма (в UCR), разрешенная GUI и RPC для порога разделения стекинга (по умолчанию: %s) - Please check that your computer's date and time are correct! If your clock is wrong Ultra Clear will not work properly. - Пожалуйста, проверьте правильность даты и времени на вашем компьютере! Если ваши часы не точны, Ultra Clear не будет работать должным образом. + Please check that your computer's date and time are correct! If your clock is wrong UltraClear will not work properly. + Пожалуйста, проверьте правильность даты и времени на вашем компьютере! Если ваши часы не точны, UltraClear не будет работать должным образом. Query for peer addresses via DNS lookup, if low on addresses (default: 1 unless -connect/-noconnect) @@ -6180,8 +6180,8 @@ Ultra Clear Wallet Кошелек %s находится за пределами каталога данных %s - Wallet needed to be rewritten: restart Ultra Clear to complete - Кошелек необходимо переписать: перезапустите Ultra Clear, чтобы завершить + Wallet needed to be rewritten: restart UltraClear to complete + Кошелек необходимо переписать: перезапустите UltraClear, чтобы завершить Wallet options: diff --git a/src/qt/locale/pivx_tr.ts b/src/qt/locale/pivx_tr.ts index 0b4f3e5c4..6aef3486b 100644 --- a/src/qt/locale/pivx_tr.ts +++ b/src/qt/locale/pivx_tr.ts @@ -848,16 +848,16 @@ Cüzdanınız senkronize olduktan ve harcanmamış bakiyeniz yeterli miktarda on versiyon - Ultra Clear - Ultra Clear + UltraClear + UltraClear (%1-bit) (%1-bit) - About Ultra Clear - Ultra Clear Hakkında + About UltraClear + UltraClear Hakkında Command-line options @@ -907,16 +907,16 @@ Cüzdanınız senkronize olduktan ve harcanmamış bakiyeniz yeterli miktarda on Hoşgeldiniz - Welcome to Ultra Clear. - Ultra Clear'a hoşgeldiniz. + Welcome to UltraClear. + UltraClear'a hoşgeldiniz. - As this is the first time the program is launched, you can choose where Ultra Clear will store its data. - Program ilk başlatıldığında Ultra Clear'un verilerini nerede saklayacağını seçebilirsiniz. + As this is the first time the program is launched, you can choose where UltraClear will store its data. + Program ilk başlatıldığında UltraClear'un verilerini nerede saklayacağını seçebilirsiniz. - Ultra Clear will download and store a copy of the UCR block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Ultra Clear, UCR blok zincirinin bir kopyasını indirecek ve depolayacaktır. Bu dizinde en az %1GB veri saklanacak ve zamanla büyüyecektir. Ayrıca cüzdanınız da bu dizinde saklanır. + UltraClear will download and store a copy of the UCR block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + UltraClear, UCR blok zincirinin bir kopyasını indirecek ve depolayacaktır. Bu dizinde en az %1GB veri saklanacak ve zamanla büyüyecektir. Ayrıca cüzdanınız da bu dizinde saklanır. Use the default data directory @@ -935,8 +935,8 @@ Cüzdanınız senkronize olduktan ve harcanmamış bakiyeniz yeterli miktarda on TAMAM - Ultra Clear - Ultra Clear + UltraClear + UltraClear Error: Specified data directory "%1" cannot be created. @@ -1564,8 +1564,8 @@ Emin misiniz? PIVXGUI - Ultra Clear - Ultra Clear + UltraClear + UltraClear Wallet @@ -1592,8 +1592,8 @@ Emin misiniz? Uygulamayı sonlandır - Ultra Clear client - Ultra Clear istemci + UltraClear client + UltraClear istemci Error @@ -1660,7 +1660,7 @@ Adres: %4 Cannot start ultraclear: click-to-pay handler - Ultra Clear başlatılamıyor: tıkla ve ödeme işleyicisi + UltraClear başlatılamıyor: tıkla ve ödeme işleyicisi URI cannot be parsed! This can be caused by an invalid UCR address or malformed URI parameters. @@ -1793,8 +1793,8 @@ Adres: %4 Onarılamaz bir hata oluştu. UCR güvenli bir şekilde çalışamaz, kapanacaktır. - Ultra Clear - Ultra Clear + UltraClear + UltraClear Error: Specified data directory "%1" does not exist. @@ -1813,8 +1813,8 @@ Adres: %4 Masternode konfigürasyon dosyası okuma hatası: %1 - Ultra Clear didn't yet exit safely... - Ultra Clear henüz güvenle kapanmadı.. + UltraClear didn't yet exit safely... + UltraClear henüz güvenle kapanmadı.. Unknown @@ -3759,8 +3759,8 @@ Emin misiniz? ShutdownWindow - Ultra Clear is shutting down... - Ultra Clear kapanıyor ... + UltraClear is shutting down... + UltraClear kapanıyor ... Do not shut down the computer until this window disappears. @@ -3789,8 +3789,8 @@ Emin misiniz? Yükleniyor... - Ultra Clear - Ultra Clear + UltraClear + UltraClear @@ -4137,8 +4137,8 @@ Emin misiniz? Welcome to -Ultra Clear Wallet - Ultra Clear Cüzdanı'na +UltraClear Wallet + UltraClear Cüzdanı'na Hoşgeldiniz @@ -4189,8 +4189,8 @@ Hoşgeldiniz JSON-RPC bağlantılarını dinlemek için verilen adrese bağlanın. IPv6 için [host]: port gösterimini kullanın. Bu seçenek birden çok kez belirtilebilir (varsayılan: tüm arabirimlere bağlanır) - Cannot obtain a lock on data directory %s. Ultra Clear is probably already running. - Veri dizini %s üzerinde bir kilit elde edemiyor. Ultra Clear muhtemelen zaten çalışıyor. + Cannot obtain a lock on data directory %s. UltraClear is probably already running. + Veri dizini %s üzerinde bir kilit elde edemiyor. UltraClear muhtemelen zaten çalışıyor. Change automatic finalized budget voting behavior. mode=auto: Vote for only exact finalized budget match to my generated budget. (string, default: auto) @@ -4345,8 +4345,8 @@ Hoşgeldiniz Ağ versiyon dizisi toplam uzunluğu(%i) maksimum uzunluğu aşıyor(%i). Yorumların büyüklüğünü veya sayısını azaltın. - Unable to bind to %s on this computer. Ultra Clear is probably already running. - Bu bilgisayarda %s 'e bağlanılamıyor. Ultra Clear muhtemelen zaten çalışıyor. + Unable to bind to %s on this computer. UltraClear is probably already running. + Bu bilgisayarda %s 'e bağlanılamıyor. UltraClear muhtemelen zaten çalışıyor. Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s) @@ -4361,8 +4361,8 @@ Hoşgeldiniz Uyarı: paytxfee değeri çok yüksek ayarlanmış! Bu para gönderirken ödeyeceğiniz transfer ücretidir. - Warning: Please check that your computer's date and time are correct! If your clock is wrong Ultra Clear will not work properly. - Uyarı: Bilgisayarınızın tarih ve saat ayarlarının doğruluğunu kontrol edin! Saatiniz yanlış ise Ultra Clear düzgün çalışmayacaktır. + Warning: Please check that your computer's date and time are correct! If your clock is wrong UltraClear will not work properly. + Uyarı: Bilgisayarınızın tarih ve saat ayarlarının doğruluğunu kontrol edin! Saatiniz yanlış ise UltraClear düzgün çalışmayacaktır. Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues. @@ -4569,8 +4569,8 @@ Hoşgeldiniz Bilgi - Initialization sanity check failed. Ultra Clear is shutting down. - Sağlama kontrolü başlatımı başarısız. Ultra Clear kapatılıyor. + Initialization sanity check failed. UltraClear is shutting down. + Sağlama kontrolü başlatımı başarısız. UltraClear kapatılıyor. Insufficient funds @@ -5121,8 +5121,8 @@ Hoşgeldiniz Cüzdan %s bilgi dizini %s dışında bulunuyor - Wallet needed to be rewritten: restart Ultra Clear to complete - Cüzdanın tekrar yazılması gerekiyor: tamamlamak için Ultra Clear uygulamasını tekrar başlatın. + Wallet needed to be rewritten: restart UltraClear to complete + Cüzdanın tekrar yazılması gerekiyor: tamamlamak için UltraClear uygulamasını tekrar başlatın. Wallet options: diff --git a/src/qt/locale/pivx_zh_CN.ts b/src/qt/locale/pivx_zh_CN.ts index ba5036892..8583ba5d6 100644 --- a/src/qt/locale/pivx_zh_CN.ts +++ b/src/qt/locale/pivx_zh_CN.ts @@ -852,16 +852,16 @@ It will start automatically as soon as the wallet has enough confirmations on an 版本 - Ultra Clear - Ultra Clear + UltraClear + UltraClear (%1-bit) (%1-位) - About Ultra Clear - 关于Ultra Clear + About UltraClear + 关于UltraClear Command-line options @@ -915,16 +915,16 @@ It will start automatically as soon as the wallet has enough confirmations on an 欢迎 - Welcome to Ultra Clear. - 欢迎使用 Ultra Clear + Welcome to UltraClear. + 欢迎使用 UltraClear - As this is the first time the program is launched, you can choose where Ultra Clear will store its data. - 由于这是该程序第一次启动,您可以选择存储Ultra Clear 数据的位置。 + As this is the first time the program is launched, you can choose where UltraClear will store its data. + 由于这是该程序第一次启动,您可以选择存储UltraClear 数据的位置。 - Ultra Clear will download and store a copy of the UCR block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Ultra Clear将下载并存储UCR区块链副本。 至少 %1 GB的数据将存储在此目录中,并且会随着时间的推移而增长。 钱包也将存储在此目录中。 + UltraClear will download and store a copy of the UCR block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + UltraClear将下载并存储UCR区块链副本。 至少 %1 GB的数据将存储在此目录中,并且会随着时间的推移而增长。 钱包也将存储在此目录中。 Use the default data directory @@ -943,8 +943,8 @@ It will start automatically as soon as the wallet has enough confirmations on an 好的 - Ultra Clear - Ultra Clear + UltraClear + UltraClear Error: Specified data directory "%1" cannot be created. @@ -1689,8 +1689,8 @@ Are you sure? PIVXGUI - Ultra Clear - Ultra Clear + UltraClear + UltraClear Wallet @@ -1717,8 +1717,8 @@ Are you sure? 关闭应用 - Ultra Clear client - Ultra Clear 客户端 + UltraClear client + UltraClear 客户端 Error @@ -1922,8 +1922,8 @@ Address: %4 发生了一个致命的错误。UCR不能继续安全,将退出。 - Ultra Clear - Ultra Clear + UltraClear + UltraClear Error: Specified data directory "%1" does not exist. @@ -1942,8 +1942,8 @@ Address: %4 读取主节点配置文件出错:%1 - Ultra Clear didn't yet exit safely... - Ultra Clear心尚未安全退出…… + UltraClear didn't yet exit safely... + UltraClear心尚未安全退出…… Contact @@ -4135,8 +4135,8 @@ Are you sure? ShutdownWindow - Ultra Clear is shutting down... - Ultra Clear 核心正在关闭... + UltraClear is shutting down... + UltraClear 核心正在关闭... Do not shut down the computer until this window disappears. @@ -4165,8 +4165,8 @@ Are you sure? 正在下载… - Ultra Clear - Ultra Clear + UltraClear + UltraClear @@ -4601,9 +4601,9 @@ backup will be created. Welcome to -Ultra Clear Wallet +UltraClear Wallet 欢迎 -Ultra Clear心钱包 +UltraClear心钱包 UCR is the world’s most innovative Proof of Stake blockchain based technology. Developed by a team of highly experienced developers and cryptographers. @@ -4653,8 +4653,8 @@ Ultra Clear心钱包 绑定到给定地址监听JSON-RPC连接。使用[主机]: IPv6的端口符号。可以多次指定此选项(默认:绑定到所有接口) - Cannot obtain a lock on data directory %s. Ultra Clear is probably already running. - 无法获取数据目录%s锁。Ultra Clear心可能已经在运行了。 + Cannot obtain a lock on data directory %s. UltraClear is probably already running. + 无法获取数据目录%s锁。UltraClear心可能已经在运行了。 Change automatic finalized budget voting behavior. mode=auto: Vote for only exact finalized budget match to my generated budget. (string, default: auto) @@ -4813,8 +4813,8 @@ Ultra Clear心钱包 网络版本字符串的总长度(%i)超过最大长度(%i)。减少任务的数量或大小。 - Unable to bind to %s on this computer. Ultra Clear is probably already running. - 无法绑定到此计算机上的%s。Ultra Clear心可能已经在运行了。 + Unable to bind to %s on this computer. UltraClear is probably already running. + 无法绑定到此计算机上的%s。UltraClear心可能已经在运行了。 Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s) @@ -4829,8 +4829,8 @@ Ultra Clear心钱包 警告:-支付tx费用设置的非常高!这是您发送交易时要支付的交易费。 - Warning: Please check that your computer's date and time are correct! If your clock is wrong Ultra Clear will not work properly. - 注意:请检查您的电脑的日期和时间是否正确! 如果您的时间设置不正确,Ultra Clear将无法正常工作。 + Warning: Please check that your computer's date and time are correct! If your clock is wrong UltraClear will not work properly. + 注意:请检查您的电脑的日期和时间是否正确! 如果您的时间设置不正确,UltraClear将无法正常工作。 Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues. @@ -5037,8 +5037,8 @@ Ultra Clear心钱包 信息 - Initialization sanity check failed. Ultra Clear is shutting down. - 初始化完整性检查失败。Ultra Clear心快要关闭了。 + Initialization sanity check failed. UltraClear is shutting down. + 初始化完整性检查失败。UltraClear心快要关闭了。 Insufficient funds @@ -5325,8 +5325,8 @@ Ultra Clear心钱包 准备重新同步…… - Please check that your computer's date and time are correct! If your clock is wrong Ultra Clear will not work properly. - 请检查您的电脑的日期和时间是否正确!如果你的时间错误,Ultra Clear将无法正常工作。 + Please check that your computer's date and time are correct! If your clock is wrong UltraClear will not work properly. + 请检查您的电脑的日期和时间是否正确!如果你的时间错误,UltraClear将无法正常工作。 Specify location of debug log file: this can be an absolute path or a path relative to the data directory (default: %s) @@ -5629,8 +5629,8 @@ Ultra Clear心钱包 钱包%s驻留在数据目录%s之外 - Wallet needed to be rewritten: restart Ultra Clear to complete - 钱包需要重写:重新启动Ultra Clear心完成 + Wallet needed to be rewritten: restart UltraClear to complete + 钱包需要重写:重新启动UltraClear心完成 Wallet options: diff --git a/src/qt/pivx.cpp b/src/qt/pivx.cpp index 1d99bf08b..b17e4bd76 100644 --- a/src/qt/pivx.cpp +++ b/src/qt/pivx.cpp @@ -151,7 +151,7 @@ void DebugMessageHandler(QtMsgType type, const QMessageLogContext& context, cons } } -/** Class encapsulating Ultra Clear Core startup and shutdown. +/** Class encapsulating UltraClear Core startup and shutdown. * Allows running startup and shutdown in a different thread from the UI thread. */ class BitcoinCore : public QObject @@ -496,7 +496,7 @@ void BitcoinApplication::initializeResult(int retval) #ifdef ENABLE_WALLET // Now that initialization/startup is done, process any command-line - // Ultra Clear: URIs or payment requests: + // UltraClear: URIs or payment requests: //connect(paymentServer, &PaymentServer::receivedPaymentRequest, window, &PIVXGUI::handlePaymentRequest); connect(window, &PIVXGUI::receivedURI, paymentServer, &PaymentServer::handleURIOrFile); connect(paymentServer, &PaymentServer::message, [this](const QString& title, const QString& message, unsigned int style) { @@ -517,7 +517,7 @@ void BitcoinApplication::shutdownResult(int retval) void BitcoinApplication::handleRunawayException(const QString& message) { - QMessageBox::critical(0, "Runaway exception", QObject::tr("A fatal error occurred. Ultra Clear can no longer continue safely and will quit.") + QString("\n\n") + message); + QMessageBox::critical(0, "Runaway exception", QObject::tr("A fatal error occurred. UltraClear can no longer continue safely and will quit.") + QString("\n\n") + message); ::exit(1); } @@ -625,14 +625,14 @@ int main(int argc, char* argv[]) /// 6. Determine availability of data directory and parse ultraclear.conf /// - Do not call GetDataDir(true) before this step finishes if (!fs::is_directory(GetDataDir(false))) { - QMessageBox::critical(0, QObject::tr("Ultra Clear"), + QMessageBox::critical(0, QObject::tr("UltraClear"), QObject::tr("Error: Specified data directory \"%1\" does not exist.").arg(QString::fromStdString(mapArgs["-datadir"]))); return 1; } try { ReadConfigFile(mapArgs, mapMultiArgs); } catch (const std::exception& e) { - QMessageBox::critical(0, QObject::tr("Ultra Clear"), + QMessageBox::critical(0, QObject::tr("UltraClear"), QObject::tr("Error: Cannot parse configuration file: %1. Only use key=value syntax.").arg(e.what())); return 0; } @@ -645,7 +645,7 @@ int main(int argc, char* argv[]) // Check for -testnet or -regtest parameter (Params() calls are only valid after this clause) if (!SelectParamsFromCommandLine()) { - QMessageBox::critical(0, QObject::tr("Ultra Clear"), QObject::tr("Error: Invalid combination of -regtest and -testnet.")); + QMessageBox::critical(0, QObject::tr("UltraClear"), QObject::tr("Error: Invalid combination of -regtest and -testnet.")); return 1; } #ifdef ENABLE_WALLET @@ -664,7 +664,7 @@ int main(int argc, char* argv[]) /// 7a. parse masternode.conf std::string strErr; if (!masternodeConfig.read(strErr)) { - QMessageBox::critical(0, QObject::tr("Ultra Clear"), + QMessageBox::critical(0, QObject::tr("UltraClear"), QObject::tr("Error reading masternode configuration file: %1").arg(strErr.c_str())); return 0; } @@ -729,7 +729,7 @@ int main(int argc, char* argv[]) app.createWindow(networkStyle.data()); app.requestInitialize(); #if defined(Q_OS_WIN) - WinShutdownMonitor::registerShutdownBlockReason(QObject::tr("Ultra Clear didn't yet exit safely..."), (HWND)app.getMainWinId()); + WinShutdownMonitor::registerShutdownBlockReason(QObject::tr("UltraClear didn't yet exit safely..."), (HWND)app.getMainWinId()); #endif app.exec(); app.requestShutdown(); diff --git a/src/qt/pivx/forms/welcomecontentwidget.ui b/src/qt/pivx/forms/welcomecontentwidget.ui index e0fd40ca1..9b03d5693 100644 --- a/src/qt/pivx/forms/welcomecontentwidget.ui +++ b/src/qt/pivx/forms/welcomecontentwidget.ui @@ -937,7 +937,7 @@ Welcome to -Ultra Clear Wallet +UltraClear Wallet Qt::AlignCenter diff --git a/src/qt/pivx/pivxgui.cpp b/src/qt/pivx/pivxgui.cpp index cd3b0ca7c..7510a0749 100644 --- a/src/qt/pivx/pivxgui.cpp +++ b/src/qt/pivx/pivxgui.cpp @@ -67,7 +67,7 @@ PIVXGUI::PIVXGUI(const NetworkStyle* networkStyle, QWidget* parent) : QString windowTitle = QString::fromStdString(GetArg("-windowtitle", "")); if (windowTitle.isEmpty()) { - windowTitle = tr("Ultra Clear") + " - "; + windowTitle = tr("UltraClear") + " - "; windowTitle += ((enableWallet) ? tr("Wallet") : tr("Node")); } windowTitle += " " + networkStyle->getTitleAddText(); @@ -206,7 +206,7 @@ void PIVXGUI::createTrayIcon(const NetworkStyle* networkStyle) { #ifndef Q_OS_MAC trayIcon = new QSystemTrayIcon(this); - QString toolTip = tr("Ultra Clear client") + " " + networkStyle->getTitleAddText(); + QString toolTip = tr("UltraClear client") + " " + networkStyle->getTitleAddText(); trayIcon->setToolTip(toolTip); trayIcon->setIcon(networkStyle->getAppIcon()); trayIcon->hide(); @@ -359,7 +359,7 @@ void PIVXGUI::messageInfo(const QString& text) void PIVXGUI::message(const QString& title, const QString& message, unsigned int style, bool* ret) { - QString strTitle = tr("Ultra Clear"); // default title + QString strTitle = tr("UltraClear"); // default title // Default to information icon int nNotifyIcon = Notificator::Information; @@ -428,7 +428,7 @@ bool PIVXGUI::openStandardDialog(QString title, QString body, QString okBtn, QSt } else { dialog = new DefaultDialog(); dialog->setText(title, body, okBtn); - dialog->setWindowTitle(tr("Ultra Clear")); + dialog->setWindowTitle(tr("UltraClear")); dialog->adjustSize(); dialog->raise(); dialog->exec(); diff --git a/src/qt/pivx/pivxgui.h b/src/qt/pivx/pivxgui.h index cf601c736..97bcf52ee 100644 --- a/src/qt/pivx/pivxgui.h +++ b/src/qt/pivx/pivxgui.h @@ -34,7 +34,7 @@ class WalletModel; /** - Ultra Clear GUI main class. This class represents the main window of the Ultra Clear UI. It communicates with both the client and + UltraClear GUI main class. This class represents the main window of the UltraClear UI. It communicates with both the client and wallet models to give the user an up-to-date view of the current core state. */ class PIVXGUI : public QMainWindow diff --git a/src/qt/pivx/settings/settingsexportcsv.cpp b/src/qt/pivx/settings/settingsexportcsv.cpp index 7adc53850..d6b9fb975 100644 --- a/src/qt/pivx/settings/settingsexportcsv.cpp +++ b/src/qt/pivx/settings/settingsexportcsv.cpp @@ -54,7 +54,7 @@ void SettingsExportCSV::selectFileOutput(const bool& isTxExport) { QString filename = GUIUtil::getSaveFileName(this, isTxExport ? tr("Export CSV") : tr("Export Address List"), QString(), - isTxExport ? tr("Ultra Clear_tx_csv_export(*.csv)") : tr("Ultra Clear_addresses_csv_export(*.csv)"), + isTxExport ? tr("UltraClear_tx_csv_export(*.csv)") : tr("UltraClear_addresses_csv_export(*.csv)"), nullptr); if (isTxExport) { diff --git a/src/qt/pivx/settings/settingsmultisendwidget.cpp b/src/qt/pivx/settings/settingsmultisendwidget.cpp index f5e478a37..20915d94c 100644 --- a/src/qt/pivx/settings/settingsmultisendwidget.cpp +++ b/src/qt/pivx/settings/settingsmultisendwidget.cpp @@ -162,7 +162,7 @@ SettingsMultisendWidget::SettingsMultisendWidget(PWidget *parent) : ui->labelTitle->setText("Multisend"); setCssTitleScreen(ui->labelTitle); - ui->labelSubtitle1->setText(tr("MultiSend allows you to automatically send up to 100% of your stake or masternode reward to a list of other Ultra Clear addresses after it matures.")); + ui->labelSubtitle1->setText(tr("MultiSend allows you to automatically send up to 100% of your stake or masternode reward to a list of other UltraClear addresses after it matures.")); setCssSubtitleScreen(ui->labelSubtitle1); //Button Group diff --git a/src/qt/pivx/splash.cpp b/src/qt/pivx/splash.cpp index 76d06612e..142c55398 100644 --- a/src/qt/pivx/splash.cpp +++ b/src/qt/pivx/splash.cpp @@ -28,7 +28,7 @@ Splash::Splash(Qt::WindowFlags f, const NetworkStyle* networkStyle) : QWidget(0, f | Qt::SplashScreen), ui(new Ui::Splash) { ui->setupUi(this); - QString titleText = tr("Ultra Clear"); + QString titleText = tr("UltraClear"); QString titleAddText = networkStyle->getTitleAddText(); setWindowTitle(titleText + " " + titleAddText); diff --git a/src/qt/pivxstrings.cpp b/src/qt/pivxstrings.cpp index 4c26f9c63..2763d8e90 100644 --- a/src/qt/pivxstrings.cpp +++ b/src/qt/pivxstrings.cpp @@ -30,7 +30,7 @@ QT_TRANSLATE_NOOP("pivx-core", "" "notation for IPv6. This option can be specified multiple times (default: " "bind to all interfaces)"), QT_TRANSLATE_NOOP("pivx-core", "" -"Cannot obtain a lock on data directory %s. Ultra Clear is probably already " +"Cannot obtain a lock on data directory %s. UltraClear is probably already " "running."), QT_TRANSLATE_NOOP("pivx-core", "" "Change automatic finalized budget voting behavior. mode=auto: Vote for only " @@ -151,7 +151,7 @@ QT_TRANSLATE_NOOP("pivx-core", "" "Output debugging information (default: %u, supplying is optional)"), QT_TRANSLATE_NOOP("pivx-core", "" "Please check that your computer's date and time are correct! If your clock " -"is wrong Ultra Clear will not work properly."), +"is wrong UltraClear will not work properly."), QT_TRANSLATE_NOOP("pivx-core", "" "Query for peer addresses via DNS lookup, if low on addresses (default: 1 " "unless -connect/-noconnect)"), @@ -198,7 +198,7 @@ QT_TRANSLATE_NOOP("pivx-core", "" "Total length of network version string (%i) exceeds maximum length (%i). " "Reduce the number or size of uacomments."), QT_TRANSLATE_NOOP("pivx-core", "" -"Unable to bind to %s on this computer. Ultra Clear is probably already running."), +"Unable to bind to %s on this computer. UltraClear is probably already running."), QT_TRANSLATE_NOOP("pivx-core", "" "Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: " "%s)"), @@ -213,7 +213,7 @@ QT_TRANSLATE_NOOP("pivx-core", "" "pay if you send a transaction."), QT_TRANSLATE_NOOP("pivx-core", "" "Warning: Please check that your computer's date and time are correct! If " -"your clock is wrong Ultra Clear will not work properly."), +"your clock is wrong UltraClear will not work properly."), QT_TRANSLATE_NOOP("pivx-core", "" "Warning: The network does not appear to fully agree! Some miners appear to " "be experiencing issues."), @@ -282,7 +282,7 @@ QT_TRANSLATE_NOOP("pivx-core", "Enable the client to act as a masternode (0-1, d QT_TRANSLATE_NOOP("pivx-core", "Error initializing block database"), QT_TRANSLATE_NOOP("pivx-core", "Error initializing wallet database environment %s!"), QT_TRANSLATE_NOOP("pivx-core", "Error loading %s: Wallet corrupted"), -QT_TRANSLATE_NOOP("pivx-core", "Error loading %s: Wallet requires newer version of Ultra Clear"), +QT_TRANSLATE_NOOP("pivx-core", "Error loading %s: Wallet requires newer version of UltraClear"), QT_TRANSLATE_NOOP("pivx-core", "Error loading %s\n"), QT_TRANSLATE_NOOP("pivx-core", "Error loading block database"), QT_TRANSLATE_NOOP("pivx-core", "Error opening block database"), @@ -317,7 +317,7 @@ QT_TRANSLATE_NOOP("pivx-core", "Imports blocks from external blk000??.dat file") QT_TRANSLATE_NOOP("pivx-core", "Include IP addresses in debug output (default: %u)"), QT_TRANSLATE_NOOP("pivx-core", "Incorrect or no genesis block found. Wrong datadir for network?"), QT_TRANSLATE_NOOP("pivx-core", "Information"), -QT_TRANSLATE_NOOP("pivx-core", "Initialization sanity check failed. Ultra Clear is shutting down."), +QT_TRANSLATE_NOOP("pivx-core", "Initialization sanity check failed. UltraClear is shutting down."), QT_TRANSLATE_NOOP("pivx-core", "Insufficient funds"), QT_TRANSLATE_NOOP("pivx-core", "Insufficient funds."), QT_TRANSLATE_NOOP("pivx-core", "Invalid -masternodeaddr address: %s"), @@ -458,7 +458,7 @@ QT_TRANSLATE_NOOP("pivx-core", "Verifying blocks..."), QT_TRANSLATE_NOOP("pivx-core", "Verifying wallet..."), QT_TRANSLATE_NOOP("pivx-core", "Wallet %s resides outside data directory %s"), QT_TRANSLATE_NOOP("pivx-core", "Wallet debugging/testing options:"), -QT_TRANSLATE_NOOP("pivx-core", "Wallet needed to be rewritten: restart Ultra Clear to complete"), +QT_TRANSLATE_NOOP("pivx-core", "Wallet needed to be rewritten: restart UltraClear to complete"), QT_TRANSLATE_NOOP("pivx-core", "Wallet options:"), QT_TRANSLATE_NOOP("pivx-core", "Wallet window title"), QT_TRANSLATE_NOOP("pivx-core", "Warning"), diff --git a/src/qt/res/pivx-qt-res.rc b/src/qt/res/pivx-qt-res.rc index 46c5fe6ac..367a568b8 100755 --- a/src/qt/res/pivx-qt-res.rc +++ b/src/qt/res/pivx-qt-res.rc @@ -19,14 +19,14 @@ BEGIN BEGIN BLOCK "040904E4" // U.S. English - multilingual (hex) BEGIN - VALUE "CompanyName", "Ultra Clear" - VALUE "FileDescription", "Ultra Clear Core (OSS GUI client for Ultra Clear)" + VALUE "CompanyName", "UltraClear" + VALUE "FileDescription", "UltraClear Core (OSS GUI client for UltraClear)" VALUE "FileVersion", VER_FILEVERSION_STR VALUE "InternalName", "ultraclear-qt" VALUE "LegalCopyright", COPYRIGHT_STR VALUE "LegalTrademarks1", "Distributed under the MIT/X11 software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php." VALUE "OriginalFilename", "ultraclear-qt.exe" - VALUE "ProductName", "Ultra Clear Core" + VALUE "ProductName", "UltraClear Core" VALUE "ProductVersion", VER_PRODUCTVERSION_STR END END diff --git a/src/qt/utilitydialog.cpp b/src/qt/utilitydialog.cpp index d81de9d3e..90d7317ed 100644 --- a/src/qt/utilitydialog.cpp +++ b/src/qt/utilitydialog.cpp @@ -37,7 +37,7 @@ HelpMessageDialog::HelpMessageDialog(QWidget* parent, bool about) : QDialog(pare if (parent) this->setStyleSheet(parent->styleSheet()); GUIUtil::restoreWindowGeometry("nHelpMessageDialogWindow", this->size(), this); - QString version = tr("Ultra Clear") + " " + tr("version") + " " + QString::fromStdString(FormatFullVersion()); + QString version = tr("UltraClear") + " " + tr("version") + " " + QString::fromStdString(FormatFullVersion()); /* On x86 add a bit specifier to the version so that users can distinguish between * 32 and 64 bit builds. On other architectures, 32/64 bit may be more ambigious. */ @@ -50,7 +50,7 @@ HelpMessageDialog::HelpMessageDialog(QWidget* parent, bool about) : QDialog(pare setCssBtnPrimary(ui->pushButtonOk); connect(ui->pushButtonOk, &QPushButton::clicked, this, &HelpMessageDialog::close); if (about) { - setWindowTitle(tr("About Ultra Clear")); + setWindowTitle(tr("About UltraClear")); /// HTML-format the license message from the core QString licenseInfo = QString::fromStdString(LicenseInfo()); @@ -155,7 +155,7 @@ ShutdownWindow::ShutdownWindow(QWidget* parent, Qt::WindowFlags f) : QWidget(par { QVBoxLayout* layout = new QVBoxLayout(); layout->addWidget(new QLabel( - tr("Ultra Clear is shutting down...") + "

" + + tr("UltraClear is shutting down...") + "

" + tr("Do not shut down the computer until this window disappears."))); setLayout(layout); } diff --git a/src/rpc/server.cpp b/src/rpc/server.cpp index 3197b53d1..5b89491ce 100644 --- a/src/rpc/server.cpp +++ b/src/rpc/server.cpp @@ -266,11 +266,11 @@ UniValue stop(const JSONRPCRequest& jsonRequest) if (jsonRequest.fHelp || jsonRequest.params.size() > 1) throw std::runtime_error( "stop\n" - "\nStop Ultra Clear server."); + "\nStop UltraClear server."); // Event loop will exit after current HTTP requests have been handled, so // this reply will get back to the client. StartShutdown(); - return "Ultra Clear server stopping"; + return "UltraClear server stopping"; } diff --git a/src/timedata.cpp b/src/timedata.cpp index 49c4b2e00..6fb376d64 100644 --- a/src/timedata.cpp +++ b/src/timedata.cpp @@ -78,7 +78,7 @@ void AddTimeData(const CNetAddr& ip, int64_t nOffsetSample, int nOffsetLimit) strMiscWarning = ""; } else { nTimeOffset = (nMedian > 0 ? 1 : -1) * nOffsetLimit; - std::string strMessage = _("Warning: Please check that your computer's date and time are correct! If your clock is wrong Ultra Clear will not work properly."); + std::string strMessage = _("Warning: Please check that your computer's date and time are correct! If your clock is wrong UltraClear will not work properly."); strMiscWarning = strMessage; LogPrintf("*** %s\n", strMessage); uiInterface.ThreadSafeMessageBox(strMessage, "", CClientUIInterface::MSG_ERROR); diff --git a/src/util.cpp b/src/util.cpp index 1cdebe27d..b50540fed 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -89,7 +89,7 @@ const char * const PIVX_PID_FILENAME = "ultraclear.pid"; const char * const PIVX_MASTERNODE_CONF_FILENAME = "masternode.conf"; -// Ultra Clear only features +// UltraClear only features // Masternode bool fMasterNode = false; std::string strMasterNodePrivKey = ""; diff --git a/src/wallet/rpcdump.cpp b/src/wallet/rpcdump.cpp index 419a02141..6d575cc5a 100644 --- a/src/wallet/rpcdump.cpp +++ b/src/wallet/rpcdump.cpp @@ -397,7 +397,7 @@ UniValue dumpprivkey(const JSONRPCRequest& request) std::string strAddress = request.params[0].get_str(); CTxDestination dest = DecodeDestination(strAddress); if (!IsValidDestination(dest)) - throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid Ultra Clear address"); + throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid UltraClear address"); CKeyID keyID = *boost::get(&dest); if (!keyID) throw JSONRPCError(RPC_TYPE_ERROR, "Address does not refer to a key"); @@ -459,7 +459,7 @@ UniValue dumpwallet(const JSONRPCRequest& request) CBlockIndex* tip = chainActive.Tip(); // produce output - file << strprintf("# Wallet dump created by Ultra Clear %s (%s)\n", CLIENT_BUILD, CLIENT_DATE); + file << strprintf("# Wallet dump created by UltraClear %s (%s)\n", CLIENT_BUILD, CLIENT_DATE); file << strprintf("# * Created on %s\n", EncodeDumpTime(GetTime())); if (tip) { file << strprintf("# * Best block at time of backup was %i (%s),\n", tip->nHeight, @@ -560,7 +560,7 @@ UniValue bip38encrypt(const JSONRPCRequest& request) CTxDestination address = DecodeDestination(strAddress); if (!IsValidDestination(address)) - throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid Ultra Clear address"); + throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, "Invalid UltraClear address"); CKeyID keyID = *boost::get(&address); if (!keyID) throw JSONRPCError(RPC_TYPE_ERROR, "Address does not refer to a key"); diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp index 864fca736..b20703690 100644 --- a/src/wallet/wallet.cpp +++ b/src/wallet/wallet.cpp @@ -3569,10 +3569,10 @@ CWallet* CWallet::CreateWalletFromFile(const std::string walletFile) UIWarning(strprintf(_("Warning: error reading %s! All keys read correctly, but transaction data" " or address book entries might be missing or incorrect."), walletFile)); } else if (nLoadWalletRet == DB_TOO_NEW) { - UIError(strprintf(_("Error loading %s: Wallet requires newer version of Ultra Clear"), walletFile)); + UIError(strprintf(_("Error loading %s: Wallet requires newer version of UltraClear"), walletFile)); return nullptr; } else if (nLoadWalletRet == DB_NEED_REWRITE) { - UIError(_("Wallet needed to be rewritten: restart Ultra Clear to complete")); + UIError(_("Wallet needed to be rewritten: restart UltraClear to complete")); return nullptr; } else { UIError(strprintf(_("Error loading %s\n"), walletFile)); diff --git a/test/functional/rpc_budget.py b/test/functional/rpc_budget.py index 468e554e4..49975da43 100755 --- a/test/functional/rpc_budget.py +++ b/test/functional/rpc_budget.py @@ -42,8 +42,8 @@ def run_test(self): assert_raises_rpc_error(-8, "Invalid block start", self.nodes[0].preparebudget, name, scheme + url, numcycles, nextsuperblock - budgetcycleblocks, address, cycleamount) - self.log.info("Test with invalid Ultra Clear address") - assert_raises_rpc_error(-5, "Invalid Ultra Clear address", self.nodes[0].preparebudget, + self.log.info("Test with invalid UltraClear address") + assert_raises_rpc_error(-5, "Invalid UltraClear address", self.nodes[0].preparebudget, name, scheme + url, numcycles, nextsuperblock, "DBREvBPNQguwuC4YMoCG5FoH1sA2YntvZm", cycleamount) self.log.info("Test with too low amount") diff --git a/test/functional/rpc_fundrawtransaction.py b/test/functional/rpc_fundrawtransaction.py index 70f8c3f4e..a8dce9690 100755 --- a/test/functional/rpc_fundrawtransaction.py +++ b/test/functional/rpc_fundrawtransaction.py @@ -195,7 +195,7 @@ def test_invalid_change_address(self): self.log.info("test with an invalid change address") outputs = {self.nodes[0].getnewaddress(): 1.0} rawtx = self.nodes[2].createrawtransaction([], outputs) - assert_raises_rpc_error(-8, "changeAddress must be a valid Ultra Clear address", + assert_raises_rpc_error(-8, "changeAddress must be a valid UltraClear address", self.nodes[2].fundrawtransaction, rawtx, {'changeAddress': 'foobar'}) def test_valid_change_address(self): diff --git a/test/functional/rpc_rawtransaction.py b/test/functional/rpc_rawtransaction.py index fbe9a3933..17f1497e0 100755 --- a/test/functional/rpc_rawtransaction.py +++ b/test/functional/rpc_rawtransaction.py @@ -85,7 +85,7 @@ def run_test(self): address = self.nodes[0].getnewaddress() assert_raises_rpc_error(-3, "Expected type object", self.nodes[0].createrawtransaction, [], 'foo') #assert_raises_rpc_error(-8, "Data must be hexadecimal string", self.nodes[0].createrawtransaction, [], {'data': 'foo'}) - assert_raises_rpc_error(-5, "Invalid Ultra Clear address", self.nodes[0].createrawtransaction, [], {'foo': 0}) + assert_raises_rpc_error(-5, "Invalid UltraClear address", self.nodes[0].createrawtransaction, [], {'foo': 0}) #assert_raises_rpc_error(-3, "Amount is not a number", self.nodes[0].createrawtransaction, [], {address: 'foo'}) assert_raises_rpc_error(-3, "Amount out of range", self.nodes[0].createrawtransaction, [], {address: -1}) assert_raises_rpc_error(-8, "Invalid parameter, duplicated address: %s" % address, self.nodes[0].createrawtransaction, [], multidict([(address, 1), (address, 1)]))